@atlaskit/link-datasource 4.24.0 → 4.24.2
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/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.24.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.24.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`d7522ef39f5e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7522ef39f5e2) -
|
|
14
|
+
NAVX-1885 Setting SLLV filter empty/error states to have heading h2 instead of h4 for a11y
|
|
15
|
+
|
|
3
16
|
## 4.24.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -30,7 +30,8 @@ var CustomSelectMessage = function CustomSelectMessage(_ref) {
|
|
|
30
30
|
alignItems: "center",
|
|
31
31
|
justifyContent: "center"
|
|
32
32
|
}, icon), /*#__PURE__*/_react.default.createElement(_heading.default, {
|
|
33
|
-
size: "small"
|
|
33
|
+
size: "small",
|
|
34
|
+
as: "h2"
|
|
34
35
|
}, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, message)), description && /*#__PURE__*/_react.default.createElement(_compiled.Text, {
|
|
35
36
|
size: "medium"
|
|
36
37
|
}, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, description)));
|
|
@@ -24,7 +24,8 @@ const CustomSelectMessage = ({
|
|
|
24
24
|
alignItems: "center",
|
|
25
25
|
justifyContent: "center"
|
|
26
26
|
}, icon), /*#__PURE__*/React.createElement(Heading, {
|
|
27
|
-
size: "small"
|
|
27
|
+
size: "small",
|
|
28
|
+
as: "h2"
|
|
28
29
|
}, /*#__PURE__*/React.createElement(FormattedMessage, message)), description && /*#__PURE__*/React.createElement(Text, {
|
|
29
30
|
size: "medium"
|
|
30
31
|
}, /*#__PURE__*/React.createElement(FormattedMessage, description)));
|
|
@@ -23,7 +23,8 @@ var CustomSelectMessage = function CustomSelectMessage(_ref) {
|
|
|
23
23
|
alignItems: "center",
|
|
24
24
|
justifyContent: "center"
|
|
25
25
|
}, icon), /*#__PURE__*/React.createElement(Heading, {
|
|
26
|
-
size: "small"
|
|
26
|
+
size: "small",
|
|
27
|
+
as: "h2"
|
|
27
28
|
}, /*#__PURE__*/React.createElement(FormattedMessage, message)), description && /*#__PURE__*/React.createElement(Text, {
|
|
28
29
|
size: "medium"
|
|
29
30
|
}, /*#__PURE__*/React.createElement(FormattedMessage, description)));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.24.
|
|
3
|
+
"version": "4.24.2",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/empty-state": "^10.1.0",
|
|
52
52
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
53
53
|
"@atlaskit/flag": "^17.4.0",
|
|
54
|
-
"@atlaskit/form": "^
|
|
54
|
+
"@atlaskit/form": "^14.0.0",
|
|
55
55
|
"@atlaskit/heading": "^5.2.0",
|
|
56
56
|
"@atlaskit/icon": "^28.2.0",
|
|
57
57
|
"@atlaskit/icon-object": "^7.2.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@atlaskit/primitives": "^14.15.0",
|
|
80
80
|
"@atlaskit/react-select": "^3.6.0",
|
|
81
81
|
"@atlaskit/select": "^21.3.0",
|
|
82
|
-
"@atlaskit/smart-card": "^42.
|
|
82
|
+
"@atlaskit/smart-card": "^42.1.0",
|
|
83
83
|
"@atlaskit/smart-user-picker": "^8.2.0",
|
|
84
84
|
"@atlaskit/spinner": "^19.0.0",
|
|
85
85
|
"@atlaskit/tag": "^14.1.0",
|