@umbraco-ui/uui-boolean-input
Advanced tools
Comparing version 1.1.0 to 1.2.0-rc.0
import { LitElement, TemplateResult } from 'lit'; | ||
declare type LabelPosition = 'left' | 'right' | 'top' | 'bottom'; | ||
type LabelPosition = 'left' | 'right' | 'top' | 'bottom'; | ||
declare const UUIBooleanInputElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").FormControlMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").LabelMixinInterface) & typeof LitElement; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@umbraco-ui/uui-boolean-input", | ||
"version": "1.1.0", | ||
"version": "1.2.0-rc.0", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.1.0" | ||
"@umbraco-ui/uui-base": "1.2.0-rc.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-boolean-input", | ||
"gitHead": "5159a81e353c893c30073cdbf2fdd94306477d6e" | ||
"gitHead": "43f1b9a8bd1721af30ba7c145517ee665d874df3" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10620
1
+ Added@umbraco-ui/uui-base@1.2.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.1.0(transitive)