@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.
package/dist/index.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