@eric-emg/symphiq-components 1.2.302 → 1.2.303

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.
@@ -52500,6 +52500,7 @@ var ShopPlatformEnum;
52500
52500
  })(ShopPlatformEnum || (ShopPlatformEnum = {}));
52501
52501
  class SymphiqCreateAccountDashboardComponent {
52502
52502
  set shopNameInput(el) {
52503
+ console.log('el: ', el, 'accountData: ', this.accountData());
52503
52504
  if (el && !this.accountData()) {
52504
52505
  el.nativeElement.focus();
52505
52506
  }