@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.
- package/cjs/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/cjs/components/HoverCard/HoverCardTarget/HoverCardTarget.js +2 -3
- package/cjs/components/HoverCard/HoverCardTarget/HoverCardTarget.js.map +1 -1
- package/cjs/components/Menu/MenuTarget/MenuTarget.js +4 -5
- package/cjs/components/Menu/MenuTarget/MenuTarget.js.map +1 -1
- package/cjs/components/Popover/Popover.js +7 -7
- package/cjs/components/Popover/Popover.js.map +1 -1
- package/cjs/components/Popover/PopoverTarget/PopoverTarget.js +4 -3
- package/cjs/components/Popover/PopoverTarget/PopoverTarget.js.map +1 -1
- package/cjs/components/Popover/use-popover.js +5 -23
- package/cjs/components/Popover/use-popover.js.map +1 -1
- package/cjs/components/ScrollArea/ScrollArea.js +58 -2
- package/cjs/components/ScrollArea/ScrollArea.js.map +1 -1
- package/cjs/components/Tooltip/Tooltip.js +2 -3
- package/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/cjs/components/Tooltip/TooltipFloating/TooltipFloating.js +4 -5
- package/cjs/components/Tooltip/TooltipFloating/TooltipFloating.js.map +1 -1
- package/esm/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/esm/components/HoverCard/HoverCardTarget/HoverCardTarget.js +2 -3
- package/esm/components/HoverCard/HoverCardTarget/HoverCardTarget.js.map +1 -1
- package/esm/components/Menu/MenuTarget/MenuTarget.js +4 -5
- package/esm/components/Menu/MenuTarget/MenuTarget.js.map +1 -1
- package/esm/components/Popover/Popover.js +7 -7
- package/esm/components/Popover/Popover.js.map +1 -1
- package/esm/components/Popover/PopoverTarget/PopoverTarget.js +4 -3
- package/esm/components/Popover/PopoverTarget/PopoverTarget.js.map +1 -1
- package/esm/components/Popover/use-popover.js +5 -23
- package/esm/components/Popover/use-popover.js.map +1 -1
- package/esm/components/ScrollArea/ScrollArea.js +58 -3
- package/esm/components/ScrollArea/ScrollArea.js.map +1 -1
- package/esm/components/Tooltip/Tooltip.js +2 -3
- package/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/esm/components/Tooltip/TooltipFloating/TooltipFloating.js +4 -5
- package/esm/components/Tooltip/TooltipFloating/TooltipFloating.js.map +1 -1
- package/lib/components/Accordion/AccordionControl/AccordionControl.styles.d.ts +2 -2
- package/lib/components/Alert/Alert.styles.d.ts +2 -2
- package/lib/components/AppShell/HorizontalSection/HorizontalSection.d.ts +1 -1
- package/lib/components/Autocomplete/Autocomplete.styles.d.ts +2 -2
- package/lib/components/Badge/Badge.styles.d.ts +2 -2
- package/lib/components/Blockquote/Blockquote.styles.d.ts +2 -2
- package/lib/components/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -2
- package/lib/components/Button/Button.styles.d.ts +2 -2
- package/lib/components/Checkbox/Checkbox.styles.d.ts +2 -2
- package/lib/components/Code/Code.styles.d.ts +2 -2
- package/lib/components/ColorPicker/ColorPicker.styles.d.ts +2 -2
- package/lib/components/ColorSwatch/ColorSwatch.styles.d.ts +2 -2
- package/lib/components/Divider/Divider.styles.d.ts +2 -2
- package/lib/components/Drawer/Drawer.styles.d.ts +2 -2
- package/lib/components/Group/Group.styles.d.ts +2 -2
- package/lib/components/HoverCard/HoverCardTarget/HoverCardTarget.d.ts.map +1 -1
- package/lib/components/Input/Input.styles.d.ts +2 -2
- package/lib/components/Input/use-input-props.d.ts +1 -1
- package/lib/components/List/ListItem/ListItem.styles.d.ts +2 -2
- package/lib/components/Menu/MenuItem/MenuItem.styles.d.ts +2 -2
- package/lib/components/Menu/MenuTarget/MenuTarget.d.ts.map +1 -1
- package/lib/components/Modal/Modal.styles.d.ts +2 -2
- package/lib/components/MultiSelect/MultiSelect.styles.d.ts +2 -2
- package/lib/components/NavLink/NavLink.styles.d.ts +2 -2
- package/lib/components/Notification/Notification.styles.d.ts +2 -2
- package/lib/components/NumberInput/NumberInput.styles.d.ts +2 -2
- package/lib/components/Popover/PopoverDropdown/PopoverDropdown.styles.d.ts +2 -2
- package/lib/components/Popover/PopoverTarget/PopoverTarget.d.ts.map +1 -1
- package/lib/components/Popover/use-popover.d.ts +1 -13
- package/lib/components/Popover/use-popover.d.ts.map +1 -1
- package/lib/components/Radio/Radio.styles.d.ts +2 -2
- package/lib/components/ScrollArea/ScrollArea.d.ts +10 -1
- package/lib/components/ScrollArea/ScrollArea.d.ts.map +1 -1
- package/lib/components/ScrollArea/ScrollArea.styles.d.ts +2 -2
- package/lib/components/SegmentedControl/SegmentedControl.styles.d.ts +2 -2
- package/lib/components/Select/SelectItems/SelectItems.styles.d.ts +2 -2
- package/lib/components/Skeleton/Skeleton.styles.d.ts +2 -2
- package/lib/components/Spoiler/Spoiler.styles.d.ts +2 -2
- package/lib/components/Stepper/Stepper.styles.d.ts +2 -2
- package/lib/components/Table/Table.styles.d.ts +2 -2
- package/lib/components/Timeline/TimelineItem/TimelineItem.styles.d.ts +2 -2
- package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/components/Tooltip/TooltipFloating/TooltipFloating.d.ts.map +1 -1
- package/lib/components/Tooltip/use-tooltip.d.ts +2 -2
- package/lib/components/TransferList/RenderList/RenderList.styles.d.ts +2 -2
- 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.
|
|
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.
|
|
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.
|
|
36
|
-
"@mantine/styles": "5.0.0-alpha.
|
|
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.
|
|
39
|
+
"@floating-ui/react-dom-interactions": "0.6.6"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {}
|
|
42
42
|
}
|