@umbraco-ui/uui-checkbox
Advanced tools
Comparing version 1.8.2 to 1.9.0-rc.0
@@ -28,2 +28,8 @@ { | ||
{ | ||
"name": "readonly", | ||
"description": "Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.", | ||
"type": "boolean", | ||
"default": "\"false\"" | ||
}, | ||
{ | ||
"name": "name", | ||
@@ -99,2 +105,9 @@ "description": "This is a name property of the component.", | ||
{ | ||
"name": "readonly", | ||
"attribute": "readonly", | ||
"description": "Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.", | ||
"type": "boolean", | ||
"default": "\"false\"" | ||
}, | ||
{ | ||
"name": "styles", | ||
@@ -101,0 +114,0 @@ "type": "CSSResult[]", |
@@ -87,5 +87,7 @@ import { UUIHorizontalShakeKeyframes, UUIHorizontalShakeAnimationValue } from '@umbraco-ui/uui-base/lib/animations'; | ||
} | ||
label:hover input:checked:not([disabled]) + #ticker { | ||
border-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200)); | ||
} | ||
label:focus input:checked + #ticker { | ||
@@ -146,3 +148,6 @@ border-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200)); | ||
:host(:not([disabled])) label:active input:checked + #ticker::before { | ||
:host(:not([disabled], [readonly])) | ||
label:active | ||
input:checked | ||
+ #ticker::before { | ||
/** Stretch when mouse down */ | ||
@@ -149,0 +154,0 @@ transform: scale(0.9); |
{ | ||
"name": "@umbraco-ui/uui-checkbox", | ||
"version": "1.8.2", | ||
"version": "1.9.0-rc.0", | ||
"license": "MIT", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.8.0", | ||
"@umbraco-ui/uui-boolean-input": "1.8.2", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.8.0" | ||
"@umbraco-ui/uui-base": "1.9.0-rc.0", | ||
"@umbraco-ui/uui-boolean-input": "1.9.0-rc.0", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.9.0-rc.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox", | ||
"gitHead": "ff7f8bf2e837773d2a73d4ca5eb9b67857b3dd8b" | ||
"gitHead": "e3e398e07b6ff9874aa0656cb7767df42f58a4ce" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
17840
401
1
+ Added@umbraco-ui/uui-base@1.9.0-rc.0(transitive)
+ Added@umbraco-ui/uui-boolean-input@1.9.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.8.0(transitive)
- Removed@umbraco-ui/uui-boolean-input@1.8.2(transitive)