@atlaskit/color-picker 5.2.13 → 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,17 @@
1
1
  # @atlaskit/color-picker
2
2
 
3
+ ## 5.2.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.2.14
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.2.13
4
16
 
5
17
  ### Patch Changes
@@ -985,7 +997,6 @@
985
997
  `popperProps` prop.
986
998
 
987
999
  Changes labelled with ⚙️ have codemod support:
988
-
989
1000
  - ⚙️ the `positionFixed` prop has been replaced with `strategy`, which takes either `"fixed"` or
990
1001
  `"absolute"`
991
1002
  - the `modifiers` prop has been significantly updated:
@@ -1051,7 +1062,6 @@
1051
1062
 
1052
1063
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1053
1064
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1054
-
1055
1065
  - @atlaskit/docs@8.3.2
1056
1066
  - @atlaskit/visual-regression@0.1.9
1057
1067
  - @atlaskit/analytics-next@6.3.5
@@ -1067,7 +1077,6 @@
1067
1077
 
1068
1078
  Fix padding and columns support.- Updated dependencies
1069
1079
  [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1070
-
1071
1080
  - @atlaskit/icon@20.0.0
1072
1081
  - @atlaskit/docs@8.3.1
1073
1082
  - @atlaskit/select@11.0.6
@@ -1081,7 +1090,6 @@
1081
1090
  Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
1082
1091
  Updated dependencies
1083
1092
  [3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1084
-
1085
1093
  - @atlaskit/select@11.0.2
1086
1094
 
1087
1095
  ## 0.5.16
@@ -1153,12 +1161,10 @@
1153
1161
  safety. Flow types are no longer provided. No behavioural changes.
1154
1162
 
1155
1163
  **Breaking changes**
1156
-
1157
1164
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1158
1165
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1159
1166
 
1160
1167
  **Breaking changes to TypeScript annotations**
1161
-
1162
1168
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1163
1169
  props as a generic type.
1164
1170
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1199,7 +1205,6 @@
1199
1205
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1200
1206
 
1201
1207
  In this PR, we are:
1202
-
1203
1208
  - Re-introducing dist build folders
1204
1209
  - Adding back cjs
1205
1210
  - Replacing es5 by cjs and es2015 by esm
@@ -1265,14 +1270,12 @@
1265
1270
  ## 0.5.0
1266
1271
 
1267
1272
  - [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1268
-
1269
1273
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1270
1274
  this package, please ensure you use at least this version of react and react-dom.
1271
1275
 
1272
1276
  ## 0.4.3
1273
1277
 
1274
1278
  - [patch][50cbf86910](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50cbf86910):
1275
-
1276
1279
  - removes the undesirable grey background on Safari
1277
1280
 
1278
1281
  ## 0.4.2
@@ -1288,19 +1291,16 @@
1288
1291
  ## 0.4.1
1289
1292
 
1290
1293
  - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1291
-
1292
1294
  - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
1293
1295
 
1294
1296
  ## 0.4.0
1295
1297
 
1296
1298
  - [minor][32f743afc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/32f743afc5):
1297
-
1298
1299
  - Enable noImplicitAny for @atlaskit/color-picker
1299
1300
 
1300
1301
  ## 0.3.0
1301
1302
 
1302
1303
  - [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1303
-
1304
1304
  - Dropped ES5 distributables from the typescript packages
1305
1305
 
1306
1306
  ## 0.2.6
@@ -1317,13 +1317,11 @@
1317
1317
  ## 0.2.5
1318
1318
 
1319
1319
  - [patch][f5482d0018](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f5482d0018):
1320
-
1321
1320
  - taking advantage of the new target function for PopupSelect
1322
1321
 
1323
1322
  ## 0.2.4
1324
1323
 
1325
1324
  - [patch][06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1326
-
1327
1325
  - popup select "target" is now a function that must resolve to a node
1328
1326
 
1329
1327
  ## 0.2.3
@@ -1357,13 +1355,11 @@
1357
1355
  ## 0.2.0
1358
1356
 
1359
1357
  - [minor][60fb1eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60fb1eb):
1360
-
1361
1358
  - Add popperProps property to allow consumers to change menu placement
1362
1359
 
1363
1360
  ## 0.1.2
1364
1361
 
1365
1362
  - [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
1366
-
1367
1363
  - AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
1368
1364
 
1369
1365
  ## 0.1.1
@@ -1377,5 +1373,4 @@
1377
1373
  ## 0.1.0
1378
1374
 
1379
1375
  - [minor][b5df1db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5df1db):
1380
-
1381
1376
  - First release
@@ -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.13",
3
+ "version": "5.2.15",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,10 +34,10 @@
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": "^6.5.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
- "@compiled/react": "^0.18.3",
40
+ "@compiled/react": "^0.18.6",
41
41
  "memoize-one": "^6.0.0",
42
42
  "react-intl-next": "npm:react-intl@^5.18.1",
43
43
  "use-callback-ref": "^1.2.3"
@@ -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",