@atlaskit/color-picker 3.7.2 → 3.7.4

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
+ ## 3.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.7.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.7.2
4
16
 
5
17
  ### Patch Changes
@@ -63,7 +63,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
63
63
  attributes: {
64
64
  componentName: 'color-picker',
65
65
  packageName: "@atlaskit/color-picker",
66
- packageVersion: "3.7.2"
66
+ packageVersion: "3.7.4"
67
67
  }
68
68
  })(createAnalyticsEvent);
69
69
  }
@@ -149,7 +149,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
149
149
  var _default = exports.default = (0, _analyticsNext.withAnalyticsContext)({
150
150
  componentName: 'color-picker',
151
151
  packageName: "@atlaskit/color-picker",
152
- packageVersion: "3.7.2"
152
+ packageVersion: "3.7.4"
153
153
  })((0, _analyticsNext.withAnalyticsEvents)()(ColorPaletteMenuWithoutAnalytics));
154
154
  var colorCardWrapperStyles = (0, _react2.css)({
155
155
  display: 'flex',
@@ -42,7 +42,7 @@ var defaultPopperProps = {
42
42
  placement: 'bottom-start'
43
43
  };
44
44
  var packageName = "@atlaskit/color-picker";
45
- var packageVersion = "3.7.2";
45
+ var packageVersion = "3.7.4";
46
46
  var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
47
47
  function ColorPickerWithoutAnalyticsBase() {
48
48
  var _this;
@@ -44,7 +44,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
44
44
  attributes: {
45
45
  componentName: 'color-picker',
46
46
  packageName: "@atlaskit/color-picker",
47
- packageVersion: "3.7.2"
47
+ packageVersion: "3.7.4"
48
48
  }
49
49
  })(createAnalyticsEvent);
50
50
  }
@@ -123,7 +123,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
123
123
  export default withAnalyticsContext({
124
124
  componentName: 'color-picker',
125
125
  packageName: "@atlaskit/color-picker",
126
- packageVersion: "3.7.2"
126
+ packageVersion: "3.7.4"
127
127
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
128
128
  const colorCardWrapperStyles = css({
129
129
  display: 'flex',
@@ -27,7 +27,7 @@ const defaultPopperProps = {
27
27
  placement: 'bottom-start'
28
28
  };
29
29
  const packageName = "@atlaskit/color-picker";
30
- const packageVersion = "3.7.2";
30
+ const packageVersion = "3.7.4";
31
31
  class ColorPickerWithoutAnalyticsBase extends React.Component {
32
32
  constructor(...args) {
33
33
  super(...args);
@@ -54,7 +54,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
54
54
  attributes: {
55
55
  componentName: 'color-picker',
56
56
  packageName: "@atlaskit/color-picker",
57
- packageVersion: "3.7.2"
57
+ packageVersion: "3.7.4"
58
58
  }
59
59
  })(createAnalyticsEvent);
60
60
  }
@@ -140,7 +140,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
140
140
  export default withAnalyticsContext({
141
141
  componentName: 'color-picker',
142
142
  packageName: "@atlaskit/color-picker",
143
- packageVersion: "3.7.2"
143
+ packageVersion: "3.7.4"
144
144
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
145
145
  var colorCardWrapperStyles = css({
146
146
  display: 'flex',
@@ -34,7 +34,7 @@ var defaultPopperProps = {
34
34
  placement: 'bottom-start'
35
35
  };
36
36
  var packageName = "@atlaskit/color-picker";
37
- var packageVersion = "3.7.2";
37
+ var packageVersion = "3.7.4";
38
38
  var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
39
39
  function ColorPickerWithoutAnalyticsBase() {
40
40
  var _this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "3.7.2",
3
+ "version": "3.7.4",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics-next": "^10.3.0",
33
- "@atlaskit/icon": "^23.7.0",
34
- "@atlaskit/platform-feature-flags": "1.0.0",
33
+ "@atlaskit/icon": "^23.9.0",
34
+ "@atlaskit/platform-feature-flags": "1.1.0",
35
35
  "@atlaskit/select": "^18.10.0",
36
- "@atlaskit/theme": "^15.0.0",
36
+ "@atlaskit/theme": "^16.0.0",
37
37
  "@atlaskit/tokens": "^3.3.0",
38
38
  "@atlaskit/tooltip": "^19.1.0",
39
39
  "@babel/runtime": "^7.0.0",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@af/visual-regression": "*",
50
- "@atlaskit/primitives": "^13.4.0",
50
+ "@atlaskit/primitives": "^13.5.0",
51
51
  "@atlaskit/visual-regression": "*",
52
52
  "@testing-library/react": "^13.4.0",
53
53
  "@testing-library/user-event": "^14.4.3",