@xyo-network/react-typedoc 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,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ReflectionType } from 'typedoc';
|
|
3
3
|
import type { ReflectionViewerProps } from '../ReflectionViewerProps.tsx';
|
|
4
|
-
export declare const buildReflectionString: (typeObj: ReflectionType, reflectionViewer: React.FC<ReflectionViewerProps>) =>
|
|
4
|
+
export declare const buildReflectionString: (typeObj: ReflectionType, reflectionViewer: React.FC<ReflectionViewerProps>) => React.JSX.Element | undefined;
|
|
5
5
|
//# sourceMappingURL=buildReflectionString.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildReflectionString.d.ts","sourceRoot":"","sources":["../../../../src/ReflectionViewer/SomeTypeViewer/buildReflectionString.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAEzE,eAAO,MAAM,qBAAqB,GAAI,SAAS,cAAc,EAAE,kBAAkB,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAAC,
|
|
1
|
+
{"version":3,"file":"buildReflectionString.d.ts","sourceRoot":"","sources":["../../../../src/ReflectionViewer/SomeTypeViewer/buildReflectionString.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAEzE,eAAO,MAAM,qBAAqB,GAAI,SAAS,cAAc,EAAE,kBAAkB,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAAC,kCAI/G,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-typedoc",
|
|
3
|
-
"version": "9.0.
|
|
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-payload-raw-info": "~9.0.
|
|
44
|
+
"@xyo-network/react-payload-raw-info": "~9.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@react-spring/web": "~10.1.0",
|
|
55
55
|
"@scure/base": "~2.2.0",
|
|
56
56
|
"@storybook/react-vite": "~10.4.1",
|
|
57
|
-
"@types/react": "^19.2.
|
|
58
|
-
"@xylabs/pixel": "~6.0.
|
|
57
|
+
"@types/react": "^19.2.16",
|
|
58
|
+
"@xylabs/pixel": "~6.0.7",
|
|
59
59
|
"@xylabs/react-button": "~9.0.2",
|
|
60
60
|
"@xylabs/react-flexbox": "~9.0.2",
|
|
61
61
|
"@xylabs/react-hooks": "~9.0.2",
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
"@xylabs/react-promise": "~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.
|
|
66
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
67
67
|
"@xylabs/sdk-react": "~9.0.2",
|
|
68
|
-
"@xylabs/threads": "^6.0.
|
|
69
|
-
"@xylabs/toolchain": "~8.1.
|
|
70
|
-
"@xylabs/tsconfig": "^8.1.
|
|
71
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
72
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
73
|
-
"@xyo-network/boundwitness-model": "^6.0.
|
|
74
|
-
"@xyo-network/boundwitness-validator": "^6.0.
|
|
75
|
-
"@xyo-network/payload-builder": "^6.0.
|
|
76
|
-
"@xyo-network/payload-model": "^6.0.
|
|
68
|
+
"@xylabs/threads": "^6.0.7",
|
|
69
|
+
"@xylabs/toolchain": "~8.1.12",
|
|
70
|
+
"@xylabs/tsconfig": "^8.1.12",
|
|
71
|
+
"@xylabs/tsconfig-dom": "^8.1.12",
|
|
72
|
+
"@xylabs/tsconfig-react": "~8.1.12",
|
|
73
|
+
"@xyo-network/boundwitness-model": "^6.0.7",
|
|
74
|
+
"@xyo-network/boundwitness-validator": "^6.0.7",
|
|
75
|
+
"@xyo-network/payload-builder": "^6.0.7",
|
|
76
|
+
"@xyo-network/payload-model": "^6.0.7",
|
|
77
77
|
"async-mutex": "^0.5.0",
|
|
78
78
|
"bn.js": "^5.2.3",
|
|
79
79
|
"bowser": "^2.14.1",
|
|
@@ -83,23 +83,22 @@
|
|
|
83
83
|
"eslint": "^10.4.1",
|
|
84
84
|
"ethers": "^6.16.0",
|
|
85
85
|
"hash-wasm": "~4.12.0",
|
|
86
|
-
"lru-cache": "^11.
|
|
86
|
+
"lru-cache": "^11.5.1",
|
|
87
87
|
"md5": "~2.3.0",
|
|
88
|
-
"mixpanel-browser": "~2.80",
|
|
88
|
+
"mixpanel-browser": "~2.80.0",
|
|
89
89
|
"numeral": "~2.0.6",
|
|
90
90
|
"observable-fns": "~0.6.1",
|
|
91
91
|
"pako": "^2.1.0",
|
|
92
92
|
"query-string": "~9.4.0",
|
|
93
|
-
"react": "^19.2.
|
|
94
|
-
"react-dom": "^19.2.
|
|
93
|
+
"react": "^19.2.7",
|
|
94
|
+
"react-dom": "^19.2.7",
|
|
95
95
|
"react-router-dom": "^7.16.0",
|
|
96
96
|
"spark-md5": "~3.0.2",
|
|
97
97
|
"storybook": "^10.4.1",
|
|
98
98
|
"typedoc": "~0.28.19",
|
|
99
99
|
"typescript": "^6.0.3",
|
|
100
|
-
"viem": "^2.
|
|
101
|
-
"vite": "^8.0.
|
|
102
|
-
"wasm-feature-detect": "~1.8.0",
|
|
100
|
+
"viem": "^2.52.0",
|
|
101
|
+
"vite": "^8.0.16",
|
|
103
102
|
"zod": "^4.4.3",
|
|
104
103
|
"zustand": "~5.0.14"
|
|
105
104
|
},
|
|
@@ -150,7 +149,6 @@
|
|
|
150
149
|
"typedoc": "~0.28",
|
|
151
150
|
"typescript": "^6.0",
|
|
152
151
|
"viem": "^2.48",
|
|
153
|
-
"wasm-feature-detect": "~1.8",
|
|
154
152
|
"zod": "^4.4",
|
|
155
153
|
"zustand": "~5.0"
|
|
156
154
|
},
|