@ctrliq/quantic-components 1.63.0 → 1.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icon/IconBase.component.d.ts +1 -1
- package/dist/icon/IconBase.component.js +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/quantic-components.js +1 -1
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +1 -1
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/types/icon/IconBase.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
this.role = 'presentation';
|
|
2391
2391
|
this.size = IconSize.Medium;
|
|
2392
2392
|
}
|
|
2393
|
-
|
|
2393
|
+
willUpdate(changed) {
|
|
2394
2394
|
if (changed.has('size') && typeof this.size === 'number') {
|
|
2395
2395
|
this.style.setProperty('--icon-size', `${this.size}px`);
|
|
2396
2396
|
}
|