@ni/nimble-components 8.1.9 → 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.
@@ -18214,7 +18214,12 @@
18214
18214
  }
18215
18215
 
18216
18216
  [part='start'] {
18217
- display: none;
18217
+ display: contents;
18218
+ }
18219
+
18220
+ slot[name='start']::slotted(*) {
18221
+ margin-left: calc(${standardPadding} / 2);
18222
+ flex: none;
18218
18223
  }
18219
18224
 
18220
18225
  .control {