@yamada-ui/checkbox 1.1.7-dev-20240908152721 → 1.1.7-dev-20240909050233
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.d.mts +1 -1
- package/dist/checkbox.d.ts +1 -1
- package/package.json +8 -8
package/dist/checkbox.d.mts
CHANGED
|
@@ -127,7 +127,7 @@ declare const useCheckbox: <Y extends string | number = string, M extends Dict =
|
|
|
127
127
|
* The tab-index property of the underlying input element.
|
|
128
128
|
*/
|
|
129
129
|
tabIndex?: number;
|
|
130
|
-
} & M, "id">, "id" | "onFocus" | "onBlur" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "disabled" | "readOnly" | "required">, "id" | "tabIndex" | "onChange" | "name" | "value" | "defaultIsChecked" | "isChecked" | "isIndeterminate">, "
|
|
130
|
+
} & M, "id">, "id" | "onFocus" | "onBlur" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "disabled" | "readOnly" | "required">, "id" | "tabIndex" | "onChange" | "name" | "value" | "defaultIsChecked" | "isChecked" | "isIndeterminate">, "_invalid" | "_hover" | "_active" | "_focus" | "_focusVisible" | "aria-disabled" | "aria-invalid" | "aria-readonly" | "aria-required" | "onFocus" | "onBlur" | "disabled" | "readOnly" | "required" | "data-readonly">;
|
|
131
131
|
isFocusVisible: boolean;
|
|
132
132
|
isFocused: boolean;
|
|
133
133
|
isHovered: boolean;
|
package/dist/checkbox.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ declare const useCheckbox: <Y extends string | number = string, M extends Dict =
|
|
|
127
127
|
* The tab-index property of the underlying input element.
|
|
128
128
|
*/
|
|
129
129
|
tabIndex?: number;
|
|
130
|
-
} & M, "id">, "id" | "onFocus" | "onBlur" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "disabled" | "readOnly" | "required">, "id" | "tabIndex" | "onChange" | "name" | "value" | "defaultIsChecked" | "isChecked" | "isIndeterminate">, "
|
|
130
|
+
} & M, "id">, "id" | "onFocus" | "onBlur" | "isRequired" | "isDisabled" | "isInvalid" | "isReadOnly" | "disabled" | "readOnly" | "required">, "id" | "tabIndex" | "onChange" | "name" | "value" | "defaultIsChecked" | "isChecked" | "isIndeterminate">, "_invalid" | "_hover" | "_active" | "_focus" | "_focusVisible" | "aria-disabled" | "aria-invalid" | "aria-readonly" | "aria-required" | "onFocus" | "onBlur" | "disabled" | "readOnly" | "required" | "data-readonly">;
|
|
131
131
|
isFocusVisible: boolean;
|
|
132
132
|
isFocused: boolean;
|
|
133
133
|
isHovered: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/checkbox",
|
|
3
|
-
"version": "1.1.7-dev-
|
|
3
|
+
"version": "1.1.7-dev-20240909050233",
|
|
4
4
|
"description": "Yamada UI checkbox component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@yamada-ui/core": "1.14.0-dev-
|
|
40
|
-
"@yamada-ui/form-control": "2.1.1-dev-
|
|
41
|
-
"@yamada-ui/layouts": "1.1.34-dev-
|
|
42
|
-
"@yamada-ui/motion": "2.2.1-dev-
|
|
43
|
-
"@yamada-ui/use-controllable-state": "1.0.19-dev-
|
|
44
|
-
"@yamada-ui/use-focus-visible": "1.1.6-dev-
|
|
45
|
-
"@yamada-ui/utils": "1.4.1-dev-
|
|
39
|
+
"@yamada-ui/core": "1.14.0-dev-20240909050233",
|
|
40
|
+
"@yamada-ui/form-control": "2.1.1-dev-20240909050233",
|
|
41
|
+
"@yamada-ui/layouts": "1.1.34-dev-20240909050233",
|
|
42
|
+
"@yamada-ui/motion": "2.2.1-dev-20240909050233",
|
|
43
|
+
"@yamada-ui/use-controllable-state": "1.0.19-dev-20240909050233",
|
|
44
|
+
"@yamada-ui/use-focus-visible": "1.1.6-dev-20240909050233",
|
|
45
|
+
"@yamada-ui/utils": "1.4.1-dev-20240909050233"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"clean-package": "2.2.0",
|