@umbraco-ui/uui-checkbox
Advanced tools
Comparing version 1.8.0 to 1.8.2
@@ -14,4 +14,3 @@ import { UUIHorizontalShakeKeyframes, UUIHorizontalShakeAnimationValue } from '@umbraco-ui/uui-base/lib/animations'; | ||
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; | ||
@@ -18,0 +17,0 @@ }; |
{ | ||
"name": "@umbraco-ui/uui-checkbox", | ||
"version": "1.8.0", | ||
"version": "1.8.2", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"@umbraco-ui/uui-base": "1.8.0", | ||
"@umbraco-ui/uui-boolean-input": "1.8.0", | ||
"@umbraco-ui/uui-boolean-input": "1.8.2", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.8.0" | ||
@@ -50,3 +50,3 @@ }, | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-checkbox", | ||
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160" | ||
"gitHead": "ff7f8bf2e837773d2a73d4ca5eb9b67857b3dd8b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17241
385
+ Added@umbraco-ui/uui-boolean-input@1.8.2(transitive)
- Removed@umbraco-ui/uui-boolean-input@1.8.0(transitive)