@mantine/core 8.3.1 → 8.3.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.
Files changed (209) hide show
  1. package/cjs/components/Checkbox/Checkbox.cjs +2 -1
  2. package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
  3. package/cjs/components/Checkbox/CheckboxIndicator/CheckboxIndicator.cjs +2 -1
  4. package/cjs/components/Checkbox/CheckboxIndicator/CheckboxIndicator.cjs.map +1 -1
  5. package/cjs/components/Menu/MenuSub/MenuSub.cjs +1 -1
  6. package/cjs/components/Menu/MenuSub/MenuSub.cjs.map +1 -1
  7. package/cjs/components/NavLink/NavLink.cjs +4 -2
  8. package/cjs/components/NavLink/NavLink.cjs.map +1 -1
  9. package/cjs/components/Popover/Popover.cjs +4 -2
  10. package/cjs/components/Popover/Popover.cjs.map +1 -1
  11. package/cjs/components/Tabs/TabsTab/TabsTab.cjs +1 -1
  12. package/cjs/components/Tabs/TabsTab/TabsTab.cjs.map +1 -1
  13. package/esm/components/Checkbox/Checkbox.mjs +2 -1
  14. package/esm/components/Checkbox/Checkbox.mjs.map +1 -1
  15. package/esm/components/Checkbox/CheckboxIndicator/CheckboxIndicator.mjs +2 -1
  16. package/esm/components/Checkbox/CheckboxIndicator/CheckboxIndicator.mjs.map +1 -1
  17. package/esm/components/Menu/MenuSub/MenuSub.mjs +1 -1
  18. package/esm/components/Menu/MenuSub/MenuSub.mjs.map +1 -1
  19. package/esm/components/NavLink/NavLink.mjs +4 -2
  20. package/esm/components/NavLink/NavLink.mjs.map +1 -1
  21. package/esm/components/Popover/Popover.mjs +4 -2
  22. package/esm/components/Popover/Popover.mjs.map +1 -1
  23. package/esm/components/Tabs/TabsTab/TabsTab.mjs +1 -1
  24. package/esm/components/Tabs/TabsTab/TabsTab.mjs.map +1 -1
  25. package/lib/components/Menu/MenuSub/MenuSub.d.ts +2 -0
  26. package/lib/components/NavLink/NavLink.d.ts +4 -0
  27. package/package.json +2 -2
  28. package/styles.css +64 -13
  29. package/styles.layer.css +64 -13
  30. package/styles/Accordion.css +0 -178
  31. package/styles/Accordion.layer.css +0 -179
  32. package/styles/ActionIcon.css +0 -188
  33. package/styles/ActionIcon.layer.css +0 -189
  34. package/styles/Affix.css +0 -8
  35. package/styles/Affix.layer.css +0 -9
  36. package/styles/Alert.css +0 -82
  37. package/styles/Alert.layer.css +0 -83
  38. package/styles/Anchor.css +0 -56
  39. package/styles/Anchor.layer.css +0 -57
  40. package/styles/AngleSlider.css +0 -106
  41. package/styles/AngleSlider.layer.css +0 -107
  42. package/styles/AppShell.css +0 -127
  43. package/styles/AppShell.layer.css +0 -128
  44. package/styles/AspectRatio.css +0 -13
  45. package/styles/AspectRatio.layer.css +0 -14
  46. package/styles/Avatar.css +0 -68
  47. package/styles/Avatar.layer.css +0 -69
  48. package/styles/BackgroundImage.css +0 -9
  49. package/styles/BackgroundImage.layer.css +0 -10
  50. package/styles/Badge.css +0 -127
  51. package/styles/Badge.layer.css +0 -128
  52. package/styles/Blockquote.css +0 -41
  53. package/styles/Blockquote.layer.css +0 -42
  54. package/styles/Breadcrumbs.css +0 -27
  55. package/styles/Breadcrumbs.layer.css +0 -28
  56. package/styles/Burger.css +0 -68
  57. package/styles/Burger.layer.css +0 -69
  58. package/styles/Button.css +0 -261
  59. package/styles/Button.layer.css +0 -262
  60. package/styles/Card.css +0 -54
  61. package/styles/Card.layer.css +0 -55
  62. package/styles/Center.css +0 -9
  63. package/styles/Center.layer.css +0 -10
  64. package/styles/Checkbox.css +0 -103
  65. package/styles/Checkbox.layer.css +0 -104
  66. package/styles/CheckboxCard.css +0 -24
  67. package/styles/CheckboxCard.layer.css +0 -25
  68. package/styles/CheckboxIndicator.css +0 -87
  69. package/styles/CheckboxIndicator.layer.css +0 -88
  70. package/styles/Chip.css +0 -199
  71. package/styles/Chip.layer.css +0 -200
  72. package/styles/CloseButton.css +0 -58
  73. package/styles/CloseButton.layer.css +0 -59
  74. package/styles/Code.css +0 -21
  75. package/styles/Code.layer.css +0 -22
  76. package/styles/ColorInput.css +0 -21
  77. package/styles/ColorInput.layer.css +0 -22
  78. package/styles/ColorPicker.css +0 -160
  79. package/styles/ColorPicker.layer.css +0 -161
  80. package/styles/ColorSwatch.css +0 -71
  81. package/styles/ColorSwatch.layer.css +0 -72
  82. package/styles/Combobox.css +0 -210
  83. package/styles/Combobox.layer.css +0 -211
  84. package/styles/Container.css +0 -37
  85. package/styles/Container.layer.css +0 -38
  86. package/styles/Dialog.css +0 -19
  87. package/styles/Dialog.layer.css +0 -20
  88. package/styles/Divider.css +0 -62
  89. package/styles/Divider.layer.css +0 -63
  90. package/styles/Drawer.css +0 -33
  91. package/styles/Drawer.layer.css +0 -34
  92. package/styles/Fieldset.css +0 -49
  93. package/styles/Fieldset.layer.css +0 -50
  94. package/styles/Flex.css +0 -3
  95. package/styles/Flex.layer.css +0 -4
  96. package/styles/FloatingIndicator.css +0 -20
  97. package/styles/FloatingIndicator.layer.css +0 -21
  98. package/styles/Grid.css +0 -34
  99. package/styles/Grid.layer.css +0 -35
  100. package/styles/Group.css +0 -13
  101. package/styles/Group.layer.css +0 -14
  102. package/styles/Image.css +0 -6
  103. package/styles/Image.layer.css +0 -7
  104. package/styles/Indicator.css +0 -64
  105. package/styles/Indicator.layer.css +0 -65
  106. package/styles/InlineInput.css +0 -66
  107. package/styles/InlineInput.layer.css +0 -67
  108. package/styles/Input.css +0 -301
  109. package/styles/Input.layer.css +0 -302
  110. package/styles/Kbd.css +0 -31
  111. package/styles/Kbd.layer.css +0 -32
  112. package/styles/List.css +0 -49
  113. package/styles/List.layer.css +0 -50
  114. package/styles/Loader.css +0 -114
  115. package/styles/Loader.layer.css +0 -115
  116. package/styles/LoadingOverlay.css +0 -18
  117. package/styles/LoadingOverlay.layer.css +0 -19
  118. package/styles/Mark.css +0 -11
  119. package/styles/Mark.layer.css +0 -12
  120. package/styles/Menu.css +0 -80
  121. package/styles/Menu.layer.css +0 -81
  122. package/styles/Modal.css +0 -61
  123. package/styles/Modal.layer.css +0 -62
  124. package/styles/ModalBase.css +0 -56
  125. package/styles/ModalBase.layer.css +0 -57
  126. package/styles/NavLink.css +0 -118
  127. package/styles/NavLink.layer.css +0 -119
  128. package/styles/Notification.css +0 -131
  129. package/styles/Notification.layer.css +0 -132
  130. package/styles/NumberInput.css +0 -81
  131. package/styles/NumberInput.layer.css +0 -82
  132. package/styles/Overlay.css +0 -19
  133. package/styles/Overlay.layer.css +0 -20
  134. package/styles/Pagination.css +0 -96
  135. package/styles/Pagination.layer.css +0 -97
  136. package/styles/Paper.css +0 -24
  137. package/styles/Paper.layer.css +0 -25
  138. package/styles/PasswordInput.css +0 -62
  139. package/styles/PasswordInput.layer.css +0 -63
  140. package/styles/Pill.css +0 -117
  141. package/styles/Pill.layer.css +0 -118
  142. package/styles/PillsInput.css +0 -45
  143. package/styles/PillsInput.layer.css +0 -46
  144. package/styles/PinInput.css +0 -13
  145. package/styles/PinInput.layer.css +0 -14
  146. package/styles/Popover.css +0 -36
  147. package/styles/Popover.layer.css +0 -37
  148. package/styles/Progress.css +0 -142
  149. package/styles/Progress.layer.css +0 -143
  150. package/styles/Radio.css +0 -109
  151. package/styles/Radio.layer.css +0 -110
  152. package/styles/RadioCard.css +0 -24
  153. package/styles/RadioCard.layer.css +0 -25
  154. package/styles/RadioIndicator.css +0 -91
  155. package/styles/RadioIndicator.layer.css +0 -92
  156. package/styles/Rating.css +0 -82
  157. package/styles/Rating.layer.css +0 -83
  158. package/styles/RingProgress.css +0 -39
  159. package/styles/RingProgress.layer.css +0 -40
  160. package/styles/ScrollArea.css +0 -189
  161. package/styles/ScrollArea.layer.css +0 -190
  162. package/styles/SegmentedControl.css +0 -224
  163. package/styles/SegmentedControl.layer.css +0 -225
  164. package/styles/SemiCircleProgress.css +0 -56
  165. package/styles/SemiCircleProgress.layer.css +0 -57
  166. package/styles/SimpleGrid.css +0 -9
  167. package/styles/SimpleGrid.layer.css +0 -10
  168. package/styles/Skeleton.css +0 -50
  169. package/styles/Skeleton.layer.css +0 -51
  170. package/styles/Slider.css +0 -209
  171. package/styles/Slider.layer.css +0 -210
  172. package/styles/Spoiler.css +0 -21
  173. package/styles/Spoiler.layer.css +0 -22
  174. package/styles/Stack.css +0 -7
  175. package/styles/Stack.layer.css +0 -8
  176. package/styles/Stepper.css +0 -204
  177. package/styles/Stepper.layer.css +0 -205
  178. package/styles/Switch.css +0 -172
  179. package/styles/Switch.layer.css +0 -173
  180. package/styles/Table.css +0 -159
  181. package/styles/Table.layer.css +0 -160
  182. package/styles/TableOfContents.css +0 -38
  183. package/styles/TableOfContents.layer.css +0 -39
  184. package/styles/Tabs.css +0 -368
  185. package/styles/Tabs.layer.css +0 -369
  186. package/styles/Text.css +0 -51
  187. package/styles/Text.layer.css +0 -52
  188. package/styles/ThemeIcon.css +0 -24
  189. package/styles/ThemeIcon.layer.css +0 -25
  190. package/styles/Timeline.css +0 -173
  191. package/styles/Timeline.layer.css +0 -174
  192. package/styles/Title.css +0 -16
  193. package/styles/Title.layer.css +0 -17
  194. package/styles/Tooltip.css +0 -34
  195. package/styles/Tooltip.layer.css +0 -35
  196. package/styles/Tree.css +0 -36
  197. package/styles/Tree.layer.css +0 -37
  198. package/styles/Typography.css +0 -209
  199. package/styles/Typography.layer.css +0 -210
  200. package/styles/UnstyledButton.css +0 -17
  201. package/styles/UnstyledButton.layer.css +0 -18
  202. package/styles/VisuallyHidden.css +0 -11
  203. package/styles/VisuallyHidden.layer.css +0 -12
  204. package/styles/baseline.css +0 -40
  205. package/styles/baseline.layer.css +0 -41
  206. package/styles/default-css-variables.css +0 -519
  207. package/styles/default-css-variables.layer.css +0 -520
  208. package/styles/global.css +0 -40
  209. package/styles/global.layer.css +0 -41
