@atlaskit/color-picker 3.3.2 → 3.3.3

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.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.3.2
4
10
 
5
11
  ### Patch Changes
@@ -64,7 +64,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
64
64
  attributes: {
65
65
  componentName: 'color-picker',
66
66
  packageName: "@atlaskit/color-picker",
67
- packageVersion: "3.3.2"
67
+ packageVersion: "3.3.3"
68
68
  }
69
69
  })(createAnalyticsEvent);
70
70
  }
@@ -157,7 +157,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
157
157
  var _default = exports.default = (0, _analyticsNext.withAnalyticsContext)({
158
158
  componentName: 'color-picker',
159
159
  packageName: "@atlaskit/color-picker",
160
- packageVersion: "3.3.2"
160
+ packageVersion: "3.3.3"
161
161
  })((0, _analyticsNext.withAnalyticsEvents)()(ColorPaletteMenuWithoutAnalytics));
162
162
  var colorCardWrapperStyles = (0, _react2.css)({
163
163
  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.3.2";
45
+ var packageVersion = "3.3.3";
46
46
  var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
47
47
  (0, _inherits2.default)(ColorPickerWithoutAnalyticsBase, _React$Component);
48
48
  var _super = _createSuper(ColorPickerWithoutAnalyticsBase);
@@ -46,7 +46,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
46
46
  attributes: {
47
47
  componentName: 'color-picker',
48
48
  packageName: "@atlaskit/color-picker",
49
- packageVersion: "3.3.2"
49
+ packageVersion: "3.3.3"
50
50
  }
51
51
  })(createAnalyticsEvent);
52
52
  }
@@ -132,7 +132,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
132
132
  export default withAnalyticsContext({
133
133
  componentName: 'color-picker',
134
134
  packageName: "@atlaskit/color-picker",
135
- packageVersion: "3.3.2"
135
+ packageVersion: "3.3.3"
136
136
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
137
137
  const colorCardWrapperStyles = css({
138
138
  display: 'flex',
@@ -26,7 +26,7 @@ const defaultPopperProps = {
26
26
  placement: 'bottom-start'
27
27
  };
28
28
  const packageName = "@atlaskit/color-picker";
29
- const packageVersion = "3.3.2";
29
+ const packageVersion = "3.3.3";
30
30
  class ColorPickerWithoutAnalyticsBase extends React.Component {
31
31
  constructor(...args) {
32
32
  super(...args);
@@ -55,7 +55,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
55
55
  attributes: {
56
56
  componentName: 'color-picker',
57
57
  packageName: "@atlaskit/color-picker",
58
- packageVersion: "3.3.2"
58
+ packageVersion: "3.3.3"
59
59
  }
60
60
  })(createAnalyticsEvent);
61
61
  }
@@ -148,7 +148,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
148
148
  export default withAnalyticsContext({
149
149
  componentName: 'color-picker',
150
150
  packageName: "@atlaskit/color-picker",
151
- packageVersion: "3.3.2"
151
+ packageVersion: "3.3.3"
152
152
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
153
153
  var colorCardWrapperStyles = css({
154
154
  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.3.2";
37
+ var packageVersion = "3.3.3";
38
38
  var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
39
39
  _inherits(ColorPickerWithoutAnalyticsBase, _React$Component);
40
40
  var _super = _createSuper(ColorPickerWithoutAnalyticsBase);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/platform-feature-flags": "0.3.0",
35
35
  "@atlaskit/select": "^17.19.0",
36
36
  "@atlaskit/theme": "^13.0.0",
37
- "@atlaskit/tokens": "^1.60.0",
37
+ "@atlaskit/tokens": "^2.0.0",
38
38
  "@atlaskit/tooltip": "^18.7.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@af/visual-regression": "*",
50
- "@atlaskit/primitives": "^12.1.0",
50
+ "@atlaskit/primitives": "^12.2.0",
51
51
  "@atlaskit/visual-regression": "*",
52
52
  "@testing-library/react": "^12.1.5",
53
53
  "@testing-library/user-event": "^14.4.3",