@umbraco-ui/uui-base
Advanced tools
Comparing version 1.2.0-rc.2 to 1.2.0-rc.3
import { LitElement, TemplateResult } from 'lit'; | ||
type Constructor<T = {}> = new (...args: any[]) => T; | ||
export declare class LabelMixinInterface { | ||
/** | ||
* Label to be used for aria-label and potentially as visual label for some components | ||
* @type {string} | ||
* @prop | ||
* @attr | ||
*/ | ||
label: string; | ||
@@ -5,0 +11,0 @@ protected renderLabel(): TemplateResult; |
{ | ||
"name": "@umbraco-ui/uui-base", | ||
"version": "1.2.0-rc.2", | ||
"version": "1.2.0-rc.3", | ||
"license": "MIT", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-base", | ||
"gitHead": "b3217b08b13dabeef0225ab3ead06d6677a245a2" | ||
"gitHead": "ea5983f5f13e95944adba0174839548b11154b4a" | ||
} |
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
36735
962