@@ -1,174 +0,0 @@
1
- @layer mantine {.m_43657ece {
2
- --offset: calc(var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2);
3
- --tl-bullet-size: 20px;
4
- --tl-line-width: 4px;
5
- --tl-radius: 1000px;
6
- --tl-color: var(--mantine-primary-color-filled);
7
- }
8
-
9
- .m_43657ece:where([data-align='left']) {
10
- padding-inline-start: var(--offset);
11
- }
12
-
13
- .m_43657ece:where([data-align='right']) {
14
- padding-inline-end: var(--offset);
15
- }
16
-
17
- .m_2ebe8099 {
18
- font-weight: 500;
19
- line-height: 1;
20
- margin-bottom: calc(var(--mantine-spacing-xs) / 2);
21
- }
22
-
23
- .m_436178ff {
24
- --item-border: var(--tl-line-width) var(--tli-border-style, solid) var(--item-border-color);
25
-
26
- position: relative;
27
- color: var(--mantine-color-text);
28
- }
29
-
30
- .m_436178ff::before {
31
- content: '';
32
- pointer-events: none;
33
- position: absolute;
34
- top: 0;
35
- left: var(--timeline-line-left, 0);
36
- right: var(--timeline-line-right, 0);
37
- bottom: calc(var(--mantine-spacing-xl) * -1);
38
- border-inline-start: var(--item-border);
39
- display: var(--timeline-line-display, none);
40
- }
41
-
42
- .m_43657ece[data-align='left'] .m_436178ff::before {
43
- --timeline-line-left: calc(var(--tl-line-width) * -1);
44
- --timeline-line-right: auto;
45
- }
46
-
47
- [dir="rtl"] .m_43657ece[data-align='left'] .m_436178ff::before {
48
- --timeline-line-left: auto;
49
- --timeline-line-right: calc(var(--tl-line-width) * -1);
50
- }
51
-
52
- .m_43657ece[data-align='right'] .m_436178ff::before {
53
- --timeline-line-left: auto;
54
- --timeline-line-right: calc(var(--tl-line-width) * -1);
55
- }
56
-
57
- [dir="rtl"] .m_43657ece[data-align='right'] .m_436178ff::before {
58
- --timeline-line-left: calc(var(--tl-line-width) * -1);
59
- --timeline-line-right: auto;
60
- }
61
-
62
- .m_43657ece:where([data-align='left']) .m_436178ff {
63
- padding-inline-start: var(--offset);
64
- text-align: left;
65
- }
66
-
67
- .m_43657ece:where([data-align='right']) .m_436178ff {
68
- padding-inline-end: var(--offset);
69
- text-align: right;
70
- }
71
-
72
- :where([data-mantine-color-scheme='light']) .m_436178ff {
73
- --item-border-color: var(--mantine-color-gray-3);
74
- }
75
-
76
- :where([data-mantine-color-scheme='dark']) .m_436178ff {
77
- --item-border-color: var(--mantine-color-dark-4);
78
- }
79
-
80
- .m_436178ff:where([data-line-active])::before {
81
- border-color: var(--tli-color, var(--tl-color));
82
- }
83
-
84
- .m_436178ff:where(:not(:last-of-type)) {
85
- --timeline-line-display: block;
86
- }
87
-
88
- .m_436178ff:where(:not(:first-of-type)) {
89
- margin-top: var(--mantine-spacing-xl);
90
- }
91
-
92
- .m_8affcee1 {
93
- width: var(--tl-bullet-size);
94
- height: var(--tl-bullet-size);
95
- border-radius: var(--tli-radius, var(--tl-radius));
96
- border: var(--tl-line-width) solid;
97
- background-color: var(--mantine-color-body);
98
- position: absolute;
99
- top: 0;
100
- display: flex;
101
- align-items: center;
102
- justify-content: center;
103
- color: var(--mantine-color-text);
104
- }
105
-
106
- :where([data-mantine-color-scheme='light']) .m_8affcee1 {
107
- border-color: var(--mantine-color-gray-3);
108
- }
109
-
110
- :where([data-mantine-color-scheme='dark']) .m_8affcee1 {
111
- border-color: var(--mantine-color-dark-4);
112
- }
113
-
114
- .m_43657ece:where([data-align='left']) .m_8affcee1 {
115
- left: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
116
- right: auto;
117
- }
118
-
119
- :where([dir="rtl"]) .m_43657ece:where([data-align='left']) .m_8affcee1 {
120
- left: auto;
121
- right: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
122
- }
123
-
124
- .m_43657ece:where([data-align='right']) .m_8affcee1 {
125
- left: auto;
126
- right: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
127
- }
128
-
129
- :where([dir="rtl"]) .m_43657ece:where([data-align='right']) .m_8affcee1 {
130
- left: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
131
- right: auto;
132
- }
133
-
134
- .m_8affcee1:where([data-with-child]) {
135
- border-width: var(--tl-line-width);
136
- }
137
-
138
- :where([data-mantine-color-scheme='light']) .m_8affcee1:where([data-with-child]) {
139
- background-color: var(--mantine-color-gray-3);
140
- }
141
-
142
- :where([data-mantine-color-scheme='dark']) .m_8affcee1:where([data-with-child]) {
143
- background-color: var(--mantine-color-dark-4);
144
- }
145
-
146
- .m_8affcee1:where([data-active]) {
147
- border-color: var(--tli-color, var(--tl-color));
148
- background-color: var(--mantine-color-white);
149
- color: var(--tl-icon-color, var(--mantine-color-white));
150
- }
151
-
152
- .m_8affcee1:where([data-active]):where([data-with-child]) {
153
- background-color: var(--tli-color, var(--tl-color));
154
- color: var(--tl-icon-color, var(--mantine-color-white));
155
- }
156
-
157
- .m_43657ece:where([data-align='left']) .m_540e8f41 {
158
- padding-inline-start: var(--offset);
159
- text-align: left;
160
- }
161
-
162
- :where([dir="rtl"]) .m_43657ece:where([data-align='left']) .m_540e8f41 {
163
- text-align: right;
164
- }
165
-
166
- .m_43657ece:where([data-align='right']) .m_540e8f41 {
167
- padding-inline-end: var(--offset);
168
- text-align: right;
169
- }
170
-
171
- :where([dir="rtl"]) .m_43657ece:where([data-align='right']) .m_540e8f41 {
172
- text-align: left;
173
- }
174
- }
package/styles/Title.css DELETED
@@ -1,16 +0,0 @@
1
- .m_8a5d1357 {
2
- margin: 0;
3
- font-weight: var(--title-fw);
4
- font-size: var(--title-fz);
5
- line-height: var(--title-lh);
6
- font-family: var(--mantine-font-family-headings);
7
- text-wrap: var(--title-text-wrap, var(--mantine-heading-text-wrap));
8
- }
9
-
10
- .m_8a5d1357:where([data-line-clamp]) {
11
- overflow: hidden;
12
- text-overflow: ellipsis;
13
- display: -webkit-box;
14
- -webkit-line-clamp: var(--title-line-clamp);
15
- -webkit-box-orient: vertical;
16
- }
@@ -1,17 +0,0 @@
1
- @layer mantine {.m_8a5d1357 {
2
- margin: 0;
3
- font-weight: var(--title-fw);
4
- font-size: var(--title-fz);
5
- line-height: var(--title-lh);
6
- font-family: var(--mantine-font-family-headings);
7
- text-wrap: var(--title-text-wrap, var(--mantine-heading-text-wrap));
8
- }
9
-
10
- .m_8a5d1357:where([data-line-clamp]) {
11
- overflow: hidden;
12
- text-overflow: ellipsis;
13
- display: -webkit-box;
14
- -webkit-line-clamp: var(--title-line-clamp);
15
- -webkit-box-orient: vertical;
16
- }
17
- }
@@ -1,34 +0,0 @@
1
- .m_1b3c8819 {
2
- --tooltip-radius: var(--mantine-radius-default);
3
-
4
- position: absolute;
5
- padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-xs);
6
- pointer-events: none;
7
- font-size: var(--mantine-font-size-sm);
8
- white-space: nowrap;
9
- border-radius: var(--tooltip-radius);
10
- }
11
-
12
- :where([data-mantine-color-scheme='light']) .m_1b3c8819 {
13
- background-color: var(--tooltip-bg, var(--mantine-color-gray-9));
14
- color: var(--tooltip-color, var(--mantine-color-white));
15
- }
16
-
17
- :where([data-mantine-color-scheme='dark']) .m_1b3c8819 {
18
- background-color: var(--tooltip-bg, var(--mantine-color-gray-2));
19
- color: var(--tooltip-color, var(--mantine-color-black));
20
- }
21
-
22
- .m_1b3c8819:where([data-multiline]) {
23
- white-space: normal;
24
- }
25
-
26
- .m_1b3c8819:where([data-fixed]) {
27
- position: fixed;
28
- }
29
-
30
- .m_f898399f {
31
- background-color: inherit;
32
- border: 0;
33
- z-index: 1;
34
- }
@@ -1,35 +0,0 @@
1
- @layer mantine {.m_1b3c8819 {
2
- --tooltip-radius: var(--mantine-radius-default);
3
-
4
- position: absolute;
5
- padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-xs);
6
- pointer-events: none;
7
- font-size: var(--mantine-font-size-sm);
8
- white-space: nowrap;
9
- border-radius: var(--tooltip-radius);
10
- }
11
-
12
- :where([data-mantine-color-scheme='light']) .m_1b3c8819 {
13
- background-color: var(--tooltip-bg, var(--mantine-color-gray-9));
14
- color: var(--tooltip-color, var(--mantine-color-white));
15
- }
16
-
17
- :where([data-mantine-color-scheme='dark']) .m_1b3c8819 {
18
- background-color: var(--tooltip-bg, var(--mantine-color-gray-2));
19
- color: var(--tooltip-color, var(--mantine-color-black));
20
- }
21
-
22
- .m_1b3c8819:where([data-multiline]) {
23
- white-space: normal;
24
- }
25
-
26
- .m_1b3c8819:where([data-fixed]) {
27
- position: fixed;
28
- }
29
-
30
- .m_f898399f {
31
- background-color: inherit;
32
- border: 0;
33
- z-index: 1;
34
- }
35
- }
package/styles/Tree.css DELETED
@@ -1,36 +0,0 @@
1
- .m_f698e191 {
2
- --level-offset: var(--mantine-spacing-lg);
3
- margin: 0;
4
- padding: 0;
5
- user-select: none;
6
- }
7
-
8
- .m_75f3ecf {
9
- margin: 0;
10
- padding: 0;
11
- }
12
-
13
- .m_f6970eb1 {
14
- cursor: pointer;
15
- list-style: none;
16
- margin: 0;
17
- padding: 0;
18
- outline: 0;
19
- }
20
-
21
- .m_f6970eb1:focus-visible > .m_dc283425 {
22
- outline: 2px solid var(--mantine-primary-color-filled);
23
- outline-offset: 2px;
24
- }
25
-
26
- .m_dc283425 {
27
- padding-inline-start: var(--label-offset);
28
- }
29
-
30
- :where([data-mantine-color-scheme='light']) .m_dc283425:where([data-selected]) {
31
- background-color: var(--mantine-color-gray-1);
32
- }
33
-
34
- :where([data-mantine-color-scheme='dark']) .m_dc283425:where([data-selected]) {
35
- background-color: var(--mantine-color-dark-5);
36
- }
@@ -1,37 +0,0 @@
1
- @layer mantine {.m_f698e191 {
2
- --level-offset: var(--mantine-spacing-lg);
3
- margin: 0;
4
- padding: 0;
5
- user-select: none;
6
- }
7
-
8
- .m_75f3ecf {
9
- margin: 0;
10
- padding: 0;
11
- }
12
-
13
- .m_f6970eb1 {
14
- cursor: pointer;
15
- list-style: none;
16
- margin: 0;
17
- padding: 0;
18
- outline: 0;
19
- }
20
-
21
- .m_f6970eb1:focus-visible > .m_dc283425 {
22
- outline: 2px solid var(--mantine-primary-color-filled);
23
- outline-offset: 2px;
24
- }
25
-
26
- .m_dc283425 {
27
- padding-inline-start: var(--label-offset);
28
- }
29
-
30
- :where([data-mantine-color-scheme='light']) .m_dc283425:where([data-selected]) {
31
- background-color: var(--mantine-color-gray-1);
32
- }
33
-
34
- :where([data-mantine-color-scheme='dark']) .m_dc283425:where([data-selected]) {
35
- background-color: var(--mantine-color-dark-5);
36
- }
37
- }
@@ -1,209 +0,0 @@
1
- .m_d08caa0 :first-child {
2
- margin-top: 0;
3
- }
4
- .m_d08caa0 :last-child {
5
- margin-bottom: 0;
6
- }
7
- .m_d08caa0 :where(h1, h2, h3, h4, h5, h6) {
8
- margin-bottom: var(--mantine-spacing-xs);
9
- text-wrap: var(--mantine-heading-text-wrap);
10
- font-family: var(--mantine-font-family-headings);
11
- }
12
- .m_d08caa0 :where(h1) {
13
- margin-top: calc(1.5 * var(--mantine-spacing-xl));
14
- font-size: var(--mantine-h1-font-size);
15
- line-height: var(--mantine-h1-line-height);
16
- font-weight: var(--mantine-h1-font-weight);
17
- }
18
- .m_d08caa0 :where(h2) {
19
- margin-top: var(--mantine-spacing-xl);
20
- font-size: var(--mantine-h2-font-size);
21
- line-height: var(--mantine-h2-line-height);
22
- font-weight: var(--mantine-h2-font-weight);
23
- }
24
- .m_d08caa0 :where(h3) {
25
- margin-top: calc(0.8 * var(--mantine-spacing-xl));
26
- font-size: var(--mantine-h3-font-size);
27
- line-height: var(--mantine-h3-line-height);
28
- font-weight: var(--mantine-h3-font-weight);
29
- }
30
- .m_d08caa0 :where(h4) {
31
- margin-top: calc(0.8 * var(--mantine-spacing-xl));
32
- font-size: var(--mantine-h4-font-size);
33
- line-height: var(--mantine-h4-line-height);
34
- font-weight: var(--mantine-h4-font-weight);
35
- }
36
- .m_d08caa0 :where(h5) {
37
- margin-top: calc(0.5 * var(--mantine-spacing-xl));
38
- font-size: var(--mantine-h5-font-size);
39
- line-height: var(--mantine-h5-line-height);
40
- font-weight: var(--mantine-h5-font-weight);
41
- }
42
- .m_d08caa0 :where(h6) {
43
- margin-top: calc(0.5 * var(--mantine-spacing-xl));
44
- font-size: var(--mantine-h6-font-size);
45
- line-height: var(--mantine-h6-line-height);
46
- font-weight: var(--mantine-h6-font-weight);
47
- }
48
- .m_d08caa0 :where(img) {
49
- max-width: 100%;
50
- margin-bottom: var(--mantine-spacing-xs);
51
- }
52
- .m_d08caa0 :where(p) {
53
- margin-top: 0;
54
- margin-bottom: var(--mantine-spacing-lg);
55
- }
56
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(mark) {
57
- background-color: var(--mantine-color-yellow-2);
58
- color: inherit;
59
- }
60
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(mark) {
61
- background-color: var(--mantine-color-yellow-5);
62
- color: var(--mantine-color-black);
63
- }
64
- .m_d08caa0 :where(a) {
65
- color: var(--mantine-color-anchor);
66
- text-decoration: none;
67
- }
68
- @media (hover: hover) {
69
- .m_d08caa0 :where(a):hover {
70
- text-decoration: underline;
71
- }
72
- }
73
- @media (hover: none) {
74
- .m_d08caa0 :where(a):active {
75
- text-decoration: underline;
76
- }
77
- }
78
- .m_d08caa0 :where(hr) {
79
- margin-top: var(--mantine-spacing-md);
80
- margin-bottom: var(--mantine-spacing-md);
81
- border: 0;
82
- border-top: 1px solid;
83
- }
84
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(hr) {
85
- border-color: var(--mantine-color-gray-3);
86
- }
87
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(hr) {
88
- border-color: var(--mantine-color-dark-3);
89
- }
90
- .m_d08caa0 :where(pre) {
91
- padding: var(--mantine-spacing-xs);
92
- line-height: var(--mantine-line-height);
93
- margin: 0;
94
- margin-top: var(--mantine-spacing-md);
95
- margin-bottom: var(--mantine-spacing-md);
96
- overflow-x: auto;
97
- font-family: var(--mantine-font-family-monospace);
98
- font-size: var(--mantine-font-size-xs);
99
- border-radius: var(--mantine-radius-sm);
100
- }
101
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(pre) {
102
- background-color: var(--mantine-color-gray-0);
103
- }
104
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(pre) {
105
- background-color: var(--mantine-color-dark-8);
106
- }
107
- .m_d08caa0 :where(pre) :where(code) {
108
- background-color: transparent;
109
- padding: 0;
110
- border-radius: 0;
111
- color: inherit;
112
- border: 0;
113
- }
114
- .m_d08caa0 :where(kbd) {
115
- --kbd-fz: 12px;
116
- --kbd-padding: 3px 5px;
117
-
118
- font-family: var(--mantine-font-family-monospace);
119
- line-height: var(--mantine-line-height);
120
- font-weight: 700;
121
- padding: var(--kbd-padding);
122
- font-size: var(--kbd-fz);
123
- border-radius: var(--mantine-radius-sm);
124
- border: 1px solid;
125
- border-bottom-width: 3px;
126
- }
127
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(kbd) {
128
- border-color: var(--mantine-color-gray-3);
129
- color: var(--mantine-color-gray-7);
130
- background-color: var(--mantine-color-gray-0);
131
- }
132
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(kbd) {
133
- border-color: var(--mantine-color-dark-3);
134
- color: var(--mantine-color-dark-0);
135
- background-color: var(--mantine-color-dark-5);
136
- }
137
- .m_d08caa0 :where(code) {
138
- line-height: var(--mantine-line-height);
139
- padding: 1px 5px;
140
- border-radius: var(--mantine-radius-sm);
141
- font-family: var(--mantine-font-family-monospace);
142
- font-size: var(--mantine-font-size-xs);
143
- }
144
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(code) {
145
- background-color: var(--mantine-color-gray-0);
146
- color: var(--mantine-color-black);
147
- }
148
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(code) {
149
- background-color: var(--mantine-color-dark-5);
150
- color: var(--mantine-color-white);
151
- }
152
- .m_d08caa0 :where(ul, ol):not([data-type='taskList']) {
153
- margin-bottom: var(--mantine-spacing-md);
154
- padding-inline-start: var(--mantine-spacing-xl);
155
- list-style-position: outside;
156
- }
157
- .m_d08caa0 :where(table) {
158
- width: 100%;
159
- border-collapse: collapse;
160
- caption-side: bottom;
161
- margin-bottom: var(--mantine-spacing-md);
162
- }
163
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(table) {
164
- --table-border-color: var(--mantine-color-gray-3);
165
- }
166
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(table) {
167
- --table-border-color: var(--mantine-color-dark-4);
168
- }
169
- .m_d08caa0 :where(table) :where(caption) {
170
- margin-top: var(--mantine-spacing-xs);
171
- font-size: var(--mantine-font-size-sm);
172
- color: var(--mantine-color-dimmed);
173
- }
174
- .m_d08caa0 :where(table) :where(th) {
175
- text-align: left;
176
- font-weight: bold;
177
- font-size: var(--mantine-font-size-sm);
178
- padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
179
- }
180
- .m_d08caa0 :where(table) :where(thead th) {
181
- border-bottom: 1px solid;
182
- border-color: var(--table-border-color);
183
- }
184
- .m_d08caa0 :where(table) :where(tfoot th) {
185
- border-top: 1px solid;
186
- border-color: var(--table-border-color);
187
- }
188
- .m_d08caa0 :where(table) :where(td) {
189
- padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
190
- border-bottom: 1px solid;
191
- border-color: var(--table-border-color);
192
- font-size: var(--mantine-font-size-sm);
193
- }
194
- .m_d08caa0 :where(table) :where(tr:last-of-type td) {
195
- border-bottom: 0;
196
- }
197
- .m_d08caa0 :where(blockquote) {
198
- font-size: var(--mantine-font-size-lg);
199
- line-height: var(--mantine-line-height);
200
- margin: var(--mantine-spacing-md) 0;
201
- border-radius: var(--mantine-radius-sm);
202
- padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
203
- }
204
- :where([data-mantine-color-scheme='light']) .m_d08caa0 :where(blockquote) {
205
- background-color: var(--mantine-color-gray-0);
206
- }
207
- :where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(blockquote) {
208
- background-color: var(--mantine-color-dark-8);
209
- }