@atlaskit/section-message 6.3.15 → 6.3.17

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/section-message
2
2
 
3
+ ## 6.3.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
8
+
9
+ ## 6.3.16
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.3.15
4
16
 
5
17
  ### Patch Changes
@@ -50,7 +50,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
50
50
  wordBreak: 'break-word'
51
51
  }
52
52
  }, /*#__PURE__*/_react.default.createElement(_inline.default, {
53
- space: "200"
53
+ space: "space.200"
54
54
  }, /*#__PURE__*/_react.default.createElement(_dsExplorations.UNSAFE_Box, {
55
55
  UNSAFE_style: {
56
56
  margin: '-2px 0'
@@ -60,7 +60,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
60
60
  primaryColor: primaryColor,
61
61
  secondaryColor: secondaryColor
62
62
  })), /*#__PURE__*/_react.default.createElement(_stack.default, {
63
- space: "100",
63
+ space: "space.100",
64
64
  testId: testId && "".concat(testId, "--content")
65
65
  }, !!title && /*#__PURE__*/_react.default.createElement(_heading.default, {
66
66
  as: "h2",
@@ -69,8 +69,8 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
69
69
  shouldWrap: true,
70
70
  testId: testId && "".concat(testId, "--actions"),
71
71
  separator: "\xB7",
72
- space: "100",
73
- rowSpace: "0"
72
+ space: "space.100",
73
+ rowSpace: "space.0"
74
74
  }, actionsArray))));
75
75
  });
76
76
  var appearanceMap = {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.3.15",
3
+ "version": "6.3.17",
4
4
  "sideEffects": false
5
5
  }
@@ -40,7 +40,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
40
40
  wordBreak: 'break-word'
41
41
  }
42
42
  }, /*#__PURE__*/React.createElement(Inline, {
43
- space: "200"
43
+ space: "space.200"
44
44
  }, /*#__PURE__*/React.createElement(Box, {
45
45
  UNSAFE_style: {
46
46
  margin: '-2px 0'
@@ -50,7 +50,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
50
50
  primaryColor: primaryColor,
51
51
  secondaryColor: secondaryColor
52
52
  })), /*#__PURE__*/React.createElement(Stack, {
53
- space: "100",
53
+ space: "space.100",
54
54
  testId: testId && `${testId}--content`
55
55
  }, !!title && /*#__PURE__*/React.createElement(Heading, {
56
56
  as: "h2",
@@ -59,8 +59,8 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
59
59
  shouldWrap: true,
60
60
  testId: testId && `${testId}--actions`,
61
61
  separator: "\xB7",
62
- space: "100",
63
- rowSpace: "0"
62
+ space: "space.100",
63
+ rowSpace: "space.0"
64
64
  }, actionsArray))));
65
65
  });
66
66
  const appearanceMap = {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.3.15",
3
+ "version": "6.3.17",
4
4
  "sideEffects": false
5
5
  }
@@ -39,7 +39,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
39
39
  wordBreak: 'break-word'
40
40
  }
41
41
  }, /*#__PURE__*/React.createElement(Inline, {
42
- space: "200"
42
+ space: "space.200"
43
43
  }, /*#__PURE__*/React.createElement(Box, {
44
44
  UNSAFE_style: {
45
45
  margin: '-2px 0'
@@ -49,7 +49,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
49
49
  primaryColor: primaryColor,
50
50
  secondaryColor: secondaryColor
51
51
  })), /*#__PURE__*/React.createElement(Stack, {
52
- space: "100",
52
+ space: "space.100",
53
53
  testId: testId && "".concat(testId, "--content")
54
54
  }, !!title && /*#__PURE__*/React.createElement(Heading, {
55
55
  as: "h2",
@@ -58,8 +58,8 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
58
58
  shouldWrap: true,
59
59
  testId: testId && "".concat(testId, "--actions"),
60
60
  separator: "\xB7",
61
- space: "100",
62
- rowSpace: "0"
61
+ space: "space.100",
62
+ rowSpace: "space.0"
63
63
  }, actionsArray))));
64
64
  });
65
65
  var appearanceMap = {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.3.15",
3
+ "version": "6.3.17",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.3.15",
3
+ "version": "6.3.17",
4
4
  "description": "A section message is used to alert users to a particular section of the screen.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,8 +34,8 @@
34
34
  "@atlaskit/ds-explorations": "^2.0.0",
35
35
  "@atlaskit/heading": "^1.2.0",
36
36
  "@atlaskit/icon": "^21.11.0",
37
- "@atlaskit/primitives": "^0.7.0",
38
- "@atlaskit/theme": "^12.3.0",
37
+ "@atlaskit/primitives": "^0.8.0",
38
+ "@atlaskit/theme": "^12.4.0",
39
39
  "@atlaskit/tokens": "^1.2.0",
40
40
  "@babel/runtime": "^7.0.0"
41
41
  },