@mantine/core 7.6.0 → 7.6.1
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 +3 -1
- package/cjs/components/ActionIcon/ActionIcon.cjs.map +1 -1
- package/cjs/components/ActionIcon/ActionIcon.module.css.cjs +1 -1
- package/cjs/components/Autocomplete/Autocomplete.cjs +2 -1
- package/cjs/components/Autocomplete/Autocomplete.cjs.map +1 -1
- package/cjs/components/Button/Button.cjs +11 -2
- package/cjs/components/Button/Button.cjs.map +1 -1
- package/cjs/components/Button/Button.module.css.cjs +1 -1
- package/cjs/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.cjs +5 -2
- package/cjs/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.cjs.map +1 -1
- package/cjs/components/Combobox/ComboboxSearch/ComboboxSearch.cjs +2 -1
- package/cjs/components/Combobox/ComboboxSearch/ComboboxSearch.cjs.map +1 -1
- package/cjs/components/Combobox/ComboboxTarget/ComboboxTarget.cjs +5 -2
- package/cjs/components/Combobox/ComboboxTarget/ComboboxTarget.cjs.map +1 -1
- package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs +5 -3
- package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs.map +1 -1
- package/cjs/components/InlineInput/InlineInput.cjs +21 -1
- package/cjs/components/InlineInput/InlineInput.cjs.map +1 -1
- package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs +1 -1
- package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs.map +1 -1
- package/cjs/components/ModalBase/ModalBaseContent.cjs +0 -6
- package/cjs/components/ModalBase/ModalBaseContent.cjs.map +1 -1
- package/cjs/components/ModalBase/use-modal.cjs +10 -5
- package/cjs/components/ModalBase/use-modal.cjs.map +1 -1
- package/cjs/components/MultiSelect/MultiSelect.cjs +2 -2
- package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/cjs/components/PinInput/PinInput.cjs +5 -0
- package/cjs/components/PinInput/PinInput.cjs.map +1 -1
- package/cjs/components/SegmentedControl/SegmentedControl.cjs +1 -1
- package/cjs/components/SegmentedControl/SegmentedControl.cjs.map +1 -1
- package/cjs/components/Select/Select.cjs +2 -1
- package/cjs/components/Select/Select.cjs.map +1 -1
- package/cjs/components/Switch/Switch.cjs +4 -2
- package/cjs/components/Switch/Switch.cjs.map +1 -1
- package/cjs/components/TagsInput/TagsInput.cjs +2 -2
- package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/cjs/components/Transition/use-transition.cjs +18 -10
- package/cjs/components/Transition/use-transition.cjs.map +1 -1
- package/esm/components/ActionIcon/ActionIcon.mjs +3 -1
- package/esm/components/ActionIcon/ActionIcon.mjs.map +1 -1
- package/esm/components/ActionIcon/ActionIcon.module.css.mjs +1 -1
- package/esm/components/Autocomplete/Autocomplete.mjs +2 -1
- package/esm/components/Autocomplete/Autocomplete.mjs.map +1 -1
- package/esm/components/Button/Button.mjs +11 -2
- package/esm/components/Button/Button.mjs.map +1 -1
- package/esm/components/Button/Button.module.css.mjs +1 -1
- package/esm/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.mjs +5 -2
- package/esm/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.mjs.map +1 -1
- package/esm/components/Combobox/ComboboxSearch/ComboboxSearch.mjs +2 -1
- package/esm/components/Combobox/ComboboxSearch/ComboboxSearch.mjs.map +1 -1
- package/esm/components/Combobox/ComboboxTarget/ComboboxTarget.mjs +5 -2
- package/esm/components/Combobox/ComboboxTarget/ComboboxTarget.mjs.map +1 -1
- package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs +5 -3
- package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs.map +1 -1
- package/esm/components/InlineInput/InlineInput.mjs +21 -1
- package/esm/components/InlineInput/InlineInput.mjs.map +1 -1
- package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs +1 -1
- package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs.map +1 -1
- package/esm/components/ModalBase/ModalBaseContent.mjs +0 -6
- package/esm/components/ModalBase/ModalBaseContent.mjs.map +1 -1
- package/esm/components/ModalBase/use-modal.mjs +10 -5
- package/esm/components/ModalBase/use-modal.mjs.map +1 -1
- package/esm/components/MultiSelect/MultiSelect.mjs +2 -2
- package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
- package/esm/components/PinInput/PinInput.mjs +5 -0
- package/esm/components/PinInput/PinInput.mjs.map +1 -1
- package/esm/components/SegmentedControl/SegmentedControl.mjs +1 -1
- package/esm/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
- package/esm/components/Select/Select.mjs +2 -1
- package/esm/components/Select/Select.mjs.map +1 -1
- package/esm/components/Switch/Switch.mjs +4 -2
- package/esm/components/Switch/Switch.mjs.map +1 -1
- package/esm/components/TagsInput/TagsInput.mjs +2 -2
- package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
- package/esm/components/Transition/use-transition.mjs +18 -10
- package/esm/components/Transition/use-transition.mjs.map +1 -1
- package/lib/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.d.ts +2 -0
- package/lib/components/Combobox/ComboboxTarget/ComboboxTarget.d.ts +2 -0
- package/lib/components/Combobox/use-combobox-target-props/use-combobox-target-props.d.ts +6 -3
- package/lib/components/InlineInput/InlineInput.d.ts +2 -0
- package/package.json +4 -4
- package/styles/Accordion.css +185 -1
- package/styles/Accordion.layer.css +186 -0
- package/styles/ActionIcon.css +157 -1
- package/styles/ActionIcon.layer.css +158 -0
- package/styles/Affix.css +8 -1
- package/styles/Affix.layer.css +9 -1
- package/styles/Alert.css +82 -1
- package/styles/Alert.layer.css +83 -1
- package/styles/Anchor.css +29 -1
- package/styles/Anchor.layer.css +30 -1
- package/styles/AppShell.css +121 -1
- package/styles/AppShell.layer.css +122 -1
- package/styles/AspectRatio.css +33 -1
- package/styles/AspectRatio.layer.css +34 -1
- package/styles/Avatar.css +68 -1
- package/styles/Avatar.layer.css +69 -1
- package/styles/BackgroundImage.css +9 -1
- package/styles/BackgroundImage.layer.css +10 -1
- package/styles/Badge.css +107 -1
- package/styles/Badge.layer.css +108 -1
- package/styles/Blockquote.css +41 -1
- package/styles/Blockquote.layer.css +42 -1
- package/styles/Breadcrumbs.css +26 -1
- package/styles/Breadcrumbs.layer.css +27 -1
- package/styles/Burger.css +67 -1
- package/styles/Burger.layer.css +68 -1
- package/styles/Button.css +224 -1
- package/styles/Button.layer.css +225 -1
- package/styles/Card.css +54 -1
- package/styles/Card.layer.css +55 -1
- package/styles/Center.css +9 -1
- package/styles/Center.layer.css +10 -1
- package/styles/Checkbox.css +115 -1
- package/styles/Checkbox.layer.css +116 -1
- package/styles/Chip.css +207 -1
- package/styles/Chip.layer.css +208 -1
- package/styles/CloseButton.css +52 -1
- package/styles/CloseButton.layer.css +53 -1
- package/styles/Code.css +23 -1
- package/styles/Code.layer.css +24 -1
- package/styles/ColorInput.css +21 -1
- package/styles/ColorInput.layer.css +22 -1
- package/styles/ColorPicker.css +156 -1
- package/styles/ColorPicker.layer.css +157 -1
- package/styles/ColorSwatch.css +70 -1
- package/styles/ColorSwatch.layer.css +71 -1
- package/styles/Combobox.css +199 -1
- package/styles/Combobox.layer.css +200 -1
- package/styles/Container.css +16 -1
- package/styles/Container.layer.css +17 -1
- package/styles/Dialog.css +19 -1
- package/styles/Dialog.layer.css +20 -1
- package/styles/Divider.css +62 -1
- package/styles/Divider.layer.css +63 -1
- package/styles/Drawer.css +28 -1
- package/styles/Drawer.layer.css +29 -1
- package/styles/Fieldset.css +49 -1
- package/styles/Fieldset.layer.css +50 -1
- package/styles/Flex.css +3 -1
- package/styles/Flex.layer.css +4 -1
- package/styles/Grid.css +30 -1
- package/styles/Grid.layer.css +31 -1
- package/styles/Group.css +13 -1
- package/styles/Group.layer.css +14 -1
- package/styles/Image.css +7 -1
- package/styles/Image.layer.css +8 -1
- package/styles/Indicator.css +64 -1
- package/styles/Indicator.layer.css +65 -1
- package/styles/InlineInput.css +68 -1
- package/styles/InlineInput.layer.css +69 -1
- package/styles/Input.css +298 -3
- package/styles/Input.layer.css +299 -3
- package/styles/Kbd.css +37 -1
- package/styles/Kbd.layer.css +38 -1
- package/styles/List.css +49 -1
- package/styles/List.layer.css +50 -1
- package/styles/Loader.css +114 -1
- package/styles/Loader.layer.css +115 -1
- package/styles/LoadingOverlay.css +18 -1
- package/styles/LoadingOverlay.layer.css +19 -1
- package/styles/Mark.css +11 -1
- package/styles/Mark.layer.css +12 -1
- package/styles/Menu.css +68 -1
- package/styles/Menu.layer.css +69 -1
- package/styles/Modal.css +56 -1
- package/styles/Modal.layer.css +57 -0
- package/styles/ModalBase.css +47 -1
- package/styles/ModalBase.layer.css +48 -1
- package/styles/NavLink.css +118 -1
- package/styles/NavLink.layer.css +119 -1
- package/styles/Notification.css +135 -1
- package/styles/Notification.layer.css +136 -1
- package/styles/NumberInput.css +89 -1
- package/styles/NumberInput.layer.css +90 -0
- package/styles/Overlay.css +19 -1
- package/styles/Overlay.layer.css +20 -0
- package/styles/Pagination.css +96 -1
- package/styles/Pagination.layer.css +97 -0
- package/styles/Paper.css +20 -1
- package/styles/Paper.layer.css +21 -0
- package/styles/PasswordInput.css +58 -1
- package/styles/PasswordInput.layer.css +59 -0
- package/styles/Pill.css +114 -1
- package/styles/Pill.layer.css +115 -0
- package/styles/PillsInput.css +45 -1
- package/styles/PillsInput.layer.css +46 -0
- package/styles/PinInput.css +13 -1
- package/styles/PinInput.layer.css +14 -0
- package/styles/Popover.css +27 -1
- package/styles/Popover.layer.css +28 -0
- package/styles/Progress.css +87 -1
- package/styles/Progress.layer.css +88 -0
- package/styles/Radio.css +121 -1
- package/styles/Radio.layer.css +122 -0
- package/styles/Rating.css +82 -1
- package/styles/Rating.layer.css +83 -0
- package/styles/RingProgress.css +34 -1
- package/styles/RingProgress.layer.css +35 -0
- package/styles/ScrollArea.css +154 -1
- package/styles/ScrollArea.layer.css +155 -0
- package/styles/SegmentedControl.css +220 -1
- package/styles/SegmentedControl.layer.css +221 -0
- package/styles/SimpleGrid.css +5 -1
- package/styles/SimpleGrid.layer.css +6 -0
- package/styles/Skeleton.css +50 -1
- package/styles/Skeleton.layer.css +51 -0
- package/styles/Slider.css +217 -1
- package/styles/Slider.layer.css +218 -0
- package/styles/Spoiler.css +21 -1
- package/styles/Spoiler.layer.css +22 -0
- package/styles/Stack.css +7 -1
- package/styles/Stack.layer.css +8 -0
- package/styles/Stepper.css +228 -1
- package/styles/Stepper.layer.css +229 -0
- package/styles/Switch.css +171 -1
- package/styles/Switch.layer.css +172 -0
- package/styles/Table.css +109 -1
- package/styles/Table.layer.css +110 -0
- package/styles/Tabs.css +398 -1
- package/styles/Tabs.layer.css +399 -0
- package/styles/Text.css +51 -1
- package/styles/Text.layer.css +52 -0
- package/styles/ThemeIcon.css +24 -1
- package/styles/ThemeIcon.layer.css +25 -0
- package/styles/Timeline.css +173 -1
- package/styles/Timeline.layer.css +174 -0
- package/styles/Title.css +16 -1
- package/styles/Title.layer.css +17 -0
- package/styles/Tooltip.css +30 -1
- package/styles/Tooltip.layer.css +31 -0
- package/styles/TypographyStylesProvider.css +205 -1
- package/styles/TypographyStylesProvider.layer.css +206 -0
- package/styles/UnstyledButton.css +17 -1
- package/styles/UnstyledButton.layer.css +18 -0
- package/styles/VisuallyHidden.css +11 -1
- package/styles/VisuallyHidden.layer.css +12 -0
- package/styles/global.css +584 -1
- package/styles/global.layer.css +585 -0
- package/styles.css +6947 -3
- package/styles.layer.css +6948 -3
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
@layer mantine {.m-d6493fad :first-child {
|
|
2
|
+
margin-top: 0;
|
|
3
|
+
}
|
|
4
|
+
.m-d6493fad :last-child {
|
|
5
|
+
margin-bottom: 0;
|
|
6
|
+
}
|
|
7
|
+
.m-d6493fad :where(h1, h2, h3, h4, h5, h6) {
|
|
8
|
+
margin-bottom: var(--mantine-spacing-xs);
|
|
9
|
+
text-wrap: var(--mantine-heading-text-wrap);
|
|
10
|
+
}
|
|
11
|
+
.m-d6493fad :where(h1) {
|
|
12
|
+
margin-top: calc(1.5 * var(--mantine-spacing-xl));
|
|
13
|
+
font-size: var(--mantine-h1-font-size);
|
|
14
|
+
line-height: var(--mantine-h1-line-height);
|
|
15
|
+
font-weight: var(--mantine-h1-font-weight);
|
|
16
|
+
}
|
|
17
|
+
.m-d6493fad :where(h2) {
|
|
18
|
+
margin-top: var(--mantine-spacing-xl);
|
|
19
|
+
font-size: var(--mantine-h2-font-size);
|
|
20
|
+
line-height: var(--mantine-h2-line-height);
|
|
21
|
+
font-weight: var(--mantine-h2-font-weight);
|
|
22
|
+
}
|
|
23
|
+
.m-d6493fad :where(h3) {
|
|
24
|
+
margin-top: calc(0.8 * var(--mantine-spacing-xl));
|
|
25
|
+
font-size: var(--mantine-h3-font-size);
|
|
26
|
+
line-height: var(--mantine-h3-line-height);
|
|
27
|
+
font-weight: var(--mantine-h3-font-weight);
|
|
28
|
+
}
|
|
29
|
+
.m-d6493fad :where(h4) {
|
|
30
|
+
margin-top: calc(0.8 * var(--mantine-spacing-xl));
|
|
31
|
+
font-size: var(--mantine-h4-font-size);
|
|
32
|
+
line-height: var(--mantine-h4-line-height);
|
|
33
|
+
font-weight: var(--mantine-h4-font-weight);
|
|
34
|
+
}
|
|
35
|
+
.m-d6493fad :where(h5) {
|
|
36
|
+
margin-top: calc(0.5 * var(--mantine-spacing-xl));
|
|
37
|
+
font-size: var(--mantine-h5-font-size);
|
|
38
|
+
line-height: var(--mantine-h5-line-height);
|
|
39
|
+
font-weight: var(--mantine-h5-font-weight);
|
|
40
|
+
}
|
|
41
|
+
.m-d6493fad :where(h6) {
|
|
42
|
+
margin-top: calc(0.5 * var(--mantine-spacing-xl));
|
|
43
|
+
font-size: var(--mantine-h6-font-size);
|
|
44
|
+
line-height: var(--mantine-h6-line-height);
|
|
45
|
+
font-weight: var(--mantine-h6-font-weight);
|
|
46
|
+
}
|
|
47
|
+
.m-d6493fad :where(img) {
|
|
48
|
+
max-width: 100%;
|
|
49
|
+
margin-bottom: var(--mantine-spacing-xs);
|
|
50
|
+
}
|
|
51
|
+
.m-d6493fad :where(p) {
|
|
52
|
+
margin-top: 0;
|
|
53
|
+
margin-bottom: var(--mantine-spacing-lg);
|
|
54
|
+
}
|
|
55
|
+
[data-mantine-color-scheme='light'] .m-d6493fad :where(mark) {
|
|
56
|
+
background-color: var(--mantine-color-yellow-2);
|
|
57
|
+
color: inherit;
|
|
58
|
+
}
|
|
59
|
+
[data-mantine-color-scheme='dark'] .m-d6493fad :where(mark) {
|
|
60
|
+
background-color: var(--mantine-color-yellow-5);
|
|
61
|
+
color: var(--mantine-color-black);
|
|
62
|
+
}
|
|
63
|
+
.m-d6493fad :where(a) {
|
|
64
|
+
color: var(--mantine-color-anchor);
|
|
65
|
+
text-decoration: none;
|
|
66
|
+
}
|
|
67
|
+
@media (hover: hover) {
|
|
68
|
+
.m-d6493fad :where(a):hover {
|
|
69
|
+
text-decoration: underline;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
@media (hover: none) {
|
|
73
|
+
.m-d6493fad :where(a):active {
|
|
74
|
+
text-decoration: underline;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
.m-d6493fad :where(hr) {
|
|
78
|
+
margin-top: var(--mantine-spacing-md);
|
|
79
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
80
|
+
border: 0;
|
|
81
|
+
border-top: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
82
|
+
}
|
|
83
|
+
[data-mantine-color-scheme='light'] .m-d6493fad :where(hr) {
|
|
84
|
+
border-color: var(--mantine-color-gray-3);
|
|
85
|
+
}
|
|
86
|
+
[data-mantine-color-scheme='dark'] .m-d6493fad :where(hr) {
|
|
87
|
+
border-color: var(--mantine-color-dark-3);
|
|
88
|
+
}
|
|
89
|
+
.m-d6493fad :where(pre) {
|
|
90
|
+
padding: var(--mantine-spacing-xs);
|
|
91
|
+
line-height: var(--mantine-line-height);
|
|
92
|
+
margin: 0;
|
|
93
|
+
margin-top: var(--mantine-spacing-md);
|
|
94
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
95
|
+
overflow-x: auto;
|
|
96
|
+
font-family: var(--mantine-font-family-monospace);
|
|
97
|
+
font-size: var(--mantine-font-size-xs);
|
|
98
|
+
border-radius: var(--mantine-radius-sm);
|
|
99
|
+
}
|
|
100
|
+
[data-mantine-color-scheme='light'] .m-d6493fad :where(pre) {
|
|
101
|
+
background-color: var(--mantine-color-gray-0);
|
|
102
|
+
}
|
|
103
|
+
[data-mantine-color-scheme='dark'] .m-d6493fad :where(pre) {
|
|
104
|
+
background-color: var(--mantine-color-dark-8);
|
|
105
|
+
}
|
|
106
|
+
.m-d6493fad :where(pre) :where(code) {
|
|
107
|
+
background-color: transparent;
|
|
108
|
+
padding: 0;
|
|
109
|
+
border-radius: 0;
|
|
110
|
+
color: inherit;
|
|
111
|
+
border: 0;
|
|
112
|
+
}
|
|
113
|
+
.m-d6493fad :where(kbd) {
|
|
114
|
+
--kbd-fz: calc(0.75rem * var(--mantine-scale));
|
|
115
|
+
--kbd-padding: calc(0.1875rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
|
|
116
|
+
|
|
117
|
+
font-family: var(--mantine-font-family-monospace);
|
|
118
|
+
line-height: var(--mantine-line-height);
|
|
119
|
+
font-weight: 700;
|
|
120
|
+
padding: var(--kbd-padding);
|
|
121
|
+
font-size: var(--kbd-fz);
|
|
122
|
+
border-radius: var(--mantine-radius-sm);
|
|
123
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
124
|
+
border-bottom-width: calc(0.1875rem * var(--mantine-scale));
|
|
125
|
+
}
|
|
126
|
+
:where([data-mantine-color-scheme='light']) .m-d6493fad :where(kbd) {
|
|
127
|
+
border-color: var(--mantine-color-gray-3);
|
|
128
|
+
color: var(--mantine-color-gray-7);
|
|
129
|
+
background-color: var(--mantine-color-gray-0);
|
|
130
|
+
}
|
|
131
|
+
[data-mantine-color-scheme='dark'] .m-d6493fad :where(kbd) {
|
|
132
|
+
border-color: var(--mantine-color-dark-3);
|
|
133
|
+
color: var(--mantine-color-dark-0);
|
|
134
|
+
background-color: var(--mantine-color-dark-5);
|
|
135
|
+
}
|
|
136
|
+
.m-d6493fad :where(code) {
|
|
137
|
+
line-height: var(--mantine-line-height);
|
|
138
|
+
padding: calc(0.0625rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
|
|
139
|
+
border-radius: var(--mantine-radius-sm);
|
|
140
|
+
font-family: var(--mantine-font-family-monospace);
|
|
141
|
+
font-size: var(--mantine-font-size-xs);
|
|
142
|
+
}
|
|
143
|
+
[data-mantine-color-scheme='light'] .m-d6493fad :where(code) {
|
|
144
|
+
background-color: var(--mantine-color-gray-0);
|
|
145
|
+
color: var(--mantine-color-black);
|
|
146
|
+
}
|
|
147
|
+
[data-mantine-color-scheme='dark'] .m-d6493fad :where(code) {
|
|
148
|
+
background-color: var(--mantine-color-dark-5);
|
|
149
|
+
color: var(--mantine-color-white);
|
|
150
|
+
}
|
|
151
|
+
.m-d6493fad :where(ul, ol):not([data-type='taskList']) {
|
|
152
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
153
|
+
padding-inline-start: calc(2.375rem * var(--mantine-scale));
|
|
154
|
+
}
|
|
155
|
+
.m-d6493fad :where(ul, ol):not([data-type='taskList']) :where(li) {
|
|
156
|
+
margin-bottom: var(--mantine-spacing-xs);
|
|
157
|
+
}
|
|
158
|
+
.m-d6493fad :where(table) {
|
|
159
|
+
width: 100%;
|
|
160
|
+
border-collapse: collapse;
|
|
161
|
+
caption-side: bottom;
|
|
162
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
163
|
+
}
|
|
164
|
+
.m-d6493fad :where(table) :where(caption) {
|
|
165
|
+
margin-top: var(--mantine-spacing-xs);
|
|
166
|
+
font-size: var(--mantine-font-size-sm);
|
|
167
|
+
color: var(--mantine-color-gray-6);
|
|
168
|
+
}
|
|
169
|
+
.m-d6493fad :where(table) :where(th) {
|
|
170
|
+
text-align: left;
|
|
171
|
+
font-weight: bold;
|
|
172
|
+
color: var(--mantine-color-gray-7);
|
|
173
|
+
font-size: var(--mantine-font-size-sm);
|
|
174
|
+
padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
|
|
175
|
+
}
|
|
176
|
+
.m-d6493fad :where(table) :where(thead th) {
|
|
177
|
+
border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
178
|
+
border-color: var(--mantine-color-gray-3);
|
|
179
|
+
}
|
|
180
|
+
.m-d6493fad :where(table) :where(tfoot th) {
|
|
181
|
+
border-top: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
182
|
+
border-color: var(--mantine-color-gray-3);
|
|
183
|
+
}
|
|
184
|
+
.m-d6493fad :where(table) :where(td) {
|
|
185
|
+
padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
|
|
186
|
+
border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
187
|
+
border-color: var(--mantine-color-gray-3);
|
|
188
|
+
font-size: var(--mantine-font-size-sm);
|
|
189
|
+
}
|
|
190
|
+
.m-d6493fad :where(table) :where(tr:last-of-type td) {
|
|
191
|
+
border-bottom: 0;
|
|
192
|
+
}
|
|
193
|
+
.m-d6493fad :where(blockquote) {
|
|
194
|
+
font-size: var(--mantine-font-size-lg);
|
|
195
|
+
line-height: var(--mantine-line-height);
|
|
196
|
+
margin: var(--mantine-spacing-md) 0;
|
|
197
|
+
border-radius: var(--mantine-radius-sm);
|
|
198
|
+
padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
|
|
199
|
+
}
|
|
200
|
+
:where([data-mantine-color-scheme='light']) .m-d6493fad :where(blockquote) {
|
|
201
|
+
background-color: var(--mantine-color-gray-0);
|
|
202
|
+
}
|
|
203
|
+
:where([data-mantine-color-scheme='dark']) .m-d6493fad :where(blockquote) {
|
|
204
|
+
background-color: var(--mantine-color-dark-8);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
.m-87cf2631
|
|
1
|
+
.m-87cf2631 {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
border: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
appearance: none;
|
|
7
|
+
font-size: var(--mantine-font-size-md);
|
|
8
|
+
text-align: left;
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
color: inherit;
|
|
11
|
+
touch-action: manipulation;
|
|
12
|
+
-webkit-tap-highlight-color: transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:where([dir="rtl"]) .m-87cf2631 {
|
|
16
|
+
text-align: right;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
@layer mantine {.m-87cf2631 {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
border: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
appearance: none;
|
|
7
|
+
font-size: var(--mantine-font-size-md);
|
|
8
|
+
text-align: left;
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
color: inherit;
|
|
11
|
+
touch-action: manipulation;
|
|
12
|
+
-webkit-tap-highlight-color: transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:where([dir="rtl"]) .m-87cf2631 {
|
|
16
|
+
text-align: right;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
.m-515a97f8{
|
|
1
|
+
.m-515a97f8 {
|
|
2
|
+
border: 0;
|
|
3
|
+
clip: rect(0 0 0 0);
|
|
4
|
+
height: 1px;
|
|
5
|
+
width: 1px;
|
|
6
|
+
margin: -1px;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
padding: 0;
|
|
9
|
+
position: absolute;
|
|
10
|
+
white-space: nowrap;
|
|
11
|
+
}
|