@umbraco-ui/uui-toggle 1.0.0-rc.1 → 1.0.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 +2 -2
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"name": "label",
|
|
71
|
-
"description": "Label to be used for aria-label and
|
|
71
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
72
72
|
"type": "string"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
{
|
|
165
165
|
"name": "label",
|
|
166
166
|
"attribute": "label",
|
|
167
|
-
"description": "Label to be used for aria-label and
|
|
167
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
168
168
|
"type": "string"
|
|
169
169
|
}
|
|
170
170
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-toggle",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.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.0.0
|
|
34
|
-
"@umbraco-ui/uui-boolean-input": "1.0.0
|
|
33
|
+
"@umbraco-ui/uui-base": "1.0.0",
|
|
34
|
+
"@umbraco-ui/uui-boolean-input": "1.0.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "npm run analyze && tsc --build --force && 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": "ffb9cef00262b9f36177adcca9675b4893c0045e"
|
|
46
46
|
}
|