@mantine/core 4.0.5 → 4.0.6

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 (74) hide show
  1. package/cjs/components/Grid/Col/Col.js +2 -7
  2. package/cjs/components/Grid/Col/Col.js.map +1 -1
  3. package/cjs/components/Grid/Grid.context.js +11 -0
  4. package/cjs/components/Grid/Grid.context.js.map +1 -0
  5. package/cjs/components/Grid/Grid.js +5 -2
  6. package/cjs/components/Grid/Grid.js.map +1 -1
  7. package/cjs/components/Menu/Menu.context.js +3 -10
  8. package/cjs/components/Menu/Menu.context.js.map +1 -1
  9. package/cjs/components/Menu/Menu.js +1 -1
  10. package/cjs/components/Menu/Menu.js.map +1 -1
  11. package/cjs/components/Menu/MenuItem/MenuItem.js +1 -1
  12. package/cjs/components/Menu/MenuItem/MenuItem.js.map +1 -1
  13. package/cjs/components/Menu/MenuLabel/MenuLabel.js +1 -1
  14. package/cjs/components/Menu/MenuLabel/MenuLabel.js.map +1 -1
  15. package/cjs/components/PasswordInput/PasswordInput.js +3 -3
  16. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  17. package/cjs/components/Slider/RangeSlider/RangeSlider.js +3 -1
  18. package/cjs/components/Slider/RangeSlider/RangeSlider.js.map +1 -1
  19. package/cjs/components/Slider/Slider/Slider.js +3 -1
  20. package/cjs/components/Slider/Slider/Slider.js.map +1 -1
  21. package/cjs/components/Slider/utils/get-change-value/get-change-value.js +13 -2
  22. package/cjs/components/Slider/utils/get-change-value/get-change-value.js.map +1 -1
  23. package/cjs/index.js +2 -0
  24. package/cjs/index.js.map +1 -1
  25. package/cjs/utils/create-use-context/create-use-context.js +21 -0
  26. package/cjs/utils/create-use-context/create-use-context.js.map +1 -0
  27. package/esm/components/Grid/Col/Col.js +3 -7
  28. package/esm/components/Grid/Col/Col.js.map +1 -1
  29. package/esm/components/Grid/Grid.context.js +6 -0
  30. package/esm/components/Grid/Grid.context.js.map +1 -0
  31. package/esm/components/Grid/Grid.js +5 -2
  32. package/esm/components/Grid/Grid.js.map +1 -1
  33. package/esm/components/Menu/Menu.context.js +3 -10
  34. package/esm/components/Menu/Menu.context.js.map +1 -1
  35. package/esm/components/Menu/Menu.js +2 -2
  36. package/esm/components/Menu/Menu.js.map +1 -1
  37. package/esm/components/Menu/MenuItem/MenuItem.js +1 -1
  38. package/esm/components/Menu/MenuItem/MenuItem.js.map +1 -1
  39. package/esm/components/Menu/MenuLabel/MenuLabel.js +1 -1
  40. package/esm/components/Menu/MenuLabel/MenuLabel.js.map +1 -1
  41. package/esm/components/PasswordInput/PasswordInput.js +3 -3
  42. package/esm/components/PasswordInput/PasswordInput.js.map +1 -1
  43. package/esm/components/Slider/RangeSlider/RangeSlider.js +3 -1
  44. package/esm/components/Slider/RangeSlider/RangeSlider.js.map +1 -1
  45. package/esm/components/Slider/Slider/Slider.js +3 -1
  46. package/esm/components/Slider/Slider/Slider.js.map +1 -1
  47. package/esm/components/Slider/utils/get-change-value/get-change-value.js +13 -2
  48. package/esm/components/Slider/utils/get-change-value/get-change-value.js.map +1 -1
  49. package/esm/index.js +1 -0
  50. package/esm/index.js.map +1 -1
  51. package/esm/utils/create-use-context/create-use-context.js +17 -0
  52. package/esm/utils/create-use-context/create-use-context.js.map +1 -0
  53. package/lib/components/ActionIcon/CloseButton/CloseButton.d.ts +1 -1
  54. package/lib/components/ColorSwatch/ColorSwatch.styles.d.ts +2 -2
  55. package/lib/components/Grid/Col/Col.d.ts +2 -10
  56. package/lib/components/Grid/Col/Col.d.ts.map +1 -1
  57. package/lib/components/Grid/Grid.context.d.ts +10 -0
  58. package/lib/components/Grid/Grid.context.d.ts.map +1 -0
  59. package/lib/components/Grid/Grid.d.ts.map +1 -1
  60. package/lib/components/Menu/Menu.context.d.ts +1 -2
  61. package/lib/components/Menu/Menu.context.d.ts.map +1 -1
  62. package/lib/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  63. package/lib/components/Slider/RangeSlider/RangeSlider.d.ts +2 -0
  64. package/lib/components/Slider/RangeSlider/RangeSlider.d.ts.map +1 -1
  65. package/lib/components/Slider/Slider/Slider.d.ts +2 -0
  66. package/lib/components/Slider/Slider/Slider.d.ts.map +1 -1
  67. package/lib/components/Slider/utils/get-change-value/get-change-value.d.ts +2 -1
  68. package/lib/components/Slider/utils/get-change-value/get-change-value.d.ts.map +1 -1
  69. package/lib/components/Tabs/TabControl/TabControl.d.ts +1 -1
  70. package/lib/utils/create-use-context/create-use-context.d.ts +3 -0
  71. package/lib/utils/create-use-context/create-use-context.d.ts.map +1 -0
  72. package/lib/utils/index.d.ts +1 -0
  73. package/lib/utils/index.d.ts.map +1 -1
  74. package/package.json +3 -3
