-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from kaiachain/dev
Update version to v0.1.14
- Loading branch information
Showing
8 changed files
with
590 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
import { KaIcon, KaText } from '@kaiachain/kaia-design-system' | ||
import { Row } from './components/Row' | ||
|
||
const Icons = () => { | ||
return ( | ||
<> | ||
<KaText fontType="title/lg_700">Icons</KaText> | ||
|
||
<KaIcon.SearchNormal style={{ width: 20, height: 30 }} stroke="blue" /> | ||
<KaIcon.Chevron_bottom style={{ width: 30, height: 20 }} stroke="blue" /> | ||
<Row> | ||
<KaIcon.KaiaBrandmark_white | ||
style={{ width: 20, height: 20 }} | ||
stroke="blue" | ||
/> | ||
<KaIcon.KaiaBrandmark_neonlime style={{ width: 20, height: 20 }} /> | ||
<KaIcon.KaiaBrandmark_black style={{ width: 20, height: 20 }} /> | ||
<KaIcon.KaiaWordmark_white | ||
style={{ width: 50, height: 20 }} | ||
stroke="blue" | ||
/> | ||
|
||
<KaIcon.KaiaWordmark_neonlime style={{ width: 50, height: 20 }} /> | ||
<KaIcon.KaiaWordmark_black style={{ width: 50, height: 20 }} /> | ||
</Row> | ||
<Row> | ||
<KaIcon.Dark_Symbol_KaiaCritters style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaCritters style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaSquare style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaSquare style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaPortal style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaPortal style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaScan style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaScan style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaDoc style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaDoc style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaGovernanceForum | ||
style={{ width: 60, height: 60 }} | ||
/> | ||
<KaIcon.Light_Symbol_KaiaGovernanceForum | ||
style={{ width: 60, height: 60 }} | ||
/> | ||
<KaIcon.Dark_Symbol_KaiaDevHub style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaDevHub style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaWallet style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaWallet style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Dark_Symbol_KaiaDevForum style={{ width: 60, height: 60 }} /> | ||
<KaIcon.Light_Symbol_KaiaDevForum style={{ width: 60, height: 60 }} /> | ||
</Row> | ||
</> | ||
) | ||
} | ||
export default Icons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -542,11 +542,12 @@ | |
"@jridgewell/sourcemap-codec" "^1.4.14" | ||
|
||
"@kaiachain/kaia-design-system@file:..": | ||
version "0.1.8" | ||
version "0.1.11" | ||
dependencies: | ||
"@emotion/react" "^11.11.4" | ||
"@emotion/styled" "^11.11.5" | ||
react "^18.3.1" | ||
react-click-away-listener "^2.2.3" | ||
react-dom "^18.3.1" | ||
|
||
"@nodelib/[email protected]": | ||
|
@@ -1694,6 +1695,11 @@ queue-microtask@^1.2.2: | |
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" | ||
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== | ||
|
||
react-click-away-listener@^2.2.3: | ||
version "2.2.3" | ||
resolved "https://registry.yarnpkg.com/react-click-away-listener/-/react-click-away-listener-2.2.3.tgz#a5c3e37d94cc86dac3546dbb753db14bacb63186" | ||
integrity sha512-p63JRQtK9d085+QHUJ2Pje22P/N4tEaXsS2x7tbbptriQqZ9o8xEk7G1JrxwND5YmEVc/VO4fC3+cSBsqqgLUQ== | ||
|
||
react-dom@^18.2.0, react-dom@^18.3.1: | ||
version "18.3.1" | ||
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.