@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.
@@ -16356,7 +16356,7 @@
16356
16356
 
16357
16357
  /**
16358
16358
  * Do not edit directly
16359
- * Generated on Tue, 25 Apr 2023 20:25:48 GMT
16359
+ * Generated on Wed, 26 Apr 2023 17:25:12 GMT
16360
16360
  */
16361
16361
  const Information100DarkUi = "#a46eff";
16362
16362
  const Information100LightUi = "#804ad9";
@@ -24174,6 +24174,7 @@
24174
24174
  :host {
24175
24175
  height: ${spinnerSmallHeight};
24176
24176
  aspect-ratio: 1 / 1;
24177
+ --ni-private-spinner-animation-play-state: running;
24177
24178
  }
24178
24179
 
24179
24180
  div.container {
@@ -24199,6 +24200,7 @@
24199
24200
  margin: auto;
24200
24201
  animation-duration: 1600ms;
24201
24202
  animation-iteration-count: infinite;
24203
+ animation-play-state: var(--ni-private-spinner-animation-play-state);
24202
24204
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 0);
24203
24205
  }
24204
24206