@fuf-stack/uniform 0.3.1 → 0.3.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.
- package/dist/hooks/index.d.cts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +10 -10
package/dist/hooks/index.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import * as react_hook_form from 'react-hook-form';
|
|
|
2
2
|
import { FieldError } from 'react-hook-form';
|
|
3
3
|
import * as _fuf_stack_veto from '@fuf-stack/veto';
|
|
4
4
|
import { VetoSchema } from '@fuf-stack/veto';
|
|
5
|
-
import * as
|
|
5
|
+
import * as _fuf_stack_veto_dist_types_d_DhQiwhXl from '@fuf-stack/veto/dist/types.d-DhQiwhXl';
|
|
6
6
|
|
|
7
7
|
declare const recursiveFieldKeySearch: (schema: VetoSchema, path: string[]) => boolean | null;
|
|
8
8
|
/** TODO: add description */
|
|
@@ -17,7 +17,7 @@ declare const useFormContext: () => {
|
|
|
17
17
|
isValidating: boolean;
|
|
18
18
|
};
|
|
19
19
|
validation: {
|
|
20
|
-
schema:
|
|
20
|
+
schema: _fuf_stack_veto_dist_types_d_DhQiwhXl.a;
|
|
21
21
|
validate: <InputType extends _fuf_stack_veto.VetoInput>(input: InputType) => _fuf_stack_veto.VetoError | _fuf_stack_veto.VetoSuccess<any>;
|
|
22
22
|
validateAsync: <InputType_1 extends _fuf_stack_veto.VetoInput>(input: InputType_1) => Promise<_fuf_stack_veto.VetoError | _fuf_stack_veto.VetoSuccess<any>>;
|
|
23
23
|
} | undefined;
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as react_hook_form from 'react-hook-form';
|
|
|
2
2
|
import { FieldError } from 'react-hook-form';
|
|
3
3
|
import * as _fuf_stack_veto from '@fuf-stack/veto';
|
|
4
4
|
import { VetoSchema } from '@fuf-stack/veto';
|
|
5
|
-
import * as
|
|
5
|
+
import * as _fuf_stack_veto_dist_types_d_DhQiwhXl from '@fuf-stack/veto/dist/types.d-DhQiwhXl';
|
|
6
6
|
|
|
7
7
|
declare const recursiveFieldKeySearch: (schema: VetoSchema, path: string[]) => boolean | null;
|
|
8
8
|
/** TODO: add description */
|
|
@@ -17,7 +17,7 @@ declare const useFormContext: () => {
|
|
|
17
17
|
isValidating: boolean;
|
|
18
18
|
};
|
|
19
19
|
validation: {
|
|
20
|
-
schema:
|
|
20
|
+
schema: _fuf_stack_veto_dist_types_d_DhQiwhXl.a;
|
|
21
21
|
validate: <InputType extends _fuf_stack_veto.VetoInput>(input: InputType) => _fuf_stack_veto.VetoError | _fuf_stack_veto.VetoSuccess<any>;
|
|
22
22
|
validateAsync: <InputType_1 extends _fuf_stack_veto.VetoInput>(input: InputType_1) => Promise<_fuf_stack_veto.VetoError | _fuf_stack_veto.VetoSuccess<any>>;
|
|
23
23
|
} | undefined;
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuf-stack/uniform",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "fuf react form library",
|
|
5
5
|
"author": "Hannes Tiede",
|
|
6
6
|
"homepage": "https://github.com/fuf-stack/uniform#readme",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"type": "module",
|
|
9
|
-
"main": "./dist/index.
|
|
10
|
-
"module": "./dist/index.
|
|
9
|
+
"main": "./dist/index.cjs",
|
|
10
|
+
"module": "./dist/index.js",
|
|
11
11
|
"types": "./dist/index.d.ts",
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"exports": {
|
|
@@ -91,24 +91,24 @@
|
|
|
91
91
|
"@react-aria/visually-hidden": "3.8.12",
|
|
92
92
|
"react-icons": "5.2.1",
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"react-hook-form": "7.51.
|
|
94
|
+
"react-hook-form": "7.51.5",
|
|
95
95
|
"react-select": "5.8.0",
|
|
96
|
-
"slug": "9.
|
|
96
|
+
"slug": "9.1.0",
|
|
97
97
|
"tailwind-variants": "0.2.1",
|
|
98
|
-
"@fuf-stack/pixels": "0.
|
|
99
|
-
"@fuf-stack/veto": "0.
|
|
98
|
+
"@fuf-stack/pixels": "0.7.2",
|
|
99
|
+
"@fuf-stack/veto": "0.4.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@types/debug": "4.1.12",
|
|
103
|
-
"@types/react": "18.3.
|
|
103
|
+
"@types/react": "18.3.3",
|
|
104
104
|
"@types/react-dom": "18.3.0",
|
|
105
105
|
"@types/slug": "5.0.8",
|
|
106
106
|
"react": "18.3.1",
|
|
107
107
|
"react-dom": "18.3.1",
|
|
108
108
|
"@repo/storybook-config": "0.0.1",
|
|
109
|
-
"@repo/tsup-config": "0.0.1",
|
|
110
109
|
"@repo/tailwind-config": "0.0.1",
|
|
111
|
-
"@repo/vite-config": "0.0.1"
|
|
110
|
+
"@repo/vite-config": "0.0.1",
|
|
111
|
+
"@repo/tsup-config": "0.0.1"
|
|
112
112
|
},
|
|
113
113
|
"scripts": {
|
|
114
114
|
"build": "tsup --config node_modules/@repo/tsup-config/config.ts",
|