@umbraco-ui/uui-checkbox
Advanced tools
Comparing version 1.5.0-rc.0 to 1.5.0-rc.1
@@ -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 |
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
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
17194
+ Added@umbraco-ui/uui-base@1.5.0-rc.1(transitive)
+ Added@umbraco-ui/uui-boolean-input@1.5.0-rc.1(transitive)
- Removed@umbraco-ui/uui-base@1.5.0-rc.0(transitive)
- Removed@umbraco-ui/uui-boolean-input@1.5.0-rc.0(transitive)