@tmlmobilidade/ui 20250403.1711.24 → 20250403.1758.45
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/index.d.ts +9 -10
- package/dist/index.js +1 -1
- package/dist/src/components/common/Text/index.js +4 -8
- package/dist/src/components/common/Text/index.js.map +1 -1
- package/dist/src/styles/mantine/Text.module.css.js +4 -0
- package/dist/src/styles/mantine/Text.module.css.js.map +1 -0
- package/dist/src/styles/theme.js +10 -1
- package/dist/src/styles/theme.js.map +1 -1
- package/dist/styles-no-reset.css +59 -52
- package/dist/styles.css +59 -52
- package/package.json +1 -1
- package/dist/src/components/common/Text/styles.module.css.js +0 -4
- package/dist/src/components/common/Text/styles.module.css.js.map +0 -1
package/dist/styles.css
CHANGED
@@ -8391,12 +8391,7 @@ body {
|
|
8391
8391
|
/* * */
|
8392
8392
|
/* FONT / LINE-HEIGHT */
|
8393
8393
|
|
8394
|
-
--font-line-height
|
8395
|
-
--font-line-height-sm: 1.25rem; /* 20px */
|
8396
|
-
--font-line-height-base: 1.5rem; /* 24px */
|
8397
|
-
--font-line-height-lg: 1.75rem; /* 28px */
|
8398
|
-
--font-line-height-xl: 1.75rem; /* 28px */
|
8399
|
-
--font-line-height-2xl: 2rem; /* 32px */
|
8394
|
+
--font-line-height: 1.4;
|
8400
8395
|
|
8401
8396
|
/* * */
|
8402
8397
|
/* BORDER-RADIUS */
|
@@ -8772,8 +8767,6 @@ breakpoint-mobile {
|
|
8772
8767
|
/* ROOT */
|
8773
8768
|
|
8774
8769
|
.Switch-module_root__8acvT {
|
8775
|
-
cursor: pointer;
|
8776
|
-
|
8777
8770
|
--switch-height-xs: 24px;
|
8778
8771
|
--switch-height-sm: 24px;
|
8779
8772
|
--switch-height-md: 24px;
|
@@ -8797,6 +8790,10 @@ breakpoint-mobile {
|
|
8797
8790
|
--switch-color: var(--color-secondary);
|
8798
8791
|
}
|
8799
8792
|
|
8793
|
+
.Switch-module_root__8acvT * {
|
8794
|
+
cursor: pointer;
|
8795
|
+
}
|
8796
|
+
|
8800
8797
|
|
8801
8798
|
/* * */
|
8802
8799
|
/* TRACK */
|
@@ -8832,6 +8829,7 @@ breakpoint-mobile {
|
|
8832
8829
|
gap: var(--size-spacing-sm);
|
8833
8830
|
align-items: center;
|
8834
8831
|
justify-content: center;
|
8832
|
+
cursor: pointer;
|
8835
8833
|
}
|
8836
8834
|
|
8837
8835
|
|
@@ -8852,7 +8850,7 @@ breakpoint-mobile {
|
|
8852
8850
|
margin: 0;
|
8853
8851
|
font-size: 16px;
|
8854
8852
|
font-weight: var(--font-weight-semibold);
|
8855
|
-
line-height: var(
|
8853
|
+
line-height: var(font-line-height);
|
8856
8854
|
color: var(--color-system-text-100);
|
8857
8855
|
}
|
8858
8856
|
|
@@ -8864,7 +8862,7 @@ breakpoint-mobile {
|
|
8864
8862
|
/* margin: 0;
|
8865
8863
|
font-size: var(--font-size-sm);
|
8866
8864
|
font-weight: var(--font-weight-medium);
|
8867
|
-
line-height: var(
|
8865
|
+
line-height: var(font-line-height);
|
8868
8866
|
color: var(--color-system-text-200); */
|
8869
8867
|
}
|
8870
8868
|
|
@@ -8876,22 +8874,35 @@ breakpoint-mobile {
|
|
8876
8874
|
/* margin: 0;
|
8877
8875
|
font-size: var(--font-size-sm);
|
8878
8876
|
font-weight: var(--font-weight-medium);
|
8879
|
-
line-height: var(
|
8877
|
+
line-height: var(font-line-height);
|
8880
8878
|
color: var(--color-status-danger-primary); */
|
8881
8879
|
}
|
8882
8880
|
/* * */
|
8881
|
+
/* ROOT */
|
8882
|
+
|
8883
|
+
.Text-module_root__eau92 {
|
8884
|
+
color: var(--color-system-text-100);
|
8885
|
+
}
|
8886
|
+
|
8887
|
+
/* * */
|
8888
|
+
/* PROPS / SIZE */
|
8889
|
+
|
8890
|
+
.Text-module_root__eau92[data-size='xs'] {
|
8891
|
+
font-size: var(--font-size-xs);
|
8892
|
+
}
|
8893
|
+
/* * */
|
8883
8894
|
/* INPUT */
|
8884
8895
|
|
8885
8896
|
.TextInput-sm-module_input__UrN-E {
|
8886
8897
|
height: auto;
|
8887
8898
|
max-height: none;
|
8899
|
+
padding: 10px 15px;
|
8888
8900
|
font-size: var(--font-size-sm);
|
8901
|
+
font-weight: var(--font-weight-medium);
|
8889
8902
|
line-height: 1;
|
8890
|
-
|
8903
|
+
background-color: var(--color-system-background-100);
|
8891
8904
|
border: 2px solid var(--color-system-text-300);
|
8892
8905
|
border-radius: var(--border-radius-sm);
|
8893
|
-
background-color: var(--color-system-background-100);
|
8894
|
-
font-weight: var(--font-weight-medium);
|
8895
8906
|
}
|
8896
8907
|
|
8897
8908
|
.TextInput-sm-module_input__UrN-E::placeholder {
|
@@ -8908,8 +8919,8 @@ breakpoint-mobile {
|
|
8908
8919
|
|
8909
8920
|
.TextInput-sm-module_input__UrN-E.TextInput-sm-module_variantWhite__WmlFU {
|
8910
8921
|
color: var(--color-primary-black);
|
8911
|
-
border-color: #bebec8;
|
8912
8922
|
background-color: var(--color-primary-white);
|
8923
|
+
border-color: #bebec8;
|
8913
8924
|
}
|
8914
8925
|
|
8915
8926
|
/* * */
|
@@ -8931,17 +8942,17 @@ breakpoint-mobile {
|
|
8931
8942
|
}
|
8932
8943
|
|
8933
8944
|
.TextInput-sm-module_sizeSm__HeJop{
|
8934
|
-
line-height: var(--font-line-height-sm);
|
8935
8945
|
font-size: 1px;
|
8946
|
+
line-height: var(font-line-height);
|
8936
8947
|
}
|
8937
8948
|
|
8938
8949
|
/* * */
|
8939
8950
|
/* LABEL */
|
8940
8951
|
|
8941
8952
|
.TextInput-sm-module_label__s7mC- {
|
8942
|
-
color: var(--color-system-text-100);
|
8943
8953
|
font-size: var(--font-size-sm);
|
8944
8954
|
font-weight: var(--font-weight-medium);
|
8955
|
+
color: var(--color-system-text-100);
|
8945
8956
|
}
|
8946
8957
|
|
8947
8958
|
/* * */
|
@@ -8950,9 +8961,9 @@ breakpoint-mobile {
|
|
8950
8961
|
.TextInput-sm-module_description__3zHN9 {
|
8951
8962
|
margin-top: 0;
|
8952
8963
|
margin-bottom: 0;
|
8953
|
-
color: var(--color-system-text-200);
|
8954
8964
|
font-size: var(--font-size-sm);
|
8955
8965
|
font-weight: var(--font-weight-medium);
|
8966
|
+
color: var(--color-system-text-200);
|
8956
8967
|
}
|
8957
8968
|
.TextInput-module_root__5xZUQ,
|
8958
8969
|
.TextInput-module_wrapper__SJBeM {
|
@@ -9003,7 +9014,7 @@ breakpoint-mobile {
|
|
9003
9014
|
margin: 0;
|
9004
9015
|
font-size: var(--font-size-base);
|
9005
9016
|
font-weight: var(--font-weight-medium);
|
9006
|
-
line-height: var(
|
9017
|
+
line-height: var(font-line-height);
|
9007
9018
|
color: var(--color-system-text-100);
|
9008
9019
|
}
|
9009
9020
|
|
@@ -9015,7 +9026,7 @@ breakpoint-mobile {
|
|
9015
9026
|
margin: 0;
|
9016
9027
|
font-size: var(--font-size-sm);
|
9017
9028
|
font-weight: var(--font-weight-medium);
|
9018
|
-
line-height: var(
|
9029
|
+
line-height: var(font-line-height);
|
9019
9030
|
color: var(--color-system-text-200);
|
9020
9031
|
}
|
9021
9032
|
.styles-module_root__P5aS- {
|
@@ -9242,8 +9253,8 @@ breakpoint-mobile {
|
|
9242
9253
|
display: flex;
|
9243
9254
|
align-items: center;
|
9244
9255
|
justify-content: center;
|
9245
|
-
height: 24px;
|
9246
9256
|
width: 24px;
|
9257
|
+
height: 24px;
|
9247
9258
|
}
|
9248
9259
|
|
9249
9260
|
.styles-module_input__rce0R {
|
@@ -9253,8 +9264,8 @@ breakpoint-mobile {
|
|
9253
9264
|
|
9254
9265
|
.styles-module_input__rce0R:checked,
|
9255
9266
|
.styles-module_input__rce0R[data-indeterminate='true'] {
|
9256
|
-
background-color: var(--color-primary);
|
9257
9267
|
outline-color: var(--color-secondary);
|
9268
|
+
background-color: var(--color-primary);
|
9258
9269
|
}
|
9259
9270
|
|
9260
9271
|
.styles-module_labelWrapper__AGQzf {
|
@@ -9264,26 +9275,26 @@ breakpoint-mobile {
|
|
9264
9275
|
}
|
9265
9276
|
|
9266
9277
|
.styles-module_label__U404g {
|
9278
|
+
margin: 0;
|
9267
9279
|
font-size: var(--font-size-base);
|
9268
|
-
line-height: var(--font-line-height-base);
|
9269
9280
|
font-weight: var(--font-weight-semibold);
|
9281
|
+
line-height: var(font-line-height);
|
9270
9282
|
color: var(--color-system-text-100);
|
9271
|
-
margin: 0;
|
9272
9283
|
}
|
9273
9284
|
|
9274
9285
|
.styles-module_description__bkV5V {
|
9286
|
+
margin: 0;
|
9275
9287
|
font-size: var(--font-size-sm);
|
9276
|
-
line-height: var(--font-line-height-sm);
|
9277
9288
|
font-weight: var(--font-weight-medium);
|
9289
|
+
line-height: var(font-line-height);
|
9278
9290
|
color: var(--color-system-text-200);
|
9279
|
-
margin: 0;
|
9280
9291
|
}
|
9281
9292
|
|
9282
9293
|
.styles-module_error__ZtPYT {
|
9294
|
+
margin: 0;
|
9283
9295
|
font-size: var(--font-size-sm);
|
9284
|
-
line-height: var(--font-line-height-sm);
|
9285
9296
|
font-weight: var(--font-weight-medium);
|
9286
|
-
|
9297
|
+
line-height: var(font-line-height);
|
9287
9298
|
color: var(--color-status-danger-primary);
|
9288
9299
|
}
|
9289
9300
|
/* * */
|
@@ -9463,13 +9474,13 @@ breakpoint-mobile {
|
|
9463
9474
|
.styles-module_input__7GH-0 {
|
9464
9475
|
height: auto;
|
9465
9476
|
max-height: none;
|
9477
|
+
padding: 10px 15px;
|
9466
9478
|
font-size: var(--font-size-sm);
|
9479
|
+
font-weight: var(--font-weight-medium);
|
9467
9480
|
line-height: 1;
|
9468
|
-
|
9481
|
+
background-color: var(--color-system-background-100);
|
9469
9482
|
border: 2px solid var(--color-system-text-300);
|
9470
9483
|
border-radius: var(--border-radius-sm);
|
9471
|
-
background-color: var(--color-system-background-100);
|
9472
|
-
font-weight: var(--font-weight-medium);
|
9473
9484
|
}
|
9474
9485
|
|
9475
9486
|
.styles-module_input__7GH-0::placeholder {
|
@@ -9486,8 +9497,8 @@ breakpoint-mobile {
|
|
9486
9497
|
|
9487
9498
|
.styles-module_input__7GH-0.styles-module_variantWhite__XpqzN {
|
9488
9499
|
color: var(--color-primary-black);
|
9489
|
-
border-color: #bebec8;
|
9490
9500
|
background-color: var(--color-primary-white);
|
9501
|
+
border-color: #bebec8;
|
9491
9502
|
}
|
9492
9503
|
|
9493
9504
|
/* * */
|
@@ -9509,17 +9520,17 @@ breakpoint-mobile {
|
|
9509
9520
|
}
|
9510
9521
|
|
9511
9522
|
.styles-module_sizeSm__cmzmj{
|
9512
|
-
line-height: var(--font-line-height-sm);
|
9513
9523
|
font-size: 1px;
|
9524
|
+
line-height: var(font-line-height);
|
9514
9525
|
}
|
9515
9526
|
|
9516
9527
|
/* * */
|
9517
9528
|
/* LABEL */
|
9518
9529
|
|
9519
9530
|
.styles-module_label__yQwLG {
|
9520
|
-
color: var(--color-system-text-100);
|
9521
9531
|
font-size: var(--font-size-sm);
|
9522
9532
|
font-weight: var(--font-weight-medium);
|
9533
|
+
color: var(--color-system-text-100);
|
9523
9534
|
}
|
9524
9535
|
|
9525
9536
|
/* * */
|
@@ -9528,9 +9539,9 @@ breakpoint-mobile {
|
|
9528
9539
|
.styles-module_description__9hShz {
|
9529
9540
|
margin-top: var(--size-spacing-xs);
|
9530
9541
|
margin-bottom: var(--size-spacing-xs);
|
9531
|
-
color: var(--color-system-text-200);
|
9532
9542
|
font-size: var(--font-size-sm);
|
9533
9543
|
font-weight: var(--font-weight-medium);
|
9544
|
+
color: var(--color-system-text-200);
|
9534
9545
|
}
|
9535
9546
|
/* * */
|
9536
9547
|
/* DESCRIPTION */
|
@@ -9540,7 +9551,7 @@ breakpoint-mobile {
|
|
9540
9551
|
margin: 0;
|
9541
9552
|
font-size: var(--font-size-sm);
|
9542
9553
|
font-weight: var(--font-weight-medium);
|
9543
|
-
line-height: var(
|
9554
|
+
line-height: var(font-line-height);
|
9544
9555
|
color: var(--color-system-text-200);
|
9545
9556
|
}
|
9546
9557
|
|
@@ -9568,16 +9579,12 @@ breakpoint-mobile {
|
|
9568
9579
|
.styles-module_arrow__pmKfn {
|
9569
9580
|
border: 1px solid var(--color-system-border-100);
|
9570
9581
|
}
|
9571
|
-
.styles-module_root__4q9aw {
|
9572
|
-
color: var(--color-system-text-100);
|
9573
|
-
}
|
9574
|
-
|
9575
9582
|
.styles-module_tooltip__HFS4I {
|
9576
|
-
background-color: var(--color-system-text-100);
|
9577
|
-
color: var(--color-system-background-100);
|
9578
9583
|
font-size: var(--font-size-sm);
|
9579
|
-
line-height: var(--font-line-height-sm);
|
9580
9584
|
font-weight: var(--font-weight-semibold);
|
9585
|
+
line-height: var(font-line-height);
|
9586
|
+
color: var(--color-system-background-100);
|
9587
|
+
background-color: var(--color-system-text-100);
|
9581
9588
|
}
|
9582
9589
|
|
9583
9590
|
.styles-module_dropdown__9W7AN {
|
@@ -9764,7 +9771,7 @@ breakpoint-mobile {
|
|
9764
9771
|
padding: var(--size-spacing-sm) var(--size-spacing-md);
|
9765
9772
|
font-size: var(--font-size-xs);
|
9766
9773
|
font-weight: var(--font-weight-semibold);
|
9767
|
-
line-height: var(
|
9774
|
+
line-height: var(font-line-height);
|
9768
9775
|
color: var(--color-system-text-300);
|
9769
9776
|
text-transform: uppercase;
|
9770
9777
|
white-space: nowrap;
|
@@ -9801,7 +9808,7 @@ breakpoint-mobile {
|
|
9801
9808
|
padding: var(--size-spacing-md);
|
9802
9809
|
font-size: var(--font-size-base);
|
9803
9810
|
font-weight: var(--font-weight-semibold);
|
9804
|
-
line-height: var(
|
9811
|
+
line-height: var(font-line-height);
|
9805
9812
|
color: var(--color-system-text-100);
|
9806
9813
|
}
|
9807
9814
|
|
@@ -10146,30 +10153,30 @@ breakpoint-mobile {
|
|
10146
10153
|
/* TITLE */
|
10147
10154
|
|
10148
10155
|
.styles-module_title__UquJl {
|
10149
|
-
|
10150
|
-
font-weight: var(--font-weight-bold);
|
10151
|
-
line-height: var(--font-line-height-xl);
|
10156
|
+
margin: 0;
|
10152
10157
|
font-size: var(--font-size-xl);
|
10158
|
+
font-weight: var(--font-weight-bold);
|
10159
|
+
line-height: var(font-line-height);
|
10160
|
+
color: var(--color-system-text-100);
|
10153
10161
|
text-transform: uppercase;
|
10154
|
-
margin: 0;
|
10155
10162
|
}
|
10156
10163
|
|
10157
10164
|
/* * */
|
10158
10165
|
/* DESCRIPTION */
|
10159
10166
|
|
10160
10167
|
.styles-module_description__0-6n4 {
|
10161
|
-
color: var(--color-system-text-200);
|
10162
10168
|
font-size: var(--font-size-base);
|
10163
|
-
line-height: var(--font-line-height-base);
|
10164
10169
|
font-weight: var(--font-weight-semibold);
|
10170
|
+
line-height: var(font-line-height);
|
10171
|
+
color: var(--color-system-text-200);
|
10165
10172
|
}
|
10166
10173
|
|
10167
10174
|
/* * */
|
10168
10175
|
/* CONTROL */
|
10169
10176
|
|
10170
10177
|
.styles-module_control__IYUmL {
|
10171
|
-
background-color: var(--color-system-background-100);
|
10172
10178
|
padding: 0 var(--size-spacing-md);
|
10179
|
+
background-color: var(--color-system-background-100);
|
10173
10180
|
}
|
10174
10181
|
|
10175
10182
|
/* * */
|
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"styles.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|