@@ -4,5 +4,5 @@ export interface CloseButtonProps extends Omit<ActionIconProps<'button'>, 'child
4
4
  /** Width and height of cross icon */
5
5
  iconSize?: number;
6
6
  }
7
- export declare const CloseButton: React.ForwardRefExoticComponent<Pick<CloseButtonProps, "dir" | "form" | "p" | "slot" | "style" | "title" | "onChange" | "value" | "color" | "translate" | "hidden" | "size" | "disabled" | "sx" | "className" | "classNames" | "styles" | "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "component" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "radius" | "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" | "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" | "loading" | "variant" | "loaderProps" | "iconSize"> & React.RefAttributes<HTMLButtonElement>>;
7
+ export declare const CloseButton: React.ForwardRefExoticComponent<Pick<CloseButtonProps, "dir" | "form" | "p" | "slot" | "style" | "title" | "value" | "onChange" | "color" | "translate" | "hidden" | "size" | "disabled" | "sx" | "className" | "classNames" | "styles" | "m" | "my" | "mx" | "mt" | "mb" | "ml" | "mr" | "py" | "px" | "pt" | "pb" | "pl" | "pr" | "component" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "radius" | "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" | "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" | "loading" | "variant" | "loaderProps" | "iconSize"> & React.RefAttributes<HTMLButtonElement>>;
8
8
  //# sourceMappingURL=CloseButton.d.ts.map
@@ -3,8 +3,8 @@ export interface ColorSwatchStylesParams {
3
3
  radius: MantineNumberSize;
4
4
  size: number;
5
5
  }
