@mantine/core 7.15.1 → 7.15.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/cjs/components/FloatingIndicator/use-floating-indicator.cjs +11 -8
- package/cjs/components/FloatingIndicator/use-floating-indicator.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.cjs +1 -10
- package/cjs/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.cjs.map +1 -1
- package/cjs/components/Tooltip/Tooltip.cjs +5 -2
- package/cjs/components/Tooltip/Tooltip.cjs.map +1 -1
- package/cjs/components/Tooltip/use-tooltip.cjs +39 -7
- package/cjs/components/Tooltip/use-tooltip.cjs.map +1 -1
- package/esm/components/FloatingIndicator/use-floating-indicator.mjs +11 -8
- package/esm/components/FloatingIndicator/use-floating-indicator.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.mjs +1 -10
- package/esm/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.mjs.map +1 -1
- package/esm/components/Tooltip/Tooltip.mjs +5 -2
- package/esm/components/Tooltip/Tooltip.mjs.map +1 -1
- package/esm/components/Tooltip/use-tooltip.mjs +40 -8
- package/esm/components/Tooltip/use-tooltip.mjs.map +1 -1
- package/lib/components/FloatingIndicator/use-floating-indicator.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.types.d.ts +9 -0
- package/lib/components/Tooltip/use-tooltip.d.ts +2 -0
- package/package.json +3 -3
- package/styles/TypographyStylesProvider.css +6 -2
- package/styles/TypographyStylesProvider.layer.css +6 -2
- package/styles.css +6 -2
- package/styles.layer.css +6 -2
package/styles.layer.css
CHANGED
|
@@ -7415,10 +7415,14 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
7415
7415
|
background-color: var(--mantine-color-dark-5);
|
|
7416
7416
|
}
|
|
7417
7417
|
|
|
7418
|
-
.m_d6493fad
|
|
7418
|
+
.m_d6493fad
|
|
7419
|
+
:where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
|
|
7420
|
+
:first-child {
|
|
7419
7421
|
margin-top: 0;
|
|
7420
7422
|
}
|
|
7421
|
-
.m_d6493fad
|
|
7423
|
+
.m_d6493fad
|
|
7424
|
+
:where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
|
|
7425
|
+
:last-child {
|
|
7422
7426
|
margin-bottom: 0;
|
|
7423
7427
|
}
|
|
7424
7428
|
.m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
|