@yamada-ui/checkbox 0.3.16 → 0.3.17

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.
package/dist/checkbox.js CHANGED
@@ -420,14 +420,14 @@ var Checkbox = (0, import_react2.forwardRef)(
420
420
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
421
421
  import_core.ui.input,
422
422
  {
423
- className: "ui-checkbox-input",
423
+ className: "ui-checkbox__input",
424
424
  ...getInputProps(inputProps, ref)
425
425
  }
426
426
  ),
427
427
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
428
428
  import_core.ui.span,
429
429
  {
430
- className: "ui-checkbox-icon",
430
+ className: "ui-checkbox__icon",
431
431
  __css: {
432
432
  pointerEvents: isReadOnly ? "none" : void 0,
433
433
  position: "relative",
@@ -444,7 +444,7 @@ var Checkbox = (0, import_react2.forwardRef)(
444
444
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
445
445
  import_core.ui.span,
446
446
  {
447
- className: "ui-checkbox-label",
447
+ className: "ui-checkbox__label",
448
448
  __css: { ...styles.label },
449
449
  ...getLabelProps(labelProps),
450
450
  children
package/dist/checkbox.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Checkbox,
4
4
  CheckboxIcon,
5
5
  useCheckbox
6
- } from "./chunk-EKI5P5NP.mjs";
6
+ } from "./chunk-KZ5TSBSA.mjs";
7
7
  import "./chunk-SFCPW2O4.mjs";
8
8
  export {
9
9
  Checkbox,
@@ -325,14 +325,14 @@ var Checkbox = forwardRef(
325
325
  /* @__PURE__ */ jsx(
326
326
  ui.input,
327
327
  {
328
- className: "ui-checkbox-input",
328
+ className: "ui-checkbox__input",
329
329
  ...getInputProps(inputProps, ref)
330
330
  }
331
331
  ),
332
332
  /* @__PURE__ */ jsx(
333
333
  ui.span,
334
334
  {
335
- className: "ui-checkbox-icon",
335
+ className: "ui-checkbox__icon",
336
336
  __css: {
337
337
  pointerEvents: isReadOnly ? "none" : void 0,
338
338
  position: "relative",
@@ -349,7 +349,7 @@ var Checkbox = forwardRef(
349
349
  /* @__PURE__ */ jsx(
350
350
  ui.span,
351
351
  {
352
- className: "ui-checkbox-label",
352
+ className: "ui-checkbox__label",
353
353
  __css: { ...styles.label },
354
354
  ...getLabelProps(labelProps),
355
355
  children
package/dist/index.js CHANGED
@@ -424,14 +424,14 @@ var Checkbox = (0, import_react2.forwardRef)(
424
424
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
425
425
  import_core.ui.input,
426
426
  {
427
- className: "ui-checkbox-input",
427
+ className: "ui-checkbox__input",
428
428
  ...getInputProps(inputProps, ref)
429
429
  }
430
430
  ),
431
431
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
432
432
  import_core.ui.span,
433
433
  {
434
- className: "ui-checkbox-icon",
434
+ className: "ui-checkbox__icon",
435
435
  __css: {
436
436
  pointerEvents: isReadOnly ? "none" : void 0,
437
437
  position: "relative",
@@ -448,7 +448,7 @@ var Checkbox = (0, import_react2.forwardRef)(
448
448
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
449
449
  import_core.ui.span,
450
450
  {
451
- className: "ui-checkbox-label",
451
+ className: "ui-checkbox__label",
452
452
  __css: { ...styles.label },
453
453
  ...getLabelProps(labelProps),
454
454
  children
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Checkbox,
4
4
  CheckboxIcon,
5
5
  useCheckbox
6
- } from "./chunk-EKI5P5NP.mjs";
6
+ } from "./chunk-KZ5TSBSA.mjs";
7
7
  import {
8
8
  CheckboxGroup,
9
9
  useCheckboxGroup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/checkbox",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Yamada UI checkbox component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -38,7 +38,7 @@
38
38
  "@yamada-ui/core": "0.12.4",
39
39
  "@yamada-ui/utils": "0.3.2",
40
40
  "@yamada-ui/layouts": "0.3.14",
41
- "@yamada-ui/form-control": "0.3.16",
41
+ "@yamada-ui/form-control": "0.3.17",
42
42
  "@yamada-ui/motion": "0.4.14",
43
43
  "@yamada-ui/use-focus-visible": "0.2.4",
44
44
  "@yamada-ui/use-controllable-state": "0.2.4"