@assecosolutions/fox-icon
Advanced tools
Comparing version 1.11.6-beta.7 to 1.11.6-beta.8
@@ -1579,2 +1579,4 @@ import { css, LitElement, html as html$2 } from 'lit'; | ||
this.large = false; | ||
this.xlarge = false; | ||
this.xxlarge = false; | ||
} | ||
@@ -1598,2 +1600,8 @@ render() { | ||
}), __metadata("design:type", Object)], FoxIcon.prototype, "large", void 0); | ||
__decorate([property({ | ||
type: Boolean | ||
}), __metadata("design:type", Object)], FoxIcon.prototype, "xlarge", void 0); | ||
__decorate([property({ | ||
type: Boolean | ||
}), __metadata("design:type", Object)], FoxIcon.prototype, "xxlarge", void 0); | ||
const name = 'fox-icon'; | ||
@@ -1600,0 +1608,0 @@ if (!customElements.get(name)) { |
{ | ||
"name": "@assecosolutions/fox-icon", | ||
"version": "1.11.6-beta.7", | ||
"version": "1.11.6-beta.8", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -28,2 +28,4 @@ import { LitElement } from 'lit'; | ||
large: boolean; | ||
xlarge: boolean; | ||
xxlarge: boolean; | ||
render(): import("lit-html").TemplateResult<1>; | ||
@@ -30,0 +32,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
59514
1387