@mantine/core 8.3.3 → 8.3.4

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 (189) hide show
  1. package/cjs/components/Input/InputClearSection/InputClearSection.cjs +1 -1
  2. package/cjs/components/Input/InputClearSection/InputClearSection.cjs.map +1 -1
  3. package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs +0 -1
  4. package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs.map +1 -1
  5. package/esm/components/Input/InputClearSection/InputClearSection.mjs +1 -1
  6. package/esm/components/Input/InputClearSection/InputClearSection.mjs.map +1 -1
  7. package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs +0 -1
  8. package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs.map +1 -1
  9. package/package.json +2 -2
  10. package/styles/Accordion.css +178 -0
  11. package/styles/Accordion.layer.css +179 -0
  12. package/styles/ActionIcon.css +188 -0
  13. package/styles/ActionIcon.layer.css +189 -0
  14. package/styles/Affix.css +8 -0
  15. package/styles/Affix.layer.css +9 -0
  16. package/styles/Alert.css +82 -0
  17. package/styles/Alert.layer.css +83 -0
  18. package/styles/Anchor.css +56 -0
  19. package/styles/Anchor.layer.css +57 -0
  20. package/styles/AngleSlider.css +106 -0
  21. package/styles/AngleSlider.layer.css +107 -0
  22. package/styles/AppShell.css +127 -0
  23. package/styles/AppShell.layer.css +128 -0
  24. package/styles/AspectRatio.css +13 -0
  25. package/styles/AspectRatio.layer.css +14 -0
  26. package/styles/Avatar.css +68 -0
  27. package/styles/Avatar.layer.css +69 -0
  28. package/styles/BackgroundImage.css +9 -0
  29. package/styles/BackgroundImage.layer.css +10 -0
  30. package/styles/Badge.css +127 -0
  31. package/styles/Badge.layer.css +128 -0
  32. package/styles/Blockquote.css +41 -0
  33. package/styles/Blockquote.layer.css +42 -0
  34. package/styles/Breadcrumbs.css +27 -0
  35. package/styles/Breadcrumbs.layer.css +28 -0
  36. package/styles/Burger.css +68 -0
  37. package/styles/Burger.layer.css +69 -0
  38. package/styles/Button.css +261 -0
  39. package/styles/Button.layer.css +262 -0
  40. package/styles/Card.css +54 -0
  41. package/styles/Card.layer.css +55 -0
  42. package/styles/Center.css +9 -0
  43. package/styles/Center.layer.css +10 -0
  44. package/styles/Checkbox.css +110 -0
  45. package/styles/Checkbox.layer.css +111 -0
  46. package/styles/CheckboxCard.css +24 -0
  47. package/styles/CheckboxCard.layer.css +25 -0
  48. package/styles/CheckboxIndicator.css +97 -0
  49. package/styles/CheckboxIndicator.layer.css +98 -0
  50. package/styles/Chip.css +199 -0
  51. package/styles/Chip.layer.css +200 -0
  52. package/styles/CloseButton.css +58 -0
  53. package/styles/CloseButton.layer.css +59 -0
  54. package/styles/Code.css +21 -0
  55. package/styles/Code.layer.css +22 -0
  56. package/styles/ColorInput.css +21 -0
  57. package/styles/ColorInput.layer.css +22 -0
  58. package/styles/ColorPicker.css +160 -0
  59. package/styles/ColorPicker.layer.css +161 -0
  60. package/styles/ColorSwatch.css +71 -0
  61. package/styles/ColorSwatch.layer.css +72 -0
  62. package/styles/Combobox.css +210 -0
  63. package/styles/Combobox.layer.css +211 -0
  64. package/styles/Container.css +37 -0
  65. package/styles/Container.layer.css +38 -0
  66. package/styles/Dialog.css +19 -0
  67. package/styles/Dialog.layer.css +20 -0
  68. package/styles/Divider.css +62 -0
  69. package/styles/Divider.layer.css +63 -0
  70. package/styles/Drawer.css +33 -0
  71. package/styles/Drawer.layer.css +34 -0
  72. package/styles/Fieldset.css +49 -0
  73. package/styles/Fieldset.layer.css +50 -0
  74. package/styles/Flex.css +3 -0
  75. package/styles/Flex.layer.css +4 -0
  76. package/styles/FloatingIndicator.css +20 -0
  77. package/styles/FloatingIndicator.layer.css +21 -0
  78. package/styles/Grid.css +34 -0
  79. package/styles/Grid.layer.css +35 -0
  80. package/styles/Group.css +13 -0
  81. package/styles/Group.layer.css +14 -0
  82. package/styles/Image.css +6 -0
  83. package/styles/Image.layer.css +7 -0
  84. package/styles/Indicator.css +64 -0
  85. package/styles/Indicator.layer.css +65 -0
  86. package/styles/InlineInput.css +66 -0
  87. package/styles/InlineInput.layer.css +67 -0
  88. package/styles/Input.css +333 -0
  89. package/styles/Input.layer.css +334 -0
  90. package/styles/Kbd.css +31 -0
  91. package/styles/Kbd.layer.css +32 -0
  92. package/styles/List.css +51 -0
  93. package/styles/List.layer.css +52 -0
  94. package/styles/Loader.css +114 -0
  95. package/styles/Loader.layer.css +115 -0
  96. package/styles/LoadingOverlay.css +18 -0
  97. package/styles/LoadingOverlay.layer.css +19 -0
  98. package/styles/Mark.css +11 -0
  99. package/styles/Mark.layer.css +12 -0
  100. package/styles/Menu.css +80 -0
  101. package/styles/Menu.layer.css +81 -0
  102. package/styles/Modal.css +61 -0
  103. package/styles/Modal.layer.css +62 -0
  104. package/styles/ModalBase.css +56 -0
  105. package/styles/ModalBase.layer.css +57 -0
  106. package/styles/NavLink.css +118 -0
  107. package/styles/NavLink.layer.css +119 -0
  108. package/styles/Notification.css +131 -0
  109. package/styles/Notification.layer.css +132 -0
  110. package/styles/NumberInput.css +81 -0
  111. package/styles/NumberInput.layer.css +82 -0
  112. package/styles/Overlay.css +19 -0
  113. package/styles/Overlay.layer.css +20 -0
  114. package/styles/Pagination.css +96 -0
  115. package/styles/Pagination.layer.css +97 -0
  116. package/styles/Paper.css +24 -0
  117. package/styles/Paper.layer.css +25 -0
  118. package/styles/PasswordInput.css +62 -0
  119. package/styles/PasswordInput.layer.css +63 -0
  120. package/styles/Pill.css +117 -0
  121. package/styles/Pill.layer.css +118 -0
  122. package/styles/PillsInput.css +45 -0
  123. package/styles/PillsInput.layer.css +46 -0
  124. package/styles/PinInput.css +13 -0
  125. package/styles/PinInput.layer.css +14 -0
  126. package/styles/Popover.css +36 -0
  127. package/styles/Popover.layer.css +37 -0
  128. package/styles/Progress.css +142 -0
  129. package/styles/Progress.layer.css +143 -0
  130. package/styles/Radio.css +109 -0
  131. package/styles/Radio.layer.css +110 -0
  132. package/styles/RadioCard.css +24 -0
  133. package/styles/RadioCard.layer.css +25 -0
  134. package/styles/RadioIndicator.css +91 -0
  135. package/styles/RadioIndicator.layer.css +92 -0
  136. package/styles/Rating.css +82 -0
  137. package/styles/Rating.layer.css +83 -0
  138. package/styles/RingProgress.css +39 -0
  139. package/styles/RingProgress.layer.css +40 -0
  140. package/styles/ScrollArea.css +189 -0
  141. package/styles/ScrollArea.layer.css +190 -0
  142. package/styles/SegmentedControl.css +224 -0
  143. package/styles/SegmentedControl.layer.css +225 -0
  144. package/styles/SemiCircleProgress.css +56 -0
  145. package/styles/SemiCircleProgress.layer.css +57 -0
  146. package/styles/SimpleGrid.css +9 -0
  147. package/styles/SimpleGrid.layer.css +10 -0
  148. package/styles/Skeleton.css +50 -0
  149. package/styles/Skeleton.layer.css +51 -0
  150. package/styles/Slider.css +209 -0
  151. package/styles/Slider.layer.css +210 -0
  152. package/styles/Spoiler.css +21 -0
  153. package/styles/Spoiler.layer.css +22 -0
  154. package/styles/Stack.css +7 -0
  155. package/styles/Stack.layer.css +8 -0
  156. package/styles/Stepper.css +204 -0
  157. package/styles/Stepper.layer.css +205 -0
  158. package/styles/Switch.css +172 -0
  159. package/styles/Switch.layer.css +173 -0
  160. package/styles/Table.css +159 -0
  161. package/styles/Table.layer.css +160 -0
  162. package/styles/TableOfContents.css +38 -0
  163. package/styles/TableOfContents.layer.css +39 -0
  164. package/styles/Tabs.css +368 -0
  165. package/styles/Tabs.layer.css +369 -0
  166. package/styles/Text.css +51 -0
  167. package/styles/Text.layer.css +52 -0
  168. package/styles/ThemeIcon.css +24 -0
  169. package/styles/ThemeIcon.layer.css +25 -0
  170. package/styles/Timeline.css +173 -0
  171. package/styles/Timeline.layer.css +174 -0
  172. package/styles/Title.css +16 -0
  173. package/styles/Title.layer.css +17 -0
  174. package/styles/Tooltip.css +34 -0
  175. package/styles/Tooltip.layer.css +35 -0
  176. package/styles/Tree.css +36 -0
  177. package/styles/Tree.layer.css +37 -0
  178. package/styles/Typography.css +209 -0
  179. package/styles/Typography.layer.css +210 -0
  180. package/styles/UnstyledButton.css +17 -0
  181. package/styles/UnstyledButton.layer.css +18 -0
  182. package/styles/VisuallyHidden.css +11 -0
  183. package/styles/VisuallyHidden.layer.css +12 -0
  184. package/styles/baseline.css +40 -0
  185. package/styles/baseline.layer.css +41 -0
  186. package/styles/default-css-variables.css +519 -0
  187. package/styles/default-css-variables.layer.css +520 -0
  188. package/styles/global.css +40 -0
  189. package/styles/global.layer.css +41 -0
