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