@atlaskit/link-datasource 4.14.2 → 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 CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 4.14.2
4
13
 
5
14
  ### 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, {
@@ -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, {
@@ -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, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.14.2",
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",