@coinswap-app/uikit 1.0.22 → 1.0.25
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/dist/components/Svg/index.d.ts +2 -0
- package/dist/index.cjs.js +759 -1128
- package/dist/index.d.ts +0 -4
- package/dist/index.esm.js +641 -1008
- package/package.json +1 -1
|
@@ -47,6 +47,8 @@ export { default as UserCheckIcon } from "./Icons/UserCheck";
|
|
|
47
47
|
export { default as UserUncheckIcon } from "./Icons/UserUncheck";
|
|
48
48
|
export { default as CSSRoundIconLight } from "./Icons/CoinswapRoundLight";
|
|
49
49
|
export { default as PlusBackgroundIcon } from "./Icons/PlusBackground";
|
|
50
|
+
export { default as Plus } from "./Icons/Plus";
|
|
51
|
+
export { default as TierCheckmarkCircle } from "./Icons/TierCheckmarkCircle";
|
|
50
52
|
export { default as MinusBackgroundIcon } from "./Icons/MinusBackground";
|
|
51
53
|
export { default as NoProfileAvatarIcon } from "./Icons/NoProfileAvatar";
|
|
52
54
|
export { default as InfoFull } from "./Icons/InfoFull";
|