@tmlmobilidade/ui 20251003.1758.39 → 20251006.1126.43
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 +21 -4
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +21 -4
- package/dist/styles.css +21 -4
- package/package.json +13 -13
package/dist/index.css
CHANGED
@@ -5511,7 +5511,17 @@ fieldset:disabled .m_8ee546b8,
|
|
5511
5511
|
|
5512
5512
|
--checkbox-size: var(--checkbox-size-sm);
|
5513
5513
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5514
|
-
|
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 {
|
5515
5525
|
|
5516
5526
|
position: relative;
|
5517
5527
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
@@ -5573,7 +5583,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5573
5583
|
}
|
5574
5584
|
|
5575
5585
|
.m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
|
5576
|
-
color: var(--checkbox-color);
|
5586
|
+
color: var(--checkbox-icon-color);
|
5577
5587
|
opacity: 1;
|
5578
5588
|
transform: none;
|
5579
5589
|
}
|
@@ -5599,9 +5609,16 @@ fieldset:disabled .m_8ee546b8,
|
|
5599
5609
|
|
5600
5610
|
--checkbox-size: var(--checkbox-size-sm);
|
5601
5611
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5602
|
-
--checkbox-icon-color: var(--mantine-color-white);
|
5603
5612
|
}
|
5604
5613
|
|
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
|
+
|
5605
5622
|
.m_26062bec {
|
5606
5623
|
position: relative;
|
5607
5624
|
width: var(--checkbox-size);
|
@@ -5675,7 +5692,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5675
5692
|
}
|
5676
5693
|
|
5677
5694
|
.m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
|
5678
|
-
color: var(--checkbox-color);
|
5695
|
+
color: var(--checkbox-icon-color);
|
5679
5696
|
opacity: 1;
|
5680
5697
|
transform: none;
|
5681
5698
|
}
|