@tmlmobilidade/ui 20250818.2341.21 → 20250819.27.44
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 +24 -5
- package/dist/index.css.map +1 -1
- package/dist/src/components/map/view/MapView/index.js +1 -1
- package/dist/src/components/map/view/MapView/index.js.map +1 -1
- package/dist/src/components/map/view/MapView/styles.module.css.js +1 -1
- package/dist/src/components/map/view/MapViewAttribution/index.js +1 -1
- package/dist/src/components/map/view/MapViewAttribution/index.js.map +1 -1
- package/dist/src/components/map/view/MapViewAttribution/styles.module.css.js +1 -1
- package/dist/styles-no-reset.css +24 -5
- package/dist/styles.css +24 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11688,16 +11688,26 @@ breakpoint-mobile {
|
|
|
11688
11688
|
right: 0;
|
|
11689
11689
|
bottom: 0;
|
|
11690
11690
|
display: flex;
|
|
11691
|
-
gap: var(--size-spacing-
|
|
11692
|
-
|
|
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
|
+
background-color: var(--color-system-background-200);
|
|
11698
|
+
border-top-left-radius: 5px;
|
|
11699
|
+
opacity: 0.25;
|
|
11697
11700
|
}
|
|
11698
11701
|
|
|
11699
|
-
.styles-module_attribution__WHPBx
|
|
11700
|
-
|
|
11702
|
+
.styles-module_attribution__WHPBx:hover {
|
|
11703
|
+
opacity: 1;
|
|
11704
|
+
}
|
|
11705
|
+
|
|
11706
|
+
/* * */
|
|
11707
|
+
/* LINKS */
|
|
11708
|
+
|
|
11709
|
+
.styles-module_link__rW8MU:hover {
|
|
11710
|
+
color: var(--color-system-text-100);
|
|
11701
11711
|
text-decoration: underline;
|
|
11702
11712
|
}
|
|
11703
11713
|
/* * */
|
|
@@ -11719,12 +11729,21 @@ breakpoint-mobile {
|
|
|
11719
11729
|
/* CONTAINER */
|
|
11720
11730
|
|
|
11721
11731
|
.styles-module_container__Z7cd2 {
|
|
11722
|
-
position: relative;
|
|
11723
11732
|
display: grid;
|
|
11724
11733
|
grid-template-rows: 1fr auto;
|
|
11725
11734
|
width: 100%;
|
|
11726
11735
|
height: 100%;
|
|
11727
11736
|
}
|
|
11737
|
+
|
|
11738
|
+
/* * */
|
|
11739
|
+
/* CHILDREN */
|
|
11740
|
+
|
|
11741
|
+
.styles-module_children__nR9F0 {
|
|
11742
|
+
position: relative;
|
|
11743
|
+
display: flex;
|
|
11744
|
+
flex-direction: column;
|
|
11745
|
+
height: 100%;
|
|
11746
|
+
}
|
|
11728
11747
|
/* * */
|
|
11729
11748
|
/* HEADER */
|
|
11730
11749
|
|