@s_mart/form 10.0.3-beta.2 → 10.0.4

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +7 -7
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { CheckboxProps as CheckboxProps$1, AutocompleteProps, TextFieldProps as TextFieldProps$1, AutocompleteValue, RadioGroupProps as RadioGroupProps$1, RadioProps as RadioProps$1, AutocompleteFreeSoloValueMapping, SelectProps, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1 } from '@mui/material';
3
3
  import * as react_hook_form from 'react-hook-form';
4
- import { UseControllerProps, FieldValues, FieldPath, Control, UseFormReturn, FormProviderProps, UseFormProps, FieldPathValue } from 'react-hook-form';
4
+ import { UseControllerProps, FieldValues, FieldPath, Control, UseFormProps, UseFormReturn, FormProviderProps, FieldPathValue } from 'react-hook-form';
5
5
  import { WithRequired } from '@s_mart/typed';
6
6
  import { DatePickerProps as DatePickerProps$1, TimePickerProps as TimePickerProps$1 } from '@mui/x-date-pickers';
7
7
  import { z } from 'zod';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/form",
3
- "version": "10.0.3-beta.2",
3
+ "version": "10.0.4",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -13,7 +13,7 @@
13
13
  "@hookform/resolvers": "^3.1.0",
14
14
  "lodash-es": "^4.17.21",
15
15
  "react-is": "^18.3.1",
16
- "tsup": "8.0.2"
16
+ "tsup": "8.5.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@emotion/react": "^11.11.4",
@@ -31,11 +31,11 @@
31
31
  "react-hook-form": "^7.51.0",
32
32
  "typescript": ">=5.4.2",
33
33
  "zod": "^3.22.4",
34
- "@s_mart/core": "10.0.2-beta.1",
34
+ "@s_mart/core": "10.0.3",
35
35
  "@s_mart/masks": "5.2.0",
36
- "@s_mart/regular-icons": "6.0.11",
36
+ "@s_mart/regular-icons": "6.0.12",
37
37
  "@s_mart/rules": "5.1.2",
38
- "@s_mart/solid-icons": "6.0.12",
38
+ "@s_mart/solid-icons": "6.0.13",
39
39
  "@s_mart/tokens": "6.0.0",
40
40
  "@s_mart/typed": "8.0.0",
41
41
  "@s_mart/utils": "5.3.4"
@@ -51,10 +51,10 @@
51
51
  "@types/react-dom": "^18.3.1",
52
52
  "dayjs": "^1.11.10",
53
53
  "typescript": ">=5.4.2",
54
- "@s_mart/core": "10.0.2-beta.1",
54
+ "@s_mart/core": "10.0.3",
55
55
  "@s_mart/masks": "5.2.0",
56
- "@s_mart/tokens": "6.0.0",
57
56
  "@s_mart/rules": "5.1.2",
57
+ "@s_mart/tokens": "6.0.0",
58
58
  "@s_mart/typed": "8.0.0",
59
59
  "@s_mart/utils": "5.3.4"
60
60
  },