@skip-go/widget 3.0.0-beta.3 → 3.0.0-beta.5
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-DwpGOwD6.js → index-C3TFKr5V.js} +632 -630
- package/build/{index-DwpGOwD6.js.map → index-C3TFKr5V.js.map} +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/build/{secp256k1-Drga1k4Z.js → secp256k1-6ltaLYma.js} +2 -2
- package/build/{secp256k1-Drga1k4Z.js.map → secp256k1-6ltaLYma.js.map} +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ declare type Theme = {
|
|
|
124
124
|
export declare const Widget: (props: WidgetProps) => JSX_2.Element;
|
|
125
125
|
|
|
126
126
|
export declare type WidgetProps = {
|
|
127
|
-
theme?: PartialTheme |
|
|
127
|
+
theme?: PartialTheme | "light" | "dark";
|
|
128
128
|
brandColor?: string;
|
|
129
129
|
defaultRoute?: DefaultRouteConfig;
|
|
130
130
|
} & SkipClientOptions;
|
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-C3TFKr5V.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-6ltaLYma.js.map
|