@bluxcc/core 0.1.23 → 0.1.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/assets/Icons.d.ts +1 -1
- package/dist/components/Alert/index.d.ts +2 -2
- package/dist/constants/consts.d.ts +1 -0
- package/dist/index.cjs.js +9 -9
- package/dist/index.esm.js +10 -10
- package/dist/index.iife.js +4 -4
- package/dist/store.d.ts +1 -1
- package/dist/types.d.ts +3 -3
- package/dist/utils/helpers.d.ts +1 -1
- package/package.json +1 -1
package/dist/assets/Icons.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare const CloseEye: ({ fill }: {
|
|
|
85
85
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
86
86
|
export declare const WarnIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
87
87
|
export declare const ErrorIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
88
|
-
export declare const
|
|
88
|
+
export declare const CopyIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
89
89
|
export declare const SuccessIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
90
90
|
export declare const KeyIcon: ({ fill }: {
|
|
91
91
|
fill?: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const BLUX_EVENT_NAME = "BLUX_MODAL_OPEN";
|
|
2
|
+
export declare const BLUX_JWT_STORE = "__BLUX__JWT_STORE";
|
|
2
3
|
export declare const RECENT_CONNECTION_METHODS = "__BLUX__RECENT_CONNECTION_METHODS";
|
|
3
4
|
export declare const WC_STELLAR_PUBNET = "stellar:pubnet";
|
|
4
5
|
export declare const WC_STELLAR_TESTNET = "stellar:testnet";
|