@vaadin/vaadin-themable-mixin
Advanced tools
Comparing version 23.0.9 to 23.0.10
{ | ||
"name": "@vaadin/vaadin-themable-mixin", | ||
"version": "23.0.9", | ||
"version": "23.0.10", | ||
"publishConfig": { | ||
@@ -43,3 +43,3 @@ "access": "public" | ||
}, | ||
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3" | ||
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3" | ||
} |
@@ -14,3 +14,3 @@ /** | ||
export declare function ThemableMixin<T extends Constructor<HTMLElement>>( | ||
base: T | ||
base: T, | ||
): T & Constructor<ThemableMixinClass> & Constructor<ThemePropertyMixinClass>; | ||
@@ -17,0 +17,0 @@ |
@@ -55,3 +55,3 @@ /** | ||
include: options.include, | ||
moduleId: options.moduleId | ||
moduleId: options.moduleId, | ||
}); | ||
@@ -165,3 +165,3 @@ } | ||
// Map moduleId to includePriority | ||
includePriority: getIncludePriority(theme.moduleId) | ||
includePriority: getIncludePriority(theme.moduleId), | ||
})) | ||
@@ -168,0 +168,0 @@ // Sort by includePriority |
@@ -9,3 +9,3 @@ /** | ||
export declare function ThemePropertyMixin<T extends Constructor<HTMLElement>>( | ||
base: T | ||
base: T, | ||
): T & Constructor<ThemePropertyMixinClass>; | ||
@@ -12,0 +12,0 @@ |
@@ -32,4 +32,4 @@ /** | ||
type: String, | ||
readOnly: true | ||
} | ||
readOnly: true, | ||
}, | ||
}; | ||
@@ -36,0 +36,0 @@ } |
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
24001