@skip-go/widget 3.0.0-beta.6 → 3.0.0-beta.8
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/build/{index-Ct0Altwh.js → index-ftNvwl_h.js} +8307 -8330
- package/build/{index-Ct0Altwh.js.map → index-ftNvwl_h.js.map} +1 -1
- package/build/index.d.ts +1 -11
- package/build/index.js +1 -1
- package/build/{secp256k1-BU0dwJN8.js → secp256k1-mPx8MhOc.js} +2 -2
- package/build/{secp256k1-BU0dwJN8.js.map → secp256k1-mPx8MhOc.js.map} +1 -1
- package/package.json +2 -2
package/build/index.d.ts
CHANGED
|
@@ -2,15 +2,6 @@ import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
import { SkipClientOptions } from '@skip-go/client';
|
|
4
4
|
|
|
5
|
-
declare type DefaultRouteConfig = {
|
|
6
|
-
amountIn?: number;
|
|
7
|
-
amountOut?: number;
|
|
8
|
-
srcChainID?: string;
|
|
9
|
-
srcAssetDenom?: string;
|
|
10
|
-
destChainID?: string;
|
|
11
|
-
destAssetDenom?: string;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
5
|
export declare const defaultTheme: {
|
|
15
6
|
brandColor: string;
|
|
16
7
|
primary: {
|
|
@@ -124,9 +115,8 @@ declare type Theme = {
|
|
|
124
115
|
export declare const Widget: (props: WidgetProps) => JSX_2.Element;
|
|
125
116
|
|
|
126
117
|
export declare type WidgetProps = {
|
|
127
|
-
theme?: PartialTheme
|
|
118
|
+
theme?: PartialTheme;
|
|
128
119
|
brandColor?: string;
|
|
129
|
-
defaultRoute?: DefaultRouteConfig;
|
|
130
120
|
} & SkipClientOptions;
|
|
131
121
|
|
|
132
122
|
export { }
|
package/build/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as Pt, h as Ft, t as Gt, e as Ot, b as Wt, c as Xt, r as Dt, s as Qt } from "./index-
|
|
1
|
+
import { H as Pt, h as Ft, t as Gt, e as Ot, b as Wt, c as Xt, r as Dt, s as Qt } from "./index-ftNvwl_h.js";
|
|
2
2
|
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
3
3
|
const Ut = BigInt(0), ht = BigInt(1), Jt = BigInt(2);
|
|
4
4
|
function nt(e) {
|
|
@@ -1163,4 +1163,4 @@ He.ProjectivePoint;
|
|
|
1163
1163
|
export {
|
|
1164
1164
|
He as secp256k1
|
|
1165
1165
|
};
|
|
1166
|
-
//# sourceMappingURL=secp256k1-
|
|
1166
|
+
//# sourceMappingURL=secp256k1-mPx8MhOc.js.map
|