@umbraco-ui/uui-color-picker 1.15.0-rc.0 → 1.16.0-rc.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.
- package/lib/index.js +2 -5
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -472,11 +472,8 @@ UUIColorPickerElement.styles = [
|
|
|
472
472
|
|
|
473
473
|
.color-picker__transparent-bg {
|
|
474
474
|
border: 1px solid var(--uui-color-border,#d8d7d9);
|
|
475
|
-
background-image:
|
|
476
|
-
|
|
477
|
-
var(--uui-palette-grey,#c4c4c4) 25%,
|
|
478
|
-
transparent 25%
|
|
479
|
-
),
|
|
475
|
+
background-image:
|
|
476
|
+
linear-gradient(45deg, var(--uui-palette-grey,#c4c4c4) 25%, transparent 25%),
|
|
480
477
|
linear-gradient(45deg, transparent 75%, var(--uui-palette-grey,#c4c4c4) 75%),
|
|
481
478
|
linear-gradient(45deg, transparent 75%, var(--uui-palette-grey,#c4c4c4) 75%),
|
|
482
479
|
linear-gradient(45deg, var(--uui-palette-grey,#c4c4c4) 25%, transparent 25%);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-color-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0-rc.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.
|
|
34
|
-
"@umbraco-ui/uui-popover-container": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.16.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-popover-container": "1.16.0-rc.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": "
|
|
46
|
+
"gitHead": "7bf1acd40b60feb81d82067ba2342d2b3e33c057"
|
|
47
47
|
}
|