@umbraco-ui/uui-checkbox 1.5.0-rc.0 → 1.5.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### See it in action
6
6
 
7
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-checkbox)
7
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-checkbox--docs)
8
8
 
9
9
  ## Installation
10
10
 
@@ -73,11 +73,6 @@
73
73
  }
74
74
  ],
75
75
  "properties": [
76
- {
77
- "name": "styles",
78
- "type": "CSSResult[]",
79
- "default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
80
- },
81
76
  {
82
77
  "name": "labelPosition",
83
78
  "attribute": "label-position",
@@ -99,6 +94,11 @@
99
94
  "type": "boolean",
100
95
  "default": "\"false\""
101
96
  },
97
+ {
98
+ "name": "styles",
99
+ "type": "CSSResult[]",
100
+ "default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
101
+ },
102
102
  {
103
103
  "name": "formAssociated",
104
104
  "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/",
@@ -12,8 +12,8 @@ export declare class UUICheckboxElement extends UUIBooleanInputElement {
12
12
  * @type {boolean}
13
13
  */
14
14
  static readonly formAssociated = true;
15
- static styles: import("lit").CSSResult[];
16
15
  renderCheckbox(): import("lit-html").TemplateResult<1>;
16
+ static styles: import("lit").CSSResult[];
17
17
  }
18
18
  declare global {
19
19
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-checkbox",
3
- "version": "1.5.0-rc.0",
3
+ "version": "1.5.0-rc.2",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -33,9 +33,9 @@
33
33
  "custom-elements.json"
34
34
  ],
35
35
  "dependencies": {
36
- "@umbraco-ui/uui-base": "1.5.0-rc.0",
37
- "@umbraco-ui/uui-boolean-input": "1.5.0-rc.0",
38
- "@umbraco-ui/uui-icon-registry-essential": "1.5.0-rc.0"
36
+ "@umbraco-ui/uui-base": "1.5.0-rc.2",
37
+ "@umbraco-ui/uui-boolean-input": "1.5.0-rc.2",
38
+ "@umbraco-ui/uui-icon-registry-essential": "1.5.0-rc.2"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox",
49
- "gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
49
+ "gitHead": "573af25cbb43f673731b87dd8e23dbe632bfc348"
50
50
  }