@chakra-ui/visually-hidden
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -41,8 +41,8 @@ "use strict"; | ||
var visuallyHiddenStyle = { | ||
border: "0px", | ||
clip: "rect(0px, 0px, 0px, 0px)", | ||
border: "0", | ||
clip: "rect(0, 0, 0, 0)", | ||
height: "1px", | ||
width: "1px", | ||
margin: "-1px", | ||
padding: "0px", | ||
padding: "0", | ||
overflow: "hidden", | ||
@@ -49,0 +49,0 @@ whiteSpace: "nowrap", |
@@ -9,8 +9,8 @@ // ../../../react-shim.js | ||
var visuallyHiddenStyle = { | ||
border: "0px", | ||
clip: "rect(0px, 0px, 0px, 0px)", | ||
border: "0", | ||
clip: "rect(0, 0, 0, 0)", | ||
height: "1px", | ||
width: "1px", | ||
margin: "-1px", | ||
padding: "0px", | ||
padding: "0", | ||
overflow: "hidden", | ||
@@ -17,0 +17,0 @@ whiteSpace: "nowrap", |
{ | ||
"name": "@chakra-ui/visually-hidden", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "A React component that visually hides its content", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@chakra-ui/system": "2.2.12", | ||
"@chakra-ui/system": "2.3.1", | ||
"react": "^18.0.0", | ||
@@ -42,0 +42,0 @@ "clean-package": "2.1.1" |
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
7305