@umbraco-ui/uui-checkbox 1.2.0-rc.2 → 1.2.0-rc.3
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 +0 -6
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -174,12 +174,6 @@
|
|
|
174
174
|
"description": "fires when the element is begin checked by a user action"
|
|
175
175
|
}
|
|
176
176
|
],
|
|
177
|
-
"slots": [
|
|
178
|
-
{
|
|
179
|
-
"name": "",
|
|
180
|
-
"description": "Override the default label"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
177
|
"cssProperties": [
|
|
184
178
|
{
|
|
185
179
|
"name": "--uui-checkbox-size",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-checkbox",
|
|
3
|
-
"version": "1.2.0-rc.
|
|
3
|
+
"version": "1.2.0-rc.3",
|
|
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.2.0-rc.
|
|
37
|
-
"@umbraco-ui/uui-boolean-input": "1.2.0-rc.
|
|
38
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.2.0-rc.
|
|
36
|
+
"@umbraco-ui/uui-base": "1.2.0-rc.3",
|
|
37
|
+
"@umbraco-ui/uui-boolean-input": "1.2.0-rc.3",
|
|
38
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.2.0-rc.3"
|
|
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": "
|
|
49
|
+
"gitHead": "ea5983f5f13e95944adba0174839548b11154b4a"
|
|
50
50
|
}
|