@tmlmobilidade/ui 20250709.1520.24 → 20250709.1545.19

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.
Files changed (39) hide show
  1. package/dist/index.css +105 -105
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.d.ts +36 -36
  4. package/dist/index.js +6 -6
  5. package/dist/src/components/{common → display}/Label/index.js +0 -1
  6. package/dist/src/components/display/Label/index.js.map +1 -0
  7. package/dist/src/components/{common/NoDataLabel → display/Label}/styles.module.css.js +1 -1
  8. package/dist/src/components/display/NoDataLabel/index.js.map +1 -0
  9. package/dist/src/components/{common/Label → display/NoDataLabel}/styles.module.css.js +1 -1
  10. package/dist/src/components/{common → display}/Tag/index.js +0 -1
  11. package/dist/src/components/display/Tag/index.js.map +1 -0
  12. package/dist/src/components/display/Tag/styles.module.css.js +4 -0
  13. package/dist/src/components/{common → display}/Text/index.js +0 -1
  14. package/dist/src/components/display/Text/index.js.map +1 -0
  15. package/dist/src/components/filters/FilterMenu/index.js +1 -1
  16. package/dist/src/components/filters/FilterMenu/index.js.map +1 -1
  17. package/dist/src/components/filters/FiltersBar/index.js +1 -14
  18. package/dist/src/components/filters/FiltersBar/index.js.map +1 -1
  19. package/dist/src/components/inputs/PasswordInput/index.js +11 -0
  20. package/dist/src/components/inputs/PasswordInput/index.js.map +1 -0
  21. package/dist/src/components/{common → inputs}/Textarea/index.js +2 -7
  22. package/dist/src/components/inputs/Textarea/index.js.map +1 -0
  23. package/dist/src/components/layout/AppWrapperHeader/index.js +1 -1
  24. package/dist/src/components/theme/ThemeSwitcher/index.js +1 -1
  25. package/dist/styles-no-reset.css +105 -105
  26. package/dist/styles.css +105 -105
  27. package/package.json +1 -1
  28. package/dist/src/components/common/Label/index.js.map +0 -1
  29. package/dist/src/components/common/NoDataLabel/index.js.map +0 -1
  30. package/dist/src/components/common/PasswordInput/index.js +0 -12
  31. package/dist/src/components/common/PasswordInput/index.js.map +0 -1
  32. package/dist/src/components/common/Tag/index.js.map +0 -1
  33. package/dist/src/components/common/Tag/styles.module.css.js +0 -4
  34. package/dist/src/components/common/Text/index.js.map +0 -1
  35. package/dist/src/components/common/Textarea/index.js.map +0 -1
  36. /package/dist/src/components/{common → display}/Label/styles.module.css.js.map +0 -0
  37. /package/dist/src/components/{common → display}/NoDataLabel/index.js +0 -0
  38. /package/dist/src/components/{common → display}/NoDataLabel/styles.module.css.js.map +0 -0
  39. /package/dist/src/components/{common → display}/Tag/styles.module.css.js.map +0 -0
