@tmlmobilidade/ui 20250825.2311.31 → 20250826.1052.8
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 +8 -0
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +8 -0
- package/dist/styles.css +8 -0
- package/package.json +3 -3
package/dist/styles-no-reset.css
CHANGED
@@ -10579,6 +10579,14 @@ breakpoint-mobile {
|
|
10579
10579
|
justify-content: flex-end;
|
10580
10580
|
}
|
10581
10581
|
|
10582
|
+
.styles-module_root__9sh2n[data-justify-content="space-between"] {
|
10583
|
+
justify-content: space-between;
|
10584
|
+
}
|
10585
|
+
|
10586
|
+
.styles-module_root__9sh2n[data-justify-content="space-around"] {
|
10587
|
+
justify-content: space-around;
|
10588
|
+
}
|
10589
|
+
|
10582
10590
|
/* * */
|
10583
10591
|
/* PROPS / GAP */
|
10584
10592
|
|
package/dist/styles.css
CHANGED
@@ -10634,6 +10634,14 @@ breakpoint-mobile {
|
|
10634
10634
|
justify-content: flex-end;
|
10635
10635
|
}
|
10636
10636
|
|
10637
|
+
.styles-module_root__9sh2n[data-justify-content="space-between"] {
|
10638
|
+
justify-content: space-between;
|
10639
|
+
}
|
10640
|
+
|
10641
|
+
.styles-module_root__9sh2n[data-justify-content="space-around"] {
|
10642
|
+
justify-content: space-around;
|
10643
|
+
}
|
10644
|
+
|
10637
10645
|
/* * */
|
10638
10646
|
/* PROPS / GAP */
|
10639
10647
|
|
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": "20250826.1052.8",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"clsx": "2.1.1",
|
57
57
|
"luxon": "3.7.1",
|
58
58
|
"mantine-form-zod-resolver": "1.3.0",
|
59
|
-
"maplibre-gl": "5.
|
59
|
+
"maplibre-gl": "5.7.0",
|
60
60
|
"react": "19.x",
|
61
61
|
"react-viewport-list": "7.1.2"
|
62
62
|
},
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"rollup-plugin-tsconfig-paths": "1.5.2",
|
81
81
|
"rollup-preserve-directives": "1.1.3",
|
82
82
|
"swr": "2.3.6",
|
83
|
-
"tsx": "4.20.
|
83
|
+
"tsx": "4.20.5",
|
84
84
|
"typescript": "5.9.2"
|
85
85
|
}
|
86
86
|
}
|