6
- declare const _default: (params: ColorSwatchStylesParams, options?: import("@mantine/styles").UseStylesOptions<"overlay" | "children" | "root" | "shadowOverlay" | "alphaOverlay">) => {
7
- classes: Record<"overlay" | "children" | "root" | "shadowOverlay" | "alphaOverlay", string>;
6
+ declare const _default: (params: ColorSwatchStylesParams, options?: import("@mantine/styles").UseStylesOptions<"children" | "overlay" | "root" | "shadowOverlay" | "alphaOverlay">) => {
7
+ classes: Record<"children" | "overlay" | "root" | "shadowOverlay" | "alphaOverlay", string>;
8
8
  cx: (...args: any) => string;
9
9
  theme: import("@mantine/styles").MantineTheme;
10
10
  };
@@ -1,10 +1,8 @@
1
1
  import React from 'react';
2
- import { DefaultProps, MantineNumberSize } from '@mantine/styles';
2
+ import { DefaultProps } from '@mantine/styles';
3
3
  export interface ColProps extends DefaultProps, React.ComponentPropsWithoutRef<'div'> {
4
4
  /** Default col span */
5
5
  span?: number;
6
- /** Total amount of columns, controlled by Grid component */
7
- columns?: number;
8
6
  /** Column left offset */
9
7
  offset?: number;
10
8
  /** Column left offset at (min-width: theme.breakpoints.xs) */
@@ -17,10 +15,6 @@ export interface ColProps extends DefaultProps, React.ComponentPropsWithoutRef<'
17
15
  offsetLg?: number;
18
16
  /** Column left offset at (min-width: theme.breakpoints.xl) */
19
17
  offsetXl?: number;
20
- /** Space between columns from theme, or number to set value in px, controlled by Grid component */
21
- gutter?: MantineNumberSize;
22
- /** sets flex-grow to 1 if true, controlled by Grid component */
23
- grow?: boolean;
24
18
  /** Col span at (min-width: theme.breakpoints.xs) */
25
19
  xs?: number;
26
20
  /** Col span at (min-width: theme.breakpoints.sm) */
@@ -32,9 +26,7 @@ export interface ColProps extends DefaultProps, React.ComponentPropsWithoutRef<'
32
26
  /** Col span at (min-width: theme.breakpoints.xl) */
33
27
  xl?: number;
34
28
  }
35
- export declare function isValidSpan(span: number): boolean;
36
- export declare const getColumnWidth: (colSpan: number, columns: number) => string;
37
- export declare function Col({ children, span, gutter, offset, offsetXs, offsetSm, offsetMd, offsetLg, offsetXl, grow, xs, sm, md, lg, xl, columns, className, classNames, styles, id, ...others }: ColProps): JSX.Element;
29
+ export declare function Col({ children, span, offset, offsetXs, offsetSm, offsetMd, offsetLg, offsetXl, xs, sm, md, lg, xl, className, classNames, styles, id, ...others }: ColProps): JSX.Element;
38
30
  export declare namespace Col {
39
31
  var displayName: string;
40
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Col.d.ts","sourceRoot":"","sources":["../../../../src/components/Grid/Col/Col.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAIlE,MAAM,WAAW,QAAS,SAAQ,YAAY,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACnF,uBAAuB;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,mGAAmG;IACnG,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,gEAAgE;IAChE,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,WAEvC;AAED,eAAO,MAAM,cAAc,YAAa,MAAM,WAAW,MAAM,WAAoC,CAAC;AAEpG,wBAAgB,GAAG,CAAC,EAClB,QAAQ,EACR,IAAI,EACJ,MAAM,EACN,MAAU,EACV,QAAY,EACZ,QAAY,EACZ,QAAY,EACZ,QAAY,EACZ,QAAY,EACZ,IAAI,EACJ,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,OAAO,EACP,SAAS,EACT,UAAU,EACV,MAAM,EACN,EAAE,EACF,GAAG,MAAM,EACV,EAAE,QAAQ,eA+BV;yBArDe,GAAG"}
1
+ {"version":3,"file":"Col.d.ts","sourceRoot":"","sources":["../../../../src/components/Grid/Col/Col.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAK/C,MAAM,WAAW,QAAS,SAAQ,YAAY,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACnF,uBAAuB;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAMD,wBAAgB,GAAG,CAAC,EAClB,QAAQ,EACR,IAAI,EACJ,MAAU,EACV,QAAY,EACZ,QAAY,EACZ,QAAY,EACZ,QAAY,EACZ,QAAY,EACZ,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,SAAS,EACT,UAAU,EACV,MAAM,EACN,EAAE,EACF,GAAG,MAAM,EACV,EAAE,QAAQ,eAgCV;yBAnDe,GAAG"}
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import type { MantineNumberSize } from '@mantine/styles';
3
+ interface GridContextValue {
4
+ gutter: MantineNumberSize;
5
+ grow: boolean;
6
+ columns: number;
7
+ }
8
+ export declare const GridProvider: import("react").Provider<GridContextValue>, useGridContext: (component: `${string}.${string}`) => GridContextValue;
9
+ export {};
10
+ //# sourceMappingURL=Grid.context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Grid.context.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.context.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGzD,UAAU,gBAAgB;IACxB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAO,YAAY,8CAAE,cAAc,wDAA4C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,8BAA8B,EAE/B,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAGhC,MAAM,WAAW,SAAU,SAAQ,YAAY,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACpF,8BAA8B;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,8FAA8F;IAC9F,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,6DAA6D;IAC7D,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,wCAAwC;IACxC,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IAEhD,sCAAsC;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;IAE5C,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,aAAK,aAAa,GAAG,8BAA8B,CAAC,SAAS,EAAE;IAAE,GAAG,EAAE,OAAO,GAAG,CAAA;CAAE,CAAC,CAAC;AASpF,eAAO,MAAM,IAAI,EAAE,aAqCX,CAAC"}
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,8BAA8B,EAE/B,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAIhC,MAAM,WAAW,SAAU,SAAQ,YAAY,EAAE,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACpF,8BAA8B;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,8FAA8F;IAC9F,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,6DAA6D;IAC7D,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,wCAAwC;IACxC,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IAEhD,sCAAsC;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;IAE5C,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,aAAK,aAAa,GAAG,8BAA8B,CAAC,SAAS,EAAE;IAAE,GAAG,EAAE,OAAO,GAAG,CAAA;CAAE,CAAC,CAAC;AASpF,eAAO,MAAM,IAAI,EAAE,aAuCX,CAAC"}
@@ -10,7 +10,6 @@ interface MenuContextValue {
10
10
  onItemKeyDown(event: React.KeyboardEvent<HTMLElement>): void;
11
11
  onItemClick(): void;
12
12
  }
13
- export declare const MenuContext: import("react").Context<MenuContextValue>;
14
- export declare function useMenuContext(component?: string): MenuContextValue;
13
+ export declare const MenuProvider: import("react").Provider<MenuContextValue>, useMenuContext: (component: `${string}.${string}`) => MenuContextValue;
15
14
  export {};
16
15
  //# sourceMappingURL=Menu.context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Menu.context.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.context.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAE9C,UAAU,gBAAgB;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC,CAAC;IACrD,MAAM,EACF,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,GAC3C,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC;IAC3E,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAC7D,WAAW,IAAI,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,WAAW,2CAAwC,CAAC;AAEjE,wBAAgB,cAAc,CAAC,SAAS,SAAS,oBAQhD"}
1
+ {"version":3,"file":"Menu.context.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.context.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAE9C,UAAU,gBAAgB;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC,CAAC;IACrD,MAAM,EACF,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,GAC3C,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC;IAC3E,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAC7D,WAAW,IAAI,IAAI,CAAC;CACrB;AAED,eAAO,MAAO,YAAY,8CAAE,cAAc,wDAA4C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EACL,UAAU,EACV,YAAY,EAIb,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAIpE,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAE/C,oBAAY,wBAAwB,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,GAAG,oBAAoB,CAAC;AAE3F,MAAM,WAAW,kBACf,SAAQ,YAAY,CAAC,wBAAwB,CAAC,EAC5C,IAAI,CAAC,cAAc,EAAE,YAAY,GAAG,QAAQ,CAAC;IAC/C,6EAA6E;IAC7E,cAAc,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;IAExB,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;QAAE,MAAM,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpE;AAkCD,eAAO,MAAM,aAAa,6FAwGzB,CAAC"}
1
+ {"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/PasswordInput/PasswordInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EACL,UAAU,EACV,YAAY,EAIb,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAIpE,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAE/C,oBAAY,wBAAwB,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,GAAG,oBAAoB,CAAC;AAE3F,MAAM,WAAW,kBACf,SAAQ,YAAY,CAAC,wBAAwB,CAAC,EAC5C,IAAI,CAAC,cAAc,EAAE,YAAY,GAAG,QAAQ,CAAC;IAC/C,6EAA6E;IAC7E,cAAc,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;IAExB,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;QAAE,MAAM,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpE;AAkCD,eAAO,MAAM,aAAa,6FA2GzB,CAAC"}
@@ -22,6 +22,8 @@ export interface RangeSliderProps extends DefaultProps<RangeSliderStylesNames>,
22
22
  minRange?: number;
23
23
  /** Number by which value will be incremented/decremented with thumb drag and arrows */
24
24
  step?: number;
25
+ /** Amount of digits after the decimal point */
26
+ precision?: number;
25
27
  /** Current value for controlled slider */
26
28
  value?: Value;
27
29
  /** Default value for uncontrolled slider */
@@ -1 +1 @@
1
- {"version":3,"file":"RangeSlider.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/RangeSlider/RangeSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,YAAY,EAGb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAIrD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAc,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAE7E,oBAAY,sBAAsB,GAC9B,qBAAqB,GACrB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,CAAC;AAErB,aAAK,KAAK,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAE9B,MAAM,WAAW,gBACf,SAAQ,YAAY,CAAC,sBAAsB,CAAC,EAC1C,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,cAAc,CAAC;IACpF,8BAA8B;IAC9B,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,iEAAiE;IACjE,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,uFAAuF;IACvF,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,0CAA0C;IAC1C,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd,4CAA4C;IAC5C,YAAY,CAAC,EAAE,KAAK,CAAC;IAErB,qCAAqC;IACrC,QAAQ,CAAC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAE9B,0EAA0E;IAC1E,WAAW,CAAC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEjC,uDAAuD;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,8CAA8C;IAC9C,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,EAAE,CAAC;IAErD,mGAAmG;IACnG,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAE/D,wCAAwC;IACxC,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC,uDAAuD;IACvD,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,oGAAoG;IACpG,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC,mEAAmE;IACnE,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,6BAA6B;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,8BAA8B;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,+CAA+C;IAC/C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,gDAAgD;IAChD,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC;AAmBD,eAAO,MAAM,WAAW,yFAyTvB,CAAC"}
1
+ {"version":3,"file":"RangeSlider.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/RangeSlider/RangeSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,YAAY,EAGb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAIrD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAc,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAE7E,oBAAY,sBAAsB,GAC9B,qBAAqB,GACrB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,CAAC;AAErB,aAAK,KAAK,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAE9B,MAAM,WAAW,gBACf,SAAQ,YAAY,CAAC,sBAAsB,CAAC,EAC1C,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,cAAc,CAAC;IACpF,8BAA8B;IAC9B,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,iEAAiE;IACjE,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,uFAAuF;IACvF,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd,4CAA4C;IAC5C,YAAY,CAAC,EAAE,KAAK,CAAC;IAErB,qCAAqC;IACrC,QAAQ,CAAC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAE9B,0EAA0E;IAC1E,WAAW,CAAC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEjC,uDAAuD;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,8CAA8C;IAC9C,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,EAAE,CAAC;IAErD,mGAAmG;IACnG,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAE/D,wCAAwC;IACxC,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC,uDAAuD;IACvD,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,oGAAoG;IACpG,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC,mEAAmE;IACnE,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,6BAA6B;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,8BAA8B;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,+CAA+C;IAC/C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,gDAAgD;IAChD,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC;AAmBD,eAAO,MAAM,WAAW,yFA0TvB,CAAC"}
@@ -19,6 +19,8 @@ export interface SliderProps extends DefaultProps<SliderStylesNames>, Omit<React
19
19
  max?: number;
20
20
  /** Number by which value will be incremented/decremented with thumb drag and arrows */
21
21
  step?: number;
22
+ /** Amount of digits after the decimal point */
23
+ precision?: number;
22
24
  /** Current value for controlled slider */
23
25
  value?: number;
24
26
  /** Default value for uncontrolled slider */
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,iBAAiB,EAGlB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAGrD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAc,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAE7E,oBAAY,iBAAiB,GACzB,qBAAqB,GACrB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,CAAC;AAErB,MAAM,WAAW,WACf,SAAQ,YAAY,CAAC,iBAAiB,CAAC,EACrC,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACnE,8BAA8B;IAC9B,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,iEAAiE;IACjE,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,uFAAuF;IACvF,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,qCAAqC;IACrC,QAAQ,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,0EAA0E;IAC1E,WAAW,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC,uDAAuD;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,8CAA8C;IAC9C,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,EAAE,CAAC;IAErD,mGAAmG;IACnG,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAE/D,wCAAwC;IACxC,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC,uDAAuD;IACvD,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,oGAAoG;IACpG,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC,mEAAmE;IACnE,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,uBAAuB;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,8CAA8C;IAC9C,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC;AAiBD,eAAO,MAAM,MAAM,oFAsKjB,CAAC"}
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,iBAAiB,EAGlB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAGrD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAS,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAc,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAE7E,oBAAY,iBAAiB,GACzB,qBAAqB,GACrB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,CAAC;AAErB,MAAM,WAAW,WACf,SAAQ,YAAY,CAAC,iBAAiB,CAAC,EACrC,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACnE,8BAA8B;IAC9B,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB,0EAA0E;IAC1E,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B,iEAAiE;IACjE,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,uFAAuF;IACvF,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,qCAAqC;IACrC,QAAQ,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,0EAA0E;IAC1E,WAAW,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC,uDAAuD;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,8CAA8C;IAC9C,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE,EAAE,CAAC;IAErD,mGAAmG;IACnG,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAE/D,wCAAwC;IACxC,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC,uDAAuD;IACvD,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,oGAAoG;IACpG,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC,mEAAmE;IACnE,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,uBAAuB;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,8CAA8C;IAC9C,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACjC;AAiBD,eAAO,MAAM,MAAM,oFAuKjB,CAAC"}
@@ -4,7 +4,8 @@ interface GetChangeValue {
4
4
  min: number;
5
5
  max: number;
6
6
  step: number;
7
+ precision?: number;
7
8
  }
8
- export declare function getChangeValue({ value, containerWidth, min, max, step }: GetChangeValue): number;
9
+ export declare function getChangeValue({ value, containerWidth, min, max, step, precision, }: GetChangeValue): number;
9
10
  export {};
10
11
  //# sourceMappingURL=get-change-value.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-change-value.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/utils/get-change-value/get-change-value.ts"],"names":[],"mappings":"AAAA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,EAAE,cAAc,UAMvF"}
1
+ {"version":3,"file":"get-change-value.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/utils/get-change-value/get-change-value.ts"],"names":[],"mappings":"AAAA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,cAAc,EACd,GAAG,EACH,GAAG,EACH,IAAI,EACJ,SAAS,GACV,EAAE,cAAc,UAYhB"}
@@ -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" | "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>>;
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" | "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" | "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
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare function createUseContext<T>(defaultValue: T): readonly [import("react").Provider<T>, (component: `${string}.${string}`) => T];
3
+ //# sourceMappingURL=create-use-context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-use-context.d.ts","sourceRoot":"","sources":["../../../src/utils/create-use-context/create-use-context.ts"],"names":[],"mappings":";AAEA,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,YAAY,EAAE,CAAC,sDAGV,GAAG,MAAM,IAAI,MAAM,EAAE,QAc7D"}
@@ -3,4 +3,5 @@ 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
5
  export { getContextItemIndex } from './get-context-item-index/get-context-item-index';
6
+ export { createUseContext } from './create-use-context/create-use-context';
6
7
  //# 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;AAChF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,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;AACtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,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.5",
4
+ "version": "4.0.6",
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.5",
30
+ "@mantine/hooks": "4.0.6",
31
31
  "react": ">=16.8.0",
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
34
  "dependencies": {
35
- "@mantine/styles": "4.0.5",
35
+ "@mantine/styles": "4.0.6",
36
36
  "@radix-ui/react-scroll-area": "^0.1.1",
37
37
  "clsx": "^1.1.1",
38
38
  "react-textarea-autosize": "^8.3.2",