@tmlmobilidade/ui 20250818.2341.21 → 20250819.16.25
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 +15 -4
- 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/styles-no-reset.css +15 -4
- package/dist/styles.css +15 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11688,17 +11688,20 @@ breakpoint-mobile {
|
|
|
11688
11688
|
right: 0;
|
|
11689
11689
|
bottom: 0;
|
|
11690
11690
|
display: flex;
|
|
11691
|
-
gap: var(--size-spacing-
|
|
11692
|
-
padding: var(--size-spacing-
|
|
11691
|
+
gap: var(--size-spacing-sm);
|
|
11692
|
+
padding: var(--size-spacing-sm) var(--size-spacing-md);
|
|
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
|
+
opacity: 0.5;
|
|
11697
11699
|
}
|
|
11698
11700
|
|
|
11699
11701
|
.styles-module_attribution__WHPBx a:hover {
|
|
11700
|
-
color: var(--color-
|
|
11702
|
+
color: var(--color-system-text-100);
|
|
11701
11703
|
text-decoration: underline;
|
|
11704
|
+
opacity: 1;
|
|
11702
11705
|
}
|
|
11703
11706
|
/* * */
|
|
11704
11707
|
/* TOOLBAR */
|
|
@@ -11719,12 +11722,20 @@ breakpoint-mobile {
|
|
|
11719
11722
|
/* CONTAINER */
|
|
11720
11723
|
|
|
11721
11724
|
.styles-module_container__Z7cd2 {
|
|
11722
|
-
position: relative;
|
|
11723
11725
|
display: grid;
|
|
11724
11726
|
grid-template-rows: 1fr auto;
|
|
11725
11727
|
width: 100%;
|
|
11726
11728
|
height: 100%;
|
|
11727
11729
|
}
|
|
11730
|
+
|
|
11731
|
+
/* * */
|
|
11732
|
+
/* CHILDREN */
|
|
11733
|
+
|
|
11734
|
+
.styles-module_children__nR9F0 {
|
|
11735
|
+
position: relative;
|
|
11736
|
+
display: flex;
|
|
11737
|
+
flex-direction: column;
|
|
11738
|
+
}
|
|
11728
11739
|
/* * */
|
|
11729
11740
|
/* HEADER */
|
|
11730
11741
|
|