@tmlmobilidade/ui 20250905.950.39 → 20250905.1203.9

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 (37) hide show
  1. package/dist/index.css +202 -202
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.d.ts +47 -40
  4. package/dist/index.js +5 -4
  5. package/dist/index.js.map +1 -1
  6. package/dist/src/components/{common → dates}/DatePicker/index.js +2 -1
  7. package/dist/src/components/dates/DatePicker/index.js.map +1 -0
  8. package/dist/src/components/dates/DatePicker/styles.module.css.js +4 -0
  9. package/dist/src/components/{common → dates}/DateTimePicker/index.js +3 -2
  10. package/dist/src/components/dates/DateTimePicker/index.js.map +1 -0
  11. package/dist/src/components/dates/DateTimePicker/styles.module.css.js +4 -0
  12. package/dist/src/components/filters/FilterTarget/index.js +9 -0
  13. package/dist/src/components/filters/FilterTarget/index.js.map +1 -0
  14. package/dist/src/components/filters/{FilterMenuTarget → FilterTarget}/styles.module.css.js +1 -1
  15. package/dist/src/components/filters/{FilterMenu → FilterTypeList}/index.js +5 -5
  16. package/dist/src/components/filters/FilterTypeList/index.js.map +1 -0
  17. package/dist/src/components/filters/FilterWrapper/index.js +11 -0
  18. package/dist/src/components/filters/FilterWrapper/index.js.map +1 -0
  19. package/dist/src/components/inputs/CoordinatesInput/index.js +0 -1
  20. package/dist/src/components/inputs/CoordinatesInput/index.js.map +1 -1
  21. package/dist/src/components/map/view/MapViewToolbar/index.js +0 -1
  22. package/dist/src/components/map/view/MapViewToolbar/index.js.map +1 -1
  23. package/dist/src/components/upload/FileUpload/index.js +0 -1
  24. package/dist/src/components/upload/FileUpload/index.js.map +1 -1
  25. package/dist/styles-no-reset.css +202 -202
  26. package/dist/styles.css +202 -202
  27. package/package.json +1 -1
  28. package/dist/src/components/common/DatePicker/index.js.map +0 -1
  29. package/dist/src/components/common/DatePicker/styles.module.css.js +0 -4
  30. package/dist/src/components/common/DateTimePicker/index.js.map +0 -1
  31. package/dist/src/components/common/DateTimePicker/styles.module.css.js +0 -4
  32. package/dist/src/components/filters/FilterMenu/index.js.map +0 -1
  33. package/dist/src/components/filters/FilterMenuTarget/index.js +0 -9
  34. package/dist/src/components/filters/FilterMenuTarget/index.js.map +0 -1
  35. /package/dist/src/components/{common → dates}/DatePicker/styles.module.css.js.map +0 -0
  36. /package/dist/src/components/{common → dates}/DateTimePicker/styles.module.css.js.map +0 -0
  37. /package/dist/src/components/filters/{FilterMenuTarget → FilterTarget}/styles.module.css.js.map +0 -0
package/dist/index.css CHANGED
@@ -511,156 +511,6 @@
511
511
  height: 100%;
512
512
  }
513
513
 
