@mantine/core 8.3.3 → 8.3.5

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 (197) hide show
  1. package/cjs/components/Alert/Alert.cjs +2 -2
  2. package/cjs/components/Alert/Alert.cjs.map +1 -1
  3. package/cjs/components/Checkbox/Checkbox.cjs +6 -1
  4. package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
  5. package/cjs/components/Input/InputClearSection/InputClearSection.cjs +1 -1
  6. package/cjs/components/Input/InputClearSection/InputClearSection.cjs.map +1 -1
  7. package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs +0 -1
  8. package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs.map +1 -1
  9. package/esm/components/Alert/Alert.mjs +2 -2
  10. package/esm/components/Alert/Alert.mjs.map +1 -1
  11. package/esm/components/Checkbox/Checkbox.mjs +6 -1
  12. package/esm/components/Checkbox/Checkbox.mjs.map +1 -1
  13. package/esm/components/Input/InputClearSection/InputClearSection.mjs +1 -1
  14. package/esm/components/Input/InputClearSection/InputClearSection.mjs.map +1 -1
  15. package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs +0 -1
  16. package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs.map +1 -1
  17. package/package.json +2 -2
  18. package/styles/Accordion.css +178 -0
  19. package/styles/Accordion.layer.css +179 -0
  20. package/styles/ActionIcon.css +188 -0
  21. package/styles/ActionIcon.layer.css +189 -0
  22. package/styles/Affix.css +8 -0
  23. package/styles/Affix.layer.css +9 -0
  24. package/styles/Alert.css +82 -0
  25. package/styles/Alert.layer.css +83 -0
  26. package/styles/Anchor.css +56 -0
  27. package/styles/Anchor.layer.css +57 -0
  28. package/styles/AngleSlider.css +106 -0
  29. package/styles/AngleSlider.layer.css +107 -0
  30. package/styles/AppShell.css +127 -0
  31. package/styles/AppShell.layer.css +128 -0
  32. package/styles/AspectRatio.css +13 -0
  33. package/styles/AspectRatio.layer.css +14 -0
  34. package/styles/Avatar.css +68 -0
  35. package/styles/Avatar.layer.css +69 -0
  36. package/styles/BackgroundImage.css +9 -0
  37. package/styles/BackgroundImage.layer.css +10 -0
  38. package/styles/Badge.css +127 -0
  39. package/styles/Badge.layer.css +128 -0
  40. package/styles/Blockquote.css +41 -0
  41. package/styles/Blockquote.layer.css +42 -0
  42. package/styles/Breadcrumbs.css +27 -0
  43. package/styles/Breadcrumbs.layer.css +28 -0
  44. package/styles/Burger.css +68 -0
  45. package/styles/Burger.layer.css +69 -0
  46. package/styles/Button.css +261 -0
  47. package/styles/Button.layer.css +262 -0
  48. package/styles/Card.css +54 -0
  49. package/styles/Card.layer.css +55 -0
  50. package/styles/Center.css +9 -0
  51. package/styles/Center.layer.css +10 -0
  52. package/styles/Checkbox.css +110 -0
  53. package/styles/Checkbox.layer.css +111 -0
  54. package/styles/CheckboxCard.css +24 -0
  55. package/styles/CheckboxCard.layer.css +25 -0
  56. package/styles/CheckboxIndicator.css +97 -0
  57. package/styles/CheckboxIndicator.layer.css +98 -0
  58. package/styles/Chip.css +199 -0
  59. package/styles/Chip.layer.css +200 -0
  60. package/styles/CloseButton.css +58 -0
  61. package/styles/CloseButton.layer.css +59 -0
  62. package/styles/Code.css +21 -0
  63. package/styles/Code.layer.css +22 -0
  64. package/styles/ColorInput.css +21 -0
  65. package/styles/ColorInput.layer.css +22 -0
  66. package/styles/ColorPicker.css +160 -0
  67. package/styles/ColorPicker.layer.css +161 -0
  68. package/styles/ColorSwatch.css +71 -0
  69. package/styles/ColorSwatch.layer.css +72 -0
  70. package/styles/Combobox.css +210 -0
  71. package/styles/Combobox.layer.css +211 -0
  72. package/styles/Container.css +37 -0
  73. package/styles/Container.layer.css +38 -0
  74. package/styles/Dialog.css +19 -0
  75. package/styles/Dialog.layer.css +20 -0
  76. package/styles/Divider.css +62 -0
  77. package/styles/Divider.layer.css +63 -0
  78. package/styles/Drawer.css +33 -0
  79. package/styles/Drawer.layer.css +34 -0
  80. package/styles/Fieldset.css +49 -0
  81. package/styles/Fieldset.layer.css +50 -0
  82. package/styles/Flex.css +3 -0
  83. package/styles/Flex.layer.css +4 -0
  84. package/styles/FloatingIndicator.css +20 -0
  85. package/styles/FloatingIndicator.layer.css +21 -0
  86. package/styles/Grid.css +34 -0
  87. package/styles/Grid.layer.css +35 -0
  88. package/styles/Group.css +13 -0
  89. package/styles/Group.layer.css +14 -0
  90. package/styles/Image.css +6 -0
  91. package/styles/Image.layer.css +7 -0
  92. package/styles/Indicator.css +64 -0
  93. package/styles/Indicator.layer.css +65 -0
  94. package/styles/InlineInput.css +66 -0
  95. package/styles/InlineInput.layer.css +67 -0
  96. package/styles/Input.css +333 -0
  97. package/styles/Input.layer.css +334 -0
  98. package/styles/Kbd.css +31 -0
  99. package/styles/Kbd.layer.css +32 -0
  100. package/styles/List.css +51 -0
  101. package/styles/List.layer.css +52 -0
  102. package/styles/Loader.css +114 -0
  103. package/styles/Loader.layer.css +115 -0
  104. package/styles/LoadingOverlay.css +18 -0
  105. package/styles/LoadingOverlay.layer.css +19 -0
  106. package/styles/Mark.css +11 -0
  107. package/styles/Mark.layer.css +12 -0
  108. package/styles/Menu.css +80 -0
  109. package/styles/Menu.layer.css +81 -0
  110. package/styles/Modal.css +61 -0
  111. package/styles/Modal.layer.css +62 -0
  112. package/styles/ModalBase.css +56 -0
  113. package/styles/ModalBase.layer.css +57 -0
  114. package/styles/NavLink.css +118 -0
  115. package/styles/NavLink.layer.css +119 -0
  116. package/styles/Notification.css +131 -0
  117. package/styles/Notification.layer.css +132 -0
  118. package/styles/NumberInput.css +81 -0
  119. package/styles/NumberInput.layer.css +82 -0
  120. package/styles/Overlay.css +19 -0
  121. package/styles/Overlay.layer.css +20 -0
  122. package/styles/Pagination.css +96 -0
  123. package/styles/Pagination.layer.css +97 -0
  124. package/styles/Paper.css +24 -0
  125. package/styles/Paper.layer.css +25 -0
  126. package/styles/PasswordInput.css +62 -0
  127. package/styles/PasswordInput.layer.css +63 -0
  128. package/styles/Pill.css +117 -0
  129. package/styles/Pill.layer.css +118 -0
  130. package/styles/PillsInput.css +45 -0
  131. package/styles/PillsInput.layer.css +46 -0
  132. package/styles/PinInput.css +13 -0
  133. package/styles/PinInput.layer.css +14 -0
  134. package/styles/Popover.css +36 -0
  135. package/styles/Popover.layer.css +37 -0
  136. package/styles/Progress.css +142 -0
  137. package/styles/Progress.layer.css +143 -0
  138. package/styles/Radio.css +109 -0
  139. package/styles/Radio.layer.css +110 -0
  140. package/styles/RadioCard.css +24 -0
  141. package/styles/RadioCard.layer.css +25 -0
  142. package/styles/RadioIndicator.css +91 -0
  143. package/styles/RadioIndicator.layer.css +92 -0
  144. package/styles/Rating.css +82 -0
  145. package/styles/Rating.layer.css +83 -0
  146. package/styles/RingProgress.css +39 -0
  147. package/styles/RingProgress.layer.css +40 -0
  148. package/styles/ScrollArea.css +189 -0
  149. package/styles/ScrollArea.layer.css +190 -0
  150. package/styles/SegmentedControl.css +224 -0
  151. package/styles/SegmentedControl.layer.css +225 -0
  152. package/styles/SemiCircleProgress.css +56 -0
  153. package/styles/SemiCircleProgress.layer.css +57 -0
  154. package/styles/SimpleGrid.css +9 -0
  155. package/styles/SimpleGrid.layer.css +10 -0
  156. package/styles/Skeleton.css +50 -0
  157. package/styles/Skeleton.layer.css +51 -0
  158. package/styles/Slider.css +209 -0
  159. package/styles/Slider.layer.css +210 -0
  160. package/styles/Spoiler.css +21 -0
  161. package/styles/Spoiler.layer.css +22 -0
  162. package/styles/Stack.css +7 -0
  163. package/styles/Stack.layer.css +8 -0
  164. package/styles/Stepper.css +204 -0
  165. package/styles/Stepper.layer.css +205 -0
  166. package/styles/Switch.css +172 -0
  167. package/styles/Switch.layer.css +173 -0
  168. package/styles/Table.css +159 -0
  169. package/styles/Table.layer.css +160 -0
  170. package/styles/TableOfContents.css +38 -0
  171. package/styles/TableOfContents.layer.css +39 -0
  172. package/styles/Tabs.css +368 -0
  173. package/styles/Tabs.layer.css +369 -0
  174. package/styles/Text.css +51 -0
  175. package/styles/Text.layer.css +52 -0
  176. package/styles/ThemeIcon.css +24 -0
  177. package/styles/ThemeIcon.layer.css +25 -0
  178. package/styles/Timeline.css +173 -0
  179. package/styles/Timeline.layer.css +174 -0
  180. package/styles/Title.css +16 -0
  181. package/styles/Title.layer.css +17 -0
  182. package/styles/Tooltip.css +34 -0
  183. package/styles/Tooltip.layer.css +35 -0
  184. package/styles/Tree.css +36 -0
  185. package/styles/Tree.layer.css +37 -0
  186. package/styles/Typography.css +209 -0
  187. package/styles/Typography.layer.css +210 -0
  188. package/styles/UnstyledButton.css +17 -0
  189. package/styles/UnstyledButton.layer.css +18 -0
  190. package/styles/VisuallyHidden.css +11 -0
  191. package/styles/VisuallyHidden.layer.css +12 -0
  192. package/styles/baseline.css +40 -0
  193. package/styles/baseline.layer.css +41 -0
  194. package/styles/default-css-variables.css +519 -0
  195. package/styles/default-css-variables.layer.css +520 -0
  196. package/styles/global.css +40 -0
  197. package/styles/global.layer.css +41 -0
