@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,188 @@
1
+ .m_8d3f4000 {
2
+ --ai-size-xs: 18px;
3
+ --ai-size-sm: 22px;
4
+ --ai-size-md: 28px;
5
+ --ai-size-lg: 34px;
6
+ --ai-size-xl: 44px;
7
+
8
+ --ai-size-input-xs: 30px;
9
+ --ai-size-input-sm: 36px;
10
+ --ai-size-input-md: 42px;
11
+ --ai-size-input-lg: 50px;
12
+ --ai-size-input-xl: 60px;
13
+
14
+ --ai-size: var(--ai-size-md);
15
+ --ai-color: var(--mantine-color-white);
16
+
17
+ line-height: 1;
18
+ display: inline-flex;
19
+ align-items: center;
20
+ justify-content: center;
21
+ position: relative;
22
+ user-select: none;
23
+ overflow: hidden;
24
+
25
+ width: var(--ai-size);
26
+ height: var(--ai-size);
27
+ min-width: var(--ai-size);
28
+ min-height: var(--ai-size);
29
+ border-radius: var(--ai-radius, var(--mantine-radius-default));
30
+ background: var(--ai-bg, var(--mantine-primary-color-filled));
31
+ color: var(--ai-color, var(--mantine-color-white));
32
+ border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
33
+ cursor: pointer;
34
+ }
35
+
36
+ @media (hover: hover) {
37
+ .m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
38
+ background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
39
+ color: var(--ai-hover-color, var(--ai-color));
40
+ }
41
+ }
42
+
43
+ @media (hover: none) {
44
+ .m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
45
+ background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
46
+ color: var(--ai-hover-color, var(--ai-color));
47
+ }
48
+ }
49
+
50
+ .m_8d3f4000[data-loading] {
51
+ cursor: not-allowed;
52
+ }
53
+
54
+ .m_8d3f4000[data-loading] .m_8d3afb97 {
55
+ opacity: 0;
56
+ transform: translateY(100%);
57
+ }
58
+
59
+ .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
60
+ cursor: not-allowed;
61
+ border: 1px solid transparent;
62
+ color: var(--mantine-color-disabled-color);
63
+ background-color: var(--mantine-color-disabled);
64
+ }
65
+
66
+ .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
67
+ transform: none;
68
+ }
69
+
70
+ .m_302b9fb1 {
71
+ inset: -1px;
72
+ position: absolute;
73
+ border-radius: var(--ai-radius, var(--mantine-radius-default));
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ }
78
+
79
+ :where([data-mantine-color-scheme='light']) .m_302b9fb1 {
80
+ background-color: rgba(255, 255, 255, 0.15);
81
+ }
82
+
83
+ :where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
84
+ background-color: rgba(0, 0, 0, 0.15);
85
+ }
86
+
87
+ .m_1a0f1b21 {
88
+ --ai-border-width: 1px;
89
+ display: flex;
90
+ }
91
+
92
+ .m_1a0f1b21 :where(*):focus {
93
+ position: relative;
94
+ z-index: 1;
95
+ }
96
+
97
+ .m_1a0f1b21[data-orientation='horizontal'] {
98
+ flex-direction: row;
99
+ }
100
+
101
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
102
+ border-end-end-radius: 0;
103
+ border-start-end-radius: 0;
104
+ border-inline-end-width: calc(var(--ai-border-width) / 2);
105
+ }
106
+
107
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
108
+ border-end-start-radius: 0;
109
+ border-start-start-radius: 0;
110
+ border-inline-start-width: calc(var(--ai-border-width) / 2);
111
+ }
112
+
113
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
114
+ border-radius: 0;
115
+ border-inline-width: calc(var(--ai-border-width) / 2);
116
+ }
117
+
118
+ .m_1a0f1b21[data-orientation='vertical'] {
119
+ flex-direction: column;
120
+ }
121
+
122
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
123
+ border-end-start-radius: 0;
124
+ border-end-end-radius: 0;
125
+ border-bottom-width: calc(var(--ai-border-width) / 2);
126
+ }
127
+
128
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
129
+ border-start-start-radius: 0;
130
+ border-start-end-radius: 0;
131
+ border-top-width: calc(var(--ai-border-width) / 2);
132
+ }
133
+
134
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
135
+ border-radius: 0;
136
+ border-bottom-width: calc(var(--ai-border-width) / 2);
137
+ border-top-width: calc(var(--ai-border-width) / 2);
138
+ }
139
+
140
+ .m_8d3afb97 {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ transition:
145
+ transform 150ms ease,
146
+ opacity 100ms ease;
147
+ width: 100%;
148
+ height: 100%;
149
+ }
150
+
151
+ .m_437b6484 {
152
+ --section-height-xs: 18px;
153
+ --section-height-sm: 22px;
154
+ --section-height-md: 28px;
155
+ --section-height-lg: 34px;
156
+ --section-height-xl: 44px;
157
+
158
+ --section-height-input-xs: 30px;
159
+ --section-height-input-sm: 36px;
160
+ --section-height-input-md: 42px;
161
+ --section-height-input-lg: 50px;
162
+ --section-height-input-xl: 60px;
163
+
164
+ --section-padding-x-xs: 6px;
165
+ --section-padding-x-sm: 8px;
166
+ --section-padding-x-md: 10px;
167
+ --section-padding-x-lg: 12px;
168
+ --section-padding-x-xl: 16px;
169
+
170
+ --section-height: var(--section-height-sm);
171
+ --section-padding-x: var(--section-padding-x-sm);
172
+ --section-color: var(--mantine-color-white);
173
+
174
+ font-weight: 600;
175
+ width: auto;
176
+ border-radius: var(--section-radius, var(--mantine-radius-default));
177
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
178
+ background: var(--section-bg, var(--mantine-primary-color-filled));
179
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
180
+ color: var(--section-color, var(--mantine-color-white));
181
+ height: var(--section-height, var(--section-height-sm));
182
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
183
+ vertical-align: middle;
184
+ line-height: 1;
185
+ display: inline-flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ }
@@ -0,0 +1,189 @@
1
+ @layer mantine {.m_8d3f4000 {
2
+ --ai-size-xs: 18px;
3
+ --ai-size-sm: 22px;
4
+ --ai-size-md: 28px;
5
+ --ai-size-lg: 34px;
6
+ --ai-size-xl: 44px;
7
+
8
+ --ai-size-input-xs: 30px;
9
+ --ai-size-input-sm: 36px;
10
+ --ai-size-input-md: 42px;
11
+ --ai-size-input-lg: 50px;
12
+ --ai-size-input-xl: 60px;
13
+
14
+ --ai-size: var(--ai-size-md);
15
+ --ai-color: var(--mantine-color-white);
16
+
17
+ line-height: 1;
18
+ display: inline-flex;
19
+ align-items: center;
20
+ justify-content: center;
21
+ position: relative;
22
+ user-select: none;
23
+ overflow: hidden;
24
+
25
+ width: var(--ai-size);
26
+ height: var(--ai-size);
27
+ min-width: var(--ai-size);
28
+ min-height: var(--ai-size);
29
+ border-radius: var(--ai-radius, var(--mantine-radius-default));
30
+ background: var(--ai-bg, var(--mantine-primary-color-filled));
31
+ color: var(--ai-color, var(--mantine-color-white));
32
+ border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
33
+ cursor: pointer;
34
+ }
35
+
36
+ @media (hover: hover) {
37
+ .m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
38
+ background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
39
+ color: var(--ai-hover-color, var(--ai-color));
40
+ }
41
+ }
42
+
43
+ @media (hover: none) {
44
+ .m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
45
+ background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
46
+ color: var(--ai-hover-color, var(--ai-color));
47
+ }
48
+ }
49
+
50
+ .m_8d3f4000[data-loading] {
51
+ cursor: not-allowed;
52
+ }
53
+
54
+ .m_8d3f4000[data-loading] .m_8d3afb97 {
55
+ opacity: 0;
56
+ transform: translateY(100%);
57
+ }
58
+
59
+ .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
60
+ cursor: not-allowed;
61
+ border: 1px solid transparent;
62
+ color: var(--mantine-color-disabled-color);
63
+ background-color: var(--mantine-color-disabled);
64
+ }
65
+
66
+ .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
67
+ transform: none;
68
+ }
69
+
70
+ .m_302b9fb1 {
71
+ inset: -1px;
72
+ position: absolute;
73
+ border-radius: var(--ai-radius, var(--mantine-radius-default));
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ }
78
+
79
+ :where([data-mantine-color-scheme='light']) .m_302b9fb1 {
80
+ background-color: rgba(255, 255, 255, 0.15);
81
+ }
82
+
83
+ :where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
84
+ background-color: rgba(0, 0, 0, 0.15);
85
+ }
86
+
87
+ .m_1a0f1b21 {
88
+ --ai-border-width: 1px;
89
+ display: flex;
90
+ }
91
+
92
+ .m_1a0f1b21 :where(*):focus {
93
+ position: relative;
94
+ z-index: 1;
95
+ }
96
+
97
+ .m_1a0f1b21[data-orientation='horizontal'] {
98
+ flex-direction: row;
99
+ }
100
+
101
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
102
+ border-end-end-radius: 0;
103
+ border-start-end-radius: 0;
104
+ border-inline-end-width: calc(var(--ai-border-width) / 2);
105
+ }
106
+
107
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
108
+ border-end-start-radius: 0;
109
+ border-start-start-radius: 0;
110
+ border-inline-start-width: calc(var(--ai-border-width) / 2);
111
+ }
112
+
113
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
114
+ border-radius: 0;
115
+ border-inline-width: calc(var(--ai-border-width) / 2);
116
+ }
117
+
118
+ .m_1a0f1b21[data-orientation='vertical'] {
119
+ flex-direction: column;
120
+ }
121
+
122
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
123
+ border-end-start-radius: 0;
124
+ border-end-end-radius: 0;
125
+ border-bottom-width: calc(var(--ai-border-width) / 2);
126
+ }
127
+
128
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
129
+ border-start-start-radius: 0;
130
+ border-start-end-radius: 0;
131
+ border-top-width: calc(var(--ai-border-width) / 2);
132
+ }
133
+
134
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
135
+ border-radius: 0;
136
+ border-bottom-width: calc(var(--ai-border-width) / 2);
137
+ border-top-width: calc(var(--ai-border-width) / 2);
138
+ }
139
+
140
+ .m_8d3afb97 {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ transition:
145
+ transform 150ms ease,
146
+ opacity 100ms ease;
147
+ width: 100%;
148
+ height: 100%;
149
+ }
150
+
151
+ .m_437b6484 {
152
+ --section-height-xs: 18px;
153
+ --section-height-sm: 22px;
154
+ --section-height-md: 28px;
155
+ --section-height-lg: 34px;
156
+ --section-height-xl: 44px;
157
+
158
+ --section-height-input-xs: 30px;
159
+ --section-height-input-sm: 36px;
160
+ --section-height-input-md: 42px;
161
+ --section-height-input-lg: 50px;
162
+ --section-height-input-xl: 60px;
163
+
164
+ --section-padding-x-xs: 6px;
165
+ --section-padding-x-sm: 8px;
166
+ --section-padding-x-md: 10px;
167
+ --section-padding-x-lg: 12px;
168
+ --section-padding-x-xl: 16px;
169
+
170
+ --section-height: var(--section-height-sm);
171
+ --section-padding-x: var(--section-padding-x-sm);
172
+ --section-color: var(--mantine-color-white);
173
+
174
+ font-weight: 600;
175
+ width: auto;
176
+ border-radius: var(--section-radius, var(--mantine-radius-default));
177
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
178
+ background: var(--section-bg, var(--mantine-primary-color-filled));
179
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
180
+ color: var(--section-color, var(--mantine-color-white));
181
+ height: var(--section-height, var(--section-height-sm));
182
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
183
+ vertical-align: middle;
184
+ line-height: 1;
185
+ display: inline-flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ }
189
+ }
@@ -0,0 +1,8 @@
1
+ .m_7f854edf {
2
+ position: fixed;
3
+ z-index: var(--affix-z-index);
4
+ inset-inline-start: var(--affix-left);
5
+ inset-inline-end: var(--affix-right);
6
+ top: var(--affix-top);
7
+ bottom: var(--affix-bottom);
8
+ }
@@ -0,0 +1,9 @@
1
+ @layer mantine {.m_7f854edf {
2
+ position: fixed;
3
+ z-index: var(--affix-z-index);
4
+ inset-inline-start: var(--affix-left);
5
+ inset-inline-end: var(--affix-right);
6
+ top: var(--affix-top);
7
+ bottom: var(--affix-bottom);
8
+ }
9
+ }
@@ -0,0 +1,82 @@
1
+ .m_66836ed3 {
2
+ --alert-radius: var(--mantine-radius-default);
3
+ --alert-bg: var(--mantine-primary-color-light);
4
+ --alert-bd: 1px solid transparent;
5
+ --alert-color: var(--mantine-primary-color-light-color);
6
+
7
+ padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
8
+ border-radius: var(--alert-radius);
9
+ position: relative;
10
+ overflow: hidden;
11
+ background-color: var(--alert-bg);
12
+ border: var(--alert-bd);
13
+ color: var(--alert-color);
14
+ }
15
+
16
+ .m_a5d60502 {
17
+ display: flex;
18
+ }
19
+
20
+ .m_667c2793 {
21
+ flex: 1;
22
+ display: flex;
23
+ flex-direction: column;
24
+ gap: var(--mantine-spacing-xs);
25
+ }
26
+
27
+ .m_6a03f287 {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ font-size: var(--mantine-font-size-sm);
32
+ font-weight: 700;
33
+ }
34
+
35
+ .m_6a03f287:where([data-with-close-button]) {
36
+ padding-inline-end: var(--mantine-spacing-md);
37
+ }
38
+
39
+ .m_698f4f23 {
40
+ display: block;
41
+ overflow: hidden;
42
+ text-overflow: ellipsis;
43
+ }
44
+
45
+ .m_667f2a6a {
46
+ line-height: 1;
47
+ width: 20px;
48
+ height: 20px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: flex-start;
52
+ margin-inline-end: var(--mantine-spacing-md);
53
+ margin-top: 1px;
54
+ }
55
+
56
+ .m_7fa78076 {
57
+ text-overflow: ellipsis;
58
+ overflow: hidden;
59
+ font-size: var(--mantine-font-size-sm);
60
+ }
61
+
62
+ :where([data-mantine-color-scheme='light']) .m_7fa78076 {
63
+ color: var(--mantine-color-black);
64
+ }
65
+
66
+ :where([data-mantine-color-scheme='dark']) .m_7fa78076 {
67
+ color: var(--mantine-color-white);
68
+ }
69
+
70
+ .m_7fa78076:where([data-variant='filled']) {
71
+ color: var(--alert-color);
72
+ }
73
+
74
+ .m_7fa78076:where([data-variant='white']) {
75
+ color: var(--mantine-color-black);
76
+ }
77
+
78
+ .m_87f54839 {
79
+ width: 20px;
80
+ height: 20px;
81
+ color: var(--alert-color);
82
+ }
@@ -0,0 +1,83 @@
1
+ @layer mantine {.m_66836ed3 {
2
+ --alert-radius: var(--mantine-radius-default);
3
+ --alert-bg: var(--mantine-primary-color-light);
4
+ --alert-bd: 1px solid transparent;
5
+ --alert-color: var(--mantine-primary-color-light-color);
6
+
7
+ padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
8
+ border-radius: var(--alert-radius);
9
+ position: relative;
10
+ overflow: hidden;
11
+ background-color: var(--alert-bg);
12
+ border: var(--alert-bd);
13
+ color: var(--alert-color);
14
+ }
15
+
16
+ .m_a5d60502 {
17
+ display: flex;
18
+ }
19
+
20
+ .m_667c2793 {
21
+ flex: 1;
22
+ display: flex;
23
+ flex-direction: column;
24
+ gap: var(--mantine-spacing-xs);
25
+ }
26
+
27
+ .m_6a03f287 {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ font-size: var(--mantine-font-size-sm);
32
+ font-weight: 700;
33
+ }
34
+
35
+ .m_6a03f287:where([data-with-close-button]) {
36
+ padding-inline-end: var(--mantine-spacing-md);
37
+ }
38
+
39
+ .m_698f4f23 {
40
+ display: block;
41
+ overflow: hidden;
42
+ text-overflow: ellipsis;
43
+ }
44
+
45
+ .m_667f2a6a {
46
+ line-height: 1;
47
+ width: 20px;
48
+ height: 20px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: flex-start;
52
+ margin-inline-end: var(--mantine-spacing-md);
53
+ margin-top: 1px;
54
+ }
55
+
56
+ .m_7fa78076 {
57
+ text-overflow: ellipsis;
58
+ overflow: hidden;
59
+ font-size: var(--mantine-font-size-sm);
60
+ }
61
+
62
+ :where([data-mantine-color-scheme='light']) .m_7fa78076 {
63
+ color: var(--mantine-color-black);
64
+ }
65
+
66
+ :where([data-mantine-color-scheme='dark']) .m_7fa78076 {
67
+ color: var(--mantine-color-white);
68
+ }
69
+
70
+ .m_7fa78076:where([data-variant='filled']) {
71
+ color: var(--alert-color);
72
+ }
73
+
74
+ .m_7fa78076:where([data-variant='white']) {
75
+ color: var(--mantine-color-black);
76
+ }
77
+
78
+ .m_87f54839 {
79
+ width: 20px;
80
+ height: 20px;
81
+ color: var(--alert-color);
82
+ }
83
+ }
@@ -0,0 +1,56 @@
1
+ .m_849cf0da {
2
+ color: var(--mantine-color-anchor);
3
+ text-decoration: none;
4
+ appearance: none;
5
+ border: none;
6
+ display: inline;
7
+ padding: 0;
8
+ margin: 0;
9
+ background-color: transparent;
10
+ cursor: pointer;
11
+ }
12
+
13
+ @media (hover: hover) {
14
+
15
+ .m_849cf0da:where([data-underline='hover']):hover {
16
+ text-decoration: underline;
17
+ }
18
+ }
19
+
20
+ @media (hover: none) {
21
+
22
+ .m_849cf0da:where([data-underline='hover']):active {
23
+ text-decoration: underline;
24
+ }
25
+ }
26
+
27
+ .m_849cf0da:where([data-underline='not-hover']) {
28
+ text-decoration: underline;
29
+ }
30
+
31
+ @media (hover: hover) {
32
+
33
+ .m_849cf0da:where([data-underline='not-hover']):hover {
34
+ text-decoration: none;
35
+ }
36
+ }
37
+
38
+ @media (hover: none) {
39
+
40
+ .m_849cf0da:where([data-underline='not-hover']):active {
41
+ text-decoration: none;
42
+ }
43
+ }
44
+
45
+ .m_849cf0da:where([data-underline='always']) {
46
+ text-decoration: underline;
47
+ }
48
+
49
+ .m_849cf0da:where([data-variant='gradient']),
50
+ .m_849cf0da:where([data-variant='gradient']):hover {
51
+ text-decoration: none;
52
+ }
53
+
54
+ .m_849cf0da:where([data-line-clamp]) {
55
+ display: -webkit-box;
56
+ }
@@ -0,0 +1,57 @@
1
+ @layer mantine {.m_849cf0da {
2
+ color: var(--mantine-color-anchor);
3
+ text-decoration: none;
4
+ appearance: none;
5
+ border: none;
6
+ display: inline;
7
+ padding: 0;
8
+ margin: 0;
9
+ background-color: transparent;
10
+ cursor: pointer;
11
+ }
12
+
13
+ @media (hover: hover) {
14
+
15
+ .m_849cf0da:where([data-underline='hover']):hover {
16
+ text-decoration: underline;
17
+ }
18
+ }
19
+
20
+ @media (hover: none) {
21
+
22
+ .m_849cf0da:where([data-underline='hover']):active {
23
+ text-decoration: underline;
24
+ }
25
+ }
26
+
27
+ .m_849cf0da:where([data-underline='not-hover']) {
28
+ text-decoration: underline;
29
+ }
30
+
31
+ @media (hover: hover) {
32
+
33
+ .m_849cf0da:where([data-underline='not-hover']):hover {
34
+ text-decoration: none;
35
+ }
36
+ }
37
+
38
+ @media (hover: none) {
39
+
40
+ .m_849cf0da:where([data-underline='not-hover']):active {
41
+ text-decoration: none;
42
+ }
43
+ }
44
+
45
+ .m_849cf0da:where([data-underline='always']) {
46
+ text-decoration: underline;
47
+ }
48
+
49
+ .m_849cf0da:where([data-variant='gradient']),
50
+ .m_849cf0da:where([data-variant='gradient']):hover {
51
+ text-decoration: none;
52
+ }
53
+
54
+ .m_849cf0da:where([data-line-clamp]) {
55
+ display: -webkit-box;
56
+ }
57
+ }