@learningpool/ui 1.11.0 → 1.11.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 (19) hide show
  1. package/components/atoms/Button/Button.d.ts +3 -3
  2. package/components/landmarks/Header/HeaderStyles.d.ts +10 -10
  3. package/components/navigation/Drawer/Drawer.d.ts +1 -1
  4. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +155 -153
  5. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +63 -61
  6. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +8 -8
  7. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +6 -6
  8. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +51 -49
  9. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +1 -1
  10. package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +18 -18
  11. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +156 -154
  12. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +8 -8
  13. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +6 -6
  14. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +62 -60
  15. package/components/pages/ErrorPage/ErrorPageStyles.d.ts +5 -5
  16. package/components/stream/AppHub/AppHubCustomStyles.d.ts +9 -9
  17. package/components/stream/AppHub/AppHubProductStyles.d.ts +12 -12
  18. package/components/stream/AppHub/AppHubStyles.d.ts +9 -9
  19. package/package.json +1 -1
@@ -1,6 +1,8 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
2
4
  export declare const StyledSwipeableAvatar: import("@emotion/styled").StyledComponent<import("@mui/material").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3
- export declare const StyledButton: import("@emotion/styled").StyledComponent<Pick<{
5
+ export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<{
4
6
  children?: import("react").ReactNode;
5
7
  classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
6
8
  color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined;
@@ -30,9 +32,9 @@ export declare const StyledButton: import("@emotion/styled").StyledComponent<Pic
30
32
  tabIndex?: number | undefined;
31
33
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
32
34
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
33
- }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
35
+ }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
34
36
  ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
35
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">, keyof import("@mui/material/OverridableComponent").CommonProps | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
37
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">, "ref"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
36
38
  export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@react-spring/web").AnimatedProps<{
37
39
  className?: string | undefined;
