@mantine/core 8.2.1 → 8.2.3
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/ActionIcon/ActionIcon.cjs +1 -1
- package/cjs/components/ActionIcon/ActionIcon.cjs.map +1 -1
- package/cjs/components/Button/Button.cjs +1 -1
- package/cjs/components/Button/Button.cjs.map +1 -1
- package/cjs/components/Combobox/Combobox.cjs +1 -1
- package/cjs/components/Combobox/Combobox.cjs.map +1 -1
- package/cjs/components/Combobox/ComboboxGroup/ComboboxGroup.cjs +6 -3
- package/cjs/components/Combobox/ComboboxGroup/ComboboxGroup.cjs.map +1 -1
- package/cjs/components/HoverCard/use-hover-card.cjs +1 -1
- package/cjs/components/HoverCard/use-hover-card.cjs.map +1 -1
- package/cjs/components/Menu/MenuSub/MenuSub.cjs +7 -1
- package/cjs/components/Menu/MenuSub/MenuSub.cjs.map +1 -1
- package/cjs/components/MultiSelect/MultiSelect.cjs +6 -2
- package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollArea.cjs +33 -1
- package/cjs/components/ScrollArea/ScrollArea.cjs.map +1 -1
- package/cjs/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.cjs +7 -1
- package/cjs/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.cjs.map +1 -1
- package/cjs/core/MantineProvider/convert-css-variables/convert-css-variables.cjs +5 -1
- package/cjs/core/MantineProvider/convert-css-variables/convert-css-variables.cjs.map +1 -1
- package/esm/components/ActionIcon/ActionIcon.mjs +1 -1
- package/esm/components/ActionIcon/ActionIcon.mjs.map +1 -1
- package/esm/components/Button/Button.mjs +1 -1
- package/esm/components/Button/Button.mjs.map +1 -1
- package/esm/components/Combobox/Combobox.mjs +1 -1
- package/esm/components/Combobox/Combobox.mjs.map +1 -1
- package/esm/components/Combobox/ComboboxGroup/ComboboxGroup.mjs +6 -3
- package/esm/components/Combobox/ComboboxGroup/ComboboxGroup.mjs.map +1 -1
- package/esm/components/HoverCard/use-hover-card.mjs +1 -1
- package/esm/components/HoverCard/use-hover-card.mjs.map +1 -1
- package/esm/components/Menu/MenuSub/MenuSub.mjs +7 -1
- package/esm/components/Menu/MenuSub/MenuSub.mjs.map +1 -1
- package/esm/components/MultiSelect/MultiSelect.mjs +6 -2
- package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollArea.mjs +33 -1
- package/esm/components/ScrollArea/ScrollArea.mjs.map +1 -1
- package/esm/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.mjs +7 -1
- package/esm/core/MantineProvider/MantineCssVariables/default-css-variables-resolver.mjs.map +1 -1
- package/esm/core/MantineProvider/convert-css-variables/convert-css-variables.mjs +5 -1
- package/esm/core/MantineProvider/convert-css-variables/convert-css-variables.mjs.map +1 -1
- package/lib/components/MultiSelect/MultiSelect.d.ts +2 -0
- package/lib/components/ScrollArea/ScrollArea.d.ts +9 -4
- package/package.json +2 -2
- package/styles/InlineInput.css +1 -0
- package/styles/InlineInput.layer.css +1 -0
- package/styles/Input.css +4 -1
- package/styles/Input.layer.css +4 -1
- package/styles/Table.css +4 -0
- package/styles/Table.layer.css +4 -0
- package/styles/default-css-variables.css +1 -2
- package/styles/default-css-variables.layer.css +2 -3
- package/styles.css +10 -3
- package/styles.layer.css +10 -3
package/styles.css
CHANGED
|
@@ -80,7 +80,6 @@ fieldset:disabled .mantine-active:active {
|
|
|
80
80
|
transform: rotate(180deg);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
/* stylelint-disable */
|
|
84
83
|
/* This file is automatically generated, do not modify it directly. */
|
|
85
84
|
:root {
|
|
86
85
|
--mantine-z-index-app: 100;
|
|
@@ -88,7 +87,6 @@ fieldset:disabled .mantine-active:active {
|
|
|
88
87
|
--mantine-z-index-popover: 300;
|
|
89
88
|
--mantine-z-index-overlay: 400;
|
|
90
89
|
--mantine-z-index-max: 9999;
|
|
91
|
-
|
|
92
90
|
--mantine-scale: 1;
|
|
93
91
|
--mantine-cursor-type: default;
|
|
94
92
|
--mantine-webkit-font-smoothing: antialiased;
|
|
@@ -332,6 +330,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
332
330
|
--mantine-h6-line-height: 1.5;
|
|
333
331
|
--mantine-h6-font-weight: 700;
|
|
334
332
|
}
|
|
333
|
+
|
|
335
334
|
:root[data-mantine-color-scheme='dark'] {
|
|
336
335
|
--mantine-color-scheme: dark;
|
|
337
336
|
--mantine-primary-color-contrast: var(--mantine-color-white);
|
|
@@ -1394,7 +1393,6 @@ fieldset:disabled .mantine-active:active {
|
|
|
1394
1393
|
|
|
1395
1394
|
--input-size: auto;
|
|
1396
1395
|
--input-line-height: var(--mantine-line-height);
|
|
1397
|
-
--input-padding-y: var(--input-padding-y-sm);
|
|
1398
1396
|
}
|
|
1399
1397
|
|
|
1400
1398
|
.m_6c018570[data-with-left-section] {
|
|
@@ -1542,6 +1540,10 @@ fieldset:disabled .mantine-active:active {
|
|
|
1542
1540
|
color: var(--input-disabled-color);
|
|
1543
1541
|
}
|
|
1544
1542
|
|
|
1543
|
+
.m_8fb7ebe7:read-only {
|
|
1544
|
+
caret-color: transparent;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1545
1547
|
.m_82577fc2 {
|
|
1546
1548
|
pointer-events: var(--section-pointer-events);
|
|
1547
1549
|
position: absolute;
|
|
@@ -2504,6 +2506,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
2504
2506
|
}
|
|
2505
2507
|
|
|
2506
2508
|
.m_5f6e695e {
|
|
2509
|
+
-webkit-tap-highlight-color: transparent;
|
|
2507
2510
|
display: flex;
|
|
2508
2511
|
}
|
|
2509
2512
|
|
|
@@ -6660,6 +6663,10 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
6660
6663
|
padding: var(--table-vertical-spacing) var(--table-horizontal-spacing, var(--mantine-spacing-xs));
|
|
6661
6664
|
}
|
|
6662
6665
|
|
|
6666
|
+
.m_4e7aa4ef:where([data-with-column-border]:not(:first-child)), .m_4e7aa4f3:where([data-with-column-border]:not(:first-child)) {
|
|
6667
|
+
border-inline-start: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
|
|
6668
|
+
}
|
|
6669
|
+
|
|
6663
6670
|
.m_4e7aa4ef:where([data-with-column-border]:not(:last-child)), .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)) {
|
|
6664
6671
|
border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
|
|
6665
6672
|
}
|
package/styles.layer.css
CHANGED
|
@@ -80,7 +80,6 @@ fieldset:disabled .mantine-active:active {
|
|
|
80
80
|
transform: rotate(180deg);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
/* stylelint-disable */
|
|
84
83
|
/* This file is automatically generated, do not modify it directly. */
|
|
85
84
|
:root {
|
|
86
85
|
--mantine-z-index-app: 100;
|
|
@@ -88,7 +87,6 @@ fieldset:disabled .mantine-active:active {
|
|
|
88
87
|
--mantine-z-index-popover: 300;
|
|
89
88
|
--mantine-z-index-overlay: 400;
|
|
90
89
|
--mantine-z-index-max: 9999;
|
|
91
|
-
|
|
92
90
|
--mantine-scale: 1;
|
|
93
91
|
--mantine-cursor-type: default;
|
|
94
92
|
--mantine-webkit-font-smoothing: antialiased;
|
|
@@ -332,6 +330,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
332
330
|
--mantine-h6-line-height: 1.5;
|
|
333
331
|
--mantine-h6-font-weight: 700;
|
|
334
332
|
}
|
|
333
|
+
|
|
335
334
|
:root[data-mantine-color-scheme='dark'] {
|
|
336
335
|
--mantine-color-scheme: dark;
|
|
337
336
|
--mantine-primary-color-contrast: var(--mantine-color-white);
|
|
@@ -1394,7 +1393,6 @@ fieldset:disabled .mantine-active:active {
|
|
|
1394
1393
|
|
|
1395
1394
|
--input-size: auto;
|
|
1396
1395
|
--input-line-height: var(--mantine-line-height);
|
|
1397
|
-
--input-padding-y: var(--input-padding-y-sm);
|
|
1398
1396
|
}
|
|
1399
1397
|
|
|
1400
1398
|
.m_6c018570[data-with-left-section] {
|
|
@@ -1542,6 +1540,10 @@ fieldset:disabled .mantine-active:active {
|
|
|
1542
1540
|
color: var(--input-disabled-color);
|
|
1543
1541
|
}
|
|
1544
1542
|
|
|
1543
|
+
.m_8fb7ebe7:read-only {
|
|
1544
|
+
caret-color: transparent;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1545
1547
|
.m_82577fc2 {
|
|
1546
1548
|
pointer-events: var(--section-pointer-events);
|
|
1547
1549
|
position: absolute;
|
|
@@ -2504,6 +2506,7 @@ fieldset:disabled .mantine-active:active {
|
|
|
2504
2506
|
}
|
|
2505
2507
|
|
|
2506
2508
|
.m_5f6e695e {
|
|
2509
|
+
-webkit-tap-highlight-color: transparent;
|
|
2507
2510
|
display: flex;
|
|
2508
2511
|
}
|
|
2509
2512
|
|
|
@@ -6660,6 +6663,10 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
|
|
|
6660
6663
|
padding: var(--table-vertical-spacing) var(--table-horizontal-spacing, var(--mantine-spacing-xs));
|
|
6661
6664
|
}
|
|
6662
6665
|
|
|
6666
|
+
.m_4e7aa4ef:where([data-with-column-border]:not(:first-child)), .m_4e7aa4f3:where([data-with-column-border]:not(:first-child)) {
|
|
6667
|
+
border-inline-start: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
|
|
6668
|
+
}
|
|
6669
|
+
|
|
6663
6670
|
.m_4e7aa4ef:where([data-with-column-border]:not(:last-child)), .m_4e7aa4f3:where([data-with-column-border]:not(:last-child)) {
|
|
6664
6671
|
border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
|
|
6665
6672
|
}
|