@umbraco-ui/uui-checkbox
Advanced tools
Comparing version 1.3.0-rc.0 to 1.3.0-rc.1
@@ -53,3 +53,3 @@ import { UUIHorizontalShakeKeyframes, UUIHorizontalShakeAnimationValue } from '@umbraco-ui/uui-base/lib/animations'; | ||
--uui-checkbox-border-radius, | ||
var(--uui-border-radius,var(--uui-size-1)) | ||
var(--uui-border-radius,3px) | ||
); | ||
@@ -73,3 +73,3 @@ | ||
--uui-checkbox-background-color-hover, | ||
var(--uui-color-surface-emphasis,var(--uui-palette-white-dark)) | ||
var(--uui-color-surface-emphasis,rgb(250, 250, 250)) | ||
); | ||
@@ -84,13 +84,13 @@ } | ||
--uui-checkbox-background-color-focus, | ||
var(--uui-color-surface-emphasis,var(--uui-palette-white-dark)) | ||
var(--uui-color-surface-emphasis,rgb(250, 250, 250)) | ||
); | ||
} | ||
input:checked:not([disabled]) + #ticker { | ||
border-color: var(--uui-color-selected,var(--uui-palette-violet-blue)); | ||
border-color: var(--uui-color-selected,#3544b1); | ||
} | ||
label:hover input:checked:not([disabled]) + #ticker { | ||
border-color: var(--uui-color-selected-emphasis,var(--uui-palette-violet-blue-light)); | ||
border-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200)); | ||
} | ||
label:focus input:checked + #ticker { | ||
border-color: var(--uui-color-selected-emphasis,var(--uui-palette-violet-blue-light)); | ||
border-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200)); | ||
} | ||
@@ -117,5 +117,5 @@ | ||
border-radius: calc( | ||
var(--uui-checkbox-border-radius, var(--uui-border-radius,var(--uui-size-1))) * 0.5 | ||
var(--uui-checkbox-border-radius, var(--uui-border-radius,3px)) * 0.5 | ||
); | ||
background-color: var(--uui-color-selected,var(--uui-palette-violet-blue)); | ||
background-color: var(--uui-color-selected,#3544b1); | ||
transition: transform 120ms ease, opacity 120ms, background-color 120ms; | ||
@@ -126,3 +126,3 @@ transform: scale(0); | ||
label:hover input:checked:not([disabled]) + #ticker::before { | ||
background-color: var(--uui-color-selected-emphasis,var(--uui-palette-violet-blue-light)); | ||
background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200)); | ||
} | ||
@@ -138,3 +138,3 @@ | ||
label:focus input:checked + #ticker { | ||
background-color: var(--uui-color-selected-emphasis,var(--uui-palette-violet-blue-light)); | ||
background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200)); | ||
} | ||
@@ -144,3 +144,3 @@ | ||
outline: calc(2px * var(--uui-show-focus-outline, 1)) solid | ||
var(--uui-color-focus,var(--uui-palette-malibu)); | ||
var(--uui-color-focus,#3879ff); | ||
} | ||
@@ -162,16 +162,16 @@ | ||
:host(:not([pristine])[internals-invalid]) label:focus input:checked + #ticker { | ||
border: 1px solid var(--uui-color-danger-standalone,var(--uui-palette-maroon-flush-dark)); | ||
border: 1px solid var(--uui-color-danger-standalone,rgb(191, 33, 78)); | ||
} | ||
:host([disabled]) #ticker { | ||
background-color: var(--uui-color-disabled,var(--uui-palette-sand)); | ||
background-color: var(--uui-color-disabled,#f3f3f5); | ||
} | ||
:host([disabled]) input:checked + #ticker { | ||
background-color: var(--uui-color-disabled,var(--uui-palette-sand)); | ||
background-color: var(--uui-color-disabled,#f3f3f5); | ||
} | ||
:host([disabled]) #ticker::before { | ||
background-color: var(--uui-color-disabled,var(--uui-palette-sand)); | ||
background-color: var(--uui-color-disabled,#f3f3f5); | ||
} | ||
:host([disabled]) #ticker #icon-check { | ||
fill: var(--uui-color-disabled-contrast,var(--uui-palette-grey)); | ||
fill: var(--uui-color-disabled-contrast,#c4c4c4); | ||
} | ||
@@ -182,3 +182,3 @@ :host([disabled]) label:active #ticker { | ||
:host([disabled]) input:checked + #ticker #icon-check { | ||
fill: var(--uui-color-disabled-contrast,var(--uui-palette-grey)); | ||
fill: var(--uui-color-disabled-contrast,#c4c4c4); | ||
} | ||
@@ -185,0 +185,0 @@ ` |
{ | ||
"name": "@umbraco-ui/uui-checkbox", | ||
"version": "1.3.0-rc.0", | ||
"version": "1.3.0-rc.1", | ||
"license": "MIT", | ||
@@ -36,9 +36,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.3.0-rc.0", | ||
"@umbraco-ui/uui-boolean-input": "1.3.0-rc.0", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.3.0-rc.0" | ||
"@umbraco-ui/uui-base": "1.3.0-rc.1", | ||
"@umbraco-ui/uui-boolean-input": "1.3.0-rc.1", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.3.0-rc.1" | ||
}, | ||
"scripts": { | ||
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js", | ||
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json", | ||
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json", | ||
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" | ||
@@ -50,3 +50,3 @@ }, | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox", | ||
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0" | ||
"gitHead": "0c517175884931aa0bc0d8f05974852a7704626e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17189
+ Added@umbraco-ui/uui-base@1.3.0-rc.1(transitive)
+ Added@umbraco-ui/uui-boolean-input@1.3.0-rc.1(transitive)
- Removed@umbraco-ui/uui-base@1.3.0-rc.0(transitive)
- Removed@umbraco-ui/uui-boolean-input@1.3.0-rc.0(transitive)