@tmlmobilidade/ui 20251001.1537.11 → 20251001.1708.10
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 +390 -43
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +18 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/src/components/inputs/CoordinatesInput/index.js +4 -1
- package/dist/src/components/inputs/CoordinatesInput/index.js.map +1 -1
- package/dist/src/components/layout/AppWrapperHeader/index.js +2 -1
- package/dist/src/components/layout/AppWrapperHeader/index.js.map +1 -1
- package/dist/src/components/layout/AppWrapperNotificationCentral/index.js +25 -0
- package/dist/src/components/layout/AppWrapperNotificationCentral/index.js.map +1 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/index.js +53 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/index.js.map +1 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/styles.module.css.js +4 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/styles.module.css.js.map +1 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContentIcon/index.js +23 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContentIcon/index.js.map +1 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralReadList/index.js +38 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralReadList/index.js.map +1 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralUnreadList/index.js +38 -0
- package/dist/src/components/layout/AppWrapperNotificationCentralUnreadList/index.js.map +1 -0
- package/dist/src/components/layout/AppWrapperOptions/index.js +1 -0
- package/dist/src/components/layout/AppWrapperOptions/index.js.map +1 -1
- package/dist/src/components/map/view/MapViewToolbar/index.js +3 -1
- package/dist/src/components/map/view/MapViewToolbar/index.js.map +1 -1
- package/dist/src/components/upload/FileUpload/index.js +4 -2
- package/dist/src/components/upload/FileUpload/index.js.map +1 -1
- package/dist/src/contexts/Notifications.context.js +91 -0
- package/dist/src/contexts/Notifications.context.js.map +1 -0
- package/dist/styles-no-reset.css +390 -43
- package/dist/styles.css +390 -43
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tmlmobilidade/ui",
|
3
3
|
"description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
|
4
|
-
"version": "20251001.
|
4
|
+
"version": "20251001.1708.10",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|
@@ -42,14 +42,14 @@
|
|
42
42
|
"path": false
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@carrismetropolitana/api-types": "^
|
46
|
-
"@mantine/core": "8.2
|
47
|
-
"@mantine/dates": "8.2
|
48
|
-
"@mantine/form": "8.2
|
49
|
-
"@mantine/hooks": "8.2
|
50
|
-
"@mantine/modals": "8.2
|
51
|
-
"@mantine/notifications": "8.2
|
52
|
-
"@tabler/icons-react": "3.
|
45
|
+
"@carrismetropolitana/api-types": "^20251001.1550.12",
|
46
|
+
"@mantine/core": "8.3.2",
|
47
|
+
"@mantine/dates": "8.3.2",
|
48
|
+
"@mantine/form": "8.3.2",
|
49
|
+
"@mantine/hooks": "8.3.2",
|
50
|
+
"@mantine/modals": "8.3.2",
|
51
|
+
"@mantine/notifications": "8.3.2",
|
52
|
+
"@tabler/icons-react": "3.35.0",
|
53
53
|
"@tmlmobilidade/lib": "*",
|
54
54
|
"@tmlmobilidade/types": "*",
|
55
55
|
"@tmlmobilidade/utils": "*",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"clsx": "2.1.1",
|
58
58
|
"luxon": "3.7.2",
|
59
59
|
"mantine-form-zod-resolver": "1.3.0",
|
60
|
-
"maplibre-gl": "5.
|
60
|
+
"maplibre-gl": "5.8.0",
|
61
61
|
"react": "19.x",
|
62
62
|
"react-viewport-list": "7.1.2",
|
63
63
|
"ukkonen": "^2.2.0"
|
@@ -69,8 +69,8 @@
|
|
69
69
|
"@turf/turf": "7.2.0",
|
70
70
|
"@types/geojson": "7946.0.16",
|
71
71
|
"@types/luxon": "3.7.1",
|
72
|
-
"@types/node": "24.
|
73
|
-
"@types/react": "19.1.
|
72
|
+
"@types/node": "24.6.1",
|
73
|
+
"@types/react": "19.1.16",
|
74
74
|
"@types/react-dom": "19.1.9",
|
75
75
|
"nodemon": "3.1.10",
|
76
76
|
"postcss": "8.5.6",
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"rollup-plugin-tsconfig-paths": "1.5.2",
|
83
83
|
"rollup-preserve-directives": "1.1.3",
|
84
84
|
"swr": "2.3.6",
|
85
|
-
"tsx": "4.20.
|
86
|
-
"typescript": "5.9.
|
85
|
+
"tsx": "4.20.6",
|
86
|
+
"typescript": "5.9.3"
|
87
87
|
}
|
88
88
|
}
|