@atlaskit/section-message 6.5.8 → 6.5.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,20 @@
|
|
|
1
1
|
# @atlaskit/section-message
|
|
2
2
|
|
|
3
|
+
## 6.5.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#123461](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123461)
|
|
8
|
+
[`4b9d857fa00b4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4b9d857fa00b4) -
|
|
9
|
+
Internal change to use new Heading component. Very minor letter spacing changes.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 6.5.9
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 6.5.8
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "6.5.10",
|
|
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": "^
|
|
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.
|
|
47
|
+
"@atlaskit/icon": "^22.7.0",
|
|
48
48
|
"@atlaskit/primitives": "^11.0.0",
|
|
49
49
|
"@atlaskit/theme": "^12.11.0",
|
|
50
|
-
"@atlaskit/tokens": "^1.
|
|
50
|
+
"@atlaskit/tokens": "^1.56.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|