@xyo-network/react-embed 5.3.6 → 5.3.7
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/dist/types/components/stories/storyShared.d.ts +1 -1
- package/dist/types/components/stories/storyShared.d.ts.map +1 -1
- package/dist/types/components/stories/xyoEmbedStoryBase.d.ts +1 -1
- package/dist/types/components/stories/xyoEmbedStoryBase.d.ts.map +1 -1
- package/package.json +13 -14
- package/src/components/stories/XyoEmbedPlugin.examples.stories.tsx +1 -1
- package/src/components/stories/XyoEmbedPlugin.states.stories.tsx +1 -1
- package/src/components/stories/storyShared.tsx +1 -1
- package/src/components/stories/xyoEmbedStoryBase.ts +1 -1
- package/src/contexts/ValidatePayloadContext/Provider.stories.tsx +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { StoryFn } from '@storybook/react';
|
1
|
+
import type { StoryFn } from '@storybook/react-vite';
|
2
2
|
import { ApiEmbedPluginCard } from '../embed-card/index.ts';
|
3
3
|
export declare const Template: StoryFn<typeof ApiEmbedPluginCard>;
|
4
4
|
//# sourceMappingURL=storyShared.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"storyShared.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/storyShared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
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;AAIpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAE3D,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,kBAAkB,CAMvD,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"xyoEmbedStoryBase.d.ts","sourceRoot":"","sources":["../../../../src/components/stories/xyoEmbedStoryBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,
|
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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-embed",
|
3
|
-
"version": "5.3.
|
3
|
+
"version": "5.3.7",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -39,33 +39,32 @@
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
40
40
|
"types": "dist/types/index.d.ts",
|
41
41
|
"dependencies": {
|
42
|
-
"@xylabs/delay": "^4.10
|
42
|
+
"@xylabs/delay": "^4.11.10",
|
43
43
|
"@xylabs/react-async-effect": "^6.3.4",
|
44
44
|
"@xylabs/react-error": "^6.3.4",
|
45
45
|
"@xylabs/react-flexbox": "^6.3.4",
|
46
46
|
"@xylabs/react-hooks": "^6.3.4",
|
47
47
|
"@xylabs/react-select": "^6.3.4",
|
48
48
|
"@xylabs/react-shared": "^6.3.4",
|
49
|
-
"@xyo-network/huri": "^3.
|
50
|
-
"@xyo-network/payload-model": "^3.
|
51
|
-
"@xyo-network/react-payload-plugin": "^5.3.
|
52
|
-
"@xyo-network/react-shared": "^5.3.
|
53
|
-
"@xyo-network/schema-cache": "^3.
|
49
|
+
"@xyo-network/huri": "^3.18.2",
|
50
|
+
"@xyo-network/payload-model": "^3.18.2",
|
51
|
+
"@xyo-network/react-payload-plugin": "^5.3.7",
|
52
|
+
"@xyo-network/react-shared": "^5.3.7",
|
53
|
+
"@xyo-network/schema-cache": "^3.18.2"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@emotion/react": "^11.14.0",
|
57
57
|
"@emotion/styled": "^11.14.0",
|
58
|
-
"@mui/icons-material": "^7.1.
|
59
|
-
"@mui/material": "^7.1.
|
60
|
-
"@
|
61
|
-
"@types/react": "^19.1.5",
|
58
|
+
"@mui/icons-material": "^7.1.1",
|
59
|
+
"@mui/material": "^7.1.1",
|
60
|
+
"@types/react": "^19.1.6",
|
62
61
|
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
63
62
|
"@xylabs/tsconfig-react": "^6.5.7",
|
64
|
-
"@xyo-network/react-aggregate-price-plugin": "^5.3.
|
65
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "^5.3.
|
63
|
+
"@xyo-network/react-aggregate-price-plugin": "^5.3.7",
|
64
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "^5.3.7",
|
66
65
|
"react": "^19.1.0",
|
67
66
|
"react-dom": "^19.1.0",
|
68
|
-
"react-router-dom": "^7.6.
|
67
|
+
"react-router-dom": "^7.6.2",
|
69
68
|
"storybook": "^8.6.14",
|
70
69
|
"typescript": "^5.8.3"
|
71
70
|
},
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { Meta } from '@storybook/react'
|
1
|
+
import type { Meta } from '@storybook/react-vite'
|
2
2
|
import { CryptoAssetRenderPlugin } from '@xyo-network/react-aggregate-price-plugin'
|
3
3
|
import { UniswapPairsRenderPlugin } from '@xyo-network/react-crypto-market-uniswap-plugin'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { Meta } from '@storybook/react'
|
1
|
+
import type { Meta } from '@storybook/react-vite'
|
2
2
|
import { CryptoAssetRenderPlugin } from '@xyo-network/react-aggregate-price-plugin'
|
3
3
|
import { UniswapPairsRenderPlugin } from '@xyo-network/react-crypto-market-uniswap-plugin'
|
4
4
|
import { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'
|