@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.
@@ -2390,7 +2390,7 @@
2390
2390
  this.role = 'presentation';
2391
2391
  this.size = IconSize.Medium;
2392
2392
  }
2393
- updated(changed) {
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
  }