@umbraco-ui/uui-color-picker 1.11.0 → 1.12.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.
Files changed (2) hide show
  1. package/lib/index.js +3 -0
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -407,6 +407,9 @@ UUIColorPickerElement.styles = [
407
407
  display: block;
408
408
  width: var(--uui-color-picker-width, 280px);
409
409
  }
410
+ :host > button {
411
+ cursor: pointer;
412
+ }
410
413
  uui-popover-container {
411
414
  width: inherit;
412
415
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-color-picker",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
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.11.0",
34
- "@umbraco-ui/uui-popover-container": "1.11.0",
33
+ "@umbraco-ui/uui-base": "1.12.0",
34
+ "@umbraco-ui/uui-popover-container": "1.12.0",
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": "414ce88901f82c5fc7d6be942779047bb34a1407"
46
+ "gitHead": "0ac5219b2765bf6c90fe4943a6620b46a7fced4e"
47
47
  }