@tmlmobilidade/ui 20251006.1126.43 → 20251006.1413.25
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 +9 -20
- package/dist/index.css.map +1 -1
- package/dist/src/components/inputs/CoordinatesInput/index.js +1 -1
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/index.js +15 -25
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/index.js.map +1 -1
- package/dist/src/components/layout/AppWrapperNotificationCentralItemContent/styles.module.css.js +1 -1
- package/dist/src/components/layout/AppWrapperNotificationCentralReadList/index.js +1 -1
- package/dist/src/components/layout/AppWrapperNotificationCentralReadList/index.js.map +1 -1
- package/dist/src/components/layout/AppWrapperNotificationCentralUnreadList/index.js +2 -2
- package/dist/src/components/layout/AppWrapperNotificationCentralUnreadList/index.js.map +1 -1
- package/dist/src/components/layout/AppWrapperOptions/index.js +7 -2
- package/dist/src/components/layout/AppWrapperOptions/index.js.map +1 -1
- package/dist/src/components/map/view/MapViewToolbar/index.js +1 -1
- package/dist/src/components/upload/FileUpload/index.js +1 -1
- package/dist/src/contexts/Notifications.context.js +35 -13
- package/dist/src/contexts/Notifications.context.js.map +1 -1
- package/dist/src/providers/AppProvider/index.js +2 -1
- package/dist/src/providers/AppProvider/index.js.map +1 -1
- package/dist/styles-no-reset.css +9 -20
- package/dist/styles.css +9 -20
- package/package.json +1 -1
package/dist/styles.css
CHANGED
@@ -1972,7 +1972,7 @@ figure {
|
|
1972
1972
|
/* * */
|
1973
1973
|
/* Notification Content Wrapper */
|
1974
1974
|
.styles-module_notificationContentWrapperRead__lnfth {
|
1975
|
-
|
1975
|
+
display: grid;
|
1976
1976
|
grid-template-rows: auto auto;
|
1977
1977
|
grid-template-columns: auto 1fr;
|
1978
1978
|
gap: 8px;
|
@@ -2003,18 +2003,6 @@ figure {
|
|
2003
2003
|
background-color: var(--color-system-background-50);
|
2004
2004
|
}
|
2005
2005
|
|
2006
|
-
/* Left side: two stacked rows */
|
2007
|
-
.styles-module_notificationLeftTop__PEOTD {
|
2008
|
-
grid-row: 1;
|
2009
|
-
grid-column: 1;
|
2010
|
-
}
|
2011
|
-
|
2012
|
-
.styles-module_notificationLeftBottom__TlEwW {
|
2013
|
-
grid-row: 2;
|
2014
|
-
grid-column: 1;
|
2015
|
-
align-self: start;
|
2016
|
-
}
|
2017
|
-
|
2018
2006
|
/* Right side: spans both rows */
|
2019
2007
|
.styles-module_notificationRight__3tOSY {
|
2020
2008
|
display: grid;
|
@@ -2026,12 +2014,6 @@ figure {
|
|
2026
2014
|
align-items: center;
|
2027
2015
|
}
|
2028
2016
|
|
2029
|
-
.styles-module_notificationRightDelete__awWqb {
|
2030
|
-
display: flex;
|
2031
|
-
align-items: center;
|
2032
|
-
justify-content: end;
|
2033
|
-
}
|
2034
|
-
|
2035
2017
|
.styles-module_notificationRightImage__SjiQh {
|
2036
2018
|
display: flex;
|
2037
2019
|
align-items: center;
|
@@ -2041,6 +2023,8 @@ figure {
|
|
2041
2023
|
/* * */
|
2042
2024
|
/* Notification Title */
|
2043
2025
|
.styles-module_notificationTitle__atOaL{
|
2026
|
+
grid-row: 1;
|
2027
|
+
grid-column: 1;
|
2044
2028
|
font-size: 14px;
|
2045
2029
|
font-weight: bold;
|
2046
2030
|
}
|
@@ -2048,6 +2032,9 @@ figure {
|
|
2048
2032
|
/* * */
|
2049
2033
|
/* Notification Body */
|
2050
2034
|
.styles-module_notificationBody__zJz0o{
|
2035
|
+
grid-row: 2;
|
2036
|
+
grid-column: 1;
|
2037
|
+
align-self: start;
|
2051
2038
|
font-size: 14px;
|
2052
2039
|
font-weight: normal;
|
2053
2040
|
}
|
@@ -2056,7 +2043,9 @@ figure {
|
|
2056
2043
|
/* Notification Delete Icon */
|
2057
2044
|
.styles-module_notificationDeleteIcon__zy-o4 {
|
2058
2045
|
z-index: 998;
|
2059
|
-
|
2046
|
+
display: flex;
|
2047
|
+
align-items: center;
|
2048
|
+
justify-content: end;
|
2060
2049
|
color: var(--color-system-icon);
|
2061
2050
|
cursor: pointer;
|
2062
2051
|
}
|
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": "20251006.
|
4
|
+
"version": "20251006.1413.25",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|