@zywave/zui-icons
Advanced tools
Comparing version 4.0.31 to 4.0.32-pre.0
@@ -38,2 +38,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
export class ZuiIcon extends ZuiBaseElement { | ||
static get styles() { | ||
return [super.styles, style]; | ||
} | ||
constructor() { | ||
@@ -55,5 +58,2 @@ super(); | ||
} | ||
static get styles() { | ||
return [super.styles, style]; | ||
} | ||
async updated(changedProps) { | ||
@@ -76,2 +76,3 @@ var _a; | ||
this.dispatchEvent(new CustomEvent('load', { | ||
bubbles: true, | ||
detail: { | ||
@@ -78,0 +79,0 @@ svgLoaded: true, |
export declare function ensureSVGLoaded(icon: string): Promise<void>; | ||
export declare type SVGCategoryType = 'fs' | 'nav' | 'shell' | 'system'; | ||
export type SVGCategoryType = 'fs' | 'nav' | 'shell' | 'system'; |
{ | ||
"name": "@zywave/zui-icons", | ||
"version": "4.0.31", | ||
"version": "4.0.32-pre.0", | ||
"main": "dist/index.js", | ||
@@ -29,3 +29,3 @@ "module": "dist/index.js", | ||
"customElements": "dist/custom-elements.json", | ||
"gitHead": "1124138127212f2a92375b58fa2337e63dcb5e85" | ||
"gitHead": "0c2f676186e3922c35865f980d825fe9dde60936" | ||
} |
@@ -66,2 +66,3 @@ import { ZuiBaseElement } from '@zywave/zui-base'; | ||
new CustomEvent('load', { | ||
bubbles: true, | ||
detail: { | ||
@@ -68,0 +69,0 @@ svgLoaded: true, |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
627162
1554
2