zebpay-ui 0.0.34 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/storybook-static/0.0c565d7cbac7dd8ee3e7.manager.bundle.js +0 -2
- package/storybook-static/0.0c565d7cbac7dd8ee3e7.manager.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/0.e89aef7e.iframe.bundle.js +0 -3
- package/storybook-static/0.e89aef7e.iframe.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/0.e89aef7e.iframe.bundle.js.map +0 -1
- package/storybook-static/1.acc22fc1.iframe.bundle.js +0 -3
- package/storybook-static/1.acc22fc1.iframe.bundle.js.LICENSE.txt +0 -14
- package/storybook-static/1.acc22fc1.iframe.bundle.js.map +0 -1
- package/storybook-static/1.c409245f27aef9e70504.manager.bundle.js +0 -1
- package/storybook-static/10.c73a8dbd.iframe.bundle.js +0 -3
- package/storybook-static/10.c73a8dbd.iframe.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/10.c73a8dbd.iframe.bundle.js.map +0 -1
- package/storybook-static/2.f6a01323.iframe.bundle.js +0 -1
- package/storybook-static/3.1f064d0b.iframe.bundle.js +0 -1
- package/storybook-static/5.c518804c068ae5cb7e7e.manager.bundle.js +0 -2
- package/storybook-static/5.c518804c068ae5cb7e7e.manager.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/6.04fc6e11d2910d38c539.manager.bundle.js +0 -1
- package/storybook-static/7.1d695bd211fbb23c96d2.manager.bundle.js +0 -1
- package/storybook-static/7.6a0189c5.iframe.bundle.js +0 -3
- package/storybook-static/7.6a0189c5.iframe.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/7.6a0189c5.iframe.bundle.js.map +0 -1
- package/storybook-static/8.3508c5121d2f48fe8efd.manager.bundle.js +0 -2
- package/storybook-static/8.3508c5121d2f48fe8efd.manager.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/8.d94220da.iframe.bundle.js +0 -1
- package/storybook-static/9.c3051aa6.iframe.bundle.js +0 -1
- package/storybook-static/9.f938a82dbcf36bc59009.manager.bundle.js +0 -1
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +0 -364
- package/storybook-static/index.html +0 -59
- package/storybook-static/main.87e7ec50.iframe.bundle.js +0 -1
- package/storybook-static/main.d75d1c50cee2f421f173.manager.bundle.js +0 -1
- package/storybook-static/project.json +0 -1
- package/storybook-static/runtime~main.182a24d500fec02cdc8f.manager.bundle.js +0 -1
- package/storybook-static/runtime~main.1ca94aef.iframe.bundle.js +0 -1
- package/storybook-static/static/media/icons.a38a35ae.woff2 +0 -0
- package/storybook-static/static/media/icons.bc0a02f6.eot +0 -0
- package/storybook-static/static/media/icons.eea0a3fa.woff +0 -0
- package/storybook-static/vendors~main.d0f6ba62.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.d0f6ba62.iframe.bundle.js.LICENSE.txt +0 -100
- package/storybook-static/vendors~main.d0f6ba62.iframe.bundle.js.map +0 -1
- package/storybook-static/vendors~main.e812b4628120b96ad200.manager.bundle.js +0 -2
- package/storybook-static/vendors~main.e812b4628120b96ad200.manager.bundle.js.LICENSE.txt +0 -104
package/README.md
CHANGED
|
@@ -5,12 +5,13 @@ A lightweight component and utilities library Design System created using React
|
|
|
5
5
|
### Development
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
yarn; yarn storybook;
|
|
8
|
+
yarn; yarn build:icons; yarn storybook;
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
### Steps to add a new icon:
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
+
- svgomg cleanup the svg https://jakearchibald.github.io/svgomg/
|
|
14
15
|
- Add the icon svg in /svgs directory
|
|
15
16
|
- Add the icon name in /src/iconsList in sorted order
|
|
16
17
|
- Run yarn build:icons; yarn storybook
|