@mantine/core 4.2.4 → 4.2.7

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 (67) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.js +1 -1
  2. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  3. package/cjs/components/Box/Box.js.map +1 -1
  4. package/cjs/components/Box/use-sx/use-sx.js.map +1 -1
  5. package/cjs/components/Divider/Divider.styles.js +5 -5
  6. package/cjs/components/Divider/Divider.styles.js.map +1 -1
  7. package/cjs/components/Drawer/Drawer.js +1 -0
  8. package/cjs/components/Drawer/Drawer.js.map +1 -1
  9. package/cjs/components/LoadingOverlay/LoadingOverlay.js +3 -0
  10. package/cjs/components/LoadingOverlay/LoadingOverlay.js.map +1 -1
  11. package/cjs/components/Modal/Modal.js +5 -2
  12. package/cjs/components/Modal/Modal.js.map +1 -1
  13. package/cjs/components/MultiSelect/MultiSelect.js +1 -1
  14. package/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  15. package/cjs/components/NumberInput/NumberInput.js +14 -3
  16. package/cjs/components/NumberInput/NumberInput.js.map +1 -1
  17. package/cjs/components/Pagination/Pagination.js +2 -0
  18. package/cjs/components/Pagination/Pagination.js.map +1 -1
  19. package/cjs/components/Select/Select.js +1 -1
  20. package/cjs/components/Select/Select.js.map +1 -1
  21. package/cjs/components/Slider/Thumb/Thumb.js +1 -1
  22. package/cjs/components/Slider/Thumb/Thumb.js.map +1 -1
  23. package/cjs/components/Stepper/Step/Step.js +2 -1
  24. package/cjs/components/Stepper/Step/Step.js.map +1 -1
  25. package/cjs/components/TransferList/RenderList/RenderList.styles.js +2 -2
  26. package/cjs/components/TransferList/RenderList/RenderList.styles.js.map +1 -1
  27. package/esm/components/Autocomplete/Autocomplete.js +1 -1
  28. package/esm/components/Autocomplete/Autocomplete.js.map +1 -1
  29. package/esm/components/Box/Box.js.map +1 -1
  30. package/esm/components/Box/use-sx/use-sx.js.map +1 -1
  31. package/esm/components/Divider/Divider.styles.js +5 -5
  32. package/esm/components/Divider/Divider.styles.js.map +1 -1
  33. package/esm/components/Drawer/Drawer.js +1 -0
  34. package/esm/components/Drawer/Drawer.js.map +1 -1
  35. package/esm/components/LoadingOverlay/LoadingOverlay.js +3 -0
  36. package/esm/components/LoadingOverlay/LoadingOverlay.js.map +1 -1
  37. package/esm/components/Modal/Modal.js +5 -2
  38. package/esm/components/Modal/Modal.js.map +1 -1
  39. package/esm/components/MultiSelect/MultiSelect.js +1 -1
  40. package/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  41. package/esm/components/NumberInput/NumberInput.js +14 -3
  42. package/esm/components/NumberInput/NumberInput.js.map +1 -1
  43. package/esm/components/Pagination/Pagination.js +2 -0
  44. package/esm/components/Pagination/Pagination.js.map +1 -1
  45. package/esm/components/Select/Select.js +1 -1
  46. package/esm/components/Select/Select.js.map +1 -1
  47. package/esm/components/Slider/Thumb/Thumb.js +1 -1
  48. package/esm/components/Slider/Thumb/Thumb.js.map +1 -1
  49. package/esm/components/Stepper/Step/Step.js +2 -1
  50. package/esm/components/Stepper/Step/Step.js.map +1 -1
  51. package/esm/components/TransferList/RenderList/RenderList.styles.js +2 -2
  52. package/esm/components/TransferList/RenderList/RenderList.styles.js.map +1 -1
  53. package/lib/components/ActionIcon/CloseButton/CloseButton.d.ts +1 -1
  54. package/lib/components/Box/Box.d.ts +1 -3
  55. package/lib/components/Box/Box.d.ts.map +1 -1
  56. package/lib/components/Box/use-sx/use-sx.d.ts +2 -5
  57. package/lib/components/Box/use-sx/use-sx.d.ts.map +1 -1
  58. package/lib/components/Divider/Divider.styles.d.ts.map +1 -1
  59. package/lib/components/Drawer/Drawer.d.ts.map +1 -1
  60. package/lib/components/LoadingOverlay/LoadingOverlay.d.ts +3 -1
  61. package/lib/components/LoadingOverlay/LoadingOverlay.d.ts.map +1 -1
  62. package/lib/components/Modal/Modal.d.ts.map +1 -1
  63. package/lib/components/NumberInput/NumberInput.d.ts +1 -1
  64. package/lib/components/NumberInput/NumberInput.d.ts.map +1 -1
  65. package/lib/components/Pagination/Pagination.d.ts.map +1 -1
  66. package/lib/components/Tabs/TabControl/TabControl.d.ts +1 -1
  67. package/package.json +3 -3
@@ -14,5 +14,5 @@ export interface TabControlProps extends DefaultProps<TabControlStylesNames>, Re
14
14
  children?: React.ReactNode;
15
15
  elementRef?: React.ForwardedRef<HTMLButtonElement>;
16
16
  }
17
- export declare const TabControl: React.ForwardRefExoticComponent<Pick<TabControlProps, "label" | "dir" | "form" | "p" | "slot" | "style" | "title" | "value" | "children" | "onChange" | "color" | "translate" | "hidden" | "icon" | "active" | "disabled" | "sx" | "className" | "classNames" | "styles" | "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "orientation" | "tabKey" | "elementRef"> & React.RefAttributes<HTMLButtonElement>>;
17
+ export declare const TabControl: React.ForwardRefExoticComponent<Pick<TabControlProps, "label" | "dir" | "form" | "p" | "slot" | "style" | "title" | "value" | "children" | "onChange" | "color" | "translate" | "hidden" | "icon" | "active" | "disabled" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "classNames" | "styles" | "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "variant" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "orientation" | "tabKey" | "elementRef"> & React.RefAttributes<HTMLButtonElement>>;
18
18
  //# sourceMappingURL=TabControl.d.ts.map
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": "4.2.4",
4
+ "version": "4.2.7",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -27,12 +27,12 @@
27
27
  "emotion"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@mantine/hooks": "4.2.4",
30
+ "@mantine/hooks": "4.2.7",
31
31
  "react": ">=16.8.0",
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
34
  "dependencies": {
35
- "@mantine/styles": "4.2.4",
35
+ "@mantine/styles": "4.2.7",
36
36
  "@radix-ui/react-scroll-area": "^0.1.1",
37
37
  "react-textarea-autosize": "^8.3.2",
38
38
  "@popperjs/core": "^2.9.3",