@s_mart/form 5.0.5 → 6.0.0
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/{index.d.ts → index.d.mts} +1 -1
- package/package.json +26 -26
|
@@ -599,4 +599,4 @@ type FieldLabelProps = {
|
|
|
599
599
|
|
|
600
600
|
declare const FieldLabel: ({ label, required, regular }: FieldLabelProps) => react_jsx_runtime.JSX.Element;
|
|
601
601
|
|
|
602
|
-
export { _default as Autocomplete, AutocompleteProps, Checkbox, CheckboxProps, _default$3 as Creatable, CreatableOption, CreatableProps, _default$2 as DatePicker, DatePickerProps, FieldLabel, FieldLabelProps, FooterProps, Form, FormProvider, IFormProps, IFormProviderProps, IUseFormProps, RadioButton, RadioGroup, RadioGroupProps, RadioProps, _default$4 as Searchable, SearchableOption, SearchableProps, _default$5 as Select, SelectOption, SelectProps, Slider, SliderProps, Switch, SwitchProps, _default$6 as TextField, TextFieldProps, _default$1 as TimePicker, TimePickerProps, useForm };
|
|
602
|
+
export { _default as Autocomplete, type AutocompleteProps, Checkbox, type CheckboxProps, _default$3 as Creatable, type CreatableOption, type CreatableProps, _default$2 as DatePicker, type DatePickerProps, FieldLabel, type FieldLabelProps, type FooterProps, Form, FormProvider, type IFormProps, type IFormProviderProps, type IUseFormProps, RadioButton, RadioGroup, type RadioGroupProps, type RadioProps, _default$4 as Searchable, type SearchableOption, type SearchableProps, _default$5 as Select, type SelectOption, type SelectProps, Slider, type SliderProps, Switch, type SwitchProps, _default$6 as TextField, type TextFieldProps, _default$1 as TimePicker, type TimePickerProps, useForm };
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s_mart/form",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"main": "./dist/index.mjs",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
|
-
"types": "./dist/index.d.
|
|
6
|
+
"types": "./dist/index.d.mts",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"files": [
|
|
@@ -12,42 +12,42 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@hookform/resolvers": "^3.1.0",
|
|
14
14
|
"dayjs": "^1.11.10",
|
|
15
|
-
"@types/react": ">=18.
|
|
16
|
-
"@types/react-dom": ">=18.
|
|
15
|
+
"@types/react": ">=18.3.1",
|
|
16
|
+
"@types/react-dom": ">=18.3.0",
|
|
17
17
|
"@types/lodash-es": ">=4.17.12",
|
|
18
18
|
"lodash-es": "^4.17.21",
|
|
19
|
-
"tsup": "
|
|
19
|
+
"tsup": "8.0.2",
|
|
20
20
|
"typescript": ">=5.4.2",
|
|
21
|
-
"@s_mart/core": "
|
|
22
|
-
"@s_mart/masks": "5.0
|
|
23
|
-
"eslint-config-smarten": "4.0
|
|
24
|
-
"@s_mart/rules": "5.0
|
|
25
|
-
"@s_mart/solid-icons": "5.0
|
|
26
|
-
"@s_mart/regular-icons": "5.0
|
|
27
|
-
"@s_mart/tokens": "5.0
|
|
28
|
-
"@s_mart/typed": "
|
|
29
|
-
"@s_mart/utils": "5.0
|
|
21
|
+
"@s_mart/core": "6.0.0",
|
|
22
|
+
"@s_mart/masks": "5.1.0",
|
|
23
|
+
"eslint-config-smarten": "4.1.0",
|
|
24
|
+
"@s_mart/rules": "5.1.0",
|
|
25
|
+
"@s_mart/solid-icons": "5.1.0",
|
|
26
|
+
"@s_mart/regular-icons": "5.1.0",
|
|
27
|
+
"@s_mart/tokens": "5.1.0",
|
|
28
|
+
"@s_mart/typed": "6.0.0",
|
|
29
|
+
"@s_mart/utils": "5.1.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@emotion/react": ">=11.11.1",
|
|
33
|
-
"@emotion/styled": ">=11.11.
|
|
33
|
+
"@emotion/styled": ">=11.11.5",
|
|
34
34
|
"@mui/material": ">=5.15.12",
|
|
35
35
|
"@mui/x-date-pickers": ">=6.3.0",
|
|
36
|
-
"@types/react": ">=18.
|
|
37
|
-
"@types/react-dom": ">=18.
|
|
36
|
+
"@types/react": ">=18.3.1",
|
|
37
|
+
"@types/react-dom": ">=18.3.0",
|
|
38
38
|
"@types/lodash-es": ">=4.17.12",
|
|
39
39
|
"dayjs": "^1.11.10",
|
|
40
|
-
"react": ">=18.
|
|
41
|
-
"react-dom": ">=18.
|
|
42
|
-
"react-hook-form": "^7.
|
|
40
|
+
"react": ">=18.3.1",
|
|
41
|
+
"react-dom": ">=18.3.1",
|
|
42
|
+
"react-hook-form": "^7.51.0",
|
|
43
43
|
"typescript": ">=5.4.2",
|
|
44
44
|
"zod": ">=3.21.4",
|
|
45
|
-
"@s_mart/core": "
|
|
46
|
-
"@s_mart/masks": "5.0
|
|
47
|
-
"@s_mart/rules": "5.0
|
|
48
|
-
"@s_mart/tokens": "5.0
|
|
49
|
-
"@s_mart/typed": "
|
|
50
|
-
"@s_mart/utils": "5.0
|
|
45
|
+
"@s_mart/core": "6.0.0",
|
|
46
|
+
"@s_mart/masks": "5.1.0",
|
|
47
|
+
"@s_mart/rules": "5.1.0",
|
|
48
|
+
"@s_mart/tokens": "5.1.0",
|
|
49
|
+
"@s_mart/typed": "6.0.0",
|
|
50
|
+
"@s_mart/utils": "5.1.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"eslint": "^8.47.0"
|