@atlaskit/section-message 6.5.9 → 6.5.11

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,20 @@
1
1
  # @atlaskit/section-message
2
2
 
3
+ ## 6.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.5.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#123461](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123461)
14
+ [`4b9d857fa00b4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4b9d857fa00b4) -
15
+ Internal change to use new Heading component. Very minor letter spacing changes.
16
+ - Updated dependencies
17
+
3
18
  ## 6.5.9
4
19
 
5
20
  ### Patch Changes
@@ -65,7 +65,7 @@ var SectionMessage = /*#__PURE__*/(0, _react.forwardRef)(function SectionMessage
65
65
  testId: testId && "".concat(testId, "--content")
66
66
  }, !!title && /*#__PURE__*/_react.default.createElement(_heading.default, {
67
67
  as: "h2",
68
- level: "h500"
68
+ size: "small"
69
69
  }, title), /*#__PURE__*/_react.default.createElement(_primitives.Text, null, children), actionsArray.length > 0 && /*#__PURE__*/_react.default.createElement(_primitives.Inline, {
70
70
  shouldWrap: true,
71
71
  testId: testId && "".concat(testId, "--actions"),
@@ -56,7 +56,7 @@ const SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage({
56
56
  testId: testId && `${testId}--content`
57
57
  }, !!title && /*#__PURE__*/React.createElement(Heading, {
58
58
  as: "h2",
59
- level: "h500"
59
+ size: "small"
60
60
  }, title), /*#__PURE__*/React.createElement(Text, null, children), actionsArray.length > 0 && /*#__PURE__*/React.createElement(Inline, {
61
61
  shouldWrap: true,
62
62
  testId: testId && `${testId}--actions`,
@@ -55,7 +55,7 @@ var SectionMessage = /*#__PURE__*/forwardRef(function SectionMessage(_ref, ref)
55
55
  testId: testId && "".concat(testId, "--content")
56
56
  }, !!title && /*#__PURE__*/React.createElement(Heading, {
57
57
  as: "h2",
58
- level: "h500"
58
+ size: "small"
59
59
  }, title), /*#__PURE__*/React.createElement(Text, null, children), actionsArray.length > 0 && /*#__PURE__*/React.createElement(Inline, {
60
60
  shouldWrap: true,
61
61
  testId: testId && "".concat(testId, "--actions"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.5.9",
3
+ "version": "6.5.11",
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/"
@@ -41,13 +41,13 @@
41
41
  ".": "./src/index.tsx"
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/button": "^19.0.0",
44
+ "@atlaskit/button": "^19.1.0",
45
45
  "@atlaskit/codemod-utils": "^4.2.0",
46
46
  "@atlaskit/heading": "^2.4.0",
47
- "@atlaskit/icon": "^22.6.0",
48
- "@atlaskit/primitives": "^11.0.0",
47
+ "@atlaskit/icon": "^22.11.0",
48
+ "@atlaskit/primitives": "^12.0.0",
49
49
  "@atlaskit/theme": "^12.11.0",
50
- "@atlaskit/tokens": "^1.56.0",
50
+ "@atlaskit/tokens": "^1.57.0",
51
51
  "@babel/runtime": "^7.0.0"
52
52
  },
53
53
  "peerDependencies": {
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@af/accessibility-testing": "*",
58
58
  "@af/integration-testing": "*",
59
- "@atlaskit/analytics-next": "^9.3.0",
59
+ "@atlaskit/analytics-next": "^10.0.0",
60
60
  "@atlaskit/ds-lib": "^2.3.0",
61
61
  "@atlaskit/ssr": "*",
62
62
  "@atlaskit/visual-regression": "*",