@atlaskit/table 0.4.8 → 0.4.10

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,17 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.4.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.4.8
4
16
 
5
17
  ### Patch Changes
@@ -34,10 +34,10 @@ var sortingMessages = {
34
34
  }
35
35
  };
36
36
  var overrideStyles = (0, _react2.css)({
37
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
37
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
38
38
  margin: '0 -2px !important',
39
39
  gap: "var(--ds-space-050, 4px)",
40
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
40
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
41
41
  paddingInline: "2px !important"
42
42
  });
43
43
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "sideEffects": false
5
5
  }
@@ -25,10 +25,10 @@ const sortingMessages = {
25
25
  }
26
26
  };
27
27
  const overrideStyles = css({
28
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
28
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
29
29
  margin: '0 -2px !important',
30
30
  gap: "var(--ds-space-050, 4px)",
31
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
31
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
32
32
  paddingInline: `2px !important`
33
33
  });
34
34
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "sideEffects": false
5
5
  }
@@ -27,10 +27,10 @@ var sortingMessages = {
27
27
  }
28
28
  };
29
29
  var overrideStyles = css({
30
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
30
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
31
31
  margin: '0 -2px !important',
32
32
  gap: "var(--ds-space-050, 4px)",
33
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
33
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
34
34
  paddingInline: "2px !important"
35
35
  });
36
36
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "@atlaskit/ds-lib": "^2.2.0",
47
47
  "@atlaskit/focus-ring": "^1.3.0",
48
48
  "@atlaskit/icon": "^21.12.0",
49
- "@atlaskit/primitives": "^0.14.0",
50
- "@atlaskit/tokens": "^1.9.0",
49
+ "@atlaskit/primitives": "^0.16.0",
50
+ "@atlaskit/tokens": "^1.11.0",
51
51
  "@atlaskit/tooltip": "^17.8.0",
52
52
  "@atlaskit/visually-hidden": "^1.2.0",
53
53
  "@babel/runtime": "^7.0.0",
@@ -58,13 +58,7 @@
58
58
  "react": "^16.8.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@atlaskit/avatar": "*",
62
- "@atlaskit/date": "*",
63
- "@atlaskit/docs": "*",
64
61
  "@atlaskit/ds-lib": "*",
65
- "@atlaskit/dynamic-table": "*",
66
- "@atlaskit/lozenge": "*",
67
- "@atlaskit/section-message": "^6.4.0",
68
62
  "@atlaskit/ssr": "*",
69
63
  "@atlaskit/visual-regression": "*",
70
64
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
@@ -111,4 +105,4 @@
111
105
  }
112
106
  },
113
107
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
114
- }
108
+ }