@yamada-ui/checkbox 0.3.15 → 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-
|
|
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-
|
|
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-
|
|
447
|
+
className: "ui-checkbox__label",
|
|
448
448
|
__css: { ...styles.label },
|
|
449
449
|
...getLabelProps(labelProps),
|
|
450
450
|
children
|
package/dist/checkbox.mjs
CHANGED
|
@@ -325,14 +325,14 @@ var Checkbox = forwardRef(
|
|
|
325
325
|
/* @__PURE__ */ jsx(
|
|
326
326
|
ui.input,
|
|
327
327
|
{
|
|
328
|
-
className: "ui-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
451
|
+
className: "ui-checkbox__label",
|
|
452
452
|
__css: { ...styles.label },
|
|
453
453
|
...getLabelProps(labelProps),
|
|
454
454
|
children
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/checkbox",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17",
|
|
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.
|
|
39
|
-
"@yamada-ui/utils": "0.3.
|
|
40
|
-
"@yamada-ui/layouts": "0.3.
|
|
41
|
-
"@yamada-ui/form-control": "0.3.
|
|
42
|
-
"@yamada-ui/motion": "0.4.
|
|
43
|
-
"@yamada-ui/use-focus-visible": "0.2.
|
|
44
|
-
"@yamada-ui/use-controllable-state": "0.2.
|
|
38
|
+
"@yamada-ui/core": "0.12.4",
|
|
39
|
+
"@yamada-ui/utils": "0.3.2",
|
|
40
|
+
"@yamada-ui/layouts": "0.3.14",
|
|
41
|
+
"@yamada-ui/form-control": "0.3.17",
|
|
42
|
+
"@yamada-ui/motion": "0.4.14",
|
|
43
|
+
"@yamada-ui/use-focus-visible": "0.2.4",
|
|
44
|
+
"@yamada-ui/use-controllable-state": "0.2.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"react": "^18.0.0",
|