@@ -0,0 +1,369 @@
1
+ @layer mantine {[data-mantine-color-scheme='light'] .m_89d60db1 {
2
+ --tab-border-color: var(--mantine-color-gray-3);
3
+ }
4
+ [data-mantine-color-scheme='dark'] .m_89d60db1 {
5
+ --tab-border-color: var(--mantine-color-dark-4);
6
+ }
7
+ .m_89d60db1 {
8
+
9
+ display: var(--tabs-display);
10
+ flex-direction: var(--tabs-flex-direction);
11
+
12
+ --tabs-list-direction: row;
13
+ --tabs-panel-grow: unset;
14
+ --tabs-display: block;
15
+ --tabs-flex-direction: row;
16
+ --tabs-list-border-width: 0;
17
+ --tabs-list-border-size: 0 0 var(--tabs-list-border-width) 0;
18
+ --tabs-list-gap: unset;
19
+
20
+ --tabs-list-line-bottom: 0;
21
+ --tabs-list-line-top: unset;
22
+ --tabs-list-line-start: 0;
23
+ --tabs-list-line-end: 0;
24
+
25
+ --tab-radius: var(--tabs-radius) var(--tabs-radius) 0 0;
26
+ --tab-border-width: 0 0 var(--tabs-list-border-width) 0;
27
+ }
28
+
29
+ .m_89d60db1[data-inverted] {
30
+ --tabs-list-line-bottom: unset;
31
+ --tabs-list-line-top: 0;
32
+ --tab-radius: 0 0 var(--tabs-radius) var(--tabs-radius);
33
+ --tab-border-width: var(--tabs-list-border-width) 0 0 0;
34
+ }
35
+
36
+ .m_89d60db1[data-inverted] .m_576c9d4::before {
37
+ top: 0;
38
+ bottom: unset;
39
+ }
40
+
41
+ .m_89d60db1[data-orientation='vertical'] {
42
+ --tabs-list-line-start: unset;
43
+ --tabs-list-line-end: 0;
44
+ --tabs-list-line-top: 0;
45
+ --tabs-list-line-bottom: 0;
46
+ --tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;
47
+ --tab-border-width: 0 var(--tabs-list-border-width) 0 0;
48
+ --tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
49
+ --tabs-list-direction: column;
50
+ --tabs-panel-grow: 1;
51
+ --tabs-display: flex;
52
+ }
53
+
54
+ [dir="rtl"] .m_89d60db1[data-orientation='vertical'] {
55
+ --tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);
56
+ --tab-border-width: 0 0 0 var(--tabs-list-border-width);
57
+ --tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
58
+ }
59
+
60
+ .m_89d60db1[data-orientation='vertical'][data-placement='right'] {
61
+ --tabs-flex-direction: row-reverse;
62
+ --tabs-list-line-start: 0;
63
+ --tabs-list-line-end: unset;
64
+ --tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);
65
+ --tab-border-width: 0 0 0 var(--tabs-list-border-width);
66
+ --tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
67
+ }
68
+
69
+ [dir="rtl"] .m_89d60db1[data-orientation='vertical'][data-placement='right'] {
70
+ --tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;
71
+ --tab-border-width: 0 var(--tabs-list-border-width) 0 0;
72
+ --tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
73
+ }
74
+
75
+ .m_89d60db1[data-variant='default'] {
76
+ --tabs-list-border-width: 2px;
77
+ }
78
+
79
+ [data-mantine-color-scheme='light'] .m_89d60db1[data-variant='default'] {
80
+ --tab-hover-color: var(--mantine-color-gray-0);
81
+ }
82
+
83
+ [data-mantine-color-scheme='dark'] .m_89d60db1[data-variant='default'] {
84
+ --tab-hover-color: var(--mantine-color-dark-6);
85
+ }
86
+
87
+ .m_89d60db1[data-variant='outline'] {
88
+ --tabs-list-border-width: 1px;
89
+ }
90
+
91
+ .m_89d60db1[data-variant='pills'] {
92
+ --tabs-list-gap: calc(var(--mantine-spacing-sm) / 2);
93
+ }
94
+
95
+ [data-mantine-color-scheme='light'] .m_89d60db1[data-variant='pills'] {
96
+ --tab-hover-color: var(--mantine-color-gray-0);
97
+ }
98
+
99
+ [data-mantine-color-scheme='dark'] .m_89d60db1[data-variant='pills'] {
100
+ --tab-hover-color: var(--mantine-color-dark-6);
101
+ }
102
+
103
+ .m_89d33d6d {
104
+ display: flex;
105
+ flex-wrap: wrap;
106
+ justify-content: var(--tabs-justify, flex-start);
107
+ flex-direction: var(--tabs-list-direction);
108
+ gap: var(--tabs-list-gap);
109
+ }
110
+
111
+ .m_89d33d6d:where([data-grow]) .m_4ec4dce6 {
112
+ flex: 1;
113
+ }
114
+
115
+ .m_b0c91715 {
116
+ flex-grow: var(--tabs-panel-grow);
117
+ }
118
+
119
+ .m_4ec4dce6 {
120
+ position: relative;
121
+ padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
122
+ font-size: var(--mantine-font-size-sm);
123
+ white-space: nowrap;
124
+ z-index: 0;
125
+ display: flex;
126
+ align-items: center;
127
+ line-height: 1;
128
+ user-select: none;
129
+ }
130
+
131
+ .m_4ec4dce6:where(:disabled, [data-disabled]) {
132
+ opacity: 0.5;
133
+ cursor: not-allowed;
134
+ }
135
+
136
+ .m_4ec4dce6:focus {
137
+ z-index: 1;
138
+ }
139
+
140
+ .m_fc420b1f {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ }
145
+
146
+ .m_fc420b1f:where([data-position='left']:not(:only-child)) {
147
+ margin-inline-end: var(--mantine-spacing-xs);
148
+ }
149
+
150
+ .m_fc420b1f:where([data-position='right']:not(:only-child)) {
151
+ margin-inline-start: var(--mantine-spacing-xs);
152
+ }
153
+
154
+ .m_42bbd1ae {
155
+ flex: 1;
156
+ text-align: center;
157
+ }
158
+
159
+ /*************************************** default variant ***************************************/
160
+ .m_576c9d4 {
161
+ position: relative;
162
+ }
163
+ .m_576c9d4::before {
164
+ content: '';
165
+ position: absolute;
166
+ border: 1px solid var(--tab-border-color);
167
+ bottom: var(--tabs-list-line-bottom);
168
+ inset-inline-start: var(--tabs-list-line-start);
169
+ inset-inline-end: var(--tabs-list-line-end);
170
+ top: var(--tabs-list-line-top);
171
+ }
172
+
173
+ .m_539e827b {
174
+ border-radius: var(--tab-radius);
175
+ border-width: var(--tab-border-width);
176
+ border-style: solid;
177
+ border-color: transparent;
178
+ background-color: transparent;
179
+ }
180
+
181
+ .m_539e827b:where([data-active]) {
182
+ border-color: var(--tabs-color);
183
+ }
184
+
185
+ @media (hover: hover) {
186
+ .m_539e827b:hover {
187
+ background-color: var(--tab-hover-color);
188
+ }
189
+
190
+ .m_539e827b:hover:where(:not([data-active])) {
191
+ border-color: var(--tab-border-color);
192
+ }
193
+ }
194
+
195
+ @media (hover: none) {
196
+ .m_539e827b:active {
197
+ background-color: var(--tab-hover-color);
198
+ }
199
+
200
+ .m_539e827b:active:where(:not([data-active])) {
201
+ border-color: var(--tab-border-color);
202
+ }
203
+ }
204
+
205
+ @media (hover: hover) {
206
+ .m_539e827b:disabled:hover, .m_539e827b[data-disabled]:hover {
207
+ background-color: transparent;
208
+ }
209
+ }
210
+
211
+ @media (hover: none) {
212
+ .m_539e827b:disabled:active, .m_539e827b[data-disabled]:active {
213
+ background-color: transparent;
214
+ }
215
+ }
216
+
217
+ /*************************************** outline variant ***************************************/
218
+ .m_6772fbd5 {
219
+ position: relative;
220
+ }
221
+ .m_6772fbd5::before {
222
+ content: '';
223
+ position: absolute;
224
+ border-color: var(--tab-border-color);
225
+ border-width: var(--tabs-list-border-size);
226
+ border-style: solid;
227
+ bottom: var(--tabs-list-line-bottom);
228
+ inset-inline-start: var(--tabs-list-line-start);
229
+ inset-inline-end: var(--tabs-list-line-end);
230
+ top: var(--tabs-list-line-top);
231
+ }
232
+
233
+ .m_b59ab47c {
234
+ border-top: 1px solid transparent;
235
+ border-bottom: 1px solid transparent;
236
+ border-right: 1px solid transparent;
237
+ border-left: 1px solid transparent;
238
+ border-top-color: var(--tab-border-top-color);
239
+ border-bottom-color: var(--tab-border-bottom-color);
240
+ border-radius: var(--tab-radius);
241
+ position: relative;
242
+
243
+ --tab-border-bottom-color: transparent;
244
+ --tab-border-top-color: transparent;
245
+ --tab-border-inline-end-color: transparent;
246
+ --tab-border-inline-start-color: transparent;
247
+ }
248
+
249
+ .m_b59ab47c:where([data-active])::before {
250
+ content: '';
251
+ position: absolute;
252
+ background-color: var(--tab-border-color);
253
+ bottom: var(--tab-before-bottom, calc(-0.0625rem * var(--mantine-scale)));
254
+ left: var(--tab-before-left, calc(-0.0625rem * var(--mantine-scale)));
255
+ right: var(--tab-before-right, auto);
256
+ top: var(--tab-before-top, auto);
257
+ width: 1px;
258
+ height: 1px;
259
+ }
260
+
261
+ .m_b59ab47c:where([data-active])::after {
262
+ content: '';
263
+ position: absolute;
264
+ background-color: var(--tab-border-color);
265
+ bottom: var(--tab-after-bottom, calc(-0.0625rem * var(--mantine-scale)));
266
+ right: var(--tab-after-right, calc(-0.0625rem * var(--mantine-scale)));
267
+ left: var(--tab-after-left, auto);
268
+ top: var(--tab-after-top, auto);
269
+ width: 1px;
270
+ height: 1px;
271
+ }
272
+
273
+ .m_b59ab47c:where([data-active]) {
274
+
275
+ border-top-color: var(--tab-border-top-color);
276
+ border-bottom-color: var(--tab-border-bottom-color);
277
+ border-inline-start-color: var(--tab-border-inline-start-color);
278
+ border-inline-end-color: var(--tab-border-inline-end-color);
279
+
280
+ --tab-border-top-color: var(--tab-border-color);
281
+ --tab-border-inline-start-color: var(--tab-border-color);
282
+ --tab-border-inline-end-color: var(--tab-border-color);
283
+ --tab-border-bottom-color: var(--mantine-color-body);
284
+ }
285
+
286
+ .m_b59ab47c:where([data-active])[data-inverted] {
287
+ --tab-border-bottom-color: var(--tab-border-color);
288
+ --tab-border-top-color: var(--mantine-color-body);
289
+
290
+ --tab-before-bottom: auto;
291
+ --tab-before-top: -1px;
292
+ --tab-after-bottom: auto;
293
+ --tab-after-top: -1px;
294
+ }
295
+
296
+ .m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='left'] {
297
+ --tab-border-inline-end-color: var(--mantine-color-body);
298
+ --tab-border-inline-start-color: var(--tab-border-color);
299
+ --tab-border-bottom-color: var(--tab-border-color);
300
+
301
+ --tab-before-right: -1px;
302
+ --tab-before-left: auto;
303
+ --tab-before-bottom: auto;
304
+ --tab-before-top: -1px;
305
+ --tab-after-left: auto;
306
+ --tab-after-right: -1px;
307
+ }
308
+
309
+ [dir="rtl"] .m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='left'] {
310
+ --tab-before-right: auto;
311
+ --tab-before-left: -1px;
312
+ --tab-after-left: -1px;
313
+ --tab-after-right: auto;
314
+ }
315
+
316
+ .m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='right'] {
317
+ --tab-border-inline-start-color: var(--mantine-color-body);
318
+ --tab-border-inline-end-color: var(--tab-border-color);
319
+ --tab-border-bottom-color: var(--tab-border-color);
320
+
321
+ --tab-before-left: -1px;
322
+ --tab-before-right: auto;
323
+ --tab-before-bottom: auto;
324
+ --tab-before-top: -1px;
325
+ --tab-after-right: auto;
326
+ --tab-after-left: -1px;
327
+ }
328
+
329
+ [dir="rtl"] .m_b59ab47c:where([data-active])[data-orientation='vertical'][data-placement='right'] {
330
+ --tab-before-left: auto;
331
+ --tab-before-right: -1px;
332
+ --tab-after-right: -1px;
333
+ --tab-after-left: auto;
334
+ }
335
+
336
+ /*************************************** pills variant ***************************************/
337
+ .m_c3381914 {
338
+ border-radius: var(--tabs-radius);
339
+ background-color: var(--tab-bg);
340
+ color: var(--tab-color);
341
+
342
+ --tab-bg: transparent;
343
+ --tab-color: inherit;
344
+ }
345
+ @media (hover: hover) {
346
+ .m_c3381914:not([data-disabled]):hover {
347
+ --tab-bg: var(--tab-hover-color);
348
+ }
349
+ }
350
+ @media (hover: none) {
351
+ .m_c3381914:not([data-disabled]):active {
352
+ --tab-bg: var(--tab-hover-color);
353
+ }
354
+ }
355
+ .m_c3381914[data-active][data-active] {
356
+ --tab-bg: var(--tabs-color);
357
+ --tab-color: var(--tabs-text-color, var(--mantine-color-white));
358
+ }
359
+ @media (hover: hover) {
360
+ .m_c3381914[data-active][data-active]:hover {
361
+ --tab-bg: var(--tabs-color);
362
+ }
363
+ }
364
+ @media (hover: none) {
365
+ .m_c3381914[data-active][data-active]:active {
366
+ --tab-bg: var(--tabs-color);
367
+ }
368
+ }
369
+ }
@@ -0,0 +1,51 @@
1
+ .m_b6d8b162 {
2
+ -webkit-tap-highlight-color: transparent;
3
+ text-decoration: none;
4
+ font-size: var(--text-fz, var(--mantine-font-size-md));
5
+ line-height: var(--text-lh, var(--mantine-line-height-md));
6
+ font-weight: normal;
7
+ margin: 0;
8
+ padding: 0;
9
+ color: var(--text-color);
10
+ }
11
+
12
+ .m_b6d8b162:where([data-truncate]) {
13
+ overflow: hidden;
14
+ text-overflow: ellipsis;
15
+ white-space: nowrap;
16
+ }
17
+
18
+ .m_b6d8b162:where([data-truncate='start']) {
19
+ direction: rtl;
20
+ text-align: right;
21
+ }
22
+
23
+ :where([dir="rtl"]) .m_b6d8b162:where([data-truncate='start']) {
24
+ direction: ltr;
25
+ text-align: left;
26
+ }
27
+
28
+ .m_b6d8b162:where([data-variant='gradient']) {
29
+ background-image: var(--text-gradient);
30
+ background-clip: text;
31
+ -webkit-background-clip: text;
32
+ -webkit-text-fill-color: transparent;
33
+ }
34
+
35
+ .m_b6d8b162:where([data-line-clamp]) {
36
+ overflow: hidden;
37
+ text-overflow: ellipsis;
38
+ display: -webkit-box;
39
+ -webkit-line-clamp: var(--text-line-clamp);
40
+ -webkit-box-orient: vertical;
41
+ }
42
+
43
+ .m_b6d8b162:where([data-inherit]) {
44
+ line-height: inherit;
45
+ font-weight: inherit;
46
+ font-size: inherit;
47
+ }
48
+
49
+ .m_b6d8b162:where([data-inline]) {
50
+ line-height: 1;
51
+ }
@@ -0,0 +1,52 @@
1
+ @layer mantine {.m_b6d8b162 {
2
+ -webkit-tap-highlight-color: transparent;
3
+ text-decoration: none;
4
+ font-size: var(--text-fz, var(--mantine-font-size-md));
5
+ line-height: var(--text-lh, var(--mantine-line-height-md));
6
+ font-weight: normal;
7
+ margin: 0;
8
+ padding: 0;
9
+ color: var(--text-color);
10
+ }
11
+
12
+ .m_b6d8b162:where([data-truncate]) {
13
+ overflow: hidden;
14
+ text-overflow: ellipsis;
15
+ white-space: nowrap;
16
+ }
17
+
18
+ .m_b6d8b162:where([data-truncate='start']) {
19
+ direction: rtl;
20
+ text-align: right;
21
+ }
22
+
23
+ :where([dir="rtl"]) .m_b6d8b162:where([data-truncate='start']) {
24
+ direction: ltr;
25
+ text-align: left;
26
+ }
27
+
28
+ .m_b6d8b162:where([data-variant='gradient']) {
29
+ background-image: var(--text-gradient);
30
+ background-clip: text;
31
+ -webkit-background-clip: text;
32
+ -webkit-text-fill-color: transparent;
33
+ }
34
+
35
+ .m_b6d8b162:where([data-line-clamp]) {
36
+ overflow: hidden;
37
+ text-overflow: ellipsis;
38
+ display: -webkit-box;
39
+ -webkit-line-clamp: var(--text-line-clamp);
40
+ -webkit-box-orient: vertical;
41
+ }
42
+
43
+ .m_b6d8b162:where([data-inherit]) {
44
+ line-height: inherit;
45
+ font-weight: inherit;
46
+ font-size: inherit;
47
+ }
48
+
49
+ .m_b6d8b162:where([data-inline]) {
50
+ line-height: 1;
51
+ }
52
+ }
@@ -0,0 +1,24 @@
1
+ .m_7341320d {
2
+ --ti-size-xs: 18px;
3
+ --ti-size-sm: 22px;
4
+ --ti-size-md: 28px;
5
+ --ti-size-lg: 34px;
6
+ --ti-size-xl: 44px;
7
+ --ti-size: var(--ti-size-md);
8
+
9
+ line-height: 1;
10
+ display: inline-flex;
11
+ align-items: center;
12
+ justify-content: center;
13
+ position: relative;
14
+ user-select: none;
15
+
16
+ width: var(--ti-size);
17
+ height: var(--ti-size);
18
+ min-width: var(--ti-size);
19
+ min-height: var(--ti-size);
20
+ border-radius: var(--ti-radius, var(--mantine-radius-default));
21
+ background: var(--ti-bg, var(--mantine-primary-color-filled));
22
+ color: var(--ti-color, var(--mantine-color-white));
23
+ border: var(--ti-bd, 1px solid transparent);
24
+ }
@@ -0,0 +1,25 @@
1
+ @layer mantine {.m_7341320d {
2
+ --ti-size-xs: 18px;
3
+ --ti-size-sm: 22px;
4
+ --ti-size-md: 28px;
5
+ --ti-size-lg: 34px;
6
+ --ti-size-xl: 44px;
7
+ --ti-size: var(--ti-size-md);
8
+
9
+ line-height: 1;
10
+ display: inline-flex;
11
+ align-items: center;
12
+ justify-content: center;
13
+ position: relative;
14
+ user-select: none;
15
+
16
+ width: var(--ti-size);
17
+ height: var(--ti-size);
18
+ min-width: var(--ti-size);
19
+ min-height: var(--ti-size);
20
+ border-radius: var(--ti-radius, var(--mantine-radius-default));
21
+ background: var(--ti-bg, var(--mantine-primary-color-filled));
22
+ color: var(--ti-color, var(--mantine-color-white));
23
+ border: var(--ti-bd, 1px solid transparent);
24
+ }
25
+ }
@@ -0,0 +1,173 @@
1
+ .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
+ }