@umbraco-ui/uui-color-picker 1.16.0 → 1.17.0-rc.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.
package/lib/index.js
CHANGED
|
@@ -295,6 +295,7 @@ let UUIColorPickerElement = class extends LabelMixin("label", LitElement) {
|
|
|
295
295
|
</uui-color-slider>
|
|
296
296
|
${this.opacity ? html`
|
|
297
297
|
<uui-color-slider
|
|
298
|
+
hide-value-label
|
|
298
299
|
label="alpha"
|
|
299
300
|
class="opacity-slider"
|
|
300
301
|
.value=${Math.round(this.alpha)}
|
|
@@ -545,6 +546,10 @@ UUIColorPickerElement.styles = [
|
|
|
545
546
|
flex: 1;
|
|
546
547
|
}
|
|
547
548
|
|
|
549
|
+
button.color-picker__trigger:focus-visible {
|
|
550
|
+
outline: 2px solid var(--uui-color-focus,#3879ff);
|
|
551
|
+
}
|
|
552
|
+
|
|
548
553
|
uui-color-area {
|
|
549
554
|
width: 100%;
|
|
550
555
|
}
|
|
@@ -124,7 +124,7 @@ export declare class UUIColorPickerElement extends UUIColorPickerElement_base {
|
|
|
124
124
|
private _renderColorPicker;
|
|
125
125
|
private _renderSwatches;
|
|
126
126
|
private _renderPreviewButton;
|
|
127
|
-
render(): import("lit
|
|
127
|
+
render(): import("lit").TemplateResult<1>;
|
|
128
128
|
static styles: import("lit").CSSResult[];
|
|
129
129
|
}
|
|
130
130
|
declare global {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-color-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0-rc.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.
|
|
34
|
-
"@umbraco-ui/uui-popover-container": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.17.0-rc.1",
|
|
34
|
+
"@umbraco-ui/uui-popover-container": "1.17.0-rc.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": "84c1600b0f07edb0e0ee6b3968d794e21e711191"
|
|
47
47
|
}
|