@atlaskit/section-message 6.3.7 → 6.3.9

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,18 @@
1
1
  # @atlaskit/section-message
2
2
 
3
+ ## 6.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
8
+ - Updated dependencies
9
+
10
+ ## 6.3.8
11
+
12
+ ### Patch Changes
13
+
14
+ - [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
15
+
3
16
  ## 6.3.7
4
17
 
5
18
  ### Patch Changes
@@ -53,7 +53,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
53
53
  return /*#__PURE__*/_react.default.createElement(_dsExplorations.UNSAFE_Box, {
54
54
  as: "section",
55
55
  backgroundColor: appearanceMap[appearance],
56
- padding: "scale.200",
56
+ padding: "space.200",
57
57
  borderRadius: "normal",
58
58
  testId: testId,
59
59
  ref: ref,
@@ -61,7 +61,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
61
61
  wordBreak: 'break-word'
62
62
  }
63
63
  }, /*#__PURE__*/_react.default.createElement(_dsExplorations.UNSAFE_Inline, {
64
- gap: "scale.200"
64
+ gap: "space.200"
65
65
  }, /*#__PURE__*/_react.default.createElement(_dsExplorations.UNSAFE_Box, {
66
66
  UNSAFE_style: {
67
67
  margin: '-2px 0'
@@ -71,7 +71,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
71
71
  primaryColor: primaryColor,
72
72
  secondaryColor: secondaryColor
73
73
  })), /*#__PURE__*/_react.default.createElement(_dsExplorations.UNSAFE_Stack, {
74
- gap: "scale.100",
74
+ gap: "space.100",
75
75
  testId: testId && "".concat(testId, "--content")
76
76
  }, !!title && /*#__PURE__*/_react.default.createElement(_heading.default, {
77
77
  as: "h2",
@@ -80,7 +80,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
80
80
  flexWrap: "wrap",
81
81
  testId: testId && "".concat(testId, "--actions"),
82
82
  divider: "\xB7",
83
- gap: "scale.100"
83
+ gap: "space.100"
84
84
  }, actionsArray))));
85
85
  });
86
86
  var appearanceMap = {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
4
4
  "sideEffects": false
5
5
  }
@@ -31,7 +31,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
31
31
  return /*#__PURE__*/React.createElement(Box, {
32
32
  as: "section",
33
33
  backgroundColor: appearanceMap[appearance],
34
- padding: "scale.200",
34
+ padding: "space.200",
35
35
  borderRadius: "normal",
36
36
  testId: testId,
37
37
  ref: ref,
@@ -39,7 +39,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
39
39
  wordBreak: 'break-word'
40
40
  }
41
41
  }, /*#__PURE__*/React.createElement(Inline, {
42
- gap: "scale.200"
42
+ gap: "space.200"
43
43
  }, /*#__PURE__*/React.createElement(Box, {
44
44
  UNSAFE_style: {
45
45
  margin: '-2px 0'
@@ -49,7 +49,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
49
49
  primaryColor: primaryColor,
50
50
  secondaryColor: secondaryColor
51
51
  })), /*#__PURE__*/React.createElement(Stack, {
52
- gap: "scale.100",
52
+ gap: "space.100",
53
53
  testId: testId && `${testId}--content`
54
54
  }, !!title && /*#__PURE__*/React.createElement(Heading, {
55
55
  as: "h2",
@@ -58,7 +58,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
58
58
  flexWrap: "wrap",
59
59
  testId: testId && `${testId}--actions`,
60
60
  divider: "\xB7",
61
- gap: "scale.100"
61
+ gap: "space.100"
62
62
  }, actionsArray))));
63
63
  });
64
64
  const appearanceMap = {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
4
4
  "sideEffects": false
5
5
  }
@@ -32,7 +32,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
32
32
  return /*#__PURE__*/React.createElement(Box, {
33
33
  as: "section",
34
34
  backgroundColor: appearanceMap[appearance],
35
- padding: "scale.200",
35
+ padding: "space.200",
36
36
  borderRadius: "normal",
37
37
  testId: testId,
38
38
  ref: ref,
@@ -40,7 +40,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
40
40
  wordBreak: 'break-word'
41
41
  }
42
42
  }, /*#__PURE__*/React.createElement(Inline, {
43
- gap: "scale.200"
43
+ gap: "space.200"
44
44
  }, /*#__PURE__*/React.createElement(Box, {
45
45
  UNSAFE_style: {
46
46
  margin: '-2px 0'
@@ -50,7 +50,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
50
50
  primaryColor: primaryColor,
51
51
  secondaryColor: secondaryColor
52
52
  })), /*#__PURE__*/React.createElement(Stack, {
53
- gap: "scale.100",
53
+ gap: "space.100",
54
54
  testId: testId && "".concat(testId, "--content")
55
55
  }, !!title && /*#__PURE__*/React.createElement(Heading, {
56
56
  as: "h2",
@@ -59,7 +59,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
59
59
  flexWrap: "wrap",
60
60
  testId: testId && "".concat(testId, "--actions"),
61
61
  divider: "\xB7",
62
- gap: "scale.100"
62
+ gap: "space.100"
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.7",
3
+ "version": "6.3.9",
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.7",
3
+ "version": "6.3.9",
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/"
@@ -32,8 +32,8 @@
32
32
  "dependencies": {
33
33
  "@atlaskit/button": "^16.5.0",
34
34
  "@atlaskit/codemod-utils": "^4.1.0",
35
- "@atlaskit/ds-explorations": "^1.6.0",
36
- "@atlaskit/heading": "^1.0.0",
35
+ "@atlaskit/ds-explorations": "^2.0.0",
36
+ "@atlaskit/heading": "^1.1.0",
37
37
  "@atlaskit/icon": "^21.11.0",
38
38
  "@atlaskit/theme": "^12.2.0",
39
39
  "@atlaskit/tokens": "^0.13.0",
package/report.api.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- API Report Version: 2.2 -->
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
3
  ## API Report File for "@atlaskit/section-message"
4
4