@tmlmobilidade/ui 20251006.1208.27 → 20251006.1604.57-staging.0
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 +12 -40
- 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 +12 -40
- package/dist/styles.css +12 -40
- package/package.json +13 -13
package/dist/index.css
CHANGED
@@ -1943,18 +1943,6 @@
|
|
1943
1943
|
background-color: var(--color-system-background-50);
|
1944
1944
|
}
|
1945
1945
|
|
1946
|
-
/* Left side: two stacked rows */
|
1947
|
-
.styles-module_notificationLeftTop__PEOTD {
|
1948
|
-
grid-row: 1;
|
1949
|
-
grid-column: 1;
|
1950
|
-
}
|
1951
|
-
|
1952
|
-
.styles-module_notificationLeftBottom__TlEwW {
|
1953
|
-
grid-row: 2;
|
1954
|
-
grid-column: 1;
|
1955
|
-
align-self: start;
|
1956
|
-
}
|
1957
|
-
|
1958
1946
|
/* Right side: spans both rows */
|
1959
1947
|
.styles-module_notificationRight__3tOSY {
|
1960
1948
|
display: grid;
|
@@ -1966,12 +1954,6 @@
|
|
1966
1954
|
align-items: center;
|
1967
1955
|
}
|
1968
1956
|
|
1969
|
-
.styles-module_notificationRightDelete__awWqb {
|
1970
|
-
display: flex;
|
1971
|
-
align-items: center;
|
1972
|
-
justify-content: end;
|
1973
|
-
}
|
1974
|
-
|
1975
1957
|
.styles-module_notificationRightImage__SjiQh {
|
1976
1958
|
display: flex;
|
1977
1959
|
align-items: center;
|
@@ -1981,6 +1963,8 @@
|
|
1981
1963
|
/* * */
|
1982
1964
|
/* Notification Title */
|
1983
1965
|
.styles-module_notificationTitle__atOaL{
|
1966
|
+
grid-row: 1;
|
1967
|
+
grid-column: 1;
|
1984
1968
|
font-size: 14px;
|
1985
1969
|
font-weight: bold;
|
1986
1970
|
}
|
@@ -1988,6 +1972,9 @@
|
|
1988
1972
|
/* * */
|
1989
1973
|
/* Notification Body */
|
1990
1974
|
.styles-module_notificationBody__zJz0o{
|
1975
|
+
grid-row: 2;
|
1976
|
+
grid-column: 1;
|
1977
|
+
align-self: start;
|
1991
1978
|
font-size: 14px;
|
1992
1979
|
font-weight: normal;
|
1993
1980
|
}
|
@@ -1996,7 +1983,9 @@
|
|
1996
1983
|
/* Notification Delete Icon */
|
1997
1984
|
.styles-module_notificationDeleteIcon__zy-o4 {
|
1998
1985
|
z-index: 998;
|
1999
|
-
|
1986
|
+
display: flex;
|
1987
|
+
align-items: center;
|
1988
|
+
justify-content: end;
|
2000
1989
|
color: var(--color-system-icon);
|
2001
1990
|
cursor: pointer;
|
2002
1991
|
}
|
@@ -5511,17 +5500,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5511
5500
|
|
5512
5501
|
--checkbox-size: var(--checkbox-size-sm);
|
5513
5502
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5514
|
-
|
5515
|
-
|
5516
|
-
.m_5e5256ee:where([data-variant='filled']) {
|
5517
|
-
--checkbox-icon-color: var(--mantine-color-white);
|
5518
|
-
}
|
5519
|
-
|
5520
|
-
.m_5e5256ee:where([data-variant='outline']) {
|
5521
|
-
--checkbox-icon-color: var(--checkbox-color);
|
5522
|
-
}
|
5523
|
-
|
5524
|
-
.m_5e5256ee {
|
5503
|
+
--checkbox-icon-color: var(--mantine-color-white);
|
5525
5504
|
|
5526
5505
|
position: relative;
|
5527
5506
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
@@ -5583,7 +5562,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5583
5562
|
}
|
5584
5563
|
|
5585
5564
|
.m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
|
5586
|
-
color: var(--checkbox-
|
5565
|
+
color: var(--checkbox-color);
|
5587
5566
|
opacity: 1;
|
5588
5567
|
transform: none;
|
5589
5568
|
}
|
@@ -5609,16 +5588,9 @@ fieldset:disabled .m_8ee546b8,
|
|
5609
5588
|
|
5610
5589
|
--checkbox-size: var(--checkbox-size-sm);
|
5611
5590
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5591
|
+
--checkbox-icon-color: var(--mantine-color-white);
|
5612
5592
|
}
|
5613
5593
|
|
5614
|
-
.m_bf2d988c:where([data-variant='filled']) {
|
5615
|
-
--checkbox-icon-color: var(--mantine-color-white);
|
5616
|
-
}
|
5617
|
-
|
5618
|
-
.m_bf2d988c:where([data-variant='outline']) {
|
5619
|
-
--checkbox-icon-color: var(--checkbox-color);
|
5620
|
-
}
|
5621
|
-
|
5622
5594
|
.m_26062bec {
|
5623
5595
|
position: relative;
|
5624
5596
|
width: var(--checkbox-size);
|
@@ -5692,7 +5664,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5692
5664
|
}
|
5693
5665
|
|
5694
5666
|
.m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
|
5695
|
-
color: var(--checkbox-
|
5667
|
+
color: var(--checkbox-color);
|
5696
5668
|
opacity: 1;
|
5697
5669
|
transform: none;
|
5698
5670
|
}
|