Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
CSS: fix too rigorous tree shaking when building with Rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Jun 8, 2019
1 parent 035c177 commit 6261390
Show file tree
Hide file tree
Showing 483 changed files with 2,560 additions and 2,535 deletions.
5 changes: 4 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@

### 1.6.1

* Dialog: fixes option `element`
Bug fixes:

* CSS: fixes too rigorous tree shaking when building with Rollup.
* Dialog: fixes option `element`.


### 1.6.0
Expand Down
4 changes: 4 additions & 0 deletions docs/components/react/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,26 +147,30 @@ const iconMic = <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 14c

const BackButton = ({ leave }) =>
<IconButton
key="back"
icon={{ svg: { content: iconBack } }}
ink={false}
events={{ onClick: leave }}
/>

const ClearButton = ({ clear }) =>
<IconButton
key="clear"
icon={{ svg: { content: iconClear } }}
ink={false}
events={{ onClick: clear }}
/>

const SearchIcon = () =>
<IconButton
key="search"
icon={{ svg: { content: iconSearch } }}
inactive
/>

const MicIcon = () =>
<IconButton
key="mic"
icon={{ svg: { content: iconMic } }}
inactive
/>
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.5.4"
"version": "1.6.1"
}
Loading

0 comments on commit 6261390

Please sign in to comment.