@umbraco-ui/uui-range-slider
Advanced tools
Comparing version
@@ -512,4 +512,4 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration'; | ||
:host([error]) { | ||
--color-interactive: var(--uui-color-danger-standalone,rgb(191, 33, 78)); | ||
--color-hover: var(--uui-color-danger,#d42054); | ||
--color-interactive: var(--uui-color-invalid-standalone,rgb(191, 33, 78)); | ||
--color-hover: var(--uui-color-invalid,#d42054); | ||
} | ||
@@ -591,7 +591,7 @@ | ||
:host([error]) .color { | ||
background-color: var(--uui-color-danger-standalone,rgb(191, 33, 78)); | ||
background-color: var(--uui-color-invalid-standalone,rgb(191, 33, 78)); | ||
} | ||
:host([error]) #inner-color-thumb:hover ~ .color, | ||
:host([error]) #inner-color-thumb:focus ~ .color { | ||
background-color: var(--uui-color-danger-emphasis,rgb(226, 60, 107)); | ||
background-color: var(--uui-color-invalid-emphasis,rgb(226, 60, 107)); | ||
} | ||
@@ -624,3 +624,3 @@ | ||
:host([error]) .track-step.filled { | ||
fill: var(--uui-color-danger-emphasis,rgb(226, 60, 107)); | ||
fill: var(--uui-color-invalid-emphasis,rgb(226, 60, 107)); | ||
} | ||
@@ -627,0 +627,0 @@ |
@@ -18,3 +18,3 @@ import { LitElement } from 'lit'; | ||
*/ | ||
label: String; | ||
label: string; | ||
/** | ||
@@ -21,0 +21,0 @@ * Disables the input. |
{ | ||
"name": "@umbraco-ui/uui-range-slider", | ||
"version": "1.12.2", | ||
"version": "1.13.0-rc.0", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.12.2" | ||
"@umbraco-ui/uui-base": "1.13.0-rc.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-range-slider", | ||
"gitHead": "207119ec53a655eeddfa1d626155490490336753" | ||
"gitHead": "864afa6c182c2a73c479237732dadc1abc69a4a0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45979
0.03%1
Infinity%+ Added
- Removed