@umbraco-ui/uui-boolean-input
Advanced tools
Comparing version 1.8.0 to 1.8.2
@@ -23,4 +23,3 @@ import { UUIFormControlMixin, LabelMixin } from '@umbraco-ui/uui-base/lib/mixins'; | ||
result = (kind ? decorator(target, key, result) : decorator(result)) || result; | ||
if (kind && result) | ||
__defProp(target, key, result); | ||
if (kind && result) __defProp(target, key, result); | ||
return result; | ||
@@ -145,2 +144,3 @@ }; | ||
label { | ||
position: relative; | ||
cursor: pointer; | ||
@@ -160,3 +160,3 @@ user-select: none; | ||
width: 0px; | ||
margin-top: -4px; | ||
opacity: 0; | ||
} | ||
@@ -163,0 +163,0 @@ |
{ | ||
"name": "@umbraco-ui/uui-boolean-input", | ||
"version": "1.8.0", | ||
"version": "1.8.2", | ||
"license": "MIT", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-boolean-input", | ||
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160" | ||
"gitHead": "ff7f8bf2e837773d2a73d4ca5eb9b67857b3dd8b" | ||
} |
11197