package/dist/index.css CHANGED
@@ -10154,7 +10154,7 @@ breakpoint-mobile {
10154
10154
  /* * */
10155
10155
  /* LABEL */
10156
10156
 
10157
- .styles-module_label__eX438 {
10157
+ .styles-module_label__nVlWc {
10158
10158
  padding: 0;
10159
10159
  margin: 0;
10160
10160
  line-height: 1.2;
@@ -10163,21 +10163,21 @@ breakpoint-mobile {
10163
10163
  /* * */
10164
10164
  /* LABEL / CAPS */
10165
10165
 
10166
- .styles-module_label__eX438[data-caps="true"] {
10166
+ .styles-module_label__nVlWc[data-caps="true"] {
10167
10167
  text-transform: uppercase;
10168
10168
  }
10169
10169
 
10170
10170
  /* * */
10171
10171
  /* LABEL / OVERFLOW */
10172
10172
 
10173
- .styles-module_label__eX438[data-overflow="true"] {
10173
+ .styles-module_label__nVlWc[data-overflow="true"] {
10174
10174
  overflow: hidden;
10175
10175
  }
10176
10176
 
10177
10177
  /* * */
10178
10178
  /* LABEL / SINGLE LINE */
10179
10179
 
10180
- .styles-module_label__eX438[data-single-line="true"] {
10180
+ .styles-module_label__nVlWc[data-single-line="true"] {
10181
10181
  text-overflow: ellipsis;
10182
10182
  line-clamp: 1;
10183
10183
  white-space: nowrap;
@@ -10186,19 +10186,19 @@ breakpoint-mobile {
10186
10186
  /* * */
10187
10187
  /* LABEL / SIZE */
10188
10188
 
10189
- .styles-module_label__eX438[data-size='sm'] {
10189
+ .styles-module_label__nVlWc[data-size='sm'] {
10190
10190
  font-size: 12px;
10191
10191
  font-weight: var(--font-weight-semibold);
10192
10192
  color: var(--color-system-text-300);
10193
10193
  }
10194
10194
 
10195
- .styles-module_label__eX438[data-size='md'] {
10195
+ .styles-module_label__nVlWc[data-size='md'] {
10196
10196
  font-size: 16px;
10197
10197
  font-weight: var(--font-weight-semibold);
10198
10198
  color: var(--color-system-text-100);
10199
10199
  }
10200
10200
 
10201
- .styles-module_label__eX438[data-size='lg'] {
10201
+ .styles-module_label__nVlWc[data-size='lg'] {
10202
10202
  font-size: 22px;
10203
10203
  font-weight: var(--font-weight-bold);
10204
10204
  color: var(--color-system-text-100);
@@ -10306,10 +10306,93 @@ breakpoint-mobile {
10306
10306
  flex-wrap: wrap-reverse;
10307
10307
  }
10308
10308
 
10309
+ .styles-module_header__6dpaJ {
10310
+ position: sticky;
10311
+ top: 0;
10312
+ z-index: 1;
10313
+ display: flex;
10314
+ flex-direction: row;
10315
+ width: min-content;
10316
+ min-width: 100%;
10317
+ background-color: var(--color-system-background-100);
10318
+ border-bottom: 1px solid var(--color-system-border-100);
10319
+ }
10320
+
10321
+ .styles-module_cell__mfzlU {
10322
+ padding: var(--size-spacing-sm) var(--size-spacing-md);
10323
+ font-size: var(--font-size-xs);
10324
+ font-weight: var(--font-weight-semibold);
10325
+ line-height: var(font-line-height);
10326
+ color: var(--color-system-text-300);
10327
+ text-transform: uppercase;
10328
+ white-space: nowrap;
10329
+ }
10330
+
10331
+ .styles-module_cellContent__NO9HT {
10332
+ display: flex;
10333
+ align-items: center;
10334
+ justify-content: space-between;
10335
+ }
10336
+
10337
+ .styles-module_cellContent__NO9HT[data-center="true"] {
10338
+ margin: 0 auto;
10339
+ }
10340
+ /* * */
10341
+ /* ROW */
10342
+
10343
+ .styles-module_row__46pHv {
10344
+ display: flex;
10345
+ width: min-content;
10346
+ min-width: 100%;
10347
+ background-color: var(--color-system-background-100);
10348
+ border-bottom: 1px solid var(--color-system-border-100);
10349
+ }
10350
+
10351
+ .styles-module_row__46pHv:hover {
10352
+ background-color: var(--color-system-background-200);
10353
+ }
10354
+
10355
+ /* * */
10356
+ /* ROW / IS CLICKABLE */
10357
+
10358
+ .styles-module_row__46pHv[data-is-clickable='true'] {
10359
+ cursor: pointer;
10360
+ }
10361
+
10362
+ /* * */
10363
+ /* * */
10364
+ /* * */
10365
+
10366
+ .styles-module_cell__Yb-lZ {
10367
+ display: flex;
10368
+ padding: var(--size-spacing-md);
10369
+ font-size: var(--font-size-md);
10370
+ font-weight: var(--font-weight-semibold);
10371
+ line-height: var(font-line-height);
10372
+ color: var(--color-system-text-100);
10373
+ }
10374
+
10375
+ .styles-module_maxWidth__S-bPz {
10376
+ & * {
10377
+ overflow: hidden;
10378
+ text-overflow: ellipsis;
10379
+ white-space: nowrap;
10380
+ }
10381
+ }
10382
+
10383
+ .styles-module_fullWidth__vNRRx {
10384
+ & * {
10385
+ min-width: max-content;
10386
+ }
10387
+ }
10388
+
10389
+ .styles-module_center__ksO5v {
10390
+ justify-content: center;
10391
+ }
10309
10392
  /* * */
10310
10393
  /* LABEL */
10311
10394
 
10312
- .styles-module_label__PLFqH {
10395
+ .styles-module_label__vKx8L {
10313
10396
  padding: 0;
10314
10397
  margin: 0;
10315
10398
  line-height: 1.2;
@@ -10323,7 +10406,7 @@ breakpoint-mobile {
10323
10406
  /* * */
10324
10407
  /* TAG */
10325
10408
 
10326
- .styles-module_tag__9r5VH {
10409
+ .styles-module_tag__ragX9 {
10327
10410
  display: flex;
10328
10411
  gap: 3px;
10329
10412
  align-items: center;
@@ -10333,7 +10416,7 @@ breakpoint-mobile {
10333
10416
  border-radius: 3px;
10334
10417
  }
10335
10418
 
10336
- .styles-module_icon__76Krb {
10419
+ .styles-module_icon__fZRVu {
10337
10420
  display: flex;
10338
10421
  align-items: center;
10339
10422
  justify-content: center;
@@ -10342,7 +10425,7 @@ breakpoint-mobile {
10342
10425
  margin: 1px;
10343
10426
  }
10344
10427
 
10345
- .styles-module_label__RL3QA {
10428
+ .styles-module_label__Ld4EE {
10346
10429
  overflow: hidden;
10347
10430
  text-overflow: ellipsis;
10348
10431
  line-clamp: 1;
@@ -10356,43 +10439,43 @@ breakpoint-mobile {
10356
10439
  /* * */
10357
10440
  /* VARIANTS */
10358
10441
 
10359
- .styles-module_tag__9r5VH[data-variant='primary'] {
10442
+ .styles-module_tag__ragX9[data-variant='primary'] {
10360
10443
  color: var(--color-primary);
10361
10444
  background-color: var(--color-background);
10362
10445
  box-shadow: 0 1px 3px 0 var(--color-shadow);
10363
10446
  }
10364
10447
 
10365
- .styles-module_tag__9r5VH[data-variant='primary'][data-filled="true"] {
10448
+ .styles-module_tag__ragX9[data-variant='primary'][data-filled="true"] {
10366
10449
  color: var(--color-contrast);
10367
10450
  background-color: var(--color-primary);
10368
10451
  box-shadow: 0 1px 3px 0 var(--color-shadow);
10369
10452
  }
10370
10453
 
10371
- .styles-module_tag__9r5VH[data-variant='secondary'] {
10454
+ .styles-module_tag__ragX9[data-variant='secondary'] {
10372
10455
  color: var(--color-system-text-100);
10373
10456
  background-color: var(--color-system-background-200);
10374
10457
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10375
10458
  }
10376
10459
 
10377
- .styles-module_tag__9r5VH[data-variant='muted'] {
10460
+ .styles-module_tag__ragX9[data-variant='muted'] {
10378
10461
  color: var(--color-system-text-200);
10379
10462
  background-color: var(--color-system-background-200);
10380
10463
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10381
10464
  }
10382
10465
 
10383
- .styles-module_tag__9r5VH[data-variant='success'] {
10466
+ .styles-module_tag__ragX9[data-variant='success'] {
10384
10467
  color: var(--color-status-success-primary);
10385
10468
  background-color: var(--color-status-success-contrast);
10386
10469
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10387
10470
  }
10388
10471
 
10389
- .styles-module_tag__9r5VH[data-variant='success'][data-filled="true"] {
10472
+ .styles-module_tag__ragX9[data-variant='success'][data-filled="true"] {
10390
10473
  color: var(--color-status-success-contrast);
10391
10474
  background-color: var(--color-status-success-primary);
10392
10475
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10393
10476
  }
10394
10477
 
10395
- .styles-module_tag__9r5VH[data-variant='warning'] {
10478
+ .styles-module_tag__ragX9[data-variant='warning'] {
10396
10479
  padding: 3px;
10397
10480
  color: var(--color-status-warning-primary);
10398
10481
  background-color: var(--color-status-warning-contrast);
@@ -10400,14 +10483,14 @@ breakpoint-mobile {
10400
10483
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10401
10484
  }
10402
10485
 
10403
- .styles-module_tag__9r5VH[data-variant='warning'][data-filled="true"] {
10486
+ .styles-module_tag__ragX9[data-variant='warning'][data-filled="true"] {
10404
10487
  padding: 3px;
10405
10488
  color: var(--color-status-warning-contrast);
10406
10489
  background-color: var(--color-status-warning-primary);
10407
10490
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10408
10491
  }
10409
10492
 
10410
- .styles-module_tag__9r5VH[data-variant='danger'] {
10493
+ .styles-module_tag__ragX9[data-variant='danger'] {
10411
10494
  padding: 3px;
10412
10495
  color: var(--color-status-danger-primary);
10413
10496
  background-color: var(--color-status-danger-contrast);
@@ -10415,7 +10498,7 @@ breakpoint-mobile {
10415
10498
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
10416
10499
  }
10417
10500
 
10418
- .styles-module_tag__9r5VH[data-variant='danger'][data-filled="true"] {
10501
+ .styles-module_tag__ragX9[data-variant='danger'][data-filled="true"] {
10419
10502
  padding: 3px;
10420
10503
  color: var(--color-status-danger-contrast);
10421
10504
  background-color: var(--color-status-danger-primary);
@@ -10425,92 +10508,9 @@ breakpoint-mobile {
10425
10508
  /* * */
10426
10509
  /* PROPS / CLICKABLE */
10427
10510
 
10428
- .styles-module_tag__9r5VH[data-clickable='true'] {
10511
+ .styles-module_tag__ragX9[data-clickable='true'] {
10429
10512
  cursor: pointer;
10430
10513
  }
10431
- .styles-module_header__6dpaJ {
10432
- position: sticky;
10433
- top: 0;
10434
- z-index: 1;
10435
- display: flex;
10436
- flex-direction: row;
10437
- width: min-content;
10438
- min-width: 100%;
10439
- background-color: var(--color-system-background-100);
10440
- border-bottom: 1px solid var(--color-system-border-100);
10441
- }
10442
-
10443
- .styles-module_cell__mfzlU {
10444
- padding: var(--size-spacing-sm) var(--size-spacing-md);
10445
- font-size: var(--font-size-xs);
10446
- font-weight: var(--font-weight-semibold);
10447
- line-height: var(font-line-height);
10448
- color: var(--color-system-text-300);
10449
- text-transform: uppercase;
10450
- white-space: nowrap;
10451
- }
10452
-
10453
- .styles-module_cellContent__NO9HT {
10454
- display: flex;
10455
- align-items: center;
10456
- justify-content: space-between;
10457
- }
10458
-
10459
- .styles-module_cellContent__NO9HT[data-center="true"] {
10460
- margin: 0 auto;
10461
- }
10462
- /* * */
10463
- /* ROW */
10464
-
10465
- .styles-module_row__46pHv {
10466
- display: flex;
10467
- width: min-content;
10468
- min-width: 100%;
10469
- background-color: var(--color-system-background-100);
10470
- border-bottom: 1px solid var(--color-system-border-100);
10471
- }
10472
-
10473
- .styles-module_row__46pHv:hover {
10474
- background-color: var(--color-system-background-200);
10475
- }
10476
-
10477
- /* * */
10478
- /* ROW / IS CLICKABLE */
10479
-
10480
- .styles-module_row__46pHv[data-is-clickable='true'] {
10481
- cursor: pointer;
10482
- }
10483
-
10484
- /* * */
10485
- /* * */
10486
- /* * */
10487
-
10488
- .styles-module_cell__Yb-lZ {
10489
- display: flex;
10490
- padding: var(--size-spacing-md);
10491
- font-size: var(--font-size-md);
10492
- font-weight: var(--font-weight-semibold);
10493
- line-height: var(font-line-height);
10494
- color: var(--color-system-text-100);
10495
- }
10496
-
10497
- .styles-module_maxWidth__S-bPz {
10498
- & * {
10499
- overflow: hidden;
10500
- text-overflow: ellipsis;
10501
- white-space: nowrap;
10502
- }
10503
- }
10504
-
10505
- .styles-module_fullWidth__vNRRx {
10506
- & * {
10507
- min-width: max-content;
10508
- }
10509
- }
10510
-
10511
- .styles-module_center__ksO5v {
10512
- justify-content: center;
10513
- }
10514
10514
  /* * */
10515
10515
  /* ROOT */
10516
10516