@mantine/core 8.0.0-alpha.2 → 8.0.0-alpha.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/AppShell/AppShell.cjs.map +1 -1
- package/cjs/components/Autocomplete/Autocomplete.cjs +7 -3
- package/cjs/components/Autocomplete/Autocomplete.cjs.map +1 -1
- package/cjs/components/Checkbox/Checkbox.cjs +9 -2
- package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
- package/cjs/components/Flex/Flex.cjs.map +1 -1
- package/cjs/components/Input/InputDescription/InputDescription.cjs.map +1 -1
- package/cjs/components/Input/InputError/InputError.cjs.map +1 -1
- package/cjs/components/Input/InputLabel/InputLabel.cjs.map +1 -1
- package/cjs/components/Input/InputWrapper/InputWrapper.cjs.map +1 -1
- package/cjs/components/ModalBase/use-modal.cjs +1 -1
- package/cjs/components/ModalBase/use-modal.cjs.map +1 -1
- package/cjs/components/MultiSelect/MultiSelect.cjs +9 -6
- package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/cjs/components/NavLink/NavLink.cjs.map +1 -1
- package/cjs/components/Notification/Notification.cjs +2 -1
- package/cjs/components/Notification/Notification.cjs.map +1 -1
- package/cjs/components/Pagination/Pagination.cjs.map +1 -1
- package/cjs/components/Pill/Pill.cjs.map +1 -1
- package/cjs/components/PillsInput/PillsInput.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollArea.cjs +2 -2
- package/cjs/components/ScrollArea/ScrollArea.cjs.map +1 -1
- package/cjs/components/SegmentedControl/SegmentedControl.cjs +6 -1
- package/cjs/components/SegmentedControl/SegmentedControl.cjs.map +1 -1
- package/cjs/components/Select/Select.cjs +11 -7
- package/cjs/components/Select/Select.cjs.map +1 -1
- package/cjs/components/Slider/RangeSlider/RangeSlider.cjs +91 -74
- package/cjs/components/Slider/RangeSlider/RangeSlider.cjs.map +1 -1
- package/cjs/components/Slider/Slider/Slider.cjs +32 -22
- package/cjs/components/Slider/Slider/Slider.cjs.map +1 -1
- package/cjs/components/Table/TableScrollContainer.cjs +11 -7
- package/cjs/components/Table/TableScrollContainer.cjs.map +1 -1
- package/cjs/components/TagsInput/TagsInput.cjs +10 -7
- package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/cjs/components/Text/Text.cjs.map +1 -1
- package/cjs/components/Title/Title.cjs.map +1 -1
- package/esm/components/AppShell/AppShell.mjs.map +1 -1
- package/esm/components/Autocomplete/Autocomplete.mjs +7 -3
- package/esm/components/Autocomplete/Autocomplete.mjs.map +1 -1
- package/esm/components/Checkbox/Checkbox.mjs +9 -2
- package/esm/components/Checkbox/Checkbox.mjs.map +1 -1
- package/esm/components/Flex/Flex.mjs.map +1 -1
- package/esm/components/Input/InputDescription/InputDescription.mjs.map +1 -1
- package/esm/components/Input/InputError/InputError.mjs.map +1 -1
- package/esm/components/Input/InputLabel/InputLabel.mjs.map +1 -1
- package/esm/components/Input/InputWrapper/InputWrapper.mjs.map +1 -1
- package/esm/components/ModalBase/use-modal.mjs +1 -1
- package/esm/components/ModalBase/use-modal.mjs.map +1 -1
- package/esm/components/MultiSelect/MultiSelect.mjs +9 -6
- package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
- package/esm/components/NavLink/NavLink.mjs.map +1 -1
- package/esm/components/Notification/Notification.mjs +2 -1
- package/esm/components/Notification/Notification.mjs.map +1 -1
- package/esm/components/Pagination/Pagination.mjs.map +1 -1
- package/esm/components/Pill/Pill.mjs.map +1 -1
- package/esm/components/PillsInput/PillsInput.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollArea.mjs +2 -2
- package/esm/components/ScrollArea/ScrollArea.mjs.map +1 -1
- package/esm/components/SegmentedControl/SegmentedControl.mjs +7 -2
- package/esm/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
- package/esm/components/Select/Select.mjs +11 -7
- package/esm/components/Select/Select.mjs.map +1 -1
- package/esm/components/Slider/RangeSlider/RangeSlider.mjs +92 -75
- package/esm/components/Slider/RangeSlider/RangeSlider.mjs.map +1 -1
- package/esm/components/Slider/Slider/Slider.mjs +33 -23
- package/esm/components/Slider/Slider/Slider.mjs.map +1 -1
- package/esm/components/Table/TableScrollContainer.mjs +11 -7
- package/esm/components/Table/TableScrollContainer.mjs.map +1 -1
- package/esm/components/TagsInput/TagsInput.mjs +10 -7
- package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
- package/esm/components/Text/Text.mjs.map +1 -1
- package/esm/components/Title/Title.mjs.map +1 -1
- package/lib/components/AppShell/AppShell.d.ts +1 -1
- package/lib/components/Flex/Flex.d.ts +4 -4
- package/lib/components/Input/InputDescription/InputDescription.d.ts +2 -2
- package/lib/components/Input/InputError/InputError.d.ts +2 -2
- package/lib/components/Input/InputLabel/InputLabel.d.ts +2 -2
- package/lib/components/Input/InputWrapper/InputWrapper.d.ts +2 -2
- package/lib/components/NavLink/NavLink.d.ts +2 -2
- package/lib/components/Pagination/Pagination.d.ts +2 -2
- package/lib/components/Pill/Pill.d.ts +2 -1
- package/lib/components/PillsInput/PillsInput.d.ts +0 -1
- package/lib/components/Table/TableScrollContainer.d.ts +3 -1
- package/lib/components/Text/Text.d.ts +2 -2
- package/lib/components/Title/Title.d.ts +2 -2
- package/lib/core/MantineProvider/theme.types.d.ts +30 -12
- package/package.json +2 -2
- package/styles/AppShell.css +2 -0
- package/styles/AppShell.layer.css +2 -0
- package/styles/Notification.css +0 -4
- package/styles/Notification.layer.css +0 -4
- package/styles/Paper.css +8 -4
- package/styles/Paper.layer.css +8 -4
- package/styles/Table.css +11 -1
- package/styles/Table.layer.css +11 -1
- package/styles/TypographyStylesProvider.css +1 -0
- package/styles/TypographyStylesProvider.layer.css +1 -0
- package/styles.css +22 -9
- package/styles.layer.css +22 -9
|
@@ -119,18 +119,35 @@ export interface HeadingStyle {
|
|
|
119
119
|
lineHeight: string;
|
|
120
120
|
}
|
|
121
121
|
export type MantineSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
122
|
-
export type
|
|
123
|
-
export
|
|
124
|
-
|
|
125
|
-
export type
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
export type
|
|
129
|
-
export type MantineFontSize =
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export type
|
|
133
|
-
|
|
122
|
+
export type DefaultMantineSize = MantineSize;
|
|
123
|
+
export interface MantineThemeSizesOverride {
|
|
124
|
+
}
|
|
125
|
+
export type MantineBreakpoint = (MantineThemeSizesOverride extends {
|
|
126
|
+
breakpoints: Record<infer CustomBreakpoints, string>;
|
|
127
|
+
} ? CustomBreakpoints : MantineSize) | (string & {});
|
|
128
|
+
export type MantineBreakpointsValues = Record<MantineBreakpoint, string>;
|
|
129
|
+
export type MantineFontSize = (MantineThemeSizesOverride extends {
|
|
130
|
+
fontSizes: Record<infer CustomFontSizes, string>;
|
|
131
|
+
} ? CustomFontSizes : MantineSize) | (string & {});
|
|
132
|
+
export type MantineFontSizesValues = Record<MantineFontSize, string>;
|
|
133
|
+
type _MantineRadius = (MantineThemeSizesOverride extends {
|
|
134
|
+
radius: Record<infer CustomRadius, string>;
|
|
135
|
+
} ? CustomRadius : MantineSize) | (string & {});
|
|
136
|
+
export type MantineRadius = _MantineRadius | number;
|
|
137
|
+
export type MantineRadiusValues = Record<_MantineRadius, string>;
|
|
138
|
+
type _MantineSpacing = (MantineThemeSizesOverride extends {
|
|
139
|
+
spacing: Record<infer CustomSpacing, string>;
|
|
140
|
+
} ? CustomSpacing : MantineSize) | (string & {});
|
|
141
|
+
export type MantineSpacing = _MantineSpacing | number;
|
|
142
|
+
export type MantineSpacingValues = Record<MantineSpacing, string>;
|
|
143
|
+
export type MantineShadow = (MantineThemeSizesOverride extends {
|
|
144
|
+
shadows: Record<infer CustomShadow, string>;
|
|
145
|
+
} ? CustomShadow : MantineSize) | (string & {});
|
|
146
|
+
export type MantineShadowsValues = Record<MantineShadow, string>;
|
|
147
|
+
export type MantineLineHeight = (MantineThemeSizesOverride extends {
|
|
148
|
+
lineHeights: Record<infer CustomLineHeight, string>;
|
|
149
|
+
} ? CustomLineHeight : MantineSize) | (string & {});
|
|
150
|
+
export type MantineLineHeightValues = Record<MantineLineHeight, string>;
|
|
134
151
|
export interface MantineThemeOther {
|
|
135
152
|
[key: string]: any;
|
|
136
153
|
}
|
|
@@ -164,3 +181,4 @@ export type MantineThemeColors = MantineThemeColorsOverride extends {
|
|
|
164
181
|
colors: Record<infer CustomColors, MantineColorsTuple>;
|
|
165
182
|
} ? Record<CustomColors, MantineColorsTuple> : Record<DefaultMantineColor, MantineColorsTuple>;
|
|
166
183
|
export type MantineColor = keyof MantineThemeColors;
|
|
184
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantine/core",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.3",
|
|
4
4
|
"description": "React components library focused on usability, accessibility and developer experience",
|
|
5
5
|
"homepage": "https://mantine.dev/",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"directory": "packages/@mantine/core"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@mantine/hooks": "8.0.0-alpha.
|
|
46
|
+
"@mantine/hooks": "8.0.0-alpha.3",
|
|
47
47
|
"react": "^18.x || ^19.x",
|
|
48
48
|
"react-dom": "^18.x || ^19.x"
|
|
49
49
|
},
|
package/styles/AppShell.css
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
.m_89ab340[data-disabled] {
|
|
5
5
|
--app-shell-header-offset: 0rem !important;
|
|
6
6
|
--app-shell-navbar-offset: 0rem !important;
|
|
7
|
+
--app-shell-aside-offset: 0rem !important;
|
|
8
|
+
--app-shell-footer-offset: 0rem !important;
|
|
7
9
|
}
|
|
8
10
|
[data-mantine-color-scheme='light'] .m_89ab340 {
|
|
9
11
|
--app-shell-border-color: var(--mantine-color-gray-3);
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
.m_89ab340[data-disabled] {
|
|
5
5
|
--app-shell-header-offset: 0rem !important;
|
|
6
6
|
--app-shell-navbar-offset: 0rem !important;
|
|
7
|
+
--app-shell-aside-offset: 0rem !important;
|
|
8
|
+
--app-shell-footer-offset: 0rem !important;
|
|
7
9
|
}
|
|
8
10
|
[data-mantine-color-scheme='light'] .m_89ab340 {
|
|
9
11
|
--app-shell-border-color: var(--mantine-color-gray-3);
|
package/styles/Notification.css
CHANGED
package/styles/Paper.css
CHANGED
|
@@ -11,10 +11,14 @@
|
|
|
11
11
|
background-color: var(--mantine-color-body);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
[data-mantine-color-scheme='light'] .m_1b7284a3 {
|
|
15
|
+
--paper-border-color: var(--mantine-color-gray-3);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
[data-mantine-color-scheme='dark'] .m_1b7284a3 {
|
|
19
|
+
--paper-border-color: var(--mantine-color-dark-4);
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.m_1b7284a3:where([data-with-border]) {
|
|
23
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
|
|
24
|
+
}
|
package/styles/Paper.layer.css
CHANGED
|
@@ -11,11 +11,15 @@
|
|
|
11
11
|
background-color: var(--mantine-color-body);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
[data-mantine-color-scheme='light'] .m_1b7284a3 {
|
|
15
|
+
--paper-border-color: var(--mantine-color-gray-3);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
[data-mantine-color-scheme='dark'] .m_1b7284a3 {
|
|
19
|
+
--paper-border-color: var(--mantine-color-dark-4);
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.m_1b7284a3:where([data-with-border]) {
|
|
23
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
|
|
24
|
+
}
|
|
21
25
|
}
|
package/styles/Table.css
CHANGED
|
@@ -102,9 +102,18 @@
|
|
|
102
102
|
|
|
103
103
|
.m_b242d975:where([data-sticky]) {
|
|
104
104
|
position: sticky;
|
|
105
|
-
background-color: var(--mantine-color-body);
|
|
106
105
|
}
|
|
107
106
|
|
|
107
|
+
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
108
|
+
position: sticky;
|
|
109
|
+
top: var(--table-sticky-header-offset, 0);
|
|
110
|
+
background-color: var(--mantine-color-body);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
:where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
|
|
114
|
+
top: initial;
|
|
115
|
+
}
|
|
116
|
+
|
|
108
117
|
.m_9e5a3ac7 {
|
|
109
118
|
color: var(--mantine-color-dimmed);
|
|
110
119
|
}
|
|
@@ -123,4 +132,5 @@
|
|
|
123
132
|
|
|
124
133
|
.m_62259741 {
|
|
125
134
|
min-width: var(--table-min-width);
|
|
135
|
+
max-height: var(--table-max-height);
|
|
126
136
|
}
|
package/styles/Table.layer.css
CHANGED
|
@@ -102,9 +102,18 @@
|
|
|
102
102
|
|
|
103
103
|
.m_b242d975:where([data-sticky]) {
|
|
104
104
|
position: sticky;
|
|
105
|
-
background-color: var(--mantine-color-body);
|
|
106
105
|
}
|
|
107
106
|
|
|
107
|
+
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
108
|
+
position: sticky;
|
|
109
|
+
top: var(--table-sticky-header-offset, 0);
|
|
110
|
+
background-color: var(--mantine-color-body);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
:where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
|
|
114
|
+
top: initial;
|
|
115
|
+
}
|
|
116
|
+
|
|
108
117
|
.m_9e5a3ac7 {
|
|
109
118
|
color: var(--mantine-color-dimmed);
|
|
110
119
|
}
|
|
@@ -123,5 +132,6 @@
|
|
|
123
132
|
|
|
124
133
|
.m_62259741 {
|
|
125
134
|
min-width: var(--table-min-width);
|
|
135
|
+
max-height: var(--table-max-height);
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
.m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
|
|
8
8
|
margin-bottom: var(--mantine-spacing-xs);
|
|
9
9
|
text-wrap: var(--mantine-heading-text-wrap);
|
|
10
|
+
font-family: var(--mantine-font-family-headings);
|
|
10
11
|
}
|
|
11
12
|
.m_d6493fad :where(h1) {
|
|
12
13
|
margin-top: calc(1.5 * var(--mantine-spacing-xl));
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
.m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
|
|
8
8
|
margin-bottom: var(--mantine-spacing-xs);
|
|
9
9
|
text-wrap: var(--mantine-heading-text-wrap);
|
|
10
|
+
font-family: var(--mantine-font-family-headings);
|
|
10
11
|
}
|
|
11
12
|
.m_d6493fad :where(h1) {
|
|
12
13
|
margin-top: calc(1.5 * var(--mantine-spacing-xl));
|
package/styles.css
CHANGED
|
@@ -817,14 +817,18 @@ fieldset:disabled .mantine-active:active {
|
|
|
817
817
|
background-color: var(--mantine-color-body);
|
|
818
818
|
}
|
|
819
819
|
|
|
820
|
-
|
|
821
|
-
|
|
820
|
+
[data-mantine-color-scheme='light'] .m_1b7284a3 {
|
|
821
|
+
--paper-border-color: var(--mantine-color-gray-3);
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
-
|
|
825
|
-
|
|
824
|
+
[data-mantine-color-scheme='dark'] .m_1b7284a3 {
|
|
825
|
+
--paper-border-color: var(--mantine-color-dark-4);
|
|
826
826
|
}
|
|
827
827
|
|
|
828
|
+
.m_1b7284a3:where([data-with-border]) {
|
|
829
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
|
|
830
|
+
}
|
|
831
|
+
|
|
828
832
|
.m_9814e45f {
|
|
829
833
|
inset: 0;
|
|
830
834
|
position: absolute;
|
|
@@ -2149,6 +2153,8 @@ fieldset:disabled .mantine-active:active {
|
|
|
2149
2153
|
.m_89ab340[data-disabled] {
|
|
2150
2154
|
--app-shell-header-offset: 0rem !important;
|
|
2151
2155
|
--app-shell-navbar-offset: 0rem !important;
|
|
2156
|
+
--app-shell-aside-offset: 0rem !important;
|
|
2157
|
+
--app-shell-footer-offset: 0rem !important;
|
|
2152
2158
|
}
|
|
2153
2159
|
[data-mantine-color-scheme='light'] .m_89ab340 {
|
|
2154
2160
|
--app-shell-border-color: var(--mantine-color-gray-3);
|
|
@@ -4828,10 +4834,6 @@ fieldset:disabled .m_d3ea56bb,
|
|
|
4828
4834
|
background-color: var(--mantine-color-dark-6);
|
|
4829
4835
|
}
|
|
4830
4836
|
|
|
4831
|
-
.m_a513464:where([data-with-icon]) {
|
|
4832
|
-
padding-inline-start: var(--mantine-spacing-xs);
|
|
4833
|
-
}
|
|
4834
|
-
|
|
4835
4837
|
.m_a513464:where([data-with-icon])::before {
|
|
4836
4838
|
display: none;
|
|
4837
4839
|
}
|
|
@@ -6797,9 +6799,18 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
6797
6799
|
|
|
6798
6800
|
.m_b242d975:where([data-sticky]) {
|
|
6799
6801
|
position: sticky;
|
|
6800
|
-
background-color: var(--mantine-color-body);
|
|
6801
6802
|
}
|
|
6802
6803
|
|
|
6804
|
+
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
6805
|
+
position: sticky;
|
|
6806
|
+
top: var(--table-sticky-header-offset, 0);
|
|
6807
|
+
background-color: var(--mantine-color-body);
|
|
6808
|
+
}
|
|
6809
|
+
|
|
6810
|
+
:where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
|
|
6811
|
+
top: initial;
|
|
6812
|
+
}
|
|
6813
|
+
|
|
6803
6814
|
.m_9e5a3ac7 {
|
|
6804
6815
|
color: var(--mantine-color-dimmed);
|
|
6805
6816
|
}
|
|
@@ -6818,6 +6829,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
6818
6829
|
|
|
6819
6830
|
.m_62259741 {
|
|
6820
6831
|
min-width: var(--table-min-width);
|
|
6832
|
+
max-height: var(--table-max-height);
|
|
6821
6833
|
}
|
|
6822
6834
|
|
|
6823
6835
|
.m_bcaa9990 {
|
|
@@ -7485,6 +7497,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
7485
7497
|
.m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
|
|
7486
7498
|
margin-bottom: var(--mantine-spacing-xs);
|
|
7487
7499
|
text-wrap: var(--mantine-heading-text-wrap);
|
|
7500
|
+
font-family: var(--mantine-font-family-headings);
|
|
7488
7501
|
}
|
|
7489
7502
|
.m_d6493fad :where(h1) {
|
|
7490
7503
|
margin-top: calc(1.5 * var(--mantine-spacing-xl));
|
package/styles.layer.css
CHANGED
|
@@ -817,14 +817,18 @@ fieldset:disabled .mantine-active:active {
|
|
|
817
817
|
background-color: var(--mantine-color-body);
|
|
818
818
|
}
|
|
819
819
|
|
|
820
|
-
|
|
821
|
-
|
|
820
|
+
[data-mantine-color-scheme='light'] .m_1b7284a3 {
|
|
821
|
+
--paper-border-color: var(--mantine-color-gray-3);
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
-
|
|
825
|
-
|
|
824
|
+
[data-mantine-color-scheme='dark'] .m_1b7284a3 {
|
|
825
|
+
--paper-border-color: var(--mantine-color-dark-4);
|
|
826
826
|
}
|
|
827
827
|
|
|
828
|
+
.m_1b7284a3:where([data-with-border]) {
|
|
829
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
|
|
830
|
+
}
|
|
831
|
+
|
|
828
832
|
.m_9814e45f {
|
|
829
833
|
inset: 0;
|
|
830
834
|
position: absolute;
|
|
@@ -2149,6 +2153,8 @@ fieldset:disabled .mantine-active:active {
|
|
|
2149
2153
|
.m_89ab340[data-disabled] {
|
|
2150
2154
|
--app-shell-header-offset: 0rem !important;
|
|
2151
2155
|
--app-shell-navbar-offset: 0rem !important;
|
|
2156
|
+
--app-shell-aside-offset: 0rem !important;
|
|
2157
|
+
--app-shell-footer-offset: 0rem !important;
|
|
2152
2158
|
}
|
|
2153
2159
|
[data-mantine-color-scheme='light'] .m_89ab340 {
|
|
2154
2160
|
--app-shell-border-color: var(--mantine-color-gray-3);
|
|
@@ -4828,10 +4834,6 @@ fieldset:disabled .m_d3ea56bb,
|
|
|
4828
4834
|
background-color: var(--mantine-color-dark-6);
|
|
4829
4835
|
}
|
|
4830
4836
|
|
|
4831
|
-
.m_a513464:where([data-with-icon]) {
|
|
4832
|
-
padding-inline-start: var(--mantine-spacing-xs);
|
|
4833
|
-
}
|
|
4834
|
-
|
|
4835
4837
|
.m_a513464:where([data-with-icon])::before {
|
|
4836
4838
|
display: none;
|
|
4837
4839
|
}
|
|
@@ -6797,9 +6799,18 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
6797
6799
|
|
|
6798
6800
|
.m_b242d975:where([data-sticky]) {
|
|
6799
6801
|
position: sticky;
|
|
6800
|
-
background-color: var(--mantine-color-body);
|
|
6801
6802
|
}
|
|
6802
6803
|
|
|
6804
|
+
.m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
|
|
6805
|
+
position: sticky;
|
|
6806
|
+
top: var(--table-sticky-header-offset, 0);
|
|
6807
|
+
background-color: var(--mantine-color-body);
|
|
6808
|
+
}
|
|
6809
|
+
|
|
6810
|
+
:where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
|
|
6811
|
+
top: initial;
|
|
6812
|
+
}
|
|
6813
|
+
|
|
6803
6814
|
.m_9e5a3ac7 {
|
|
6804
6815
|
color: var(--mantine-color-dimmed);
|
|
6805
6816
|
}
|
|
@@ -6818,6 +6829,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
6818
6829
|
|
|
6819
6830
|
.m_62259741 {
|
|
6820
6831
|
min-width: var(--table-min-width);
|
|
6832
|
+
max-height: var(--table-max-height);
|
|
6821
6833
|
}
|
|
6822
6834
|
|
|
6823
6835
|
.m_bcaa9990 {
|
|
@@ -7485,6 +7497,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
|
|
|
7485
7497
|
.m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
|
|
7486
7498
|
margin-bottom: var(--mantine-spacing-xs);
|
|
7487
7499
|
text-wrap: var(--mantine-heading-text-wrap);
|
|
7500
|
+
font-family: var(--mantine-font-family-headings);
|
|
7488
7501
|
}
|
|
7489
7502
|
.m_d6493fad :where(h1) {
|
|
7490
7503
|
margin-top: calc(1.5 * var(--mantine-spacing-xl));
|