@galaxy-ds/core 2.0.23 → 2.0.24

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 (45) hide show
  1. package/dist/Accordion/Accordion.styled.d.ts +1 -1
  2. package/dist/ActivityLog/ActivityLog.styled.d.ts +1 -1
  3. package/dist/AppBar/AppBar.styled.d.ts +2 -2
  4. package/dist/Autocomplete/Autocomplete.stories.d.ts +6 -6
  5. package/dist/Autocomplete/Autocomplete.styled.d.ts +2 -2
  6. package/dist/Avatar/Avatar.styled.d.ts +1 -1
  7. package/dist/BottomListButton/BottomListButton.styled.d.ts +1 -1
  8. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -285
  9. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +1 -1
  10. package/dist/Button/Button.styled.d.ts +1 -1
  11. package/dist/Card/Card.styled.d.ts +1 -1
  12. package/dist/Chip/Chip.styled.d.ts +1 -1
  13. package/dist/Drawer/Drawer.stories.d.ts +6 -6
  14. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +3 -3
  15. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +1 -1
  16. package/dist/Dropdown/Dropdown.stories.d.ts +16 -16
  17. package/dist/EmptyState/EmptyState.styled.d.ts +1 -1
  18. package/dist/FooterActions/FooterActions.styled.d.ts +1 -1
  19. package/dist/FormHeader/FormHeader.styled.d.ts +2 -2
  20. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +1 -1
  21. package/dist/Icon/Icon.stories.d.ts +6 -6
  22. package/dist/IconButton/IconButton.stories.d.ts +2 -2
  23. package/dist/Icons/doctype-icons.stories.d.ts +8 -8
  24. package/dist/Icons/leap-icons.stories.d.ts +10 -10
  25. package/dist/Input/Input.stories.d.ts +17 -17
  26. package/dist/Input/Input.styled.d.ts +1 -1
  27. package/dist/Loader/Loader.styled.d.ts +1 -1
  28. package/dist/MenuHeader/MenuHeader.styled.d.ts +1 -1
  29. package/dist/RibbonButton/RibbonButton.styled.d.ts +1 -1
  30. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +2 -2
  31. package/dist/Tab/Tab.styled.d.ts +1 -1
  32. package/dist/TabListItem/TabListItem.styled.d.ts +1 -1
  33. package/dist/Tabs/Tabs.styled.d.ts +1 -1
  34. package/dist/Tag/Tag.styled.d.ts +1 -1
  35. package/dist/ThemeProvider/ThemeProvider.d.ts +1 -1
  36. package/dist/ThemeProvider/index.d.ts +0 -1
  37. package/dist/index.esm.js +2 -1
  38. package/dist/index.esm.js.map +1 -1
  39. package/dist/index.js +2 -1
  40. package/dist/index.js.map +1 -1
  41. package/dist/stories/Typography.stories.d.ts +1 -16
  42. package/dist/stories/resources/desktopTypography.d.ts +119 -0
  43. package/dist/stories/resources/webTypography.d.ts +119 -0
  44. package/package.json +5 -3
  45. package/dist/ThemeProvider/ThemeProvider.types.d.ts +0 -5
@@ -60,9 +60,9 @@ export declare const Default: {
60
60
  };
61
61
  };
