@umbraco-ui/uui-checkbox
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -71,3 +71,3 @@ { | ||
"name": "label", | ||
"description": "Label to be used for aria-label and eventually as visual label", | ||
"description": "Label to be used for aria-label and potentially as visual label for some components", | ||
"type": "string" | ||
@@ -168,3 +168,3 @@ } | ||
"attribute": "label", | ||
"description": "Label to be used for aria-label and eventually as visual label", | ||
"description": "Label to be used for aria-label and potentially as visual label for some components", | ||
"type": "string" | ||
@@ -171,0 +171,0 @@ } |
{ | ||
"name": "@umbraco-ui/uui-checkbox", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"license": "MIT", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.0.0-rc.1", | ||
"@umbraco-ui/uui-boolean-input": "1.0.0-rc.1", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.0.0-rc.1" | ||
"@umbraco-ui/uui-base": "1.0.0-rc.2", | ||
"@umbraco-ui/uui-boolean-input": "1.0.0-rc.2", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.0.0-rc.2" | ||
}, | ||
@@ -50,3 +50,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox", | ||
"gitHead": "127e036dbafa18cc37027591d6548a4cb4700d33" | ||
"gitHead": "436dd8d9fff81481feb88f06b461167c98dac91a" | ||
} |
16930
+ Added@umbraco-ui/uui-base@1.0.0-rc.2(transitive)
+ Added@umbraco-ui/uui-boolean-input@1.0.0-rc.2(transitive)
- Removed@umbraco-ui/uui-base@1.0.0-rc.1(transitive)
- Removed@umbraco-ui/uui-boolean-input@1.0.0-rc.1(transitive)