@contractspec/lib.design-system 3.11.0 → 3.11.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,6 +1,5 @@
|
|
|
1
|
-
import { type UseFormReturn } from '@contractspec/lib.ui-kit-web/ui/form';
|
|
1
|
+
import { type FieldValues, type UseFormReturn } from '@contractspec/lib.ui-kit-web/ui/form';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import type { FieldValues } from 'react-hook-form';
|
|
4
3
|
import * as z from 'zod';
|
|
5
4
|
export interface ZodFormProps<TSchema extends z.ZodType<any, any, any>, TFieldValues extends FieldValues = z.input<TSchema>, TOutput = z.output<TSchema>> {
|
|
6
5
|
schema: TSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.design-system",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.2",
|
|
4
4
|
"description": "Design tokens and theming primitives",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"tree-shake": true,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@contractspec/lib.ai-agent": "8.0.
|
|
35
|
-
"@contractspec/lib.contracts-spec": "5.5.
|
|
36
|
-
"@contractspec/lib.contracts-runtime-client-react": "3.10.
|
|
37
|
-
"@contractspec/lib.presentation-runtime-react": "38.0.
|
|
38
|
-
"@contractspec/lib.ui-kit": "
|
|
39
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
34
|
+
"@contractspec/lib.ai-agent": "8.0.10",
|
|
35
|
+
"@contractspec/lib.contracts-spec": "5.5.1",
|
|
36
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.10.2",
|
|
37
|
+
"@contractspec/lib.presentation-runtime-react": "38.0.2",
|
|
38
|
+
"@contractspec/lib.ui-kit": "4.0.1",
|
|
39
|
+
"@contractspec/lib.ui-kit-web": "3.11.1",
|
|
40
40
|
"@hookform/resolvers": "5.2.2",
|
|
41
41
|
"class-variance-authority": "^0.7.1",
|
|
42
42
|
"clsx": "^2.1.1",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@types/react-dom": "^19.0.14",
|
|
57
57
|
"postcss": "^8.5.9",
|
|
58
58
|
"postcss-load-config": "^6.0.1",
|
|
59
|
-
"react-native": "0.83.
|
|
60
|
-
"react-native-css": "^3.0.
|
|
59
|
+
"react-native": "0.83.6",
|
|
60
|
+
"react-native-css": "^3.0.7",
|
|
61
61
|
"tailwindcss": "4.2.2",
|
|
62
62
|
"typescript": "^5.9.3",
|
|
63
|
-
"@contractspec/tool.bun": "3.7.
|
|
63
|
+
"@contractspec/tool.bun": "3.7.17"
|
|
64
64
|
},
|
|
65
65
|
"files": [
|
|
66
66
|
"dist",
|