@atlaskit/link-datasource 4.14.1 → 4.14.3
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 +18 -0
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +2 -1
- package/dist/cjs/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +2 -1
- package/dist/es2019/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/trigger.js +2 -1
- package/dist/esm/ui/issue-like-table/render-type/link/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.14.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#189827](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189827)
|
|
8
|
+
[`2730bff18e673`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2730bff18e673) -
|
|
9
|
+
NAVX-1176 adding aria-expanded to SLLV filter buttons
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 4.14.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#188198](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188198)
|
|
17
|
+
[`19d5545b5d8df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19d5545b5d8df) -
|
|
18
|
+
[ux] EDM-10717 Clean up platform_editor_hyperlink_underline
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 4.14.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -73,7 +73,8 @@ var PopupTrigger = /*#__PURE__*/(0, _react.forwardRef)(function (_ref2, ref) {
|
|
|
73
73
|
size: "small"
|
|
74
74
|
});
|
|
75
75
|
},
|
|
76
|
-
testId: "".concat(triggerButtonTestId, "--button")
|
|
76
|
+
testId: "".concat(triggerButtonTestId, "--button"),
|
|
77
|
+
"aria-expanded": isSelected
|
|
77
78
|
}, /*#__PURE__*/_react.default.createElement(_compiled.Flex, null, /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
78
79
|
xcss: styles.triggerButtonLabelStyles
|
|
79
80
|
}, label, firstOption && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, ": ", firstOption.label)), selectedOptions && selectedOptions.length > 1 && /*#__PURE__*/_react.default.createElement(_compiled.Flex, {
|
|
@@ -35,7 +35,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
|
|
|
35
35
|
url: url
|
|
36
36
|
}, /*#__PURE__*/_react.default.createElement(_linkUrl.default, {
|
|
37
37
|
href: url
|
|
38
|
-
// NOTE: This will no longer apply styles to `@atlaskit/link
|
|
38
|
+
// NOTE: This will no longer apply styles to `@atlaskit/link`.
|
|
39
39
|
// Wrap `@atlaskit/link` in a Text component to provide font styles to Link
|
|
40
40
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
41
41
|
,
|
|
@@ -55,7 +55,8 @@ const PopupTrigger = /*#__PURE__*/forwardRef(({
|
|
|
55
55
|
color: "currentColor",
|
|
56
56
|
size: "small"
|
|
57
57
|
}),
|
|
58
|
-
testId: `${triggerButtonTestId}--button
|
|
58
|
+
testId: `${triggerButtonTestId}--button`,
|
|
59
|
+
"aria-expanded": isSelected
|
|
59
60
|
}, /*#__PURE__*/React.createElement(Flex, null, /*#__PURE__*/React.createElement(Box, {
|
|
60
61
|
xcss: styles.triggerButtonLabelStyles
|
|
61
62
|
}, label, firstOption && /*#__PURE__*/React.createElement(React.Fragment, null, ": ", firstOption.label)), selectedOptions && selectedOptions.length > 1 && /*#__PURE__*/React.createElement(Flex, {
|
|
@@ -25,7 +25,7 @@ const LinkRenderType = ({
|
|
|
25
25
|
url: url
|
|
26
26
|
}, /*#__PURE__*/React.createElement(LinkUrl, {
|
|
27
27
|
href: url
|
|
28
|
-
// NOTE: This will no longer apply styles to `@atlaskit/link
|
|
28
|
+
// NOTE: This will no longer apply styles to `@atlaskit/link`.
|
|
29
29
|
// Wrap `@atlaskit/link` in a Text component to provide font styles to Link
|
|
30
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
31
31
|
,
|
|
@@ -64,7 +64,8 @@ var PopupTrigger = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
64
64
|
size: "small"
|
|
65
65
|
});
|
|
66
66
|
},
|
|
67
|
-
testId: "".concat(triggerButtonTestId, "--button")
|
|
67
|
+
testId: "".concat(triggerButtonTestId, "--button"),
|
|
68
|
+
"aria-expanded": isSelected
|
|
68
69
|
}, /*#__PURE__*/React.createElement(Flex, null, /*#__PURE__*/React.createElement(Box, {
|
|
69
70
|
xcss: styles.triggerButtonLabelStyles
|
|
70
71
|
}, label, firstOption && /*#__PURE__*/React.createElement(React.Fragment, null, ": ", firstOption.label)), selectedOptions && selectedOptions.length > 1 && /*#__PURE__*/React.createElement(Flex, {
|
|
@@ -26,7 +26,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
|
|
|
26
26
|
url: url
|
|
27
27
|
}, /*#__PURE__*/React.createElement(LinkUrl, {
|
|
28
28
|
href: url
|
|
29
|
-
// NOTE: This will no longer apply styles to `@atlaskit/link
|
|
29
|
+
// NOTE: This will no longer apply styles to `@atlaskit/link`.
|
|
30
30
|
// Wrap `@atlaskit/link` in a Text component to provide font styles to Link
|
|
31
31
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
32
32
|
,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.3",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@atlaskit/button": "^23.2.0",
|
|
46
46
|
"@atlaskit/css": "^0.12.0",
|
|
47
47
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
48
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
48
|
+
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
49
49
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
50
50
|
"@atlaskit/empty-state": "^10.1.0",
|
|
51
51
|
"@atlaskit/flag": "^17.2.0",
|
|
52
52
|
"@atlaskit/form": "^12.0.0",
|
|
53
53
|
"@atlaskit/heading": "^5.2.0",
|
|
54
|
-
"@atlaskit/icon": "^27.
|
|
54
|
+
"@atlaskit/icon": "^27.6.0",
|
|
55
55
|
"@atlaskit/icon-object": "^7.1.0",
|
|
56
56
|
"@atlaskit/image": "^3.0.0",
|
|
57
57
|
"@atlaskit/inline-edit": "^15.3.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@atlaskit/primitives": "^14.10.0",
|
|
78
78
|
"@atlaskit/react-select": "^3.2.0",
|
|
79
79
|
"@atlaskit/select": "^21.2.0",
|
|
80
|
-
"@atlaskit/smart-card": "^40.
|
|
80
|
+
"@atlaskit/smart-card": "^40.5.0",
|
|
81
81
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
82
82
|
"@atlaskit/spinner": "^18.0.0",
|
|
83
83
|
"@atlaskit/tag": "^14.0.0",
|