@yamada-ui/checkbox 0.5.2 → 0.5.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.
@@ -75,4 +75,4 @@ declare const CheckboxGroup: (<Y extends string | number = string>(props: ThemeP
75
75
  ref?: Ref<HTMLDivElement> | undefined;
76
76
  }) => JSX.Element) & ComponentArgs;
77
77
 
78
- export { CheckboxGroup, CheckboxGroupProps, CheckboxItem, UseCheckboxGroupProps, UseCheckboxGroupReturn, useCheckboxGroup, useCheckboxGroupContext };
78
+ export { CheckboxGroup, type CheckboxGroupProps, type CheckboxItem, type UseCheckboxGroupProps, type UseCheckboxGroupReturn, useCheckboxGroup, useCheckboxGroupContext };
@@ -75,4 +75,4 @@ declare const CheckboxGroup: (<Y extends string | number = string>(props: ThemeP
75
75
  ref?: Ref<HTMLDivElement> | undefined;
76
76
  }) => JSX.Element) & ComponentArgs;
77
77
 
78
- export { CheckboxGroup, CheckboxGroupProps, CheckboxItem, UseCheckboxGroupProps, UseCheckboxGroupReturn, useCheckboxGroup, useCheckboxGroupContext };
78
+ export { CheckboxGroup, type CheckboxGroupProps, type CheckboxItem, type UseCheckboxGroupProps, type UseCheckboxGroupReturn, useCheckboxGroup, useCheckboxGroupContext };
@@ -148,4 +148,4 @@ type CheckboxIconProps = HTMLUIProps<"svg"> & SVGMotionProps<SVGSVGElement> & Fo
148
148
  };
149
149
  declare const CheckboxIcon: FC<CheckboxIconProps>;
150
150
 
151
- export { Checkbox, CheckboxIcon, CheckboxIconProps, CheckboxProps, UseCheckboxProps, UseCheckboxReturn, useCheckbox };
151
+ export { Checkbox, CheckboxIcon, type CheckboxIconProps, type CheckboxProps, type UseCheckboxProps, type UseCheckboxReturn, useCheckbox };
@@ -148,4 +148,4 @@ type CheckboxIconProps = HTMLUIProps<"svg"> & SVGMotionProps<SVGSVGElement> & Fo
148
148
  };
149
149
  declare const CheckboxIcon: FC<CheckboxIconProps>;
150
150
 
151
- export { Checkbox, CheckboxIcon, CheckboxIconProps, CheckboxProps, UseCheckboxProps, UseCheckboxReturn, useCheckbox };
151
+ export { Checkbox, CheckboxIcon, type CheckboxIconProps, type CheckboxProps, type UseCheckboxProps, type UseCheckboxReturn, useCheckbox };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/checkbox",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "Yamada UI checkbox component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,13 +35,13 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.8",
39
- "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/layouts": "0.3.19",
41
- "@yamada-ui/form-control": "0.3.21",
42
- "@yamada-ui/motion": "0.4.18",
43
- "@yamada-ui/use-focus-visible": "0.2.5",
44
- "@yamada-ui/use-controllable-state": "0.4.0"
38
+ "@yamada-ui/core": "0.13.1",
39
+ "@yamada-ui/utils": "0.4.0",
40
+ "@yamada-ui/layouts": "0.3.21",
41
+ "@yamada-ui/form-control": "0.3.23",
42
+ "@yamada-ui/motion": "0.4.20",
43
+ "@yamada-ui/use-focus-visible": "0.2.6",
44
+ "@yamada-ui/use-controllable-state": "0.4.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "react": "^18.0.0",