@mantine/core 4.0.1 → 4.0.2

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 (79) hide show
  1. package/cjs/components/List/List.context.js +14 -0
  2. package/cjs/components/List/List.context.js.map +1 -0
  3. package/cjs/components/List/List.js +5 -13
  4. package/cjs/components/List/List.js.map +1 -1
  5. package/cjs/components/List/ListItem/ListItem.js +7 -20
  6. package/cjs/components/List/ListItem/ListItem.js.map +1 -1
  7. package/cjs/components/Menu/Menu.context.js +18 -0
  8. package/cjs/components/Menu/Menu.context.js.map +1 -0
  9. package/cjs/components/Menu/Menu.js +27 -55
  10. package/cjs/components/Menu/Menu.js.map +1 -1
  11. package/cjs/components/Menu/Menu.styles.js +5 -5
  12. package/cjs/components/Menu/Menu.styles.js.map +1 -1
  13. package/cjs/components/Menu/MenuItem/MenuItem.js +21 -15
  14. package/cjs/components/Menu/MenuItem/MenuItem.js.map +1 -1
  15. package/cjs/components/Menu/MenuLabel/MenuLabel.js +30 -1
  16. package/cjs/components/Menu/MenuLabel/MenuLabel.js.map +1 -1
  17. package/cjs/components/Menu/MenuLabel/MenuLabel.styles.js +18 -0
  18. package/cjs/components/Menu/MenuLabel/MenuLabel.styles.js.map +1 -0
  19. package/cjs/index.js +2 -0
  20. package/cjs/index.js.map +1 -1
  21. package/cjs/utils/get-context-item-index/get-context-item-index.js +19 -0
  22. package/cjs/utils/get-context-item-index/get-context-item-index.js.map +1 -0
  23. package/esm/components/List/List.context.js +9 -0
  24. package/esm/components/List/List.context.js.map +1 -0
  25. package/esm/components/List/List.js +5 -13
  26. package/esm/components/List/List.js.map +1 -1
  27. package/esm/components/List/ListItem/ListItem.js +7 -20
  28. package/esm/components/List/ListItem/ListItem.js.map +1 -1
  29. package/esm/components/Menu/Menu.context.js +13 -0
  30. package/esm/components/Menu/Menu.context.js.map +1 -0
  31. package/esm/components/Menu/Menu.js +27 -55
  32. package/esm/components/Menu/Menu.js.map +1 -1
  33. package/esm/components/Menu/Menu.styles.js +5 -5
  34. package/esm/components/Menu/Menu.styles.js.map +1 -1
  35. package/esm/components/Menu/MenuItem/MenuItem.js +22 -17
  36. package/esm/components/Menu/MenuItem/MenuItem.js.map +1 -1
  37. package/esm/components/Menu/MenuLabel/MenuLabel.js +26 -1
  38. package/esm/components/Menu/MenuLabel/MenuLabel.js.map +1 -1
  39. package/esm/components/Menu/MenuLabel/MenuLabel.styles.js +14 -0
  40. package/esm/components/Menu/MenuLabel/MenuLabel.styles.js.map +1 -0
  41. package/esm/index.js +1 -0
  42. package/esm/index.js.map +1 -1
  43. package/esm/utils/get-context-item-index/get-context-item-index.js +15 -0
  44. package/esm/utils/get-context-item-index/get-context-item-index.js.map +1 -0
  45. package/lib/components/ActionIcon/CloseButton/CloseButton.d.ts +1 -1
  46. package/lib/components/Alert/Alert.styles.d.ts +2 -2
  47. package/lib/components/Blockquote/Blockquote.styles.d.ts +2 -2
  48. package/lib/components/Checkbox/Checkbox.styles.d.ts +2 -2
  49. package/lib/components/Chips/Chip/Chip.styles.d.ts +2 -2
  50. package/lib/components/Drawer/Drawer.styles.d.ts +2 -2
  51. package/lib/components/Input/Input.styles.d.ts +2 -2
  52. package/lib/components/List/List.context.d.ts +14 -0
  53. package/lib/components/List/List.context.d.ts.map +1 -0
  54. package/lib/components/List/List.d.ts.map +1 -1
  55. package/lib/components/List/ListItem/ListItem.d.ts +2 -6
  56. package/lib/components/List/ListItem/ListItem.d.ts.map +1 -1
  57. package/lib/components/Menu/Menu.context.d.ts +16 -0
  58. package/lib/components/Menu/Menu.context.d.ts.map +1 -0
  59. package/lib/components/Menu/Menu.d.ts +2 -2
  60. package/lib/components/Menu/Menu.d.ts.map +1 -1
  61. package/lib/components/Menu/Menu.styles.d.ts +2 -2
  62. package/lib/components/Menu/MenuItem/MenuItem.d.ts +8 -14
  63. package/lib/components/Menu/MenuItem/MenuItem.d.ts.map +1 -1
  64. package/lib/components/Menu/MenuLabel/MenuLabel.d.ts +4 -2
  65. package/lib/components/Menu/MenuLabel/MenuLabel.d.ts.map +1 -1
  66. package/lib/components/Menu/MenuLabel/MenuLabel.styles.d.ts +7 -0
  67. package/lib/components/Menu/MenuLabel/MenuLabel.styles.d.ts.map +1 -0
  68. package/lib/components/Modal/Modal.styles.d.ts +2 -2
  69. package/lib/components/MultiSelect/MultiSelect.styles.d.ts +2 -2
  70. package/lib/components/Notification/Notification.styles.d.ts +2 -2
  71. package/lib/components/SegmentedControl/SegmentedControl.styles.d.ts +2 -2
  72. package/lib/components/Tabs/TabControl/TabControl.d.ts +1 -1
  73. package/lib/components/Tabs/Tabs.styles.d.ts +2 -2
  74. package/lib/components/Tooltip/Tooltip.styles.d.ts +2 -2
  75. package/lib/utils/get-context-item-index/get-context-item-index.d.ts +5 -0
  76. package/lib/utils/get-context-item-index/get-context-item-index.d.ts.map +1 -0
  77. package/lib/utils/index.d.ts +1 -0
  78. package/lib/utils/index.d.ts.map +1 -1
  79. package/package.json +3 -3
