@tmlmobilidade/ui 20250403.1714.3 → 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/styles.css CHANGED
@@ -8391,12 +8391,7 @@ body {
8391
8391
  /* * */
8392
8392
  /* FONT / LINE-HEIGHT */
8393
8393
 
8394
- --font-line-height-xs: 1rem; /* 16px */
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 */
@@ -8855,7 +8850,7 @@ breakpoint-mobile {
8855
8850
  margin: 0;
8856
8851
  font-size: 16px;
8857
8852
  font-weight: var(--font-weight-semibold);
8858
- line-height: var(--font-line-height-base);
8853
+ line-height: var(font-line-height);
8859
8854
  color: var(--color-system-text-100);
8860
8855
  }
8861
8856
 
@@ -8867,7 +8862,7 @@ breakpoint-mobile {
8867
8862
  /* margin: 0;
8868
8863
  font-size: var(--font-size-sm);
8869
8864
  font-weight: var(--font-weight-medium);
8870
- line-height: var(--font-line-height-sm);
8865
+ line-height: var(font-line-height);
8871
8866
  color: var(--color-system-text-200); */
8872
8867
  }
8873
8868
 
@@ -8879,22 +8874,35 @@ breakpoint-mobile {
8879
8874
  /* margin: 0;
8880
8875
  font-size: var(--font-size-sm);
8881
8876
  font-weight: var(--font-weight-medium);
8882
- line-height: var(--font-line-height-sm);
8877
+ line-height: var(font-line-height);
8883
8878
  color: var(--color-status-danger-primary); */
8884
8879
  }
8885
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
+ /* * */
8886
8894
  /* INPUT */
8887
8895
 
8888
8896
  .TextInput-sm-module_input__UrN-E {
8889
8897
  height: auto;
8890
8898
  max-height: none;
8899
+ padding: 10px 15px;
8891
8900
  font-size: var(--font-size-sm);
8901
+ font-weight: var(--font-weight-medium);
8892
8902
  line-height: 1;
8893
- padding: 10px 15px;
8903
+ background-color: var(--color-system-background-100);
8894
8904
  border: 2px solid var(--color-system-text-300);
8895
8905
  border-radius: var(--border-radius-sm);
8896
- background-color: var(--color-system-background-100);
8897
- font-weight: var(--font-weight-medium);
8898
8906
  }
8899
8907
 
8900
8908
  .TextInput-sm-module_input__UrN-E::placeholder {
@@ -8911,8 +8919,8 @@ breakpoint-mobile {
8911
8919
 
8912
8920
  .TextInput-sm-module_input__UrN-E.TextInput-sm-module_variantWhite__WmlFU {
8913
8921
  color: var(--color-primary-black);
8914
- border-color: #bebec8;
8915
8922
  background-color: var(--color-primary-white);
8923
+ border-color: #bebec8;
8916
8924
  }
8917
8925
 
8918
8926
  /* * */
@@ -8934,17 +8942,17 @@ breakpoint-mobile {
8934
8942
  }
8935
8943
 
8936
8944
  .TextInput-sm-module_sizeSm__HeJop{
8937
- line-height: var(--font-line-height-sm);
8938
8945
  font-size: 1px;
8946
+ line-height: var(font-line-height);
8939
8947
  }
8940
8948
 
8941
8949
  /* * */
8942
8950
  /* LABEL */
8943
8951
 
8944
8952
  .TextInput-sm-module_label__s7mC- {
8945
- color: var(--color-system-text-100);
8946
8953
  font-size: var(--font-size-sm);
8947
8954
  font-weight: var(--font-weight-medium);
8955
+ color: var(--color-system-text-100);
8948
8956
  }
8949
8957
 
8950
8958
  /* * */
@@ -8953,9 +8961,9 @@ breakpoint-mobile {
8953
8961
  .TextInput-sm-module_description__3zHN9 {
8954
8962
  margin-top: 0;
8955
8963
  margin-bottom: 0;
8956
- color: var(--color-system-text-200);
8957
8964
  font-size: var(--font-size-sm);
8958
8965
  font-weight: var(--font-weight-medium);
8966
+ color: var(--color-system-text-200);
8959
8967
  }
8960
8968
  .TextInput-module_root__5xZUQ,
8961
8969
  .TextInput-module_wrapper__SJBeM {
@@ -9006,7 +9014,7 @@ breakpoint-mobile {
9006
9014
  margin: 0;
9007
9015
  font-size: var(--font-size-base);
9008
9016
  font-weight: var(--font-weight-medium);
9009
- line-height: var(--font-line-height-base);
9017
+ line-height: var(font-line-height);
9010
9018
  color: var(--color-system-text-100);
9011
9019
  }
9012
9020
 
@@ -9018,7 +9026,7 @@ breakpoint-mobile {
9018
9026
  margin: 0;
9019
9027
  font-size: var(--font-size-sm);
9020
9028
  font-weight: var(--font-weight-medium);
9021
- line-height: var(--font-line-height-sm);
9029
+ line-height: var(font-line-height);
9022
9030
  color: var(--color-system-text-200);
9023
9031
  }
9024
9032
  .styles-module_root__P5aS- {
@@ -9245,8 +9253,8 @@ breakpoint-mobile {
9245
9253
  display: flex;
9246
9254
  align-items: center;
9247
9255
  justify-content: center;
9248
- height: 24px;
9249
9256
  width: 24px;
9257
+ height: 24px;
9250
9258
  }
9251
9259
 
9252
9260
  .styles-module_input__rce0R {
@@ -9256,8 +9264,8 @@ breakpoint-mobile {
9256
9264
 
9257
9265
  .styles-module_input__rce0R:checked,
9258
9266
  .styles-module_input__rce0R[data-indeterminate='true'] {
9259
- background-color: var(--color-primary);
9260
9267
  outline-color: var(--color-secondary);
9268
+ background-color: var(--color-primary);
9261
9269
  }
9262
9270
 
9263
9271
  .styles-module_labelWrapper__AGQzf {
@@ -9267,26 +9275,26 @@ breakpoint-mobile {
9267
9275
  }
9268
9276
 
9269
9277
  .styles-module_label__U404g {
9278
+ margin: 0;
9270
9279
  font-size: var(--font-size-base);
9271
- line-height: var(--font-line-height-base);
9272
9280
  font-weight: var(--font-weight-semibold);
9281
+ line-height: var(font-line-height);
9273
9282
  color: var(--color-system-text-100);
9274
- margin: 0;
9275
9283
  }
9276
9284
 
9277
9285
  .styles-module_description__bkV5V {
9286
+ margin: 0;
9278
9287
  font-size: var(--font-size-sm);
9279
- line-height: var(--font-line-height-sm);
9280
9288
  font-weight: var(--font-weight-medium);
9289
+ line-height: var(font-line-height);
9281
9290
  color: var(--color-system-text-200);
9282
- margin: 0;
9283
9291
  }
9284
9292
 
9285
9293
  .styles-module_error__ZtPYT {
9294
+ margin: 0;
9286
9295
  font-size: var(--font-size-sm);
9287
- line-height: var(--font-line-height-sm);
9288
9296
  font-weight: var(--font-weight-medium);
9289
- margin: 0;
9297
+ line-height: var(font-line-height);
9290
9298
  color: var(--color-status-danger-primary);
9291
9299
  }
9292
9300
  /* * */
@@ -9466,13 +9474,13 @@ breakpoint-mobile {
9466
9474
  .styles-module_input__7GH-0 {
9467
9475
  height: auto;
9468
9476
  max-height: none;
9477
+ padding: 10px 15px;
9469
9478
  font-size: var(--font-size-sm);
9479
+ font-weight: var(--font-weight-medium);
9470
9480
  line-height: 1;
9471
- padding: 10px 15px;
9481
+ background-color: var(--color-system-background-100);
9472
9482
  border: 2px solid var(--color-system-text-300);
9473
9483
  border-radius: var(--border-radius-sm);
9474
- background-color: var(--color-system-background-100);
9475
- font-weight: var(--font-weight-medium);
9476
9484
  }
9477
9485
 
9478
9486
  .styles-module_input__7GH-0::placeholder {
@@ -9489,8 +9497,8 @@ breakpoint-mobile {
9489
9497
 
9490
9498
  .styles-module_input__7GH-0.styles-module_variantWhite__XpqzN {
9491
9499
  color: var(--color-primary-black);
9492
- border-color: #bebec8;
9493
9500
  background-color: var(--color-primary-white);
9501
+ border-color: #bebec8;
9494
9502
  }
9495
9503
 
9496
9504
  /* * */
@@ -9512,17 +9520,17 @@ breakpoint-mobile {
9512
9520
  }
9513
9521
 
9514
9522
  .styles-module_sizeSm__cmzmj{
9515
- line-height: var(--font-line-height-sm);
9516
9523
  font-size: 1px;
9524
+ line-height: var(font-line-height);
9517
9525
  }
9518
9526
 
9519
9527
  /* * */
9520
9528
  /* LABEL */
9521
9529
 
9522
9530
  .styles-module_label__yQwLG {
9523
- color: var(--color-system-text-100);
9524
9531
  font-size: var(--font-size-sm);
9525
9532
  font-weight: var(--font-weight-medium);
9533
+ color: var(--color-system-text-100);
9526
9534
  }
9527
9535
 
9528
9536
  /* * */
@@ -9531,9 +9539,9 @@ breakpoint-mobile {
9531
9539
  .styles-module_description__9hShz {
9532
9540
  margin-top: var(--size-spacing-xs);
9533
9541
  margin-bottom: var(--size-spacing-xs);
9534
- color: var(--color-system-text-200);
9535
9542
  font-size: var(--font-size-sm);
9536
9543
  font-weight: var(--font-weight-medium);
9544
+ color: var(--color-system-text-200);
9537
9545
  }
9538
9546
  /* * */
9539
9547
  /* DESCRIPTION */
@@ -9543,7 +9551,7 @@ breakpoint-mobile {
9543
9551
  margin: 0;
9544
9552
  font-size: var(--font-size-sm);
9545
9553
  font-weight: var(--font-weight-medium);
9546
- line-height: var(--font-line-height-sm);
9554
+ line-height: var(font-line-height);
9547
9555
  color: var(--color-system-text-200);
9548
9556
  }
9549
9557
 
@@ -9571,16 +9579,12 @@ breakpoint-mobile {
9571
9579
  .styles-module_arrow__pmKfn {
9572
9580
  border: 1px solid var(--color-system-border-100);
9573
9581
  }
9574
- .styles-module_root__4q9aw {
9575
- color: var(--color-system-text-100);
9576
- }
9577
-
9578
9582
  .styles-module_tooltip__HFS4I {
9579
- background-color: var(--color-system-text-100);
9580
- color: var(--color-system-background-100);
9581
9583
  font-size: var(--font-size-sm);
9582
- line-height: var(--font-line-height-sm);
9583
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);
9584
9588
  }
9585
9589
 
9586
9590
  .styles-module_dropdown__9W7AN {
@@ -9767,7 +9771,7 @@ breakpoint-mobile {
9767
9771
  padding: var(--size-spacing-sm) var(--size-spacing-md);
9768
9772
  font-size: var(--font-size-xs);
9769
9773
  font-weight: var(--font-weight-semibold);
9770
- line-height: var(--font-line-height-xs);
9774
+ line-height: var(font-line-height);
9771
9775
  color: var(--color-system-text-300);
9772
9776
  text-transform: uppercase;
9773
9777
  white-space: nowrap;
@@ -9804,7 +9808,7 @@ breakpoint-mobile {
9804
9808
  padding: var(--size-spacing-md);
9805
9809
  font-size: var(--font-size-base);
9806
9810
  font-weight: var(--font-weight-semibold);
9807
- line-height: var(--font-line-height-base);
9811
+ line-height: var(font-line-height);
9808
9812
  color: var(--color-system-text-100);
9809
9813
  }
9810
9814
 
@@ -10149,30 +10153,30 @@ breakpoint-mobile {
10149
10153
  /* TITLE */
10150
10154
 
10151
10155
  .styles-module_title__UquJl {
10152
- color: var(--color-system-text-100);
10153
- font-weight: var(--font-weight-bold);
10154
- line-height: var(--font-line-height-xl);
10156
+ margin: 0;
10155
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);
10156
10161
  text-transform: uppercase;
10157
- margin: 0;
10158
10162
  }
10159
10163
 
10160
10164
  /* * */
10161
10165
  /* DESCRIPTION */
10162
10166
 
10163
10167
  .styles-module_description__0-6n4 {
10164
- color: var(--color-system-text-200);
10165
10168
  font-size: var(--font-size-base);
10166
- line-height: var(--font-line-height-base);
10167
10169
  font-weight: var(--font-weight-semibold);
10170
+ line-height: var(font-line-height);
10171
+ color: var(--color-system-text-200);
10168
10172
  }
10169
10173
 
10170
10174
  /* * */
10171
10175
  /* CONTROL */
10172
10176
 
10173
10177
  .styles-module_control__IYUmL {
10174
- background-color: var(--color-system-background-100);
10175
10178
  padding: 0 var(--size-spacing-md);
10179
+ background-color: var(--color-system-background-100);
10176
10180
  }
10177
10181
 
10178
10182
  /* * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250403.1714.03",
3
+ "version": "20250403.1758.45",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -1,4 +0,0 @@
1
- var styles = {"root":"styles-module_root__4q9aw"};
2
-
3
- export { styles as default };
4
- //# sourceMappingURL=styles.module.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}