@laerdal/life-react-components 3.5.1-dev.10 → 3.5.1-dev.12
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/Accordion/AccordionItem.js +47 -69
- package/dist/Accordion/AccordionMenu.d.ts +15 -0
- package/dist/Accordion/AccordionMenu.js +64 -91
- package/dist/Accordion/ContentAccordion.d.ts +14 -0
- package/dist/Accordion/ContentAccordion.js +105 -154
- package/dist/Accordion/index.js +7 -8
- package/dist/Accordion/styles.js +12 -16
- package/dist/AuthPage/AuthPage.d.ts +3 -3
- package/dist/AuthPage/AuthPage.js +29 -36
- package/dist/AuthPage/ScreenSetsContainer.js +9 -9
- package/dist/AuthPage/index.js +4 -5
- package/dist/Banners/Banner.d.ts +26 -5
- package/dist/Banners/Banner.js +112 -182
- package/dist/Banners/OverviewBanner.d.ts +2 -2
- package/dist/Banners/OverviewBanner.js +39 -32
- package/dist/Banners/index.js +4 -5
- package/dist/Banners/styles.js +55 -53
- package/dist/Breadcrumb/Breadcrumb.d.ts +9 -2
- package/dist/Breadcrumb/Breadcrumb.js +67 -126
- package/dist/Breadcrumb/BreadcrumbItem.d.ts +2 -0
- package/dist/Breadcrumb/BreadcrumbItem.js +1 -2
- package/dist/Breadcrumb/index.js +4 -5
- package/dist/Breadcrumb/styles.js +24 -32
- package/dist/Button/BackButton.d.ts +7 -0
- package/dist/Button/BackButton.js +45 -48
- package/dist/Button/Button.d.ts +29 -10
- package/dist/Button/Button.js +85 -195
- package/dist/Button/DualFunctionButton.d.ts +10 -0
- package/dist/Button/DualFunctionButton.js +71 -160
- package/dist/Button/Iconbutton.d.ts +17 -11
- package/dist/Button/Iconbutton.js +70 -127
- package/dist/Button/index.js +8 -9
- package/dist/Card/HorizontalCard/HorizontalCard.js +55 -78
- package/dist/Card/HorizontalCard/HorizontalCardActions.d.ts +1 -1
- package/dist/Card/HorizontalCard/HorizontalCardActions.js +39 -92
- package/dist/Card/HorizontalCard/HorizontalCardBody.d.ts +1 -1
- package/dist/Card/HorizontalCard/HorizontalCardBody.js +23 -38
- package/dist/Card/HorizontalCard/HorizontalCardThumbnail.d.ts +1 -1
- package/dist/Card/HorizontalCard/HorizontalCardThumbnail.js +21 -34
- package/dist/Card/HorizontalCard/index.js +4 -5
- package/dist/Card/HorizontalCard/types.d.ts +18 -8
- package/dist/Card/HorizontalCard/types.js +1 -2
- package/dist/Card/VerticalCard/Card.d.ts +8 -1
- package/dist/Card/VerticalCard/Card.js +61 -81
- package/dist/Card/VerticalCard/CardBottomSection.d.ts +11 -0
- package/dist/Card/VerticalCard/CardBottomSection.js +45 -110
- package/dist/Card/VerticalCard/CardMiddleSection.d.ts +8 -0
- package/dist/Card/VerticalCard/CardMiddleSection.js +32 -66
- package/dist/Card/VerticalCard/CardTopSection.d.ts +11 -0
- package/dist/Card/VerticalCard/CardTopSection.js +33 -101
- package/dist/Card/VerticalCard/index.js +7 -8
- package/dist/Card/index.js +2 -3
- package/dist/Chips/ActionChip.js +41 -63
- package/dist/Chips/ChipStyles.js +12 -11
- package/dist/Chips/ChipTypes.d.ts +36 -2
- package/dist/Chips/ChipTypes.js +1 -2
- package/dist/Chips/ChoiceChips.js +66 -93
- package/dist/Chips/FilterChip.js +43 -64
- package/dist/Chips/InputChip.js +65 -106
- package/dist/Chips/index.js +6 -7
- package/dist/ChipsInput/ChipDropdownInput.d.ts +9 -1
- package/dist/ChipsInput/ChipDropdownInput.js +224 -361
- package/dist/ChipsInput/ChipInput.js +95 -124
- package/dist/ChipsInput/ChipInputField.js +114 -195
- package/dist/ChipsInput/ChipInputTypes.js +1 -2
- package/dist/ChipsInput/index.d.ts +1 -0
- package/dist/ChipsInput/index.js +2 -3
- package/dist/Dropdown/BasicDropdown.d.ts +79 -3
- package/dist/Dropdown/BasicDropdown.js +153 -305
- package/dist/Dropdown/CommonStyling.d.ts +0 -1
- package/dist/Dropdown/CommonStyling.js +24 -44
- package/dist/Dropdown/DropdownButton.js +103 -206
- package/dist/Dropdown/DropdownButtonTypes.d.ts +31 -4
- package/dist/Dropdown/DropdownButtonTypes.js +1 -2
- package/dist/Dropdown/DropdownContent.d.ts +10 -1
- package/dist/Dropdown/DropdownContent.js +339 -605
- package/dist/Dropdown/DropdownFilter.d.ts +18 -1
- package/dist/Dropdown/DropdownFilter.js +161 -318
- package/dist/Dropdown/index.js +8 -9
- package/dist/Footer/Components/FooterBottomLinks.d.ts +2 -2
- package/dist/Footer/Components/FooterBottomLinks.js +20 -41
- package/dist/Footer/Components/FooterDropdownLinks.d.ts +2 -2
- package/dist/Footer/Components/FooterDropdownLinks.js +25 -61
- package/dist/Footer/Components/FooterNavSection.d.ts +2 -2
- package/dist/Footer/Components/FooterNavSection.js +32 -62
- package/dist/Footer/Components/FooterNewsletterAndSocialSection.d.ts +2 -2
- package/dist/Footer/Components/FooterNewsletterAndSocialSection.js +42 -95
- package/dist/Footer/Components/FooterTop.d.ts +2 -2
- package/dist/Footer/Components/FooterTop.js +34 -60
- package/dist/Footer/Footer.d.ts +2 -2
- package/dist/Footer/Footer.js +17 -20
- package/dist/Footer/SiteFooter.d.ts +1 -1
- package/dist/Footer/SiteFooter.js +51 -89
- package/dist/Footer/index.js +2 -3
- package/dist/GlobalNavigationBar/GlobalNavigationBar.d.ts +1 -1
- package/dist/GlobalNavigationBar/GlobalNavigationBar.js +89 -192
- package/dist/GlobalNavigationBar/Logo.d.ts +1 -1
- package/dist/GlobalNavigationBar/Logo.js +33 -74
- package/dist/GlobalNavigationBar/__tests__/GlobalNavigationBar.tests.js +299 -0
- package/dist/GlobalNavigationBar/__tests__/Logo.tests.js +26 -0
- package/dist/GlobalNavigationBar/desktop/DesktopActions.js +88 -146
- package/dist/GlobalNavigationBar/desktop/ExtendedMainMenu.d.ts +3 -3
- package/dist/GlobalNavigationBar/desktop/ExtendedMainMenu.js +42 -66
- package/dist/GlobalNavigationBar/desktop/MainMenu.d.ts +1 -1
- package/dist/GlobalNavigationBar/desktop/MainMenu.js +175 -282
- package/dist/GlobalNavigationBar/desktop/RightSideNav.d.ts +1 -1
- package/dist/GlobalNavigationBar/desktop/RightSideNav.js +46 -64
- package/dist/GlobalNavigationBar/desktop/SubMenu.d.ts +1 -1
- package/dist/GlobalNavigationBar/desktop/SubMenu.js +131 -248
- package/dist/GlobalNavigationBar/desktop/UserMenu.d.ts +2 -2
- package/dist/GlobalNavigationBar/desktop/UserMenu.js +90 -155
- package/dist/GlobalNavigationBar/index.js +3 -4
- package/dist/GlobalNavigationBar/mobile/CommonStyles.js +28 -26
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.js +18 -32
- package/dist/GlobalNavigationBar/mobile/MobileMenu.d.ts +3 -3
- package/dist/GlobalNavigationBar/mobile/MobileMenu.js +94 -146
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.js +89 -145
- package/dist/GlobalNavigationBar/mobile/MobileMenuHeader.js +108 -152
- package/dist/GlobalNavigationBar/types.d.ts +12 -8
- package/dist/GlobalNavigationBar/types.js +1 -2
- package/dist/GlobalNavigationBar/utils.js +7 -10
- package/dist/HyperLink/HyperLink.d.ts +7 -0
- package/dist/HyperLink/HyperLink.js +36 -42
- package/dist/HyperLink/index.js +3 -4
- package/dist/HyperLink/styling.js +9 -7
- package/dist/Image/ImageWithFallbacks.d.ts +2 -2
- package/dist/Image/ImageWithFallbacks.js +87 -106
- package/dist/Image/index.js +2 -3
- package/dist/InputFields/Checkbox.js +65 -95
- package/dist/InputFields/DatepickerField.d.ts +40 -2
- package/dist/InputFields/DatepickerField.js +227 -335
- package/dist/InputFields/DatepickerFieldHeader.d.ts +5 -2
- package/dist/InputFields/DatepickerFieldHeader.js +43 -80
- package/dist/InputFields/Label.d.ts +1 -1
- package/dist/InputFields/Label.js +77 -116
- package/dist/InputFields/NumberField.d.ts +46 -17
- package/dist/InputFields/NumberField.js +194 -304
- package/dist/InputFields/PasswordField.d.ts +74 -2
- package/dist/InputFields/PasswordField.js +60 -129
- package/dist/InputFields/QuickSearch.d.ts +13 -1
- package/dist/InputFields/QuickSearch.js +92 -189
- package/dist/InputFields/RadioButton.d.ts +27 -3
- package/dist/InputFields/RadioButton.js +54 -96
- package/dist/InputFields/ResponsiveComponentWrapper.d.ts +1 -1
- package/dist/InputFields/ResponsiveComponentWrapper.js +20 -44
- package/dist/InputFields/RichTextField.d.ts +57 -0
- package/dist/InputFields/RichTextField.js +83 -111
- package/dist/InputFields/SearchBar.d.ts +65 -1
- package/dist/InputFields/SearchBar.js +63 -187
- package/dist/InputFields/TextField.d.ts +114 -2
- package/dist/InputFields/TextField.js +51 -121
- package/dist/InputFields/Textarea.js +57 -88
- package/dist/InputFields/components/SearchBarInput.d.ts +1 -1
- package/dist/InputFields/components/SearchBarInput.js +26 -73
- package/dist/InputFields/components/SearchField.js +44 -45
- package/dist/InputFields/index.js +13 -14
- package/dist/InputFields/styling.js +33 -38
- package/dist/InputFields/types.d.ts +41 -3
- package/dist/InputFields/types.js +2 -3
- package/dist/Layouts/index.js +25 -41
- package/dist/LinearProgress/LinearProgress.d.ts +6 -0
- package/dist/LinearProgress/LinearProgress.js +78 -105
- package/dist/LinearProgress/index.js +3 -4
- package/dist/List/ListRow.d.ts +17 -4
- package/dist/List/ListRow.js +83 -140
- package/dist/List/__tests__/ListRow.tests.js +51 -0
- package/dist/List/index.js +2 -3
- package/dist/LoadingIndicator/LoadingIndicator.d.ts +6 -3
- package/dist/LoadingIndicator/LoadingIndicator.js +26 -46
- package/dist/LoadingIndicator/index.js +1 -2
- package/dist/LoadingPage/GlobalLoadingPage.d.ts +1 -1
- package/dist/LoadingPage/GlobalLoadingPage.js +26 -36
- package/dist/LoadingPage/index.js +1 -2
- package/dist/MenuItem/MenuItem.d.ts +8 -2
- package/dist/MenuItem/MenuItem.js +60 -101
- package/dist/MenuItem/index.js +1 -2
- package/dist/MiniProductCard/MiniProductCard.d.ts +3 -3
- package/dist/MiniProductCard/MiniProductCard.js +30 -47
- package/dist/MiniProductCard/index.js +1 -2
- package/dist/Modals/Modal.d.ts +5 -5
- package/dist/Modals/Modal.js +36 -55
- package/dist/Modals/ModalContainer.d.ts +3 -3
- package/dist/Modals/ModalContainer.js +130 -185
- package/dist/Modals/ModalContent.d.ts +1 -1
- package/dist/Modals/ModalContent.js +159 -246
- package/dist/Modals/ModalDialog.d.ts +14 -4
- package/dist/Modals/ModalDialog.js +166 -339
- package/dist/Modals/ModalNote.js +27 -66
- package/dist/Modals/ModalStyles.js +53 -94
- package/dist/Modals/ModalTypes.d.ts +2 -2
- package/dist/Modals/ModalTypes.js +1 -2
- package/dist/Modals/index.js +6 -7
- package/dist/NavItem/NavItem.d.ts +2 -2
- package/dist/NavItem/NavItem.js +26 -18
- package/dist/NavItem/NestedNavItem.d.ts +20 -2
- package/dist/NavItem/NestedNavItem.js +18 -28
- package/dist/NavItem/index.js +1 -2
- package/dist/NotificationDot/NotificationDot.d.ts +10 -0
- package/dist/NotificationDot/NotificationDot.js +17 -47
- package/dist/NotificationDot/index.js +1 -2
- package/dist/Paginator/Paginator.d.ts +18 -4
- package/dist/Paginator/Paginator.js +77 -147
- package/dist/Paginator/index.js +2 -3
- package/dist/Panel/Panel.d.ts +25 -7
- package/dist/Panel/Panel.js +82 -131
- package/dist/Panel/index.js +1 -2
- package/dist/Popover/Popover.d.ts +80 -12
- package/dist/Popover/Popover.js +101 -226
- package/dist/Popover/index.js +1 -2
- package/dist/ProfileButton/ProfileButton.d.ts +33 -5
- package/dist/ProfileButton/ProfileButton.js +52 -75
- package/dist/ProfileButton/index.js +1 -2
- package/dist/QuizButton/QuizButton.d.ts +25 -1
- package/dist/QuizButton/QuizButton.js +53 -121
- package/dist/QuizButton/index.js +1 -2
- package/dist/SegmentControl/SegmentControl.d.ts +25 -2
- package/dist/SegmentControl/SegmentControl.js +57 -78
- package/dist/SegmentControl/index.d.ts +2 -2
- package/dist/SegmentControl/index.js +2 -3
- package/dist/Services/functions.js +11 -12
- package/dist/SideMenu/SideMenu.js +43 -30
- package/dist/SideMenu/SideMenuBody.d.ts +2 -2
- package/dist/SideMenu/SideMenuBody.js +24 -38
- package/dist/SideMenu/SideMenuFooter.d.ts +2 -2
- package/dist/SideMenu/SideMenuFooter.js +43 -46
- package/dist/SideMenu/SideMenuHeader.d.ts +2 -2
- package/dist/SideMenu/SideMenuHeader.js +46 -42
- package/dist/SideMenu/index.js +2 -3
- package/dist/SideMenu/types.d.ts +3 -3
- package/dist/SideMenu/types.js +1 -2
- package/dist/SkipToContent/SkipToContent.d.ts +1 -1
- package/dist/SkipToContent/SkipToContent.js +17 -24
- package/dist/SkipToContent/index.js +1 -2
- package/dist/Switcher/MobileCustomMenuContent.js +26 -37
- package/dist/Switcher/MobileSwitcherMenu.d.ts +1 -1
- package/dist/Switcher/MobileSwitcherMenu.js +21 -55
- package/dist/Switcher/SwitcherMenuItem.d.ts +2 -2
- package/dist/Switcher/SwitcherMenuItem.js +18 -44
- package/dist/Switcher/__tests__/SwitcherMenuItem.js +53 -0
- package/dist/Switcher/index.js +3 -4
- package/dist/Table/Table.js +286 -391
- package/dist/Table/TableBody.js +116 -244
- package/dist/Table/TableFooter.js +41 -94
- package/dist/Table/TableHeaders.js +26 -31
- package/dist/Table/TableStyles.js +40 -48
- package/dist/Table/TableTypes.d.ts +134 -4
- package/dist/Table/TableTypes.js +2 -2
- package/dist/Table/index.js +3 -4
- package/dist/Tabs/HorizontalTabs.d.ts +14 -3
- package/dist/Tabs/HorizontalTabs.js +116 -161
- package/dist/Tabs/TabLink.d.ts +1 -1
- package/dist/Tabs/TabLink.js +76 -117
- package/dist/Tabs/Tabs.d.ts +1 -1
- package/dist/Tabs/Tabs.js +62 -80
- package/dist/Tabs/VerticalTabs.d.ts +30 -2
- package/dist/Tabs/VerticalTabs.js +13 -46
- package/dist/Tabs/__tests__/TabLink.tests.js +83 -0
- package/dist/Tabs/__tests__/Tablist.tests.js +78 -0
- package/dist/Tabs/index.d.ts +1 -1
- package/dist/Tabs/index.js +3 -4
- package/dist/Tag/Tag.d.ts +5 -2
- package/dist/Tag/Tag.js +41 -49
- package/dist/Tag/index.js +1 -2
- package/dist/Tile/Tile.js +43 -42
- package/dist/Tile/TileBody.js +15 -18
- package/dist/Tile/TileCommonItems.d.ts +2 -2
- package/dist/Tile/TileCommonItems.js +75 -117
- package/dist/Tile/TileFooter.js +19 -28
- package/dist/Tile/TileHeader.js +57 -81
- package/dist/Tile/TileTypes.d.ts +8 -8
- package/dist/Tile/TileTypes.js +1 -2
- package/dist/Tile/index.js +3 -4
- package/dist/Toasters/Toast.d.ts +11 -3
- package/dist/Toasters/Toast.js +166 -241
- package/dist/Toasters/ToastContext.d.ts +2 -2
- package/dist/Toasters/ToastContext.js +69 -145
- package/dist/Toasters/index.js +4 -5
- package/dist/Toggles/ToggleButton.d.ts +5 -0
- package/dist/Toggles/ToggleButton.js +48 -71
- package/dist/Toggles/ToggleSwitch.js +61 -83
- package/dist/Toggles/TogglerStyles.js +13 -12
- package/dist/Toggles/TogglerTypes.d.ts +7 -0
- package/dist/Toggles/TogglerTypes.js +1 -2
- package/dist/Toggles/index.js +3 -4
- package/dist/Tooltips/TooltipOverflow.d.ts +1 -1
- package/dist/Tooltips/TooltipOverflow.js +71 -102
- package/dist/Tooltips/TooltipStyles.d.ts +2 -1
- package/dist/Tooltips/TooltipStyles.js +41 -70
- package/dist/Tooltips/TooltipTypes.d.ts +10 -0
- package/dist/Tooltips/TooltipTypes.js +1 -2
- package/dist/Tooltips/TooltipWrapper.d.ts +2 -2
- package/dist/Tooltips/TooltipWrapper.js +65 -93
- package/dist/Tooltips/index.js +3 -4
- package/dist/assets/index.d.ts +1 -1
- package/dist/assets/index.js +41 -154
- package/dist/common/ActionWithin.js +25 -45
- package/dist/common/ClickOutside.js +20 -23
- package/dist/common/EventHandlers.js +8 -9
- package/dist/common/FocusOutside.js +20 -23
- package/dist/common/FocusVisible.d.ts +1 -1
- package/dist/common/FocusVisible.js +75 -89
- package/dist/common/InputStyling.js +8 -6
- package/dist/common/NavigationHelper.js +18 -24
- package/dist/common/ScrollableContainer.js +22 -25
- package/dist/common/StackState.js +10 -29
- package/dist/common/index.js +6 -7
- package/dist/icons/contenticons/Adaptive.js +31 -37
- package/dist/icons/contenticons/Add.js +31 -37
- package/dist/icons/contenticons/Adult.js +31 -37
- package/dist/icons/contenticons/AedNoShockAdvised.js +31 -37
- package/dist/icons/contenticons/AedPads.js +31 -37
- package/dist/icons/contenticons/AedPadsCorrect.js +31 -37
- package/dist/icons/contenticons/AedPadsError.js +31 -37
- package/dist/icons/contenticons/AedShockAdvised.js +31 -37
- package/dist/icons/contenticons/Ambulance.js +31 -37
- package/dist/icons/contenticons/Assignments.js +31 -37
- package/dist/icons/contenticons/Attention.js +31 -37
- package/dist/icons/contenticons/AutomaticMode.js +31 -37
- package/dist/icons/contenticons/AwardWinningPerson.js +31 -37
- package/dist/icons/contenticons/Biohazard.js +31 -37
- package/dist/icons/contenticons/Bleeding.js +31 -37
- package/dist/icons/contenticons/Book.js +31 -37
- package/dist/icons/contenticons/Buildings.js +31 -37
- package/dist/icons/contenticons/CPRCall.js +31 -37
- package/dist/icons/contenticons/CPRCycles.js +31 -37
- package/dist/icons/contenticons/CPRTraining.js +31 -37
- package/dist/icons/contenticons/Calendar.js +31 -37
- package/dist/icons/contenticons/Call.js +31 -37
- package/dist/icons/contenticons/Certificate.js +31 -37
- package/dist/icons/contenticons/ChestCompressionFraction.js +31 -37
- package/dist/icons/contenticons/Child.js +31 -37
- package/dist/icons/contenticons/Cleaning.js +31 -37
- package/dist/icons/contenticons/ClinicalFindings.js +31 -37
- package/dist/icons/contenticons/Cloud.js +31 -37
- package/dist/icons/contenticons/CloudAttension.js +31 -37
- package/dist/icons/contenticons/CloudChecked.js +31 -37
- package/dist/icons/contenticons/CloudDownload.js +31 -37
- package/dist/icons/contenticons/CloudLocked.js +31 -37
- package/dist/icons/contenticons/CloudNoConnection.js +31 -37
- package/dist/icons/contenticons/CloudSyncing.js +31 -37
- package/dist/icons/contenticons/CloudUpload.js +31 -37
- package/dist/icons/contenticons/Code.js +31 -37
- package/dist/icons/contenticons/CoffeeBreak.js +31 -37
- package/dist/icons/contenticons/Contact.js +31 -37
- package/dist/icons/contenticons/ContactInfo.js +31 -37
- package/dist/icons/contenticons/Cookie.js +31 -37
- package/dist/icons/contenticons/CountAloud.js +31 -37
- package/dist/icons/contenticons/Dashboard.js +31 -37
- package/dist/icons/contenticons/Data.js +31 -37
- package/dist/icons/contenticons/DecisionFlow.js +31 -37
- package/dist/icons/contenticons/Defribilator.js +31 -37
- package/dist/icons/contenticons/DefribilatorMonitor.js +31 -37
- package/dist/icons/contenticons/Depth.js +31 -37
- package/dist/icons/contenticons/Desktop.js +31 -37
- package/dist/icons/contenticons/DeviceChecked.js +31 -37
- package/dist/icons/contenticons/Dispatcher.js +31 -37
- package/dist/icons/contenticons/Doctor.js +31 -37
- package/dist/icons/contenticons/DocumentChecked.js +31 -37
- package/dist/icons/contenticons/Download.js +31 -37
- package/dist/icons/contenticons/ELearning.js +31 -37
- package/dist/icons/contenticons/EMSRescuer.js +31 -37
- package/dist/icons/contenticons/ESimulation.js +31 -37
- package/dist/icons/contenticons/Edit.js +31 -37
- package/dist/icons/contenticons/Educator.js +31 -37
- package/dist/icons/contenticons/Elderly.js +31 -37
- package/dist/icons/contenticons/Embryo.js +31 -37
- package/dist/icons/contenticons/EventLog.js +31 -37
- package/dist/icons/contenticons/Faq.js +31 -37
- package/dist/icons/contenticons/Female.js +31 -37
- package/dist/icons/contenticons/FirstAid.js +31 -37
- package/dist/icons/contenticons/Geriatric.js +31 -37
- package/dist/icons/contenticons/GiftCard.js +31 -37
- package/dist/icons/contenticons/Goals.js +31 -37
- package/dist/icons/contenticons/Grid.js +31 -37
- package/dist/icons/contenticons/GuidedTour.js +31 -37
- package/dist/icons/contenticons/HandPlacement.js +31 -37
- package/dist/icons/contenticons/HandPlacementCorrect.js +31 -37
- package/dist/icons/contenticons/HandPlacementIncorrect.js +31 -37
- package/dist/icons/contenticons/HeadTilt.js +31 -37
- package/dist/icons/contenticons/Heart.js +31 -37
- package/dist/icons/contenticons/HeartPulse.js +31 -37
- package/dist/icons/contenticons/HeartShock.js +31 -37
- package/dist/icons/contenticons/Help.js +31 -37
- package/dist/icons/contenticons/Hierarchy.js +31 -37
- package/dist/icons/contenticons/Hospital.js +31 -37
- package/dist/icons/contenticons/Hospitalized.js +31 -37
- package/dist/icons/contenticons/House.js +31 -37
- package/dist/icons/contenticons/Infant.js +31 -37
- package/dist/icons/contenticons/Information.js +31 -37
- package/dist/icons/contenticons/Injustice.js +31 -37
- package/dist/icons/contenticons/Institute.js +31 -37
- package/dist/icons/contenticons/Justice.js +31 -37
- package/dist/icons/contenticons/Laptop.js +31 -37
- package/dist/icons/contenticons/Leaflet.js +31 -37
- package/dist/icons/contenticons/Learner.js +31 -37
- package/dist/icons/contenticons/Levels.js +31 -37
- package/dist/icons/contenticons/LevelsDecreasing.js +31 -37
- package/dist/icons/contenticons/LevelsIncreasing.js +31 -37
- package/dist/icons/contenticons/LevelsStarred.js +31 -37
- package/dist/icons/contenticons/Maintenance.js +31 -37
- package/dist/icons/contenticons/Male.js +31 -37
- package/dist/icons/contenticons/Manikin.js +31 -37
- package/dist/icons/contenticons/ManikinCorrect.js +31 -37
- package/dist/icons/contenticons/ManikinError.js +31 -37
- package/dist/icons/contenticons/ManualMode.js +31 -37
- package/dist/icons/contenticons/MapPoint.js +31 -37
- package/dist/icons/contenticons/MaskLeak.js +31 -37
- package/dist/icons/contenticons/MedicalHistory.js +31 -37
- package/dist/icons/contenticons/MedicalRecord.js +31 -37
- package/dist/icons/contenticons/Medication.js +31 -37
- package/dist/icons/contenticons/Metronome.js +31 -37
- package/dist/icons/contenticons/MoodHappy.js +31 -37
- package/dist/icons/contenticons/MoodIndifferent.js +31 -37
- package/dist/icons/contenticons/MoodSad.js +31 -37
- package/dist/icons/contenticons/MoodVeryHappy.js +31 -37
- package/dist/icons/contenticons/MoodVerySad.js +31 -37
- package/dist/icons/contenticons/Newborn.js +31 -37
- package/dist/icons/contenticons/NoInterruption.js +31 -37
- package/dist/icons/contenticons/Note.js +31 -37
- package/dist/icons/contenticons/Pain.js +31 -37
- package/dist/icons/contenticons/Patient.js +31 -37
- package/dist/icons/contenticons/PatientAssignment.js +31 -37
- package/dist/icons/contenticons/PatientMonitor.js +31 -37
- package/dist/icons/contenticons/PatientStretcher.js +31 -37
- package/dist/icons/contenticons/PatientTransfer.js +31 -37
- package/dist/icons/contenticons/PatientTreatment.js +31 -37
- package/dist/icons/contenticons/Person.js +31 -37
- package/dist/icons/contenticons/PhysiologicalModel.js +31 -37
- package/dist/icons/contenticons/PieChart.js +31 -37
- package/dist/icons/contenticons/Pill.js +31 -37
- package/dist/icons/contenticons/Pregnant.js +31 -37
- package/dist/icons/contenticons/Print.js +31 -37
- package/dist/icons/contenticons/ProvidersOrders.js +31 -37
- package/dist/icons/contenticons/Pulse.js +31 -37
- package/dist/icons/contenticons/RQICart.js +31 -37
- package/dist/icons/contenticons/Rate.js +31 -37
- package/dist/icons/contenticons/RateTooFast.js +31 -37
- package/dist/icons/contenticons/RateTooSlow.js +31 -37
- package/dist/icons/contenticons/Recoil.js +31 -37
- package/dist/icons/contenticons/Ruler.js +31 -37
- package/dist/icons/contenticons/Screens.js +31 -37
- package/dist/icons/contenticons/Search.js +31 -37
- package/dist/icons/contenticons/Sepsis.js +31 -37
- package/dist/icons/contenticons/Settings.js +31 -37
- package/dist/icons/contenticons/Shock.js +31 -37
- package/dist/icons/contenticons/ShockAdvised.js +31 -37
- package/dist/icons/contenticons/ShockAutomated.js +31 -37
- package/dist/icons/contenticons/ShockNotAdvised.js +31 -37
- package/dist/icons/contenticons/Sleep.js +31 -37
- package/dist/icons/contenticons/Smartphone.js +31 -37
- package/dist/icons/contenticons/Speech.js +31 -37
- package/dist/icons/contenticons/SpeechBubble.js +31 -37
- package/dist/icons/contenticons/SpeechBubbles.js +31 -37
- package/dist/icons/contenticons/Star.js +31 -37
- package/dist/icons/contenticons/Stethoscope.js +31 -37
- package/dist/icons/contenticons/Stock.js +31 -37
- package/dist/icons/contenticons/Stopwatch.js +31 -37
- package/dist/icons/contenticons/Suitcase.js +31 -37
- package/dist/icons/contenticons/SwitchCamera.js +31 -37
- package/dist/icons/contenticons/SwitchRoles.js +31 -37
- package/dist/icons/contenticons/Tablet.js +31 -37
- package/dist/icons/contenticons/Talking.js +31 -37
- package/dist/icons/contenticons/TargetGroup.js +31 -37
- package/dist/icons/contenticons/TaskTrainer.js +31 -37
- package/dist/icons/contenticons/TeamLead.js +31 -37
- package/dist/icons/contenticons/TeamWork.js +31 -37
- package/dist/icons/contenticons/Terms.js +31 -37
- package/dist/icons/contenticons/TimelineReview.js +31 -37
- package/dist/icons/contenticons/Translation.js +31 -37
- package/dist/icons/contenticons/Trophy.js +31 -37
- package/dist/icons/contenticons/Trophy1st.js +31 -37
- package/dist/icons/contenticons/Trophy2nd.js +31 -37
- package/dist/icons/contenticons/Trophy3rd.js +31 -37
- package/dist/icons/contenticons/TrophyStar.js +31 -37
- package/dist/icons/contenticons/Truck.js +31 -37
- package/dist/icons/contenticons/TwoRescuerCPR.js +31 -37
- package/dist/icons/contenticons/USB.js +31 -37
- package/dist/icons/contenticons/Ultrasound.js +31 -37
- package/dist/icons/contenticons/VentilationLungs.js +31 -37
- package/dist/icons/contenticons/VentilationPressure.js +31 -37
- package/dist/icons/contenticons/VentilationVolume.js +31 -37
- package/dist/icons/contenticons/Video.js +31 -37
- package/dist/icons/contenticons/VideoRecording.js +31 -37
- package/dist/icons/contenticons/Visibility.js +31 -37
- package/dist/icons/contenticons/VitalSigns.js +31 -37
- package/dist/icons/contenticons/index.js +179 -180
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +41 -67
- package/dist/icons/systemicons/Accessibility.js +31 -37
- package/dist/icons/systemicons/Add.js +31 -37
- package/dist/icons/systemicons/AddUser.js +31 -37
- package/dist/icons/systemicons/Adult.js +31 -37
- package/dist/icons/systemicons/AedPads.js +31 -37
- package/dist/icons/systemicons/AedPadsCorrect.js +31 -37
- package/dist/icons/systemicons/AedPadsError.js +31 -37
- package/dist/icons/systemicons/Archive.js +31 -37
- package/dist/icons/systemicons/ArrowCollapse.js +31 -37
- package/dist/icons/systemicons/ArrowDropDown.js +31 -37
- package/dist/icons/systemicons/ArrowDropLeft.js +31 -37
- package/dist/icons/systemicons/ArrowDropRight.js +31 -37
- package/dist/icons/systemicons/ArrowDropUp.js +31 -37
- package/dist/icons/systemicons/ArrowExpand.js +31 -37
- package/dist/icons/systemicons/ArrowLineDown.js +31 -37
- package/dist/icons/systemicons/ArrowLineLeft.js +31 -37
- package/dist/icons/systemicons/ArrowLineRight.js +31 -37
- package/dist/icons/systemicons/ArrowLineUp.js +31 -37
- package/dist/icons/systemicons/ArrowStopLeft.js +31 -37
- package/dist/icons/systemicons/ArrowStopRight.js +31 -37
- package/dist/icons/systemicons/Assignments.js +31 -37
- package/dist/icons/systemicons/Asterisk.js +31 -37
- package/dist/icons/systemicons/Attachment.js +31 -37
- package/dist/icons/systemicons/Attention.js +31 -37
- package/dist/icons/systemicons/AudioDescriptionOn.js +31 -37
- package/dist/icons/systemicons/BackwardsFiveSec.js +31 -37
- package/dist/icons/systemicons/Battery0.js +31 -37
- package/dist/icons/systemicons/Battery1.js +31 -37
- package/dist/icons/systemicons/Battery2.js +31 -37
- package/dist/icons/systemicons/Battery3.js +31 -37
- package/dist/icons/systemicons/Battery4.js +31 -37
- package/dist/icons/systemicons/Battery5.js +31 -37
- package/dist/icons/systemicons/Battery6.js +31 -37
- package/dist/icons/systemicons/BatteryFull.js +31 -37
- package/dist/icons/systemicons/Bluetooth.js +31 -37
- package/dist/icons/systemicons/Book.js +31 -37
- package/dist/icons/systemicons/BookmarkAdd.js +31 -37
- package/dist/icons/systemicons/BookmarkCollection.js +31 -37
- package/dist/icons/systemicons/BookmarkOff.js +31 -37
- package/dist/icons/systemicons/BookmarkOn.js +31 -37
- package/dist/icons/systemicons/Bullet.js +31 -37
- package/dist/icons/systemicons/Calendar.js +31 -37
- package/dist/icons/systemicons/CheckMark.js +31 -37
- package/dist/icons/systemicons/CheckboxOff.js +31 -37
- package/dist/icons/systemicons/CheckboxOn.js +31 -37
- package/dist/icons/systemicons/CheckboxSemi.js +31 -37
- package/dist/icons/systemicons/ChevronDown.js +31 -37
- package/dist/icons/systemicons/ChevronLeft.js +31 -37
- package/dist/icons/systemicons/ChevronRight.js +31 -37
- package/dist/icons/systemicons/ChevronUp.js +31 -37
- package/dist/icons/systemicons/Child.js +31 -37
- package/dist/icons/systemicons/Clear.js +31 -37
- package/dist/icons/systemicons/Close.js +31 -37
- package/dist/icons/systemicons/ClosedCaptionOn.js +31 -37
- package/dist/icons/systemicons/Cloud.js +31 -37
- package/dist/icons/systemicons/CloudAttention.js +31 -37
- package/dist/icons/systemicons/CloudCheck.js +31 -37
- package/dist/icons/systemicons/CloudDownload.js +31 -37
- package/dist/icons/systemicons/CloudLocked.js +31 -37
- package/dist/icons/systemicons/CloudNoConnection.js +31 -37
- package/dist/icons/systemicons/CloudSyncing.js +31 -37
- package/dist/icons/systemicons/CloudUpload.js +31 -37
- package/dist/icons/systemicons/CoffeeBreak.js +31 -37
- package/dist/icons/systemicons/Copy.js +31 -37
- package/dist/icons/systemicons/Dashboard.js +31 -37
- package/dist/icons/systemicons/DecisionFlow.js +31 -37
- package/dist/icons/systemicons/Delete.js +31 -37
- package/dist/icons/systemicons/Document.js +31 -39
- package/dist/icons/systemicons/Download.js +31 -37
- package/dist/icons/systemicons/DragHandle.js +31 -37
- package/dist/icons/systemicons/DragIndicator.js +31 -37
- package/dist/icons/systemicons/Edit.js +31 -37
- package/dist/icons/systemicons/Educator.js +31 -37
- package/dist/icons/systemicons/Equals.js +31 -37
- package/dist/icons/systemicons/EventLog.js +31 -37
- package/dist/icons/systemicons/Export.js +31 -37
- package/dist/icons/systemicons/ExportCVS.js +31 -37
- package/dist/icons/systemicons/ExportDoc.js +31 -37
- package/dist/icons/systemicons/ExportEXL.js +31 -37
- package/dist/icons/systemicons/ExportJpg.js +31 -37
- package/dist/icons/systemicons/ExportPDF.js +31 -37
- package/dist/icons/systemicons/ExportPNG.js +31 -37
- package/dist/icons/systemicons/ExtendTextArea.js +31 -37
- package/dist/icons/systemicons/Facebook.js +31 -37
- package/dist/icons/systemicons/Filter.js +31 -37
- package/dist/icons/systemicons/Flickr.js +31 -37
- package/dist/icons/systemicons/Forward.js +31 -37
- package/dist/icons/systemicons/ForwardFiveSec.js +31 -37
- package/dist/icons/systemicons/ForwardSlash.js +31 -37
- package/dist/icons/systemicons/Fullscreen.js +31 -37
- package/dist/icons/systemicons/FullscreenExit.js +31 -37
- package/dist/icons/systemicons/GearSettings.js +31 -37
- package/dist/icons/systemicons/GridView.js +31 -37
- package/dist/icons/systemicons/Group.js +31 -37
- package/dist/icons/systemicons/GuidedTour.js +31 -37
- package/dist/icons/systemicons/HeartShock.js +31 -37
- package/dist/icons/systemicons/Help.js +31 -37
- package/dist/icons/systemicons/Hierarchy.js +31 -37
- package/dist/icons/systemicons/History.js +31 -37
- package/dist/icons/systemicons/Home.js +31 -37
- package/dist/icons/systemicons/Image.js +31 -37
- package/dist/icons/systemicons/Infant.js +31 -37
- package/dist/icons/systemicons/Information.js +31 -37
- package/dist/icons/systemicons/Institute.js +31 -37
- package/dist/icons/systemicons/Keyboard.js +31 -37
- package/dist/icons/systemicons/Language.js +31 -37
- package/dist/icons/systemicons/Learner.js +31 -37
- package/dist/icons/systemicons/Legend.js +31 -37
- package/dist/icons/systemicons/Legend1Circle.js +31 -37
- package/dist/icons/systemicons/Legend2Triangle.js +31 -37
- package/dist/icons/systemicons/Legend3Star.js +31 -37
- package/dist/icons/systemicons/Legend4Square.js +31 -37
- package/dist/icons/systemicons/Legend5Diamond.js +31 -37
- package/dist/icons/systemicons/Legend6Nabla.js +31 -37
- package/dist/icons/systemicons/Legend7Pentagon.js +31 -37
- package/dist/icons/systemicons/Legend8Rectangle.js +31 -37
- package/dist/icons/systemicons/LegendStrokeDashed.js +31 -37
- package/dist/icons/systemicons/LegendStrokeSolid.js +31 -37
- package/dist/icons/systemicons/LikeOff.js +31 -37
- package/dist/icons/systemicons/LikeOn.js +31 -37
- package/dist/icons/systemicons/Link.js +31 -37
- package/dist/icons/systemicons/LinkedIn.js +31 -37
- package/dist/icons/systemicons/ListView.js +31 -37
- package/dist/icons/systemicons/LoadingMedium.js +8 -30
- package/dist/icons/systemicons/LoadingSmall.js +8 -30
- package/dist/icons/systemicons/LockedOff.js +31 -37
- package/dist/icons/systemicons/LockedOn.js +31 -37
- package/dist/icons/systemicons/Login.js +31 -37
- package/dist/icons/systemicons/Logout.js +31 -37
- package/dist/icons/systemicons/Loop.js +31 -37
- package/dist/icons/systemicons/Mail.js +31 -37
- package/dist/icons/systemicons/Manikin.js +31 -37
- package/dist/icons/systemicons/MapPoint.js +31 -37
- package/dist/icons/systemicons/Menu.js +31 -37
- package/dist/icons/systemicons/Metronome.js +31 -37
- package/dist/icons/systemicons/Microphone.js +31 -37
- package/dist/icons/systemicons/Minus.js +31 -37
- package/dist/icons/systemicons/MoreHorizontal.js +31 -37
- package/dist/icons/systemicons/MoreVertical.js +31 -37
- package/dist/icons/systemicons/Notification.js +31 -37
- package/dist/icons/systemicons/NotificationNew.js +31 -37
- package/dist/icons/systemicons/OpenFolder.js +31 -37
- package/dist/icons/systemicons/OpenNewWindow.js +31 -37
- package/dist/icons/systemicons/OverView.js +31 -37
- package/dist/icons/systemicons/Pause.js +31 -37
- package/dist/icons/systemicons/PieChart.js +31 -37
- package/dist/icons/systemicons/Pin.js +31 -37
- package/dist/icons/systemicons/Play.js +31 -37
- package/dist/icons/systemicons/PlayList.js +31 -37
- package/dist/icons/systemicons/PlayOutline.js +31 -37
- package/dist/icons/systemicons/PlaybackSpeed.js +31 -37
- package/dist/icons/systemicons/Plus.js +31 -37
- package/dist/icons/systemicons/PointDown.js +31 -37
- package/dist/icons/systemicons/PointLeft.js +31 -37
- package/dist/icons/systemicons/PointRight.js +31 -37
- package/dist/icons/systemicons/PointUp.js +31 -37
- package/dist/icons/systemicons/Print.js +31 -37
- package/dist/icons/systemicons/RadioButtonOff.js +31 -37
- package/dist/icons/systemicons/RadioButtonOn.js +31 -37
- package/dist/icons/systemicons/Record.js +31 -37
- package/dist/icons/systemicons/Refresh.js +31 -37
- package/dist/icons/systemicons/Replay.js +31 -37
- package/dist/icons/systemicons/Rewind.js +31 -37
- package/dist/icons/systemicons/SUN.js +31 -37
- package/dist/icons/systemicons/Save.js +31 -37
- package/dist/icons/systemicons/Search.js +31 -37
- package/dist/icons/systemicons/SendTo.js +31 -37
- package/dist/icons/systemicons/Share.js +31 -37
- package/dist/icons/systemicons/Shock.js +31 -37
- package/dist/icons/systemicons/ShockAdvised.js +31 -37
- package/dist/icons/systemicons/ShockAutomated.js +31 -37
- package/dist/icons/systemicons/ShockNotAdvised.js +31 -37
- package/dist/icons/systemicons/ShoppingCart.js +31 -37
- package/dist/icons/systemicons/SkipForward.js +31 -37
- package/dist/icons/systemicons/Sort.js +31 -37
- package/dist/icons/systemicons/SpeechBuble.js +31 -37
- package/dist/icons/systemicons/StarFilled.js +31 -37
- package/dist/icons/systemicons/StarOutlined.js +31 -37
- package/dist/icons/systemicons/Stop.js +31 -37
- package/dist/icons/systemicons/Support.js +31 -37
- package/dist/icons/systemicons/SwitchApp.js +31 -37
- package/dist/icons/systemicons/Team.js +31 -37
- package/dist/icons/systemicons/TechnicalWarning.js +31 -37
- package/dist/icons/systemicons/ThumbsDown.js +31 -37
- package/dist/icons/systemicons/ThumbsUp.js +31 -37
- package/dist/icons/systemicons/Time.js +31 -37
- package/dist/icons/systemicons/TimeLimited.js +31 -37
- package/dist/icons/systemicons/Timeline.js +31 -37
- package/dist/icons/systemicons/Tip.js +31 -37
- package/dist/icons/systemicons/Transcript.js +31 -37
- package/dist/icons/systemicons/Translation.js +31 -37
- package/dist/icons/systemicons/Twitter.js +31 -37
- package/dist/icons/systemicons/Upload.js +31 -37
- package/dist/icons/systemicons/Usb.js +31 -37
- package/dist/icons/systemicons/User.js +31 -37
- package/dist/icons/systemicons/Video.js +31 -37
- package/dist/icons/systemicons/VisibleOff.js +31 -37
- package/dist/icons/systemicons/VisibleOn.js +31 -37
- package/dist/icons/systemicons/VolumeDown.js +31 -37
- package/dist/icons/systemicons/VolumeOff.js +31 -37
- package/dist/icons/systemicons/VolumeUp.js +31 -37
- package/dist/icons/systemicons/Youtube.js +31 -37
- package/dist/icons/systemicons/Zoom.js +31 -37
- package/dist/icons/systemicons/ZoomOut.js +31 -37
- package/dist/icons/systemicons/index.js +204 -205
- package/dist/index.d.ts +1 -1
- package/dist/index.js +45 -46
- package/dist/src/Accordion/AccordionItem.js +47 -0
- package/dist/src/Accordion/AccordionMenu.js +66 -0
- package/dist/src/Accordion/ContentAccordion.js +107 -0
- package/dist/src/Accordion/index.js +7 -0
- package/dist/src/Accordion/styles.js +12 -0
- package/dist/src/AuthPage/AuthPage.d.ts +1 -1
- package/dist/src/AuthPage/AuthPage.js +29 -0
- package/dist/src/AuthPage/ScreenSetsContainer.js +9 -0
- package/dist/src/AuthPage/index.js +4 -0
- package/dist/src/Banners/Banner.d.ts +2 -2
- package/dist/src/Banners/Banner.js +112 -0
- package/dist/src/Banners/OverviewBanner.d.ts +1 -1
- package/dist/src/Banners/OverviewBanner.js +39 -0
- package/dist/src/Banners/index.js +4 -0
- package/dist/src/Banners/styles.js +55 -0
- package/dist/src/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/src/Breadcrumb/Breadcrumb.js +67 -0
- package/dist/src/Breadcrumb/BreadcrumbItem.js +1 -0
- package/dist/src/Breadcrumb/index.js +4 -0
- package/dist/src/Breadcrumb/styles.js +24 -0
- package/dist/src/Button/BackButton.js +45 -0
- package/dist/src/Button/Button.js +87 -0
- package/dist/src/Button/DualFunctionButton.js +71 -0
- package/dist/src/Button/Iconbutton.js +70 -0
- package/dist/src/Button/index.js +8 -0
- package/dist/src/Card/HorizontalCard/HorizontalCard.js +55 -0
- package/dist/src/Card/HorizontalCard/HorizontalCardActions.d.ts +1 -1
- package/dist/src/Card/HorizontalCard/HorizontalCardActions.js +39 -0
- package/dist/src/Card/HorizontalCard/HorizontalCardBody.d.ts +1 -1
- package/dist/src/Card/HorizontalCard/HorizontalCardBody.js +23 -0
- package/dist/src/Card/HorizontalCard/HorizontalCardThumbnail.d.ts +1 -1
- package/dist/src/Card/HorizontalCard/HorizontalCardThumbnail.js +21 -0
- package/dist/src/Card/HorizontalCard/index.js +4 -0
- package/dist/src/Card/HorizontalCard/types.d.ts +5 -5
- package/dist/src/Card/HorizontalCard/types.js +1 -0
- package/dist/src/Card/VerticalCard/Card.js +61 -0
- package/dist/src/Card/VerticalCard/CardBottomSection.js +45 -0
- package/dist/src/Card/VerticalCard/CardMiddleSection.js +32 -0
- package/dist/src/Card/VerticalCard/CardTopSection.js +33 -0
- package/dist/src/Card/VerticalCard/index.js +7 -0
- package/dist/src/Card/index.js +2 -0
- package/dist/src/Chips/ActionChip.js +45 -0
- package/dist/src/Chips/ChipStyles.js +16 -0
- package/dist/src/Chips/ChipTypes.d.ts +1 -1
- package/dist/src/Chips/ChipTypes.js +1 -0
- package/dist/src/Chips/ChoiceChips.js +70 -0
- package/dist/src/Chips/FilterChip.js +49 -0
- package/dist/src/Chips/InputChip.js +71 -0
- package/dist/src/Chips/index.js +6 -0
- package/dist/src/ChipsInput/ChipDropdownInput.js +230 -0
- package/dist/src/ChipsInput/ChipInput.js +99 -0
- package/dist/src/ChipsInput/ChipInputField.js +114 -0
- package/dist/src/ChipsInput/ChipInputTypes.js +1 -0
- package/dist/src/ChipsInput/index.js +2 -0
- package/dist/src/Dropdown/BasicDropdown.d.ts +3 -3
- package/dist/src/Dropdown/BasicDropdown.js +153 -0
- package/dist/src/Dropdown/CommonStyling.js +24 -0
- package/dist/src/Dropdown/DropdownButton.js +107 -0
- package/dist/src/Dropdown/DropdownButtonTypes.d.ts +3 -3
- package/dist/src/Dropdown/DropdownButtonTypes.js +1 -0
- package/dist/src/Dropdown/DropdownContent.js +339 -0
- package/dist/src/Dropdown/DropdownFilter.js +161 -0
- package/dist/src/Dropdown/index.js +8 -0
- package/dist/src/Footer/Components/FooterBottomLinks.js +20 -0
- package/dist/src/Footer/Components/FooterDropdownLinks.js +25 -0
- package/dist/src/Footer/Components/FooterNavSection.js +32 -0
- package/dist/src/Footer/Components/FooterNewsletterAndSocialSection.js +42 -0
- package/dist/src/Footer/Components/FooterTop.js +34 -0
- package/dist/src/Footer/Footer.js +17 -0
- package/dist/src/Footer/SiteFooter.js +57 -0
- package/dist/src/Footer/index.js +2 -0
- package/dist/src/GlobalNavigationBar/GlobalNavigationBar.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/GlobalNavigationBar.js +93 -0
- package/dist/src/GlobalNavigationBar/Logo.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/Logo.js +33 -0
- package/dist/src/GlobalNavigationBar/__tests__/GlobalNavigationBar.tests.js +299 -0
- package/dist/src/GlobalNavigationBar/__tests__/Logo.tests.js +26 -0
- package/dist/src/GlobalNavigationBar/desktop/DesktopActions.js +88 -0
- package/dist/src/GlobalNavigationBar/desktop/ExtendedMainMenu.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/desktop/ExtendedMainMenu.js +42 -0
- package/dist/src/GlobalNavigationBar/desktop/MainMenu.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/desktop/MainMenu.js +175 -0
- package/dist/src/GlobalNavigationBar/desktop/RightSideNav.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/desktop/RightSideNav.js +46 -0
- package/dist/src/GlobalNavigationBar/desktop/SubMenu.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/desktop/SubMenu.js +131 -0
- package/dist/src/GlobalNavigationBar/desktop/UserMenu.js +90 -0
- package/dist/src/GlobalNavigationBar/index.js +3 -0
- package/dist/src/GlobalNavigationBar/mobile/CommonStyles.js +28 -0
- package/dist/src/GlobalNavigationBar/mobile/MobileActionContainer.js +18 -0
- package/dist/src/GlobalNavigationBar/mobile/MobileMenu.d.ts +1 -1
- package/dist/src/GlobalNavigationBar/mobile/MobileMenu.js +94 -0
- package/dist/src/GlobalNavigationBar/mobile/MobileMenuContent.js +89 -0
- package/dist/src/GlobalNavigationBar/mobile/MobileMenuHeader.js +108 -0
- package/dist/src/GlobalNavigationBar/types.d.ts +8 -8
- package/dist/src/GlobalNavigationBar/types.js +1 -0
- package/dist/src/GlobalNavigationBar/utils.js +7 -0
- package/dist/src/HyperLink/HyperLink.js +36 -0
- package/dist/src/HyperLink/index.js +3 -0
- package/dist/src/HyperLink/styling.js +9 -0
- package/dist/src/Image/ImageWithFallbacks.d.ts +1 -1
- package/dist/src/Image/ImageWithFallbacks.js +87 -0
- package/dist/src/Image/index.js +2 -0
- package/dist/src/InputFields/Checkbox.js +65 -0
- package/dist/src/InputFields/DatepickerField.d.ts +1 -1
- package/dist/src/InputFields/DatepickerField.js +237 -0
- package/dist/src/InputFields/DatepickerFieldHeader.js +45 -0
- package/dist/src/InputFields/Label.d.ts +1 -1
- package/dist/src/InputFields/Label.js +83 -0
- package/dist/src/InputFields/NumberField.js +194 -0
- package/dist/src/InputFields/PasswordField.d.ts +1 -1
- package/dist/src/InputFields/PasswordField.js +60 -0
- package/dist/src/InputFields/QuickSearch.d.ts +1 -1
- package/dist/src/InputFields/QuickSearch.js +92 -0
- package/dist/src/InputFields/RadioButton.d.ts +1 -1
- package/dist/src/InputFields/RadioButton.js +54 -0
- package/dist/src/InputFields/ResponsiveComponentWrapper.d.ts +1 -1
- package/dist/src/InputFields/ResponsiveComponentWrapper.js +24 -0
- package/dist/src/InputFields/RichTextField.js +83 -0
- package/dist/src/InputFields/SearchBar.d.ts +1 -1
- package/dist/src/InputFields/SearchBar.js +63 -0
- package/dist/src/InputFields/TextField.d.ts +1 -1
- package/dist/src/InputFields/TextField.js +51 -0
- package/dist/src/InputFields/Textarea.js +65 -0
- package/dist/src/InputFields/components/SearchBarInput.d.ts +1 -1
- package/dist/src/InputFields/components/SearchBarInput.js +26 -0
- package/dist/src/InputFields/components/SearchField.js +44 -0
- package/dist/src/InputFields/index.js +13 -0
- package/dist/src/InputFields/styling.js +33 -0
- package/dist/src/InputFields/types.d.ts +2 -2
- package/dist/src/InputFields/types.js +2 -0
- package/dist/src/Layouts/index.js +25 -0
- package/dist/src/LinearProgress/LinearProgress.js +78 -0
- package/dist/src/LinearProgress/index.js +3 -0
- package/dist/src/List/ListRow.js +83 -0
- package/dist/src/List/__tests__/ListRow.tests.js +51 -0
- package/dist/src/List/index.js +2 -0
- package/dist/src/LoadingIndicator/LoadingIndicator.d.ts +1 -1
- package/dist/src/LoadingIndicator/LoadingIndicator.js +26 -0
- package/dist/src/LoadingIndicator/index.js +1 -0
- package/dist/src/LoadingPage/GlobalLoadingPage.js +26 -0
- package/dist/src/LoadingPage/index.js +1 -0
- package/dist/src/MenuItem/MenuItem.d.ts +1 -1
- package/dist/src/MenuItem/MenuItem.js +60 -0
- package/dist/src/MenuItem/index.js +1 -0
- package/dist/src/MiniProductCard/MiniProductCard.d.ts +1 -1
- package/dist/src/MiniProductCard/MiniProductCard.js +30 -0
- package/dist/src/MiniProductCard/index.js +1 -0
- package/dist/src/Modals/Modal.d.ts +1 -1
- package/dist/src/Modals/Modal.js +38 -0
- package/dist/src/Modals/ModalContainer.d.ts +2 -2
- package/dist/src/Modals/ModalContainer.js +130 -0
- package/dist/src/Modals/ModalContent.js +159 -0
- package/dist/src/Modals/ModalDialog.js +166 -0
- package/dist/src/Modals/ModalNote.js +27 -0
- package/dist/src/Modals/ModalStyles.js +55 -0
- package/dist/src/Modals/ModalTypes.d.ts +2 -2
- package/dist/src/Modals/ModalTypes.js +1 -0
- package/dist/src/Modals/index.js +6 -0
- package/dist/src/NavItem/NavItem.d.ts +1 -1
- package/dist/src/NavItem/NavItem.js +26 -0
- package/dist/src/NavItem/NestedNavItem.js +18 -0
- package/dist/src/NavItem/index.js +1 -0
- package/dist/src/NotificationDot/NotificationDot.js +17 -0
- package/dist/src/NotificationDot/index.js +1 -0
- package/dist/src/Paginator/Paginator.js +77 -0
- package/dist/src/Paginator/index.js +2 -0
- package/dist/src/Panel/Panel.d.ts +1 -1
- package/dist/src/Panel/Panel.js +82 -0
- package/dist/src/Panel/index.js +1 -0
- package/dist/src/Popover/Popover.js +101 -0
- package/dist/src/Popover/index.js +1 -0
- package/dist/src/ProfileButton/ProfileButton.d.ts +2 -2
- package/dist/src/ProfileButton/ProfileButton.js +52 -0
- package/dist/src/ProfileButton/index.js +1 -0
- package/dist/src/QuizButton/QuizButton.d.ts +1 -1
- package/dist/src/QuizButton/QuizButton.js +53 -0
- package/dist/src/QuizButton/index.js +1 -0
- package/dist/src/SegmentControl/SegmentControl.js +57 -0
- package/dist/src/SegmentControl/index.js +2 -0
- package/dist/src/Services/functions.js +11 -0
- package/dist/src/SideMenu/SideMenu.js +43 -0
- package/dist/src/SideMenu/SideMenuBody.js +24 -0
- package/dist/src/SideMenu/SideMenuFooter.js +43 -0
- package/dist/src/SideMenu/SideMenuHeader.js +46 -0
- package/dist/src/SideMenu/index.js +2 -0
- package/dist/src/SideMenu/types.d.ts +3 -3
- package/dist/src/SideMenu/types.js +1 -0
- package/dist/src/SkipToContent/SkipToContent.d.ts +1 -1
- package/dist/src/SkipToContent/SkipToContent.js +17 -0
- package/dist/src/SkipToContent/index.js +1 -0
- package/dist/src/Switcher/MobileCustomMenuContent.js +26 -0
- package/dist/src/Switcher/MobileSwitcherMenu.js +21 -0
- package/dist/src/Switcher/SwitcherMenuItem.js +18 -0
- package/dist/src/Switcher/__tests__/SwitcherMenuItem.js +53 -0
- package/dist/src/Switcher/index.js +3 -0
- package/dist/src/Table/Table.js +292 -0
- package/dist/src/Table/TableBody.js +116 -0
- package/dist/src/Table/TableFooter.js +41 -0
- package/dist/src/Table/TableHeaders.js +26 -0
- package/dist/src/Table/TableStyles.js +46 -0
- package/dist/src/Table/TableTypes.d.ts +4 -4
- package/dist/src/Table/TableTypes.js +2 -0
- package/dist/src/Table/index.js +3 -0
- package/dist/src/Tabs/HorizontalTabs.js +122 -0
- package/dist/src/Tabs/TabLink.js +76 -0
- package/dist/src/Tabs/Tabs.d.ts +1 -1
- package/dist/src/Tabs/Tabs.js +62 -0
- package/dist/src/Tabs/VerticalTabs.js +13 -0
- package/dist/src/Tabs/__tests__/TabLink.tests.js +83 -0
- package/dist/src/Tabs/__tests__/Tablist.tests.js +78 -0
- package/dist/src/Tabs/index.js +3 -0
- package/dist/src/Tag/Tag.d.ts +2 -2
- package/dist/src/Tag/Tag.js +41 -0
- package/dist/src/Tag/index.js +1 -0
- package/dist/src/Tile/Tile.js +43 -0
- package/dist/src/Tile/TileBody.js +15 -0
- package/dist/src/Tile/TileCommonItems.js +75 -0
- package/dist/src/Tile/TileFooter.js +19 -0
- package/dist/src/Tile/TileHeader.js +57 -0
- package/dist/src/Tile/TileTypes.d.ts +8 -8
- package/dist/src/Tile/TileTypes.js +1 -0
- package/dist/src/Tile/index.js +3 -0
- package/dist/src/Toasters/Toast.d.ts +2 -2
- package/dist/src/Toasters/Toast.js +166 -0
- package/dist/src/Toasters/ToastContext.d.ts +2 -2
- package/dist/src/Toasters/ToastContext.js +69 -0
- package/dist/src/Toasters/index.js +4 -0
- package/dist/src/Toggles/ToggleButton.js +48 -0
- package/dist/src/Toggles/ToggleSwitch.js +65 -0
- package/dist/src/Toggles/TogglerStyles.js +17 -0
- package/dist/src/Toggles/TogglerTypes.js +1 -0
- package/dist/src/Toggles/index.js +3 -0
- package/dist/src/Tooltips/TooltipOverflow.js +71 -0
- package/dist/src/Tooltips/TooltipStyles.d.ts +1 -1
- package/dist/src/Tooltips/TooltipStyles.js +41 -0
- package/dist/src/Tooltips/TooltipTypes.js +1 -0
- package/dist/src/Tooltips/TooltipWrapper.js +65 -0
- package/dist/src/Tooltips/index.js +3 -0
- package/dist/src/assets/index.d.ts +1 -1
- package/dist/src/assets/index.js +41 -0
- package/dist/src/common/ActionWithin.js +25 -0
- package/dist/src/common/ClickOutside.js +20 -0
- package/dist/src/common/EventHandlers.js +8 -0
- package/dist/src/common/FocusOutside.js +20 -0
- package/dist/src/common/FocusVisible.d.ts +1 -1
- package/dist/src/common/FocusVisible.js +75 -0
- package/dist/src/common/InputStyling.js +8 -0
- package/dist/src/common/NavigationHelper.js +18 -0
- package/dist/src/common/ScrollableContainer.js +22 -0
- package/dist/src/common/StackState.js +10 -0
- package/dist/src/common/index.js +6 -0
- package/dist/src/icons/contenticons/Adaptive.js +31 -0
- package/dist/src/icons/contenticons/Add.js +31 -0
- package/dist/src/icons/contenticons/Adult.js +31 -0
- package/dist/src/icons/contenticons/AedNoShockAdvised.js +31 -0
- package/dist/src/icons/contenticons/AedPads.js +31 -0
- package/dist/src/icons/contenticons/AedPadsCorrect.js +31 -0
- package/dist/src/icons/contenticons/AedPadsError.js +31 -0
- package/dist/src/icons/contenticons/AedShockAdvised.js +31 -0
- package/dist/src/icons/contenticons/Ambulance.js +31 -0
- package/dist/src/icons/contenticons/Assignments.js +31 -0
- package/dist/src/icons/contenticons/Attention.js +31 -0
- package/dist/src/icons/contenticons/AutomaticMode.js +31 -0
- package/dist/src/icons/contenticons/AwardWinningPerson.js +31 -0
- package/dist/src/icons/contenticons/Biohazard.js +31 -0
- package/dist/src/icons/contenticons/Bleeding.js +31 -0
- package/dist/src/icons/contenticons/Book.js +31 -0
- package/dist/src/icons/contenticons/Buildings.js +31 -0
- package/dist/src/icons/contenticons/CPRCall.js +31 -0
- package/dist/src/icons/contenticons/CPRCycles.js +31 -0
- package/dist/src/icons/contenticons/CPRTraining.js +31 -0
- package/dist/src/icons/contenticons/Calendar.js +31 -0
- package/dist/src/icons/contenticons/Call.js +31 -0
- package/dist/src/icons/contenticons/Certificate.js +31 -0
- package/dist/src/icons/contenticons/ChestCompressionFraction.js +31 -0
- package/dist/src/icons/contenticons/Child.js +31 -0
- package/dist/src/icons/contenticons/Cleaning.js +31 -0
- package/dist/src/icons/contenticons/ClinicalFindings.js +31 -0
- package/dist/src/icons/contenticons/Cloud.js +31 -0
- package/dist/src/icons/contenticons/CloudAttension.js +31 -0
- package/dist/src/icons/contenticons/CloudChecked.js +31 -0
- package/dist/src/icons/contenticons/CloudDownload.js +31 -0
- package/dist/src/icons/contenticons/CloudLocked.js +31 -0
- package/dist/src/icons/contenticons/CloudNoConnection.js +31 -0
- package/dist/src/icons/contenticons/CloudSyncing.js +31 -0
- package/dist/src/icons/contenticons/CloudUpload.js +31 -0
- package/dist/src/icons/contenticons/Code.js +31 -0
- package/dist/src/icons/contenticons/CoffeeBreak.js +31 -0
- package/dist/src/icons/contenticons/Contact.js +31 -0
- package/dist/src/icons/contenticons/ContactInfo.js +31 -0
- package/dist/src/icons/contenticons/Cookie.js +31 -0
- package/dist/src/icons/contenticons/CountAloud.js +31 -0
- package/dist/src/icons/contenticons/Dashboard.js +31 -0
- package/dist/src/icons/contenticons/Data.js +31 -0
- package/dist/src/icons/contenticons/DecisionFlow.js +31 -0
- package/dist/src/icons/contenticons/Defribilator.js +31 -0
- package/dist/src/icons/contenticons/DefribilatorMonitor.js +31 -0
- package/dist/src/icons/contenticons/Depth.js +31 -0
- package/dist/src/icons/contenticons/Desktop.js +31 -0
- package/dist/src/icons/contenticons/DeviceChecked.js +31 -0
- package/dist/src/icons/contenticons/Dispatcher.js +31 -0
- package/dist/src/icons/contenticons/Doctor.js +31 -0
- package/dist/src/icons/contenticons/DocumentChecked.js +31 -0
- package/dist/src/icons/contenticons/Download.js +31 -0
- package/dist/src/icons/contenticons/ELearning.js +31 -0
- package/dist/src/icons/contenticons/EMSRescuer.js +31 -0
- package/dist/src/icons/contenticons/ESimulation.js +31 -0
- package/dist/src/icons/contenticons/Edit.js +31 -0
- package/dist/src/icons/contenticons/Educator.js +31 -0
- package/dist/src/icons/contenticons/Elderly.js +31 -0
- package/dist/src/icons/contenticons/Embryo.js +31 -0
- package/dist/src/icons/contenticons/EventLog.js +31 -0
- package/dist/src/icons/contenticons/Faq.js +31 -0
- package/dist/src/icons/contenticons/Female.js +31 -0
- package/dist/src/icons/contenticons/FirstAid.js +31 -0
- package/dist/src/icons/contenticons/Geriatric.js +31 -0
- package/dist/src/icons/contenticons/GiftCard.js +31 -0
- package/dist/src/icons/contenticons/Goals.js +31 -0
- package/dist/src/icons/contenticons/Grid.js +31 -0
- package/dist/src/icons/contenticons/GuidedTour.js +31 -0
- package/dist/src/icons/contenticons/HandPlacement.js +31 -0
- package/dist/src/icons/contenticons/HandPlacementCorrect.js +31 -0
- package/dist/src/icons/contenticons/HandPlacementIncorrect.js +31 -0
- package/dist/src/icons/contenticons/HeadTilt.js +31 -0
- package/dist/src/icons/contenticons/Heart.js +31 -0
- package/dist/src/icons/contenticons/HeartPulse.js +31 -0
- package/dist/src/icons/contenticons/HeartShock.js +31 -0
- package/dist/src/icons/contenticons/Help.js +31 -0
- package/dist/src/icons/contenticons/Hierarchy.js +31 -0
- package/dist/src/icons/contenticons/Hospital.js +31 -0
- package/dist/src/icons/contenticons/Hospitalized.js +31 -0
- package/dist/src/icons/contenticons/House.js +31 -0
- package/dist/src/icons/contenticons/Infant.js +31 -0
- package/dist/src/icons/contenticons/Information.js +31 -0
- package/dist/src/icons/contenticons/Injustice.js +31 -0
- package/dist/src/icons/contenticons/Institute.js +31 -0
- package/dist/src/icons/contenticons/Justice.js +31 -0
- package/dist/src/icons/contenticons/Laptop.js +31 -0
- package/dist/src/icons/contenticons/Leaflet.js +31 -0
- package/dist/src/icons/contenticons/Learner.js +31 -0
- package/dist/src/icons/contenticons/Levels.js +31 -0
- package/dist/src/icons/contenticons/LevelsDecreasing.js +31 -0
- package/dist/src/icons/contenticons/LevelsIncreasing.js +31 -0
- package/dist/src/icons/contenticons/LevelsStarred.js +31 -0
- package/dist/src/icons/contenticons/Maintenance.js +31 -0
- package/dist/src/icons/contenticons/Male.js +31 -0
- package/dist/src/icons/contenticons/Manikin.js +31 -0
- package/dist/src/icons/contenticons/ManikinCorrect.js +31 -0
- package/dist/src/icons/contenticons/ManikinError.js +31 -0
- package/dist/src/icons/contenticons/ManualMode.js +31 -0
- package/dist/src/icons/contenticons/MapPoint.js +31 -0
- package/dist/src/icons/contenticons/MaskLeak.js +31 -0
- package/dist/src/icons/contenticons/MedicalHistory.js +31 -0
- package/dist/src/icons/contenticons/MedicalRecord.js +31 -0
- package/dist/src/icons/contenticons/Medication.js +31 -0
- package/dist/src/icons/contenticons/Metronome.js +31 -0
- package/dist/src/icons/contenticons/MoodHappy.js +31 -0
- package/dist/src/icons/contenticons/MoodIndifferent.js +31 -0
- package/dist/src/icons/contenticons/MoodSad.js +31 -0
- package/dist/src/icons/contenticons/MoodVeryHappy.js +31 -0
- package/dist/src/icons/contenticons/MoodVerySad.js +31 -0
- package/dist/src/icons/contenticons/Newborn.js +31 -0
- package/dist/src/icons/contenticons/NoInterruption.js +31 -0
- package/dist/src/icons/contenticons/Note.js +31 -0
- package/dist/src/icons/contenticons/Pain.js +31 -0
- package/dist/src/icons/contenticons/Patient.js +31 -0
- package/dist/src/icons/contenticons/PatientAssignment.js +31 -0
- package/dist/src/icons/contenticons/PatientMonitor.js +31 -0
- package/dist/src/icons/contenticons/PatientStretcher.js +31 -0
- package/dist/src/icons/contenticons/PatientTransfer.js +31 -0
- package/dist/src/icons/contenticons/PatientTreatment.js +31 -0
- package/dist/src/icons/contenticons/Person.js +31 -0
- package/dist/src/icons/contenticons/PhysiologicalModel.js +31 -0
- package/dist/src/icons/contenticons/PieChart.js +31 -0
- package/dist/src/icons/contenticons/Pill.js +31 -0
- package/dist/src/icons/contenticons/Pregnant.js +31 -0
- package/dist/src/icons/contenticons/Print.js +31 -0
- package/dist/src/icons/contenticons/ProvidersOrders.js +31 -0
- package/dist/src/icons/contenticons/Pulse.js +31 -0
- package/dist/src/icons/contenticons/RQICart.js +31 -0
- package/dist/src/icons/contenticons/Rate.js +31 -0
- package/dist/src/icons/contenticons/RateTooFast.js +31 -0
- package/dist/src/icons/contenticons/RateTooSlow.js +31 -0
- package/dist/src/icons/contenticons/Recoil.js +31 -0
- package/dist/src/icons/contenticons/Ruler.js +31 -0
- package/dist/src/icons/contenticons/Screens.js +31 -0
- package/dist/src/icons/contenticons/Search.js +31 -0
- package/dist/src/icons/contenticons/Sepsis.js +31 -0
- package/dist/src/icons/contenticons/Settings.js +31 -0
- package/dist/src/icons/contenticons/Shock.js +31 -0
- package/dist/src/icons/contenticons/ShockAdvised.js +31 -0
- package/dist/src/icons/contenticons/ShockAutomated.js +31 -0
- package/dist/src/icons/contenticons/ShockNotAdvised.js +31 -0
- package/dist/src/icons/contenticons/Sleep.js +31 -0
- package/dist/src/icons/contenticons/Smartphone.js +31 -0
- package/dist/src/icons/contenticons/Speech.js +31 -0
- package/dist/src/icons/contenticons/SpeechBubble.js +31 -0
- package/dist/src/icons/contenticons/SpeechBubbles.js +31 -0
- package/dist/src/icons/contenticons/Star.js +31 -0
- package/dist/src/icons/contenticons/Stethoscope.js +31 -0
- package/dist/src/icons/contenticons/Stock.js +31 -0
- package/dist/src/icons/contenticons/Stopwatch.js +31 -0
- package/dist/src/icons/contenticons/Suitcase.js +31 -0
- package/dist/src/icons/contenticons/SwitchCamera.js +31 -0
- package/dist/src/icons/contenticons/SwitchRoles.js +31 -0
- package/dist/src/icons/contenticons/Tablet.js +31 -0
- package/dist/src/icons/contenticons/Talking.js +31 -0
- package/dist/src/icons/contenticons/TargetGroup.js +31 -0
- package/dist/src/icons/contenticons/TaskTrainer.js +31 -0
- package/dist/src/icons/contenticons/TeamLead.js +31 -0
- package/dist/src/icons/contenticons/TeamWork.js +31 -0
- package/dist/src/icons/contenticons/Terms.js +31 -0
- package/dist/src/icons/contenticons/TimelineReview.js +31 -0
- package/dist/src/icons/contenticons/Translation.js +31 -0
- package/dist/src/icons/contenticons/Trophy.js +31 -0
- package/dist/src/icons/contenticons/Trophy1st.js +31 -0
- package/dist/src/icons/contenticons/Trophy2nd.js +31 -0
- package/dist/src/icons/contenticons/Trophy3rd.js +31 -0
- package/dist/src/icons/contenticons/TrophyStar.js +31 -0
- package/dist/src/icons/contenticons/Truck.js +31 -0
- package/dist/src/icons/contenticons/TwoRescuerCPR.js +31 -0
- package/dist/src/icons/contenticons/USB.js +31 -0
- package/dist/src/icons/contenticons/Ultrasound.js +31 -0
- package/dist/src/icons/contenticons/VentilationLungs.js +31 -0
- package/dist/src/icons/contenticons/VentilationPressure.js +31 -0
- package/dist/src/icons/contenticons/VentilationVolume.js +31 -0
- package/dist/src/icons/contenticons/Video.js +31 -0
- package/dist/src/icons/contenticons/VideoRecording.js +31 -0
- package/dist/src/icons/contenticons/Visibility.js +31 -0
- package/dist/src/icons/contenticons/VitalSigns.js +31 -0
- package/dist/src/icons/contenticons/index.js +179 -0
- package/dist/src/icons/index.d.ts +1 -1
- package/dist/src/icons/index.js +45 -0
- package/dist/src/icons/systemicons/Accessibility.js +31 -0
- package/dist/src/icons/systemicons/Add.js +31 -0
- package/dist/src/icons/systemicons/AddUser.js +31 -0
- package/dist/src/icons/systemicons/Adult.js +31 -0
- package/dist/src/icons/systemicons/AedPads.js +31 -0
- package/dist/src/icons/systemicons/AedPadsCorrect.js +31 -0
- package/dist/src/icons/systemicons/AedPadsError.js +31 -0
- package/dist/src/icons/systemicons/Archive.js +31 -0
- package/dist/src/icons/systemicons/ArrowCollapse.js +31 -0
- package/dist/src/icons/systemicons/ArrowDropDown.js +31 -0
- package/dist/src/icons/systemicons/ArrowDropLeft.js +31 -0
- package/dist/src/icons/systemicons/ArrowDropRight.js +31 -0
- package/dist/src/icons/systemicons/ArrowDropUp.js +31 -0
- package/dist/src/icons/systemicons/ArrowExpand.js +31 -0
- package/dist/src/icons/systemicons/ArrowLineDown.js +31 -0
- package/dist/src/icons/systemicons/ArrowLineLeft.js +31 -0
- package/dist/src/icons/systemicons/ArrowLineRight.js +31 -0
- package/dist/src/icons/systemicons/ArrowLineUp.js +31 -0
- package/dist/src/icons/systemicons/ArrowStopLeft.js +31 -0
- package/dist/src/icons/systemicons/ArrowStopRight.js +31 -0
- package/dist/src/icons/systemicons/Assignments.js +31 -0
- package/dist/src/icons/systemicons/Asterisk.js +31 -0
- package/dist/src/icons/systemicons/Attachment.js +31 -0
- package/dist/src/icons/systemicons/Attention.js +31 -0
- package/dist/src/icons/systemicons/AudioDescriptionOn.js +31 -0
- package/dist/src/icons/systemicons/BackwardsFiveSec.js +31 -0
- package/dist/src/icons/systemicons/Battery0.js +31 -0
- package/dist/src/icons/systemicons/Battery1.js +31 -0
- package/dist/src/icons/systemicons/Battery2.js +31 -0
- package/dist/src/icons/systemicons/Battery3.js +31 -0
- package/dist/src/icons/systemicons/Battery4.js +31 -0
- package/dist/src/icons/systemicons/Battery5.js +31 -0
- package/dist/src/icons/systemicons/Battery6.js +31 -0
- package/dist/src/icons/systemicons/BatteryFull.js +31 -0
- package/dist/src/icons/systemicons/Bluetooth.js +31 -0
- package/dist/src/icons/systemicons/Book.js +31 -0
- package/dist/src/icons/systemicons/BookmarkAdd.js +31 -0
- package/dist/src/icons/systemicons/BookmarkCollection.js +31 -0
- package/dist/src/icons/systemicons/BookmarkOff.js +31 -0
- package/dist/src/icons/systemicons/BookmarkOn.js +31 -0
- package/dist/src/icons/systemicons/Bullet.js +31 -0
- package/dist/src/icons/systemicons/Calendar.js +31 -0
- package/dist/src/icons/systemicons/CheckMark.js +31 -0
- package/dist/src/icons/systemicons/CheckboxOff.js +31 -0
- package/dist/src/icons/systemicons/CheckboxOn.js +31 -0
- package/dist/src/icons/systemicons/CheckboxSemi.js +31 -0
- package/dist/src/icons/systemicons/ChevronDown.js +31 -0
- package/dist/src/icons/systemicons/ChevronLeft.js +31 -0
- package/dist/src/icons/systemicons/ChevronRight.js +31 -0
- package/dist/src/icons/systemicons/ChevronUp.js +31 -0
- package/dist/src/icons/systemicons/Child.js +31 -0
- package/dist/src/icons/systemicons/Clear.js +31 -0
- package/dist/src/icons/systemicons/Close.js +31 -0
- package/dist/src/icons/systemicons/ClosedCaptionOn.js +31 -0
- package/dist/src/icons/systemicons/Cloud.js +31 -0
- package/dist/src/icons/systemicons/CloudAttention.js +31 -0
- package/dist/src/icons/systemicons/CloudCheck.js +31 -0
- package/dist/src/icons/systemicons/CloudDownload.js +31 -0
- package/dist/src/icons/systemicons/CloudLocked.js +31 -0
- package/dist/src/icons/systemicons/CloudNoConnection.js +31 -0
- package/dist/src/icons/systemicons/CloudSyncing.js +31 -0
- package/dist/src/icons/systemicons/CloudUpload.js +31 -0
- package/dist/src/icons/systemicons/CoffeeBreak.js +31 -0
- package/dist/src/icons/systemicons/Copy.js +31 -0
- package/dist/src/icons/systemicons/Dashboard.js +31 -0
- package/dist/src/icons/systemicons/DecisionFlow.js +31 -0
- package/dist/src/icons/systemicons/Delete.js +31 -0
- package/dist/src/icons/systemicons/Document.js +31 -0
- package/dist/src/icons/systemicons/Download.js +31 -0
- package/dist/src/icons/systemicons/DragHandle.js +31 -0
- package/dist/src/icons/systemicons/DragIndicator.js +31 -0
- package/dist/src/icons/systemicons/Edit.js +31 -0
- package/dist/src/icons/systemicons/Educator.js +31 -0
- package/dist/src/icons/systemicons/Equals.js +31 -0
- package/dist/src/icons/systemicons/EventLog.js +31 -0
- package/dist/src/icons/systemicons/Export.js +31 -0
- package/dist/src/icons/systemicons/ExportCVS.js +31 -0
- package/dist/src/icons/systemicons/ExportDoc.js +31 -0
- package/dist/src/icons/systemicons/ExportEXL.js +31 -0
- package/dist/src/icons/systemicons/ExportJpg.js +31 -0
- package/dist/src/icons/systemicons/ExportPDF.js +31 -0
- package/dist/src/icons/systemicons/ExportPNG.js +31 -0
- package/dist/src/icons/systemicons/ExtendTextArea.js +31 -0
- package/dist/src/icons/systemicons/Facebook.js +31 -0
- package/dist/src/icons/systemicons/Filter.js +31 -0
- package/dist/src/icons/systemicons/Flickr.js +31 -0
- package/dist/src/icons/systemicons/Forward.js +31 -0
- package/dist/src/icons/systemicons/ForwardFiveSec.js +31 -0
- package/dist/src/icons/systemicons/ForwardSlash.js +31 -0
- package/dist/src/icons/systemicons/Fullscreen.js +31 -0
- package/dist/src/icons/systemicons/FullscreenExit.js +31 -0
- package/dist/src/icons/systemicons/GearSettings.js +31 -0
- package/dist/src/icons/systemicons/GridView.js +31 -0
- package/dist/src/icons/systemicons/Group.js +31 -0
- package/dist/src/icons/systemicons/GuidedTour.js +31 -0
- package/dist/src/icons/systemicons/HeartShock.js +31 -0
- package/dist/src/icons/systemicons/Help.js +31 -0
- package/dist/src/icons/systemicons/Hierarchy.js +31 -0
- package/dist/src/icons/systemicons/History.js +31 -0
- package/dist/src/icons/systemicons/Home.js +31 -0
- package/dist/src/icons/systemicons/Image.js +31 -0
- package/dist/src/icons/systemicons/Infant.js +31 -0
- package/dist/src/icons/systemicons/Information.js +31 -0
- package/dist/src/icons/systemicons/Institute.js +31 -0
- package/dist/src/icons/systemicons/Keyboard.js +31 -0
- package/dist/src/icons/systemicons/Language.js +31 -0
- package/dist/src/icons/systemicons/Learner.js +31 -0
- package/dist/src/icons/systemicons/Legend.js +31 -0
- package/dist/src/icons/systemicons/Legend1Circle.js +31 -0
- package/dist/src/icons/systemicons/Legend2Triangle.js +31 -0
- package/dist/src/icons/systemicons/Legend3Star.js +31 -0
- package/dist/src/icons/systemicons/Legend4Square.js +31 -0
- package/dist/src/icons/systemicons/Legend5Diamond.js +31 -0
- package/dist/src/icons/systemicons/Legend6Nabla.js +31 -0
- package/dist/src/icons/systemicons/Legend7Pentagon.js +31 -0
- package/dist/src/icons/systemicons/Legend8Rectangle.js +31 -0
- package/dist/src/icons/systemicons/LegendStrokeDashed.js +31 -0
- package/dist/src/icons/systemicons/LegendStrokeSolid.js +31 -0
- package/dist/src/icons/systemicons/LikeOff.js +31 -0
- package/dist/src/icons/systemicons/LikeOn.js +31 -0
- package/dist/src/icons/systemicons/Link.js +31 -0
- package/dist/src/icons/systemicons/LinkedIn.js +31 -0
- package/dist/src/icons/systemicons/ListView.js +31 -0
- package/dist/src/icons/systemicons/LoadingMedium.js +8 -0
- package/dist/src/icons/systemicons/LoadingSmall.js +8 -0
- package/dist/src/icons/systemicons/LockedOff.js +31 -0
- package/dist/src/icons/systemicons/LockedOn.js +31 -0
- package/dist/src/icons/systemicons/Login.js +31 -0
- package/dist/src/icons/systemicons/Logout.js +31 -0
- package/dist/src/icons/systemicons/Loop.js +31 -0
- package/dist/src/icons/systemicons/Mail.js +31 -0
- package/dist/src/icons/systemicons/Manikin.js +31 -0
- package/dist/src/icons/systemicons/MapPoint.js +31 -0
- package/dist/src/icons/systemicons/Menu.js +31 -0
- package/dist/src/icons/systemicons/Metronome.js +31 -0
- package/dist/src/icons/systemicons/Microphone.js +31 -0
- package/dist/src/icons/systemicons/Minus.js +31 -0
- package/dist/src/icons/systemicons/MoreHorizontal.js +31 -0
- package/dist/src/icons/systemicons/MoreVertical.js +31 -0
- package/dist/src/icons/systemicons/Notification.js +31 -0
- package/dist/src/icons/systemicons/NotificationNew.js +31 -0
- package/dist/src/icons/systemicons/OpenFolder.js +31 -0
- package/dist/src/icons/systemicons/OpenNewWindow.js +31 -0
- package/dist/src/icons/systemicons/OverView.js +31 -0
- package/dist/src/icons/systemicons/Pause.js +31 -0
- package/dist/src/icons/systemicons/PieChart.js +31 -0
- package/dist/src/icons/systemicons/Pin.js +31 -0
- package/dist/src/icons/systemicons/Play.js +31 -0
- package/dist/src/icons/systemicons/PlayList.js +31 -0
- package/dist/src/icons/systemicons/PlayOutline.js +31 -0
- package/dist/src/icons/systemicons/PlaybackSpeed.js +31 -0
- package/dist/src/icons/systemicons/Plus.js +31 -0
- package/dist/src/icons/systemicons/PointDown.js +31 -0
- package/dist/src/icons/systemicons/PointLeft.js +31 -0
- package/dist/src/icons/systemicons/PointRight.js +31 -0
- package/dist/src/icons/systemicons/PointUp.js +31 -0
- package/dist/src/icons/systemicons/Print.js +31 -0
- package/dist/src/icons/systemicons/RadioButtonOff.js +31 -0
- package/dist/src/icons/systemicons/RadioButtonOn.js +31 -0
- package/dist/src/icons/systemicons/Record.js +31 -0
- package/dist/src/icons/systemicons/Refresh.js +31 -0
- package/dist/src/icons/systemicons/Replay.js +31 -0
- package/dist/src/icons/systemicons/Rewind.js +31 -0
- package/dist/src/icons/systemicons/SUN.js +31 -0
- package/dist/src/icons/systemicons/Save.js +31 -0
- package/dist/src/icons/systemicons/Search.js +31 -0
- package/dist/src/icons/systemicons/SendTo.js +31 -0
- package/dist/src/icons/systemicons/Share.js +31 -0
- package/dist/src/icons/systemicons/Shock.js +31 -0
- package/dist/src/icons/systemicons/ShockAdvised.js +31 -0
- package/dist/src/icons/systemicons/ShockAutomated.js +31 -0
- package/dist/src/icons/systemicons/ShockNotAdvised.js +31 -0
- package/dist/src/icons/systemicons/ShoppingCart.js +31 -0
- package/dist/src/icons/systemicons/SkipForward.js +31 -0
- package/dist/src/icons/systemicons/Sort.js +31 -0
- package/dist/src/icons/systemicons/SpeechBuble.js +31 -0
- package/dist/src/icons/systemicons/StarFilled.js +31 -0
- package/dist/src/icons/systemicons/StarOutlined.js +31 -0
- package/dist/src/icons/systemicons/Stop.js +31 -0
- package/dist/src/icons/systemicons/Support.js +31 -0
- package/dist/src/icons/systemicons/SwitchApp.js +31 -0
- package/dist/src/icons/systemicons/Team.js +31 -0
- package/dist/src/icons/systemicons/TechnicalWarning.js +31 -0
- package/dist/src/icons/systemicons/ThumbsDown.js +31 -0
- package/dist/src/icons/systemicons/ThumbsUp.js +31 -0
- package/dist/src/icons/systemicons/Time.js +31 -0
- package/dist/src/icons/systemicons/TimeLimited.js +31 -0
- package/dist/src/icons/systemicons/Timeline.js +31 -0
- package/dist/src/icons/systemicons/Tip.js +31 -0
- package/dist/src/icons/systemicons/Transcript.js +31 -0
- package/dist/src/icons/systemicons/Translation.js +31 -0
- package/dist/src/icons/systemicons/Twitter.js +31 -0
- package/dist/src/icons/systemicons/Upload.js +31 -0
- package/dist/src/icons/systemicons/Usb.js +31 -0
- package/dist/src/icons/systemicons/User.js +31 -0
- package/dist/src/icons/systemicons/Video.js +31 -0
- package/dist/src/icons/systemicons/VisibleOff.js +31 -0
- package/dist/src/icons/systemicons/VisibleOn.js +31 -0
- package/dist/src/icons/systemicons/VolumeDown.js +31 -0
- package/dist/src/icons/systemicons/VolumeOff.js +31 -0
- package/dist/src/icons/systemicons/VolumeUp.js +31 -0
- package/dist/src/icons/systemicons/Youtube.js +31 -0
- package/dist/src/icons/systemicons/Zoom.js +31 -0
- package/dist/src/icons/systemicons/ZoomOut.js +31 -0
- package/dist/src/icons/systemicons/index.js +204 -0
- package/dist/src/index.js +45 -0
- package/dist/src/styles/breakpoints.js +6 -0
- package/dist/src/styles/colors.d.ts +0 -1
- package/dist/src/styles/colors.js +89 -0
- package/dist/src/styles/focus-styles.js +9 -0
- package/dist/src/styles/global.js +13 -0
- package/dist/src/styles/index.d.ts +3 -2
- package/dist/src/styles/index.js +20 -0
- package/dist/src/styles/overwritecolors.d.ts +2 -0
- package/dist/src/styles/overwritecolors.js +12 -0
- package/dist/src/styles/shadowstyles.js +7 -0
- package/dist/src/styles/typography.d.ts +1 -1
- package/dist/src/styles/typography.js +130 -0
- package/dist/src/styles/z-indexes.js +16 -0
- package/dist/src/types.js +51 -0
- package/dist/src/utils/utils.js +3 -0
- package/dist/stories/Accordion/AccordionMenu.stories.d.ts +1 -1
- package/dist/stories/Accordion/AccordionMenu.stories.js +153 -0
- package/dist/stories/Accordion/ContentAccordion.stories.d.ts +1 -1
- package/dist/stories/Accordion/ContentAccordion.stories.js +234 -0
- package/dist/stories/AuthPage.stories.js +88 -0
- package/dist/stories/Banner.stories.d.ts +1 -1
- package/dist/stories/Banner.stories.js +107 -0
- package/dist/stories/Breadcrumb.stories.d.ts +1 -1
- package/dist/stories/Breadcrumb.stories.js +151 -0
- package/dist/stories/Button/BackButton.stories.d.ts +1 -1
- package/dist/stories/Button/BackButton.stories.js +32 -0
- package/dist/stories/Button/Button.stories.d.ts +1 -1
- package/dist/stories/Button/Button.stories.js +499 -0
- package/dist/stories/Button/DualFunctionButton.stories.d.ts +1 -1
- package/dist/stories/Button/DualFunctionButton.stories.js +374 -0
- package/dist/stories/Button/IconButton.stories.d.ts +1 -1
- package/dist/stories/Button/IconButton.stories.js +81 -0
- package/dist/stories/Card/Card.stories.d.ts +1 -1
- package/dist/stories/Card/Card.stories.js +710 -0
- package/dist/stories/Card/HorizontalCard.stories.d.ts +1 -1
- package/dist/stories/Card/HorizontalCard.stories.js +116 -0
- package/dist/stories/Chip/ActionChip.stories.d.ts +1 -1
- package/dist/stories/Chip/ActionChip.stories.js +69 -0
- package/dist/stories/Chip/ChoiceChip.stories.d.ts +1 -1
- package/dist/stories/Chip/ChoiceChip.stories.js +43 -0
- package/dist/stories/Chip/FilterChip.stories.d.ts +1 -1
- package/dist/stories/Chip/FilterChip.stories.js +68 -0
- package/dist/stories/Chip/InputChip.stories.d.ts +1 -1
- package/dist/stories/Chip/InputChip.stories.js +94 -0
- package/dist/stories/Dropdown/BasicDropdown.stories.d.ts +1 -1
- package/dist/stories/Dropdown/BasicDropdown.stories.js +122 -0
- package/dist/stories/Dropdown/ButtonDropdown.stories.d.ts +1 -1
- package/dist/stories/Dropdown/ButtonDropdown.stories.js +165 -0
- package/dist/stories/Dropdown/DropdownFilter.stories.d.ts +1 -1
- package/dist/stories/Dropdown/DropdownFilter.stories.js +81 -0
- package/dist/stories/Footer.stories.js +95 -0
- package/dist/stories/GlobalLoadingPage.stories.js +10 -0
- package/dist/stories/GlobalNavigationBar.stories.js +477 -0
- package/dist/stories/HorizontalTabs.stories.d.ts +1 -1
- package/dist/stories/HorizontalTabs.stories.js +161 -0
- package/dist/stories/Icon.stories.js +86 -0
- package/dist/stories/InputFields/CheckboxDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/CheckboxDemo.stories.js +63 -0
- package/dist/stories/InputFields/ChipInputField.stories.d.ts +1 -1
- package/dist/stories/InputFields/ChipInputField.stories.js +195 -0
- package/dist/stories/InputFields/DatepickerDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/DatepickerDemo.stories.js +54 -0
- package/dist/stories/InputFields/FormDemo.stories.js +47 -0
- package/dist/stories/InputFields/NumberFieldDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/NumberFieldDemo.stories.js +147 -0
- package/dist/stories/InputFields/PasswordDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/PasswordDemo.stories.js +52 -0
- package/dist/stories/InputFields/QuickSearchDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/QuickSearchDemo.stories.js +78 -0
- package/dist/stories/InputFields/RadioButtonDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/RadioButtonDemo.stories.js +52 -0
- package/dist/stories/InputFields/RichTextFieldDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/RichTextFieldDemo.stories.js +74 -0
- package/dist/stories/InputFields/SearchBarDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/SearchBarDemo.stories.js +108 -0
- package/dist/stories/InputFields/TextFieldDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/TextFieldDemo.stories.js +113 -0
- package/dist/stories/InputFields/TextareaDemo.stories.d.ts +1 -1
- package/dist/stories/InputFields/TextareaDemo.stories.js +80 -0
- package/dist/stories/Layout.stories.js +15 -0
- package/dist/stories/LinearProgress.stories.d.ts +1 -1
- package/dist/stories/LinearProgress.stories.js +69 -0
- package/dist/stories/List.stories.d.ts +1 -1
- package/dist/stories/List.stories.js +290 -0
- package/dist/stories/LoadingIndicator.stories.d.ts +1 -1
- package/dist/stories/LoadingIndicator.stories.js +24 -0
- package/dist/stories/MenuItem.stories.d.ts +1 -1
- package/dist/stories/MenuItem.stories.js +101 -0
- package/dist/stories/ModalContent.stories.js +468 -0
- package/dist/stories/ModalDialog.stories.js +862 -0
- package/dist/stories/NavItem.stories.d.ts +1 -1
- package/dist/stories/NavItem.stories.js +18 -0
- package/dist/stories/Notification.stories.d.ts +1 -1
- package/dist/stories/Notification.stories.js +30 -0
- package/dist/stories/Paginator.stories.d.ts +1 -1
- package/dist/stories/Paginator.stories.js +27 -0
- package/dist/stories/Popover.stories.js +836 -0
- package/dist/stories/ProfileButton.stories.d.ts +1 -1
- package/dist/stories/ProfileButton.stories.js +56 -0
- package/dist/stories/QuizButton.stories.d.ts +1 -1
- package/dist/stories/QuizButton.stories.js +128 -0
- package/dist/stories/Scrollbar.stories.js +70 -0
- package/dist/stories/SegmentControl.stories.d.ts +1 -1
- package/dist/stories/SegmentControl.stories.js +89 -0
- package/dist/stories/ShadowStyles.stories.js +24 -0
- package/dist/stories/SideMenu.stories.js +149 -0
- package/dist/stories/Switcher.stories.js +17 -0
- package/dist/stories/Tables.stories.js +436 -0
- package/dist/stories/Tabs.stories.js +92 -0
- package/dist/stories/Tag.stories.d.ts +1 -1
- package/dist/stories/Tag.stories.js +52 -0
- package/dist/stories/Tile.stories.d.ts +1 -1
- package/dist/stories/Tile.stories.js +1618 -0
- package/dist/stories/Toast.stories.d.ts +1 -1
- package/dist/stories/Toast.stories.js +294 -0
- package/dist/stories/ToggleButton.stories.d.ts +1 -1
- package/dist/stories/ToggleButton.stories.js +74 -0
- package/dist/stories/ToggleSwitch.stories.d.ts +1 -1
- package/dist/stories/ToggleSwitch.stories.js +94 -0
- package/dist/stories/Tooltip.stories.d.ts +1 -1
- package/dist/stories/Tooltip.stories.js +88 -0
- package/dist/stories/Typography.stories.js +130 -0
- package/dist/stories/color.stories.js +272 -0
- package/dist/styles/breakpoints.js +6 -7
- package/dist/styles/colors.cjs +1 -11
- package/dist/styles/colors.cjs.map +1 -1
- package/dist/styles/colors.js +89 -119
- package/dist/styles/colors.js.map +1 -1
- package/dist/styles/focus-styles.js +9 -7
- package/dist/styles/global.d.ts +1 -1
- package/dist/styles/global.js +13 -25
- package/dist/styles/index.cjs +9 -11
- package/dist/styles/index.cjs.map +1 -1
- package/dist/styles/index.d.ts +2 -1
- package/dist/styles/index.js +20 -17
- package/dist/styles/index.js.map +1 -1
- package/dist/styles/overwritecolors.cjs +20 -0
- package/dist/styles/overwritecolors.cjs.map +1 -0
- package/dist/styles/overwritecolors.d.ts +2 -0
- package/dist/styles/overwritecolors.js +12 -0
- package/dist/styles/overwritecolors.js.map +1 -0
- package/dist/styles/shadowstyles.js +7 -8
- package/dist/styles/typography.d.ts +1 -1
- package/dist/styles/typography.js +130 -279
- package/dist/styles/z-indexes.js +16 -17
- package/dist/types.js +51 -52
- package/dist/utils/utils.js +3 -4
- package/package.json +1 -1
|
@@ -0,0 +1,862 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import React, { useState } from 'react';
|
|
6
|
+
import { Button, ModalDialog, InputLabel, Note, Quote, TextField, Size, HyperLink, ComponentXS, ComponentTextStyle, COLORS } from '../src/index';
|
|
7
|
+
import Image from './assets/PlaceholderModalImage.png';
|
|
8
|
+
import { SystemIcons } from '../src/icons';
|
|
9
|
+
import styled from 'styled-components';
|
|
10
|
+
export default {
|
|
11
|
+
title: 'Components/Modal/Dialog',
|
|
12
|
+
component: ModalDialog,
|
|
13
|
+
decorators: [],
|
|
14
|
+
parameter: {},
|
|
15
|
+
};
|
|
16
|
+
export var ModalDemo = function () {
|
|
17
|
+
var _a = useState(''), modalType = _a[0], setModalType = _a[1];
|
|
18
|
+
var onClose = function () {
|
|
19
|
+
setModalType('');
|
|
20
|
+
};
|
|
21
|
+
//define all modal types
|
|
22
|
+
var modals = [
|
|
23
|
+
{ type: 'smallModalWithoutImage', title: 'Small modal' },
|
|
24
|
+
{ type: 'mediumModalWithoutImage', title: 'Medium modal' },
|
|
25
|
+
{ type: 'largeModalWithoutImage', title: 'Large modal' },
|
|
26
|
+
{ type: 'smallModalWithButtonsWithoutImage', title: 'Small modal with back button' },
|
|
27
|
+
{ type: 'mediumModalWithButtonsWithoutImage', title: 'Medium modal with back button' },
|
|
28
|
+
{ type: 'mediumModalWithAllButtonWithoutImage', title: 'Medium modal with all buttons' },
|
|
29
|
+
{ type: 'largeModalWithButtonsWithoutImage', title: 'Large modal with back button' },
|
|
30
|
+
{ type: 'smallModalWithImage', title: 'Small modal with image' },
|
|
31
|
+
{ type: 'mediumModalWithImage', title: 'Medium modal with image' },
|
|
32
|
+
{ type: 'largeModalWithImage', title: 'Large modal with image' },
|
|
33
|
+
{ type: 'smallModalWithImageAndBackButton', title: 'Small modal with image and back button' },
|
|
34
|
+
{ type: 'mediumModalWithImageAndBackButton', title: 'Medium modal with image and back button' },
|
|
35
|
+
{ type: 'largeModalWithImageAndBackButton', title: 'Large modal with image and back button' },
|
|
36
|
+
{ type: 'smallModalWithImageAndBody', title: 'Small modal with image and body' },
|
|
37
|
+
{ type: 'smallModalWithBodyNote', title: 'Small modal with body note' },
|
|
38
|
+
{ type: 'mediumModalWithImageAndBody', title: 'Medium modal with image and body' },
|
|
39
|
+
{ type: 'mediumModalWithBodyNote', title: 'Medium modal with body note' },
|
|
40
|
+
{ type: 'largeModalWithImageAndBody', title: 'Large modal with image and body' },
|
|
41
|
+
{ type: 'largeModalWithBodyNote', title: 'Large modal with body note' },
|
|
42
|
+
{ type: 'smallModalWithPositiveNote', title: 'Small Modal with positive note' },
|
|
43
|
+
{ type: 'smallModalWithCriticalNote', title: 'Small Modal with critical note' },
|
|
44
|
+
{ type: 'smallModalWithWarningNote', title: 'Small Modal with warning note' },
|
|
45
|
+
{ type: 'smallModalWithDefaultNote', title: 'Small Modal with default note' },
|
|
46
|
+
{ type: 'mediumModalWithPositiveNote', title: 'Medium Modal with positive note' },
|
|
47
|
+
{ type: 'mediumModalWithCriticalNote', title: 'Medium Modal with critical note' },
|
|
48
|
+
{ type: 'mediumModalWithWarningNote', title: 'Medium Modal with warning note' },
|
|
49
|
+
{ type: 'mediumModalWithDefaultNote', title: 'Medium Modal with default note' },
|
|
50
|
+
{ type: 'largeModalWithPositiveNote', title: 'Large Modal with positive note' },
|
|
51
|
+
{ type: 'largeModalWithCriticalNote', title: 'Large Modal with critical note' },
|
|
52
|
+
{ type: 'largeModalWithWarningNote', title: 'Large Modal with warning note' },
|
|
53
|
+
{ type: 'largeModalWithDefaultNote', title: 'Large Modal with default note' },
|
|
54
|
+
{ type: 'smallModalWithLeftButton', title: 'Small modal with left footer button' },
|
|
55
|
+
{ type: 'smallModalWithLeftHyperlink', title: 'Small modal with footer hyperlink' },
|
|
56
|
+
{ type: 'smallModalWithLeftNote', title: 'Small modal with left footer note' },
|
|
57
|
+
{ type: 'smallModalWithLongContent', title: 'Small modal with long content' },
|
|
58
|
+
{ type: 'smallModalWithLongContentAndImage', title: 'Small modal with long content and image' },
|
|
59
|
+
{ type: 'mediumModalWithLongContent', title: 'Medium modal with long content' },
|
|
60
|
+
{ type: 'mediumModalWithLongContentAndImage', title: 'Medium modal with long content and image' },
|
|
61
|
+
{ type: 'largeModalWithLongContent', title: 'Large modal with long content' },
|
|
62
|
+
{ type: 'largeModalWithLongContentAndImage', title: 'Large modal with long content and image' },
|
|
63
|
+
{ type: 'largeModalWithLongContentAndImageWithFallbacks', title: 'Large modal with long content and image with fallbacks' },
|
|
64
|
+
{ type: 'largeModalWithImageWithFallbacksAndGrayscale', title: 'Large modal with image with fallbacks and grayscale' },
|
|
65
|
+
];
|
|
66
|
+
return (React.createElement(React.Fragment, null,
|
|
67
|
+
React.createElement(ButtonWrapper, null, modals.map(function (modal) { return (React.createElement(Button, { key: modal.type, onClick: function () {
|
|
68
|
+
setModalType(modal.type);
|
|
69
|
+
} }, modal.title)); })),
|
|
70
|
+
SmallModalWithoutImage(modalType === 'smallModalWithoutImage', onClose),
|
|
71
|
+
MediumModalWithoutImage(modalType === 'mediumModalWithoutImage', onClose),
|
|
72
|
+
LargeModalWithoutImage(modalType === 'largeModalWithoutImage', onClose),
|
|
73
|
+
SmallModalWithButtonsWithoutImage(modalType === 'smallModalWithButtonsWithoutImage', onClose),
|
|
74
|
+
MediumModalWithButtonsWithoutImage(modalType === 'mediumModalWithButtonsWithoutImage', onClose),
|
|
75
|
+
MediumModalWithAllButtonWithoutImage(modalType === 'mediumModalWithAllButtonWithoutImage', onClose),
|
|
76
|
+
LargeModalWithButtonsWithoutImage(modalType === 'largeModalWithButtonsWithoutImage', onClose),
|
|
77
|
+
SmallModalWithImage(modalType === 'smallModalWithImage', onClose),
|
|
78
|
+
MediumModalWithImage(modalType === 'mediumModalWithImage', onClose),
|
|
79
|
+
LargeModalWithImage(modalType === 'largeModalWithImage', onClose),
|
|
80
|
+
SmallModalWithImageAndBackButton(modalType === 'smallModalWithImageAndBackButton', onClose),
|
|
81
|
+
MediumModalWithImageAndBackButton(modalType === 'mediumModalWithImageAndBackButton', onClose),
|
|
82
|
+
LargeModalWithImageAndBackButton(modalType === 'largeModalWithImageAndBackButton', onClose),
|
|
83
|
+
SmallModalWithImageAndBody(modalType === 'smallModalWithImageAndBody', onClose),
|
|
84
|
+
SmallModalWithBodyNote(modalType === 'smallModalWithBodyNote', onClose),
|
|
85
|
+
MediumModalWithImageAndBody(modalType === 'mediumModalWithImageAndBody', onClose),
|
|
86
|
+
MediumModalWithBodyNote(modalType === 'mediumModalWithBodyNote', onClose),
|
|
87
|
+
LargeModalWithImageAndBody(modalType === 'largeModalWithImageAndBody', onClose),
|
|
88
|
+
LargeModalWithBodyNote(modalType === 'largeModalWithBodyNote', onClose),
|
|
89
|
+
SmallModalWithPositiveNote(modalType === 'smallModalWithPositiveNote', onClose),
|
|
90
|
+
SmallModalWithWarningNote(modalType === 'smallModalWithWarningNote', onClose),
|
|
91
|
+
SmallModalWithCriticalNote(modalType === 'smallModalWithCriticalNote', onClose),
|
|
92
|
+
SmallModalWithDefaultNote(modalType === 'smallModalWithDefaultNote', onClose),
|
|
93
|
+
MediumModalWithPositiveNote(modalType === 'mediumModalWithPositiveNote', onClose),
|
|
94
|
+
MediumModalWithWarningNote(modalType === 'mediumModalWithWarningNote', onClose),
|
|
95
|
+
MediumModalWithCriticalNote(modalType === 'mediumModalWithCriticalNote', onClose),
|
|
96
|
+
MediumModalWithDefaultNote(modalType === 'mediumModalWithDefaultNote', onClose),
|
|
97
|
+
LargeModalWithPositiveNote(modalType === 'largeModalWithPositiveNote', onClose),
|
|
98
|
+
LargeModalWithWarningNote(modalType === 'largeModalWithWarningNote', onClose),
|
|
99
|
+
LargeModalWithCriticalNote(modalType === 'largeModalWithCriticalNote', onClose),
|
|
100
|
+
LargeModalWithDefaultNote(modalType === 'largeModalWithDefaultNote', onClose),
|
|
101
|
+
SmallModalWithLeftButton(modalType === 'smallModalWithLeftButton', onClose),
|
|
102
|
+
SmallModalWithLeftHyperlink(modalType === 'smallModalWithLeftHyperlink', onClose),
|
|
103
|
+
SmallModalWithLeftNote(modalType === 'smallModalWithLeftNote', onClose),
|
|
104
|
+
SmallModalWithLongContent(modalType === 'smallModalWithLongContent', onClose),
|
|
105
|
+
SmallModalWithLongContentAndImage(modalType === 'smallModalWithLongContentAndImage', onClose),
|
|
106
|
+
MediumModalWithLongContent(modalType === 'mediumModalWithLongContent', onClose),
|
|
107
|
+
MediumModalWithLongContentAndImage(modalType === 'mediumModalWithLongContentAndImage', onClose),
|
|
108
|
+
LargeModalWithLongContent(modalType === 'largeModalWithLongContent', onClose),
|
|
109
|
+
LargeModalWithLongContentAndImage(modalType === 'largeModalWithLongContentAndImage', onClose),
|
|
110
|
+
LargeModalWithLongContentAndImageWithFallbacks(modalType === 'largeModalWithLongContentAndImageWithFallbacks', onClose),
|
|
111
|
+
LargeModalWithImageWithFallbacksAndGrayscale(modalType === 'largeModalWithImageWithFallbacksAndGrayscale', onClose)));
|
|
112
|
+
};
|
|
113
|
+
var ButtonWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n width: 30%;\n\n button {\n margin-top: 10px;\n }\n"], ["\n display: flex;\n flex-direction: column;\n width: 30%;\n\n button {\n margin-top: 10px;\n }\n"])));
|
|
114
|
+
var ModalBody1 = function (type) {
|
|
115
|
+
var textForm = 'This is a form';
|
|
116
|
+
return (React.createElement("div", null,
|
|
117
|
+
type === 'small' && (React.createElement(Note, null,
|
|
118
|
+
React.createElement("p", null, textForm))),
|
|
119
|
+
type === 'medium' && (React.createElement("p", null, textForm)),
|
|
120
|
+
type === 'large' && (React.createElement(Quote, null,
|
|
121
|
+
React.createElement("p", null, textForm))),
|
|
122
|
+
React.createElement(InputLabel, { inputId: "DemoTextField", text: "Default" }),
|
|
123
|
+
React.createElement(TextField, { size: type === 'small' ? Size.Small : Size.Medium, id: "DemoTextField", placeholder: "Enter text here" })));
|
|
124
|
+
};
|
|
125
|
+
export var SmallModalWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
126
|
+
React.createElement(ModalDialog, { key: "smallModalWithoutImage", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
127
|
+
{
|
|
128
|
+
action: function () {
|
|
129
|
+
onClose();
|
|
130
|
+
},
|
|
131
|
+
text: 'Close',
|
|
132
|
+
variant: 'tertiary',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
action: function () { },
|
|
136
|
+
text: 'Save',
|
|
137
|
+
},
|
|
138
|
+
] }))); };
|
|
139
|
+
export var MediumModalWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
140
|
+
React.createElement(ModalDialog, { key: "mediumModalWithoutImage", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
141
|
+
{
|
|
142
|
+
action: function () {
|
|
143
|
+
onClose();
|
|
144
|
+
},
|
|
145
|
+
text: 'Close',
|
|
146
|
+
variant: 'tertiary',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
action: function () { },
|
|
150
|
+
text: 'Save',
|
|
151
|
+
},
|
|
152
|
+
] }))); };
|
|
153
|
+
export var LargeModalWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
154
|
+
React.createElement(ModalDialog, { key: "largeModalWithoutImage", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
155
|
+
{
|
|
156
|
+
action: function () {
|
|
157
|
+
onClose();
|
|
158
|
+
},
|
|
159
|
+
text: 'Close',
|
|
160
|
+
variant: 'tertiary',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
action: function () { },
|
|
164
|
+
text: 'Save',
|
|
165
|
+
},
|
|
166
|
+
] }))); };
|
|
167
|
+
export var SmallModalWithButtonsWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
168
|
+
React.createElement(ModalDialog, { key: "smallModalWithButtonsWithoutImage", title: 'Header', backButton: onClose, size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
169
|
+
{
|
|
170
|
+
action: function () {
|
|
171
|
+
onClose();
|
|
172
|
+
},
|
|
173
|
+
text: 'Close',
|
|
174
|
+
variant: 'tertiary',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
action: function () { },
|
|
178
|
+
text: 'Save',
|
|
179
|
+
},
|
|
180
|
+
] }))); };
|
|
181
|
+
export var MediumModalWithButtonsWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
182
|
+
React.createElement(ModalDialog, { key: "mediumModalWithButtonsWithoutImage", title: 'Header', backButton: onClose, size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
183
|
+
{
|
|
184
|
+
action: function () {
|
|
185
|
+
onClose();
|
|
186
|
+
},
|
|
187
|
+
text: 'Close',
|
|
188
|
+
variant: 'tertiary',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
action: function () { },
|
|
192
|
+
text: 'Save',
|
|
193
|
+
},
|
|
194
|
+
] }))); };
|
|
195
|
+
export var MediumModalWithAllButtonWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
196
|
+
React.createElement(ModalDialog, { key: "mediumModalWithButtonsWithoutImage", title: 'Header', backButton: onClose, size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, tooltip: 'Medium modal tooltip', buttons: [
|
|
197
|
+
{
|
|
198
|
+
action: function () {
|
|
199
|
+
onClose();
|
|
200
|
+
},
|
|
201
|
+
text: 'Close',
|
|
202
|
+
variant: 'tertiary',
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
action: function () {
|
|
206
|
+
onClose();
|
|
207
|
+
},
|
|
208
|
+
text: 'Back',
|
|
209
|
+
variant: 'secondary',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
action: function () { },
|
|
213
|
+
text: 'Save',
|
|
214
|
+
},
|
|
215
|
+
], leftFooterAction: { actionType: 'button', text: 'Label', variant: 'secondary', icon: React.createElement(SystemIcons.Add, null), action: function () { } } }))); };
|
|
216
|
+
export var LargeModalWithButtonsWithoutImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
217
|
+
React.createElement(ModalDialog, { key: "largeModalWithButtonsWithoutImage", title: 'Header', backButton: onClose, size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
218
|
+
{
|
|
219
|
+
action: function () {
|
|
220
|
+
onClose();
|
|
221
|
+
},
|
|
222
|
+
text: 'Close',
|
|
223
|
+
variant: 'tertiary',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
action: function () { },
|
|
227
|
+
text: 'Save',
|
|
228
|
+
},
|
|
229
|
+
] }))); };
|
|
230
|
+
export var SmallModalWithImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
231
|
+
React.createElement(ModalDialog, { key: "smallModalWithImage", title: 'Header', size: Size.Small, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
232
|
+
{
|
|
233
|
+
action: function () {
|
|
234
|
+
onClose();
|
|
235
|
+
},
|
|
236
|
+
text: 'Close',
|
|
237
|
+
variant: 'tertiary',
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
action: function () { },
|
|
241
|
+
text: 'Save',
|
|
242
|
+
},
|
|
243
|
+
] }))); };
|
|
244
|
+
export var MediumModalWithImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
245
|
+
React.createElement(ModalDialog, { key: "mediumModalWithImage", title: 'Header', size: Size.Medium, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
246
|
+
{
|
|
247
|
+
action: function () {
|
|
248
|
+
onClose();
|
|
249
|
+
},
|
|
250
|
+
text: 'Close',
|
|
251
|
+
variant: 'tertiary',
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
action: function () { },
|
|
255
|
+
text: 'Save',
|
|
256
|
+
},
|
|
257
|
+
] }))); };
|
|
258
|
+
export var LargeModalWithImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
259
|
+
React.createElement(ModalDialog, { key: "largeModalWithImage", title: 'Header', size: Size.Large, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
260
|
+
{
|
|
261
|
+
action: function () {
|
|
262
|
+
onClose();
|
|
263
|
+
},
|
|
264
|
+
text: 'Close',
|
|
265
|
+
variant: 'tertiary',
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
action: function () { },
|
|
269
|
+
text: 'Save',
|
|
270
|
+
},
|
|
271
|
+
] }))); };
|
|
272
|
+
export var SmallModalWithImageAndTooltip = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
273
|
+
React.createElement(ModalDialog, { key: "smallModalWithImageAndTooltip", title: 'Small modal window with image and tooltip! Long long long header!', size: Size.Small, tooltip: "Stop hovering me!!!", topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
274
|
+
{
|
|
275
|
+
action: function () {
|
|
276
|
+
onClose();
|
|
277
|
+
},
|
|
278
|
+
text: 'Close',
|
|
279
|
+
variant: 'tertiary',
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
action: function () { },
|
|
283
|
+
text: 'Save',
|
|
284
|
+
},
|
|
285
|
+
] }))); };
|
|
286
|
+
export var MediumModalWithImageAndTooltip = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
287
|
+
React.createElement(ModalDialog, { key: "mediumModalWithImageAndTooltip", title: 'Medium modal window with image and tooltip! Long long long header!', size: Size.Medium, tooltip: "Stop hovering me!!!", topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
288
|
+
{
|
|
289
|
+
action: function () {
|
|
290
|
+
onClose();
|
|
291
|
+
},
|
|
292
|
+
text: 'Close',
|
|
293
|
+
variant: 'tertiary',
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
action: function () { },
|
|
297
|
+
text: 'Save',
|
|
298
|
+
},
|
|
299
|
+
] }))); };
|
|
300
|
+
export var LargeModalWithImageAndTooltip = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
301
|
+
React.createElement(ModalDialog, { key: "largeModalWithImage", title: 'Large modal window with image and tooltip! Long long long header!', size: Size.Large, tooltip: "Stop hovering me!!!", topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
302
|
+
{
|
|
303
|
+
action: function () {
|
|
304
|
+
onClose();
|
|
305
|
+
},
|
|
306
|
+
text: 'Close',
|
|
307
|
+
variant: 'tertiary',
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
action: function () { },
|
|
311
|
+
text: 'Save',
|
|
312
|
+
},
|
|
313
|
+
] }))); };
|
|
314
|
+
export var SmallModalWithImageAndBackButton = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
315
|
+
React.createElement(ModalDialog, { key: "smallModalWithImageAndBackButton", title: 'Header', backButton: onClose, size: Size.Small, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
316
|
+
{
|
|
317
|
+
action: function () {
|
|
318
|
+
onClose();
|
|
319
|
+
},
|
|
320
|
+
text: 'Close',
|
|
321
|
+
variant: 'tertiary',
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
action: function () { },
|
|
325
|
+
text: 'Save',
|
|
326
|
+
},
|
|
327
|
+
] }))); };
|
|
328
|
+
export var MediumModalWithImageAndBackButton = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
329
|
+
React.createElement(ModalDialog, { key: "mediumModalWithImageAndBackButton", title: 'Header', backButton: onClose, size: Size.Medium, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
330
|
+
{
|
|
331
|
+
action: function () {
|
|
332
|
+
onClose();
|
|
333
|
+
},
|
|
334
|
+
text: 'Close',
|
|
335
|
+
variant: 'tertiary',
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
action: function () { },
|
|
339
|
+
text: 'Save',
|
|
340
|
+
},
|
|
341
|
+
] }))); };
|
|
342
|
+
export var LargeModalWithImageAndBackButton = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
343
|
+
React.createElement(ModalDialog, { key: "largeModalWithImageAndBackButton", title: 'Header', backButton: onClose, size: Size.Large, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
344
|
+
{
|
|
345
|
+
action: function () {
|
|
346
|
+
onClose();
|
|
347
|
+
},
|
|
348
|
+
text: 'Close',
|
|
349
|
+
variant: 'tertiary',
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
action: function () { },
|
|
353
|
+
text: 'Save',
|
|
354
|
+
},
|
|
355
|
+
] }))); };
|
|
356
|
+
export var SmallModalWithImageAndBody = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
357
|
+
React.createElement(ModalDialog, { key: "smallModalWithImageAndBody", title: 'Header', size: Size.Small, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function (ev) {
|
|
358
|
+
//mock on submit functionality
|
|
359
|
+
ev === null || ev === void 0 ? void 0 : ev.preventDefault();
|
|
360
|
+
onClose();
|
|
361
|
+
}, buttons: [
|
|
362
|
+
{
|
|
363
|
+
action: function () {
|
|
364
|
+
onClose();
|
|
365
|
+
},
|
|
366
|
+
text: 'Close',
|
|
367
|
+
variant: 'tertiary',
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
text: 'Save',
|
|
371
|
+
},
|
|
372
|
+
] }, ModalBody1('small')))); };
|
|
373
|
+
export var SmallModalWithBodyNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
374
|
+
React.createElement(ModalDialog, { key: "SmallModalWithBodyNote", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function (ev) {
|
|
375
|
+
//mock on submit functionality
|
|
376
|
+
ev === null || ev === void 0 ? void 0 : ev.preventDefault();
|
|
377
|
+
onClose();
|
|
378
|
+
}, buttons: [
|
|
379
|
+
{
|
|
380
|
+
action: function () {
|
|
381
|
+
onClose();
|
|
382
|
+
},
|
|
383
|
+
text: 'Close',
|
|
384
|
+
variant: 'tertiary',
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
text: 'Save',
|
|
388
|
+
},
|
|
389
|
+
], note: 'Message text' }, ModalBody1('small')))); };
|
|
390
|
+
export var MediumModalWithImageAndBody = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
391
|
+
React.createElement(ModalDialog, { key: "mediumModalWithImageAndBody", title: 'Header', size: Size.Medium, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function (ev) {
|
|
392
|
+
//mock on submit functionality
|
|
393
|
+
ev === null || ev === void 0 ? void 0 : ev.preventDefault();
|
|
394
|
+
onClose();
|
|
395
|
+
}, buttons: [
|
|
396
|
+
{
|
|
397
|
+
action: function () {
|
|
398
|
+
onClose();
|
|
399
|
+
},
|
|
400
|
+
text: 'Close',
|
|
401
|
+
variant: 'tertiary',
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
action: function (e) {
|
|
405
|
+
e.preventDefault();
|
|
406
|
+
},
|
|
407
|
+
text: 'Save',
|
|
408
|
+
},
|
|
409
|
+
] }, ModalBody1('medium')))); };
|
|
410
|
+
export var MediumModalWithBodyNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
411
|
+
React.createElement(ModalDialog, { key: "mediumModalWithBodyNote", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function (ev) {
|
|
412
|
+
//mock on submit functionality
|
|
413
|
+
ev === null || ev === void 0 ? void 0 : ev.preventDefault();
|
|
414
|
+
onClose();
|
|
415
|
+
}, buttons: [
|
|
416
|
+
{
|
|
417
|
+
action: function () {
|
|
418
|
+
onClose();
|
|
419
|
+
},
|
|
420
|
+
text: 'Close',
|
|
421
|
+
variant: 'tertiary',
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
action: function (e) {
|
|
425
|
+
e.preventDefault();
|
|
426
|
+
},
|
|
427
|
+
text: 'Save',
|
|
428
|
+
},
|
|
429
|
+
], note: 'Message text' }, ModalBody1('medium')))); };
|
|
430
|
+
export var LargeModalWithImageAndBody = function (isOpen, onClose) {
|
|
431
|
+
var _a = useState(false), loading = _a[0], setLoading = _a[1];
|
|
432
|
+
return (React.createElement(React.Fragment, null,
|
|
433
|
+
React.createElement(ModalDialog, { key: "largeModalWithImageAndBody", title: 'Header', size: Size.Large, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function (ev) {
|
|
434
|
+
//mock on submit functionality
|
|
435
|
+
ev === null || ev === void 0 ? void 0 : ev.preventDefault();
|
|
436
|
+
onClose();
|
|
437
|
+
}, buttons: [
|
|
438
|
+
{
|
|
439
|
+
action: function () {
|
|
440
|
+
setLoading(!loading);
|
|
441
|
+
},
|
|
442
|
+
text: 'Close',
|
|
443
|
+
variant: 'tertiary',
|
|
444
|
+
id: 'close',
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
action: function () {
|
|
448
|
+
onClose();
|
|
449
|
+
},
|
|
450
|
+
text: 'Save',
|
|
451
|
+
id: 'save',
|
|
452
|
+
loading: loading,
|
|
453
|
+
},
|
|
454
|
+
] }, ModalBody1('large'))));
|
|
455
|
+
};
|
|
456
|
+
export var LargeModalWithBodyNote = function (isOpen, onClose) {
|
|
457
|
+
var _a = useState(false), loading = _a[0], setLoading = _a[1];
|
|
458
|
+
return (React.createElement(React.Fragment, null,
|
|
459
|
+
React.createElement(ModalDialog, { key: "largeModalWithBodyNote", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function (ev) {
|
|
460
|
+
//mock on submit functionality
|
|
461
|
+
ev === null || ev === void 0 ? void 0 : ev.preventDefault();
|
|
462
|
+
onClose();
|
|
463
|
+
}, buttons: [
|
|
464
|
+
{
|
|
465
|
+
action: function () {
|
|
466
|
+
setLoading(!loading);
|
|
467
|
+
},
|
|
468
|
+
text: 'Close',
|
|
469
|
+
variant: 'tertiary',
|
|
470
|
+
id: 'close',
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
action: function () {
|
|
474
|
+
onClose();
|
|
475
|
+
},
|
|
476
|
+
text: 'Save',
|
|
477
|
+
id: 'save',
|
|
478
|
+
loading: loading,
|
|
479
|
+
},
|
|
480
|
+
], note: 'Message text' }, ModalBody1('large'))));
|
|
481
|
+
};
|
|
482
|
+
//Small Modals with Note
|
|
483
|
+
export var SmallModalWithPositiveNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
484
|
+
React.createElement(ModalDialog, { key: "smallModalWithPositiveNote", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
485
|
+
{
|
|
486
|
+
action: function () {
|
|
487
|
+
onClose();
|
|
488
|
+
},
|
|
489
|
+
text: 'Close',
|
|
490
|
+
variant: 'tertiary',
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
action: function () { },
|
|
494
|
+
text: 'Save',
|
|
495
|
+
},
|
|
496
|
+
], note: 'Message text', state: 'positive' }))); };
|
|
497
|
+
export var SmallModalWithWarningNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
498
|
+
React.createElement(ModalDialog, { key: "smallModalWithWarningNote", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
499
|
+
{
|
|
500
|
+
action: function () {
|
|
501
|
+
onClose();
|
|
502
|
+
},
|
|
503
|
+
text: 'Close',
|
|
504
|
+
variant: 'tertiary',
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
action: function () { },
|
|
508
|
+
text: 'Save',
|
|
509
|
+
},
|
|
510
|
+
], note: 'Message text', state: 'warning' }))); };
|
|
511
|
+
export var SmallModalWithCriticalNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
512
|
+
React.createElement(ModalDialog, { key: "smallModalWithCriticalNote", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
513
|
+
{
|
|
514
|
+
action: function () {
|
|
515
|
+
onClose();
|
|
516
|
+
},
|
|
517
|
+
text: 'Close',
|
|
518
|
+
variant: 'tertiary',
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
action: function () { },
|
|
522
|
+
text: 'Save',
|
|
523
|
+
},
|
|
524
|
+
], note: 'Message text', state: 'critical' }))); };
|
|
525
|
+
export var SmallModalWithDefaultNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
526
|
+
React.createElement(ModalDialog, { key: "smallModalWithDefaultNote", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
527
|
+
{
|
|
528
|
+
action: function () {
|
|
529
|
+
onClose();
|
|
530
|
+
},
|
|
531
|
+
text: 'Close',
|
|
532
|
+
variant: 'tertiary',
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
action: function () { },
|
|
536
|
+
text: 'Save',
|
|
537
|
+
},
|
|
538
|
+
], note: 'Message text' }))); };
|
|
539
|
+
//Medium modals with note
|
|
540
|
+
export var MediumModalWithPositiveNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
541
|
+
React.createElement(ModalDialog, { key: "mediumModalWithPositiveNote", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
542
|
+
{
|
|
543
|
+
action: function () {
|
|
544
|
+
onClose();
|
|
545
|
+
},
|
|
546
|
+
text: 'Close',
|
|
547
|
+
variant: 'tertiary',
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
action: function () { },
|
|
551
|
+
text: 'Save',
|
|
552
|
+
},
|
|
553
|
+
], note: 'Message text', state: 'positive' }))); };
|
|
554
|
+
export var MediumModalWithWarningNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
555
|
+
React.createElement(ModalDialog, { key: "mediumModalWithWarningNote", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
556
|
+
{
|
|
557
|
+
action: function () {
|
|
558
|
+
onClose();
|
|
559
|
+
},
|
|
560
|
+
text: 'Close',
|
|
561
|
+
variant: 'tertiary',
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
action: function () { },
|
|
565
|
+
text: 'Save',
|
|
566
|
+
},
|
|
567
|
+
], note: 'Message text', state: 'warning' }))); };
|
|
568
|
+
export var MediumModalWithCriticalNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
569
|
+
React.createElement(ModalDialog, { key: "mediumModalWithCriticalNote", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
570
|
+
{
|
|
571
|
+
action: function () {
|
|
572
|
+
onClose();
|
|
573
|
+
},
|
|
574
|
+
text: 'Close',
|
|
575
|
+
variant: 'tertiary',
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
action: function () { },
|
|
579
|
+
text: 'Save',
|
|
580
|
+
},
|
|
581
|
+
], note: 'Message text', state: 'critical' }))); };
|
|
582
|
+
export var MediumModalWithDefaultNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
583
|
+
React.createElement(ModalDialog, { key: "mediumModalWithDefaultNote", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
584
|
+
{
|
|
585
|
+
action: function () {
|
|
586
|
+
onClose();
|
|
587
|
+
},
|
|
588
|
+
text: 'Close',
|
|
589
|
+
variant: 'tertiary',
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
action: function () { },
|
|
593
|
+
text: 'Save',
|
|
594
|
+
},
|
|
595
|
+
], note: React.createElement("span", null,
|
|
596
|
+
"Hello world!",
|
|
597
|
+
' ',
|
|
598
|
+
React.createElement(HyperLink, { variant: 'default', href: "/", target: '_self' }, "Link")) }))); };
|
|
599
|
+
//Large modal with note
|
|
600
|
+
export var LargeModalWithPositiveNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
601
|
+
React.createElement(ModalDialog, { key: "largeModalWithPositiveNote", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
602
|
+
{
|
|
603
|
+
action: function () {
|
|
604
|
+
onClose();
|
|
605
|
+
},
|
|
606
|
+
text: 'Close',
|
|
607
|
+
variant: 'tertiary',
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
action: function () { },
|
|
611
|
+
text: 'Save',
|
|
612
|
+
},
|
|
613
|
+
], note: 'Message text', state: 'positive' }))); };
|
|
614
|
+
export var LargeModalWithWarningNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
615
|
+
React.createElement(ModalDialog, { key: "largeModalWithWarningNote", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
616
|
+
{
|
|
617
|
+
action: function () {
|
|
618
|
+
onClose();
|
|
619
|
+
},
|
|
620
|
+
text: 'Close',
|
|
621
|
+
variant: 'tertiary',
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
action: function () { },
|
|
625
|
+
text: 'Save',
|
|
626
|
+
},
|
|
627
|
+
], note: 'Message text', state: 'warning' }))); };
|
|
628
|
+
export var LargeModalWithCriticalNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
629
|
+
React.createElement(ModalDialog, { key: "largeModalWithCriticalNote", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
630
|
+
{
|
|
631
|
+
action: function () {
|
|
632
|
+
onClose();
|
|
633
|
+
},
|
|
634
|
+
text: 'Close',
|
|
635
|
+
variant: 'tertiary',
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
action: function () { },
|
|
639
|
+
text: 'Save',
|
|
640
|
+
},
|
|
641
|
+
], note: 'Message text', state: 'critical' }))); };
|
|
642
|
+
export var LargeModalWithDefaultNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
643
|
+
React.createElement(ModalDialog, { key: "largeModalWithDefaultNote", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
644
|
+
{
|
|
645
|
+
action: function () {
|
|
646
|
+
onClose();
|
|
647
|
+
},
|
|
648
|
+
text: 'Close',
|
|
649
|
+
variant: 'tertiary',
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
action: function () { },
|
|
653
|
+
text: 'Save',
|
|
654
|
+
},
|
|
655
|
+
], note: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet dolor eget justo rhoncus vehicula. ' }))); };
|
|
656
|
+
export var SmallModalWithLeftButton = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
657
|
+
React.createElement(ModalDialog, { key: "smallModalWithLeftButton", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
658
|
+
{
|
|
659
|
+
action: function () {
|
|
660
|
+
onClose();
|
|
661
|
+
},
|
|
662
|
+
text: 'Close',
|
|
663
|
+
variant: 'tertiary',
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
action: function () { },
|
|
667
|
+
text: 'Save',
|
|
668
|
+
},
|
|
669
|
+
], leftFooterAction: { actionType: 'button', text: 'Action' } }))); };
|
|
670
|
+
export var SmallModalWithLeftHyperlink = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
671
|
+
React.createElement(ModalDialog, { key: "smallModalWithLeftHyperlink", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
672
|
+
{
|
|
673
|
+
action: function () {
|
|
674
|
+
onClose();
|
|
675
|
+
},
|
|
676
|
+
text: 'Close',
|
|
677
|
+
variant: 'tertiary',
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
action: function () { },
|
|
681
|
+
text: 'Save',
|
|
682
|
+
},
|
|
683
|
+
], leftFooterAction: {
|
|
684
|
+
actionType: 'hyperlink',
|
|
685
|
+
text: 'Link',
|
|
686
|
+
href: 'http://',
|
|
687
|
+
action: function () {
|
|
688
|
+
alert('Hey');
|
|
689
|
+
},
|
|
690
|
+
icon: React.createElement(SystemIcons.Add, null),
|
|
691
|
+
variant: 'default',
|
|
692
|
+
} }))); };
|
|
693
|
+
export var SmallModalWithLeftNote = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
694
|
+
React.createElement(ModalDialog, { key: "smallModalWithLeftNote", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
695
|
+
{
|
|
696
|
+
action: function () {
|
|
697
|
+
onClose();
|
|
698
|
+
},
|
|
699
|
+
text: 'Close',
|
|
700
|
+
variant: 'tertiary',
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
action: function () { },
|
|
704
|
+
text: 'Save',
|
|
705
|
+
},
|
|
706
|
+
], leftFooterAction: { actionType: 'note', text: 'Some note', icon: React.createElement(SystemIcons.TechnicalWarning, null) } }))); };
|
|
707
|
+
var LongContent = function () { return (React.createElement(React.Fragment, null,
|
|
708
|
+
React.createElement("p", null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Et egestas quis ipsum suspendisse ultrices gravida. Ante metus dictum at tempor commodo ullamcorper a lacus vestibulum. Dignissim sodales ut eu sem integer vitae justo eget magna. Semper auctor neque vitae tempus quam pellentesque nec nam. Cursus vitae congue mauris rhoncus aenean vel. Non sodales neque sodales ut etiam. Eu nisl nunc mi ipsum faucibus vitae aliquet. Pellentesque nec nam aliquam sem et tortor. Metus aliquam eleifend mi in. Mauris cursus mattis molestie a iaculis at erat. Vivamus at augue eget arcu. Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum tellus. Pellentesque nec nam aliquam sem et tortor consequat. Auctor augue mauris augue neque. Viverra justo nec ultrices dui sapien eget. Nulla pellentesque dignissim enim sit amet venenatis urna. In egestas erat imperdiet sed euismod nisi porta lorem."),
|
|
709
|
+
React.createElement("p", null, "Eget nunc scelerisque viverra mauris in aliquam sem fringilla ut. Diam volutpat commodo sed egestas. Mi tempus imperdiet nulla malesuada pellentesque elit eget gravida. Nunc non blandit massa enim nec dui nunc mattis enim. Non consectetur a erat nam at lectus. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Sit amet justo donec enim diam vulputate ut pharetra. At tellus at urna condimentum mattis pellentesque id. Curabitur gravida arcu ac tortor dignissim convallis. Cursus mattis molestie a iaculis at erat. Pretium fusce id velit ut tortor pretium viverra. Commodo ullamcorper a lacus vestibulum sed arcu. Egestas dui id ornare arcu odio. Id venenatis a condimentum vitae sapien. Commodo nulla facilisi nullam vehicula ipsum a arcu. Fusce id velit ut tortor pretium viverra."),
|
|
710
|
+
React.createElement("p", null, "Facilisis mauris sit amet massa vitae. Sollicitudin ac orci phasellus egestas tellus rutrum tellus. Urna condimentum mattis pellentesque id. Velit egestas dui id ornare arcu odio ut sem. Rutrum tellus pellentesque eu tincidunt tortor. Eget dolor morbi non arcu. Imperdiet nulla malesuada pellentesque elit eget gravida cum sociis. Fringilla est ullamcorper eget nulla facilisi etiam dignissim diam. Faucibus turpis in eu mi bibendum neque egestas congue. Imperdiet dui accumsan sit amet nulla facilisi morbi tempus. Morbi quis commodo odio aenean sed adipiscing. Vel risus commodo viverra maecenas accumsan lacus vel."),
|
|
711
|
+
React.createElement("p", null, "Sit amet justo donec enim diam vulputate ut pharetra. Enim neque volutpat ac tincidunt vitae semper quis lectus. Sociis natoque penatibus et magnis dis parturient montes nascetur ridiculus. Magna etiam tempor orci eu lobortis. Mollis aliquam ut porttitor leo a diam sollicitudin tempor id. Adipiscing vitae proin sagittis nisl rhoncus mattis rhoncus urna. Orci phasellus egestas tellus rutrum tellus pellentesque eu tincidunt. Habitant morbi tristique senectus et netus et malesuada fames ac. Odio euismod lacinia at quis risus sed. Facilisis leo vel fringilla est ullamcorper eget. Dignissim suspendisse in est ante in nibh mauris cursus mattis. Lectus arcu bibendum at varius vel pharetra. Tincidunt arcu non sodales neque sodales ut. Nec feugiat in fermentum posuere urna nec tincidunt. Convallis aenean et tortor at risus viverra."),
|
|
712
|
+
React.createElement("p", null, "Feugiat sed lectus vestibulum mattis ullamcorper velit sed ullamcorper. Faucibus a pellentesque sit amet. Tempor orci dapibus ultrices in iaculis nunc sed augue lacus. Lorem ipsum dolor sit amet consectetur adipiscing. Senectus et netus et malesuada fames ac turpis. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Integer quis auctor elit sed vulputate. Posuere ac ut consequat semper. Fringilla ut morbi tincidunt augue interdum velit euismod in pellentesque. Volutpat odio facilisis mauris sit amet. Luctus venenatis lectus magna fringilla urna porttitor. Nec feugiat nisl pretium fusce id velit ut tortor pretium. Viverra aliquet eget sit amet tellus cras adipiscing enim eu. Volutpat est velit egestas dui id ornare. Tellus pellentesque eu tincidunt tortor aliquam nulla facilisi cras. Nullam vehicula ipsum a arcu cursus."))); };
|
|
713
|
+
export var SmallModalWithLongContent = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
714
|
+
React.createElement(ModalDialog, { key: "smallModalWithLongContent", title: 'Header', size: Size.Small, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', width: '330px', buttons: [
|
|
715
|
+
{
|
|
716
|
+
action: function () {
|
|
717
|
+
onClose();
|
|
718
|
+
},
|
|
719
|
+
text: 'Close',
|
|
720
|
+
variant: 'tertiary',
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
action: function () { },
|
|
724
|
+
text: 'Save',
|
|
725
|
+
},
|
|
726
|
+
], note: 'Message text' },
|
|
727
|
+
React.createElement(LongContent, null)))); };
|
|
728
|
+
export var SmallModalWithLongContentAndImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
729
|
+
React.createElement(ModalDialog, { key: "smallModalWithLongContentAndImage", title: 'Header', size: Size.Small, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
730
|
+
{
|
|
731
|
+
action: function () {
|
|
732
|
+
onClose();
|
|
733
|
+
},
|
|
734
|
+
text: 'Close',
|
|
735
|
+
variant: 'tertiary',
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
action: function () { },
|
|
739
|
+
text: 'Save',
|
|
740
|
+
},
|
|
741
|
+
], note: 'Message text' },
|
|
742
|
+
React.createElement(LongContent, null)))); };
|
|
743
|
+
export var MediumModalWithLongContent = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
744
|
+
React.createElement(ModalDialog, { key: "mediumModalWithLongContent", title: 'Header', size: Size.Medium, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
745
|
+
{
|
|
746
|
+
action: function () {
|
|
747
|
+
onClose();
|
|
748
|
+
},
|
|
749
|
+
text: 'Close',
|
|
750
|
+
variant: 'tertiary',
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
action: function () { },
|
|
754
|
+
text: 'Save',
|
|
755
|
+
},
|
|
756
|
+
], note: 'Message text' },
|
|
757
|
+
React.createElement(LongContent, null)))); };
|
|
758
|
+
export var MediumModalWithLongContentAndImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
759
|
+
React.createElement(ModalDialog, { key: "mediumModalWithLongContentAndImage", title: 'Header', size: Size.Medium, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
760
|
+
{
|
|
761
|
+
action: function () {
|
|
762
|
+
onClose();
|
|
763
|
+
},
|
|
764
|
+
text: 'Close',
|
|
765
|
+
variant: 'tertiary',
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
action: function () { },
|
|
769
|
+
text: 'Save',
|
|
770
|
+
},
|
|
771
|
+
], note: 'Message text' },
|
|
772
|
+
React.createElement(LongContent, null)))); };
|
|
773
|
+
export var LargeModalWithLongContent = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
774
|
+
React.createElement(ModalDialog, { key: "largeModalWithLongContent", title: 'Header', size: Size.Large, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
775
|
+
{
|
|
776
|
+
action: function () {
|
|
777
|
+
onClose();
|
|
778
|
+
},
|
|
779
|
+
text: 'Close',
|
|
780
|
+
variant: 'tertiary',
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
action: function () { },
|
|
784
|
+
text: 'Save',
|
|
785
|
+
},
|
|
786
|
+
], note: 'Message text' },
|
|
787
|
+
React.createElement(LongContent, null)))); };
|
|
788
|
+
export var LargeModalWithLongContentAndImage = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
789
|
+
React.createElement(ModalDialog, { key: "largeModalWithLongContentAndImage", title: 'Header', size: Size.Large, topImage: Image, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
790
|
+
{
|
|
791
|
+
action: function () {
|
|
792
|
+
onClose();
|
|
793
|
+
},
|
|
794
|
+
text: 'Close',
|
|
795
|
+
variant: 'tertiary',
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
action: function () { },
|
|
799
|
+
text: 'Save',
|
|
800
|
+
},
|
|
801
|
+
], note: 'Message text' },
|
|
802
|
+
React.createElement(LongContent, null)))); };
|
|
803
|
+
export var LargeModalWithLongContentAndImageWithFallbacks = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
804
|
+
React.createElement(ModalDialog, { key: "largeModalWithLongContentAndImage", title: 'Header', size: Size.Large, topImageWithFallbacksProps: {
|
|
805
|
+
alt: 'Image with fallbacks demo',
|
|
806
|
+
fallbacks: 'https://cdn.pixabay.com/photo/2015/11/16/14/43/cat-1045782_1280.jpg|https://live.staticflickr.com/65535/51685738443_7f069f1416_k.jpg',
|
|
807
|
+
loader: true,
|
|
808
|
+
src: 'https://invalid.invalid/non_existent_url_2.jpg',
|
|
809
|
+
}, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
810
|
+
{
|
|
811
|
+
action: function () {
|
|
812
|
+
onClose();
|
|
813
|
+
},
|
|
814
|
+
text: 'Close',
|
|
815
|
+
variant: 'tertiary',
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
action: function () { },
|
|
819
|
+
text: 'Save',
|
|
820
|
+
},
|
|
821
|
+
], note: 'Message text' },
|
|
822
|
+
React.createElement(LongContent, null)))); };
|
|
823
|
+
export var LargeModalWithImageWithFallbacksAndGrayscale = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
824
|
+
React.createElement(ModalDialog, { key: "largeModalWithImageWithFallbacksAndGrayscale", title: 'Header', size: Size.Large, topImageWithFallbacksProps: {
|
|
825
|
+
alt: 'Image with fallbacks demo',
|
|
826
|
+
fallbacks: 'https://cdn.pixabay.com/photo/2015/11/16/14/43/cat-1045782_1280.jpg|https://live.staticflickr.com/65535/51685738443_7f069f1416_k.jpg',
|
|
827
|
+
loader: true,
|
|
828
|
+
src: 'https://invalid.invalid/non_existent_url.jpg',
|
|
829
|
+
}, topImageGrayscale: true, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, buttons: [
|
|
830
|
+
{
|
|
831
|
+
action: function () {
|
|
832
|
+
onClose();
|
|
833
|
+
},
|
|
834
|
+
text: 'Close',
|
|
835
|
+
variant: 'tertiary',
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
action: function () { },
|
|
839
|
+
text: 'Save',
|
|
840
|
+
},
|
|
841
|
+
], note: 'Message text' }))); };
|
|
842
|
+
var ComplexTitle = function () {
|
|
843
|
+
return (React.createElement(React.Fragment, null,
|
|
844
|
+
React.createElement(ComponentXS, { textStyle: ComponentTextStyle.Bold, color: COLORS.neutral_500 }, "123-2432-4234"),
|
|
845
|
+
React.createElement("h4", null, "SimBaby Light")));
|
|
846
|
+
};
|
|
847
|
+
export var SmallModalWithLongContentAndImageAndSubtitle = function (isOpen, onClose) { return (React.createElement(React.Fragment, null,
|
|
848
|
+
React.createElement(ModalDialog, { key: "smallModalWithLongContentAndImageAndSubtitle", title: React.createElement(ComplexTitle, null), size: Size.Small, topImage: Image, hasContentBorders: true, isModalOpen: isOpen, closeAction: onClose, submitAction: function () { }, contentOverflow: 'auto', buttons: [
|
|
849
|
+
{
|
|
850
|
+
action: function () {
|
|
851
|
+
onClose();
|
|
852
|
+
},
|
|
853
|
+
text: 'Close',
|
|
854
|
+
variant: 'tertiary',
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
action: function () { },
|
|
858
|
+
text: 'Save',
|
|
859
|
+
},
|
|
860
|
+
], note: 'Message text' },
|
|
861
|
+
React.createElement(LongContent, null)))); };
|
|
862
|
+
var templateObject_1;
|