@umbraco-ui/uui-range-slider 1.16.0-rc.0 → 1.17.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 +13 -13
- package/lib/uui-range-slider.element.d.ts +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -518,11 +518,11 @@ UUIRangeSliderElement.styles = [
|
|
|
518
518
|
|
|
519
519
|
:host([error]) {
|
|
520
520
|
--color-interactive: var(--uui-color-invalid-standalone,rgb(
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
521
|
+
174,
|
|
522
|
+
30,
|
|
523
|
+
71
|
|
524
524
|
));
|
|
525
|
-
--color-hover: var(--uui-color-invalid,#
|
|
525
|
+
--color-hover: var(--uui-color-invalid,#c31d4c);
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
#range-slider {
|
|
@@ -600,17 +600,17 @@ UUIRangeSliderElement.styles = [
|
|
|
600
600
|
|
|
601
601
|
:host([error]) .color {
|
|
602
602
|
background-color: var(--uui-color-invalid-standalone,rgb(
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
603
|
+
174,
|
|
604
|
+
30,
|
|
605
|
+
71
|
|
606
606
|
));
|
|
607
607
|
}
|
|
608
608
|
:host([error]) #inner-color-thumb:hover ~ .color,
|
|
609
609
|
:host([error]) #inner-color-thumb:focus ~ .color {
|
|
610
610
|
background-color: var(--uui-color-invalid-emphasis,rgb(
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
611
|
+
223,
|
|
612
|
+
42,
|
|
613
|
+
93
|
|
614
614
|
));
|
|
615
615
|
}
|
|
616
616
|
|
|
@@ -640,9 +640,9 @@ UUIRangeSliderElement.styles = [
|
|
|
640
640
|
|
|
641
641
|
:host([error]) .track-step.filled {
|
|
642
642
|
fill: var(--uui-color-invalid-emphasis,rgb(
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
643
|
+
223,
|
|
644
|
+
42,
|
|
645
|
+
93
|
|
646
646
|
));
|
|
647
647
|
}
|
|
648
648
|
|
|
@@ -136,7 +136,7 @@ export declare class UUIRangeSliderElement extends UUIRangeSliderElement_base {
|
|
|
136
136
|
private _onHighChange;
|
|
137
137
|
protected onChanged(): void;
|
|
138
138
|
/** Render */
|
|
139
|
-
render(): import("lit
|
|
139
|
+
render(): import("lit").TemplateResult<1>;
|
|
140
140
|
private _renderThumbValues;
|
|
141
141
|
private _renderSteps;
|
|
142
142
|
private _renderStepValues;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-range-slider",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.17.0-rc.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-range-slider",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "028e20bd07ebf02164589b086e746c9cc587409c"
|
|
45
45
|
}
|