@mantine/core 7.7.0 → 7.7.1

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 (359) hide show
  1. package/cjs/components/Accordion/Accordion.module.css.cjs +1 -1
  2. package/cjs/components/ActionIcon/ActionIcon.module.css.cjs +1 -1
  3. package/cjs/components/Affix/Affix.module.css.cjs +1 -1
  4. package/cjs/components/Alert/Alert.module.css.cjs +1 -1
  5. package/cjs/components/Anchor/Anchor.module.css.cjs +1 -1
  6. package/cjs/components/AppShell/AppShell.module.css.cjs +1 -1
  7. package/cjs/components/AppShell/use-resizing/use-resizing.cjs +9 -4
  8. package/cjs/components/AppShell/use-resizing/use-resizing.cjs.map +1 -1
  9. package/cjs/components/AspectRatio/AspectRatio.module.css.cjs +1 -1
  10. package/cjs/components/Avatar/Avatar.module.css.cjs +1 -1
  11. package/cjs/components/BackgroundImage/BackgroundImage.module.css.cjs +1 -1
  12. package/cjs/components/Badge/Badge.module.css.cjs +1 -1
  13. package/cjs/components/Blockquote/Blockquote.module.css.cjs +1 -1
  14. package/cjs/components/Breadcrumbs/Breadcrumbs.module.css.cjs +1 -1
  15. package/cjs/components/Burger/Burger.module.css.cjs +1 -1
  16. package/cjs/components/Button/Button.module.css.cjs +1 -1
  17. package/cjs/components/Card/Card.module.css.cjs +1 -1
  18. package/cjs/components/Center/Center.module.css.cjs +1 -1
  19. package/cjs/components/Checkbox/Checkbox.module.css.cjs +1 -1
  20. package/cjs/components/Chip/Chip.module.css.cjs +1 -1
  21. package/cjs/components/CloseButton/CloseButton.module.css.cjs +1 -1
  22. package/cjs/components/Code/Code.module.css.cjs +1 -1
  23. package/cjs/components/ColorInput/ColorInput.module.css.cjs +1 -1
  24. package/cjs/components/ColorPicker/ColorPicker.module.css.cjs +1 -1
  25. package/cjs/components/ColorSwatch/ColorSwatch.module.css.cjs +1 -1
  26. package/cjs/components/Combobox/Combobox.module.css.cjs +1 -1
  27. package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.cjs +2 -1
  28. package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.cjs.map +1 -1
  29. package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs +4 -0
  30. package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs.map +1 -1
  31. package/cjs/components/Container/Container.module.css.cjs +1 -1
  32. package/cjs/components/Dialog/Dialog.module.css.cjs +1 -1
  33. package/cjs/components/Divider/Divider.module.css.cjs +1 -1
  34. package/cjs/components/Drawer/Drawer.module.css.cjs +1 -1
  35. package/cjs/components/Fieldset/Fieldset.module.css.cjs +1 -1
  36. package/cjs/components/Flex/Flex.module.css.cjs +1 -1
  37. package/cjs/components/FloatingIndicator/FloatingIndicator.module.css.cjs +1 -1
  38. package/cjs/components/Grid/Grid.module.css.cjs +1 -1
  39. package/cjs/components/Group/Group.module.css.cjs +1 -1
  40. package/cjs/components/Image/Image.cjs +1 -0
  41. package/cjs/components/Image/Image.cjs.map +1 -1
  42. package/cjs/components/Image/Image.module.css.cjs +1 -1
  43. package/cjs/components/Indicator/Indicator.module.css.cjs +1 -1
  44. package/cjs/components/InlineInput/InlineInput.module.css.cjs +1 -1
  45. package/cjs/components/Input/Input.module.css.cjs +1 -1
  46. package/cjs/components/Kbd/Kbd.module.css.cjs +1 -1
  47. package/cjs/components/List/List.module.css.cjs +1 -1
  48. package/cjs/components/Loader/Loader.module.css.cjs +1 -1
  49. package/cjs/components/LoadingOverlay/LoadingOverlay.module.css.cjs +1 -1
  50. package/cjs/components/Mark/Mark.module.css.cjs +1 -1
  51. package/cjs/components/Menu/Menu.module.css.cjs +1 -1
  52. package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs +1 -1
  53. package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs.map +1 -1
  54. package/cjs/components/Modal/Modal.module.css.cjs +1 -1
  55. package/cjs/components/ModalBase/ModalBase.module.css.cjs +1 -1
  56. package/cjs/components/MultiSelect/MultiSelect.cjs +1 -0
  57. package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
  58. package/cjs/components/NavLink/NavLink.module.css.cjs +1 -1
  59. package/cjs/components/Notification/Notification.module.css.cjs +1 -1
  60. package/cjs/components/NumberInput/NumberInput.cjs +26 -20
  61. package/cjs/components/NumberInput/NumberInput.cjs.map +1 -1
  62. package/cjs/components/NumberInput/NumberInput.module.css.cjs +1 -1
  63. package/cjs/components/Overlay/Overlay.module.css.cjs +1 -1
  64. package/cjs/components/Pagination/Pagination.module.css.cjs +1 -1
  65. package/cjs/components/Paper/Paper.module.css.cjs +1 -1
  66. package/cjs/components/PasswordInput/PasswordInput.module.css.cjs +1 -1
  67. package/cjs/components/Pill/Pill.cjs +4 -1
  68. package/cjs/components/Pill/Pill.cjs.map +1 -1
  69. package/cjs/components/Pill/Pill.module.css.cjs +1 -1
  70. package/cjs/components/PillsInput/PillsInput.module.css.cjs +1 -1
  71. package/cjs/components/PinInput/PinInput.cjs +27 -17
  72. package/cjs/components/PinInput/PinInput.cjs.map +1 -1
  73. package/cjs/components/PinInput/PinInput.module.css.cjs +1 -1
  74. package/cjs/components/Popover/Popover.module.css.cjs +1 -1
  75. package/cjs/components/Progress/Progress.module.css.cjs +1 -1
  76. package/cjs/components/Radio/Radio.module.css.cjs +1 -1
  77. package/cjs/components/Rating/Rating.module.css.cjs +1 -1
  78. package/cjs/components/RingProgress/RingProgress.module.css.cjs +1 -1
  79. package/cjs/components/ScrollArea/ScrollArea.module.css.cjs +1 -1
  80. package/cjs/components/SegmentedControl/SegmentedControl.module.css.cjs +1 -1
  81. package/cjs/components/SimpleGrid/SimpleGrid.module.css.cjs +1 -1
  82. package/cjs/components/Skeleton/Skeleton.module.css.cjs +1 -1
  83. package/cjs/components/Slider/Slider.module.css.cjs +1 -1
  84. package/cjs/components/Spoiler/Spoiler.module.css.cjs +1 -1
  85. package/cjs/components/Stack/Stack.module.css.cjs +1 -1
  86. package/cjs/components/Stepper/Stepper.module.css.cjs +1 -1
  87. package/cjs/components/Switch/Switch.module.css.cjs +1 -1
  88. package/cjs/components/Table/Table.module.css.cjs +1 -1
  89. package/cjs/components/Tabs/Tabs.module.css.cjs +1 -1
  90. package/cjs/components/TagsInput/TagsInput.cjs +1 -0
  91. package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
  92. package/cjs/components/Text/Text.module.css.cjs +1 -1
  93. package/cjs/components/ThemeIcon/ThemeIcon.module.css.cjs +1 -1
  94. package/cjs/components/Timeline/Timeline.module.css.cjs +1 -1
  95. package/cjs/components/Title/Title.module.css.cjs +1 -1
  96. package/cjs/components/Tooltip/Tooltip.module.css.cjs +1 -1
  97. package/cjs/components/TypographyStylesProvider/TypographyStylesProvider.module.css.cjs +1 -1
  98. package/cjs/components/UnstyledButton/UnstyledButton.module.css.cjs +1 -1
  99. package/cjs/components/VisuallyHidden/VisuallyHidden.module.css.cjs +1 -1
  100. package/esm/components/Accordion/Accordion.module.css.mjs +1 -1
  101. package/esm/components/ActionIcon/ActionIcon.module.css.mjs +1 -1
  102. package/esm/components/Affix/Affix.module.css.mjs +1 -1
  103. package/esm/components/Alert/Alert.module.css.mjs +1 -1
  104. package/esm/components/Anchor/Anchor.module.css.mjs +1 -1
  105. package/esm/components/AppShell/AppShell.module.css.mjs +1 -1
  106. package/esm/components/AppShell/use-resizing/use-resizing.mjs +10 -5
  107. package/esm/components/AppShell/use-resizing/use-resizing.mjs.map +1 -1
  108. package/esm/components/AspectRatio/AspectRatio.module.css.mjs +1 -1
  109. package/esm/components/Avatar/Avatar.module.css.mjs +1 -1
  110. package/esm/components/BackgroundImage/BackgroundImage.module.css.mjs +1 -1
  111. package/esm/components/Badge/Badge.module.css.mjs +1 -1
  112. package/esm/components/Blockquote/Blockquote.module.css.mjs +1 -1
  113. package/esm/components/Breadcrumbs/Breadcrumbs.module.css.mjs +1 -1
  114. package/esm/components/Burger/Burger.module.css.mjs +1 -1
  115. package/esm/components/Button/Button.module.css.mjs +1 -1
  116. package/esm/components/Card/Card.module.css.mjs +1 -1
  117. package/esm/components/Center/Center.module.css.mjs +1 -1
  118. package/esm/components/Checkbox/Checkbox.module.css.mjs +1 -1
  119. package/esm/components/Chip/Chip.module.css.mjs +1 -1
  120. package/esm/components/CloseButton/CloseButton.module.css.mjs +1 -1
  121. package/esm/components/Code/Code.module.css.mjs +1 -1
  122. package/esm/components/ColorInput/ColorInput.module.css.mjs +1 -1
  123. package/esm/components/ColorPicker/ColorPicker.module.css.mjs +1 -1
  124. package/esm/components/ColorSwatch/ColorSwatch.module.css.mjs +1 -1
  125. package/esm/components/Combobox/Combobox.module.css.mjs +1 -1
  126. package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.mjs +2 -1
  127. package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.mjs.map +1 -1
  128. package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs +4 -0
  129. package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs.map +1 -1
  130. package/esm/components/Container/Container.module.css.mjs +1 -1
  131. package/esm/components/Dialog/Dialog.module.css.mjs +1 -1
  132. package/esm/components/Divider/Divider.module.css.mjs +1 -1
  133. package/esm/components/Drawer/Drawer.module.css.mjs +1 -1
  134. package/esm/components/Fieldset/Fieldset.module.css.mjs +1 -1
  135. package/esm/components/Flex/Flex.module.css.mjs +1 -1
  136. package/esm/components/FloatingIndicator/FloatingIndicator.module.css.mjs +1 -1
  137. package/esm/components/Grid/Grid.module.css.mjs +1 -1
  138. package/esm/components/Group/Group.module.css.mjs +1 -1
  139. package/esm/components/Image/Image.mjs +1 -0
  140. package/esm/components/Image/Image.mjs.map +1 -1
  141. package/esm/components/Image/Image.module.css.mjs +1 -1
  142. package/esm/components/Indicator/Indicator.module.css.mjs +1 -1
  143. package/esm/components/InlineInput/InlineInput.module.css.mjs +1 -1
  144. package/esm/components/Input/Input.module.css.mjs +1 -1
  145. package/esm/components/Kbd/Kbd.module.css.mjs +1 -1
  146. package/esm/components/List/List.module.css.mjs +1 -1
  147. package/esm/components/Loader/Loader.module.css.mjs +1 -1
  148. package/esm/components/LoadingOverlay/LoadingOverlay.module.css.mjs +1 -1
  149. package/esm/components/Mark/Mark.module.css.mjs +1 -1
  150. package/esm/components/Menu/Menu.module.css.mjs +1 -1
  151. package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs +1 -1
  152. package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs.map +1 -1
  153. package/esm/components/Modal/Modal.module.css.mjs +1 -1
  154. package/esm/components/ModalBase/ModalBase.module.css.mjs +1 -1
  155. package/esm/components/MultiSelect/MultiSelect.mjs +1 -0
  156. package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
  157. package/esm/components/NavLink/NavLink.module.css.mjs +1 -1
  158. package/esm/components/Notification/Notification.module.css.mjs +1 -1
  159. package/esm/components/NumberInput/NumberInput.mjs +26 -20
  160. package/esm/components/NumberInput/NumberInput.mjs.map +1 -1
  161. package/esm/components/NumberInput/NumberInput.module.css.mjs +1 -1
  162. package/esm/components/Overlay/Overlay.module.css.mjs +1 -1
  163. package/esm/components/Pagination/Pagination.module.css.mjs +1 -1
  164. package/esm/components/Paper/Paper.module.css.mjs +1 -1
  165. package/esm/components/PasswordInput/PasswordInput.module.css.mjs +1 -1
  166. package/esm/components/Pill/Pill.mjs +4 -1
  167. package/esm/components/Pill/Pill.mjs.map +1 -1
  168. package/esm/components/Pill/Pill.module.css.mjs +1 -1
  169. package/esm/components/PillsInput/PillsInput.module.css.mjs +1 -1
  170. package/esm/components/PinInput/PinInput.mjs +27 -17
  171. package/esm/components/PinInput/PinInput.mjs.map +1 -1
  172. package/esm/components/PinInput/PinInput.module.css.mjs +1 -1
  173. package/esm/components/Popover/Popover.module.css.mjs +1 -1
  174. package/esm/components/Progress/Progress.module.css.mjs +1 -1
  175. package/esm/components/Radio/Radio.module.css.mjs +1 -1
  176. package/esm/components/Rating/Rating.module.css.mjs +1 -1
  177. package/esm/components/RingProgress/RingProgress.module.css.mjs +1 -1
  178. package/esm/components/ScrollArea/ScrollArea.module.css.mjs +1 -1
  179. package/esm/components/SegmentedControl/SegmentedControl.module.css.mjs +1 -1
  180. package/esm/components/SimpleGrid/SimpleGrid.module.css.mjs +1 -1
  181. package/esm/components/Skeleton/Skeleton.module.css.mjs +1 -1
  182. package/esm/components/Slider/Slider.module.css.mjs +1 -1
  183. package/esm/components/Spoiler/Spoiler.module.css.mjs +1 -1
  184. package/esm/components/Stack/Stack.module.css.mjs +1 -1
  185. package/esm/components/Stepper/Stepper.module.css.mjs +1 -1
  186. package/esm/components/Switch/Switch.module.css.mjs +1 -1
  187. package/esm/components/Table/Table.module.css.mjs +1 -1
  188. package/esm/components/Tabs/Tabs.module.css.mjs +1 -1
  189. package/esm/components/TagsInput/TagsInput.mjs +1 -0
  190. package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
  191. package/esm/components/Text/Text.module.css.mjs +1 -1
  192. package/esm/components/ThemeIcon/ThemeIcon.module.css.mjs +1 -1
  193. package/esm/components/Timeline/Timeline.module.css.mjs +1 -1
  194. package/esm/components/Title/Title.module.css.mjs +1 -1
  195. package/esm/components/Tooltip/Tooltip.module.css.mjs +1 -1
  196. package/esm/components/TypographyStylesProvider/TypographyStylesProvider.module.css.mjs +1 -1
  197. package/esm/components/UnstyledButton/UnstyledButton.module.css.mjs +1 -1
  198. package/esm/components/VisuallyHidden/VisuallyHidden.module.css.mjs +1 -1
  199. package/package.json +3 -3
  200. package/styles/Accordion.css +36 -36
  201. package/styles/Accordion.layer.css +36 -36
  202. package/styles/ActionIcon.css +23 -23
  203. package/styles/ActionIcon.layer.css +23 -23
  204. package/styles/Affix.css +1 -1
  205. package/styles/Affix.layer.css +1 -1
  206. package/styles/Alert.css +13 -13
  207. package/styles/Alert.layer.css +13 -13
  208. package/styles/Anchor.css +4 -4
  209. package/styles/Anchor.layer.css +4 -4
  210. package/styles/AppShell.css +30 -29
  211. package/styles/AppShell.layer.css +30 -29
  212. package/styles/AspectRatio.css +5 -5
  213. package/styles/AspectRatio.layer.css +5 -5
  214. package/styles/Avatar.css +6 -6
  215. package/styles/Avatar.layer.css +6 -6
  216. package/styles/BackgroundImage.css +1 -1
  217. package/styles/BackgroundImage.layer.css +1 -1
  218. package/styles/Badge.css +11 -11
  219. package/styles/Badge.layer.css +11 -11
  220. package/styles/Blockquote.css +5 -5
  221. package/styles/Blockquote.layer.css +5 -5
  222. package/styles/Breadcrumbs.css +5 -5
  223. package/styles/Breadcrumbs.layer.css +5 -5
  224. package/styles/Burger.css +14 -14
  225. package/styles/Burger.layer.css +14 -14
  226. package/styles/Button.css +32 -32
  227. package/styles/Button.layer.css +32 -32
  228. package/styles/Card.css +11 -11
  229. package/styles/Card.layer.css +11 -11
  230. package/styles/Center.css +2 -2
  231. package/styles/Center.layer.css +2 -2
  232. package/styles/Checkbox.css +20 -20
  233. package/styles/Checkbox.layer.css +20 -20
  234. package/styles/Chip.css +30 -30
  235. package/styles/Chip.layer.css +30 -30
  236. package/styles/CloseButton.css +7 -7
  237. package/styles/CloseButton.layer.css +7 -7
  238. package/styles/Code.css +4 -4
  239. package/styles/Code.layer.css +4 -4
  240. package/styles/ColorInput.css +3 -3
  241. package/styles/ColorInput.layer.css +3 -3
  242. package/styles/ColorPicker.css +20 -20
  243. package/styles/ColorPicker.layer.css +20 -20
  244. package/styles/ColorSwatch.css +7 -7
  245. package/styles/ColorSwatch.layer.css +7 -7
  246. package/styles/Combobox.css +37 -37
  247. package/styles/Combobox.layer.css +37 -37
  248. package/styles/Container.css +2 -2
  249. package/styles/Container.layer.css +2 -2
  250. package/styles/Dialog.css +2 -2
  251. package/styles/Dialog.layer.css +2 -2
  252. package/styles/Divider.css +11 -11
  253. package/styles/Divider.layer.css +11 -11
  254. package/styles/Drawer.css +4 -4
  255. package/styles/Drawer.layer.css +4 -4
  256. package/styles/Fieldset.css +10 -10
  257. package/styles/Fieldset.layer.css +10 -10
  258. package/styles/Flex.css +1 -1
  259. package/styles/Flex.layer.css +1 -1
  260. package/styles/FloatingIndicator.css +3 -3
  261. package/styles/FloatingIndicator.layer.css +3 -3
  262. package/styles/Grid.css +3 -3
  263. package/styles/Grid.layer.css +3 -3
  264. package/styles/Group.css +2 -2
  265. package/styles/Group.layer.css +2 -2
  266. package/styles/Image.css +1 -1
  267. package/styles/Image.layer.css +1 -1
  268. package/styles/Indicator.css +9 -9
  269. package/styles/Indicator.layer.css +9 -9
  270. package/styles/InlineInput.css +12 -12
  271. package/styles/InlineInput.layer.css +12 -12
  272. package/styles/Input.css +46 -46
  273. package/styles/Input.layer.css +46 -46
  274. package/styles/Kbd.css +3 -3
  275. package/styles/Kbd.layer.css +3 -3
  276. package/styles/List.css +9 -9
  277. package/styles/List.layer.css +9 -9
  278. package/styles/Loader.css +17 -17
  279. package/styles/Loader.layer.css +17 -17
  280. package/styles/LoadingOverlay.css +3 -3
  281. package/styles/LoadingOverlay.layer.css +3 -3
  282. package/styles/Mark.css +3 -3
  283. package/styles/Mark.layer.css +3 -3
  284. package/styles/Menu.css +13 -13
  285. package/styles/Menu.layer.css +13 -13
  286. package/styles/Modal.css +9 -9
  287. package/styles/Modal.layer.css +9 -9
  288. package/styles/ModalBase.css +7 -7
  289. package/styles/ModalBase.layer.css +7 -7
  290. package/styles/NavLink.css +22 -22
  291. package/styles/NavLink.layer.css +22 -22
  292. package/styles/Notification.css +23 -23
  293. package/styles/Notification.layer.css +23 -23
  294. package/styles/NumberInput.css +13 -13
  295. package/styles/NumberInput.layer.css +13 -13
  296. package/styles/Overlay.css +3 -3
  297. package/styles/Overlay.layer.css +3 -3
  298. package/styles/Pagination.css +14 -14
  299. package/styles/Pagination.layer.css +14 -14
  300. package/styles/Paper.css +3 -3
  301. package/styles/Paper.layer.css +3 -3
  302. package/styles/PasswordInput.css +8 -8
  303. package/styles/PasswordInput.layer.css +8 -8
  304. package/styles/Pill.css +17 -16
  305. package/styles/Pill.layer.css +17 -16
  306. package/styles/PillsInput.css +7 -7
  307. package/styles/PillsInput.layer.css +7 -7
  308. package/styles/PinInput.css +2 -2
  309. package/styles/PinInput.layer.css +2 -2
  310. package/styles/Popover.css +5 -5
  311. package/styles/Popover.layer.css +5 -5
  312. package/styles/Progress.css +11 -11
  313. package/styles/Progress.layer.css +11 -11
  314. package/styles/Radio.css +18 -18
  315. package/styles/Radio.layer.css +18 -18
  316. package/styles/Rating.css +14 -14
  317. package/styles/Rating.layer.css +14 -14
  318. package/styles/RingProgress.css +6 -6
  319. package/styles/RingProgress.layer.css +6 -6
  320. package/styles/ScrollArea.css +27 -27
  321. package/styles/ScrollArea.layer.css +27 -27
  322. package/styles/SegmentedControl.css +42 -42
  323. package/styles/SegmentedControl.layer.css +42 -42
  324. package/styles/SimpleGrid.css +1 -1
  325. package/styles/SimpleGrid.layer.css +1 -1
  326. package/styles/Skeleton.css +9 -9
  327. package/styles/Skeleton.layer.css +9 -9
  328. package/styles/Slider.css +35 -35
  329. package/styles/Slider.layer.css +35 -35
  330. package/styles/Spoiler.css +4 -4
  331. package/styles/Spoiler.layer.css +4 -4
  332. package/styles/Stack.css +1 -1
  333. package/styles/Stack.layer.css +1 -1
  334. package/styles/Stepper.css +41 -41
  335. package/styles/Stepper.layer.css +41 -41
  336. package/styles/Switch.css +20 -20
  337. package/styles/Switch.layer.css +20 -20
  338. package/styles/Table.css +25 -25
  339. package/styles/Table.layer.css +25 -25
  340. package/styles/Tabs.css +56 -56
  341. package/styles/Tabs.layer.css +56 -56
  342. package/styles/Text.css +8 -8
  343. package/styles/Text.layer.css +8 -8
  344. package/styles/ThemeIcon.css +1 -1
  345. package/styles/ThemeIcon.layer.css +1 -1
  346. package/styles/Timeline.css +33 -33
  347. package/styles/Timeline.layer.css +33 -33
  348. package/styles/Title.css +2 -2
  349. package/styles/Title.layer.css +2 -2
  350. package/styles/Tooltip.css +5 -5
  351. package/styles/Tooltip.layer.css +5 -5
  352. package/styles/TypographyStylesProvider.css +41 -41
  353. package/styles/TypographyStylesProvider.layer.css +41 -41
  354. package/styles/UnstyledButton.css +2 -2
  355. package/styles/UnstyledButton.layer.css +2 -2
  356. package/styles/VisuallyHidden.css +1 -1
  357. package/styles/VisuallyHidden.layer.css +1 -1
  358. package/styles.css +1017 -1015
  359. package/styles.layer.css +1017 -1015
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-6c018570 {
1
+ @layer mantine {.m_6c018570 {
2
2
  position: relative;
3
3
  margin-top: var(--input-margin-top, 0rem);
4
4
  margin-bottom: var(--input-margin-bottom, 0rem);
@@ -44,18 +44,18 @@
44
44
  --right-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
45
45
  }
46
46
 
47
- .m-6c018570[data-variant='unstyled'] {
47
+ .m_6c018570[data-variant='unstyled'] {
48
48
  --input-padding: 0;
49
49
  --input-padding-y: 0;
50
50
  --input-padding-inline-start: 0;
51
51
  --input-padding-inline-end: 0;
52
52
  }
53
53
 
54
- .m-6c018570[data-pointer] {
54
+ .m_6c018570[data-pointer] {
55
55
  --input-cursor: pointer;
56
56
  }
57
57
 
58
- .m-6c018570[data-multiline] {
58
+ .m_6c018570[data-multiline] {
59
59
  --input-padding-y-xs: calc(0.28125rem * var(--mantine-scale));
60
60
  --input-padding-y-sm: calc(0.34375rem * var(--mantine-scale));
61
61
  --input-padding-y-md: calc(0.4375rem * var(--mantine-scale));
@@ -67,78 +67,78 @@
67
67
  --input-padding-y: var(--input-padding-y-sm);
68
68
  }
69
69
 
70
- .m-6c018570[data-with-left-section] {
70
+ .m_6c018570[data-with-left-section] {
71
71
  --input-padding-inline-start: var(--input-left-section-size);
72
72
  }
73
73
 
74
- .m-6c018570[data-with-right-section] {
74
+ .m_6c018570[data-with-right-section] {
75
75
  --input-padding-inline-end: var(--input-right-section-size);
76
76
  }
77
77
 
78
- [data-mantine-color-scheme='light'] .m-6c018570 {
78
+ [data-mantine-color-scheme='light'] .m_6c018570 {
79
79
  --input-disabled-bg: var(--mantine-color-gray-1);
80
80
  --input-disabled-color: var(--mantine-color-gray-6);
81
81
  }
82
82
 
83
- [data-mantine-color-scheme='light'] .m-6c018570[data-variant='default'] {
83
+ [data-mantine-color-scheme='light'] .m_6c018570[data-variant='default'] {
84
84
  --input-bd: var(--mantine-color-gray-4);
85
85
  --input-bg: var(--mantine-color-white);
86
86
  --input-bd-focus: var(--mantine-primary-color-filled);
87
87
  }
88
88
 
89
- [data-mantine-color-scheme='light'] .m-6c018570[data-variant='filled'] {
89
+ [data-mantine-color-scheme='light'] .m_6c018570[data-variant='filled'] {
90
90
  --input-bd: transparent;
91
91
  --input-bg: var(--mantine-color-gray-1);
92
92
  --input-bd-focus: var(--mantine-primary-color-filled);
93
93
  }
94
94
 
95
- [data-mantine-color-scheme='light'] .m-6c018570[data-variant='unstyled'] {
95
+ [data-mantine-color-scheme='light'] .m_6c018570[data-variant='unstyled'] {
96
96
  --input-bd: transparent;
97
97
  --input-bg: transparent;
98
98
  --input-bd-focus: transparent;
99
99
  }
100
100
 
101
- [data-mantine-color-scheme='dark'] .m-6c018570 {
101
+ [data-mantine-color-scheme='dark'] .m_6c018570 {
102
102
  --input-disabled-bg: var(--mantine-color-dark-6);
103
103
  --input-disabled-color: var(--mantine-color-dark-2);
104
104
  }
105
105
 
106
- [data-mantine-color-scheme='dark'] .m-6c018570[data-variant='default'] {
106
+ [data-mantine-color-scheme='dark'] .m_6c018570[data-variant='default'] {
107
107
  --input-bd: var(--mantine-color-dark-4);
108
108
  --input-bg: var(--mantine-color-dark-6);
109
109
  --input-bd-focus: var(--mantine-primary-color-filled);
110
110
  }
111
111
 
112
- [data-mantine-color-scheme='dark'] .m-6c018570[data-variant='filled'] {
112
+ [data-mantine-color-scheme='dark'] .m_6c018570[data-variant='filled'] {
113
113
  --input-bd: transparent;
114
114
  --input-bg: var(--mantine-color-dark-5);
115
115
  --input-bd-focus: var(--mantine-primary-color-filled);
116
116
  }
117
117
 
118
- [data-mantine-color-scheme='dark'] .m-6c018570[data-variant='unstyled'] {
118
+ [data-mantine-color-scheme='dark'] .m_6c018570[data-variant='unstyled'] {
119
119
  --input-bd: transparent;
120
120
  --input-bg: transparent;
121
121
  --input-bd-focus: transparent;
122
122
  }
123
123
 
124
- [data-mantine-color-scheme] .m-6c018570[data-error]:not([data-variant='unstyled']) {
124
+ [data-mantine-color-scheme] .m_6c018570[data-error]:not([data-variant='unstyled']) {
125
125
  --input-bd: var(--mantine-color-error);
126
126
  }
127
127
 
128
- [data-mantine-color-scheme] .m-6c018570[data-error] {
128
+ [data-mantine-color-scheme] .m_6c018570[data-error] {
129
129
 
130
130
  --input-color: var(--mantine-color-error);
131
131
  --input-placeholder-color: var(--mantine-color-error);
132
132
  --input-section-color: var(--mantine-color-error);
133
133
  }
134
134
 
135
- :where([dir="rtl"]) .m-6c018570 {
135
+ :where([dir="rtl"]) .m_6c018570 {
136
136
  --input-text-align: right;
137
137
  --left-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
138
138
  --right-section-border-radius: var(--input-radius) 0 0 var(--input-radius);
139
139
  }
140
140
 
141
- .m-8fb7ebe7 {
141
+ .m_8fb7ebe7 {
142
142
  -webkit-tap-highlight-color: transparent;
143
143
  appearance: none;
144
144
  resize: var(--input-resize, none);
@@ -166,47 +166,47 @@
166
166
 
167
167
  /* Used as data attribute in Textarea component, does not have associated prop on the Input component */
168
168
 
169
- .m-8fb7ebe7[data-no-overflow] {
169
+ .m_8fb7ebe7[data-no-overflow] {
170
170
  --input-overflow: hidden;
171
171
  }
172
172
 
173
173
  /* Used as data attribute in JsonInput component, does not have associated prop on the Input component */
174
174
 
175
- .m-8fb7ebe7[data-monospace] {
175
+ .m_8fb7ebe7[data-monospace] {
176
176
  --input-font-family: var(--mantine-font-family-monospace);
177
177
  --input-fz: calc(var(--input-fz, var(--mantine-font-size-sm)) - calc(0.125rem * var(--mantine-scale)));
178
178
  }
179
179
 
180
- .m-8fb7ebe7:focus,
181
- .m-8fb7ebe7:focus-within {
180
+ .m_8fb7ebe7:focus,
181
+ .m_8fb7ebe7:focus-within {
182
182
  outline: none;
183
183
  --input-bd: var(--input-bd-focus);
184
184
  }
185
185
 
186
- [data-error] .m-8fb7ebe7:focus, [data-error] .m-8fb7ebe7:focus-within {
186
+ [data-error] .m_8fb7ebe7:focus, [data-error] .m_8fb7ebe7:focus-within {
187
187
  --input-bd: var(--mantine-color-error);
188
188
  }
189
189
 
190
- .m-8fb7ebe7::placeholder {
190
+ .m_8fb7ebe7::placeholder {
191
191
  color: var(--input-placeholder-color);
192
192
  opacity: 1;
193
193
  }
194
194
 
195
- .m-8fb7ebe7::-webkit-inner-spin-button,
196
- .m-8fb7ebe7::-webkit-outer-spin-button,
197
- .m-8fb7ebe7::-webkit-search-decoration,
198
- .m-8fb7ebe7::-webkit-search-cancel-button,
199
- .m-8fb7ebe7::-webkit-search-results-button,
200
- .m-8fb7ebe7::-webkit-search-results-decoration {
195
+ .m_8fb7ebe7::-webkit-inner-spin-button,
196
+ .m_8fb7ebe7::-webkit-outer-spin-button,
197
+ .m_8fb7ebe7::-webkit-search-decoration,
198
+ .m_8fb7ebe7::-webkit-search-cancel-button,
199
+ .m_8fb7ebe7::-webkit-search-results-button,
200
+ .m_8fb7ebe7::-webkit-search-results-decoration {
201
201
  appearance: none;
202
202
  }
203
203
 
204
- .m-8fb7ebe7[type='number'] {
204
+ .m_8fb7ebe7[type='number'] {
205
205
  -moz-appearance: textfield;
206
206
  }
207
207
 
208
- .m-8fb7ebe7:disabled,
209
- .m-8fb7ebe7[data-disabled] {
208
+ .m_8fb7ebe7:disabled,
209
+ .m_8fb7ebe7[data-disabled] {
210
210
  cursor: not-allowed;
211
211
  opacity: 0.6;
212
212
  background-color: var(--input-disabled-bg);
@@ -215,14 +215,14 @@
215
215
 
216
216
  /* Required to be a separate selector to work in Firefox, can be merged with &:disabled once :has is supported */
217
217
 
218
- .m-8fb7ebe7:has(input:disabled) {
218
+ .m_8fb7ebe7:has(input:disabled) {
219
219
  cursor: not-allowed;
220
220
  opacity: 0.6;
221
221
  background-color: var(--input-disabled-bg);
222
222
  color: var(--input-disabled-color);
223
223
  }
224
224
 
225
- .m-82577fc2 {
225
+ .m_82577fc2 {
226
226
  pointer-events: var(--section-pointer-events);
227
227
  position: absolute;
228
228
  z-index: 1;
@@ -238,14 +238,14 @@
238
238
  color: var(--input-section-color, var(--mantine-color-dimmed));
239
239
  }
240
240
 
241
- .m-82577fc2[data-position='right'] {
241
+ .m_82577fc2[data-position='right'] {
242
242
  --section-pointer-events: var(--input-right-section-pointer-events);
243
243
  --section-end: var(--right-section-end);
244
244
  --section-size: var(--input-right-section-size);
245
245
  --section-border-radius: var(--right-section-border-radius);
246
246
  }
247
247
 
248
- .m-82577fc2[data-position='left'] {
248
+ .m_82577fc2[data-position='left'] {
249
249
  --section-pointer-events: var(--input-left-section-pointer-events);
250
250
  --section-start: var(--left-section-start);
251
251
  --section-size: var(--input-left-section-size);
@@ -253,19 +253,19 @@
253
253
  }
254
254
 
255
255
  /* ----- Input.Placeholder ----- */
256
- .m-88bacfd0 {
256
+ .m_88bacfd0 {
257
257
  color: var(--input-placeholder-color, var(--mantine-color-placeholder));
258
258
  }
259
- [data-error] .m-88bacfd0 {
259
+ [data-error] .m_88bacfd0 {
260
260
  --input-placeholder-color: var(--input-color, var(--mantine-color-placeholder));
261
261
  }
262
262
 
263
263
  /* ----- Input.Wrapper ----- */
264
- .m-46b77525 {
264
+ .m_46b77525 {
265
265
  line-height: var(--mantine-line-height);
266
266
  }
267
267
 
268
- .m-8fdc1311 {
268
+ .m_8fdc1311 {
269
269
  display: inline-block;
270
270
  font-weight: 500;
271
271
  word-break: break-word;
@@ -274,12 +274,12 @@
274
274
  font-size: var(--input-label-size, var(--mantine-font-size-sm));
275
275
  }
276
276
 
277
- .m-78a94662 {
277
+ .m_78a94662 {
278
278
  color: var(--input-asterisk-color, var(--mantine-color-error));
279
279
  }
280
280
 
281
- .m-8f816625,
282
- .m-fe47ce59 {
281
+ .m_8f816625,
282
+ .m_fe47ce59 {
283
283
  word-wrap: break-word;
284
284
  line-height: 1.2;
285
285
  display: block;
@@ -287,12 +287,12 @@
287
287
  padding: 0;
288
288
  }
289
289
 
290
- .m-8f816625 {
290
+ .m_8f816625 {
291
291
  color: var(--mantine-color-error);
292
292
  font-size: var(--input-error-size, calc(var(--mantine-font-size-sm) - calc(0.125rem * var(--mantine-scale))));
293
293
  }
294
294
 
295
- .m-fe47ce59 {
295
+ .m_fe47ce59 {
296
296
  color: var(--mantine-color-dimmed);
297
297
  font-size: var(--input-description-size, calc(var(--mantine-font-size-sm) - calc(0.125rem * var(--mantine-scale))));
298
298
  }
package/styles/Kbd.css CHANGED
@@ -1,4 +1,4 @@
1
- .m-dc6f14e2 {
1
+ .m_dc6f14e2 {
2
2
  --kbd-fz-xs: calc(0.625rem * var(--mantine-scale));
3
3
  --kbd-fz-sm: calc(0.75rem * var(--mantine-scale));
4
4
  --kbd-fz-md: calc(0.875rem * var(--mantine-scale));
@@ -24,13 +24,13 @@
24
24
  unicode-bidi: embed;
25
25
  }
26
26
 
27
- :where([data-mantine-color-scheme='light']) .m-dc6f14e2 {
27
+ :where([data-mantine-color-scheme='light']) .m_dc6f14e2 {
28
28
  border-color: var(--mantine-color-gray-3);
29
29
  color: var(--mantine-color-gray-7);
30
30
  background-color: var(--mantine-color-gray-0);
31
31
  }
32
32
 
33
- :where([data-mantine-color-scheme='dark']) .m-dc6f14e2 {
33
+ :where([data-mantine-color-scheme='dark']) .m_dc6f14e2 {
34
34
  border-color: var(--mantine-color-dark-4);
35
35
  color: var(--mantine-color-dark-0);
36
36
  background-color: var(--mantine-color-dark-6);
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-dc6f14e2 {
1
+ @layer mantine {.m_dc6f14e2 {
2
2
  --kbd-fz-xs: calc(0.625rem * var(--mantine-scale));
3
3
  --kbd-fz-sm: calc(0.75rem * var(--mantine-scale));
4
4
  --kbd-fz-md: calc(0.875rem * var(--mantine-scale));
@@ -24,13 +24,13 @@
24
24
  unicode-bidi: embed;
25
25
  }
26
26
 
27
- :where([data-mantine-color-scheme='light']) .m-dc6f14e2 {
27
+ :where([data-mantine-color-scheme='light']) .m_dc6f14e2 {
28
28
  border-color: var(--mantine-color-gray-3);
29
29
  color: var(--mantine-color-gray-7);
30
30
  background-color: var(--mantine-color-gray-0);
31
31
  }
32
32
 
33
- :where([data-mantine-color-scheme='dark']) .m-dc6f14e2 {
33
+ :where([data-mantine-color-scheme='dark']) .m_dc6f14e2 {
34
34
  border-color: var(--mantine-color-dark-4);
35
35
  color: var(--mantine-color-dark-0);
36
36
  background-color: var(--mantine-color-dark-6);
package/styles/List.css CHANGED
@@ -1,4 +1,4 @@
1
- .m-abbac491 {
1
+ .m_abbac491 {
2
2
  --list-fz: var(--mantine-font-size-md);
3
3
  --list-lh: var(--mantine-line-height-md);
4
4
 
@@ -9,40 +9,40 @@
9
9
  padding: 0;
10
10
  }
11
11
 
12
- .m-abbac491:where([data-with-padding]) {
12
+ .m_abbac491:where([data-with-padding]) {
13
13
  padding-inline-start: var(--mantine-spacing-md);
14
14
  }
15
15
 
16
- .m-abb6bec2 {
16
+ .m_abb6bec2 {
17
17
  white-space: nowrap;
18
18
  line-height: var(--list-lh);
19
19
  }
20
20
 
21
- .m-abb6bec2:where([data-with-icon]) {
21
+ .m_abb6bec2:where([data-with-icon]) {
22
22
  list-style: none;
23
23
  }
24
24
 
25
- .m-abb6bec2:where([data-with-icon]) .m-75cd9f71 {
25
+ .m_abb6bec2:where([data-with-icon]) .m_75cd9f71 {
26
26
  --li-direction: row;
27
27
  --li-align: center;
28
28
  }
29
29
 
30
- .m-abb6bec2:where(:not(:first-of-type)) {
30
+ .m_abb6bec2:where(:not(:first-of-type)) {
31
31
  margin-top: var(--list-spacing, 0);
32
32
  }
33
33
 
34
- .m-abb6bec2:where([data-centered]) {
34
+ .m_abb6bec2:where([data-centered]) {
35
35
  line-height: 1;
36
36
  }
37
37
 
38
- .m-75cd9f71 {
38
+ .m_75cd9f71 {
39
39
  display: inline-flex;
40
40
  flex-direction: var(--li-direction, column);
41
41
  align-items: var(--li-align, flex-start);
42
42
  white-space: normal;
43
43
  }
44
44
 
45
- .m-60f83e5b {
45
+ .m_60f83e5b {
46
46
  display: inline-block;
47
47
  vertical-align: middle;
48
48
  margin-inline-end: var(--mantine-spacing-sm);
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-abbac491 {
1
+ @layer mantine {.m_abbac491 {
2
2
  --list-fz: var(--mantine-font-size-md);
3
3
  --list-lh: var(--mantine-line-height-md);
4
4
 
@@ -9,40 +9,40 @@
9
9
  padding: 0;
10
10
  }
11
11
 
12
- .m-abbac491:where([data-with-padding]) {
12
+ .m_abbac491:where([data-with-padding]) {
13
13
  padding-inline-start: var(--mantine-spacing-md);
14
14
  }
15
15
 
16
- .m-abb6bec2 {
16
+ .m_abb6bec2 {
17
17
  white-space: nowrap;
18
18
  line-height: var(--list-lh);
19
19
  }
20
20
 
21
- .m-abb6bec2:where([data-with-icon]) {
21
+ .m_abb6bec2:where([data-with-icon]) {
22
22
  list-style: none;
23
23
  }
24
24
 
25
- .m-abb6bec2:where([data-with-icon]) .m-75cd9f71 {
25
+ .m_abb6bec2:where([data-with-icon]) .m_75cd9f71 {
26
26
  --li-direction: row;
27
27
  --li-align: center;
28
28
  }
29
29
 
30
- .m-abb6bec2:where(:not(:first-of-type)) {
30
+ .m_abb6bec2:where(:not(:first-of-type)) {
31
31
  margin-top: var(--list-spacing, 0);
32
32
  }
33
33
 
34
- .m-abb6bec2:where([data-centered]) {
34
+ .m_abb6bec2:where([data-centered]) {
35
35
  line-height: 1;
36
36
  }
37
37
 
38
- .m-75cd9f71 {
38
+ .m_75cd9f71 {
39
39
  display: inline-flex;
40
40
  flex-direction: var(--li-direction, column);
41
41
  align-items: var(--li-align, flex-start);
42
42
  white-space: normal;
43
43
  }
44
44
 
45
- .m-60f83e5b {
45
+ .m_60f83e5b {
46
46
  display: inline-block;
47
47
  vertical-align: middle;
48
48
  margin-inline-end: var(--mantine-spacing-sm);
package/styles/Loader.css CHANGED
@@ -1,4 +1,4 @@
1
- .m-5ae2e3c {
1
+ .m_5ae2e3c {
2
2
  --loader-size-xs: calc(1.125rem * var(--mantine-scale));
3
3
  --loader-size-sm: calc(1.375rem * var(--mantine-scale));
4
4
  --loader-size-md: calc(2.25rem * var(--mantine-scale));
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  /* ----- Bars loader ----- */
12
- @keyframes m-5d2b3b9d {
12
+ @keyframes m_5d2b3b9d {
13
13
  0% {
14
14
  transform: scale(0.6);
15
15
  opacity: 0;
@@ -21,7 +21,7 @@
21
21
  }
22
22
  }
23
23
 
24
- .m-7a2bd4cd {
24
+ .m_7a2bd4cd {
25
25
  position: relative;
26
26
  width: var(--loader-size);
27
27
  height: var(--loader-size);
@@ -29,27 +29,27 @@
29
29
  gap: calc(var(--loader-size) / 5);
30
30
  }
31
31
 
32
- .m-870bb79 {
32
+ .m_870bb79 {
33
33
  flex: 1;
34
34
  background: var(--loader-color);
35
- animation: m-5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
35
+ animation: m_5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
36
36
  border-radius: calc(0.125rem * var(--mantine-scale));
37
37
  }
38
38
 
39
- .m-870bb79:nth-of-type(1) {
39
+ .m_870bb79:nth-of-type(1) {
40
40
  animation-delay: -240ms;
41
41
  }
42
42
 
43
- .m-870bb79:nth-of-type(2) {
43
+ .m_870bb79:nth-of-type(2) {
44
44
  animation-delay: -120ms;
45
45
  }
46
46
 
47
- .m-870bb79:nth-of-type(3) {
47
+ .m_870bb79:nth-of-type(3) {
48
48
  animation-delay: 0;
49
49
  }
50
50
 
51
51
  /* ----- Dots loader ----- */
52
- @keyframes m-aac34a1 {
52
+ @keyframes m_aac34a1 {
53
53
  0%,
54
54
  100% {
55
55
  transform: scale(1);
@@ -62,7 +62,7 @@
62
62
  }
63
63
  }
64
64
 
65
- .m-4e3f22d7 {
65
+ .m_4e3f22d7 {
66
66
  display: flex;
67
67
  justify-content: center;
68
68
  align-items: center;
@@ -72,20 +72,20 @@
72
72
  height: var(--loader-size);
73
73
  }
74
74
 
75
- .m-870c4af {
75
+ .m_870c4af {
76
76
  width: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
77
77
  height: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
78
78
  border-radius: 50%;
79
79
  background: var(--loader-color);
80
- animation: m-aac34a1 0.8s infinite linear;
80
+ animation: m_aac34a1 0.8s infinite linear;
81
81
  }
82
82
 
83
- .m-870c4af:nth-child(2) {
83
+ .m_870c4af:nth-child(2) {
84
84
  animation-delay: 0.4s;
85
85
  }
86
86
 
87
87
  /* ----- Oval loader ----- */
88
- @keyframes m-f8e89c4b {
88
+ @keyframes m_f8e89c4b {
89
89
  0% {
90
90
  transform: rotate(0deg);
91
91
  }
@@ -95,13 +95,13 @@
95
95
  }
96
96
  }
97
97
 
98
- .m-b34414df {
98
+ .m_b34414df {
99
99
  display: inline-block;
100
100
  width: var(--loader-size);
101
101
  height: var(--loader-size);
102
102
  }
103
103
 
104
- .m-b34414df::after {
104
+ .m_b34414df::after {
105
105
  content: '';
106
106
  display: block;
107
107
  width: var(--loader-size);
@@ -110,5 +110,5 @@
110
110
  border-width: calc(var(--loader-size) / 8);
111
111
  border-style: solid;
112
112
  border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
113
- animation: m-f8e89c4b 1.2s linear infinite;
113
+ animation: m_f8e89c4b 1.2s linear infinite;
114
114
  }
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-5ae2e3c {
1
+ @layer mantine {.m_5ae2e3c {
2
2
  --loader-size-xs: calc(1.125rem * var(--mantine-scale));
3
3
  --loader-size-sm: calc(1.375rem * var(--mantine-scale));
4
4
  --loader-size-md: calc(2.25rem * var(--mantine-scale));
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  /* ----- Bars loader ----- */
12
- @keyframes m-5d2b3b9d {
12
+ @keyframes m_5d2b3b9d {
13
13
  0% {
14
14
  transform: scale(0.6);
15
15
  opacity: 0;
@@ -21,7 +21,7 @@
21
21
  }
22
22
  }
23
23
 
24
- .m-7a2bd4cd {
24
+ .m_7a2bd4cd {
25
25
  position: relative;
26
26
  width: var(--loader-size);
27
27
  height: var(--loader-size);
@@ -29,27 +29,27 @@
29
29
  gap: calc(var(--loader-size) / 5);
30
30
  }
31
31
 
32
- .m-870bb79 {
32
+ .m_870bb79 {
33
33
  flex: 1;
34
34
  background: var(--loader-color);
35
- animation: m-5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
35
+ animation: m_5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
36
36
  border-radius: calc(0.125rem * var(--mantine-scale));
37
37
  }
38
38
 
39
- .m-870bb79:nth-of-type(1) {
39
+ .m_870bb79:nth-of-type(1) {
40
40
  animation-delay: -240ms;
41
41
  }
42
42
 
43
- .m-870bb79:nth-of-type(2) {
43
+ .m_870bb79:nth-of-type(2) {
44
44
  animation-delay: -120ms;
45
45
  }
46
46
 
47
- .m-870bb79:nth-of-type(3) {
47
+ .m_870bb79:nth-of-type(3) {
48
48
  animation-delay: 0;
49
49
  }
50
50
 
51
51
  /* ----- Dots loader ----- */
52
- @keyframes m-aac34a1 {
52
+ @keyframes m_aac34a1 {
53
53
  0%,
54
54
  100% {
55
55
  transform: scale(1);
@@ -62,7 +62,7 @@
62
62
  }
63
63
  }
64
64
 
65
- .m-4e3f22d7 {
65
+ .m_4e3f22d7 {
66
66
  display: flex;
67
67
  justify-content: center;
68
68
  align-items: center;
@@ -72,20 +72,20 @@
72
72
  height: var(--loader-size);
73
73
  }
74
74
 
75
- .m-870c4af {
75
+ .m_870c4af {
76
76
  width: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
77
77
  height: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
78
78
  border-radius: 50%;
79
79
  background: var(--loader-color);
80
- animation: m-aac34a1 0.8s infinite linear;
80
+ animation: m_aac34a1 0.8s infinite linear;
81
81
  }
82
82
 
83
- .m-870c4af:nth-child(2) {
83
+ .m_870c4af:nth-child(2) {
84
84
  animation-delay: 0.4s;
85
85
  }
86
86
 
87
87
  /* ----- Oval loader ----- */
88
- @keyframes m-f8e89c4b {
88
+ @keyframes m_f8e89c4b {
89
89
  0% {
90
90
  transform: rotate(0deg);
91
91
  }
@@ -95,13 +95,13 @@
95
95
  }
96
96
  }
97
97
 
98
- .m-b34414df {
98
+ .m_b34414df {
99
99
  display: inline-block;
100
100
  width: var(--loader-size);
101
101
  height: var(--loader-size);
102
102
  }
103
103
 
104
- .m-b34414df::after {
104
+ .m_b34414df::after {
105
105
  content: '';
106
106
  display: block;
107
107
  width: var(--loader-size);
@@ -110,6 +110,6 @@
110
110
  border-width: calc(var(--loader-size) / 8);
111
111
  border-style: solid;
112
112
  border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
113
- animation: m-f8e89c4b 1.2s linear infinite;
113
+ animation: m_f8e89c4b 1.2s linear infinite;
114
114
  }
115
115
  }
@@ -1,4 +1,4 @@
1
- .m-6e45937b {
1
+ .m_6e45937b {
2
2
  position: absolute;
3
3
  inset: 0;
4
4
  display: flex;
@@ -8,11 +8,11 @@
8
8
  z-index: var(--lo-z-index);
9
9
  }
10
10
 
11
- .m-e8eb006c {
11
+ .m_e8eb006c {
12
12
  position: relative;
13
13
  z-index: calc(var(--lo-z-index) + 1);
14
14
  }
15
15
 
16
- .m-df587f17 {
16
+ .m_df587f17 {
17
17
  z-index: var(--lo-z-index);
18
18
  }
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-6e45937b {
1
+ @layer mantine {.m_6e45937b {
2
2
  position: absolute;
3
3
  inset: 0;
4
4
  display: flex;
@@ -8,12 +8,12 @@
8
8
  z-index: var(--lo-z-index);
9
9
  }
10
10
 
11
- .m-e8eb006c {
11
+ .m_e8eb006c {
12
12
  position: relative;
13
13
  z-index: calc(var(--lo-z-index) + 1);
14
14
  }
15
15
 
16
- .m-df587f17 {
16
+ .m_df587f17 {
17
17
  z-index: var(--lo-z-index);
18
18
  }
19
19
  }