Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/visually-hidden

Package Overview
Dependencies
Maintainers
3
Versions
411
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/visually-hidden - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

6

dist/index.cjs.js

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc