@yamada-ui/core
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -355,3 +355,3 @@ "use strict"; | ||
*/ | ||
_readOnly: "&:read-only, &[readonly], &[aria-readonly=true], &[data-readonly]", | ||
_readOnly: "&[readonly], &[aria-readonly=true], &[data-readonly]", | ||
/** | ||
@@ -384,3 +384,3 @@ * The CSS `:indeterminate` pseudo-class | ||
*/ | ||
_invalid: "&:invalid, &[data-invalid], &[aria-invalid=true]", | ||
_invalid: "&[data-invalid], &[aria-invalid=true]", | ||
/** | ||
@@ -387,0 +387,0 @@ * The CSS `:invalid` pseudo-class |
{ | ||
"name": "@yamada-ui/core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Yamada UI core", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
193446