@atlaskit/color-picker 3.1.8 → 3.1.9

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
+ ## 3.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.1.8
4
10
 
5
11
  ### Patch Changes
@@ -40,7 +40,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
40
40
  attributes: {
41
41
  componentName: 'color-picker',
42
42
  packageName: "@atlaskit/color-picker",
43
- packageVersion: "3.1.8"
43
+ packageVersion: "3.1.9"
44
44
  }
45
45
  })(createAnalyticsEvent);
46
46
  }
@@ -100,5 +100,5 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
100
100
  var _default = exports.default = (0, _analyticsNext.withAnalyticsContext)({
101
101
  componentName: 'color-picker',
102
102
  packageName: "@atlaskit/color-picker",
103
- packageVersion: "3.1.8"
103
+ packageVersion: "3.1.9"
104
104
  })((0, _analyticsNext.withAnalyticsEvents)()(ColorPaletteMenuWithoutAnalytics));
@@ -37,7 +37,7 @@ var defaultPopperProps = {
37
37
  placement: 'bottom-start'
38
38
  };
39
39
  var packageName = "@atlaskit/color-picker";
40
- var packageVersion = "3.1.8";
40
+ var packageVersion = "3.1.9";
41
41
  var ColorPickerWithoutAnalytics = exports.ColorPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
42
42
  (0, _inherits2.default)(ColorPickerWithoutAnalytics, _React$Component);
43
43
  var _super = _createSuper(ColorPickerWithoutAnalytics);
@@ -20,7 +20,7 @@ export class ColorPaletteMenuWithoutAnalytics extends React.Component {
20
20
  attributes: {
21
21
  componentName: 'color-picker',
22
22
  packageName: "@atlaskit/color-picker",
23
- packageVersion: "3.1.8"
23
+ packageVersion: "3.1.9"
24
24
  }
25
25
  })(createAnalyticsEvent);
26
26
  }
@@ -74,5 +74,5 @@ _defineProperty(ColorPaletteMenuWithoutAnalytics, "defaultProps", {
74
74
  export default withAnalyticsContext({
75
75
  componentName: 'color-picker',
76
76
  packageName: "@atlaskit/color-picker",
77
- packageVersion: "3.1.8"
77
+ packageVersion: "3.1.9"
78
78
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
@@ -19,7 +19,7 @@ const defaultPopperProps = {
19
19
  placement: 'bottom-start'
20
20
  };
21
21
  const packageName = "@atlaskit/color-picker";
22
- const packageVersion = "3.1.8";
22
+ const packageVersion = "3.1.9";
23
23
  export class ColorPickerWithoutAnalytics extends React.Component {
24
24
  constructor(...args) {
25
25
  super(...args);
@@ -33,7 +33,7 @@ export var ColorPaletteMenuWithoutAnalytics = /*#__PURE__*/function (_React$Comp
33
33
  attributes: {
34
34
  componentName: 'color-picker',
35
35
  packageName: "@atlaskit/color-picker",
36
- packageVersion: "3.1.8"
36
+ packageVersion: "3.1.9"
37
37
  }
38
38
  })(createAnalyticsEvent);
39
39
  }
@@ -93,5 +93,5 @@ _defineProperty(ColorPaletteMenuWithoutAnalytics, "defaultProps", {
93
93
  export default withAnalyticsContext({
94
94
  componentName: 'color-picker',
95
95
  packageName: "@atlaskit/color-picker",
96
- packageVersion: "3.1.8"
96
+ packageVersion: "3.1.9"
97
97
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
@@ -27,7 +27,7 @@ var defaultPopperProps = {
27
27
  placement: 'bottom-start'
28
28
  };
29
29
  var packageName = "@atlaskit/color-picker";
30
- var packageVersion = "3.1.8";
30
+ var packageVersion = "3.1.9";
31
31
  export var ColorPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
32
32
  _inherits(ColorPickerWithoutAnalytics, _React$Component);
33
33
  var _super = _createSuper(ColorPickerWithoutAnalytics);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics-next": "^9.1.0",
33
- "@atlaskit/icon": "^21.12.0",
33
+ "@atlaskit/icon": "^22.0.0",
34
34
  "@atlaskit/select": "^17.0.0",
35
35
  "@atlaskit/theme": "^12.6.0",
36
36
  "@atlaskit/tokens": "^1.28.0",