@xyo-network/react-embed 7.2.0 → 7.2.1
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
2
2
|
declare const _default: Meta;
|
3
3
|
export default _default;
|
4
|
-
declare const AggregatePriceExample: import(".store/storybook-virtual-
|
5
|
-
declare const UniswapPairsExample: import(".store/storybook-virtual-
|
4
|
+
declare const AggregatePriceExample: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
5
|
+
declare const UniswapPairsExample: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
6
6
|
export { AggregatePriceExample, UniswapPairsExample };
|
7
7
|
//# sourceMappingURL=XyoEmbedPlugin.examples.stories.d.ts.map
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
2
2
|
declare const _default: Meta;
|
3
3
|
export default _default;
|
4
|
-
declare const Default: import(".store/storybook-virtual-
|
5
|
-
declare const ApiError: import(".store/storybook-virtual-
|
6
|
-
declare const ThrownError: import(".store/storybook-virtual-
|
7
|
-
declare const HiddenElements: import(".store/storybook-virtual-
|
8
|
-
declare const WithPassedPayload: import(".store/storybook-virtual-
|
9
|
-
declare const WithSetBusyExternally: import(".store/storybook-virtual-
|
10
|
-
declare const WithOnRefresh: import(".store/storybook-virtual-
|
4
|
+
declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
5
|
+
declare const ApiError: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
6
|
+
declare const ThrownError: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
7
|
+
declare const HiddenElements: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
8
|
+
declare const WithPassedPayload: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
9
|
+
declare const WithSetBusyExternally: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
10
|
+
declare const WithOnRefresh: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("../index.ts").EmbedPluginCardProps>;
|
11
11
|
export { ApiError, Default, HiddenElements, ThrownError, WithOnRefresh, WithPassedPayload, WithSetBusyExternally, };
|
12
12
|
//# sourceMappingURL=XyoEmbedPlugin.states.stories.d.ts.map
|
@@ -7,9 +7,9 @@ interface ValidatePayloadProviderPropsEx extends ValidatePayloadProviderProps {
|
|
7
7
|
resolvePayloadContext: ResolvePayloadState;
|
8
8
|
xyoEmbedPluginContext: EmbedPluginState;
|
9
9
|
}
|
10
|
-
declare const Default: import(".store/storybook-virtual-
|
11
|
-
declare const ValidationSucceeded: import(".store/storybook-virtual-
|
12
|
-
declare const ValidationFailed: import(".store/storybook-virtual-
|
10
|
+
declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ValidatePayloadProviderPropsEx>;
|
11
|
+
declare const ValidationSucceeded: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ValidatePayloadProviderPropsEx>;
|
12
|
+
declare const ValidationFailed: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, ValidatePayloadProviderPropsEx>;
|
13
13
|
export { Default, ValidationFailed, ValidationSucceeded, };
|
14
14
|
export default StorybookEntry;
|
15
15
|
//# sourceMappingURL=Provider.stories.d.ts.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-embed",
|
3
|
-
"version": "7.2.
|
3
|
+
"version": "7.2.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -50,31 +50,31 @@
|
|
50
50
|
"@xylabs/react-hooks": "~7.0.4",
|
51
51
|
"@xylabs/react-select": "~7.0.4",
|
52
52
|
"@xylabs/react-shared": "~7.0.4",
|
53
|
-
"@xyo-network/huri": "~5.1.
|
54
|
-
"@xyo-network/payload-model": "~5.1.
|
55
|
-
"@xyo-network/react-payload-plugin": "^7.2.
|
56
|
-
"@xyo-network/react-shared": "^7.2.
|
57
|
-
"@xyo-network/schema-cache": "~5.1.
|
53
|
+
"@xyo-network/huri": "~5.1.2",
|
54
|
+
"@xyo-network/payload-model": "~5.1.2",
|
55
|
+
"@xyo-network/react-payload-plugin": "^7.2.1",
|
56
|
+
"@xyo-network/react-shared": "^7.2.1",
|
57
|
+
"@xyo-network/schema-cache": "~5.1.2"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
60
|
"@emotion/react": "~11.14.0",
|
61
61
|
"@emotion/styled": "~11.14.1",
|
62
|
-
"@mui/icons-material": "~7.3.
|
63
|
-
"@mui/material": "~7.3.
|
64
|
-
"@storybook/react-vite": "~9.1.
|
62
|
+
"@mui/icons-material": "~7.3.2",
|
63
|
+
"@mui/material": "~7.3.2",
|
64
|
+
"@storybook/react-vite": "~9.1.5",
|
65
65
|
"@types/react": "~19.1.12",
|
66
66
|
"@xylabs/ts-scripts-yarn3": "~7.1.7",
|
67
67
|
"@xylabs/tsconfig": "~7.1.7",
|
68
68
|
"@xylabs/tsconfig-dom": "~7.1.7",
|
69
69
|
"@xylabs/tsconfig-react": "~7.1.7",
|
70
|
-
"@xyo-network/react-aggregate-price-plugin": "^7.2.
|
71
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "^7.2.
|
70
|
+
"@xyo-network/react-aggregate-price-plugin": "^7.2.1",
|
71
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "^7.2.1",
|
72
72
|
"react": "~19.1.1",
|
73
73
|
"react-dom": "~19.1.1",
|
74
74
|
"react-router-dom": "~7.8.2",
|
75
|
-
"storybook": "~9.1.
|
75
|
+
"storybook": "~9.1.5",
|
76
76
|
"typescript": "~5.9.2",
|
77
|
-
"vite": "~7.1.
|
77
|
+
"vite": "~7.1.5"
|
78
78
|
},
|
79
79
|
"peerDependencies": {
|
80
80
|
"@mui/icons-material": ">=6 <8",
|