@getsoren/design-system 4.39.3
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.
- package/LICENSE +15 -0
- package/README.md +75 -0
- package/colors/index.d.ts +1 -0
- package/dist/colors/main.d.ts +1 -0
- package/dist/colors.cjs +1 -0
- package/dist/colors.js +204 -0
- package/dist/grey-2gXhhZ8O.cjs +1 -0
- package/dist/grey-yfF9T-hp.js +119 -0
- package/dist/main.cjs +239 -0
- package/dist/main.js +21509 -0
- package/dist/node_modules/@mui/material/esm/Autocomplete/Autocomplete.d.ts +345 -0
- package/dist/node_modules/@mui/material/esm/Autocomplete/autocompleteClasses.d.ts +58 -0
- package/dist/node_modules/@mui/material/esm/Autocomplete/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Avatar/Avatar.d.ts +112 -0
- package/dist/node_modules/@mui/material/esm/Avatar/avatarClasses.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/Avatar/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/AvatarGroup/AvatarGroup.d.ts +96 -0
- package/dist/node_modules/@mui/material/esm/AvatarGroup/avatarGroupClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/AvatarGroup/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Backdrop/Backdrop.d.ts +118 -0
- package/dist/node_modules/@mui/material/esm/Backdrop/backdropClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/Backdrop/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Box/Box.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/Box/boxClasses.d.ts +7 -0
- package/dist/node_modules/@mui/material/esm/Box/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts +125 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/TouchRipple.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/buttonBaseClasses.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/index.d.ts +6 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/touchRippleClasses.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/Chip/Chip.d.ts +133 -0
- package/dist/node_modules/@mui/material/esm/Chip/chipClasses.d.ts +150 -0
- package/dist/node_modules/@mui/material/esm/Chip/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/CircularProgress/CircularProgress.d.ts +78 -0
- package/dist/node_modules/@mui/material/esm/CircularProgress/circularProgressClasses.d.ts +32 -0
- package/dist/node_modules/@mui/material/esm/CircularProgress/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Dialog/Dialog.d.ts +192 -0
- package/dist/node_modules/@mui/material/esm/Dialog/dialogClasses.d.ts +42 -0
- package/dist/node_modules/@mui/material/esm/Dialog/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/DialogActions/DialogActions.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/DialogActions/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/DialogContent/DialogContent.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/DialogContent/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/DialogTitle/DialogTitle.d.ts +43 -0
- package/dist/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.d.ts +8 -0
- package/dist/node_modules/@mui/material/esm/DialogTitle/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Divider/Divider.d.ts +75 -0
- package/dist/node_modules/@mui/material/esm/Divider/dividerClasses.d.ts +38 -0
- package/dist/node_modules/@mui/material/esm/Divider/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Fade/Fade.d.ts +48 -0
- package/dist/node_modules/@mui/material/esm/Fade/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/FilledInput/FilledInput.d.ts +43 -0
- package/dist/node_modules/@mui/material/esm/FilledInput/filledInputClasses.d.ts +30 -0
- package/dist/node_modules/@mui/material/esm/FilledInput/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/FormControl/FormControl.d.ts +121 -0
- package/dist/node_modules/@mui/material/esm/FormControl/FormControlContext.d.ts +17 -0
- package/dist/node_modules/@mui/material/esm/FormControl/formControlClasses.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/FormControl/index.d.ts +6 -0
- package/dist/node_modules/@mui/material/esm/FormControl/useFormControl.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/FormHelperText/FormHelperText.d.ts +72 -0
- package/dist/node_modules/@mui/material/esm/FormHelperText/formHelperTextClasses.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/FormHelperText/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/FormLabel/FormLabel.d.ts +79 -0
- package/dist/node_modules/@mui/material/esm/FormLabel/formLabelClasses.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/FormLabel/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/GlobalStyles/GlobalStyles.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/GlobalStyles/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/Grow/Grow.d.ts +49 -0
- package/dist/node_modules/@mui/material/esm/Grow/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/IconButton/IconButton.d.ts +91 -0
- package/dist/node_modules/@mui/material/esm/IconButton/iconButtonClasses.d.ts +40 -0
- package/dist/node_modules/@mui/material/esm/IconButton/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +65 -0
- package/dist/node_modules/@mui/material/esm/Input/Input.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/Input/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Input/inputClasses.d.ts +46 -0
- package/dist/node_modules/@mui/material/esm/InputAdornment/InputAdornment.d.ts +59 -0
- package/dist/node_modules/@mui/material/esm/InputAdornment/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InputAdornment/inputAdornmentClasses.d.ts +24 -0
- package/dist/node_modules/@mui/material/esm/InputBase/InputBase.d.ts +247 -0
- package/dist/node_modules/@mui/material/esm/InputBase/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InputBase/inputBaseClasses.d.ts +55 -0
- package/dist/node_modules/@mui/material/esm/InputLabel/InputLabel.d.ts +80 -0
- package/dist/node_modules/@mui/material/esm/InputLabel/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InputLabel/inputLabelClasses.d.ts +32 -0
- package/dist/node_modules/@mui/material/esm/Link/Link.d.ts +63 -0
- package/dist/node_modules/@mui/material/esm/Link/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Link/linkClasses.d.ts +18 -0
- package/dist/node_modules/@mui/material/esm/List/List.d.ts +66 -0
- package/dist/node_modules/@mui/material/esm/List/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/List/listClasses.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/ListItemAvatar/ListItemAvatar.d.ts +31 -0
- package/dist/node_modules/@mui/material/esm/ListItemAvatar/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemAvatar/listItemAvatarClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/ListItemButton/ListItemButton.d.ts +86 -0
- package/dist/node_modules/@mui/material/esm/ListItemButton/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemButton/listItemButtonClasses.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/ListItemIcon/ListItemIcon.d.ts +34 -0
- package/dist/node_modules/@mui/material/esm/ListItemIcon/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemIcon/listItemIconClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/ListItemText/ListItemText.d.ts +107 -0
- package/dist/node_modules/@mui/material/esm/ListItemText/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemText/listItemTextClasses.d.ts +18 -0
- package/dist/node_modules/@mui/material/esm/ListSubheader/ListSubheader.d.ts +60 -0
- package/dist/node_modules/@mui/material/esm/ListSubheader/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListSubheader/listSubheaderClasses.d.ts +18 -0
- package/dist/node_modules/@mui/material/esm/Menu/Menu.d.ts +162 -0
- package/dist/node_modules/@mui/material/esm/Menu/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Menu/menuClasses.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/MenuItem/MenuItem.d.ts +69 -0
- package/dist/node_modules/@mui/material/esm/MenuItem/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/MenuItem/menuItemClasses.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/MenuList/MenuList.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/MenuList/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/Modal/Modal.d.ts +218 -0
- package/dist/node_modules/@mui/material/esm/Modal/ModalManager.d.ts +25 -0
- package/dist/node_modules/@mui/material/esm/Modal/index.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/Modal/modalClasses.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/NativeSelect/NativeSelectInput.d.ts +13 -0
- package/dist/node_modules/@mui/material/esm/NativeSelect/nativeSelectClasses.d.ts +34 -0
- package/dist/node_modules/@mui/material/esm/OutlinedInput/OutlinedInput.d.ts +57 -0
- package/dist/node_modules/@mui/material/esm/OutlinedInput/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/OutlinedInput/outlinedInputClasses.d.ts +46 -0
- package/dist/node_modules/@mui/material/esm/Paper/Paper.d.ts +63 -0
- package/dist/node_modules/@mui/material/esm/Paper/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Paper/paperClasses.d.ts +64 -0
- package/dist/node_modules/@mui/material/esm/Popover/Popover.d.ts +234 -0
- package/dist/node_modules/@mui/material/esm/Popover/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Popover/popoverClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/Popper/Popper.d.ts +46 -0
- package/dist/node_modules/@mui/material/esm/Popper/index.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/Popper/popperClasses.d.ts +8 -0
- package/dist/node_modules/@mui/material/esm/Portal/Portal.d.ts +16 -0
- package/dist/node_modules/@mui/material/esm/Portal/index.d.ts +3 -0
- package/dist/node_modules/@mui/material/esm/Select/Select.d.ts +189 -0
- package/dist/node_modules/@mui/material/esm/Select/SelectInput.d.ts +57 -0
- package/dist/node_modules/@mui/material/esm/Select/index.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/Select/selectClasses.d.ts +42 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/SelectFocusSourceContext.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/areEqualValues.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/getOpenInteractionType.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/isEmpty.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/Skeleton/Skeleton.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/Skeleton/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Skeleton/skeletonClasses.d.ts +26 -0
- package/dist/node_modules/@mui/material/esm/Stack/Stack.d.ts +58 -0
- package/dist/node_modules/@mui/material/esm/Stack/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Stack/stackClasses.d.ts +6 -0
- package/dist/node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts +89 -0
- package/dist/node_modules/@mui/material/esm/SvgIcon/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/SvgIcon/svgIconClasses.d.ts +26 -0
- package/dist/node_modules/@mui/material/esm/TextField/TextField.d.ts +347 -0
- package/dist/node_modules/@mui/material/esm/TextField/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/TextField/textFieldClasses.d.ts +8 -0
- package/dist/node_modules/@mui/material/esm/TextareaAutosize/TextareaAutosize.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/TextareaAutosize/index.d.ts +3 -0
- package/dist/node_modules/@mui/material/esm/Typography/Typography.d.ts +100 -0
- package/dist/node_modules/@mui/material/esm/Typography/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Typography/typographyClasses.d.ts +53 -0
- package/dist/node_modules/@mui/material/esm/Unstable_TrapFocus/FocusTrap.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/Unstable_TrapFocus/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/colors/amber.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/blue.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/blueGrey.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/brown.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/common.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/colors/cyan.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/deepOrange.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/deepPurple.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/green.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/grey.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/index.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/colors/indigo.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/lightBlue.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/lightGreen.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/lime.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/orange.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/pink.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/purple.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/red.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/teal.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/yellow.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/locale/amET.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/arEG.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/arSA.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/arSD.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/azAZ.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/beBY.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/bgBG.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/bnBD.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/caES.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/csCZ.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/daDK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/deDE.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/elGR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/enUS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/esES.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/etEE.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/faIR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/fiFI.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/frFR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/heIL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/hiIN.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/hrHR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/huHU.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/hyAM.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/idID.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/index.d.ts +60 -0
- package/dist/node_modules/@mui/material/esm/locale/isIS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/itIT.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/jaJP.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/khKH.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/kkKZ.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/koKR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/kuCKB.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/kuLatn.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/mkMK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/msMS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/myMY.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/nbNO.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/neNP.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/nlNL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/nnNO.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/plPL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/psAF.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ptBR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ptPT.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/roRO.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ruRU.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/siLK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/skSK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/srRS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/svSE.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/thTH.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/tlTL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/trTR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ukUA.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/urPK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/utils/LocaleTextApi.d.ts +23 -0
- package/dist/node_modules/@mui/material/esm/locale/viVN.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/zhCN.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/zhHK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/zhTW.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/ThemeProvider.d.ts +76 -0
- package/dist/node_modules/@mui/material/esm/styles/ThemeProviderWithVars.d.ts +50 -0
- package/dist/node_modules/@mui/material/esm/styles/adaptV4Theme.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/styles/createColorScheme.d.ts +11 -0
- package/dist/node_modules/@mui/material/esm/styles/createMixins.d.ts +32 -0
- package/dist/node_modules/@mui/material/esm/styles/createPalette.d.ts +125 -0
- package/dist/node_modules/@mui/material/esm/styles/createStyles.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/createTheme.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/styles/createThemeNoVars.d.ts +76 -0
- package/dist/node_modules/@mui/material/esm/styles/createThemeWithVars.d.ts +70 -0
- package/dist/node_modules/@mui/material/esm/styles/createTransitions.d.ts +51 -0
- package/dist/node_modules/@mui/material/esm/styles/createTypography.d.ts +28 -0
- package/dist/node_modules/@mui/material/esm/styles/cssUtils.d.ts +25 -0
- package/dist/node_modules/@mui/material/esm/styles/excludeVariablesFromRoot.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/styles/getOverlayAlpha.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/identifier.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/index.d.ts +68 -0
- package/dist/node_modules/@mui/material/esm/styles/makeStyles.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/responsiveFontSizes.d.ts +11 -0
- package/dist/node_modules/@mui/material/esm/styles/rootShouldForwardProp.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/shadows.d.ts +3 -0
- package/dist/node_modules/@mui/material/esm/styles/shouldSkipGeneratingVar.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/slotShouldForwardProp.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/styled.d.ts +13 -0
- package/dist/node_modules/@mui/material/esm/styles/useTheme.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/useThemeProps.d.ts +42 -0
- package/dist/node_modules/@mui/material/esm/styles/withStyles.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/withTheme.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/zIndex.d.ts +13 -0
- package/dist/node_modules/@mui/material/esm/transitions/index.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/transitions/transition.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/useAutocomplete/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/useAutocomplete/useAutocomplete.d.ts +420 -0
- package/dist/node_modules/@mui/material/esm/utils/capitalize.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/createChainedFunction.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/createSvgIcon.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/debounce.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/deprecatedPropType.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/index.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/utils/isMuiElement.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/memoTheme.d.ts +7 -0
- package/dist/node_modules/@mui/material/esm/utils/mergeSlotProps.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/ownerDocument.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/ownerWindow.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/requirePropFactory.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/setRef.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/unsupportedProp.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useControlled.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useEnhancedEffect.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useEventCallback.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useForkRef.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useId.d.ts +2 -0
- package/dist/node_modules/@mui/private-theming/esm/ThemeProvider/ThemeProvider.d.ts +6 -0
- package/dist/node_modules/@mui/private-theming/esm/ThemeProvider/index.d.ts +2 -0
- package/dist/node_modules/@mui/private-theming/esm/index.d.ts +5 -0
- package/dist/node_modules/@mui/private-theming/esm/useTheme/index.d.ts +2 -0
- package/dist/node_modules/@mui/private-theming/esm/useTheme/useTheme.d.ts +2 -0
- package/dist/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.d.ts +7 -0
- package/dist/node_modules/@mui/styled-engine/esm/GlobalStyles/index.d.ts +2 -0
- package/dist/node_modules/@mui/styled-engine/esm/StyledEngineProvider/StyledEngineProvider.d.ts +7 -0
- package/dist/node_modules/@mui/styled-engine/esm/StyledEngineProvider/index.d.ts +2 -0
- package/dist/node_modules/@mui/styled-engine/esm/index.d.ts +124 -0
- package/dist/node_modules/@mui/system/esm/Box/Box.d.ts +54 -0
- package/dist/node_modules/@mui/system/esm/Box/boxClasses.d.ts +7 -0
- package/dist/node_modules/@mui/system/esm/Box/index.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/Container/Container.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/Container/containerClasses.d.ts +22 -0
- package/dist/node_modules/@mui/system/esm/Container/createContainer.d.ts +18 -0
- package/dist/node_modules/@mui/system/esm/Container/index.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.d.ts +16 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/Grid.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/Grid/GridProps.d.ts +103 -0
- package/dist/node_modules/@mui/system/esm/Grid/createGrid.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridClasses.d.ts +20 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.d.ts +42 -0
- package/dist/node_modules/@mui/system/esm/Grid/index.d.ts +7 -0
- package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.d.ts +7 -0
- package/dist/node_modules/@mui/system/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +47 -0
- package/dist/node_modules/@mui/system/esm/InitColorSchemeScript/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/Stack/Stack.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/Stack/StackProps.d.ts +53 -0
- package/dist/node_modules/@mui/system/esm/Stack/createStack.d.ts +24 -0
- package/dist/node_modules/@mui/system/esm/Stack/index.d.ts +5 -0
- package/dist/node_modules/@mui/system/esm/Stack/stackClasses.d.ts +8 -0
- package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.d.ts +25 -0
- package/dist/node_modules/@mui/system/esm/ThemeProvider/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/borders/borders.d.ts +15 -0
- package/dist/node_modules/@mui/system/esm/borders/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.d.ts +19 -0
- package/dist/node_modules/@mui/system/esm/breakpoints/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.d.ts +25 -0
- package/dist/node_modules/@mui/system/esm/colorManipulator/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/compose/compose.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/compose/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/createBox/createBox.d.ts +9 -0
- package/dist/node_modules/@mui/system/esm/createBox/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.d.ts +78 -0
- package/dist/node_modules/@mui/system/esm/createBreakpoints/index.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/createStyled/createStyled.d.ts +27 -0
- package/dist/node_modules/@mui/system/esm/createStyled/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.d.ts +67 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.d.ts +10 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.d.ts +54 -0
- package/dist/node_modules/@mui/system/esm/createTheme/index.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/createTheme/shape.d.ts +6 -0
- package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.d.ts +23 -0
- package/dist/node_modules/@mui/system/esm/cssContainerQueries/index.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.d.ts +16 -0
- package/dist/node_modules/@mui/system/esm/cssGrid/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createCssVarsProvider.d.ts +141 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createCssVarsTheme.d.ts +15 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.d.ts +5 -0
- package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.d.ts +64 -0
- package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/cssVars/index.d.ts +8 -0
- package/dist/node_modules/@mui/system/esm/cssVars/localStorageManager.d.ts +34 -0
- package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.d.ts +17 -0
- package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/cssVars/useCurrentColorScheme.d.ts +56 -0
- package/dist/node_modules/@mui/system/esm/display/display.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/display/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/flexbox/flexbox.d.ts +17 -0
- package/dist/node_modules/@mui/system/esm/flexbox/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/getThemeValue/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/index.d.ts +90 -0
- package/dist/node_modules/@mui/system/esm/memoTheme.d.ts +12 -0
- package/dist/node_modules/@mui/system/esm/palette/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/palette/palette.d.ts +6 -0
- package/dist/node_modules/@mui/system/esm/positions/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/positions/positions.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/shadows/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/shadows/shadows.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/sizing/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/sizing/sizing.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/spacing/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/spacing/spacing.d.ts +20 -0
- package/dist/node_modules/@mui/system/esm/style/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/style/style.d.ts +23 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/index.d.ts +9 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.d.ts +62 -0
- package/dist/node_modules/@mui/system/esm/styled/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/styled/styled.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/typography/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/typography/typography.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/useMediaQuery/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/useMediaQuery/useMediaQuery.d.ts +32 -0
- package/dist/node_modules/@mui/system/esm/useTheme/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/useTheme/useTheme.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.d.ts +11 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/index.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/version/index.d.ts +6 -0
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.d.ts +6 -0
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/capitalize/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.d.ts +29 -0
- package/dist/node_modules/@mui/utils/esm/composeClasses/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/createChainedFunction/createChainedFunction.d.ts +7 -0
- package/dist/node_modules/@mui/utils/esm/createChainedFunction/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/debounce/debounce.d.ts +4 -0
- package/dist/node_modules/@mui/utils/esm/debounce/index.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/deprecatedPropType/deprecatedPropType.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/deprecatedPropType/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.d.ts +17 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/index.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/isMuiElement/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerDocument/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerWindow/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/requirePropFactory/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.d.ts +3 -0
- package/dist/node_modules/@mui/utils/esm/setRef/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/setRef/setRef.d.ts +15 -0
- package/dist/node_modules/@mui/utils/esm/unsupportedProp/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/unsupportedProp/unsupportedProp.d.ts +3 -0
- package/dist/node_modules/@mui/utils/esm/useControlled/index.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/useControlled/useControlled.d.ts +20 -0
- package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.d.ts +10 -0
- package/dist/node_modules/@mui/utils/esm/useEventCallback/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.d.ts +7 -0
- package/dist/node_modules/@mui/utils/esm/useForkRef/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useForkRef/useForkRef.d.ts +17 -0
- package/dist/node_modules/@mui/utils/esm/useId/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useId/useId.d.ts +7 -0
- package/dist/node_modules/@popperjs/core/lib/createPopper.d.ts +9 -0
- package/dist/node_modules/@popperjs/core/lib/enums.d.ts +34 -0
- package/dist/node_modules/@popperjs/core/lib/index.d.ts +6 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts +4 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts +13 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts +38 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts +8 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/flip.d.ts +16 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/hide.d.ts +4 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/index.d.ts +9 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/offset.d.ts +18 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts +4 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts +30 -0
- package/dist/node_modules/@popperjs/core/lib/popper-lite.d.ts +5 -0
- package/dist/node_modules/@popperjs/core/lib/popper.d.ts +7 -0
- package/dist/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts +12 -0
- package/dist/src/components/DataDisplay/ArticleImage/ArticleImage.d.ts +15 -0
- package/dist/src/components/DataDisplay/ArticleImage/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Avatar/Avatar.d.ts +11 -0
- package/dist/src/components/DataDisplay/Avatar/index.d.ts +2 -0
- package/dist/src/components/DataDisplay/AvatarAppBar/AvatarAppBar.d.ts +3 -0
- package/dist/src/components/DataDisplay/AvatarAppBar/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/Chat.d.ts +25 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatConversationDetail.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatConversationDetailHeader.d.ts +18 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatConversationList.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatMessageBubble.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatMessageInput.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatParticipantAutocomplete.d.ts +21 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatParticipantDialog.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/types.d.ts +122 -0
- package/dist/src/components/DataDisplay/Chat/utils/ensureUtc.d.ts +5 -0
- package/dist/src/components/DataDisplay/Chat/utils/extractUrls.d.ts +4 -0
- package/dist/src/components/DataDisplay/Chat/utils/formatParticipantNames.d.ts +7 -0
- package/dist/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
- package/dist/src/components/DataDisplay/Chip/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/FileViewer/FileViewer.d.ts +22 -0
- package/dist/src/components/DataDisplay/FileViewer/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/FileViewer/utils/downloadFile.d.ts +2 -0
- package/dist/src/components/DataDisplay/FileViewer/utils/getThumbnailPath.d.ts +2 -0
- package/dist/src/components/DataDisplay/Icons/ArrowRightIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/ChatBubbleIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/CheckIcon.d.ts +5 -0
- package/dist/src/components/DataDisplay/Icons/ChevronIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/ChevronLeftDoubleIcon.d.ts +7 -0
- package/dist/src/components/DataDisplay/Icons/CloseIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/DeleteIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/DotIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/MenuIcon.d.ts +5 -0
- package/dist/src/components/DataDisplay/Icons/MoreHorizIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/PenLineIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/PersonAddIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/SearchIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/SendIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/UploadIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/VisibilityIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/VisibilityOff.d.ts +8 -0
- package/dist/src/components/DataDisplay/Kanban/Kanban.d.ts +16 -0
- package/dist/src/components/DataDisplay/Kanban/components/ChipStatusKanban.d.ts +17 -0
- package/dist/src/components/DataDisplay/Kanban/components/EmptyStateOverlay.d.ts +5 -0
- package/dist/src/components/DataDisplay/Kanban/components/KanbanCard.d.ts +10 -0
- package/dist/src/components/DataDisplay/Kanban/components/KanbanColumn.d.ts +24 -0
- package/dist/src/components/DataDisplay/Kanban/hooks/useDragScroll.d.ts +7 -0
- package/dist/src/components/DataDisplay/Kanban/types.d.ts +131 -0
- package/dist/src/components/DataDisplay/ListAvatar/ListAvatar.d.ts +125 -0
- package/dist/src/components/DataDisplay/ListAvatar/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/ListItemCard/ListItemCard.d.ts +25 -0
- package/dist/src/components/DataDisplay/ListItemCard/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Logo/Logo.d.ts +55 -0
- package/dist/src/components/DataDisplay/Logo/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Logo/useLogo.d.ts +17 -0
- package/dist/src/components/DataDisplay/StatusIcon/StatusIcon.d.ts +22 -0
- package/dist/src/components/DataDisplay/StatusIcon/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/TimeLine/TimeLine.d.ts +114 -0
- package/dist/src/components/DataDisplay/TimeLine/TimeLineEventItem.d.ts +7 -0
- package/dist/src/components/DataDisplay/TimeLine/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/TypographySkeleton/TypographySkeleton.d.ts +23 -0
- package/dist/src/components/DataDisplay/TypographySkeleton/index.d.ts +2 -0
- package/dist/src/components/Feedback/Dialog/DialogCloseIcon/DialogCloseIcon.d.ts +7 -0
- package/dist/src/components/Feedback/Dialog/DialogCloseIcon/index.d.ts +2 -0
- package/dist/src/components/Feedback/Dialog/DialogPopper/DialogPopper.d.ts +30 -0
- package/dist/src/components/Feedback/Dialog/DialogPopper/index.d.ts +2 -0
- package/dist/src/components/Feedback/Dialog/DialogValidation/DialogValidation.d.ts +35 -0
- package/dist/src/components/Feedback/Lightbox/Lightbox.d.ts +9 -0
- package/dist/src/components/Feedback/Lightbox/index.d.ts +2 -0
- package/dist/src/components/Inputs/ActionAppBar/ActionAppBar.d.ts +3 -0
- package/dist/src/components/Inputs/ActionAppBar/index.d.ts +3 -0
- package/dist/src/components/Inputs/AutocompleteFilter/AutocompleteFilter.d.ts +75 -0
- package/dist/src/components/Inputs/AutocompleteFilter/index.d.ts +3 -0
- package/dist/src/components/Inputs/Button/Button.d.ts +10 -0
- package/dist/src/components/Inputs/Button/index.d.ts +3 -0
- package/dist/src/components/Inputs/ChipFilter/ChipFilter.d.ts +123 -0
- package/dist/src/components/Inputs/File/File.d.ts +28 -0
- package/dist/src/components/Inputs/File/index.d.ts +3 -0
- package/dist/src/components/Inputs/QuantityField/QuantityField.d.ts +8 -0
- package/dist/src/components/Inputs/QuantityField/index.d.ts +3 -0
- package/dist/src/components/Inputs/TextArea/TextArea.d.ts +3 -0
- package/dist/src/components/Inputs/TextArea/index.d.ts +3 -0
- package/dist/src/components/Inputs/TextFieldAppBar/TextFieldAppBar.d.ts +2 -0
- package/dist/src/components/Inputs/TextFieldAppBar/index.d.ts +3 -0
- package/dist/src/components/Inputs/TextFieldAutosize/TextFieldAutosize.d.ts +15 -0
- package/dist/src/components/Inputs/TextFieldAutosize/utils/measureInputWidth.d.ts +2 -0
- package/dist/src/components/Inputs/TextFieldPassword/TextFieldPassword.d.ts +3 -0
- package/dist/src/components/Inputs/TextFieldPassword/index.d.ts +3 -0
- package/dist/src/components/Layout/Backoffice/Backoffice.d.ts +8 -0
- package/dist/src/components/Layout/Backoffice/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/BurgerAppBar/BurgerAppBar.d.ts +2 -0
- package/dist/src/components/Navigation/NavigationMenu/BurgerAppBar/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/NavLinkItem/NavLinkItem.d.ts +10 -0
- package/dist/src/components/Navigation/NavigationMenu/NavLinkItem/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/NavigationMenu.d.ts +110 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBar/SideBar.d.ts +10 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBar/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBarMenu/SideBarMenu.d.ts +9 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBarMenu/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/utils/utils.d.ts +10 -0
- package/dist/src/components/Navigation/TabPanel/TabPanel.d.ts +13 -0
- package/dist/src/components/Navigation/TabPanel/index.d.ts +2 -0
- package/dist/src/components/Navigation/Tabs/LinkTab/LinkTab.d.ts +10 -0
- package/dist/src/components/Navigation/Tabs/LinkTab/index.d.ts +3 -0
- package/dist/src/components/Surface/AppBar/AppBar.d.ts +23 -0
- package/dist/src/components/Surface/AppBar/index.d.ts +3 -0
- package/dist/src/components/Surface/BottomFixedPaper/BottomFixedPaper.d.ts +37 -0
- package/dist/src/components/Surface/BottomFixedPaper/index.d.ts +3 -0
- package/dist/src/components/Surface/CardModal/CardModal.d.ts +4 -0
- package/dist/src/components/Surface/CardModal/index.d.ts +3 -0
- package/dist/src/components/Utils/HasPermission/HasPermission.d.ts +28 -0
- package/dist/src/components/Utils/HasPermission/index.d.ts +3 -0
- package/dist/src/config/theme.d.ts +127 -0
- package/dist/src/constants/colors.d.ts +262 -0
- package/dist/src/constants/fonts.d.ts +2 -0
- package/dist/src/context/Permission/PermissionContext.d.ts +9 -0
- package/dist/src/context/Permission/PermissionProvider.d.ts +17 -0
- package/dist/src/context/Snackbar/SnackbarProvider.d.ts +28 -0
- package/dist/src/context/Theme/ThemeProvider.d.ts +52 -0
- package/dist/src/hooks/useMenu/index.d.ts +3 -0
- package/dist/src/hooks/useMenu/useMenu.d.ts +11 -0
- package/dist/src/hooks/usePermission/index.d.ts +3 -0
- package/dist/src/hooks/usePermission/usePermission.d.ts +13 -0
- package/dist/src/hooks/useSnackbar/index.d.ts +3 -0
- package/dist/src/hooks/useSnackbar/useSnackbar.d.ts +9 -0
- package/dist/src/hooks/useTabs/index.d.ts +3 -0
- package/dist/src/hooks/useTabs/useTabs.d.ts +9 -0
- package/dist/src/hooks/useTranslation/index.d.ts +2 -0
- package/dist/src/hooks/useTranslation/useTranslation.d.ts +6 -0
- package/dist/src/locales/en.d.ts +8 -0
- package/dist/src/locales/fr.d.ts +8 -0
- package/dist/src/locales/index.d.ts +4 -0
- package/dist/src/main.d.ts +98 -0
- package/dist/src/utils/getBackgroundImageElevation.d.ts +6 -0
- package/dist/src/utils/getBrowser.d.ts +10 -0
- package/dist/src/utils/isDocumentType.d.ts +6 -0
- package/dist/src/utils/isValidUrl.d.ts +6 -0
- package/dist/src/utils/pxToRem.d.ts +8 -0
- package/dist/tracktor-dark-B3y9ZpLo.js +4 -0
- package/dist/tracktor-dark-Dh3lN-nb.cjs +1 -0
- package/dist/tracktor-light-BIuNDEGa.js +4 -0
- package/dist/tracktor-light-CrAkOlDb.cjs +1 -0
- package/dist/tracktor-logo-Cd1IkThG.cjs +1 -0
- package/dist/tracktor-logo-D1a8jDkZ.js +4 -0
- package/dist/tracktor-pricing-BsdIh7ok.js +4 -0
- package/dist/tracktor-pricing-CgcMSJEr.cjs +1 -0
- package/dist/tracktor-supplier-dark-C1gkEYha.js +4 -0
- package/dist/tracktor-supplier-dark-DQ3IOshg.cjs +1 -0
- package/dist/tracktor-supplier-light-BDNvaTwl.js +4 -0
- package/dist/tracktor-supplier-light-BZ14UCiP.cjs +1 -0
- package/package.json +110 -0
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { ChipProps, ListItemButtonProps, SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { ListProps } from '@mui/material/List';
|
|
3
|
+
import { MouseEvent, ReactNode } from 'react';
|
|
4
|
+
interface ListAvatarItemBase {
|
|
5
|
+
/**
|
|
6
|
+
* Custom avatar component to display instead of the default avatar.
|
|
7
|
+
*/
|
|
8
|
+
Avatar?: ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Unique identifier for the list item.
|
|
11
|
+
*/
|
|
12
|
+
id?: string | number | null;
|
|
13
|
+
/**
|
|
14
|
+
* Primary text displayed in the list item.
|
|
15
|
+
*/
|
|
16
|
+
title?: ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Secondary text displayed below the title.
|
|
19
|
+
*/
|
|
20
|
+
subtitle?: ReactNode;
|
|
21
|
+
/**
|
|
22
|
+
* Full-size image URL used for the avatar and lightbox preview.
|
|
23
|
+
*/
|
|
24
|
+
image?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Thumbnail image URL used as the avatar source when available.
|
|
27
|
+
*/
|
|
28
|
+
thumbnail?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* Secondary thumbnail image URL displayed as a secondary avatar source.
|
|
31
|
+
*/
|
|
32
|
+
thumbnailSecondary?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
* Icon displayed inside the avatar when no image is provided.
|
|
35
|
+
*/
|
|
36
|
+
icon?: ReactNode;
|
|
37
|
+
/**
|
|
38
|
+
* Label displayed in a chip next to the title.
|
|
39
|
+
*/
|
|
40
|
+
chipLabel?: ReactNode;
|
|
41
|
+
/**
|
|
42
|
+
* Color of the chip. Accepts MUI Chip color values or a custom string.
|
|
43
|
+
*/
|
|
44
|
+
chipColor?: ChipProps["color"] | string;
|
|
45
|
+
/**
|
|
46
|
+
* Action element displayed on the right side of the item, visible on hover.
|
|
47
|
+
*/
|
|
48
|
+
secondaryAction?: ReactNode;
|
|
49
|
+
/**
|
|
50
|
+
* Secondary action always visible, regardless of hover state.
|
|
51
|
+
*/
|
|
52
|
+
persistentSecondaryAction?: ReactNode;
|
|
53
|
+
/**
|
|
54
|
+
* Always display secondary action for this item. Overrides the list-level prop.
|
|
55
|
+
*/
|
|
56
|
+
alwaysDisplaySecondaryAction?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* If true, renders a divider instead of the list item content.
|
|
59
|
+
*/
|
|
60
|
+
divider?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Custom styles applied to the list item.
|
|
63
|
+
*/
|
|
64
|
+
sx?: SxProps<Theme>;
|
|
65
|
+
}
|
|
66
|
+
export interface ListAvatarClickPayload {
|
|
67
|
+
id?: string | number | null;
|
|
68
|
+
image?: string | null;
|
|
69
|
+
thumbnail?: string | null;
|
|
70
|
+
subtitle?: ReactNode;
|
|
71
|
+
title?: ReactNode;
|
|
72
|
+
icon?: ReactNode;
|
|
73
|
+
isFile: boolean;
|
|
74
|
+
isPdf: boolean;
|
|
75
|
+
}
|
|
76
|
+
export interface ListAvatarAction {
|
|
77
|
+
title?: string | null;
|
|
78
|
+
subtitle?: string | null;
|
|
79
|
+
image?: string | null;
|
|
80
|
+
icon?: ReactNode;
|
|
81
|
+
onClick?: ListItemButtonProps["onClick"];
|
|
82
|
+
}
|
|
83
|
+
export interface ListAvatarItem extends ListAvatarItemBase {
|
|
84
|
+
onClick?: (event: MouseEvent<HTMLLIElement>, item: ListAvatarClickPayload) => void;
|
|
85
|
+
}
|
|
86
|
+
export interface ListAvatarProps extends ListProps {
|
|
87
|
+
/**
|
|
88
|
+
* Empty message
|
|
89
|
+
*/
|
|
90
|
+
Empty?: ReactNode;
|
|
91
|
+
/**
|
|
92
|
+
* Full width
|
|
93
|
+
*/
|
|
94
|
+
fullWidth?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Always display secondary action
|
|
97
|
+
*/
|
|
98
|
+
alwaysDisplaySecondaryAction?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* If true, the list is loading state
|
|
101
|
+
*/
|
|
102
|
+
isLoading?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Number of items to display
|
|
105
|
+
*/
|
|
106
|
+
numberLoadingItems?: number;
|
|
107
|
+
/**
|
|
108
|
+
* Disable lightbox only if the image list item is provided
|
|
109
|
+
*/
|
|
110
|
+
disableLightbox?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* List items
|
|
113
|
+
*/
|
|
114
|
+
items?: ListAvatarItem[];
|
|
115
|
+
/**
|
|
116
|
+
* Action
|
|
117
|
+
*/
|
|
118
|
+
action?: ListAvatarAction;
|
|
119
|
+
/**
|
|
120
|
+
* Density of the list
|
|
121
|
+
*/
|
|
122
|
+
density?: "standard" | "comfortable";
|
|
123
|
+
}
|
|
124
|
+
export declare const ListAvatar: ({ Empty, action, items, fullWidth, sx, alwaysDisplaySecondaryAction, isLoading, disableLightbox, numberLoadingItems, density, ...props }: ListAvatarProps) => string | number | bigint | true | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
125
|
+
export default ListAvatar;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ListItemProps } from '@mui/material';
|
|
2
|
+
export interface ListItemCardProps extends ListItemProps {
|
|
3
|
+
/**
|
|
4
|
+
* If list is loading item render loading skeleton
|
|
5
|
+
*/
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* If list is empty item render empty message
|
|
9
|
+
*/
|
|
10
|
+
isEmpty?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Empty message if list is empty
|
|
13
|
+
*/
|
|
14
|
+
emptyMessage?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Set custom height
|
|
17
|
+
*/
|
|
18
|
+
height?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Set predefined size, ignored if prop height is provided
|
|
21
|
+
*/
|
|
22
|
+
size?: "small" | "medium" | "large";
|
|
23
|
+
}
|
|
24
|
+
declare const _default: import('react').NamedExoticComponent<Omit<ListItemCardProps, "ref"> & import('react').RefAttributes<HTMLLIElement>>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
2
|
+
interface CommonLogoProps {
|
|
3
|
+
/**
|
|
4
|
+
* Style props
|
|
5
|
+
*/
|
|
6
|
+
sx?: SxProps;
|
|
7
|
+
/**
|
|
8
|
+
* Logo height
|
|
9
|
+
*/
|
|
10
|
+
height?: number | string;
|
|
11
|
+
/**
|
|
12
|
+
* Logo width
|
|
13
|
+
*/
|
|
14
|
+
width?: number | string;
|
|
15
|
+
/**
|
|
16
|
+
* Logo variant
|
|
17
|
+
*/
|
|
18
|
+
variant?: "default" | "supplier" | "pricing";
|
|
19
|
+
/**
|
|
20
|
+
* If true, the text logo is not displayed
|
|
21
|
+
*/
|
|
22
|
+
withoutText?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The logo mode
|
|
25
|
+
*/
|
|
26
|
+
mode?: string;
|
|
27
|
+
}
|
|
28
|
+
type SvgLogoProps = CommonLogoProps & {
|
|
29
|
+
/**
|
|
30
|
+
* The color of logo shape, available only for svg variant
|
|
31
|
+
*/
|
|
32
|
+
colorShape?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The color of logo shape background, available only for svg variant
|
|
35
|
+
*/
|
|
36
|
+
shapeBackgroundColor?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The color of text logo, available only for svg variant
|
|
39
|
+
*/
|
|
40
|
+
color?: "black" | "white" | string;
|
|
41
|
+
/**
|
|
42
|
+
* The component used for the root node.
|
|
43
|
+
* Either a string to use an HTML element or a component.
|
|
44
|
+
*/
|
|
45
|
+
component?: "svg";
|
|
46
|
+
};
|
|
47
|
+
type ImgLogoProps = CommonLogoProps & {
|
|
48
|
+
colorShape?: never;
|
|
49
|
+
shapeBackgroundColor?: never;
|
|
50
|
+
color?: "black" | "white";
|
|
51
|
+
component?: "img";
|
|
52
|
+
};
|
|
53
|
+
export type LogoProps = SvgLogoProps | ImgLogoProps;
|
|
54
|
+
declare const _default: import('react').ForwardRefExoticComponent<LogoProps & import('react').RefAttributes<HTMLDivElement | HTMLImageElement | SVGSVGElement>>;
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LogoProps } from './Logo';
|
|
2
|
+
declare const useLogo: () => {
|
|
3
|
+
getImageModule: (variant: LogoProps["variant"], mode: string, withoutText: LogoProps["withoutText"]) => Promise<typeof import("*.svg")>;
|
|
4
|
+
getShapeBackgroundColor: (shapeBackgroundColor: LogoProps["shapeBackgroundColor"]) => NonNullable<LogoProps["shapeBackgroundColor"]>;
|
|
5
|
+
getShapeColor: (colorShape: LogoProps["colorShape"]) => NonNullable<LogoProps["colorShape"]>;
|
|
6
|
+
getSize: ({ variant, width, height, withoutText, }: {
|
|
7
|
+
variant: LogoProps["variant"];
|
|
8
|
+
width: LogoProps["width"];
|
|
9
|
+
height: LogoProps["height"];
|
|
10
|
+
withoutText: LogoProps["withoutText"];
|
|
11
|
+
}) => {
|
|
12
|
+
height: string | number;
|
|
13
|
+
width: string | number;
|
|
14
|
+
};
|
|
15
|
+
getTextColor: (color: LogoProps["color"]) => NonNullable<LogoProps["color"]>;
|
|
16
|
+
};
|
|
17
|
+
export default useLogo;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
declare const statusIconColor: readonly ["warning", "info", "success", "error", "primary", "secondary"];
|
|
3
|
+
type StatusIconColor = (typeof statusIconColor)[number];
|
|
4
|
+
export interface StatusIconProps extends Omit<SvgIconProps, "color" | "fontSize"> {
|
|
5
|
+
/**
|
|
6
|
+
* The color of the icon.
|
|
7
|
+
* @default "grey.A700"
|
|
8
|
+
*/
|
|
9
|
+
color?: StatusIconColor | string;
|
|
10
|
+
/**
|
|
11
|
+
* The fontSize applied to the icon. Defaults to 16px (xSmall), but can be configured to inherit font size.
|
|
12
|
+
* @default 'medium'
|
|
13
|
+
*/
|
|
14
|
+
fontSize?: "inherit" | "small" | "medium" | "large";
|
|
15
|
+
/**
|
|
16
|
+
* The variant to use.
|
|
17
|
+
* @default "filled"
|
|
18
|
+
*/
|
|
19
|
+
variant?: "filled" | "outlined";
|
|
20
|
+
}
|
|
21
|
+
declare const _default: import('react').ForwardRefExoticComponent<Omit<StatusIconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { ChipProps, SxProps } from '@mui/material';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
export interface TimeLineCollapseItems {
|
|
4
|
+
title?: string | null;
|
|
5
|
+
subtitle?: string | null;
|
|
6
|
+
file?: string | string[] | null | {
|
|
7
|
+
src?: string;
|
|
8
|
+
srcThumb?: string;
|
|
9
|
+
fileName?: string;
|
|
10
|
+
} | {
|
|
11
|
+
src?: string;
|
|
12
|
+
srcThumb?: string;
|
|
13
|
+
fileName?: string;
|
|
14
|
+
}[];
|
|
15
|
+
icon?: ReactNode;
|
|
16
|
+
onClick?(): void;
|
|
17
|
+
tag?: {
|
|
18
|
+
label?: string | null;
|
|
19
|
+
color?: ChipProps["color"];
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface TimeLineItem {
|
|
23
|
+
/**
|
|
24
|
+
* Callback to execute when the event is clicked.
|
|
25
|
+
*/
|
|
26
|
+
onClick?(): void;
|
|
27
|
+
/**
|
|
28
|
+
* Custom collapse to display below the event.
|
|
29
|
+
*/
|
|
30
|
+
Collapse?: ReactNode;
|
|
31
|
+
/**
|
|
32
|
+
* Custom icon to display on the left of the event.
|
|
33
|
+
*/
|
|
34
|
+
Icon?: ReactNode;
|
|
35
|
+
/**
|
|
36
|
+
* Custom action to display on the right of the event.
|
|
37
|
+
*/
|
|
38
|
+
Action?: ReactNode;
|
|
39
|
+
/**
|
|
40
|
+
* Custom footer to display below the event.
|
|
41
|
+
*/
|
|
42
|
+
Footer?: ReactNode;
|
|
43
|
+
/**
|
|
44
|
+
* Unique key of the event.
|
|
45
|
+
*/
|
|
46
|
+
key?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Title of the event.
|
|
49
|
+
*/
|
|
50
|
+
title?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Subtitle of the event.
|
|
53
|
+
*/
|
|
54
|
+
subtitle?: ReactNode;
|
|
55
|
+
/**
|
|
56
|
+
* If true, the event will be displayed as active.
|
|
57
|
+
*/
|
|
58
|
+
active?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Collapse items are displayed in a list below the main event.
|
|
61
|
+
*/
|
|
62
|
+
collapseItems?: TimeLineCollapseItems[];
|
|
63
|
+
/**
|
|
64
|
+
* If true, the collapse will be open by default.
|
|
65
|
+
*/
|
|
66
|
+
collapseDefaultOpen?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Tag to display between the title and the subtitle.
|
|
69
|
+
*/
|
|
70
|
+
tag?: {
|
|
71
|
+
/**
|
|
72
|
+
* Label of the tag.
|
|
73
|
+
*/
|
|
74
|
+
label?: string | null;
|
|
75
|
+
/**
|
|
76
|
+
* Color of the tag.
|
|
77
|
+
*/
|
|
78
|
+
color?: ChipProps["color"];
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
export interface TimeLineProps {
|
|
82
|
+
/**
|
|
83
|
+
* Custom style for the container.
|
|
84
|
+
*/
|
|
85
|
+
containerStyle?: SxProps;
|
|
86
|
+
/**
|
|
87
|
+
* If true, the skeleton loading will be displayed.
|
|
88
|
+
*/
|
|
89
|
+
isLoading?: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* Message to display when there are no items.
|
|
92
|
+
*/
|
|
93
|
+
emptyMessage?: string;
|
|
94
|
+
/**
|
|
95
|
+
* Variant of the timeline.
|
|
96
|
+
* hover: Timeline action will be displayed when hovering the event.
|
|
97
|
+
* @default default
|
|
98
|
+
*/
|
|
99
|
+
variant?: "default" | "hover";
|
|
100
|
+
/**
|
|
101
|
+
* List of items to display in the timeline.
|
|
102
|
+
*/
|
|
103
|
+
items?: TimeLineItem[];
|
|
104
|
+
/**
|
|
105
|
+
* Data attributes for testing purposes.
|
|
106
|
+
*/
|
|
107
|
+
"data-test"?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Data attributes for testing purposes.
|
|
110
|
+
*/
|
|
111
|
+
"data-testid"?: string;
|
|
112
|
+
}
|
|
113
|
+
declare const TimeLine: ({ items, isLoading, emptyMessage, containerStyle, variant, "data-test": dataTest, "data-testid": dataTestId, }: TimeLineProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
114
|
+
export default TimeLine;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TimeLineProps } from './TimeLine';
|
|
2
|
+
type TimeLineEventItemProps = NonNullable<TimeLineProps["items"]>[number] & {
|
|
3
|
+
isLastElement: boolean;
|
|
4
|
+
variant?: TimeLineProps["variant"];
|
|
5
|
+
};
|
|
6
|
+
declare const TimeLineEventItem: ({ title, subtitle, isLastElement, active, onClick, variant, tag, collapseItems, collapseDefaultOpen, Action, Icon, Footer, Collapse, }: TimeLineEventItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default TimeLineEventItem;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SkeletonProps, TypographyProps } from '@mui/material';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
|
+
export interface TypographySkeletonProps extends PropsWithChildren {
|
|
4
|
+
/**
|
|
5
|
+
* Loading state
|
|
6
|
+
*/
|
|
7
|
+
isLoading: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Empty text when there is no data
|
|
10
|
+
*/
|
|
11
|
+
emptyText?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Typography props
|
|
14
|
+
* @default { color: "text.secondary", variant: "body2" }
|
|
15
|
+
*/
|
|
16
|
+
typographyProps?: TypographyProps;
|
|
17
|
+
/**
|
|
18
|
+
* Skeleton props
|
|
19
|
+
*/
|
|
20
|
+
skeletonProps?: SkeletonProps;
|
|
21
|
+
}
|
|
22
|
+
declare const TypographySkeleton: ({ isLoading, children, emptyText, typographyProps, skeletonProps, }: TypographySkeletonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
23
|
+
export default TypographySkeleton;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MouseEvent } from 'react';
|
|
2
|
+
export interface DialogCloseProps {
|
|
3
|
+
onClick?: (e: MouseEvent) => void;
|
|
4
|
+
position?: "absolute" | "relative";
|
|
5
|
+
}
|
|
6
|
+
declare const DialogCloseIcon: ({ onClick, position }: DialogCloseProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default DialogCloseIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PaperProps, PopperProps } from '@mui/material';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
interface DialogPopperProps {
|
|
4
|
+
/**
|
|
5
|
+
* Open state
|
|
6
|
+
*/
|
|
7
|
+
open: boolean | undefined;
|
|
8
|
+
/**
|
|
9
|
+
* Anchor element
|
|
10
|
+
*/
|
|
11
|
+
anchorEl: HTMLElement | Element | null | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* Children
|
|
14
|
+
*/
|
|
15
|
+
children?: ReactNode;
|
|
16
|
+
/**
|
|
17
|
+
* Popper placement
|
|
18
|
+
*/
|
|
19
|
+
placement?: PopperProps["placement"];
|
|
20
|
+
/**
|
|
21
|
+
* Paper variant
|
|
22
|
+
*/
|
|
23
|
+
variant?: PaperProps["variant"];
|
|
24
|
+
/**
|
|
25
|
+
* Callback fired when the backdrop is clicked.
|
|
26
|
+
*/
|
|
27
|
+
onClose?(): void;
|
|
28
|
+
}
|
|
29
|
+
declare const DialogPopper: ({ open, anchorEl, onClose, children, placement, variant }: DialogPopperProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
30
|
+
export default DialogPopper;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DialogProps } from '@mui/material';
|
|
2
|
+
interface ButtonProps {
|
|
3
|
+
onClick?(): void;
|
|
4
|
+
text: string;
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
}
|
|
7
|
+
interface DialogValidationProps extends Omit<DialogProps, "children" | "onClose"> {
|
|
8
|
+
/**
|
|
9
|
+
* Title of the dialog
|
|
10
|
+
*/
|
|
11
|
+
title?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Subtitle of the dialog
|
|
14
|
+
*/
|
|
15
|
+
subtitle?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Color of the dialog
|
|
18
|
+
* @default "secondary"
|
|
19
|
+
*/
|
|
20
|
+
color?: "secondary" | "error" | "warning" | "info" | "success";
|
|
21
|
+
/**
|
|
22
|
+
* Button primary props
|
|
23
|
+
*/
|
|
24
|
+
buttonPrimary?: ButtonProps;
|
|
25
|
+
/**
|
|
26
|
+
* Button secondary props
|
|
27
|
+
*/
|
|
28
|
+
buttonSecondary?: ButtonProps;
|
|
29
|
+
/**
|
|
30
|
+
* Callback when modal is closed
|
|
31
|
+
*/
|
|
32
|
+
onClose?: (event: {}, reason?: string) => void;
|
|
33
|
+
}
|
|
34
|
+
declare const DialogValidation: ({ title, subtitle, buttonPrimary, buttonSecondary, color, fullWidth, maxWidth, onClose, ...props }: DialogValidationProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
35
|
+
export default DialogValidation;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ModalProps } from '@mui/material';
|
|
2
|
+
import { MouseEvent, ReactNode } from 'react';
|
|
3
|
+
export interface LightboxProps extends Omit<ModalProps, "children"> {
|
|
4
|
+
src?: string;
|
|
5
|
+
children?: ReactNode;
|
|
6
|
+
onClose?(event: MouseEvent | {} | undefined, reason?: "backdropClick" | "escapeKeyDown" | "closeButton"): void;
|
|
7
|
+
}
|
|
8
|
+
declare const Lightbox: ({ children, open, onClose, src, ...props }: LightboxProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default Lightbox;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { ChipTypeMap, AutocompleteProps as MuiAutocompleteProps } from '@mui/material';
|
|
2
|
+
import { AutocompleteChangeDetails, AutocompleteChangeReason } from '@mui/material/useAutocomplete';
|
|
3
|
+
import { ElementType, ReactNode, SyntheticEvent } from 'react';
|
|
4
|
+
export type AutocompleteFilterOption<T = unknown> = {
|
|
5
|
+
id?: string | number | null;
|
|
6
|
+
label?: ReactNode;
|
|
7
|
+
image?: string | "letter" | "avatar";
|
|
8
|
+
isHeader?: boolean;
|
|
9
|
+
value?: T;
|
|
10
|
+
};
|
|
11
|
+
export interface AutocompleteFilterProps<Multiple extends boolean | undefined, DisableClearable extends boolean | undefined, FreeSolo extends false, ChipComponent extends ElementType = ChipTypeMap["defaultComponent"], Value = unknown> extends Omit<MuiAutocompleteProps<AutocompleteFilterOption<Value>, Multiple, DisableClearable, FreeSolo, ChipComponent>, "options" | "onChange" | "freeSolo" | "renderInput" | "value"> {
|
|
12
|
+
/**
|
|
13
|
+
* Variant of the Autocomplete
|
|
14
|
+
*/
|
|
15
|
+
variant?: "standard" | "chip";
|
|
16
|
+
/**
|
|
17
|
+
* Width of the Autocomplete
|
|
18
|
+
*/
|
|
19
|
+
width?: string | number;
|
|
20
|
+
/**
|
|
21
|
+
* Value
|
|
22
|
+
* @default undefined
|
|
23
|
+
*/
|
|
24
|
+
value?: AutocompleteFilterOption<Value>[] | AutocompleteFilterOption<Value> | string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Options to display
|
|
27
|
+
* @default undefined
|
|
28
|
+
*/
|
|
29
|
+
options?: string[] | AutocompleteFilterOption<Value>[];
|
|
30
|
+
/**
|
|
31
|
+
* Placeholder
|
|
32
|
+
*/
|
|
33
|
+
placeholder?: string;
|
|
34
|
+
/**
|
|
35
|
+
* If true, the checkbox is disabled
|
|
36
|
+
* @default false
|
|
37
|
+
*/
|
|
38
|
+
disableCheckbox?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* If true, the select all options are disabled
|
|
41
|
+
* @default false
|
|
42
|
+
*/
|
|
43
|
+
disableSelectAll?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* If true, the reset option is disabled
|
|
46
|
+
* @default false
|
|
47
|
+
*/
|
|
48
|
+
disableReset?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* If true, the input value is reset when an option is selected
|
|
51
|
+
* Works only with controlled input
|
|
52
|
+
* @default false
|
|
53
|
+
*/
|
|
54
|
+
resetInputValueOnSelectOption?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Callback when the value change
|
|
57
|
+
* @param event
|
|
58
|
+
* @param value
|
|
59
|
+
* @param reason
|
|
60
|
+
* @param details
|
|
61
|
+
*/
|
|
62
|
+
onChange?: (event: SyntheticEvent, value: AutocompleteFilterOption<Value>[] | AutocompleteFilterOption<Value> | null | [] | any, reason?: AutocompleteChangeReason, details?: AutocompleteChangeDetails<AutocompleteFilterOption<Value>>) => void;
|
|
63
|
+
/**
|
|
64
|
+
* Locale text
|
|
65
|
+
* @default undefined
|
|
66
|
+
*/
|
|
67
|
+
localeText?: {
|
|
68
|
+
selectAll?: string;
|
|
69
|
+
reset?: string;
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
declare const _default: import('react').ForwardRefExoticComponent<Omit<AutocompleteFilterProps<boolean | undefined, boolean | undefined, false, ElementType, unknown> & {
|
|
73
|
+
inputValue?: string;
|
|
74
|
+
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
75
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ButtonTypeMap, ButtonProps as MuiButtonProps } from '@mui/material';
|
|
2
|
+
import { ElementType, ReactNode } from 'react';
|
|
3
|
+
export type ButtonProps<RootComponent extends ElementType = ButtonTypeMap["defaultComponent"], AdditionalProps = {}> = MuiButtonProps<RootComponent, AdditionalProps & {
|
|
4
|
+
component?: RootComponent;
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
loadingIndicator?: ReactNode;
|
|
7
|
+
loadingPosition?: "start" | "end";
|
|
8
|
+
}>;
|
|
9
|
+
declare const _default: import('react').ForwardRefExoticComponent<Omit<ButtonProps<ElementType, {}>, "ref"> & import('react').RefAttributes<any>>;
|
|
10
|
+
export default _default;
|