@m4l/components 9.1.150 → 9.2.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/.storybook/utils/getStylesColorsByMode.d.ts +116 -116
- package/@types/types.d.ts +6 -6
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +3 -3
- package/components/AppBar/slots/AppBarSlots.d.ts +2 -2
- package/components/Chip/ChipStyles.js +1 -1
- package/components/Chip/slots/ChipSlots.d.ts +1 -1
- package/components/Color/slots/ColorSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
- package/components/DataGrid/contexts/DataGridContext/index.js +1 -1
- package/components/DataGrid/contexts/FilterContext/index.js +1 -1
- package/components/DataGrid/dictionary.js +3 -0
- package/components/DataGrid/slots/DataGridEnum.js +2 -2
- package/components/DataGrid/slots/DataGridSlot.js +1 -1
- package/components/DataGrid/subcomponents/Table/subcomponents/CheckboxFormatter.js +1 -1
- package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.js +2 -2
- package/components/DynamicFilter/dictionary.js +12 -0
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +4 -4
- package/components/DynamicFilter/store/DynamicFilterContext.js +1 -7
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase.js +1 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter.d.ts +3 -3
- package/components/DynamicSort/dictionary.js +6 -1
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/DynamicSort/slots/DynamicSortSlots.js +2 -2
- package/components/DynamicSort/store/DynamicSortContext.js +1 -7
- package/components/DynamicSort/subcomponents/DynamicSortBase/DynamicSortBase.js +1 -1
- package/components/DynamicSort/subcomponents/PopoverSort/usePopoverSort.d.ts +3 -3
- package/components/GridLayout/GridLayout.js +1 -1
- package/components/GridLayout/styles.js +1 -1
- package/components/GridLayout/subcomponents/GridItem/index.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/helper.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/index.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.js +3 -3
- package/components/GridLayout/subcomponents/withSizeProvider/index.js +1 -1
- package/components/Icon/Icon.js +1 -1
- package/components/Icon/constants.js +2 -2
- package/components/Icon/slots/IconSlots.js +1 -1
- package/components/Image/Image.js +1 -1
- package/components/Image/constant.js +2 -2
- package/components/Image/slots/ImageSlots.js +1 -1
- package/components/Image/subcomponents/IntersectComponent/index.js +1 -1
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/LanguagePopover/LanguagePopover.js +1 -1
- package/components/LanguagePopover/slots/LanguagePopoverSlots.d.ts +1 -1
- package/components/LoadingError/LoadingError.js +1 -1
- package/components/LoadingError/slots/LoadingErrorSlots.js +1 -1
- package/components/MFIsolationApp/subcomponents/MFAuthApp/MFAuthApp.js +1 -1
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +2 -2
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +2 -2
- package/components/NoItemSelected/NoItemSelected.js +1 -1
- package/components/NumberInput/hooks/useNumberInput/NumberInputReducer.js +1 -1
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/Pager/Pager.styles.js +8 -0
- package/components/Pager/dicctionary.js +5 -0
- package/components/PrintingSystem/subcomponents/ChartNode/index.js +1 -1
- package/components/PropertyValue/PropertyValue.js +2 -2
- package/components/ScrollBar/ScrollBar.js +1 -1
- package/components/SideBar/slots/SideBarEnum.js +4 -4
- package/components/SideBar/slots/SideBarSlots.js +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.js +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +1 -1
- package/components/ToastContainer/ToastContainer.js +1 -1
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
- package/components/WindowBase/index.d.ts +0 -8
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +14 -42
- package/components/WindowConfirm/index.d.ts +0 -8
- package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +13 -39
- package/components/animate/variants/bounce.js +1 -1
- package/components/animate/variants/fade.js +1 -1
- package/components/animate/variants/transition.js +2 -2
- package/components/areas/components/AreasAdmin/AreasAdmin.js +1 -1
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +2 -2
- package/components/areas/components/AreasViewer/AreasViewer.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/AreaGridLayout.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useHeaderActions/useHeaderActions.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useWindow/useWindow.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/types.d.ts +1 -1
- package/components/areas/contexts/AreasContext/helpers/helper.js +15 -15
- package/components/areas/contexts/AreasContext/store.js +3 -3
- package/components/areas/icons.js +8 -0
- package/components/commercial/HamburgerMenu/classes/index.js +1 -1
- package/components/extended/React-Resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
- package/components/extended/React-Resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
- package/components/formatters/BooleanFormatter/BooleanFormatter.js +1 -1
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +3 -3
- package/components/formatters/PeriodFormatter/PeriodFormatter.js +1 -1
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.js +2 -2
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.js +1 -1
- package/components/hook-form/RHFPeriod/RHFPeriod.js +1 -1
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.styles.js +3 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.js +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/classes/index.js +1 -1
- package/components/hook-form/RHFormContext/classes/index.d.ts +2 -2
- package/components/hook-form/RHFormContext/classes/index.js +1 -1
- package/components/hook-form/RHFormContext/index.js +1 -1
- package/components/index.d.ts +1 -0
- package/components/mui_extended/Accordion/Accordion.js +1 -1
- package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +2 -2
- package/components/mui_extended/Accordion/slots/AccordionSlots.js +2 -2
- package/components/mui_extended/Autocomplete/Autocomplete.js +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +4 -4
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.js +3 -3
- package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +1 -1
- package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/CheckBox.js +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.js +2 -2
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +4 -4
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.js +1 -1
- package/components/mui_extended/Dialog/slots/DialogSlots.d.ts +9 -3
- package/components/mui_extended/Divider/slots/DividerSlots.d.ts +1 -1
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +2 -2
- package/components/mui_extended/ImageButton/utils/Clases/index.js +1 -1
- package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/mui_extended/MenuDivider/slots/MenuDividerSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.js +1 -1
- package/components/mui_extended/NavLink/NavLink.js +1 -1
- package/components/mui_extended/NavLink/constants.js +2 -2
- package/components/mui_extended/NavLink/slots/NavLinkSlots.js +1 -1
- package/components/mui_extended/Popover/Popover.js +1 -1
- package/components/mui_extended/Popover/Popover.styles.js +5 -1
- package/components/mui_extended/Popover/constants.js +2 -2
- package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
- package/components/mui_extended/Select/Select.js +1 -1
- package/components/mui_extended/Select/Select.styles.js +1 -1
- package/components/mui_extended/Select/constants.js +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +2 -2
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Stack/slots/StackSlot.d.ts +1 -1
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tab/Tab.js +1 -1
- package/components/mui_extended/TabContent/classes/index.js +1 -1
- package/components/mui_extended/Tabs/slots/TabsSlots.d.ts +1 -1
- package/components/mui_extended/TextField/constants.js +1 -1
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
- package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +3 -3
- package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/mui_extended/Typography/Typography.js +1 -1
- package/components/mui_extended/Typography/constants.js +3 -3
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/Typography/slots/typographySlots.js +1 -1
- package/components/popups/components/PopupsProvider/hooks/useHeaderActionsPopups/useHeaderActionsPopups.d.ts +1 -1
- package/components/popups/components/PopupsProvider/hooks/usePopops/usePopups.d.ts +1 -1
- package/components/popups/components/PopupsViewer/icons.js +1 -0
- package/hooks/index.d.ts +1 -0
- package/hooks/useDataGridPersistence/constants.d.ts +3 -0
- package/hooks/useDataGridPersistence/constants.js +6 -0
- package/hooks/useDataGridPersistence/helpers.d.ts +5 -0
- package/hooks/useDataGridPersistence/helpers.js +9 -0
- package/hooks/useDataGridPersistence/index.d.ts +1 -0
- package/hooks/useDataGridPersistence/types.d.ts +3 -0
- package/hooks/useDataGridPersistence/useDataGridPersistence.d.ts +9 -0
- package/hooks/useDataGridPersistence/useDataGridPersistence.js +29 -0
- package/hooks/useDynamicFilterAndSort/constants.d.ts +2 -0
- package/hooks/useDynamicFilterAndSort/constants.js +5 -1
- package/hooks/useDynamicFilterAndSort/helpers.d.ts +4 -0
- package/hooks/useDynamicFilterAndSort/helpers.js +9 -0
- package/hooks/useDynamicFilterAndSort/types.d.ts +5 -2
- package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +27 -9
- package/hooks/useSvgColor/constants.js +2 -2
- package/hooks/useSvgColor/helpers.js +1 -1
- package/hooks/useSvgColor/useSvgColor.js +1 -1
- package/index.js +24 -45
- package/package.json +1 -1
- package/storybook/components/AccountPopover/AccountPopover.stories.d.ts +11 -0
- package/storybook/components/Areas/AreasAdmin/AreasAdmin.stories.d.ts +8 -0
- package/storybook/components/Areas/AreasViewer/AreasViewr.stories.d.ts +7 -0
- package/storybook/components/Areas/AreasViewer/moks/mokData.d.ts +14 -0
- package/storybook/components/Areas/AreasViewer/subcomponents/ClientsHeaderActions.d.ts +4 -0
- package/storybook/components/Areas/AreasViewer/subcomponents/UsersHeaderActions.d.ts +4 -0
- package/storybook/components/Areas/AreasViewer/subcomponents/WithExtendedContainer.d.ts +5 -0
- package/storybook/components/Areas/AreasViewerWithNetwork/AreasViewerWithNetwork.stories.d.ts +7 -0
- package/storybook/components/Areas/AreasViewerWithNetwork/moks/mokData.d.ts +14 -0
- package/storybook/components/Areas/AreasViewerWithNetwork/subcomponents/ClientsHeaderActions.d.ts +4 -0
- package/storybook/components/Areas/AreasViewerWithNetwork/subcomponents/UsersHeaderActions.d.ts +4 -0
- package/storybook/components/Areas/AreasViewerWithNetwork/subcomponents/WithExtendedContainer.d.ts +5 -0
- package/storybook/components/Chip/Chip.stories.d.ts +33 -0
- package/storybook/components/Color/Color.stories.d.ts +14 -0
- package/storybook/components/DataGrid/DataGrid.stories.d.ts +30 -0
- package/storybook/components/DataGrid/helpers/getRows.d.ts +5 -0
- package/storybook/components/DataGrid/helpers/icons.d.ts +3 -0
- package/storybook/components/DataGrid/helpers/types.d.ts +59 -0
- package/storybook/components/DataGrid/helpers/useColumns.d.ts +7 -0
- package/storybook/components/DataGrid/helpers/useSeed.d.ts +8 -0
- package/storybook/components/DataGrid/subcomponents/DataGridRender.d.ts +13 -0
- package/storybook/components/DragResizeWindow/stories/DragResizeWindow.stories.d.ts +7 -0
- package/storybook/components/DragResizeWindow/stories/constants.d.ts +3 -0
- package/storybook/components/DragResizeWindow/stories/subcomponents/ContentExample.d.ts +4 -0
- package/storybook/components/DragResizeWindow/stories/subcomponents/WithExtendedContainer.d.ts +5 -0
- package/storybook/components/DragResizeWindow/stories/types.d.ts +3 -0
- package/storybook/components/DynamicFilter/DynamicFilter.stories.d.ts +29 -0
- package/storybook/components/DynamicSort/DynamicSort.stories.d.ts +25 -0
- package/storybook/components/HelperError/HelperError.stories.d.ts +9 -0
- package/storybook/components/Icon/Icon.stories.d.ts +21 -0
- package/storybook/components/Label/Label.stories.d.ts +16 -0
- package/storybook/components/LanguagePopover/LanguagePopover.stories.d.ts +17 -0
- package/storybook/components/LanguagePopover/moks/mokData.d.ts +4 -0
- package/storybook/components/LoadingError/Loadingerror.stories.d.ts +9 -0
- package/storybook/components/MenuActions/MenuActions.stories.d.ts +72 -0
- package/storybook/components/ModalDialog/ModalDialog.stories.d.ts +8 -0
- package/storybook/components/ModalDialog/subcomponent/WithExtendedContainer.d.ts +33 -0
- package/storybook/components/NoItemSelect/NoItemSelect.stories.d.ts +8 -0
- package/storybook/components/NumberInput/NumberInput.default.stories.d.ts +17 -0
- package/storybook/components/PDFViewer/PDFViewer.stories.d.ts +9 -0
- package/storybook/components/Pager/Pager.stories.d.ts +21 -0
- package/storybook/components/Pager/subcomopnents/WithContextDataProvider.d.ts +4 -0
- package/storybook/components/PopupsViewer/basic.stories.d.ts +6 -0
- package/storybook/components/PopupsViewer/dictionary.d.ts +1 -0
- package/storybook/components/PopupsViewer/subcomponents/PopupActions.d.ts +4 -0
- package/storybook/components/PopupsViewer/subcomponents/PopupContentExample.d.ts +4 -0
- package/storybook/components/PopupsViewer/subcomponents/WithExtendedPopupsContainer.d.ts +5 -0
- package/storybook/components/PopupsViewer/subcomponents/initialPopups.d.ts +6 -0
- package/storybook/components/PopupsViewer/types.d.ts +3 -0
- package/storybook/components/PropertyValue/PropertyValue.stories.d.ts +61 -0
- package/storybook/components/SideBar/SideBar.stories.d.ts +18 -0
- package/storybook/components/SideBar/data/menuData.d.ts +2 -0
- package/storybook/components/SideBar/subcomponents/SibarDecorator.d.ts +3 -0
- package/storybook/components/ToastContainer/ToastContainer.stories.d.ts +47 -0
- package/storybook/components/WindowBase/subcomponents/WithContextWindowToolsProvider.d.ts +5 -0
- package/storybook/components/WindowBase/windowBase.stories.d.ts +12 -0
- package/storybook/components/WindowConfirm/windowConfirm.stories.d.ts +8 -0
- package/storybook/components/appBar/AppBar.stories.d.ts +9 -0
- package/storybook/components/commonActions/components/ActionCancel/ActionCancel.stories.d.ts +22 -0
- package/storybook/components/commonActions/components/ActionFormCancel/ActionFormCancel.stories.d.ts +6 -0
- package/storybook/components/commonActions/components/ActionFormCancel/WindowToolsMFProvider.d.ts +5 -0
- package/storybook/components/commonActions/components/ActionFormIntro/ActionFormIntro.stories.d.ts +14 -0
- package/storybook/components/commonActions/components/ActionIntro/ActionIntro.stories.d.ts +22 -0
- package/storybook/components/commonActions/components/ActionsContainer/ActionsContainer.stories.d.ts +13 -0
- package/storybook/components/extended/React-Router-Dom/NavLink/NavLInk.stories.d.ts +16 -0
- package/storybook/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.stories.d.ts +9 -0
- package/storybook/components/extended/React-Splitter-Layout/SplitLayout.stories.d.ts +13 -0
- package/storybook/components/extended/mui/Accordion/Accordion.stories.d.ts +25 -0
- package/storybook/components/extended/mui/Autocomplete/AutoComple.stories.d.ts +20 -0
- package/storybook/components/extended/mui/Badge/Badge.stories.d.ts +33 -0
- package/storybook/components/extended/mui/Button/Button.stories.d.ts +26 -0
- package/storybook/components/extended/mui/CheckBox/CheckBox.stories.d.ts +19 -0
- package/storybook/components/extended/mui/CircularProgress/CircularProgress.default.stories.d.ts +14 -0
- package/storybook/components/extended/mui/CircularProgress/CircularProgress.sizes.stories.d.ts +18 -0
- package/storybook/components/extended/mui/DataTimePicker/DataTimePicker.stories.d.ts +21 -0
- package/storybook/components/extended/mui/Dialog/Dialog.stories.d.ts +7 -0
- package/storybook/components/extended/mui/Dialog/subcomponents/ContentExample.d.ts +29 -0
- package/storybook/components/extended/mui/Dialog/subcomponents/WithExtendedContainer.d.ts +34 -0
- package/storybook/components/extended/mui/Divider/Divider.stories.d.ts +15 -0
- package/storybook/components/extended/mui/IconButton/IconButton.stories.d.ts +40 -0
- package/storybook/components/extended/mui/LoadingButton/LoadingButton.stories.d.ts +42 -0
- package/storybook/components/extended/mui/MenuDivider/MenuDivider.stories.d.ts +25 -0
- package/storybook/components/extended/mui/MenuItem/MenuItem.stories.d.ts +65 -0
- package/storybook/components/extended/mui/Popover/Popover.stories.d.ts +14 -0
- package/storybook/components/extended/mui/Popover/WithPopoverContext.d.ts +11 -0
- package/storybook/components/extended/mui/Popover/types.d.ts +11 -0
- package/storybook/components/extended/mui/Popper/Popper.stories.d.ts +9 -0
- package/storybook/components/extended/mui/Select/Select.stories.d.ts +38 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Circular/skeleton.defaultCircular.stories.d.ts +14 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Rectangular/skeleton.defaultRectangular.stories.d.ts +14 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Rounded/skeleton.defaultRounded.stories.d.ts +15 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Text/skeleton.defaultText.stories.d.ts +15 -0
- package/storybook/components/extended/mui/Stack/Stack.stories.d.ts +13 -0
- package/storybook/components/extended/mui/Tab/Tab.stories.d.ts +57 -0
- package/storybook/components/extended/mui/Tabs/Tabs.stories.d.ts +8 -0
- package/storybook/components/extended/mui/TextField/TextFieldText.stories.d.ts +13 -0
- package/storybook/components/extended/mui/TimePicker/TimePicker.stories.d.ts +21 -0
- package/storybook/components/extended/mui/ToggleButton/ToggleButton.stories.d.ts +53 -0
- package/storybook/components/extended/mui/ToggleIconButton/ToggleIconButton.stories.d.ts +37 -0
- package/storybook/components/extended/mui/Tooltip/Tooltip.stories.d.ts +29 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/body/Estados/typography.body.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/bodyDens/Estados/typography.bodyDens.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h1/Estados/typography.h1.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h2/Estados/typography.h2.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h3/Estados/typography.h3.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h5/Estados/typography.h5.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/paragraph/Estados/typography.paragraph.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/paragraphDens/Estados/typography.paragraphDens.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/subtitle/Estados/typography.subtitle.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/subtitleDens/Estados/typography.subtitleDens.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/avatar/Avatar.stories.d.ts +12 -0
- package/storybook/components/extended/react-resizable/ResizableBox/resizableBox.stories.d.ts +13 -0
- package/storybook/components/extended/scrollBar/ScrollBar.stories.d.ts +7 -0
- package/storybook/components/extended/scrollBar/ScrollBarDecorator.d.ts +11 -0
- package/storybook/components/formatters/BooleanFormatter/BooleanFormatter.stories.d.ts +41 -0
- package/storybook/components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.stories.d.ts +13 -0
- package/storybook/components/formatters/DateFormatter/DateFormatter.stories.d.ts +29 -0
- package/storybook/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.stories.d.ts +157 -0
- package/storybook/components/formatters/DistanceToNowFormatter/subcomponents/WithDTNFProvider.d.ts +5 -0
- package/storybook/components/formatters/DistanceToNowFormatter/types.d.ts +3 -0
- package/storybook/components/formatters/PeriodFormatter/PeriodFormatter.stories.d.ts +36 -0
- package/storybook/components/formatters/PoinsFormatter/PointsFormatter.stories.d.ts +21 -0
- package/storybook/components/formatters/PriceFormatter/PriceFormatter.stories.d.ts +17 -0
- package/storybook/components/formatters/UncertaintyFormatter/UncertaintyFormatter.stories.d.ts +13 -0
- package/storybook/components/image/image.stories.d.ts +11 -0
- package/storybook/components/paperForm/PaperForm.stories.d.ts +22 -0
- package/storybook/hook-form/RHFAutocomplete/RHFAutocomplete.stories.d.ts +20 -0
- package/storybook/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.stories.d.ts +17 -0
- package/storybook/hook-form/RHFCheckBox/RHFCheckBox.stories.d.ts +8 -0
- package/storybook/hook-form/RHFColorPicker/RHFColorPicker.stories.d.ts +21 -0
- package/storybook/hook-form/RHFDateTime/RHFDateTime.stories.d.ts +21 -0
- package/storybook/hook-form/RHFNumberInput/RHFNumberInput.stories.d.ts +21 -0
- package/storybook/hook-form/RHFPeriod/RHFPeriod.stories.d.ts +8 -0
- package/storybook/hook-form/RHFSelect/RHFSelect.stories.d.ts +32 -0
- package/storybook/hook-form/RHFTextField/RHFTextField.stories.d.ts +8 -0
- package/storybook/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.stories.d.ts +8 -0
- package/storybook/hook-form/RHFTimePicker/RHFTimePicker.stories.d.ts +21 -0
- package/storybook/hook-form/RHFUploadImage/RHFUploadFile.stories.d.ts +6 -0
- package/test/mocks.d.ts +2 -2
- package/components/WindowBase/types.js +0 -1
- package/components/WindowConfirm/types.js +0 -1
- /package/{components/WindowBase/subcomponents/Header/types.js → hooks/useDataGridPersistence/index.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const colorsLight: {
|
|
2
|
-
readonly mode: "
|
|
2
|
+
readonly mode: "light";
|
|
3
3
|
readonly common: import('@mui/material').CommonColors;
|
|
4
4
|
readonly primary: {
|
|
5
5
|
readonly light: string;
|
|
@@ -24,15 +24,15 @@ export declare const colorsLight: {
|
|
|
24
24
|
readonly default: {
|
|
25
25
|
readonly semanticText: string;
|
|
26
26
|
readonly focusVisible: string;
|
|
27
|
+
readonly enabled: string;
|
|
28
|
+
readonly focus: string;
|
|
27
29
|
readonly light: string;
|
|
28
30
|
readonly dark: string;
|
|
29
31
|
readonly main: string;
|
|
30
32
|
readonly contrastText: string;
|
|
31
|
-
readonly enabled: string;
|
|
32
33
|
readonly enabledOpacity: string;
|
|
33
34
|
readonly hover: string;
|
|
34
35
|
readonly hoverOpacity: string;
|
|
35
|
-
readonly focus: string;
|
|
36
36
|
readonly focusOpacity: string;
|
|
37
37
|
readonly selected: string;
|
|
38
38
|
readonly selectedOpacity: string;
|
|
@@ -41,12 +41,12 @@ export declare const colorsLight: {
|
|
|
41
41
|
readonly opacity: string;
|
|
42
42
|
readonly toneOpacity: string;
|
|
43
43
|
};
|
|
44
|
+
readonly divider: string;
|
|
44
45
|
readonly text: {
|
|
45
46
|
readonly primary: string;
|
|
46
47
|
readonly secondary: string;
|
|
47
48
|
readonly disabled: string;
|
|
48
49
|
};
|
|
49
|
-
readonly divider: string;
|
|
50
50
|
readonly background: {
|
|
51
51
|
readonly default: string;
|
|
52
52
|
readonly neutral: string;
|
|
@@ -56,33 +56,33 @@ export declare const colorsLight: {
|
|
|
56
56
|
readonly paper: "#000";
|
|
57
57
|
};
|
|
58
58
|
readonly chips: {
|
|
59
|
+
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
59
60
|
readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
60
61
|
readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
61
62
|
readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
62
|
-
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
63
63
|
readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
64
64
|
readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
65
65
|
readonly disabled: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
66
66
|
readonly primary: {
|
|
67
67
|
readonly outlined: {
|
|
68
|
-
readonly color: "
|
|
69
|
-
readonly backgroundColor: "
|
|
70
|
-
readonly backgroundHover: "
|
|
71
|
-
readonly backgroundActive: "
|
|
72
|
-
readonly colorTone: "
|
|
73
|
-
readonly backgroundColorTone: "
|
|
74
|
-
readonly backgroundHoverTone: "
|
|
75
|
-
readonly backgroundActiveTone: "
|
|
68
|
+
readonly color: "¯(ツ)/¯";
|
|
69
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
70
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
71
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
72
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
73
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
74
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
75
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
76
76
|
};
|
|
77
77
|
readonly contained: {
|
|
78
|
-
readonly color: "
|
|
79
|
-
readonly backgroundColor: "
|
|
80
|
-
readonly backgroundHover: "
|
|
81
|
-
readonly backgroundActive: "
|
|
82
|
-
readonly colorTone: "
|
|
83
|
-
readonly backgroundColorTone: "
|
|
84
|
-
readonly backgroundHoverTone: "
|
|
85
|
-
readonly backgroundActiveTone: "
|
|
78
|
+
readonly color: "¯(ツ)/¯";
|
|
79
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
80
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
81
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
82
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
83
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
84
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
85
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
88
|
};
|
|
@@ -105,15 +105,15 @@ export declare const colorsLight: {
|
|
|
105
105
|
};
|
|
106
106
|
readonly info: {
|
|
107
107
|
readonly focusVisible: string;
|
|
108
|
+
readonly enabled: string;
|
|
109
|
+
readonly focus: string;
|
|
108
110
|
readonly light: string;
|
|
109
111
|
readonly dark: string;
|
|
110
112
|
readonly main: string;
|
|
111
113
|
readonly contrastText: string;
|
|
112
|
-
readonly enabled: string;
|
|
113
114
|
readonly enabledOpacity: string;
|
|
114
115
|
readonly hover: string;
|
|
115
116
|
readonly hoverOpacity: string;
|
|
116
|
-
readonly focus: string;
|
|
117
117
|
readonly focusOpacity: string;
|
|
118
118
|
readonly selected: string;
|
|
119
119
|
readonly selectedOpacity: string;
|
|
@@ -125,15 +125,15 @@ export declare const colorsLight: {
|
|
|
125
125
|
};
|
|
126
126
|
readonly success: {
|
|
127
127
|
readonly focusVisible: string;
|
|
128
|
+
readonly enabled: string;
|
|
129
|
+
readonly focus: string;
|
|
128
130
|
readonly light: string;
|
|
129
131
|
readonly dark: string;
|
|
130
132
|
readonly main: string;
|
|
131
133
|
readonly contrastText: string;
|
|
132
|
-
readonly enabled: string;
|
|
133
134
|
readonly enabledOpacity: string;
|
|
134
135
|
readonly hover: string;
|
|
135
136
|
readonly hoverOpacity: string;
|
|
136
|
-
readonly focus: string;
|
|
137
137
|
readonly focusOpacity: string;
|
|
138
138
|
readonly selected: string;
|
|
139
139
|
readonly selectedOpacity: string;
|
|
@@ -145,15 +145,15 @@ export declare const colorsLight: {
|
|
|
145
145
|
};
|
|
146
146
|
readonly warning: {
|
|
147
147
|
readonly focusVisible: string;
|
|
148
|
+
readonly enabled: string;
|
|
149
|
+
readonly focus: string;
|
|
148
150
|
readonly light: string;
|
|
149
151
|
readonly dark: string;
|
|
150
152
|
readonly main: string;
|
|
151
153
|
readonly contrastText: string;
|
|
152
|
-
readonly enabled: string;
|
|
153
154
|
readonly enabledOpacity: string;
|
|
154
155
|
readonly hover: string;
|
|
155
156
|
readonly hoverOpacity: string;
|
|
156
|
-
readonly focus: string;
|
|
157
157
|
readonly focusOpacity: string;
|
|
158
158
|
readonly selected: string;
|
|
159
159
|
readonly selectedOpacity: string;
|
|
@@ -165,15 +165,15 @@ export declare const colorsLight: {
|
|
|
165
165
|
};
|
|
166
166
|
readonly error: {
|
|
167
167
|
readonly focusVisible: string;
|
|
168
|
+
readonly enabled: string;
|
|
169
|
+
readonly focus: string;
|
|
168
170
|
readonly light: string;
|
|
169
171
|
readonly dark: string;
|
|
170
172
|
readonly main: string;
|
|
171
173
|
readonly contrastText: string;
|
|
172
|
-
readonly enabled: string;
|
|
173
174
|
readonly enabledOpacity: string;
|
|
174
175
|
readonly hover: string;
|
|
175
176
|
readonly hoverOpacity: string;
|
|
176
|
-
readonly focus: string;
|
|
177
177
|
readonly focusOpacity: string;
|
|
178
178
|
readonly selected: string;
|
|
179
179
|
readonly selectedOpacity: string;
|
|
@@ -184,7 +184,7 @@ export declare const colorsLight: {
|
|
|
184
184
|
readonly semanticText: string;
|
|
185
185
|
};
|
|
186
186
|
} | {
|
|
187
|
-
readonly mode: "
|
|
187
|
+
readonly mode: "dark";
|
|
188
188
|
readonly common: import('@mui/material').CommonColors;
|
|
189
189
|
readonly primary: {
|
|
190
190
|
readonly light: string;
|
|
@@ -209,15 +209,15 @@ export declare const colorsLight: {
|
|
|
209
209
|
readonly default: {
|
|
210
210
|
readonly semanticText: string;
|
|
211
211
|
readonly focusVisible: string;
|
|
212
|
+
readonly enabled: string;
|
|
213
|
+
readonly focus: string;
|
|
212
214
|
readonly light: string;
|
|
213
215
|
readonly dark: string;
|
|
214
216
|
readonly main: string;
|
|
215
217
|
readonly contrastText: string;
|
|
216
|
-
readonly enabled: string;
|
|
217
218
|
readonly enabledOpacity: string;
|
|
218
219
|
readonly hover: string;
|
|
219
220
|
readonly hoverOpacity: string;
|
|
220
|
-
readonly focus: string;
|
|
221
221
|
readonly focusOpacity: string;
|
|
222
222
|
readonly selected: string;
|
|
223
223
|
readonly selectedOpacity: string;
|
|
@@ -226,12 +226,12 @@ export declare const colorsLight: {
|
|
|
226
226
|
readonly opacity: string;
|
|
227
227
|
readonly toneOpacity: string;
|
|
228
228
|
};
|
|
229
|
-
readonly divider: string;
|
|
230
229
|
readonly text: {
|
|
231
230
|
readonly primary: string;
|
|
232
231
|
readonly secondary: string;
|
|
233
232
|
readonly disabled: string;
|
|
234
233
|
};
|
|
234
|
+
readonly divider: string;
|
|
235
235
|
readonly background: {
|
|
236
236
|
readonly default: string;
|
|
237
237
|
readonly neutral: string;
|
|
@@ -241,33 +241,33 @@ export declare const colorsLight: {
|
|
|
241
241
|
readonly paper: "#000";
|
|
242
242
|
};
|
|
243
243
|
readonly chips: {
|
|
244
|
+
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
244
245
|
readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
245
246
|
readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
246
247
|
readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
247
|
-
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
248
248
|
readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
249
249
|
readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
250
250
|
readonly disabled: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
251
251
|
readonly primary: {
|
|
252
252
|
readonly outlined: {
|
|
253
|
-
readonly color: "
|
|
254
|
-
readonly backgroundColor: "
|
|
255
|
-
readonly backgroundHover: "
|
|
256
|
-
readonly backgroundActive: "
|
|
257
|
-
readonly colorTone: "
|
|
258
|
-
readonly backgroundColorTone: "
|
|
259
|
-
readonly backgroundHoverTone: "
|
|
260
|
-
readonly backgroundActiveTone: "
|
|
253
|
+
readonly color: "¯(ツ)/¯";
|
|
254
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
255
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
256
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
257
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
258
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
259
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
260
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
261
261
|
};
|
|
262
262
|
readonly contained: {
|
|
263
|
-
readonly color: "
|
|
264
|
-
readonly backgroundColor: "
|
|
265
|
-
readonly backgroundHover: "
|
|
266
|
-
readonly backgroundActive: "
|
|
267
|
-
readonly colorTone: "
|
|
268
|
-
readonly backgroundColorTone: "
|
|
269
|
-
readonly backgroundHoverTone: "
|
|
270
|
-
readonly backgroundActiveTone: "
|
|
263
|
+
readonly color: "¯(ツ)/¯";
|
|
264
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
265
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
266
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
267
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
268
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
269
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
270
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
273
|
};
|
|
@@ -290,15 +290,15 @@ export declare const colorsLight: {
|
|
|
290
290
|
};
|
|
291
291
|
readonly info: {
|
|
292
292
|
readonly focusVisible: string;
|
|
293
|
+
readonly enabled: string;
|
|
294
|
+
readonly focus: string;
|
|
293
295
|
readonly light: string;
|
|
294
296
|
readonly dark: string;
|
|
295
297
|
readonly main: string;
|
|
296
298
|
readonly contrastText: string;
|
|
297
|
-
readonly enabled: string;
|
|
298
299
|
readonly enabledOpacity: string;
|
|
299
300
|
readonly hover: string;
|
|
300
301
|
readonly hoverOpacity: string;
|
|
301
|
-
readonly focus: string;
|
|
302
302
|
readonly focusOpacity: string;
|
|
303
303
|
readonly selected: string;
|
|
304
304
|
readonly selectedOpacity: string;
|
|
@@ -310,15 +310,15 @@ export declare const colorsLight: {
|
|
|
310
310
|
};
|
|
311
311
|
readonly success: {
|
|
312
312
|
readonly focusVisible: string;
|
|
313
|
+
readonly enabled: string;
|
|
314
|
+
readonly focus: string;
|
|
313
315
|
readonly light: string;
|
|
314
316
|
readonly dark: string;
|
|
315
317
|
readonly main: string;
|
|
316
318
|
readonly contrastText: string;
|
|
317
|
-
readonly enabled: string;
|
|
318
319
|
readonly enabledOpacity: string;
|
|
319
320
|
readonly hover: string;
|
|
320
321
|
readonly hoverOpacity: string;
|
|
321
|
-
readonly focus: string;
|
|
322
322
|
readonly focusOpacity: string;
|
|
323
323
|
readonly selected: string;
|
|
324
324
|
readonly selectedOpacity: string;
|
|
@@ -330,15 +330,15 @@ export declare const colorsLight: {
|
|
|
330
330
|
};
|
|
331
331
|
readonly warning: {
|
|
332
332
|
readonly focusVisible: string;
|
|
333
|
+
readonly enabled: string;
|
|
334
|
+
readonly focus: string;
|
|
333
335
|
readonly light: string;
|
|
334
336
|
readonly dark: string;
|
|
335
337
|
readonly main: string;
|
|
336
338
|
readonly contrastText: string;
|
|
337
|
-
readonly enabled: string;
|
|
338
339
|
readonly enabledOpacity: string;
|
|
339
340
|
readonly hover: string;
|
|
340
341
|
readonly hoverOpacity: string;
|
|
341
|
-
readonly focus: string;
|
|
342
342
|
readonly focusOpacity: string;
|
|
343
343
|
readonly selected: string;
|
|
344
344
|
readonly selectedOpacity: string;
|
|
@@ -350,15 +350,15 @@ export declare const colorsLight: {
|
|
|
350
350
|
};
|
|
351
351
|
readonly error: {
|
|
352
352
|
readonly focusVisible: string;
|
|
353
|
+
readonly enabled: string;
|
|
354
|
+
readonly focus: string;
|
|
353
355
|
readonly light: string;
|
|
354
356
|
readonly dark: string;
|
|
355
357
|
readonly main: string;
|
|
356
358
|
readonly contrastText: string;
|
|
357
|
-
readonly enabled: string;
|
|
358
359
|
readonly enabledOpacity: string;
|
|
359
360
|
readonly hover: string;
|
|
360
361
|
readonly hoverOpacity: string;
|
|
361
|
-
readonly focus: string;
|
|
362
362
|
readonly focusOpacity: string;
|
|
363
363
|
readonly selected: string;
|
|
364
364
|
readonly selectedOpacity: string;
|
|
@@ -370,7 +370,7 @@ export declare const colorsLight: {
|
|
|
370
370
|
};
|
|
371
371
|
};
|
|
372
372
|
export declare const colorsDark: {
|
|
373
|
-
readonly mode: "
|
|
373
|
+
readonly mode: "light";
|
|
374
374
|
readonly common: import('@mui/material').CommonColors;
|
|
375
375
|
readonly primary: {
|
|
376
376
|
readonly light: string;
|
|
@@ -395,15 +395,15 @@ export declare const colorsDark: {
|
|
|
395
395
|
readonly default: {
|
|
396
396
|
readonly semanticText: string;
|
|
397
397
|
readonly focusVisible: string;
|
|
398
|
+
readonly enabled: string;
|
|
399
|
+
readonly focus: string;
|
|
398
400
|
readonly light: string;
|
|
399
401
|
readonly dark: string;
|
|
400
402
|
readonly main: string;
|
|
401
403
|
readonly contrastText: string;
|
|
402
|
-
readonly enabled: string;
|
|
403
404
|
readonly enabledOpacity: string;
|
|
404
405
|
readonly hover: string;
|
|
405
406
|
readonly hoverOpacity: string;
|
|
406
|
-
readonly focus: string;
|
|
407
407
|
readonly focusOpacity: string;
|
|
408
408
|
readonly selected: string;
|
|
409
409
|
readonly selectedOpacity: string;
|
|
@@ -412,12 +412,12 @@ export declare const colorsDark: {
|
|
|
412
412
|
readonly opacity: string;
|
|
413
413
|
readonly toneOpacity: string;
|
|
414
414
|
};
|
|
415
|
+
readonly divider: string;
|
|
415
416
|
readonly text: {
|
|
416
417
|
readonly primary: string;
|
|
417
418
|
readonly secondary: string;
|
|
418
419
|
readonly disabled: string;
|
|
419
420
|
};
|
|
420
|
-
readonly divider: string;
|
|
421
421
|
readonly background: {
|
|
422
422
|
readonly default: string;
|
|
423
423
|
readonly neutral: string;
|
|
@@ -427,33 +427,33 @@ export declare const colorsDark: {
|
|
|
427
427
|
readonly paper: "#000";
|
|
428
428
|
};
|
|
429
429
|
readonly chips: {
|
|
430
|
+
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
430
431
|
readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
431
432
|
readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
432
433
|
readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
433
|
-
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
434
434
|
readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
435
435
|
readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
436
436
|
readonly disabled: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
437
437
|
readonly primary: {
|
|
438
438
|
readonly outlined: {
|
|
439
|
-
readonly color: "
|
|
440
|
-
readonly backgroundColor: "
|
|
441
|
-
readonly backgroundHover: "
|
|
442
|
-
readonly backgroundActive: "
|
|
443
|
-
readonly colorTone: "
|
|
444
|
-
readonly backgroundColorTone: "
|
|
445
|
-
readonly backgroundHoverTone: "
|
|
446
|
-
readonly backgroundActiveTone: "
|
|
439
|
+
readonly color: "¯(ツ)/¯";
|
|
440
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
441
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
442
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
443
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
444
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
445
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
446
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
447
447
|
};
|
|
448
448
|
readonly contained: {
|
|
449
|
-
readonly color: "
|
|
450
|
-
readonly backgroundColor: "
|
|
451
|
-
readonly backgroundHover: "
|
|
452
|
-
readonly backgroundActive: "
|
|
453
|
-
readonly colorTone: "
|
|
454
|
-
readonly backgroundColorTone: "
|
|
455
|
-
readonly backgroundHoverTone: "
|
|
456
|
-
readonly backgroundActiveTone: "
|
|
449
|
+
readonly color: "¯(ツ)/¯";
|
|
450
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
451
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
452
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
453
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
454
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
455
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
456
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
457
457
|
};
|
|
458
458
|
};
|
|
459
459
|
};
|
|
@@ -476,15 +476,15 @@ export declare const colorsDark: {
|
|
|
476
476
|
};
|
|
477
477
|
readonly info: {
|
|
478
478
|
readonly focusVisible: string;
|
|
479
|
+
readonly enabled: string;
|
|
480
|
+
readonly focus: string;
|
|
479
481
|
readonly light: string;
|
|
480
482
|
readonly dark: string;
|
|
481
483
|
readonly main: string;
|
|
482
484
|
readonly contrastText: string;
|
|
483
|
-
readonly enabled: string;
|
|
484
485
|
readonly enabledOpacity: string;
|
|
485
486
|
readonly hover: string;
|
|
486
487
|
readonly hoverOpacity: string;
|
|
487
|
-
readonly focus: string;
|
|
488
488
|
readonly focusOpacity: string;
|
|
489
489
|
readonly selected: string;
|
|
490
490
|
readonly selectedOpacity: string;
|
|
@@ -496,15 +496,15 @@ export declare const colorsDark: {
|
|
|
496
496
|
};
|
|
497
497
|
readonly success: {
|
|
498
498
|
readonly focusVisible: string;
|
|
499
|
+
readonly enabled: string;
|
|
500
|
+
readonly focus: string;
|
|
499
501
|
readonly light: string;
|
|
500
502
|
readonly dark: string;
|
|
501
503
|
readonly main: string;
|
|
502
504
|
readonly contrastText: string;
|
|
503
|
-
readonly enabled: string;
|
|
504
505
|
readonly enabledOpacity: string;
|
|
505
506
|
readonly hover: string;
|
|
506
507
|
readonly hoverOpacity: string;
|
|
507
|
-
readonly focus: string;
|
|
508
508
|
readonly focusOpacity: string;
|
|
509
509
|
readonly selected: string;
|
|
510
510
|
readonly selectedOpacity: string;
|
|
@@ -516,15 +516,15 @@ export declare const colorsDark: {
|
|
|
516
516
|
};
|
|
517
517
|
readonly warning: {
|
|
518
518
|
readonly focusVisible: string;
|
|
519
|
+
readonly enabled: string;
|
|
520
|
+
readonly focus: string;
|
|
519
521
|
readonly light: string;
|
|
520
522
|
readonly dark: string;
|
|
521
523
|
readonly main: string;
|
|
522
524
|
readonly contrastText: string;
|
|
523
|
-
readonly enabled: string;
|
|
524
525
|
readonly enabledOpacity: string;
|
|
525
526
|
readonly hover: string;
|
|
526
527
|
readonly hoverOpacity: string;
|
|
527
|
-
readonly focus: string;
|
|
528
528
|
readonly focusOpacity: string;
|
|
529
529
|
readonly selected: string;
|
|
530
530
|
readonly selectedOpacity: string;
|
|
@@ -536,15 +536,15 @@ export declare const colorsDark: {
|
|
|
536
536
|
};
|
|
537
537
|
readonly error: {
|
|
538
538
|
readonly focusVisible: string;
|
|
539
|
+
readonly enabled: string;
|
|
540
|
+
readonly focus: string;
|
|
539
541
|
readonly light: string;
|
|
540
542
|
readonly dark: string;
|
|
541
543
|
readonly main: string;
|
|
542
544
|
readonly contrastText: string;
|
|
543
|
-
readonly enabled: string;
|
|
544
545
|
readonly enabledOpacity: string;
|
|
545
546
|
readonly hover: string;
|
|
546
547
|
readonly hoverOpacity: string;
|
|
547
|
-
readonly focus: string;
|
|
548
548
|
readonly focusOpacity: string;
|
|
549
549
|
readonly selected: string;
|
|
550
550
|
readonly selectedOpacity: string;
|
|
@@ -555,7 +555,7 @@ export declare const colorsDark: {
|
|
|
555
555
|
readonly semanticText: string;
|
|
556
556
|
};
|
|
557
557
|
} | {
|
|
558
|
-
readonly mode: "
|
|
558
|
+
readonly mode: "dark";
|
|
559
559
|
readonly common: import('@mui/material').CommonColors;
|
|
560
560
|
readonly primary: {
|
|
561
561
|
readonly light: string;
|
|
@@ -580,15 +580,15 @@ export declare const colorsDark: {
|
|
|
580
580
|
readonly default: {
|
|
581
581
|
readonly semanticText: string;
|
|
582
582
|
readonly focusVisible: string;
|
|
583
|
+
readonly enabled: string;
|
|
584
|
+
readonly focus: string;
|
|
583
585
|
readonly light: string;
|
|
584
586
|
readonly dark: string;
|
|
585
587
|
readonly main: string;
|
|
586
588
|
readonly contrastText: string;
|
|
587
|
-
readonly enabled: string;
|
|
588
589
|
readonly enabledOpacity: string;
|
|
589
590
|
readonly hover: string;
|
|
590
591
|
readonly hoverOpacity: string;
|
|
591
|
-
readonly focus: string;
|
|
592
592
|
readonly focusOpacity: string;
|
|
593
593
|
readonly selected: string;
|
|
594
594
|
readonly selectedOpacity: string;
|
|
@@ -597,12 +597,12 @@ export declare const colorsDark: {
|
|
|
597
597
|
readonly opacity: string;
|
|
598
598
|
readonly toneOpacity: string;
|
|
599
599
|
};
|
|
600
|
-
readonly divider: string;
|
|
601
600
|
readonly text: {
|
|
602
601
|
readonly primary: string;
|
|
603
602
|
readonly secondary: string;
|
|
604
603
|
readonly disabled: string;
|
|
605
604
|
};
|
|
605
|
+
readonly divider: string;
|
|
606
606
|
readonly background: {
|
|
607
607
|
readonly default: string;
|
|
608
608
|
readonly neutral: string;
|
|
@@ -612,33 +612,33 @@ export declare const colorsDark: {
|
|
|
612
612
|
readonly paper: "#000";
|
|
613
613
|
};
|
|
614
614
|
readonly chips: {
|
|
615
|
+
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
615
616
|
readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
616
617
|
readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
617
618
|
readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
618
|
-
readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
619
619
|
readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
620
620
|
readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
621
621
|
readonly disabled: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
|
|
622
622
|
readonly primary: {
|
|
623
623
|
readonly outlined: {
|
|
624
|
-
readonly color: "
|
|
625
|
-
readonly backgroundColor: "
|
|
626
|
-
readonly backgroundHover: "
|
|
627
|
-
readonly backgroundActive: "
|
|
628
|
-
readonly colorTone: "
|
|
629
|
-
readonly backgroundColorTone: "
|
|
630
|
-
readonly backgroundHoverTone: "
|
|
631
|
-
readonly backgroundActiveTone: "
|
|
624
|
+
readonly color: "¯(ツ)/¯";
|
|
625
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
626
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
627
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
628
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
629
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
630
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
631
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
632
632
|
};
|
|
633
633
|
readonly contained: {
|
|
634
|
-
readonly color: "
|
|
635
|
-
readonly backgroundColor: "
|
|
636
|
-
readonly backgroundHover: "
|
|
637
|
-
readonly backgroundActive: "
|
|
638
|
-
readonly colorTone: "
|
|
639
|
-
readonly backgroundColorTone: "
|
|
640
|
-
readonly backgroundHoverTone: "
|
|
641
|
-
readonly backgroundActiveTone: "
|
|
634
|
+
readonly color: "¯(ツ)/¯";
|
|
635
|
+
readonly backgroundColor: "¯(ツ)/¯";
|
|
636
|
+
readonly backgroundHover: "¯(ツ)/¯";
|
|
637
|
+
readonly backgroundActive: "¯(ツ)/¯";
|
|
638
|
+
readonly colorTone: "¯(ツ)/¯";
|
|
639
|
+
readonly backgroundColorTone: "¯(ツ)/¯";
|
|
640
|
+
readonly backgroundHoverTone: "¯(ツ)/¯";
|
|
641
|
+
readonly backgroundActiveTone: "¯(ツ)/¯";
|
|
642
642
|
};
|
|
643
643
|
};
|
|
644
644
|
};
|
|
@@ -661,15 +661,15 @@ export declare const colorsDark: {
|
|
|
661
661
|
};
|
|
662
662
|
readonly info: {
|
|
663
663
|
readonly focusVisible: string;
|
|
664
|
+
readonly enabled: string;
|
|
665
|
+
readonly focus: string;
|
|
664
666
|
readonly light: string;
|
|
665
667
|
readonly dark: string;
|
|
666
668
|
readonly main: string;
|
|
667
669
|
readonly contrastText: string;
|
|
668
|
-
readonly enabled: string;
|
|
669
670
|
readonly enabledOpacity: string;
|
|
670
671
|
readonly hover: string;
|
|
671
672
|
readonly hoverOpacity: string;
|
|
672
|
-
readonly focus: string;
|
|
673
673
|
readonly focusOpacity: string;
|
|
674
674
|
readonly selected: string;
|
|
675
675
|
readonly selectedOpacity: string;
|
|
@@ -681,15 +681,15 @@ export declare const colorsDark: {
|
|
|
681
681
|
};
|
|
682
682
|
readonly success: {
|
|
683
683
|
readonly focusVisible: string;
|
|
684
|
+
readonly enabled: string;
|
|
685
|
+
readonly focus: string;
|
|
684
686
|
readonly light: string;
|
|
685
687
|
readonly dark: string;
|
|
686
688
|
readonly main: string;
|
|
687
689
|
readonly contrastText: string;
|
|
688
|
-
readonly enabled: string;
|
|
689
690
|
readonly enabledOpacity: string;
|
|
690
691
|
readonly hover: string;
|
|
691
692
|
readonly hoverOpacity: string;
|
|
692
|
-
readonly focus: string;
|
|
693
693
|
readonly focusOpacity: string;
|
|
694
694
|
readonly selected: string;
|
|
695
695
|
readonly selectedOpacity: string;
|
|
@@ -701,15 +701,15 @@ export declare const colorsDark: {
|
|
|
701
701
|
};
|
|
702
702
|
readonly warning: {
|
|
703
703
|
readonly focusVisible: string;
|
|
704
|
+
readonly enabled: string;
|
|
705
|
+
readonly focus: string;
|
|
704
706
|
readonly light: string;
|
|
705
707
|
readonly dark: string;
|
|
706
708
|
readonly main: string;
|
|
707
709
|
readonly contrastText: string;
|
|
708
|
-
readonly enabled: string;
|
|
709
710
|
readonly enabledOpacity: string;
|
|
710
711
|
readonly hover: string;
|
|
711
712
|
readonly hoverOpacity: string;
|
|
712
|
-
readonly focus: string;
|
|
713
713
|
readonly focusOpacity: string;
|
|
714
714
|
readonly selected: string;
|
|
715
715
|
readonly selectedOpacity: string;
|
|
@@ -721,15 +721,15 @@ export declare const colorsDark: {
|
|
|
721
721
|
};
|
|
722
722
|
readonly error: {
|
|
723
723
|
readonly focusVisible: string;
|
|
724
|
+
readonly enabled: string;
|
|
725
|
+
readonly focus: string;
|
|
724
726
|
readonly light: string;
|
|
725
727
|
readonly dark: string;
|
|
726
728
|
readonly main: string;
|
|
727
729
|
readonly contrastText: string;
|
|
728
|
-
readonly enabled: string;
|
|
729
730
|
readonly enabledOpacity: string;
|
|
730
731
|
readonly hover: string;
|
|
731
732
|
readonly hoverOpacity: string;
|
|
732
|
-
readonly focus: string;
|
|
733
733
|
readonly focusOpacity: string;
|
|
734
734
|
readonly selected: string;
|
|
735
735
|
readonly selectedOpacity: string;
|