@cryptofi/core-ui 0.22.0 → 0.23.0
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 +1 -1
- package/dist/index.js +5 -10
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +213 -205
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Launch Storybook to view components or develop locally:
|
|
|
10
10
|
yarn dev
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
The Storybook build is also available at https://bit.ly/cryptofi-storybook, with the latest changes deployed there when a new version of Core UI is published to NPM.
|
|
13
|
+
<!-- The Storybook build is also available at https://bit.ly/cryptofi-storybook, with the latest changes deployed there when a new version of Core UI is published to NPM. -->
|
|
14
14
|
|
|
15
15
|
### Adding a Component
|
|
16
16
|
|