@tmlmobilidade/ui 20250911.1606.56 → 20250915.936.53

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
@@ -11654,6 +11654,34 @@ figure {
11654
11654
  .Popover-module_dropdown__oYeH2 {
11655
11655
  padding: 3px;
11656
11656
  }
11657
+ .SegmentedControl-sm-module_root__6Beyn {
11658
+ overflow: visible;
11659
+ color: var(--color-primary);
11660
+ background-color: var(--color-background);
11661
+ }
11662
+
11663
+ .SegmentedControl-sm-module_indicator__rC5su {
11664
+ color: var(--color-contrast);
11665
+ background-color: var(--color-primary);
11666
+ border: 2px solid var(--color-secondary);
11667
+ box-shadow: 0 1px 3px 0 var(--color-shadow);
11668
+ }
11669
+
11670
+ .SegmentedControl-sm-module_label__pOiBt {
11671
+ display: flex;
11672
+ align-items: center;
11673
+ justify-content: center;
11674
+ padding: calc(var(--size-spacing-sm) / 2) var(--size-spacing-sm);
11675
+ font-size: var(--font-size-sm);
11676
+ font-weight: var(--font-weight-semibold);
11677
+ line-height: 1;
11678
+ color: var(--color-primary);
11679
+ text-transform: uppercase;
11680
+ }
11681
+
11682
+ .SegmentedControl-sm-module_label__pOiBt[data-active="true"] {
11683
+ color: var(--color-contrast);
11684
+ }
11657
11685
  .SegmentedControl-module_root__NJUt4 {
11658
11686
  overflow: visible;
11659
11687
  color: var(--color-primary);
@@ -11671,9 +11699,8 @@ figure {
11671
11699
  display: flex;
11672
11700
  align-items: center;
11673
11701
  justify-content: center;
11674
- height: 40px;
11675
- padding: 0 15px;
11676
- font-size: 16px;
11702
+ padding: calc(var(--size-spacing-md) / 2) var(--size-spacing-md);
11703
+ font-size: var(--font-size-md);
11677
11704
  font-weight: var(--font-weight-semibold);
11678
11705
  line-height: 1;
11679
11706
  color: var(--color-primary);