@yamada-ui/checkbox 0.5.2 → 0.5.3
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 };
|
package/dist/checkbox-group.d.ts
CHANGED
|
@@ -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 };
|
package/dist/checkbox.d.mts
CHANGED
|
@@ -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/dist/checkbox.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Yamada UI checkbox component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
38
|
+
"@yamada-ui/core": "0.13.0",
|
|
39
39
|
"@yamada-ui/utils": "0.3.3",
|
|
40
|
-
"@yamada-ui/layouts": "0.3.
|
|
41
|
-
"@yamada-ui/form-control": "0.3.
|
|
42
|
-
"@yamada-ui/motion": "0.4.
|
|
40
|
+
"@yamada-ui/layouts": "0.3.20",
|
|
41
|
+
"@yamada-ui/form-control": "0.3.22",
|
|
42
|
+
"@yamada-ui/motion": "0.4.19",
|
|
43
43
|
"@yamada-ui/use-focus-visible": "0.2.5",
|
|
44
44
|
"@yamada-ui/use-controllable-state": "0.4.0"
|
|
45
45
|
},
|