@m4l/graphics 0.0.0
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/README.md +0 -0
- package/dist/features.js +2 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +10992 -0
- package/dist/lib/@types/index.d.ts +6 -0
- package/dist/lib/components/CompanyLogo/index.d.ts +3 -0
- package/dist/lib/components/CompanyLogo/styles.d.ts +5 -0
- package/dist/lib/components/CompanyLogo/types.d.ts +6 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Density/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Density/styles.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Filter/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Filter/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/RowsCount/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/RowsCount/styles.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/components/FormatterColumn/index.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/styles.d.ts +8 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/types.d.ts +25 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/types.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Actions/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/types.d.ts +11 -0
- package/dist/lib/components/DataGrid/components/Table/components/ActionsColumn.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Table/components/CheckboxFormatter.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Table/components/CustomIcons.d.ts +15 -0
- package/dist/lib/components/DataGrid/components/Table/components/DraggableHeaderRenderer.d.ts +6 -0
- package/dist/lib/components/DataGrid/components/Table/components/SelectColumn.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Table/components/SkeletonFormatter/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Table/components/SkeletonFormatter/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Table/hooks/getDragHeaderRenderer.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Table/hooks/useFocusRef.d.ts +5 -0
- package/dist/lib/components/DataGrid/components/Table/hooks/useSortColumnsRows.d.ts +8 -0
- package/dist/lib/components/DataGrid/components/Table/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Table/styles.d.ts +3 -0
- package/dist/lib/components/DataGrid/contexts/BaseContext/index.d.ts +5 -0
- package/dist/lib/components/DataGrid/contexts/BaseContext/types.d.ts +51 -0
- package/dist/lib/components/DataGrid/contexts/FilterContext/index.d.ts +9 -0
- package/dist/lib/components/DataGrid/contexts/FilterContext/types.d.ts +11 -0
- package/dist/lib/components/DataGrid/dictionary.d.ts +3 -0
- package/dist/lib/components/DataGrid/formatters/BooleanFormatter/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/formatters/BooleanFormatter/types.d.ts +5 -0
- package/dist/lib/components/DataGrid/formatters/DateFormatter/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/formatters/DateFormatter/types.d.ts +6 -0
- package/dist/lib/components/DataGrid/formatters/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/hooks/useBase.d.ts +1 -0
- package/dist/lib/components/DataGrid/hooks/useFilters.d.ts +1 -0
- package/dist/lib/components/DataGrid/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/styles.d.ts +3 -0
- package/dist/lib/components/DataGrid/types.d.ts +56 -0
- package/dist/lib/components/FormActions/dictionary.d.ts +3 -0
- package/dist/lib/components/FormActions/index.d.ts +3 -0
- package/dist/lib/components/FormActions/styles.d.ts +2 -0
- package/dist/lib/components/FormActions/types.d.ts +7 -0
- package/dist/lib/components/Image/index.d.ts +3 -0
- package/dist/lib/components/Image/styles.d.ts +3 -0
- package/dist/lib/components/Image/types.d.ts +16 -0
- package/dist/lib/components/LanguagePopover/index.d.ts +3 -0
- package/dist/lib/components/LanguagePopover/types.d.ts +3 -0
- package/dist/lib/components/LinkWithRoute/index.d.ts +3 -0
- package/dist/lib/components/LinkWithRoute/types.d.ts +7 -0
- package/dist/lib/components/Loadable/index.d.ts +2 -0
- package/dist/lib/components/ModalDialog/components/Header/index.d.ts +3 -0
- package/dist/lib/components/ModalDialog/components/Header/types.d.ts +9 -0
- package/dist/lib/components/ModalDialog/dictionary.d.ts +3 -0
- package/dist/lib/components/ModalDialog/index.d.ts +2 -0
- package/dist/lib/components/ModalDialog/styles.d.ts +9 -0
- package/dist/lib/components/ModalDialog/types.d.ts +5 -0
- package/dist/lib/components/NoItemSelected/dictionary.d.ts +3 -0
- package/dist/lib/components/NoItemSelected/index.d.ts +2 -0
- package/dist/lib/components/NoItemSelected/styles.d.ts +5 -0
- package/dist/lib/components/NoItemSelected/types.d.ts +5 -0
- package/dist/lib/components/ObjectLogs/components/DetailDialog/index.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailDialog/styles.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailDialog/types.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailFormatter/index.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailFormatter/types.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/dictionary.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/index.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/styles.d.ts +4 -0
- package/dist/lib/components/ObjectLogs/types.d.ts +18 -0
- package/dist/lib/components/Page/index.d.ts +9 -0
- package/dist/lib/components/PaperForm/index.d.ts +3 -0
- package/dist/lib/components/PaperForm/skeleton.d.ts +6 -0
- package/dist/lib/components/PaperForm/styles.d.ts +8 -0
- package/dist/lib/components/PaperForm/types.d.ts +7 -0
- package/dist/lib/components/ProgressBar/index.d.ts +3 -0
- package/dist/lib/components/PropertyValue/index.d.ts +3 -0
- package/dist/lib/components/PropertyValue/skeleton.d.ts +2 -0
- package/dist/lib/components/PropertyValue/styles.d.ts +6 -0
- package/dist/lib/components/PropertyValue/types.d.ts +11 -0
- package/dist/lib/components/Resizeable/index.d.ts +3 -0
- package/dist/lib/components/Resizeable/styles.d.ts +5 -0
- package/dist/lib/components/Resizeable/types.d.ts +8 -0
- package/dist/lib/components/ScrollBar/index.d.ts +3 -0
- package/dist/lib/components/ScrollBar/styles.d.ts +6 -0
- package/dist/lib/components/ScrollBar/types.d.ts +7 -0
- package/dist/lib/components/SplitLayout/index.d.ts +3 -0
- package/dist/lib/components/SplitLayout/styles.d.ts +4 -0
- package/dist/lib/components/SplitLayout/types.d.ts +9 -0
- package/dist/lib/components/Typography/index.d.ts +3 -0
- package/dist/lib/components/Typography/types.d.ts +5 -0
- package/dist/lib/components/animate/DialogAnimate.d.ts +7 -0
- package/dist/lib/components/animate/FabButtonAnimate.d.ts +8 -0
- package/dist/lib/components/animate/IconButtonAnimate/index.d.ts +4 -0
- package/dist/lib/components/animate/MotionContainer.d.ts +10 -0
- package/dist/lib/components/animate/MotionInView.d.ts +9 -0
- package/dist/lib/components/animate/MotionLazyContainer.d.ts +6 -0
- package/dist/lib/components/animate/TextAnimate.d.ts +9 -0
- package/dist/lib/components/animate/index.d.ts +8 -0
- package/dist/lib/components/animate/type.d.ts +26 -0
- package/dist/lib/components/animate/variants/actions.d.ts +5 -0
- package/dist/lib/components/animate/variants/background.d.ts +104 -0
- package/dist/lib/components/animate/variants/bounce.d.ts +136 -0
- package/dist/lib/components/animate/variants/container.d.ts +19 -0
- package/dist/lib/components/animate/variants/fade.d.ts +217 -0
- package/dist/lib/components/animate/variants/flip.d.ts +75 -0
- package/dist/lib/components/animate/variants/index.d.ts +12 -0
- package/dist/lib/components/animate/variants/path.d.ts +14 -0
- package/dist/lib/components/animate/variants/rotate.d.ts +39 -0
- package/dist/lib/components/animate/variants/scale.d.ts +75 -0
- package/dist/lib/components/animate/variants/slide.d.ts +155 -0
- package/dist/lib/components/animate/variants/transition.d.ts +13 -0
- package/dist/lib/components/animate/variants/zoom.d.ts +199 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/index.d.ts +3 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/skeleton.d.ts +2 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/styles.d.ts +3 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/types.d.ts +4 -0
- package/dist/lib/components/hook-form/FormProvider/index.d.ts +3 -0
- package/dist/lib/components/hook-form/FormProvider/styles.d.ts +2 -0
- package/dist/lib/components/hook-form/FormProvider/types.d.ts +10 -0
- package/dist/lib/components/hook-form/RHFAutocompleteAsync/index.d.ts +4 -0
- package/dist/lib/components/hook-form/RHFAutocompleteAsync/styles.d.ts +4 -0
- package/dist/lib/components/hook-form/RHFAutocompleteAsync/types.d.ts +17 -0
- package/dist/lib/components/hook-form/RHFCheckbox/index.d.ts +3 -0
- package/dist/lib/components/hook-form/RHFCheckbox/skeleton.d.ts +2 -0
- package/dist/lib/components/hook-form/RHFCheckbox/styles.d.ts +2 -0
- package/dist/lib/components/hook-form/RHFCheckbox/types.d.ts +10 -0
- package/dist/lib/components/hook-form/RHFMultiCheckbox/index.d.ts +3 -0
- package/dist/lib/components/hook-form/RHFMultiCheckbox/types.d.ts +10 -0
- package/dist/lib/components/hook-form/RHFRadioGroup.d.ts +9 -0
- package/dist/lib/components/hook-form/RHFSelect.d.ts +8 -0
- package/dist/lib/components/hook-form/RHFTextField/index.d.ts +4 -0
- package/dist/lib/components/hook-form/RHFTextField/styles.d.ts +2 -0
- package/dist/lib/components/hook-form/RHFTextField/types.d.ts +9 -0
- package/dist/lib/components/hook-form/index.d.ts +7 -0
- package/dist/lib/components/index.d.ts +22 -0
- package/dist/lib/components/mui_extended/Accordion/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Accordion/types.d.ts +11 -0
- package/dist/lib/components/mui_extended/BoxIcon/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/BoxIcon/types.d.ts +4 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/components/LinkItem/types.d.ts +4 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/types.d.ts +12 -0
- package/dist/lib/components/mui_extended/IconButton/index.d.ts +4 -0
- package/dist/lib/components/mui_extended/IconButton/types.d.ts +5 -0
- package/dist/lib/components/mui_extended/LoadingButton/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/LoadingButton/skeleton.d.ts +2 -0
- package/dist/lib/components/mui_extended/LoadingButton/styles.d.ts +2 -0
- package/dist/lib/components/mui_extended/LoadingButton/types.d.ts +5 -0
- package/dist/lib/components/mui_extended/MenuActions/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/MenuActions/styles.d.ts +30 -0
- package/dist/lib/components/mui_extended/MenuActions/types.d.ts +27 -0
- package/dist/lib/components/mui_extended/MenuPopover/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/MenuPopover/types.d.ts +9 -0
- package/dist/lib/components/mui_extended/Pager/components/PagerActions/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Pager/components/PagerActions/styles.d.ts +2 -0
- package/dist/lib/components/mui_extended/Pager/components/PagerActions/types.d.ts +7 -0
- package/dist/lib/components/mui_extended/Pager/dicctionary.d.ts +3 -0
- package/dist/lib/components/mui_extended/Pager/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Pager/styles.d.ts +6 -0
- package/dist/lib/components/mui_extended/Pager/types.d.ts +13 -0
- package/dist/lib/components/mui_extended/Tab/index.d.ts +2 -0
- package/dist/lib/components/mui_extended/Tab/styles.d.ts +2 -0
- package/dist/lib/components/mui_extended/index.d.ts +49 -0
- package/dist/lib/components/skeletons/components/SKTPerperForm/styled.d.ts +13 -0
- package/dist/lib/contexts/LocalesContext/index.d.ts +19 -0
- package/dist/lib/contexts/ModalContext/components/ContentConfirm/index.d.ts +3 -0
- package/dist/lib/contexts/ModalContext/components/ContentConfirm/styles.d.ts +6 -0
- package/dist/lib/contexts/ModalContext/components/ContentConfirm/types.d.ts +8 -0
- package/dist/lib/contexts/ModalContext/index.d.ts +5 -0
- package/dist/lib/contexts/ModalContext/types.d.ts +42 -0
- package/dist/lib/contexts/index.d.ts +3 -0
- package/dist/lib/hooks/index.d.ts +9 -0
- package/dist/lib/hooks/useIsMountedRef.d.ts +2 -0
- package/dist/lib/hooks/useLocales.d.ts +1 -0
- package/dist/lib/hooks/useMasterDetail.d.ts +1 -0
- package/dist/lib/hooks/useModal.d.ts +1 -0
- package/dist/lib/hooks/useModule.d.ts +1 -0
- package/dist/lib/hooks/useOffSetTop.d.ts +1 -0
- package/dist/lib/hooks/usePaginate.d.ts +15 -0
- package/dist/lib/hooks/useResponsive.d.ts +8 -0
- package/dist/lib/index.d.ts +10 -0
- package/dist/lib/layouts/MasterDetailLayout/components/ButtonDetail/index.d.ts +3 -0
- package/dist/lib/layouts/MasterDetailLayout/contexts/MasterDetailContext/index.d.ts +5 -0
- package/dist/lib/layouts/MasterDetailLayout/contexts/MasterDetailContext/types.d.ts +13 -0
- package/dist/lib/layouts/MasterDetailLayout/dicctionary.d.ts +3 -0
- package/dist/lib/layouts/MasterDetailLayout/index.d.ts +3 -0
- package/dist/lib/layouts/MasterDetailLayout/types.d.ts +10 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/index.d.ts +2 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/skeleton.d.ts +2 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/styles.d.ts +8 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/types.d.ts +2 -0
- package/dist/lib/layouts/ModuleLayout/components/ModuleContent/index.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/components/ModuleContent/styles.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/components/ModuleContent/types.d.ts +9 -0
- package/dist/lib/layouts/ModuleLayout/contexts/ModuleContext/index.d.ts +5 -0
- package/dist/lib/layouts/ModuleLayout/contexts/ModuleContext/types.d.ts +18 -0
- package/dist/lib/layouts/ModuleLayout/dicctionary.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/index.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/types.d.ts +29 -0
- package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/index.d.ts +3 -0
- package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/styles.d.ts +13 -0
- package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/types.d.ts +4 -0
- package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/index.d.ts +5 -0
- package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/types.d.ts +12 -0
- package/dist/lib/layouts/NoAuthModuleLayout/index.d.ts +3 -0
- package/dist/lib/layouts/NoAuthModuleLayout/types.d.ts +11 -0
- package/dist/lib/layouts/index.d.ts +3 -0
- package/dist/lib/theme/defaultThemeOptions.d.ts +2 -0
- package/dist/lib/theme/overrides/Accordion.d.ts +864 -0
- package/dist/lib/theme/overrides/Autocomplete.d.ts +26 -0
- package/dist/lib/theme/overrides/Avatar.d.ts +24 -0
- package/dist/lib/theme/overrides/Backdrop.d.ts +13 -0
- package/dist/lib/theme/overrides/Badge.d.ts +12 -0
- package/dist/lib/theme/overrides/Breadcrumbs.d.ts +11 -0
- package/dist/lib/theme/overrides/Button.d.ts +51 -0
- package/dist/lib/theme/overrides/ButtonGroup.d.ts +39 -0
- package/dist/lib/theme/overrides/Card.d.ts +36 -0
- package/dist/lib/theme/overrides/Checkbox.d.ts +18 -0
- package/dist/lib/theme/overrides/ControlLabel.d.ts +816 -0
- package/dist/lib/theme/overrides/CssBaseline.d.ts +42 -0
- package/dist/lib/theme/overrides/DataGrid.d.ts +1676 -0
- package/dist/lib/theme/overrides/Dialog.d.ts +55 -0
- package/dist/lib/theme/overrides/Drawer.d.ts +17 -0
- package/dist/lib/theme/overrides/Fab.d.ts +34 -0
- package/dist/lib/theme/overrides/IconButton.d.ts +23 -0
- package/dist/lib/theme/overrides/Input.d.ts +1667 -0
- package/dist/lib/theme/overrides/InputLabel.d.ts +14 -0
- package/dist/lib/theme/overrides/Link.d.ts +15 -0
- package/dist/lib/theme/overrides/List.d.ts +32 -0
- package/dist/lib/theme/overrides/LoadingButton.d.ts +814 -0
- package/dist/lib/theme/overrides/Menu.d.ts +15 -0
- package/dist/lib/theme/overrides/Pagination.d.ts +30 -0
- package/dist/lib/theme/overrides/Paper.d.ts +22 -0
- package/dist/lib/theme/overrides/Popover.d.ts +11 -0
- package/dist/lib/theme/overrides/Progress.d.ts +20 -0
- package/dist/lib/theme/overrides/Radio.d.ts +16 -0
- package/dist/lib/theme/overrides/Skeleton.d.ts +13 -0
- package/dist/lib/theme/overrides/Slider.d.ts +23 -0
- package/dist/lib/theme/overrides/Stepper.d.ts +10 -0
- package/dist/lib/theme/overrides/SvgIcon.d.ts +17 -0
- package/dist/lib/theme/overrides/Switch.d.ts +28 -0
- package/dist/lib/theme/overrides/Table.d.ts +3250 -0
- package/dist/lib/theme/overrides/Tabs.d.ts +848 -0
- package/dist/lib/theme/overrides/Timeline.d.ts +17 -0
- package/dist/lib/theme/overrides/ToggleButton.d.ts +43 -0
- package/dist/lib/theme/overrides/Tooltip.d.ts +13 -0
- package/dist/lib/theme/overrides/Typography.d.ts +13 -0
- package/dist/lib/theme/overrides/index.d.ts +2 -0
- package/dist/lib/theme/palette.d.ts +323 -0
- package/dist/lib/theme/shadows.d.ts +67 -0
- package/dist/lib/theme/typography.d.ts +133 -0
- package/dist/lib/utils/getColorPresets.d.ts +169 -0
- package/dist/lib/utils/getFontValue.d.ts +24 -0
- package/dist/vite-env.d.ts +1 -0
- package/package.json +97 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export default function Timeline(theme: Theme): {
|
|
3
|
+
MuiTimelineDot: {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: {
|
|
6
|
+
boxShadow: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
MuiTimelineConnector: {
|
|
11
|
+
styleOverrides: {
|
|
12
|
+
root: {
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
import { ColorSchema } from '../palette';
|
|
3
|
+
export default function ToggleButton(theme: Theme): {
|
|
4
|
+
MuiToggleButton: {
|
|
5
|
+
variants: ({
|
|
6
|
+
props: {
|
|
7
|
+
color: ColorSchema;
|
|
8
|
+
};
|
|
9
|
+
style: {
|
|
10
|
+
'&:hover': {
|
|
11
|
+
borderColor: string;
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
};
|
|
14
|
+
'&.Mui-selected': {
|
|
15
|
+
borderColor: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
} | {
|
|
19
|
+
props: {
|
|
20
|
+
color: string;
|
|
21
|
+
};
|
|
22
|
+
style: {
|
|
23
|
+
'&.Mui-selected': {
|
|
24
|
+
backgroundColor: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
})[];
|
|
28
|
+
};
|
|
29
|
+
MuiToggleButtonGroup: {
|
|
30
|
+
styleOverrides: {
|
|
31
|
+
root: {
|
|
32
|
+
borderRadius: string | number;
|
|
33
|
+
backgroundColor: string;
|
|
34
|
+
border: string;
|
|
35
|
+
'& .MuiToggleButton-root': {
|
|
36
|
+
margin: number;
|
|
37
|
+
borderColor: string;
|
|
38
|
+
borderRadius: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
export declare type ColorSchema = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error';
|
|
2
|
+
export interface GradientsPaletteOptions {
|
|
3
|
+
primary: string;
|
|
4
|
+
info: string;
|
|
5
|
+
success: string;
|
|
6
|
+
warning: string;
|
|
7
|
+
error: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ChartPaletteOptions {
|
|
10
|
+
violet: string[];
|
|
11
|
+
blue: string[];
|
|
12
|
+
green: string[];
|
|
13
|
+
yellow: string[];
|
|
14
|
+
red: string[];
|
|
15
|
+
}
|
|
16
|
+
export interface GridPaletteOptions {
|
|
17
|
+
sectionHeader: string;
|
|
18
|
+
rowHover: string;
|
|
19
|
+
divider: string;
|
|
20
|
+
}
|
|
21
|
+
declare module '@mui/material/styles/createPalette' {
|
|
22
|
+
interface TypeBackground {
|
|
23
|
+
neutral: string;
|
|
24
|
+
autofill: string;
|
|
25
|
+
header: string;
|
|
26
|
+
}
|
|
27
|
+
interface SimplePaletteColorOptions {
|
|
28
|
+
lighter?: string;
|
|
29
|
+
darker?: string;
|
|
30
|
+
LightSelected?: string;
|
|
31
|
+
LightSelectedHover?: string;
|
|
32
|
+
DarkSelected?: string;
|
|
33
|
+
DarkSelectedHover?: string;
|
|
34
|
+
}
|
|
35
|
+
interface PaletteColor {
|
|
36
|
+
lighter?: string;
|
|
37
|
+
darker?: string;
|
|
38
|
+
LightSelected?: string;
|
|
39
|
+
LightSelectedHover?: string;
|
|
40
|
+
DarkSelected?: string;
|
|
41
|
+
DarkSelectedHover?: string;
|
|
42
|
+
}
|
|
43
|
+
interface Palette {
|
|
44
|
+
gradients?: GradientsPaletteOptions;
|
|
45
|
+
chart: ChartPaletteOptions;
|
|
46
|
+
grid?: GridPaletteOptions;
|
|
47
|
+
}
|
|
48
|
+
interface PaletteOptions {
|
|
49
|
+
gradients?: GradientsPaletteOptions;
|
|
50
|
+
chart?: ChartPaletteOptions;
|
|
51
|
+
grid?: GridPaletteOptions;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
declare module '@mui/material' {
|
|
55
|
+
interface Color {
|
|
56
|
+
0: string;
|
|
57
|
+
500_8: string;
|
|
58
|
+
500_12: string;
|
|
59
|
+
500_16: string;
|
|
60
|
+
500_24: string;
|
|
61
|
+
500_32: string;
|
|
62
|
+
500_48: string;
|
|
63
|
+
500_56: string;
|
|
64
|
+
500_80: string;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
export declare const GREY: {
|
|
68
|
+
0: string;
|
|
69
|
+
100: string;
|
|
70
|
+
200: string;
|
|
71
|
+
300: string;
|
|
72
|
+
400: string;
|
|
73
|
+
500: string;
|
|
74
|
+
600: string;
|
|
75
|
+
700: string;
|
|
76
|
+
800: string;
|
|
77
|
+
900: string;
|
|
78
|
+
5008: string;
|
|
79
|
+
50012: string;
|
|
80
|
+
50016: string;
|
|
81
|
+
50024: string;
|
|
82
|
+
50032: string;
|
|
83
|
+
50048: string;
|
|
84
|
+
50056: string;
|
|
85
|
+
50080: string;
|
|
86
|
+
};
|
|
87
|
+
declare const palette: {
|
|
88
|
+
readonly light: {
|
|
89
|
+
readonly mode: "light";
|
|
90
|
+
readonly text: {
|
|
91
|
+
readonly primary: string;
|
|
92
|
+
readonly secondary: string;
|
|
93
|
+
readonly disabled: string;
|
|
94
|
+
};
|
|
95
|
+
readonly background: {
|
|
96
|
+
readonly paper: "#fff";
|
|
97
|
+
readonly default: "#fff";
|
|
98
|
+
readonly neutral: string;
|
|
99
|
+
readonly autocomplete: string;
|
|
100
|
+
readonly header: "#F6F7F9";
|
|
101
|
+
};
|
|
102
|
+
readonly action: {
|
|
103
|
+
readonly hover: string;
|
|
104
|
+
readonly selected: string;
|
|
105
|
+
readonly disabled: string;
|
|
106
|
+
readonly disabledBackground: string;
|
|
107
|
+
readonly focus: string;
|
|
108
|
+
readonly hoverOpacity: number;
|
|
109
|
+
readonly disabledOpacity: number;
|
|
110
|
+
readonly active: string;
|
|
111
|
+
};
|
|
112
|
+
readonly grid: {
|
|
113
|
+
readonly sectionHeader: "#F6F7F9";
|
|
114
|
+
readonly divider: "#EDEFF2";
|
|
115
|
+
readonly rowHover: "#FAFBFC";
|
|
116
|
+
};
|
|
117
|
+
readonly common: {
|
|
118
|
+
black: string;
|
|
119
|
+
white: string;
|
|
120
|
+
};
|
|
121
|
+
readonly primary: {
|
|
122
|
+
contrastText: string;
|
|
123
|
+
lighter: string;
|
|
124
|
+
light: string;
|
|
125
|
+
main: string;
|
|
126
|
+
dark: string;
|
|
127
|
+
darker: string;
|
|
128
|
+
};
|
|
129
|
+
readonly secondary: {
|
|
130
|
+
contrastText: string;
|
|
131
|
+
lighter: string;
|
|
132
|
+
light: string;
|
|
133
|
+
main: string;
|
|
134
|
+
dark: string;
|
|
135
|
+
darker: string;
|
|
136
|
+
};
|
|
137
|
+
readonly info: {
|
|
138
|
+
contrastText: string;
|
|
139
|
+
lighter: string;
|
|
140
|
+
light: string;
|
|
141
|
+
main: string;
|
|
142
|
+
dark: string;
|
|
143
|
+
darker: string;
|
|
144
|
+
};
|
|
145
|
+
readonly success: {
|
|
146
|
+
contrastText: string;
|
|
147
|
+
lighter: string;
|
|
148
|
+
light: string;
|
|
149
|
+
main: string;
|
|
150
|
+
dark: string;
|
|
151
|
+
darker: string;
|
|
152
|
+
};
|
|
153
|
+
readonly warning: {
|
|
154
|
+
contrastText: string;
|
|
155
|
+
lighter: string;
|
|
156
|
+
light: string;
|
|
157
|
+
main: string;
|
|
158
|
+
dark: string;
|
|
159
|
+
darker: string;
|
|
160
|
+
};
|
|
161
|
+
readonly error: {
|
|
162
|
+
contrastText: string;
|
|
163
|
+
lighter: string;
|
|
164
|
+
light: string;
|
|
165
|
+
main: string;
|
|
166
|
+
dark: string;
|
|
167
|
+
darker: string;
|
|
168
|
+
};
|
|
169
|
+
readonly grey: {
|
|
170
|
+
0: string;
|
|
171
|
+
100: string;
|
|
172
|
+
200: string;
|
|
173
|
+
300: string;
|
|
174
|
+
400: string;
|
|
175
|
+
500: string;
|
|
176
|
+
600: string;
|
|
177
|
+
700: string;
|
|
178
|
+
800: string;
|
|
179
|
+
900: string;
|
|
180
|
+
5008: string;
|
|
181
|
+
50012: string;
|
|
182
|
+
50016: string;
|
|
183
|
+
50024: string;
|
|
184
|
+
50032: string;
|
|
185
|
+
50048: string;
|
|
186
|
+
50056: string;
|
|
187
|
+
50080: string;
|
|
188
|
+
};
|
|
189
|
+
readonly gradients: {
|
|
190
|
+
primary: string;
|
|
191
|
+
info: string;
|
|
192
|
+
success: string;
|
|
193
|
+
warning: string;
|
|
194
|
+
error: string;
|
|
195
|
+
};
|
|
196
|
+
readonly chart: {
|
|
197
|
+
violet: string[];
|
|
198
|
+
blue: string[];
|
|
199
|
+
green: string[];
|
|
200
|
+
yellow: string[];
|
|
201
|
+
red: string[];
|
|
202
|
+
};
|
|
203
|
+
readonly divider: string;
|
|
204
|
+
};
|
|
205
|
+
readonly dark: {
|
|
206
|
+
readonly mode: "dark";
|
|
207
|
+
readonly text: {
|
|
208
|
+
readonly primary: "#fff";
|
|
209
|
+
readonly secondary: string;
|
|
210
|
+
readonly disabled: string;
|
|
211
|
+
};
|
|
212
|
+
readonly background: {
|
|
213
|
+
readonly paper: string;
|
|
214
|
+
readonly default: string;
|
|
215
|
+
readonly neutral: string;
|
|
216
|
+
readonly autocomplete: string;
|
|
217
|
+
readonly header: "#29313A";
|
|
218
|
+
};
|
|
219
|
+
readonly action: {
|
|
220
|
+
readonly hover: string;
|
|
221
|
+
readonly selected: string;
|
|
222
|
+
readonly disabled: string;
|
|
223
|
+
readonly disabledBackground: string;
|
|
224
|
+
readonly focus: string;
|
|
225
|
+
readonly hoverOpacity: number;
|
|
226
|
+
readonly disabledOpacity: number;
|
|
227
|
+
readonly active: string;
|
|
228
|
+
};
|
|
229
|
+
readonly grid: {
|
|
230
|
+
readonly sectionHeader: "#29313A";
|
|
231
|
+
readonly divider: "#3E464F";
|
|
232
|
+
readonly rowHover: "#1F262F";
|
|
233
|
+
};
|
|
234
|
+
readonly common: {
|
|
235
|
+
black: string;
|
|
236
|
+
white: string;
|
|
237
|
+
};
|
|
238
|
+
readonly primary: {
|
|
239
|
+
contrastText: string;
|
|
240
|
+
lighter: string;
|
|
241
|
+
light: string;
|
|
242
|
+
main: string;
|
|
243
|
+
dark: string;
|
|
244
|
+
darker: string;
|
|
245
|
+
};
|
|
246
|
+
readonly secondary: {
|
|
247
|
+
contrastText: string;
|
|
248
|
+
lighter: string;
|
|
249
|
+
light: string;
|
|
250
|
+
main: string;
|
|
251
|
+
dark: string;
|
|
252
|
+
darker: string;
|
|
253
|
+
};
|
|
254
|
+
readonly info: {
|
|
255
|
+
contrastText: string;
|
|
256
|
+
lighter: string;
|
|
257
|
+
light: string;
|
|
258
|
+
main: string;
|
|
259
|
+
dark: string;
|
|
260
|
+
darker: string;
|
|
261
|
+
};
|
|
262
|
+
readonly success: {
|
|
263
|
+
contrastText: string;
|
|
264
|
+
lighter: string;
|
|
265
|
+
light: string;
|
|
266
|
+
main: string;
|
|
267
|
+
dark: string;
|
|
268
|
+
darker: string;
|
|
269
|
+
};
|
|
270
|
+
readonly warning: {
|
|
271
|
+
contrastText: string;
|
|
272
|
+
lighter: string;
|
|
273
|
+
light: string;
|
|
274
|
+
main: string;
|
|
275
|
+
dark: string;
|
|
276
|
+
darker: string;
|
|
277
|
+
};
|
|
278
|
+
readonly error: {
|
|
279
|
+
contrastText: string;
|
|
280
|
+
lighter: string;
|
|
281
|
+
light: string;
|
|
282
|
+
main: string;
|
|
283
|
+
dark: string;
|
|
284
|
+
darker: string;
|
|
285
|
+
};
|
|
286
|
+
readonly grey: {
|
|
287
|
+
0: string;
|
|
288
|
+
100: string;
|
|
289
|
+
200: string;
|
|
290
|
+
300: string;
|
|
291
|
+
400: string;
|
|
292
|
+
500: string;
|
|
293
|
+
600: string;
|
|
294
|
+
700: string;
|
|
295
|
+
800: string;
|
|
296
|
+
900: string;
|
|
297
|
+
5008: string;
|
|
298
|
+
50012: string;
|
|
299
|
+
50016: string;
|
|
300
|
+
50024: string;
|
|
301
|
+
50032: string;
|
|
302
|
+
50048: string;
|
|
303
|
+
50056: string;
|
|
304
|
+
50080: string;
|
|
305
|
+
};
|
|
306
|
+
readonly gradients: {
|
|
307
|
+
primary: string;
|
|
308
|
+
info: string;
|
|
309
|
+
success: string;
|
|
310
|
+
warning: string;
|
|
311
|
+
error: string;
|
|
312
|
+
};
|
|
313
|
+
readonly chart: {
|
|
314
|
+
violet: string[];
|
|
315
|
+
blue: string[];
|
|
316
|
+
green: string[];
|
|
317
|
+
yellow: string[];
|
|
318
|
+
red: string[];
|
|
319
|
+
};
|
|
320
|
+
readonly divider: string;
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
export default palette;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Shadows } from '@mui/material/styles/shadows';
|
|
2
|
+
export interface CustomShadowOptions {
|
|
3
|
+
z1: string;
|
|
4
|
+
z8: string;
|
|
5
|
+
z12: string;
|
|
6
|
+
z16: string;
|
|
7
|
+
z20: string;
|
|
8
|
+
z24: string;
|
|
9
|
+
primary: string;
|
|
10
|
+
secondary: string;
|
|
11
|
+
info: string;
|
|
12
|
+
success: string;
|
|
13
|
+
warning: string;
|
|
14
|
+
error: string;
|
|
15
|
+
card: string;
|
|
16
|
+
dialog: string;
|
|
17
|
+
dropdown: string;
|
|
18
|
+
}
|
|
19
|
+
declare module '@mui/material/styles' {
|
|
20
|
+
interface Theme {
|
|
21
|
+
customShadows: CustomShadowOptions;
|
|
22
|
+
}
|
|
23
|
+
interface ThemeOptions {
|
|
24
|
+
customShadows?: CustomShadowOptions;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export declare const customShadows: {
|
|
28
|
+
light: {
|
|
29
|
+
z1: string;
|
|
30
|
+
z8: string;
|
|
31
|
+
z12: string;
|
|
32
|
+
z16: string;
|
|
33
|
+
z20: string;
|
|
34
|
+
z24: string;
|
|
35
|
+
primary: string;
|
|
36
|
+
info: string;
|
|
37
|
+
secondary: string;
|
|
38
|
+
success: string;
|
|
39
|
+
warning: string;
|
|
40
|
+
error: string;
|
|
41
|
+
card: string;
|
|
42
|
+
dialog: string;
|
|
43
|
+
dropdown: string;
|
|
44
|
+
};
|
|
45
|
+
dark: {
|
|
46
|
+
z1: string;
|
|
47
|
+
z8: string;
|
|
48
|
+
z12: string;
|
|
49
|
+
z16: string;
|
|
50
|
+
z20: string;
|
|
51
|
+
z24: string;
|
|
52
|
+
primary: string;
|
|
53
|
+
info: string;
|
|
54
|
+
secondary: string;
|
|
55
|
+
success: string;
|
|
56
|
+
warning: string;
|
|
57
|
+
error: string;
|
|
58
|
+
card: string;
|
|
59
|
+
dialog: string;
|
|
60
|
+
dropdown: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
declare const shadows: {
|
|
64
|
+
light: Shadows;
|
|
65
|
+
dark: Shadows;
|
|
66
|
+
};
|
|
67
|
+
export default shadows;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
declare const typography: {
|
|
2
|
+
readonly fontFamily: "Public Sans, sans-serif";
|
|
3
|
+
readonly fontWeightRegular: 400;
|
|
4
|
+
readonly fontWeightMedium: 600;
|
|
5
|
+
readonly fontWeightBold: 700;
|
|
6
|
+
readonly h1: {
|
|
7
|
+
readonly '@media (min-width:600px)': {
|
|
8
|
+
fontSize: string;
|
|
9
|
+
};
|
|
10
|
+
readonly '@media (min-width:900px)': {
|
|
11
|
+
fontSize: string;
|
|
12
|
+
};
|
|
13
|
+
readonly '@media (min-width:1200px)': {
|
|
14
|
+
fontSize: string;
|
|
15
|
+
};
|
|
16
|
+
readonly fontWeight: 700;
|
|
17
|
+
readonly lineHeight: number;
|
|
18
|
+
readonly fontSize: string;
|
|
19
|
+
readonly letterSpacing: 2;
|
|
20
|
+
};
|
|
21
|
+
readonly h2: {
|
|
22
|
+
readonly '@media (min-width:600px)': {
|
|
23
|
+
fontSize: string;
|
|
24
|
+
};
|
|
25
|
+
readonly '@media (min-width:900px)': {
|
|
26
|
+
fontSize: string;
|
|
27
|
+
};
|
|
28
|
+
readonly '@media (min-width:1200px)': {
|
|
29
|
+
fontSize: string;
|
|
30
|
+
};
|
|
31
|
+
readonly fontWeight: 700;
|
|
32
|
+
readonly lineHeight: number;
|
|
33
|
+
readonly fontSize: string;
|
|
34
|
+
};
|
|
35
|
+
readonly h3: {
|
|
36
|
+
readonly '@media (min-width:600px)': {
|
|
37
|
+
fontSize: string;
|
|
38
|
+
};
|
|
39
|
+
readonly '@media (min-width:900px)': {
|
|
40
|
+
fontSize: string;
|
|
41
|
+
};
|
|
42
|
+
readonly '@media (min-width:1200px)': {
|
|
43
|
+
fontSize: string;
|
|
44
|
+
};
|
|
45
|
+
readonly fontWeight: 700;
|
|
46
|
+
readonly lineHeight: 1.5;
|
|
47
|
+
readonly fontSize: string;
|
|
48
|
+
};
|
|
49
|
+
readonly h4: {
|
|
50
|
+
readonly '@media (min-width:600px)': {
|
|
51
|
+
fontSize: string;
|
|
52
|
+
};
|
|
53
|
+
readonly '@media (min-width:900px)': {
|
|
54
|
+
fontSize: string;
|
|
55
|
+
};
|
|
56
|
+
readonly '@media (min-width:1200px)': {
|
|
57
|
+
fontSize: string;
|
|
58
|
+
};
|
|
59
|
+
readonly fontWeight: 700;
|
|
60
|
+
readonly lineHeight: 1.5;
|
|
61
|
+
readonly fontSize: string;
|
|
62
|
+
};
|
|
63
|
+
readonly h5: {
|
|
64
|
+
readonly '@media (min-width:600px)': {
|
|
65
|
+
fontSize: string;
|
|
66
|
+
};
|
|
67
|
+
readonly '@media (min-width:900px)': {
|
|
68
|
+
fontSize: string;
|
|
69
|
+
};
|
|
70
|
+
readonly '@media (min-width:1200px)': {
|
|
71
|
+
fontSize: string;
|
|
72
|
+
};
|
|
73
|
+
readonly fontWeight: 700;
|
|
74
|
+
readonly lineHeight: 1.5;
|
|
75
|
+
readonly fontSize: string;
|
|
76
|
+
};
|
|
77
|
+
readonly h6: {
|
|
78
|
+
readonly '@media (min-width:600px)': {
|
|
79
|
+
fontSize: string;
|
|
80
|
+
};
|
|
81
|
+
readonly '@media (min-width:900px)': {
|
|
82
|
+
fontSize: string;
|
|
83
|
+
};
|
|
84
|
+
readonly '@media (min-width:1200px)': {
|
|
85
|
+
fontSize: string;
|
|
86
|
+
};
|
|
87
|
+
readonly fontWeight: 700;
|
|
88
|
+
readonly lineHeight: number;
|
|
89
|
+
readonly fontSize: string;
|
|
90
|
+
};
|
|
91
|
+
readonly subtitle1: {
|
|
92
|
+
readonly fontWeight: 600;
|
|
93
|
+
readonly lineHeight: 1.5;
|
|
94
|
+
readonly fontSize: string;
|
|
95
|
+
};
|
|
96
|
+
readonly subtitle2: {
|
|
97
|
+
readonly fontWeight: 600;
|
|
98
|
+
readonly lineHeight: 1.5;
|
|
99
|
+
readonly fontSize: string;
|
|
100
|
+
};
|
|
101
|
+
readonly body0: {
|
|
102
|
+
readonly lineHeight: 1.5;
|
|
103
|
+
readonly fontWeight: 400;
|
|
104
|
+
readonly fontSize: string;
|
|
105
|
+
};
|
|
106
|
+
readonly body1: {
|
|
107
|
+
readonly lineHeight: 1.5;
|
|
108
|
+
readonly fontWeight: 400;
|
|
109
|
+
readonly fontSize: string;
|
|
110
|
+
};
|
|
111
|
+
readonly body2: {
|
|
112
|
+
readonly lineHeight: 1.5;
|
|
113
|
+
readonly fontWeight: 400;
|
|
114
|
+
readonly fontSize: string;
|
|
115
|
+
};
|
|
116
|
+
readonly caption: {
|
|
117
|
+
readonly lineHeight: 1.5;
|
|
118
|
+
readonly fontSize: string;
|
|
119
|
+
};
|
|
120
|
+
readonly overline: {
|
|
121
|
+
readonly fontWeight: 700;
|
|
122
|
+
readonly lineHeight: 1.5;
|
|
123
|
+
readonly fontSize: string;
|
|
124
|
+
readonly textTransform: "uppercase";
|
|
125
|
+
};
|
|
126
|
+
readonly button: {
|
|
127
|
+
readonly fontWeight: 700;
|
|
128
|
+
readonly lineHeight: number;
|
|
129
|
+
readonly fontSize: string;
|
|
130
|
+
readonly textTransform: "capitalize";
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
export default typography;
|