@tmlmobilidade/ui 20250403.1711.24 → 20250403.1714.3
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 +5 -2
- package/dist/styles.css +5 -2
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -8717,8 +8717,6 @@ breakpoint-mobile {
|
|
8717
8717
|
/* ROOT */
|
8718
8718
|
|
8719
8719
|
.Switch-module_root__8acvT {
|
8720
|
-
cursor: pointer;
|
8721
|
-
|
8722
8720
|
--switch-height-xs: 24px;
|
8723
8721
|
--switch-height-sm: 24px;
|
8724
8722
|
--switch-height-md: 24px;
|
@@ -8742,6 +8740,10 @@ breakpoint-mobile {
|
|
8742
8740
|
--switch-color: var(--color-secondary);
|
8743
8741
|
}
|
8744
8742
|
|
8743
|
+
.Switch-module_root__8acvT * {
|
8744
|
+
cursor: pointer;
|
8745
|
+
}
|
8746
|
+
|
8745
8747
|
|
8746
8748
|
/* * */
|
8747
8749
|
/* TRACK */
|
@@ -8777,6 +8779,7 @@ breakpoint-mobile {
|
|
8777
8779
|
gap: var(--size-spacing-sm);
|
8778
8780
|
align-items: center;
|
8779
8781
|
justify-content: center;
|
8782
|
+
cursor: pointer;
|
8780
8783
|
}
|
8781
8784
|
|
8782
8785
|
|
package/dist/styles.css
CHANGED
@@ -8772,8 +8772,6 @@ breakpoint-mobile {
|
|
8772
8772
|
/* ROOT */
|
8773
8773
|
|
8774
8774
|
.Switch-module_root__8acvT {
|
8775
|
-
cursor: pointer;
|
8776
|
-
|
8777
8775
|
--switch-height-xs: 24px;
|
8778
8776
|
--switch-height-sm: 24px;
|
8779
8777
|
--switch-height-md: 24px;
|
@@ -8797,6 +8795,10 @@ breakpoint-mobile {
|
|
8797
8795
|
--switch-color: var(--color-secondary);
|
8798
8796
|
}
|
8799
8797
|
|
8798
|
+
.Switch-module_root__8acvT * {
|
8799
|
+
cursor: pointer;
|
8800
|
+
}
|
8801
|
+
|
8800
8802
|
|
8801
8803
|
/* * */
|
8802
8804
|
/* TRACK */
|
@@ -8832,6 +8834,7 @@ breakpoint-mobile {
|
|
8832
8834
|
gap: var(--size-spacing-sm);
|
8833
8835
|
align-items: center;
|
8834
8836
|
justify-content: center;
|
8837
|
+
cursor: pointer;
|
8835
8838
|
}
|
8836
8839
|
|
8837
8840
|
|