@ni/nimble-components 18.12.5 → 18.12.6

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.
@@ -4663,6 +4663,7 @@ const Nm=fe`
4663
4663
  :host {
4664
4664
  height: ${aa};
4665
4665
  aspect-ratio: 1 / 1;
4666
+ --ni-private-spinner-animation-play-state: running;
4666
4667
  }
4667
4668
 
4668
4669
  div.container {
@@ -4680,6 +4681,7 @@ const Nm=fe`
4680
4681
  margin: auto;
4681
4682
  animation-duration: 1600ms;
4682
4683
  animation-iteration-count: infinite;
4684
+ animation-play-state: var(--ni-private-spinner-animation-play-state);
4683
4685
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 0);
4684
4686
  }
4685
4687