@atlaskit/inline-message 15.3.3 → 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,13 @@
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
+
3
11
  ## 15.3.3
4
12
 
5
13
  ### 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",
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/"