@tmlmobilidade/ui 20250901.2108.42 → 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/styles-no-reset.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,
|
package/dist/styles.css
CHANGED
@@ -3249,7 +3249,7 @@ fieldset:disabled .mantine-active:active {
|
|
3249
3249
|
}
|
3250
3250
|
|
3251
3251
|
.m_d57069b5:where([data-autosize]) .m_b1336c6 {
|
3252
|
-
width: min-content;
|
3252
|
+
min-width: min-content;
|
3253
3253
|
}
|
3254
3254
|
|
3255
3255
|
.m_c0783ff9 {
|
@@ -4124,7 +4124,7 @@ fieldset:disabled .mantine-active:active {
|
|
4124
4124
|
height: var(--input-size);
|
4125
4125
|
min-height: var(--input-height);
|
4126
4126
|
line-height: var(--input-line-height);
|
4127
|
-
font-size: var(--
|
4127
|
+
font-size: var(--_input-fz, var(--input-fz, var(--mantine-font-size-md)));
|
4128
4128
|
border-radius: var(--input-radius);
|
4129
4129
|
padding-inline-start: var(--input-padding-inline-start);
|
4130
4130
|
padding-inline-end: var(--input-padding-inline-end);
|
@@ -4144,7 +4144,7 @@ fieldset:disabled .mantine-active:active {
|
|
4144
4144
|
|
4145
4145
|
.m_8fb7ebe7[data-monospace] {
|
4146
4146
|
--input-font-family: var(--mantine-font-family-monospace);
|
4147
|
-
--
|
4147
|
+
--_input-fz: calc(var(--input-fz) - calc(0.125rem * var(--mantine-scale)));
|
4148
4148
|
}
|
4149
4149
|
|
4150
4150
|
.m_8fb7ebe7:focus,
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tmlmobilidade/ui",
|
3
3
|
"description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
|
4
|
-
"version": "
|
4
|
+
"version": "20250902.1255.46",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|
@@ -42,13 +42,13 @@
|
|
42
42
|
"path": false
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@carrismetropolitana/api-types": "
|
46
|
-
"@mantine/core": "8.2.
|
47
|
-
"@mantine/dates": "8.2.
|
48
|
-
"@mantine/form": "8.2.
|
49
|
-
"@mantine/hooks": "8.2.
|
50
|
-
"@mantine/modals": "8.2.
|
51
|
-
"@mantine/notifications": "8.2.
|
45
|
+
"@carrismetropolitana/api-types": "20250830.445.32",
|
46
|
+
"@mantine/core": "8.2.8",
|
47
|
+
"@mantine/dates": "8.2.8",
|
48
|
+
"@mantine/form": "8.2.8",
|
49
|
+
"@mantine/hooks": "8.2.8",
|
50
|
+
"@mantine/modals": "8.2.8",
|
51
|
+
"@mantine/notifications": "8.2.8",
|
52
52
|
"@tabler/icons-react": "3.34.1",
|
53
53
|
"@tmlmobilidade/lib": "*",
|
54
54
|
"@tmlmobilidade/types": "*",
|
@@ -70,8 +70,8 @@
|
|
70
70
|
"@types/geojson": "7946.0.16",
|
71
71
|
"@types/luxon": "3.7.1",
|
72
72
|
"@types/node": "24.3.0",
|
73
|
-
"@types/react": "19.1.
|
74
|
-
"@types/react-dom": "19.1.
|
73
|
+
"@types/react": "19.1.12",
|
74
|
+
"@types/react-dom": "19.1.9",
|
75
75
|
"nodemon": "3.1.10",
|
76
76
|
"postcss": "8.5.6",
|
77
77
|
"react": "19.1.1",
|