@tmlmobilidade/ui 20250901.2042.59 → 20250902.1255.46
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 -3
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +3 -3
- package/dist/styles.css +3 -3
- package/package.json +10 -10
package/dist/index.css
CHANGED
@@ -3190,7 +3190,7 @@ fieldset:disabled .mantine-active:active {
|
|
3190
3190
|
}
|
3191
3191
|
|
3192
3192
|
.m_d57069b5:where([data-autosize]) .m_b1336c6 {
|
3193
|
-
width: min-content;
|
3193
|
+
min-width: min-content;
|
3194
3194
|
}
|
3195
3195
|
|
3196
3196
|
.m_c0783ff9 {
|
@@ -4065,7 +4065,7 @@ fieldset:disabled .mantine-active:active {
|
|
4065
4065
|
height: var(--input-size);
|
4066
4066
|
min-height: var(--input-height);
|
4067
4067
|
line-height: var(--input-line-height);
|
4068
|
-
font-size: var(--
|
4068
|
+
font-size: var(--_input-fz, var(--input-fz, var(--mantine-font-size-md)));
|
4069
4069
|
border-radius: var(--input-radius);
|
4070
4070
|
padding-inline-start: var(--input-padding-inline-start);
|
4071
4071
|
padding-inline-end: var(--input-padding-inline-end);
|
@@ -4085,7 +4085,7 @@ fieldset:disabled .mantine-active:active {
|
|
4085
4085
|
|
4086
4086
|
.m_8fb7ebe7[data-monospace] {
|
4087
4087
|
--input-font-family: var(--mantine-font-family-monospace);
|
4088
|
-
--
|
4088
|
+
--_input-fz: calc(var(--input-fz) - calc(0.125rem * var(--mantine-scale)));
|
4089
4089
|
}
|
4090
4090
|
|
4091
4091
|
.m_8fb7ebe7:focus,
|