@xyo-network/react-form-group 9.0.0 → 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,6 @@
|
|
|
1
1
|
import type { Payload } from '@xyo-network/payload-model';
|
|
2
2
|
import type { PropsWithChildren } from 'react';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
import type { FormGroupParams } from '../FormGroup.ts';
|
|
4
5
|
export interface FormGroupPayloadProviderProps<TStorage extends Payload = Payload> extends PropsWithChildren {
|
|
5
6
|
params?: FormGroupParams<TStorage>;
|
|
@@ -7,5 +8,5 @@ export interface FormGroupPayloadProviderProps<TStorage extends Payload = Payloa
|
|
|
7
8
|
/**
|
|
8
9
|
* Provides a FormGroup to child components.
|
|
9
10
|
*/
|
|
10
|
-
export declare const FormGroupPayloadProvider: ({ children, params, ...props }: FormGroupPayloadProviderProps) =>
|
|
11
|
+
export declare const FormGroupPayloadProvider: ({ children, params, ...props }: FormGroupPayloadProviderProps) => React.JSX.Element;
|
|
11
12
|
//# sourceMappingURL=Provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../src/context/Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../src/context/Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAAkB,MAAM,OAAO,CAAA;AAEtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAKtD,MAAM,WAAW,6BAA6B,CAAC,QAAQ,SAAS,OAAO,GAAG,OAAO,CAAE,SAAQ,iBAAiB;IAC1G,MAAM,CAAC,EAAE,eAAe,CAAC,QAAQ,CAAC,CAAA;CACnC;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,GAAI,gCAEtC,6BAA6B,sBAiB/B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-form-group",
|
|
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,59 +41,77 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"devDependencies": {
|
|
44
|
+
"@bitauth/libauth": "~3.0.0",
|
|
45
|
+
"@metamask/providers": "^22.1.1",
|
|
44
46
|
"@mui/material": "^9.0.1",
|
|
47
|
+
"@noble/post-quantum": "~0.6.1",
|
|
45
48
|
"@opentelemetry/api": "^1.9.1",
|
|
46
49
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
47
50
|
"@scure/base": "~2.2.0",
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@xylabs/
|
|
52
|
-
"@xylabs/
|
|
53
|
-
"@xylabs/
|
|
54
|
-
"@xylabs/
|
|
55
|
-
"@xylabs/
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@xyo-network/
|
|
60
|
-
"@xyo-network/module-event-emitter": "~6.0.
|
|
61
|
-
"@xyo-network/payload-model": "^6.0.
|
|
51
|
+
"@scure/bip39": "~2.2.0",
|
|
52
|
+
"@storybook/react-vite": "~10.4.1",
|
|
53
|
+
"@types/react": "^19.2.16",
|
|
54
|
+
"@xylabs/geo": "^6.0.7",
|
|
55
|
+
"@xylabs/react-shared": "~9.0.2",
|
|
56
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
57
|
+
"@xylabs/threads": "^6.0.7",
|
|
58
|
+
"@xylabs/toolchain": "~8.1.12",
|
|
59
|
+
"@xylabs/tsconfig": "^8.1.12",
|
|
60
|
+
"@xylabs/tsconfig-dom": "^8.1.12",
|
|
61
|
+
"@xylabs/tsconfig-react": "~8.1.12",
|
|
62
|
+
"@xyo-network/archivist-model": "^6.0.2",
|
|
63
|
+
"@xyo-network/module-event-emitter": "~6.0.2",
|
|
64
|
+
"@xyo-network/payload-model": "^6.0.7",
|
|
65
|
+
"@xyo-network/sdk-protocol-js": "~6.0.7",
|
|
66
|
+
"ajv": "^8.20.0",
|
|
62
67
|
"async-mutex": "^0.5.0",
|
|
63
68
|
"bn.js": "^5.2.3",
|
|
64
69
|
"buffer": "^6.0.3",
|
|
65
|
-
"
|
|
66
|
-
"eslint": "^10.4.
|
|
70
|
+
"debug": "~4.4.3",
|
|
71
|
+
"eslint": "^10.4.1",
|
|
67
72
|
"ethers": "^6.16.0",
|
|
73
|
+
"hash-wasm": "~4.12.0",
|
|
74
|
+
"idb": "^8.0.3",
|
|
75
|
+
"observable-fns": "~0.6.1",
|
|
68
76
|
"pako": "^2.1.0",
|
|
69
|
-
"react": "^19.2.
|
|
70
|
-
"react-dom": "^19.2.
|
|
71
|
-
"storybook": "^10.4.
|
|
77
|
+
"react": "^19.2.7",
|
|
78
|
+
"react-dom": "^19.2.7",
|
|
79
|
+
"storybook": "^10.4.1",
|
|
72
80
|
"typescript": "^6.0.3",
|
|
73
|
-
"vite": "^8.0.
|
|
81
|
+
"vite": "^8.0.16",
|
|
82
|
+
"webextension-polyfill": "^0.12.0",
|
|
74
83
|
"zod": "^4.4.3"
|
|
75
84
|
},
|
|
76
85
|
"peerDependencies": {
|
|
86
|
+
"@bitauth/libauth": "~3.0",
|
|
87
|
+
"@metamask/providers": "^22.1",
|
|
77
88
|
"@mui/material": "^9.0",
|
|
89
|
+
"@noble/post-quantum": "~0.6.1",
|
|
78
90
|
"@opentelemetry/api": "^1.9",
|
|
79
91
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
80
92
|
"@scure/base": "~2.2",
|
|
93
|
+
"@scure/bip39": "~2.2",
|
|
94
|
+
"@xylabs/geo": "^6.0",
|
|
81
95
|
"@xylabs/react-shared": "~9.0",
|
|
82
96
|
"@xylabs/sdk-js": "^6.0",
|
|
83
|
-
"@
|
|
97
|
+
"@xylabs/threads": "^6.0",
|
|
84
98
|
"@xyo-network/archivist-model": "^6.0",
|
|
85
|
-
"@xyo-network/boundwitness-model": "^6.0",
|
|
86
|
-
"@xyo-network/manifest-model": "~6.0",
|
|
87
99
|
"@xyo-network/module-event-emitter": "~6.0",
|
|
88
100
|
"@xyo-network/payload-model": "^6.0",
|
|
101
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
102
|
+
"ajv": "^8.20",
|
|
89
103
|
"async-mutex": "^0.5",
|
|
90
104
|
"bn.js": "^5.2",
|
|
91
105
|
"buffer": "^6.0",
|
|
92
|
-
"
|
|
106
|
+
"debug": "~4.4",
|
|
93
107
|
"ethers": "^6.16",
|
|
108
|
+
"hash-wasm": "~4.12",
|
|
109
|
+
"idb": "^8.0",
|
|
110
|
+
"observable-fns": "~0.6",
|
|
94
111
|
"pako": "^2.1",
|
|
95
112
|
"react": "^19.2",
|
|
96
113
|
"react-dom": "^19.2",
|
|
114
|
+
"webextension-polyfill": "^0.12",
|
|
97
115
|
"zod": "^4.4"
|
|
98
116
|
},
|
|
99
117
|
"publishConfig": {
|