@codecademy/brand 4.0.0-alpha.fb4adf2b4d.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AbbreviatedCommunityEventCard/index.d.ts +8 -0
- package/dist/AbbreviatedCommunityEventCard/index.js +98 -0
- package/dist/AppBar/AppBarSection.d.ts +10 -0
- package/dist/AppBar/AppBarSection.js +41 -0
- package/dist/AppBar/index.d.ts +9 -0
- package/dist/AppBar/index.js +20 -0
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.ts +14 -0
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.js +25 -0
- package/dist/AppBarDeprecated/index.d.ts +14 -0
- package/dist/AppBarDeprecated/index.js +26 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.d.ts +13 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.js +111 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.d.ts +8 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.js +340 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.d.ts +17 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.js +226 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.ts +6 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.js +122 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.d.ts +11 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.js +124 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.ts +12 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.js +113 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.d.ts +13 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.js +29 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.d.ts +4 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.js +56 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.ts +48 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.js +70 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.d.ts +42 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.js +36 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.d.ts +8 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.js +60 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.d.ts +14 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.js +32 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.ts +6 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.js +57 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.d.ts +14 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.js +88 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.d.ts +12 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.js +103 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.d.ts +10 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.js +19 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.d.ts +10 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.js +111 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.d.ts +18 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.js +291 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.ts +6 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.js +120 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.d.ts +7 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.js +10 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.d.ts +6 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.js +89 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.d.ts +11 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.js +61 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.d.ts +20 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.js +128 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.d.ts +9 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.js +81 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.d.ts +88 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.js +118 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.d.ts +24 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.js +145 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.d.ts +6 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.js +65 -0
- package/dist/AppHeader/Search/DefaultResults.d.ts +10 -0
- package/dist/AppHeader/Search/DefaultResults.js +112 -0
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.d.ts +7 -0
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.js +79 -0
- package/dist/AppHeader/Search/SearchButton.d.ts +2 -0
- package/dist/AppHeader/Search/SearchButton.js +74 -0
- package/dist/AppHeader/Search/SearchPane.d.ts +6 -0
- package/dist/AppHeader/Search/SearchPane.js +629 -0
- package/dist/AppHeader/Search/SearchTrackingProvider/index.d.ts +17 -0
- package/dist/AppHeader/Search/SearchTrackingProvider/index.js +25 -0
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.d.ts +18 -0
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.js +35 -0
- package/dist/AppHeader/Search/SearchWorker/index.d.ts +5 -0
- package/dist/AppHeader/Search/SearchWorker/index.js +24 -0
- package/dist/AppHeader/Search/SearchWorker/src.d.ts +1 -0
- package/dist/AppHeader/Search/SearchWorker/src.js +310 -0
- package/dist/AppHeader/Search/SearchWorker/types.d.ts +37 -0
- package/dist/AppHeader/Search/SearchWorker/types.js +5 -0
- package/dist/AppHeader/Search/SearchWorker/worker.d.ts +2 -0
- package/dist/AppHeader/Search/SearchWorker/worker.js +31 -0
- package/dist/AppHeader/Search/consts.d.ts +23 -0
- package/dist/AppHeader/Search/consts.js +40 -0
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.d.ts +5 -0
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.js +14 -0
- package/dist/AppHeader/Search/safelyRedirect.d.ts +5 -0
- package/dist/AppHeader/Search/safelyRedirect.js +49 -0
- package/dist/AppHeader/Search/types.d.ts +24 -0
- package/dist/AppHeader/Search/types.js +1 -0
- package/dist/AppHeader/Search/useHeaderSearch.d.ts +6 -0
- package/dist/AppHeader/Search/useHeaderSearch.js +40 -0
- package/dist/AppHeader/index.d.ts +23 -0
- package/dist/AppHeader/index.js +98 -0
- package/dist/AppHeader/shared/elements.d.ts +90 -0
- package/dist/AppHeader/shared/elements.js +251 -0
- package/dist/AppHeader/shared/index.d.ts +4 -0
- package/dist/AppHeader/shared/index.js +4 -0
- package/dist/AppHeader/shared/keyboardNav.d.ts +23 -0
- package/dist/AppHeader/shared/keyboardNav.js +67 -0
- package/dist/AppHeader/shared/mockAppHeaderItems.d.ts +2 -0
- package/dist/AppHeader/shared/mockAppHeaderItems.js +10 -0
- package/dist/AppHeader/shared/types.d.ts +107 -0
- package/dist/AppHeader/shared/types.js +1 -0
- package/dist/AppHeader/shared/utils.d.ts +14 -0
- package/dist/AppHeader/shared/utils.js +100 -0
- package/dist/AppHeader/utils/types.d.ts +8 -0
- package/dist/AppHeader/utils/types.js +1 -0
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.ts +8 -0
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.js +142 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.d.ts +13 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.js +30 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.ts +8 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.js +124 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.d.ts +7 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.js +60 -0
- package/dist/AppHeaderMobile/index.d.ts +20 -0
- package/dist/AppHeaderMobile/index.js +214 -0
- package/dist/Avatar/Avatar.stories.js +15 -0
- package/dist/Avatar/index.d.ts +36 -0
- package/dist/Avatar/index.js +45 -0
- package/dist/AvatarChooser/index.d.ts +12 -0
- package/dist/AvatarChooser/index.js +105 -0
- package/dist/BackToTopAnchor/index.d.ts +13 -0
- package/dist/BackToTopAnchor/index.js +38 -0
- package/dist/Banner/CountdownTimer.d.ts +7 -0
- package/dist/Banner/CountdownTimer.js +110 -0
- package/dist/Banner/EnhancedBanner.d.ts +17 -0
- package/dist/Banner/EnhancedBanner.js +173 -0
- package/dist/Banner/index.d.ts +21 -0
- package/dist/Banner/index.js +102 -0
- package/dist/BetaSticker/index.d.ts +6 -0
- package/dist/BetaSticker/index.js +57 -0
- package/dist/CareerPathCard/index.d.ts +22 -0
- package/dist/CareerPathCard/index.js +49 -0
- package/dist/Carousel/elements.d.ts +27 -0
- package/dist/Carousel/elements.js +14 -0
- package/dist/Carousel/index.d.ts +25 -0
- package/dist/Carousel/index.js +251 -0
- package/dist/CertificationPathCard/__tests__/__fixtures__/index.d.ts +2 -0
- package/dist/CertificationPathCard/index.d.ts +23 -0
- package/dist/CertificationPathCard/index.js +52 -0
- package/dist/CoachingSessionCard/index.d.ts +21 -0
- package/dist/CoachingSessionCard/index.js +75 -0
- package/dist/CommunityEventCard/EventTypeIcon.d.ts +11 -0
- package/dist/CommunityEventCard/EventTypeIcon.js +59 -0
- package/dist/CommunityEventCard/index.d.ts +28 -0
- package/dist/CommunityEventCard/index.js +305 -0
- package/dist/CommunityEventToast/index.d.ts +6 -0
- package/dist/CommunityEventToast/index.js +32 -0
- package/dist/ContentGroupBaseCard/helpers.d.ts +4 -0
- package/dist/ContentGroupBaseCard/helpers.js +12 -0
- package/dist/ContentGroupBaseCard/index.d.ts +33 -0
- package/dist/ContentGroupBaseCard/index.js +237 -0
- package/dist/ContentGroupBaseCard/shared.d.ts +7 -0
- package/dist/ContentGroupBaseCard/shared.js +69 -0
- package/dist/ContentGroupBaseCard/types.d.ts +10 -0
- package/dist/ContentGroupBaseCard/types.js +12 -0
- package/dist/CourseCard/__tests__/__fixtures__/index.d.ts +3 -0
- package/dist/CourseCard/index.d.ts +20 -0
- package/dist/CourseCard/index.js +45 -0
- package/dist/CurriculumCard/BottomTag/index.d.ts +7 -0
- package/dist/CurriculumCard/BottomTag/index.js +26 -0
- package/dist/CurriculumCard/Difficulty/helpers.d.ts +8 -0
- package/dist/CurriculumCard/Difficulty/helpers.js +13 -0
- package/dist/CurriculumCard/Difficulty/index.d.ts +3 -0
- package/dist/CurriculumCard/Difficulty/index.js +47 -0
- package/dist/CurriculumCard/Difficulty/types.d.ts +22 -0
- package/dist/CurriculumCard/Difficulty/types.js +20 -0
- package/dist/CurriculumCard/Footer/index.d.ts +10 -0
- package/dist/CurriculumCard/Footer/index.js +54 -0
- package/dist/CurriculumCard/Image/index.d.ts +9 -0
- package/dist/CurriculumCard/Image/index.js +56 -0
- package/dist/CurriculumCard/Subtitle/helpers.d.ts +1 -0
- package/dist/CurriculumCard/Subtitle/helpers.js +8 -0
- package/dist/CurriculumCard/Subtitle/index.d.ts +8 -0
- package/dist/CurriculumCard/Subtitle/index.js +34 -0
- package/dist/CurriculumCard/index.d.ts +59 -0
- package/dist/CurriculumCard/index.js +129 -0
- package/dist/DropdownButton/DropdownList.d.ts +17 -0
- package/dist/DropdownButton/DropdownList.js +73 -0
- package/dist/DropdownButton/index.d.ts +74 -0
- package/dist/DropdownButton/index.js +169 -0
- package/dist/DropdownButton/useDynamicPopoverPosition.d.ts +14 -0
- package/dist/DropdownButton/useDynamicPopoverPosition.js +55 -0
- package/dist/DropdownButton/useDynamicPopoverPosition.test.js +85 -0
- package/dist/EmptySection/index.d.ts +28 -0
- package/dist/EmptySection/index.js +183 -0
- package/dist/ErrorContents/index.d.ts +8 -0
- package/dist/ErrorContents/index.js +48 -0
- package/dist/FeatureList/index.d.ts +11 -0
- package/dist/FeatureList/index.js +41 -0
- package/dist/GlobalFooter/FooterHeading.d.ts +9 -0
- package/dist/GlobalFooter/FooterHeading.js +30 -0
- package/dist/GlobalFooter/FooterLegal/LegalLinks.d.ts +6 -0
- package/dist/GlobalFooter/FooterLegal/LegalLinks.js +43 -0
- package/dist/GlobalFooter/FooterLegal/MadeIn.d.ts +5 -0
- package/dist/GlobalFooter/FooterLegal/MadeIn.js +64 -0
- package/dist/GlobalFooter/FooterLegal/index.d.ts +7 -0
- package/dist/GlobalFooter/FooterLegal/index.js +22 -0
- package/dist/GlobalFooter/FooterLinks.d.ts +18 -0
- package/dist/GlobalFooter/FooterLinks.js +53 -0
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.d.ts +7 -0
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.js +298 -0
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.d.ts +11 -0
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.js +287 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.d.ts +7 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.js +272 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.d.ts +2 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.js +29 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.d.ts +4 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.js +77 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.d.ts +3 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.js +86 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.ts +4 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.js +1 -0
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.d.ts +2 -0
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.js +50 -0
- package/dist/GlobalFooter/FooterNavLinks/index.d.ts +4 -0
- package/dist/GlobalFooter/FooterNavLinks/index.js +43 -0
- package/dist/GlobalFooter/FooterSubHeading.d.ts +9 -0
- package/dist/GlobalFooter/FooterSubHeading.js +22 -0
- package/dist/GlobalFooter/index.d.ts +22 -0
- package/dist/GlobalFooter/index.js +37 -0
- package/dist/GlobalFooter/types.d.ts +13 -0
- package/dist/GlobalFooter/types.js +1 -0
- package/dist/GlobalHeader/GlobalHeaderItems.d.ts +28 -0
- package/dist/GlobalHeader/GlobalHeaderItems.js +420 -0
- package/dist/GlobalHeader/GlobalHeaderVariants.d.ts +83 -0
- package/dist/GlobalHeader/GlobalHeaderVariants.js +351 -0
- package/dist/GlobalHeader/context.d.ts +34 -0
- package/dist/GlobalHeader/context.js +77 -0
- package/dist/GlobalHeader/index.d.ts +7 -0
- package/dist/GlobalHeader/index.js +183 -0
- package/dist/GlobalHeader/types.d.ts +120 -0
- package/dist/GlobalHeader/types.js +1 -0
- package/dist/GlobalHeader/urlHelpers.d.ts +2 -0
- package/dist/GlobalHeader/urlHelpers.js +21 -0
- package/dist/GlobalPage/index.d.ts +48 -0
- package/dist/GlobalPage/index.js +60 -0
- package/dist/Grid/GridCollapse.d.ts +41 -0
- package/dist/Grid/GridCollapse.js +199 -0
- package/dist/Grid/GridCollapse.test.js +96 -0
- package/dist/Grid/Subgrid.d.ts +23 -0
- package/dist/Grid/Subgrid.js +37 -0
- package/dist/Grid/getCSSFromColumnCount.d.ts +6 -0
- package/dist/Grid/getCSSFromColumnCount.js +7 -0
- package/dist/Grid/index.d.ts +3 -0
- package/dist/Grid/index.js +3 -0
- package/dist/HeaderHeightArea/index.d.ts +9 -0
- package/dist/HeaderHeightArea/index.js +40 -0
- package/dist/HeaderHeightArea/useIsInHeaderRegion.d.ts +1 -0
- package/dist/HeaderHeightArea/useIsInHeaderRegion.js +15 -0
- package/dist/HorizontalScrollMenu/index.d.ts +7 -0
- package/dist/HorizontalScrollMenu/index.js +75 -0
- package/dist/HubCard/index.d.ts +8 -0
- package/dist/HubCard/index.js +38 -0
- package/dist/InfoCard/index.d.ts +19 -0
- package/dist/InfoCard/index.js +157 -0
- package/dist/InstructorCard/__tests__/__fixtures__/index.d.ts +2 -0
- package/dist/InstructorCard/index.d.ts +18 -0
- package/dist/InstructorCard/index.js +175 -0
- package/dist/Konamimojisplosion/Konamimojisplosion.d.ts +5 -0
- package/dist/Konamimojisplosion/Konamimojisplosion.js +7 -0
- package/dist/Konamimojisplosion/index.d.ts +2 -0
- package/dist/Konamimojisplosion/index.js +2 -0
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.ts +1 -0
- package/dist/Konamimojisplosion/useKonamimojisplosion.js +34 -0
- package/dist/LandingPage/Description.d.ts +6 -0
- package/dist/LandingPage/Description.js +14 -0
- package/dist/LandingPage/PageFAQs.d.ts +13 -0
- package/dist/LandingPage/PageFAQs.js +44 -0
- package/dist/LandingPage/Title.d.ts +23 -0
- package/dist/LandingPage/Title.js +28 -0
- package/dist/LandingPage/TitleWithEyebrow.d.ts +11 -0
- package/dist/LandingPage/TitleWithEyebrow.js +40 -0
- package/dist/LandingPage/index.d.ts +6 -0
- package/dist/LandingPage/index.js +6 -0
- package/dist/LandingPage/types.d.ts +32 -0
- package/dist/LandingPage/types.js +1 -0
- package/dist/LayoutMenu/AccordionMenu.d.ts +26 -0
- package/dist/LayoutMenu/AccordionMenu.js +71 -0
- package/dist/LayoutMenu/LayoutMenu.d.ts +44 -0
- package/dist/LayoutMenu/LayoutMenu.js +119 -0
- package/dist/LayoutMenu/LayoutMenuSection.d.ts +16 -0
- package/dist/LayoutMenu/LayoutMenuSection.js +39 -0
- package/dist/LayoutMenu/SectionItemLink.d.ts +7 -0
- package/dist/LayoutMenu/SectionItemLink.js +16 -0
- package/dist/LayoutMenu/SelectedSectionItem.d.ts +3 -0
- package/dist/LayoutMenu/SelectedSectionItem.js +17 -0
- package/dist/LayoutMenu/index.d.ts +3 -0
- package/dist/LayoutMenu/index.js +3 -0
- package/dist/LayoutMenuVariant/AccordionMenu.d.ts +21 -0
- package/dist/LayoutMenuVariant/AccordionMenu.js +87 -0
- package/dist/LayoutMenuVariant/LayoutMenu.d.ts +39 -0
- package/dist/LayoutMenuVariant/LayoutMenu.js +93 -0
- package/dist/LayoutMenuVariant/LayoutMenuSection.d.ts +10 -0
- package/dist/LayoutMenuVariant/LayoutMenuSection.js +42 -0
- package/dist/LayoutMenuVariant/SectionItemLink.d.ts +8 -0
- package/dist/LayoutMenuVariant/SectionItemLink.js +17 -0
- package/dist/LayoutMenuVariant/index.d.ts +2 -0
- package/dist/LayoutMenuVariant/index.js +2 -0
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.d.ts +8 -0
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.js +55 -0
- package/dist/LearningOutcomeAssessmentScores/index.d.ts +8 -0
- package/dist/LearningOutcomeAssessmentScores/index.js +24 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.ts +18 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.js +57 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.ts +10 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.js +35 -0
- package/dist/LearningOutcomeBadges/index.d.ts +2 -0
- package/dist/LearningOutcomeBadges/index.js +2 -0
- package/dist/LearningOutcomeCard/index.d.ts +27 -0
- package/dist/LearningOutcomeCard/index.js +203 -0
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.d.ts +7 -0
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.js +42 -0
- package/dist/LearningOutcomeFlyout/index.d.ts +8 -0
- package/dist/LearningOutcomeFlyout/index.js +354 -0
- package/dist/LearningOutcomeFlyout/types.d.ts +63 -0
- package/dist/LearningOutcomeFlyout/types.js +5 -0
- package/dist/LearningOutcomePopover/index.d.ts +10 -0
- package/dist/LearningOutcomePopover/index.js +125 -0
- package/dist/LearningOutcomeTile/Tile.d.ts +7 -0
- package/dist/LearningOutcomeTile/Tile.js +79 -0
- package/dist/LearningOutcomeTile/index.d.ts +3 -0
- package/dist/LearningOutcomeTile/index.js +115 -0
- package/dist/LearningOutcomeTile/types.d.ts +47 -0
- package/dist/LearningOutcomeTile/types.js +11 -0
- package/dist/ListSection/index.d.ts +21 -0
- package/dist/ListSection/index.js +64 -0
- package/dist/Loading/index.d.ts +5 -0
- package/dist/Loading/index.js +82 -0
- package/dist/LoadingCurriculumCard/index.d.ts +7 -0
- package/dist/LoadingCurriculumCard/index.js +82 -0
- package/dist/Logos/LogoCodecademy/index.d.ts +2 -0
- package/dist/Logos/LogoCodecademy/index.js +22 -0
- package/dist/Logos/LogoCodecademyMini/index.d.ts +2 -0
- package/dist/Logos/LogoCodecademyMini/index.js +18 -0
- package/dist/Logos/LogoCodecademyPro/index.d.ts +2 -0
- package/dist/Logos/LogoCodecademyPro/index.js +25 -0
- package/dist/Logos/LogoCodecademyTeams/index.d.ts +2 -0
- package/dist/Logos/LogoCodecademyTeams/index.js +46 -0
- package/dist/Logos/LogoFromSkillsoft/index.d.ts +3 -0
- package/dist/Logos/LogoFromSkillsoft/index.js +48 -0
- package/dist/Logos/LogoLXStudio/index.d.ts +3 -0
- package/dist/Logos/LogoLXStudio/index.js +40 -0
- package/dist/Logos/ProLabel/ProLabelCutout/index.d.ts +8 -0
- package/dist/Logos/ProLabel/ProLabelCutout/index.js +31 -0
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.d.ts +7 -0
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.js +31 -0
- package/dist/Logos/ProLabel/index.d.ts +15 -0
- package/dist/Logos/ProLabel/index.js +27 -0
- package/dist/Logos/index.d.ts +7 -0
- package/dist/Logos/index.js +7 -0
- package/dist/Logos/shared.d.ts +990 -0
- package/dist/Logos/shared.js +16 -0
- package/dist/MarketingToaster/index.d.ts +8 -0
- package/dist/MarketingToaster/index.js +67 -0
- package/dist/NotFoundContent/index.d.ts +8 -0
- package/dist/NotFoundContent/index.js +55 -0
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.d.ts +7 -0
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.js +23 -0
- package/dist/NotificationList/EmptyNotification/index.d.ts +1 -0
- package/dist/NotificationList/EmptyNotification/index.js +38 -0
- package/dist/NotificationList/NotificationItem.d.ts +8 -0
- package/dist/NotificationList/NotificationItem.js +151 -0
- package/dist/NotificationList/index.d.ts +9 -0
- package/dist/NotificationList/index.js +46 -0
- package/dist/NotificationList/typings.d.ts +16 -0
- package/dist/NotificationList/typings.js +1 -0
- package/dist/Notifications/NotificationBell.d.ts +10 -0
- package/dist/Notifications/NotificationBell.js +72 -0
- package/dist/Notifications/NotificationsContents.d.ts +3 -0
- package/dist/Notifications/NotificationsContents.js +85 -0
- package/dist/Notifications/NotificationsDropdown.d.ts +2 -0
- package/dist/Notifications/NotificationsDropdown.js +25 -0
- package/dist/Notifications/__fixtures__/NotificationTestComponent.d.ts +2 -0
- package/dist/Notifications/__fixtures__/NotificationTestComponent.js +12 -0
- package/dist/Notifications/__fixtures__/stubs.d.ts +2 -0
- package/dist/Notifications/__fixtures__/stubs.js +8 -0
- package/dist/Notifications/constants.d.ts +4 -0
- package/dist/Notifications/constants.js +4 -0
- package/dist/Notifications/elements.d.ts +12 -0
- package/dist/Notifications/elements.js +21 -0
- package/dist/Notifications/types.d.ts +24 -0
- package/dist/Notifications/types.js +1 -0
- package/dist/Notifications/useHeaderNotifications.d.ts +10 -0
- package/dist/Notifications/useHeaderNotifications.js +37 -0
- package/dist/Notifications/useNotificationButtons.d.ts +9 -0
- package/dist/Notifications/useNotificationButtons.js +56 -0
- package/dist/PageAlerts/PageAlerts.d.ts +10 -0
- package/dist/PageAlerts/PageAlerts.js +75 -0
- package/dist/PageAlerts/PageAlertsProvider.d.ts +11 -0
- package/dist/PageAlerts/PageAlertsProvider.js +34 -0
- package/dist/PageAlerts/index.d.ts +3 -0
- package/dist/PageAlerts/index.js +3 -0
- package/dist/PageAlerts/types.d.ts +17 -0
- package/dist/PageAlerts/types.js +1 -0
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.ts +19 -0
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.js +53 -0
- package/dist/PageLayoutWithSidebarMenu/index.d.ts +1 -0
- package/dist/PageLayoutWithSidebarMenu/index.js +1 -0
- package/dist/PageSection/index.d.ts +17 -0
- package/dist/PageSection/index.js +67 -0
- package/dist/PastDue/PastDueModalContents/index.d.ts +8 -0
- package/dist/PastDue/PastDueModalContents/index.js +30 -0
- package/dist/PastDue/index.d.ts +2 -0
- package/dist/PastDue/index.js +2 -0
- package/dist/PastDue/pastDueMessages.d.ts +6 -0
- package/dist/PastDue/pastDueMessages.js +48 -0
- package/dist/PausableImage/BaseImage/index.d.ts +15 -0
- package/dist/PausableImage/BaseImage/index.js +54 -0
- package/dist/PausableImage/index.d.ts +11 -0
- package/dist/PausableImage/index.js +37 -0
- package/dist/PlanCard/PlanCardBanner.d.ts +7 -0
- package/dist/PlanCard/PlanCardBanner.js +28 -0
- package/dist/PlanCard/PlanFeature.d.ts +10 -0
- package/dist/PlanCard/PlanFeature.js +105 -0
- package/dist/PlanCard/PopularBadge.d.ts +3 -0
- package/dist/PlanCard/PopularBadge.js +13 -0
- package/dist/PlanCard/PricingAmount.d.ts +14 -0
- package/dist/PlanCard/PricingAmount.js +117 -0
- package/dist/PlanCard/RecommendedBadge.d.ts +3 -0
- package/dist/PlanCard/RecommendedBadge.js +24 -0
- package/dist/PlanCard/consts.d.ts +15 -0
- package/dist/PlanCard/consts.js +167 -0
- package/dist/PlanCard/index.d.ts +18 -0
- package/dist/PlanCard/index.js +375 -0
- package/dist/PlanCard/types.d.ts +40 -0
- package/dist/PlanCard/types.js +74 -0
- package/dist/PlanCardTeams/consts.d.ts +9 -0
- package/dist/PlanCardTeams/consts.js +8 -0
- package/dist/PlanCardTeams/index.d.ts +8 -0
- package/dist/PlanCardTeams/index.js +167 -0
- package/dist/PricingSection/ConditionalColorMode.d.ts +4 -0
- package/dist/PricingSection/ConditionalColorMode.js +13 -0
- package/dist/PricingSection/PricingCard/PricingAmount.d.ts +14 -0
- package/dist/PricingSection/PricingCard/PricingAmount.js +115 -0
- package/dist/PricingSection/PricingCard/RecommendedBadge.d.ts +3 -0
- package/dist/PricingSection/PricingCard/RecommendedBadge.js +24 -0
- package/dist/PricingSection/PricingCard/consts.d.ts +14 -0
- package/dist/PricingSection/PricingCard/consts.js +96 -0
- package/dist/PricingSection/PricingCard/index.d.ts +16 -0
- package/dist/PricingSection/PricingCard/index.js +202 -0
- package/dist/PricingSection/PricingCard/types.d.ts +40 -0
- package/dist/PricingSection/PricingCard/types.js +63 -0
- package/dist/PricingSection/ProductCTA.d.ts +12 -0
- package/dist/PricingSection/ProductCTA.js +135 -0
- package/dist/PricingSection/Products.d.ts +15 -0
- package/dist/PricingSection/Products.js +92 -0
- package/dist/PricingSection/config.d.ts +8 -0
- package/dist/PricingSection/config.js +38 -0
- package/dist/PricingSection/index.d.ts +16 -0
- package/dist/PricingSection/index.js +41 -0
- package/dist/PricingSection/types.d.ts +31 -0
- package/dist/PricingSection/types.js +9 -0
- package/dist/ProLogoAlt/index.d.ts +9 -0
- package/dist/ProLogoAlt/index.js +26 -0
- package/dist/ProductFeatureShowcase/index.d.ts +16 -0
- package/dist/ProductFeatureShowcase/index.js +120 -0
- package/dist/QuizScore/index.d.ts +12 -0
- package/dist/QuizScore/index.js +84 -0
- package/dist/RatingsBar/index.d.ts +12 -0
- package/dist/RatingsBar/index.js +34 -0
- package/dist/Recurly/context/NoProvider.d.ts +8 -0
- package/dist/Recurly/context/NoProvider.js +7 -0
- package/dist/Recurly/context/elements/index.d.ts +26 -0
- package/dist/Recurly/context/elements/index.js +46 -0
- package/dist/Recurly/context/index.d.ts +2 -0
- package/dist/Recurly/context/index.js +2 -0
- package/dist/Recurly/context/recurly/index.d.ts +30 -0
- package/dist/Recurly/context/recurly/index.js +50 -0
- package/dist/Recurly/context/recurly/loadRecurly.d.ts +6 -0
- package/dist/Recurly/context/recurly/loadRecurly.js +22 -0
- package/dist/Recurly/context/recurly/w.d.ts +14 -0
- package/dist/Recurly/context/recurly/w.js +4 -0
- package/dist/Recurly/fields/RecurlyField.d.ts +9 -0
- package/dist/Recurly/fields/RecurlyField.js +57 -0
- package/dist/Recurly/fields/elements.d.ts +17 -0
- package/dist/Recurly/fields/elements.js +106 -0
- package/dist/Recurly/fields/elements.test.js +79 -0
- package/dist/Recurly/fields/index.d.ts +2 -0
- package/dist/Recurly/fields/index.js +2 -0
- package/dist/Recurly/index.d.ts +2 -0
- package/dist/Recurly/index.js +2 -0
- package/dist/ResourceCard/index.d.ts +15 -0
- package/dist/ResourceCard/index.js +59 -0
- package/dist/ScoreSummary/SubScores.d.ts +28 -0
- package/dist/ScoreSummary/SubScores.js +165 -0
- package/dist/ScoreSummary/helpers.d.ts +11 -0
- package/dist/ScoreSummary/helpers.js +20 -0
- package/dist/ScoreSummary/index.d.ts +21 -0
- package/dist/ScoreSummary/index.js +108 -0
- package/dist/ScoreSummary/types.d.ts +310 -0
- package/dist/ScoreSummary/types.js +1 -0
- package/dist/SkillPathCard/__tests__/__fixtures__/index.d.ts +2 -0
- package/dist/SkillPathCard/index.d.ts +20 -0
- package/dist/SkillPathCard/index.js +46 -0
- package/dist/SocialMediaSharing/SocialShareIconLink.d.ts +13 -0
- package/dist/SocialMediaSharing/SocialShareIconLink.js +49 -0
- package/dist/SocialMediaSharing/index.d.ts +49 -0
- package/dist/SocialMediaSharing/index.js +116 -0
- package/dist/SocialMediaSharingDropdown/__tests__/SocialMediaSharingDropdown-test.d.ts +1 -0
- package/dist/SocialMediaSharingDropdown/index.d.ts +15 -0
- package/dist/SocialMediaSharingDropdown/index.js +111 -0
- package/dist/Testimonial/index.d.ts +45 -0
- package/dist/Testimonial/index.js +163 -0
- package/dist/assets/darkQuotes.svg +1 -0
- package/dist/assets/lightQuotes.svg +1 -0
- package/dist/assets/orange_squiggle.svg +1 -0
- package/dist/index.d.ts +89 -0
- package/dist/index.js +86 -0
- package/dist/lib/breakpointHooks/index.d.ts +43 -0
- package/dist/lib/breakpointHooks/index.js +60 -0
- package/dist/lib/catalogList/index.d.ts +3 -0
- package/dist/lib/catalogList/index.js +61 -0
- package/dist/lib/resourcesList/index.d.ts +5 -0
- package/dist/lib/resourcesList/index.js +237 -0
- package/dist/png.d.ts +4 -0
- package/dist/react-freezeframe.d.ts +1 -0
- package/dist/remoteAssets/components.d.ts +1 -0
- package/dist/remoteAssets/components.js +1 -0
- package/dist/stories/Atoms/Avatar.stories.js +16 -0
- package/dist/stories/Atoms/BetaSticker.stories.js +21 -0
- package/dist/stories/Atoms/Logos/LogoCodecademy.stories.js +8 -0
- package/dist/stories/Atoms/Logos/LogoCodecademyMini.stories.js +8 -0
- package/dist/stories/Atoms/Logos/LogoCodecademyPro.stories.js +8 -0
- package/dist/stories/Atoms/Logos/LogoCodecademyTeams.stories.js +8 -0
- package/dist/stories/Atoms/Logos/LogoFromSkillsoft.stories.js +9 -0
- package/dist/stories/Atoms/Logos/LogoLXStudio.stories.js +11 -0
- package/dist/stories/Atoms/Logos/ProLabel.stories.js +29 -0
- package/dist/stories/Atoms/RatingsBar.stories.js +16 -0
- package/dist/stories/Atoms/Subgrid.stories.js +87 -0
- package/dist/stories/Molecules/AppBar.stories.js +31 -0
- package/dist/stories/Molecules/AppHeader/AppHeader.stories.js +84 -0
- package/dist/stories/Molecules/AppHeader/AppHeaderDropdown.stories.js +67 -0
- package/dist/stories/Molecules/AppHeader/AppHeaderLink.stories.js +50 -0
- package/dist/stories/Molecules/AppHeader/AppHeaderLogo.stories.js +43 -0
- package/dist/stories/Molecules/AppHeader/AppHeaderMainMenuMobile.stories.js +34 -0
- package/dist/stories/Molecules/AppHeader/AppHeaderMobile.stories.js +40 -0
- package/dist/stories/Molecules/AppHeader/AppHeaderSubMenuMobile.stories.js +25 -0
- package/dist/stories/Molecules/AppHeader/LXStudioHeader.stories.js +176 -0
- package/dist/stories/Molecules/AppHeader/LXStudioMobileHeader.stories.js +84 -0
- package/dist/stories/Molecules/AppHeader/MockAppHeaderElements.d.ts +5 -0
- package/dist/stories/Molecules/AppHeader/MockAppHeaderElements.js +90 -0
- package/dist/stories/Molecules/AvatarChooser.stories.js +22 -0
- package/dist/stories/Molecules/BackToTopAnchor.stories.js +51 -0
- package/dist/stories/Molecules/Banner.stories.js +112 -0
- package/dist/stories/Molecules/Carousel.stories.js +47 -0
- package/dist/stories/Molecules/ContentGroupBaseCard.stories.js +175 -0
- package/dist/stories/Molecules/CurriculumCard.stories.js +201 -0
- package/dist/stories/Molecules/CurriculumCards/CareerPathCard.stories.js +94 -0
- package/dist/stories/Molecules/CurriculumCards/CertificationPathCard.stories.js +67 -0
- package/dist/stories/Molecules/CurriculumCards/CourseCard.stories.js +85 -0
- package/dist/stories/Molecules/CurriculumCards/LoadingCurriculumCard.stories.js +20 -0
- package/dist/stories/Molecules/CurriculumCards/SkillPathCard.stories.js +92 -0
- package/dist/stories/Molecules/DropdownButton.stories.js +207 -0
- package/dist/stories/Molecules/EmptySection.stories.js +167 -0
- package/dist/stories/Molecules/EnhancedBanner.stories.js +104 -0
- package/dist/stories/Molecules/ErrorContents.stories.js +19 -0
- package/dist/stories/Molecules/GridCollapse.stories.js +42 -0
- package/dist/stories/Molecules/HorizontalScrollMenu.examples.d.ts +1 -0
- package/dist/stories/Molecules/HorizontalScrollMenu.examples.js +67 -0
- package/dist/stories/Molecules/HorizontalScrollMenu.stories.js +11 -0
- package/dist/stories/Molecules/HubCard.stories.js +27 -0
- package/dist/stories/Molecules/InfoCard.stories.js +30 -0
- package/dist/stories/Molecules/InstructorCard.stories.js +125 -0
- package/dist/stories/Molecules/LearningOutcomeAssessmentScores.stories.js +23 -0
- package/dist/stories/Molecules/LearningOutcomeCard.stories.js +189 -0
- package/dist/stories/Molecules/LearningOutcomeFlyout.stories.js +62 -0
- package/dist/stories/Molecules/LearningOutcomeLevelBadge.stories.js +20 -0
- package/dist/stories/Molecules/LearningOutcomeLowAssessmentBadge.stories.js +10 -0
- package/dist/stories/Molecules/LearningOutcomePopover.stories.js +39 -0
- package/dist/stories/Molecules/LearningOutcomeTile.stories.js +276 -0
- package/dist/stories/Molecules/ListSection.stories.js +97 -0
- package/dist/stories/Molecules/Loading.stories.js +10 -0
- package/dist/stories/Molecules/NotificationList.stories.js +99 -0
- package/dist/stories/Molecules/PageSection.stories.js +67 -0
- package/dist/stories/Molecules/PastDueModalContents.stories.js +62 -0
- package/dist/stories/Molecules/PausableImage.stories.js +16 -0
- package/dist/stories/Molecules/Recurly.stories.js +56 -0
- package/dist/stories/Molecules/ResourceCard.stories.js +18 -0
- package/dist/stories/Molecules/SocialMediaSharing.stories.js +20 -0
- package/dist/stories/Molecules/SocialMediaSharingDropdown.stories.js +20 -0
- package/dist/stories/Molecules/Testimonial.stories.js +59 -0
- package/dist/stories/Organisms/GlobalFooter.stories.js +28 -0
- package/dist/stories/Organisms/GlobalHeader/About.stories.js +133 -0
- package/dist/stories/Organisms/GlobalHeader/Anon.stories.js +71 -0
- package/dist/stories/Organisms/GlobalHeader/Bootcamp.stories.js +29 -0
- package/dist/stories/Organisms/GlobalHeader/Enterprise.stories.js +105 -0
- package/dist/stories/Organisms/GlobalHeader/Free.stories.js +131 -0
- package/dist/stories/Organisms/GlobalHeader/Pro.stories.js +197 -0
- package/dist/stories/Organisms/GlobalHeader/Simple.stories.js +28 -0
- package/dist/stories/Organisms/GlobalPage.stories.js +138 -0
- package/dist/stories/Organisms/LayoutMenu.stories.js +239 -0
- package/dist/stories/Organisms/LayoutMenuVariant.stories.js +222 -0
- package/dist/stories/Organisms/PageAlerts.example.d.ts +2 -0
- package/dist/stories/Organisms/PageAlerts.example.js +42 -0
- package/dist/stories/Organisms/PageAlerts.stories.js +15 -0
- package/dist/stories/Organisms/PageLayoutWithSidebarMenu.stories.js +34 -0
- package/dist/stories/Organisms/PlanCard.stories.js +98 -0
- package/dist/stories/Organisms/PlanCardTeams.stories.js +27 -0
- package/dist/stories/Organisms/ScoreSummary.stories.js +295 -0
- package/dist/svg.d.ts +7 -0
- package/dist/theme.d.ts +5 -0
- package/package.json +7 -24
- package/dist/AbbreviatedCommunityEventCard/index.cjs +0 -74
- package/dist/AbbreviatedCommunityEventCard/index.cjs.map +0 -1
- package/dist/AbbreviatedCommunityEventCard/index.d.cts +0 -12
- package/dist/AbbreviatedCommunityEventCard/index.d.cts.map +0 -1
- package/dist/AbbreviatedCommunityEventCard/index.d.mts +0 -12
- package/dist/AbbreviatedCommunityEventCard/index.d.mts.map +0 -1
- package/dist/AbbreviatedCommunityEventCard/index.mjs +0 -71
- package/dist/AbbreviatedCommunityEventCard/index.mjs.map +0 -1
- package/dist/AppBar/AppBarSection.cjs +0 -40
- package/dist/AppBar/AppBarSection.cjs.map +0 -1
- package/dist/AppBar/AppBarSection.d.cts +0 -16
- package/dist/AppBar/AppBarSection.d.cts.map +0 -1
- package/dist/AppBar/AppBarSection.d.mts +0 -16
- package/dist/AppBar/AppBarSection.d.mts.map +0 -1
- package/dist/AppBar/AppBarSection.mjs +0 -37
- package/dist/AppBar/AppBarSection.mjs.map +0 -1
- package/dist/AppBar/index.cjs +0 -21
- package/dist/AppBar/index.cjs.map +0 -1
- package/dist/AppBar/index.d.cts +0 -14
- package/dist/AppBar/index.d.cts.map +0 -1
- package/dist/AppBar/index.d.mts +0 -14
- package/dist/AppBar/index.d.mts.map +0 -1
- package/dist/AppBar/index.mjs +0 -19
- package/dist/AppBar/index.mjs.map +0 -1
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.cjs +0 -23
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.cjs.map +0 -1
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.cts +0 -19
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.cts.map +0 -1
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.mts +0 -19
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.mts.map +0 -1
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.mjs +0 -20
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.mjs.map +0 -1
- package/dist/AppBarDeprecated/index.cjs +0 -26
- package/dist/AppBarDeprecated/index.cjs.map +0 -1
- package/dist/AppBarDeprecated/index.d.cts +0 -19
- package/dist/AppBarDeprecated/index.d.cts.map +0 -1
- package/dist/AppBarDeprecated/index.d.mts +0 -19
- package/dist/AppBarDeprecated/index.d.mts.map +0 -1
- package/dist/AppBarDeprecated/index.mjs +0 -23
- package/dist/AppBarDeprecated/index.mjs.map +0 -1
- package/dist/AppBarDeprecated/styles/index.module.cjs +0 -6
- package/dist/AppBarDeprecated/styles/index.module.cjs.map +0 -1
- package/dist/AppBarDeprecated/styles/index.module.mjs +0 -6
- package/dist/AppBarDeprecated/styles/index.module.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.cjs +0 -84
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.mjs +0 -82
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.cjs +0 -268
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.mjs +0 -262
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.cjs +0 -275
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.mjs +0 -271
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.cjs +0 -101
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.cts +0 -9
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.cts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.mts +0 -11
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.mts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.mjs +0 -99
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.cjs +0 -91
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.mjs +0 -89
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.cjs +0 -96
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.cts +0 -17
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.cts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.mts +0 -18
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.mts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.mjs +0 -94
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.cjs +0 -31
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.mjs +0 -26
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.cjs +0 -45
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.mjs +0 -43
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.cjs +0 -62
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.cts +0 -57
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.cts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.mts +0 -58
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.mts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.mjs +0 -59
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.cjs +0 -38
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.mjs +0 -36
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.cjs +0 -46
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.mjs +0 -45
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.cjs +0 -28
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.mjs +0 -25
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.cjs +0 -53
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.cts +0 -11
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.cts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.mts +0 -12
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.mts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.mjs +0 -51
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.cjs +0 -82
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.mjs +0 -79
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.cjs +0 -78
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.mjs +0 -76
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.cjs +0 -22
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.mjs +0 -19
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.cjs +0 -103
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.mjs +0 -99
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.cjs +0 -341
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.mjs +0 -335
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.cjs +0 -96
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.cts +0 -9
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.cts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.mts +0 -11
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.mts.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.mjs +0 -94
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.cjs +0 -19
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.mjs +0 -17
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.cjs +0 -68
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.mjs +0 -66
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.cjs +0 -47
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.mjs +0 -45
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.cjs +0 -92
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.mjs +0 -88
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.cjs +0 -66
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.mjs +0 -65
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.cjs +0 -59
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.mjs +0 -48
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.cjs +0 -102
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.mjs +0 -101
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.mjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.cjs +0 -55
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.cjs.map +0 -1
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.mjs +0 -53
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.mjs.map +0 -1
- package/dist/AppHeader/Search/DefaultResults.cjs +0 -93
- package/dist/AppHeader/Search/DefaultResults.cjs.map +0 -1
- package/dist/AppHeader/Search/DefaultResults.mjs +0 -90
- package/dist/AppHeader/Search/DefaultResults.mjs.map +0 -1
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.cjs +0 -57
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.cjs.map +0 -1
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.mjs +0 -55
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchButton.cjs +0 -50
- package/dist/AppHeader/Search/SearchButton.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchButton.mjs +0 -49
- package/dist/AppHeader/Search/SearchButton.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchPane.cjs +0 -455
- package/dist/AppHeader/Search/SearchPane.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchPane.mjs +0 -452
- package/dist/AppHeader/Search/SearchPane.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchTrackingProvider/index.cjs +0 -29
- package/dist/AppHeader/Search/SearchTrackingProvider/index.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchTrackingProvider/index.mjs +0 -25
- package/dist/AppHeader/Search/SearchTrackingProvider/index.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.cjs +0 -45
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.mjs +0 -44
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/index.cjs +0 -25
- package/dist/AppHeader/Search/SearchWorker/index.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/index.d.cts +0 -11
- package/dist/AppHeader/Search/SearchWorker/index.d.cts.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/index.d.mts +0 -11
- package/dist/AppHeader/Search/SearchWorker/index.d.mts.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/index.mjs +0 -25
- package/dist/AppHeader/Search/SearchWorker/index.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/src.cjs +0 -160
- package/dist/AppHeader/Search/SearchWorker/src.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/src.mjs +0 -159
- package/dist/AppHeader/Search/SearchWorker/src.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/types.cjs +0 -16
- package/dist/AppHeader/Search/SearchWorker/types.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/types.d.cts +0 -31
- package/dist/AppHeader/Search/SearchWorker/types.d.cts.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/types.d.mts +0 -31
- package/dist/AppHeader/Search/SearchWorker/types.d.mts.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/types.mjs +0 -10
- package/dist/AppHeader/Search/SearchWorker/types.mjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/worker.cjs +0 -27
- package/dist/AppHeader/Search/SearchWorker/worker.cjs.map +0 -1
- package/dist/AppHeader/Search/SearchWorker/worker.mjs +0 -27
- package/dist/AppHeader/Search/SearchWorker/worker.mjs.map +0 -1
- package/dist/AppHeader/Search/consts.cjs +0 -74
- package/dist/AppHeader/Search/consts.cjs.map +0 -1
- package/dist/AppHeader/Search/consts.d.cts +0 -27
- package/dist/AppHeader/Search/consts.d.cts.map +0 -1
- package/dist/AppHeader/Search/consts.d.mts +0 -27
- package/dist/AppHeader/Search/consts.d.mts.map +0 -1
- package/dist/AppHeader/Search/consts.mjs +0 -64
- package/dist/AppHeader/Search/consts.mjs.map +0 -1
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.cjs +0 -18
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.cjs.map +0 -1
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.mjs +0 -17
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.mjs.map +0 -1
- package/dist/AppHeader/Search/safelyRedirect.cjs +0 -39
- package/dist/AppHeader/Search/safelyRedirect.cjs.map +0 -1
- package/dist/AppHeader/Search/safelyRedirect.mjs +0 -39
- package/dist/AppHeader/Search/safelyRedirect.mjs.map +0 -1
- package/dist/AppHeader/Search/types.d.cts +0 -15
- package/dist/AppHeader/Search/types.d.cts.map +0 -1
- package/dist/AppHeader/Search/types.d.mts +0 -17
- package/dist/AppHeader/Search/types.d.mts.map +0 -1
- package/dist/AppHeader/Search/useHeaderSearch.cjs +0 -40
- package/dist/AppHeader/Search/useHeaderSearch.cjs.map +0 -1
- package/dist/AppHeader/Search/useHeaderSearch.mjs +0 -39
- package/dist/AppHeader/Search/useHeaderSearch.mjs.map +0 -1
- package/dist/AppHeader/index.cjs +0 -82
- package/dist/AppHeader/index.cjs.map +0 -1
- package/dist/AppHeader/index.d.cts +0 -29
- package/dist/AppHeader/index.d.cts.map +0 -1
- package/dist/AppHeader/index.d.mts +0 -30
- package/dist/AppHeader/index.d.mts.map +0 -1
- package/dist/AppHeader/index.mjs +0 -81
- package/dist/AppHeader/index.mjs.map +0 -1
- package/dist/AppHeader/shared/elements.cjs +0 -187
- package/dist/AppHeader/shared/elements.cjs.map +0 -1
- package/dist/AppHeader/shared/elements.d.mts +0 -8
- package/dist/AppHeader/shared/elements.mjs +0 -175
- package/dist/AppHeader/shared/elements.mjs.map +0 -1
- package/dist/AppHeader/shared/index.cjs +0 -3
- package/dist/AppHeader/shared/index.d.mts +0 -4
- package/dist/AppHeader/shared/index.mjs +0 -3
- package/dist/AppHeader/shared/keyboardNav.cjs +0 -69
- package/dist/AppHeader/shared/keyboardNav.cjs.map +0 -1
- package/dist/AppHeader/shared/keyboardNav.d.mts +0 -1
- package/dist/AppHeader/shared/keyboardNav.mjs +0 -66
- package/dist/AppHeader/shared/keyboardNav.mjs.map +0 -1
- package/dist/AppHeader/shared/mockAppHeaderItems.d.mts +0 -1
- package/dist/AppHeader/shared/types.cjs +0 -7
- package/dist/AppHeader/shared/types.cjs.map +0 -1
- package/dist/AppHeader/shared/types.d.cts +0 -112
- package/dist/AppHeader/shared/types.d.cts.map +0 -1
- package/dist/AppHeader/shared/types.d.mts +0 -112
- package/dist/AppHeader/shared/types.d.mts.map +0 -1
- package/dist/AppHeader/shared/types.mjs +0 -6
- package/dist/AppHeader/shared/types.mjs.map +0 -1
- package/dist/AppHeader/shared/utils.cjs +0 -82
- package/dist/AppHeader/shared/utils.cjs.map +0 -1
- package/dist/AppHeader/shared/utils.mjs +0 -81
- package/dist/AppHeader/shared/utils.mjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.cjs +0 -123
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.cjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.cts +0 -13
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.cts.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.mts +0 -14
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.mts.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.mjs +0 -121
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.mjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.cjs +0 -31
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.cjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.mjs +0 -28
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.mjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.cjs +0 -105
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.cjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.cts +0 -13
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.cts.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.mts +0 -13
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.mts.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.mjs +0 -103
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.mjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.cjs +0 -62
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.cjs.map +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.mjs +0 -59
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.mjs.map +0 -1
- package/dist/AppHeaderMobile/index.cjs +0 -167
- package/dist/AppHeaderMobile/index.cjs.map +0 -1
- package/dist/AppHeaderMobile/index.d.cts +0 -25
- package/dist/AppHeaderMobile/index.d.cts.map +0 -1
- package/dist/AppHeaderMobile/index.d.mts +0 -28
- package/dist/AppHeaderMobile/index.d.mts.map +0 -1
- package/dist/AppHeaderMobile/index.mjs +0 -165
- package/dist/AppHeaderMobile/index.mjs.map +0 -1
- package/dist/Avatar/index.cjs +0 -45
- package/dist/Avatar/index.cjs.map +0 -1
- package/dist/Avatar/index.d.cts +0 -41
- package/dist/Avatar/index.d.cts.map +0 -1
- package/dist/Avatar/index.d.mts +0 -41
- package/dist/Avatar/index.d.mts.map +0 -1
- package/dist/Avatar/index.mjs +0 -42
- package/dist/Avatar/index.mjs.map +0 -1
- package/dist/AvatarChooser/index.cjs +0 -80
- package/dist/AvatarChooser/index.cjs.map +0 -1
- package/dist/AvatarChooser/index.d.cts +0 -16
- package/dist/AvatarChooser/index.d.cts.map +0 -1
- package/dist/AvatarChooser/index.d.mts +0 -16
- package/dist/AvatarChooser/index.d.mts.map +0 -1
- package/dist/AvatarChooser/index.mjs +0 -78
- package/dist/AvatarChooser/index.mjs.map +0 -1
- package/dist/BackToTopAnchor/index.cjs +0 -31
- package/dist/BackToTopAnchor/index.cjs.map +0 -1
- package/dist/BackToTopAnchor/index.d.cts +0 -16
- package/dist/BackToTopAnchor/index.d.cts.map +0 -1
- package/dist/BackToTopAnchor/index.d.mts +0 -16
- package/dist/BackToTopAnchor/index.d.mts.map +0 -1
- package/dist/BackToTopAnchor/index.mjs +0 -30
- package/dist/BackToTopAnchor/index.mjs.map +0 -1
- package/dist/Banner/CountdownTimer.cjs +0 -96
- package/dist/Banner/CountdownTimer.cjs.map +0 -1
- package/dist/Banner/CountdownTimer.d.cts +0 -11
- package/dist/Banner/CountdownTimer.d.cts.map +0 -1
- package/dist/Banner/CountdownTimer.d.mts +0 -11
- package/dist/Banner/CountdownTimer.d.mts.map +0 -1
- package/dist/Banner/CountdownTimer.mjs +0 -94
- package/dist/Banner/CountdownTimer.mjs.map +0 -1
- package/dist/Banner/EnhancedBanner.cjs +0 -124
- package/dist/Banner/EnhancedBanner.cjs.map +0 -1
- package/dist/Banner/EnhancedBanner.d.cts +0 -21
- package/dist/Banner/EnhancedBanner.d.cts.map +0 -1
- package/dist/Banner/EnhancedBanner.d.mts +0 -21
- package/dist/Banner/EnhancedBanner.d.mts.map +0 -1
- package/dist/Banner/EnhancedBanner.mjs +0 -122
- package/dist/Banner/EnhancedBanner.mjs.map +0 -1
- package/dist/Banner/index.cjs +0 -90
- package/dist/Banner/index.cjs.map +0 -1
- package/dist/Banner/index.d.cts +0 -25
- package/dist/Banner/index.d.cts.map +0 -1
- package/dist/Banner/index.d.mts +0 -25
- package/dist/Banner/index.d.mts.map +0 -1
- package/dist/Banner/index.mjs +0 -88
- package/dist/Banner/index.mjs.map +0 -1
- package/dist/BetaSticker/index.cjs +0 -58
- package/dist/BetaSticker/index.cjs.map +0 -1
- package/dist/BetaSticker/index.d.cts +0 -10
- package/dist/BetaSticker/index.d.cts.map +0 -1
- package/dist/BetaSticker/index.d.mts +0 -10
- package/dist/BetaSticker/index.d.mts.map +0 -1
- package/dist/BetaSticker/index.mjs +0 -55
- package/dist/BetaSticker/index.mjs.map +0 -1
- package/dist/CareerPathCard/index.cjs +0 -33
- package/dist/CareerPathCard/index.cjs.map +0 -1
- package/dist/CareerPathCard/index.d.cts +0 -27
- package/dist/CareerPathCard/index.d.cts.map +0 -1
- package/dist/CareerPathCard/index.d.mts +0 -27
- package/dist/CareerPathCard/index.d.mts.map +0 -1
- package/dist/CareerPathCard/index.mjs +0 -32
- package/dist/CareerPathCard/index.mjs.map +0 -1
- package/dist/Carousel/elements.cjs +0 -16
- package/dist/Carousel/elements.cjs.map +0 -1
- package/dist/Carousel/elements.mjs +0 -14
- package/dist/Carousel/elements.mjs.map +0 -1
- package/dist/Carousel/index.cjs +0 -177
- package/dist/Carousel/index.cjs.map +0 -1
- package/dist/Carousel/index.d.cts +0 -28
- package/dist/Carousel/index.d.cts.map +0 -1
- package/dist/Carousel/index.d.mts +0 -29
- package/dist/Carousel/index.d.mts.map +0 -1
- package/dist/Carousel/index.mjs +0 -172
- package/dist/Carousel/index.mjs.map +0 -1
- package/dist/CertificationPathCard/index.cjs +0 -40
- package/dist/CertificationPathCard/index.cjs.map +0 -1
- package/dist/CertificationPathCard/index.d.cts +0 -28
- package/dist/CertificationPathCard/index.d.cts.map +0 -1
- package/dist/CertificationPathCard/index.d.mts +0 -28
- package/dist/CertificationPathCard/index.d.mts.map +0 -1
- package/dist/CertificationPathCard/index.mjs +0 -39
- package/dist/CertificationPathCard/index.mjs.map +0 -1
- package/dist/CoachingSessionCard/index.cjs +0 -54
- package/dist/CoachingSessionCard/index.cjs.map +0 -1
- package/dist/CoachingSessionCard/index.d.cts +0 -25
- package/dist/CoachingSessionCard/index.d.cts.map +0 -1
- package/dist/CoachingSessionCard/index.d.mts +0 -25
- package/dist/CoachingSessionCard/index.d.mts.map +0 -1
- package/dist/CoachingSessionCard/index.mjs +0 -53
- package/dist/CoachingSessionCard/index.mjs.map +0 -1
- package/dist/CommunityEventCard/EventTypeIcon.cjs +0 -60
- package/dist/CommunityEventCard/EventTypeIcon.cjs.map +0 -1
- package/dist/CommunityEventCard/EventTypeIcon.mjs +0 -59
- package/dist/CommunityEventCard/EventTypeIcon.mjs.map +0 -1
- package/dist/CommunityEventCard/index.cjs +0 -215
- package/dist/CommunityEventCard/index.cjs.map +0 -1
- package/dist/CommunityEventCard/index.d.cts +0 -32
- package/dist/CommunityEventCard/index.d.cts.map +0 -1
- package/dist/CommunityEventCard/index.d.mts +0 -32
- package/dist/CommunityEventCard/index.d.mts.map +0 -1
- package/dist/CommunityEventCard/index.mjs +0 -211
- package/dist/CommunityEventCard/index.mjs.map +0 -1
- package/dist/CommunityEventToast/index.cjs +0 -28
- package/dist/CommunityEventToast/index.cjs.map +0 -1
- package/dist/CommunityEventToast/index.d.cts +0 -10
- package/dist/CommunityEventToast/index.d.cts.map +0 -1
- package/dist/CommunityEventToast/index.d.mts +0 -10
- package/dist/CommunityEventToast/index.d.mts.map +0 -1
- package/dist/CommunityEventToast/index.mjs +0 -26
- package/dist/CommunityEventToast/index.mjs.map +0 -1
- package/dist/ContentGroupBaseCard/helpers.cjs +0 -16
- package/dist/ContentGroupBaseCard/helpers.cjs.map +0 -1
- package/dist/ContentGroupBaseCard/helpers.d.cts +0 -9
- package/dist/ContentGroupBaseCard/helpers.d.cts.map +0 -1
- package/dist/ContentGroupBaseCard/helpers.d.mts +0 -9
- package/dist/ContentGroupBaseCard/helpers.d.mts.map +0 -1
- package/dist/ContentGroupBaseCard/helpers.mjs +0 -14
- package/dist/ContentGroupBaseCard/helpers.mjs.map +0 -1
- package/dist/ContentGroupBaseCard/index.cjs +0 -167
- package/dist/ContentGroupBaseCard/index.cjs.map +0 -1
- package/dist/ContentGroupBaseCard/index.d.cts +0 -41
- package/dist/ContentGroupBaseCard/index.d.cts.map +0 -1
- package/dist/ContentGroupBaseCard/index.d.mts +0 -41
- package/dist/ContentGroupBaseCard/index.d.mts.map +0 -1
- package/dist/ContentGroupBaseCard/index.mjs +0 -162
- package/dist/ContentGroupBaseCard/index.mjs.map +0 -1
- package/dist/ContentGroupBaseCard/shared.cjs +0 -49
- package/dist/ContentGroupBaseCard/shared.cjs.map +0 -1
- package/dist/ContentGroupBaseCard/shared.mjs +0 -44
- package/dist/ContentGroupBaseCard/shared.mjs.map +0 -1
- package/dist/ContentGroupBaseCard/types.cjs +0 -29
- package/dist/ContentGroupBaseCard/types.cjs.map +0 -1
- package/dist/ContentGroupBaseCard/types.d.cts +0 -14
- package/dist/ContentGroupBaseCard/types.d.cts.map +0 -1
- package/dist/ContentGroupBaseCard/types.d.mts +0 -14
- package/dist/ContentGroupBaseCard/types.d.mts.map +0 -1
- package/dist/ContentGroupBaseCard/types.mjs +0 -17
- package/dist/ContentGroupBaseCard/types.mjs.map +0 -1
- package/dist/CourseCard/index.cjs +0 -32
- package/dist/CourseCard/index.cjs.map +0 -1
- package/dist/CourseCard/index.d.cts +0 -26
- package/dist/CourseCard/index.d.cts.map +0 -1
- package/dist/CourseCard/index.d.mts +0 -26
- package/dist/CourseCard/index.d.mts.map +0 -1
- package/dist/CourseCard/index.mjs +0 -31
- package/dist/CourseCard/index.mjs.map +0 -1
- package/dist/CurriculumCard/BottomTag/index.cjs +0 -28
- package/dist/CurriculumCard/BottomTag/index.cjs.map +0 -1
- package/dist/CurriculumCard/BottomTag/index.d.cts +0 -5
- package/dist/CurriculumCard/BottomTag/index.d.cts.map +0 -1
- package/dist/CurriculumCard/BottomTag/index.d.mts +0 -7
- package/dist/CurriculumCard/BottomTag/index.d.mts.map +0 -1
- package/dist/CurriculumCard/BottomTag/index.mjs +0 -26
- package/dist/CurriculumCard/BottomTag/index.mjs.map +0 -1
- package/dist/CurriculumCard/Difficulty/helpers.cjs +0 -17
- package/dist/CurriculumCard/Difficulty/helpers.cjs.map +0 -1
- package/dist/CurriculumCard/Difficulty/helpers.d.cts +0 -14
- package/dist/CurriculumCard/Difficulty/helpers.d.cts.map +0 -1
- package/dist/CurriculumCard/Difficulty/helpers.d.mts +0 -14
- package/dist/CurriculumCard/Difficulty/helpers.d.mts.map +0 -1
- package/dist/CurriculumCard/Difficulty/helpers.mjs +0 -17
- package/dist/CurriculumCard/Difficulty/helpers.mjs.map +0 -1
- package/dist/CurriculumCard/Difficulty/index.cjs +0 -51
- package/dist/CurriculumCard/Difficulty/index.cjs.map +0 -1
- package/dist/CurriculumCard/Difficulty/index.d.cts +0 -8
- package/dist/CurriculumCard/Difficulty/index.d.cts.map +0 -1
- package/dist/CurriculumCard/Difficulty/index.d.mts +0 -8
- package/dist/CurriculumCard/Difficulty/index.d.mts.map +0 -1
- package/dist/CurriculumCard/Difficulty/index.mjs +0 -46
- package/dist/CurriculumCard/Difficulty/index.mjs.map +0 -1
- package/dist/CurriculumCard/Difficulty/types.cjs +0 -31
- package/dist/CurriculumCard/Difficulty/types.cjs.map +0 -1
- package/dist/CurriculumCard/Difficulty/types.d.cts +0 -26
- package/dist/CurriculumCard/Difficulty/types.d.cts.map +0 -1
- package/dist/CurriculumCard/Difficulty/types.d.mts +0 -26
- package/dist/CurriculumCard/Difficulty/types.d.mts.map +0 -1
- package/dist/CurriculumCard/Difficulty/types.mjs +0 -19
- package/dist/CurriculumCard/Difficulty/types.mjs.map +0 -1
- package/dist/CurriculumCard/Footer/index.cjs +0 -39
- package/dist/CurriculumCard/Footer/index.cjs.map +0 -1
- package/dist/CurriculumCard/Footer/index.mjs +0 -37
- package/dist/CurriculumCard/Footer/index.mjs.map +0 -1
- package/dist/CurriculumCard/Image/index.cjs +0 -52
- package/dist/CurriculumCard/Image/index.cjs.map +0 -1
- package/dist/CurriculumCard/Image/index.mjs +0 -50
- package/dist/CurriculumCard/Image/index.mjs.map +0 -1
- package/dist/CurriculumCard/Subtitle/helpers.cjs +0 -10
- package/dist/CurriculumCard/Subtitle/helpers.cjs.map +0 -1
- package/dist/CurriculumCard/Subtitle/helpers.mjs +0 -9
- package/dist/CurriculumCard/Subtitle/helpers.mjs.map +0 -1
- package/dist/CurriculumCard/Subtitle/index.cjs +0 -29
- package/dist/CurriculumCard/Subtitle/index.cjs.map +0 -1
- package/dist/CurriculumCard/Subtitle/index.d.cts +0 -11
- package/dist/CurriculumCard/Subtitle/index.d.cts.map +0 -1
- package/dist/CurriculumCard/Subtitle/index.d.mts +0 -12
- package/dist/CurriculumCard/Subtitle/index.d.mts.map +0 -1
- package/dist/CurriculumCard/Subtitle/index.mjs +0 -26
- package/dist/CurriculumCard/Subtitle/index.mjs.map +0 -1
- package/dist/CurriculumCard/index.cjs +0 -105
- package/dist/CurriculumCard/index.cjs.map +0 -1
- package/dist/CurriculumCard/index.d.cts +0 -64
- package/dist/CurriculumCard/index.d.cts.map +0 -1
- package/dist/CurriculumCard/index.d.mts +0 -64
- package/dist/CurriculumCard/index.d.mts.map +0 -1
- package/dist/CurriculumCard/index.mjs +0 -103
- package/dist/CurriculumCard/index.mjs.map +0 -1
- package/dist/DropdownButton/DropdownList.cjs +0 -59
- package/dist/DropdownButton/DropdownList.cjs.map +0 -1
- package/dist/DropdownButton/DropdownList.d.cts +0 -20
- package/dist/DropdownButton/DropdownList.d.cts.map +0 -1
- package/dist/DropdownButton/DropdownList.d.mts +0 -20
- package/dist/DropdownButton/DropdownList.d.mts.map +0 -1
- package/dist/DropdownButton/DropdownList.mjs +0 -57
- package/dist/DropdownButton/DropdownList.mjs.map +0 -1
- package/dist/DropdownButton/index.cjs +0 -138
- package/dist/DropdownButton/index.cjs.map +0 -1
- package/dist/DropdownButton/index.d.cts +0 -81
- package/dist/DropdownButton/index.d.cts.map +0 -1
- package/dist/DropdownButton/index.d.mts +0 -81
- package/dist/DropdownButton/index.d.mts.map +0 -1
- package/dist/DropdownButton/index.mjs +0 -136
- package/dist/DropdownButton/index.mjs.map +0 -1
- package/dist/DropdownButton/useDynamicPopoverPosition.cjs +0 -42
- package/dist/DropdownButton/useDynamicPopoverPosition.cjs.map +0 -1
- package/dist/DropdownButton/useDynamicPopoverPosition.mjs +0 -41
- package/dist/DropdownButton/useDynamicPopoverPosition.mjs.map +0 -1
- package/dist/EditorialImage/index.cjs +0 -15
- package/dist/EditorialImage/index.cjs.map +0 -1
- package/dist/EditorialImage/index.d.cts +0 -15
- package/dist/EditorialImage/index.d.cts.map +0 -1
- package/dist/EditorialImage/index.d.mts +0 -15
- package/dist/EditorialImage/index.d.mts.map +0 -1
- package/dist/EditorialImage/index.mjs +0 -13
- package/dist/EditorialImage/index.mjs.map +0 -1
- package/dist/EditorialImage/styles.module.cjs +0 -6
- package/dist/EditorialImage/styles.module.cjs.map +0 -1
- package/dist/EditorialImage/styles.module.mjs +0 -6
- package/dist/EditorialImage/styles.module.mjs.map +0 -1
- package/dist/EmptySection/index.cjs +0 -153
- package/dist/EmptySection/index.cjs.map +0 -1
- package/dist/EmptySection/index.d.cts +0 -33
- package/dist/EmptySection/index.d.cts.map +0 -1
- package/dist/EmptySection/index.d.mts +0 -34
- package/dist/EmptySection/index.d.mts.map +0 -1
- package/dist/EmptySection/index.mjs +0 -150
- package/dist/EmptySection/index.mjs.map +0 -1
- package/dist/ErrorContents/index.cjs +0 -35
- package/dist/ErrorContents/index.cjs.map +0 -1
- package/dist/ErrorContents/index.d.cts +0 -13
- package/dist/ErrorContents/index.d.cts.map +0 -1
- package/dist/ErrorContents/index.d.mts +0 -13
- package/dist/ErrorContents/index.d.mts.map +0 -1
- package/dist/ErrorContents/index.mjs +0 -33
- package/dist/ErrorContents/index.mjs.map +0 -1
- package/dist/FeatureList/index.cjs +0 -33
- package/dist/FeatureList/index.cjs.map +0 -1
- package/dist/FeatureList/index.d.cts +0 -19
- package/dist/FeatureList/index.d.cts.map +0 -1
- package/dist/FeatureList/index.d.mts +0 -19
- package/dist/FeatureList/index.d.mts.map +0 -1
- package/dist/FeatureList/index.mjs +0 -31
- package/dist/FeatureList/index.mjs.map +0 -1
- package/dist/GlobalFooter/FooterHeading.cjs +0 -31
- package/dist/GlobalFooter/FooterHeading.cjs.map +0 -1
- package/dist/GlobalFooter/FooterHeading.mjs +0 -29
- package/dist/GlobalFooter/FooterHeading.mjs.map +0 -1
- package/dist/GlobalFooter/FooterLegal/LegalLinks.cjs +0 -58
- package/dist/GlobalFooter/FooterLegal/LegalLinks.cjs.map +0 -1
- package/dist/GlobalFooter/FooterLegal/LegalLinks.mjs +0 -55
- package/dist/GlobalFooter/FooterLegal/LegalLinks.mjs.map +0 -1
- package/dist/GlobalFooter/FooterLegal/MadeIn.cjs +0 -48
- package/dist/GlobalFooter/FooterLegal/MadeIn.cjs.map +0 -1
- package/dist/GlobalFooter/FooterLegal/MadeIn.mjs +0 -45
- package/dist/GlobalFooter/FooterLegal/MadeIn.mjs.map +0 -1
- package/dist/GlobalFooter/FooterLegal/index.cjs +0 -21
- package/dist/GlobalFooter/FooterLegal/index.cjs.map +0 -1
- package/dist/GlobalFooter/FooterLegal/index.mjs +0 -18
- package/dist/GlobalFooter/FooterLegal/index.mjs.map +0 -1
- package/dist/GlobalFooter/FooterLinks.cjs +0 -43
- package/dist/GlobalFooter/FooterLinks.cjs.map +0 -1
- package/dist/GlobalFooter/FooterLinks.mjs +0 -39
- package/dist/GlobalFooter/FooterLinks.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.cjs +0 -229
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.mjs +0 -226
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.cjs +0 -196
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.mjs +0 -194
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.cjs +0 -203
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.mjs +0 -200
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.cjs +0 -27
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.mjs +0 -25
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.cjs +0 -70
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.mjs +0 -67
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.cjs +0 -68
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.mjs +0 -67
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.cts +0 -8
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.cts.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.mts +0 -8
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.mts.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.cjs +0 -57
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.mjs +0 -55
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.cjs +0 -6
- package/dist/GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.mjs +0 -6
- package/dist/GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.cjs +0 -6
- package/dist/GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.mjs +0 -6
- package/dist/GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.mjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/index.cjs +0 -37
- package/dist/GlobalFooter/FooterNavLinks/index.cjs.map +0 -1
- package/dist/GlobalFooter/FooterNavLinks/index.mjs +0 -34
- package/dist/GlobalFooter/FooterNavLinks/index.mjs.map +0 -1
- package/dist/GlobalFooter/index.cjs +0 -34
- package/dist/GlobalFooter/index.cjs.map +0 -1
- package/dist/GlobalFooter/index.d.cts +0 -27
- package/dist/GlobalFooter/index.d.cts.map +0 -1
- package/dist/GlobalFooter/index.d.mts +0 -27
- package/dist/GlobalFooter/index.d.mts.map +0 -1
- package/dist/GlobalFooter/index.mjs +0 -31
- package/dist/GlobalFooter/index.mjs.map +0 -1
- package/dist/GlobalFooter/types.d.cts +0 -17
- package/dist/GlobalFooter/types.d.cts.map +0 -1
- package/dist/GlobalFooter/types.d.mts +0 -17
- package/dist/GlobalFooter/types.d.mts.map +0 -1
- package/dist/GlobalHeader/GlobalHeaderItems.cjs +0 -440
- package/dist/GlobalHeader/GlobalHeaderItems.cjs.map +0 -1
- package/dist/GlobalHeader/GlobalHeaderItems.mjs +0 -415
- package/dist/GlobalHeader/GlobalHeaderItems.mjs.map +0 -1
- package/dist/GlobalHeader/GlobalHeaderVariants.cjs +0 -352
- package/dist/GlobalHeader/GlobalHeaderVariants.cjs.map +0 -1
- package/dist/GlobalHeader/GlobalHeaderVariants.mjs +0 -331
- package/dist/GlobalHeader/GlobalHeaderVariants.mjs.map +0 -1
- package/dist/GlobalHeader/context.cjs +0 -83
- package/dist/GlobalHeader/context.cjs.map +0 -1
- package/dist/GlobalHeader/context.mjs +0 -75
- package/dist/GlobalHeader/context.mjs.map +0 -1
- package/dist/GlobalHeader/index.cjs +0 -154
- package/dist/GlobalHeader/index.cjs.map +0 -1
- package/dist/GlobalHeader/index.d.cts +0 -11
- package/dist/GlobalHeader/index.d.cts.map +0 -1
- package/dist/GlobalHeader/index.d.mts +0 -11
- package/dist/GlobalHeader/index.d.mts.map +0 -1
- package/dist/GlobalHeader/index.mjs +0 -151
- package/dist/GlobalHeader/index.mjs.map +0 -1
- package/dist/GlobalHeader/types.d.cts +0 -125
- package/dist/GlobalHeader/types.d.cts.map +0 -1
- package/dist/GlobalHeader/types.d.mts +0 -126
- package/dist/GlobalHeader/types.d.mts.map +0 -1
- package/dist/GlobalHeader/urlHelpers.cjs +0 -23
- package/dist/GlobalHeader/urlHelpers.cjs.map +0 -1
- package/dist/GlobalHeader/urlHelpers.mjs +0 -21
- package/dist/GlobalHeader/urlHelpers.mjs.map +0 -1
- package/dist/GlobalPage/index.cjs +0 -29
- package/dist/GlobalPage/index.cjs.map +0 -1
- package/dist/GlobalPage/index.d.cts +0 -52
- package/dist/GlobalPage/index.d.cts.map +0 -1
- package/dist/GlobalPage/index.d.mts +0 -52
- package/dist/GlobalPage/index.d.mts.map +0 -1
- package/dist/GlobalPage/index.mjs +0 -27
- package/dist/GlobalPage/index.mjs.map +0 -1
- package/dist/Grid/GridCollapse.cjs +0 -134
- package/dist/Grid/GridCollapse.cjs.map +0 -1
- package/dist/Grid/GridCollapse.d.cts +0 -50
- package/dist/Grid/GridCollapse.d.cts.map +0 -1
- package/dist/Grid/GridCollapse.d.mts +0 -50
- package/dist/Grid/GridCollapse.d.mts.map +0 -1
- package/dist/Grid/GridCollapse.mjs +0 -130
- package/dist/Grid/GridCollapse.mjs.map +0 -1
- package/dist/Grid/Subgrid.cjs +0 -41
- package/dist/Grid/Subgrid.cjs.map +0 -1
- package/dist/Grid/Subgrid.d.cts +0 -30
- package/dist/Grid/Subgrid.d.cts.map +0 -1
- package/dist/Grid/Subgrid.d.mts +0 -30
- package/dist/Grid/Subgrid.d.mts.map +0 -1
- package/dist/Grid/Subgrid.mjs +0 -39
- package/dist/Grid/Subgrid.mjs.map +0 -1
- package/dist/Grid/getCSSFromColumnCount.cjs +0 -11
- package/dist/Grid/getCSSFromColumnCount.cjs.map +0 -1
- package/dist/Grid/getCSSFromColumnCount.d.cts +0 -11
- package/dist/Grid/getCSSFromColumnCount.d.cts.map +0 -1
- package/dist/Grid/getCSSFromColumnCount.d.mts +0 -11
- package/dist/Grid/getCSSFromColumnCount.d.mts.map +0 -1
- package/dist/Grid/getCSSFromColumnCount.mjs +0 -10
- package/dist/Grid/getCSSFromColumnCount.mjs.map +0 -1
- package/dist/Grid/index.cjs +0 -3
- package/dist/Grid/index.d.mts +0 -3
- package/dist/Grid/index.mjs +0 -3
- package/dist/HeaderHeightArea/index.cjs +0 -40
- package/dist/HeaderHeightArea/index.cjs.map +0 -1
- package/dist/HeaderHeightArea/index.mjs +0 -37
- package/dist/HeaderHeightArea/index.mjs.map +0 -1
- package/dist/HeaderHeightArea/useIsInHeaderRegion.cjs +0 -18
- package/dist/HeaderHeightArea/useIsInHeaderRegion.cjs.map +0 -1
- package/dist/HeaderHeightArea/useIsInHeaderRegion.mjs +0 -17
- package/dist/HeaderHeightArea/useIsInHeaderRegion.mjs.map +0 -1
- package/dist/HorizontalScrollMenu/index.cjs +0 -57
- package/dist/HorizontalScrollMenu/index.cjs.map +0 -1
- package/dist/HorizontalScrollMenu/index.d.cts +0 -11
- package/dist/HorizontalScrollMenu/index.d.cts.map +0 -1
- package/dist/HorizontalScrollMenu/index.d.mts +0 -12
- package/dist/HorizontalScrollMenu/index.d.mts.map +0 -1
- package/dist/HorizontalScrollMenu/index.mjs +0 -55
- package/dist/HorizontalScrollMenu/index.mjs.map +0 -1
- package/dist/HubCard/index.cjs +0 -33
- package/dist/HubCard/index.cjs.map +0 -1
- package/dist/HubCard/index.d.cts +0 -13
- package/dist/HubCard/index.d.cts.map +0 -1
- package/dist/HubCard/index.d.mts +0 -13
- package/dist/HubCard/index.d.mts.map +0 -1
- package/dist/HubCard/index.mjs +0 -31
- package/dist/HubCard/index.mjs.map +0 -1
- package/dist/InfoCard/index.cjs +0 -99
- package/dist/InfoCard/index.cjs.map +0 -1
- package/dist/InfoCard/index.d.cts +0 -24
- package/dist/InfoCard/index.d.cts.map +0 -1
- package/dist/InfoCard/index.d.mts +0 -24
- package/dist/InfoCard/index.d.mts.map +0 -1
- package/dist/InfoCard/index.mjs +0 -97
- package/dist/InfoCard/index.mjs.map +0 -1
- package/dist/Konamimojisplosion/Konamimojisplosion.cjs +0 -11
- package/dist/Konamimojisplosion/Konamimojisplosion.cjs.map +0 -1
- package/dist/Konamimojisplosion/Konamimojisplosion.d.cts +0 -10
- package/dist/Konamimojisplosion/Konamimojisplosion.d.cts.map +0 -1
- package/dist/Konamimojisplosion/Konamimojisplosion.d.mts +0 -10
- package/dist/Konamimojisplosion/Konamimojisplosion.d.mts.map +0 -1
- package/dist/Konamimojisplosion/Konamimojisplosion.mjs +0 -11
- package/dist/Konamimojisplosion/Konamimojisplosion.mjs.map +0 -1
- package/dist/Konamimojisplosion/index.cjs +0 -2
- package/dist/Konamimojisplosion/index.d.mts +0 -2
- package/dist/Konamimojisplosion/index.mjs +0 -2
- package/dist/Konamimojisplosion/useKonamimojisplosion.cjs +0 -48
- package/dist/Konamimojisplosion/useKonamimojisplosion.cjs.map +0 -1
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.cts +0 -5
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.cts.map +0 -1
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.mts +0 -5
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.mts.map +0 -1
- package/dist/Konamimojisplosion/useKonamimojisplosion.mjs +0 -47
- package/dist/Konamimojisplosion/useKonamimojisplosion.mjs.map +0 -1
- package/dist/LandingPage/CTA.cjs +0 -11
- package/dist/LandingPage/CTA.cjs.map +0 -1
- package/dist/LandingPage/CTA.mjs +0 -9
- package/dist/LandingPage/CTA.mjs.map +0 -1
- package/dist/LandingPage/Description.cjs +0 -17
- package/dist/LandingPage/Description.cjs.map +0 -1
- package/dist/LandingPage/Description.d.cts +0 -11
- package/dist/LandingPage/Description.d.cts.map +0 -1
- package/dist/LandingPage/Description.d.mts +0 -11
- package/dist/LandingPage/Description.d.mts.map +0 -1
- package/dist/LandingPage/Description.mjs +0 -15
- package/dist/LandingPage/Description.mjs.map +0 -1
- package/dist/LandingPage/Feature.cjs +0 -74
- package/dist/LandingPage/Feature.cjs.map +0 -1
- package/dist/LandingPage/Feature.mjs +0 -66
- package/dist/LandingPage/Feature.mjs.map +0 -1
- package/dist/LandingPage/PageFAQs.cjs +0 -39
- package/dist/LandingPage/PageFAQs.cjs.map +0 -1
- package/dist/LandingPage/PageFAQs.d.cts +0 -15
- package/dist/LandingPage/PageFAQs.d.cts.map +0 -1
- package/dist/LandingPage/PageFAQs.d.mts +0 -15
- package/dist/LandingPage/PageFAQs.d.mts.map +0 -1
- package/dist/LandingPage/PageFAQs.mjs +0 -36
- package/dist/LandingPage/PageFAQs.mjs.map +0 -1
- package/dist/LandingPage/PageFeatures.cjs +0 -68
- package/dist/LandingPage/PageFeatures.cjs.map +0 -1
- package/dist/LandingPage/PageFeatures.d.cts +0 -21
- package/dist/LandingPage/PageFeatures.d.cts.map +0 -1
- package/dist/LandingPage/PageFeatures.d.mts +0 -21
- package/dist/LandingPage/PageFeatures.d.mts.map +0 -1
- package/dist/LandingPage/PageFeatures.mjs +0 -66
- package/dist/LandingPage/PageFeatures.mjs.map +0 -1
- package/dist/LandingPage/PageFeaturesEnhanced.cjs +0 -119
- package/dist/LandingPage/PageFeaturesEnhanced.cjs.map +0 -1
- package/dist/LandingPage/PageFeaturesEnhanced.d.cts +0 -12
- package/dist/LandingPage/PageFeaturesEnhanced.d.cts.map +0 -1
- package/dist/LandingPage/PageFeaturesEnhanced.d.mts +0 -12
- package/dist/LandingPage/PageFeaturesEnhanced.d.mts.map +0 -1
- package/dist/LandingPage/PageFeaturesEnhanced.mjs +0 -117
- package/dist/LandingPage/PageFeaturesEnhanced.mjs.map +0 -1
- package/dist/LandingPage/PageFeaturesWithReferences.cjs +0 -111
- package/dist/LandingPage/PageFeaturesWithReferences.cjs.map +0 -1
- package/dist/LandingPage/PageFeaturesWithReferences.d.cts +0 -24
- package/dist/LandingPage/PageFeaturesWithReferences.d.cts.map +0 -1
- package/dist/LandingPage/PageFeaturesWithReferences.d.mts +0 -24
- package/dist/LandingPage/PageFeaturesWithReferences.d.mts.map +0 -1
- package/dist/LandingPage/PageFeaturesWithReferences.mjs +0 -109
- package/dist/LandingPage/PageFeaturesWithReferences.mjs.map +0 -1
- package/dist/LandingPage/PageHero.cjs +0 -20
- package/dist/LandingPage/PageHero.cjs.map +0 -1
- package/dist/LandingPage/PageHero.d.cts +0 -12
- package/dist/LandingPage/PageHero.d.cts.map +0 -1
- package/dist/LandingPage/PageHero.d.mts +0 -12
- package/dist/LandingPage/PageHero.d.mts.map +0 -1
- package/dist/LandingPage/PageHero.mjs +0 -18
- package/dist/LandingPage/PageHero.mjs.map +0 -1
- package/dist/LandingPage/PagePrefooter.cjs +0 -58
- package/dist/LandingPage/PagePrefooter.cjs.map +0 -1
- package/dist/LandingPage/PagePrefooter.d.cts +0 -10
- package/dist/LandingPage/PagePrefooter.d.cts.map +0 -1
- package/dist/LandingPage/PagePrefooter.d.mts +0 -10
- package/dist/LandingPage/PagePrefooter.d.mts.map +0 -1
- package/dist/LandingPage/PagePrefooter.mjs +0 -56
- package/dist/LandingPage/PagePrefooter.mjs.map +0 -1
- package/dist/LandingPage/PageSingleFeature.cjs +0 -93
- package/dist/LandingPage/PageSingleFeature.cjs.map +0 -1
- package/dist/LandingPage/PageSingleFeature.d.cts +0 -61
- package/dist/LandingPage/PageSingleFeature.d.cts.map +0 -1
- package/dist/LandingPage/PageSingleFeature.d.mts +0 -61
- package/dist/LandingPage/PageSingleFeature.d.mts.map +0 -1
- package/dist/LandingPage/PageSingleFeature.mjs +0 -90
- package/dist/LandingPage/PageSingleFeature.mjs.map +0 -1
- package/dist/LandingPage/PageTestimonials.cjs +0 -99
- package/dist/LandingPage/PageTestimonials.cjs.map +0 -1
- package/dist/LandingPage/PageTestimonials.d.cts +0 -26
- package/dist/LandingPage/PageTestimonials.d.cts.map +0 -1
- package/dist/LandingPage/PageTestimonials.d.mts +0 -26
- package/dist/LandingPage/PageTestimonials.d.mts.map +0 -1
- package/dist/LandingPage/PageTestimonials.mjs +0 -96
- package/dist/LandingPage/PageTestimonials.mjs.map +0 -1
- package/dist/LandingPage/PageVideoGallery.cjs +0 -37
- package/dist/LandingPage/PageVideoGallery.cjs.map +0 -1
- package/dist/LandingPage/PageVideoGallery.d.cts +0 -16
- package/dist/LandingPage/PageVideoGallery.d.cts.map +0 -1
- package/dist/LandingPage/PageVideoGallery.d.mts +0 -16
- package/dist/LandingPage/PageVideoGallery.d.mts.map +0 -1
- package/dist/LandingPage/PageVideoGallery.mjs +0 -34
- package/dist/LandingPage/PageVideoGallery.mjs.map +0 -1
- package/dist/LandingPage/Title.cjs +0 -32
- package/dist/LandingPage/Title.cjs.map +0 -1
- package/dist/LandingPage/Title.d.cts +0 -28
- package/dist/LandingPage/Title.d.cts.map +0 -1
- package/dist/LandingPage/Title.d.mts +0 -28
- package/dist/LandingPage/Title.d.mts.map +0 -1
- package/dist/LandingPage/Title.mjs +0 -29
- package/dist/LandingPage/Title.mjs.map +0 -1
- package/dist/LandingPage/TitleWithEyebrow.cjs +0 -34
- package/dist/LandingPage/TitleWithEyebrow.cjs.map +0 -1
- package/dist/LandingPage/TitleWithEyebrow.d.cts +0 -16
- package/dist/LandingPage/TitleWithEyebrow.d.cts.map +0 -1
- package/dist/LandingPage/TitleWithEyebrow.d.mts +0 -16
- package/dist/LandingPage/TitleWithEyebrow.d.mts.map +0 -1
- package/dist/LandingPage/TitleWithEyebrow.mjs +0 -32
- package/dist/LandingPage/TitleWithEyebrow.mjs.map +0 -1
- package/dist/LandingPage/index.cjs +0 -13
- package/dist/LandingPage/index.d.mts +0 -14
- package/dist/LandingPage/index.mjs +0 -13
- package/dist/LandingPage/types.d.cts +0 -32
- package/dist/LandingPage/types.d.cts.map +0 -1
- package/dist/LandingPage/types.d.mts +0 -32
- package/dist/LandingPage/types.d.mts.map +0 -1
- package/dist/LayoutMenu/AccordionMenu.cjs +0 -63
- package/dist/LayoutMenu/AccordionMenu.cjs.map +0 -1
- package/dist/LayoutMenu/AccordionMenu.d.cts +0 -19
- package/dist/LayoutMenu/AccordionMenu.d.cts.map +0 -1
- package/dist/LayoutMenu/AccordionMenu.d.mts +0 -19
- package/dist/LayoutMenu/AccordionMenu.d.mts.map +0 -1
- package/dist/LayoutMenu/AccordionMenu.mjs +0 -59
- package/dist/LayoutMenu/AccordionMenu.mjs.map +0 -1
- package/dist/LayoutMenu/LayoutMenu.cjs +0 -87
- package/dist/LayoutMenu/LayoutMenu.cjs.map +0 -1
- package/dist/LayoutMenu/LayoutMenu.d.cts +0 -49
- package/dist/LayoutMenu/LayoutMenu.d.cts.map +0 -1
- package/dist/LayoutMenu/LayoutMenu.d.mts +0 -49
- package/dist/LayoutMenu/LayoutMenu.d.mts.map +0 -1
- package/dist/LayoutMenu/LayoutMenu.mjs +0 -85
- package/dist/LayoutMenu/LayoutMenu.mjs.map +0 -1
- package/dist/LayoutMenu/LayoutMenuSection.cjs +0 -30
- package/dist/LayoutMenu/LayoutMenuSection.cjs.map +0 -1
- package/dist/LayoutMenu/LayoutMenuSection.mjs +0 -28
- package/dist/LayoutMenu/LayoutMenuSection.mjs.map +0 -1
- package/dist/LayoutMenu/SectionItemLink.cjs +0 -18
- package/dist/LayoutMenu/SectionItemLink.cjs.map +0 -1
- package/dist/LayoutMenu/SectionItemLink.d.cts +0 -12
- package/dist/LayoutMenu/SectionItemLink.d.cts.map +0 -1
- package/dist/LayoutMenu/SectionItemLink.d.mts +0 -12
- package/dist/LayoutMenu/SectionItemLink.d.mts.map +0 -1
- package/dist/LayoutMenu/SectionItemLink.mjs +0 -16
- package/dist/LayoutMenu/SectionItemLink.mjs.map +0 -1
- package/dist/LayoutMenu/SelectedSectionItem.cjs +0 -18
- package/dist/LayoutMenu/SelectedSectionItem.cjs.map +0 -1
- package/dist/LayoutMenu/SelectedSectionItem.d.cts +0 -8
- package/dist/LayoutMenu/SelectedSectionItem.d.cts.map +0 -1
- package/dist/LayoutMenu/SelectedSectionItem.d.mts +0 -8
- package/dist/LayoutMenu/SelectedSectionItem.d.mts.map +0 -1
- package/dist/LayoutMenu/SelectedSectionItem.mjs +0 -16
- package/dist/LayoutMenu/SelectedSectionItem.mjs.map +0 -1
- package/dist/LayoutMenu/index.cjs +0 -3
- package/dist/LayoutMenu/index.d.mts +0 -3
- package/dist/LayoutMenu/index.mjs +0 -3
- package/dist/LayoutMenuVariant/AccordionMenu.cjs +0 -69
- package/dist/LayoutMenuVariant/AccordionMenu.cjs.map +0 -1
- package/dist/LayoutMenuVariant/AccordionMenu.d.cts +0 -20
- package/dist/LayoutMenuVariant/AccordionMenu.d.cts.map +0 -1
- package/dist/LayoutMenuVariant/AccordionMenu.d.mts +0 -20
- package/dist/LayoutMenuVariant/AccordionMenu.d.mts.map +0 -1
- package/dist/LayoutMenuVariant/AccordionMenu.mjs +0 -66
- package/dist/LayoutMenuVariant/AccordionMenu.mjs.map +0 -1
- package/dist/LayoutMenuVariant/LayoutMenu.cjs +0 -73
- package/dist/LayoutMenuVariant/LayoutMenu.cjs.map +0 -1
- package/dist/LayoutMenuVariant/LayoutMenu.d.cts +0 -44
- package/dist/LayoutMenuVariant/LayoutMenu.d.cts.map +0 -1
- package/dist/LayoutMenuVariant/LayoutMenu.d.mts +0 -44
- package/dist/LayoutMenuVariant/LayoutMenu.d.mts.map +0 -1
- package/dist/LayoutMenuVariant/LayoutMenu.mjs +0 -70
- package/dist/LayoutMenuVariant/LayoutMenu.mjs.map +0 -1
- package/dist/LayoutMenuVariant/LayoutMenuSection.cjs +0 -33
- package/dist/LayoutMenuVariant/LayoutMenuSection.cjs.map +0 -1
- package/dist/LayoutMenuVariant/LayoutMenuSection.mjs +0 -30
- package/dist/LayoutMenuVariant/LayoutMenuSection.mjs.map +0 -1
- package/dist/LayoutMenuVariant/SectionItemLink.cjs +0 -18
- package/dist/LayoutMenuVariant/SectionItemLink.cjs.map +0 -1
- package/dist/LayoutMenuVariant/SectionItemLink.d.cts +0 -13
- package/dist/LayoutMenuVariant/SectionItemLink.d.cts.map +0 -1
- package/dist/LayoutMenuVariant/SectionItemLink.d.mts +0 -13
- package/dist/LayoutMenuVariant/SectionItemLink.d.mts.map +0 -1
- package/dist/LayoutMenuVariant/SectionItemLink.mjs +0 -16
- package/dist/LayoutMenuVariant/SectionItemLink.mjs.map +0 -1
- package/dist/LayoutMenuVariant/index.cjs +0 -18
- package/dist/LayoutMenuVariant/index.cjs.map +0 -1
- package/dist/LayoutMenuVariant/index.d.cts +0 -10
- package/dist/LayoutMenuVariant/index.d.cts.map +0 -1
- package/dist/LayoutMenuVariant/index.d.mts +0 -10
- package/dist/LayoutMenuVariant/index.d.mts.map +0 -1
- package/dist/LayoutMenuVariant/index.mjs +0 -13
- package/dist/LayoutMenuVariant/index.mjs.map +0 -1
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.cjs +0 -41
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.cjs.map +0 -1
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.mjs +0 -39
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.mjs.map +0 -1
- package/dist/LearningOutcomeAssessmentScores/index.cjs +0 -24
- package/dist/LearningOutcomeAssessmentScores/index.cjs.map +0 -1
- package/dist/LearningOutcomeAssessmentScores/index.d.cts +0 -11
- package/dist/LearningOutcomeAssessmentScores/index.d.cts.map +0 -1
- package/dist/LearningOutcomeAssessmentScores/index.d.mts +0 -11
- package/dist/LearningOutcomeAssessmentScores/index.d.mts.map +0 -1
- package/dist/LearningOutcomeAssessmentScores/index.mjs +0 -23
- package/dist/LearningOutcomeAssessmentScores/index.mjs.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.cjs +0 -53
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.cjs.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.cts +0 -22
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.cts.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.mts +0 -22
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.mts.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.mjs +0 -44
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.mjs.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.cjs +0 -37
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.cjs.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.cts +0 -19
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.cts.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.mts +0 -19
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.mts.map +0 -1
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.mjs +0 -34
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.mjs.map +0 -1
- package/dist/LearningOutcomeBadges/index.cjs +0 -2
- package/dist/LearningOutcomeBadges/index.d.mts +0 -2
- package/dist/LearningOutcomeBadges/index.mjs +0 -2
- package/dist/LearningOutcomeCard/index.cjs +0 -163
- package/dist/LearningOutcomeCard/index.cjs.map +0 -1
- package/dist/LearningOutcomeCard/index.d.cts +0 -31
- package/dist/LearningOutcomeCard/index.d.cts.map +0 -1
- package/dist/LearningOutcomeCard/index.d.mts +0 -32
- package/dist/LearningOutcomeCard/index.d.mts.map +0 -1
- package/dist/LearningOutcomeCard/index.mjs +0 -161
- package/dist/LearningOutcomeCard/index.mjs.map +0 -1
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.cjs +0 -39
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.cjs.map +0 -1
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.mjs +0 -38
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.mjs.map +0 -1
- package/dist/LearningOutcomeFlyout/index.cjs +0 -277
- package/dist/LearningOutcomeFlyout/index.cjs.map +0 -1
- package/dist/LearningOutcomeFlyout/index.d.cts +0 -13
- package/dist/LearningOutcomeFlyout/index.d.cts.map +0 -1
- package/dist/LearningOutcomeFlyout/index.d.mts +0 -14
- package/dist/LearningOutcomeFlyout/index.d.mts.map +0 -1
- package/dist/LearningOutcomeFlyout/index.mjs +0 -272
- package/dist/LearningOutcomeFlyout/index.mjs.map +0 -1
- package/dist/LearningOutcomeFlyout/types.cjs +0 -16
- package/dist/LearningOutcomeFlyout/types.cjs.map +0 -1
- package/dist/LearningOutcomeFlyout/types.d.cts +0 -67
- package/dist/LearningOutcomeFlyout/types.d.cts.map +0 -1
- package/dist/LearningOutcomeFlyout/types.d.mts +0 -68
- package/dist/LearningOutcomeFlyout/types.d.mts.map +0 -1
- package/dist/LearningOutcomeFlyout/types.mjs +0 -10
- package/dist/LearningOutcomeFlyout/types.mjs.map +0 -1
- package/dist/LearningOutcomePopover/index.cjs +0 -96
- package/dist/LearningOutcomePopover/index.cjs.map +0 -1
- package/dist/LearningOutcomePopover/index.mjs +0 -95
- package/dist/LearningOutcomePopover/index.mjs.map +0 -1
- package/dist/LearningOutcomeTile/Tile.cjs +0 -72
- package/dist/LearningOutcomeTile/Tile.cjs.map +0 -1
- package/dist/LearningOutcomeTile/Tile.mjs +0 -70
- package/dist/LearningOutcomeTile/Tile.mjs.map +0 -1
- package/dist/LearningOutcomeTile/index.cjs +0 -97
- package/dist/LearningOutcomeTile/index.cjs.map +0 -1
- package/dist/LearningOutcomeTile/index.d.cts +0 -8
- package/dist/LearningOutcomeTile/index.d.cts.map +0 -1
- package/dist/LearningOutcomeTile/index.d.mts +0 -8
- package/dist/LearningOutcomeTile/index.d.mts.map +0 -1
- package/dist/LearningOutcomeTile/index.mjs +0 -94
- package/dist/LearningOutcomeTile/index.mjs.map +0 -1
- package/dist/LearningOutcomeTile/types.cjs +0 -17
- package/dist/LearningOutcomeTile/types.cjs.map +0 -1
- package/dist/LearningOutcomeTile/types.d.cts +0 -46
- package/dist/LearningOutcomeTile/types.d.cts.map +0 -1
- package/dist/LearningOutcomeTile/types.d.mts +0 -47
- package/dist/LearningOutcomeTile/types.d.mts.map +0 -1
- package/dist/LearningOutcomeTile/types.mjs +0 -11
- package/dist/LearningOutcomeTile/types.mjs.map +0 -1
- package/dist/ListSection/index.cjs +0 -52
- package/dist/ListSection/index.cjs.map +0 -1
- package/dist/ListSection/index.d.cts +0 -26
- package/dist/ListSection/index.d.cts.map +0 -1
- package/dist/ListSection/index.d.mts +0 -27
- package/dist/ListSection/index.d.mts.map +0 -1
- package/dist/ListSection/index.mjs +0 -50
- package/dist/ListSection/index.mjs.map +0 -1
- package/dist/Loading/index.cjs +0 -80
- package/dist/Loading/index.cjs.map +0 -1
- package/dist/Loading/index.d.cts +0 -10
- package/dist/Loading/index.d.cts.map +0 -1
- package/dist/Loading/index.d.mts +0 -10
- package/dist/Loading/index.d.mts.map +0 -1
- package/dist/Loading/index.mjs +0 -77
- package/dist/Loading/index.mjs.map +0 -1
- package/dist/Loading/styles.module.cjs +0 -6
- package/dist/Loading/styles.module.cjs.map +0 -1
- package/dist/Loading/styles.module.mjs +0 -6
- package/dist/Loading/styles.module.mjs.map +0 -1
- package/dist/LoadingCurriculumCard/index.cjs +0 -71
- package/dist/LoadingCurriculumCard/index.cjs.map +0 -1
- package/dist/LoadingCurriculumCard/index.d.cts +0 -11
- package/dist/LoadingCurriculumCard/index.d.cts.map +0 -1
- package/dist/LoadingCurriculumCard/index.d.mts +0 -11
- package/dist/LoadingCurriculumCard/index.d.mts.map +0 -1
- package/dist/LoadingCurriculumCard/index.mjs +0 -69
- package/dist/LoadingCurriculumCard/index.mjs.map +0 -1
- package/dist/Logos/LogoCodecademy/index.cjs +0 -20
- package/dist/Logos/LogoCodecademy/index.cjs.map +0 -1
- package/dist/Logos/LogoCodecademy/index.d.cts +0 -7
- package/dist/Logos/LogoCodecademy/index.d.cts.map +0 -1
- package/dist/Logos/LogoCodecademy/index.d.mts +0 -7
- package/dist/Logos/LogoCodecademy/index.d.mts.map +0 -1
- package/dist/Logos/LogoCodecademy/index.mjs +0 -20
- package/dist/Logos/LogoCodecademy/index.mjs.map +0 -1
- package/dist/Logos/LogoCodecademyMini/index.cjs +0 -17
- package/dist/Logos/LogoCodecademyMini/index.cjs.map +0 -1
- package/dist/Logos/LogoCodecademyMini/index.d.cts +0 -7
- package/dist/Logos/LogoCodecademyMini/index.d.cts.map +0 -1
- package/dist/Logos/LogoCodecademyMini/index.d.mts +0 -7
- package/dist/Logos/LogoCodecademyMini/index.d.mts.map +0 -1
- package/dist/Logos/LogoCodecademyMini/index.mjs +0 -17
- package/dist/Logos/LogoCodecademyMini/index.mjs.map +0 -1
- package/dist/Logos/LogoCodecademyPro/index.cjs +0 -23
- package/dist/Logos/LogoCodecademyPro/index.cjs.map +0 -1
- package/dist/Logos/LogoCodecademyPro/index.d.cts +0 -7
- package/dist/Logos/LogoCodecademyPro/index.d.cts.map +0 -1
- package/dist/Logos/LogoCodecademyPro/index.d.mts +0 -7
- package/dist/Logos/LogoCodecademyPro/index.d.mts.map +0 -1
- package/dist/Logos/LogoCodecademyPro/index.mjs +0 -23
- package/dist/Logos/LogoCodecademyPro/index.mjs.map +0 -1
- package/dist/Logos/LogoCodecademyTeams/index.cjs +0 -41
- package/dist/Logos/LogoCodecademyTeams/index.cjs.map +0 -1
- package/dist/Logos/LogoCodecademyTeams/index.d.cts +0 -7
- package/dist/Logos/LogoCodecademyTeams/index.d.cts.map +0 -1
- package/dist/Logos/LogoCodecademyTeams/index.d.mts +0 -7
- package/dist/Logos/LogoCodecademyTeams/index.d.mts.map +0 -1
- package/dist/Logos/LogoCodecademyTeams/index.mjs +0 -41
- package/dist/Logos/LogoCodecademyTeams/index.mjs.map +0 -1
- package/dist/Logos/LogoFromSkillsoft/index.cjs +0 -42
- package/dist/Logos/LogoFromSkillsoft/index.cjs.map +0 -1
- package/dist/Logos/LogoFromSkillsoft/index.d.cts +0 -8
- package/dist/Logos/LogoFromSkillsoft/index.d.cts.map +0 -1
- package/dist/Logos/LogoFromSkillsoft/index.d.mts +0 -8
- package/dist/Logos/LogoFromSkillsoft/index.d.mts.map +0 -1
- package/dist/Logos/LogoFromSkillsoft/index.mjs +0 -40
- package/dist/Logos/LogoFromSkillsoft/index.mjs.map +0 -1
- package/dist/Logos/LogoLXStudio/index.cjs +0 -29
- package/dist/Logos/LogoLXStudio/index.cjs.map +0 -1
- package/dist/Logos/LogoLXStudio/index.d.cts +0 -8
- package/dist/Logos/LogoLXStudio/index.d.cts.map +0 -1
- package/dist/Logos/LogoLXStudio/index.d.mts +0 -8
- package/dist/Logos/LogoLXStudio/index.d.mts.map +0 -1
- package/dist/Logos/LogoLXStudio/index.mjs +0 -28
- package/dist/Logos/LogoLXStudio/index.mjs.map +0 -1
- package/dist/Logos/ProLabel/ProLabelCutout/index.cjs +0 -32
- package/dist/Logos/ProLabel/ProLabelCutout/index.cjs.map +0 -1
- package/dist/Logos/ProLabel/ProLabelCutout/index.mjs +0 -30
- package/dist/Logos/ProLabel/ProLabelCutout/index.mjs.map +0 -1
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.cjs +0 -33
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.cjs.map +0 -1
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.mjs +0 -31
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.mjs.map +0 -1
- package/dist/Logos/ProLabel/index.cjs +0 -27
- package/dist/Logos/ProLabel/index.cjs.map +0 -1
- package/dist/Logos/ProLabel/index.d.cts +0 -19
- package/dist/Logos/ProLabel/index.d.cts.map +0 -1
- package/dist/Logos/ProLabel/index.d.mts +0 -19
- package/dist/Logos/ProLabel/index.d.mts.map +0 -1
- package/dist/Logos/ProLabel/index.mjs +0 -25
- package/dist/Logos/ProLabel/index.mjs.map +0 -1
- package/dist/Logos/index.cjs +0 -7
- package/dist/Logos/index.d.mts +0 -7
- package/dist/Logos/index.mjs +0 -7
- package/dist/Logos/shared.cjs +0 -23
- package/dist/Logos/shared.cjs.map +0 -1
- package/dist/Logos/shared.d.cts +0 -233
- package/dist/Logos/shared.d.cts.map +0 -1
- package/dist/Logos/shared.d.mts +0 -237
- package/dist/Logos/shared.d.mts.map +0 -1
- package/dist/Logos/shared.mjs +0 -21
- package/dist/Logos/shared.mjs.map +0 -1
- package/dist/MarketingToaster/index.cjs +0 -51
- package/dist/MarketingToaster/index.cjs.map +0 -1
- package/dist/MarketingToaster/index.d.cts +0 -12
- package/dist/MarketingToaster/index.d.cts.map +0 -1
- package/dist/MarketingToaster/index.d.mts +0 -12
- package/dist/MarketingToaster/index.d.mts.map +0 -1
- package/dist/MarketingToaster/index.mjs +0 -48
- package/dist/MarketingToaster/index.mjs.map +0 -1
- package/dist/NotFoundContent/404.cjs +0 -6
- package/dist/NotFoundContent/404.cjs.map +0 -1
- package/dist/NotFoundContent/404.mjs +0 -6
- package/dist/NotFoundContent/404.mjs.map +0 -1
- package/dist/NotFoundContent/index.cjs +0 -40
- package/dist/NotFoundContent/index.cjs.map +0 -1
- package/dist/NotFoundContent/index.d.cts +0 -12
- package/dist/NotFoundContent/index.d.cts.map +0 -1
- package/dist/NotFoundContent/index.d.mts +0 -12
- package/dist/NotFoundContent/index.d.mts.map +0 -1
- package/dist/NotFoundContent/index.mjs +0 -37
- package/dist/NotFoundContent/index.mjs.map +0 -1
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.cjs +0 -35
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.cjs.map +0 -1
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.mjs +0 -34
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.mjs.map +0 -1
- package/dist/NotificationList/EmptyNotification/index.cjs +0 -35
- package/dist/NotificationList/EmptyNotification/index.cjs.map +0 -1
- package/dist/NotificationList/EmptyNotification/index.mjs +0 -33
- package/dist/NotificationList/EmptyNotification/index.mjs.map +0 -1
- package/dist/NotificationList/NotificationItem.cjs +0 -122
- package/dist/NotificationList/NotificationItem.cjs.map +0 -1
- package/dist/NotificationList/NotificationItem.d.cts +0 -13
- package/dist/NotificationList/NotificationItem.d.cts.map +0 -1
- package/dist/NotificationList/NotificationItem.d.mts +0 -13
- package/dist/NotificationList/NotificationItem.d.mts.map +0 -1
- package/dist/NotificationList/NotificationItem.mjs +0 -119
- package/dist/NotificationList/NotificationItem.mjs.map +0 -1
- package/dist/NotificationList/index.cjs +0 -48
- package/dist/NotificationList/index.cjs.map +0 -1
- package/dist/NotificationList/index.d.cts +0 -14
- package/dist/NotificationList/index.d.cts.map +0 -1
- package/dist/NotificationList/index.d.mts +0 -14
- package/dist/NotificationList/index.d.mts.map +0 -1
- package/dist/NotificationList/index.mjs +0 -44
- package/dist/NotificationList/index.mjs.map +0 -1
- package/dist/NotificationList/typings.d.cts +0 -20
- package/dist/NotificationList/typings.d.cts.map +0 -1
- package/dist/NotificationList/typings.d.mts +0 -20
- package/dist/NotificationList/typings.d.mts.map +0 -1
- package/dist/Notifications/NotificationBell.cjs +0 -59
- package/dist/Notifications/NotificationBell.cjs.map +0 -1
- package/dist/Notifications/NotificationBell.mjs +0 -58
- package/dist/Notifications/NotificationBell.mjs.map +0 -1
- package/dist/Notifications/NotificationsContents.cjs +0 -67
- package/dist/Notifications/NotificationsContents.cjs.map +0 -1
- package/dist/Notifications/NotificationsContents.mjs +0 -66
- package/dist/Notifications/NotificationsContents.mjs.map +0 -1
- package/dist/Notifications/NotificationsDropdown.cjs +0 -23
- package/dist/Notifications/NotificationsDropdown.cjs.map +0 -1
- package/dist/Notifications/NotificationsDropdown.mjs +0 -22
- package/dist/Notifications/NotificationsDropdown.mjs.map +0 -1
- package/dist/Notifications/constants.cjs +0 -9
- package/dist/Notifications/constants.cjs.map +0 -1
- package/dist/Notifications/constants.mjs +0 -8
- package/dist/Notifications/constants.mjs.map +0 -1
- package/dist/Notifications/elements.cjs +0 -30
- package/dist/Notifications/elements.cjs.map +0 -1
- package/dist/Notifications/elements.mjs +0 -27
- package/dist/Notifications/elements.mjs.map +0 -1
- package/dist/Notifications/types.d.cts +0 -18
- package/dist/Notifications/types.d.cts.map +0 -1
- package/dist/Notifications/types.d.mts +0 -19
- package/dist/Notifications/types.d.mts.map +0 -1
- package/dist/Notifications/useHeaderNotifications.cjs +0 -39
- package/dist/Notifications/useHeaderNotifications.cjs.map +0 -1
- package/dist/Notifications/useHeaderNotifications.mjs +0 -38
- package/dist/Notifications/useHeaderNotifications.mjs.map +0 -1
- package/dist/Notifications/useNotificationButtons.cjs +0 -46
- package/dist/Notifications/useNotificationButtons.cjs.map +0 -1
- package/dist/Notifications/useNotificationButtons.mjs +0 -45
- package/dist/Notifications/useNotificationButtons.mjs.map +0 -1
- package/dist/PageAlerts/PageAlerts.cjs +0 -60
- package/dist/PageAlerts/PageAlerts.cjs.map +0 -1
- package/dist/PageAlerts/PageAlerts.d.cts +0 -17
- package/dist/PageAlerts/PageAlerts.d.cts.map +0 -1
- package/dist/PageAlerts/PageAlerts.d.mts +0 -17
- package/dist/PageAlerts/PageAlerts.d.mts.map +0 -1
- package/dist/PageAlerts/PageAlerts.mjs +0 -57
- package/dist/PageAlerts/PageAlerts.mjs.map +0 -1
- package/dist/PageAlerts/PageAlertsProvider.cjs +0 -38
- package/dist/PageAlerts/PageAlertsProvider.cjs.map +0 -1
- package/dist/PageAlerts/PageAlertsProvider.d.cts +0 -16
- package/dist/PageAlerts/PageAlertsProvider.d.cts.map +0 -1
- package/dist/PageAlerts/PageAlertsProvider.d.mts +0 -16
- package/dist/PageAlerts/PageAlertsProvider.d.mts.map +0 -1
- package/dist/PageAlerts/PageAlertsProvider.mjs +0 -34
- package/dist/PageAlerts/PageAlertsProvider.mjs.map +0 -1
- package/dist/PageAlerts/index.cjs +0 -2
- package/dist/PageAlerts/index.d.mts +0 -3
- package/dist/PageAlerts/index.mjs +0 -2
- package/dist/PageAlerts/types.d.cts +0 -19
- package/dist/PageAlerts/types.d.cts.map +0 -1
- package/dist/PageAlerts/types.d.mts +0 -19
- package/dist/PageAlerts/types.d.mts.map +0 -1
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.cjs +0 -37
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.cjs.map +0 -1
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.cts +0 -23
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.cts.map +0 -1
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.mts +0 -23
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.mts.map +0 -1
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.mjs +0 -35
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.mjs.map +0 -1
- package/dist/PageLayoutWithSidebarMenu/index.cjs +0 -1
- package/dist/PageLayoutWithSidebarMenu/index.d.mts +0 -1
- package/dist/PageLayoutWithSidebarMenu/index.mjs +0 -1
- package/dist/PageSection/index.cjs +0 -50
- package/dist/PageSection/index.cjs.map +0 -1
- package/dist/PageSection/index.d.cts +0 -21
- package/dist/PageSection/index.d.cts.map +0 -1
- package/dist/PageSection/index.d.mts +0 -21
- package/dist/PageSection/index.d.mts.map +0 -1
- package/dist/PageSection/index.mjs +0 -48
- package/dist/PageSection/index.mjs.map +0 -1
- package/dist/PastDue/PastDueModalContents/index.cjs +0 -18
- package/dist/PastDue/PastDueModalContents/index.cjs.map +0 -1
- package/dist/PastDue/PastDueModalContents/index.d.cts +0 -13
- package/dist/PastDue/PastDueModalContents/index.d.cts.map +0 -1
- package/dist/PastDue/PastDueModalContents/index.d.mts +0 -13
- package/dist/PastDue/PastDueModalContents/index.d.mts.map +0 -1
- package/dist/PastDue/PastDueModalContents/index.mjs +0 -16
- package/dist/PastDue/PastDueModalContents/index.mjs.map +0 -1
- package/dist/PastDue/index.cjs +0 -2
- package/dist/PastDue/index.d.mts +0 -2
- package/dist/PastDue/index.mjs +0 -2
- package/dist/PastDue/pastDueMessages.cjs +0 -49
- package/dist/PastDue/pastDueMessages.cjs.map +0 -1
- package/dist/PastDue/pastDueMessages.d.cts +0 -9
- package/dist/PastDue/pastDueMessages.d.cts.map +0 -1
- package/dist/PastDue/pastDueMessages.d.mts +0 -9
- package/dist/PastDue/pastDueMessages.d.mts.map +0 -1
- package/dist/PastDue/pastDueMessages.mjs +0 -47
- package/dist/PastDue/pastDueMessages.mjs.map +0 -1
- package/dist/PausableImage/BaseImage/index.cjs +0 -56
- package/dist/PausableImage/BaseImage/index.cjs.map +0 -1
- package/dist/PausableImage/BaseImage/index.mjs +0 -50
- package/dist/PausableImage/BaseImage/index.mjs.map +0 -1
- package/dist/PausableImage/index.cjs +0 -32
- package/dist/PausableImage/index.cjs.map +0 -1
- package/dist/PausableImage/index.d.cts +0 -17
- package/dist/PausableImage/index.d.cts.map +0 -1
- package/dist/PausableImage/index.d.mts +0 -17
- package/dist/PausableImage/index.d.mts.map +0 -1
- package/dist/PausableImage/index.mjs +0 -28
- package/dist/PausableImage/index.mjs.map +0 -1
- package/dist/PlanCard/PlanCardBanner.cjs +0 -29
- package/dist/PlanCard/PlanCardBanner.cjs.map +0 -1
- package/dist/PlanCard/PlanCardBanner.d.cts +0 -11
- package/dist/PlanCard/PlanCardBanner.d.cts.map +0 -1
- package/dist/PlanCard/PlanCardBanner.d.mts +0 -11
- package/dist/PlanCard/PlanCardBanner.d.mts.map +0 -1
- package/dist/PlanCard/PlanCardBanner.mjs +0 -26
- package/dist/PlanCard/PlanCardBanner.mjs.map +0 -1
- package/dist/PlanCard/PlanFeature.cjs +0 -72
- package/dist/PlanCard/PlanFeature.cjs.map +0 -1
- package/dist/PlanCard/PlanFeature.mjs +0 -69
- package/dist/PlanCard/PlanFeature.mjs.map +0 -1
- package/dist/PlanCard/PopularBadge.cjs +0 -18
- package/dist/PlanCard/PopularBadge.cjs.map +0 -1
- package/dist/PlanCard/PopularBadge.mjs +0 -16
- package/dist/PlanCard/PopularBadge.mjs.map +0 -1
- package/dist/PlanCard/PricingAmount.cjs +0 -85
- package/dist/PlanCard/PricingAmount.cjs.map +0 -1
- package/dist/PlanCard/PricingAmount.mjs +0 -82
- package/dist/PlanCard/PricingAmount.mjs.map +0 -1
- package/dist/PlanCard/RecommendedBadge.cjs +0 -29
- package/dist/PlanCard/RecommendedBadge.cjs.map +0 -1
- package/dist/PlanCard/RecommendedBadge.mjs +0 -27
- package/dist/PlanCard/RecommendedBadge.mjs.map +0 -1
- package/dist/PlanCard/consts.cjs +0 -221
- package/dist/PlanCard/consts.cjs.map +0 -1
- package/dist/PlanCard/consts.mjs +0 -220
- package/dist/PlanCard/consts.mjs.map +0 -1
- package/dist/PlanCard/index.cjs +0 -290
- package/dist/PlanCard/index.cjs.map +0 -1
- package/dist/PlanCard/index.d.cts +0 -23
- package/dist/PlanCard/index.d.cts.map +0 -1
- package/dist/PlanCard/index.d.mts +0 -23
- package/dist/PlanCard/index.d.mts.map +0 -1
- package/dist/PlanCard/index.mjs +0 -287
- package/dist/PlanCard/index.mjs.map +0 -1
- package/dist/PlanCard/types.cjs +0 -86
- package/dist/PlanCard/types.cjs.map +0 -1
- package/dist/PlanCard/types.d.cts +0 -44
- package/dist/PlanCard/types.d.cts.map +0 -1
- package/dist/PlanCard/types.d.mts +0 -44
- package/dist/PlanCard/types.d.mts.map +0 -1
- package/dist/PlanCard/types.mjs +0 -72
- package/dist/PlanCard/types.mjs.map +0 -1
- package/dist/PlanCardTeams/consts.cjs +0 -23
- package/dist/PlanCardTeams/consts.cjs.map +0 -1
- package/dist/PlanCardTeams/consts.mjs +0 -22
- package/dist/PlanCardTeams/consts.mjs.map +0 -1
- package/dist/PlanCardTeams/index.cjs +0 -112
- package/dist/PlanCardTeams/index.cjs.map +0 -1
- package/dist/PlanCardTeams/index.d.cts +0 -13
- package/dist/PlanCardTeams/index.d.cts.map +0 -1
- package/dist/PlanCardTeams/index.d.mts +0 -13
- package/dist/PlanCardTeams/index.d.mts.map +0 -1
- package/dist/PlanCardTeams/index.mjs +0 -109
- package/dist/PlanCardTeams/index.mjs.map +0 -1
- package/dist/PricingSection/ConditionalColorMode.cjs +0 -11
- package/dist/PricingSection/ConditionalColorMode.cjs.map +0 -1
- package/dist/PricingSection/ConditionalColorMode.mjs +0 -10
- package/dist/PricingSection/ConditionalColorMode.mjs.map +0 -1
- package/dist/PricingSection/PricingCard/PricingAmount.cjs +0 -82
- package/dist/PricingSection/PricingCard/PricingAmount.cjs.map +0 -1
- package/dist/PricingSection/PricingCard/PricingAmount.mjs +0 -79
- package/dist/PricingSection/PricingCard/PricingAmount.mjs.map +0 -1
- package/dist/PricingSection/PricingCard/RecommendedBadge.cjs +0 -28
- package/dist/PricingSection/PricingCard/RecommendedBadge.cjs.map +0 -1
- package/dist/PricingSection/PricingCard/RecommendedBadge.mjs +0 -27
- package/dist/PricingSection/PricingCard/RecommendedBadge.mjs.map +0 -1
- package/dist/PricingSection/PricingCard/index.cjs +0 -149
- package/dist/PricingSection/PricingCard/index.cjs.map +0 -1
- package/dist/PricingSection/PricingCard/index.mjs +0 -147
- package/dist/PricingSection/PricingCard/index.mjs.map +0 -1
- package/dist/PricingSection/PricingCard/types.cjs +0 -68
- package/dist/PricingSection/PricingCard/types.cjs.map +0 -1
- package/dist/PricingSection/PricingCard/types.d.cts +0 -27
- package/dist/PricingSection/PricingCard/types.d.cts.map +0 -1
- package/dist/PricingSection/PricingCard/types.d.mts +0 -27
- package/dist/PricingSection/PricingCard/types.d.mts.map +0 -1
- package/dist/PricingSection/PricingCard/types.mjs +0 -67
- package/dist/PricingSection/PricingCard/types.mjs.map +0 -1
- package/dist/PricingSection/ProductCTA.cjs +0 -96
- package/dist/PricingSection/ProductCTA.cjs.map +0 -1
- package/dist/PricingSection/ProductCTA.mjs +0 -95
- package/dist/PricingSection/ProductCTA.mjs.map +0 -1
- package/dist/PricingSection/Products.cjs +0 -90
- package/dist/PricingSection/Products.cjs.map +0 -1
- package/dist/PricingSection/Products.mjs +0 -89
- package/dist/PricingSection/Products.mjs.map +0 -1
- package/dist/PricingSection/config.cjs +0 -34
- package/dist/PricingSection/config.cjs.map +0 -1
- package/dist/PricingSection/config.mjs +0 -32
- package/dist/PricingSection/config.mjs.map +0 -1
- package/dist/PricingSection/index.cjs +0 -32
- package/dist/PricingSection/index.cjs.map +0 -1
- package/dist/PricingSection/index.d.cts +0 -23
- package/dist/PricingSection/index.d.cts.map +0 -1
- package/dist/PricingSection/index.d.mts +0 -23
- package/dist/PricingSection/index.d.mts.map +0 -1
- package/dist/PricingSection/index.mjs +0 -31
- package/dist/PricingSection/index.mjs.map +0 -1
- package/dist/PricingSection/types.cjs +0 -20
- package/dist/PricingSection/types.cjs.map +0 -1
- package/dist/PricingSection/types.d.cts +0 -19
- package/dist/PricingSection/types.d.cts.map +0 -1
- package/dist/PricingSection/types.d.mts +0 -19
- package/dist/PricingSection/types.d.mts.map +0 -1
- package/dist/PricingSection/types.mjs +0 -14
- package/dist/PricingSection/types.mjs.map +0 -1
- package/dist/ProLogoAlt/index.cjs +0 -26
- package/dist/ProLogoAlt/index.cjs.map +0 -1
- package/dist/ProLogoAlt/index.d.cts +0 -14
- package/dist/ProLogoAlt/index.d.cts.map +0 -1
- package/dist/ProLogoAlt/index.d.mts +0 -14
- package/dist/ProLogoAlt/index.d.mts.map +0 -1
- package/dist/ProLogoAlt/index.mjs +0 -24
- package/dist/ProLogoAlt/index.mjs.map +0 -1
- package/dist/ProductFeatureShowcase/index.cjs +0 -85
- package/dist/ProductFeatureShowcase/index.cjs.map +0 -1
- package/dist/ProductFeatureShowcase/index.d.cts +0 -20
- package/dist/ProductFeatureShowcase/index.d.cts.map +0 -1
- package/dist/ProductFeatureShowcase/index.d.mts +0 -20
- package/dist/ProductFeatureShowcase/index.d.mts.map +0 -1
- package/dist/ProductFeatureShowcase/index.mjs +0 -83
- package/dist/ProductFeatureShowcase/index.mjs.map +0 -1
- package/dist/QuizScore/index.cjs +0 -67
- package/dist/QuizScore/index.cjs.map +0 -1
- package/dist/QuizScore/index.mjs +0 -65
- package/dist/QuizScore/index.mjs.map +0 -1
- package/dist/RatingsBar/index.cjs +0 -36
- package/dist/RatingsBar/index.cjs.map +0 -1
- package/dist/RatingsBar/index.d.cts +0 -17
- package/dist/RatingsBar/index.d.cts.map +0 -1
- package/dist/RatingsBar/index.d.mts +0 -17
- package/dist/RatingsBar/index.d.mts.map +0 -1
- package/dist/RatingsBar/index.mjs +0 -33
- package/dist/RatingsBar/index.mjs.map +0 -1
- package/dist/Recurly/context/NoProvider.cjs +0 -12
- package/dist/Recurly/context/NoProvider.cjs.map +0 -1
- package/dist/Recurly/context/NoProvider.mjs +0 -11
- package/dist/Recurly/context/NoProvider.mjs.map +0 -1
- package/dist/Recurly/context/elements/index.cjs +0 -40
- package/dist/Recurly/context/elements/index.cjs.map +0 -1
- package/dist/Recurly/context/elements/index.d.cts +0 -16
- package/dist/Recurly/context/elements/index.d.cts.map +0 -1
- package/dist/Recurly/context/elements/index.d.mts +0 -16
- package/dist/Recurly/context/elements/index.d.mts.map +0 -1
- package/dist/Recurly/context/elements/index.mjs +0 -38
- package/dist/Recurly/context/elements/index.mjs.map +0 -1
- package/dist/Recurly/context/index.cjs +0 -2
- package/dist/Recurly/context/index.d.mts +0 -2
- package/dist/Recurly/context/index.mjs +0 -2
- package/dist/Recurly/context/recurly/index.cjs +0 -44
- package/dist/Recurly/context/recurly/index.cjs.map +0 -1
- package/dist/Recurly/context/recurly/index.d.cts +0 -39
- package/dist/Recurly/context/recurly/index.d.cts.map +0 -1
- package/dist/Recurly/context/recurly/index.d.mts +0 -39
- package/dist/Recurly/context/recurly/index.d.mts.map +0 -1
- package/dist/Recurly/context/recurly/index.mjs +0 -42
- package/dist/Recurly/context/recurly/index.mjs.map +0 -1
- package/dist/Recurly/context/recurly/loadRecurly.cjs +0 -22
- package/dist/Recurly/context/recurly/loadRecurly.cjs.map +0 -1
- package/dist/Recurly/context/recurly/loadRecurly.d.cts +0 -10
- package/dist/Recurly/context/recurly/loadRecurly.d.cts.map +0 -1
- package/dist/Recurly/context/recurly/loadRecurly.d.mts +0 -10
- package/dist/Recurly/context/recurly/loadRecurly.d.mts.map +0 -1
- package/dist/Recurly/context/recurly/loadRecurly.mjs +0 -22
- package/dist/Recurly/context/recurly/loadRecurly.mjs.map +0 -1
- package/dist/Recurly/context/recurly/w.cjs +0 -7
- package/dist/Recurly/context/recurly/w.cjs.map +0 -1
- package/dist/Recurly/context/recurly/w.mjs +0 -6
- package/dist/Recurly/context/recurly/w.mjs.map +0 -1
- package/dist/Recurly/fields/RecurlyField.cjs +0 -40
- package/dist/Recurly/fields/RecurlyField.cjs.map +0 -1
- package/dist/Recurly/fields/RecurlyField.d.cts +0 -19
- package/dist/Recurly/fields/RecurlyField.d.cts.map +0 -1
- package/dist/Recurly/fields/RecurlyField.d.mts +0 -19
- package/dist/Recurly/fields/RecurlyField.d.mts.map +0 -1
- package/dist/Recurly/fields/RecurlyField.mjs +0 -38
- package/dist/Recurly/fields/RecurlyField.mjs.map +0 -1
- package/dist/Recurly/fields/elements.cjs +0 -64
- package/dist/Recurly/fields/elements.cjs.map +0 -1
- package/dist/Recurly/fields/elements.d.cts +0 -23
- package/dist/Recurly/fields/elements.d.cts.map +0 -1
- package/dist/Recurly/fields/elements.d.mts +0 -23
- package/dist/Recurly/fields/elements.d.mts.map +0 -1
- package/dist/Recurly/fields/elements.mjs +0 -60
- package/dist/Recurly/fields/elements.mjs.map +0 -1
- package/dist/Recurly/fields/index.cjs +0 -2
- package/dist/Recurly/fields/index.d.mts +0 -2
- package/dist/Recurly/fields/index.mjs +0 -2
- package/dist/Recurly/index.cjs +0 -6
- package/dist/Recurly/index.d.mts +0 -6
- package/dist/Recurly/index.mjs +0 -6
- package/dist/ResourceCard/index.cjs +0 -58
- package/dist/ResourceCard/index.cjs.map +0 -1
- package/dist/ResourceCard/index.d.cts +0 -20
- package/dist/ResourceCard/index.d.cts.map +0 -1
- package/dist/ResourceCard/index.d.mts +0 -20
- package/dist/ResourceCard/index.d.mts.map +0 -1
- package/dist/ResourceCard/index.mjs +0 -51
- package/dist/ResourceCard/index.mjs.map +0 -1
- package/dist/ScoreSummary/SubScores.cjs +0 -109
- package/dist/ScoreSummary/SubScores.cjs.map +0 -1
- package/dist/ScoreSummary/SubScores.d.cts +0 -41
- package/dist/ScoreSummary/SubScores.d.cts.map +0 -1
- package/dist/ScoreSummary/SubScores.d.mts +0 -41
- package/dist/ScoreSummary/SubScores.d.mts.map +0 -1
- package/dist/ScoreSummary/SubScores.mjs +0 -107
- package/dist/ScoreSummary/SubScores.mjs.map +0 -1
- package/dist/ScoreSummary/helpers.cjs +0 -21
- package/dist/ScoreSummary/helpers.cjs.map +0 -1
- package/dist/ScoreSummary/helpers.mjs +0 -19
- package/dist/ScoreSummary/helpers.mjs.map +0 -1
- package/dist/ScoreSummary/index.cjs +0 -89
- package/dist/ScoreSummary/index.cjs.map +0 -1
- package/dist/ScoreSummary/index.d.cts +0 -26
- package/dist/ScoreSummary/index.d.cts.map +0 -1
- package/dist/ScoreSummary/index.d.mts +0 -26
- package/dist/ScoreSummary/index.d.mts.map +0 -1
- package/dist/ScoreSummary/index.mjs +0 -87
- package/dist/ScoreSummary/index.mjs.map +0 -1
- package/dist/ScoreSummary/types.d.cts +0 -314
- package/dist/ScoreSummary/types.d.cts.map +0 -1
- package/dist/ScoreSummary/types.d.mts +0 -314
- package/dist/ScoreSummary/types.d.mts.map +0 -1
- package/dist/SkillPathCard/index.cjs +0 -33
- package/dist/SkillPathCard/index.cjs.map +0 -1
- package/dist/SkillPathCard/index.d.cts +0 -26
- package/dist/SkillPathCard/index.d.cts.map +0 -1
- package/dist/SkillPathCard/index.d.mts +0 -26
- package/dist/SkillPathCard/index.d.mts.map +0 -1
- package/dist/SkillPathCard/index.mjs +0 -32
- package/dist/SkillPathCard/index.mjs.map +0 -1
- package/dist/SocialMediaSharing/SocialShareIconLink.cjs +0 -42
- package/dist/SocialMediaSharing/SocialShareIconLink.cjs.map +0 -1
- package/dist/SocialMediaSharing/SocialShareIconLink.d.cts +0 -10
- package/dist/SocialMediaSharing/SocialShareIconLink.d.cts.map +0 -1
- package/dist/SocialMediaSharing/SocialShareIconLink.d.mts +0 -11
- package/dist/SocialMediaSharing/SocialShareIconLink.d.mts.map +0 -1
- package/dist/SocialMediaSharing/SocialShareIconLink.mjs +0 -39
- package/dist/SocialMediaSharing/SocialShareIconLink.mjs.map +0 -1
- package/dist/SocialMediaSharing/index.cjs +0 -84
- package/dist/SocialMediaSharing/index.cjs.map +0 -1
- package/dist/SocialMediaSharing/index.d.cts +0 -65
- package/dist/SocialMediaSharing/index.d.cts.map +0 -1
- package/dist/SocialMediaSharing/index.d.mts +0 -65
- package/dist/SocialMediaSharing/index.d.mts.map +0 -1
- package/dist/SocialMediaSharing/index.mjs +0 -80
- package/dist/SocialMediaSharing/index.mjs.map +0 -1
- package/dist/SocialMediaSharingDropdown/index.cjs +0 -94
- package/dist/SocialMediaSharingDropdown/index.cjs.map +0 -1
- package/dist/SocialMediaSharingDropdown/index.d.cts +0 -20
- package/dist/SocialMediaSharingDropdown/index.d.cts.map +0 -1
- package/dist/SocialMediaSharingDropdown/index.d.mts +0 -20
- package/dist/SocialMediaSharingDropdown/index.d.mts.map +0 -1
- package/dist/SocialMediaSharingDropdown/index.mjs +0 -92
- package/dist/SocialMediaSharingDropdown/index.mjs.map +0 -1
- package/dist/Testimonial/index.cjs +0 -131
- package/dist/Testimonial/index.cjs.map +0 -1
- package/dist/Testimonial/index.d.cts +0 -54
- package/dist/Testimonial/index.d.cts.map +0 -1
- package/dist/Testimonial/index.d.mts +0 -54
- package/dist/Testimonial/index.d.mts.map +0 -1
- package/dist/Testimonial/index.mjs +0 -129
- package/dist/Testimonial/index.mjs.map +0 -1
- package/dist/_virtual/rolldown_runtime.cjs +0 -43
- package/dist/_virtual/rolldown_runtime.mjs +0 -18
- package/dist/assets/navyQuotes.cjs +0 -6
- package/dist/assets/navyQuotes.cjs.map +0 -1
- package/dist/assets/navyQuotes.mjs +0 -6
- package/dist/assets/navyQuotes.mjs.map +0 -1
- package/dist/assets/styles.module-N6u8lXCU.scss +0 -36
- package/dist/index.cjs +0 -334
- package/dist/index.d.cts +0 -122
- package/dist/index.d.mts +0 -132
- package/dist/index.mjs +0 -126
- package/dist/lib/breakpointHooks/index.cjs +0 -61
- package/dist/lib/breakpointHooks/index.cjs.map +0 -1
- package/dist/lib/breakpointHooks/index.d.cts +0 -47
- package/dist/lib/breakpointHooks/index.d.cts.map +0 -1
- package/dist/lib/breakpointHooks/index.d.mts +0 -47
- package/dist/lib/breakpointHooks/index.d.mts.map +0 -1
- package/dist/lib/breakpointHooks/index.mjs +0 -55
- package/dist/lib/breakpointHooks/index.mjs.map +0 -1
- package/dist/lib/catalogList/index.cjs +0 -30
- package/dist/lib/catalogList/index.cjs.map +0 -1
- package/dist/lib/catalogList/index.mjs +0 -30
- package/dist/lib/catalogList/index.mjs.map +0 -1
- package/dist/lib/resourcesList/index.cjs +0 -67
- package/dist/lib/resourcesList/index.cjs.map +0 -1
- package/dist/lib/resourcesList/index.mjs +0 -65
- package/dist/lib/resourcesList/index.mjs.map +0 -1
- package/dist/remoteAssets/components.cjs +0 -7
- package/dist/remoteAssets/components.cjs.map +0 -1
- package/dist/remoteAssets/components.mjs +0 -6
- package/dist/remoteAssets/components.mjs.map +0 -1
- /package/dist/{assets/index.module-DA6nQClP.scss → AppBarDeprecated/styles/index.module.scss} +0 -0
- /package/dist/{assets/download-on-the-app-store-B9oUsS4q.svg → GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.svg} +0 -0
- /package/dist/{assets/get-it-on-google-play-C89ilFn7.png → GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.png} +0 -0
- /package/dist/{assets/styles.module-B2VS2fL0.scss → Loading/styles.module.scss} +0 -0
- /package/dist/{assets/404-BICg8R9O.svg → NotFoundContent/404.svg} +0 -0
- /package/dist/assets/{navyQuotes-CCbrJp55.svg → navyQuotes.svg} +0 -0
package/dist/index.d.mts
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { index_d_exports } from "./LayoutMenuVariant/index.mjs";
|
|
2
|
-
import { AbbreviatedEventCard, AbbreviatedEventCardProps } from "./AbbreviatedCommunityEventCard/index.mjs";
|
|
3
|
-
import { AppBar, AppBarProps } from "./AppBar/index.mjs";
|
|
4
|
-
import { AppBarSection, AppBarSectionProps } from "./AppBar/AppBarSection.mjs";
|
|
5
|
-
import { AppBarDeprecated, AppBarPropsDeprecated } from "./AppBarDeprecated/index.mjs";
|
|
6
|
-
import { AppBarSectionDeprecated, AppBarSectionPropsDeprecated } from "./AppBarDeprecated/AppBarSectionDeprecated.mjs";
|
|
7
|
-
import { Notification, NotificationIconSettings } from "./NotificationList/typings.mjs";
|
|
8
|
-
import { AppHeaderNotificationSettings } from "./Notifications/types.mjs";
|
|
9
|
-
import { ALLOWED_HOSTS, ContentType, popularContent, popularSearchTerms, searchPlaceholder } from "./AppHeader/Search/consts.mjs";
|
|
10
|
-
import { AppHeader, AppHeaderProps } from "./AppHeader/index.mjs";
|
|
11
|
-
import { AnchorRefItemType, AppFooterResourcesDataItem, AppHeaderAction, AppHeaderCatalogDropdownItem, AppHeaderClickHandler, AppHeaderDescriptiveLinkItem, AppHeaderDropdownItem, AppHeaderFillButtonItem, AppHeaderIconButtonItem, AppHeaderItem, AppHeaderItemWithHref, AppHeaderLinkItem, AppHeaderLogoItem, AppHeaderProfileDropdownItem, AppHeaderRenderElementItem, AppHeaderResourcesDataItem, AppHeaderResourcesDropdownItem, AppHeaderResourcesSimpleDropdownItem, AppHeaderSimpleDropdownItem, AppHeaderStrokeButtonItem, AppHeaderTextButtonItem, FormattedAppHeaderItems, FormattedMobileAppHeaderItems, isAppHeaderItemWithHref } from "./AppHeader/shared/types.mjs";
|
|
12
|
-
import { AppHeaderDropdown, AppHeaderDropdownProps } from "./AppHeader/AppHeaderElements/AppHeaderDropdown/index.mjs";
|
|
13
|
-
import { AppHeaderLink, AppHeaderLinkProps } from "./AppHeader/AppHeaderElements/AppHeaderLink/index.mjs";
|
|
14
|
-
import { AppHeaderLogo, AppHeaderLogoProps } from "./AppHeader/AppHeaderElements/AppHeaderLogo/index.mjs";
|
|
15
|
-
import { CourseDifficulty, EnrollmentStatus } from "./ContentGroupBaseCard/types.mjs";
|
|
16
|
-
import { AnonHeader, AnonHeaderVariant, EnterpriseHeader, FreeHeader, GlobalHeaderDynamicData, LoadingHeader, NavigationMenuFormattedLabel, ProHeader, PromotedPath, ResourceDropdownFormattedLabel, SimpleBootcampHeader, SimpleHeader, TeamsHeader, User } from "./GlobalHeader/types.mjs";
|
|
17
|
-
import { GlobalHeader, GlobalHeaderProps, LiveLearningHubContext, RevampedBlpExperimentContext } from "./GlobalHeader/index.mjs";
|
|
18
|
-
import { AppHeaderMobile, AppHeaderMobileProps } from "./AppHeaderMobile/index.mjs";
|
|
19
|
-
import { AppHeaderMainMenuMobile, AppHeaderMainMenuMobileProps } from "./AppHeaderMobile/AppHeaderMainMenuMobile/index.mjs";
|
|
20
|
-
import { AppHeaderSubMenuMobileProps, AppHeaderSubNavMobile } from "./AppHeaderMobile/AppHeaderSubMenuMobile/index.mjs";
|
|
21
|
-
import { Avatar, AvatarBaseProps, AvatarImageProps, AvatarProps } from "./Avatar/index.mjs";
|
|
22
|
-
import { AvatarChooser } from "./AvatarChooser/index.mjs";
|
|
23
|
-
import { BackToTopAnchor } from "./BackToTopAnchor/index.mjs";
|
|
24
|
-
import { Banner, BannerProps, BannerVariant } from "./Banner/index.mjs";
|
|
25
|
-
import { CountdownTimer } from "./Banner/CountdownTimer.mjs";
|
|
26
|
-
import { BetaSticker } from "./BetaSticker/index.mjs";
|
|
27
|
-
import { CareerPathCard } from "./CareerPathCard/index.mjs";
|
|
28
|
-
import { Carousel, PatternedContainer } from "./Carousel/index.mjs";
|
|
29
|
-
import { CertificationPathCard, CertificationPathCardProps } from "./CertificationPathCard/index.mjs";
|
|
30
|
-
import { CoachingSessionCard, CoachingSessionCardProps } from "./CoachingSessionCard/index.mjs";
|
|
31
|
-
import { CommunityEventCard, CommunityEventCardProps, formatTime } from "./CommunityEventCard/index.mjs";
|
|
32
|
-
import { CommunityEventToast } from "./CommunityEventToast/index.mjs";
|
|
33
|
-
import { ContentGroupBaseCard, ContentGroupBaseCardHeaderBackground, ContentGroupBaseCardProps } from "./ContentGroupBaseCard/index.mjs";
|
|
34
|
-
import { getPathImageUrl, getTimeToCompleteDisplayAmount, getTimeToCompleteDisplayDuration } from "./ContentGroupBaseCard/helpers.mjs";
|
|
35
|
-
import { CourseCard, CourseCardProps } from "./CourseCard/index.mjs";
|
|
36
|
-
import { ContainerDifficulty, ContainerDifficultyUnion, ContentDifficultyProps, DifficultyString, DifficultyVariant } from "./CurriculumCard/Difficulty/types.mjs";
|
|
37
|
-
import { CardProps, CurriculumCard, CurriculumCardProps, FooterTextVariantType, ProgressState } from "./CurriculumCard/index.mjs";
|
|
38
|
-
import { Difficulty } from "./CurriculumCard/Difficulty/index.mjs";
|
|
39
|
-
import { getDifficultyNumber } from "./CurriculumCard/Difficulty/helpers.mjs";
|
|
40
|
-
import { DropdownButton, DropdownButtonProps, DropdownButtonRefType } from "./DropdownButton/index.mjs";
|
|
41
|
-
import { EditorialImage, EditorialImageProps } from "./EditorialImage/index.mjs";
|
|
42
|
-
import { EmptySection, EmptySectionProps } from "./EmptySection/index.mjs";
|
|
43
|
-
import { NotFoundContent } from "./NotFoundContent/index.mjs";
|
|
44
|
-
import { ErrorContents, ErrorContentsProps } from "./ErrorContents/index.mjs";
|
|
45
|
-
import { GlobalFooter, GlobalFooterProps } from "./GlobalFooter/index.mjs";
|
|
46
|
-
import { GlobalPage, GlobalPageBackgroundColor, GlobalPageProps, LogErrorContext } from "./GlobalPage/index.mjs";
|
|
47
|
-
import { ColumnCount, ColumnCountKeys, getCSSFromColumnCount } from "./Grid/getCSSFromColumnCount.mjs";
|
|
48
|
-
import { Subgrid, subgridContext } from "./Grid/Subgrid.mjs";
|
|
49
|
-
import { GridCollapse, GridCollapseProps, getMediaQuery } from "./Grid/GridCollapse.mjs";
|
|
50
|
-
import "./Grid/index.mjs";
|
|
51
|
-
import { HorizontalScrollMenu, HorizontalScrollMenuProps } from "./HorizontalScrollMenu/index.mjs";
|
|
52
|
-
import { HubCard, HubCardProps } from "./HubCard/index.mjs";
|
|
53
|
-
import { InfoCard, InfoCardProps, TagColor } from "./InfoCard/index.mjs";
|
|
54
|
-
import { Konamimojisplosion, KonamimojisplosionProps } from "./Konamimojisplosion/Konamimojisplosion.mjs";
|
|
55
|
-
import { useKonamimojisplosion } from "./Konamimojisplosion/useKonamimojisplosion.mjs";
|
|
56
|
-
import "./Konamimojisplosion/index.mjs";
|
|
57
|
-
import { FeatureList, FeatureListItem, IFeatureListProps } from "./FeatureList/index.mjs";
|
|
58
|
-
import { CtaProps, LandingPageBaseProps } from "./LandingPage/types.mjs";
|
|
59
|
-
import { ColumnSize, Eyebrow, FeaturedImage, FeaturedImageProps, ImageProps, MediaColumnsSize, MediaProps, PageSingleFeature, PageSingleFeatureProps } from "./LandingPage/PageSingleFeature.mjs";
|
|
60
|
-
import { PageHero, PageHeroProps } from "./LandingPage/PageHero.mjs";
|
|
61
|
-
import { PageFeatures, PageFeaturesProps } from "./LandingPage/PageFeatures.mjs";
|
|
62
|
-
import { PageFeaturesEnhanced, PageFeaturesEnhancedProps } from "./LandingPage/PageFeaturesEnhanced.mjs";
|
|
63
|
-
import { PageFeaturesWithReferences, PageFeaturesWithReferencesProps } from "./LandingPage/PageFeaturesWithReferences.mjs";
|
|
64
|
-
import { PagePrefooter } from "./LandingPage/PagePrefooter.mjs";
|
|
65
|
-
import { PageVideo, PageVideoGallery, PageVideoGalleryProps } from "./LandingPage/PageVideoGallery.mjs";
|
|
66
|
-
import { Title, TitleProps, titleProps } from "./LandingPage/Title.mjs";
|
|
67
|
-
import { TitleWithEyebrow, TitleWithEyebrowProps } from "./LandingPage/TitleWithEyebrow.mjs";
|
|
68
|
-
import { Description, DescriptionProps } from "./LandingPage/Description.mjs";
|
|
69
|
-
import { LiveLearningTestimonialItem, PageTestimonials, PageTestimonialsProps } from "./LandingPage/PageTestimonials.mjs";
|
|
70
|
-
import { PageFaqs, PageFaqsProps } from "./LandingPage/PageFAQs.mjs";
|
|
71
|
-
import "./LandingPage/index.mjs";
|
|
72
|
-
import { LayoutMenu, LayoutMenuProps } from "./LayoutMenu/LayoutMenu.mjs";
|
|
73
|
-
import { SectionItemLink, SectionItemLinkProps } from "./LayoutMenu/SectionItemLink.mjs";
|
|
74
|
-
import { SelectedSectionItem } from "./LayoutMenu/SelectedSectionItem.mjs";
|
|
75
|
-
import "./LayoutMenu/index.mjs";
|
|
76
|
-
import { LearningOutcomeAssessmentScores } from "./LearningOutcomeAssessmentScores/index.mjs";
|
|
77
|
-
import { LearningOutcomeLevelBadge, LearningOutcomeLevels, learningOutcomeLabels } from "./LearningOutcomeBadges/LearningOutcomeLevelBadge.mjs";
|
|
78
|
-
import { LearningOutcomeLowAssessmentBadge, LearningOutcomeLowAssessmentDot } from "./LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.mjs";
|
|
79
|
-
import "./LearningOutcomeBadges/index.mjs";
|
|
80
|
-
import { LearningOutcomeCard } from "./LearningOutcomeCard/index.mjs";
|
|
81
|
-
import { LearningOutcomeFlyout, getLearningOutcomePath, miscTrackingData, sortSkillsByClassification } from "./LearningOutcomeFlyout/index.mjs";
|
|
82
|
-
import { LearningOutcomeTile, progressState } from "./LearningOutcomeTile/index.mjs";
|
|
83
|
-
import { Breakpoint, BreakpointMinWidths, breakpoints, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow } from "./lib/breakpointHooks/index.mjs";
|
|
84
|
-
import { ListSection, ListSectionProps } from "./ListSection/index.mjs";
|
|
85
|
-
import { Loading, LoadingProps } from "./Loading/index.mjs";
|
|
86
|
-
import { LoadingCurriculumCard } from "./LoadingCurriculumCard/index.mjs";
|
|
87
|
-
import { LogoCodecademy } from "./Logos/LogoCodecademy/index.mjs";
|
|
88
|
-
import { LogoCodecademyMini } from "./Logos/LogoCodecademyMini/index.mjs";
|
|
89
|
-
import { LogoCodecademyPro } from "./Logos/LogoCodecademyPro/index.mjs";
|
|
90
|
-
import { LogoCodecademyTeams } from "./Logos/LogoCodecademyTeams/index.mjs";
|
|
91
|
-
import { LogoFromSkillsoft } from "./Logos/LogoFromSkillsoft/index.mjs";
|
|
92
|
-
import { LogoLXStudio } from "./Logos/LogoLXStudio/index.mjs";
|
|
93
|
-
import { ProLabel, ProLabelProps } from "./Logos/ProLabel/index.mjs";
|
|
94
|
-
import "./Logos/index.mjs";
|
|
95
|
-
import { MarketingToaster } from "./MarketingToaster/index.mjs";
|
|
96
|
-
import { NotificationList, NotificationListProps } from "./NotificationList/index.mjs";
|
|
97
|
-
import { NotificationItem, NotificationItemProps } from "./NotificationList/NotificationItem.mjs";
|
|
98
|
-
import { PageAlert } from "./PageAlerts/types.mjs";
|
|
99
|
-
import { AlertArea, PageAlerts, PageAlertsProps } from "./PageAlerts/PageAlerts.mjs";
|
|
100
|
-
import { PageAlertsContext, PageAlertsContextValue, PageAlertsProvider, usePageAlertsContext } from "./PageAlerts/PageAlertsProvider.mjs";
|
|
101
|
-
import "./PageAlerts/index.mjs";
|
|
102
|
-
import { PageLayoutWithSidebarMenu, PageLayoutWithSidebarMenuProps } from "./PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.mjs";
|
|
103
|
-
import "./PageLayoutWithSidebarMenu/index.mjs";
|
|
104
|
-
import { PageSection, PageSectionProps, SectionButton } from "./PageSection/index.mjs";
|
|
105
|
-
import { PastDueModalContents, PastDueModalProps } from "./PastDue/PastDueModalContents/index.mjs";
|
|
106
|
-
import { pastDueErrorMessages } from "./PastDue/pastDueMessages.mjs";
|
|
107
|
-
import "./PastDue/index.mjs";
|
|
108
|
-
import { PausableImage, imageStyles } from "./PausableImage/index.mjs";
|
|
109
|
-
import { Currency, CurrencySymbol, PlanType, getCurrencyPrefix, getCurrencySymbol } from "./PlanCard/types.mjs";
|
|
110
|
-
import { PlanCard, PlanCardProps } from "./PlanCard/index.mjs";
|
|
111
|
-
import { PlanCardTeams, PlanCardTeamsProps } from "./PlanCardTeams/index.mjs";
|
|
112
|
-
import { PlanCardBanner } from "./PlanCard/PlanCardBanner.mjs";
|
|
113
|
-
import { PricingSection } from "./PricingSection/index.mjs";
|
|
114
|
-
import { ProductFeatureShowcase } from "./ProductFeatureShowcase/index.mjs";
|
|
115
|
-
import { ProLogoAlt, ProLogoAltProps } from "./ProLogoAlt/index.mjs";
|
|
116
|
-
import { RatingsBar, RatingsBarProps } from "./RatingsBar/index.mjs";
|
|
117
|
-
import { CVV, CardNumber, ElementType, EventHandler, EventHandlers, ExpMonth, ExpYear, Focusable } from "./Recurly/fields/elements.mjs";
|
|
118
|
-
import { RecurlyField, RecurlyFieldProps } from "./Recurly/fields/RecurlyField.mjs";
|
|
119
|
-
import { RecurlyProvider, useRecurly } from "./Recurly/context/recurly/index.mjs";
|
|
120
|
-
import { Elements } from "./Recurly/context/elements/index.mjs";
|
|
121
|
-
import "./Recurly/index.mjs";
|
|
122
|
-
import { ResourceCard, ResourceCardProps, ResourceType } from "./ResourceCard/index.mjs";
|
|
123
|
-
import { ArticleProgress, Assessment, AssessmentAnswer, AssessmentCodeSnippet, AssessmentECA, AssessmentFillInTheCode, AssessmentMultipleChoice, BaseAssessment, BaseContentItem, BaseContentItemProgress, BriefComponent, BriefProject, CodeChallengeNarrativeComponent, ContentItemMeta, ContentItemProgress, ContentItemResourceType, ContentItemType, ContentTestOptions, CorrectAnswerCountsBySubContent, EinConfig, ExpoCodeEditorComponent, ExpoPreviewComponent, ExternalResourceProgress, FakeResponse, ImageComponent, InformationalProgress, LayoutComponent, LessonProgress, NarrativeComponent, OutputTerminalComponent, PersistentCodeEditorComponent, ProjectChecklist, ProjectContentItem, ProjectInformation, ProjectProgress, ProjectSelfAssessment, ProjectTask, QuizAttempt, QuizProgress, ReadOnlyCodeEditorComponent, ReplTerminalComponent, SQLPreviewComponent, SandboxCodeEditorComponent, SandboxOutputTerminalComponent, SubContentAssessments, TerminalComponent, UntestedSubContent, VideoComponent, VideoProgress, WebBrowserComponent, Workspace } from "./ScoreSummary/types.mjs";
|
|
124
|
-
import { ScoreSummary, ScoreSummaryProps } from "./ScoreSummary/index.mjs";
|
|
125
|
-
import { SubScores, renderSubScores } from "./ScoreSummary/SubScores.mjs";
|
|
126
|
-
import { SkillPathCard, SkillPathCardProps } from "./SkillPathCard/index.mjs";
|
|
127
|
-
import { SOCIAL_SHARING_PLATFORMS, SocialMediaShare, SocialMediaSharing, SocialMediaSharingProps, createShareLink } from "./SocialMediaSharing/index.mjs";
|
|
128
|
-
import { SocialMediaSharingDropdown, SocialMediaSharingDropdownProps, onClickWrapper } from "./SocialMediaSharingDropdown/index.mjs";
|
|
129
|
-
import { Testimonial, TestimonialProps } from "./Testimonial/index.mjs";
|
|
130
|
-
import { searchWorker } from "./AppHeader/Search/SearchWorker/index.mjs";
|
|
131
|
-
import { AppHeaderSearch } from "./AppHeader/Search/types.mjs";
|
|
132
|
-
export { ALLOWED_HOSTS, AbbreviatedEventCard, AbbreviatedEventCardProps, AlertArea, AnchorRefItemType, AnonHeader, type AnonHeaderVariant, AppBar, AppBarDeprecated, AppBarProps, AppBarPropsDeprecated, AppBarSection, AppBarSectionDeprecated, AppBarSectionProps, AppBarSectionPropsDeprecated, AppFooterResourcesDataItem, AppHeader, AppHeaderAction, AppHeaderCatalogDropdownItem, AppHeaderClickHandler, AppHeaderDescriptiveLinkItem, AppHeaderDropdown, AppHeaderDropdownItem, AppHeaderDropdownProps, AppHeaderFillButtonItem, AppHeaderIconButtonItem, AppHeaderItem, AppHeaderItemWithHref, AppHeaderLink, AppHeaderLinkItem, AppHeaderLinkProps, AppHeaderLogo, AppHeaderLogoItem, AppHeaderLogoProps, AppHeaderMainMenuMobile, AppHeaderMainMenuMobileProps, AppHeaderMobile, AppHeaderMobileProps, type AppHeaderNotificationSettings, AppHeaderProfileDropdownItem, AppHeaderProps, AppHeaderRenderElementItem, AppHeaderResourcesDataItem, AppHeaderResourcesDropdownItem, AppHeaderResourcesSimpleDropdownItem, type AppHeaderSearch, AppHeaderSimpleDropdownItem, AppHeaderStrokeButtonItem, AppHeaderSubMenuMobileProps, AppHeaderSubNavMobile, AppHeaderTextButtonItem, ArticleProgress, Assessment, AssessmentAnswer, AssessmentCodeSnippet, AssessmentECA, AssessmentFillInTheCode, AssessmentMultipleChoice, Avatar, AvatarBaseProps, AvatarChooser, AvatarImageProps, AvatarProps, BackToTopAnchor, Banner, BannerProps, BannerVariant, BaseAssessment, BaseContentItem, BaseContentItemProgress, BetaSticker, Breakpoint, BreakpointMinWidths, BriefComponent, BriefProject, CVV, CardNumber, CardProps, CareerPathCard, Carousel, CertificationPathCard, CertificationPathCardProps, CoachingSessionCard, CoachingSessionCardProps, CodeChallengeNarrativeComponent, ColumnCount, ColumnCountKeys, ColumnSize, CommunityEventCard, CommunityEventCardProps, CommunityEventToast, ContainerDifficulty, ContainerDifficultyUnion, ContentDifficultyProps, ContentGroupBaseCard, ContentGroupBaseCardHeaderBackground, ContentGroupBaseCardProps, ContentItemMeta, ContentItemProgress, ContentItemResourceType, ContentItemType, ContentTestOptions, ContentType, CorrectAnswerCountsBySubContent, CountdownTimer, CourseCard, CourseCardProps, CourseDifficulty, CtaProps, Currency, CurrencySymbol, CurriculumCard, CurriculumCardProps, Description, DescriptionProps, Difficulty, DifficultyString, DifficultyVariant, DropdownButton, DropdownButtonProps, DropdownButtonRefType, EditorialImage, EditorialImageProps, EinConfig, ElementType, Elements, EmptySection, EmptySectionProps, EnrollmentStatus, EnterpriseHeader, ErrorContents, ErrorContentsProps, EventHandler, EventHandlers, ExpMonth, ExpYear, ExpoCodeEditorComponent, ExpoPreviewComponent, ExternalResourceProgress, Eyebrow, FakeResponse, FeatureList, FeatureListItem, FeaturedImage, FeaturedImageProps, Focusable, FooterTextVariantType, FormattedAppHeaderItems, FormattedMobileAppHeaderItems, FreeHeader, GlobalFooter, GlobalFooterProps, GlobalHeader, GlobalHeaderDynamicData, GlobalHeaderProps, GlobalPage, GlobalPageBackgroundColor, GlobalPageProps, GridCollapse, GridCollapseProps, HorizontalScrollMenu, HorizontalScrollMenuProps, HubCard, HubCardProps, IFeatureListProps, ImageComponent, ImageProps, InfoCard, InfoCardProps, InformationalProgress, Konamimojisplosion, KonamimojisplosionProps, LandingPageBaseProps, LayoutComponent, LayoutMenu, LayoutMenuProps, index_d_exports as LayoutMenuVariant, LearningOutcomeAssessmentScores, LearningOutcomeCard, LearningOutcomeFlyout, LearningOutcomeLevelBadge, LearningOutcomeLevels, LearningOutcomeLowAssessmentBadge, LearningOutcomeLowAssessmentDot, LearningOutcomeTile, LessonProgress, ListSection, ListSectionProps, LiveLearningHubContext, LiveLearningTestimonialItem, Loading, LoadingCurriculumCard, LoadingHeader, LoadingProps, LogErrorContext, LogoCodecademy, LogoCodecademyMini, LogoCodecademyPro, LogoCodecademyTeams, LogoFromSkillsoft, LogoLXStudio, MarketingToaster, MediaColumnsSize, MediaProps, NarrativeComponent, NavigationMenuFormattedLabel, NotFoundContent, Notification, NotificationIconSettings, NotificationItem, NotificationItemProps, NotificationList, NotificationListProps, OutputTerminalComponent, PageAlert, PageAlerts, PageAlertsContext, PageAlertsContextValue, PageAlertsProps, PageAlertsProvider, PageFaqs, PageFaqsProps, PageFeatures, PageFeaturesEnhanced, PageFeaturesEnhancedProps, PageFeaturesProps, PageFeaturesWithReferences, PageFeaturesWithReferencesProps, PageHero, PageHeroProps, PageLayoutWithSidebarMenu, PageLayoutWithSidebarMenuProps, PagePrefooter, PageSection, PageSectionProps, PageSingleFeature, PageSingleFeatureProps, PageTestimonials, PageTestimonialsProps, PageVideo, PageVideoGallery, PageVideoGalleryProps, PastDueModalContents, PastDueModalProps, PatternedContainer, PausableImage, PersistentCodeEditorComponent, PlanCard, PlanCardBanner, PlanCardProps, PlanCardTeams, PlanCardTeamsProps, PlanType, PricingSection, ProHeader, ProLabel, ProLabelProps, ProLogoAlt, ProLogoAltProps, ProductFeatureShowcase, ProgressState, ProjectChecklist, ProjectContentItem, ProjectInformation, ProjectProgress, ProjectSelfAssessment, ProjectTask, PromotedPath, QuizAttempt, QuizProgress, RatingsBar, RatingsBarProps, ReadOnlyCodeEditorComponent, RecurlyField, RecurlyFieldProps, RecurlyProvider, ReplTerminalComponent, ResourceCard, ResourceCardProps, ResourceDropdownFormattedLabel, ResourceType, RevampedBlpExperimentContext, SOCIAL_SHARING_PLATFORMS, SQLPreviewComponent, SandboxCodeEditorComponent, SandboxOutputTerminalComponent, ScoreSummary, ScoreSummaryProps, SectionButton, SectionItemLink, SectionItemLinkProps, SelectedSectionItem, SimpleBootcampHeader, SimpleHeader, SkillPathCard, SkillPathCardProps, SocialMediaShare, SocialMediaSharing, SocialMediaSharingDropdown, SocialMediaSharingDropdownProps, SocialMediaSharingProps, SubContentAssessments, SubScores, Subgrid, TagColor, TeamsHeader, TerminalComponent, Testimonial, TestimonialProps, Title, TitleProps, TitleWithEyebrow, TitleWithEyebrowProps, UntestedSubContent, User, VideoComponent, VideoProgress, WebBrowserComponent, Workspace, breakpoints, createShareLink, formatTime, getCSSFromColumnCount, getCurrencyPrefix, getCurrencySymbol, getDifficultyNumber, getLearningOutcomePath, getMediaQuery, getPathImageUrl, getTimeToCompleteDisplayAmount, getTimeToCompleteDisplayDuration, imageStyles, isAppHeaderItemWithHref, learningOutcomeLabels, miscTrackingData, onClickWrapper, pastDueErrorMessages, popularContent, popularSearchTerms, progressState, renderSubScores, searchPlaceholder, searchWorker, sortSkillsByClassification, subgridContext, titleProps, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow, useKonamimojisplosion, usePageAlertsContext, useRecurly };
|
package/dist/index.mjs
DELETED
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import { LogoCodecademy } from "./Logos/LogoCodecademy/index.mjs";
|
|
2
|
-
import { LogoCodecademyMini } from "./Logos/LogoCodecademyMini/index.mjs";
|
|
3
|
-
import { LogoCodecademyPro } from "./Logos/LogoCodecademyPro/index.mjs";
|
|
4
|
-
import { LogoCodecademyTeams } from "./Logos/LogoCodecademyTeams/index.mjs";
|
|
5
|
-
import { LogoFromSkillsoft } from "./Logos/LogoFromSkillsoft/index.mjs";
|
|
6
|
-
import { LogoLXStudio } from "./Logos/LogoLXStudio/index.mjs";
|
|
7
|
-
import { ProLabel } from "./Logos/ProLabel/index.mjs";
|
|
8
|
-
import "./Logos/index.mjs";
|
|
9
|
-
import { LayoutMenuVariant_exports } from "./LayoutMenuVariant/index.mjs";
|
|
10
|
-
import { CommunityEventCard, formatTime } from "./CommunityEventCard/index.mjs";
|
|
11
|
-
import { AbbreviatedEventCard } from "./AbbreviatedCommunityEventCard/index.mjs";
|
|
12
|
-
import { AppBar } from "./AppBar/index.mjs";
|
|
13
|
-
import { AppBarSection } from "./AppBar/AppBarSection.mjs";
|
|
14
|
-
import { AppBarDeprecated } from "./AppBarDeprecated/index.mjs";
|
|
15
|
-
import { AppBarSectionDeprecated } from "./AppBarDeprecated/AppBarSectionDeprecated.mjs";
|
|
16
|
-
import { isAppHeaderItemWithHref } from "./AppHeader/shared/types.mjs";
|
|
17
|
-
import { NotificationItem } from "./NotificationList/NotificationItem.mjs";
|
|
18
|
-
import { NotificationList } from "./NotificationList/index.mjs";
|
|
19
|
-
import { ALLOWED_HOSTS, ContentType, popularContent, popularSearchTerms, searchPlaceholder } from "./AppHeader/Search/consts.mjs";
|
|
20
|
-
import { searchWorker } from "./AppHeader/Search/SearchWorker/index.mjs";
|
|
21
|
-
import { Avatar } from "./Avatar/index.mjs";
|
|
22
|
-
import { CourseDifficulty, EnrollmentStatus } from "./ContentGroupBaseCard/types.mjs";
|
|
23
|
-
import { AppHeaderLink } from "./AppHeader/AppHeaderElements/AppHeaderLink/index.mjs";
|
|
24
|
-
import { AppHeaderDropdown } from "./AppHeader/AppHeaderElements/AppHeaderDropdown/index.mjs";
|
|
25
|
-
import { AppHeaderLogo } from "./AppHeader/AppHeaderElements/AppHeaderLogo/index.mjs";
|
|
26
|
-
import { AppHeader } from "./AppHeader/index.mjs";
|
|
27
|
-
import { AppHeaderSubNavMobile } from "./AppHeaderMobile/AppHeaderSubMenuMobile/index.mjs";
|
|
28
|
-
import { AppHeaderMainMenuMobile } from "./AppHeaderMobile/AppHeaderMainMenuMobile/index.mjs";
|
|
29
|
-
import { AppHeaderMobile } from "./AppHeaderMobile/index.mjs";
|
|
30
|
-
import { AvatarChooser } from "./AvatarChooser/index.mjs";
|
|
31
|
-
import { BackToTopAnchor } from "./BackToTopAnchor/index.mjs";
|
|
32
|
-
import { Banner } from "./Banner/index.mjs";
|
|
33
|
-
import { CountdownTimer } from "./Banner/CountdownTimer.mjs";
|
|
34
|
-
import { BetaSticker } from "./BetaSticker/index.mjs";
|
|
35
|
-
import { getPathImageUrl, getTimeToCompleteDisplayAmount, getTimeToCompleteDisplayDuration } from "./ContentGroupBaseCard/helpers.mjs";
|
|
36
|
-
import { ContentGroupBaseCard, ContentGroupBaseCardHeaderBackground } from "./ContentGroupBaseCard/index.mjs";
|
|
37
|
-
import { CareerPathCard } from "./CareerPathCard/index.mjs";
|
|
38
|
-
import { Carousel, PatternedContainer } from "./Carousel/index.mjs";
|
|
39
|
-
import { CertificationPathCard } from "./CertificationPathCard/index.mjs";
|
|
40
|
-
import { CoachingSessionCard } from "./CoachingSessionCard/index.mjs";
|
|
41
|
-
import { CommunityEventToast } from "./CommunityEventToast/index.mjs";
|
|
42
|
-
import { CourseCard } from "./CourseCard/index.mjs";
|
|
43
|
-
import { ContainerDifficulty, DifficultyString } from "./CurriculumCard/Difficulty/types.mjs";
|
|
44
|
-
import { getDifficultyNumber } from "./CurriculumCard/Difficulty/helpers.mjs";
|
|
45
|
-
import { Difficulty } from "./CurriculumCard/Difficulty/index.mjs";
|
|
46
|
-
import { CurriculumCard } from "./CurriculumCard/index.mjs";
|
|
47
|
-
import { DropdownButton } from "./DropdownButton/index.mjs";
|
|
48
|
-
import { EditorialImage } from "./EditorialImage/index.mjs";
|
|
49
|
-
import { EmptySection } from "./EmptySection/index.mjs";
|
|
50
|
-
import { NotFoundContent } from "./NotFoundContent/index.mjs";
|
|
51
|
-
import { ErrorContents } from "./ErrorContents/index.mjs";
|
|
52
|
-
import { SOCIAL_SHARING_PLATFORMS, SocialMediaSharing, createShareLink } from "./SocialMediaSharing/index.mjs";
|
|
53
|
-
import { SocialMediaSharingDropdown, onClickWrapper } from "./SocialMediaSharingDropdown/index.mjs";
|
|
54
|
-
import { GlobalFooter } from "./GlobalFooter/index.mjs";
|
|
55
|
-
import { GlobalHeader, LiveLearningHubContext, RevampedBlpExperimentContext } from "./GlobalHeader/index.mjs";
|
|
56
|
-
import { GlobalPage, LogErrorContext } from "./GlobalPage/index.mjs";
|
|
57
|
-
import { getCSSFromColumnCount } from "./Grid/getCSSFromColumnCount.mjs";
|
|
58
|
-
import { Subgrid, subgridContext } from "./Grid/Subgrid.mjs";
|
|
59
|
-
import { GridCollapse, getMediaQuery } from "./Grid/GridCollapse.mjs";
|
|
60
|
-
import "./Grid/index.mjs";
|
|
61
|
-
import { HorizontalScrollMenu } from "./HorizontalScrollMenu/index.mjs";
|
|
62
|
-
import { HubCard } from "./HubCard/index.mjs";
|
|
63
|
-
import { InfoCard } from "./InfoCard/index.mjs";
|
|
64
|
-
import { useKonamimojisplosion } from "./Konamimojisplosion/useKonamimojisplosion.mjs";
|
|
65
|
-
import { Konamimojisplosion } from "./Konamimojisplosion/Konamimojisplosion.mjs";
|
|
66
|
-
import "./Konamimojisplosion/index.mjs";
|
|
67
|
-
import { FeatureList } from "./FeatureList/index.mjs";
|
|
68
|
-
import { PausableImage, imageStyles } from "./PausableImage/index.mjs";
|
|
69
|
-
import { Description } from "./LandingPage/Description.mjs";
|
|
70
|
-
import { Title, titleProps } from "./LandingPage/Title.mjs";
|
|
71
|
-
import { TitleWithEyebrow } from "./LandingPage/TitleWithEyebrow.mjs";
|
|
72
|
-
import { FeaturedImage, PageSingleFeature } from "./LandingPage/PageSingleFeature.mjs";
|
|
73
|
-
import { PageHero } from "./LandingPage/PageHero.mjs";
|
|
74
|
-
import { PageFeatures } from "./LandingPage/PageFeatures.mjs";
|
|
75
|
-
import { PageFeaturesEnhanced } from "./LandingPage/PageFeaturesEnhanced.mjs";
|
|
76
|
-
import { PageFeaturesWithReferences } from "./LandingPage/PageFeaturesWithReferences.mjs";
|
|
77
|
-
import { PagePrefooter } from "./LandingPage/PagePrefooter.mjs";
|
|
78
|
-
import { PageVideoGallery } from "./LandingPage/PageVideoGallery.mjs";
|
|
79
|
-
import { PageTestimonials } from "./LandingPage/PageTestimonials.mjs";
|
|
80
|
-
import { PageFaqs } from "./LandingPage/PageFAQs.mjs";
|
|
81
|
-
import "./LandingPage/index.mjs";
|
|
82
|
-
import { SectionItemLink } from "./LayoutMenu/SectionItemLink.mjs";
|
|
83
|
-
import { SelectedSectionItem } from "./LayoutMenu/SelectedSectionItem.mjs";
|
|
84
|
-
import { LayoutMenu } from "./LayoutMenu/LayoutMenu.mjs";
|
|
85
|
-
import "./LayoutMenu/index.mjs";
|
|
86
|
-
import { LearningOutcomeAssessmentScores } from "./LearningOutcomeAssessmentScores/index.mjs";
|
|
87
|
-
import { LearningOutcomeLevelBadge, LearningOutcomeLevels, learningOutcomeLabels } from "./LearningOutcomeBadges/LearningOutcomeLevelBadge.mjs";
|
|
88
|
-
import { LearningOutcomeLowAssessmentBadge, LearningOutcomeLowAssessmentDot } from "./LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.mjs";
|
|
89
|
-
import "./LearningOutcomeBadges/index.mjs";
|
|
90
|
-
import { LearningOutcomeTile, progressState } from "./LearningOutcomeTile/index.mjs";
|
|
91
|
-
import { LearningOutcomeCard } from "./LearningOutcomeCard/index.mjs";
|
|
92
|
-
import { LearningOutcomeFlyout, getLearningOutcomePath, miscTrackingData, sortSkillsByClassification } from "./LearningOutcomeFlyout/index.mjs";
|
|
93
|
-
import { breakpoints, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow } from "./lib/breakpointHooks/index.mjs";
|
|
94
|
-
import { ListSection } from "./ListSection/index.mjs";
|
|
95
|
-
import { Loading } from "./Loading/index.mjs";
|
|
96
|
-
import { LoadingCurriculumCard } from "./LoadingCurriculumCard/index.mjs";
|
|
97
|
-
import { MarketingToaster } from "./MarketingToaster/index.mjs";
|
|
98
|
-
import { PageAlertsContext, PageAlertsProvider, usePageAlertsContext } from "./PageAlerts/PageAlertsProvider.mjs";
|
|
99
|
-
import { AlertArea, PageAlerts } from "./PageAlerts/PageAlerts.mjs";
|
|
100
|
-
import "./PageAlerts/index.mjs";
|
|
101
|
-
import { PageLayoutWithSidebarMenu } from "./PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.mjs";
|
|
102
|
-
import "./PageLayoutWithSidebarMenu/index.mjs";
|
|
103
|
-
import { PageSection } from "./PageSection/index.mjs";
|
|
104
|
-
import { pastDueErrorMessages } from "./PastDue/pastDueMessages.mjs";
|
|
105
|
-
import { PastDueModalContents } from "./PastDue/PastDueModalContents/index.mjs";
|
|
106
|
-
import "./PastDue/index.mjs";
|
|
107
|
-
import { Currency, CurrencySymbol, getCurrencyPrefix, getCurrencySymbol } from "./PlanCard/types.mjs";
|
|
108
|
-
import { PlanCard } from "./PlanCard/index.mjs";
|
|
109
|
-
import { PlanCardTeams } from "./PlanCardTeams/index.mjs";
|
|
110
|
-
import { PlanCardBanner } from "./PlanCard/PlanCardBanner.mjs";
|
|
111
|
-
import { PricingSection } from "./PricingSection/index.mjs";
|
|
112
|
-
import { ProductFeatureShowcase } from "./ProductFeatureShowcase/index.mjs";
|
|
113
|
-
import { ProLogoAlt } from "./ProLogoAlt/index.mjs";
|
|
114
|
-
import { RatingsBar } from "./RatingsBar/index.mjs";
|
|
115
|
-
import { RecurlyProvider, useRecurly } from "./Recurly/context/recurly/index.mjs";
|
|
116
|
-
import { Elements } from "./Recurly/context/elements/index.mjs";
|
|
117
|
-
import { CVV, CardNumber, ExpMonth, ExpYear } from "./Recurly/fields/elements.mjs";
|
|
118
|
-
import { RecurlyField } from "./Recurly/fields/RecurlyField.mjs";
|
|
119
|
-
import "./Recurly/index.mjs";
|
|
120
|
-
import { ResourceCard, ResourceType } from "./ResourceCard/index.mjs";
|
|
121
|
-
import { SubScores, renderSubScores } from "./ScoreSummary/SubScores.mjs";
|
|
122
|
-
import { ScoreSummary } from "./ScoreSummary/index.mjs";
|
|
123
|
-
import { SkillPathCard } from "./SkillPathCard/index.mjs";
|
|
124
|
-
import { Testimonial } from "./Testimonial/index.mjs";
|
|
125
|
-
|
|
126
|
-
export { ALLOWED_HOSTS, AbbreviatedEventCard, AlertArea, AppBar, AppBarDeprecated, AppBarSection, AppBarSectionDeprecated, AppHeader, AppHeaderDropdown, AppHeaderLink, AppHeaderLogo, AppHeaderMainMenuMobile, AppHeaderMobile, AppHeaderSubNavMobile, Avatar, AvatarChooser, BackToTopAnchor, Banner, BetaSticker, CVV, CardNumber, CareerPathCard, Carousel, CertificationPathCard, CoachingSessionCard, CommunityEventCard, CommunityEventToast, ContainerDifficulty, ContentGroupBaseCard, ContentGroupBaseCardHeaderBackground, ContentType, CountdownTimer, CourseCard, CourseDifficulty, Currency, CurrencySymbol, CurriculumCard, Description, Difficulty, DifficultyString, DropdownButton, EditorialImage, Elements, EmptySection, EnrollmentStatus, ErrorContents, ExpMonth, ExpYear, FeatureList, FeaturedImage, GlobalFooter, GlobalHeader, GlobalPage, GridCollapse, HorizontalScrollMenu, HubCard, InfoCard, Konamimojisplosion, LayoutMenu, LayoutMenuVariant_exports as LayoutMenuVariant, LearningOutcomeAssessmentScores, LearningOutcomeCard, LearningOutcomeFlyout, LearningOutcomeLevelBadge, LearningOutcomeLevels, LearningOutcomeLowAssessmentBadge, LearningOutcomeLowAssessmentDot, LearningOutcomeTile, ListSection, LiveLearningHubContext, Loading, LoadingCurriculumCard, LogErrorContext, LogoCodecademy, LogoCodecademyMini, LogoCodecademyPro, LogoCodecademyTeams, LogoFromSkillsoft, LogoLXStudio, MarketingToaster, NotFoundContent, NotificationItem, NotificationList, PageAlerts, PageAlertsContext, PageAlertsProvider, PageFaqs, PageFeatures, PageFeaturesEnhanced, PageFeaturesWithReferences, PageHero, PageLayoutWithSidebarMenu, PagePrefooter, PageSection, PageSingleFeature, PageTestimonials, PageVideoGallery, PastDueModalContents, PatternedContainer, PausableImage, PlanCard, PlanCardBanner, PlanCardTeams, PricingSection, ProLabel, ProLogoAlt, ProductFeatureShowcase, RatingsBar, RecurlyField, RecurlyProvider, ResourceCard, ResourceType, RevampedBlpExperimentContext, SOCIAL_SHARING_PLATFORMS, ScoreSummary, SectionItemLink, SelectedSectionItem, SkillPathCard, SocialMediaSharing, SocialMediaSharingDropdown, SubScores, Subgrid, Testimonial, Title, TitleWithEyebrow, breakpoints, createShareLink, formatTime, getCSSFromColumnCount, getCurrencyPrefix, getCurrencySymbol, getDifficultyNumber, getLearningOutcomePath, getMediaQuery, getPathImageUrl, getTimeToCompleteDisplayAmount, getTimeToCompleteDisplayDuration, imageStyles, isAppHeaderItemWithHref, learningOutcomeLabels, miscTrackingData, onClickWrapper, pastDueErrorMessages, popularContent, popularSearchTerms, progressState, renderSubScores, searchPlaceholder, searchWorker, sortSkillsByClassification, subgridContext, titleProps, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow, useKonamimojisplosion, usePageAlertsContext, useRecurly };
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
let _codecademy_gamut_styles = require("@codecademy/gamut-styles");
|
|
3
|
-
let react_use = require("react-use");
|
|
4
|
-
let lodash_mapValues = require("lodash/mapValues");
|
|
5
|
-
lodash_mapValues = require_rolldown_runtime.__toESM(lodash_mapValues);
|
|
6
|
-
|
|
7
|
-
//#region src/lib/breakpointHooks/index.ts
|
|
8
|
-
const breakpoints = (0, lodash_mapValues.default)({
|
|
9
|
-
xxs: 0,
|
|
10
|
-
..._codecademy_gamut_styles.breakpoints
|
|
11
|
-
}, (value) => parseInt(value, 10));
|
|
12
|
-
/**
|
|
13
|
-
* useBreakpoint will provide the current breakpoint to a React component.
|
|
14
|
-
*
|
|
15
|
-
* If you think you need this, make sure to think twice. It is really nice
|
|
16
|
-
* to allow your styles layer to concern itself about the appearance of a
|
|
17
|
-
* component at different screen sizes, and not have to maintain two different
|
|
18
|
-
* components that could drift from eachother. That being said, sometimes
|
|
19
|
-
* The content, layout, and/or functionality of a mobile page/component can
|
|
20
|
-
* be so different that it is non-performant or difficult to maintain the
|
|
21
|
-
* changes in only styles. For those cases where it is actually easier to maintain
|
|
22
|
-
* two components or a programatic distinction of the breakpoint, this helper
|
|
23
|
-
* exists.
|
|
24
|
-
*
|
|
25
|
-
* @deprecated
|
|
26
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
27
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
28
|
-
* @see https://web.dev/cls
|
|
29
|
-
*/ const useBreakpoint = (0, react_use.createBreakpoint)(breakpoints);
|
|
30
|
-
/**
|
|
31
|
-
* @deprecated
|
|
32
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
33
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
34
|
-
* @see https://web.dev/cls
|
|
35
|
-
*/ function useBreakpointAtOrAbove(breakpoint) {
|
|
36
|
-
return breakpoints[useBreakpoint()] >= breakpoints[breakpoint];
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated
|
|
40
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
41
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
42
|
-
* @see https://web.dev/cls
|
|
43
|
-
*/ function useBreakpointAt(breakpoint) {
|
|
44
|
-
return breakpoints[useBreakpoint()] === breakpoints[breakpoint];
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @deprecated
|
|
48
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
49
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
50
|
-
* @see https://web.dev/cls
|
|
51
|
-
*/ function useBreakpointAtOrBelow(breakpoint) {
|
|
52
|
-
return breakpoints[useBreakpoint()] <= breakpoints[breakpoint];
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
//#endregion
|
|
56
|
-
exports.breakpoints = breakpoints;
|
|
57
|
-
exports.useBreakpoint = useBreakpoint;
|
|
58
|
-
exports.useBreakpointAt = useBreakpointAt;
|
|
59
|
-
exports.useBreakpointAtOrAbove = useBreakpointAtOrAbove;
|
|
60
|
-
exports.useBreakpointAtOrBelow = useBreakpointAtOrBelow;
|
|
61
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":["breakpoints","originalBreakpoints","mapValues","createBreakpoint","xxs","value","parseInt","useBreakpoint","useBreakpointAtOrAbove","breakpoint","currentBreakpoint","useBreakpointAt","useBreakpointAtOrBelow"],"sources":["../../../src/lib/breakpointHooks/index.ts"],"sourcesContent":["import { breakpoints as originalBreakpoints } from '@codecademy/gamut-styles';\nimport mapValues from 'lodash/mapValues';\nimport { createBreakpoint } from 'react-use';\n\nexport type Breakpoint = 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';\nexport type BreakpointMinWidths = Record<Breakpoint, number>;\n\nexport const breakpoints = mapValues(\n { xxs: 0, ...originalBreakpoints },\n (value: string) => parseInt(value, 10)\n) as unknown as BreakpointMinWidths;\n\n/**\n * useBreakpoint will provide the current breakpoint to a React component.\n *\n * If you think you need this, make sure to think twice. It is really nice\n * to allow your styles layer to concern itself about the appearance of a\n * component at different screen sizes, and not have to maintain two different\n * components that could drift from eachother. That being said, sometimes\n * The content, layout, and/or functionality of a mobile page/component can\n * be so different that it is non-performant or difficult to maintain the\n * changes in only styles. For those cases where it is actually easier to maintain\n * two components or a programatic distinction of the breakpoint, this helper\n * exists.\n *\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport const useBreakpoint = createBreakpoint(\n breakpoints\n) as () => keyof typeof breakpoints;\n\n/**\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport function useBreakpointAtOrAbove(breakpoint: Breakpoint): boolean {\n const currentBreakpoint = useBreakpoint();\n return breakpoints[currentBreakpoint] >= breakpoints[breakpoint];\n}\n\n/**\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport function useBreakpointAt(breakpoint: Breakpoint): boolean {\n const currentBreakpoint = useBreakpoint();\n return breakpoints[currentBreakpoint] === breakpoints[breakpoint];\n}\n\n/**\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport function useBreakpointAtOrBelow(breakpoint: Breakpoint): boolean {\n const currentBreakpoint = useBreakpoint();\n return breakpoints[currentBreakpoint] <= breakpoints[breakpoint];\n}\n"],"mappings":";;;;;;;AAOA,MAAaA,4CACX;CAAEI,KAAK;CAAG,GAAGH;CAAoB,GAChCI,UAAkBC,SAASD,OAAO,GAAA,CAAA;;;;;;;;;;;;;;;;;;GAqBrC,MAAaE,gDACXP,YAAAA;;;;;;GASF,SAAgBQ,uBAAuBC,YAAsB;AAE3D,QAAOT,YADmBO,eAAAA,KACeP,YAAYS;;;;;;;GASvD,SAAgBE,gBAAgBF,YAAsB;AAEpD,QAAOT,YADmBO,eAAAA,MACgBP,YAAYS;;;;;;;GASxD,SAAgBG,uBAAuBH,YAAsB;AAE3D,QAAOT,YADmBO,eAAAA,KACeP,YAAYS"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
//#region src/lib/breakpointHooks/index.d.ts
|
|
2
|
-
type Breakpoint = 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
-
type BreakpointMinWidths = Record<Breakpoint, number>;
|
|
4
|
-
declare const breakpoints: BreakpointMinWidths;
|
|
5
|
-
/**
|
|
6
|
-
* useBreakpoint will provide the current breakpoint to a React component.
|
|
7
|
-
*
|
|
8
|
-
* If you think you need this, make sure to think twice. It is really nice
|
|
9
|
-
* to allow your styles layer to concern itself about the appearance of a
|
|
10
|
-
* component at different screen sizes, and not have to maintain two different
|
|
11
|
-
* components that could drift from eachother. That being said, sometimes
|
|
12
|
-
* The content, layout, and/or functionality of a mobile page/component can
|
|
13
|
-
* be so different that it is non-performant or difficult to maintain the
|
|
14
|
-
* changes in only styles. For those cases where it is actually easier to maintain
|
|
15
|
-
* two components or a programatic distinction of the breakpoint, this helper
|
|
16
|
-
* exists.
|
|
17
|
-
*
|
|
18
|
-
* @deprecated
|
|
19
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
20
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
21
|
-
* @see https://web.dev/cls
|
|
22
|
-
*/
|
|
23
|
-
declare const useBreakpoint: () => keyof typeof breakpoints;
|
|
24
|
-
/**
|
|
25
|
-
* @deprecated
|
|
26
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
27
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
28
|
-
* @see https://web.dev/cls
|
|
29
|
-
*/
|
|
30
|
-
declare function useBreakpointAtOrAbove(breakpoint: Breakpoint): boolean;
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated
|
|
33
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
34
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
35
|
-
* @see https://web.dev/cls
|
|
36
|
-
*/
|
|
37
|
-
declare function useBreakpointAt(breakpoint: Breakpoint): boolean;
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated
|
|
40
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
41
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
42
|
-
* @see https://web.dev/cls
|
|
43
|
-
*/
|
|
44
|
-
declare function useBreakpointAtOrBelow(breakpoint: Breakpoint): boolean;
|
|
45
|
-
//#endregion
|
|
46
|
-
export { Breakpoint, BreakpointMinWidths, breakpoints, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow };
|
|
47
|
-
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../../../src/lib/breakpointHooks/index.ts"],"sourcesContent":[],"mappings":";KAIY,UAAA;AAAA,KACA,mBAAA,GAAsB,MADZ,CACmB,UADnB,EAAA,MAAA,CAAA;AACV,cAEC,WAFkB,EAKf,mBALkB;AAElC;AAuBA;AAUA;AAWA;AAWA;;;;;;;;;;;;;;cAhCa,kCAEW;;;;;;;iBAQR,sBAAA,aAAmC;;;;;;;iBAWnC,eAAA,aAA4B;;;;;;;iBAW5B,sBAAA,aAAmC"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
//#region src/lib/breakpointHooks/index.d.ts
|
|
2
|
-
type Breakpoint = 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
-
type BreakpointMinWidths = Record<Breakpoint, number>;
|
|
4
|
-
declare const breakpoints: BreakpointMinWidths;
|
|
5
|
-
/**
|
|
6
|
-
* useBreakpoint will provide the current breakpoint to a React component.
|
|
7
|
-
*
|
|
8
|
-
* If you think you need this, make sure to think twice. It is really nice
|
|
9
|
-
* to allow your styles layer to concern itself about the appearance of a
|
|
10
|
-
* component at different screen sizes, and not have to maintain two different
|
|
11
|
-
* components that could drift from eachother. That being said, sometimes
|
|
12
|
-
* The content, layout, and/or functionality of a mobile page/component can
|
|
13
|
-
* be so different that it is non-performant or difficult to maintain the
|
|
14
|
-
* changes in only styles. For those cases where it is actually easier to maintain
|
|
15
|
-
* two components or a programatic distinction of the breakpoint, this helper
|
|
16
|
-
* exists.
|
|
17
|
-
*
|
|
18
|
-
* @deprecated
|
|
19
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
20
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
21
|
-
* @see https://web.dev/cls
|
|
22
|
-
*/
|
|
23
|
-
declare const useBreakpoint: () => keyof typeof breakpoints;
|
|
24
|
-
/**
|
|
25
|
-
* @deprecated
|
|
26
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
27
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
28
|
-
* @see https://web.dev/cls
|
|
29
|
-
*/
|
|
30
|
-
declare function useBreakpointAtOrAbove(breakpoint: Breakpoint): boolean;
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated
|
|
33
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
34
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
35
|
-
* @see https://web.dev/cls
|
|
36
|
-
*/
|
|
37
|
-
declare function useBreakpointAt(breakpoint: Breakpoint): boolean;
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated
|
|
40
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
41
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
42
|
-
* @see https://web.dev/cls
|
|
43
|
-
*/
|
|
44
|
-
declare function useBreakpointAtOrBelow(breakpoint: Breakpoint): boolean;
|
|
45
|
-
//#endregion
|
|
46
|
-
export { Breakpoint, BreakpointMinWidths, breakpoints, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow };
|
|
47
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/lib/breakpointHooks/index.ts"],"sourcesContent":[],"mappings":";KAIY,UAAA;AAAA,KACA,mBAAA,GAAsB,MADZ,CACmB,UADnB,EAAA,MAAA,CAAA;AACV,cAEC,WAFkB,EAKf,mBALkB;AAElC;AAuBA;AAUA;AAWA;AAWA;;;;;;;;;;;;;;cAhCa,kCAEW;;;;;;;iBAQR,sBAAA,aAAmC;;;;;;;iBAWnC,eAAA,aAA4B;;;;;;;iBAW5B,sBAAA,aAAmC"}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { breakpoints } from "@codecademy/gamut-styles";
|
|
2
|
-
import { createBreakpoint } from "react-use";
|
|
3
|
-
import mapValues from "lodash/mapValues";
|
|
4
|
-
|
|
5
|
-
//#region src/lib/breakpointHooks/index.ts
|
|
6
|
-
const breakpoints$1 = mapValues({
|
|
7
|
-
xxs: 0,
|
|
8
|
-
...breakpoints
|
|
9
|
-
}, (value) => parseInt(value, 10));
|
|
10
|
-
/**
|
|
11
|
-
* useBreakpoint will provide the current breakpoint to a React component.
|
|
12
|
-
*
|
|
13
|
-
* If you think you need this, make sure to think twice. It is really nice
|
|
14
|
-
* to allow your styles layer to concern itself about the appearance of a
|
|
15
|
-
* component at different screen sizes, and not have to maintain two different
|
|
16
|
-
* components that could drift from eachother. That being said, sometimes
|
|
17
|
-
* The content, layout, and/or functionality of a mobile page/component can
|
|
18
|
-
* be so different that it is non-performant or difficult to maintain the
|
|
19
|
-
* changes in only styles. For those cases where it is actually easier to maintain
|
|
20
|
-
* two components or a programatic distinction of the breakpoint, this helper
|
|
21
|
-
* exists.
|
|
22
|
-
*
|
|
23
|
-
* @deprecated
|
|
24
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
25
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
26
|
-
* @see https://web.dev/cls
|
|
27
|
-
*/ const useBreakpoint = createBreakpoint(breakpoints$1);
|
|
28
|
-
/**
|
|
29
|
-
* @deprecated
|
|
30
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
31
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
32
|
-
* @see https://web.dev/cls
|
|
33
|
-
*/ function useBreakpointAtOrAbove(breakpoint) {
|
|
34
|
-
return breakpoints$1[useBreakpoint()] >= breakpoints$1[breakpoint];
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @deprecated
|
|
38
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
39
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
40
|
-
* @see https://web.dev/cls
|
|
41
|
-
*/ function useBreakpointAt(breakpoint) {
|
|
42
|
-
return breakpoints$1[useBreakpoint()] === breakpoints$1[breakpoint];
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated
|
|
46
|
-
* Use Box, LayoutGrid, or other responsive Gamut components instead.
|
|
47
|
-
* JavaScript-time screen size checks are notorious for worsening page performance.
|
|
48
|
-
* @see https://web.dev/cls
|
|
49
|
-
*/ function useBreakpointAtOrBelow(breakpoint) {
|
|
50
|
-
return breakpoints$1[useBreakpoint()] <= breakpoints$1[breakpoint];
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
//#endregion
|
|
54
|
-
export { breakpoints$1 as breakpoints, useBreakpoint, useBreakpointAt, useBreakpointAtOrAbove, useBreakpointAtOrBelow };
|
|
55
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["breakpoints","originalBreakpoints","mapValues","createBreakpoint","xxs","value","parseInt","useBreakpoint","useBreakpointAtOrAbove","breakpoint","currentBreakpoint","useBreakpointAt","useBreakpointAtOrBelow"],"sources":["../../../src/lib/breakpointHooks/index.ts"],"sourcesContent":["import { breakpoints as originalBreakpoints } from '@codecademy/gamut-styles';\nimport mapValues from 'lodash/mapValues';\nimport { createBreakpoint } from 'react-use';\n\nexport type Breakpoint = 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';\nexport type BreakpointMinWidths = Record<Breakpoint, number>;\n\nexport const breakpoints = mapValues(\n { xxs: 0, ...originalBreakpoints },\n (value: string) => parseInt(value, 10)\n) as unknown as BreakpointMinWidths;\n\n/**\n * useBreakpoint will provide the current breakpoint to a React component.\n *\n * If you think you need this, make sure to think twice. It is really nice\n * to allow your styles layer to concern itself about the appearance of a\n * component at different screen sizes, and not have to maintain two different\n * components that could drift from eachother. That being said, sometimes\n * The content, layout, and/or functionality of a mobile page/component can\n * be so different that it is non-performant or difficult to maintain the\n * changes in only styles. For those cases where it is actually easier to maintain\n * two components or a programatic distinction of the breakpoint, this helper\n * exists.\n *\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport const useBreakpoint = createBreakpoint(\n breakpoints\n) as () => keyof typeof breakpoints;\n\n/**\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport function useBreakpointAtOrAbove(breakpoint: Breakpoint): boolean {\n const currentBreakpoint = useBreakpoint();\n return breakpoints[currentBreakpoint] >= breakpoints[breakpoint];\n}\n\n/**\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport function useBreakpointAt(breakpoint: Breakpoint): boolean {\n const currentBreakpoint = useBreakpoint();\n return breakpoints[currentBreakpoint] === breakpoints[breakpoint];\n}\n\n/**\n * @deprecated\n * Use Box, LayoutGrid, or other responsive Gamut components instead.\n * JavaScript-time screen size checks are notorious for worsening page performance.\n * @see https://web.dev/cls\n */\nexport function useBreakpointAtOrBelow(breakpoint: Breakpoint): boolean {\n const currentBreakpoint = useBreakpoint();\n return breakpoints[currentBreakpoint] <= breakpoints[breakpoint];\n}\n"],"mappings":";;;;;AAOA,MAAaA,gBAAcE,UACzB;CAAEE,KAAK;CAAG,GAAGH;CAAoB,GAChCI,UAAkBC,SAASD,OAAO,GAAA,CAAA;;;;;;;;;;;;;;;;;;GAqBrC,MAAaE,gBAAgBJ,iBAC3BH,cAAAA;;;;;;GASF,SAAgBQ,uBAAuBC,YAAsB;AAE3D,QAAOT,cADmBO,eAAAA,KACeP,cAAYS;;;;;;;GASvD,SAAgBE,gBAAgBF,YAAsB;AAEpD,QAAOT,cADmBO,eAAAA,MACgBP,cAAYS;;;;;;;GASxD,SAAgBG,uBAAuBH,YAAsB;AAE3D,QAAOT,cADmBO,eAAAA,KACeP,cAAYS"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
const require_index = require('../resourcesList/index.cjs');
|
|
2
|
-
|
|
3
|
-
//#region src/lib/catalogList/index.tsx
|
|
4
|
-
const liveLearningNavPanelItems = (isCoachingEnabled) => ({
|
|
5
|
-
title: "Live Learning",
|
|
6
|
-
description: "Build skills faster through live, instructor-led sessions. Get real-time feedback, stay motivated, and deepen your understanding with expert guidance.",
|
|
7
|
-
data: [{
|
|
8
|
-
id: "bootcamps",
|
|
9
|
-
href: "/bootcamps",
|
|
10
|
-
text: "Bootcamps",
|
|
11
|
-
description: "Join live virtual bootcamps that span multiple weeks and help you build real-world, in-demand skills. Led by experts, each bootcamp includes instructor support, community, professional mentorship—and comes with Codecademy Pro access.",
|
|
12
|
-
trackingTarget: "topnav_catalog_live_learning_bootcamps",
|
|
13
|
-
type: "link",
|
|
14
|
-
newTab: true,
|
|
15
|
-
badge: require_index.renderNewBadge()
|
|
16
|
-
}, {
|
|
17
|
-
id: "coaching",
|
|
18
|
-
href: "/coaching",
|
|
19
|
-
text: isCoachingEnabled ? "Coaching" : "Coaching (Coming soon)",
|
|
20
|
-
description: "Get personalized mentorship from expert coaches to accelerate your career journey. Whether you're preparing for technical interviews, exploring career options, or seeking guidance, 1:1 coaching gives you tailored support to reach your goals.",
|
|
21
|
-
trackingTarget: "topnav_catalog_live_learning_coaching",
|
|
22
|
-
type: "link",
|
|
23
|
-
newTab: true,
|
|
24
|
-
badge: require_index.renderNewBadge()
|
|
25
|
-
}]
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
//#endregion
|
|
29
|
-
exports.liveLearningNavPanelItems = liveLearningNavPanelItems;
|
|
30
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":["renderNewBadge","careerPaths","id","href","trackingTarget","text","type","liveLearningNavPanelItems","isCoachingEnabled","title","description","data","newTab","badge"],"sources":["../../../src/lib/catalogList/index.tsx"],"sourcesContent":["import {\n AppHeaderLinkItem,\n AppHeaderResourcesDataItem,\n} from '../../AppHeader/shared';\nimport { renderNewBadge } from '../resourcesList';\n\nexport const careerPaths: AppHeaderLinkItem[] = [\n {\n id: 'full-stack-engineer-career-path',\n href: '/learn/paths/full-stack-engineer-career-path',\n trackingTarget: 'topnav_catalog_career_full_stack_engineer',\n text: 'Full-Stack Engineer',\n type: 'link',\n },\n {\n id: 'back-end-engineer-career-path',\n href: '/learn/paths/back-end-engineer-career-path',\n trackingTarget: 'topnav_catalog_career_back-end-engineer',\n text: 'Back-End Engineer',\n type: 'link',\n },\n {\n id: 'ios-developer',\n href: '/learn/paths/ios-developer',\n trackingTarget: 'topnav_catalog_career_ios-developer',\n text: 'iOS Developer',\n type: 'link',\n },\n {\n id: 'front-end-engineer-career-path',\n href: '/learn/paths/front-end-engineer-career-path',\n trackingTarget: 'topnav_catalog_career_front-end-engineer',\n text: 'Front-End Engineer',\n type: 'link',\n },\n {\n id: 'computer-science',\n href: '/learn/paths/computer-science',\n trackingTarget: 'topnav_catalog_career_computer-science',\n text: 'Computer Science',\n type: 'link',\n },\n {\n id: 'data-science',\n href: '/pages/data-science-career-specializations',\n trackingTarget: 'topnav_catalog_career_data_science',\n text: 'Data Scientist',\n type: 'link',\n },\n];\n\nexport const liveLearningNavPanelItems = (\n isCoachingEnabled?: boolean\n): AppHeaderResourcesDataItem => ({\n title: 'Live Learning',\n description:\n 'Build skills faster through live, instructor-led sessions. Get real-time feedback, stay motivated, and deepen your understanding with expert guidance.',\n data: [\n {\n id: 'bootcamps',\n href: '/bootcamps',\n text: 'Bootcamps',\n description:\n 'Join live virtual bootcamps that span multiple weeks and help you build real-world, in-demand skills. Led by experts, each bootcamp includes instructor support, community, professional mentorship—and comes with Codecademy Pro access.',\n trackingTarget: 'topnav_catalog_live_learning_bootcamps',\n type: 'link',\n newTab: true,\n badge: renderNewBadge(),\n },\n {\n id: 'coaching',\n href: '/coaching',\n text: isCoachingEnabled ? 'Coaching' : 'Coaching (Coming soon)',\n description:\n \"Get personalized mentorship from expert coaches to accelerate your career journey. Whether you're preparing for technical interviews, exploring career options, or seeking guidance, 1:1 coaching gives you tailored support to reach your goals.\",\n trackingTarget: 'topnav_catalog_live_learning_coaching',\n type: 'link',\n newTab: true,\n badge: renderNewBadge(),\n },\n ],\n});\n"],"mappings":";;;AAmDA,MAAaO,6BACXC,uBACgC;CAChCC,OAAO;CACPC,aACE;CACFC,MAAM,CACJ;EACET,IAAI;EACJC,MAAM;EACNE,MAAM;EACNK,aACE;EACFN,gBAAgB;EAChBE,MAAM;EACNM,QAAQ;EACRC,OAAOb,8BAAAA;EACT,EACA;EACEE,IAAI;EACJC,MAAM;EACNE,MAAMG,oBAAoB,aAAa;EACvCE,aACE;EACFN,gBAAgB;EAChBE,MAAM;EACNM,QAAQ;EACRC,OAAOb,8BAAAA;EACT,CACD;CACH"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { renderNewBadge } from "../resourcesList/index.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/lib/catalogList/index.tsx
|
|
4
|
-
const liveLearningNavPanelItems = (isCoachingEnabled) => ({
|
|
5
|
-
title: "Live Learning",
|
|
6
|
-
description: "Build skills faster through live, instructor-led sessions. Get real-time feedback, stay motivated, and deepen your understanding with expert guidance.",
|
|
7
|
-
data: [{
|
|
8
|
-
id: "bootcamps",
|
|
9
|
-
href: "/bootcamps",
|
|
10
|
-
text: "Bootcamps",
|
|
11
|
-
description: "Join live virtual bootcamps that span multiple weeks and help you build real-world, in-demand skills. Led by experts, each bootcamp includes instructor support, community, professional mentorship—and comes with Codecademy Pro access.",
|
|
12
|
-
trackingTarget: "topnav_catalog_live_learning_bootcamps",
|
|
13
|
-
type: "link",
|
|
14
|
-
newTab: true,
|
|
15
|
-
badge: renderNewBadge()
|
|
16
|
-
}, {
|
|
17
|
-
id: "coaching",
|
|
18
|
-
href: "/coaching",
|
|
19
|
-
text: isCoachingEnabled ? "Coaching" : "Coaching (Coming soon)",
|
|
20
|
-
description: "Get personalized mentorship from expert coaches to accelerate your career journey. Whether you're preparing for technical interviews, exploring career options, or seeking guidance, 1:1 coaching gives you tailored support to reach your goals.",
|
|
21
|
-
trackingTarget: "topnav_catalog_live_learning_coaching",
|
|
22
|
-
type: "link",
|
|
23
|
-
newTab: true,
|
|
24
|
-
badge: renderNewBadge()
|
|
25
|
-
}]
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
//#endregion
|
|
29
|
-
export { liveLearningNavPanelItems };
|
|
30
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["renderNewBadge","careerPaths","id","href","trackingTarget","text","type","liveLearningNavPanelItems","isCoachingEnabled","title","description","data","newTab","badge"],"sources":["../../../src/lib/catalogList/index.tsx"],"sourcesContent":["import {\n AppHeaderLinkItem,\n AppHeaderResourcesDataItem,\n} from '../../AppHeader/shared';\nimport { renderNewBadge } from '../resourcesList';\n\nexport const careerPaths: AppHeaderLinkItem[] = [\n {\n id: 'full-stack-engineer-career-path',\n href: '/learn/paths/full-stack-engineer-career-path',\n trackingTarget: 'topnav_catalog_career_full_stack_engineer',\n text: 'Full-Stack Engineer',\n type: 'link',\n },\n {\n id: 'back-end-engineer-career-path',\n href: '/learn/paths/back-end-engineer-career-path',\n trackingTarget: 'topnav_catalog_career_back-end-engineer',\n text: 'Back-End Engineer',\n type: 'link',\n },\n {\n id: 'ios-developer',\n href: '/learn/paths/ios-developer',\n trackingTarget: 'topnav_catalog_career_ios-developer',\n text: 'iOS Developer',\n type: 'link',\n },\n {\n id: 'front-end-engineer-career-path',\n href: '/learn/paths/front-end-engineer-career-path',\n trackingTarget: 'topnav_catalog_career_front-end-engineer',\n text: 'Front-End Engineer',\n type: 'link',\n },\n {\n id: 'computer-science',\n href: '/learn/paths/computer-science',\n trackingTarget: 'topnav_catalog_career_computer-science',\n text: 'Computer Science',\n type: 'link',\n },\n {\n id: 'data-science',\n href: '/pages/data-science-career-specializations',\n trackingTarget: 'topnav_catalog_career_data_science',\n text: 'Data Scientist',\n type: 'link',\n },\n];\n\nexport const liveLearningNavPanelItems = (\n isCoachingEnabled?: boolean\n): AppHeaderResourcesDataItem => ({\n title: 'Live Learning',\n description:\n 'Build skills faster through live, instructor-led sessions. Get real-time feedback, stay motivated, and deepen your understanding with expert guidance.',\n data: [\n {\n id: 'bootcamps',\n href: '/bootcamps',\n text: 'Bootcamps',\n description:\n 'Join live virtual bootcamps that span multiple weeks and help you build real-world, in-demand skills. Led by experts, each bootcamp includes instructor support, community, professional mentorship—and comes with Codecademy Pro access.',\n trackingTarget: 'topnav_catalog_live_learning_bootcamps',\n type: 'link',\n newTab: true,\n badge: renderNewBadge(),\n },\n {\n id: 'coaching',\n href: '/coaching',\n text: isCoachingEnabled ? 'Coaching' : 'Coaching (Coming soon)',\n description:\n \"Get personalized mentorship from expert coaches to accelerate your career journey. Whether you're preparing for technical interviews, exploring career options, or seeking guidance, 1:1 coaching gives you tailored support to reach your goals.\",\n trackingTarget: 'topnav_catalog_live_learning_coaching',\n type: 'link',\n newTab: true,\n badge: renderNewBadge(),\n },\n ],\n});\n"],"mappings":";;;AAmDA,MAAaO,6BACXC,uBACgC;CAChCC,OAAO;CACPC,aACE;CACFC,MAAM,CACJ;EACET,IAAI;EACJC,MAAM;EACNE,MAAM;EACNK,aACE;EACFN,gBAAgB;EAChBE,MAAM;EACNM,QAAQ;EACRC,OAAOb,gBAAAA;EACT,EACA;EACEE,IAAI;EACJC,MAAM;EACNE,MAAMG,oBAAoB,aAAa;EACvCE,aACE;EACFN,gBAAgB;EAChBE,MAAM;EACNM,QAAQ;EACRC,OAAOb,gBAAAA;EACT,CACD;CACH"}
|