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
66
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.5.0-rc.0 to 1.5.0-rc.1

10

custom-elements.json

@@ -77,7 +77,2 @@ {

{
"name": "styles",
"type": "CSSResult[]",
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
},
{
"name": "labelPosition",

@@ -104,2 +99,7 @@ "attribute": "label-position",

{
"name": "styles",
"type": "CSSResult[]",
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
},
{
"name": "formAssociated",

@@ -106,0 +106,0 @@ "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",

@@ -15,4 +15,4 @@ import { UUIBooleanInputElement } from '@umbraco-ui/uui-boolean-input/lib';

static readonly formAssociated = true;
renderCheckbox(): import("lit-html").TemplateResult<1>;
static styles: import("lit").CSSResult[];
renderCheckbox(): import("lit-html").TemplateResult<1>;
}

@@ -19,0 +19,0 @@ declare global {

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

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

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

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

"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox",
"gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
"gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65"
}

@@ -7,3 +7,3 @@ # uui-checkbox

Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-checkbox)
Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-checkbox--docs)

@@ -10,0 +10,0 @@ ## Installation

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