@up42/up-components 0.3.14 → 0.4.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 (31) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/types/components/Avatar/Avatar.d.ts +1 -1
  4. package/dist/cjs/types/components/Box/Box.d.ts +1 -1
  5. package/dist/cjs/types/components/Button/Button.d.ts +1 -1
  6. package/dist/cjs/types/components/DataGrid/DataGrid.d.ts +5 -0
  7. package/dist/cjs/types/components/DataGrid/DataGrid.overrides.d.ts +3 -0
  8. package/dist/cjs/types/components/DataGrid/DataGrid.test.d.ts +1 -0
  9. package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +1 -1
  10. package/dist/cjs/types/components/FormRadio/FormRadio.d.ts +1 -1
  11. package/dist/cjs/types/components/FormSelect/FormSelect.d.ts +2 -2
  12. package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +1 -1
  13. package/dist/cjs/types/components/InfoCard/InfoCard.d.ts +1 -1
  14. package/dist/cjs/types/components/Menu/Menu.d.ts +1 -1
  15. package/dist/cjs/types/index.d.ts +1 -0
  16. package/dist/esm/index.js +1 -1
  17. package/dist/esm/types/components/Avatar/Avatar.d.ts +1 -1
  18. package/dist/esm/types/components/Box/Box.d.ts +1 -1
  19. package/dist/esm/types/components/Button/Button.d.ts +1 -1
  20. package/dist/esm/types/components/DataGrid/DataGrid.d.ts +5 -0
  21. package/dist/esm/types/components/DataGrid/DataGrid.overrides.d.ts +3 -0
  22. package/dist/esm/types/components/DataGrid/DataGrid.test.d.ts +1 -0
  23. package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +1 -1
  24. package/dist/esm/types/components/FormRadio/FormRadio.d.ts +1 -1
  25. package/dist/esm/types/components/FormSelect/FormSelect.d.ts +2 -2
  26. package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +1 -1
  27. package/dist/esm/types/components/InfoCard/InfoCard.d.ts +1 -1
  28. package/dist/esm/types/components/Menu/Menu.d.ts +1 -1
  29. package/dist/esm/types/index.d.ts +1 -0
  30. package/dist/index.d.ts +15 -11
  31. package/package.json +5 -3
@@ -6,6 +6,6 @@ export declare type MenuProps = MUIGlobalOmit<MUIMenuProps>;
6
6
  /**
7
7
  * Documentation: https://up-components.up42.dev/?path=/docs/navigation-menu
8
8
  */
9
- export declare const Menu: React.ForwardRefExoticComponent<Pick<Omit<MUIMenuProps, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef">, "color" | "transformOrigin" | "transitionDuration" | "translate" | "components" | "className" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "key" | "autoFocus" | "variant" | "elevation" | "open" | "container" | "componentsProps" | "onClose" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "anchorEl" | "anchorOrigin" | "anchorPosition" | "anchorReference" | "marginThreshold" | "PaperProps" | "TransitionComponent" | "TransitionProps" | "disableAutoFocusItem" | "MenuListProps" | "PopoverClasses"> & React.RefAttributes<unknown>>;
9
+ export declare const Menu: React.ForwardRefExoticComponent<Pick<Omit<MUIMenuProps, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "color" | "transformOrigin" | "transitionDuration" | "translate" | "components" | "className" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "key" | "autoFocus" | "variant" | "elevation" | "open" | "container" | "componentsProps" | "onClose" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "anchorEl" | "anchorOrigin" | "anchorPosition" | "anchorReference" | "marginThreshold" | "PaperProps" | "TransitionComponent" | "TransitionProps" | "disableAutoFocusItem" | "MenuListProps" | "PopoverClasses"> & React.RefAttributes<unknown>>;
10
10
  export declare type MenuItemProps = MUIGlobalOmit<MUIMenuItemProps>;
11
11
  export declare const MenuItem: (props: MenuItemProps) => JSX.Element;
@@ -36,3 +36,4 @@ export { InfoPopover, type InfoPopoverProps } from './components/InfoPopover/Inf
36
36
  export { DocumentationPopover, type DocumentationPopoverProps, } from './components/DocumentationPopover/DocumentationPopover';
37
37
  export { CodeBox, type CodeBoxProps } from './components/CodeBox/CodeBox';
38
38
  export { Table, TableBody, TableCell, TableHead, TableContainer, TableRow, TableFooter, TablePagination, TableSortLabel, type TableProps, type TableBodyProps, type TableCellProps, type TableHeadProps, type TableContainerProps, type TableRowProps, type TableFooterProps, type TablePaginationProps, type TableSortLabelProps, } from './components/Table/Table';