62
62
  play: ({ args, canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
63
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
63
64
  className?: string | undefined;
64
65
  style?: import("react").CSSProperties | undefined;
65
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
66
66
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
67
67
  label?: string | undefined;
68
68
  slot?: string | undefined;
@@ -382,9 +382,9 @@ export declare const Default: {
382
382
  key?: import("react").Key | null | undefined;
383
383
  }>) => Promise<void>;
384
384
  render: (args: {
385
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
385
386
  className?: string | undefined;
386
387
  style?: import("react").CSSProperties | undefined;
387
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
388
388
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
389
389
  label?: string | undefined;
390
390
  slot?: string | undefined;
@@ -725,9 +725,9 @@ export declare const EndAdornment: {
725
725
  };
726
726
  };
727
727
  render: (args: {
728
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
728
729
  className?: string | undefined;
729
730
  style?: import("react").CSSProperties | undefined;
730
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
731
731
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
732
732
  label?: string | undefined;
733
733
  slot?: string | undefined;
@@ -1068,9 +1068,9 @@ export declare const StartAdornment: {
1068
1068
  };
1069
1069
  };
1070
1070
  render: (args: {
1071
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
1071
1072
  className?: string | undefined;
1072
1073
  style?: import("react").CSSProperties | undefined;
1073
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
1074
1074
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1075
1075
  label?: string | undefined;
1076
1076
  slot?: string | undefined;
@@ -1404,9 +1404,9 @@ export declare const FormGroup: {
1404
1404
  };
1405
1405
  };
1406
1406
  render: (args: {
1407
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
1407
1408
  className?: string | undefined;
1408
1409
  style?: import("react").CSSProperties | undefined;
1409
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
1410
1410
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1411
1411
  label?: string | undefined;
1412
1412
  slot?: string | undefined;
@@ -1741,9 +1741,9 @@ export declare const Label: {
1741
1741
  };
1742
1742
  };
1743
1743
  render: (args: {
1744
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
1744
1745
  className?: string | undefined;
1745
1746
  style?: import("react").CSSProperties | undefined;
1746
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
1747
1747
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1748
1748
  label?: string | undefined;
1749
1749
  slot?: string | undefined;
@@ -2076,9 +2076,9 @@ export declare const Types: {
2076
2076
  };
2077
2077
  };
2078
2078
  render: (args: {
2079
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
2079
2080
  className?: string | undefined;
2080
2081
  style?: import("react").CSSProperties | undefined;
2081
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
2082
2082
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2083
2083
  label?: string | undefined;
2084
2084
  slot?: string | undefined;
@@ -2414,9 +2414,9 @@ export declare const HelperText: {
2414
2414
  };
2415
2415
  };
2416
2416
  render: (args: {
2417
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
2417
2418
  className?: string | undefined;
2418
2419
  style?: import("react").CSSProperties | undefined;
2419
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
2420
2420
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2421
2421
  label?: string | undefined;
2422
2422
  slot?: string | undefined;
@@ -2753,9 +2753,9 @@ export declare const Error: {
2753
2753
  };
2754
2754
  };
2755
2755
  render: (args: {
2756
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
2756
2757
  className?: string | undefined;
2757
2758
  style?: import("react").CSSProperties | undefined;
2758
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
2759
2759
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2760
2760
  label?: string | undefined;
2761
2761
  slot?: string | undefined;
@@ -3091,9 +3091,9 @@ export declare const Disabled: {
3091
3091
  };
3092
3092
  };
3093
3093
  render: (args: {
3094
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
3094
3095
  className?: string | undefined;
3095
3096
  style?: import("react").CSSProperties | undefined;
3096
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
3097
3097
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
3098
3098
  label?: string | undefined;
3099
3099
  slot?: string | undefined;
@@ -3429,9 +3429,9 @@ export declare const ReadOnly: {
3429
3429
  };
3430
3430
  };
3431
3431
  render: (args: {
3432
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
3432
3433
  className?: string | undefined;
3433
3434
  style?: import("react").CSSProperties | undefined;
3434
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
3435
3435
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
3436
3436
  label?: string | undefined;
3437
3437
  slot?: string | undefined;
@@ -3767,9 +3767,9 @@ export declare const TextAlignment: {
3767
3767
  };
3768
3768
  };
3769
3769
  render: (args: {
3770
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
3770
3771
  className?: string | undefined;
3771
3772
  style?: import("react").CSSProperties | undefined;
3772
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
3773
3773
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
3774
3774
  label?: string | undefined;
3775
3775
  slot?: string | undefined;
@@ -4105,9 +4105,9 @@ export declare const FullWidth: {
4105
4105
  };
4106
4106
  };
4107
4107
  render: (args: {
4108
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
4108
4109
  className?: string | undefined;
4109
4110
  style?: import("react").CSSProperties | undefined;
4110
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
4111
4111
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
4112
4112
  label?: string | undefined;
4113
4113
  slot?: string | undefined;
@@ -4445,9 +4445,9 @@ export declare const LargeSizeToolbarSize: {
4445
4445
  };
4446
4446
  };
4447
4447
  render: (args: {
4448
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
4448
4449
  className?: string | undefined;
4449
4450
  style?: import("react").CSSProperties | undefined;
4450
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
4451
4451
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
4452
4452
  label?: string | undefined;
4453
4453
  slot?: string | undefined;
@@ -4785,9 +4785,9 @@ export declare const TextArea: {
4785
4785
  };
4786
4786
  };
4787
4787
  render: (args: {
4788
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
4788
4789
  className?: string | undefined;
4789
4790
  style?: import("react").CSSProperties | undefined;
4790
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
4791
4791
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
4792
4792
  label?: string | undefined;
4793
4793
  slot?: string | undefined;
@@ -5121,9 +5121,9 @@ export declare const TextAreaWithEndAdornment: {
5121
5121
  };
5122
5122
  };
5123
5123
  render: (args: {
5124
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
5124
5125
  className?: string | undefined;
5125
5126
  style?: import("react").CSSProperties | undefined;
5126
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
5127
5127
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
5128
5128
  label?: string | undefined;
5129
5129
  slot?: string | undefined;
@@ -5457,9 +5457,9 @@ export declare const EventCallbacks: {
5457
5457
  };
5458
5458
  };
5459
5459
  render: (args: {
5460
+ classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
5460
5461
  className?: string | undefined;
5461
5462
  style?: import("react").CSSProperties | undefined;
5462
- classes?: Partial<import("@mui/material").InputBaseClasses> | undefined;
5463
5463
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
5464
5464
  label?: string | undefined;
5465
5465
  slot?: string | undefined;
@@ -4,4 +4,4 @@ export declare const StyledInputBase: import("@emotion/styled").StyledComponent<
4
4
  export declare const FormLabelBlock: import("@emotion/styled").StyledComponent<import("..").InputLabelProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
5
5
  export declare const StyledFormHelperText: import("@emotion/styled").StyledComponent<import("@mui/material/FormHelperText").FormHelperTextOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
7
- }, "children" | "className" | "style" | "classes" | "sx" | "disabled" | "variant" | "margin" | "focused" | "required" | "filled" | "error"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
+ }, "children" | "classes" | "className" | "style" | "sx" | "disabled" | "variant" | "margin" | "focused" | "required" | "filled" | "error"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -1,3 +1,3 @@
1
1
  export declare const LoaderContainer: import("@emotion/styled").StyledComponent<import("@mui/material").BackdropOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "ref" | "children" | "className" | "style" | "classes" | "color" | "sx" | "slot" | "title" | "suppressHydrationWarning" | "id" | "lang" | "role" | "tabIndex" | "in" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onChange" | "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" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "transitionDuration" | "translate" | "TransitionComponent" | "slots" | "slotProps" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "components" | "componentsProps" | "open" | "exit" | "mountOnEnter" | "unmountOnExit" | "timeout" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "invisible"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3
+ }, "children" | "classes" | "ref" | "className" | "style" | "color" | "sx" | "slot" | "title" | "suppressHydrationWarning" | "id" | "lang" | "role" | "tabIndex" | "in" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onChange" | "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" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "content" | "transitionDuration" | "translate" | "TransitionComponent" | "slots" | "slotProps" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "components" | "componentsProps" | "open" | "exit" | "mountOnEnter" | "unmountOnExit" | "timeout" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "invisible"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,4 +1,4 @@
1
1
  export declare const MenuHeaderContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
2
  export declare const MenuListSubheader: import("@emotion/styled").StyledComponent<import("@mui/material").ListSubheaderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
4
- }, "children" | "className" | "style" | "classes" | "color" | "sx" | "inset" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
4
+ }, "children" | "classes" | "className" | "style" | "color" | "sx" | "inset" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,7 +1,7 @@
1
1
  export declare const CaretWrapperStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
2
  export declare const RibbonButtonStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Button").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
4
- }, "children" | "className" | "style" | "classes" | "color" | "sx" | "tabIndex" | "href" | "disabled" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
4
+ }, "children" | "classes" | "className" | "style" | "color" | "sx" | "tabIndex" | "href" | "disabled" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
5
5
  export declare const RibbonLabelStyled: import("@emotion/styled").StyledComponent<Omit<import("../Typography").TypographyProps, "ref"> & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
6
6
  export declare const RibbonContentStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
7
7
  isWrapped?: boolean;
@@ -1,7 +1,7 @@
1
1
  export declare const RibbonButtonGroupStyled: import("@emotion/styled").StyledComponent<import("@mui/material/ButtonGroup").ButtonGroupOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "children" | "className" | "style" | "classes" | "color" | "sx" | "orientation" | "disabled" | "variant" | "disableRipple" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3
+ }, "children" | "classes" | "className" | "style" | "color" | "sx" | "orientation" | "disabled" | "variant" | "disableRipple" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
4
4
  export declare const RibbonCaretWrapperStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Button").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
6
- }, "children" | "className" | "style" | "classes" | "color" | "sx" | "tabIndex" | "href" | "disabled" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
6
+ }, "children" | "classes" | "className" | "style" | "color" | "sx" | "tabIndex" | "href" | "disabled" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
7
7
  export declare const RibbonButtonStyled: import("@emotion/styled").StyledComponent<Omit<import("../RibbonButton").RibbonButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -1,3 +1,3 @@
1
1
  export declare const StyledTab: import("@emotion/styled").StyledComponent<import("@mui/material").TabOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "children" | "className" | "style" | "classes" | "sx" | "label" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "icon" | "value" | "disableFocusRipple" | "iconPosition" | "wrapped"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3
+ }, "children" | "classes" | "className" | "style" | "sx" | "label" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "icon" | "value" | "disableFocusRipple" | "iconPosition" | "wrapped"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -2,7 +2,7 @@ export declare const StyledListItem: import("@emotion/styled").StyledComponent<{
2
2
  button?: false;
3
3
  } & import("@mui/material/ListItem").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
5
- }, "children" | "className" | "style" | "classes" | "sx" | "button" | "disabled" | "alignItems" | "disableGutters" | "slots" | "slotProps" | "autoFocus" | "components" | "componentsProps" | "dense" | "selected" | "divider" | "secondaryAction" | "ContainerComponent" | "ContainerProps" | "disablePadding"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
5
+ }, "children" | "classes" | "className" | "style" | "sx" | "button" | "disabled" | "alignItems" | "disableGutters" | "slots" | "slotProps" | "autoFocus" | "components" | "componentsProps" | "dense" | "selected" | "divider" | "secondaryAction" | "ContainerComponent" | "ContainerProps" | "disablePadding"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
6
6
  export declare const ShowOnHover: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
7
  export declare const HideOnHover: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
8
  export declare const HoverContentWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
@@ -1,3 +1,3 @@
1
1
  export declare const StyledTabs: import("@emotion/styled").StyledComponent<import("@mui/material").TabsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "children" | "className" | "style" | "classes" | "sx" | "orientation" | "aria-label" | "aria-labelledby" | "onChange" | "variant" | "slots" | "slotProps" | "action" | "value" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3
+ }, "children" | "classes" | "className" | "style" | "sx" | "orientation" | "aria-label" | "aria-labelledby" | "onChange" | "variant" | "slots" | "slotProps" | "action" | "value" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -10,4 +10,4 @@ export declare const TagEndIcon: import("@emotion/styled").StyledComponent<impor
10
10
  export declare const TagDelete: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
11
  export declare const MuiIconButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
13
- }, "children" | "className" | "style" | "classes" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "size"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
13
+ }, "children" | "classes" | "className" | "style" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "size"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,3 +1,3 @@
1
- import { ThemeProviderProps } from './ThemeProvider.types';
1
+ import { ThemeProviderProps } from '@mui/material/styles/ThemeProvider';
2
2
  export declare const ThemeProvider: ({ children, theme }: ThemeProviderProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default ThemeProvider;
@@ -1,2 +1 @@
1
1
  export * from './ThemeProvider';
2
- export * from './ThemeProvider.types';
package/dist/index.esm.js CHANGED
@@ -138,7 +138,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
138
138
  };
139
139
 
140
140
  var CssBaseline = function (props) {
141
- return jsx(MuiCssBaseline, __assign({}, props));
141
+ var rest = __rest(props, []);
142
+ return jsx(MuiCssBaseline, __assign({}, rest));
142
143
  };
143
144
 
144
145
  function SvgSearch(props) {