@atlaskit/visually-hidden 1.5.0 → 1.5.1

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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/visually-hidden
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#166026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166026)
8
+ [`962b5e77810fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b5e77810fb) -
9
+ Adds side-effect config to support Compiled css extraction in third-party apps
10
+
3
11
  ## 1.5.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/visually-hidden",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
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/"
@@ -12,12 +12,12 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "sideEffects": false,
15
+ "sideEffects": [
16
+ "**/*.compiled.css"
17
+ ],
16
18
  "atlaskit:src": "src/index.tsx",
17
19
  "atlassian": {
18
20
  "team": "Design System Team",
19
- "inPublicMirror": true,
20
- "releaseModel": "continuous",
21
21
  "runReact18": true,
22
22
  "website": {
23
23
  "name": "Visually hidden",
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@af/accessibility-testing": "*",
36
- "@atlaskit/ds-lib": "^2.4.0",
36
+ "@atlaskit/ds-lib": "^3.2.0",
37
37
  "@atlaskit/ssr": "*",
38
- "@atlaskit/toggle": "^13.3.0",
38
+ "@atlaskit/toggle": "^13.4.0",
39
39
  "@atlaskit/visual-regression": "^0.10.0",
40
40
  "@testing-library/react": "^12.1.5",
41
41
  "react-dom": "^16.8.0",