@mw-kit/mw-ui 1.7.116 → 1.7.117
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.
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17568,10 +17568,12 @@ let _$E = t => t,
|
|
|
17568
17568
|
_t5$c,
|
|
17569
17569
|
_t6$a,
|
|
17570
17570
|
_t7$a;
|
|
17571
|
+
const size$1 = '17px';
|
|
17571
17572
|
const LabelContainer$5 = styled.div(_t$E || (_t$E = _$E`
|
|
17572
17573
|
${0}
|
|
17573
17574
|
display: flex;
|
|
17574
17575
|
align-items: center;
|
|
17576
|
+
overflow: hidden;
|
|
17575
17577
|
`), ({
|
|
17576
17578
|
theme
|
|
17577
17579
|
}) => theme.useTypography('p'));
|
|
@@ -17579,6 +17581,9 @@ const Label$6 = styled.label(_t2$t || (_t2$t = _$E`
|
|
|
17579
17581
|
display: flex;
|
|
17580
17582
|
gap: ${0};
|
|
17581
17583
|
|
|
17584
|
+
min-height: ${0};
|
|
17585
|
+
min-width: ${0};
|
|
17586
|
+
|
|
17582
17587
|
${0}
|
|
17583
17588
|
|
|
17584
17589
|
${0}
|
|
@@ -17641,7 +17646,7 @@ ${0}
|
|
|
17641
17646
|
}
|
|
17642
17647
|
`), ({
|
|
17643
17648
|
theme
|
|
17644
|
-
}) => theme.spacings.s1, ({
|
|
17649
|
+
}) => theme.spacings.s1, size$1, size$1, ({
|
|
17645
17650
|
disabled
|
|
17646
17651
|
}) => {
|
|
17647
17652
|
if (!disabled) {
|