514
- /* * */
515
- /* INPUT */
516
-
517
- .styles-module_input__6Vb-T {
518
- height: auto;
519
- max-height: none;
520
- padding: 10px 15px;
521
- font-size: var(--font-size-sm);
522
- font-weight: var(--font-weight-medium);
523
- line-height: 1;
524
- background-color: var(--color-system-background-100);
525
- border: 2px solid var(--color-system-text-300);
526
- border-radius: var(--border-radius-sm);
527
- }
528
-
529
- .styles-module_input__6Vb-T::placeholder {
530
- color: var(--color-system-text-300);
531
- }
532
-
533
- .styles-module_wrapper__nPKBy[data-with-left-section="true"] .styles-module_input__6Vb-T {
534
- padding-left: calc(var(--size-spacing-sm) + 30px);
535
- }
536
-
537
- .styles-module_wrapper__nPKBy[data-with-right-section="true"] .styles-module_input__6Vb-T {
538
- padding-right: calc(var(--size-spacing-sm) + 30px);
539
- }
540
-
541
- .styles-module_input__6Vb-T.styles-module_variantWhite__qqkxa {
542
- color: var(--color-primary-black);
543
- background-color: var(--color-primary-white);
544
- border-color: #bebec8;
545
- }
546
-
547
- /* * */
548
- /* SECTION */
549
-
550
- .styles-module_section__EPtjl {
551
- display: flex;
552
- width: auto;
553
- padding: var(--size-spacing-sm);
554
- color: var(--color-system-text-300);
555
- }
556
-
557
- .styles-module_section__EPtjl[data-position="left"] {
558
- pointer-events: none;
559
- }
560
-
561
- .styles-module_section__EPtjl.styles-module_variantWhite__qqkxa {
562
- color: var(--color-system-text-300);
563
- }
564
-
565
- .styles-module_sizeSm__L4t8C{
566
- font-size: 1px;
567
- line-height: var(font-line-height);
568
- }
569
-
570
- /* * */
571
- /* LABEL */
572
-
573
- .styles-module_label__nI50N {
574
- font-size: var(--font-size-sm);
575
- font-weight: var(--font-weight-medium);
576
- color: var(--color-system-text-100);
577
- }
578
-
579
- /* * */
580
- /* DESCRIPTION */
581
-
582
- .styles-module_description__X7kWv {
583
- margin-top: 0;
584
- margin-bottom: 0;
585
- font-size: var(--font-size-sm);
586
- font-weight: var(--font-weight-medium);
587
- color: var(--color-system-text-200);
588
- }
589
- /* * */
590
- /* INPUT */
591
-
592
- .styles-module_input__7GH-0 {
593
- height: auto;
594
- max-height: none;
595
- padding: 10px 15px;
596
- font-size: var(--font-size-sm);
597
- font-weight: var(--font-weight-medium);
598
- line-height: 1;
599
- background-color: var(--color-system-background-100);
600
- border: 2px solid var(--color-system-text-300);
601
- border-radius: var(--border-radius-sm);
602
- }
603
-
604
- .styles-module_input__7GH-0::placeholder {
605
- color: var(--color-system-text-300);
606
- }
607
-
608
- .styles-module_wrapper__676-W[data-with-left-section="true"] .styles-module_input__7GH-0 {
609
- padding-left: calc(var(--size-spacing-sm) + 30px);
610
- }
611
-
612
- .styles-module_wrapper__676-W[data-with-right-section="true"] .styles-module_input__7GH-0 {
613
- padding-right: calc(var(--size-spacing-sm) + 30px);
614
- }
615
-
616
- .styles-module_input__7GH-0.styles-module_variantWhite__XpqzN {
617
- color: var(--color-primary-black);
618
- background-color: var(--color-primary-white);
619
- border-color: #bebec8;
620
- }
621
-
622
- /* * */
623
- /* SECTION */
624
-
625
- .styles-module_section__2Dh7a {
626
- display: flex;
627
- width: auto;
628
- padding: var(--size-spacing-sm);
629
- color: var(--color-system-text-300);
630
- }
631
-
632
- .styles-module_section__2Dh7a[data-position="left"] {
633
- pointer-events: none;
634
- }
635
-
636
- .styles-module_section__2Dh7a.styles-module_variantWhite__XpqzN {
637
- color: var(--color-system-text-300);
638
- }
639
-
640
- .styles-module_sizeSm__cmzmj{
641
- font-size: 1px;
642
- line-height: var(font-line-height);
643
- }
644
-
645
- /* * */
646
- /* LABEL */
647
-
648
- .styles-module_label__yQwLG {
649
- font-size: var(--font-size-sm);
650
- font-weight: var(--font-weight-medium);
651
- color: var(--color-system-text-100);
652
- }
653
-
654
- /* * */
655
- /* DESCRIPTION */
656
-
657
- .styles-module_description__9hShz {
658
- margin-top: 0;
659
- margin-bottom: 0;
660
- font-size: var(--font-size-sm);
661
- font-weight: var(--font-weight-medium);
662
- color: var(--color-system-text-200);
663
- }
664
514
  /* * */
665
515
  /* DESCRIPTION */
666
516
 
@@ -1151,6 +1001,156 @@
1151
1001
  justify-content: center;
1152
1002
  }
1153
1003
  /* * */
