@tmlmobilidade/ui 20250402.1624.25 → 20250402.1625.1
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.map +1 -1
- package/dist/styles-no-reset.css +1 -0
- package/dist/styles.css +1 -0
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -8636,6 +8636,7 @@ breakpoint-mobile {
|
|
8636
8636
|
.SegmentedControl-module_label__rC0gM {
|
8637
8637
|
font-weight: var(--font-weight-semibold);
|
8638
8638
|
color: var(--color-primary);
|
8639
|
+
text-transform: uppercase;
|
8639
8640
|
}
|
8640
8641
|
|
8641
8642
|
.SegmentedControl-module_label__rC0gM[data-active="true"] {
|
package/dist/styles.css
CHANGED
@@ -8691,6 +8691,7 @@ breakpoint-mobile {
|
|
8691
8691
|
.SegmentedControl-module_label__rC0gM {
|
8692
8692
|
font-weight: var(--font-weight-semibold);
|
8693
8693
|
color: var(--color-primary);
|
8694
|
+
text-transform: uppercase;
|
8694
8695
|
}
|
8695
8696
|
|
8696
8697
|
.SegmentedControl-module_label__rC0gM[data-active="true"] {
|