@@ -10,8 +10,8 @@ export interface SegmentedControlStylesParams {
10
10
  size: MantineSize;
11
11
  orientation: 'vertical' | 'horizontal';
12
12
  }
13
- declare const _default: (params: SegmentedControlStylesParams, options?: import("@mantine/styles").UseStylesOptions<"label" | "active" | "disabled" | "input" | "root" | "control" | "controlActive" | "labelActive">) => {
14
- classes: Record<"label" | "active" | "disabled" | "input" | "root" | "control" | "controlActive" | "labelActive", string>;
13
+ declare const _default: (params: SegmentedControlStylesParams, options?: import("@mantine/styles").UseStylesOptions<"label" | "input" | "active" | "disabled" | "root" | "control" | "controlActive" | "labelActive">) => {
14
+ classes: Record<"label" | "input" | "active" | "disabled" | "root" | "control" | "controlActive" | "labelActive", string>;
15
15
  cx: (...args: any) => string;
16
16
  theme: import("@mantine/styles").MantineTheme;
17
17
  };
@@ -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" | "onChange" | "value" | "color" | "translate" | "hidden" | "style" | "icon" | "active" | "disabled" | "sx" | "className" | "classNames" | "styles" | "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "p" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "orientation" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "variant" | "tabKey" | "elementRef"> & React.RefAttributes<HTMLButtonElement>>;
17
+ export declare const TabControl: React.ForwardRefExoticComponent<Pick<TabControlProps, "label" | "dir" | "form" | "p" | "slot" | "style" | "title" | "onChange" | "value" | "color" | "translate" | "hidden" | "icon" | "active" | "disabled" | "sx" | "className" | "classNames" | "styles" | "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "orientation" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "variant" | "tabKey" | "elementRef"> & React.RefAttributes<HTMLButtonElement>>;
18
18
  //# sourceMappingURL=TabControl.d.ts.map
@@ -3,8 +3,8 @@ export interface TabsStylesParams {
3
3
  tabPadding: MantineNumberSize;
4
4
  orientation: 'horizontal' | 'vertical';
5
5
  }
6
- declare const _default: (params: TabsStylesParams, options?: import("@mantine/styles").UseStylesOptions<"outline" | "default" | "body" | "root" | "tabsListWrapper" | "tabsList" | "pills">) => {
7
- classes: Record<"outline" | "default" | "body" | "root" | "tabsListWrapper" | "tabsList" | "pills", string>;
6
+ declare const _default: (params: TabsStylesParams, options?: import("@mantine/styles").UseStylesOptions<"body" | "outline" | "default" | "root" | "tabsListWrapper" | "tabsList" | "pills">) => {
7
+ classes: Record<"body" | "outline" | "default" | "root" | "tabsListWrapper" | "tabsList" | "pills", string>;
8
8
  cx: (...args: any) => string;
9
9
  theme: import("@mantine/styles").MantineTheme;
10
10
  };
@@ -3,8 +3,8 @@ export interface TooltipStylesParams {
3
3
  color: MantineColor;
4
4
  radius: MantineNumberSize;
5
5
  }
6
- declare const _default: (params: TooltipStylesParams, options?: import("@mantine/styles").UseStylesOptions<"tooltip" | "body" | "wrapper" | "root" | "arrow">) => {
7
- classes: Record<"tooltip" | "body" | "wrapper" | "root" | "arrow", string>;
6
+ declare const _default: (params: TooltipStylesParams, options?: import("@mantine/styles").UseStylesOptions<"body" | "tooltip" | "wrapper" | "root" | "arrow">) => {
7
+ classes: Record<"body" | "tooltip" | "wrapper" | "root" | "arrow", string>;
8
8
  cx: (...args: any) => string;
9
9
  theme: import("@mantine/styles").MantineTheme;
10
10
  };
@@ -0,0 +1,5 @@
1
+ export declare function getContextItemIndex(options: {
2
+ elementSelector: string;
3
+ parentClassName: string;
4
+ }, node: HTMLElement): number;
5
+ //# sourceMappingURL=get-context-item-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-context-item-index.d.ts","sourceRoot":"","sources":["../../../src/utils/get-context-item-index/get-context-item-index.ts"],"names":[],"mappings":"AAQA,wBAAgB,mBAAmB,CACjC,OAAO,EAAE;IAAE,eAAe,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAA;CAAE,EAC7D,IAAI,EAAE,WAAW,UASlB"}
@@ -2,4 +2,5 @@ export { filterChildrenByType } from './filter-children-by-type/filter-children-
2
2
  export { findChildByType } from './find-child-by-type/find-child-by-type';
3
3
  export { filterFalsyChildren } from './filter-falsy-children/filter-falsy-children';
4
4
  export { groupOptions, getGroupedOptions } from './group-options/group-options';
5
+ export { getContextItemIndex } from './get-context-item-index/get-context-item-index';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,+CAA+C,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,+CAA+C,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC"}
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.0.1",
4
+ "version": "4.0.2",
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.0.1",
30
+ "@mantine/hooks": "4.0.2",
31
31
  "react": ">=16.8.0",
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
34
  "dependencies": {
35
- "@mantine/styles": "4.0.1",
35
+ "@mantine/styles": "4.0.2",
36
36
  "@radix-ui/react-scroll-area": "^0.1.1",
37
37
  "clsx": "^1.1.1",
38
38
  "react-textarea-autosize": "^8.3.2",