@ni/nimble-components 15.3.0 → 15.3.1

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.
@@ -2562,10 +2562,6 @@ const zh=vt`
2562
2562
  ease-in;
2563
2563
  }
2564
2564
 
2565
- :host([location='left']) dialog.closing .dialog-contents {
2566
- animation-direction: reverse;
2567
- }
2568
-
2569
2565
  @keyframes ni-private-drawer-slide-in-right-keyframes {
2570
2566
  0% {
2571
2567
  transform: translate(100%);
@@ -2586,17 +2582,21 @@ const zh=vt`
2586
2582
  ease-in;
2587
2583
  }
2588
2584
 
2589
- :host([location='right']) dialog.closing .dialog-contents {
2590
- animation-direction: reverse;
2591
- }
2592
-
2593
2585
  @media (prefers-reduced-motion) {
2594
2586
  :host([location='left']) dialog.animating .dialog-contents,
2595
2587
  :host([location='right']) dialog.animating .dialog-contents {
2596
- animation-duration: 1ms;
2588
+ animation: ni-private-drawer-fade-in-keyframes ${Pa} ease-in;
2597
2589
  }
2598
2590
  }
2599
2591
 
2592
+ :host([location='left']) dialog.closing .dialog-contents {
2593
+ animation-direction: reverse;
2594
+ }
2595
+
2596
+ :host([location='right']) dialog.closing .dialog-contents {
2597
+ animation-direction: reverse;
2598
+ }
2599
+
2600
2600
  ${""}
2601
2601
 
2602
2602
  ::slotted(header) {