@trustware/sdk-staging 1.1.8-staging.3 → 1.1.8-staging.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/README.md +27 -0
- package/dist/blockchain-BONedEsU.d.cts +110 -0
- package/dist/blockchain-BONedEsU.d.ts +110 -0
- package/dist/constants.cjs +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/{core-u95iahDO.d.cts → core-BcoaMbJ6.d.cts} +3 -2
- package/dist/{core-CVbN3gJy.d.ts → core-BqqBQ5nF.d.ts} +3 -2
- package/dist/core.cjs +2290 -2247
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +4 -3
- package/dist/core.d.ts +4 -3
- package/dist/core.mjs +2277 -2244
- package/dist/core.mjs.map +1 -1
- package/dist/{detect-6MRR4B7g.d.ts → detect-F6garpnf.d.ts} +2 -2
- package/dist/{detect-DVIWcXpl.d.cts → detect-srLQtIzU.d.cts} +2 -2
- package/dist/index.cjs +22382 -3552
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28 -10
- package/dist/index.d.ts +28 -10
- package/dist/index.mjs +28327 -9497
- package/dist/index.mjs.map +1 -1
- package/dist/{manager-CXSw1h5e.d.cts → manager-BWmNEeZb.d.cts} +72 -121
- package/dist/{manager-CXSw1h5e.d.ts → manager-BojJyYIt.d.ts} +72 -121
- package/dist/smart-account.cjs +14707 -0
- package/dist/smart-account.cjs.map +1 -0
- package/dist/smart-account.d.cts +3962 -0
- package/dist/smart-account.d.ts +3962 -0
- package/dist/smart-account.mjs +14686 -0
- package/dist/smart-account.mjs.map +1 -0
- package/dist/types-B3nKHW6H.d.cts +32 -0
- package/dist/types-MtdjJgwT.d.ts +32 -0
- package/dist/wallet.cjs +29 -9
- package/dist/wallet.cjs.map +1 -1
- package/dist/wallet.d.cts +4 -3
- package/dist/wallet.d.ts +4 -3
- package/dist/wallet.mjs +16 -6
- package/dist/wallet.mjs.map +1 -1
- package/dist/widget.cjs +33067 -14246
- package/dist/widget.cjs.map +1 -1
- package/dist/widget.d.cts +5 -4
- package/dist/widget.d.ts +5 -4
- package/dist/widget.mjs +33007 -14182
- package/dist/widget.mjs.map +1 -1
- package/package.json +17 -4
- package/dist/types-BrVfNxND.d.cts +0 -14
- package/dist/types-BrVfNxND.d.ts +0 -14
package/dist/widget.d.cts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { N as NavigationStep } from './types-
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import { N as NavigationStep } from './types-B3nKHW6H.cjs';
|
|
3
|
+
import './blockchain-BONedEsU.cjs';
|
|
3
4
|
|
|
4
5
|
type Theme = "light" | "dark" | "system";
|
|
5
6
|
|
|
@@ -18,7 +19,7 @@ interface TrustwareWidgetV2Props {
|
|
|
18
19
|
/** Widget theme - light, dark, or system preference (used as initial theme) */
|
|
19
20
|
theme?: Theme;
|
|
20
21
|
/** Additional inline styles */
|
|
21
|
-
style?:
|
|
22
|
+
style?: React__default.CSSProperties;
|
|
22
23
|
/** Initial navigation step (defaults to 'home') */
|
|
23
24
|
initialStep?: NavigationStep;
|
|
24
25
|
/** Whether the widget is initially open (defaults to true for inline usage) */
|
|
@@ -61,6 +62,6 @@ interface TrustwareWidgetV2Props {
|
|
|
61
62
|
* widgetRef.current?.close();
|
|
62
63
|
* ```
|
|
63
64
|
*/
|
|
64
|
-
declare const TrustwareWidgetV2:
|
|
65
|
+
declare const TrustwareWidgetV2: React__default.ForwardRefExoticComponent<TrustwareWidgetV2Props & React__default.RefAttributes<TrustwareWidgetV2Ref>>;
|
|
65
66
|
|
|
66
67
|
export { TrustwareWidgetV2 as TrustwareWidget, type TrustwareWidgetV2Props as TrustwareWidgetProps, type TrustwareWidgetV2Ref as TrustwareWidgetRef, TrustwareWidgetV2, type TrustwareWidgetV2Props, type TrustwareWidgetV2Ref };
|
package/dist/widget.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { N as NavigationStep } from './types-
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import { N as NavigationStep } from './types-MtdjJgwT.js';
|
|
3
|
+
import './blockchain-BONedEsU.js';
|
|
3
4
|
|
|
4
5
|
type Theme = "light" | "dark" | "system";
|
|
5
6
|
|
|
@@ -18,7 +19,7 @@ interface TrustwareWidgetV2Props {
|
|
|
18
19
|
/** Widget theme - light, dark, or system preference (used as initial theme) */
|
|
19
20
|
theme?: Theme;
|
|
20
21
|
/** Additional inline styles */
|
|
21
|
-
style?:
|
|
22
|
+
style?: React__default.CSSProperties;
|
|
22
23
|
/** Initial navigation step (defaults to 'home') */
|
|
23
24
|
initialStep?: NavigationStep;
|
|
24
25
|
/** Whether the widget is initially open (defaults to true for inline usage) */
|
|
@@ -61,6 +62,6 @@ interface TrustwareWidgetV2Props {
|
|
|
61
62
|
* widgetRef.current?.close();
|
|
62
63
|
* ```
|
|
63
64
|
*/
|
|
64
|
-
declare const TrustwareWidgetV2:
|
|
65
|
+
declare const TrustwareWidgetV2: React__default.ForwardRefExoticComponent<TrustwareWidgetV2Props & React__default.RefAttributes<TrustwareWidgetV2Ref>>;
|
|
65
66
|
|
|
66
67
|
export { TrustwareWidgetV2 as TrustwareWidget, type TrustwareWidgetV2Props as TrustwareWidgetProps, type TrustwareWidgetV2Ref as TrustwareWidgetRef, TrustwareWidgetV2, type TrustwareWidgetV2Props, type TrustwareWidgetV2Ref };
|