@tmlmobilidade/ui 20250403.1357.7 → 20250403.1445.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.map +1 -1
- package/dist/styles-no-reset.css +3 -0
- package/dist/styles.css +3 -0
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -8654,6 +8654,8 @@ breakpoint-mobile {
|
|
8654
8654
|
/* ROOT */
|
8655
8655
|
|
8656
8656
|
.Switch-module_root__8acvT {
|
8657
|
+
cursor: pointer;
|
8658
|
+
|
8657
8659
|
--switch-height-xs: 24px;
|
8658
8660
|
--switch-height-sm: 24px;
|
8659
8661
|
--switch-height-md: 24px;
|
@@ -8727,6 +8729,7 @@ breakpoint-mobile {
|
|
8727
8729
|
}
|
8728
8730
|
|
8729
8731
|
.Switch-module_label__KyLHG {
|
8732
|
+
width: max-content;
|
8730
8733
|
padding: 0;
|
8731
8734
|
margin: 0;
|
8732
8735
|
font-size: 16px;
|
package/dist/styles.css
CHANGED
@@ -8709,6 +8709,8 @@ breakpoint-mobile {
|
|
8709
8709
|
/* ROOT */
|
8710
8710
|
|
8711
8711
|
.Switch-module_root__8acvT {
|
8712
|
+
cursor: pointer;
|
8713
|
+
|
8712
8714
|
--switch-height-xs: 24px;
|
8713
8715
|
--switch-height-sm: 24px;
|
8714
8716
|
--switch-height-md: 24px;
|
@@ -8782,6 +8784,7 @@ breakpoint-mobile {
|
|
8782
8784
|
}
|
8783
8785
|
|
8784
8786
|
.Switch-module_label__KyLHG {
|
8787
|
+
width: max-content;
|
8785
8788
|
padding: 0;
|
8786
8789
|
margin: 0;
|
8787
8790
|
font-size: 16px;
|