@umbraco-ui/uui-color-picker 1.14.0-rc.0 → 1.14.0-rc.4

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 +5 -1
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -493,7 +493,11 @@ UUIColorPickerElement.styles = [
493
493
 
494
494
  @keyframes pulse {
495
495
  0% {
496
- box-shadow: 0 0 0 0 var(--uui-palette-space-cadet-light,rgb(38, 53, 110));
496
+ box-shadow: 0 0 0 0 var(--uui-palette-space-cadet-light,rgb(
497
+ 38,
498
+ 53,
499
+ 110
500
+ ));
497
501
  }
498
502
  70% {
499
503
  box-shadow: 0 0 0 0.5rem transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-color-picker",
3
- "version": "1.14.0-rc.0",
3
+ "version": "1.14.0-rc.4",
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.14.0-rc.0",
34
- "@umbraco-ui/uui-popover-container": "1.14.0-rc.0",
33
+ "@umbraco-ui/uui-base": "1.14.0-rc.4",
34
+ "@umbraco-ui/uui-popover-container": "1.14.0-rc.4",
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": "3dd62a7dd7fc7a38c6333c113cd942393bb437f0"
46
+ "gitHead": "8f89db559dfdb60e8afd8a0dc297e2f248f2fb9d"
47
47
  }