@webpros/mui-theme 0.1.2 → 0.1.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/dist/src/components/data-display/Avatar/Avatar.d.ts +3 -0
- package/dist/src/components/data-display/Avatar/Avatar.js +4 -0
- package/dist/src/components/data-display/Avatar/Avatar.theme.d.ts +12 -0
- package/dist/src/components/data-display/Avatar/Avatar.theme.js +20 -0
- package/dist/src/components/data-display/Avatar/index.d.ts +1 -0
- package/dist/src/components/data-display/Avatar/index.js +2 -0
- package/dist/src/components/data-display/Badge/Badge.d.ts +3 -0
- package/dist/src/components/data-display/Badge/Badge.js +4 -0
- package/dist/src/components/data-display/Badge/Badge.theme.d.ts +24 -0
- package/dist/src/components/data-display/Badge/Badge.theme.js +131 -0
- package/dist/src/components/data-display/Badge/index.d.ts +1 -0
- package/dist/src/components/data-display/Badge/index.js +2 -0
- package/dist/src/components/data-display/Chip/Chip.d.ts +3 -0
- package/dist/src/components/data-display/Chip/Chip.js +4 -0
- package/dist/src/components/data-display/Chip/Chip.theme.d.ts +19 -0
- package/dist/src/components/data-display/Chip/Chip.theme.js +503 -0
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +1 -0
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +4 -0
- package/dist/src/components/data-display/Chip/index.d.ts +1 -0
- package/dist/src/components/data-display/Chip/index.js +2 -0
- package/dist/src/components/data-display/DataGrid/DataGrid.d.ts +4 -0
- package/dist/src/components/data-display/DataGrid/DataGrid.js +7 -0
- package/dist/src/components/data-display/DataGrid/DataGrid.theme.d.ts +11 -0
- package/dist/src/components/data-display/DataGrid/DataGrid.theme.js +21 -0
- package/dist/src/components/data-display/DataGrid/index.d.ts +1 -0
- package/dist/src/components/data-display/DataGrid/index.js +2 -0
- package/dist/src/components/data-display/DataGrid/mock-data.d.ts +18 -0
- package/dist/src/components/data-display/DataGrid/mock-data.js +184 -0
- package/dist/src/components/data-display/Divider/Divider.d.ts +3 -0
- package/dist/src/components/data-display/Divider/Divider.js +4 -0
- package/dist/src/components/data-display/Divider/Divider.theme.d.ts +11 -0
- package/dist/src/components/data-display/Divider/Divider.theme.js +19 -0
- package/dist/src/components/data-display/Divider/index.d.ts +1 -0
- package/dist/src/components/data-display/Divider/index.js +2 -0
- package/dist/src/components/data-display/List/List.d.ts +3 -0
- package/dist/src/components/data-display/List/List.js +4 -0
- package/dist/src/components/data-display/List/List.theme.d.ts +11 -0
- package/dist/src/components/data-display/List/List.theme.js +5 -0
- package/dist/src/components/data-display/List/index.d.ts +1 -0
- package/dist/src/components/data-display/List/index.js +2 -0
- package/dist/src/components/data-display/ListItem/ListItem.d.ts +3 -0
- package/dist/src/components/data-display/ListItem/ListItem.js +4 -0
- package/dist/src/components/data-display/ListItem/ListItem.theme.d.ts +11 -0
- package/dist/src/components/data-display/ListItem/ListItem.theme.js +13 -0
- package/dist/src/components/data-display/ListItem/index.d.ts +1 -0
- package/dist/src/components/data-display/ListItem/index.js +2 -0
- package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.d.ts +4 -0
- package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.js +4 -0
- package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.theme.d.ts +11 -0
- package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.theme.js +11 -0
- package/dist/src/components/data-display/ListItemAvatar/index.d.ts +1 -0
- package/dist/src/components/data-display/ListItemAvatar/index.js +2 -0
- package/dist/src/components/data-display/ListItemButton/ListItemButton.d.ts +3 -0
- package/dist/src/components/data-display/ListItemButton/ListItemButton.js +4 -0
- package/dist/src/components/data-display/ListItemButton/ListItemButton.theme.d.ts +16 -0
- package/dist/src/components/data-display/ListItemButton/ListItemButton.theme.js +68 -0
- package/dist/src/components/data-display/ListItemButton/index.d.ts +1 -0
- package/dist/src/components/data-display/ListItemButton/index.js +2 -0
- package/dist/src/components/data-display/ListItemIcon/ListItemIcon.d.ts +4 -0
- package/dist/src/components/data-display/ListItemIcon/ListItemIcon.js +4 -0
- package/dist/src/components/data-display/ListItemIcon/ListItemIcon.theme.d.ts +11 -0
- package/dist/src/components/data-display/ListItemIcon/ListItemIcon.theme.js +14 -0
- package/dist/src/components/data-display/ListItemIcon/index.d.ts +1 -0
- package/dist/src/components/data-display/ListItemIcon/index.js +2 -0
- package/dist/src/components/data-display/ListSubheader/ListSubheader.d.ts +3 -0
- package/dist/src/components/data-display/ListSubheader/ListSubheader.js +4 -0
- package/dist/src/components/data-display/ListSubheader/ListSubheader.theme.d.ts +11 -0
- package/dist/src/components/data-display/ListSubheader/ListSubheader.theme.js +15 -0
- package/dist/src/components/data-display/ListSubheader/index.d.ts +1 -0
- package/dist/src/components/data-display/ListSubheader/index.js +2 -0
- package/dist/src/components/data-display/Table/Table.d.ts +4 -0
- package/dist/src/components/data-display/Table/Table.js +4 -0
- package/dist/src/components/data-display/Table/Table.theme.d.ts +25 -0
- package/dist/src/components/data-display/Table/Table.theme.js +41 -0
- package/dist/src/components/data-display/Table/index.d.ts +1 -0
- package/dist/src/components/data-display/Table/index.js +2 -0
- package/dist/src/components/data-display/Table/mock-data.d.ts +17 -0
- package/dist/src/components/data-display/Table/mock-data.js +198 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +4 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.js +4 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.theme.d.ts +11 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.theme.js +21 -0
- package/dist/src/components/data-display/Tooltip/index.d.ts +1 -0
- package/dist/src/components/data-display/Tooltip/index.js +2 -0
- package/dist/src/components/data-display/Typography/Typography.d.ts +3 -0
- package/dist/src/components/data-display/Typography/Typography.js +4 -0
- package/dist/src/components/data-display/Typography/Typography.theme.d.ts +36 -0
- package/dist/src/components/data-display/Typography/Typography.theme.js +169 -0
- package/dist/src/components/data-display/Typography/index.d.ts +1 -0
- package/dist/src/components/data-display/Typography/index.js +2 -0
- package/dist/src/components/feedback/Alert/Alert.d.ts +4 -0
- package/dist/src/components/feedback/Alert/Alert.js +4 -0
- package/dist/src/components/feedback/Alert/Alert.theme.d.ts +11 -0
- package/dist/src/components/feedback/Alert/Alert.theme.js +60 -0
- package/dist/src/components/feedback/Alert/index.d.ts +1 -0
- package/dist/src/components/feedback/Alert/index.js +2 -0
- package/dist/src/components/feedback/CircularProgress/CircularProgress.d.ts +4 -0
- package/dist/src/components/feedback/CircularProgress/CircularProgress.js +4 -0
- package/dist/src/components/feedback/CircularProgress/CircularProgress.theme.d.ts +10 -0
- package/dist/src/components/feedback/CircularProgress/CircularProgress.theme.js +11 -0
- package/dist/src/components/feedback/CircularProgress/index.d.ts +1 -0
- package/dist/src/components/feedback/CircularProgress/index.js +2 -0
- package/dist/src/components/feedback/Dialog/Dialog.d.ts +4 -0
- package/dist/src/components/feedback/Dialog/Dialog.js +5 -0
- package/dist/src/components/feedback/Dialog/Dialog.theme.d.ts +30 -0
- package/dist/src/components/feedback/Dialog/Dialog.theme.js +67 -0
- package/dist/src/components/feedback/Dialog/index.d.ts +1 -0
- package/dist/src/components/feedback/Dialog/index.js +2 -0
- package/dist/src/components/feedback/LinearProgress/LinearProgress.d.ts +4 -0
- package/dist/src/components/feedback/LinearProgress/LinearProgress.js +4 -0
- package/dist/src/components/feedback/LinearProgress/LinearProgress.theme.d.ts +10 -0
- package/dist/src/components/feedback/LinearProgress/LinearProgress.theme.js +13 -0
- package/dist/src/components/feedback/LinearProgress/index.d.ts +1 -0
- package/dist/src/components/feedback/LinearProgress/index.js +2 -0
- package/dist/src/components/feedback/Snackbar/Snackbar.d.ts +4 -0
- package/dist/src/components/feedback/Snackbar/Snackbar.js +4 -0
- package/dist/src/components/feedback/Snackbar/Snackbar.theme.d.ts +10 -0
- package/dist/src/components/feedback/Snackbar/Snackbar.theme.js +13 -0
- package/dist/src/components/feedback/Snackbar/index.d.ts +1 -0
- package/dist/src/components/feedback/Snackbar/index.js +2 -0
- package/dist/src/components/index.d.ts +43 -0
- package/dist/src/components/index.js +44 -0
- package/dist/src/components/inputs/Autocomplete/Autocomplete.d.ts +4 -0
- package/dist/src/components/inputs/Autocomplete/Autocomplete.js +4 -0
- package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.d.ts +10 -0
- package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +67 -0
- package/dist/src/components/inputs/Autocomplete/components/AutocompletePopupIcon.d.ts +1 -0
- package/dist/src/components/inputs/Autocomplete/components/AutocompletePopupIcon.js +4 -0
- package/dist/src/components/inputs/Autocomplete/index.d.ts +1 -0
- package/dist/src/components/inputs/Autocomplete/index.js +2 -0
- package/dist/src/components/inputs/Button/Button.d.ts +3 -0
- package/dist/src/components/inputs/Button/Button.js +4 -0
- package/dist/src/components/inputs/Button/Button.theme.d.ts +26 -0
- package/dist/src/components/inputs/Button/Button.theme.js +243 -0
- package/dist/src/components/inputs/Button/index.d.ts +1 -0
- package/dist/src/components/inputs/Button/index.js +2 -0
- package/dist/src/components/inputs/Checkbox/Checkbox.d.ts +4 -0
- package/dist/src/components/inputs/Checkbox/Checkbox.js +4 -0
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +10 -0
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +20 -0
- package/dist/src/components/inputs/Checkbox/index.d.ts +1 -0
- package/dist/src/components/inputs/Checkbox/index.js +2 -0
- package/dist/src/components/inputs/Fab/Fab.d.ts +3 -0
- package/dist/src/components/inputs/Fab/Fab.js +4 -0
- package/dist/src/components/inputs/Fab/Fab.theme.d.ts +25 -0
- package/dist/src/components/inputs/Fab/Fab.theme.js +135 -0
- package/dist/src/components/inputs/Fab/index.d.ts +1 -0
- package/dist/src/components/inputs/Fab/index.js +2 -0
- package/dist/src/components/inputs/IconButton/IconButton.d.ts +3 -0
- package/dist/src/components/inputs/IconButton/IconButton.js +4 -0
- package/dist/src/components/inputs/IconButton/IconButton.theme.d.ts +19 -0
- package/dist/src/components/inputs/IconButton/IconButton.theme.js +116 -0
- package/dist/src/components/inputs/IconButton/index.d.ts +1 -0
- package/dist/src/components/inputs/IconButton/index.js +2 -0
- package/dist/src/components/inputs/InputBase/InputBase.theme.d.ts +30 -0
- package/dist/src/components/inputs/InputBase/InputBase.theme.js +70 -0
- package/dist/src/components/inputs/InputBase/index.d.ts +1 -0
- package/dist/src/components/inputs/InputBase/index.js +2 -0
- package/dist/src/components/inputs/InputLabel/InputLabel.d.ts +2 -0
- package/dist/src/components/inputs/InputLabel/InputLabel.js +3 -0
- package/dist/src/components/inputs/InputLabel/InputLabel.theme.d.ts +9 -0
- package/dist/src/components/inputs/InputLabel/InputLabel.theme.js +20 -0
- package/dist/src/components/inputs/InputLabel/index.d.ts +1 -0
- package/dist/src/components/inputs/InputLabel/index.js +2 -0
- package/dist/src/components/inputs/Select/Select.d.ts +4 -0
- package/dist/src/components/inputs/Select/Select.js +3 -0
- package/dist/src/components/inputs/Select/Select.theme.d.ts +9 -0
- package/dist/src/components/inputs/Select/Select.theme.js +46 -0
- package/dist/src/components/inputs/Select/index.d.ts +1 -0
- package/dist/src/components/inputs/Select/index.js +2 -0
- package/dist/src/components/inputs/Switch/Switch.d.ts +4 -0
- package/dist/src/components/inputs/Switch/Switch.js +4 -0
- package/dist/src/components/inputs/Switch/Switch.theme.d.ts +11 -0
- package/dist/src/components/inputs/Switch/Switch.theme.js +97 -0
- package/dist/src/components/inputs/Switch/index.d.ts +1 -0
- package/dist/src/components/inputs/Switch/index.js +2 -0
- package/dist/src/components/inputs/TextField/TextField.d.ts +4 -0
- package/dist/src/components/inputs/TextField/TextField.js +4 -0
- package/dist/src/components/inputs/TextField/TextField.theme.d.ts +14 -0
- package/dist/src/components/inputs/TextField/TextField.theme.js +32 -0
- package/dist/src/components/inputs/TextField/index.d.ts +1 -0
- package/dist/src/components/inputs/TextField/index.js +2 -0
- package/dist/src/components/inputs/TimePicker/TimePicker.theme.d.ts +8 -0
- package/dist/src/components/inputs/TimePicker/TimePicker.theme.js +23 -0
- package/dist/src/components/inputs/TimePicker/index.d.ts +1 -0
- package/dist/src/components/inputs/TimePicker/index.js +2 -0
- package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +3 -0
- package/dist/src/components/inputs/ToggleButton/ToggleButton.js +4 -0
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +11 -0
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +26 -0
- package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -0
- package/dist/src/components/inputs/ToggleButton/index.js +2 -0
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +4 -0
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +4 -0
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +11 -0
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +25 -0
- package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -0
- package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -0
- package/dist/src/components/navigation/Drawer/Drawer.d.ts +4 -0
- package/dist/src/components/navigation/Drawer/Drawer.js +4 -0
- package/dist/src/components/navigation/Drawer/Drawer.theme.d.ts +10 -0
- package/dist/src/components/navigation/Drawer/Drawer.theme.js +15 -0
- package/dist/src/components/navigation/Drawer/index.d.ts +1 -0
- package/dist/src/components/navigation/Drawer/index.js +2 -0
- package/dist/src/components/navigation/Link/Link.d.ts +3 -0
- package/dist/src/components/navigation/Link/Link.js +4 -0
- package/dist/src/components/navigation/Link/Link.theme.d.ts +11 -0
- package/dist/src/components/navigation/Link/Link.theme.js +42 -0
- package/dist/src/components/navigation/Link/index.d.ts +1 -0
- package/dist/src/components/navigation/Link/index.js +3 -0
- package/dist/src/components/navigation/Menu/Menu.d.ts +4 -0
- package/dist/src/components/navigation/Menu/Menu.js +4 -0
- package/dist/src/components/navigation/Menu/Menu.theme.d.ts +10 -0
- package/dist/src/components/navigation/Menu/Menu.theme.js +19 -0
- package/dist/src/components/navigation/Menu/index.d.ts +1 -0
- package/dist/src/components/navigation/Menu/index.js +2 -0
- package/dist/src/components/navigation/MenuItem/MenuItem.d.ts +3 -0
- package/dist/src/components/navigation/MenuItem/MenuItem.js +4 -0
- package/dist/src/components/navigation/MenuItem/MenuItem.theme.d.ts +10 -0
- package/dist/src/components/navigation/MenuItem/MenuItem.theme.js +22 -0
- package/dist/src/components/navigation/MenuItem/index.d.ts +1 -0
- package/dist/src/components/navigation/MenuItem/index.js +2 -0
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +4 -0
- package/dist/src/components/navigation/Pagination/Pagination.js +4 -0
- package/dist/src/components/navigation/Pagination/Pagination.theme.d.ts +11 -0
- package/dist/src/components/navigation/Pagination/Pagination.theme.js +8 -0
- package/dist/src/components/navigation/Pagination/index.d.ts +1 -0
- package/dist/src/components/navigation/Pagination/index.js +2 -0
- package/dist/src/components/navigation/PaginationItem/PaginationItem.d.ts +3 -0
- package/dist/src/components/navigation/PaginationItem/PaginationItem.js +4 -0
- package/dist/src/components/navigation/PaginationItem/PaginationItem.theme.d.ts +11 -0
- package/dist/src/components/navigation/PaginationItem/PaginationItem.theme.js +27 -0
- package/dist/src/components/navigation/PaginationItem/index.d.ts +1 -0
- package/dist/src/components/navigation/PaginationItem/index.js +2 -0
- package/dist/src/components/navigation/Tab/Tab.d.ts +3 -0
- package/dist/src/components/navigation/Tab/Tab.js +4 -0
- package/dist/src/components/navigation/Tab/Tab.theme.d.ts +10 -0
- package/dist/src/components/navigation/Tab/Tab.theme.js +18 -0
- package/dist/src/components/navigation/Tab/index.d.ts +1 -0
- package/dist/src/components/navigation/Tab/index.js +2 -0
- package/dist/src/components/navigation/TabList/TabList.d.ts +3 -0
- package/dist/src/components/navigation/TabList/TabList.js +4 -0
- package/dist/src/components/navigation/TabList/TabList.theme.d.ts +10 -0
- package/dist/src/components/navigation/TabList/TabList.theme.js +17 -0
- package/dist/src/components/navigation/TabList/index.d.ts +1 -0
- package/dist/src/components/navigation/TabList/index.js +2 -0
- package/dist/src/components/surfaces/Accordion/Accordion.d.ts +3 -0
- package/dist/src/components/surfaces/Accordion/Accordion.js +4 -0
- package/dist/src/components/surfaces/Accordion/Accordion.theme.d.ts +11 -0
- package/dist/src/components/surfaces/Accordion/Accordion.theme.js +43 -0
- package/dist/src/components/surfaces/Accordion/index.d.ts +1 -0
- package/dist/src/components/surfaces/Accordion/index.js +2 -0
- package/dist/src/components/surfaces/AppBar/AppBar.d.ts +3 -0
- package/dist/src/components/surfaces/AppBar/AppBar.js +4 -0
- package/dist/src/components/surfaces/AppBar/AppBar.theme.d.ts +11 -0
- package/dist/src/components/surfaces/AppBar/AppBar.theme.js +22 -0
- package/dist/src/components/surfaces/AppBar/index.d.ts +1 -0
- package/dist/src/components/surfaces/AppBar/index.js +2 -0
- package/dist/src/components/surfaces/Card/Card.d.ts +3 -0
- package/dist/src/components/surfaces/Card/Card.js +4 -0
- package/dist/src/components/surfaces/Card/Card.theme.d.ts +16 -0
- package/dist/src/components/surfaces/Card/Card.theme.js +100 -0
- package/dist/src/components/surfaces/Card/index.d.ts +1 -0
- package/dist/src/components/surfaces/Card/index.js +2 -0
- package/dist/src/components/surfaces/Paper/Paper.d.ts +3 -0
- package/dist/src/components/surfaces/Paper/Paper.js +4 -0
- package/dist/src/components/surfaces/Paper/Paper.theme.d.ts +9 -0
- package/dist/src/components/surfaces/Paper/Paper.theme.js +14 -0
- package/dist/src/components/surfaces/Paper/index.d.ts +1 -0
- package/dist/src/components/surfaces/Paper/index.js +2 -0
- package/dist/src/components/utils/CssBaseline/CssBaseline.d.ts +4 -0
- package/dist/src/components/utils/CssBaseline/CssBaseline.js +4 -0
- package/dist/src/components/utils/CssBaseline/CssBaseline.theme.d.ts +11 -0
- package/dist/src/components/utils/CssBaseline/CssBaseline.theme.js +8 -0
- package/dist/src/components/utils/CssBaseline/index.d.ts +1 -0
- package/dist/src/components/utils/CssBaseline/index.js +2 -0
- package/dist/src/hooks/useThemeMode.d.ts +3 -0
- package/dist/src/hooks/useThemeMode.js +20 -0
- package/dist/src/hooks/useTonalPalette.d.ts +3 -0
- package/dist/src/hooks/useTonalPalette.js +32 -0
- package/dist/src/index.d.ts +5 -0
- package/dist/src/index.js +7 -0
- package/dist/src/providers/ThemeModeProvider.d.ts +13 -0
- package/dist/src/providers/ThemeModeProvider.js +16 -0
- package/dist/src/providers/ThemeSchemeProvider.d.ts +12 -0
- package/dist/src/providers/ThemeSchemeProvider.js +29 -0
- package/dist/src/providers/WebProsMuiThemeProvider.d.ts +9 -0
- package/dist/src/providers/WebProsMuiThemeProvider.js +5 -0
- package/dist/src/providers/WebProsTheme.d.ts +9 -0
- package/dist/src/providers/WebProsTheme.js +25 -0
- package/dist/src/style/additional-color-palette.d.ts +3 -0
- package/dist/src/style/additional-color-palette.js +26 -0
- package/dist/src/style/custom-color-palette.d.ts +3 -0
- package/dist/src/style/custom-color-palette.js +75 -0
- package/dist/src/tokens/ThemeColorTokens.d.ts +96 -0
- package/dist/src/tokens/ThemeColorTokens.js +172 -0
- package/dist/src/tokens/ThemeMode.d.ts +1 -0
- package/dist/src/tokens/ThemeMode.js +1 -0
- package/dist/src/tokens/ThemeScheme.d.ts +12 -0
- package/dist/src/tokens/ThemeScheme.js +8 -0
- package/dist/src/tokens/TonalPalette.d.ts +10 -0
- package/dist/src/tokens/TonalPalette.js +10 -0
- package/dist/src/tokens/Tone.d.ts +174 -0
- package/dist/src/tokens/Tone.js +157 -0
- package/dist/src/tokens/additionalColors/index.d.ts +1 -0
- package/dist/src/tokens/additionalColors/index.js +5 -0
- package/dist/src/tokens/index.d.ts +2 -0
- package/dist/src/tokens/index.js +2 -0
- package/dist/src/utils/generateTokens.d.ts +4 -0
- package/dist/src/utils/generateTokens.js +107 -0
- package/dist/src/utils/getMUIComponents.d.ts +7 -0
- package/dist/src/utils/getMUIComponents.js +4 -0
- package/dist/src/utils/getMUIPalette.d.ts +101 -0
- package/dist/src/utils/getMUIPalette.js +263 -0
- package/dist/src/utils/getMuiLocaleByCode.d.ts +11 -0
- package/dist/src/utils/getMuiLocaleByCode.js +13 -0
- package/dist/src/utils/getStateLayerColor.d.ts +25 -0
- package/dist/src/utils/getStateLayerColor.js +36 -0
- package/dist/src/utils/index.d.ts +6 -0
- package/dist/src/utils/index.js +7 -0
- package/dist/src/utils/patchMUIShadows.d.ts +2 -0
- package/dist/src/utils/patchMUIShadows.js +5 -0
- package/package.json +22 -18
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ChartBarIcon } from '@phosphor-icons/react';
|
|
3
|
+
export const mockColumns = [
|
|
4
|
+
{
|
|
5
|
+
field: 'pid',
|
|
6
|
+
minWidth: 170,
|
|
7
|
+
renderHeader: () => 'PID',
|
|
8
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [_jsx(ChartBarIcon, { size: 16 }), value] })),
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
field: 'parendProcessId',
|
|
12
|
+
minWidth: 170,
|
|
13
|
+
renderHeader: () => 'Parent process ID',
|
|
14
|
+
renderCell: ({ value }) => value,
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
field: 'user',
|
|
18
|
+
minWidth: 170,
|
|
19
|
+
renderHeader: () => 'User',
|
|
20
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [_jsx(ChartBarIcon, { size: 16 }), value] })),
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
field: 'program',
|
|
24
|
+
minWidth: 170,
|
|
25
|
+
renderHeader: () => 'Program',
|
|
26
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [_jsx(ChartBarIcon, { size: 16 }), value] })),
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
field: 'cpu',
|
|
30
|
+
minWidth: 170,
|
|
31
|
+
renderHeader: () => 'CPU',
|
|
32
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [value, '%'] })),
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
field: 'mem',
|
|
36
|
+
minWidth: 170,
|
|
37
|
+
renderHeader: () => 'MEM',
|
|
38
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [value, " ", 'MB'] })),
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
field: 'bytesRead',
|
|
42
|
+
minWidth: 170,
|
|
43
|
+
renderHeader: () => 'Bytes Read',
|
|
44
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [value, '%'] })),
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
field: 'bytesWrite',
|
|
48
|
+
minWidth: 170,
|
|
49
|
+
renderHeader: () => 'Bytes Write',
|
|
50
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [value, '%'] })),
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
field: 'ioRead',
|
|
54
|
+
minWidth: 170,
|
|
55
|
+
renderHeader: () => 'I/O read',
|
|
56
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [value, '/s'] })),
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
field: 'ioWrite',
|
|
60
|
+
minWidth: 170,
|
|
61
|
+
renderHeader: () => 'I/O write',
|
|
62
|
+
renderCell: ({ value }) => (_jsxs(_Fragment, { children: [value, '/s'] })),
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
field: 'openFiles',
|
|
66
|
+
minWidth: 170,
|
|
67
|
+
renderHeader: () => 'Open file',
|
|
68
|
+
renderCell: ({ value }) => value,
|
|
69
|
+
},
|
|
70
|
+
];
|
|
71
|
+
export const mockRows = [
|
|
72
|
+
{
|
|
73
|
+
id: 2380700,
|
|
74
|
+
pid: 2380700,
|
|
75
|
+
parendProcessId: 2380694,
|
|
76
|
+
user: 'root',
|
|
77
|
+
program: 'dd',
|
|
78
|
+
cpu: 88,
|
|
79
|
+
mem: 824,
|
|
80
|
+
bytesRead: 0.5,
|
|
81
|
+
bytesWrite: 91,
|
|
82
|
+
ioRead: 0,
|
|
83
|
+
ioWrite: 37,
|
|
84
|
+
openFiles: `~`,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
id: 24238,
|
|
88
|
+
pid: 24238,
|
|
89
|
+
parendProcessId: 1,
|
|
90
|
+
user: 'agent360',
|
|
91
|
+
program: 'agent360',
|
|
92
|
+
cpu: 0.5,
|
|
93
|
+
mem: 24.4,
|
|
94
|
+
bytesRead: 0.5,
|
|
95
|
+
bytesWrite: 0.5,
|
|
96
|
+
ioRead: 0,
|
|
97
|
+
ioWrite: 37,
|
|
98
|
+
openFiles: `~`,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
id: 1,
|
|
102
|
+
pid: 1,
|
|
103
|
+
parendProcessId: 0,
|
|
104
|
+
user: 'root',
|
|
105
|
+
program: 'systemd',
|
|
106
|
+
cpu: 0.4,
|
|
107
|
+
mem: 9,
|
|
108
|
+
bytesRead: 0.3,
|
|
109
|
+
bytesWrite: 0.3,
|
|
110
|
+
ioRead: 0.3,
|
|
111
|
+
ioWrite: 37,
|
|
112
|
+
openFiles: `~`,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
id: 717,
|
|
116
|
+
pid: 717,
|
|
117
|
+
parendProcessId: 1,
|
|
118
|
+
user: 'root',
|
|
119
|
+
program: 'fail2ban-server',
|
|
120
|
+
cpu: 0.4,
|
|
121
|
+
mem: 22,
|
|
122
|
+
bytesRead: 0.2,
|
|
123
|
+
bytesWrite: 0.2,
|
|
124
|
+
ioRead: 0,
|
|
125
|
+
ioWrite: 37,
|
|
126
|
+
openFiles: `~`,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
id: 887,
|
|
130
|
+
pid: 887,
|
|
131
|
+
parendProcessId: 1,
|
|
132
|
+
user: 'mysql',
|
|
133
|
+
program: 'mariadb',
|
|
134
|
+
cpu: 0.1,
|
|
135
|
+
mem: 51.3,
|
|
136
|
+
bytesRead: 0,
|
|
137
|
+
bytesWrite: 0,
|
|
138
|
+
ioRead: 0,
|
|
139
|
+
ioWrite: 37,
|
|
140
|
+
openFiles: `~`,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
id: 1471590,
|
|
144
|
+
pid: 1471590,
|
|
145
|
+
parendProcessId: 429674,
|
|
146
|
+
user: 'psaadm',
|
|
147
|
+
program: 'plesk-task-manager',
|
|
148
|
+
cpu: 0.1,
|
|
149
|
+
mem: 17.4,
|
|
150
|
+
bytesRead: 0,
|
|
151
|
+
bytesWrite: 0,
|
|
152
|
+
ioRead: 0,
|
|
153
|
+
ioWrite: 37,
|
|
154
|
+
openFiles: `~`,
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
id: 2300508,
|
|
158
|
+
pid: 2300508,
|
|
159
|
+
parendProcessId: 2380700,
|
|
160
|
+
user: 'postfix',
|
|
161
|
+
program: 'smtpd',
|
|
162
|
+
cpu: 0.1,
|
|
163
|
+
mem: 15.1,
|
|
164
|
+
bytesRead: 0,
|
|
165
|
+
bytesWrite: 0,
|
|
166
|
+
ioRead: 0,
|
|
167
|
+
ioWrite: 37,
|
|
168
|
+
openFiles: `~`,
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
id: 2380848,
|
|
172
|
+
pid: 2380848,
|
|
173
|
+
parendProcessId: 2135230,
|
|
174
|
+
user: 'root',
|
|
175
|
+
program: 'fluent-bit',
|
|
176
|
+
cpu: 0.1,
|
|
177
|
+
mem: 14.6,
|
|
178
|
+
bytesRead: 0,
|
|
179
|
+
bytesWrite: 0,
|
|
180
|
+
ioRead: 0,
|
|
181
|
+
ioWrite: 37,
|
|
182
|
+
openFiles: `~`,
|
|
183
|
+
},
|
|
184
|
+
];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
declare module '@mui/material/Divider' { }
|
|
3
|
+
export interface M3Divider {
|
|
4
|
+
MuiDivider: {
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiDivider'];
|
|
6
|
+
variants?: ComponentsVariants['MuiDivider'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const getDivider: (theme: Theme) => M3Divider;
|
|
10
|
+
declare const _default: {};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
+
export const getDivider = (theme) => ({
|
|
3
|
+
MuiDivider: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: {
|
|
6
|
+
borderColor: theme.palette.outlineVariant.main,
|
|
7
|
+
},
|
|
8
|
+
},
|
|
9
|
+
variants: [
|
|
10
|
+
{
|
|
11
|
+
props: { variant: 'inset' },
|
|
12
|
+
style: {
|
|
13
|
+
marginLeft: '5%',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
export default {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Divider.theme';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
interface M3ListItem {
|
|
3
|
+
MuiListItem: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiList'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiList'];
|
|
6
|
+
variants?: ComponentsVariants['MuiList'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const getList: (_: Theme) => M3ListItem;
|
|
10
|
+
declare const _default: {};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './List.theme';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
interface M3ListItem {
|
|
3
|
+
MuiListItem: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiListItem'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiListItem'];
|
|
6
|
+
variants?: ComponentsVariants['MuiListItem'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const getListItem: (_: Theme) => M3ListItem;
|
|
10
|
+
declare const _default: {};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListItem.theme';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
interface M3ListItemAvatar {
|
|
3
|
+
MuiListItemAvatar: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiListItemAvatar'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiListItemAvatar'];
|
|
6
|
+
variants?: ComponentsVariants['MuiListItemAvatar'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const getListItemAvatar: (_theme: Theme) => M3ListItemAvatar;
|
|
10
|
+
declare const _default: {};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListItemAvatar.theme';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
declare module '@mui/material/ListItemButton' {
|
|
3
|
+
interface ListItemButtonOwnProps {
|
|
4
|
+
variant?: 'list' | 'nav';
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
interface M3ListItemButton {
|
|
8
|
+
MuiListItemButton: {
|
|
9
|
+
defaultProps?: ComponentsProps['MuiListItemButton'];
|
|
10
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiListItemButton'];
|
|
11
|
+
variants?: ComponentsVariants['MuiListItemButton'];
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare const getListItemButton: (theme: Theme) => M3ListItemButton;
|
|
15
|
+
declare const _default: {};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
+
import { alpha, } from '@mui/material';
|
|
3
|
+
export const getListItemButton = (theme) => {
|
|
4
|
+
const { palette } = theme;
|
|
5
|
+
return {
|
|
6
|
+
MuiListItemButton: {
|
|
7
|
+
styleOverrides: {
|
|
8
|
+
root: {
|
|
9
|
+
fontSize: '0.875rem',
|
|
10
|
+
fontWeight: 500,
|
|
11
|
+
lineHeight: '1.25rem',
|
|
12
|
+
letterSpacing: '0.006rem',
|
|
13
|
+
'&:hover': {
|
|
14
|
+
backgroundColor: alpha(palette.onSurfaceVariant.main, 0.04),
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
variants: [
|
|
19
|
+
{
|
|
20
|
+
props: { variant: 'list' },
|
|
21
|
+
style: {
|
|
22
|
+
'&:hover': {
|
|
23
|
+
backgroundColor: alpha(palette.onSurfaceVariant.main, 0.04),
|
|
24
|
+
},
|
|
25
|
+
'&.Mui-selected': {
|
|
26
|
+
backgroundColor: alpha(palette.onSurfaceVariant.main, 0.04),
|
|
27
|
+
'&:hover': {
|
|
28
|
+
backgroundColor: alpha(palette.onSurfaceVariant.main, 0.08),
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
props: { variant: 'nav' },
|
|
35
|
+
style: {
|
|
36
|
+
borderRadius: 12,
|
|
37
|
+
color: palette.onSurfaceVariant.main,
|
|
38
|
+
paddingTop: '13px',
|
|
39
|
+
paddingBottom: '13px',
|
|
40
|
+
paddingLeft: '16px',
|
|
41
|
+
'& > .MuiListItemText-root > .MuiTypography-root': {
|
|
42
|
+
fontWeight: 500,
|
|
43
|
+
fontSize: '0.875rem',
|
|
44
|
+
lineHeight: '1.25rem',
|
|
45
|
+
letterSpacing: '0.006rem',
|
|
46
|
+
},
|
|
47
|
+
'&:hover': {},
|
|
48
|
+
'&:active': {
|
|
49
|
+
color: palette.primary,
|
|
50
|
+
},
|
|
51
|
+
'&.Mui-selected': {
|
|
52
|
+
color: palette.primary.main,
|
|
53
|
+
background: 'transparent',
|
|
54
|
+
'& > .MuiListItemText-root > .MuiTypography-root': {},
|
|
55
|
+
'&:hover': {
|
|
56
|
+
backgroundColor: alpha(palette.onSurfaceVariant.main, 0.04),
|
|
57
|
+
},
|
|
58
|
+
'&:active': {
|
|
59
|
+
color: palette.primary.main,
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
],
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
export default {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListItemButton.theme';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
interface M3ListItemIcon {
|
|
3
|
+
MuiListItemIcon: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiListItemIcon'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiListItemIcon'];
|
|
6
|
+
variants?: ComponentsVariants['MuiListItemIcon'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const getListItemIcon: (_theme: Theme) => M3ListItemIcon;
|
|
10
|
+
declare const _default: {};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListItemIcon.theme';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
interface M3ListSubheader {
|
|
3
|
+
MuiListSubheader: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiListSubheader'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiListSubheader'];
|
|
6
|
+
variants?: ComponentsVariants['MuiListSubheader'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const getListSubheader: (theme: Theme) => M3ListSubheader;
|
|
10
|
+
declare const _default: {};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const getListSubheader = (theme) => {
|
|
2
|
+
const { palette } = theme;
|
|
3
|
+
return {
|
|
4
|
+
MuiListSubheader: {
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: {
|
|
7
|
+
lineHeight: '2.5rem',
|
|
8
|
+
backgroundColor: palette.surfaceContainerLowest.main,
|
|
9
|
+
paddingLeft: 0,
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListSubheader.theme';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Table as MuiTable } from '@mui/material';
|
|
2
|
+
import './Table.theme';
|
|
3
|
+
export type TableComponentType = typeof MuiTable;
|
|
4
|
+
export declare const Table: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").TableTypeMap<{}, "table">>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
2
|
+
interface M3Table {
|
|
3
|
+
MuiTable: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiTable'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTable'];
|
|
6
|
+
variants?: ComponentsVariants['MuiTable'];
|
|
7
|
+
};
|
|
8
|
+
MuiTableCell: {
|
|
9
|
+
defaultProps?: ComponentsProps['MuiTableCell'];
|
|
10
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTableCell'];
|
|
11
|
+
variants?: ComponentsVariants['MuiTableCell'];
|
|
12
|
+
};
|
|
13
|
+
MuiTableRow: {
|
|
14
|
+
defaultProps?: ComponentsProps['MuiTableRow'];
|
|
15
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTableRow'];
|
|
16
|
+
variants?: ComponentsVariants['MuiTableRow'];
|
|
17
|
+
};
|
|
18
|
+
MuiTableHead: {
|
|
19
|
+
defaultProps?: ComponentsProps['MuiTableHead'];
|
|
20
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTableHead'];
|
|
21
|
+
variants?: ComponentsVariants['MuiTableHead'];
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export declare const getTable: (theme: Theme) => M3Table;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
+
import { tableRowClasses, } from '@mui/material';
|
|
3
|
+
import { getStateLayerColor, StateLayer } from '../../../utils/getStateLayerColor';
|
|
4
|
+
export const getTable = (theme) => {
|
|
5
|
+
const { palette } = theme;
|
|
6
|
+
return {
|
|
7
|
+
MuiTable: {
|
|
8
|
+
styleOverrides: {
|
|
9
|
+
root: {
|
|
10
|
+
'.MuiTableHead-root .MuiTableCell-root': {
|
|
11
|
+
color: palette.supportive.main,
|
|
12
|
+
fontWeight: 400,
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
MuiTableCell: {
|
|
18
|
+
styleOverrides: {
|
|
19
|
+
root: {
|
|
20
|
+
borderColor: palette.outlineVariant.main,
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
MuiTableRow: {
|
|
25
|
+
styleOverrides: {
|
|
26
|
+
root: {
|
|
27
|
+
[`&.${tableRowClasses.selected}`]: {
|
|
28
|
+
backgroundColor: getStateLayerColor(StateLayer.Active, palette.secondary.main),
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
MuiTableHead: {
|
|
34
|
+
styleOverrides: {
|
|
35
|
+
root: {
|
|
36
|
+
borderColor: palette.outlineVariant.main,
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Table.theme';
|