@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,210 @@
1
+ .m_88b62a41 {
2
+ --combobox-padding: 4px;
3
+ padding: var(--combobox-padding);
4
+ }
5
+
6
+ .m_88b62a41:has([data-mantine-scrollbar]) .m_985517d8 {
7
+ max-width: calc(100% + var(--combobox-padding));
8
+ }
9
+
10
+ .m_88b62a41[data-composed] {
11
+ padding-inline-end: 0;
12
+ }
13
+
14
+ .m_88b62a41[data-hidden] {
15
+ display: none;
16
+ }
17
+
18
+ /* Variables must be both on dropdown and options to support usage of Combobox.Options without Combobox.Dropdown */
19
+ .m_88b62a41,
20
+ .m_b2821a6e {
21
+ --combobox-option-padding-xs: 4px 8px;
22
+ --combobox-option-padding-sm: 6px 10px;
23
+ --combobox-option-padding-md: 8px 12px;
24
+ --combobox-option-padding-lg: 10px 16px;
25
+ --combobox-option-padding-xl: 14px 20px;
26
+ --combobox-option-padding: var(--combobox-option-padding-sm);
27
+ }
28
+
29
+ .m_92253aa5 {
30
+ padding: var(--combobox-option-padding);
31
+ font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
32
+ border-radius: var(--mantine-radius-default);
33
+ background-color: transparent;
34
+ color: inherit;
35
+ cursor: pointer;
36
+ overflow-wrap: break-word;
37
+ }
38
+
39
+ .m_92253aa5:where([data-combobox-selected]) {
40
+ background-color: var(--mantine-primary-color-filled);
41
+ color: var(--mantine-color-white);
42
+ }
43
+
44
+ .m_92253aa5:where([data-combobox-disabled]) {
45
+ cursor: not-allowed;
46
+ opacity: 0.35;
47
+ }
48
+
49
+ @media (hover: hover) {
50
+ :where([data-mantine-color-scheme='light']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
51
+ background-color: var(--mantine-color-gray-0);
52
+ }
53
+
54
+ :where([data-mantine-color-scheme='dark']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
55
+ background-color: var(--mantine-color-dark-7);
56
+ }
57
+ }
58
+
59
+ @media (hover: none) {
60
+ :where([data-mantine-color-scheme='light']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
61
+ background-color: var(--mantine-color-gray-0);
62
+ }
63
+
64
+ :where([data-mantine-color-scheme='dark']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
65
+ background-color: var(--mantine-color-dark-7);
66
+ }
67
+ }
68
+
69
+ .m_985517d8 {
70
+ margin-inline: calc(var(--combobox-padding) * -1);
71
+ margin-top: calc(var(--combobox-padding) * -1);
72
+ width: calc(100% + var(--combobox-padding) * 2);
73
+ border-top-width: 0;
74
+ border-inline-width: 0;
75
+ border-end-start-radius: 0;
76
+ border-end-end-radius: 0;
77
+ margin-bottom: var(--combobox-padding);
78
+ position: relative;
79
+ }
80
+
81
+ :where([data-mantine-color-scheme='light']) .m_985517d8, :where([data-mantine-color-scheme='light']) .m_985517d8:focus {
82
+ border-color: var(--mantine-color-gray-2);
83
+ }
84
+
85
+ :where([data-mantine-color-scheme='dark']) .m_985517d8, :where([data-mantine-color-scheme='dark']) .m_985517d8:focus {
86
+ border-color: var(--mantine-color-dark-4);
87
+ }
88
+
89
+ :where([data-mantine-color-scheme='light']) .m_985517d8 {
90
+ background-color: var(--mantine-color-white);
91
+ }
92
+
93
+ :where([data-mantine-color-scheme='dark']) .m_985517d8 {
94
+ background-color: var(--mantine-color-dark-7);
95
+ }
96
+
97
+ .m_2530cd1d {
98
+ font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
99
+ text-align: center;
100
+ padding: var(--combobox-option-padding);
101
+ color: var(--mantine-color-dimmed);
102
+ }
103
+
104
+ .m_858f94bd,
105
+ .m_82b967cb {
106
+ font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
107
+ border: 0 solid transparent;
108
+ margin-inline: calc(var(--combobox-padding) * -1);
109
+ padding: var(--combobox-option-padding);
110
+ }
111
+
112
+ :where([data-mantine-color-scheme='light']) .m_858f94bd, :where([data-mantine-color-scheme='light']) .m_82b967cb {
113
+ border-color: var(--mantine-color-gray-2);
114
+ }
115
+
116
+ :where([data-mantine-color-scheme='dark']) .m_858f94bd, :where([data-mantine-color-scheme='dark']) .m_82b967cb {
117
+ border-color: var(--mantine-color-dark-4);
118
+ }
119
+
120
+ .m_82b967cb {
121
+ border-top-width: 1px;
122
+ margin-top: var(--combobox-padding);
123
+ margin-bottom: calc(var(--combobox-padding) * -1);
124
+ }
125
+
126
+ .m_858f94bd {
127
+ border-bottom-width: 1px;
128
+ margin-bottom: var(--combobox-padding);
129
+ margin-top: calc(var(--combobox-padding) * -1);
130
+ }
131
+
132
+ .m_254f3e4f:has(.m_2bb2e9e5:only-child) {
133
+ display: none;
134
+ }
135
+
136
+ .m_2bb2e9e5 {
137
+ color: var(--mantine-color-dimmed);
138
+ font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
139
+ padding: var(--combobox-option-padding);
140
+ font-weight: 500;
141
+ position: relative;
142
+ display: flex;
143
+ align-items: center;
144
+ }
145
+
146
+ .m_2bb2e9e5::after {
147
+ content: '';
148
+ flex: 1;
149
+ inset-inline: 0;
150
+ height: 1px;
151
+ margin-inline-start: var(--mantine-spacing-xs);
152
+ }
153
+
154
+ :where([data-mantine-color-scheme='light']) .m_2bb2e9e5::after {
155
+ background-color: var(--mantine-color-gray-2);
156
+ }
157
+
158
+ :where([data-mantine-color-scheme='dark']) .m_2bb2e9e5::after {
159
+ background-color: var(--mantine-color-dark-4);
160
+ }
161
+
162
+ .m_2bb2e9e5:only-child {
163
+ display: none;
164
+ }
165
+
166
+ /* ------- Combobox.Chevron ------- */
167
+ .m_2943220b {
168
+ --combobox-chevron-size-xs: 14px;
169
+ --combobox-chevron-size-sm: 18px;
170
+ --combobox-chevron-size-md: 20px;
171
+ --combobox-chevron-size-lg: 24px;
172
+ --combobox-chevron-size-xl: 28px;
173
+ --combobox-chevron-size: var(--combobox-chevron-size-sm);
174
+ }
175
+ :where([data-mantine-color-scheme='light']) .m_2943220b {
176
+ --_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-gray-6));
177
+ }
178
+ :where([data-mantine-color-scheme='dark']) .m_2943220b {
179
+ --_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-dark-3));
180
+ }
181
+ .m_2943220b {
182
+
183
+ width: var(--combobox-chevron-size);
184
+ height: var(--combobox-chevron-size);
185
+ color: var(--_combobox-chevron-color);
186
+ }
187
+ .m_2943220b:where([data-error]) {
188
+ color: var(--combobox-chevron-color, var(--mantine-color-error));
189
+ }
190
+
191
+ /* ------- OptionsDropdown ------- */
192
+ .m_390b5f4 {
193
+ display: flex;
194
+ align-items: center;
195
+ gap: 8px;
196
+ }
197
+ .m_390b5f4:where([data-reverse]) {
198
+ justify-content: space-between;
199
+ }
200
+
201
+ .m_8ee53fc2 {
202
+ opacity: 0.4;
203
+ width: 0.8em;
204
+ min-width: 0.8em;
205
+ height: 0.8em;
206
+ }
207
+
208
+ :where([data-combobox-selected]) .m_8ee53fc2 {
209
+ opacity: 1;
210
+ }
@@ -0,0 +1,211 @@
1
+ @layer mantine {.m_88b62a41 {
2
+ --combobox-padding: 4px;
3
+ padding: var(--combobox-padding);
4
+ }
5
+
6
+ .m_88b62a41:has([data-mantine-scrollbar]) .m_985517d8 {
7
+ max-width: calc(100% + var(--combobox-padding));
8
+ }
9
+
10
+ .m_88b62a41[data-composed] {
11
+ padding-inline-end: 0;
12
+ }
13
+
14
+ .m_88b62a41[data-hidden] {
15
+ display: none;
16
+ }
17
+
18
+ /* Variables must be both on dropdown and options to support usage of Combobox.Options without Combobox.Dropdown */
19
+ .m_88b62a41,
20
+ .m_b2821a6e {
21
+ --combobox-option-padding-xs: 4px 8px;
22
+ --combobox-option-padding-sm: 6px 10px;
23
+ --combobox-option-padding-md: 8px 12px;
24
+ --combobox-option-padding-lg: 10px 16px;
25
+ --combobox-option-padding-xl: 14px 20px;
26
+ --combobox-option-padding: var(--combobox-option-padding-sm);
27
+ }
28
+
29
+ .m_92253aa5 {
30
+ padding: var(--combobox-option-padding);
31
+ font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
32
+ border-radius: var(--mantine-radius-default);
33
+ background-color: transparent;
34
+ color: inherit;
35
+ cursor: pointer;
36
+ overflow-wrap: break-word;
37
+ }
38
+
39
+ .m_92253aa5:where([data-combobox-selected]) {
40
+ background-color: var(--mantine-primary-color-filled);
41
+ color: var(--mantine-color-white);
42
+ }
43
+
44
+ .m_92253aa5:where([data-combobox-disabled]) {
45
+ cursor: not-allowed;
46
+ opacity: 0.35;
47
+ }
48
+
49
+ @media (hover: hover) {
50
+ :where([data-mantine-color-scheme='light']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
51
+ background-color: var(--mantine-color-gray-0);
52
+ }
53
+
54
+ :where([data-mantine-color-scheme='dark']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
55
+ background-color: var(--mantine-color-dark-7);
56
+ }
57
+ }
58
+
59
+ @media (hover: none) {
60
+ :where([data-mantine-color-scheme='light']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
61
+ background-color: var(--mantine-color-gray-0);
62
+ }
63
+
64
+ :where([data-mantine-color-scheme='dark']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
65
+ background-color: var(--mantine-color-dark-7);
66
+ }
67
+ }
68
+
69
+ .m_985517d8 {
70
+ margin-inline: calc(var(--combobox-padding) * -1);
71
+ margin-top: calc(var(--combobox-padding) * -1);
72
+ width: calc(100% + var(--combobox-padding) * 2);
73
+ border-top-width: 0;
74
+ border-inline-width: 0;
75
+ border-end-start-radius: 0;
76
+ border-end-end-radius: 0;
77
+ margin-bottom: var(--combobox-padding);
78
+ position: relative;
79
+ }
80
+
81
+ :where([data-mantine-color-scheme='light']) .m_985517d8, :where([data-mantine-color-scheme='light']) .m_985517d8:focus {
82
+ border-color: var(--mantine-color-gray-2);
83
+ }
84
+
85
+ :where([data-mantine-color-scheme='dark']) .m_985517d8, :where([data-mantine-color-scheme='dark']) .m_985517d8:focus {
86
+ border-color: var(--mantine-color-dark-4);
87
+ }
88
+
89
+ :where([data-mantine-color-scheme='light']) .m_985517d8 {
90
+ background-color: var(--mantine-color-white);
91
+ }
92
+
93
+ :where([data-mantine-color-scheme='dark']) .m_985517d8 {
94
+ background-color: var(--mantine-color-dark-7);
95
+ }
96
+
97
+ .m_2530cd1d {
98
+ font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
99
+ text-align: center;
100
+ padding: var(--combobox-option-padding);
101
+ color: var(--mantine-color-dimmed);
102
+ }
103
+
104
+ .m_858f94bd,
105
+ .m_82b967cb {
106
+ font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
107
+ border: 0 solid transparent;
108
+ margin-inline: calc(var(--combobox-padding) * -1);
109
+ padding: var(--combobox-option-padding);
110
+ }
111
+
112
+ :where([data-mantine-color-scheme='light']) .m_858f94bd, :where([data-mantine-color-scheme='light']) .m_82b967cb {
113
+ border-color: var(--mantine-color-gray-2);
114
+ }
115
+
116
+ :where([data-mantine-color-scheme='dark']) .m_858f94bd, :where([data-mantine-color-scheme='dark']) .m_82b967cb {
117
+ border-color: var(--mantine-color-dark-4);
118
+ }
119
+
120
+ .m_82b967cb {
121
+ border-top-width: 1px;
122
+ margin-top: var(--combobox-padding);
123
+ margin-bottom: calc(var(--combobox-padding) * -1);
124
+ }
125
+
126
+ .m_858f94bd {
127
+ border-bottom-width: 1px;
128
+ margin-bottom: var(--combobox-padding);
129
+ margin-top: calc(var(--combobox-padding) * -1);
130
+ }
131
+
132
+ .m_254f3e4f:has(.m_2bb2e9e5:only-child) {
133
+ display: none;
134
+ }
135
+
136
+ .m_2bb2e9e5 {
137
+ color: var(--mantine-color-dimmed);
138
+ font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
139
+ padding: var(--combobox-option-padding);
140
+ font-weight: 500;
141
+ position: relative;
142
+ display: flex;
143
+ align-items: center;
144
+ }
145
+
146
+ .m_2bb2e9e5::after {
147
+ content: '';
148
+ flex: 1;
149
+ inset-inline: 0;
150
+ height: 1px;
151
+ margin-inline-start: var(--mantine-spacing-xs);
152
+ }
153
+
154
+ :where([data-mantine-color-scheme='light']) .m_2bb2e9e5::after {
155
+ background-color: var(--mantine-color-gray-2);
156
+ }
157
+
158
+ :where([data-mantine-color-scheme='dark']) .m_2bb2e9e5::after {
159
+ background-color: var(--mantine-color-dark-4);
160
+ }
161
+
162
+ .m_2bb2e9e5:only-child {
163
+ display: none;
164
+ }
165
+
166
+ /* ------- Combobox.Chevron ------- */
167
+ .m_2943220b {
168
+ --combobox-chevron-size-xs: 14px;
169
+ --combobox-chevron-size-sm: 18px;
170
+ --combobox-chevron-size-md: 20px;
171
+ --combobox-chevron-size-lg: 24px;
172
+ --combobox-chevron-size-xl: 28px;
173
+ --combobox-chevron-size: var(--combobox-chevron-size-sm);
174
+ }
175
+ :where([data-mantine-color-scheme='light']) .m_2943220b {
176
+ --_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-gray-6));
177
+ }
178
+ :where([data-mantine-color-scheme='dark']) .m_2943220b {
179
+ --_combobox-chevron-color: var(--combobox-chevron-color, var(--mantine-color-dark-3));
180
+ }
181
+ .m_2943220b {
182
+
183
+ width: var(--combobox-chevron-size);
184
+ height: var(--combobox-chevron-size);
185
+ color: var(--_combobox-chevron-color);
186
+ }
187
+ .m_2943220b:where([data-error]) {
188
+ color: var(--combobox-chevron-color, var(--mantine-color-error));
189
+ }
190
+
191
+ /* ------- OptionsDropdown ------- */
192
+ .m_390b5f4 {
193
+ display: flex;
194
+ align-items: center;
195
+ gap: 8px;
196
+ }
197
+ .m_390b5f4:where([data-reverse]) {
198
+ justify-content: space-between;
199
+ }
200
+
201
+ .m_8ee53fc2 {
202
+ opacity: 0.4;
203
+ width: 0.8em;
204
+ min-width: 0.8em;
205
+ height: 0.8em;
206
+ }
207
+
208
+ :where([data-combobox-selected]) .m_8ee53fc2 {
209
+ opacity: 1;
210
+ }
211
+ }
@@ -0,0 +1,37 @@
1
+ .m_7485cace {
2
+ --container-size-xs: 540px;
3
+ --container-size-sm: 720px;
4
+ --container-size-md: 960px;
5
+ --container-size-lg: 1140px;
6
+ --container-size-xl: 1320px;
7
+ --container-size: var(--container-size-md);
8
+ }
9
+
10
+ .m_7485cace:where([data-strategy='block']) {
11
+ max-width: var(--container-size);
12
+ padding-inline: var(--mantine-spacing-md);
13
+ margin-inline: auto;
14
+ }
15
+
16
+ .m_7485cace:where([data-strategy='block']):where([data-fluid]) {
17
+ max-width: 100%;
18
+ }
19
+
20
+ .m_7485cace:where([data-strategy='grid']) {
21
+ display: grid;
22
+ grid-template-columns: 1fr min(100%, var(--container-size)) 1fr;
23
+ margin-inline: auto;
24
+ }
25
+
26
+ .m_7485cace:where([data-strategy='grid']) > * {
27
+ grid-column: 2;
28
+ }
29
+
30
+ .m_7485cace:where([data-strategy='grid']) > [data-breakout] {
31
+ grid-column: 1 / -1;
32
+ }
33
+
34
+ .m_7485cace:where([data-strategy='grid']) > [data-breakout] > [data-container] {
35
+ max-width: var(--container-size);
36
+ margin-inline: auto;
37
+ }
@@ -0,0 +1,38 @@
1
+ @layer mantine {.m_7485cace {
2
+ --container-size-xs: 540px;
3
+ --container-size-sm: 720px;
4
+ --container-size-md: 960px;
5
+ --container-size-lg: 1140px;
6
+ --container-size-xl: 1320px;
7
+ --container-size: var(--container-size-md);
8
+ }
9
+
10
+ .m_7485cace:where([data-strategy='block']) {
11
+ max-width: var(--container-size);
12
+ padding-inline: var(--mantine-spacing-md);
13
+ margin-inline: auto;
14
+ }
15
+
16
+ .m_7485cace:where([data-strategy='block']):where([data-fluid]) {
17
+ max-width: 100%;
18
+ }
19
+
20
+ .m_7485cace:where([data-strategy='grid']) {
21
+ display: grid;
22
+ grid-template-columns: 1fr min(100%, var(--container-size)) 1fr;
23
+ margin-inline: auto;
24
+ }
25
+
26
+ .m_7485cace:where([data-strategy='grid']) > * {
27
+ grid-column: 2;
28
+ }
29
+
30
+ .m_7485cace:where([data-strategy='grid']) > [data-breakout] {
31
+ grid-column: 1 / -1;
32
+ }
33
+
34
+ .m_7485cace:where([data-strategy='grid']) > [data-breakout] > [data-container] {
35
+ max-width: var(--container-size);
36
+ margin-inline: auto;
37
+ }
38
+ }
@@ -0,0 +1,19 @@
1
+ .m_e2125a27 {
2
+ --dialog-size-xs: 160px;
3
+ --dialog-size-sm: 200px;
4
+ --dialog-size-md: 340px;
5
+ --dialog-size-lg: 400px;
6
+ --dialog-size-xl: 500px;
7
+ --dialog-size: var(--dialog-size-md);
8
+
9
+ position: relative;
10
+ width: var(--dialog-size);
11
+ max-width: calc(100vw - var(--mantine-spacing-xl) * 2);
12
+ min-height: 50px;
13
+ }
14
+
15
+ .m_5abab665 {
16
+ position: absolute;
17
+ top: calc(var(--mantine-spacing-md) / 2);
18
+ inset-inline-end: calc(var(--mantine-spacing-md) / 2);
19
+ }
@@ -0,0 +1,20 @@
1
+ @layer mantine {.m_e2125a27 {
2
+ --dialog-size-xs: 160px;
3
+ --dialog-size-sm: 200px;
4
+ --dialog-size-md: 340px;
5
+ --dialog-size-lg: 400px;
6
+ --dialog-size-xl: 500px;
7
+ --dialog-size: var(--dialog-size-md);
8
+
9
+ position: relative;
10
+ width: var(--dialog-size);
11
+ max-width: calc(100vw - var(--mantine-spacing-xl) * 2);
12
+ min-height: 50px;
13
+ }
14
+
15
+ .m_5abab665 {
16
+ position: absolute;
17
+ top: calc(var(--mantine-spacing-md) / 2);
18
+ inset-inline-end: calc(var(--mantine-spacing-md) / 2);
19
+ }
20
+ }
@@ -0,0 +1,62 @@
1
+ .m_3eebeb36 {
2
+ --divider-size-xs: 1px;
3
+ --divider-size-sm: 2px;
4
+ --divider-size-md: 3px;
5
+ --divider-size-lg: 4px;
6
+ --divider-size-xl: 5px;
7
+ --divider-size: var(--divider-size-xs);
8
+ }
9
+
10
+ :where([data-mantine-color-scheme='light']) .m_3eebeb36 {
11
+ --divider-color: var(--mantine-color-gray-3);
12
+ }
13
+
14
+ :where([data-mantine-color-scheme='dark']) .m_3eebeb36 {
15
+ --divider-color: var(--mantine-color-dark-4);
16
+ }
17
+
18
+ .m_3eebeb36:where([data-orientation='horizontal']) {
19
+ border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
20
+ }
21
+
22
+ .m_3eebeb36:where([data-orientation='vertical']) {
23
+ border-inline-start: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
24
+ height: auto;
25
+ align-self: stretch;
26
+ }
27
+
28
+ .m_3eebeb36:where([data-with-label]) {
29
+ border: 0;
30
+ }
31
+
32
+ .m_9e365f20 {
33
+ display: flex;
34
+ align-items: center;
35
+ font-size: var(--mantine-font-size-xs);
36
+ color: var(--mantine-color-dimmed);
37
+ white-space: nowrap;
38
+ }
39
+
40
+ .m_9e365f20:where([data-position='left'])::before {
41
+ display: none;
42
+ }
43
+
44
+ .m_9e365f20:where([data-position='right'])::after {
45
+ display: none;
46
+ }
47
+
48
+ .m_9e365f20::before {
49
+ content: '';
50
+ flex: 1;
51
+ height: 1px;
52
+ border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
53
+ margin-inline-end: var(--mantine-spacing-xs);
54
+ }
55
+
56
+ .m_9e365f20::after {
57
+ content: '';
58
+ flex: 1;
59
+ height: 1px;
60
+ border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
61
+ margin-inline-start: var(--mantine-spacing-xs);
62
+ }
@@ -0,0 +1,63 @@
1
+ @layer mantine {.m_3eebeb36 {
2
+ --divider-size-xs: 1px;
3
+ --divider-size-sm: 2px;
4
+ --divider-size-md: 3px;
5
+ --divider-size-lg: 4px;
6
+ --divider-size-xl: 5px;
7
+ --divider-size: var(--divider-size-xs);
8
+ }
9
+
10
+ :where([data-mantine-color-scheme='light']) .m_3eebeb36 {
11
+ --divider-color: var(--mantine-color-gray-3);
12
+ }
13
+
14
+ :where([data-mantine-color-scheme='dark']) .m_3eebeb36 {
15
+ --divider-color: var(--mantine-color-dark-4);
16
+ }
17
+
18
+ .m_3eebeb36:where([data-orientation='horizontal']) {
19
+ border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
20
+ }
21
+
22
+ .m_3eebeb36:where([data-orientation='vertical']) {
23
+ border-inline-start: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
24
+ height: auto;
25
+ align-self: stretch;
26
+ }
27
+
28
+ .m_3eebeb36:where([data-with-label]) {
29
+ border: 0;
30
+ }
31
+
32
+ .m_9e365f20 {
33
+ display: flex;
34
+ align-items: center;
35
+ font-size: var(--mantine-font-size-xs);
36
+ color: var(--mantine-color-dimmed);
37
+ white-space: nowrap;
38
+ }
39
+
40
+ .m_9e365f20:where([data-position='left'])::before {
41
+ display: none;
42
+ }
43
+
44
+ .m_9e365f20:where([data-position='right'])::after {
45
+ display: none;
46
+ }
47
+
48
+ .m_9e365f20::before {
49
+ content: '';
50
+ flex: 1;
51
+ height: 1px;
52
+ border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
53
+ margin-inline-end: var(--mantine-spacing-xs);
54
+ }
55
+
56
+ .m_9e365f20::after {
57
+ content: '';
58
+ flex: 1;
59
+ height: 1px;
60
+ border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
61
+ margin-inline-start: var(--mantine-spacing-xs);
62
+ }
63
+ }
@@ -0,0 +1,33 @@
1
+ .m_f11b401e {
2
+ --drawer-size-xs: 320px;
3
+ --drawer-size-sm: 380px;
4
+ --drawer-size-md: 440px;
5
+ --drawer-size-lg: 620px;
6
+ --drawer-size-xl: 780px;
7
+ --drawer-size: var(--drawer-size-md);
8
+ --drawer-offset: 0rem;
9
+ }
10
+
11
+ .m_5a7c2c9 {
12
+ z-index: 1000;
13
+ }
14
+
15
+ .m_b8a05bbd {
16
+ flex: var(--drawer-flex, 0 0 var(--drawer-size));
17
+ height: var(--drawer-height, calc(100% - var(--drawer-offset) * 2));
18
+ margin: var(--drawer-offset);
19
+ max-width: calc(100% - var(--drawer-offset) * 2);
20
+ max-height: calc(100% - var(--drawer-offset) * 2);
21
+ overflow-y: auto;
22
+ }
23
+
24
+ .m_b8a05bbd[data-hidden] {
25
+ opacity: 0 !important;
26
+ pointer-events: none;
27
+ }
28
+
29
+ .m_31cd769a {
30
+ display: flex;
31
+ justify-content: var(--drawer-justify, flex-start);
32
+ align-items: var(--drawer-align, flex-start);
33
+ }