@s_mart/form 10.0.0-beta.17 → 10.0.0-beta.18

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -38,9 +38,9 @@ declare const _default$6: ({ name, rules, defaultValue, shouldUnregister, contro
38
38
 
39
39
  type CreatableV2Props<FieldValue, Multiple extends boolean | undefined = undefined, DisableClearable extends boolean | undefined = undefined, FreeSolo extends boolean | undefined = undefined> = WithRequired<Omit<AutocompleteProps<FieldValue, Multiple, DisableClearable, FreeSolo>, 'renderInput' | 'options' | 'size' | 'onInputChange' | 'onChange' | 'defaultValue' | 'value'>, 'getOptionKey' | 'getOptionLabel'> & UseControllerProps & {
40
40
  options: FieldValue[];
41
- slotProps?: AutocompleteProps<FieldValue, Multiple, DisableClearable, FreeSolo>['slotProps'] & {
41
+ slotProps?: AutocompleteProps<FieldValue, Multiple, DisableClearable, FreeSolo>['slotProps'] & Partial<{
42
42
  textField: Omit<TextFieldProps$1<'outlined'>, 'variant'>;
43
- };
43
+ }>;
44
44
  label?: React.ReactNode;
45
45
  required?: boolean;
46
46
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/form",
3
- "version": "10.0.0-beta.17",
3
+ "version": "10.0.0-beta.18",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -32,11 +32,11 @@
32
32
  "zod": "^3.22.4",
33
33
  "@s_mart/regular-icons": "6.0.10",
34
34
  "@s_mart/solid-icons": "6.0.7",
35
- "@s_mart/masks": "5.2.0",
36
35
  "@s_mart/core": "10.0.0-beta.8",
36
+ "@s_mart/masks": "5.2.0",
37
37
  "@s_mart/rules": "5.1.2-beta.0",
38
- "@s_mart/typed": "7.2.3",
39
38
  "@s_mart/tokens": "5.1.1",
39
+ "@s_mart/typed": "7.2.3",
40
40
  "@s_mart/utils": "5.3.4"
41
41
  },
42
42
  "devDependencies": {