@ni/nimble-components 32.2.8 → 32.2.9

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.
@@ -12485,8 +12485,9 @@ const pB="underline",fB="outline",mB="block",gB="frameless",vB=Mt`
12485
12485
  align-items: center;
12486
12486
  justify-content: center;
12487
12487
  border: 0px solid rgba(${xl}, 0.3);
12488
- gap: ${Vl};
12488
+ gap: ${zl};
12489
12489
  padding: ${ql};
12490
+ padding-left: calc(${ql} + ${zl});
12490
12491
  }
12491
12492
 
12492
12493
  :host([readonly]) .root {
@@ -12541,6 +12542,7 @@ const pB="underline",fB="outline",mB="block",gB="frameless",vB=Mt`
12541
12542
  slot[name='start']::slotted(*) {
12542
12543
  flex: none;
12543
12544
  opacity: 0.6;
12545
+ margin-right: ${zl};
12544
12546
  }
12545
12547
 
12546
12548
  :host([disabled]) slot[name='start']::slotted(*) {
@@ -12588,6 +12590,7 @@ const pB="underline",fB="outline",mB="block",gB="frameless",vB=Mt`
12588
12590
  [part='end']::after {
12589
12591
  content: '';
12590
12592
  position: absolute;
12593
+ margin-left: calc(-1 * (${ql} + ${zl}));
12591
12594
  bottom: calc(-1 * ${ql});
12592
12595
  width: 0px;
12593
12596
  height: 0px;
@@ -12659,6 +12662,7 @@ const pB="underline",fB="outline",mB="block",gB="frameless",vB=Mt`
12659
12662
  .root {
12660
12663
  border-width: ${ql};
12661
12664
  padding: 0;
12665
+ padding-left: ${zl};
12662
12666
  }
12663
12667
  `),Ih(gB,Mt`
12664
12668
  .control {