@atlaskit/color-picker 5.2.2 → 5.2.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
+ ## 5.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.2.2
4
10
 
5
11
  ### Patch Changes
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/components/ColorPaletteMenu.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/components/ColorPaletteMenu.d.ts"
14
14
  ]
@@ -61,7 +61,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
61
61
  attributes: {
62
62
  componentName: 'color-picker',
63
63
  packageName: "@atlaskit/color-picker",
64
- packageVersion: "5.2.1"
64
+ packageVersion: "5.2.2"
65
65
  }
66
66
  })(createAnalyticsEvent);
67
67
  }
@@ -146,7 +146,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
146
146
  var _default = exports.default = (0, _analyticsNext.withAnalyticsContext)({
147
147
  componentName: 'color-picker',
148
148
  packageName: "@atlaskit/color-picker",
149
- packageVersion: "5.2.1"
149
+ packageVersion: "5.2.2"
150
150
  })((0, _analyticsNext.withAnalyticsEvents)()(ColorPaletteMenuWithoutAnalytics));
151
151
  var colorCardWrapperStyles = null;
152
152
  var colorPaletteContainerStyles = null;
@@ -39,7 +39,7 @@ var defaultPopperProps = {
39
39
  placement: 'bottom-start'
40
40
  };
41
41
  var packageName = "@atlaskit/color-picker";
42
- var packageVersion = "5.2.1";
42
+ var packageVersion = "5.2.2";
43
43
  var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
44
44
  function ColorPickerWithoutAnalyticsBase() {
45
45
  var _this;
@@ -42,7 +42,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
42
42
  attributes: {
43
43
  componentName: 'color-picker',
44
44
  packageName: "@atlaskit/color-picker",
45
- packageVersion: "5.2.1"
45
+ packageVersion: "5.2.2"
46
46
  }
47
47
  })(createAnalyticsEvent);
48
48
  }
@@ -120,7 +120,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
120
120
  export default withAnalyticsContext({
121
121
  componentName: 'color-picker',
122
122
  packageName: "@atlaskit/color-picker",
123
- packageVersion: "5.2.1"
123
+ packageVersion: "5.2.2"
124
124
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
125
125
  const colorCardWrapperStyles = null;
126
126
  const colorPaletteContainerStyles = null;
@@ -23,7 +23,7 @@ const defaultPopperProps = {
23
23
  placement: 'bottom-start'
24
24
  };
25
25
  const packageName = "@atlaskit/color-picker";
26
- const packageVersion = "5.2.1";
26
+ const packageVersion = "5.2.2";
27
27
  class ColorPickerWithoutAnalyticsBase extends React.Component {
28
28
  constructor(...args) {
29
29
  super(...args);
@@ -52,7 +52,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
52
52
  attributes: {
53
53
  componentName: 'color-picker',
54
54
  packageName: "@atlaskit/color-picker",
55
- packageVersion: "5.2.1"
55
+ packageVersion: "5.2.2"
56
56
  }
57
57
  })(createAnalyticsEvent);
58
58
  }
@@ -137,7 +137,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
137
137
  export default withAnalyticsContext({
138
138
  componentName: 'color-picker',
139
139
  packageName: "@atlaskit/color-picker",
140
- packageVersion: "5.2.1"
140
+ packageVersion: "5.2.2"
141
141
  })(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
142
142
  var colorCardWrapperStyles = null;
143
143
  var colorPaletteContainerStyles = null;
@@ -30,7 +30,7 @@ var defaultPopperProps = {
30
30
  placement: 'bottom-start'
31
31
  };
32
32
  var packageName = "@atlaskit/color-picker";
33
- var packageVersion = "5.2.1";
33
+ var packageVersion = "5.2.2";
34
34
  var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
35
35
  function ColorPickerWithoutAnalyticsBase() {
36
36
  var _this;
@@ -42,6 +42,6 @@ export declare const ColorPickerWithoutAnalytics: React.FC<import("react-intl-ne
42
42
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
43
43
  };
44
44
  declare const _default: React.ForwardRefExoticComponent<Omit<Omit<Omit<Props & WrappedComponentProps, "intl"> & {
45
- forwardedRef?: React.Ref<any> | undefined;
45
+ forwardedRef?: React.Ref<any>;
46
46
  }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "ref"> & React.RefAttributes<any>>;
47
47
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SwatchSize, type ColorCardVariant } from '../types';
3
2
  export interface Props {
4
3
  value: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -42,6 +42,6 @@ export declare const ColorPickerWithoutAnalytics: React.FC<import("react-intl-ne
42
42
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
43
43
  };
44
44
  declare const _default: React.ForwardRefExoticComponent<Omit<Omit<Omit<Props & WrappedComponentProps, "intl"> & {
45
- forwardedRef?: React.Ref<any> | undefined;
45
+ forwardedRef?: React.Ref<any>;
46
46
  }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "ref"> & React.RefAttributes<any>>;
47
47
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type SwatchSize, type ColorCardVariant } from '../types';
3
2
  export interface Props {
4
3
  value: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@atlaskit/analytics-next": "^11.1.0",
32
32
  "@atlaskit/css": "^0.12.0",
33
- "@atlaskit/icon": "^27.9.0",
33
+ "@atlaskit/icon": "^28.0.0",
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
35
  "@atlaskit/select": "^21.2.0",
36
36
  "@atlaskit/theme": "^19.0.0",
@@ -54,8 +54,7 @@
54
54
  "@testing-library/user-event": "^14.4.3",
55
55
  "ast-types": "^0.13.3",
56
56
  "jscodeshift": "^17.0.0",
57
- "react": "^18.2.0",
58
- "typescript": "~5.4.2"
57
+ "react": "^18.2.0"
59
58
  },
60
59
  "keywords": [
61
60
  "ui",