@ni/nimble-components 21.6.6 → 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.
@@ -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-flex")}
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
- flex: 1;
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>