@tmlmobilidade/ui 20251006.1604.57-staging.0 → 20251006.1651.45
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 +23 -6
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/styles-no-reset.css +23 -6
- package/dist/styles.css +23 -6
- package/package.json +13 -13
package/dist/index.css
CHANGED
@@ -1912,7 +1912,7 @@
|
|
1912
1912
|
/* * */
|
1913
1913
|
/* Notification Content Wrapper */
|
1914
1914
|
.styles-module_notificationContentWrapperRead__lnfth {
|
1915
|
-
|
1915
|
+
display: grid;
|
1916
1916
|
grid-template-rows: auto auto;
|
1917
1917
|
grid-template-columns: auto 1fr;
|
1918
1918
|
gap: 8px;
|
@@ -1963,7 +1963,7 @@
|
|
1963
1963
|
/* * */
|
1964
1964
|
/* Notification Title */
|
1965
1965
|
.styles-module_notificationTitle__atOaL{
|
1966
|
-
|
1966
|
+
grid-row: 1;
|
1967
1967
|
grid-column: 1;
|
1968
1968
|
font-size: 14px;
|
1969
1969
|
font-weight: bold;
|
@@ -5500,7 +5500,17 @@ fieldset:disabled .m_8ee546b8,
|
|
5500
5500
|
|
5501
5501
|
--checkbox-size: var(--checkbox-size-sm);
|
5502
5502
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5503
|
-
|
5503
|
+
}
|
5504
|
+
|
5505
|
+
.m_5e5256ee:where([data-variant='filled']) {
|
5506
|
+
--checkbox-icon-color: var(--mantine-color-white);
|
5507
|
+
}
|
5508
|
+
|
5509
|
+
.m_5e5256ee:where([data-variant='outline']) {
|
5510
|
+
--checkbox-icon-color: var(--checkbox-color);
|
5511
|
+
}
|
5512
|
+
|
5513
|
+
.m_5e5256ee {
|
5504
5514
|
|
5505
5515
|
position: relative;
|
5506
5516
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
@@ -5562,7 +5572,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5562
5572
|
}
|
5563
5573
|
|
5564
5574
|
.m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
|
5565
|
-
color: var(--checkbox-color);
|
5575
|
+
color: var(--checkbox-icon-color);
|
5566
5576
|
opacity: 1;
|
5567
5577
|
transform: none;
|
5568
5578
|
}
|
@@ -5588,9 +5598,16 @@ fieldset:disabled .m_8ee546b8,
|
|
5588
5598
|
|
5589
5599
|
--checkbox-size: var(--checkbox-size-sm);
|
5590
5600
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5591
|
-
--checkbox-icon-color: var(--mantine-color-white);
|
5592
5601
|
}
|
5593
5602
|
|
5603
|
+
.m_bf2d988c:where([data-variant='filled']) {
|
5604
|
+
--checkbox-icon-color: var(--mantine-color-white);
|
5605
|
+
}
|
5606
|
+
|
5607
|
+
.m_bf2d988c:where([data-variant='outline']) {
|
5608
|
+
--checkbox-icon-color: var(--checkbox-color);
|
5609
|
+
}
|
5610
|
+
|
5594
5611
|
.m_26062bec {
|
5595
5612
|
position: relative;
|
5596
5613
|
width: var(--checkbox-size);
|
@@ -5664,7 +5681,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5664
5681
|
}
|
5665
5682
|
|
5666
5683
|
.m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
|
5667
|
-
color: var(--checkbox-color);
|
5684
|
+
color: var(--checkbox-icon-color);
|
5668
5685
|
opacity: 1;
|
5669
5686
|
transform: none;
|
5670
5687
|
}
|