@xyo-network/react-property 9.0.1 → 9.0.2

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.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,7 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.1"
44
+ "@xyo-network/react-shared": "~9.0.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -52,8 +52,8 @@
52
52
  "@react-spring/web": "~10.1.0",
53
53
  "@scure/base": "~2.2.0",
54
54
  "@storybook/react-vite": "~10.4.1",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.4",
55
+ "@types/react": "^19.2.16",
56
+ "@xylabs/pixel": "~6.0.7",
57
57
  "@xylabs/react-button": "~9.0.2",
58
58
  "@xylabs/react-flexbox": "~9.0.2",
59
59
  "@xylabs/react-hooks": "~9.0.2",
@@ -63,16 +63,16 @@
63
63
  "@xylabs/react-quick-tip-button": "~9.0.2",
64
64
  "@xylabs/react-shared": "~9.0.2",
65
65
  "@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",
66
+ "@xylabs/sdk-js": "^6.0.7",
67
+ "@xylabs/threads": "^6.0.7",
68
+ "@xylabs/toolchain": "~8.1.12",
69
+ "@xylabs/tsconfig": "^8.1.12",
70
+ "@xylabs/tsconfig-dom": "^8.1.12",
71
+ "@xylabs/tsconfig-react": "~8.1.12",
72
+ "@xyo-network/boundwitness-model": "^6.0.7",
73
+ "@xyo-network/boundwitness-validator": "^6.0.7",
74
+ "@xyo-network/payload-builder": "^6.0.7",
75
+ "@xyo-network/payload-model": "^6.0.7",
76
76
  "@xyo-network/typeof": "~5.3.30",
77
77
  "async-mutex": "^0.5.0",
78
78
  "bn.js": "^5.2.3",
@@ -83,18 +83,17 @@
83
83
  "ethers": "^6.16.0",
84
84
  "hash-wasm": "~4.12.0",
85
85
  "md5": "~2.3.0",
86
- "mixpanel-browser": "~2.80",
86
+ "mixpanel-browser": "~2.80.0",
87
87
  "observable-fns": "~0.6.1",
88
88
  "pako": "^2.1.0",
89
89
  "query-string": "~9.4.0",
90
- "react": "^19.2.6",
91
- "react-dom": "^19.2.6",
90
+ "react": "^19.2.7",
91
+ "react-dom": "^19.2.7",
92
92
  "react-router-dom": "^7.16.0",
93
93
  "spark-md5": "~3.0.2",
94
94
  "storybook": "^10.4.1",
95
95
  "typescript": "^6.0.3",
96
- "vite": "^8.0.14",
97
- "wasm-feature-detect": "~1.8.0",
96
+ "vite": "^8.0.16",
98
97
  "zod": "^4.4.3"
99
98
  },
100
99
  "peerDependencies": {
@@ -138,7 +137,6 @@
138
137
  "react-dom": "^19.2",
139
138
  "react-router-dom": "^7.15",
140
139
  "spark-md5": "~3.0",
141
- "wasm-feature-detect": "~1.8",
142
140
  "zod": "^4.4"
143
141
  },
144
142
  "publishConfig": {