@cryptofi/core-ui 0.24.0 → 0.26.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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +45 -10
- package/package.json +20 -21
package/LICENSE
CHANGED
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
|
-
|
|
13
|
+
Storybook is also available at https://cryptofi-core-ui.vercel.app/, with the latest changes deployed by CI.
|
|
14
14
|
|
|
15
15
|
### Adding a Component
|
|
16
16
|
|