@atlaskit/visually-hidden 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +11 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/visually-hidden
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
8
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
9
+ Update `@compiled/react` dependency for improved type checking support.
10
+
11
+ ## 3.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#128442](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128442)
16
+ [`e01d9e5a20367`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e01d9e5a20367) -
17
+ Update dependencies.
18
+
3
19
  ## 3.0.0
4
20
 
5
21
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/visually-hidden",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,18 +26,23 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.0.0",
29
- "@compiled/react": "^0.18.2"
29
+ "@compiled/react": "^0.18.3"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "^18.2.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@af/accessibility-testing": "*",
36
- "@af/integration-testing": "*",
35
+ "@af/accessibility-testing": "^2.0.0",
36
+ "@af/integration-testing": "^0.5.0",
37
+ "@af/visual-regression": "^1.3.0",
38
+ "@atlaskit/button": "^21.1.0",
39
+ "@atlaskit/docs": "^10.0.0",
37
40
  "@atlaskit/ds-lib": "^4.0.0",
38
- "@atlaskit/ssr": "*",
41
+ "@atlaskit/link": "^3.0.0",
42
+ "@atlaskit/section-message": "^8.2.0",
43
+ "@atlaskit/ssr": "^0.4.0",
39
44
  "@atlaskit/toggle": "^15.0.0",
40
- "@atlaskit/visual-regression": "^0.10.0",
45
+ "@atlaskit/tokens": "^4.5.0",
41
46
  "@testing-library/react": "^13.4.0",
42
47
  "react-dom": "^18.2.0",
43
48
  "typescript": "~5.4.2"