@eric-emg/symphiq-components 1.3.22 → 1.3.23

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.
@@ -96573,7 +96573,7 @@ class ContinueFooterComponent {
96573
96573
  this.continueClick.emit();
96574
96574
  }
96575
96575
  static { this.ɵfac = function ContinueFooterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContinueFooterComponent)(); }; }
96576
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContinueFooterComponent, selectors: [["symphiq-continue-footer"]], inputs: { viewMode: [1, "viewMode"], buttonText: [1, "buttonText"] }, outputs: { continueClick: "continueClick" }, decls: 5, vars: 10, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "shadow-lg", 3, "ngClass"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], ["type", "button", 1, "w-full", "py-4", "px-6", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-3", 3, "click", "disabled", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "animate-spin"], ["cx", "12", "cy", "12", "r", "10", "stroke", "currentColor", "stroke-width", "4", 1, "opacity-25"], ["fill", "currentColor", "d", "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z", 1, "opacity-75"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function ContinueFooterComponent_Template(rf, ctx) { if (rf & 1) {
96576
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContinueFooterComponent, selectors: [["symphiq-continue-footer"]], inputs: { viewMode: [1, "viewMode"], buttonText: [1, "buttonText"] }, outputs: { continueClick: "continueClick" }, decls: 5, vars: 10, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-[100]", "border-t", "shadow-lg", 3, "ngClass"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], ["type", "button", 1, "w-full", "py-4", "px-6", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-3", 3, "click", "disabled", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "animate-spin"], ["cx", "12", "cy", "12", "r", "10", "stroke", "currentColor", "stroke-width", "4", 1, "opacity-25"], ["fill", "currentColor", "d", "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z", 1, "opacity-75"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function ContinueFooterComponent_Template(rf, ctx) { if (rf & 1) {
96577
96577
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "button", 2);
96578
96578
  i0.ɵɵlistener("click", function ContinueFooterComponent_Template_button_click_2_listener() { return ctx.handleClick(); });
96579
96579
  i0.ɵɵconditionalCreate(3, ContinueFooterComponent_Conditional_3_Template, 5, 0)(4, ContinueFooterComponent_Conditional_4_Template, 4, 1);
@@ -96595,7 +96595,7 @@ class ContinueFooterComponent {
96595
96595
  imports: [CommonModule],
96596
96596
  changeDetection: ChangeDetectionStrategy.OnPush,
96597
96597
  template: `
96598
- <div [ngClass]="containerClasses()" class="fixed bottom-0 left-0 right-0 z-50 border-t shadow-lg">
96598
+ <div [ngClass]="containerClasses()" class="fixed bottom-0 left-0 right-0 z-[100] border-t shadow-lg">
96599
96599
  <div class="container mx-auto px-4 sm:px-6 lg:px-8 py-4">
96600
96600
  <button
96601
96601
  type="button"