39
+ export { DataGrid, type DataGridProps } from './components/DataGrid/DataGrid';
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- import{createTheme as e,CssBaseline as r,CircularProgress as t,Chip as n,Avatar as o,Container as i,Grid as a,Box as l,Checkbox as c,FormLabel as d,FormControl as s,FormGroup as m,FormControlLabel as f,FormHelperText as u,Radio as p,RadioGroup as g,Switch as h,Select as b,MenuItem as y,TextField as v,Link as x,SvgIcon as E,Tabs as w,Tab as z,Modal as k,IconButton as C,Card as S,CardContent as T,Typography as O,Divider as R,Fade as M,Alert as P,AlertTitle as F,capitalize as L,Button as W,Tooltip as j,Menu as B,Popover as A}from"@mui/material";export*from"@mui/material";import*as I from"react";import H,{useState as q,useMemo as Z}from"react";import{ThemeProvider as N,styled as V}from"@mui/material/styles";import $ from"@mui/material/Button";import D from"@mui/material/Typography";import _ from"@mui/material/InputAdornment";import X from"@mui/material/IconButton";import G from"@mui/icons-material/VisibilityOutlined";import K from"@mui/icons-material/VisibilityOffOutlined";import Q from"@mui/icons-material/InfoOutlined";import U from"@mui/icons-material/QuestionMark";import J from"react-markdown";import Y from"@mui/icons-material/ContentCopy";import ee from"@mui/material/Table";import re from"@mui/material/TableBody";import te from"@mui/material/TableCell";import ne from"@mui/material/TableContainer";import oe from"@mui/material/TableHead";import ie from"@mui/material/TableRow";import ae from"@mui/material/TablePagination";import le from"@mui/material/TableSortLabel";import ce from"@mui/material/TableFooter";var de={animation:{speed:{normal:"0.5s",fast:"0.08s",slow:"1s"}},color:{background:{light:"#f4f5f7",dark:"#dfe1e6",indigo:"#262a59"},primary:"#262a59",secondary:"#d40fa9",info:"#262a59",error:"#e35656",success:"#aed581",indigo0:"#f4f4f6",indigo10:"#e9e9ee",indigo20:"#bdbfcd",indigo30:"#a8aabd",indigo40:"#9294ac",indigo50:"#7d7f9b",indigo60:"#67698a",indigo70:"#51557a",indigo80:"#3b3f69",indigo90:"#262a59",indigo100:"#161833",pink0:"#fff3ff",pink10:"#fedafd",pink20:"#fdc0fb",pink30:"#f98ef3",pink40:"#f362e8",pink50:"#ec3ed7",pink60:"#d40fa9",pink70:"#b0027c",pink80:"#990165",pink90:"#820050",pink100:"#390325",cyan0:"#f4ffff",cyan10:"#c6ffff",cyan20:"#96ffff",cyan30:"#59effc",cyan40:"#1dd7f0",cyan50:"#20b0c7",cyan60:"#1d8fa4",cyan70:"#167286",cyan80:"#0e5a6d",cyan90:"#064658",cyan100:"#103645",green0:"#f8fff4",green10:"#e2fccc",green20:"#e2fccc",green30:"#aed581",green40:"#8eaf65",green50:"#728f4b",green60:"#5a7533",green70:"#476020",green80:"#374e10",green90:"#2b3f05",green100:"#223300",red0:"#fff7f4",red10:"#ffe4db",red20:"#fcc4bb",red30:"#efa299",red40:"#e67e78",red50:"#e35656",red60:"#b83d3c",red70:"#922524",red80:"#6f1110",red90:"#500404",red100:"#330000",gray0:"#ffffff",gray10:"#f4f5f7",gray20:"#dfe1e6",gray30:"#c1c7d0",gray40:"#a8afba",gray50:"#9399a3",gray60:"#777c85",gray70:"#575b61",gray80:"#3c3e42",gray90:"#222426",gray100:"#121315",border:{default:"#dfe1e6"},shadow:{default:"#121315"},text:{base:"#121315",light:"#9399a3",inverted:"#ffffff",link:{default:"#20b0c7",visited:"#1d8fa4"}}},font:{family:{heading:"'Roboto Condensed', sans-serif",text:"'Source Sans Pro', sans-serif",code:"'Source Code Pro', monospace"},lineHeight:{medium:"1rem",large:"1.5rem",xlarge:"2rem",xxlarge:"3rem"},weight:{normal:400,bold:700}},size:{border:{radius:{default:"6px",small:"4px"},width:"1px"},font:{base:"16px",heading:{default:"1.728rem",small:"1.44rem",xsmall:"1rem"},overline:{large:"1.44rem",default:"0.833rem"},body:{default:"1rem"},caption:{default:"0.833rem",large:"1.44rem"},label:{default:"0.833rem",large:"1.44rem"},minorThird10:"6.192rem",minorThird9:"5.16rem",minorThird8:"4.3rem",minorThird7:"3.583rem",minorThird6:"2.986rem",minorThird5:"2.488rem",minorThird4:"2.074rem",minorThird3:"1.728rem",minorThird2:"1.44rem",minorThird1:"1.2rem",minorThird0:"1rem",minorThirdSub1:"0.833rem",minorThirdSub2:"0.694rem",minorThirdSub3:"0.579rem",minorThirdSub4:"0.482rem",minorThirdSub5:"0.402rem",minorThirdSub6:"0.335rem"},spacingXS:"8px",spacingS:"16px",spacingM:"24px",spacingL:"32px",spacingXL:"40px",spacingXXL:"48px",spacing:{main:"24px",section:"32px",header:"24px",article:"24px",paragraph:"16px",line:"8px",scale1:"1px",scale2:"2px",scale4:"4px",scale6:"6px",scale8:"8px",scale16:"16px",scale24:"24px",scale32:"32px",scale40:"40px",scale48:"48px",scale56:"56px",scale64:"64px",scale72:"72px",scale80:"80px",scale88:"88px",scale96:"96px",scale104:"104px",scale112:"112px",scale120:"120px",scale128:"128px",scale160:"160px",scale208:"208px"}}},se=function(){return se=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},se.apply(this,arguments)};function me(e,r){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)r.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(t[n[o]]=e[n[o]])}return t}var fe={styleOverrides:{root:{fontSize:"12px",fontWeight:600,fontFamily:de.font.family.text,"& .MuiChip-icon":{width:"12px",height:"12px",marginLeft:de.size.spacing.scale8}},colorDefault:{backgroundColor:de.color.gray10,color:de.color.gray60},colorPrimary:{backgroundColor:de.color.indigo10,color:de.color.indigo80},colorSecondary:{backgroundColor:de.color.pink10,color:de.color.pink80},colorError:{backgroundColor:de.color.red10,color:de.color.error},colorInfo:{backgroundColor:de.color.indigo10,color:de.color.indigo80},colorSuccess:{backgroundColor:de.color.green10,color:de.color.green80}}},ue={h1:{fontFamily:de.font.family.heading,fontSize:de.size.font.heading.default,fontWeight:de.font.weight.bold,lineHeight:de.font.lineHeight.xlarge},h2:{fontFamily:de.font.family.heading,fontSize:de.size.font.heading.small,fontWeight:de.font.weight.bold,lineHeight:de.font.lineHeight.xlarge},h3:{fontFamily:de.font.family.heading,fontSize:de.size.font.heading.xsmall,fontWeight:de.font.weight.bold,lineHeight:de.font.lineHeight.large},body1:{fontFamily:de.font.family.text,fontSize:de.size.font.body.default,fontWeight:de.font.weight.normal,lineHeight:de.font.lineHeight.large},body2:{fontFamily:de.font.family.text,fontSize:de.size.font.body.default,fontWeight:de.font.weight.bold,lineHeight:de.font.lineHeight.large},caption:{fontFamily:de.font.family.text,fontSize:de.size.font.caption.default,fontWeight:de.font.weight.normal,lineHeight:de.font.lineHeight.medium},overline:{fontFamily:de.font.family.heading,fontSize:de.size.font.overline.default,letterSpacing:"initial",fontWeight:de.font.weight.bold,color:de.color.gray60}},pe={small:"".concat(de.size.spacing.scale4," ").concat(de.size.spacing.scale8),medium:"".concat(de.size.spacing.scale8," ").concat(de.size.spacing.scale16),large:"".concat(de.size.spacing.scale16," ").concat(de.size.spacing.scale32)},ge={styleOverrides:{root:{textTransform:"none",lineHeight:de.size.spacing.scale16,fontWeight:de.font.weight.bold,fontFamily:de.font.family.text,boxShadow:"none"},contained:{padding:pe.medium,color:de.color.gray0},outlinedSuccess:{color:de.color.green60},containedSuccess:{backgroundColor:de.color.green60},containedSizeSmall:{padding:pe.small},containedSizeLarge:{padding:pe.large},text:{padding:pe.medium},textSizeSmall:{padding:pe.small},textSizeLarge:{padding:pe.large},outlined:{padding:"7px ".concat(de.size.spacing.scale16)},outlinedSizeSmall:{padding:pe.small},outlinedSizeLarge:{padding:pe.large},sizeSmall:{fontSize:de.size.font.label.default},sizeLarge:{fontSize:de.size.font.label.large},startIcon:{"& svg":{fill:"currentColor",width:"12px",height:"12px"}},endIcon:{"& svg":{fill:"currentColor",width:"12px",height:"12px"}}},defaultProps:{disableFocusRipple:!0}},he={styleOverrides:{root:{fontFamily:de.font.family.text,fontSize:de.size.font.label.default,fontWeight:de.font.weight.bold,width:de.size.spacing.scale24,height:de.size.spacing.scale24,"& .MuiSvgIcon-root":{width:de.size.spacing.scale16}},colorDefault:{backgroundColor:de.color.background.dark,"& .MuiSvgIcon-root":{color:de.color.gray60}}}},be={styleOverrides:{root:{paddingTop:4,paddingBottom:4,color:de.color.border.default,"& svg":{width:"16px",height:"16px"},"&&:hover":{backgroundColor:"transparent"}},colorPrimary:{"&$checked":{"&&:hover":{backgroundColor:"transparent"}}},colorSecondary:{"&$checked":{color:de.color.primary},"&$disabled":{opacity:.5}}}},ye={styleOverrides:{root:{paddingTop:4,paddingBottom:4,color:de.color.border.default,"& svg":{width:"16px",height:"16px"},"&:hover":{background:"none"}}}},ve={styleOverrides:{root:{marginRight:16},colorSecondary:{color:de.color.gray0,"&$checked":{color:de.color.gray0,left:2,"&:hover":{backgroundColor:"transparent"}},"&$disabled":{color:de.color.gray0}},track:{position:"absolute",width:48,height:24,borderRadius:12,opacity:1,left:"calc(50% - 48px/2)",top:"calc(50% - 24px/2)",backgroundColor:de.color.background.light,border:"2px solid ".concat(de.color.border.default),boxSizing:"border-box","$checked$checked + &":{opacity:1,backgroundColor:de.color.primary,border:"2px solid ".concat(de.color.primary)},"$disabled$disabled + &":{opacity:.5,cursor:"not-allowed"}},thumb:{boxShadow:"none"}}},xe={styleOverrides:{root:{"& .MuiInputAdornment-root":{button:{padding:"0 ".concat(de.size.spacing.scale8," 0 0"),backgroundColor:"transparent"},svg:{width:de.size.spacing.scale16,height:de.size.spacing.scale16}}}}},Ee={styleOverrides:{input:{"&.Mui-disabled":{backgroundColor:de.color.background.dark,color:de.color.text.light}}},defaultProps:{size:"small"}},we={styleOverrides:{outlined:{notchedOutline:{borderColor:de.color.border.default}},root:{underline:{"&:before":{borderBottom:"none"},"&:after":{borderBottom:"none"},"&:hover":{borderBottom:"none"},"&&:hover::before":{border:"none"}}}}},ze={styleOverrides:{root:{width:"100%","& .MuiFormHelperText-root":{marginTop:de.size.spacing.scale8,marginLeft:0}}}},ke={styleOverrides:{root:{fontSize:de.size.font.base,color:de.color.text.base}}},Ce={styleOverrides:{root:{borderBottom:"1px solid ".concat(de.color.gray20)},indicator:{backgroundColor:de.color.primary}}},Se={styleOverrides:{textColorPrimary:{textTransform:"none",minWidth:"auto",fontWeight:700,marginRight:"".concat(de.size.spacing.scale16),fontFamily:de.font.family.text,color:de.color.gray60,padding:"0 0 ".concat(de.size.spacing.scale16," 0"),"&:hover":{color:de.color.primary,opacity:1},"&$selected":{color:de.color.primary},"&:focus":{color:de.color.primary}}},defaultProps:{disableRipple:!0}},Te={styleOverrides:{root:{fontWeight:de.font.weight.normal}}},Oe={styleOverrides:{root:{fontWeight:de.font.weight.normal},head:{fontWeight:de.font.weight.bold}}},Re={styleOverrides:{root:{borderTop:"1px solid ".concat(de.color.border.default)}}},Me={styleOverrides:{root:{borderBottom:"none","& .MuiIconButton-root":{backgroundColor:"transparent"}},selectLabel:{fontWeight:de.font.weight.normal,fontSize:de.size.font.caption.default},displayedRows:{fontWeight:de.font.weight.normal,fontSize:de.size.font.caption.default}}},Pe=function(e){var r;return(r={})[{error:"&-standardError",success:"&-standardSuccess",info:"&-standardInfo"}[e]]={"& .MuiAlertTitle-root":{color:de.color["success"===e?"green60":e],fontFamily:de.font.family.text,lineHeight:de.font.lineHeight.medium,fontWeight:de.font.weight.bold,fontSize:de.size.font.caption.default}},r},Fe={fontSize:de.size.font.caption.default,lineHeight:de.font.lineHeight.medium,fontWeight:de.font.weight.normal},Le={styleOverrides:{root:se(se({width:328,borderRadius:6,backgroundColor:de.color.gray0,boxShadow:"0px 8px 16px rgba(18, 19, 21, 0.08)",color:de.color.text.light,padding:"".concat(de.size.spacing.scale8," ").concat(de.size.spacing.scale16)},Fe),{"& p, & span":se({},Fe),"& .MuiAlert-action":{button:{width:de.size.spacing.scale16,height:de.size.spacing.scale16,backgroundColor:de.color.background.light},svg:{width:14,height:14,fill:de.color.gray60}},"&.MuiAlert":se(se(se({},Pe("error")),Pe("success")),Pe("info"))}),icon:{svg:{width:20,height:20}}}};de.size.font.body.default,de.font.family.text,de.color.gray100,de.size.font.caption.default;var We,je,Be,Ae,Ie={styleOverrides:{root:{fontWeight:de.font.weight.bold,lineHeight:de.font.lineHeight.medium,fontFamily:de.font.family.text,fontSize:de.size.font.caption.default,color:de.color.text.base,marginBottom:de.size.spacing.scale8}}},He=e({typography:se({},ue),palette:{background:{default:"#ffffff"},primary:{main:de.color.primary},secondary:{main:de.color.secondary},error:{main:de.color.error},info:{main:de.color.info},success:{main:de.color.success}},components:{MuiButton:ge,MuiButtonBase:{defaultProps:{disableRipple:!0,disableTouchRipple:!0}},MuiContainer:{styleOverrides:{maxWidthLg:{"@media (min-width: 1280px)":{maxWidth:"1185px"}}}},MuiChip:fe,MuiInput:we,MuiInputBase:Ee,MuiFormControl:ze,MuiFormControlLabel:ke,MuiTextField:xe,MuiFormLabel:Ie,MuiTabs:Ce,MuiTab:Se,MuiAvatar:he,MuiCheckbox:be,MuiRadio:ye,MuiSwitch:ve,MuiLink:{styleOverrides:{root:{cursor:"pointer"}}},MuiTable:Te,MuiTableCell:Oe,MuiTableRow:{styleOverrides:{root:{"&:last-child td":{borderBottom:0}}}},MuiTableFooter:Re,MuiTablePagination:Me,MuiAlert:Le,MuiDivider:{styleOverrides:{root:{margin:"16px 0"}}}}}),qe=function(e){return H.createElement(H.Fragment,null,H.createElement(r,null),H.createElement(N,{theme:He},e.children))},Ze=V(t)(Be||(We=["\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n"],je=["\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n"],Object.defineProperty?Object.defineProperty(We,"raw",{value:je}):We.raw=je,Be=We)),Ne=function(e){var r,t=e.color,n=void 0===t?"primary":t,o=e.variant,i=void 0===o?"contained":o,a=e.size,l=void 0===a?"medium":a,c=e.loading,d=e.children,s=e.innerRef,m=me(e,["color","variant","size","loading","children","innerRef"]),f=null===(r=m.href)||void 0===r?void 0:r.startsWith("https");return H.createElement($,se({size:l,variant:i,color:n,disabled:c},f&&{target:"_blank",rel:"noopener noreferrer"},m,{ref:s}),H.createElement("span",{style:{opacity:c?0:1}},d),c&&H.createElement(Ze,{size:20,color:"inherit"}))},Ve=H.forwardRef((function(e,r){return H.createElement(Ne,se({},e,{innerRef:r}))})),$e=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(D,se({},t),r)},De=function(e){var r=e.label,t=me(e,["label"]);return H.createElement(n,se({size:"small",label:r},t))},_e=function(e){var r=e.icon,t=e.firstName,n=void 0===t?"":t,i=e.lastName,a=void 0===i?"":i,l=e.sx,c=e.innerRef,d=me(e,["icon","firstName","lastName","sx","innerRef"]),s="".concat(n.substring(0,1)).concat(a.substring(0,1)).toLocaleUpperCase(),m=s?de.color.secondary:de.color.background.dark;return H.createElement(o,se({sx:se(se({},l),{backgroundColor:m}),ref:c},d),s||r)},Xe=H.forwardRef((function(e,r){return H.createElement(_e,se({},e,{innerRef:r}))})),Ge={small:6,medium:8,large:12,fluid:12},Ke=function(e){var r=e.component,t=void 0===r?"div":r,n=e.size,o=void 0===n?"large":n,l=e.children,c=me(e,["component","size","children"]),d="fluid"===o;return H.createElement(i,se({component:t,disableGutters:d,maxWidth:!d&&"lg",sx:se({display:"flex",justifyContent:"center"},c.sx)},c),H.createElement(a,{container:!0,justifyContent:"center"},H.createElement(a,{item:!0,md:Ge[o]},l)))},Qe=function(e){var r=e.children,t=e.ref,n=me(e,["children","ref"]);return H.createElement(l,se({},n,{ref:t}),r)},Ue=H.forwardRef((function(e,r){return H.createElement(Qe,se({},e,{ref:r}))})),Je=function(e){var r=me(e,[]);return H.createElement(c,se({},r))},Ye=function(e){var r=e.label,t=e.htmlFor,n=e.required,o=void 0===n||n;return H.createElement(d,{component:"label",htmlFor:t},r,!o&&H.createElement(l,{ml:1,component:"span",sx:{fontWeight:de.font.weight.normal,color:de.color.text.light}},"(optional)"))},er=function(e){var r=e.id,t=e.label,n=e.required,o=e.component,i=void 0===o?"div":o,a=e.disabled,l=e.data,c=e.error,d=e.helperText,p=e.sx,g=me(e,["id","label","required","component","disabled","data","error","helperText","sx"]);return H.createElement(s,{component:i,error:c,disabled:a,sx:p},H.createElement(Ye,{label:t,required:n,htmlFor:r}),H.createElement(m,null,l.map((function(e,t){var n=e.value,o=e.label;return H.createElement(f,{key:t,value:n,label:o||"",control:H.createElement(Je,se({color:"primary",inputProps:{"data-testid":"".concat(r,"-").concat(t)}},g))})}))),c&&H.createElement(u,{error:c},d))},rr=H.forwardRef((function(e,r){return H.createElement(er,se({inputRef:r},e))})),tr=function(e){return H.createElement(p,se({},e))},nr=function(e){var r=e.id,t=e.required,n=e.component,o=void 0===n?"div":n,i=e.disabled,a=e.data,l=e.label,c=e.error,d=e.sx,m=e.helperText,p=e.inputRef,h=me(e,["id","required","component","disabled","data","label","error","sx","helperText","inputRef"]);return H.createElement(s,{component:o,error:c,disabled:i,sx:d},H.createElement(Ye,{label:l,required:t,htmlFor:r}),H.createElement(g,se({},h),a.map((function(e,t){var n=e.value,o=e.label,i=e.message;return H.createElement(H.Fragment,null,H.createElement(f,{value:n,key:n,label:o||"",control:H.createElement(tr,{color:"primary",inputProps:{"data-testid":"".concat(r,"-").concat(t)},inputRef:p})}),i&&H.createElement($e,{variant:"caption",marginLeft:de.size.spacing.scale24,color:de.color.text.light,mb:1},i))}))),c&&m&&H.createElement(u,{error:c},m))},or=H.forwardRef((function(e,r){return H.createElement(nr,se({inputRef:r},e))})),ir=function(e){return H.createElement(h,se({},e))},ar=function(e){var r=e.component,t=void 0===r?"div":r,n=e.disabled,o=e.label,i=e.error,a=e.sx,l=me(e,["component","disabled","label","error","sx"]);return H.createElement(s,{component:t,error:i,disabled:n,sx:se({mb:2},a)},H.createElement(d,{component:"label"},o),H.createElement(ir,se({},l)))},lr=H.forwardRef((function(e,r){return H.createElement(ar,se({inputRef:r},e))})),cr=function(e){return H.createElement(b,se({variant:"outlined"},e))},dr=function(e){var r=e.id,t=e.required,n=e.component,o=void 0===n?"div":n,i=e.disabled,a=e.label,l=e.error,c=e.helperText,d=e.sx,m=e.options,f=me(e,["id","required","component","disabled","label","error","helperText","sx","options"]);return H.createElement(s,{component:o,error:l,disabled:i,sx:d},H.createElement(Ye,{label:a,required:t,htmlFor:r}),H.createElement(cr,se({},f,{error:l,inputProps:{id:r,"data-testid":r}}),m.map((function(e){return H.createElement(y,{key:e.value,value:e.value},e.text)}))),l&&c&&H.createElement(u,{error:l},c))},sr=H.forwardRef((function(e,r){return H.createElement(dr,se({inputRef:r},e))})),mr=function(e){var r=e.type,t=me(e,["type"]),n=q(!1),o=n[0],i=n[1],a=se(se({},t.InputProps),"password"===r&&{endAdornment:H.createElement(_,{position:"end"},H.createElement(X,{"aria-label":"toggle password visibility",onClick:function(){return i(!o)},edge:"end"},o?H.createElement(G,null):H.createElement(K,null)))});return H.createElement(v,se({},t,{type:o?"text":r,InputProps:a}))},fr=function(e){var r=e.id,t=e.component,n=void 0===t?"div":t,o=e.required,i=e.disabled,a=e.label,l=e.error,c=e.helperText,d=e.sx,m=me(e,["id","component","required","disabled","label","error","helperText","sx"]);return H.createElement(s,{component:n,error:l,disabled:i,sx:d},H.createElement(Ye,{label:a,required:o,htmlFor:r}),H.createElement(mr,se({},m,{id:r,error:l,inputProps:{"data-testid":r},disabled:i,helperText:c})))},ur=H.forwardRef((function(e,r){return H.createElement(fr,se({inputRef:r},e))}));function pr(){return pr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},pr.apply(this,arguments)}var gr,hr,br=function(e){return I.createElement("svg",pr({viewBox:"0 0 24 24"},e),Ae||(Ae=I.createElement("path",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.141 4.894H3.576A1.977 1.977 0 0 0 1.6 6.871v14.494c0 1.09.885 1.976 1.976 1.976h14.495a1.977 1.977 0 0 0 1.976-1.976V12.8M17.412 1.6h4.94a.99.99 0 0 1 .99.988V7.53m-10.883 4.952L23.05 1.89"})))};function yr(){return yr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},yr.apply(this,arguments)}var vr,xr,Er=function(e){return I.createElement("svg",yr({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),gr||(gr=I.createElement("path",{d:"M12 17.998a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM12 14.248a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5a.75.75 0 0 1-.75.75Z",fill:"currentColor"})),hr||(hr=I.createElement("path",{d:"M12 23.997a2.546 2.546 0 0 1-1.81-.748L.75 13.81a2.564 2.564 0 0 1 0-3.621L10.19.75a2.542 2.542 0 0 1 1.807-.751c.685 0 1.327.265 1.81.747l9.444 9.443a2.566 2.566 0 0 1 0 3.621l-9.44 9.439a2.55 2.55 0 0 1-1.811.748Zm-.75-1.809c.2.199.466.309.75.309s.55-.11.75-.31l9.44-9.439a1.064 1.064 0 0 0 0-1.501L12.749 1.81c-.01-.009-.024-.025-.033-.035a1.034 1.034 0 0 0-.713-.276c-.288 0-.553.111-.753.311l-9.441 9.44a1.063 1.063 0 0 0 0 1.5l9.441 9.438Z",fill:"currentColor"})))};function wr(){return wr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},wr.apply(this,arguments)}var zr,kr,Cr=function(e){return I.createElement("svg",wr({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),vr||(vr=I.createElement("path",{d:"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5h-.75ZM11.625 8.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",fill:"currentColor"})),xr||(xr=I.createElement("path",{d:"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",fill:"currentColor"})))};function Sr(){return Sr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Sr.apply(this,arguments)}var Tr,Or=function(e){return I.createElement("svg",Sr({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),zr||(zr=I.createElement("path",{d:"M9.325 17.916a1.79 1.79 0 0 1-1.498-.799l-2.44-3.462a.75.75 0 0 1 1.227-.864l2.45 3.477a.306.306 0 0 0 .261.148.294.294 0 0 0 .236-.119l7.852-9.935a.75.75 0 0 1 1.175.93l-7.843 9.923a1.781 1.781 0 0 1-.423.396 1.78 1.78 0 0 1-.997.305Z",fill:"currentColor"})),kr||(kr=I.createElement("path",{d:"M12 23.999c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12Zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5Z",fill:"currentColor"})))};function Rr(){return Rr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Rr.apply(this,arguments)}var Mr=function(e){return I.createElement("svg",Rr({viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},e),Tr||(Tr=I.createElement("path",{d:"M23.25 23.999a.743.743 0 0 1-.53-.22L12 13.06 1.28 23.779a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061l10.72-10.72L.22 1.279A.743.743 0 0 1 0 .749c0-.2.078-.389.22-.53a.743.743 0 0 1 .53-.22c.2 0 .389.078.53.22L12 10.938 22.72.218a.744.744 0 0 1 1.06 0 .747.747 0 0 1 0 1.061L13.06 12l10.72 10.72a.752.752 0 0 1 0 1.061.746.746 0 0 1-.53.219Z"})))},Pr=function(e){var r,t=e.children,n=e.underline,o=void 0===n?"hover":n,i=e.toParentNavigation,a=me(e,["children","underline","toParentNavigation"]),l=null===(r=a.href)||void 0===r?void 0:r.startsWith("https"),c={underline:o};return i?H.createElement(x,se({},c,a,{onClick:function(){return e=i,void window.parent.postMessage({type:"NAVIGATION",content:e},"*");var e}}),t):H.createElement(x,se({},c,l&&{target:"_blank",rel:"noopener noreferrer"},a),t,l&&H.createElement(E,{component:br,fontSize:"inherit",sx:{marginLeft:".25em"}}))},Fr=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(w,se({},t),r)},Lr=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(z,se({},t),r)},Wr=function(e){var r=e.children,t=e.value,n=void 0===t?0:t,o=e.index,i=e.id;return H.createElement(Ue,{role:"tabpanel",hidden:n!==o,id:i},r)},jr=function(e){var r=e.tabs,t=e.nameSpace,n=e.tabContentProps,o=e.tabsProps,i=q(0),a=i[0],l=i[1],c=t?"".concat(t,"-"):"";return H.createElement(H.Fragment,null,H.createElement(Fr,se({},o,{value:a,onChange:function(e,r){l(r)}}),r.map((function(e,r){return H.createElement(Lr,{key:"".concat(c,"tab-").concat(r),label:e.label,"aria-controls":"".concat(c,"panel-").concat(r)})}))),H.createElement(Ue,se({},n),r.map((function(e,r){var t="".concat(c,"panel-").concat(r);return H.createElement(Wr,{key:t,value:a,index:r,id:t,"aria-labelledby":"".concat(c,"tab-").concat(r)},e.content)}))))},Br=function(e){var r=e.icon,t=e.title,n=e.subTitle,o=e.action,i=me(e,["icon","title","subTitle","action"]);return H.createElement(l,se({p:4,display:"flex",flexDirection:"column",alignItems:"center"},i),H.createElement(E,{inheritViewBox:!0,component:null!=r?r:Q,sx:{marginBottom:de.size.spacing.scale24,fontSize:de.size.spacing.scale104,color:de.color.gray20}}),H.createElement($e,{variant:"h1",component:"span",mb:2},t),H.createElement($e,{variant:"body1",color:de.color.gray60,mb:3},n),o)},Ar=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(k,se({},t),r)},Ir=function(e){var r=e.size,t=void 0===r?"medium":r,n=e.removePadding,o=void 0!==n&&n,i=e.children,a=me(e,["size","removePadding","children"]),l="medium"===t?"16px":"12px",c="medium"===t?"10px":"6px";return H.createElement(C,se({sx:{color:de.color.gray60,backgroundColor:de.color.background.dark,height:l,width:l,padding:o?0:"3px",svg:{width:o?l:c,height:o?l:c}}},a),i)},Hr=function(e){var r=e.title,t=e.titleVariant,n=void 0===t?"h2":t,o=e.subtitle,i=e.children,a=e.actions,c=e.headerAction,d=e.innerRef,s=me(e,["title","titleVariant","subtitle","children","actions","headerAction","innerRef"]);return H.createElement(S,se({},s,{ref:d}),H.createElement(T,{sx:{"&:last-child":{pb:2}}},H.createElement(l,{display:"flex",justifyContent:"space-between",alignItems:"center"},H.createElement(O,{variant:n},r),c),o&&H.createElement(l,null,H.createElement(O,{variant:"body1",color:"textSecondary"},o)),H.createElement(R,null),i,a&&H.createElement(H.Fragment,null,H.createElement(R,null),H.createElement(l,null,a))))},qr=H.forwardRef((function(e,r){return H.createElement(Hr,se({},e,{innerRef:r}))})),Zr=function(e){var r=e.title,t=e.subtitle,n=e.children,o=e.actions,i=e.open,a=e.maxWidth,l=void 0===a?552:a,c=e.onClose,d=me(e,["title","subtitle","children","actions","open","maxWidth","onClose"]);return H.createElement(Ar,se({open:i,onClose:c,closeAfterTransition:!0,BackdropProps:{timeout:500}},d),H.createElement(M,{in:i},H.createElement(qr,{title:r,subtitle:t,actions:o,headerAction:c&&H.createElement(Ir,{onClick:function(e){return c(e,"escapeKeyDown")}},H.createElement(Mr,null)),sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",maxWidth:l}},n)))},Nr=function(e){var r=e.children,t=e.innerRef,n=me(e,["children","innerRef"]);return H.createElement(P,se({},n,{ref:t,iconMapping:{info:H.createElement(E,{component:Cr,sx:{color:de.color.primary}}),success:H.createElement(E,{component:Or,sx:{color:de.color.green60}}),error:H.createElement(E,{component:Er,sx:{color:de.color.error}})}}),r)},Vr=H.forwardRef((function(e,r){return H.createElement(Nr,se({},e,{innerRef:r}))})),$r=function(e){var r=e.type,t=void 0===r?"success":r,n=e.title,o=e.innerRef,i=e.children,a=me(e,["type","title","innerRef","children"]);return H.createElement(Vr,se({severity:t},a,{ref:o}),n&&H.createElement(F,null,L(n)),i)},Dr=H.forwardRef((function(e,r){return H.createElement($r,se({},e,{innerRef:r}))})),_r={background:{info:de.color.indigo10,success:de.color.green10,error:de.color.red10},font:{info:de.color.primary,success:de.color.green60,error:de.color.error}},Xr=function(e){var r=e.type,t=void 0===r?"info":r,n=e.variant,o=void 0===n?"stacked":n,i=e.title,a=e.onDismiss,c=e.children,d=e.actionLabel,s=e.actionProps,m=e.innerRef,f=me(e,["type","variant","title","onDismiss","children","actionLabel","actionProps","innerRef"]),u=function(e){return{get layout(){var r="stacked"===e;return{margin:{mb:r?2:0,mr:r?0:2},padding:{py:r?1:0},position:{display:r?"block":"flex",justifyContent:r?"initial":"center",alignItems:r?"initial":"center"}}}}}(o).layout;return H.createElement(Vr,se({},f,{ref:m,severity:t,sx:se(se({},f.sx),{backgroundColor:_r.background[t],boxShadow:"initial",width:"initial",py:u.padding.py,justifyContent:u.position.justifyContent,".MuiAlert-icon":se(se({},u.position),{mr:1,svg:{width:16,height:16}}),".MuiAlert-message":se({},u.position),".MuiAlertTitle-root":se({},u.margin),".banner-content":se(se({},u.position),{"&__message":se({},u.margin)})})}),H.createElement(F,null,L(i)),H.createElement(l,{display:"block",className:"banner-content"},H.createElement(l,{sx:{color:_r.font[t]},className:"banner-content__message"},c),d&&H.createElement(W,se({},s,{size:"small",variant:"contained",color:t}),d),a&&H.createElement(W,{onClick:a,size:"small",variant:"outlined",sx:{py:"3px",ml:2,backgroundColor:de.color.gray0,":hover":{backgroundColor:de.color.gray0}},color:t},"Dismiss")))},Gr=H.forwardRef((function(e,r){return H.createElement(Xr,se({},e,{innerRef:r}))})),Kr=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(j,se({},t),r)},Qr=function(e){var r=e.innerRef,t=me(e,["innerRef"]);return H.createElement(B,se({},t,{ref:r}))},Ur=H.forwardRef((function(e,r){return H.createElement(Qr,se({},e,{innerRef:r}))})),Jr=function(e){return H.createElement(y,se({},e))},Yr=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(A,se({},t),r)},et=function(e){var r=e.id,t=e.icon,n=e.actions,o=e.title,i=e.children,a=e.sx,l=me(e,["id","icon","actions","title","children","sx"]),c=q(null),d=c[0],s=c[1],m=Boolean(d);return H.createElement(H.Fragment,null,H.createElement(Ir,{onClick:function(e){return s(e.currentTarget)}},t?H.createElement(t,null):H.createElement(U,null)),H.createElement(Yr,{id:m?r:void 0,open:m,anchorEl:d,onClose:function(){return s(null)},transformOrigin:{vertical:"top",horizontal:"left"},anchorOrigin:{vertical:"top",horizontal:"right"}},H.createElement(qr,se({},l,{sx:se({maxWidth:328},a),title:o,titleVariant:"h3",headerAction:H.createElement(Ir,{onClick:function(){return s(null)}},H.createElement(Mr,null)),actions:n}),i)))},rt=function(e){var r=e.content,t=e.linkPath,n=e.linkText,o=e.heading,i=e.contentfulId,a=Z((function(){return t&&n}),[t,n]);return H.createElement(et,{id:i,title:o,actions:a&&H.createElement(W,{variant:"outlined",size:"small",href:"".concat("https://docs.up42.com").concat(t),target:"_blank",rel:"noopener noreferrer"},n)},r&&H.createElement($e,{variant:"caption",style:{color:de.color.gray60}},H.createElement(J,null,r)))},tt=function(e){var r=e.label,t=e.text,n=q("Copy"),o=n[0],i=n[1];return H.createElement(H.Fragment,null,r&&H.createElement(d,{component:"label"},r),H.createElement(l,{p:1,sx:{borderRadius:de.size.border.radius.default,color:de.color.secondary,backgroundColor:de.color.gray10},component:"pre"},H.createElement(a,{container:!0,wrap:"nowrap",spacing:1,justifyContent:"space-between"},H.createElement(a,{item:!0},H.createElement($e,{variant:"caption"},t)),H.createElement(a,{item:!0,alignSelf:"end"},H.createElement(X,{sx:{p:0,backgroundColor:"transparent"},onClick:function(){return function(e,r){if(!navigator.clipboard){var t=document.createElement("input");return t.setAttribute("value",e),document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),void r()}navigator.clipboard.writeText(e).then((function(){r()}))}(t,(function(){return i("Copied")}))},disableRipple:!0,"data-testid":"copy"},H.createElement(Kr,{title:o,placement:"top",onClose:function(){return i("Copy")}},H.createElement(Y,{width:de.size.spacing.scale16,height:de.size.spacing.scale16,sx:{fontSize:de.size.font.body.default}})))))))},nt=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(ee,se({},t),r)},ot=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(re,se({},t),r)},it=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(te,se({},t),r)},at=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(ne,se({},t),r)},lt=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(oe,se({},t),r)},ct=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(ie,se({},t),r)},dt=function(e){var r=me(e,[]);return H.createElement(ae,se({},r))},st=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(le,se({},t),r)},mt=function(e){var r=e.children,t=me(e,["children"]);return H.createElement(ce,se({},t),r)};export{Dr as Alert,Xe as Avatar,Gr as Banner,Ue as Box,Ve as Button,Je as Checkbox,De as Chip,tt as CodeBox,Ke as Container,Ir as ControlButton,rt as DocumentationPopover,Br as EmptyState,rr as FormCheckbox,ur as FormInput,or as FormRadio,sr as FormSelect,lr as FormSwitch,qr as InfoCard,Zr as InfoModal,et as InfoPopover,mr as Input,Pr as Link,Ur as Menu,Jr as MenuItem,Ar as Modal,Yr as Popover,tr as Radio,cr as Select,ir as Switch,Lr as Tab,jr as TabGroup,nt as Table,ot as TableBody,it as TableCell,at as TableContainer,mt as TableFooter,lt as TableHead,dt as TablePagination,ct as TableRow,st as TableSortLabel,Fr as Tabs,Kr as Tooltip,$e as Typography,qe as UpComponentsProvider,He as theme,de as tokens};
1
+ import{createTheme as e,CssBaseline as r,CircularProgress as t,Chip as n,Avatar as o,Container as i,Grid as a,Box as l,Checkbox as c,FormLabel as d,FormControl as s,FormGroup as u,FormControlLabel as m,FormHelperText as f,Radio as p,RadioGroup as g,Switch as h,Select as b,MenuItem as v,TextField as y,Link as x,SvgIcon as E,Tabs as w,Tab as k,Modal as C,IconButton as z,Card as M,CardContent as S,Typography as T,Divider as O,Fade as R,Alert as P,AlertTitle as F,capitalize as W,Button as L,Tooltip as I,Menu as j,Popover as B}from"@mui/material";export*from"@mui/material";import*as H from"react";import A,{useState as q,useMemo as Z}from"react";import{ThemeProvider as D,styled as N}from"@mui/material/styles";import V from"@mui/material/Button";import $ from"@mui/material/Typography";import _ from"@mui/material/InputAdornment";import G from"@mui/material/IconButton";import X from"@mui/icons-material/VisibilityOutlined";import K from"@mui/icons-material/VisibilityOffOutlined";import Q from"@mui/icons-material/InfoOutlined";import U from"@mui/icons-material/QuestionMark";import J from"react-markdown";import Y from"@mui/icons-material/ContentCopy";import ee from"@mui/material/Table";import re from"@mui/material/TableBody";import te from"@mui/material/TableCell";import ne from"@mui/material/TableContainer";import oe from"@mui/material/TableHead";import ie from"@mui/material/TableRow";import ae from"@mui/material/TablePagination";import le from"@mui/material/TableSortLabel";import ce from"@mui/material/TableFooter";import{DataGrid as de}from"@mui/x-data-grid";var se={animation:{speed:{normal:"0.5s",fast:"0.08s",slow:"1s"}},color:{background:{light:"#f4f5f7",dark:"#dfe1e6",indigo:"#262a59"},primary:"#262a59",secondary:"#d40fa9",info:"#262a59",error:"#e35656",success:"#aed581",indigo0:"#f4f4f6",indigo10:"#e9e9ee",indigo20:"#bdbfcd",indigo30:"#a8aabd",indigo40:"#9294ac",indigo50:"#7d7f9b",indigo60:"#67698a",indigo70:"#51557a",indigo80:"#3b3f69",indigo90:"#262a59",indigo100:"#161833",pink0:"#fff3ff",pink10:"#fedafd",pink20:"#fdc0fb",pink30:"#f98ef3",pink40:"#f362e8",pink50:"#ec3ed7",pink60:"#d40fa9",pink70:"#b0027c",pink80:"#990165",pink90:"#820050",pink100:"#390325",cyan0:"#f4ffff",cyan10:"#c6ffff",cyan20:"#96ffff",cyan30:"#59effc",cyan40:"#1dd7f0",cyan50:"#20b0c7",cyan60:"#1d8fa4",cyan70:"#167286",cyan80:"#0e5a6d",cyan90:"#064658",cyan100:"#103645",green0:"#f8fff4",green10:"#e2fccc",green20:"#c7e8a6",green30:"#aed581",green40:"#8eaf65",green50:"#728f4b",green60:"#5a7533",green70:"#476020",green80:"#374e10",green90:"#2b3f05",green100:"#223300",red0:"#fff7f4",red10:"#ffe4db",red20:"#fcc4bb",red30:"#efa299",red40:"#e67e78",red50:"#e35656",red60:"#b83d3c",red70:"#922524",red80:"#6f1110",red90:"#500404",red100:"#330000",gray0:"#ffffff",gray10:"#f4f5f7",gray20:"#dfe1e6",gray30:"#c1c7d0",gray40:"#a8afba",gray50:"#9399a3",gray60:"#777c85",gray70:"#575b61",gray80:"#3c3e42",gray90:"#222426",gray100:"#121315",border:{default:"#dfe1e6"},shadow:{default:"#121315"},text:{base:"#121315",light:"#9399a3",inverted:"#ffffff",link:{default:"#20b0c7",visited:"#1d8fa4"}}},font:{family:{heading:"'Roboto Condensed', sans-serif",text:"'Source Sans Pro', sans-serif",code:"'Source Code Pro', monospace"},lineHeight:{medium:"1rem",large:"1.5rem",xlarge:"2rem",xxlarge:"3rem"},weight:{normal:400,bold:700}},size:{border:{radius:{default:"6px",small:"4px"},width:"1px"},font:{base:"16px",heading:{default:"1.728rem",small:"1.44rem",xsmall:"1rem"},overline:{large:"1.44rem",default:"0.833rem"},body:{default:"1rem"},caption:{default:"0.833rem",large:"1.44rem"},label:{default:"0.833rem",large:"1.44rem"},minorThird10:"6.192rem",minorThird9:"5.16rem",minorThird8:"4.3rem",minorThird7:"3.583rem",minorThird6:"2.986rem",minorThird5:"2.488rem",minorThird4:"2.074rem",minorThird3:"1.728rem",minorThird2:"1.44rem",minorThird1:"1.2rem",minorThird0:"1rem",minorThirdSub1:"0.833rem",minorThirdSub2:"0.694rem",minorThirdSub3:"0.579rem",minorThirdSub4:"0.482rem",minorThirdSub5:"0.402rem",minorThirdSub6:"0.335rem"},spacingXS:"8px",spacingS:"16px",spacingM:"24px",spacingL:"32px",spacingXL:"40px",spacingXXL:"48px",spacing:{main:"24px",section:"32px",header:"24px",article:"24px",paragraph:"16px",line:"8px",scale1:"1px",scale2:"2px",scale4:"4px",scale6:"6px",scale8:"8px",scale16:"16px",scale24:"24px",scale32:"32px",scale40:"40px",scale48:"48px",scale56:"56px",scale64:"64px",scale72:"72px",scale80:"80px",scale88:"88px",scale96:"96px",scale104:"104px",scale112:"112px",scale120:"120px",scale128:"128px",scale160:"160px",scale208:"208px"}}},ue=function(){return ue=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},ue.apply(this,arguments)};function me(e,r){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)r.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(t[n[o]]=e[n[o]])}return t}var fe={styleOverrides:{root:{fontSize:"12px",fontWeight:600,fontFamily:se.font.family.text,"& .MuiChip-icon":{width:"12px",height:"12px",marginLeft:se.size.spacing.scale8}},colorDefault:{backgroundColor:se.color.gray10,color:se.color.gray60,"&.MuiChip-clickable:hover":{backgroundColor:se.color.gray20}},colorPrimary:{backgroundColor:se.color.indigo10,color:se.color.indigo80,"&.MuiChip-clickable:hover":{backgroundColor:se.color.indigo20},"& .MuiChip-deleteIcon":{color:se.color.indigo80}},colorSecondary:{backgroundColor:se.color.pink10,color:se.color.pink80,"& .MuiChip-deleteIcon":{color:se.color.pink80},"&.MuiChip-clickable:hover":{backgroundColor:se.color.pink20}},colorError:{backgroundColor:se.color.red10,color:se.color.error,"& .MuiChip-deleteIcon":{color:se.color.error},"&.MuiChip-clickable:hover":{backgroundColor:se.color.red20}},colorInfo:{backgroundColor:se.color.indigo10,color:se.color.indigo80,"& .MuiChip-deleteIcon":{color:se.color.indigo80},"&.MuiChip-clickable:hover":{backgroundColor:se.color.indigo20}},colorSuccess:{backgroundColor:se.color.green10,color:se.color.green80,"&.MuiChip-clickable:hover":{backgroundColor:se.color.green20}},colorWarning:{"&.MuiChip-clickable:hover":{backgroundColor:se.color.red50}}}},pe={h1:{fontFamily:se.font.family.heading,fontSize:se.size.font.heading.default,fontWeight:se.font.weight.bold,lineHeight:se.font.lineHeight.xlarge},h2:{fontFamily:se.font.family.heading,fontSize:se.size.font.heading.small,fontWeight:se.font.weight.bold,lineHeight:se.font.lineHeight.xlarge},h3:{fontFamily:se.font.family.heading,fontSize:se.size.font.heading.xsmall,fontWeight:se.font.weight.bold,lineHeight:se.font.lineHeight.large},body1:{fontFamily:se.font.family.text,fontSize:se.size.font.body.default,fontWeight:se.font.weight.normal,lineHeight:se.font.lineHeight.large},body2:{fontFamily:se.font.family.text,fontSize:se.size.font.body.default,fontWeight:se.font.weight.bold,lineHeight:se.font.lineHeight.large},caption:{fontFamily:se.font.family.text,fontSize:se.size.font.caption.default,fontWeight:se.font.weight.normal,lineHeight:se.font.lineHeight.medium},overline:{fontFamily:se.font.family.heading,fontSize:se.size.font.overline.default,letterSpacing:"initial",fontWeight:se.font.weight.bold,color:se.color.gray60}},ge={small:"".concat(se.size.spacing.scale4," ").concat(se.size.spacing.scale8),medium:"".concat(se.size.spacing.scale8," ").concat(se.size.spacing.scale16),large:"".concat(se.size.spacing.scale16," ").concat(se.size.spacing.scale32)},he={styleOverrides:{root:{textTransform:"none",lineHeight:se.size.spacing.scale16,fontWeight:se.font.weight.bold,fontFamily:se.font.family.text,boxShadow:"none"},contained:{padding:ge.medium,color:se.color.gray0},outlinedSuccess:{color:se.color.green60},containedSuccess:{backgroundColor:se.color.green60},containedSizeSmall:{padding:ge.small},containedSizeLarge:{padding:ge.large},text:{padding:ge.medium},textSizeSmall:{padding:ge.small},textSizeLarge:{padding:ge.large},outlined:{padding:"7px ".concat(se.size.spacing.scale16)},outlinedSizeSmall:{padding:ge.small},outlinedSizeLarge:{padding:ge.large},sizeSmall:{fontSize:se.size.font.label.default},sizeLarge:{fontSize:se.size.font.label.large},startIcon:{"& svg":{fill:"currentColor",width:"12px",height:"12px"}},endIcon:{"& svg":{fill:"currentColor",width:"12px",height:"12px"}}},defaultProps:{disableFocusRipple:!0}},be={styleOverrides:{root:{fontFamily:se.font.family.text,fontSize:se.size.font.label.default,fontWeight:se.font.weight.bold,width:se.size.spacing.scale24,height:se.size.spacing.scale24,"& .MuiSvgIcon-root":{width:se.size.spacing.scale16}},colorDefault:{backgroundColor:se.color.background.dark,"& .MuiSvgIcon-root":{color:se.color.gray60}}}},ve={styleOverrides:{root:{paddingTop:4,paddingBottom:4,color:se.color.border.default,"& svg":{width:"16px",height:"16px"},"&&:hover":{backgroundColor:"transparent"}},colorPrimary:{"&$checked":{"&&:hover":{backgroundColor:"transparent"}}},colorSecondary:{"&$checked":{color:se.color.primary},"&$disabled":{opacity:.5}}}},ye={styleOverrides:{root:{paddingTop:4,paddingBottom:4,color:se.color.border.default,"& svg":{width:"16px",height:"16px"},"&:hover":{background:"none"}}}},xe={styleOverrides:{root:{marginRight:16},colorSecondary:{color:se.color.gray0,"&$checked":{color:se.color.gray0,left:2,"&:hover":{backgroundColor:"transparent"}},"&$disabled":{color:se.color.gray0}},track:{position:"absolute",width:48,height:24,borderRadius:12,opacity:1,left:"calc(50% - 48px/2)",top:"calc(50% - 24px/2)",backgroundColor:se.color.background.light,border:"2px solid ".concat(se.color.border.default),boxSizing:"border-box","$checked$checked + &":{opacity:1,backgroundColor:se.color.primary,border:"2px solid ".concat(se.color.primary)},"$disabled$disabled + &":{opacity:.5,cursor:"not-allowed"}},thumb:{boxShadow:"none"}}},Ee={styleOverrides:{root:{"& .MuiInputAdornment-root":{button:{padding:"0 ".concat(se.size.spacing.scale8," 0 0"),backgroundColor:"transparent"},svg:{width:se.size.spacing.scale16,height:se.size.spacing.scale16}}}}},we={styleOverrides:{input:{"&.Mui-disabled":{backgroundColor:se.color.background.dark,color:se.color.text.light}}},defaultProps:{size:"small"}},ke={styleOverrides:{outlined:{notchedOutline:{borderColor:se.color.border.default}},root:{underline:{"&:before":{borderBottom:"none"},"&:after":{borderBottom:"none"},"&:hover":{borderBottom:"none"},"&&:hover::before":{border:"none"}}}}},Ce={styleOverrides:{root:{width:"100%","& .MuiFormHelperText-root":{marginTop:se.size.spacing.scale8,marginLeft:0}}}},ze={styleOverrides:{root:{fontSize:se.size.font.base,color:se.color.text.base}}},Me={styleOverrides:{root:{borderBottom:"1px solid ".concat(se.color.gray20)},indicator:{backgroundColor:se.color.primary}}},Se={styleOverrides:{textColorPrimary:{textTransform:"none",minWidth:"auto",fontWeight:700,marginRight:"".concat(se.size.spacing.scale16),fontFamily:se.font.family.text,color:se.color.gray60,padding:"0 0 ".concat(se.size.spacing.scale16," 0"),"&:hover":{color:se.color.primary,opacity:1},"&$selected":{color:se.color.primary},"&:focus":{color:se.color.primary}}},defaultProps:{disableRipple:!0}},Te={styleOverrides:{root:{fontWeight:se.font.weight.normal}}},Oe={styleOverrides:{root:{fontWeight:se.font.weight.normal},head:{fontWeight:se.font.weight.bold}}},Re={styleOverrides:{root:{borderTop:"1px solid ".concat(se.color.border.default)}}},Pe={styleOverrides:{root:{borderBottom:"none","& .MuiIconButton-root":{backgroundColor:"transparent"}},selectLabel:{fontWeight:se.font.weight.normal,fontSize:se.size.font.caption.default},displayedRows:{fontWeight:se.font.weight.normal,fontSize:se.size.font.caption.default}}},Fe=function(e){var r;return(r={})[{error:"&-standardError",success:"&-standardSuccess",info:"&-standardInfo"}[e]]={"& .MuiAlertTitle-root":{color:se.color["success"===e?"green60":e],fontFamily:se.font.family.text,lineHeight:se.font.lineHeight.medium,fontWeight:se.font.weight.bold,fontSize:se.size.font.caption.default}},r},We={fontSize:se.size.font.caption.default,lineHeight:se.font.lineHeight.medium,fontWeight:se.font.weight.normal},Le={styleOverrides:{root:ue(ue({width:328,borderRadius:6,backgroundColor:se.color.gray0,boxShadow:"0px 8px 16px rgba(18, 19, 21, 0.08)",color:se.color.text.light,padding:"".concat(se.size.spacing.scale8," ").concat(se.size.spacing.scale16)},We),{"& p, & span":ue({},We),"& .MuiAlert-action":{button:{width:se.size.spacing.scale16,height:se.size.spacing.scale16,backgroundColor:se.color.background.light},svg:{width:14,height:14,fill:se.color.gray60}},"&.MuiAlert":ue(ue(ue({},Fe("error")),Fe("success")),Fe("info"))}),icon:{svg:{width:20,height:20}}}},Ie={styleOverrides:{root:{border:"none","& .MuiIconButton-root:hover":{backgroundColor:"transparent"}},columnSeparator:{display:"none"},footerContainer:{border:"none"},cellContent:{fontWeight:se.font.weight.normal},columnHeaderTitle:{fontWeight:se.font.weight.bold},columnHeader:{"&:focus, &:focus-within":{outline:"none"}},row:{"&:hover":{backgroundColor:"transparent"}},cell:{"&:focus":{outline:"none"}}}};se.size.font.body.default,se.font.family.text,se.color.gray100,se.size.font.caption.default;var je,Be,He,Ae,qe={styleOverrides:{root:{fontWeight:se.font.weight.bold,lineHeight:se.font.lineHeight.medium,fontFamily:se.font.family.text,fontSize:se.size.font.caption.default,color:se.color.text.base,marginBottom:se.size.spacing.scale8}}},Ze=e({typography:ue({},pe),palette:{background:{default:"#ffffff"},primary:{main:se.color.primary},secondary:{main:se.color.secondary},error:{main:se.color.error},info:{main:se.color.info},success:{main:se.color.success}},components:{MuiButton:he,MuiButtonBase:{defaultProps:{disableRipple:!0,disableTouchRipple:!0}},MuiContainer:{styleOverrides:{maxWidthLg:{"@media (min-width: 1280px)":{maxWidth:"1185px"}}}},MuiChip:fe,MuiInput:ke,MuiInputBase:we,MuiFormControl:Ce,MuiFormControlLabel:ze,MuiTextField:Ee,MuiFormLabel:qe,MuiTabs:Me,MuiTab:Se,MuiAvatar:be,MuiCheckbox:ve,MuiRadio:ye,MuiSwitch:xe,MuiLink:{styleOverrides:{root:{cursor:"pointer"}}},MuiTable:Te,MuiTableCell:Oe,MuiTableRow:{styleOverrides:{root:{"&:last-child td":{borderBottom:0}}}},MuiTableFooter:Re,MuiTablePagination:Pe,MuiAlert:Le,MuiDataGrid:Ie,MuiDivider:{styleOverrides:{root:{margin:"16px 0"}}}}}),De=function(e){return A.createElement(A.Fragment,null,A.createElement(r,null),A.createElement(D,{theme:Ze},e.children))},Ne=N(t)(He||(je=["\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n"],Be=["\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n"],Object.defineProperty?Object.defineProperty(je,"raw",{value:Be}):je.raw=Be,He=je)),Ve=function(e){var r,t=e.color,n=void 0===t?"primary":t,o=e.variant,i=void 0===o?"contained":o,a=e.size,l=void 0===a?"medium":a,c=e.loading,d=e.children,s=e.innerRef,u=me(e,["color","variant","size","loading","children","innerRef"]),m=null===(r=u.href)||void 0===r?void 0:r.startsWith("https");return A.createElement(V,ue({size:l,variant:i,color:n,disabled:c},m&&{target:"_blank",rel:"noopener noreferrer"},u,{ref:s}),A.createElement("span",{style:{opacity:c?0:1}},d),c&&A.createElement(Ne,{size:20,color:"inherit"}))},$e=A.forwardRef((function(e,r){return A.createElement(Ve,ue({},e,{innerRef:r}))})),_e=function(e){var r=e.children,t=me(e,["children"]);return A.createElement($,ue({},t),r)},Ge=function(e){var r=e.label,t=me(e,["label"]);return A.createElement(n,ue({size:"small",label:r},t))},Xe=function(e){var r=e.icon,t=e.firstName,n=void 0===t?"":t,i=e.lastName,a=void 0===i?"":i,l=e.sx,c=e.innerRef,d=me(e,["icon","firstName","lastName","sx","innerRef"]),s="".concat(n.substring(0,1)).concat(a.substring(0,1)).toLocaleUpperCase(),u=s?se.color.secondary:se.color.background.dark;return A.createElement(o,ue({sx:ue(ue({},l),{backgroundColor:u}),ref:c},d),s||r)},Ke=A.forwardRef((function(e,r){return A.createElement(Xe,ue({},e,{innerRef:r}))})),Qe={small:6,medium:8,large:12,fluid:12},Ue=function(e){var r=e.component,t=void 0===r?"div":r,n=e.size,o=void 0===n?"large":n,l=e.children,c=me(e,["component","size","children"]),d="fluid"===o;return A.createElement(i,ue({component:t,disableGutters:d,maxWidth:!d&&"lg",sx:ue({display:"flex",justifyContent:"center"},c.sx)},c),A.createElement(a,{container:!0,justifyContent:"center"},A.createElement(a,{item:!0,md:Qe[o]},l)))},Je=function(e){var r=e.children,t=e.ref,n=me(e,["children","ref"]);return A.createElement(l,ue({},n,{ref:t}),r)},Ye=A.forwardRef((function(e,r){return A.createElement(Je,ue({},e,{ref:r}))})),er=function(e){var r=me(e,[]);return A.createElement(c,ue({},r))},rr=function(e){var r=e.label,t=e.htmlFor,n=e.required,o=void 0===n||n;return A.createElement(d,{component:"label",htmlFor:t},r,!o&&A.createElement(l,{ml:1,component:"span",sx:{fontWeight:se.font.weight.normal,color:se.color.text.light}},"(optional)"))},tr=function(e){var r=e.id,t=e.label,n=e.required,o=e.component,i=void 0===o?"div":o,a=e.disabled,l=e.data,c=e.error,d=e.helperText,p=e.sx,g=me(e,["id","label","required","component","disabled","data","error","helperText","sx"]);return A.createElement(s,{component:i,error:c,disabled:a,sx:p},A.createElement(rr,{label:t,required:n,htmlFor:r}),A.createElement(u,null,l.map((function(e,t){var n=e.value,o=e.label;return A.createElement(m,{key:t,value:n,label:o||"",control:A.createElement(er,ue({color:"primary",inputProps:{"data-testid":"".concat(r,"-").concat(t)}},g))})}))),c&&A.createElement(f,{error:c},d))},nr=A.forwardRef((function(e,r){return A.createElement(tr,ue({inputRef:r},e))})),or=function(e){return A.createElement(p,ue({},e))},ir=function(e){var r=e.id,t=e.required,n=e.component,o=void 0===n?"div":n,i=e.disabled,a=e.data,l=e.label,c=e.error,d=e.sx,u=e.helperText,p=e.inputRef,h=me(e,["id","required","component","disabled","data","label","error","sx","helperText","inputRef"]);return A.createElement(s,{component:o,error:c,disabled:i,sx:d},A.createElement(rr,{label:l,required:t,htmlFor:r}),A.createElement(g,ue({},h),a.map((function(e,t){var n=e.value,o=e.label,i=e.message;return A.createElement(A.Fragment,null,A.createElement(m,{value:n,key:n,label:o||"",control:A.createElement(or,{color:"primary",inputProps:{"data-testid":"".concat(r,"-").concat(t)},inputRef:p})}),i&&A.createElement(_e,{variant:"caption",marginLeft:se.size.spacing.scale24,color:se.color.text.light,mb:1},i))}))),c&&u&&A.createElement(f,{error:c},u))},ar=A.forwardRef((function(e,r){return A.createElement(ir,ue({inputRef:r},e))})),lr=function(e){return A.createElement(h,ue({},e))},cr=function(e){var r=e.component,t=void 0===r?"div":r,n=e.disabled,o=e.label,i=e.error,a=e.sx,l=me(e,["component","disabled","label","error","sx"]);return A.createElement(s,{component:t,error:i,disabled:n,sx:ue({mb:2},a)},A.createElement(d,{component:"label"},o),A.createElement(lr,ue({},l)))},dr=A.forwardRef((function(e,r){return A.createElement(cr,ue({inputRef:r},e))})),sr=function(e){return A.createElement(b,ue({variant:"outlined"},e))},ur=function(e){var r=e.id,t=e.required,n=e.component,o=void 0===n?"div":n,i=e.disabled,a=e.label,l=e.error,c=e.helperText,d=e.sx,u=e.options,m=me(e,["id","required","component","disabled","label","error","helperText","sx","options"]);return A.createElement(s,{component:o,error:l,disabled:i,sx:d},A.createElement(rr,{label:a,required:t,htmlFor:r}),A.createElement(sr,ue({},m,{error:l,inputProps:{id:r,"data-testid":r}}),u.map((function(e){return A.createElement(v,{key:e.value,value:e.value},e.text)}))),l&&c&&A.createElement(f,{error:l},c))},mr=A.forwardRef((function(e,r){return A.createElement(ur,ue({inputRef:r},e))})),fr=function(e){var r=e.type,t=me(e,["type"]),n=q(!1),o=n[0],i=n[1],a=ue(ue({},t.InputProps),"password"===r&&{endAdornment:A.createElement(_,{position:"end"},A.createElement(G,{"aria-label":"toggle password visibility",onClick:function(){return i(!o)},edge:"end"},o?A.createElement(X,null):A.createElement(K,null)))});return A.createElement(y,ue({},t,{type:o?"text":r,InputProps:a}))},pr=function(e){var r=e.id,t=e.component,n=void 0===t?"div":t,o=e.required,i=e.disabled,a=e.label,l=e.error,c=e.helperText,d=e.sx,u=me(e,["id","component","required","disabled","label","error","helperText","sx"]);return A.createElement(s,{component:n,error:l,disabled:i,sx:d},A.createElement(rr,{label:a,required:o,htmlFor:r}),A.createElement(fr,ue({},u,{id:r,error:l,inputProps:{"data-testid":r},disabled:i,helperText:c})))},gr=A.forwardRef((function(e,r){return A.createElement(pr,ue({inputRef:r},e))}));function hr(){return hr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},hr.apply(this,arguments)}var br,vr,yr=function(e){return H.createElement("svg",hr({viewBox:"0 0 24 24"},e),Ae||(Ae=H.createElement("path",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.141 4.894H3.576A1.977 1.977 0 0 0 1.6 6.871v14.494c0 1.09.885 1.976 1.976 1.976h14.495a1.977 1.977 0 0 0 1.976-1.976V12.8M17.412 1.6h4.94a.99.99 0 0 1 .99.988V7.53m-10.883 4.952L23.05 1.89"})))};function xr(){return xr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xr.apply(this,arguments)}var Er,wr,kr=function(e){return H.createElement("svg",xr({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),br||(br=H.createElement("path",{d:"M12 17.998a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM12 14.248a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5a.75.75 0 0 1-.75.75Z",fill:"currentColor"})),vr||(vr=H.createElement("path",{d:"M12 23.997a2.546 2.546 0 0 1-1.81-.748L.75 13.81a2.564 2.564 0 0 1 0-3.621L10.19.75a2.542 2.542 0 0 1 1.807-.751c.685 0 1.327.265 1.81.747l9.444 9.443a2.566 2.566 0 0 1 0 3.621l-9.44 9.439a2.55 2.55 0 0 1-1.811.748Zm-.75-1.809c.2.199.466.309.75.309s.55-.11.75-.31l9.44-9.439a1.064 1.064 0 0 0 0-1.501L12.749 1.81c-.01-.009-.024-.025-.033-.035a1.034 1.034 0 0 0-.713-.276c-.288 0-.553.111-.753.311l-9.441 9.44a1.063 1.063 0 0 0 0 1.5l9.441 9.438Z",fill:"currentColor"})))};function Cr(){return Cr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Cr.apply(this,arguments)}var zr,Mr,Sr=function(e){return H.createElement("svg",Cr({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Er||(Er=H.createElement("path",{d:"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5h-.75ZM11.625 8.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",fill:"currentColor"})),wr||(wr=H.createElement("path",{d:"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",fill:"currentColor"})))};function Tr(){return Tr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Tr.apply(this,arguments)}var Or,Rr=function(e){return H.createElement("svg",Tr({width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),zr||(zr=H.createElement("path",{d:"M9.325 17.916a1.79 1.79 0 0 1-1.498-.799l-2.44-3.462a.75.75 0 0 1 1.227-.864l2.45 3.477a.306.306 0 0 0 .261.148.294.294 0 0 0 .236-.119l7.852-9.935a.75.75 0 0 1 1.175.93l-7.843 9.923a1.781 1.781 0 0 1-.423.396 1.78 1.78 0 0 1-.997.305Z",fill:"currentColor"})),Mr||(Mr=H.createElement("path",{d:"M12 23.999c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12Zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5Z",fill:"currentColor"})))};function Pr(){return Pr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pr.apply(this,arguments)}var Fr=function(e){return H.createElement("svg",Pr({viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},e),Or||(Or=H.createElement("path",{d:"M23.25 23.999a.743.743 0 0 1-.53-.22L12 13.06 1.28 23.779a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061l10.72-10.72L.22 1.279A.743.743 0 0 1 0 .749c0-.2.078-.389.22-.53a.743.743 0 0 1 .53-.22c.2 0 .389.078.53.22L12 10.938 22.72.218a.744.744 0 0 1 1.06 0 .747.747 0 0 1 0 1.061L13.06 12l10.72 10.72a.752.752 0 0 1 0 1.061.746.746 0 0 1-.53.219Z"})))},Wr=function(e){var r,t=e.children,n=e.underline,o=void 0===n?"hover":n,i=e.toParentNavigation,a=me(e,["children","underline","toParentNavigation"]),l=null===(r=a.href)||void 0===r?void 0:r.startsWith("https"),c={underline:o};return i?A.createElement(x,ue({},c,a,{onClick:function(){return e=i,void window.parent.postMessage({type:"NAVIGATION",content:e},"*");var e}}),t):A.createElement(x,ue({},c,l&&{target:"_blank",rel:"noopener noreferrer"},a),t,l&&A.createElement(E,{component:yr,fontSize:"inherit",sx:{marginLeft:".25em"}}))},Lr=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(w,ue({},t),r)},Ir=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(k,ue({},t),r)},jr=function(e){var r=e.children,t=e.value,n=void 0===t?0:t,o=e.index,i=e.id;return A.createElement(Ye,{role:"tabpanel",hidden:n!==o,id:i},r)},Br=function(e){var r=e.tabs,t=e.nameSpace,n=e.tabContentProps,o=e.tabsProps,i=q(0),a=i[0],l=i[1],c=t?"".concat(t,"-"):"";return A.createElement(A.Fragment,null,A.createElement(Lr,ue({},o,{value:a,onChange:function(e,r){l(r)}}),r.map((function(e,r){return A.createElement(Ir,{key:"".concat(c,"tab-").concat(r),label:e.label,"aria-controls":"".concat(c,"panel-").concat(r)})}))),A.createElement(Ye,ue({},n),r.map((function(e,r){var t="".concat(c,"panel-").concat(r);return A.createElement(jr,{key:t,value:a,index:r,id:t,"aria-labelledby":"".concat(c,"tab-").concat(r)},e.content)}))))},Hr=function(e){var r=e.icon,t=e.title,n=e.subTitle,o=e.action,i=me(e,["icon","title","subTitle","action"]);return A.createElement(l,ue({p:4,display:"flex",flexDirection:"column",alignItems:"center"},i),A.createElement(E,{inheritViewBox:!0,component:null!=r?r:Q,sx:{marginBottom:se.size.spacing.scale24,fontSize:se.size.spacing.scale104,color:se.color.gray20}}),A.createElement(_e,{variant:"h1",component:"span",mb:2},t),A.createElement(_e,{variant:"body1",color:se.color.gray60,mb:3},n),o)},Ar=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(C,ue({},t),r)},qr=function(e){var r=e.size,t=void 0===r?"medium":r,n=e.removePadding,o=void 0!==n&&n,i=e.children,a=me(e,["size","removePadding","children"]),l="medium"===t?"16px":"12px",c="medium"===t?"10px":"6px";return A.createElement(z,ue({sx:{color:se.color.gray60,backgroundColor:se.color.background.dark,height:l,width:l,padding:o?0:"3px",svg:{width:o?l:c,height:o?l:c}}},a),i)},Zr=function(e){var r=e.title,t=e.titleVariant,n=void 0===t?"h2":t,o=e.subtitle,i=e.children,a=e.actions,c=e.headerAction,d=e.innerRef,s=me(e,["title","titleVariant","subtitle","children","actions","headerAction","innerRef"]);return A.createElement(M,ue({},s,{ref:d}),A.createElement(S,{sx:{"&:last-child":{pb:2}}},A.createElement(l,{display:"flex",justifyContent:"space-between",alignItems:"center"},A.createElement(T,{variant:n},r),c),o&&A.createElement(l,null,A.createElement(T,{variant:"body1",color:"textSecondary"},o)),A.createElement(O,null),i,a&&A.createElement(A.Fragment,null,A.createElement(O,null),A.createElement(l,null,a))))},Dr=A.forwardRef((function(e,r){return A.createElement(Zr,ue({},e,{innerRef:r}))})),Nr=function(e){var r=e.title,t=e.subtitle,n=e.children,o=e.actions,i=e.open,a=e.maxWidth,l=void 0===a?552:a,c=e.onClose,d=me(e,["title","subtitle","children","actions","open","maxWidth","onClose"]);return A.createElement(Ar,ue({open:i,onClose:c,closeAfterTransition:!0,BackdropProps:{timeout:500}},d),A.createElement(R,{in:i},A.createElement(Dr,{title:r,subtitle:t,actions:o,headerAction:c&&A.createElement(qr,{onClick:function(e){return c(e,"escapeKeyDown")}},A.createElement(Fr,null)),sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",maxWidth:l}},n)))},Vr=function(e){var r=e.children,t=e.innerRef,n=me(e,["children","innerRef"]);return A.createElement(P,ue({},n,{ref:t,iconMapping:{info:A.createElement(E,{component:Sr,sx:{color:se.color.primary}}),success:A.createElement(E,{component:Rr,sx:{color:se.color.green60}}),error:A.createElement(E,{component:kr,sx:{color:se.color.error}})}}),r)},$r=A.forwardRef((function(e,r){return A.createElement(Vr,ue({},e,{innerRef:r}))})),_r=function(e){var r=e.type,t=void 0===r?"success":r,n=e.title,o=e.innerRef,i=e.children,a=me(e,["type","title","innerRef","children"]);return A.createElement($r,ue({severity:t},a,{ref:o}),n&&A.createElement(F,null,W(n)),i)},Gr=A.forwardRef((function(e,r){return A.createElement(_r,ue({},e,{innerRef:r}))})),Xr={background:{info:se.color.indigo10,success:se.color.green10,error:se.color.red10},font:{info:se.color.primary,success:se.color.green60,error:se.color.error}},Kr=function(e){var r=e.type,t=void 0===r?"info":r,n=e.variant,o=void 0===n?"stacked":n,i=e.title,a=e.onDismiss,c=e.children,d=e.actionLabel,s=e.actionProps,u=e.innerRef,m=me(e,["type","variant","title","onDismiss","children","actionLabel","actionProps","innerRef"]),f=function(e){return{get layout(){var r="stacked"===e;return{margin:{mb:r?2:0,mr:r?0:2},padding:{py:r?1:0},position:{display:r?"block":"flex",justifyContent:r?"initial":"center",alignItems:r?"initial":"center"}}}}}(o).layout;return A.createElement($r,ue({},m,{ref:u,severity:t,sx:ue(ue({},m.sx),{backgroundColor:Xr.background[t],boxShadow:"initial",width:"initial",py:f.padding.py,justifyContent:f.position.justifyContent,".MuiAlert-icon":ue(ue({},f.position),{mr:1,svg:{width:16,height:16}}),".MuiAlert-message":ue({},f.position),".MuiAlertTitle-root":ue({},f.margin),".banner-content":ue(ue({},f.position),{"&__message":ue({},f.margin)})})}),A.createElement(F,null,W(i)),A.createElement(l,{display:"block",className:"banner-content"},A.createElement(l,{sx:{color:Xr.font[t]},className:"banner-content__message"},c),d&&A.createElement(L,ue({},s,{size:"small",variant:"contained",color:t}),d),a&&A.createElement(L,{onClick:a,size:"small",variant:"outlined",sx:{py:"3px",ml:2,backgroundColor:se.color.gray0,":hover":{backgroundColor:se.color.gray0}},color:t},"Dismiss")))},Qr=A.forwardRef((function(e,r){return A.createElement(Kr,ue({},e,{innerRef:r}))})),Ur=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(I,ue({},t),r)},Jr=function(e){var r=e.innerRef,t=me(e,["innerRef"]);return A.createElement(j,ue({},t,{ref:r}))},Yr=A.forwardRef((function(e,r){return A.createElement(Jr,ue({},e,{innerRef:r}))})),et=function(e){return A.createElement(v,ue({},e))},rt=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(B,ue({},t),r)},tt=function(e){var r=e.id,t=e.icon,n=e.actions,o=e.title,i=e.children,a=e.sx,l=me(e,["id","icon","actions","title","children","sx"]),c=q(null),d=c[0],s=c[1],u=Boolean(d);return A.createElement(A.Fragment,null,A.createElement(qr,{onClick:function(e){return s(e.currentTarget)}},t?A.createElement(t,null):A.createElement(U,null)),A.createElement(rt,{id:u?r:void 0,open:u,anchorEl:d,onClose:function(){return s(null)},transformOrigin:{vertical:"top",horizontal:"left"},anchorOrigin:{vertical:"top",horizontal:"right"}},A.createElement(Dr,ue({},l,{sx:ue({maxWidth:328},a),title:o,titleVariant:"h3",headerAction:A.createElement(qr,{onClick:function(){return s(null)}},A.createElement(Fr,null)),actions:n}),i)))},nt=function(e){var r=e.content,t=e.linkPath,n=e.linkText,o=e.heading,i=e.contentfulId,a=Z((function(){return t&&n}),[t,n]);return A.createElement(tt,{id:i,title:o,actions:a&&A.createElement(L,{variant:"outlined",size:"small",href:"".concat("https://docs.up42.com").concat(t),target:"_blank",rel:"noopener noreferrer"},n)},r&&A.createElement(_e,{variant:"caption",style:{color:se.color.gray60}},A.createElement(J,null,r)))},ot=function(e){var r=e.label,t=e.text,n=q("Copy"),o=n[0],i=n[1];return A.createElement(A.Fragment,null,r&&A.createElement(d,{component:"label"},r),A.createElement(l,{p:1,sx:{borderRadius:se.size.border.radius.default,color:se.color.secondary,backgroundColor:se.color.gray10},component:"pre"},A.createElement(a,{container:!0,wrap:"nowrap",spacing:1,justifyContent:"space-between"},A.createElement(a,{item:!0},A.createElement(_e,{variant:"caption"},t)),A.createElement(a,{item:!0,alignSelf:"end"},A.createElement(G,{sx:{p:0,backgroundColor:"transparent"},onClick:function(){return function(e,r){if(!navigator.clipboard){var t=document.createElement("input");return t.setAttribute("value",e),document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),void r()}navigator.clipboard.writeText(e).then((function(){r()}))}(t,(function(){return i("Copied")}))},disableRipple:!0,"data-testid":"copy"},A.createElement(Ur,{title:o,placement:"top",onClose:function(){return i("Copy")}},A.createElement(Y,{width:se.size.spacing.scale16,height:se.size.spacing.scale16,sx:{fontSize:se.size.font.body.default}})))))))},it=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(ee,ue({},t),r)},at=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(re,ue({},t),r)},lt=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(te,ue({},t),r)},ct=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(ne,ue({},t),r)},dt=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(oe,ue({},t),r)},st=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(ie,ue({},t),r)},ut=function(e){var r=me(e,[]);return A.createElement(ae,ue({},r))},mt=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(le,ue({},t),r)},ft=function(e){var r=e.children,t=me(e,["children"]);return A.createElement(ce,ue({},t),r)},pt=function(e){var r=e.autoHeight,t=void 0===r||r,n=e.rowsPerPageOptions,o=void 0===n?[5,10,25,100]:n,i=me(e,["autoHeight","rowsPerPageOptions"]);return A.createElement(de,ue({},i,{rowsPerPageOptions:o,autoHeight:t,disableColumnMenu:!0,disableSelectionOnClick:!0}))};export{Gr as Alert,Ke as Avatar,Qr as Banner,Ye as Box,$e as Button,er as Checkbox,Ge as Chip,ot as CodeBox,Ue as Container,qr as ControlButton,pt as DataGrid,nt as DocumentationPopover,Hr as EmptyState,nr as FormCheckbox,gr as FormInput,ar as FormRadio,mr as FormSelect,dr as FormSwitch,Dr as InfoCard,Nr as InfoModal,tt as InfoPopover,fr as Input,Wr as Link,Yr as Menu,et as MenuItem,Ar as Modal,rt as Popover,or as Radio,sr as Select,lr as Switch,Ir as Tab,Br as TabGroup,it as Table,at as TableBody,lt as TableCell,ct as TableContainer,ft as TableFooter,dt as TableHead,ut as TablePagination,st as TableRow,mt as TableSortLabel,Lr as Tabs,Ur as Tooltip,_e as Typography,De as UpComponentsProvider,Ze as theme,se as tokens};
@@ -13,4 +13,4 @@ export declare const Avatar: React.ForwardRefExoticComponent<Pick<{
13
13
  firstName?: string | undefined;
14
14
  lastName?: string | undefined;
15
15
  icon?: React.ReactNode;
16
- } & Omit<Omit<MUIAvatarProps<"div", {}>, "children" | "variant" | "src" | "alt" | "sizes" | "srcSet" | "imgProps">, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef">, "color" | "translate" | "icon" | "className" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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" | "key" | "firstName" | "lastName"> & React.RefAttributes<unknown>>;
16
+ } & Omit<Omit<MUIAvatarProps<"div", {}>, "children" | "variant" | "src" | "alt" | "sizes" | "srcSet" | "imgProps">, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "color" | "translate" | "icon" | "className" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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" | "key" | "firstName" | "lastName"> & React.RefAttributes<unknown>>;
@@ -5,4 +5,4 @@ export declare type BoxProps = MUIGlobalOmit<MUIBoxProps>;
5
5
  /**
6
6
  * Documentation: https://up-components.up42.dev/?path=/story/layout-box
7
7
  */
