@tmlmobilidade/ui 20250710.1009.12 → 20250710.1050.42

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
@@ -10732,6 +10732,45 @@ breakpoint-mobile {
10732
10732
  border-bottom: 1px solid var(--color-system-border-100);
10733
10733
  box-shadow: 0 0 10px -5px rgb(0 0 0 / 20%);
10734
10734
  }
10735
+ /* * */
10736
+ /* CONTAINER */
10737
+
10738
+ .styles-module_container__nTl3X {
10739
+ display: flex;
10740
+ }
10741
+
10742
+ /* * */
10743
+ /* PROPS / SIZE */
10744
+
10745
+ .styles-module_container__nTl3X[data-size="full"] {
10746
+ --spacer-size: 100%;
10747
+ }
10748
+
10749
+ .styles-module_container__nTl3X[data-size="lg"] {
10750
+ --spacer-size: var(--size-spacing-lg);
10751
+ }
10752
+
10753
+ .styles-module_container__nTl3X[data-size="md"] {
10754
+ --spacer-size: var(--size-spacing-md);
10755
+ }
10756
+
10757
+ .styles-module_container__nTl3X[data-size="sm"] {
10758
+ --spacer-size: var(--size-spacing-sm);
10759
+ }
10760
+
10761
+ /* * */
10762
+ /* PROPS / ORIENTATION */
10763
+
10764
+ .styles-module_container__nTl3X[data-orientation="vertical"] {
10765
+ width: 2px;
10766
+ height: var(--spacer-size);
10767
+ }
10768
+
10769
+ .styles-module_container__nTl3X[data-orientation="horizontal"] {
10770
+ width: var(--spacer-size);
10771
+ height: 2px;
10772
+ }
10773
+
10735
10774
  /* * */
10736
10775
  /* ROOT */
10737
10776
 
@@ -10914,45 +10953,6 @@ breakpoint-mobile {
10914
10953
  .styles-module_container__6148T:hover .styles-module_tooltip__APLWc {
10915
10954
  display: flex;
10916
10955
  }
10917
- /* * */
10918
- /* CONTAINER */
10919
-
10920
- .styles-module_container__nTl3X {
10921
- display: flex;
10922
- }
10923
-
10924
- /* * */
10925
- /* PROPS / SIZE */
10926
-
10927
- .styles-module_container__nTl3X[data-size="full"] {
10928
- --spacer-size: 100%;
10929
- }
10930
-
10931
- .styles-module_container__nTl3X[data-size="lg"] {
10932
- --spacer-size: var(--size-spacing-lg);
10933
- }
10934
-
10935
- .styles-module_container__nTl3X[data-size="md"] {
10936
- --spacer-size: var(--size-spacing-md);
10937
- }
10938
-
10939
- .styles-module_container__nTl3X[data-size="sm"] {
10940
- --spacer-size: var(--size-spacing-sm);
10941
- }
10942
-
10943
- /* * */
10944
- /* PROPS / ORIENTATION */
10945
-
10946
- .styles-module_container__nTl3X[data-orientation="vertical"] {
10947
- width: 2px;
10948
- height: var(--spacer-size);
10949
- }
10950
-
10951
- .styles-module_container__nTl3X[data-orientation="horizontal"] {
10952
- width: var(--spacer-size);
10953
- height: 2px;
10954
- }
10955
-
10956
10956
 
10957
10957
 
10958
10958
  /* * */