@muraldevkit/ui-toolkit 4.45.2-dev-jOrv.1 → 4.46.0-dev-YZUx.1
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/components/avatar/MrlAvatar/MrlAvatar.d.ts +30 -0
- package/dist/components/avatar/MrlAvatar/index.d.ts +1 -0
- package/dist/components/avatar/MrlAvatarButton/MrlAvatarButton.d.ts +62 -0
- package/dist/components/avatar/MrlAvatarButton/index.d.ts +1 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/badge/MrlBadge/MrlBadge.d.ts +26 -0
- package/dist/components/badge/MrlBadge/index.d.ts +1 -0
- package/dist/components/badge/MrlBadgeNotification/MrlBadgeNotification.d.ts +25 -0
- package/dist/components/badge/MrlBadgeNotification/index.d.ts +1 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/breadcrumb/MrlBreadcrumbItem/MrlBreadcrumbItem.d.ts +44 -0
- package/dist/components/breadcrumb/MrlBreadcrumbItem/index.d.ts +1 -0
- package/dist/components/breadcrumb/MrlBreadcrumbSeparator/MrlBreadcrumbSeparator.d.ts +7 -0
- package/dist/components/breadcrumb/MrlBreadcrumbSeparator/index.d.ts +1 -0
- package/dist/components/breadcrumb/MrlBreadcrumbs/MrlBreadcrumbs.d.ts +29 -0
- package/dist/components/breadcrumb/MrlBreadcrumbs/index.d.ts +1 -0
- package/dist/components/breadcrumb/index.d.ts +3 -0
- package/dist/components/button/MrlAnimatedIconButton/MrlAnimatedIconButton.d.ts +9 -0
- package/dist/components/button/MrlAnimatedIconButton/index.d.ts +1 -0
- package/dist/components/button/MrlButton/MrlButton.d.ts +105 -0
- package/dist/components/button/MrlButton/index.d.ts +1 -0
- package/dist/components/button/MrlIconButton/MrlIconButton.d.ts +112 -0
- package/dist/components/button/MrlIconButton/index.d.ts +1 -0
- package/dist/components/button/constants.d.ts +33 -0
- package/dist/components/button/helpers.d.ts +40 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/callout/MrlCallout/MrlCallout.d.ts +34 -0
- package/dist/components/callout/MrlCallout/index.d.ts +1 -0
- package/dist/components/callout/index.d.ts +1 -0
- package/dist/components/container/MrlContainer/MrlContainer.d.ts +22 -0
- package/dist/components/container/MrlContainer/index.d.ts +1 -0
- package/dist/components/container/constants.d.ts +12 -0
- package/dist/components/container/index.d.ts +1 -0
- package/dist/components/divider/MrlDivider/MrlDivider.d.ts +45 -0
- package/dist/components/divider/MrlDivider/index.d.ts +1 -0
- package/dist/components/divider/constants.d.ts +18 -0
- package/dist/components/divider/index.d.ts +1 -0
- package/dist/components/empty/default/MrlEmpty.d.ts +15 -0
- package/dist/components/empty/default/index.d.ts +1 -0
- package/dist/components/empty/index.d.ts +2 -0
- package/dist/components/empty/large/MrlEmptyLarge.d.ts +15 -0
- package/dist/components/empty/large/index.d.ts +1 -0
- package/dist/components/error-boundary/MrlErrorBoundary.d.ts +62 -0
- package/dist/components/error-boundary/index.d.ts +1 -0
- package/dist/components/filter/MrlFilter/MrlFilter.d.ts +28 -0
- package/dist/components/filter/MrlFilter/index.d.ts +1 -0
- package/dist/components/filter/MrlFilterContext/MrlFilterContext.d.ts +34 -0
- package/dist/components/filter/MrlFilterContext/index.d.ts +1 -0
- package/dist/components/filter/MrlFilterItem/MrlFilterItem.d.ts +23 -0
- package/dist/components/filter/MrlFilterItem/index.d.ts +1 -0
- package/dist/components/filter/index.d.ts +3 -0
- package/dist/components/focus-trap/MrlFocusTrap/MrlFocusTrap.d.ts +30 -0
- package/dist/components/focus-trap/MrlFocusTrap/index.d.ts +1 -0
- package/dist/components/focus-trap/index.d.ts +1 -0
- package/dist/components/form/checkbox/MrlCheckbox/MrlCheckbox.d.ts +44 -0
- package/dist/components/form/checkbox/MrlCheckbox/index.d.ts +1 -0
- package/dist/components/form/checkbox/MrlCheckboxStandalone/MrlCheckboxStandalone.d.ts +22 -0
- package/dist/components/form/checkbox/MrlCheckboxStandalone/index.d.ts +1 -0
- package/dist/components/form/constants.d.ts +85 -0
- package/dist/components/form/date-picker/MrlDatePicker.d.ts +30 -0
- package/dist/components/form/date-picker/index.d.ts +1 -0
- package/dist/components/form/fieldset/MrlFieldset/MrlFieldset.d.ts +20 -0
- package/dist/components/form/fieldset/MrlFieldset/index.d.ts +1 -0
- package/dist/components/form/hooks/useActiveColor.d.ts +13 -0
- package/dist/components/form/hooks/useIsEditable.d.ts +28 -0
- package/dist/components/form/index.d.ts +19 -0
- package/dist/components/form/label/MrlLabel/MrlLabel.d.ts +32 -0
- package/dist/components/form/label/MrlLabel/index.d.ts +1 -0
- package/dist/components/form/label/MrlLabelWithDescription/MrlLabelWithDescription.d.ts +32 -0
- package/dist/components/form/label/MrlLabelWithDescription/index.d.ts +1 -0
- package/dist/components/form/legacy-select/MrlLegacySelect/MrlLegacySelect.d.ts +58 -0
- package/dist/components/form/legacy-select/MrlLegacySelect/index.d.ts +1 -0
- package/dist/components/form/legacy-select/MrlLegacySelectItem/MrlLegacySelectItem.d.ts +36 -0
- package/dist/components/form/legacy-select/MrlLegacySelectItem/index.d.ts +1 -0
- package/dist/components/form/legacy-select/MrlLegacySelectMenu/MrlLegacySelectMenu.d.ts +43 -0
- package/dist/components/form/legacy-select/MrlLegacySelectMenu/index.d.ts +1 -0
- package/dist/components/form/legacy-select/context/SelectContext.d.ts +68 -0
- package/dist/components/form/legacy-select/index.d.ts +9 -0
- package/dist/components/form/legacy-select/stories.data.d.ts +1 -0
- package/dist/components/form/radio/MrlRadioButton/MrlRadioButton.d.ts +48 -0
- package/dist/components/form/radio/MrlRadioButton/index.d.ts +1 -0
- package/dist/components/form/radio/MrlRadioButtonStandalone/MrlRadioButtonStandalone.d.ts +26 -0
- package/dist/components/form/radio/MrlRadioButtonStandalone/index.d.ts +1 -0
- package/dist/components/form/radio/MrlRadioGroup/MrlRadioGroup.d.ts +22 -0
- package/dist/components/form/radio/MrlRadioGroup/index.d.ts +1 -0
- package/dist/components/form/select/MrlCreatableSelect/MrlCreatableSelect.d.ts +27 -0
- package/dist/components/form/select/MrlCreatableSelect/index.d.ts +1 -0
- package/dist/components/form/select/MrlMultiCreatableSelect/MrlMultiCreatableSelect.d.ts +26 -0
- package/dist/components/form/select/MrlMultiCreatableSelect/index.d.ts +1 -0
- package/dist/components/form/select/MrlMultiSelect/MrlMultiSelect.d.ts +25 -0
- package/dist/components/form/select/MrlMultiSelect/index.d.ts +1 -0
- package/dist/components/form/select/MrlSelect/MrlSelect.d.ts +25 -0
- package/dist/components/form/select/MrlSelect/index.d.ts +1 -0
- package/dist/components/form/select/components/MrlSelectClearIndicator.d.ts +8 -0
- package/dist/components/form/select/components/MrlSelectContainer.d.ts +9 -0
- package/dist/components/form/select/components/MrlSelectDropdownIndicator.d.ts +9 -0
- package/dist/components/form/select/components/MrlSelectMultiValue.d.ts +10 -0
- package/dist/components/form/select/components/MrlSelectMultiValueRemove.d.ts +9 -0
- package/dist/components/form/select/components/MrlSelectOption.d.ts +9 -0
- package/dist/components/form/select/components/MrlSelectValueContainer.d.ts +9 -0
- package/dist/components/form/select/components/index.d.ts +7 -0
- package/dist/components/form/select/index.d.ts +6 -0
- package/dist/components/form/select/styles/default.d.ts +7 -0
- package/dist/components/form/select/styles/index.d.ts +9 -0
- package/dist/components/form/select/styles/inline.d.ts +7 -0
- package/dist/components/form/select/styles/inlineNoLabel.d.ts +7 -0
- package/dist/components/form/select/styles/inlineStacked.d.ts +7 -0
- package/dist/components/form/select/types.d.ts +5 -0
- package/dist/components/form/select/utils/closeMenuOnScroll.d.ts +10 -0
- package/dist/components/form/select/utils/index.d.ts +1 -0
- package/dist/components/form/switch/MrlSwitch/MrlSwitch.d.ts +15 -0
- package/dist/components/form/switch/MrlSwitch/index.d.ts +1 -0
- package/dist/components/form/switch/MrlSwitchStandalone/MrlSwitchStandalone.d.ts +10 -0
- package/dist/components/form/switch/MrlSwitchStandalone/index.d.ts +1 -0
- package/dist/components/form/switch/index.d.ts +2 -0
- package/dist/components/form/text-input/MrlEditableTextInput/MrlEditableTextInput.d.ts +35 -0
- package/dist/components/form/text-input/MrlEditableTextInput/MrlEditableTextInputRightIcon.d.ts +25 -0
- package/dist/components/form/text-input/MrlEditableTextInput/index.d.ts +1 -0
- package/dist/components/form/text-input/MrlTextInput/MrlTextInput.d.ts +44 -0
- package/dist/components/form/text-input/MrlTextInput/MrlTextInputRightIcon.d.ts +24 -0
- package/dist/components/form/text-input/MrlTextInput/index.d.ts +1 -0
- package/dist/components/form/textarea/MrlEditableTextarea/MrlEditableTextarea.d.ts +44 -0
- package/dist/components/form/textarea/MrlEditableTextarea/MrlEditableTextareaRightButton.d.ts +25 -0
- package/dist/components/form/textarea/MrlEditableTextarea/index.d.ts +1 -0
- package/dist/components/form/textarea/MrlTextarea/MrlTextarea.d.ts +39 -0
- package/dist/components/form/textarea/MrlTextarea/index.d.ts +1 -0
- package/dist/components/form/utils.d.ts +94 -0
- package/dist/components/grid/MrlCol/MrlCol.d.ts +12 -0
- package/dist/components/grid/MrlCol/index.d.ts +1 -0
- package/dist/components/grid/MrlGrid/MrlGrid.d.ts +11 -0
- package/dist/components/grid/MrlGrid/index.d.ts +1 -0
- package/dist/components/grid/MrlRow/MrlRow.d.ts +25 -0
- package/dist/components/grid/MrlRow/index.d.ts +1 -0
- package/dist/components/grid/constants.d.ts +50 -0
- package/dist/components/grid/index.d.ts +3 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/layout/MrlMain/MrlMain.d.ts +9 -0
- package/dist/components/layout/MrlMain/index.d.ts +1 -0
- package/dist/components/layout/MrlPage/MrlPage.d.ts +11 -0
- package/dist/components/layout/MrlPage/index.d.ts +11 -0
- package/dist/components/layout/MrlSidebar/MrlSidebar.d.ts +22 -0
- package/dist/components/layout/MrlSidebar/demo/MrlSidebarDemo.d.ts +8 -0
- package/dist/components/layout/MrlSidebar/index.d.ts +1 -0
- package/dist/components/layout/MrlTopbar/MrlTopbar.d.ts +11 -0
- package/dist/components/layout/MrlTopbar/index.d.ts +1 -0
- package/dist/components/layout/constants.d.ts +16 -0
- package/dist/components/layout/context/LayoutContext.d.ts +24 -0
- package/dist/components/layout/error-page/MrlBrandColors/MrlBrandColors.d.ts +13 -0
- package/dist/components/layout/error-page/MrlBrandColors/index.d.ts +1 -0
- package/dist/components/layout/error-page/MrlErrorPage/MrlErrorPage.d.ts +28 -0
- package/dist/components/layout/error-page/MrlErrorPage/index.d.ts +1 -0
- package/dist/components/layout/error-page/index.d.ts +2 -0
- package/dist/components/layout/index.d.ts +5 -0
- package/dist/components/layout/utils.d.ts +15 -0
- package/dist/components/link/MrlLink/MrlLink.d.ts +49 -0
- package/dist/components/link/MrlLink/index.d.ts +1 -0
- package/dist/components/link/MrlLinkButton/MrlLinkButton.d.ts +54 -0
- package/dist/components/link/MrlLinkButton/index.d.ts +1 -0
- package/dist/components/link/constants.d.ts +24 -0
- package/dist/components/link/index.d.ts +2 -0
- package/dist/components/live-region/MrlLiveRegion/MrlLiveRegion.d.ts +19 -0
- package/dist/components/live-region/MrlLiveRegion/index.d.ts +1 -0
- package/dist/components/live-region/demo/LiveRegionDemo.d.ts +7 -0
- package/dist/components/live-region/index.d.ts +1 -0
- package/dist/components/loader/MrlProgressBar/MrlProgressBar.d.ts +10 -0
- package/dist/components/loader/MrlProgressBar/index.d.ts +1 -0
- package/dist/components/loader/MrlSpinner/MrlSpinner.d.ts +10 -0
- package/dist/components/loader/MrlSpinner/index.d.ts +1 -0
- package/dist/components/loader/constants.d.ts +88 -0
- package/dist/components/loader/index.d.ts +3 -0
- package/dist/components/menu/MrlMenu/MrlMenu.d.ts +130 -0
- package/dist/components/menu/MrlMenu/index.d.ts +1 -0
- package/dist/components/menu/MrlMenu/utilities.d.ts +29 -0
- package/dist/components/menu/MrlMenuGroup/MrlMenuGroup.d.ts +13 -0
- package/dist/components/menu/MrlMenuGroup/index.d.ts +1 -0
- package/dist/components/menu/MrlMenuItem/MrlMenuItem.d.ts +37 -0
- package/dist/components/menu/MrlMenuItem/index.d.ts +1 -0
- package/dist/components/menu/MrlMenuItemLink/MrlMenuItemLink.d.ts +37 -0
- package/dist/components/menu/MrlMenuItemLink/index.d.ts +1 -0
- package/dist/components/menu/constants.d.ts +38 -0
- package/dist/components/menu/context/MrlMenuContext.d.ts +20 -0
- package/dist/components/menu/demo/MenuByConfig.d.ts +7 -0
- package/dist/components/menu/demo/MenuWithPopover.d.ts +18 -0
- package/dist/components/menu/demo/MenuWithSubmenu.d.ts +18 -0
- package/dist/components/menu/demo/MenuWithTrigger.d.ts +19 -0
- package/dist/components/menu/hooks/useBrowserEdgeScroll.d.ts +22 -0
- package/dist/components/menu/hooks/useSubMenuElementPosition.d.ts +18 -0
- package/dist/components/menu/index.d.ts +5 -0
- package/dist/components/menu/utilities/flip-position.d.ts +8 -0
- package/dist/components/menu/utilities/get-scrollable-parent.d.ts +7 -0
- package/dist/components/modal/MrlModal/MrlModal.d.ts +50 -0
- package/dist/components/modal/MrlModal/index.d.ts +1 -0
- package/dist/components/modal/MrlModalContent/MrlModalContent.d.ts +20 -0
- package/dist/components/modal/MrlModalContent/index.d.ts +1 -0
- package/dist/components/modal/MrlModalContext/MrlModalContext.d.ts +17 -0
- package/dist/components/modal/MrlModalContext/index.d.ts +1 -0
- package/dist/components/modal/MrlModalFooter/MrlModalFooter.d.ts +21 -0
- package/dist/components/modal/MrlModalFooter/index.d.ts +1 -0
- package/dist/components/modal/MrlModalHeader/MrlModalHeader.d.ts +25 -0
- package/dist/components/modal/MrlModalHeader/index.d.ts +1 -0
- package/dist/components/modal/constants.d.ts +18 -0
- package/dist/components/modal/demo/ModalWithTriggerDemo.d.ts +15 -0
- package/dist/components/modal/index.d.ts +5 -0
- package/dist/components/navigation-sidebar/MrlSidebarNavGroup/MrlSidebarNavGroup.d.ts +25 -0
- package/dist/components/navigation-sidebar/MrlSidebarNavGroup/index.d.ts +1 -0
- package/dist/components/navigation-sidebar/MrlSidebarNavItem/MrlSidebarNavItem.d.ts +33 -0
- package/dist/components/navigation-sidebar/MrlSidebarNavItem/index.d.ts +1 -0
- package/dist/components/navigation-sidebar/index.d.ts +2 -0
- package/dist/components/notification/MrlBlockNotification/MrlBlockNotification.d.ts +100 -0
- package/dist/components/notification/MrlBlockNotification/index.d.ts +1 -0
- package/dist/components/notification/MrlInlineMessage/MrlInlineMessage.d.ts +40 -0
- package/dist/components/notification/MrlInlineMessage/index.d.ts +1 -0
- package/dist/components/notification/MrlToast/MrlToast.d.ts +45 -0
- package/dist/components/notification/MrlToast/index.d.ts +1 -0
- package/dist/components/notification/constants.d.ts +26 -0
- package/dist/components/notification/index.d.ts +3 -0
- package/dist/components/pagination/MrlPagination/MrlPagination.d.ts +19 -0
- package/dist/components/pagination/MrlPagination/index.d.ts +1 -0
- package/dist/components/pagination/MrlPaginationButton/MrlPaginationButton.d.ts +30 -0
- package/dist/components/pagination/MrlPaginationButton/index.d.ts +1 -0
- package/dist/components/pagination/MrlPaginationText/MrlPaginationText.d.ts +23 -0
- package/dist/components/pagination/MrlPaginationText/index.d.ts +1 -0
- package/dist/components/pagination/constants.d.ts +1 -0
- package/dist/components/pagination/index.d.ts +3 -0
- package/dist/components/panel/MrlPanel/MrlPanel.d.ts +53 -0
- package/dist/components/panel/MrlPanel/index.d.ts +1 -0
- package/dist/components/panel/MrlPanelContext/MrlPanelContext.d.ts +16 -0
- package/dist/components/panel/MrlPanelContext/index.d.ts +1 -0
- package/dist/components/panel/MrlPanelFooter/MrlPanelFooter.d.ts +22 -0
- package/dist/components/panel/MrlPanelFooter/index.d.ts +1 -0
- package/dist/components/panel/MrlPanelStickyHeader/MrlPanelStickyHeader.d.ts +18 -0
- package/dist/components/panel/MrlPanelStickyHeader/index.d.ts +1 -0
- package/dist/components/panel/index.d.ts +3 -0
- package/dist/components/popover/MrlPopover/MrlPopover.d.ts +131 -0
- package/dist/components/popover/MrlPopover/context/MrlPopoverContext.d.ts +20 -0
- package/dist/components/popover/MrlPopover/hooks/use-mrl-popover-event-handlers.d.ts +32 -0
- package/dist/components/popover/MrlPopover/index.d.ts +2 -0
- package/dist/components/popover/MrlPopover/utilities/get-data-point.d.ts +9 -0
- package/dist/components/popover/MrlPopover/utilities/get-offset.d.ts +9 -0
- package/dist/components/popover/MrlPopover/utilities/index.d.ts +2 -0
- package/dist/components/popover/demo/PopoverWithIconButton.d.ts +21 -0
- package/dist/components/popover/demo/PopoverWithSelect.d.ts +24 -0
- package/dist/components/popover/demo/PopoverWithTrigger.d.ts +24 -0
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/portal/MrlPortal.d.ts +20 -0
- package/dist/components/portal/index.d.ts +1 -0
- package/dist/components/rovingTabindex/MrlRovingTabindex/MrlRovingTabindex.d.ts +127 -0
- package/dist/components/rovingTabindex/MrlRovingTabindex/index.d.ts +1 -0
- package/dist/components/rovingTabindex/index.d.ts +1 -0
- package/dist/components/skeleton/MrlSkeleton/MrlSkeleton.d.ts +20 -0
- package/dist/components/skeleton/MrlSkeleton/index.d.ts +1 -0
- package/dist/components/skeleton/MrlSkeletonText/MrlSkeletonText.d.ts +22 -0
- package/dist/components/skeleton/MrlSkeletonText/index.d.ts +1 -0
- package/dist/components/skeleton/index.d.ts +2 -0
- package/dist/components/svg/MrlSvg/MrlSvg.d.ts +31 -0
- package/dist/components/svg/MrlSvg/index.d.ts +1 -0
- package/dist/components/svg/MrlSvgAnimate/MrlSvgAnimate.d.ts +51 -0
- package/dist/components/svg/MrlSvgAnimate/index.d.ts +1 -0
- package/dist/components/svg/config.d.ts +112 -0
- package/dist/components/svg/constants.d.ts +36 -0
- package/dist/components/svg/index.d.ts +3 -0
- package/dist/components/table/MrlSmartTable/MrlSmartTable.d.ts +216 -0
- package/dist/components/table/MrlSmartTable/index.d.ts +1 -0
- package/dist/components/table/MrlTable/MrlTable.d.ts +17 -0
- package/dist/components/table/MrlTable/index.d.ts +1 -0
- package/dist/components/table/MrlTableBody/MrlTableBody.d.ts +17 -0
- package/dist/components/table/MrlTableBody/index.d.ts +1 -0
- package/dist/components/table/MrlTableCell/MrlTableCell.d.ts +26 -0
- package/dist/components/table/MrlTableCell/index.d.ts +1 -0
- package/dist/components/table/MrlTableColumn/MrlTableColumn.d.ts +26 -0
- package/dist/components/table/MrlTableColumn/index.d.ts +1 -0
- package/dist/components/table/MrlTableEmptyState/MrlTableEmptyState.d.ts +15 -0
- package/dist/components/table/MrlTableEmptyState/index.d.ts +1 -0
- package/dist/components/table/MrlTableHeader/MrlTableHeader.d.ts +17 -0
- package/dist/components/table/MrlTableHeader/index.d.ts +1 -0
- package/dist/components/table/MrlTableRow/MrlTableRow.d.ts +26 -0
- package/dist/components/table/MrlTableRow/index.d.ts +1 -0
- package/dist/components/table/constants.d.ts +22 -0
- package/dist/components/table/fixtures.d.ts +94 -0
- package/dist/components/table/index.d.ts +9 -0
- package/dist/components/table/utils.d.ts +43 -0
- package/dist/components/tabs/MrlTab/MrlTab.d.ts +21 -0
- package/dist/components/tabs/MrlTab/index.d.ts +1 -0
- package/dist/components/tabs/MrlTabContent/MrlTabContent.d.ts +9 -0
- package/dist/components/tabs/MrlTabContent/index.d.ts +1 -0
- package/dist/components/tabs/MrlTabGroup/MrlTabGroup.d.ts +10 -0
- package/dist/components/tabs/MrlTabGroup/index.d.ts +1 -0
- package/dist/components/tabs/MrlTabLink/MrlTabLink.d.ts +28 -0
- package/dist/components/tabs/MrlTabLink/index.d.ts +1 -0
- package/dist/components/tabs/MrlTabs/MrlTabs.d.ts +21 -0
- package/dist/components/tabs/MrlTabs/index.d.ts +1 -0
- package/dist/components/tabs/constants.d.ts +1 -0
- package/dist/components/tabs/index.d.ts +5 -0
- package/dist/components/text/MrlText/MrlText.d.ts +26 -0
- package/dist/components/text/MrlText/index.d.ts +1 -0
- package/dist/components/text/MrlTextHeading/MrlTextHeading.d.ts +39 -0
- package/dist/components/text/MrlTextHeading/index.d.ts +1 -0
- package/dist/components/text/constants.d.ts +40 -0
- package/dist/components/text/index.d.ts +2 -0
- package/dist/components/toast/index.d.ts +1 -0
- package/dist/components/toolbar/MrlToolbar/MrlToolbar.d.ts +38 -0
- package/dist/components/toolbar/MrlToolbar/index.d.ts +1 -0
- package/dist/components/toolbar/MrlToolbarButton/MrlToolbarButton.d.ts +58 -0
- package/dist/components/toolbar/MrlToolbarButton/index.d.ts +1 -0
- package/dist/components/toolbar/MrlToolbarItem/MrlToolbarItem.d.ts +30 -0
- package/dist/components/toolbar/MrlToolbarItem/index.d.ts +1 -0
- package/dist/components/toolbar/index.d.ts +3 -0
- package/dist/components/tooltip/MrlTooltip/MrlTooltip.d.ts +58 -0
- package/dist/components/tooltip/MrlTooltip/index.d.ts +1 -0
- package/dist/components/tooltip/MrlTooltip/utilities.d.ts +8 -0
- package/dist/components/tooltip/MrlTooltipContent/MrlTooltipContent.d.ts +43 -0
- package/dist/components/tooltip/MrlTooltipContent/index.d.ts +1 -0
- package/dist/components/tooltip/constants.d.ts +27 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tooltip/useTooltipPosition/constants.d.ts +9 -0
- package/dist/components/tooltip/useTooltipPosition/index.d.ts +14 -0
- package/dist/components/tooltip/useTooltipPosition/utilities.d.ts +19 -0
- package/dist/components/tooltip/utils.d.ts +9 -0
- package/dist/contexts/MrlTabContext/MrlTabContext.d.ts +6 -0
- package/dist/contexts/MrlTabContext/index.d.ts +1 -0
- package/dist/contexts/index.d.ts +1 -0
- package/dist/hooks/index.d.ts +4 -0
- package/dist/hooks/useAutoClose/index.d.ts +1 -0
- package/dist/hooks/useAutoClose/useAutoClose.d.ts +11 -0
- package/dist/hooks/useBreakpoint/index.d.ts +15 -0
- package/dist/hooks/useBreakpoint/useBreakpointDemo.d.ts +7 -0
- package/dist/hooks/useClickOutside/index.d.ts +11 -0
- package/dist/hooks/useCoordinate/index.d.ts +18 -0
- package/dist/hooks/useElementDimensions/index.d.ts +16 -0
- package/dist/hooks/useScrollbarInfo/index.d.ts +13 -0
- package/dist/hooks/useTriggerPosition/constants.d.ts +11 -0
- package/dist/hooks/useTriggerPosition/index.d.ts +17 -0
- package/dist/hooks/useTriggerPosition/utilities.d.ts +12 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +8 -0
- package/dist/src/components/layout/error-page/MrlBrandColors/MrlBrandColors.functions.scss +12 -0
- package/dist/styles/MrlAvatar/module.scss +97 -0
- package/dist/styles/MrlAvatarButton/module.scss +41 -0
- package/dist/styles/MrlBadge/module.scss +39 -0
- package/dist/styles/MrlBadgeNotification/module.scss +38 -0
- package/dist/styles/MrlBlockNotification/global.scss +19 -0
- package/dist/styles/MrlBlockNotification/mixins.scss +20 -0
- package/dist/styles/MrlBlockNotification/module.scss +79 -0
- package/dist/styles/MrlBlockNotification/variables.scss +66 -0
- package/dist/styles/MrlBrandColors/mixins.scss +9 -0
- package/dist/styles/MrlBrandColors/module.scss +24 -0
- package/dist/styles/MrlBrandColors/variables.scss +89 -0
- package/dist/styles/MrlBreadcrumbItem/module.scss +41 -0
- package/dist/styles/MrlBreadcrumbs/module.scss +7 -0
- package/dist/styles/MrlButton/global.scss +69 -0
- package/dist/styles/MrlCallout/module.scss +50 -0
- package/dist/styles/MrlCheckbox/global.scss +18 -0
- package/dist/styles/MrlCheckbox/module.scss +16 -0
- package/dist/styles/MrlCheckbox/variables.scss +10 -0
- package/dist/styles/MrlCheckboxStandalone/global.scss +18 -0
- package/dist/styles/MrlCheckboxStandalone/module.scss +42 -0
- package/dist/styles/MrlCheckboxStandalone/variables.scss +27 -0
- package/dist/styles/MrlContainer/module.scss +32 -0
- package/dist/styles/MrlDivider/module.scss +22 -0
- package/dist/styles/MrlEditableTextInput/module.scss +105 -0
- package/dist/styles/MrlEditableTextInput/variables.scss +5 -0
- package/dist/styles/MrlEditableTextarea/global.scss +24 -0
- package/dist/styles/MrlEditableTextarea/module.scss +78 -0
- package/dist/styles/MrlErrorPage/module.scss +43 -0
- package/dist/styles/MrlFieldset/module.scss +2 -0
- package/dist/styles/MrlFilter/module.scss +5 -0
- package/dist/styles/MrlFilterItem/module.scss +53 -0
- package/dist/styles/MrlInlineMessage/module.scss +45 -0
- package/dist/styles/MrlLabel/module.scss +25 -0
- package/dist/styles/MrlLabel/variables.scss +17 -0
- package/dist/styles/MrlLabelWithDescription/module.scss +54 -0
- package/dist/styles/MrlLabelWithDescription/variables.scss +14 -0
- package/dist/styles/MrlLegacySelect/module.scss +80 -0
- package/dist/styles/MrlLegacySelect/variables.scss +10 -0
- package/dist/styles/MrlLegacySelectItem/module.scss +39 -0
- package/dist/styles/MrlLegacySelectItem/variables.scss +26 -0
- package/dist/styles/MrlLegacySelectMenu/module.scss +30 -0
- package/dist/styles/MrlLegacySelectMenu/variables.scss +4 -0
- package/dist/styles/MrlLink/module.scss +68 -0
- package/dist/styles/MrlLinkButton/global.scss +4 -0
- package/dist/styles/MrlMain/module.scss +26 -0
- package/dist/styles/MrlMain/variables.scss +5 -0
- package/dist/styles/MrlMenu/module.scss +45 -0
- package/dist/styles/MrlMenuGroup/module.scss +3 -0
- package/dist/styles/MrlMenuItem/module.scss +118 -0
- package/dist/styles/MrlModal/global.scss +37 -0
- package/dist/styles/MrlModal/mixins.scss +23 -0
- package/dist/styles/MrlModal/module.scss +55 -0
- package/dist/styles/MrlModal/variables.scss +26 -0
- package/dist/styles/MrlModalContent/module.scss +19 -0
- package/dist/styles/MrlModalFooter/global.scss +16 -0
- package/dist/styles/MrlModalFooter/module.scss +41 -0
- package/dist/styles/MrlModalFooter/variables.scss +5 -0
- package/dist/styles/MrlModalHeader/module.scss +21 -0
- package/dist/styles/MrlPage/module.scss +13 -0
- package/dist/styles/MrlPagination/module.scss +29 -0
- package/dist/styles/MrlPanel/module.scss +61 -0
- package/dist/styles/MrlPanelFooter/module.scss +12 -0
- package/dist/styles/MrlPanelStickyHeader/module.scss +14 -0
- package/dist/styles/MrlPopover/module.scss +112 -0
- package/dist/styles/MrlPopover/variables.scss +16 -0
- package/dist/styles/MrlProgressBar/module.scss +57 -0
- package/dist/styles/MrlRadioButton/module.scss +8 -0
- package/dist/styles/MrlRadioButtonStandalone/global.scss +16 -0
- package/dist/styles/MrlRadioButtonStandalone/module.scss +59 -0
- package/dist/styles/MrlRadioButtonStandalone/variables.scss +31 -0
- package/dist/styles/MrlSidebar/module.scss +65 -0
- package/dist/styles/MrlSidebarNavGroup/module.scss +8 -0
- package/dist/styles/MrlSidebarNavItem/module.scss +47 -0
- package/dist/styles/MrlSkeleton/module.scss +9 -0
- package/dist/styles/MrlSkeletonText/module.scss +24 -0
- package/dist/styles/MrlSmartTable/module.scss +40 -0
- package/dist/styles/MrlSpinner/module.scss +109 -0
- package/dist/styles/MrlSvg/module.scss +24 -0
- package/dist/styles/MrlSvgAnimate/module.scss +13 -0
- package/dist/styles/MrlSwitch/module.scss +10 -0
- package/dist/styles/MrlSwitchStandalone/module.scss +84 -0
- package/dist/styles/MrlTab/module.scss +117 -0
- package/dist/styles/MrlTabContent/module.scss +7 -0
- package/dist/styles/MrlTabGroup/module.scss +66 -0
- package/dist/styles/MrlTable/module.scss +5 -0
- package/dist/styles/MrlTableBody/module.scss +2 -0
- package/dist/styles/MrlTableCell/module.scss +10 -0
- package/dist/styles/MrlTableColumn/module.scss +27 -0
- package/dist/styles/MrlTableEmptyState/module.scss +14 -0
- package/dist/styles/MrlTableHeader/module.scss +7 -0
- package/dist/styles/MrlTableRow/module.scss +17 -0
- package/dist/styles/MrlText/module.scss +8 -0
- package/dist/styles/MrlText/variables.scss +14 -0
- package/dist/styles/MrlTextHeading/module.scss +24 -0
- package/dist/styles/MrlTextHeading/variables.scss +40 -0
- package/dist/styles/MrlTextInput/module.scss +70 -0
- package/dist/styles/MrlTextInput/variables.scss +5 -0
- package/dist/styles/MrlTextarea/global.scss +12 -0
- package/dist/styles/MrlTextarea/module.scss +18 -0
- package/dist/styles/MrlToast/module.scss +114 -0
- package/dist/styles/MrlToolbar/module.scss +53 -0
- package/dist/styles/MrlToolbarButton/module.scss +3 -0
- package/dist/styles/MrlTooltipContent/global.scss +146 -0
- package/dist/styles/MrlTooltipContent/variables.scss +17 -0
- package/dist/styles/MrlTopbar/module.scss +12 -0
- package/dist/styles/a11y-helpers/global.scss +5 -0
- package/dist/styles/a11y-helpers/mixins.scss +11 -0
- package/dist/styles/button/global.scss +38 -0
- package/dist/styles/button/mixins.scss +42 -0
- package/dist/styles/button/variables.scss +164 -0
- package/dist/styles/components/module.scss +6 -0
- package/dist/styles/container/variables.scss +10 -0
- package/dist/styles/date-picker/module.scss +38 -0
- package/dist/styles/demo/module.scss +11 -0
- package/dist/styles/divider/mixins.scss +32 -0
- package/dist/styles/divider/variables.scss +22 -0
- package/dist/styles/empty/module.scss +18 -0
- package/dist/styles/form/global.scss +89 -0
- package/dist/styles/form/variables.scss +58 -0
- package/dist/styles/grid/global.scss +6 -0
- package/dist/styles/grid/variables.scss +26 -0
- package/dist/styles/layout/variables.scss +3 -0
- package/dist/styles/modal/variables.scss +32 -0
- package/dist/styles/skeleton/mixins.scss +44 -0
- package/dist/styles/skeleton/variables.scss +2 -0
- package/dist/styles/svg/variables.scss +17 -0
- package/dist/styles/table/global.scss +78 -0
- package/dist/styles/table/variables.scss +30 -0
- package/dist/styles/tooltip/mixins.scss +8 -0
- package/dist/styles.css +99 -0
- package/dist/utils/checkInvalidAttributes/index.d.ts +7 -0
- package/dist/utils/commonProps/index.d.ts +20 -0
- package/dist/utils/dataQa/index.d.ts +6 -0
- package/dist/utils/findAdjacentInteractiveElement/findAdjacentInteractiveElement.d.ts +8 -0
- package/dist/utils/findAdjacentInteractiveElement/index.d.ts +1 -0
- package/dist/utils/frameDebounce/index.d.ts +22 -0
- package/dist/utils/getCamelCase/getCamelCase.d.ts +7 -0
- package/dist/utils/getCamelCase/getCamelCase.test.d.ts +1 -0
- package/dist/utils/getCamelCase/index.d.ts +2 -0
- package/dist/utils/getScrollableContainer/getScrollableContainer.d.ts +7 -0
- package/dist/utils/hasHorizontalScroll/hasHorizontalScroll.d.ts +11 -0
- package/dist/utils/hasScrollContent/hasScrollContent.d.ts +11 -0
- package/dist/utils/index.d.ts +11 -0
- package/dist/utils/isElementScrollable/index.d.ts +7 -0
- package/dist/utils/isImagePath/index.d.ts +7 -0
- package/dist/utils/isImageUri/index.d.ts +7 -0
- package/dist/utils/isObject/index.d.ts +2 -0
- package/dist/utils/isObject/isObject.d.ts +14 -0
- package/dist/utils/isObject/isObject.test.d.ts +1 -0
- package/dist/utils/isTouch/index.d.ts +6 -0
- package/dist/utils/layers/index.d.ts +48 -0
- package/dist/utils/noop/index.d.ts +7 -0
- package/dist/utils/preventDefault/index.d.ts +1 -0
- package/dist/utils/preventDefault/preventDefault.d.ts +6 -0
- package/dist/utils/setAttributes/index.d.ts +2 -0
- package/dist/utils/setAttributes/setAttributes.d.ts +35 -0
- package/dist/utils/setAttributes/setAttributes.test.d.ts +1 -0
- package/dist/utils/trapFocus/index.d.ts +24 -0
- package/package.json +1 -1
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
@use './MrlLabelWithDescription.variables.scss';
|
|
3
|
+
.MrlLabelWithDescription {
|
|
4
|
+
--mrl-label-text-padding-top: calc(var(--mrl-spacing-02) + var(--mrl-spacing-01));
|
|
5
|
+
--mrl-description-margin-left: var(--mrl-spacing-09);
|
|
6
|
+
--mrl-description-margin-top: calc(-1 * calc(var(--mrl-spacing-02) + var(--mrl-spacing-01)));
|
|
7
|
+
min-height: var(--mrl-spacing-09);
|
|
8
|
+
:global(.MrlSvgContainer) {
|
|
9
|
+
flex-shrink: 0;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.MrlLabelWithDescription-label {
|
|
13
|
+
color: var(--mrl-label-with-description-color);
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
transition: color var(--mrl-duration-03) var(--mrl-timing-m2);
|
|
16
|
+
vertical-align: middle;
|
|
17
|
+
:global(.MrlLabel-icon) {
|
|
18
|
+
height: var(--mrl-spacing-07);
|
|
19
|
+
margin: var(--mrl-spacing-02) var(--mrl-spacing-04) var(--mrl-spacing-02) var(--mrl-spacing-01);
|
|
20
|
+
width: var(--mrl-spacing-07);
|
|
21
|
+
}
|
|
22
|
+
:global(.MrlLabel-text) {
|
|
23
|
+
padding-top: var(--mrl-label-text-padding-top);
|
|
24
|
+
}
|
|
25
|
+
&.has-icon {
|
|
26
|
+
margin-left: var(--mrl-spacing-01);
|
|
27
|
+
:global(.MrlLabel-text) {
|
|
28
|
+
padding-top: 0;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
&.has-multiline-label {
|
|
32
|
+
:global(.MrlLabel-text) {
|
|
33
|
+
padding-top: var(--mrl-label-text-padding-top);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.MrlLabelWithDescription-description {
|
|
38
|
+
color: var(--mrl-label-with-description-color);
|
|
39
|
+
margin-left: var(--mrl-spacing-02);
|
|
40
|
+
transition: color var(--mrl-duration-03) var(--mrl-timing-m2);
|
|
41
|
+
.MrlLabelWithDescription-text {
|
|
42
|
+
--mrl-text-weight: var(--mrl-type-weight-text-secondary);
|
|
43
|
+
}
|
|
44
|
+
&.has-icon,
|
|
45
|
+
&.has-multiline-label {
|
|
46
|
+
margin-left: var(--mrl-description-margin-left);
|
|
47
|
+
}
|
|
48
|
+
&.has-icon {
|
|
49
|
+
margin-top: var(--mrl-description-margin-top);
|
|
50
|
+
}
|
|
51
|
+
&.has-multiline-label {
|
|
52
|
+
margin-top: 0;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
.MrlLabelWithDescription {
|
|
3
|
+
--mrl-label-with-description-color: rgba(var(--mrl-gray-80), 1);
|
|
4
|
+
&.mrl-is--selected,
|
|
5
|
+
&.mrl-is--indeterminate {
|
|
6
|
+
--mrl-label-with-description-color: rgba(var(--mrl-gray-100), 1);
|
|
7
|
+
}
|
|
8
|
+
&.mrl-is--disabled {
|
|
9
|
+
--mrl-label-with-description-color: var(--mrl-color-text-disabled);
|
|
10
|
+
}
|
|
11
|
+
&:not(.mrl-is--disabled):hover {
|
|
12
|
+
--mrl-label-with-description-color: rgba(var(--mrl-gray-90), 1);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
|
|
2
|
+
@use '~@muraldevkit/ds-foundation/src/styles/_mixins' as *;
|
|
3
|
+
@use '../../forms.variables.scss' as selectItem;
|
|
4
|
+
@use '../../forms.global.scss' as *;
|
|
5
|
+
@use './MrlLegacySelect.variables.scss';
|
|
6
|
+
.mrl-select {
|
|
7
|
+
display: block;
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.mrl-select-trigger {
|
|
11
|
+
@include mrl-text-inputs;
|
|
12
|
+
align-items: center;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
padding-right: var(--mrl-input-icon-offset);
|
|
18
|
+
position: relative;
|
|
19
|
+
width: auto;
|
|
20
|
+
}
|
|
21
|
+
.mrl-select--read-only {
|
|
22
|
+
pointer-events: none;
|
|
23
|
+
.mrl-select-trigger {
|
|
24
|
+
background-color: var(--mrl-select-background-color-read-only);
|
|
25
|
+
border-color: var(--mrl-select-border-color-read-only);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.mrl-select:focus-within > .mrl-select-trigger {
|
|
29
|
+
border-color: var(--mrl-text-input-border-color-focus);
|
|
30
|
+
}
|
|
31
|
+
.mrl-select:focus-within > .mrl-select-trigger::after {
|
|
32
|
+
@include mrl-focus-pseudo-element($border-width: 'var(--mrl-text-input-border-width)');
|
|
33
|
+
}
|
|
34
|
+
.mrl-select:focus-visible {
|
|
35
|
+
outline: none;
|
|
36
|
+
}
|
|
37
|
+
.mrl-select-trigger span {
|
|
38
|
+
display: flex;
|
|
39
|
+
}
|
|
40
|
+
.mrl-select-trigger span mrl-svg {
|
|
41
|
+
@include mrl-selectItem-icon;
|
|
42
|
+
}
|
|
43
|
+
.mrl-select-trigger-indicator {
|
|
44
|
+
color: var(--mrl-trigger-indicator-color);
|
|
45
|
+
margin-left: var(--mrl-input-icon-offset);
|
|
46
|
+
}
|
|
47
|
+
.mrl-select-trigger-indicator.mrl-is--open {
|
|
48
|
+
transform: rotate(180deg);
|
|
49
|
+
}
|
|
50
|
+
.mrl-select:focus-within .mrl-select-trigger-indicator {
|
|
51
|
+
color: var(--mrl-trigger-indicator-color-focus);
|
|
52
|
+
}
|
|
53
|
+
.mrl-select-trigger:hover .mrl-select-trigger-indicator {
|
|
54
|
+
color: var(--mrl-trigger-indicator-color-hover);
|
|
55
|
+
}
|
|
56
|
+
.mrl-select-trigger--inline {
|
|
57
|
+
@include mrl-inline-input-vars;
|
|
58
|
+
font-weight: var(--mrl-font-weight-04);
|
|
59
|
+
}
|
|
60
|
+
.mrl-select-trigger--inline-label {
|
|
61
|
+
@include mrl-inline-input-vars;
|
|
62
|
+
color: var(--mrl-color-text-secondary);
|
|
63
|
+
}
|
|
64
|
+
.mrl-select-trigger--large {
|
|
65
|
+
--mrl-text-input-height: var(--mrl-spacing-09);
|
|
66
|
+
}
|
|
67
|
+
.mrl-select--disabled {
|
|
68
|
+
.mrl-select-trigger {
|
|
69
|
+
color: var(--mrl-text-input-color-disabled);
|
|
70
|
+
pointer-events: none;
|
|
71
|
+
}
|
|
72
|
+
.mrl-select-trigger-border {
|
|
73
|
+
border-color: var(--mrl-text-input-border-color-disabled);
|
|
74
|
+
}
|
|
75
|
+
.mrl-select-trigger-indicator {
|
|
76
|
+
color: var(--mrl-text-input-color-disabled);
|
|
77
|
+
cursor: default;
|
|
78
|
+
pointer-events: none;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
@use '../../forms.variables.scss';
|
|
3
|
+
.mrl-select {
|
|
4
|
+
--mrl-select-trigger-indicator-color: var(--mrl-text-input-border-color);
|
|
5
|
+
--mrl-select-trigger-indicator-color-hover: var(--mrl-text-input-border-color-hover);
|
|
6
|
+
--mrl-select-trigger-indicator-color-focus: var(--mrl-text-input-border-color-focus);
|
|
7
|
+
}
|
|
8
|
+
.mrl-select:focus-within > .mrl-select-trigger--inline {
|
|
9
|
+
--mrl-text-input-border-color-focus: transparent;
|
|
10
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
@use '~@muraldevkit/ds-foundation/src/styles/_mixins' as *;
|
|
3
|
+
@use '../../forms.global.scss' as *;
|
|
4
|
+
@use './MrlLegacySelectItem.variables.scss';
|
|
5
|
+
.mrl-select-item {
|
|
6
|
+
display: block;
|
|
7
|
+
}
|
|
8
|
+
.mrl-selectItem {
|
|
9
|
+
@include mrl-text-static($size: 'small', $kind: 'title-secondary');
|
|
10
|
+
background: var(--mrl-select-item-background);
|
|
11
|
+
border-radius: var(--mrl-select-item-border-radius);
|
|
12
|
+
color: var(--mrl-select-item-color);
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
display: flex;
|
|
15
|
+
padding: var(--mrl-select-item-padding-vertical) var(--mrl-select-item-padding-horizontal);
|
|
16
|
+
position: relative;
|
|
17
|
+
}
|
|
18
|
+
.mrl-selectItem-selectedIcon {
|
|
19
|
+
position: absolute;
|
|
20
|
+
right: var(--mrl-select-item-icon-spacing);
|
|
21
|
+
width: var(--mrl-select-item-icon-size);
|
|
22
|
+
}
|
|
23
|
+
$spacing: var(--mrl-select-item-icon-spacing);
|
|
24
|
+
$item: var(var(--mrl-select-item-icon-size));
|
|
25
|
+
$icon: var(var(-mrl-select-item-icon-spacing));
|
|
26
|
+
.mrl-is--selected {
|
|
27
|
+
padding-right: calc($spacing + $item + $icon);
|
|
28
|
+
}
|
|
29
|
+
.mrl-is--focused {
|
|
30
|
+
outline: 5px auto Highlight;
|
|
31
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
32
|
+
}
|
|
33
|
+
.mrl-selectItem[aria-disabled='true'],
|
|
34
|
+
.mrl-selectItem[aria-disabled='true']:hover {
|
|
35
|
+
cursor: default;
|
|
36
|
+
}
|
|
37
|
+
.mrl-is--hidden {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
@use '../../forms.variables.scss';
|
|
3
|
+
.mrl-selectItem {
|
|
4
|
+
--mrl-select-item-background: var(--mrl-color-background);
|
|
5
|
+
--mrl-select-item-color: var(--mrl-color-text-highlight);
|
|
6
|
+
--mrl-select-item-padding: var(--mrl-select-item-padding-vertical)
|
|
7
|
+
var(--mrl-select-item-padding-horizontal);
|
|
8
|
+
--mrl-select-item-padding-horizontal: var(--mrl-spacing-04);
|
|
9
|
+
--mrl-select-item-padding-vertical: calc(var(--mrl-spacing-01) + var(--mrl-spacing-02));
|
|
10
|
+
--mrl-select-item-border-radius: var(--mrl-border-radius-functional);
|
|
11
|
+
--mrl-select-item-icon-size: var(--mrl-spacing-06);
|
|
12
|
+
--mrl-select-item-icon-spacing: var(--mrl-spacing-03);
|
|
13
|
+
}
|
|
14
|
+
.mrl-selectItem:hover {
|
|
15
|
+
--mrl-select-item-background: var(--mrl-color-background-highlight-hover);
|
|
16
|
+
--mrl-select-item-color: var(--mrl-color-text-highlight-hover);
|
|
17
|
+
}
|
|
18
|
+
.mrl-is--selected {
|
|
19
|
+
--mrl-select-item-background: var(--mrl-color-background-highlight-selected);
|
|
20
|
+
--mrl-select-item-color: var(--mrl-color-text-highlight-selected);
|
|
21
|
+
}
|
|
22
|
+
.mrl-selectItem[aria-disabled='true'],
|
|
23
|
+
.mrl-selectItem[aria-disabled='true']:hover {
|
|
24
|
+
--mrl-select-item-background: transparent;
|
|
25
|
+
--mrl-select-item-color: var(--mrl-color-text-disabled);
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
@use '~@muraldevkit/ds-foundation/src/styles/contextual-variables/z-index' as *;
|
|
3
|
+
@use './MrlLegacySelectMenu.variables.scss';
|
|
4
|
+
$affordance: var(--mrl-select-item-text-affordance);
|
|
5
|
+
$item-padding: var(--mrl-select-item-padding-vertical);
|
|
6
|
+
$space: var(--mrl-select-item-spacing-stack);
|
|
7
|
+
$mrl-selectItem-height: 20px;
|
|
8
|
+
.mrl-selectMenu {
|
|
9
|
+
$mrl-selectItem-height: calc($affordance + ($item-padding * 2) + $space);
|
|
10
|
+
background: var(--mrl-color-background);
|
|
11
|
+
border-radius: var(--mrl-radii-03);
|
|
12
|
+
box-shadow: var(--mrl-shadow-01);
|
|
13
|
+
display: none;
|
|
14
|
+
left: 0;
|
|
15
|
+
max-height: calc(var(--mrl-select-item-height) * 6);
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
padding: var(--mrl-spacing-03);
|
|
18
|
+
position: absolute;
|
|
19
|
+
right: 0;
|
|
20
|
+
z-index: $mrl-zIndex-overlays;
|
|
21
|
+
}
|
|
22
|
+
.mrl-selectMenu--bottom {
|
|
23
|
+
top: calc(100% + var(--mrl-spacing-02));
|
|
24
|
+
}
|
|
25
|
+
.mrl-selectMenu-bottom--top {
|
|
26
|
+
bottom: calc(100% + var(--mrl-spacing-02));
|
|
27
|
+
}
|
|
28
|
+
.mrl-selectMenu--open {
|
|
29
|
+
display: block;
|
|
30
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@use '~@muraldevkit/ds-foundation/src/styles/_mixins' as *;
|
|
2
|
+
@use '../variables.scss';
|
|
3
|
+
.mrl-link {
|
|
4
|
+
@include mrl-focus(
|
|
5
|
+
$element-radius: 'var(--mrl-radii-02)',
|
|
6
|
+
$border-width: 'var(--mrl-link-border-width)'
|
|
7
|
+
);
|
|
8
|
+
align-items: center;
|
|
9
|
+
color: var(--mrl-link-color);
|
|
10
|
+
display: inline-flex;
|
|
11
|
+
font-weight: var(--mrl-link-font-weight);
|
|
12
|
+
text-decoration: none;
|
|
13
|
+
transition: all var(--mrl-duration-03) var(--mrl-timing-m2);
|
|
14
|
+
transition-property: border-color, color;
|
|
15
|
+
}
|
|
16
|
+
.MrlLinkText {
|
|
17
|
+
border-bottom: var(--mrl-link-border-width) var(--mrl-link-border-style) currentcolor;
|
|
18
|
+
}
|
|
19
|
+
a.mrl-link--inverse {
|
|
20
|
+
@include mrl-focus(
|
|
21
|
+
$is-inverse: 'true',
|
|
22
|
+
$element-radius: 'var(--mrl-radii-02)',
|
|
23
|
+
$border-width: 'var(--mrl-link-border-width)'
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
a.mrl-link:visited {
|
|
27
|
+
color: rgb(var(--mrl-blue-100));
|
|
28
|
+
}
|
|
29
|
+
a.mrl-link--mono:visited {
|
|
30
|
+
color: rgb(var(--mrl-gray-80));
|
|
31
|
+
}
|
|
32
|
+
a.mrl-link--inverse:visited {
|
|
33
|
+
color: rgb(var(--mrl-white));
|
|
34
|
+
}
|
|
35
|
+
a.mrl-link:hover {
|
|
36
|
+
color: var(--mrl-link-color-hover);
|
|
37
|
+
}
|
|
38
|
+
a.mrl-link:active {
|
|
39
|
+
color: var(--mrl-link-color-active);
|
|
40
|
+
}
|
|
41
|
+
a.mrl-link--large {
|
|
42
|
+
@include mrl-text-interactive('large');
|
|
43
|
+
}
|
|
44
|
+
a.mrl-link--medium {
|
|
45
|
+
@include mrl-text-interactive('medium');
|
|
46
|
+
}
|
|
47
|
+
a.mrl-link--small {
|
|
48
|
+
@include mrl-text-interactive('small');
|
|
49
|
+
}
|
|
50
|
+
a.mrl-link--xsmall {
|
|
51
|
+
@include mrl-text-interactive('xsmall');
|
|
52
|
+
}
|
|
53
|
+
a.mrl-link--simple .MrlLinkText {
|
|
54
|
+
border-bottom: none;
|
|
55
|
+
text-decoration: underline;
|
|
56
|
+
}
|
|
57
|
+
.MrlLinkIcon {
|
|
58
|
+
margin-left: var(--mrl-spacing-01);
|
|
59
|
+
margin-top: calc(var(--mrl-spacing-01) * -1);
|
|
60
|
+
}
|
|
61
|
+
.mrl-link--small .MrlLinkIcon {
|
|
62
|
+
height: auto;
|
|
63
|
+
width: var(--mrl-spacing-05);
|
|
64
|
+
}
|
|
65
|
+
.mrl-link--xsmall .MrlLinkIcon {
|
|
66
|
+
height: auto;
|
|
67
|
+
width: calc(var(--mrl-spacing-04) + var(--mrl-spacing-01));
|
|
68
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
@use './MrlMain.variables' as *;
|
|
3
|
+
@use '../layout.variables' as *;
|
|
4
|
+
@use '@muraldevkit/ds-foundation/src/styles/global-variables/breakpoints' as *;
|
|
5
|
+
.MrlMain {
|
|
6
|
+
align-items: initial;
|
|
7
|
+
background: rgba(var(--mrl-white), 1);
|
|
8
|
+
border-radius: var(--mrl-border-radius-container-large);
|
|
9
|
+
flex: 1;
|
|
10
|
+
margin-bottom: var(--mrl-spacing-05);
|
|
11
|
+
padding: var(--main-padding-large) var(--main-padding-small);
|
|
12
|
+
width: 100%;
|
|
13
|
+
&--no-topbar {
|
|
14
|
+
margin-top: var(--mrl-spacing-05);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
@media (min-width: $mrl-breakpoint-02) {
|
|
18
|
+
.MrlMain {
|
|
19
|
+
padding: var(--main-padding-large) var(--main-padding-medium);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
@media (min-width: $mrl-breakpoint-03) {
|
|
23
|
+
.MrlMain {
|
|
24
|
+
padding: var(--main-padding-large) var(--main-padding-large);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
@use '@muraldevkit/ds-foundation/src/styles/contextual-variables/z-index' as *;
|
|
2
|
+
.MrlMenu {
|
|
3
|
+
background: var(--mrl-color-background);
|
|
4
|
+
border-radius: var(--mrl-border-radius-functional-large);
|
|
5
|
+
box-shadow: var(--mrl-shadows-raised);
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
opacity: 0;
|
|
8
|
+
overflow: visible;
|
|
9
|
+
z-index: $mrl-zIndex-menus;
|
|
10
|
+
ul[role='menu'] {
|
|
11
|
+
min-height: var(--mrl-spacing-10);
|
|
12
|
+
overflow-x: visible;
|
|
13
|
+
padding: var(--mrl-spacing-04);
|
|
14
|
+
}
|
|
15
|
+
&--internal {
|
|
16
|
+
box-shadow: none;
|
|
17
|
+
ul[role='menu'] {
|
|
18
|
+
padding: 0;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
&--compact {
|
|
22
|
+
ul[role='menu'] {
|
|
23
|
+
padding: var(--mrl-space-stack-related);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
&--scrolling {
|
|
27
|
+
padding-bottom: var(--mrl-spacing-04);
|
|
28
|
+
ul[role='menu'] {
|
|
29
|
+
overflow: hidden auto;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
&--ignore {
|
|
33
|
+
max-height: calc(100vh - 32px);
|
|
34
|
+
ul[role='menu'] {
|
|
35
|
+
overflow: hidden auto;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
&--submenu {
|
|
39
|
+
left: 97%;
|
|
40
|
+
position: absolute;
|
|
41
|
+
}
|
|
42
|
+
&.open {
|
|
43
|
+
display: flex;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
@use '@muraldevkit/ds-foundation/src/styles/_mixins' as *;
|
|
2
|
+
@use '../../divider/divider.mixins.scss' as *;
|
|
3
|
+
@use '../../divider/divider.variables.scss' as *;
|
|
4
|
+
$menu-padding: var(--mrl-space-stack-controls);
|
|
5
|
+
$submenu-spacing: calc(100% + calc($menu-padding / 2));
|
|
6
|
+
$menu-icon-min-width: var(--mrl-spacing-06);
|
|
7
|
+
$space-inset-small: calc(var(--mrl-spacing-03) - var(--mrl-spacing-01));
|
|
8
|
+
.MrlMenuItem {
|
|
9
|
+
border-radius: var(--mrl-border-radius-content-large);
|
|
10
|
+
list-style-type: none;
|
|
11
|
+
margin: 0;
|
|
12
|
+
margin-bottom: var(--mrl-space-stack-related-small);
|
|
13
|
+
text-align: left;
|
|
14
|
+
text-indent: 0;
|
|
15
|
+
white-space: nowrap;
|
|
16
|
+
> .subMenu {
|
|
17
|
+
bottom: calc($menu-padding / 2);
|
|
18
|
+
display: none;
|
|
19
|
+
left: $submenu-spacing;
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: calc($menu-padding / -2);
|
|
22
|
+
&::before {
|
|
23
|
+
bottom: calc($menu-padding / 2);
|
|
24
|
+
content: '';
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
height: 100%;
|
|
27
|
+
left: calc($menu-padding * -1);
|
|
28
|
+
position: absolute;
|
|
29
|
+
top: calc($menu-padding / 2);
|
|
30
|
+
width: calc($menu-padding + 0.125rem);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
[aria-expanded='true'] + .subMenu {
|
|
34
|
+
display: flex;
|
|
35
|
+
}
|
|
36
|
+
a {
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
}
|
|
39
|
+
&:last-child {
|
|
40
|
+
margin-bottom: 0;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.MrlMenuItem--item {
|
|
44
|
+
@include mrl-text-interactive('xsmall');
|
|
45
|
+
align-items: center;
|
|
46
|
+
background: none;
|
|
47
|
+
border: none;
|
|
48
|
+
border-radius: var(--mrl-border-radius-content-large);
|
|
49
|
+
color: var(--mrl-color-text);
|
|
50
|
+
cursor: pointer;
|
|
51
|
+
display: flex;
|
|
52
|
+
height: var(--mrl-spacing-08);
|
|
53
|
+
justify-content: flex-start;
|
|
54
|
+
padding: var(--mrl-space-inline-related) var(--mrl-space-inline-sibling);
|
|
55
|
+
position: relative;
|
|
56
|
+
white-space: nowrap;
|
|
57
|
+
width: 100%;
|
|
58
|
+
&--selected {
|
|
59
|
+
background: var(--mrl-color-background-inverse-hover);
|
|
60
|
+
color: var(--mrl-color-text-inverse);
|
|
61
|
+
}
|
|
62
|
+
&--withIcon {
|
|
63
|
+
height: var(--mrl-spacing-08);
|
|
64
|
+
padding: calc(var(--mrl-spacing-02) + var(--mrl-spacing-01)) var(--mrl-space-inline-sibling);
|
|
65
|
+
}
|
|
66
|
+
&--content {
|
|
67
|
+
position: relative;
|
|
68
|
+
z-index: 1;
|
|
69
|
+
}
|
|
70
|
+
&--hoverArea {
|
|
71
|
+
height: 100%;
|
|
72
|
+
left: -30px;
|
|
73
|
+
position: absolute;
|
|
74
|
+
width: 215px;
|
|
75
|
+
}
|
|
76
|
+
.mrl-svg {
|
|
77
|
+
min-width: $menu-icon-min-width;
|
|
78
|
+
}
|
|
79
|
+
&.isLink {
|
|
80
|
+
justify-content: flex-start;
|
|
81
|
+
}
|
|
82
|
+
&:focus-visible {
|
|
83
|
+
outline: var(--mrl-line-width-focus) solid var(--mrl-color-focus);
|
|
84
|
+
outline-offset: var(--mrl-spacing-01);
|
|
85
|
+
}
|
|
86
|
+
&--submenuItem {
|
|
87
|
+
padding-right: 15px;
|
|
88
|
+
}
|
|
89
|
+
&:hover:not(.MrlMenuItem--item--selected, [aria-disabled='true']),
|
|
90
|
+
&--submenuOpen {
|
|
91
|
+
background: var(--mrl-black-opacity-00);
|
|
92
|
+
color: var(--mrl-color-text-hover);
|
|
93
|
+
}
|
|
94
|
+
&:active:not(.MrlMenuItem--item--selected, [aria-disabled='true']) {
|
|
95
|
+
background: var(--mrl-black-opacity-01);
|
|
96
|
+
color: var(--mrl-color-text-active);
|
|
97
|
+
}
|
|
98
|
+
&--submenuIcon-left {
|
|
99
|
+
display: flex;
|
|
100
|
+
margin-right: var(--mrl-spacing-03);
|
|
101
|
+
}
|
|
102
|
+
&--submenuIcon-right {
|
|
103
|
+
display: flex;
|
|
104
|
+
margin-left: auto;
|
|
105
|
+
position: relative;
|
|
106
|
+
top: 0;
|
|
107
|
+
width: 14px;
|
|
108
|
+
}
|
|
109
|
+
&[aria-disabled='true'] {
|
|
110
|
+
background: transparent;
|
|
111
|
+
color: var(--mrl-color-text-disabled);
|
|
112
|
+
pointer-events: none;
|
|
113
|
+
}
|
|
114
|
+
span,
|
|
115
|
+
svg {
|
|
116
|
+
pointer-events: none;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
@use '~@muraldevkit/ds-foundation/src/styles/global-variables/breakpoints' as *;
|
|
2
|
+
@use './MrlModal.variables.scss';
|
|
3
|
+
@use './MrlModal.mixins.scss' as *;
|
|
4
|
+
@media screen and (min-width: $mrl-breakpoint-01) {
|
|
5
|
+
.mrl-modal {
|
|
6
|
+
border-radius: var(--mrl-modal-border-radius);
|
|
7
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 8%), var(--mrl-shadow-03);
|
|
8
|
+
height: auto;
|
|
9
|
+
margin: var(--mrl-spacing-08);
|
|
10
|
+
max-height: var(--mrl-modal-max-height);
|
|
11
|
+
max-width: var(--mrl-modal-size);
|
|
12
|
+
}
|
|
13
|
+
.mrl-native-modal,
|
|
14
|
+
.mrl-display-modal {
|
|
15
|
+
height: min(var(--mrl-modal-max-height), 100vh - var(--mrl-spacing-09) - var(--mrl-spacing-08));
|
|
16
|
+
margin-bottom: initial;
|
|
17
|
+
max-height: initial;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.mrl-native-modal,
|
|
21
|
+
.mrl-display-modal {
|
|
22
|
+
border-radius: var(--mrl-modal-border-radius) var(--mrl-modal-border-radius) 0 0;
|
|
23
|
+
@media screen and (min-width: $mrl-breakpoint-01) {
|
|
24
|
+
border-radius: var(--mrl-modal-border-radius);
|
|
25
|
+
}
|
|
26
|
+
.mrl-modal-close {
|
|
27
|
+
display: none;
|
|
28
|
+
}
|
|
29
|
+
.mrl-modal-header {
|
|
30
|
+
position: relative;
|
|
31
|
+
text-align: center;
|
|
32
|
+
.mrl-text-heading {
|
|
33
|
+
text-align: center;
|
|
34
|
+
width: 100%;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
@mixin mrl-modal-scrim-in() {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
transition-duration: var(--mrl-duration-04);
|
|
5
|
+
transition-property: opacity;
|
|
6
|
+
transition-timing-function: var(--mrl-timing-m1);
|
|
7
|
+
}
|
|
8
|
+
@mixin mrl-modal-scrim-out() {
|
|
9
|
+
opacity: 0;
|
|
10
|
+
transition-duration: var(--mrl-duration-03);
|
|
11
|
+
transition-timing-function: var(--mrl-timing-m3);
|
|
12
|
+
}
|
|
13
|
+
@mixin mrl-modal-dialog-in() {
|
|
14
|
+
transform: translate(0, 0);
|
|
15
|
+
transition-duration: var(--mrl-duration-04);
|
|
16
|
+
transition-property: transform;
|
|
17
|
+
transition-timing-function: var(--mrl-timing-m1);
|
|
18
|
+
}
|
|
19
|
+
@mixin mrl-modal-dialog-out() {
|
|
20
|
+
transform: translate(0, var(--mrl-distance-02));
|
|
21
|
+
transition-duration: var(--mrl-duration-03);
|
|
22
|
+
transition-timing-function: var(--mrl-timing-m3);
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
@use '~@muraldevkit/ds-foundation/src/styles/global-variables/breakpoints' as *;
|
|
3
|
+
@use '~@muraldevkit/ds-foundation/src/styles/_mixins' as *;
|
|
4
|
+
@use '~@muraldevkit/ds-foundation/src/styles/contextual-variables/z-index' as *;
|
|
5
|
+
@use './MrlModal.variables.scss';
|
|
6
|
+
@use './MrlModal.mixins.scss' as *;
|
|
7
|
+
.mrl-modal-backdrop {
|
|
8
|
+
align-items: center;
|
|
9
|
+
background: var(--mrl-modal-backdrop-background);
|
|
10
|
+
display: flex;
|
|
11
|
+
inset: 0;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
opacity: 0;
|
|
14
|
+
position: fixed;
|
|
15
|
+
transition: opacity 300ms ease-in-out;
|
|
16
|
+
z-index: $mrl-zIndex-overlays;
|
|
17
|
+
&.fade-in {
|
|
18
|
+
@include mrl-modal-scrim-in;
|
|
19
|
+
}
|
|
20
|
+
&.fade-out {
|
|
21
|
+
@include mrl-modal-scrim-out;
|
|
22
|
+
}
|
|
23
|
+
&.display {
|
|
24
|
+
display: fixed;
|
|
25
|
+
}
|
|
26
|
+
&.hide {
|
|
27
|
+
display: none;
|
|
28
|
+
}
|
|
29
|
+
&--native,
|
|
30
|
+
&--display {
|
|
31
|
+
align-items: flex-start;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.mrl-modal {
|
|
35
|
+
background: var(--mrl-modal-background);
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
flex-grow: 1;
|
|
39
|
+
height: 100dvh;
|
|
40
|
+
position: relative;
|
|
41
|
+
width: 100dvw;
|
|
42
|
+
.mrl-modal-close {
|
|
43
|
+
position: absolute;
|
|
44
|
+
right: var(--mrl-modal-close-offset);
|
|
45
|
+
top: var(--mrl-modal-close-offset);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
49
|
+
.mrl-modal-backdrop.fade-in .mrl-modal {
|
|
50
|
+
@include mrl-modal-dialog-in;
|
|
51
|
+
}
|
|
52
|
+
.mrl-modal-backdrop.fade-out .mrl-modal {
|
|
53
|
+
@include mrl-modal-dialog-out;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
@use '~@muraldevkit/ds-foundation/src/styles/global-variables/breakpoints' as *;
|
|
3
|
+
@use '../modal.variables.scss';
|
|
4
|
+
.mrl-modal-backdrop {
|
|
5
|
+
--mrl-modal-backdrop-background: var(--mrl-black-opacity-05);
|
|
6
|
+
}
|
|
7
|
+
.mrl-modal {
|
|
8
|
+
--mrl-modal-size: 600px;
|
|
9
|
+
--mrl-modal-border-radius: var(--mrl-radii-05);
|
|
10
|
+
--mrl-modal-background: var(--mrl-color-background);
|
|
11
|
+
--mrl-modal-max-height: 95vh;
|
|
12
|
+
}
|
|
13
|
+
@media screen and (min-width: $mrl-breakpoint-01) {
|
|
14
|
+
.mrl-modal--small {
|
|
15
|
+
--mrl-modal-size: 400px;
|
|
16
|
+
}
|
|
17
|
+
.mrl-modal--large {
|
|
18
|
+
--mrl-modal-size: 800px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.mrl-native-modal,
|
|
22
|
+
.mrl-display-modal {
|
|
23
|
+
--mrl-modal-border-radius: var(--mrl-radii-04);
|
|
24
|
+
--mrl-modal-size: 600px;
|
|
25
|
+
--mrl-modal-max-height: 642px;
|
|
26
|
+
}
|