@tmlmobilidade/ui 20250820.956.34 → 20250820.2314.30

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
@@ -11741,6 +11741,30 @@ breakpoint-mobile {
11741
11741
  text-decoration: underline;
11742
11742
  }
11743
11743
  /* * */
11744
+ /* CONTAINER */
11745
+
11746
+ .styles-module_container__ibVbi {
11747
+ display: grid;
11748
+ grid-template-rows: 1fr auto;
11749
+ width: 100%;
11750
+ height: 100%;
11751
+ }
11752
+
11753
+ /* * */
11754
+ /* CHILDREN */
11755
+
11756
+ .styles-module_children__3j0M3 {
11757
+ position: relative;
11758
+ display: flex;
11759
+ flex-direction: column;
11760
+ height: 100%;
11761
+ pointer-events: none;
11762
+ }
11763
+
11764
+ .styles-module_children__3j0M3 > * {
11765
+ pointer-events: auto;
11766
+ }
11767
+ /* * */
11744
11768
  /* TOOLBAR */
11745
11769
 
11746
11770
  .styles-module_toolbar__wirSY {