@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-66836ed3 {
1
+ @layer mantine {.m_66836ed3 {
2
2
  --alert-radius: var(--mantine-radius-default);
3
3
  --alert-bg: var(--mantine-primary-color-light);
4
4
  --alert-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
@@ -13,18 +13,18 @@
13
13
  color: var(--alert-color);
14
14
  }
15
15
 
16
- .m-a5d60502 {
16
+ .m_a5d60502 {
17
17
  display: flex;
18
18
  }
19
19
 
20
- .m-667c2793 {
20
+ .m_667c2793 {
21
21
  flex: 1;
22
22
  display: flex;
23
23
  flex-direction: column;
24
24
  gap: var(--mantine-spacing-xs);
25
25
  }
26
26
 
27
- .m-6a03f287 {
27
+ .m_6a03f287 {
28
28
  display: flex;
29
29
  align-items: center;
30
30
  justify-content: space-between;
@@ -32,17 +32,17 @@
32
32
  font-weight: 700;
33
33
  }
34
34
 
35
- .m-6a03f287:where([data-with-close-button]) {
35
+ .m_6a03f287:where([data-with-close-button]) {
36
36
  padding-inline-end: var(--mantine-spacing-md);
37
37
  }
38
38
 
39
- .m-698f4f23 {
39
+ .m_698f4f23 {
40
40
  display: block;
41
41
  overflow: hidden;
42
42
  text-overflow: ellipsis;
43
43
  }
44
44
 
45
- .m-667f2a6a {
45
+ .m_667f2a6a {
46
46
  line-height: 1;
47
47
  width: calc(1.25rem * var(--mantine-scale));
48
48
  height: calc(1.25rem * var(--mantine-scale));
@@ -53,29 +53,29 @@
53
53
  margin-top: calc(0.0625rem * var(--mantine-scale));
54
54
  }
55
55
 
56
- .m-7fa78076 {
56
+ .m_7fa78076 {
57
57
  text-overflow: ellipsis;
58
58
  overflow: hidden;
59
59
  font-size: var(--mantine-font-size-sm);
60
60
  }
61
61
 
62
- :where([data-mantine-color-scheme='light']) .m-7fa78076 {
62
+ :where([data-mantine-color-scheme='light']) .m_7fa78076 {
63
63
  color: var(--mantine-color-black);
64
64
  }
65
65
 
66
- :where([data-mantine-color-scheme='dark']) .m-7fa78076 {
66
+ :where([data-mantine-color-scheme='dark']) .m_7fa78076 {
67
67
  color: var(--mantine-color-white);
68
68
  }
69
69
 
70
- .m-7fa78076:where([data-variant='filled']) {
70
+ .m_7fa78076:where([data-variant='filled']) {
71
71
  color: var(--alert-color);
72
72
  }
73
73
 
74
- .m-7fa78076:where([data-variant='white']) {
74
+ .m_7fa78076:where([data-variant='white']) {
75
75
  color: var(--mantine-color-black);
76
76
  }
77
77
 
78
- .m-87f54839 {
78
+ .m_87f54839 {
79
79
  width: calc(1.25rem * var(--mantine-scale));
80
80
  height: calc(1.25rem * var(--mantine-scale));
81
81
  color: var(--alert-color);
package/styles/Anchor.css CHANGED
@@ -1,4 +1,4 @@
1
- .m-849cf0da {
1
+ .m_849cf0da {
2
2
  color: var(--mantine-color-anchor);
3
3
  text-decoration: none;
4
4
  appearance: none;
@@ -12,18 +12,18 @@
12
12
 
13
13
  @media (hover: hover) {
14
14
 
15
- .m-849cf0da:where([data-underline='hover']):hover {
15
+ .m_849cf0da:where([data-underline='hover']):hover {
16
16
  text-decoration: underline;
17
17
  }
18
18
  }
19
19
 
20
20
  @media (hover: none) {
21
21
 
22
- .m-849cf0da:where([data-underline='hover']):active {
22
+ .m_849cf0da:where([data-underline='hover']):active {
23
23
  text-decoration: underline;
24
24
  }
25
25
  }
26
26
 
27
- .m-849cf0da:where([data-underline='always']) {
27
+ .m_849cf0da:where([data-underline='always']) {
28
28
  text-decoration: underline;
29
29
  }
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-849cf0da {
1
+ @layer mantine {.m_849cf0da {
2
2
  color: var(--mantine-color-anchor);
3
3
  text-decoration: none;
4
4
  appearance: none;
@@ -12,19 +12,19 @@
12
12
 
13
13
  @media (hover: hover) {
14
14
 
15
- .m-849cf0da:where([data-underline='hover']):hover {
15
+ .m_849cf0da:where([data-underline='hover']):hover {
16
16
  text-decoration: underline;
17
17
  }
18
18
  }
19
19
 
20
20
  @media (hover: none) {
21
21
 
22
- .m-849cf0da:where([data-underline='hover']):active {
22
+ .m_849cf0da:where([data-underline='hover']):active {
23
23
  text-decoration: underline;
24
24
  }
25
25
  }
26
26
 
27
- .m-849cf0da:where([data-underline='always']) {
27
+ .m_849cf0da:where([data-underline='always']) {
28
28
  text-decoration: underline;
29
29
  }
30
30
  }
@@ -1,28 +1,28 @@
1
- .m-89ab340[data-resizing] {
1
+ .m_89ab340[data-resizing] {
2
2
  --app-shell-transition-duration: 0ms !important;
3
3
  }
4
- .m-89ab340[data-disabled] {
4
+ .m_89ab340[data-disabled] {
5
5
  --app-shell-header-offset: 0px !important;
6
6
  --app-shell-navbar-offset: 0px !important;
7
7
  }
8
- [data-mantine-color-scheme='light'] .m-89ab340 {
8
+ [data-mantine-color-scheme='light'] .m_89ab340 {
9
9
  --app-shell-border-color: var(--mantine-color-gray-3);
10
10
  }
11
- [data-mantine-color-scheme='dark'] .m-89ab340 {
11
+ [data-mantine-color-scheme='dark'] .m_89ab340 {
12
12
  --app-shell-border-color: var(--mantine-color-dark-4);
13
13
  }
14
14
 
15
- .m-45252eee,
16
- .m-9cdde9a,
17
- .m-3b16f56b,
18
- .m-8983817,
19
- .m-3840c879 {
15
+ .m_45252eee,
16
+ .m_9cdde9a,
17
+ .m_3b16f56b,
18
+ .m_8983817,
19
+ .m_3840c879 {
20
20
  transition-duration: var(--app-shell-transition-duration);
21
21
  transition-timing-function: var(--app-shell-transition-timing-function);
22
22
  }
23
23
 
24
- .m-45252eee,
25
- .m-9cdde9a {
24
+ .m_45252eee,
25
+ .m_9cdde9a {
26
26
  position: fixed;
27
27
  display: flex;
28
28
  flex-direction: column;
@@ -32,12 +32,12 @@
32
32
  transition-property: transform, top, height;
33
33
  }
34
34
 
35
- :where([data-layout='alt']) .m-45252eee, :where([data-layout='alt']) .m-9cdde9a {
35
+ :where([data-layout='alt']) .m_45252eee, :where([data-layout='alt']) .m_9cdde9a {
36
36
  top: 0px;
37
37
  height: 100dvh;
38
38
  }
39
39
 
40
- .m-45252eee {
40
+ .m_45252eee {
41
41
  inset-inline-start: 0;
42
42
  width: var(--app-shell-navbar-width);
43
43
  transition-property: transform, top, height;
@@ -45,30 +45,30 @@
45
45
  z-index: var(--app-shell-navbar-z-index);
46
46
  }
47
47
 
48
- :where([dir="rtl"]) .m-45252eee {
48
+ :where([dir="rtl"]) .m_45252eee {
49
49
  transform: var(--app-shell-navbar-transform-rtl);
50
50
  }
51
51
 
52
- .m-45252eee:where([data-with-border]) {
52
+ .m_45252eee:where([data-with-border]) {
53
53
  border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
54
54
  }
55
55
 
56
- .m-9cdde9a {
56
+ .m_9cdde9a {
57
57
  inset-inline-end: 0;
58
58
  width: var(--app-shell-aside-width);
59
59
  transform: var(--app-shell-aside-transform);
60
60
  z-index: var(--app-shell-aside-z-index);
61
61
  }
62
62
 
63
- :where([dir="rtl"]) .m-9cdde9a {
63
+ :where([dir="rtl"]) .m_9cdde9a {
64
64
  transform: var(--app-shell-aside-transform-rtl);
65
65
  }
66
66
 
67
- .m-9cdde9a:where([data-with-border]) {
67
+ .m_9cdde9a:where([data-with-border]) {
68
68
  border-inline-start: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
69
69
  }
70
70
 
71
- .m-8983817 {
71
+ .m_8983817 {
72
72
  padding-inline-start: calc(var(--app-shell-navbar-offset, 0px) + var(--app-shell-padding));
73
73
  padding-inline-end: calc(var(--app-shell-aside-offset, 0px) + var(--app-shell-padding));
74
74
  padding-top: calc(var(--app-shell-header-offset, 0px) + var(--app-shell-padding));
@@ -77,19 +77,20 @@
77
77
  transition-property: padding;
78
78
  }
79
79
 
80
- .m-3b16f56b,
81
- .m-3840c879 {
80
+ .m_3b16f56b,
81
+ .m_3840c879 {
82
82
  position: fixed;
83
83
  inset-inline: 0;
84
84
  transition-property: transform, left, right;
85
85
  background-color: var(--mantine-color-body);
86
86
  }
87
87
 
88
- :where([data-layout='alt']) .m-3b16f56b, :where([data-layout='alt']) .m-3840c879 {
88
+ :where([data-layout='alt']) .m_3b16f56b, :where([data-layout='alt']) .m_3840c879 {
89
89
  inset-inline-start: var(--app-shell-navbar-offset, 0px);
90
+ inset-inline-end: var(--app-shell-aside-offset, 0px);
90
91
  }
91
92
 
92
- .m-3b16f56b {
93
+ .m_3b16f56b {
93
94
  top: 0;
94
95
  height: var(--app-shell-header-height);
95
96
  background-color: var(--mantine-color-body);
@@ -97,25 +98,25 @@
97
98
  z-index: var(--app-shell-header-z-index);
98
99
  }
99
100
 
100
- .m-3b16f56b:where([data-with-border]) {
101
+ .m_3b16f56b:where([data-with-border]) {
101
102
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
102
103
  }
103
104
 
104
- .m-3840c879 {
105
- bottom: 0;
105
+ .m_3840c879 {
106
+ bottom: env(safe-area-inset-bottom);
106
107
  height: var(--app-shell-footer-height);
107
108
  transform: var(--app-shell-footer-transform);
108
109
  z-index: var(--app-shell-footer-z-index);
109
110
  }
110
111
 
111
- .m-3840c879:where([data-with-border]) {
112
+ .m_3840c879:where([data-with-border]) {
112
113
  border-top: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
113
114
  }
114
115
 
115
- .m-6dcfc7c7 {
116
+ .m_6dcfc7c7 {
116
117
  flex-grow: 0;
117
118
  }
118
119
 
119
- .m-6dcfc7c7:where([data-grow]) {
120
+ .m_6dcfc7c7:where([data-grow]) {
120
121
  flex-grow: 1;
121
122
  }
@@ -1,28 +1,28 @@
1
- @layer mantine {.m-89ab340[data-resizing] {
1
+ @layer mantine {.m_89ab340[data-resizing] {
2
2
  --app-shell-transition-duration: 0ms !important;
3
3
  }
4
- .m-89ab340[data-disabled] {
4
+ .m_89ab340[data-disabled] {
5
5
  --app-shell-header-offset: 0px !important;
6
6
  --app-shell-navbar-offset: 0px !important;
7
7
  }
8
- [data-mantine-color-scheme='light'] .m-89ab340 {
8
+ [data-mantine-color-scheme='light'] .m_89ab340 {
9
9
  --app-shell-border-color: var(--mantine-color-gray-3);
10
10
  }
11
- [data-mantine-color-scheme='dark'] .m-89ab340 {
11
+ [data-mantine-color-scheme='dark'] .m_89ab340 {
12
12
  --app-shell-border-color: var(--mantine-color-dark-4);
13
13
  }
14
14
 
15
- .m-45252eee,
16
- .m-9cdde9a,
17
- .m-3b16f56b,
18
- .m-8983817,
19
- .m-3840c879 {
15
+ .m_45252eee,
16
+ .m_9cdde9a,
17
+ .m_3b16f56b,
18
+ .m_8983817,
19
+ .m_3840c879 {
20
20
  transition-duration: var(--app-shell-transition-duration);
21
21
  transition-timing-function: var(--app-shell-transition-timing-function);
22
22
  }
23
23
 
24
- .m-45252eee,
25
- .m-9cdde9a {
24
+ .m_45252eee,
25
+ .m_9cdde9a {
26
26
  position: fixed;
27
27
  display: flex;
28
28
  flex-direction: column;
@@ -32,12 +32,12 @@
32
32
  transition-property: transform, top, height;
33
33
  }
34
34
 
35
- :where([data-layout='alt']) .m-45252eee, :where([data-layout='alt']) .m-9cdde9a {
35
+ :where([data-layout='alt']) .m_45252eee, :where([data-layout='alt']) .m_9cdde9a {
36
36
  top: 0px;
37
37
  height: 100dvh;
38
38
  }
39
39
 
40
- .m-45252eee {
40
+ .m_45252eee {
41
41
  inset-inline-start: 0;
42
42
  width: var(--app-shell-navbar-width);
43
43
  transition-property: transform, top, height;
@@ -45,30 +45,30 @@
45
45
  z-index: var(--app-shell-navbar-z-index);
46
46
  }
47
47
 
48
- :where([dir="rtl"]) .m-45252eee {
48
+ :where([dir="rtl"]) .m_45252eee {
49
49
  transform: var(--app-shell-navbar-transform-rtl);
50
50
  }
51
51
 
52
- .m-45252eee:where([data-with-border]) {
52
+ .m_45252eee:where([data-with-border]) {
53
53
  border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
54
54
  }
55
55
 
56
- .m-9cdde9a {
56
+ .m_9cdde9a {
57
57
  inset-inline-end: 0;
58
58
  width: var(--app-shell-aside-width);
59
59
  transform: var(--app-shell-aside-transform);
60
60
  z-index: var(--app-shell-aside-z-index);
61
61
  }
62
62
 
63
- :where([dir="rtl"]) .m-9cdde9a {
63
+ :where([dir="rtl"]) .m_9cdde9a {
64
64
  transform: var(--app-shell-aside-transform-rtl);
65
65
  }
66
66
 
67
- .m-9cdde9a:where([data-with-border]) {
67
+ .m_9cdde9a:where([data-with-border]) {
68
68
  border-inline-start: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
69
69
  }
70
70
 
71
- .m-8983817 {
71
+ .m_8983817 {
72
72
  padding-inline-start: calc(var(--app-shell-navbar-offset, 0px) + var(--app-shell-padding));
73
73
  padding-inline-end: calc(var(--app-shell-aside-offset, 0px) + var(--app-shell-padding));
74
74
  padding-top: calc(var(--app-shell-header-offset, 0px) + var(--app-shell-padding));
@@ -77,19 +77,20 @@
77
77
  transition-property: padding;
78
78
  }
79
79
 
80
- .m-3b16f56b,
81
- .m-3840c879 {
80
+ .m_3b16f56b,
81
+ .m_3840c879 {
82
82
  position: fixed;
83
83
  inset-inline: 0;
84
84
  transition-property: transform, left, right;
85
85
  background-color: var(--mantine-color-body);
86
86
  }
87
87
 
88
- :where([data-layout='alt']) .m-3b16f56b, :where([data-layout='alt']) .m-3840c879 {
88
+ :where([data-layout='alt']) .m_3b16f56b, :where([data-layout='alt']) .m_3840c879 {
89
89
  inset-inline-start: var(--app-shell-navbar-offset, 0px);
90
+ inset-inline-end: var(--app-shell-aside-offset, 0px);
90
91
  }
91
92
 
92
- .m-3b16f56b {
93
+ .m_3b16f56b {
93
94
  top: 0;
94
95
  height: var(--app-shell-header-height);
95
96
  background-color: var(--mantine-color-body);
@@ -97,26 +98,26 @@
97
98
  z-index: var(--app-shell-header-z-index);
98
99
  }
99
100
 
100
- .m-3b16f56b:where([data-with-border]) {
101
+ .m_3b16f56b:where([data-with-border]) {
101
102
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
102
103
  }
103
104
 
104
- .m-3840c879 {
105
- bottom: 0;
105
+ .m_3840c879 {
106
+ bottom: env(safe-area-inset-bottom);
106
107
  height: var(--app-shell-footer-height);
107
108
  transform: var(--app-shell-footer-transform);
108
109
  z-index: var(--app-shell-footer-z-index);
109
110
  }
110
111
 
111
- .m-3840c879:where([data-with-border]) {
112
+ .m_3840c879:where([data-with-border]) {
112
113
  border-top: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
113
114
  }
114
115
 
115
- .m-6dcfc7c7 {
116
+ .m_6dcfc7c7 {
116
117
  flex-grow: 0;
117
118
  }
118
119
 
119
- .m-6dcfc7c7:where([data-grow]) {
120
+ .m_6dcfc7c7:where([data-grow]) {
120
121
  flex-grow: 1;
121
122
  }
122
123
  }
@@ -1,24 +1,24 @@
1
- .m-71ac47fc {
1
+ .m_71ac47fc {
2
2
  --ar-ratio: 1;
3
3
 
4
4
  position: relative;
5
5
  max-width: 100%;
6
6
  }
7
7
 
8
- .m-71ac47fc::before {
8
+ .m_71ac47fc::before {
9
9
  content: '';
10
10
  height: 0;
11
11
  display: block;
12
12
  padding-bottom: calc((1 / var(--ar-ratio)) * 100%);
13
13
  }
14
14
 
15
- .m-71ac47fc::after {
15
+ .m_71ac47fc::after {
16
16
  content: '';
17
17
  display: table;
18
18
  clear: both;
19
19
  }
20
20
 
21
- .m-71ac47fc > :where(*:not(style)) {
21
+ .m_71ac47fc > :where(*:not(style)) {
22
22
  position: absolute;
23
23
  inset: 0;
24
24
  width: 100%;
@@ -28,6 +28,6 @@
28
28
  justify-content: center;
29
29
  }
30
30
 
31
- .m-71ac47fc > :where(img, video) {
31
+ .m_71ac47fc > :where(img, video) {
32
32
  object-fit: cover;
33
33
  }
@@ -1,24 +1,24 @@
1
- @layer mantine {.m-71ac47fc {
1
+ @layer mantine {.m_71ac47fc {
2
2
  --ar-ratio: 1;
3
3
 
4
4
  position: relative;
5
5
  max-width: 100%;
6
6
  }
7
7
 
8
- .m-71ac47fc::before {
8
+ .m_71ac47fc::before {
9
9
  content: '';
10
10
  height: 0;
11
11
  display: block;
12
12
  padding-bottom: calc((1 / var(--ar-ratio)) * 100%);
13
13
  }
14
14
 
15
- .m-71ac47fc::after {
15
+ .m_71ac47fc::after {
16
16
  content: '';
17
17
  display: table;
18
18
  clear: both;
19
19
  }
20
20
 
21
- .m-71ac47fc > :where(*:not(style)) {
21
+ .m_71ac47fc > :where(*:not(style)) {
22
22
  position: absolute;
23
23
  inset: 0;
24
24
  width: 100%;
@@ -28,7 +28,7 @@
28
28
  justify-content: center;
29
29
  }
30
30
 
31
- .m-71ac47fc > :where(img, video) {
31
+ .m_71ac47fc > :where(img, video) {
32
32
  object-fit: cover;
33
33
  }
34
34
  }
package/styles/Avatar.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /* Avatar.Group root element */
2
- .m-11def92b {
2
+ .m_11def92b {
3
3
  --ag-spacing: var(--mantine-spacing-sm);
4
4
  --ag-offset: calc(var(--ag-spacing) * -1);
5
5
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  /* Avatar root element */
11
- .m-f85678b6 {
11
+ .m_f85678b6 {
12
12
  --avatar-size-xs: calc(1rem * var(--mantine-scale));
13
13
  --avatar-size-sm: calc(1.625rem * var(--mantine-scale));
14
14
  --avatar-size-md: calc(2.375rem * var(--mantine-scale));
@@ -34,20 +34,20 @@
34
34
  height: var(--avatar-size);
35
35
  min-width: var(--avatar-size);
36
36
  }
37
- .m-f85678b6:where([data-within-group]) {
37
+ .m_f85678b6:where([data-within-group]) {
38
38
  margin-inline-start: var(--ag-offset);
39
39
  border: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-body);
40
40
  background: var(--mantine-color-body);
41
41
  }
42
42
 
43
- .m-11f8ac07 {
43
+ .m_11f8ac07 {
44
44
  object-fit: cover;
45
45
  width: 100%;
46
46
  height: 100%;
47
47
  display: block;
48
48
  }
49
49
 
50
- .m-104cd71f {
50
+ .m_104cd71f {
51
51
  font-weight: 700;
52
52
  display: flex;
53
53
  align-items: center;
@@ -62,7 +62,7 @@
62
62
  color: var(--avatar-color);
63
63
  }
64
64
 
65
- .m-104cd71f > [data-avatar-placeholder-icon] {
65
+ .m_104cd71f > [data-avatar-placeholder-icon] {
66
66
  width: 70%;
67
67
  height: 70%;
68
68
  }
@@ -1,5 +1,5 @@
1
1
  @layer mantine {/* Avatar.Group root element */
2
- .m-11def92b {
2
+ .m_11def92b {
3
3
  --ag-spacing: var(--mantine-spacing-sm);
4
4
  --ag-offset: calc(var(--ag-spacing) * -1);
5
5
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  /* Avatar root element */
11
- .m-f85678b6 {
11
+ .m_f85678b6 {
12
12
  --avatar-size-xs: calc(1rem * var(--mantine-scale));
13
13
  --avatar-size-sm: calc(1.625rem * var(--mantine-scale));
14
14
  --avatar-size-md: calc(2.375rem * var(--mantine-scale));
@@ -34,20 +34,20 @@
34
34
  height: var(--avatar-size);
35
35
  min-width: var(--avatar-size);
36
36
  }
37
- .m-f85678b6:where([data-within-group]) {
37
+ .m_f85678b6:where([data-within-group]) {
38
38
  margin-inline-start: var(--ag-offset);
39
39
  border: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-body);
40
40
  background: var(--mantine-color-body);
41
41
  }
42
42
 
43
- .m-11f8ac07 {
43
+ .m_11f8ac07 {
44
44
  object-fit: cover;
45
45
  width: 100%;
46
46
  height: 100%;
47
47
  display: block;
48
48
  }
49
49
 
50
- .m-104cd71f {
50
+ .m_104cd71f {
51
51
  font-weight: 700;
52
52
  display: flex;
53
53
  align-items: center;
@@ -62,7 +62,7 @@
62
62
  color: var(--avatar-color);
63
63
  }
64
64
 
65
- .m-104cd71f > [data-avatar-placeholder-icon] {
65
+ .m_104cd71f > [data-avatar-placeholder-icon] {
66
66
  width: 70%;
67
67
  height: 70%;
68
68
  }
@@ -1,4 +1,4 @@
1
- .m-2ce0de02 {
1
+ .m_2ce0de02 {
2
2
  background-size: cover;
3
3
  background-position: center;
4
4
  display: block;
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-2ce0de02 {
1
+ @layer mantine {.m_2ce0de02 {
2
2
  background-size: cover;
3
3
  background-position: center;
4
4
  display: block;