@tmlmobilidade/ui 20250825.2314.37 → 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.
@@ -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": "20250825.2314.37",
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": {