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.
Files changed (48) hide show
  1. package/README.md +2 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/esm/index.js +1 -1
  5. package/dist/esm/index.js.map +1 -1
  6. package/package.json +1 -1
  7. package/storybook-static/0.0c565d7cbac7dd8ee3e7.manager.bundle.js +0 -2
  8. package/storybook-static/0.0c565d7cbac7dd8ee3e7.manager.bundle.js.LICENSE.txt +0 -8
  9. package/storybook-static/0.e89aef7e.iframe.bundle.js +0 -3
  10. package/storybook-static/0.e89aef7e.iframe.bundle.js.LICENSE.txt +0 -8
  11. package/storybook-static/0.e89aef7e.iframe.bundle.js.map +0 -1
  12. package/storybook-static/1.acc22fc1.iframe.bundle.js +0 -3
  13. package/storybook-static/1.acc22fc1.iframe.bundle.js.LICENSE.txt +0 -14
  14. package/storybook-static/1.acc22fc1.iframe.bundle.js.map +0 -1
  15. package/storybook-static/1.c409245f27aef9e70504.manager.bundle.js +0 -1
  16. package/storybook-static/10.c73a8dbd.iframe.bundle.js +0 -3
  17. package/storybook-static/10.c73a8dbd.iframe.bundle.js.LICENSE.txt +0 -12
  18. package/storybook-static/10.c73a8dbd.iframe.bundle.js.map +0 -1
  19. package/storybook-static/2.f6a01323.iframe.bundle.js +0 -1
  20. package/storybook-static/3.1f064d0b.iframe.bundle.js +0 -1
  21. package/storybook-static/5.c518804c068ae5cb7e7e.manager.bundle.js +0 -2
  22. package/storybook-static/5.c518804c068ae5cb7e7e.manager.bundle.js.LICENSE.txt +0 -31
  23. package/storybook-static/6.04fc6e11d2910d38c539.manager.bundle.js +0 -1
  24. package/storybook-static/7.1d695bd211fbb23c96d2.manager.bundle.js +0 -1
  25. package/storybook-static/7.6a0189c5.iframe.bundle.js +0 -3
  26. package/storybook-static/7.6a0189c5.iframe.bundle.js.LICENSE.txt +0 -31
  27. package/storybook-static/7.6a0189c5.iframe.bundle.js.map +0 -1
  28. package/storybook-static/8.3508c5121d2f48fe8efd.manager.bundle.js +0 -2
  29. package/storybook-static/8.3508c5121d2f48fe8efd.manager.bundle.js.LICENSE.txt +0 -12
  30. package/storybook-static/8.d94220da.iframe.bundle.js +0 -1
  31. package/storybook-static/9.c3051aa6.iframe.bundle.js +0 -1
  32. package/storybook-static/9.f938a82dbcf36bc59009.manager.bundle.js +0 -1
  33. package/storybook-static/favicon.ico +0 -0
  34. package/storybook-static/iframe.html +0 -364
  35. package/storybook-static/index.html +0 -59
  36. package/storybook-static/main.87e7ec50.iframe.bundle.js +0 -1
  37. package/storybook-static/main.d75d1c50cee2f421f173.manager.bundle.js +0 -1
  38. package/storybook-static/project.json +0 -1
  39. package/storybook-static/runtime~main.182a24d500fec02cdc8f.manager.bundle.js +0 -1
  40. package/storybook-static/runtime~main.1ca94aef.iframe.bundle.js +0 -1
  41. package/storybook-static/static/media/icons.a38a35ae.woff2 +0 -0
  42. package/storybook-static/static/media/icons.bc0a02f6.eot +0 -0
  43. package/storybook-static/static/media/icons.eea0a3fa.woff +0 -0
  44. package/storybook-static/vendors~main.d0f6ba62.iframe.bundle.js +0 -3
  45. package/storybook-static/vendors~main.d0f6ba62.iframe.bundle.js.LICENSE.txt +0 -100
  46. package/storybook-static/vendors~main.d0f6ba62.iframe.bundle.js.map +0 -1
  47. package/storybook-static/vendors~main.e812b4628120b96ad200.manager.bundle.js +0 -2
  48. 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