@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 CryptoFi
3
+ Copyright (c) 2023-2024 CryptoFi
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
+ 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