@tmlmobilidade/ui 20251007.1740.45-staging.0 → 20251008.1352.27-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 +21 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +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
@@ -5494,7 +5494,17 @@ fieldset:disabled .m_8ee546b8,
|
|
5494
5494
|
|
5495
5495
|
--checkbox-size: var(--checkbox-size-sm);
|
5496
5496
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5497
|
-
|
5497
|
+
}
|
5498
|
+
|
5499
|
+
.m_5e5256ee:where([data-variant='filled']) {
|
5500
|
+
--checkbox-icon-color: var(--mantine-color-white);
|
5501
|
+
}
|
5502
|
+
|
5503
|
+
.m_5e5256ee:where([data-variant='outline']) {
|
5504
|
+
--checkbox-icon-color: var(--checkbox-color);
|
5505
|
+
}
|
5506
|
+
|
5507
|
+
.m_5e5256ee {
|
5498
5508
|
|
5499
5509
|
position: relative;
|
5500
5510
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
@@ -5556,7 +5566,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5556
5566
|
}
|
5557
5567
|
|
5558
5568
|
.m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
|
5559
|
-
color: var(--checkbox-color);
|
5569
|
+
color: var(--checkbox-icon-color);
|
5560
5570
|
opacity: 1;
|
5561
5571
|
transform: none;
|
5562
5572
|
}
|
@@ -5582,9 +5592,16 @@ fieldset:disabled .m_8ee546b8,
|
|
5582
5592
|
|
5583
5593
|
--checkbox-size: var(--checkbox-size-sm);
|
5584
5594
|
--checkbox-color: var(--mantine-primary-color-filled);
|
5585
|
-
--checkbox-icon-color: var(--mantine-color-white);
|
5586
5595
|
}
|
5587
5596
|
|
5597
|
+
.m_bf2d988c:where([data-variant='filled']) {
|
5598
|
+
--checkbox-icon-color: var(--mantine-color-white);
|
5599
|
+
}
|
5600
|
+
|
5601
|
+
.m_bf2d988c:where([data-variant='outline']) {
|
5602
|
+
--checkbox-icon-color: var(--checkbox-color);
|
5603
|
+
}
|
5604
|
+
|
5588
5605
|
.m_26062bec {
|
5589
5606
|
position: relative;
|
5590
5607
|
width: var(--checkbox-size);
|
@@ -5658,7 +5675,7 @@ fieldset:disabled .m_8ee546b8,
|
|
5658
5675
|
}
|
5659
5676
|
|
5660
5677
|
.m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
|
5661
|
-
color: var(--checkbox-color);
|
5678
|
+
color: var(--checkbox-icon-color);
|
5662
5679
|
opacity: 1;
|
5663
5680
|
transform: none;
|
5664
5681
|
}
|