@ni/nimble-components 8.1.11 → 8.2.0

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.
@@ -3202,7 +3202,12 @@ const id=mt`
3202
3202
  }
3203
3203
 
3204
3204
  [part='start'] {
3205
- display: none;
3205
+ display: contents;
3206
+ }
3207
+
3208
+ slot[name='start']::slotted(*) {
3209
+ margin-left: calc(${cn} / 2);
3210
+ flex: none;
3206
3211
  }
3207
3212
 
3208
3213
  .control {