@atlaskit/color-picker 5.2.12 → 5.2.14
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 +12 -17
- package/dist/cjs/components/ColorCard.js +2 -2
- package/dist/cjs/components/ColorPaletteMenu.js +2 -1
- package/dist/cjs/components/ColorPicker.js +3 -2
- package/dist/cjs/components/Trigger.compiled.css +9 -5
- package/dist/cjs/components/Trigger.js +1 -1
- package/dist/cjs/components/components.js +1 -1
- package/dist/es2019/components/ColorCard.js +2 -2
- package/dist/es2019/components/ColorPaletteMenu.js +2 -1
- package/dist/es2019/components/ColorPicker.js +3 -1
- package/dist/es2019/components/Trigger.compiled.css +9 -5
- package/dist/es2019/components/Trigger.js +1 -1
- package/dist/es2019/components/components.js +1 -1
- package/dist/esm/components/ColorCard.js +2 -2
- package/dist/esm/components/ColorPaletteMenu.js +2 -1
- package/dist/esm/components/ColorPicker.js +3 -1
- package/dist/esm/components/Trigger.compiled.css +9 -5
- package/dist/esm/components/Trigger.js +1 -1
- package/dist/esm/components/components.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/color-picker
|
|
2
2
|
|
|
3
|
+
## 5.2.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.2.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 5.2.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -979,7 +991,6 @@
|
|
|
979
991
|
`popperProps` prop.
|
|
980
992
|
|
|
981
993
|
Changes labelled with ⚙️ have codemod support:
|
|
982
|
-
|
|
983
994
|
- ⚙️ the `positionFixed` prop has been replaced with `strategy`, which takes either `"fixed"` or
|
|
984
995
|
`"absolute"`
|
|
985
996
|
- the `modifiers` prop has been significantly updated:
|
|
@@ -1045,7 +1056,6 @@
|
|
|
1045
1056
|
|
|
1046
1057
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1047
1058
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1048
|
-
|
|
1049
1059
|
- @atlaskit/docs@8.3.2
|
|
1050
1060
|
- @atlaskit/visual-regression@0.1.9
|
|
1051
1061
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1061,7 +1071,6 @@
|
|
|
1061
1071
|
|
|
1062
1072
|
Fix padding and columns support.- Updated dependencies
|
|
1063
1073
|
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
1064
|
-
|
|
1065
1074
|
- @atlaskit/icon@20.0.0
|
|
1066
1075
|
- @atlaskit/docs@8.3.1
|
|
1067
1076
|
- @atlaskit/select@11.0.6
|
|
@@ -1075,7 +1084,6 @@
|
|
|
1075
1084
|
Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
|
|
1076
1085
|
Updated dependencies
|
|
1077
1086
|
[3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
1078
|
-
|
|
1079
1087
|
- @atlaskit/select@11.0.2
|
|
1080
1088
|
|
|
1081
1089
|
## 0.5.16
|
|
@@ -1147,12 +1155,10 @@
|
|
|
1147
1155
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1148
1156
|
|
|
1149
1157
|
**Breaking changes**
|
|
1150
|
-
|
|
1151
1158
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1152
1159
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1153
1160
|
|
|
1154
1161
|
**Breaking changes to TypeScript annotations**
|
|
1155
|
-
|
|
1156
1162
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1157
1163
|
props as a generic type.
|
|
1158
1164
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1193,7 +1199,6 @@
|
|
|
1193
1199
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1194
1200
|
|
|
1195
1201
|
In this PR, we are:
|
|
1196
|
-
|
|
1197
1202
|
- Re-introducing dist build folders
|
|
1198
1203
|
- Adding back cjs
|
|
1199
1204
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1259,14 +1264,12 @@
|
|
|
1259
1264
|
## 0.5.0
|
|
1260
1265
|
|
|
1261
1266
|
- [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1262
|
-
|
|
1263
1267
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1264
1268
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1265
1269
|
|
|
1266
1270
|
## 0.4.3
|
|
1267
1271
|
|
|
1268
1272
|
- [patch][50cbf86910](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50cbf86910):
|
|
1269
|
-
|
|
1270
1273
|
- removes the undesirable grey background on Safari
|
|
1271
1274
|
|
|
1272
1275
|
## 0.4.2
|
|
@@ -1282,19 +1285,16 @@
|
|
|
1282
1285
|
## 0.4.1
|
|
1283
1286
|
|
|
1284
1287
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1285
|
-
|
|
1286
1288
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
1287
1289
|
|
|
1288
1290
|
## 0.4.0
|
|
1289
1291
|
|
|
1290
1292
|
- [minor][32f743afc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/32f743afc5):
|
|
1291
|
-
|
|
1292
1293
|
- Enable noImplicitAny for @atlaskit/color-picker
|
|
1293
1294
|
|
|
1294
1295
|
## 0.3.0
|
|
1295
1296
|
|
|
1296
1297
|
- [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1297
|
-
|
|
1298
1298
|
- Dropped ES5 distributables from the typescript packages
|
|
1299
1299
|
|
|
1300
1300
|
## 0.2.6
|
|
@@ -1311,13 +1311,11 @@
|
|
|
1311
1311
|
## 0.2.5
|
|
1312
1312
|
|
|
1313
1313
|
- [patch][f5482d0018](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f5482d0018):
|
|
1314
|
-
|
|
1315
1314
|
- taking advantage of the new target function for PopupSelect
|
|
1316
1315
|
|
|
1317
1316
|
## 0.2.4
|
|
1318
1317
|
|
|
1319
1318
|
- [patch][06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
1320
|
-
|
|
1321
1319
|
- popup select "target" is now a function that must resolve to a node
|
|
1322
1320
|
|
|
1323
1321
|
## 0.2.3
|
|
@@ -1351,13 +1349,11 @@
|
|
|
1351
1349
|
## 0.2.0
|
|
1352
1350
|
|
|
1353
1351
|
- [minor][60fb1eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60fb1eb):
|
|
1354
|
-
|
|
1355
1352
|
- Add popperProps property to allow consumers to change menu placement
|
|
1356
1353
|
|
|
1357
1354
|
## 0.1.2
|
|
1358
1355
|
|
|
1359
1356
|
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
1360
|
-
|
|
1361
1357
|
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
1362
1358
|
|
|
1363
1359
|
## 0.1.1
|
|
@@ -1371,5 +1367,4 @@
|
|
|
1371
1367
|
## 0.1.0
|
|
1372
1368
|
|
|
1373
1369
|
- [minor][b5df1db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5df1db):
|
|
1374
|
-
|
|
1375
1370
|
- First release
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ColorCard.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorCard.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -91,7 +91,7 @@ var ColorCard = /*#__PURE__*/(0, _react.forwardRef)(function (props, componentRe
|
|
|
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
93
|
role: role
|
|
94
|
-
// eslint-disable-next-line
|
|
94
|
+
// eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
|
|
95
95
|
,
|
|
96
96
|
tabIndex: selected ? 0 : -1,
|
|
97
97
|
"aria-checked": ariaChecked,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ColorPaletteMenu.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorPaletteMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -19,6 +19,7 @@ var _utils = require("../utils");
|
|
|
19
19
|
var _constants = require("../constants");
|
|
20
20
|
var _colors = require("@atlaskit/theme/colors");
|
|
21
21
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
22
|
+
/// <reference types="node" />
|
|
22
23
|
var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAnalytics(_ref) {
|
|
23
24
|
var _ref$autoFocus = _ref.autoFocus,
|
|
24
25
|
autoFocus = _ref$autoFocus === void 0 ? true : _ref$autoFocus,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ColorPicker.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -27,7 +27,8 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
27
27
|
var _messages = _interopRequireDefault(require("../messages"));
|
|
28
28
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
29
29
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
30
|
-
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
30
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /// <reference types="node" />
|
|
31
|
+
// for typing `process`
|
|
31
32
|
var defaultPopperProps = {
|
|
32
33
|
strategy: 'fixed',
|
|
33
34
|
modifiers: [{
|
|
@@ -30,8 +30,12 @@
|
|
|
30
30
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
31
31
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
32
32
|
._vchhusvi{box-sizing:border-box}
|
|
33
|
-
._858u1l4g:focus
|
|
34
|
-
._1hvw1o36:focus
|
|
35
|
-
._49pcglyw:focus
|
|
36
|
-
._nt751r31:focus
|
|
37
|
-
._4cvxtxrc:hover{border-color:var(--ds-background-neutral-subtle,#fff)}
|
|
33
|
+
._858u1l4g:focus{border-color:var(--ds-border-focused,#4c9aff)}
|
|
34
|
+
._1hvw1o36:focus{outline-width:medium}
|
|
35
|
+
._49pcglyw:focus{outline-style:none}
|
|
36
|
+
._nt751r31:focus{outline-color:currentColor}
|
|
37
|
+
._4cvxtxrc:hover{border-color:var(--ds-background-neutral-subtle,#fff)}
|
|
38
|
+
._rslm1l4g:not(._rslm1l4g:focus)._rslm1l4g:hover{border-color:var(--ds-border-focused,#4c9aff)}
|
|
39
|
+
._24ueglyw:not(._24ueglyw:focus)._24ueglyw:hover{outline-style:none}
|
|
40
|
+
._b4yv1o36:not(._b4yv1o36:focus)._b4yv1o36:hover{outline-width:medium}
|
|
41
|
+
._gk8x1r31:not(._gk8x1r31:focus)._gk8x1r31:hover{outline-color:currentColor}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ColorCard.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorCard.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./ColorCard.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -78,7 +78,7 @@ const ColorCard = /*#__PURE__*/forwardRef((props, componentRef) => {
|
|
|
78
78
|
return /*#__PURE__*/React.createElement("div", _extends({}, tooltipProps, {
|
|
79
79
|
ref: initialFocusRef ? mergeRefs([ref, tooltipProps.ref, initialFocusRef]) : mergeRefs([ref, tooltipProps.ref]),
|
|
80
80
|
role: role
|
|
81
|
-
// eslint-disable-next-line
|
|
81
|
+
// eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
|
|
82
82
|
,
|
|
83
83
|
tabIndex: selected ? 0 : -1,
|
|
84
84
|
"aria-checked": ariaChecked,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
/* ColorPaletteMenu.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorPaletteMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
/// <reference types="node" />
|
|
2
3
|
import "./ColorPaletteMenu.compiled.css";
|
|
3
4
|
import * as React from 'react';
|
|
4
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
/* ColorPicker.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./ColorPicker.compiled.css";
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
|
+
/// <reference types="node" />
|
|
7
|
+
// for typing `process`
|
|
6
8
|
import React from 'react';
|
|
7
9
|
import { PopupSelect } from '@atlaskit/select';
|
|
8
10
|
import Trigger from './Trigger';
|
|
@@ -30,8 +30,12 @@
|
|
|
30
30
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
31
31
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
32
32
|
._vchhusvi{box-sizing:border-box}
|
|
33
|
-
._858u1l4g:focus
|
|
34
|
-
._1hvw1o36:focus
|
|
35
|
-
._49pcglyw:focus
|
|
36
|
-
._nt751r31:focus
|
|
37
|
-
._4cvxtxrc:hover{border-color:var(--ds-background-neutral-subtle,#fff)}
|
|
33
|
+
._858u1l4g:focus{border-color:var(--ds-border-focused,#4c9aff)}
|
|
34
|
+
._1hvw1o36:focus{outline-width:medium}
|
|
35
|
+
._49pcglyw:focus{outline-style:none}
|
|
36
|
+
._nt751r31:focus{outline-color:currentColor}
|
|
37
|
+
._4cvxtxrc:hover{border-color:var(--ds-background-neutral-subtle,#fff)}
|
|
38
|
+
._rslm1l4g:not(._rslm1l4g:focus)._rslm1l4g:hover{border-color:var(--ds-border-focused,#4c9aff)}
|
|
39
|
+
._24ueglyw:not(._24ueglyw:focus)._24ueglyw:hover{outline-style:none}
|
|
40
|
+
._b4yv1o36:not(._b4yv1o36:focus)._b4yv1o36:hover{outline-width:medium}
|
|
41
|
+
._gk8x1r31:not(._gk8x1r31:focus)._gk8x1r31:hover{outline-color:currentColor}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ColorCard.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorCard.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./ColorCard.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -82,7 +82,7 @@ var ColorCard = /*#__PURE__*/forwardRef(function (props, componentRef) {
|
|
|
82
82
|
return /*#__PURE__*/React.createElement("div", _extends({}, tooltipProps, {
|
|
83
83
|
ref: initialFocusRef ? mergeRefs([ref, tooltipProps.ref, initialFocusRef]) : mergeRefs([ref, tooltipProps.ref]),
|
|
84
84
|
role: role
|
|
85
|
-
// eslint-disable-next-line
|
|
85
|
+
// eslint-disable-next-line @atlassian/a11y/no-noninteractive-tabindex
|
|
86
86
|
,
|
|
87
87
|
tabIndex: selected ? 0 : -1,
|
|
88
88
|
"aria-checked": ariaChecked,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
/* ColorPaletteMenu.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorPaletteMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./ColorPaletteMenu.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
|
+
/// <reference types="node" />
|
|
6
7
|
import { useState, useCallback, useEffect, useMemo } from 'react';
|
|
7
8
|
import { Mode } from '../types';
|
|
8
9
|
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ColorPicker.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ColorPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -10,6 +10,8 @@ import "./ColorPicker.compiled.css";
|
|
|
10
10
|
import { ax, ix } from "@compiled/react/runtime";
|
|
11
11
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
12
12
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
13
|
+
/// <reference types="node" />
|
|
14
|
+
// for typing `process`
|
|
13
15
|
import React from 'react';
|
|
14
16
|
import { PopupSelect } from '@atlaskit/select';
|
|
15
17
|
import Trigger from './Trigger';
|
|
@@ -30,8 +30,12 @@
|
|
|
30
30
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
31
31
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
32
32
|
._vchhusvi{box-sizing:border-box}
|
|
33
|
-
._858u1l4g:focus
|
|
34
|
-
._1hvw1o36:focus
|
|
35
|
-
._49pcglyw:focus
|
|
36
|
-
._nt751r31:focus
|
|
37
|
-
._4cvxtxrc:hover{border-color:var(--ds-background-neutral-subtle,#fff)}
|
|
33
|
+
._858u1l4g:focus{border-color:var(--ds-border-focused,#4c9aff)}
|
|
34
|
+
._1hvw1o36:focus{outline-width:medium}
|
|
35
|
+
._49pcglyw:focus{outline-style:none}
|
|
36
|
+
._nt751r31:focus{outline-color:currentColor}
|
|
37
|
+
._4cvxtxrc:hover{border-color:var(--ds-background-neutral-subtle,#fff)}
|
|
38
|
+
._rslm1l4g:not(._rslm1l4g:focus)._rslm1l4g:hover{border-color:var(--ds-border-focused,#4c9aff)}
|
|
39
|
+
._24ueglyw:not(._24ueglyw:focus)._24ueglyw:hover{outline-style:none}
|
|
40
|
+
._b4yv1o36:not(._b4yv1o36:focus)._b4yv1o36:hover{outline-width:medium}
|
|
41
|
+
._gk8x1r31:not(._gk8x1r31:focus)._gk8x1r31:hover{outline-color:currentColor}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/color-picker",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.14",
|
|
4
4
|
"description": "Jira Color Picker Component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
32
|
-
"@atlaskit/css": "^0.
|
|
33
|
-
"@atlaskit/icon": "^28.
|
|
32
|
+
"@atlaskit/css": "^0.15.0",
|
|
33
|
+
"@atlaskit/icon": "^28.5.0",
|
|
34
34
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
35
|
-
"@atlaskit/select": "^21.
|
|
35
|
+
"@atlaskit/select": "^21.3.0",
|
|
36
36
|
"@atlaskit/theme": "^21.0.0",
|
|
37
|
-
"@atlaskit/tokens": "^
|
|
38
|
-
"@atlaskit/tooltip": "^20.
|
|
37
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
38
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0",
|
|
40
|
-
"@compiled/react": "^0.18.
|
|
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": "^
|
|
51
|
+
"@atlaskit/primitives": "^15.0.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",
|