@xyo-network/react-property 9.0.1 → 9.0.4

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,11 +1,12 @@
1
1
  import type { TypographyVariant } from '@mui/material';
2
2
  import type { EllipsizeBoxProps } from '@xyo-network/react-shared';
3
+ import React from 'react';
3
4
  export interface PropertyValueProps extends EllipsizeBoxProps {
4
5
  typographyVariant?: TypographyVariant;
5
6
  value?: string | number | boolean | null;
6
7
  }
7
8
  export declare const PropertyValue: {
8
- ({ ref, typographyVariant, value, ...props }: PropertyValueProps): import("react/jsx-runtime").JSX.Element | null;
9
+ ({ ref, typographyVariant, value, ...props }: PropertyValueProps): React.JSX.Element | null;
9
10
  displayName: string;
10
11
  };
11
12
  //# sourceMappingURL=Value.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../../src/components/Value.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAIlE,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,aAAa;kDAEvB,kBAAkB;;CAepB,CAAA"}
1
+ {"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../../src/components/Value.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAElE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,aAAa;kDAEvB,kBAAkB;;CAepB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-property",
3
- "version": "9.0.1",
3
+ "version": "9.0.4",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,19 +41,23 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.1"
44
+ "@xyo-network/react-shared": "~9.0.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
+ "@metamask/providers": "^22.1.1",
48
49
  "@mui/icons-material": "^9.0.1",
49
50
  "@mui/material": "^9.0.1",
51
+ "@noble/post-quantum": "~0.6.1",
50
52
  "@opentelemetry/api": "^1.9.1",
51
53
  "@opentelemetry/sdk-trace-base": "^2.7.1",
52
54
  "@react-spring/web": "~10.1.0",
53
55
  "@scure/base": "~2.2.0",
54
- "@storybook/react-vite": "~10.4.1",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.4",
56
+ "@scure/bip39": "~2.2.0",
57
+ "@storybook/react-vite": "~10.4.2",
58
+ "@types/react": "^19.2.16",
59
+ "@xylabs/geo": "^6.0.7",
60
+ "@xylabs/pixel": "~6.0.7",
57
61
  "@xylabs/react-button": "~9.0.2",
58
62
  "@xylabs/react-flexbox": "~9.0.2",
59
63
  "@xylabs/react-hooks": "~9.0.2",
@@ -63,17 +67,16 @@
63
67
  "@xylabs/react-quick-tip-button": "~9.0.2",
64
68
  "@xylabs/react-shared": "~9.0.2",
65
69
  "@xylabs/react-theme": "~9.0.2",
66
- "@xylabs/sdk-js": "^6.0.4",
67
- "@xylabs/threads": "^6.0.4",
68
- "@xylabs/toolchain": "~8.1.8",
69
- "@xylabs/tsconfig": "^8.1.8",
70
- "@xylabs/tsconfig-dom": "^8.1.8",
71
- "@xylabs/tsconfig-react": "~8.1.8",
72
- "@xyo-network/boundwitness-model": "^6.0.5",
73
- "@xyo-network/boundwitness-validator": "^6.0.5",
74
- "@xyo-network/payload-builder": "^6.0.5",
75
- "@xyo-network/payload-model": "^6.0.5",
70
+ "@xylabs/sdk-js": "^6.0.7",
71
+ "@xylabs/threads": "^6.0.7",
72
+ "@xylabs/toolchain": "~8.1.15",
73
+ "@xylabs/tsconfig": "^8.1.15",
74
+ "@xylabs/tsconfig-dom": "^8.1.15",
75
+ "@xylabs/tsconfig-react": "~8.1.15",
76
+ "@xyo-network/sdk-js": "^6.0.2",
77
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
76
78
  "@xyo-network/typeof": "~5.3.30",
79
+ "ajv": "^8.20.0",
77
80
  "async-mutex": "^0.5.0",
78
81
  "bn.js": "^5.2.3",
79
82
  "bowser": "^2.14.1",
@@ -82,29 +85,35 @@
82
85
  "eslint": "^10.4.1",
83
86
  "ethers": "^6.16.0",
84
87
  "hash-wasm": "~4.12.0",
88
+ "idb": "^8.0.3",
89
+ "lru-cache": "^11.5.1",
85
90
  "md5": "~2.3.0",
86
- "mixpanel-browser": "~2.80",
91
+ "mixpanel-browser": "~2.80.0",
87
92
  "observable-fns": "~0.6.1",
88
93
  "pako": "^2.1.0",
89
94
  "query-string": "~9.4.0",
90
- "react": "^19.2.6",
91
- "react-dom": "^19.2.6",
95
+ "react": "^19.2.7",
96
+ "react-dom": "^19.2.7",
92
97
  "react-router-dom": "^7.16.0",
93
98
  "spark-md5": "~3.0.2",
94
- "storybook": "^10.4.1",
99
+ "storybook": "^10.4.2",
95
100
  "typescript": "^6.0.3",
96
- "vite": "^8.0.14",
97
- "wasm-feature-detect": "~1.8.0",
101
+ "vite": "^8.0.16",
102
+ "webextension-polyfill": "^0.12.0",
98
103
  "zod": "^4.4.3"
99
104
  },
100
105
  "peerDependencies": {
101
106
  "@bitauth/libauth": "~3.0",
107
+ "@metamask/providers": "^22.1",
102
108
  "@mui/icons-material": "^9.0",
103
109
  "@mui/material": "^9.0",
110
+ "@noble/post-quantum": "~0.6.1",
104
111
  "@opentelemetry/api": "^1.9",
105
112
  "@opentelemetry/sdk-trace-base": "^2.7",
106
113
  "@react-spring/web": "~10.1",
107
114
  "@scure/base": "~2.2",
115
+ "@scure/bip39": "~2.2",
116
+ "@xylabs/geo": "^6.0",
108
117
  "@xylabs/pixel": "~6.0",
109
118
  "@xylabs/react-button": "~9.0",
110
119
  "@xylabs/react-flexbox": "~9.0",
@@ -117,11 +126,10 @@
117
126
  "@xylabs/react-theme": "~9.0",
118
127
  "@xylabs/sdk-js": "^6.0",
119
128
  "@xylabs/threads": "^6.0",
120
- "@xyo-network/boundwitness-model": "^6.0",
121
- "@xyo-network/boundwitness-validator": "^6.0",
122
- "@xyo-network/payload-builder": "^6.0",
123
- "@xyo-network/payload-model": "^6.0",
129
+ "@xyo-network/sdk-js": "^6.0",
130
+ "@xyo-network/sdk-protocol-js": "~6.0",
124
131
  "@xyo-network/typeof": "~5.3",
132
+ "ajv": "^8.20",
125
133
  "async-mutex": "^0.5",
126
134
  "bn.js": "^5.2",
127
135
  "bowser": "^2.14",
@@ -129,6 +137,8 @@
129
137
  "debug": "~4.4",
130
138
  "ethers": "^6.16",
131
139
  "hash-wasm": "~4.12",
140
+ "idb": "^8.0",
141
+ "lru-cache": "^11.3",
132
142
  "md5": "~2.3",
133
143
  "mixpanel-browser": "~2.80",
134
144
  "observable-fns": "~0.6",
@@ -138,7 +148,7 @@
138
148
  "react-dom": "^19.2",
139
149
  "react-router-dom": "^7.15",
140
150
  "spark-md5": "~3.0",
141
- "wasm-feature-detect": "~1.8",
151
+ "webextension-polyfill": "^0.12",
142
152
  "zod": "^4.4"
143
153
  },
144
154
  "publishConfig": {