1004
+ /* INPUT */
1005
+
1006
+ .styles-module_input__0HcHu {
1007
+ height: auto;
1008
+ max-height: none;
1009
+ padding: 10px 15px;
1010
+ font-size: var(--font-size-sm);
1011
+ font-weight: var(--font-weight-medium);
1012
+ line-height: 1;
1013
+ background-color: var(--color-system-background-100);
1014
+ border: 2px solid var(--color-system-text-300);
1015
+ border-radius: var(--border-radius-sm);
1016
+ }
1017
+
1018
+ .styles-module_input__0HcHu::placeholder {
1019
+ color: var(--color-system-text-300);
1020
+ }
1021
+
1022
+ .styles-module_wrapper__njf59[data-with-left-section="true"] .styles-module_input__0HcHu {
1023
+ padding-left: calc(var(--size-spacing-sm) + 30px);
1024
+ }
1025
+
1026
+ .styles-module_wrapper__njf59[data-with-right-section="true"] .styles-module_input__0HcHu {
1027
+ padding-right: calc(var(--size-spacing-sm) + 30px);
1028
+ }
1029
+
1030
+ .styles-module_input__0HcHu.styles-module_variantWhite__38tBs {
1031
+ color: var(--color-primary-black);
1032
+ background-color: var(--color-primary-white);
1033
+ border-color: #bebec8;
1034
+ }
1035
+
1036
+ /* * */
1037
+ /* SECTION */
1038
+
1039
+ .styles-module_section__z7Ezd {
1040
+ display: flex;
1041
+ width: auto;
1042
+ padding: var(--size-spacing-sm);
1043
+ color: var(--color-system-text-300);
1044
+ }
1045
+
1046
+ .styles-module_section__z7Ezd[data-position="left"] {
1047
+ pointer-events: none;
1048
+ }
1049
+
1050
+ .styles-module_section__z7Ezd.styles-module_variantWhite__38tBs {
1051
+ color: var(--color-system-text-300);
1052
+ }
1053
+
1054
+ .styles-module_sizeSm__T2Sb9{
1055
+ font-size: 1px;
1056
+ line-height: var(font-line-height);
1057
+ }
1058
+
1059
+ /* * */
1060
+ /* LABEL */
1061
+
1062
+ .styles-module_label__3ocFz {
1063
+ font-size: var(--font-size-sm);
1064
+ font-weight: var(--font-weight-medium);
1065
+ color: var(--color-system-text-100);
1066
+ }
1067
+
1068
+ /* * */
1069
+ /* DESCRIPTION */
1070
+
1071
+ .styles-module_description__3n4Ya {
1072
+ margin-top: 0;
1073
+ margin-bottom: 0;
1074
+ font-size: var(--font-size-sm);
1075
+ font-weight: var(--font-weight-medium);
1076
+ color: var(--color-system-text-200);
1077
+ }
1078
+ /* * */
1079
+ /* INPUT */
1080
+
1081
+ .styles-module_input__WoqRh {
1082
+ height: auto;
1083
+ max-height: none;
1084
+ padding: 10px 15px;
1085
+ font-size: var(--font-size-sm);
1086
+ font-weight: var(--font-weight-medium);
1087
+ line-height: 1;
1088
+ background-color: var(--color-system-background-100);
1089
+ border: 2px solid var(--color-system-text-300);
1090
+ border-radius: var(--border-radius-sm);
1091
+ }
1092
+
1093
+ .styles-module_input__WoqRh::placeholder {
1094
+ color: var(--color-system-text-300);
1095
+ }
1096
+
1097
+ .styles-module_wrapper__063ai[data-with-left-section="true"] .styles-module_input__WoqRh {
1098
+ padding-left: calc(var(--size-spacing-sm) + 30px);
1099
+ }
1100
+
1101
+ .styles-module_wrapper__063ai[data-with-right-section="true"] .styles-module_input__WoqRh {
1102
+ padding-right: calc(var(--size-spacing-sm) + 30px);
1103
+ }
1104
+
1105
+ .styles-module_input__WoqRh.styles-module_variantWhite__8CQoD {
1106
+ color: var(--color-primary-black);
1107
+ background-color: var(--color-primary-white);
1108
+ border-color: #bebec8;
1109
+ }
1110
+
1111
+ /* * */
1112
+ /* SECTION */
1113
+
1114
+ .styles-module_section__iUcrF {
1115
+ display: flex;
1116
+ width: auto;
1117
+ padding: var(--size-spacing-sm);
1118
+ color: var(--color-system-text-300);
1119
+ }
1120
+
1121
+ .styles-module_section__iUcrF[data-position="left"] {
1122
+ pointer-events: none;
1123
+ }
1124
+
1125
+ .styles-module_section__iUcrF.styles-module_variantWhite__8CQoD {
1126
+ color: var(--color-system-text-300);
1127
+ }
1128
+
1129
+ .styles-module_sizeSm__D8-3J{
1130
+ font-size: 1px;
1131
+ line-height: var(font-line-height);
1132
+ }
1133
+
1134
+ /* * */
1135
+ /* LABEL */
1136
+
1137
+ .styles-module_label__w0QlH {
1138
+ font-size: var(--font-size-sm);
1139
+ font-weight: var(--font-weight-medium);
1140
+ color: var(--color-system-text-100);
1141
+ }
1142
+
1143
+ /* * */
1144
+ /* DESCRIPTION */
1145
+
1146
+ .styles-module_description__1xDf8 {
1147
+ margin-top: 0;
1148
+ margin-bottom: 0;
1149
+ font-size: var(--font-size-sm);
1150
+ font-weight: var(--font-weight-medium);
1151
+ color: var(--color-system-text-200);
1152
+ }
1153
+ /* * */
1154
1154
  /* CONTAINER */
