@umbraco-ui/uui-color-picker 1.17.0 → 1.17.1
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.
|
@@ -6,7 +6,7 @@ import type { UUIColorSwatchesEvent } from '@umbraco-ui/uui-color-swatches/lib';
|
|
|
6
6
|
export type UUIColorPickerFormat = 'hex' | 'rgb' | 'hsl' | 'hsv';
|
|
7
7
|
export type UUIColorPickerFormatWithAlpha = UUIColorPickerFormat | 'hexa' | 'rgba' | 'hsla' | 'hsva';
|
|
8
8
|
type UUIColorPickerSize = 'small' | 'medium' | 'large';
|
|
9
|
-
declare const UUIColorPickerElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").
|
|
9
|
+
declare const UUIColorPickerElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUILabelMixinInterface) & typeof LitElement;
|
|
10
10
|
/**
|
|
11
11
|
* @element uui-color-picker
|
|
12
12
|
* @cssprop --uui-color-picker-width - The width of the color picker
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-color-picker",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.17.
|
|
34
|
-
"@umbraco-ui/uui-popover-container": "1.17.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.17.1",
|
|
34
|
+
"@umbraco-ui/uui-popover-container": "1.17.1",
|
|
35
35
|
"colord": "^2.9.3"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-color-picker",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "066da7bddb2178bf21224f98c4b390d09773b896"
|
|
47
47
|
}
|