@eric-emg/symphiq-components 1.2.70 → 1.2.71
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.
|
@@ -11415,11 +11415,11 @@ class TooltipContainerComponent {
|
|
|
11415
11415
|
NarrativeTooltipComponent], encapsulation: 2, data: { animation: [
|
|
11416
11416
|
trigger('fadeInScale', [
|
|
11417
11417
|
transition(':enter', [
|
|
11418
|
-
style({ opacity: 0
|
|
11419
|
-
animate('150ms ease-out', style({ opacity: 1
|
|
11418
|
+
style({ opacity: 0 }),
|
|
11419
|
+
animate('150ms ease-out', style({ opacity: 1 }))
|
|
11420
11420
|
]),
|
|
11421
11421
|
transition(':leave', [
|
|
11422
|
-
animate('100ms ease-in', style({ opacity: 0
|
|
11422
|
+
animate('100ms ease-in', style({ opacity: 0 }))
|
|
11423
11423
|
])
|
|
11424
11424
|
])
|
|
11425
11425
|
] }, changeDetection: 0 }); }
|
|
@@ -11445,11 +11445,11 @@ class TooltipContainerComponent {
|
|
|
11445
11445
|
animations: [
|
|
11446
11446
|
trigger('fadeInScale', [
|
|
11447
11447
|
transition(':enter', [
|
|
11448
|
-
style({ opacity: 0
|
|
11449
|
-
animate('150ms ease-out', style({ opacity: 1
|
|
11448
|
+
style({ opacity: 0 }),
|
|
11449
|
+
animate('150ms ease-out', style({ opacity: 1 }))
|
|
11450
11450
|
]),
|
|
11451
11451
|
transition(':leave', [
|
|
11452
|
-
animate('100ms ease-in', style({ opacity: 0
|
|
11452
|
+
animate('100ms ease-in', style({ opacity: 0 }))
|
|
11453
11453
|
])
|
|
11454
11454
|
])
|
|
11455
11455
|
],
|