@@ -0,0 +1,161 @@
1
+ @layer mantine {.m_fee9c77 {
2
+ --cp-width-xs: 180px;
3
+ --cp-width-sm: 200px;
4
+ --cp-width-md: 240px;
5
+ --cp-width-lg: 280px;
6
+ --cp-width-xl: 320px;
7
+
8
+ --cp-preview-size-xs: 26px;
9
+ --cp-preview-size-sm: 34px;
10
+ --cp-preview-size-md: 42px;
11
+ --cp-preview-size-lg: 50px;
12
+ --cp-preview-size-xl: 54px;
13
+
14
+ --cp-thumb-size-xs: 8px;
15
+ --cp-thumb-size-sm: 12px;
16
+ --cp-thumb-size-md: 16px;
17
+ --cp-thumb-size-lg: 20px;
18
+ --cp-thumb-size-xl: 22px;
19
+
20
+ --cp-saturation-height-xs: 100px;
21
+ --cp-saturation-height-sm: 110px;
22
+ --cp-saturation-height-md: 120px;
23
+ --cp-saturation-height-lg: 140px;
24
+ --cp-saturation-height-xl: 160px;
25
+
26
+ --cp-preview-size: var(--cp-preview-size-sm);
27
+ --cp-thumb-size: var(--cp-thumb-size-sm);
28
+ --cp-saturation-height: var(--cp-saturation-height-sm);
29
+ --cp-width: var(--cp-width-sm);
30
+ --cp-body-spacing: var(--mantine-spacing-sm);
31
+
32
+ width: var(--cp-width);
33
+ padding: 1px;
34
+ }
35
+
36
+ .m_fee9c77:where([data-full-width]) {
37
+ width: 100%;
38
+ }
39
+
40
+ .m_9dddfbac {
41
+ width: var(--cp-preview-size);
42
+ height: var(--cp-preview-size);
43
+ }
44
+
45
+ .m_bffecc3e {
46
+ display: flex;
47
+ padding-top: calc(var(--cp-body-spacing) / 2);
48
+ }
49
+
50
+ .m_3283bb96 {
51
+ flex: 1;
52
+ }
53
+
54
+ .m_3283bb96:not(:only-child) {
55
+ margin-inline-end: var(--mantine-spacing-xs);
56
+ }
57
+
58
+ .m_40d572ba {
59
+ overflow: hidden;
60
+ position: absolute;
61
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
62
+ border: 2px solid var(--mantine-color-white);
63
+ width: var(--cp-thumb-size);
64
+ height: var(--cp-thumb-size);
65
+ border-radius: var(--cp-thumb-size);
66
+ left: calc(var(--thumb-x-offset) - var(--cp-thumb-size) / 2);
67
+ top: calc(var(--thumb-y-offset) - var(--cp-thumb-size) / 2);
68
+ }
69
+
70
+ .m_d8ee6fd8 {
71
+ height: unset !important;
72
+ width: unset !important;
73
+ min-width: 0 !important;
74
+ min-height: 0 !important;
75
+ margin: 2px;
76
+ cursor: pointer;
77
+ padding-bottom: calc(var(--cp-swatch-size) - calc(0.25rem * var(--mantine-scale)));
78
+ flex: 0 0 calc(var(--cp-swatch-size) - calc(0.25rem * var(--mantine-scale)));
79
+ }
80
+
81
+ .m_5711e686 {
82
+ margin-top: 5px;
83
+ margin-inline: -2px;
84
+ display: flex;
85
+ flex-wrap: wrap;
86
+ }
87
+
88
+ .m_5711e686:only-child {
89
+ margin-top: 0;
90
+ }
91
+
92
+ .m_202a296e {
93
+ --cp-thumb-size-xs: 8px;
94
+ --cp-thumb-size-sm: 12px;
95
+ --cp-thumb-size-md: 16px;
96
+ --cp-thumb-size-lg: 20px;
97
+ --cp-thumb-size-xl: 22px;
98
+
99
+ -webkit-tap-highlight-color: transparent;
100
+ position: relative;
101
+ height: var(--cp-saturation-height);
102
+ border-radius: var(--mantine-radius-sm);
103
+ margin: calc(var(--cp-thumb-size) / 2);
104
+ }
105
+
106
+ .m_202a296e:where([data-focus-ring='auto']):focus:focus-visible .m_40d572ba {
107
+ outline: 2px solid var(--mantine-color-blue-filled);
108
+ }
109
+
110
+ .m_202a296e:where([data-focus-ring='always']):focus .m_40d572ba {
111
+ outline: 2px solid var(--mantine-color-blue-filled);
112
+ }
113
+
114
+ .m_11b3db02 {
115
+ position: absolute;
116
+ border-radius: var(--mantine-radius-sm);
117
+ inset: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
118
+ }
119
+
120
+ .m_d856d47d {
121
+ --cp-thumb-size-xs: 8px;
122
+ --cp-thumb-size-sm: 12px;
123
+ --cp-thumb-size-md: 16px;
124
+ --cp-thumb-size-lg: 20px;
125
+ --cp-thumb-size-xl: 22px;
126
+ --cp-thumb-size: var(--cp-thumb-size, calc(0.75rem * var(--mantine-scale)));
127
+
128
+ position: relative;
129
+ height: calc(var(--cp-thumb-size) + calc(0.125rem * var(--mantine-scale)));
130
+ margin-inline: calc(var(--cp-thumb-size) / 2);
131
+ outline: none;
132
+ }
133
+
134
+ .m_d856d47d + .m_d856d47d {
135
+ margin-top: 6px;
136
+ }
137
+
138
+ .m_d856d47d:where([data-focus-ring='auto']):focus:focus-visible .m_40d572ba {
139
+ outline: 2px solid var(--mantine-color-blue-filled);
140
+ }
141
+
142
+ .m_d856d47d:where([data-focus-ring='always']):focus .m_40d572ba {
143
+ outline: 2px solid var(--mantine-color-blue-filled);
144
+ }
145
+
146
+ :where([data-mantine-color-scheme='light']) .m_d856d47d {
147
+ --slider-checkers: var(--mantine-color-gray-3);
148
+ }
149
+
150
+ :where([data-mantine-color-scheme='dark']) .m_d856d47d {
151
+ --slider-checkers: var(--mantine-color-dark-4);
152
+ }
153
+
154
+ .m_8f327113 {
155
+ position: absolute;
156
+ top: 0;
157
+ bottom: 0;
158
+ inset-inline: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
159
+ border-radius: 10000rem;
160
+ }
161
+ }
@@ -0,0 +1,71 @@
1
+ .m_de3d2490 {
2
+ --cs-size: 28px;
3
+ --cs-radius: 1000px;
4
+
5
+ -webkit-tap-highlight-color: transparent;
6
+ border: none;
7
+ appearance: none;
8
+ display: block;
9
+ line-height: 1;
10
+ position: relative;
11
+ width: var(--cs-size);
12
+ height: var(--cs-size);
13
+ min-width: var(--cs-size);
14
+ min-height: var(--cs-size);
15
+ border-radius: var(--cs-radius);
16
+ color: inherit;
17
+ text-decoration: none;
18
+ }
19
+
20
+ [data-mantine-color-scheme='light'] .m_de3d2490 {
21
+ --alpha-overlay-color: var(--mantine-color-gray-3);
22
+ --alpha-overlay-bg: var(--mantine-color-white);
23
+ }
24
+
25
+ [data-mantine-color-scheme='dark'] .m_de3d2490 {
26
+ --alpha-overlay-color: var(--mantine-color-dark-4);
27
+ --alpha-overlay-bg: var(--mantine-color-dark-7);
28
+ }
29
+
30
+ .m_862f3d1b {
31
+ position: absolute;
32
+ inset: 0;
33
+ border-radius: var(--cs-radius);
34
+ }
35
+
36
+ .m_98ae7f22 {
37
+ position: absolute;
38
+ inset: 0;
39
+ border-radius: var(--cs-radius);
40
+ z-index: 1;
41
+ box-shadow:
42
+ rgba(0, 0, 0, 0.1) 0 0 0 calc(0.0625rem * var(--mantine-scale)) inset,
43
+ rgb(0, 0, 0, 0.15) 0 0 calc(0.25rem * var(--mantine-scale)) inset;
44
+ }
45
+
46
+ .m_95709ac0 {
47
+ position: absolute;
48
+ inset: 0;
49
+ border-radius: var(--cs-radius);
50
+ background-size: 8px 8px;
51
+ background-position:
52
+ 0 0,
53
+ 0 4px,
54
+ 4px -4px,
55
+ -4px 0;
56
+ background-image:
57
+ linear-gradient(45deg, var(--alpha-overlay-color) 25%, transparent 25%),
58
+ linear-gradient(-45deg, var(--alpha-overlay-color) 25%, transparent 25%),
59
+ linear-gradient(45deg, transparent 75%, var(--alpha-overlay-color) 75%),
60
+ linear-gradient(-45deg, var(--alpha-overlay-bg) 75%, var(--alpha-overlay-color) 75%);
61
+ }
62
+
63
+ .m_93e74e3 {
64
+ position: absolute;
65
+ inset: 0;
66
+ border-radius: var(--cs-radius);
67
+ z-index: 2;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ }
@@ -0,0 +1,72 @@
1
+ @layer mantine {.m_de3d2490 {
2
+ --cs-size: 28px;
3
+ --cs-radius: 1000px;
4
+
5
+ -webkit-tap-highlight-color: transparent;
6
+ border: none;
7
+ appearance: none;
8
+ display: block;
9
+ line-height: 1;
10
+ position: relative;
11
+ width: var(--cs-size);
12
+ height: var(--cs-size);
13
+ min-width: var(--cs-size);
14
+ min-height: var(--cs-size);
15
+ border-radius: var(--cs-radius);
16
+ color: inherit;
17
+ text-decoration: none;
18
+ }
19
+
20
+ [data-mantine-color-scheme='light'] .m_de3d2490 {
21
+ --alpha-overlay-color: var(--mantine-color-gray-3);
22
+ --alpha-overlay-bg: var(--mantine-color-white);
23
+ }
24
+
25
+ [data-mantine-color-scheme='dark'] .m_de3d2490 {
26
+ --alpha-overlay-color: var(--mantine-color-dark-4);
27
+ --alpha-overlay-bg: var(--mantine-color-dark-7);
28
+ }
29
+
30
+ .m_862f3d1b {
31
+ position: absolute;
32
+ inset: 0;
33
+ border-radius: var(--cs-radius);
34
+ }
35
+
36
+ .m_98ae7f22 {
37
+ position: absolute;
38
+ inset: 0;
39
+ border-radius: var(--cs-radius);
40
+ z-index: 1;
41
+ box-shadow:
42
+ rgba(0, 0, 0, 0.1) 0 0 0 calc(0.0625rem * var(--mantine-scale)) inset,
43
+ rgb(0, 0, 0, 0.15) 0 0 calc(0.25rem * var(--mantine-scale)) inset;
44
+ }
45
+
46
+ .m_95709ac0 {
47
+ position: absolute;
48
+ inset: 0;
49
+ border-radius: var(--cs-radius);
50
+ background-size: 8px 8px;
51
+ background-position:
52
+ 0 0,
53
+ 0 4px,
54
+ 4px -4px,
55
+ -4px 0;
56
+ background-image:
57
+ linear-gradient(45deg, var(--alpha-overlay-color) 25%, transparent 25%),
58
+ linear-gradient(-45deg, var(--alpha-overlay-color) 25%, transparent 25%),
59
+ linear-gradient(45deg, transparent 75%, var(--alpha-overlay-color) 75%),
60
+ linear-gradient(-45deg, var(--alpha-overlay-bg) 75%, var(--alpha-overlay-color) 75%);
61
+ }
62
+
63
+ .m_93e74e3 {
64
+ position: absolute;
65
+ inset: 0;
66
+ border-radius: var(--cs-radius);
67
+ z-index: 2;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ }
72
+ }
@@ -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
+ }