@tmlmobilidade/ui 0.0.4 → 20250122.1933.16

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.
@@ -11,3 +11,4 @@ export { default as Switch } from './Switch';
11
11
  export { default as Slider } from './Slider';
12
12
  export { default as ActionIcon } from './ActionIcon';
13
13
  export { default as Menu } from './Menu';
14
+ export * from './AppLogos';
package/dist/index.d.ts CHANGED
@@ -94,6 +94,12 @@ declare namespace Menu {
94
94
  var Label: (props: MenuLabelProps) => react_jsx_runtime.JSX.Element;
95
95
  }
96
96
 
97
+ declare function CMIcon(): react_jsx_runtime.JSX.Element;
98
+ declare function CMLogo(): react_jsx_runtime.JSX.Element;
99
+ declare function TMLogoLight(): react_jsx_runtime.JSX.Element;
100
+ declare function TMLogoDark(): react_jsx_runtime.JSX.Element;
101
+ declare function TMLogo(): react_jsx_runtime.JSX.Element;
102
+
97
103
  interface Props$1 extends React.HTMLAttributes<HTMLDivElement> {
98
104
  columns?: 'a' | 'aab' | 'ab' | 'abb' | 'abc' | 'abcd';
99
105
  hAlign?: 'center' | 'end' | 'start';
@@ -376,4 +382,4 @@ declare function LoginForm({ authUrl, classNames, footerLinks, title, descriptio
376
382
 
377
383
  declare function useScreenSize(): "mobile" | "tablet" | "desktop" | undefined;
378
384
 
379
- export { ActionIcon, Badge, Component$4 as Button, Checkbox, Component as Combobox, DataTable, type DataTableColumn, type DataTableColumnProps, type DataTableHeaderProps, type DataTableProps, type DataTableRowProps, type DataTableSearchProps, type DataTableTitleProps, Grid, LoginForm, Menu, Component$2 as PasswordInput, Section, SegmentedControl, Sidebar, Slider, Spacer, Surface, Switch, Component$1 as TextArea, Component$3 as TextInput, ThemeDark, ThemeLight, ThemeProvider, ThemeSwitcher, Themer, Tooltip, useScreenSize, useTheme };
385
+ export { ActionIcon, Badge, Component$4 as Button, CMIcon, CMLogo, Checkbox, Component as Combobox, DataTable, type DataTableColumn, type DataTableColumnProps, type DataTableHeaderProps, type DataTableProps, type DataTableRowProps, type DataTableSearchProps, type DataTableTitleProps, Grid, LoginForm, Menu, Component$2 as PasswordInput, Section, SegmentedControl, Sidebar, Slider, Spacer, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Component$1 as TextArea, Component$3 as TextInput, ThemeDark, ThemeLight, ThemeProvider, ThemeSwitcher, Themer, Tooltip, useScreenSize, useTheme };
package/dist/styles.css CHANGED
@@ -886,6 +886,245 @@ breakpoint-mobile {
886
886
  .styles-module_arrow__pmKfn {
887
887
  border: 1px solid var(--color-system-border-100);
888
888
  }
889
+ /* * */
890
+ /* INPUT */
891
+
892
+ .text-input-module_input__9C3ID {
893
+ height: auto;
894
+ max-height: none;
895
+ font-size: var(--font-size-base);
896
+ line-height: 1;
897
+ padding: 10px 15px;
898
+ border: 2px solid var(--color-system-text-300);
899
+ border-radius: var(--border-radius-sm);
900
+ background-color: var(--color-system-background-100);
901
+ font-weight: var(--font-weight-medium);
902
+ }
903
+
904
+ .text-input-module_input__9C3ID::placeholder {
905
+ color: var(--color-system-text-300);
906
+ }
907
+
908
+ .text-input-module_wrapper__jrJs0[data-with-left-section="true"] .text-input-module_input__9C3ID {
909
+ padding-left: calc(var(--size-spacing-md) + 30px);
910
+ }
911
+
912
+ .text-input-module_wrapper__jrJs0[data-with-right-section="true"] .text-input-module_input__9C3ID {
913
+ padding-right: calc(var(--size-spacing-md) + 30px);
914
+ }
915
+
916
+ .text-input-module_input__9C3ID.text-input-module_variantWhite__M5THF {
917
+ color: var(--color-primary-black);
918
+ border-color: #bebec8;
919
+ background-color: var(--color-primary-white);
920
+ }
921
+
922
+ /* * */
923
+ /* SECTION */
924
+
925
+ .text-input-module_section__uYM8p {
926
+ display: flex;
927
+ width: auto;
928
+ padding: var(--size-spacing-md);
929
+ color: var(--color-system-text-300);
930
+ }
931
+
932
+ .text-input-module_section__uYM8p[data-position="left"] {
933
+ pointer-events: none;
934
+ }
935
+
936
+ .text-input-module_section__uYM8p.text-input-module_variantWhite__M5THF {
937
+ color: var(--color-system-text-300);
938
+ }
939
+
940
+ .text-input-module_sizeSm__9YY9u{
941
+ line-height: var(--line-height-sm);
942
+ font-size: 1px;
943
+ }
944
+
945
+ /* * */
946
+ /* LABEL */
947
+
948
+ .text-input-module_label__sLogM {
949
+ color: var(--color-system-text-100);
950
+ font-size: var(--font-size-base);
951
+ font-weight: var(--font-weight-medium);
952
+ }
953
+
954
+ /* * */
955
+ /* DESCRIPTION */
956
+
957
+ .text-input-module_description__hPkID {
958
+ margin-top: var(--size-spacing-xs);
959
+ margin-bottom: var(--size-spacing-xs);
960
+ color: var(--color-system-text-200);
961
+ font-size: var(--font-size-sm);
962
+ font-weight: var(--font-weight-medium);
963
+ }
964
+ /* * */
965
+ /* INPUT */
966
+
967
+ .text-input-sm-module_input__u-uh6 {
968
+ height: auto;
969
+ max-height: none;
970
+ font-size: var(--font-size-sm);
971
+ line-height: 1;
972
+ padding: 10px 15px;
973
+ border: 2px solid var(--color-system-text-300);
974
+ border-radius: var(--border-radius-sm);
975
+ background-color: var(--color-system-background-100);
976
+ font-weight: var(--font-weight-medium);
977
+ }
978
+
979
+ .text-input-sm-module_input__u-uh6::placeholder {
980
+ color: var(--color-system-text-300);
981
+ }
982
+
983
+ .text-input-sm-module_wrapper__H9JIX[data-with-left-section="true"] .text-input-sm-module_input__u-uh6 {
984
+ padding-left: calc(var(--size-spacing-sm) + 30px);
985
+ }
986
+
987
+ .text-input-sm-module_wrapper__H9JIX[data-with-right-section="true"] .text-input-sm-module_input__u-uh6 {
988
+ padding-right: calc(var(--size-spacing-sm) + 30px);
989
+ }
990
+
991
+ .text-input-sm-module_input__u-uh6.text-input-sm-module_variantWhite__k4HFB {
992
+ color: var(--color-primary-black);
993
+ border-color: #bebec8;
994
+ background-color: var(--color-primary-white);
995
+ }
996
+
997
+ /* * */
998
+ /* SECTION */
999
+
1000
+ .text-input-sm-module_section__UXn50 {
1001
+ display: flex;
1002
+ width: auto;
1003
+ padding: var(--size-spacing-sm);
1004
+ color: var(--color-system-text-300);
1005
+ }
1006
+
1007
+ .text-input-sm-module_section__UXn50[data-position="left"] {
1008
+ pointer-events: none;
1009
+ }
1010
+
1011
+ .text-input-sm-module_section__UXn50.text-input-sm-module_variantWhite__k4HFB {
1012
+ color: var(--color-system-text-300);
1013
+ }
1014
+
1015
+ .text-input-sm-module_sizeSm__LE66I{
1016
+ line-height: var(--line-height-sm);
1017
+ font-size: 1px;
1018
+ }
1019
+
1020
+ /* * */
1021
+ /* LABEL */
1022
+
1023
+ .text-input-sm-module_label__Tjn5U {
1024
+ color: var(--color-system-text-100);
1025
+ font-size: var(--font-size-sm);
1026
+ font-weight: var(--font-weight-medium);
1027
+ }
1028
+
1029
+ /* * */
1030
+ /* DESCRIPTION */
1031
+
1032
+ .text-input-sm-module_description__grwjQ {
1033
+ margin-top: var(--size-spacing-xs);
1034
+ margin-bottom: var(--size-spacing-xs);
1035
+ color: var(--color-system-text-200);
1036
+ font-size: var(--font-size-sm);
1037
+ font-weight: var(--font-weight-medium);
1038
+ }
1039
+ /* * */
1040
+ /* Input */
1041
+
1042
+ .password-input-module_input__NVrbH {
1043
+ padding: 10px 15px;
1044
+ }
1045
+
1046
+ /* * */
1047
+ /* innerInput */
1048
+
1049
+ .password-input-module_innerInput__TPTvT {
1050
+ height: auto;
1051
+ max-height: none;
1052
+ font-size: var(--font-size-base);
1053
+ line-height: 1;
1054
+ padding: 10px 15px;
1055
+ border: 2px solid var(--color-system-text-300);
1056
+ border-radius: var(--border-radius-sm);
1057
+ background-color: var(--color-system-background-100);
1058
+ font-weight: var(--font-weight-medium);
1059
+ }
1060
+
1061
+ .password-input-module_innerInput__TPTvT::placeholder {
1062
+ color: var(--color-system-text-300);
1063
+ }
1064
+
1065
+ .password-input-module_wrapper__YXz4D[data-with-left-section="true"] .password-input-module_innerInput__TPTvT {
1066
+ padding-left: calc(var(--size-spacing-md) + 30px);
1067
+ }
1068
+
1069
+ .password-input-module_wrapper__YXz4D[data-with-right-section="true"] .password-input-module_innerInput__TPTvT {
1070
+ padding-right: calc(var(--size-spacing-md) + 30px);
1071
+ }
1072
+
1073
+ .password-input-module_innerInput__TPTvT.password-input-module_variantWhite__cv16E {
1074
+ color: var(--color-primary-black);
1075
+ border-color: #bebec8;
1076
+ background-color: var(--color-primary-white);
1077
+ }
1078
+
1079
+ /* * */
1080
+ /* SECTION */
1081
+
1082
+ .password-input-module_section__8q0Ec {
1083
+ display: flex;
1084
+ width: auto;
1085
+ padding: var(--size-spacing-md);
1086
+ color: var(--color-system-text-300);
1087
+ }
1088
+
1089
+ .password-input-module_section__8q0Ec[data-position="left"] {
1090
+ pointer-events: none;
1091
+ }
1092
+
1093
+ .password-input-module_section__8q0Ec.password-input-module_variantWhite__cv16E {
1094
+ color: var(--color-system-text-300);
1095
+ }
1096
+
1097
+ .password-input-module_sizeSm__53ilT{
1098
+ line-height: var(--line-height-sm);
1099
+ font-size: 1px;
1100
+ }
1101
+
1102
+ /* * */
1103
+ /* LABEL */
1104
+
1105
+ .password-input-module_label__dDTkn {
1106
+ color: var(--color-system-text-100);
1107
+ font-size: var(--font-size-base);
1108
+ font-weight: var(--font-weight-medium);
1109
+ }
1110
+
1111
+ /* * */
1112
+ /* DESCRIPTION */
1113
+
1114
+ .password-input-module_description__tW8I- {
1115
+ margin-top: var(--size-spacing-xs);
1116
+ margin-bottom: var(--size-spacing-xs);
1117
+ color: var(--color-system-text-200);
1118
+ font-size: var(--font-size-sm);
1119
+ font-weight: var(--font-weight-medium);
1120
+ }
1121
+ .styles-module_dropdown__9W7AN {
1122
+ background-color: var(--color-system-background-200);
1123
+ display: flex;
1124
+ gap: var(--size-spacing-sm);
1125
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1126
+ }
1127
+
889
1128
  /* * */
890
1129
  /* CONTAINER */
891
1130
 
@@ -1375,245 +1614,6 @@ breakpoint-mobile {
1375
1614
  overflow-y: auto;
1376
1615
  }
1377
1616
 
1378
- /* * */
1379
- /* INPUT */
1380
-
1381
- .text-input-module_input__9C3ID {
1382
- height: auto;
1383
- max-height: none;
1384
- font-size: var(--font-size-base);
1385
- line-height: 1;
1386
- padding: 10px 15px;
1387
- border: 2px solid var(--color-system-text-300);
1388
- border-radius: var(--border-radius-sm);
1389
- background-color: var(--color-system-background-100);
1390
- font-weight: var(--font-weight-medium);
1391
- }
1392
-
1393
- .text-input-module_input__9C3ID::placeholder {
1394
- color: var(--color-system-text-300);
1395
- }
1396
-
1397
- .text-input-module_wrapper__jrJs0[data-with-left-section="true"] .text-input-module_input__9C3ID {
1398
- padding-left: calc(var(--size-spacing-md) + 30px);
1399
- }
1400
-
1401
- .text-input-module_wrapper__jrJs0[data-with-right-section="true"] .text-input-module_input__9C3ID {
1402
- padding-right: calc(var(--size-spacing-md) + 30px);
1403
- }
1404
-
1405
- .text-input-module_input__9C3ID.text-input-module_variantWhite__M5THF {
1406
- color: var(--color-primary-black);
1407
- border-color: #bebec8;
1408
- background-color: var(--color-primary-white);
1409
- }
1410
-
1411
- /* * */
1412
- /* SECTION */
1413
-
1414
- .text-input-module_section__uYM8p {
1415
- display: flex;
1416
- width: auto;
1417
- padding: var(--size-spacing-md);
1418
- color: var(--color-system-text-300);
1419
- }
1420
-
1421
- .text-input-module_section__uYM8p[data-position="left"] {
1422
- pointer-events: none;
1423
- }
1424
-
1425
- .text-input-module_section__uYM8p.text-input-module_variantWhite__M5THF {
1426
- color: var(--color-system-text-300);
1427
- }
1428
-
1429
- .text-input-module_sizeSm__9YY9u{
1430
- line-height: var(--line-height-sm);
1431
- font-size: 1px;
1432
- }
1433
-
1434
- /* * */
1435
- /* LABEL */
1436
-
1437
- .text-input-module_label__sLogM {
1438
- color: var(--color-system-text-100);
1439
- font-size: var(--font-size-base);
1440
- font-weight: var(--font-weight-medium);
1441
- }
1442
-
1443
- /* * */
1444
- /* DESCRIPTION */
1445
-
1446
- .text-input-module_description__hPkID {
1447
- margin-top: var(--size-spacing-xs);
1448
- margin-bottom: var(--size-spacing-xs);
1449
- color: var(--color-system-text-200);
1450
- font-size: var(--font-size-sm);
1451
- font-weight: var(--font-weight-medium);
1452
- }
1453
- /* * */
1454
- /* INPUT */
1455
-
1456
- .text-input-sm-module_input__u-uh6 {
1457
- height: auto;
1458
- max-height: none;
1459
- font-size: var(--font-size-sm);
1460
- line-height: 1;
1461
- padding: 10px 15px;
1462
- border: 2px solid var(--color-system-text-300);
1463
- border-radius: var(--border-radius-sm);
1464
- background-color: var(--color-system-background-100);
1465
- font-weight: var(--font-weight-medium);
1466
- }
1467
-
1468
- .text-input-sm-module_input__u-uh6::placeholder {
1469
- color: var(--color-system-text-300);
1470
- }
1471
-
1472
- .text-input-sm-module_wrapper__H9JIX[data-with-left-section="true"] .text-input-sm-module_input__u-uh6 {
1473
- padding-left: calc(var(--size-spacing-sm) + 30px);
1474
- }
1475
-
1476
- .text-input-sm-module_wrapper__H9JIX[data-with-right-section="true"] .text-input-sm-module_input__u-uh6 {
1477
- padding-right: calc(var(--size-spacing-sm) + 30px);
1478
- }
1479
-
1480
- .text-input-sm-module_input__u-uh6.text-input-sm-module_variantWhite__k4HFB {
1481
- color: var(--color-primary-black);
1482
- border-color: #bebec8;
1483
- background-color: var(--color-primary-white);
1484
- }
1485
-
1486
- /* * */
1487
- /* SECTION */
1488
-
1489
- .text-input-sm-module_section__UXn50 {
1490
- display: flex;
1491
- width: auto;
1492
- padding: var(--size-spacing-sm);
1493
- color: var(--color-system-text-300);
1494
- }
1495
-
1496
- .text-input-sm-module_section__UXn50[data-position="left"] {
1497
- pointer-events: none;
1498
- }
1499
-
1500
- .text-input-sm-module_section__UXn50.text-input-sm-module_variantWhite__k4HFB {
1501
- color: var(--color-system-text-300);
1502
- }
1503
-
1504
- .text-input-sm-module_sizeSm__LE66I{
1505
- line-height: var(--line-height-sm);
1506
- font-size: 1px;
1507
- }
1508
-
1509
- /* * */
1510
- /* LABEL */
1511
-
1512
- .text-input-sm-module_label__Tjn5U {
1513
- color: var(--color-system-text-100);
1514
- font-size: var(--font-size-sm);
1515
- font-weight: var(--font-weight-medium);
1516
- }
1517
-
1518
- /* * */
1519
- /* DESCRIPTION */
1520
-
1521
- .text-input-sm-module_description__grwjQ {
1522
- margin-top: var(--size-spacing-xs);
1523
- margin-bottom: var(--size-spacing-xs);
1524
- color: var(--color-system-text-200);
1525
- font-size: var(--font-size-sm);
1526
- font-weight: var(--font-weight-medium);
1527
- }
1528
- /* * */
1529
- /* Input */
1530
-
1531
- .password-input-module_input__NVrbH {
1532
- padding: 10px 15px;
1533
- }
1534
-
1535
- /* * */
1536
- /* innerInput */
1537
-
1538
- .password-input-module_innerInput__TPTvT {
1539
- height: auto;
1540
- max-height: none;
1541
- font-size: var(--font-size-base);
1542
- line-height: 1;
1543
- padding: 10px 15px;
1544
- border: 2px solid var(--color-system-text-300);
1545
- border-radius: var(--border-radius-sm);
1546
- background-color: var(--color-system-background-100);
1547
- font-weight: var(--font-weight-medium);
1548
- }
1549
-
1550
- .password-input-module_innerInput__TPTvT::placeholder {
1551
- color: var(--color-system-text-300);
1552
- }
1553
-
1554
- .password-input-module_wrapper__YXz4D[data-with-left-section="true"] .password-input-module_innerInput__TPTvT {
1555
- padding-left: calc(var(--size-spacing-md) + 30px);
1556
- }
1557
-
1558
- .password-input-module_wrapper__YXz4D[data-with-right-section="true"] .password-input-module_innerInput__TPTvT {
1559
- padding-right: calc(var(--size-spacing-md) + 30px);
1560
- }
1561
-
1562
- .password-input-module_innerInput__TPTvT.password-input-module_variantWhite__cv16E {
1563
- color: var(--color-primary-black);
1564
- border-color: #bebec8;
1565
- background-color: var(--color-primary-white);
1566
- }
1567
-
1568
- /* * */
1569
- /* SECTION */
1570
-
1571
- .password-input-module_section__8q0Ec {
1572
- display: flex;
1573
- width: auto;
1574
- padding: var(--size-spacing-md);
1575
- color: var(--color-system-text-300);
1576
- }
1577
-
1578
- .password-input-module_section__8q0Ec[data-position="left"] {
1579
- pointer-events: none;
1580
- }
1581
-
1582
- .password-input-module_section__8q0Ec.password-input-module_variantWhite__cv16E {
1583
- color: var(--color-system-text-300);
1584
- }
1585
-
1586
- .password-input-module_sizeSm__53ilT{
1587
- line-height: var(--line-height-sm);
1588
- font-size: 1px;
1589
- }
1590
-
1591
- /* * */
1592
- /* LABEL */
1593
-
1594
- .password-input-module_label__dDTkn {
1595
- color: var(--color-system-text-100);
1596
- font-size: var(--font-size-base);
1597
- font-weight: var(--font-weight-medium);
1598
- }
1599
-
1600
- /* * */
1601
- /* DESCRIPTION */
1602
-
1603
- .password-input-module_description__tW8I- {
1604
- margin-top: var(--size-spacing-xs);
1605
- margin-bottom: var(--size-spacing-xs);
1606
- color: var(--color-system-text-200);
1607
- font-size: var(--font-size-sm);
1608
- font-weight: var(--font-weight-medium);
1609
- }
1610
- .styles-module_dropdown__9W7AN {
1611
- background-color: var(--color-system-background-200);
1612
- display: flex;
1613
- gap: var(--size-spacing-sm);
1614
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
1615
- }
1616
-
1617
1617
  /* * */
1618
1618
  /* HEADER */
1619
1619
  .styles-module_header__4P5BD {
package/package.json CHANGED
@@ -1,87 +1,87 @@
1
1
  {
2
- "name": "@tmlmobilidade/ui",
3
- "version": "0.0.4",
4
- "main": "dist/cjs/index.js",
5
- "module": "dist/esm/index.js",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "dist"
9
- ],
10
- "scripts": {
11
- "dev": "npm run clean && tsx scripts/watch.ts",
12
- "build": "npm run clean && tsx scripts/build.ts",
13
- "clean": "rm -rf dist"
14
- },
15
- "babel": {
16
- "sourceType": "unambiguous",
17
- "presets": [
18
- [
19
- "@babel/preset-env",
20
- {
21
- "targets": {
22
- "chrome": 100,
23
- "safari": 15,
24
- "firefox": 91
25
- }
26
- }
27
- ],
28
- [
29
- "@babel/preset-react",
30
- {
31
- "runtime": "automatic"
32
- }
33
- ],
34
- "@babel/preset-typescript"
35
- ]
36
- },
37
- "publishConfig": {
38
- "directory": "dist",
39
- "access": "public"
40
- },
41
- "author": "",
42
- "license": "ISC",
43
- "description": "",
44
- "peerDependencies": {
45
- "react": "^18.x || ^19.x",
46
- "react-dom": "^18.x || ^19.x"
47
- },
48
- "devDependencies": {
49
- "@babel/core": "^7.24.6",
50
- "@babel/preset-env": "^7.24.6",
51
- "@babel/preset-react": "^7.24.6",
52
- "@babel/preset-typescript": "^7.24.6",
53
- "@rollup/plugin-commonjs": "^25.0.8",
54
- "@rollup/plugin-node-resolve": "^15.2.3",
55
- "@rollup/plugin-typescript": "^11.1.6",
56
- "@types/js-cookie": "^3.0.6",
57
- "@types/luxon": "^3.4.2",
58
- "@types/node": "22.10.3",
59
- "@types/react": "^19.0.0",
60
- "@types/react-dom": "19.0.0",
61
- "nodemon": "^3.1.9",
62
- "postcss": "^8.4.38",
63
- "react": "19.0.0",
64
- "react-dom": "19.0.0",
65
- "rollup": "^4.18.0",
66
- "rollup-plugin-dts": "^6.1.1",
67
- "rollup-plugin-postcss": "^4.0.2",
68
- "ts-node-dev": "^2.0.0",
69
- "tslib": "^2.6.2",
70
- "tsx": "^4.19.2",
71
- "typescript": "^5.4.5"
72
- },
73
- "dependencies": {
74
- "@mantine/core": "^7.16.0",
75
- "@mantine/dates": "^7.16.0",
76
- "@mantine/form": "^7.16.0",
77
- "@mantine/hooks": "^7.16.0",
78
- "@mantine/modals": "^7.16.0",
79
- "@tabler/icons-react": "3.26.0",
80
- "@tmlmobilidade/core-types": "^20250122.1750.21",
81
- "clsx": "^2.1.1",
82
- "js-cookie": "^3.0.5",
83
- "luxon": "^3.5.0",
84
- "react-viewport-list": "^7.1.2",
85
- "rollup-preserve-directives": "^1.1.3"
86
- }
87
- }
2
+ "name": "@tmlmobilidade/ui",
3
+ "version": "20250122.1933.16",
4
+ "main": "dist/cjs/index.js",
5
+ "module": "dist/esm/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "dev": "npm run clean && tsx scripts/watch.ts",
12
+ "build": "npm run clean && tsx scripts/build.ts",
13
+ "clean": "rm -rf dist"
14
+ },
15
+ "babel": {
16
+ "sourceType": "unambiguous",
17
+ "presets": [
18
+ [
19
+ "@babel/preset-env",
20
+ {
21
+ "targets": {
22
+ "chrome": 100,
23
+ "safari": 15,
24
+ "firefox": 91
25
+ }
26
+ }
27
+ ],
28
+ [
29
+ "@babel/preset-react",
30
+ {
31
+ "runtime": "automatic"
32
+ }
33
+ ],
34
+ "@babel/preset-typescript"
35
+ ]
36
+ },
37
+ "publishConfig": {
38
+ "directory": "dist",
39
+ "access": "public"
40
+ },
41
+ "author": "",
42
+ "license": "ISC",
43
+ "description": "",
44
+ "peerDependencies": {
45
+ "react": "^18.x || ^19.x",
46
+ "react-dom": "^18.x || ^19.x"
47
+ },
48
+ "devDependencies": {
49
+ "@babel/core": "^7.24.6",
50
+ "@babel/preset-env": "^7.24.6",
51
+ "@babel/preset-react": "^7.24.6",
52
+ "@babel/preset-typescript": "^7.24.6",
53
+ "@rollup/plugin-commonjs": "^25.0.8",
54
+ "@rollup/plugin-node-resolve": "^15.2.3",
55
+ "@rollup/plugin-typescript": "^11.1.6",
56
+ "@types/js-cookie": "^3.0.6",
57
+ "@types/luxon": "^3.4.2",
58
+ "@types/node": "22.10.3",
59
+ "@types/react": "^19.0.0",
60
+ "@types/react-dom": "19.0.0",
61
+ "nodemon": "^3.1.9",
62
+ "postcss": "^8.4.38",
63
+ "react": "19.0.0",
64
+ "react-dom": "19.0.0",
65
+ "rollup": "^4.18.0",
66
+ "rollup-plugin-dts": "^6.1.1",
67
+ "rollup-plugin-postcss": "^4.0.2",
68
+ "ts-node-dev": "^2.0.0",
69
+ "tslib": "^2.6.2",
70
+ "tsx": "^4.19.2",
71
+ "typescript": "^5.4.5"
72
+ },
73
+ "dependencies": {
74
+ "@mantine/core": "^7.16.0",
75
+ "@mantine/dates": "^7.16.0",
76
+ "@mantine/form": "^7.16.0",
77
+ "@mantine/hooks": "^7.16.0",
78
+ "@mantine/modals": "^7.16.0",
79
+ "@tabler/icons-react": "3.26.0",
80
+ "@tmlmobilidade/core-types": "^20250122.1750.21",
81
+ "clsx": "^2.1.1",
82
+ "js-cookie": "^3.0.5",
83
+ "luxon": "^3.5.0",
84
+ "react-viewport-list": "^7.1.2",
85
+ "rollup-preserve-directives": "^1.1.3"
86
+ }
87
+ }