@tmlmobilidade/ui 20250819.27.44 → 20250819.30.17
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 +5 -0
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +5 -0
- package/dist/styles.css +5 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11743,6 +11743,11 @@ breakpoint-mobile {
|
|
|
11743
11743
|
display: flex;
|
|
11744
11744
|
flex-direction: column;
|
|
11745
11745
|
height: 100%;
|
|
11746
|
+
pointer-events: none;
|
|
11747
|
+
}
|
|
11748
|
+
|
|
11749
|
+
.styles-module_children__nR9F0 > * {
|
|
11750
|
+
pointer-events: auto;
|
|
11746
11751
|
}
|
|
11747
11752
|
/* * */
|
|
11748
11753
|
/* HEADER */
|