1155
1155
 
1156
1156
  .styles-module_container__p5ogv {
@@ -1536,58 +1536,6 @@
1536
1536
  font-weight: var(--font-weight-normal);
1537
1537
  }
1538
1538
 
1539
- /* * */
1540
- /* ROOT */
1541
-
1542
- .styles-module_root__rZv3w {
1543
- display: flex;
1544
- align-items: center;
1545
- justify-content: center;
1546
- padding: 4px 10px;
1547
- font-size: 14px;
1548
- font-weight: var(--font-weight-semibold);
1549
- line-height: 1;
1550
- color: var(--color-system-text-300);
1551
- text-transform: uppercase;
1552
- white-space: nowrap;
1553
- cursor: pointer;
1554
- user-select: none;
1555
- background: var(--color-system-background-100);
1556
- border: 2px solid var(--color-system-text-300);
1557
- border-radius: 999px;
1558
- box-shadow: none;
1559
- transition: all 100ms ease;
1560
- }
1561
-
1562
- .styles-module_root__rZv3w:hover {
1563
- color: var(--color-system-text-200);
1564
- border-color: var(--color-system-text-200);
1565
- }
1566
-
1567
- .styles-module_root__rZv3w:active {
1568
- transform: translateY(1px);
1569
- }
1570
-
1571
- /* * */
1572
- /* ROOT / ACTIVE */
1573
-
1574
- .styles-module_root__rZv3w[data-active='true'] {
1575
- color: var(--color-contrast);
1576
- background: var(--color-primary);
1577
- border-color: var(--color-secondary);
1578
- box-shadow: 0 1px 3px 0 var(--color-shadow);
1579
- }
1580
-
1581
- /* * */
1582
- /* ROOT / DISABLED */
1583
-
1584
- .styles-module_root__rZv3w[data-disabled='true'] {
1585
- color: var(--color-system-border-100);
1586
- pointer-events: none;
1587
- background: var(--color-system-background-100);
1588
- border-color: var(--color-system-border-100);
1589
- box-shadow: none;
1590
- }
1591
1539
  /* * */
1592
1540
  /* CONTAINER */
1593
1541
 
@@ -2285,6 +2233,58 @@
2285
2233
  overflow-x: auto;
2286
2234
  }
2287
2235
  /* * */
2236
+ /* ROOT */
2237
+
2238
+ .styles-module_root__mnCvx {
2239
+ display: flex;
2240
+ align-items: center;
2241
+ justify-content: center;
2242
+ padding: 4px 10px;
2243
+ font-size: 14px;
2244
+ font-weight: var(--font-weight-semibold);
2245
+ line-height: 1;
2246
+ color: var(--color-system-text-300);
2247
+ text-transform: uppercase;
2248
+ white-space: nowrap;
2249
+ cursor: pointer;
2250
+ user-select: none;
2251
+ background: var(--color-system-background-100);
2252
+ border: 2px solid var(--color-system-text-300);
2253
+ border-radius: 999px;
2254
+ box-shadow: none;
2255
+ transition: all 100ms ease;
2256
+ }
2257
+
2258
+ .styles-module_root__mnCvx:hover {
2259
+ color: var(--color-system-text-200);
2260
+ border-color: var(--color-system-text-200);
2261
+ }
2262
+
2263
+ .styles-module_root__mnCvx:active {
2264
+ transform: translateY(1px);
2265
+ }
2266
+
2267
+ /* * */
2268
+ /* ROOT / ACTIVE */
2269
+
2270
+ .styles-module_root__mnCvx[data-active='true'] {
2271
+ color: var(--color-contrast);
2272
+ background: var(--color-primary);
2273
+ border-color: var(--color-secondary);
2274
+ box-shadow: 0 1px 3px 0 var(--color-shadow);
2275
+ }
2276
+
2277
+ /* * */
2278
+ /* ROOT / DISABLED */
2279
+
2280
+ .styles-module_root__mnCvx[data-disabled='true'] {
2281
+ color: var(--color-system-border-100);
2282
+ pointer-events: none;
2283
+ background: var(--color-system-background-100);
2284
+ border-color: var(--color-system-border-100);
2285
+ box-shadow: none;
2286
+ }
2287
+ /* * */
2288
2288
  /* PILLS INPUT */
2289
2289
 
2290
2290
  .styles-module_pillsInputPillGroup__-eDFg {