@atlaskit/color-picker 5.2.15 → 5.2.17
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
package/afm-jira/tsconfig.json
CHANGED
|
@@ -83,7 +83,7 @@ var ColorCard = /*#__PURE__*/(0, _react.forwardRef)(function (props, componentRe
|
|
|
83
83
|
var ariaChecked = isColorPaletteMenu ? selected : undefined;
|
|
84
84
|
var ariaLabel = isColorPaletteMenu ? label : undefined;
|
|
85
85
|
var isOutlineVariant = variant === 'outline';
|
|
86
|
-
var newCheckmarkColor = isOutlineVariant ? "var(--ds-icon, #
|
|
86
|
+
var newCheckmarkColor = isOutlineVariant ? "var(--ds-icon, #292A2E)" : checkMarkColor;
|
|
87
87
|
return /*#__PURE__*/_react.default.createElement(_tooltip.default, {
|
|
88
88
|
content: label
|
|
89
89
|
}, function (tooltipProps) {
|
|
@@ -70,7 +70,7 @@ const ColorCard = /*#__PURE__*/forwardRef((props, componentRef) => {
|
|
|
70
70
|
const ariaChecked = isColorPaletteMenu ? selected : undefined;
|
|
71
71
|
const ariaLabel = isColorPaletteMenu ? label : undefined;
|
|
72
72
|
const isOutlineVariant = variant === 'outline';
|
|
73
|
-
const newCheckmarkColor = isOutlineVariant ? "var(--ds-icon, #
|
|
73
|
+
const newCheckmarkColor = isOutlineVariant ? "var(--ds-icon, #292A2E)" : checkMarkColor;
|
|
74
74
|
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
75
75
|
content: label
|
|
76
76
|
}, tooltipProps => {
|
|
@@ -74,7 +74,7 @@ var ColorCard = /*#__PURE__*/forwardRef(function (props, componentRef) {
|
|
|
74
74
|
var ariaChecked = isColorPaletteMenu ? selected : undefined;
|
|
75
75
|
var ariaLabel = isColorPaletteMenu ? label : undefined;
|
|
76
76
|
var isOutlineVariant = variant === 'outline';
|
|
77
|
-
var newCheckmarkColor = isOutlineVariant ? "var(--ds-icon, #
|
|
77
|
+
var newCheckmarkColor = isOutlineVariant ? "var(--ds-icon, #292A2E)" : checkMarkColor;
|
|
78
78
|
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
79
79
|
content: label
|
|
80
80
|
}, function (tooltipProps) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/color-picker",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.17",
|
|
4
4
|
"description": "Jira Color Picker Component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
32
|
-
"@atlaskit/css": "^0.
|
|
33
|
-
"@atlaskit/icon": "^
|
|
32
|
+
"@atlaskit/css": "^0.16.0",
|
|
33
|
+
"@atlaskit/icon": "^29.0.0",
|
|
34
34
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
35
|
-
"@atlaskit/select": "^21.
|
|
35
|
+
"@atlaskit/select": "^21.4.0",
|
|
36
36
|
"@atlaskit/theme": "^21.0.0",
|
|
37
|
-
"@atlaskit/tokens": "^8.
|
|
38
|
-
"@atlaskit/tooltip": "^20.
|
|
37
|
+
"@atlaskit/tokens": "^8.1.0",
|
|
38
|
+
"@atlaskit/tooltip": "^20.10.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": "^16.
|
|
51
|
+
"@atlaskit/primitives": "^16.2.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",
|