@atlaskit/table 0.8.3 → 0.8.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
8
+ [`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
9
+ Adds side-effect config to support Compiled css extraction in third-party apps
10
+
11
+ ## 0.8.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 0.8.3
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,21 +32,23 @@
32
32
  ]
33
33
  }
34
34
  },
35
- "sideEffects": false,
35
+ "sideEffects": [
36
+ "**/*.compiled.css"
37
+ ],
36
38
  "atlaskit:src": "src/index.tsx",
37
39
  "af:exports": {
38
40
  ".": "./src/index.tsx",
39
41
  "./primitives": "./src/ui/index.tsx"
40
42
  },
41
43
  "dependencies": {
42
- "@atlaskit/button": "^20.2.0",
43
- "@atlaskit/checkbox": "^15.0.0",
44
- "@atlaskit/ds-lib": "^3.1.0",
45
- "@atlaskit/focus-ring": "^1.6.0",
46
- "@atlaskit/icon": "^22.22.0",
47
- "@atlaskit/primitives": "^12.2.0",
48
- "@atlaskit/tokens": "^2.0.0",
49
- "@atlaskit/tooltip": "^18.8.0",
44
+ "@atlaskit/button": "^20.3.0",
45
+ "@atlaskit/checkbox": "^15.1.0",
46
+ "@atlaskit/ds-lib": "^3.2.0",
47
+ "@atlaskit/focus-ring": "^1.7.0",
48
+ "@atlaskit/icon": "^22.24.0",
49
+ "@atlaskit/primitives": "^13.2.0",
50
+ "@atlaskit/tokens": "^2.2.0",
51
+ "@atlaskit/tooltip": "^18.9.0",
50
52
  "@atlaskit/visually-hidden": "^1.5.0",
51
53
  "@babel/runtime": "^7.0.0",
52
54
  "@emotion/react": "^11.7.1",
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/ui/index.js",
4
4
  "module": "../dist/esm/ui/index.js",
5
5
  "module:es2019": "../dist/es2019/ui/index.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/ui/index.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {