@tmlmobilidade/ui 20251010.756.34 → 20251010.802.11
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.css +3 -2
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +3 -2
- package/dist/styles.css +3 -2
- package/package.json +8 -8
package/dist/index.css
CHANGED
@@ -10666,7 +10666,8 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
10666
10666
|
|
10667
10667
|
.m_154c536b {
|
10668
10668
|
text-align: center;
|
10669
|
-
width: 2.5em;
|
10669
|
+
min-width: 2.5em;
|
10670
|
+
width: max-content;
|
10670
10671
|
height: 2em;
|
10671
10672
|
border-radius: var(--mantine-radius-default);
|
10672
10673
|
font-size: var(--control-font-size, var(--mantine-font-size-sm));
|
@@ -10794,7 +10795,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
10794
10795
|
}
|
10795
10796
|
|
10796
10797
|
.m_6b43ba88:where([data-am-pm]) {
|
10797
|
-
width:
|
10798
|
+
width: auto;
|
10798
10799
|
}
|
10799
10800
|
|
10800
10801
|
.m_6b43ba88:where(:disabled) {
|