@mantine/core 7.17.5 → 7.17.6
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/Drawer/DrawerRoot.cjs +2 -0
- package/cjs/components/Drawer/DrawerRoot.cjs.map +1 -1
- package/cjs/components/Modal/ModalRoot.cjs +2 -0
- package/cjs/components/Modal/ModalRoot.cjs.map +1 -1
- package/cjs/components/NavLink/NavLink.cjs +2 -2
- package/cjs/components/NavLink/NavLink.cjs.map +1 -1
- package/cjs/components/NumberInput/NumberInput.cjs +12 -5
- package/cjs/components/NumberInput/NumberInput.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollAreaViewport/ScrollAreaViewport.cjs +1 -1
- package/cjs/components/ScrollArea/ScrollAreaViewport/ScrollAreaViewport.cjs.map +1 -1
- package/cjs/components/Select/Select.cjs +5 -0
- package/cjs/components/Select/Select.cjs.map +1 -1
- package/esm/components/Drawer/DrawerRoot.mjs +2 -0
- package/esm/components/Drawer/DrawerRoot.mjs.map +1 -1
- package/esm/components/Modal/ModalRoot.mjs +2 -0
- package/esm/components/Modal/ModalRoot.mjs.map +1 -1
- package/esm/components/NavLink/NavLink.mjs +2 -2
- package/esm/components/NavLink/NavLink.mjs.map +1 -1
- package/esm/components/NumberInput/NumberInput.mjs +12 -5
- package/esm/components/NumberInput/NumberInput.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollAreaViewport/ScrollAreaViewport.mjs +1 -1
- package/esm/components/ScrollArea/ScrollAreaViewport/ScrollAreaViewport.mjs.map +1 -1
- package/esm/components/Select/Select.mjs +5 -0
- package/esm/components/Select/Select.mjs.map +1 -1
- package/lib/components/Table/index.d.ts +1 -0
- package/package.json +2 -2
- package/styles/ModalBase.css +1 -1
- package/styles/ModalBase.layer.css +1 -1
- package/styles/Table.css +1 -1
- package/styles/Table.layer.css +1 -1
- package/styles.css +2 -2
- package/styles.layer.css +2 -2
package/styles/Table.css
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
position: sticky;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
107
|
+
.m_b242d975:where([data-sticky]) :where(.m_4e7aa4f3) {
|
|
108
108
|
position: sticky;
|
|
109
109
|
top: var(--table-sticky-header-offset, 0);
|
|
110
110
|
background-color: var(--mantine-color-body);
|
package/styles/Table.layer.css
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
position: sticky;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
107
|
+
.m_b242d975:where([data-sticky]) :where(.m_4e7aa4f3) {
|
|
108
108
|
position: sticky;
|
|
109
109
|
top: var(--table-sticky-header-offset, 0);
|
|
110
110
|
background-color: var(--mantine-color-body);
|
package/styles.css
CHANGED
|
@@ -1306,7 +1306,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1306
1306
|
z-index: 1001;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
.m_fd1ab0aa:has([data-mantine-scrollbar][data-state='visible']) .m_b5489c3c {
|
|
1309
|
+
[data-offset-scrollbars] .m_fd1ab0aa:has([data-mantine-scrollbar][data-state='visible']) .m_b5489c3c {
|
|
1310
1310
|
padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(0.3125rem * var(--mantine-scale)));
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
@@ -6800,7 +6800,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
6800
6800
|
position: sticky;
|
|
6801
6801
|
}
|
|
6802
6802
|
|
|
6803
|
-
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
6803
|
+
.m_b242d975:where([data-sticky]) :where(.m_4e7aa4f3) {
|
|
6804
6804
|
position: sticky;
|
|
6805
6805
|
top: var(--table-sticky-header-offset, 0);
|
|
6806
6806
|
background-color: var(--mantine-color-body);
|
package/styles.layer.css
CHANGED
|
@@ -1306,7 +1306,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
1306
1306
|
z-index: 1001;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
.m_fd1ab0aa:has([data-mantine-scrollbar][data-state='visible']) .m_b5489c3c {
|
|
1309
|
+
[data-offset-scrollbars] .m_fd1ab0aa:has([data-mantine-scrollbar][data-state='visible']) .m_b5489c3c {
|
|
1310
1310
|
padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(0.3125rem * var(--mantine-scale)));
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
@@ -6800,7 +6800,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
6800
6800
|
position: sticky;
|
|
6801
6801
|
}
|
|
6802
6802
|
|
|
6803
|
-
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
6803
|
+
.m_b242d975:where([data-sticky]) :where(.m_4e7aa4f3) {
|
|
6804
6804
|
position: sticky;
|
|
6805
6805
|
top: var(--table-sticky-header-offset, 0);
|
|
6806
6806
|
background-color: var(--mantine-color-body);
|