@atlaskit/visually-hidden
Advanced tools
Comparing version 1.2.0 to 1.2.1
# @atlaskit/visually-hidden | ||
## 1.2.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 1.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"sideEffects": false | ||
} |
import { ReactNode } from 'react'; | ||
export declare type VisuallyHiddenProps = { | ||
export type VisuallyHiddenProps = { | ||
/** | ||
@@ -4,0 +4,0 @@ * The element or elements that should be hidden. |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.", | ||
@@ -24,2 +24,10 @@ "author": "Atlassian Pty Ltd", | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -44,3 +52,3 @@ "atlaskit:src": "src/index.tsx", | ||
"@atlaskit/toggle": "^12.6.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@atlaskit/tokens": "^1.4.0", | ||
"@atlaskit/visual-regression": "^0.8.0", | ||
@@ -51,3 +59,3 @@ "@atlaskit/webdriver-runner": "*", | ||
"react-dom": "^16.8.0", | ||
"typescript": "4.5.5", | ||
"typescript": "~4.9.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -54,0 +62,0 @@ }, |
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
12826