@mantine/core 5.0.0-alpha.15 → 5.0.0-alpha.18

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 (80) hide show
  1. package/cjs/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  2. package/cjs/components/HoverCard/HoverCardTarget/HoverCardTarget.js +2 -3
  3. package/cjs/components/HoverCard/HoverCardTarget/HoverCardTarget.js.map +1 -1
  4. package/cjs/components/Menu/MenuTarget/MenuTarget.js +4 -5
  5. package/cjs/components/Menu/MenuTarget/MenuTarget.js.map +1 -1
  6. package/cjs/components/Popover/Popover.js +7 -7
  7. package/cjs/components/Popover/Popover.js.map +1 -1
  8. package/cjs/components/Popover/PopoverTarget/PopoverTarget.js +4 -3
  9. package/cjs/components/Popover/PopoverTarget/PopoverTarget.js.map +1 -1
  10. package/cjs/components/Popover/use-popover.js +5 -23
  11. package/cjs/components/Popover/use-popover.js.map +1 -1
  12. package/cjs/components/ScrollArea/ScrollArea.js +58 -2
  13. package/cjs/components/ScrollArea/ScrollArea.js.map +1 -1
  14. package/cjs/components/Tooltip/Tooltip.js +2 -3
  15. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  16. package/cjs/components/Tooltip/TooltipFloating/TooltipFloating.js +4 -5
  17. package/cjs/components/Tooltip/TooltipFloating/TooltipFloating.js.map +1 -1
  18. package/esm/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  19. package/esm/components/HoverCard/HoverCardTarget/HoverCardTarget.js +2 -3
  20. package/esm/components/HoverCard/HoverCardTarget/HoverCardTarget.js.map +1 -1
  21. package/esm/components/Menu/MenuTarget/MenuTarget.js +4 -5
  22. package/esm/components/Menu/MenuTarget/MenuTarget.js.map +1 -1
  23. package/esm/components/Popover/Popover.js +7 -7
  24. package/esm/components/Popover/Popover.js.map +1 -1
  25. package/esm/components/Popover/PopoverTarget/PopoverTarget.js +4 -3
  26. package/esm/components/Popover/PopoverTarget/PopoverTarget.js.map +1 -1
  27. package/esm/components/Popover/use-popover.js +5 -23
  28. package/esm/components/Popover/use-popover.js.map +1 -1
  29. package/esm/components/ScrollArea/ScrollArea.js +58 -3
  30. package/esm/components/ScrollArea/ScrollArea.js.map +1 -1
  31. package/esm/components/Tooltip/Tooltip.js +2 -3
  32. package/esm/components/Tooltip/Tooltip.js.map +1 -1
  33. package/esm/components/Tooltip/TooltipFloating/TooltipFloating.js +4 -5
  34. package/esm/components/Tooltip/TooltipFloating/TooltipFloating.js.map +1 -1
  35. package/lib/components/Accordion/AccordionControl/AccordionControl.styles.d.ts +2 -2
  36. package/lib/components/Alert/Alert.styles.d.ts +2 -2
  37. package/lib/components/AppShell/HorizontalSection/HorizontalSection.d.ts +1 -1
  38. package/lib/components/Autocomplete/Autocomplete.styles.d.ts +2 -2
  39. package/lib/components/Badge/Badge.styles.d.ts +2 -2
  40. package/lib/components/Blockquote/Blockquote.styles.d.ts +2 -2
  41. package/lib/components/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -2
  42. package/lib/components/Button/Button.styles.d.ts +2 -2
  43. package/lib/components/Checkbox/Checkbox.styles.d.ts +2 -2
  44. package/lib/components/Code/Code.styles.d.ts +2 -2
  45. package/lib/components/ColorPicker/ColorPicker.styles.d.ts +2 -2
  46. package/lib/components/ColorSwatch/ColorSwatch.styles.d.ts +2 -2
  47. package/lib/components/Divider/Divider.styles.d.ts +2 -2
  48. package/lib/components/Drawer/Drawer.styles.d.ts +2 -2
  49. package/lib/components/Group/Group.styles.d.ts +2 -2
  50. package/lib/components/HoverCard/HoverCardTarget/HoverCardTarget.d.ts.map +1 -1
  51. package/lib/components/Input/Input.styles.d.ts +2 -2
  52. package/lib/components/Input/use-input-props.d.ts +1 -1
  53. package/lib/components/List/ListItem/ListItem.styles.d.ts +2 -2
  54. package/lib/components/Menu/MenuItem/MenuItem.styles.d.ts +2 -2
  55. package/lib/components/Menu/MenuTarget/MenuTarget.d.ts.map +1 -1
  56. package/lib/components/Modal/Modal.styles.d.ts +2 -2
  57. package/lib/components/MultiSelect/MultiSelect.styles.d.ts +2 -2
  58. package/lib/components/NavLink/NavLink.styles.d.ts +2 -2
  59. package/lib/components/Notification/Notification.styles.d.ts +2 -2
  60. package/lib/components/NumberInput/NumberInput.styles.d.ts +2 -2
  61. package/lib/components/Popover/PopoverDropdown/PopoverDropdown.styles.d.ts +2 -2
  62. package/lib/components/Popover/PopoverTarget/PopoverTarget.d.ts.map +1 -1
  63. package/lib/components/Popover/use-popover.d.ts +1 -13
  64. package/lib/components/Popover/use-popover.d.ts.map +1 -1
  65. package/lib/components/Radio/Radio.styles.d.ts +2 -2
  66. package/lib/components/ScrollArea/ScrollArea.d.ts +10 -1
  67. package/lib/components/ScrollArea/ScrollArea.d.ts.map +1 -1
  68. package/lib/components/ScrollArea/ScrollArea.styles.d.ts +2 -2
  69. package/lib/components/SegmentedControl/SegmentedControl.styles.d.ts +2 -2
  70. package/lib/components/Select/SelectItems/SelectItems.styles.d.ts +2 -2
  71. package/lib/components/Skeleton/Skeleton.styles.d.ts +2 -2
  72. package/lib/components/Spoiler/Spoiler.styles.d.ts +2 -2
  73. package/lib/components/Stepper/Stepper.styles.d.ts +2 -2
  74. package/lib/components/Table/Table.styles.d.ts +2 -2
  75. package/lib/components/Timeline/TimelineItem/TimelineItem.styles.d.ts +2 -2
  76. package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
  77. package/lib/components/Tooltip/TooltipFloating/TooltipFloating.d.ts.map +1 -1
  78. package/lib/components/Tooltip/use-tooltip.d.ts +2 -2
  79. package/lib/components/TransferList/RenderList/RenderList.styles.d.ts +2 -2
  80. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mantine/core",
3
3
  "description": "React components library focused on usability, accessibility and developer experience",
4
- "version": "5.0.0-alpha.15",
4
+ "version": "5.0.0-alpha.18",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -27,16 +27,16 @@
27
27
  "emotion"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@mantine/hooks": "5.0.0-alpha.15",
30
+ "@mantine/hooks": "5.0.0-alpha.18",
31
31
  "react": ">=16.8.0",
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
34
  "dependencies": {
35
- "@mantine/utils": "5.0.0-alpha.15",
36
- "@mantine/styles": "5.0.0-alpha.15",
35
+ "@mantine/utils": "5.0.0-alpha.18",
36
+ "@mantine/styles": "5.0.0-alpha.18",
37
37
  "@radix-ui/react-scroll-area": "0.1.4",
38
38
  "react-textarea-autosize": "8.3.4",
39
- "@floating-ui/react-dom-interactions": "0.3.1"
39
+ "@floating-ui/react-dom-interactions": "0.6.6"
40
40
  },
41
41
  "devDependencies": {}
42
42
  }