@tmlmobilidade/ui 20251006.1413.25 → 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 CHANGED
@@ -1912,7 +1912,7 @@
1912
1912
  /* * */
1913
1913
  /* Notification Content Wrapper */
1914
1914
  .styles-module_notificationContentWrapperRead__lnfth {
1915
- display: grid;
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
- grid-row: 1;
1966
+ grid-row: 1;
1967
1967
  grid-column: 1;
1968
1968
  font-size: 14px;
1969
1969
  font-weight: bold;
@@ -5500,17 +5500,7 @@ fieldset:disabled .m_8ee546b8,
5500
5500
 
5501
5501
  --checkbox-size: var(--checkbox-size-sm);
5502
5502
  --checkbox-color: var(--mantine-primary-color-filled);
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 {
5503
+ --checkbox-icon-color: var(--mantine-color-white);
5514
5504
 
5515
5505
  position: relative;
5516
5506
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
@@ -5572,7 +5562,7 @@ fieldset:disabled .m_8ee546b8,
5572
5562
  }
5573
5563
 
5574
5564
  .m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
5575
- color: var(--checkbox-icon-color);
5565
+ color: var(--checkbox-color);
5576
5566
  opacity: 1;
5577
5567
  transform: none;
5578
5568
  }
@@ -5598,16 +5588,9 @@ fieldset:disabled .m_8ee546b8,
5598
5588
 
5599
5589
  --checkbox-size: var(--checkbox-size-sm);
5600
5590
  --checkbox-color: var(--mantine-primary-color-filled);
5591
+ --checkbox-icon-color: var(--mantine-color-white);
5601
5592
  }
5602
5593
 
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
-
5611
5594
  .m_26062bec {
5612
5595
  position: relative;
5613
5596
  width: var(--checkbox-size);
@@ -5681,7 +5664,7 @@ fieldset:disabled .m_8ee546b8,
5681
5664
  }
5682
5665
 
5683
5666
  .m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
5684
- color: var(--checkbox-icon-color);
5667
+ color: var(--checkbox-color);
5685
5668
  opacity: 1;
5686
5669
  transform: none;
5687
5670
  }