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
6
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.6.0-rc.1 to 1.6.0-rc.2

6

lib/index.js

@@ -102,3 +102,3 @@ import { UUIHorizontalShakeKeyframes, UUIHorizontalShakeAnimationValue } from '@umbraco-ui/uui-base/lib/animations';

transition: fill 120ms, opacity 120ms;
fill: var(--uui-color-selected-contrast,#fff);
color: var(--uui-color-selected-contrast,#fff);
opacity: 0;

@@ -169,3 +169,3 @@ }

:host([disabled]) #ticker #icon-check {
fill: var(--uui-color-disabled-contrast,#c4c4c4);
color: var(--uui-color-disabled-contrast,#c4c4c4);
}

@@ -176,3 +176,3 @@ :host([disabled]) label:active #ticker {

:host([disabled]) input:checked + #ticker #icon-check {
fill: var(--uui-color-disabled-contrast,#c4c4c4);
color: var(--uui-color-disabled-contrast,#c4c4c4);
}

@@ -179,0 +179,0 @@ `

{
"name": "@umbraco-ui/uui-checkbox",
"version": "1.6.0-rc.1",
"version": "1.6.0-rc.2",
"license": "MIT",

@@ -36,5 +36,5 @@ "keywords": [

"dependencies": {
"@umbraco-ui/uui-base": "1.6.0-rc.1",
"@umbraco-ui/uui-boolean-input": "1.6.0-rc.1",
"@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.1"
"@umbraco-ui/uui-base": "1.6.0-rc.2",
"@umbraco-ui/uui-boolean-input": "1.6.0-rc.2",
"@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.2"
},

@@ -50,3 +50,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox",
"gitHead": "9708ccbac569560b716431080c782c5531c66ea5"
"gitHead": "5d4eefce4744802ab5bc40055b1a3136f0afc520"
}
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