@umbraco-ui/uui-toggle 1.10.0-rc.0 → 1.11.0

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.
@@ -48,12 +48,6 @@
48
48
  "type": "string",
49
49
  "default": "\"''\""
50
50
  },
51
- {
52
- "name": "pristine",
53
- "description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
54
- "type": "boolean",
55
- "default": "\"true\""
56
- },
57
51
  {
58
52
  "name": "required",
59
53
  "description": "Apply validation rule for requiring a value of this form control.",
@@ -78,6 +72,12 @@
78
72
  "type": "string",
79
73
  "default": "\"This field is invalid\""
80
74
  },
75
+ {
76
+ "name": "pristine",
77
+ "description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
78
+ "type": "boolean",
79
+ "default": "\"true\""
80
+ },
81
81
  {
82
82
  "name": "label",
83
83
  "description": "Label to be used for aria-label and potentially as visual label for some components",
@@ -145,13 +145,6 @@
145
145
  "type": "string",
146
146
  "default": "\"''\""
147
147
  },
148
- {
149
- "name": "pristine",
150
- "attribute": "pristine",
151
- "description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
152
- "type": "boolean",
153
- "default": "\"true\""
154
- },
155
148
  {
156
149
  "name": "required",
157
150
  "attribute": "required",
@@ -188,6 +181,13 @@
188
181
  "name": "validationMessage",
189
182
  "type": "string"
190
183
  },
184
+ {
185
+ "name": "pristine",
186
+ "attribute": "pristine",
187
+ "description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
188
+ "type": "boolean",
189
+ "default": "\"true\""
190
+ },
191
191
  {
192
192
  "name": "label",
193
193
  "attribute": "label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-toggle",
3
- "version": "1.10.0-rc.0",
3
+ "version": "1.11.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.10.0-rc.0",
34
- "@umbraco-ui/uui-boolean-input": "1.10.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.11.0",
34
+ "@umbraco-ui/uui-boolean-input": "1.11.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-toggle",
45
- "gitHead": "f7982264bca0f2db4109c638e458f10719b1c22f"
45
+ "gitHead": "414ce88901f82c5fc7d6be942779047bb34a1407"
46
46
  }