@eric-emg/symphiq-components 1.2.78 → 1.2.79

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.
@@ -11420,7 +11420,7 @@ class TooltipContainerComponent {
11420
11420
  static { this.ɵfac = function TooltipContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TooltipContainerComponent)(); }; }
11421
11421
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TooltipContainerComponent, selectors: [["symphiq-tooltip-container"]], hostVars: 2, hostBindings: function TooltipContainerComponent_HostBindings(rf, ctx) { if (rf & 2) {
11422
11422
  i0.ɵɵstyleProp("display", "contents");
11423
- } }, decls: 1, vars: 1, consts: [[1, "z-[100]", "pointer-events-none", 3, "style"], [1, "z-[100]", "pointer-events-none"], [1, "rounded-lg", "shadow-2xl", "border", "backdrop-blur-xl", "px-4", "py-3", "pointer-events-auto", 2, "max-width", "24rem", "width", "max-content", "min-width", "12rem", 3, "mouseenter", "mouseleave", "ngClass"], [1, "text-sm", "space-y-3", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", "leading-relaxed", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", 3, "ngClass"], [3, "content", "isLightMode"], [1, "space-y-2"], [1, "font-semibold"], [1, "whitespace-pre-line", "leading-relaxed"]], template: function TooltipContainerComponent_Template(rf, ctx) { if (rf & 1) {
11423
+ } }, decls: 1, vars: 1, consts: [[1, "z-[100]", "pointer-events-none", 3, "style"], [1, "z-[100]", "pointer-events-none"], [1, "rounded-lg", "shadow-2xl", "border", "backdrop-blur-xl", "px-4", "py-3", "pointer-events-auto", 2, "width", "24rem", "min-width", "12rem", "box-sizing", "border-box", 3, "mouseenter", "mouseleave", "ngClass"], [1, "text-sm", "space-y-3", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", "leading-relaxed", 3, "ngClass"], [1, "text-sm", "whitespace-pre-line", 3, "ngClass"], [3, "content", "isLightMode"], [1, "space-y-2"], [1, "font-semibold"], [1, "whitespace-pre-line", "leading-relaxed"]], template: function TooltipContainerComponent_Template(rf, ctx) { if (rf & 1) {
11424
11424
  i0.ɵɵconditionalCreate(0, TooltipContainerComponent_Conditional_0_Template, 15, 7, "div", 0);
11425
11425
  } if (rf & 2) {
11426
11426
  i0.ɵɵconditional(ctx.isVisible() ? 0 : -1);
@@ -11486,7 +11486,7 @@ class TooltipContainerComponent {
11486
11486
  <div
11487
11487
  [ngClass]="contentClass()"
11488
11488
  class="rounded-lg shadow-2xl border backdrop-blur-xl px-4 py-3 pointer-events-auto"
11489
- style="max-width: 24rem; width: max-content; min-width: 12rem;"
11489
+ style="width: 24rem; min-width: 12rem; box-sizing: border-box;"
11490
11490
  (mouseenter)="onTooltipMouseEnter()"
11491
11491
  (mouseleave)="onTooltipMouseLeave()">
11492
11492
  @let content = tooltipContent();