8
- export declare const Box: React.ForwardRefExoticComponent<Pick<Omit<MUIBoxProps<"div", {}>, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef">, "translate" | "className" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "key" | ("alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "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" | "typography" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component"> & React.RefAttributes<unknown>>;
8
+ export declare const Box: React.ForwardRefExoticComponent<Pick<Omit<MUIBoxProps<"div", {}>, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "translate" | "className" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "key" | ("alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "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" | "typography" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component"> & React.RefAttributes<unknown>>;
@@ -9,4 +9,4 @@ export declare type ButtonProps = MUIGlobalOmit<MUIButtonProps, {
9
9
  */
10
10
  export declare const Button: React.ForwardRefExoticComponent<Pick<{
11
11
  loading?: boolean | undefined;
12
- } & Omit<MUIButtonProps<"button", {}>, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef">, "color" | "translate" | "startIcon" | "endIcon" | "size" | "fullWidth" | "className" | "style" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "disabled" | "onFocusVisible" | "sx" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "variant" | "href" | "loading"> & React.RefAttributes<unknown>>;
12
+ } & Omit<MUIButtonProps<"button", {}>, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "color" | "translate" | "startIcon" | "endIcon" | "size" | "fullWidth" | "className" | "style" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "disabled" | "onFocusVisible" | "sx" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "variant" | "href" | "loading"> & React.RefAttributes<unknown>>;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { DataGridProps as MuiDataGridProps } from '@mui/x-data-grid';
3
+ import { MUIGlobalOmit } from '@global/utils/types';
4
+ export declare type DataGridProps = MUIGlobalOmit<MuiDataGridProps>;
5
+ export declare const DataGrid: ({ autoHeight, rowsPerPageOptions, ...props }: MuiDataGridProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
2
+ export declare const MuiDataGrid: OverridesStyleRules;
3
+ export declare const MuiTablePagination: OverridesStyleRules;
@@ -10,7 +10,7 @@ export declare type FormCheckboxProps<C extends React.ElementType = 'div'> = Che
10
10
  /**
11
11
  * Documentation: https://up-components.up42.dev/?path=/story/patterns-form
12
12
  */
13
- export declare const FormCheckbox: React.ForwardRefExoticComponent<Pick<Omit<import("@mui/material").CheckboxProps, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef"> & Pick<import("@mui/material").TextFieldProps, "error" | "label" | "id" | "disabled" | "required" | "focused" | "helperText"> & import("@mui/system").SystemProps<import("@mui/material").Theme> & {
13
+ export declare const FormCheckbox: React.ForwardRefExoticComponent<Pick<Omit<import("@mui/material").CheckboxProps, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation"> & Pick<import("@mui/material").TextFieldProps, "error" | "label" | "id" | "disabled" | "required" | "focused" | "helperText"> & import("@mui/system").SystemProps<import("@mui/material").Theme> & {
14
14
  children?: React.ReactNode;
15
15
  component?: React.ElementType<any> | undefined;
16
16
  ref?: React.Ref<unknown> | undefined;
@@ -27,4 +27,4 @@ export declare const FormRadio: React.ForwardRefExoticComponent<Pick<RadioGroupP
27
27
  label?: string;
28
28
  message?: string;
29
29
  }[];
30
- }, "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "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" | "translate" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "error" | "typography" | "className" | "style" | "classes" | "data" | "label" | "p" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "disabled" | "sx" | "key" | "name" | "value" | "row" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "required" | "focused" | "helperText" | "inputRef"> & React.RefAttributes<unknown>>;
30
+ }, "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "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" | "translate" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "error" | "row" | "typography" | "className" | "style" | "classes" | "data" | "label" | "p" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "disabled" | "sx" | "key" | "name" | "value" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "component" | "required" | "focused" | "helperText" | "inputRef"> & React.RefAttributes<unknown>>;
@@ -10,7 +10,7 @@ export declare type FormSelectProps<C extends React.ElementType = 'div'> = Selec
10
10
  /**
11
11
  * Documentation: https://up-components.up42.dev/?path=/story/patterns-form
12
12
  */
