@umbraco-ui/uui-toggle 1.0.0-rc.1 → 1.0.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.
@@ -68,7 +68,7 @@
68
68
  },
69
69
  {
70
70
  "name": "label",
71
- "description": "Label to be used for aria-label and eventually as visual label",
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 eventually as visual label",
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-rc.1",
3
+ "version": "1.0.0-rc.2",
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-rc.1",
34
- "@umbraco-ui/uui-boolean-input": "1.0.0-rc.1"
33
+ "@umbraco-ui/uui-base": "1.0.0-rc.2",
34
+ "@umbraco-ui/uui-boolean-input": "1.0.0-rc.2"
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": "127e036dbafa18cc37027591d6548a4cb4700d33"
45
+ "gitHead": "436dd8d9fff81481feb88f06b461167c98dac91a"
46
46
  }