@umbraco-ui/uui-color-picker 1.17.0 → 1.17.2

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").LabelMixinInterface) & typeof LitElement;
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.0",
3
+ "version": "1.17.2",
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.0",
34
- "@umbraco-ui/uui-popover-container": "1.17.0",
33
+ "@umbraco-ui/uui-base": "1.17.2",
34
+ "@umbraco-ui/uui-popover-container": "1.17.2",
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": "7d602fc76ed33f3100ead94a01e1d6f1eedf0f5e"
46
+ "gitHead": "773aaaeb28591e78a90d5fa0d2c2ceff0eaba855"
47
47
  }