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

@atlaskit/visually-hidden

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/visually-hidden - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

12

CHANGELOG.md
# @atlaskit/visually-hidden
## 1.5.0
### Minor Changes
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
dependency range for `react` and `react-dom` for `/platform` packages.
## 1.4.1

@@ -4,0 +16,0 @@

2

dist/cjs/visually-hidden.js

@@ -10,4 +10,4 @@ "use strict";

* @jsxRuntime classic
* @jsx jsx
*/
/** @jsx jsx */

@@ -14,0 +14,0 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766

/**
* @jsxRuntime classic
* @jsx jsx
*/
/** @jsx jsx */

@@ -6,0 +6,0 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766

/**
* @jsxRuntime classic
* @jsx jsx
*/
/** @jsx jsx */

@@ -6,0 +6,0 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766

/**
* @jsxRuntime classic
* @jsx jsx
*/
/** @jsx jsx */
import { type FC } from 'react';

@@ -6,0 +6,0 @@ import type { VisuallyHiddenProps } from './types';

/**
* @jsxRuntime classic
* @jsx jsx
*/
/** @jsx jsx */
import { type FC } from 'react';

@@ -6,0 +6,0 @@ import type { VisuallyHiddenProps } from './types';

{
"name": "@atlaskit/visually-hidden",
"version": "1.4.1",
"version": "1.5.0",
"description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.",

@@ -32,9 +32,9 @@ "publishConfig": {

"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@af/accessibility-testing": "*",
"@atlaskit/ds-lib": "^2.3.0",
"@atlaskit/ds-lib": "^2.4.0",
"@atlaskit/ssr": "*",
"@atlaskit/toggle": "^13.2.0",
"@atlaskit/toggle": "^13.3.0",
"@atlaskit/visual-regression": "^0.10.0",

@@ -41,0 +41,0 @@ "@testing-library/react": "^12.1.5",

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