@yamada-ui/checkbox 0.4.2 → 0.4.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.
@@ -3,7 +3,7 @@ import {
3
3
  CheckboxGroup,
4
4
  useCheckboxGroup,
5
5
  useCheckboxGroupContext
6
- } from "./chunk-2TIBZ5OE.mjs";
6
+ } from "./chunk-KKEQBJ6H.mjs";
7
7
  export {
8
8
  CheckboxGroup,
9
9
  useCheckboxGroup,
package/dist/checkbox.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Checkbox,
4
4
  CheckboxIcon,
5
5
  useCheckbox
6
- } from "./chunk-2TIBZ5OE.mjs";
6
+ } from "./chunk-KKEQBJ6H.mjs";
7
7
  export {
8
8
  Checkbox,
9
9
  CheckboxIcon,
@@ -1,11 +1,7 @@
1
1
  "use client"
2
2
 
3
3
  // src/checkbox.tsx
4
- import {
5
- ui,
6
- useMultiComponentStyle,
7
- omitThemeProps
8
- } from "@yamada-ui/core";
4
+ import { ui, useMultiComponentStyle, omitThemeProps } from "@yamada-ui/core";
9
5
  import {
10
6
  useFormControl as useFormControl2,
11
7
  useFormControlProps,
@@ -46,10 +42,7 @@ import {
46
42
  useCallbackRef,
47
43
  getValidChildren
48
44
  } from "@yamada-ui/utils";
49
- import {
50
- forwardRef,
51
- useCallback
52
- } from "react";
45
+ import { forwardRef, useCallback } from "react";
53
46
  import { jsx } from "react/jsx-runtime";
54
47
  var isEvent = (value) => value && isObject(value) && isObject(value.target);
55
48
  var useCheckboxGroup = ({
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  CheckboxIcon,
6
6
  useCheckbox,
7
7
  useCheckboxGroup
8
- } from "./chunk-2TIBZ5OE.mjs";
8
+ } from "./chunk-KKEQBJ6H.mjs";
9
9
  export {
10
10
  Checkbox,
11
11
  CheckboxGroup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/checkbox",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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.6",
38
+ "@yamada-ui/core": "0.12.7",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/layouts": "0.3.17",
41
- "@yamada-ui/form-control": "0.3.19",
42
- "@yamada-ui/motion": "0.4.16",
40
+ "@yamada-ui/layouts": "0.3.18",
41
+ "@yamada-ui/form-control": "0.3.20",
42
+ "@yamada-ui/motion": "0.4.17",
43
43
  "@yamada-ui/use-focus-visible": "0.2.5",
44
- "@yamada-ui/use-controllable-state": "0.3.1"
44
+ "@yamada-ui/use-controllable-state": "0.3.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "react": "^18.0.0",