@xyo-network/react-schema 5.3.5 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema",
3
- "version": "5.3.5",
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,44 +39,43 @@
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/types/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/exists": "^4.10.0",
43
- "@xylabs/hex": "^4.10.0",
44
- "@xylabs/react-async-effect": "^6.3.3",
45
- "@xylabs/react-flexbox": "^6.3.3",
46
- "@xylabs/react-link": "^6.3.3",
47
- "@xylabs/react-promise": "^6.3.3",
48
- "@xylabs/react-select": "^6.3.3",
49
- "@xylabs/react-shared": "^6.3.3",
50
- "@xyo-network/diviner-schema-list-model": "^3.17.0",
51
- "@xyo-network/diviner-schema-stats-model": "^3.17.0",
52
- "@xyo-network/node-core-types": "^3.7.0",
53
- "@xyo-network/payload-builder": "^3.17.0",
54
- "@xyo-network/payload-model": "^3.17.0",
55
- "@xyo-network/react-diviner": "^5.3.5",
56
- "@xyo-network/react-event": "^5.3.5",
57
- "@xyo-network/react-property": "^5.3.5",
58
- "@xyo-network/schema-cache": "^3.17.0",
59
- "@xyo-network/schema-payload-plugin": "^3.17.0",
60
- "react-router-dom": "^7.6.0"
42
+ "@xylabs/exists": "^4.11.10",
43
+ "@xylabs/hex": "^4.11.10",
44
+ "@xylabs/react-async-effect": "^6.3.4",
45
+ "@xylabs/react-flexbox": "^6.3.4",
46
+ "@xylabs/react-link": "^6.3.4",
47
+ "@xylabs/react-promise": "^6.3.4",
48
+ "@xylabs/react-select": "^6.3.4",
49
+ "@xylabs/react-shared": "^6.3.4",
50
+ "@xyo-network/diviner-schema-list-model": "^3.18.2",
51
+ "@xyo-network/diviner-schema-stats-model": "^3.18.2",
52
+ "@xyo-network/node-core-types": "^3.7.10",
53
+ "@xyo-network/payload-builder": "^3.18.2",
54
+ "@xyo-network/payload-model": "^3.18.2",
55
+ "@xyo-network/react-diviner": "^5.3.7",
56
+ "@xyo-network/react-event": "^5.3.7",
57
+ "@xyo-network/react-property": "^5.3.7",
58
+ "@xyo-network/schema-cache": "^3.18.2",
59
+ "@xyo-network/schema-payload-plugin": "^3.18.2",
60
+ "react-router-dom": "^7.6.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@emotion/react": "^11.14.0",
64
64
  "@emotion/styled": "^11.14.0",
65
- "@mui/icons-material": "^7.1.0",
66
- "@mui/material": "^7.1.0",
67
- "@storybook/react": "^8.6.14",
68
- "@types/react": "^19.1.5",
69
- "@xylabs/react-flexbox": "^6.3.3",
70
- "@xylabs/react-hooks": "^6.3.3",
65
+ "@mui/icons-material": "^7.1.1",
66
+ "@mui/material": "^7.1.1",
67
+ "@types/react": "^19.1.6",
68
+ "@xylabs/react-flexbox": "^6.3.4",
69
+ "@xylabs/react-hooks": "^6.3.4",
71
70
  "@xylabs/ts-scripts-yarn3": "^6.5.7",
72
71
  "@xylabs/tsconfig-react": "^6.5.7",
73
- "@xyo-network/bridge-http": "^3.17.0",
74
- "@xyo-network/node-memory": "^3.17.0",
75
- "@xyo-network/node-model": "^3.17.0",
76
- "@xyo-network/react-node": "^5.3.5",
77
- "@xyo-network/react-payload-raw-info": "^5.3.5",
78
- "@xyo-network/react-storybook": "^5.3.5",
79
- "@xyo-network/react-wallet": "^5.3.5",
72
+ "@xyo-network/bridge-http": "^3.18.2",
73
+ "@xyo-network/node-memory": "^3.18.2",
74
+ "@xyo-network/node-model": "^3.18.2",
75
+ "@xyo-network/react-node": "^5.3.7",
76
+ "@xyo-network/react-payload-raw-info": "^5.3.7",
77
+ "@xyo-network/react-storybook": "^5.3.7",
78
+ "@xyo-network/react-wallet": "^5.3.7",
80
79
  "react": "^19.1.0",
81
80
  "react-dom": "^19.1.0",
82
81
  "storybook": "^8.6.14",
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from '@storybook/react'
1
+ import type { Meta, StoryFn } from '@storybook/react-vite'
2
2
  import { useEvent } from '@xyo-network/react-event'
3
3
  import React from 'react'
4
4
 
@@ -3,7 +3,7 @@ import {
3
3
  } from '@mui/material'
4
4
  import type {
5
5
  Decorator, Meta, StoryFn,
6
- } from '@storybook/react'
6
+ } from '@storybook/react-vite'
7
7
  import type { Address } from '@xylabs/hex'
8
8
  import { useAsyncEffect } from '@xylabs/react-async-effect'
9
9
  import { FlexGrowRow } from '@xylabs/react-flexbox'
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  FormControl, TextField, Typography,
3
3
  } from '@mui/material'
4
- import type { Meta, StoryFn } from '@storybook/react'
4
+ import type { Meta, StoryFn } from '@storybook/react-vite'
5
5
  import { FlexRow } from '@xylabs/react-flexbox'
6
6
  import { useResetState } from '@xylabs/react-hooks'
7
7
  import { JsonViewerEx } from '@xyo-network/react-payload-raw-info'