Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-checkbox

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-checkbox - npm Package Compare versions

Comparing version 1.8.2 to 1.9.0-rc.0

13

custom-elements.json

@@ -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[]",

7

lib/index.js

@@ -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);

10

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc