@xyo-network/react-form-group 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,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",
|
|
@@ -50,19 +50,19 @@
|
|
|
50
50
|
"@scure/base": "~2.2.0",
|
|
51
51
|
"@scure/bip39": "~2.2.0",
|
|
52
52
|
"@storybook/react-vite": "~10.4.1",
|
|
53
|
-
"@types/react": "^19.2.
|
|
54
|
-
"@xylabs/geo": "^6.0.
|
|
53
|
+
"@types/react": "^19.2.16",
|
|
54
|
+
"@xylabs/geo": "^6.0.7",
|
|
55
55
|
"@xylabs/react-shared": "~9.0.2",
|
|
56
|
-
"@xylabs/sdk-js": "^6.0.
|
|
57
|
-
"@xylabs/threads": "^6.0.
|
|
58
|
-
"@xylabs/toolchain": "~8.1.
|
|
59
|
-
"@xylabs/tsconfig": "^8.1.
|
|
60
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
61
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
62
|
-
"@xyo-network/archivist-model": "^6.0.
|
|
63
|
-
"@xyo-network/module-event-emitter": "~6.0.
|
|
64
|
-
"@xyo-network/payload-model": "^6.0.
|
|
65
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
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
66
|
"ajv": "^8.20.0",
|
|
67
67
|
"async-mutex": "^0.5.0",
|
|
68
68
|
"bn.js": "^5.2.3",
|
|
@@ -72,17 +72,13 @@
|
|
|
72
72
|
"ethers": "^6.16.0",
|
|
73
73
|
"hash-wasm": "~4.12.0",
|
|
74
74
|
"idb": "^8.0.3",
|
|
75
|
-
"lru-cache": "^11.3.6",
|
|
76
|
-
"mapbox-gl": "^3.23.1",
|
|
77
75
|
"observable-fns": "~0.6.1",
|
|
78
76
|
"pako": "^2.1.0",
|
|
79
|
-
"react": "^19.2.
|
|
80
|
-
"react-dom": "^19.2.
|
|
81
|
-
"store2": "~2.14.4",
|
|
77
|
+
"react": "^19.2.7",
|
|
78
|
+
"react-dom": "^19.2.7",
|
|
82
79
|
"storybook": "^10.4.1",
|
|
83
80
|
"typescript": "^6.0.3",
|
|
84
|
-
"vite": "^8.0.
|
|
85
|
-
"wasm-feature-detect": "~1.8.0",
|
|
81
|
+
"vite": "^8.0.16",
|
|
86
82
|
"webextension-polyfill": "^0.12.0",
|
|
87
83
|
"zod": "^4.4.3"
|
|
88
84
|
},
|
|
@@ -111,14 +107,10 @@
|
|
|
111
107
|
"ethers": "^6.16",
|
|
112
108
|
"hash-wasm": "~4.12",
|
|
113
109
|
"idb": "^8.0",
|
|
114
|
-
"lru-cache": "^11.3",
|
|
115
|
-
"mapbox-gl": "^3.23",
|
|
116
110
|
"observable-fns": "~0.6",
|
|
117
111
|
"pako": "^2.1",
|
|
118
112
|
"react": "^19.2",
|
|
119
113
|
"react-dom": "^19.2",
|
|
120
|
-
"store2": "~2.14",
|
|
121
|
-
"wasm-feature-detect": "~1.8",
|
|
122
114
|
"webextension-polyfill": "^0.12",
|
|
123
115
|
"zod": "^4.4"
|
|
124
116
|
},
|