@atlaskit/color-picker 5.2.14 → 5.2.15

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,11 @@
1
1
  # @atlaskit/color-picker
2
2
 
3
+ ## 5.2.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.2.14
4
10
 
5
11
  ### Patch Changes
@@ -90,9 +90,7 @@ var ColorCard = /*#__PURE__*/(0, _react.forwardRef)(function (props, componentRe
90
90
  delete tooltipProps['aria-describedby'];
91
91
  return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({}, tooltipProps, {
92
92
  ref: initialFocusRef ? (0, _useCallbackRef.mergeRefs)([ref, tooltipProps.ref, initialFocusRef]) : (0, _useCallbackRef.mergeRefs)([ref, tooltipProps.ref]),
93
- role: role
94
- // eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
95
- ,
93
+ role: role,
96
94
  tabIndex: selected ? 0 : -1,
97
95
  "aria-checked": ariaChecked,
98
96
  "aria-label": ariaLabel,
@@ -77,9 +77,7 @@ const ColorCard = /*#__PURE__*/forwardRef((props, componentRef) => {
77
77
  delete tooltipProps['aria-describedby'];
78
78
  return /*#__PURE__*/React.createElement("div", _extends({}, tooltipProps, {
79
79
  ref: initialFocusRef ? mergeRefs([ref, tooltipProps.ref, initialFocusRef]) : mergeRefs([ref, tooltipProps.ref]),
80
- role: role
81
- // eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
82
- ,
80
+ role: role,
83
81
  tabIndex: selected ? 0 : -1,
84
82
  "aria-checked": ariaChecked,
85
83
  "aria-label": ariaLabel,
@@ -81,9 +81,7 @@ var ColorCard = /*#__PURE__*/forwardRef(function (props, componentRef) {
81
81
  delete tooltipProps['aria-describedby'];
82
82
  return /*#__PURE__*/React.createElement("div", _extends({}, tooltipProps, {
83
83
  ref: initialFocusRef ? mergeRefs([ref, tooltipProps.ref, initialFocusRef]) : mergeRefs([ref, tooltipProps.ref]),
84
- role: role
85
- // eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
86
- ,
84
+ role: role,
87
85
  tabIndex: selected ? 0 : -1,
88
86
  "aria-checked": ariaChecked,
89
87
  "aria-label": ariaLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "5.2.14",
3
+ "version": "5.2.15",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,8 +34,8 @@
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
35
  "@atlaskit/select": "^21.3.0",
36
36
  "@atlaskit/theme": "^21.0.0",
37
- "@atlaskit/tokens": "^7.0.0",
38
- "@atlaskit/tooltip": "^20.5.0",
37
+ "@atlaskit/tokens": "^8.0.0",
38
+ "@atlaskit/tooltip": "^20.8.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@compiled/react": "^0.18.6",
41
41
  "memoize-one": "^6.0.0",
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@af/integration-testing": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
- "@atlaskit/primitives": "^15.0.0",
51
+ "@atlaskit/primitives": "^16.1.0",
52
52
  "@testing-library/react": "^13.4.0",
53
53
  "@testing-library/user-event": "^14.4.3",
54
54
  "ast-types": "^0.13.3",