@atlaskit/color-picker 5.3.12 → 5.3.13

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,13 @@
1
1
  # @atlaskit/color-picker
2
2
 
3
+ ## 5.3.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ddd049a745d38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddd049a745d38) -
8
+ Internal change to how legacy colors are applied. No visual changes.
9
+ - Updated dependencies
10
+
3
11
  ## 5.3.12
4
12
 
5
13
  ### Patch Changes
@@ -34,5 +34,5 @@ export type Props = {
34
34
  variant?: ColorCardVariant;
35
35
  };
36
36
  export declare const ColorPaletteMenuWithoutAnalytics: ({ autoFocus, isFocusLockEnabled, isInsideMenu, createAnalyticsEvent, onChange, palette, selectedColor, checkMarkColor, label, cols, mode, initialFocusRef, variant, }: Props) => JSX.Element;
37
- declare const _default_1: ForwardRefExoticComponent<Omit<Omit<Props, keyof WithAnalyticsEventsProps> & RefAttributes<any> & WithContextProps, "ref"> & RefAttributes<any>>;
37
+ declare const _default_1: ForwardRefExoticComponent<Omit<Omit<Props, keyof WithAnalyticsEventsProps> & RefAttributes<any> & WithContextProps, 'ref'> & RefAttributes<any>>;
38
38
  export default _default_1;
@@ -43,7 +43,7 @@ export interface Props {
43
43
  export declare const ColorPickerWithoutAnalytics: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
44
44
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
45
45
  };
46
- declare const _default_1: React.ForwardRefExoticComponent<Omit<Omit<Omit<Props & WrappedComponentProps, "intl"> & {
46
+ declare const _default_1: React.ForwardRefExoticComponent<Omit<Omit<Omit<Props & WrappedComponentProps, 'intl'> & {
47
47
  forwardedRef?: React.Ref<any>;
48
- }, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & WithContextProps, "ref"> & React.RefAttributes<any>>;
48
+ }, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & WithContextProps, 'ref'> & React.RefAttributes<any>>;
49
49
  export default _default_1;
@@ -34,5 +34,5 @@ export type Props = {
34
34
  variant?: ColorCardVariant;
35
35
  };
36
36
  export declare const ColorPaletteMenuWithoutAnalytics: ({ autoFocus, isFocusLockEnabled, isInsideMenu, createAnalyticsEvent, onChange, palette, selectedColor, checkMarkColor, label, cols, mode, initialFocusRef, variant, }: Props) => JSX.Element;
37
- declare const _default_1: ForwardRefExoticComponent<Omit<Omit<Props, keyof WithAnalyticsEventsProps> & RefAttributes<any> & WithContextProps, "ref"> & RefAttributes<any>>;
37
+ declare const _default_1: ForwardRefExoticComponent<Omit<Omit<Props, keyof WithAnalyticsEventsProps> & RefAttributes<any> & WithContextProps, 'ref'> & RefAttributes<any>>;
38
38
  export default _default_1;
@@ -43,7 +43,7 @@ export interface Props {
43
43
  export declare const ColorPickerWithoutAnalytics: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
44
44
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
45
45
  };
46
- declare const _default_1: React.ForwardRefExoticComponent<Omit<Omit<Omit<Props & WrappedComponentProps, "intl"> & {
46
+ declare const _default_1: React.ForwardRefExoticComponent<Omit<Omit<Omit<Props & WrappedComponentProps, 'intl'> & {
47
47
  forwardedRef?: React.Ref<any>;
48
- }, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & WithContextProps, "ref"> & React.RefAttributes<any>>;
48
+ }, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & WithContextProps, 'ref'> & React.RefAttributes<any>>;
49
49
  export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "5.3.12",
3
+ "version": "5.3.13",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"