13
- export declare const FormSelect: React.ForwardRefExoticComponent<Pick<Omit<Omit<import("@mui/material").SelectProps<unknown>, "label" | "variant">, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef"> & Pick<import("@mui/material").TextFieldProps, "error" | "label" | "id" | "disabled" | "required" | "focused" | "helperText"> & import("@mui/system").SystemProps<import("@mui/material").Theme> & {
13
+ export declare const FormSelect: React.ForwardRefExoticComponent<Pick<Omit<Omit<import("@mui/material").SelectProps<unknown>, "label" | "variant">, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation"> & Pick<import("@mui/material").TextFieldProps, "error" | "label" | "id" | "disabled" | "required" | "focused" | "helperText"> & import("@mui/system").SystemProps<import("@mui/material").Theme> & {
14
14
  children?: React.ReactNode;
15
15
  component?: React.ElementType<any> | undefined;
16
16
  ref?: React.Ref<unknown> | undefined;
@@ -22,4 +22,4 @@ export declare const FormSelect: React.ForwardRefExoticComponent<Pick<Omit<Omit<
22
22
  value: string | number;
23
23
  text: string;
24
24
  }[];
25
- }, "translate" | "input" | "size" | "error" | "components" | "fullWidth" | keyof import("@mui/material/OverridableComponent").CommonProps | "label" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "disabled" | "sx" | "key" | "autoFocus" | "name" | "type" | "value" | ("alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "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" | "typography" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component" | "required" | "focused" | "helperText" | "autoComplete" | "inputProps" | "inputRef" | "multiline" | "rows" | "maxRows" | "minRows" | "multiple" | "readOnly" | "open" | "componentsProps" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "renderSuffix" | "startAdornment" | "disableUnderline" | "autoWidth" | "defaultOpen" | "displayEmpty" | "IconComponent" | "labelId" | "MenuProps" | "native" | "onClose" | "onOpen" | "renderValue" | "SelectDisplayProps" | "options"> & React.RefAttributes<unknown>>;
25
+ }, "translate" | "input" | "size" | "error" | "components" | "fullWidth" | keyof import("@mui/material/OverridableComponent").CommonProps | "label" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "disabled" | "sx" | "key" | "autoFocus" | "name" | "type" | "value" | ("alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "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" | "typography" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component" | "required" | "focused" | "helperText" | "autoComplete" | "inputProps" | "inputRef" | "multiline" | "rows" | "maxRows" | "minRows" | "multiple" | "readOnly" | "open" | "componentsProps" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "renderSuffix" | "startAdornment" | "disableUnderline" | "notched" | "autoWidth" | "defaultOpen" | "displayEmpty" | "IconComponent" | "labelId" | "MenuProps" | "native" | "onClose" | "onOpen" | "renderValue" | "SelectDisplayProps" | "options"> & React.RefAttributes<unknown>>;
@@ -6,7 +6,7 @@ export declare const BaseFormSwitch: <C extends React.ElementType<any>>({ compon
6
6
  /**
7
7
  * Documentation: https://up-components.up42.dev/?path=/story/patterns-form
8
8
  */
9
- export declare const FormSwitch: React.ForwardRefExoticComponent<Pick<Omit<import("@mui/material").SwitchProps, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "disableElevation" | "touchRippleRef"> & Pick<import("@mui/material").TextFieldProps, "error" | "label" | "id" | "disabled" | "required" | "focused" | "helperText"> & import("@mui/system").SystemProps<import("@mui/material").Theme> & {
9
+ export declare const FormSwitch: React.ForwardRefExoticComponent<Pick<Omit<import("@mui/material").SwitchProps, "disableFocusRipple" | "disableRipple" | "classes" | "tabIndex" | "action" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation"> & Pick<import("@mui/material").TextFieldProps, "error" | "label" | "id" | "disabled" | "required" | "focused" | "helperText"> & import("@mui/system").SystemProps<import("@mui/material").Theme> & {
10
10
  children?: React.ReactNode;
11
11
  component?: React.ElementType<any> | undefined;
12
12
  ref?: React.Ref<unknown> | undefined;
@@ -55,4 +55,4 @@ export declare const InfoCard: React.ForwardRefExoticComponent<Pick<{
55
55
  * The Card's title typography variant.
56
56
  */
57
57
  titleVariant?: "h2" | "h3" | "overline" | undefined;
58
- } & Omit<CardProps<"div", {}>, "variant" | "square" | "raised">, "color" | "translate" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "key" | "elevation" | "titleVariant" | "subtitle" | "actions" | "headerAction"> & React.RefAttributes<unknown>>;
58
+ } & Omit<CardProps<"div", {}>, "variant" | "square" | "raised">, "color" | "translate" | "actions" | keyof import("@mui/material/OverridableComponent").CommonProps | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "key" | "elevation" | "titleVariant" | "subtitle" | "headerAction"> & React.RefAttributes<unknown>>;