@ni/nimble-components 21.6.5 → 21.6.7
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 +21 -4
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +12 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/error/styles.js +1 -1
- package/dist/esm/patterns/error/styles.js.map +1 -1
- package/dist/esm/spinner/styles.js +9 -2
- package/dist/esm/spinner/styles.js.map +1 -1
- package/dist/esm/spinner/template.js +11 -0
- package/dist/esm/spinner/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -3239,7 +3239,7 @@ const Gm="nimble-icon-arrow-expander-down",Km="above",Jm="underline",Xm="outline
|
|
|
3239
3239
|
color: ${Fa};
|
|
3240
3240
|
width: 100%;
|
|
3241
3241
|
position: absolute;
|
|
3242
|
-
bottom: calc(-1 * ${Ed});
|
|
3242
|
+
bottom: calc(-1 * (${Ed} + 2px));
|
|
3243
3243
|
left: 0px;
|
|
3244
3244
|
overflow: hidden;
|
|
3245
3245
|
text-overflow: ellipsis;
|
|
@@ -9007,16 +9007,22 @@ const aT=sT.compose({baseName:"select",baseClass:Ji,template:(e,t)=>Z`
|
|
|
9007
9007
|
`})
|
|
9008
9008
|
Ht(sT,Ye,Xi),bi.getOrCreate().withPrefix("nimble").register(aT())
|
|
9009
9009
|
const lT=we`
|
|
9010
|
-
${Oo("inline-
|
|
9010
|
+
${Oo("inline-grid")}
|
|
9011
9011
|
|
|
9012
9012
|
:host {
|
|
9013
9013
|
height: ${ml};
|
|
9014
9014
|
aspect-ratio: 1 / 1;
|
|
9015
9015
|
}
|
|
9016
9016
|
|
|
9017
|
+
div.overlay {
|
|
9018
|
+
z-index: ${$h};
|
|
9019
|
+
margin: max(2px, 6.25%);
|
|
9020
|
+
grid-area: 1/1;
|
|
9021
|
+
}
|
|
9022
|
+
|
|
9017
9023
|
div.container {
|
|
9018
9024
|
margin: max(2px, 6.25%);
|
|
9019
|
-
|
|
9025
|
+
grid-area: 1/1;
|
|
9020
9026
|
${""}
|
|
9021
9027
|
opacity: 0.6;
|
|
9022
9028
|
}
|
|
@@ -9160,6 +9166,9 @@ const lT=we`
|
|
|
9160
9166
|
}
|
|
9161
9167
|
`)),cT=Z`
|
|
9162
9168
|
<template role="progressbar">
|
|
9169
|
+
${""}
|
|
9170
|
+
<div class="overlay"></div>
|
|
9171
|
+
|
|
9163
9172
|
<div class="container">
|
|
9164
9173
|
<div class="bit1"></div>
|
|
9165
9174
|
<div class="bit2"></div>
|