@tmlmobilidade/ui 20251003.1302.40-staging.0 → 20251003.1758.39
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 +19 -8
- 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 +25 -15
- 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 +2 -7
- 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 +13 -35
- package/dist/src/contexts/Notifications.context.js.map +1 -1
- package/dist/src/providers/AppProvider/index.js +1 -2
- package/dist/src/providers/AppProvider/index.js.map +1 -1
- package/dist/styles-no-reset.css +19 -8
- package/dist/styles.css +19 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
@@ -2003,6 +2003,18 @@ 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
|
+
|
2006
2018
|
/* Right side: spans both rows */
|
2007
2019
|
.styles-module_notificationRight__3tOSY {
|
2008
2020
|
display: grid;
|
@@ -2014,6 +2026,12 @@ figure {
|
|
2014
2026
|
align-items: center;
|
2015
2027
|
}
|
2016
2028
|
|
2029
|
+
.styles-module_notificationRightDelete__awWqb {
|
2030
|
+
display: flex;
|
2031
|
+
align-items: center;
|
2032
|
+
justify-content: end;
|
2033
|
+
}
|
2034
|
+
|
2017
2035
|
.styles-module_notificationRightImage__SjiQh {
|
2018
2036
|
display: flex;
|
2019
2037
|
align-items: center;
|
@@ -2023,8 +2041,6 @@ figure {
|
|
2023
2041
|
/* * */
|
2024
2042
|
/* Notification Title */
|
2025
2043
|
.styles-module_notificationTitle__atOaL{
|
2026
|
-
grid-row: 1;
|
2027
|
-
grid-column: 1;
|
2028
2044
|
font-size: 14px;
|
2029
2045
|
font-weight: bold;
|
2030
2046
|
}
|
@@ -2032,9 +2048,6 @@ figure {
|
|
2032
2048
|
/* * */
|
2033
2049
|
/* Notification Body */
|
2034
2050
|
.styles-module_notificationBody__zJz0o{
|
2035
|
-
grid-row: 2;
|
2036
|
-
grid-column: 1;
|
2037
|
-
align-self: start;
|
2038
2051
|
font-size: 14px;
|
2039
2052
|
font-weight: normal;
|
2040
2053
|
}
|
@@ -2043,9 +2056,7 @@ figure {
|
|
2043
2056
|
/* Notification Delete Icon */
|
2044
2057
|
.styles-module_notificationDeleteIcon__zy-o4 {
|
2045
2058
|
z-index: 998;
|
2046
|
-
|
2047
|
-
align-items: center;
|
2048
|
-
justify-content: end;
|
2059
|
+
justify-content: end;
|
2049
2060
|
color: var(--color-system-icon);
|
2050
2061
|
cursor: pointer;
|
2051
2062
|
}
|
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": "20251003.
|
4
|
+
"version": "20251003.1758.39",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|