@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.
- package/dist/all-components-bundle.js +3 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/spinner/styles.js +2 -0
- package/dist/esm/spinner/styles.js.map +1 -1
- package/package.json +2 -2
|
@@ -16356,7 +16356,7 @@
|
|
|
16356
16356
|
|
|
16357
16357
|
/**
|
|
16358
16358
|
* Do not edit directly
|
|
16359
|
-
* Generated on
|
|
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
|
|