@xyo-network/react-embed 7.5.6 → 7.5.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/package.json +6 -5
- package/dist/browser/components/stories/XyoEmbedPlugin.examples.stories.d.ts +0 -7
- package/dist/browser/components/stories/XyoEmbedPlugin.examples.stories.d.ts.map +0 -1
- package/dist/browser/components/stories/XyoEmbedPlugin.states.stories.d.ts +0 -12
- package/dist/browser/components/stories/XyoEmbedPlugin.states.stories.d.ts.map +0 -1
- package/dist/browser/components/stories/storyPayload.d.ts +0 -128
- package/dist/browser/components/stories/storyPayload.d.ts.map +0 -1
- package/dist/browser/components/stories/storyShared.d.ts +0 -4
- package/dist/browser/components/stories/storyShared.d.ts.map +0 -1
- package/dist/browser/components/stories/xyoEmbedStoryBase.d.ts +0 -3
- package/dist/browser/components/stories/xyoEmbedStoryBase.d.ts.map +0 -1
- package/dist/browser/contexts/ValidatePayloadContext/Provider.stories.d.ts +0 -15
- package/dist/browser/contexts/ValidatePayloadContext/Provider.stories.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-embed",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.8",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@xylabs/sdk-js": "~5.0.90",
|
|
53
53
|
"@xyo-network/huri": "~5.3.17",
|
|
54
54
|
"@xyo-network/payload-model": "~5.3.17",
|
|
55
|
-
"@xyo-network/react-payload-plugin": "7.5.
|
|
56
|
-
"@xyo-network/react-shared": "7.5.
|
|
55
|
+
"@xyo-network/react-payload-plugin": "7.5.8",
|
|
56
|
+
"@xyo-network/react-shared": "7.5.8",
|
|
57
57
|
"@xyo-network/schema-cache": "~5.3.17"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -63,12 +63,13 @@
|
|
|
63
63
|
"@mui/material": "~7.3.9",
|
|
64
64
|
"@storybook/react-vite": "~10.3.3",
|
|
65
65
|
"@types/react": "^19.2.14",
|
|
66
|
+
"@xylabs/ts-scripts-common": "~7.5.6",
|
|
66
67
|
"@xylabs/ts-scripts-yarn3": "~7.5.6",
|
|
67
68
|
"@xylabs/tsconfig": "~7.5.6",
|
|
68
69
|
"@xylabs/tsconfig-dom": "~7.5.6",
|
|
69
70
|
"@xylabs/tsconfig-react": "~7.5.6",
|
|
70
|
-
"@xyo-network/react-aggregate-price-plugin": "7.5.
|
|
71
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "7.5.
|
|
71
|
+
"@xyo-network/react-aggregate-price-plugin": "7.5.8",
|
|
72
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "7.5.8",
|
|
72
73
|
"luxon": "^3.7.2",
|
|
73
74
|
"react": "^19.2.4",
|
|
74
75
|
"react-dom": "^19.2.4",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta } from '@storybook/react-vite';
|
|
2
|
-
declare const _default: Meta;
|
|
3
|
-
export default _default;
|
|
4
|
-
declare const AggregatePriceExample: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
5
|
-
declare const UniswapPairsExample: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
6
|
-
export { AggregatePriceExample, UniswapPairsExample };
|
|
7
|
-
//# sourceMappingURL=XyoEmbedPlugin.examples.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"XyoEmbedPlugin.examples.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/XyoEmbedPlugin.examples.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;wBAa5C,IAAI;AAHT,wBAGS;AAET,QAAA,MAAM,qBAAqB,yIAAoB,CAAA;AAM/C,QAAA,MAAM,mBAAmB,yIAAoB,CAAA;AAM7C,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Meta } from '@storybook/react-vite';
|
|
2
|
-
declare const _default: Meta;
|
|
3
|
-
export default _default;
|
|
4
|
-
declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
5
|
-
declare const ApiError: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
6
|
-
declare const ThrownError: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
7
|
-
declare const HiddenElements: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
8
|
-
declare const WithPassedPayload: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
9
|
-
declare const WithSetBusyExternally: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
10
|
-
declare const WithOnRefresh: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
|
11
|
-
export { ApiError, Default, HiddenElements, ThrownError, WithOnRefresh, WithPassedPayload, WithSetBusyExternally, };
|
|
12
|
-
//# sourceMappingURL=XyoEmbedPlugin.states.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"XyoEmbedPlugin.states.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/XyoEmbedPlugin.states.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;wBAc5C,IAAI;AAHT,wBAGS;AAwBT,QAAA,MAAM,OAAO,yIAAoB,CAAA;AAMjC,QAAA,MAAM,QAAQ,yIAAoB,CAAA;AAMlC,QAAA,MAAM,WAAW,yIAAoB,CAAA;AAMrC,QAAA,MAAM,cAAc,yIAAoB,CAAA;AAcxC,QAAA,MAAM,iBAAiB,yIAAoB,CAAA;AAM3C,QAAA,MAAM,qBAAqB,yIAAoB,CAAA;AAO/C,QAAA,MAAM,aAAa,yIAAoB,CAAA;AAOvC,OAAO,EACL,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,iBAAiB,EAAE,qBAAqB,GACxG,CAAA"}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
export declare const payloadData: {
|
|
2
|
-
assets: {
|
|
3
|
-
ada: {
|
|
4
|
-
value: {
|
|
5
|
-
btc: string;
|
|
6
|
-
eth: string;
|
|
7
|
-
eur: string;
|
|
8
|
-
usd: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
btc: {
|
|
12
|
-
value: {
|
|
13
|
-
btc: string;
|
|
14
|
-
eth: string;
|
|
15
|
-
eur: string;
|
|
16
|
-
usd: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
busd: {
|
|
20
|
-
value: {
|
|
21
|
-
btc: string;
|
|
22
|
-
eth: string;
|
|
23
|
-
eur: string;
|
|
24
|
-
usd: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
dai: {
|
|
28
|
-
value: {
|
|
29
|
-
usdc: string;
|
|
30
|
-
xyo: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
doge: {
|
|
34
|
-
value: {
|
|
35
|
-
btc: string;
|
|
36
|
-
eth: string;
|
|
37
|
-
eur: string;
|
|
38
|
-
usd: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
dot: {
|
|
42
|
-
value: {
|
|
43
|
-
btc: string;
|
|
44
|
-
eth: string;
|
|
45
|
-
eur: string;
|
|
46
|
-
usd: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
eth: {
|
|
50
|
-
value: {
|
|
51
|
-
btc: string;
|
|
52
|
-
eth: string;
|
|
53
|
-
eur: string;
|
|
54
|
-
usd: string;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
frax: {
|
|
58
|
-
value: {
|
|
59
|
-
usdc: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
link: {
|
|
63
|
-
value: {
|
|
64
|
-
xyo: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
sol: {
|
|
68
|
-
value: {
|
|
69
|
-
btc: string;
|
|
70
|
-
eth: string;
|
|
71
|
-
eur: string;
|
|
72
|
-
usd: string;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
usdc: {
|
|
76
|
-
value: {
|
|
77
|
-
btc: string;
|
|
78
|
-
dai: string;
|
|
79
|
-
eth: string;
|
|
80
|
-
eur: string;
|
|
81
|
-
frax: string;
|
|
82
|
-
usd: string;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
usdt: {
|
|
86
|
-
value: {
|
|
87
|
-
btc: string;
|
|
88
|
-
eth: string;
|
|
89
|
-
eur: string;
|
|
90
|
-
usd: string;
|
|
91
|
-
usdc: string;
|
|
92
|
-
xyo: string;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
wbtc: {
|
|
96
|
-
value: {
|
|
97
|
-
btc: string;
|
|
98
|
-
eth: string;
|
|
99
|
-
eur: string;
|
|
100
|
-
usd: string;
|
|
101
|
-
usdc: string;
|
|
102
|
-
xyo: string;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
weth: {
|
|
106
|
-
value: {
|
|
107
|
-
btc: string;
|
|
108
|
-
usdc: string;
|
|
109
|
-
xyo: string;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
xyo: {
|
|
113
|
-
value: {
|
|
114
|
-
btc: string;
|
|
115
|
-
dai: string;
|
|
116
|
-
eth: string;
|
|
117
|
-
eur: string;
|
|
118
|
-
link: string;
|
|
119
|
-
usd: string;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
schema: "network.xyo.crypto.asset" & {
|
|
124
|
-
readonly __schema: true;
|
|
125
|
-
};
|
|
126
|
-
timestamp: number;
|
|
127
|
-
};
|
|
128
|
-
//# sourceMappingURL=storyPayload.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storyPayload.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/storyPayload.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEvB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storyShared.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/storyShared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAMpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAI3D,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,kBAAkB,CAQvD,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"xyoEmbedStoryBase.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/xyoEmbedStoryBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAIjD,eAAO,MAAM,iBAAiB,EAAE,IAI/B,CAAA"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { Meta } from '@storybook/react-vite';
|
|
2
|
-
import type { EmbedPluginState } from '../EmbedPluginContext/index.ts';
|
|
3
|
-
import type { ResolvePayloadState } from '../ResolvePayloadContext/index.ts';
|
|
4
|
-
import type { ValidatePayloadProviderProps } from './Provider.tsx';
|
|
5
|
-
declare const StorybookEntry: Meta<ValidatePayloadProviderPropsEx>;
|
|
6
|
-
interface ValidatePayloadProviderPropsEx extends ValidatePayloadProviderProps {
|
|
7
|
-
resolvePayloadContext: ResolvePayloadState;
|
|
8
|
-
xyoEmbedPluginContext: EmbedPluginState;
|
|
9
|
-
}
|
|
10
|
-
declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ValidatePayloadProviderPropsEx>;
|
|
11
|
-
declare const ValidationSucceeded: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ValidatePayloadProviderPropsEx>;
|
|
12
|
-
declare const ValidationFailed: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ValidatePayloadProviderPropsEx>;
|
|
13
|
-
export { Default, ValidationFailed, ValidationSucceeded, };
|
|
14
|
-
export default StorybookEntry;
|
|
15
|
-
//# sourceMappingURL=Provider.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.stories.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ValidatePayloadContext/Provider.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACC,IAAI,EAChB,MAAM,uBAAuB,CAAA;AAI9B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAE5E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAA;AAuBlE,QAAA,MAAM,cAAc,EAAE,IAAI,CAAC,8BAA8B,CAIxD,CAAA;AAOD,UAAU,8BAA+B,SAAQ,4BAA4B;IAC3E,qBAAqB,EAAE,mBAAmB,CAAA;IAC1C,qBAAqB,EAAE,gBAAgB,CAAA;CACxC;AAgBD,QAAA,MAAM,OAAO,6HAAoB,CAAA;AAGjC,QAAA,MAAM,mBAAmB,6HAAoB,CAAA;AAO7C,QAAA,MAAM,gBAAgB,6HAAoB,CAAA;AAO1C,OAAO,EACL,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,GAC/C,CAAA;AAED,eAAe,cAAc,CAAA"}
|