38
40
  style?: {
@@ -913,57 +915,57 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
913
915
  unselectable?: "on" | "off" | undefined;
914
916
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
915
917
  is?: string | undefined;
916
- 'aria-activedescendant'?: string | undefined;
917
- 'aria-atomic'?: (boolean | "false" | "true") | undefined;
918
- 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
919
- 'aria-busy'?: (boolean | "false" | "true") | undefined;
920
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
921
- 'aria-colcount'?: number | undefined;
922
- 'aria-colindex'?: number | undefined;
923
- 'aria-colspan'?: number | undefined;
924
- 'aria-controls'?: string | undefined;
925
- 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
926
- 'aria-describedby'?: string | undefined;
927
- 'aria-details'?: string | undefined;
928
- 'aria-disabled'?: (boolean | "false" | "true") | undefined;
929
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
930
- 'aria-errormessage'?: string | undefined;
931
- 'aria-expanded'?: (boolean | "false" | "true") | undefined;
932
- 'aria-flowto'?: string | undefined;
933
- 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
934
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
935
- 'aria-hidden'?: (boolean | "false" | "true") | undefined;
936
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
937
- 'aria-keyshortcuts'?: string | undefined;
938
- 'aria-label'?: string | undefined;
939
- 'aria-labelledby'?: string | undefined;
940
- 'aria-level'?: number | undefined;
941
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
942
- 'aria-modal'?: (boolean | "false" | "true") | undefined;
943
- 'aria-multiline'?: (boolean | "false" | "true") | undefined;
944
- 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
945
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
946
- 'aria-owns'?: string | undefined;
947
- 'aria-placeholder'?: string | undefined;
948
- 'aria-posinset'?: number | undefined;
949
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
950
- 'aria-readonly'?: (boolean | "false" | "true") | undefined;
951
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
952
- 'aria-required'?: (boolean | "false" | "true") | undefined;
953
- 'aria-roledescription'?: string | undefined;
954
- 'aria-rowcount'?: number | undefined;
955
- 'aria-rowindex'?: number | undefined;
956
- 'aria-rowspan'?: number | undefined;
957
- 'aria-selected'?: (boolean | "false" | "true") | undefined;
958
- 'aria-setsize'?: number | undefined;
959
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
960
- 'aria-valuemax'?: number | undefined;
961
- 'aria-valuemin'?: number | undefined;
962
- 'aria-valuenow'?: number | undefined;
963
- 'aria-valuetext'?: string | undefined;
918
+ "aria-activedescendant"?: string | undefined;
919
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
920
+ "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
921
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
922
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
923
+ "aria-colcount"?: number | undefined;
924
+ "aria-colindex"?: number | undefined;
925
+ "aria-colspan"?: number | undefined;
926
+ "aria-controls"?: string | undefined;
927
+ "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
928
+ "aria-describedby"?: string | undefined;
929
+ "aria-details"?: string | undefined;
930
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
931
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
932
+ "aria-errormessage"?: string | undefined;
933
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
934
+ "aria-flowto"?: string | undefined;
935
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
936
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
937
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
938
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
939
+ "aria-keyshortcuts"?: string | undefined;
940
+ "aria-label"?: string | undefined;
941
+ "aria-labelledby"?: string | undefined;
942
+ "aria-level"?: number | undefined;
943
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
944
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
945
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
946
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
947
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
948
+ "aria-owns"?: string | undefined;
949
+ "aria-placeholder"?: string | undefined;
950
+ "aria-posinset"?: number | undefined;
951
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
952
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
953
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
954
+ "aria-required"?: (boolean | "false" | "true") | undefined;
955
+ "aria-roledescription"?: string | undefined;
956
+ "aria-rowcount"?: number | undefined;
957
+ "aria-rowindex"?: number | undefined;
958
+ "aria-rowspan"?: number | undefined;
959
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
960
+ "aria-setsize"?: number | undefined;
961
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
962
+ "aria-valuemax"?: number | undefined;
963
+ "aria-valuemin"?: number | undefined;
964
+ "aria-valuenow"?: number | undefined;
965
+ "aria-valuetext"?: string | undefined;
964
966
  children?: import("react").ReactNode;
965
967
  dangerouslySetInnerHTML?: {
966
- __html: string;
968
+ __html: string | TrustedHTML;
967
969
  } | undefined;
968
970
  onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
969
971
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -2011,57 +2013,57 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
2011
2013
  unselectable?: "on" | "off" | undefined;
2012
2014
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2013
2015
  is?: string | undefined;
2014
- 'aria-activedescendant'?: string | undefined;
2015
- 'aria-atomic'?: (boolean | "false" | "true") | undefined;
2016
- 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
2017
- 'aria-busy'?: (boolean | "false" | "true") | undefined;
2018
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
2019
- 'aria-colcount'?: number | undefined;
2020
- 'aria-colindex'?: number | undefined;
2021
- 'aria-colspan'?: number | undefined;
2022
- 'aria-controls'?: string | undefined;
2023
- 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
2024
- 'aria-describedby'?: string | undefined;
2025
- 'aria-details'?: string | undefined;
2026
- 'aria-disabled'?: (boolean | "false" | "true") | undefined;
2027
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2028
- 'aria-errormessage'?: string | undefined;
2029
- 'aria-expanded'?: (boolean | "false" | "true") | undefined;
2030
- 'aria-flowto'?: string | undefined;
2031
- 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
2032
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2033
- 'aria-hidden'?: (boolean | "false" | "true") | undefined;
2034
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2035
- 'aria-keyshortcuts'?: string | undefined;
2036
- 'aria-label'?: string | undefined;
2037
- 'aria-labelledby'?: string | undefined;
2038
- 'aria-level'?: number | undefined;
2039
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
2040
- 'aria-modal'?: (boolean | "false" | "true") | undefined;
2041
- 'aria-multiline'?: (boolean | "false" | "true") | undefined;
2042
- 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
2043
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
2044
- 'aria-owns'?: string | undefined;
2045
- 'aria-placeholder'?: string | undefined;
2046
- 'aria-posinset'?: number | undefined;
2047
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
2048
- 'aria-readonly'?: (boolean | "false" | "true") | undefined;
2049
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2050
- 'aria-required'?: (boolean | "false" | "true") | undefined;
2051
- 'aria-roledescription'?: string | undefined;
2052
- 'aria-rowcount'?: number | undefined;
2053
- 'aria-rowindex'?: number | undefined;
2054
- 'aria-rowspan'?: number | undefined;
2055
- 'aria-selected'?: (boolean | "false" | "true") | undefined;
2056
- 'aria-setsize'?: number | undefined;
2057
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
2058
- 'aria-valuemax'?: number | undefined;
2059
- 'aria-valuemin'?: number | undefined;
2060
- 'aria-valuenow'?: number | undefined;
2061
- 'aria-valuetext'?: string | undefined;
2016
+ "aria-activedescendant"?: string | undefined;
2017
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
2018
+ "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
2019
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
2020
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2021
+ "aria-colcount"?: number | undefined;
2022
+ "aria-colindex"?: number | undefined;
2023
+ "aria-colspan"?: number | undefined;
2024
+ "aria-controls"?: string | undefined;
2025
+ "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
2026
+ "aria-describedby"?: string | undefined;
2027
+ "aria-details"?: string | undefined;
2028
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
2029
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2030
+ "aria-errormessage"?: string | undefined;
2031
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
2032
+ "aria-flowto"?: string | undefined;
2033
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2034
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2035
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
2036
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2037
+ "aria-keyshortcuts"?: string | undefined;
2038
+ "aria-label"?: string | undefined;
2039
+ "aria-labelledby"?: string | undefined;
2040
+ "aria-level"?: number | undefined;
2041
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
2042
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
2043
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
2044
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
2045
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
2046
+ "aria-owns"?: string | undefined;
2047
+ "aria-placeholder"?: string | undefined;
2048
+ "aria-posinset"?: number | undefined;
2049
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2050
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
2051
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2052
+ "aria-required"?: (boolean | "false" | "true") | undefined;
2053
+ "aria-roledescription"?: string | undefined;
2054
+ "aria-rowcount"?: number | undefined;
2055
+ "aria-rowindex"?: number | undefined;
2056
+ "aria-rowspan"?: number | undefined;
2057
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
2058
+ "aria-setsize"?: number | undefined;
2059
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
2060
+ "aria-valuemax"?: number | undefined;
2061
+ "aria-valuemin"?: number | undefined;
2062
+ "aria-valuenow"?: number | undefined;
2063
+ "aria-valuetext"?: string | undefined;
2062
2064
  children?: import("react").ReactNode;
2063
2065
  dangerouslySetInnerHTML?: {
2064
- __html: string;
2066
+ __html: string | TrustedHTML;
2065
2067
  } | undefined;
2066
2068
  onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
2067
2069
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -3109,57 +3111,57 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
3109
3111
  unselectable?: "on" | "off" | undefined;
3110
3112
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3111
3113
  is?: string | undefined;
3112
- 'aria-activedescendant'?: string | undefined;
3113
- 'aria-atomic'?: (boolean | "false" | "true") | undefined;
3114
- 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
3115
- 'aria-busy'?: (boolean | "false" | "true") | undefined;
3116
- 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
3117
- 'aria-colcount'?: number | undefined;
3118
- 'aria-colindex'?: number | undefined;
3119
- 'aria-colspan'?: number | undefined;
3120
- 'aria-controls'?: string | undefined;
3121
- 'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
3122
- 'aria-describedby'?: string | undefined;
3123
- 'aria-details'?: string | undefined;
3124
- 'aria-disabled'?: (boolean | "false" | "true") | undefined;
3125
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
3126
- 'aria-errormessage'?: string | undefined;
3127
- 'aria-expanded'?: (boolean | "false" | "true") | undefined;
3128
- 'aria-flowto'?: string | undefined;
3129
- 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
3130
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
3131
- 'aria-hidden'?: (boolean | "false" | "true") | undefined;
3132
- 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3133
- 'aria-keyshortcuts'?: string | undefined;
3134
- 'aria-label'?: string | undefined;
3135
- 'aria-labelledby'?: string | undefined;
3136
- 'aria-level'?: number | undefined;
3137
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
3138
- 'aria-modal'?: (boolean | "false" | "true") | undefined;
3139
- 'aria-multiline'?: (boolean | "false" | "true") | undefined;
3140
- 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
3141
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
3142
- 'aria-owns'?: string | undefined;
3143
- 'aria-placeholder'?: string | undefined;
3144
- 'aria-posinset'?: number | undefined;
3145
- 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
3146
- 'aria-readonly'?: (boolean | "false" | "true") | undefined;
3147
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3148
- 'aria-required'?: (boolean | "false" | "true") | undefined;
3149
- 'aria-roledescription'?: string | undefined;
3150
- 'aria-rowcount'?: number | undefined;
3151
- 'aria-rowindex'?: number | undefined;
3152
- 'aria-rowspan'?: number | undefined;
3153
- 'aria-selected'?: (boolean | "false" | "true") | undefined;
3154
- 'aria-setsize'?: number | undefined;
3155
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
3156
- 'aria-valuemax'?: number | undefined;
3157
- 'aria-valuemin'?: number | undefined;
3158
- 'aria-valuenow'?: number | undefined;
3159
- 'aria-valuetext'?: string | undefined;
3114
+ "aria-activedescendant"?: string | undefined;
3115
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
3116
+ "aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
3117
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
3118
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
3119
+ "aria-colcount"?: number | undefined;
3120
+ "aria-colindex"?: number | undefined;
3121
+ "aria-colspan"?: number | undefined;
3122
+ "aria-controls"?: string | undefined;
3123
+ "aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
3124
+ "aria-describedby"?: string | undefined;
3125
+ "aria-details"?: string | undefined;
3126
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
3127
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
3128
+ "aria-errormessage"?: string | undefined;
3129
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
3130
+ "aria-flowto"?: string | undefined;
3131
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
3132
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
3133
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
3134
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3135
+ "aria-keyshortcuts"?: string | undefined;
3136
+ "aria-label"?: string | undefined;
3137
+ "aria-labelledby"?: string | undefined;
3138
+ "aria-level"?: number | undefined;
3139
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
3140
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
3141
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
3142
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
3143
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
3144
+ "aria-owns"?: string | undefined;
3145
+ "aria-placeholder"?: string | undefined;
3146
+ "aria-posinset"?: number | undefined;
3147
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
3148
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
3149
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3150
+ "aria-required"?: (boolean | "false" | "true") | undefined;
3151
+ "aria-roledescription"?: string | undefined;
3152
+ "aria-rowcount"?: number | undefined;
3153
+ "aria-rowindex"?: number | undefined;
3154
+ "aria-rowspan"?: number | undefined;
3155
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
3156
+ "aria-setsize"?: number | undefined;
3157
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3158
+ "aria-valuemax"?: number | undefined;
3159
+ "aria-valuemin"?: number | undefined;
3160
+ "aria-valuenow"?: number | undefined;
3161
+ "aria-valuetext"?: string | undefined;
3160
3162
  children?: import("react").ReactNode;
3161
3163
  dangerouslySetInnerHTML?: {
3162
- __html: string;
3164
+ __html: string | TrustedHTML;
3163
3165
  } | undefined;
3164
3166
  onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
3165
3167
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -3337,9 +3339,9 @@ export declare const StyledAvatarName: import("@emotion/styled").StyledComponent
3337
3339
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
3338
3340
  variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
3339
3341
  variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
3340
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>> & {
3342
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3341
3343
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
3342
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3344
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3343
3345
  export declare const StyledButtonGroup: import("@emotion/styled").StyledComponent<{
3344
3346
  children?: import("react").ReactNode;
3345
3347
  classes?: Partial<import("@mui/material").ButtonGroupClasses> | undefined;
@@ -3353,7 +3355,7 @@ export declare const StyledButtonGroup: import("@emotion/styled").StyledComponen
3353
3355
  size?: "small" | "large" | "medium" | undefined;
3354
3356
  variant?: "text" | "outlined" | "contained" | undefined;
3355
3357
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
3356
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
3358
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3357
3359
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3358
3360
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "variant" | "disabled" | "disableRipple" | "disableElevation" | "disableFocusRipple" | "fullWidth" | "size" | "orientation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3359
3361
  export declare const StyledAvatar: import("@emotion/styled").StyledComponent<any, {}, {}>;
@@ -3373,6 +3375,6 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
3373
3375
  tabIndex?: number | undefined;
3374
3376
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
3375
3377
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
3376
- }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
3378
+ }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3377
3379
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3378
3380
  }, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -10,7 +10,7 @@ export declare const FlyoutMenuPaper: import("@emotion/styled").StyledComponent<
