@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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/color-picker
2
2
 
3
+ ## 5.2.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.2.16
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.2.15
4
16
 
5
17
  ### Patch Changes
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__color-picker/app",
6
+ "outDir": "../../../../../jira/tsDist/@atlaskit__color-picker/app",
7
7
  "rootDir": "../",
8
8
  "composite": true
9
9
  },
@@ -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, #44546F)" : checkMarkColor;
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, #44546F)" : checkMarkColor;
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, #44546F)" : checkMarkColor;
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.15",
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.15.0",
33
- "@atlaskit/icon": "^28.5.0",
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.3.0",
35
+ "@atlaskit/select": "^21.4.0",
36
36
  "@atlaskit/theme": "^21.0.0",
37
- "@atlaskit/tokens": "^8.0.0",
38
- "@atlaskit/tooltip": "^20.8.0",
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.1.0",
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",