@umbraco-ui/uui-checkbox 1.12.1 → 1.13.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 +1 -1
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -182,7 +182,7 @@ UUICheckboxElement.styles = [
|
|
|
182
182
|
:host(:not([pristine])[internals-invalid]) label:hover input:indeterminate:not([disabled]) + #ticker,
|
|
183
183
|
:host(:not([pristine])[internals-invalid]) label:focus input:checked + #ticker,
|
|
184
184
|
:host(:not([pristine])[internals-invalid]) label:focus input:indeterminate + #ticker {
|
|
185
|
-
border: 1px solid var(--uui-color-
|
|
185
|
+
border: 1px solid var(--uui-color-invalid-standalone,rgb(191, 33, 78));
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
:host([disabled]) #ticker {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-checkbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"custom-elements.json"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@umbraco-ui/uui-base": "1.
|
|
37
|
-
"@umbraco-ui/uui-boolean-input": "1.
|
|
38
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.
|
|
36
|
+
"@umbraco-ui/uui-base": "1.13.0-rc.0",
|
|
37
|
+
"@umbraco-ui/uui-boolean-input": "1.13.0-rc.0",
|
|
38
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.13.0-rc.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox",
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "864afa6c182c2a73c479237732dadc1abc69a4a0"
|
|
50
50
|
}
|