@atlaskit/visually-hidden
Advanced tools
Comparing version 1.2.3 to 1.2.4
# @atlaskit/visually-hidden | ||
## 1.2.4 | ||
### Patch Changes | ||
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing. | ||
## 1.2.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/visually-hidden", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.", | ||
@@ -13,3 +13,3 @@ "author": "Atlassian Pty Ltd", | ||
"inPublicMirror": true, | ||
"releaseModel": "scheduled", | ||
"releaseModel": "continuous", | ||
"website": { | ||
@@ -46,11 +46,6 @@ "name": "Visually hidden", | ||
"devDependencies": { | ||
"@atlaskit/button": "^16.7.0", | ||
"@atlaskit/docs": "*", | ||
"@af/accessibility-testing": "*", | ||
"@atlaskit/ds-lib": "^2.2.0", | ||
"@atlaskit/section-message": "^6.4.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/toggle": "^12.6.0", | ||
"@atlaskit/tokens": "^1.4.0", | ||
"@atlaskit/visual-regression": "^0.8.0", | ||
"@atlaskit/webdriver-runner": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0", | ||
@@ -57,0 +52,0 @@ "@testing-library/react": "^12.1.5", |
@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 --> | ||
- [Main Entry Types](#main-entry-types) | ||
- [Peer Dependencies](#peer-dependencies) | ||
@@ -27,6 +28,6 @@ ### Main Entry Types | ||
export type VisuallyHiddenProps = { | ||
testId?: string; | ||
children: ReactNode; | ||
role?: string; | ||
id?: string; | ||
testId?: string; | ||
}; | ||
@@ -38,1 +39,13 @@ | ||
<!--SECTION END: Main Entry Types--> | ||
### Peer Dependencies | ||
<!--SECTION START: Peer Dependencies--> | ||
```json | ||
{ | ||
"react": "^16.8.0" | ||
} | ||
``` | ||
<!--SECTION END: Peer Dependencies--> |
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
14865
9