@yamada-ui/checkbox
Advanced tools
Comparing version 0.0.0-dev-20230606151107 to 0.0.0-dev-20230609053333
@@ -108,3 +108,11 @@ "use strict"; | ||
gap: gap != null ? gap : direction === "row" ? "1rem" : void 0, | ||
...(0, import_utils.omitObject)(props, ["value", "defaultValue", "onChange"]), | ||
...(0, import_utils.omitObject)(props, [ | ||
"value", | ||
"defaultValue", | ||
"onChange", | ||
"isInvalid", | ||
"isDisabled", | ||
"isRequired", | ||
"isReadOnly" | ||
]), | ||
children | ||
@@ -111,0 +119,0 @@ } |
@@ -116,3 +116,11 @@ "use strict"; | ||
gap: gap != null ? gap : direction === "row" ? "1rem" : void 0, | ||
...(0, import_utils.omitObject)(props, ["value", "defaultValue", "onChange"]), | ||
...(0, import_utils.omitObject)(props, [ | ||
"value", | ||
"defaultValue", | ||
"onChange", | ||
"isInvalid", | ||
"isDisabled", | ||
"isRequired", | ||
"isReadOnly" | ||
]), | ||
children | ||
@@ -119,0 +127,0 @@ } |
@@ -526,3 +526,11 @@ "use strict"; | ||
gap: gap != null ? gap : direction === "row" ? "1rem" : void 0, | ||
...(0, import_utils2.omitObject)(props, ["value", "defaultValue", "onChange"]), | ||
...(0, import_utils2.omitObject)(props, [ | ||
"value", | ||
"defaultValue", | ||
"onChange", | ||
"isInvalid", | ||
"isDisabled", | ||
"isRequired", | ||
"isReadOnly" | ||
]), | ||
children | ||
@@ -529,0 +537,0 @@ } |
{ | ||
"name": "@yamada-ui/checkbox", | ||
"version": "0.0.0-dev-20230606151107", | ||
"version": "0.0.0-dev-20230609053333", | ||
"description": "Yamada UI checkbox component", | ||
@@ -38,9 +38,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.0.0-dev-20230606151107", | ||
"@yamada-ui/utils": "0.0.0-dev-20230606151107", | ||
"@yamada-ui/layouts": "0.0.0-dev-20230606151107", | ||
"@yamada-ui/form-control": "0.0.0-dev-20230606151107", | ||
"@yamada-ui/motion": "0.0.0-dev-20230606151107", | ||
"@yamada-ui/use-focus-visible": "0.0.0-dev-20230606151107", | ||
"@yamada-ui/use-controllable-state": "0.0.0-dev-20230606151107" | ||
"@yamada-ui/core": "0.1.5", | ||
"@yamada-ui/utils": "0.1.1", | ||
"@yamada-ui/layouts": "0.1.5", | ||
"@yamada-ui/form-control": "0.1.5", | ||
"@yamada-ui/motion": "0.1.5", | ||
"@yamada-ui/use-focus-visible": "0.1.1", | ||
"@yamada-ui/use-controllable-state": "0.1.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64509
1919
+ Added@yamada-ui/core@0.1.5(transitive)
+ Added@yamada-ui/form-control@0.1.5(transitive)
+ Added@yamada-ui/layouts@0.1.5(transitive)
+ Added@yamada-ui/motion@0.1.5(transitive)
+ Added@yamada-ui/portal@0.1.2(transitive)
+ Added@yamada-ui/use-controllable-state@0.1.1(transitive)
+ Added@yamada-ui/use-focus-visible@0.1.1(transitive)
+ Added@yamada-ui/utils@0.1.1(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/form-control@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/layouts@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/motion@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/portal@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/use-controllable-state@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/use-focus-visible@0.0.0-dev-20230606151107(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20230606151107(transitive)
Updated@yamada-ui/core@0.1.5
Updated@yamada-ui/layouts@0.1.5
Updated@yamada-ui/motion@0.1.5
Updated@yamada-ui/utils@0.1.1