@mantine/core 8.2.1 → 8.2.2

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/styles.layer.css CHANGED
@@ -1542,6 +1542,10 @@ fieldset:disabled .mantine-active:active {
1542
1542
  color: var(--input-disabled-color);
1543
1543
  }
1544
1544
 
1545
+ .m_8fb7ebe7:read-only {
1546
+ caret-color: transparent;
1547
+ }
1548
+
1545
1549
  .m_82577fc2 {
1546
1550
  pointer-events: var(--section-pointer-events);
1547
1551
  position: absolute;