10
10
  square?: boolean | undefined;
11
11
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
12
12
  variant?: "outlined" | "elevation" | undefined;
13
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
13
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
14
14
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
15
15
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
16
16
  anchorEl: HTMLElement | undefined;
@@ -27,7 +27,7 @@ export declare const FlyoutMenuList: import("@emotion/styled").StyledComponent<{
27
27
  disablePadding?: boolean | undefined;
28
28
  subheader?: import("react").ReactNode;
29
29
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
30
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes<HTMLUListElement>> & {
30
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
31
31
  ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined;
32
32
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
33
33
  open?: boolean | undefined;
@@ -42,9 +42,9 @@ export declare const FlyoutMenuHeader: import("@emotion/styled").StyledComponent
42
42
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
43
43
  variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
44
44
  variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
45
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>> & {
45
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
46
46
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
47
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
47
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
48
48
  export declare const FlyoutMenuItem: import("@emotion/styled").StyledComponent<{
49
49
  button?: false | undefined;
50
50
  } & import("@mui/material").ListItemBaseProps & {
@@ -54,7 +54,7 @@ export declare const FlyoutMenuItem: import("@emotion/styled").StyledComponent<{
54
54
  componentsProps?: {
55
55
  root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
56
56
  } | undefined;
57
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "key" | keyof import("react").LiHTMLAttributes<HTMLLIElement>> & {
57
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
58
58
  ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
59
59
  }, "className" | "style" | "classes" | "button" | "autoFocus" | "children" | "sx" | "alignItems" | "disabled" | "selected" | "dense" | "components" | "componentsProps" | "disablePadding" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
60
60
  export declare const FlyoutMenuItemText: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemTextProps<import("react").ElementType<any>, import("react").ElementType<any>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -74,7 +74,7 @@ export declare const FlyoutMenuButton: import("@emotion/styled").StyledComponent
74
74
  tabIndex?: number | undefined;
75
75
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
76
76
  touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
77
- }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
77
+ }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
78
78
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
79
79
  }, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
80
80
  isDrawerOpen?: boolean | undefined;
@@ -87,7 +87,7 @@ export declare const FullHeightFlyoutMenuPaper: import("@emotion/styled").Styled
87
87
  square?: boolean | undefined;
88
88
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
89
89
  variant?: "outlined" | "elevation" | undefined;
90
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
90
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
91
91
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
92
92
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
93
93
  isDrawerOpen?: boolean | undefined;
@@ -108,6 +108,6 @@ export declare const NotchMini: import("@emotion/styled").StyledComponent<{
108
108
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
109
109
  titleAccess?: string | undefined;
110
110
  viewBox?: string | undefined;
111
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "id" | "lang" | "tabIndex" | "role" | "color" | "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" | "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" | "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" | "cursor" | "direction" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "href" | "name" | "type" | "media" | "target" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "local" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
111
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
112
112
  ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
113
113
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;