@snack-uikit/color-picker 0.3.50 → 0.3.51-preview-d1ce0cc3.0

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.
@@ -9,10 +9,14 @@ export declare const COLOR_MODE_OPTIONS: {
9
9
  label: string;
10
10
  }[];
11
11
  export declare const COLOR_MODE_LABEL: {
12
- [x: string]: string;
12
+ [COLOR_MODE.Hex]: string;
13
+ [COLOR_MODE.Rbg]: string;
14
+ [COLOR_MODE.Hsv]: string;
13
15
  };
14
16
  export declare const DEFAULT_COLOR_MODE_CONFIG: {
15
- [x: string]: boolean;
17
+ [COLOR_MODE.Hex]: boolean;
18
+ [COLOR_MODE.Rbg]: boolean;
19
+ [COLOR_MODE.Hsv]: boolean;
16
20
  };
17
21
  export type ColorMode = ValueOf<typeof COLOR_MODE>;
18
22
  export declare const RGBA_REGEX: RegExp;
@@ -9,10 +9,14 @@ export declare const COLOR_MODE_OPTIONS: {
9
9
  label: string;
10
10
  }[];
11
11
  export declare const COLOR_MODE_LABEL: {
12
- [x: string]: string;
12
+ [COLOR_MODE.Hex]: string;
13
+ [COLOR_MODE.Rbg]: string;
14
+ [COLOR_MODE.Hsv]: string;
13
15
  };
14
16
  export declare const DEFAULT_COLOR_MODE_CONFIG: {
15
- [x: string]: boolean;
17
+ [COLOR_MODE.Hex]: boolean;
18
+ [COLOR_MODE.Rbg]: boolean;
19
+ [COLOR_MODE.Hsv]: boolean;
16
20
  };
17
21
  export type ColorMode = ValueOf<typeof COLOR_MODE>;
18
22
  export declare const RGBA_REGEX: RegExp;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Color Picker",
7
- "version": "0.3.50",
7
+ "version": "0.3.51-preview-d1ce0cc3.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -37,9 +37,9 @@
37
37
  "scripts": {},
38
38
  "dependencies": {
39
39
  "@snack-uikit/button": "0.19.16",
40
- "@snack-uikit/icons": "0.27.4",
41
- "@snack-uikit/input-private": "4.8.5",
42
- "@snack-uikit/segmented-control": "0.6.15",
40
+ "@snack-uikit/icons": "0.27.5-preview-d1ce0cc3.0",
41
+ "@snack-uikit/input-private": "4.8.6-preview-d1ce0cc3.0",
42
+ "@snack-uikit/segmented-control": "0.6.16-preview-d1ce0cc3.0",
43
43
  "@snack-uikit/utils": "4.0.0",
44
44
  "classnames": "2.5.1",
45
45
  "react-colorful": "5.6.1"
@@ -47,5 +47,5 @@
47
47
  "peerDependencies": {
48
48
  "@snack-uikit/locale": "*"
49
49
  },
50
- "gitHead": "e1b3bee4ec326c0c7e9c87b2714634a8ff113ded"
50
+ "gitHead": "fb9ce21584a4374d0092f030928aaf48afe2ae9c"
51
51
  }