New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-aria/visually-hidden

Package Overview
Dependencies
Maintainers
2
Versions
896
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/visually-hidden - npm Package Compare versions

Comparing version 3.0.0-nightly.2912 to 3.0.0-nightly.2917

18

dist/VisuallyHidden.main.js

@@ -31,11 +31,11 @@ var $2ohTN$reactariautils = require("@react-aria/utils");

border: 0,
clip: "rect(0 0 0 0)",
clipPath: "inset(50%)",
height: "1px",
margin: "-1px",
overflow: "hidden",
clip: 'rect(0 0 0 0)',
clipPath: 'inset(50%)',
height: '1px',
margin: '-1px',
overflow: 'hidden',
padding: 0,
position: "absolute",
width: "1px",
whiteSpace: "nowrap"
position: 'absolute',
width: '1px',
whiteSpace: 'nowrap'
};

@@ -70,3 +70,3 @@ function $b5c81b25cdf7a43c$export$a966af930f325cab(props = {}) {

// eslint-disable-next-line @typescript-eslint/no-unused-vars
let { children: children, elementType: Element = "div", isFocusable: isFocusable, style: style, ...otherProps } = props;
let { children: children, elementType: Element = 'div', isFocusable: isFocusable, style: style, ...otherProps } = props;
let { visuallyHiddenProps: visuallyHiddenProps } = $b5c81b25cdf7a43c$export$a966af930f325cab(props);

@@ -73,0 +73,0 @@ return /*#__PURE__*/ (0, ($parcel$interopDefault($2ohTN$react))).createElement(Element, (0, $2ohTN$reactariautils.mergeProps)(otherProps, visuallyHiddenProps), children);

@@ -20,11 +20,11 @@ import {mergeProps as $7JYt2$mergeProps} from "@react-aria/utils";

border: 0,
clip: "rect(0 0 0 0)",
clipPath: "inset(50%)",
height: "1px",
margin: "-1px",
overflow: "hidden",
clip: 'rect(0 0 0 0)',
clipPath: 'inset(50%)',
height: '1px',
margin: '-1px',
overflow: 'hidden',
padding: 0,
position: "absolute",
width: "1px",
whiteSpace: "nowrap"
position: 'absolute',
width: '1px',
whiteSpace: 'nowrap'
};

@@ -59,3 +59,3 @@ function $5c3e21d68f1c4674$export$a966af930f325cab(props = {}) {

// eslint-disable-next-line @typescript-eslint/no-unused-vars
let { children: children, elementType: Element = "div", isFocusable: isFocusable, style: style, ...otherProps } = props;
let { children: children, elementType: Element = 'div', isFocusable: isFocusable, style: style, ...otherProps } = props;
let { visuallyHiddenProps: visuallyHiddenProps } = $5c3e21d68f1c4674$export$a966af930f325cab(props);

@@ -62,0 +62,0 @@ return /*#__PURE__*/ (0, $7JYt2$react).createElement(Element, (0, $7JYt2$mergeProps)(otherProps, visuallyHiddenProps), children);

{
"name": "@react-aria/visually-hidden",
"version": "3.0.0-nightly.2912+d80999e89",
"version": "3.0.0-nightly.2917+c34886769",
"description": "Spectrum UI components in React",

@@ -27,5 +27,5 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
"@react-aria/interactions": "3.0.0-nightly.2917+c34886769",
"@react-aria/utils": "3.0.0-nightly.2917+c34886769",
"@react-types/shared": "3.0.0-nightly.2917+c34886769",
"@swc/helpers": "^0.5.0"

@@ -39,3 +39,3 @@ },

},
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
"gitHead": "c34886769d3e69bb56553a02eead6a0fd877e754"
}

Sorry, the diff of this file is not supported yet

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