ng-tailwind 5.2.8 → 5.2.9
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.
package/fesm2020/ng-tailwind.mjs
CHANGED
|
@@ -8440,6 +8440,7 @@ class NgtPopoverDirective {
|
|
|
8440
8440
|
this.elementRef = elementRef;
|
|
8441
8441
|
this.viewContainerRef = viewContainerRef;
|
|
8442
8442
|
this.ngtPopoverPosition = NgtPopoverPosition.DEFAULT;
|
|
8443
|
+
this.ngtPopoverTemplateStyle = 'text-xxs';
|
|
8443
8444
|
this.dismissDelay = 1000;
|
|
8444
8445
|
this.showDelay = 1000;
|
|
8445
8446
|
this.openMethod = NgtPopoverOpenMethod.HOVER;
|