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 to 1.7.0-rc.0

9

lib/index.js

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

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

@@ -118,3 +120,6 @@ opacity: 0;

background-color: var(--uui-color-selected,#3544b1);
transition: transform 120ms ease, opacity 120ms, background-color 120ms;
transition:
transform 120ms ease,
opacity 120ms,
background-color 120ms;
transform: scale(0);

@@ -121,0 +126,0 @@ opacity: 0;

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

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

"dependencies": {
"@umbraco-ui/uui-base": "1.6.0",
"@umbraco-ui/uui-boolean-input": "1.6.0",
"@umbraco-ui/uui-icon-registry-essential": "1.6.0"
"@umbraco-ui/uui-base": "1.7.0-rc.0",
"@umbraco-ui/uui-boolean-input": "1.7.0-rc.0",
"@umbraco-ui/uui-icon-registry-essential": "1.7.0-rc.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",

@@ -50,3 +50,3 @@ "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"

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