@umbraco-ui/uui-toggle 1.7.0 → 1.8.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.
- package/custom-elements.json +4 -3
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"name": "pristine",
|
|
41
41
|
"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.",
|
|
42
42
|
"type": "boolean",
|
|
43
|
-
"default": "\"
|
|
43
|
+
"default": "\"true\""
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "required",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"attribute": "pristine",
|
|
125
125
|
"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.",
|
|
126
126
|
"type": "boolean",
|
|
127
|
-
"default": "\"
|
|
127
|
+
"default": "\"true\""
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"name": "required",
|
|
@@ -159,7 +159,8 @@
|
|
|
159
159
|
"type": "ValidityState"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
|
-
"name": "validationMessage"
|
|
162
|
+
"name": "validationMessage",
|
|
163
|
+
"type": "string"
|
|
163
164
|
},
|
|
164
165
|
{
|
|
165
166
|
"name": "label",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-toggle",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.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.
|
|
34
|
-
"@umbraco-ui/uui-boolean-input": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.8.0",
|
|
34
|
+
"@umbraco-ui/uui-boolean-input": "1.8.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": "
|
|
45
|
+
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160"
|
|
46
46
|
}
|