@atlaskit/table 0.3.1 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.3.1
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/thead.js CHANGED
@@ -46,7 +46,7 @@ var THead = function THead(_ref) {
46
46
  color: "color.text",
47
47
  fontWeight: "medium"
48
48
  }, state.checked.length, " selected"), actions && (0, _react.jsx)(_inline.default, {
49
- space: "100"
49
+ space: "space.100"
50
50
  }, actions(state.checked)))));
51
51
  };
52
52
  var _default = THead;
@@ -31,7 +31,7 @@ var BulkActionOverlay = function BulkActionOverlay(_ref) {
31
31
  backgroundColor: "elevation.surface",
32
32
  css: overlayStyles
33
33
  }, (0, _react.jsx)(_inline.default, {
34
- space: "300",
34
+ space: "space.300",
35
35
  alignBlock: "center"
36
36
  }, children));
37
37
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -35,7 +35,7 @@ const THead = ({
35
35
  color: "color.text",
36
36
  fontWeight: "medium"
37
37
  }, state.checked.length, " selected"), actions && jsx(Inline, {
38
- space: "100"
38
+ space: "space.100"
39
39
  }, actions(state.checked)))));
40
40
  };
41
41
  export default THead;
@@ -24,6 +24,6 @@ export const BulkActionOverlay = ({
24
24
  backgroundColor: "elevation.surface",
25
25
  css: overlayStyles
26
26
  }, jsx(Inline, {
27
- space: "300",
27
+ space: "space.300",
28
28
  alignBlock: "center"
29
29
  }, children));
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "sideEffects": false
5
5
  }
package/dist/esm/thead.js CHANGED
@@ -36,7 +36,7 @@ var THead = function THead(_ref) {
36
36
  color: "color.text",
37
37
  fontWeight: "medium"
38
38
  }, state.checked.length, " selected"), actions && jsx(Inline, {
39
- space: "100"
39
+ space: "space.100"
40
40
  }, actions(state.checked)))));
41
41
  };
42
42
  export default THead;
@@ -24,7 +24,7 @@ export var BulkActionOverlay = function BulkActionOverlay(_ref) {
24
24
  backgroundColor: "elevation.surface",
25
25
  css: overlayStyles
26
26
  }, jsx(Inline, {
27
- space: "300",
27
+ space: "space.300",
28
28
  alignBlock: "center"
29
29
  }, children));
30
30
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/ds-lib": "^2.1.2",
39
39
  "@atlaskit/focus-ring": "^1.2.1",
40
40
  "@atlaskit/icon": "^21.11.2",
41
- "@atlaskit/primitives": "^0.7.0",
41
+ "@atlaskit/primitives": "^0.8.0",
42
42
  "@atlaskit/tokens": "^1.2.0",
43
43
  "@atlaskit/tooltip": "^17.7.0",
44
44
  "@atlaskit/visually-hidden": "^1.0.0",