@make-software/csprclick-ui 1.4.3 → 1.7.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 +0 -1
- package/dist/cjs/lib/index.js +15 -7
- package/dist/cjs/lib/lib/BuyCspr/styles.d.ts +8 -0
- package/dist/cjs/lib/lib/CrossNavigationMenu/CrossNavigationMenu.d.ts +1 -1
- package/dist/cjs/lib/lib/CrossNavigationMenu/InnerMenu.d.ts +3 -1
- package/dist/cjs/lib/lib/CustomSettingsSelector/CustomSettingsSelector.d.ts +2 -1
- package/dist/cjs/lib/lib/TopBar/components/CopyHashMenuItem.d.ts +1 -1
- package/dist/cjs/lib/lib/helpers/draw-account-identicon.d.ts +1 -0
- package/dist/cjs/lib/lib/helpers/md5.d.ts +1 -0
- package/dist/cjs/lib/lib/types/theme.d.ts +99 -6
- package/dist/index.d.ts +101 -8
- package/dist/lib/index.js +15 -7
- package/package.json +6 -5
- package/package.json.local +2 -2
package/README.md
CHANGED
|
@@ -8,4 +8,3 @@ template for `create-react-app`. Check it out here: https://github.com/make-soft
|
|
|
8
8
|
## Integrating CSPR.click
|
|
9
9
|
|
|
10
10
|
If you want to add CSPR.click to an existing application or you can't use the CRA template for any reason, then check our guide [Integrating the UI SDK into your application](https://docs.cspr.click/ui-sdk/integrating-the-ui-sdk-into-your-application).
|
|
11
|
-
|