@tmlmobilidade/ui 20250819.16.25 → 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 CHANGED
@@ -11688,20 +11688,27 @@ breakpoint-mobile {
11688
11688
  right: 0;
11689
11689
  bottom: 0;
11690
11690
  display: flex;
11691
- gap: var(--size-spacing-sm);
11692
- padding: var(--size-spacing-sm) var(--size-spacing-md);
11691
+ gap: var(--size-spacing-md);
11692
+ padding: 5px 5px 2px;
11693
11693
  font-size: 8px;
11694
11694
  font-weight: var(--font-weight-semibold);
11695
11695
  line-height: 1;
11696
11696
  color: var(--color-system-text-300);
11697
11697
  background-color: var(--color-system-background-200);
11698
- opacity: 0.5;
11698
+ border-top-left-radius: 5px;
11699
+ opacity: 0.25;
11700
+ }
11701
+
11702
+ .styles-module_attribution__WHPBx:hover {
11703
+ opacity: 1;
11699
11704
  }
11700
11705
 
11701
- .styles-module_attribution__WHPBx a:hover {
11706
+ /* * */
11707
+ /* LINKS */
11708
+
11709
+ .styles-module_link__rW8MU:hover {
11702
11710
  color: var(--color-system-text-100);
11703
11711
  text-decoration: underline;
11704
- opacity: 1;
11705
11712
  }
11706
11713
  /* * */
11707
11714
  /* TOOLBAR */
@@ -11735,6 +11742,12 @@ breakpoint-mobile {
11735
11742
  position: relative;
11736
11743
  display: flex;
11737
11744
  flex-direction: column;
11745
+ height: 100%;
11746
+ pointer-events: none;
11747
+ }
11748
+
11749
+ .styles-module_children__nR9F0 > * {
11750
+ pointer-events: auto;
11738
11751
  }
11739
11752
  /* * */
11740
11753
  /* HEADER */