@tmlmobilidade/ui 20250819.2107.31 → 20250819.2202.31
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 +35 -6
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/src/components/map/overlays/MapOverlayMultipleStops/index.js +14 -26
- package/dist/src/components/map/overlays/MapOverlayMultipleStops/index.js.map +1 -1
- package/dist/src/components/map/overlays/MapOverlayMultipleStops/styles.module.css.js +4 -0
- package/dist/src/components/map/overlays/MapOverlayMultipleStops/styles.module.css.js.map +1 -0
- package/dist/src/hooks/use-css-variable.js +2 -2
- package/dist/src/hooks/use-css-variable.js.map +1 -1
- package/dist/styles-no-reset.css +35 -6
- package/dist/styles.css +35 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -8676,16 +8676,16 @@ body {
|
|
|
8676
8676
|
--color-brand-metro-200: #fff;
|
|
8677
8677
|
|
|
8678
8678
|
|
|
8679
|
-
/* COLOR / BRAND / CCFL*/
|
|
8679
|
+
/* COLOR / BRAND / CCFL */
|
|
8680
8680
|
|
|
8681
8681
|
--color-brand-ccfl-100: #ffd400;
|
|
8682
8682
|
--color-brand-ccfl-200: #19478e;
|
|
8683
8683
|
|
|
8684
8684
|
|
|
8685
|
-
/* COLOR / BRAND /
|
|
8685
|
+
/* COLOR / BRAND / CP */
|
|
8686
8686
|
|
|
8687
|
-
--color-brand-
|
|
8688
|
-
--color-brand-
|
|
8687
|
+
--color-brand-cp-100: #2a9057;
|
|
8688
|
+
--color-brand-cp-200: #fff;
|
|
8689
8689
|
|
|
8690
8690
|
/* * */
|
|
8691
8691
|
/* SIZE / WIDTH */
|
|
@@ -8778,7 +8778,7 @@ body {
|
|
|
8778
8778
|
--color-status-info-primary: #054b8c;
|
|
8779
8779
|
--color-status-info-contrast: #051e3c;
|
|
8780
8780
|
|
|
8781
|
-
/* COLOR / STATUS / SUCCESS*/
|
|
8781
|
+
/* COLOR / STATUS / SUCCESS */
|
|
8782
8782
|
|
|
8783
8783
|
--color-status-success-primary: #329150;
|
|
8784
8784
|
--color-status-success-contrast: #052314;
|
|
@@ -8820,7 +8820,7 @@ body {
|
|
|
8820
8820
|
--color-brand-metro-100: #e43c2f;
|
|
8821
8821
|
--color-brand-metro-200: #fff;
|
|
8822
8822
|
|
|
8823
|
-
/* COLOR / BRAND / CCFL*/
|
|
8823
|
+
/* COLOR / BRAND / CCFL */
|
|
8824
8824
|
|
|
8825
8825
|
--color-brand-ccfl-100: #ffd400;
|
|
8826
8826
|
--color-brand-ccfl-200: #19478e;
|
|
@@ -11681,6 +11681,35 @@ breakpoint-mobile {
|
|
|
11681
11681
|
}
|
|
11682
11682
|
}
|
|
11683
11683
|
/* * */
|
|
11684
|
+
/* POPUP */
|
|
11685
|
+
|
|
11686
|
+
.styles-module_popup__W04OI {
|
|
11687
|
+
display: flex;
|
|
11688
|
+
flex-direction: column;
|
|
11689
|
+
gap: var(--size-spacing-xs);
|
|
11690
|
+
align-items: flex-start;
|
|
11691
|
+
justify-content: flex-start;
|
|
11692
|
+
}
|
|
11693
|
+
|
|
11694
|
+
/* * */
|
|
11695
|
+
/* ID */
|
|
11696
|
+
|
|
11697
|
+
.styles-module_id__RKc3q {
|
|
11698
|
+
font-weight: bold;
|
|
11699
|
+
line-height: 1;
|
|
11700
|
+
color: var(--color-secondary);
|
|
11701
|
+
}
|
|
11702
|
+
|
|
11703
|
+
/* * */
|
|
11704
|
+
/* NAME */
|
|
11705
|
+
|
|
11706
|
+
.styles-module_name__aygYV {
|
|
11707
|
+
font-size: 14px;
|
|
11708
|
+
font-weight: normal;
|
|
11709
|
+
line-height: 1.2;
|
|
11710
|
+
color: #000;
|
|
11711
|
+
}
|
|
11712
|
+
/* * */
|
|
11684
11713
|
/* ATTRIBUTION */
|
|
11685
11714
|
|
|
11686
11715
|
.styles-module_attribution__WHPBx {
|