@ctrliq/quantic-components 1.61.3 → 1.61.4

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.
@@ -57702,6 +57702,9 @@
57702
57702
  return trap;
57703
57703
  };
57704
57704
 
57705
+ exports.DialogBackdropElement.ensureDefined();
57706
+ exports.Button.ensureDefined();
57707
+ exports.LucideIconX.ensureDefined();
57705
57708
  exports.Dialog = class Dialog extends AutoHideEmptySlotsMixin(QuanticElement) {
57706
57709
  constructor() {
57707
57710
  super(...arguments);