@atlaskit/inline-message 15.3.2 → 15.3.4
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,19 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 15.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#184952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/184952)
|
|
8
|
+
[`d25b30df1d8cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d25b30df1d8cf) -
|
|
9
|
+
Removes invalid html nesting (Divs in Buttons)
|
|
10
|
+
|
|
11
|
+
## 15.3.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 15.3.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -94,6 +94,7 @@ var InlineMessage = function InlineMessage(_ref) {
|
|
|
94
94
|
testId: testId && "".concat(testId, "--button"),
|
|
95
95
|
"aria-expanded": isOpen
|
|
96
96
|
}, /*#__PURE__*/React.createElement(_compiled.Inline, {
|
|
97
|
+
as: "span",
|
|
97
98
|
space: "space.050",
|
|
98
99
|
alignBlock: "center"
|
|
99
100
|
}, /*#__PURE__*/React.createElement(_messageIcon.default, {
|
|
@@ -102,6 +103,7 @@ var InlineMessage = function InlineMessage(_ref) {
|
|
|
102
103
|
label: iconLabel,
|
|
103
104
|
spacing: spacing
|
|
104
105
|
}), /*#__PURE__*/React.createElement(_compiled.Inline, {
|
|
106
|
+
as: "span",
|
|
105
107
|
space: "space.100"
|
|
106
108
|
}, title && /*#__PURE__*/React.createElement(_compiled.Text, {
|
|
107
109
|
weight: "medium",
|
|
@@ -73,6 +73,7 @@ const InlineMessage = ({
|
|
|
73
73
|
testId: testId && `${testId}--button`,
|
|
74
74
|
"aria-expanded": isOpen
|
|
75
75
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
76
|
+
as: "span",
|
|
76
77
|
space: "space.050",
|
|
77
78
|
alignBlock: "center"
|
|
78
79
|
}, /*#__PURE__*/React.createElement(MessageIcon, {
|
|
@@ -81,6 +82,7 @@ const InlineMessage = ({
|
|
|
81
82
|
label: iconLabel,
|
|
82
83
|
spacing: spacing
|
|
83
84
|
}), /*#__PURE__*/React.createElement(Inline, {
|
|
85
|
+
as: "span",
|
|
84
86
|
space: "space.100"
|
|
85
87
|
}, title && /*#__PURE__*/React.createElement(Text, {
|
|
86
88
|
weight: "medium",
|
|
@@ -85,6 +85,7 @@ var InlineMessage = function InlineMessage(_ref) {
|
|
|
85
85
|
testId: testId && "".concat(testId, "--button"),
|
|
86
86
|
"aria-expanded": isOpen
|
|
87
87
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
88
|
+
as: "span",
|
|
88
89
|
space: "space.050",
|
|
89
90
|
alignBlock: "center"
|
|
90
91
|
}, /*#__PURE__*/React.createElement(MessageIcon, {
|
|
@@ -93,6 +94,7 @@ var InlineMessage = function InlineMessage(_ref) {
|
|
|
93
94
|
label: iconLabel,
|
|
94
95
|
spacing: spacing
|
|
95
96
|
}), /*#__PURE__*/React.createElement(Inline, {
|
|
97
|
+
as: "span",
|
|
96
98
|
space: "space.100"
|
|
97
99
|
}, title && /*#__PURE__*/React.createElement(Text, {
|
|
98
100
|
weight: "medium",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.4",
|
|
4
4
|
"description": "An inline message lets users know when important information is available or when an action is required.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,17 +26,16 @@
|
|
|
26
26
|
"website": {
|
|
27
27
|
"name": "Inline message",
|
|
28
28
|
"category": "Messaging"
|
|
29
|
-
}
|
|
30
|
-
"runReact18": true
|
|
29
|
+
}
|
|
31
30
|
},
|
|
32
31
|
"dependencies": {
|
|
33
32
|
"@atlaskit/button": "^23.2.0",
|
|
34
|
-
"@atlaskit/icon": "^27.
|
|
33
|
+
"@atlaskit/icon": "^27.3.0",
|
|
35
34
|
"@atlaskit/inline-dialog": "^17.2.0",
|
|
36
35
|
"@atlaskit/link": "^3.2.0",
|
|
37
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/primitives": "^14.
|
|
39
|
-
"@atlaskit/theme": "^
|
|
37
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
38
|
+
"@atlaskit/theme": "^19.0.0",
|
|
40
39
|
"@atlaskit/tokens": "^5.4.0",
|
|
41
40
|
"@babel/runtime": "^7.0.0",
|
|
42
41
|
"@compiled/react": "^0.18.3"
|