@eric-emg/symphiq-components 1.2.321 → 1.2.322

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.
@@ -21099,7 +21099,7 @@ class TooltipContainerComponent {
21099
21099
  }
21100
21100
  static { this.ɵfac = function TooltipContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TooltipContainerComponent)(); }; }
21101
21101
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TooltipContainerComponent, selectors: [["symphiq-tooltip-container"]], hostVars: 2, hostBindings: function TooltipContainerComponent_HostBindings(rf, ctx) { if (rf & 2) {
21102
- i0.ɵɵstyleMap("position: fixed; top: 0; left: 0; width: 0; height: 0; pointer-events: none; overflow: visible;");
21102
+ i0.ɵɵstyleMap("position: fixed; top: 0; left: 0; width: 0; height: 0; pointer-events: none; overflow: visible; z-index: 10001;");
21103
21103
  } }, decls: 1, vars: 1, consts: [[1, "z-[10001]", "pointer-events-none", 3, "style"], [1, "z-[10001]", "pointer-events-none"], [1, "rounded-lg", "shadow-2xl", "border", "backdrop-blur-xl", "px-4", "py-3", "pointer-events-auto", 3, "mouseenter", "mouseleave", "ngClass"], [1, "text-sm", "space-y-3", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", "leading-relaxed", "max-h-96", "overflow-y-auto", "-mx-4", "px-5", "pr-7", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", "max-h-96", "overflow-y-auto", "-mx-4", "px-5", "pr-7", 3, "ngClass"], [3, "content", "isLightMode"], [3, "content", "isLightMode", "currencySymbol"], [1, "space-y-2"], [1, "font-semibold"], [1, "whitespace-pre-line", "leading-relaxed"], [3, "innerHTML"], [1, "flex", "justify-end", "mt-3", "pt-3", "border-t", "border-current", "opacity-30", "mr-3"], [1, "text-xs", "font-medium", "px-3", "py-1.5", "rounded-md", "transition-all", "cursor-pointer", 3, "click", "ngClass"]], template: function TooltipContainerComponent_Template(rf, ctx) { if (rf & 1) {
21104
21104
  i0.ɵɵconditionalCreate(0, TooltipContainerComponent_Conditional_0_Template, 19, 8, "div", 0);
21105
21105
  } if (rf & 2) {
@@ -21134,7 +21134,7 @@ class TooltipContainerComponent {
21134
21134
  standalone: true,
21135
21135
  changeDetection: ChangeDetectionStrategy.OnPush,
21136
21136
  host: {
21137
- '[style]': '"position: fixed; top: 0; left: 0; width: 0; height: 0; pointer-events: none; overflow: visible;"'
21137
+ '[style]': '"position: fixed; top: 0; left: 0; width: 0; height: 0; pointer-events: none; overflow: visible; z-index: 10001;"'
21138
21138
  },
21139
21139
  imports: [
21140
21140
  CommonModule,