@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,262 @@
1
+ @layer mantine {.m_77c9d27d {
2
+ --button-height-xs: 30px;
3
+ --button-height-sm: 36px;
4
+ --button-height-md: 42px;
5
+ --button-height-lg: 50px;
6
+ --button-height-xl: 60px;
7
+
8
+ --button-height-compact-xs: 22px;
9
+ --button-height-compact-sm: 26px;
10
+ --button-height-compact-md: 30px;
11
+ --button-height-compact-lg: 34px;
12
+ --button-height-compact-xl: 40px;
13
+
14
+ --button-padding-x-xs: 14px;
15
+ --button-padding-x-sm: 18px;
16
+ --button-padding-x-md: 22px;
17
+ --button-padding-x-lg: 26px;
18
+ --button-padding-x-xl: 32px;
19
+
20
+ --button-padding-x-compact-xs: 7px;
21
+ --button-padding-x-compact-sm: 8px;
22
+ --button-padding-x-compact-md: 10px;
23
+ --button-padding-x-compact-lg: 12px;
24
+ --button-padding-x-compact-xl: 14px;
25
+
26
+ --button-height: var(--button-height-sm);
27
+ --button-padding-x: var(--button-padding-x-sm);
28
+ --button-color: var(--mantine-color-white);
29
+
30
+ user-select: none;
31
+ font-weight: 600;
32
+ position: relative;
33
+ line-height: 1;
34
+ text-align: center;
35
+ overflow: hidden;
36
+
37
+ width: auto;
38
+ cursor: pointer;
39
+ display: inline-block;
40
+ border-radius: var(--button-radius, var(--mantine-radius-default));
41
+ font-size: var(--button-fz, var(--mantine-font-size-sm));
42
+ background: var(--button-bg, var(--mantine-primary-color-filled));
43
+ border: var(--button-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
44
+ color: var(--button-color, var(--mantine-color-white));
45
+ height: var(--button-height, var(--button-height-sm));
46
+ padding-inline: var(--button-padding-x, var(--button-padding-x-sm));
47
+ vertical-align: middle;
48
+ }
49
+
50
+ .m_77c9d27d:where([data-block]) {
51
+ display: block;
52
+ width: 100%;
53
+ }
54
+
55
+ .m_77c9d27d:where([data-with-left-section]) {
56
+ padding-inline-start: calc(var(--button-padding-x) / 1.5);
57
+ }
58
+
59
+ .m_77c9d27d:where([data-with-right-section]) {
60
+ padding-inline-end: calc(var(--button-padding-x) / 1.5);
61
+ }
62
+
63
+ .m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
64
+ cursor: not-allowed;
65
+ border: 1px solid transparent;
66
+ transform: none;
67
+ color: var(--mantine-color-disabled-color);
68
+ background: var(--mantine-color-disabled);
69
+ }
70
+
71
+ .m_77c9d27d::before {
72
+ content: '';
73
+ pointer-events: none;
74
+ position: absolute;
75
+ inset: -1px;
76
+ border-radius: var(--button-radius, var(--mantine-radius-default));
77
+ transform: translateY(-100%);
78
+ opacity: 0;
79
+ filter: blur(12px);
80
+ transition:
81
+ transform 150ms ease,
82
+ opacity 100ms ease;
83
+ }
84
+
85
+ :where([data-mantine-color-scheme='light']) .m_77c9d27d::before {
86
+ background-color: rgba(255, 255, 255, 0.15);
87
+ }
88
+
89
+ :where([data-mantine-color-scheme='dark']) .m_77c9d27d::before {
90
+ background-color: rgba(0, 0, 0, 0.15);
91
+ }
92
+
93
+ .m_77c9d27d:where([data-loading]) {
94
+ cursor: not-allowed;
95
+ transform: none;
96
+ }
97
+
98
+ .m_77c9d27d:where([data-loading])::before {
99
+ transform: translateY(0);
100
+ opacity: 1;
101
+ }
102
+
103
+ .m_77c9d27d:where([data-loading]) .m_80f1301b {
104
+ opacity: 0;
105
+ transform: translateY(100%);
106
+ }
107
+
108
+ @media (hover: hover) {
109
+ .m_77c9d27d:hover:where(:not([data-loading], :disabled, [data-disabled])) {
110
+ background-color: var(--button-hover, var(--mantine-primary-color-filled-hover));
111
+ color: var(--button-hover-color, var(--button-color));
112
+ }
113
+ }
114
+
115
+ @media (hover: none) {
116
+ .m_77c9d27d:active:where(:not([data-loading], :disabled, [data-disabled])) {
117
+ background-color: var(--button-hover, var(--mantine-primary-color-filled-hover));
118
+ color: var(--button-hover-color, var(--button-color));
119
+ }
120
+ }
121
+
122
+ .m_80f1301b {
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: var(--button-justify, center);
126
+ height: 100%;
127
+ overflow: visible;
128
+ transition:
129
+ transform 150ms ease,
130
+ opacity 100ms ease;
131
+ }
132
+
133
+ .m_811560b9 {
134
+ white-space: nowrap;
135
+ height: 100%;
136
+ overflow: hidden;
137
+ display: flex;
138
+ align-items: center;
139
+ opacity: 1;
140
+ }
141
+
142
+ .m_811560b9:where([data-loading]) {
143
+ opacity: 0.2;
144
+ }
145
+
146
+ .m_a74036a {
147
+ display: flex;
148
+ align-items: center;
149
+ }
150
+
151
+ .m_a74036a:where([data-position='left']) {
152
+ margin-inline-end: var(--mantine-spacing-xs);
153
+ }
154
+
155
+ .m_a74036a:where([data-position='right']) {
156
+ margin-inline-start: var(--mantine-spacing-xs);
157
+ }
158
+
159
+ .m_a25b86ee {
160
+ position: absolute;
161
+ left: 50%;
162
+ top: 50%;
163
+ }
164
+
165
+ .m_80d6d844 {
166
+ --button-border-width: 1px;
167
+ display: flex;
168
+ }
169
+
170
+ .m_80d6d844 :where(.m_77c9d27d):focus {
171
+ position: relative;
172
+ z-index: 1;
173
+ }
174
+
175
+ .m_80d6d844[data-orientation='horizontal'] {
176
+ flex-direction: row;
177
+ }
178
+
179
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):first-child {
180
+ border-end-end-radius: 0;
181
+ border-start-end-radius: 0;
182
+ border-inline-end-width: calc(var(--button-border-width) / 2);
183
+ }
184
+
185
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):last-child {
186
+ border-end-start-radius: 0;
187
+ border-start-start-radius: 0;
188
+ border-inline-start-width: calc(var(--button-border-width) / 2);
189
+ }
190
+
191
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
192
+ border-radius: 0;
193
+ border-inline-width: calc(var(--button-border-width) / 2);
194
+ }
195
+
196
+ .m_80d6d844[data-orientation='vertical'] {
197
+ flex-direction: column;
198
+ }
199
+
200
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):first-child {
201
+ border-end-start-radius: 0;
202
+ border-end-end-radius: 0;
203
+ border-bottom-width: calc(var(--button-border-width) / 2);
204
+ }
205
+
206
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):last-child {
207
+ border-start-start-radius: 0;
208
+ border-start-end-radius: 0;
209
+ border-top-width: calc(var(--button-border-width) / 2);
210
+ }
211
+
212
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
213
+ border-radius: 0;
214
+ border-bottom-width: calc(var(--button-border-width) / 2);
215
+ border-top-width: calc(var(--button-border-width) / 2);
216
+ }
217
+
218
+ .m_70be2a01 {
219
+ --section-height-xs: 30px;
220
+ --section-height-sm: 36px;
221
+ --section-height-md: 42px;
222
+ --section-height-lg: 50px;
223
+ --section-height-xl: 60px;
224
+
225
+ --section-height-compact-xs: 22px;
226
+ --section-height-compact-sm: 26px;
227
+ --section-height-compact-md: 30px;
228
+ --section-height-compact-lg: 34px;
229
+ --section-height-compact-xl: 40px;
230
+
231
+ --section-padding-x-xs: 14px;
232
+ --section-padding-x-sm: 18px;
233
+ --section-padding-x-md: 22px;
234
+ --section-padding-x-lg: 26px;
235
+ --section-padding-x-xl: 32px;
236
+
237
+ --section-padding-x-compact-xs: 7px;
238
+ --section-padding-x-compact-sm: 8px;
239
+ --section-padding-x-compact-md: 10px;
240
+ --section-padding-x-compact-lg: 12px;
241
+ --section-padding-x-compact-xl: 14px;
242
+
243
+ --section-height: var(--section-height-sm);
244
+ --section-padding-x: var(--section-padding-x-sm);
245
+ --section-color: var(--mantine-color-white);
246
+
247
+ font-weight: 600;
248
+ width: auto;
249
+ border-radius: var(--section-radius, var(--mantine-radius-default));
250
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
251
+ background: var(--section-bg, var(--mantine-primary-color-filled));
252
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
253
+ color: var(--section-color, var(--mantine-color-white));
254
+ height: var(--section-height, var(--section-height-sm));
255
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
256
+ vertical-align: middle;
257
+ line-height: 1;
258
+ display: inline-flex;
259
+ align-items: center;
260
+ justify-content: center;
261
+ }
262
+ }
@@ -0,0 +1,54 @@
1
+ .m_e615b15f {
2
+ --card-padding: var(--mantine-spacing-md);
3
+
4
+ position: relative;
5
+ overflow: hidden;
6
+ display: flex;
7
+ flex-direction: column;
8
+ padding: var(--card-padding);
9
+ color: var(--mantine-color-text);
10
+ }
11
+
12
+ :where([data-mantine-color-scheme='light']) .m_e615b15f {
13
+ background-color: var(--mantine-color-white);
14
+ }
15
+
16
+ :where([data-mantine-color-scheme='dark']) .m_e615b15f {
17
+ background-color: var(--mantine-color-dark-6);
18
+ }
19
+
20
+ .m_599a2148 {
21
+ display: block;
22
+ margin-inline: calc(var(--card-padding) * -1);
23
+ }
24
+
25
+ .m_599a2148:where(:first-child) {
26
+ margin-top: calc(var(--card-padding) * -1);
27
+ border-top: none !important;
28
+ }
29
+
30
+ .m_599a2148:where(:last-child) {
31
+ margin-bottom: calc(var(--card-padding) * -1);
32
+ border-bottom: none !important;
33
+ }
34
+
35
+ .m_599a2148:where([data-inherit-padding]) {
36
+ padding-inline: var(--card-padding);
37
+ }
38
+
39
+ .m_599a2148:where([data-with-border]) {
40
+ border-top: 1px solid;
41
+ border-bottom: 1px solid;
42
+ }
43
+
44
+ :where([data-mantine-color-scheme='light']) .m_599a2148 {
45
+ border-color: var(--mantine-color-gray-3);
46
+ }
47
+
48
+ :where([data-mantine-color-scheme='dark']) .m_599a2148 {
49
+ border-color: var(--mantine-color-dark-4);
50
+ }
51
+
52
+ .m_599a2148 + .m_599a2148 {
53
+ border-top: none !important;
54
+ }
@@ -0,0 +1,55 @@
1
+ @layer mantine {.m_e615b15f {
2
+ --card-padding: var(--mantine-spacing-md);
3
+
4
+ position: relative;
5
+ overflow: hidden;
6
+ display: flex;
7
+ flex-direction: column;
8
+ padding: var(--card-padding);
9
+ color: var(--mantine-color-text);
10
+ }
11
+
12
+ :where([data-mantine-color-scheme='light']) .m_e615b15f {
13
+ background-color: var(--mantine-color-white);
14
+ }
15
+
16
+ :where([data-mantine-color-scheme='dark']) .m_e615b15f {
17
+ background-color: var(--mantine-color-dark-6);
18
+ }
19
+
20
+ .m_599a2148 {
21
+ display: block;
22
+ margin-inline: calc(var(--card-padding) * -1);
23
+ }
24
+
25
+ .m_599a2148:where(:first-child) {
26
+ margin-top: calc(var(--card-padding) * -1);
27
+ border-top: none !important;
28
+ }
29
+
30
+ .m_599a2148:where(:last-child) {
31
+ margin-bottom: calc(var(--card-padding) * -1);
32
+ border-bottom: none !important;
33
+ }
34
+
35
+ .m_599a2148:where([data-inherit-padding]) {
36
+ padding-inline: var(--card-padding);
37
+ }
38
+
39
+ .m_599a2148:where([data-with-border]) {
40
+ border-top: 1px solid;
41
+ border-bottom: 1px solid;
42
+ }
43
+
44
+ :where([data-mantine-color-scheme='light']) .m_599a2148 {
45
+ border-color: var(--mantine-color-gray-3);
46
+ }
47
+
48
+ :where([data-mantine-color-scheme='dark']) .m_599a2148 {
49
+ border-color: var(--mantine-color-dark-4);
50
+ }
51
+
52
+ .m_599a2148 + .m_599a2148 {
53
+ border-top: none !important;
54
+ }
55
+ }
@@ -0,0 +1,9 @@
1
+ .m_4451eb3a {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ }
6
+
7
+ .m_4451eb3a:where([data-inline]) {
8
+ display: inline-flex;
9
+ }
@@ -0,0 +1,10 @@
1
+ @layer mantine {.m_4451eb3a {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ }
6
+
7
+ .m_4451eb3a:where([data-inline]) {
8
+ display: inline-flex;
9
+ }
10
+ }
@@ -0,0 +1,110 @@
1
+ .m_bf2d988c {
2
+ --checkbox-size-xs: 16px;
3
+ --checkbox-size-sm: 20px;
4
+ --checkbox-size-md: 24px;
5
+ --checkbox-size-lg: 30px;
6
+ --checkbox-size-xl: 36px;
7
+
8
+ --checkbox-size: var(--checkbox-size-sm);
9
+ --checkbox-color: var(--mantine-primary-color-filled);
10
+ }
11
+
12
+ .m_bf2d988c:where([data-variant='filled']) {
13
+ --checkbox-icon-color: var(--mantine-color-white);
14
+ }
15
+
16
+ .m_bf2d988c:where([data-variant='outline']) {
17
+ --checkbox-icon-color: var(--checkbox-color);
18
+ }
19
+
20
+ .m_26062bec {
21
+ position: relative;
22
+ width: var(--checkbox-size);
23
+ height: var(--checkbox-size);
24
+ order: 1;
25
+ }
26
+
27
+ .m_26062bec:where([data-label-position='left']) {
28
+ order: 2;
29
+ }
30
+
31
+ .m_26063560 {
32
+ appearance: none;
33
+ border: 1px solid transparent;
34
+ width: var(--checkbox-size);
35
+ height: var(--checkbox-size);
36
+ border-radius: var(--checkbox-radius, var(--mantine-radius-default));
37
+ padding: 0;
38
+ display: block;
39
+ margin: 0;
40
+ transition:
41
+ border-color 100ms ease,
42
+ background-color 100ms ease;
43
+ cursor: var(--mantine-cursor-type);
44
+ -webkit-tap-highlight-color: transparent;
45
+ }
46
+
47
+ :where([data-mantine-color-scheme='light']) .m_26063560 {
48
+ background-color: var(--mantine-color-white);
49
+ border-color: var(--mantine-color-gray-4);
50
+ }
51
+
52
+ :where([data-mantine-color-scheme='dark']) .m_26063560 {
53
+ background-color: var(--mantine-color-dark-6);
54
+ border-color: var(--mantine-color-dark-4);
55
+ }
56
+
57
+ .m_26063560:where([data-error]) {
58
+ border-color: var(--mantine-color-error);
59
+ }
60
+
61
+ .m_26063560[data-indeterminate],
62
+ .m_26063560:checked {
63
+ background-color: var(--checkbox-color);
64
+ border-color: var(--checkbox-color);
65
+ }
66
+
67
+ .m_26063560[data-indeterminate] + .m_bf295423, .m_26063560:checked + .m_bf295423 {
68
+ opacity: 1;
69
+ transform: none;
70
+ }
71
+
72
+ .m_26063560:disabled {
73
+ cursor: not-allowed;
74
+ border-color: var(--mantine-color-disabled-border);
75
+ background-color: var(--mantine-color-disabled);
76
+ }
77
+
78
+ .m_26063560:disabled + .m_bf295423 {
79
+ color: var(--mantine-color-disabled-color);
80
+ }
81
+
82
+ .m_215c4542 + .m_bf295423 {
83
+ color: var(--checkbox-color);
84
+ }
85
+
86
+ .m_215c4542[data-indeterminate]:not(:disabled),
87
+ .m_215c4542:checked:not(:disabled) {
88
+ background-color: transparent;
89
+ border-color: var(--checkbox-color);
90
+ }
91
+
92
+ .m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
93
+ color: var(--checkbox-icon-color);
94
+ opacity: 1;
95
+ transform: none;
96
+ }
97
+
98
+ .m_bf295423 {
99
+ position: absolute;
100
+ inset: 0;
101
+ width: 60%;
102
+ margin: auto;
103
+ color: var(--checkbox-icon-color);
104
+ pointer-events: none;
105
+ transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
106
+ opacity: 0;
107
+ transition:
108
+ transform 100ms ease,
109
+ opacity 100ms ease;
110
+ }
@@ -0,0 +1,111 @@
1
+ @layer mantine {.m_bf2d988c {
2
+ --checkbox-size-xs: 16px;
3
+ --checkbox-size-sm: 20px;
4
+ --checkbox-size-md: 24px;
5
+ --checkbox-size-lg: 30px;
6
+ --checkbox-size-xl: 36px;
7
+
8
+ --checkbox-size: var(--checkbox-size-sm);
9
+ --checkbox-color: var(--mantine-primary-color-filled);
10
+ }
11
+
12
+ .m_bf2d988c:where([data-variant='filled']) {
13
+ --checkbox-icon-color: var(--mantine-color-white);
14
+ }
15
+
16
+ .m_bf2d988c:where([data-variant='outline']) {
17
+ --checkbox-icon-color: var(--checkbox-color);
18
+ }
19
+
20
+ .m_26062bec {
21
+ position: relative;
22
+ width: var(--checkbox-size);
23
+ height: var(--checkbox-size);
24
+ order: 1;
25
+ }
26
+
27
+ .m_26062bec:where([data-label-position='left']) {
28
+ order: 2;
29
+ }
30
+
31
+ .m_26063560 {
32
+ appearance: none;
33
+ border: 1px solid transparent;
34
+ width: var(--checkbox-size);
35
+ height: var(--checkbox-size);
36
+ border-radius: var(--checkbox-radius, var(--mantine-radius-default));
37
+ padding: 0;
38
+ display: block;
39
+ margin: 0;
40
+ transition:
41
+ border-color 100ms ease,
42
+ background-color 100ms ease;
43
+ cursor: var(--mantine-cursor-type);
44
+ -webkit-tap-highlight-color: transparent;
45
+ }
46
+
47
+ :where([data-mantine-color-scheme='light']) .m_26063560 {
48
+ background-color: var(--mantine-color-white);
49
+ border-color: var(--mantine-color-gray-4);
50
+ }
51
+
52
+ :where([data-mantine-color-scheme='dark']) .m_26063560 {
53
+ background-color: var(--mantine-color-dark-6);
54
+ border-color: var(--mantine-color-dark-4);
55
+ }
56
+
57
+ .m_26063560:where([data-error]) {
58
+ border-color: var(--mantine-color-error);
59
+ }
60
+
61
+ .m_26063560[data-indeterminate],
62
+ .m_26063560:checked {
63
+ background-color: var(--checkbox-color);
64
+ border-color: var(--checkbox-color);
65
+ }
66
+
67
+ .m_26063560[data-indeterminate] + .m_bf295423, .m_26063560:checked + .m_bf295423 {
68
+ opacity: 1;
69
+ transform: none;
70
+ }
71
+
72
+ .m_26063560:disabled {
73
+ cursor: not-allowed;
74
+ border-color: var(--mantine-color-disabled-border);
75
+ background-color: var(--mantine-color-disabled);
76
+ }
77
+
78
+ .m_26063560:disabled + .m_bf295423 {
79
+ color: var(--mantine-color-disabled-color);
80
+ }
81
+
82
+ .m_215c4542 + .m_bf295423 {
83
+ color: var(--checkbox-color);
84
+ }
85
+
86
+ .m_215c4542[data-indeterminate]:not(:disabled),
87
+ .m_215c4542:checked:not(:disabled) {
88
+ background-color: transparent;
89
+ border-color: var(--checkbox-color);
90
+ }
91
+
92
+ .m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
93
+ color: var(--checkbox-icon-color);
94
+ opacity: 1;
95
+ transform: none;
96
+ }
97
+
98
+ .m_bf295423 {
99
+ position: absolute;
100
+ inset: 0;
101
+ width: 60%;
102
+ margin: auto;
103
+ color: var(--checkbox-icon-color);
104
+ pointer-events: none;
105
+ transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
106
+ opacity: 0;
107
+ transition:
108
+ transform 100ms ease,
109
+ opacity 100ms ease;
110
+ }
111
+ }
@@ -0,0 +1,24 @@
1
+ .m_26775b0a {
2
+ --card-radius: var(--mantine-radius-default);
3
+
4
+ display: block;
5
+ width: 100%;
6
+ border-radius: var(--card-radius);
7
+ cursor: pointer;
8
+ }
9
+
10
+ .m_26775b0a :where(*) {
11
+ cursor: inherit;
12
+ }
13
+
14
+ .m_26775b0a:where([data-with-border]) {
15
+ border: 1px solid transparent;
16
+ }
17
+
18
+ :where([data-mantine-color-scheme='light']) .m_26775b0a:where([data-with-border]) {
19
+ border-color: var(--mantine-color-gray-3);
20
+ }
21
+
22
+ :where([data-mantine-color-scheme='dark']) .m_26775b0a:where([data-with-border]) {
23
+ border-color: var(--mantine-color-dark-4);
24
+ }
@@ -0,0 +1,25 @@
1
+ @layer mantine {.m_26775b0a {
2
+ --card-radius: var(--mantine-radius-default);
3
+
4
+ display: block;
5
+ width: 100%;
6
+ border-radius: var(--card-radius);
7
+ cursor: pointer;
8
+ }
9
+
10
+ .m_26775b0a :where(*) {
11
+ cursor: inherit;
12
+ }
13
+
14
+ .m_26775b0a:where([data-with-border]) {
15
+ border: 1px solid transparent;
16
+ }
17
+
18
+ :where([data-mantine-color-scheme='light']) .m_26775b0a:where([data-with-border]) {
19
+ border-color: var(--mantine-color-gray-3);
20
+ }
21
+
22
+ :where([data-mantine-color-scheme='dark']) .m_26775b0a:where([data-with-border]) {
23
+ border-color: var(--mantine-color-dark-4);
24
+ }
25
+ }