@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../../src/RatingsBar/index.tsx"],"sourcesContent":[],"mappings":";;;KAIY,eAAA;;AAAZ;AA6BA;;;;;;;cAAa,YAAY,OAAA,CAAM,GAAG"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
|
|
3
|
-
//#region src/RatingsBar/index.d.ts
|
|
4
|
-
type RatingsBarProps = {
|
|
5
|
-
/**
|
|
6
|
-
* Minimum amount of the bar to fill in visually.
|
|
7
|
-
*/
|
|
8
|
-
minimumPercent?: number;
|
|
9
|
-
/**
|
|
10
|
-
* How much of the bar to fill in, as a number in [0, 100].
|
|
11
|
-
*/
|
|
12
|
-
percent: number;
|
|
13
|
-
};
|
|
14
|
-
declare const RatingsBar: React$1.FC<RatingsBarProps>;
|
|
15
|
-
//#endregion
|
|
16
|
-
export { RatingsBar, RatingsBarProps };
|
|
17
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../src/RatingsBar/index.tsx"],"sourcesContent":[],"mappings":";;;KAIY,eAAA;;AAAZ;AA6BA;;;;;;;cAAa,YAAY,OAAA,CAAM,GAAG"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { pxRem, theme } from "@codecademy/gamut-styles";
|
|
2
|
-
import styled from "@emotion/styled";
|
|
3
|
-
import * as React$1 from "react";
|
|
4
|
-
|
|
5
|
-
//#region src/RatingsBar/index.tsx
|
|
6
|
-
const RatingsBarWrapper = /* @__PURE__ */ styled("div", {
|
|
7
|
-
target: "e10q5efj0",
|
|
8
|
-
label: "brand-RatingsBarWrapper"
|
|
9
|
-
})("border-width:", pxRem(1), ";border-style:solid;border-radius:", pxRem(80), ";background-color:", theme.colors.white, ";height:", pxRem(8), ";", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvbW9uby9tb25vL2xpYnMvdWkvYnJhbmQvc3JjL1JhdGluZ3NCYXIvaW5kZXgudHN4Iiwic291cmNlcyI6WyIvaG9tZS9ydW5uZXIvd29yay9tb25vL21vbm8vbGlicy91aS9icmFuZC9zcmMvUmF0aW5nc0Jhci9pbmRleC50c3giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcHhSZW0sIHRoZW1lIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcblxuZXhwb3J0IHR5cGUgUmF0aW5nc0JhclByb3BzID0ge1xuICAvKipcbiAgICogTWluaW11bSBhbW91bnQgb2YgdGhlIGJhciB0byBmaWxsIGluIHZpc3VhbGx5LlxuICAgKi9cbiAgbWluaW11bVBlcmNlbnQ/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIEhvdyBtdWNoIG9mIHRoZSBiYXIgdG8gZmlsbCBpbiwgYXMgYSBudW1iZXIgaW4gWzAsIDEwMF0uXG4gICAqL1xuICBwZXJjZW50OiBudW1iZXI7XG59O1xuXG5jb25zdCBSYXRpbmdzQmFyV3JhcHBlciA9IHN0eWxlZC5kaXZgXG4gIGJvcmRlci13aWR0aDogJHtweFJlbSgxKX07XG4gIGJvcmRlci1zdHlsZTogc29saWQ7XG4gIGJvcmRlci1yYWRpdXM6ICR7cHhSZW0oODApfTtcbiAgYmFja2dyb3VuZC1jb2xvcjogJHt0aGVtZS5jb2xvcnMud2hpdGV9O1xuICBoZWlnaHQ6ICR7cHhSZW0oOCl9O1xuYDtcblxuY29uc3QgQmFyID0gc3R5bGVkLmRpdmBcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGJvcmRlci1yYWRpdXM6IGluaGVyaXQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICR7dGhlbWUuY29sb3JzLnllbGxvd307XG5gO1xuXG5leHBvcnQgY29uc3QgUmF0aW5nc0JhcjogUmVhY3QuRkM8UmF0aW5nc0JhclByb3BzPiA9ICh7XG4gIG1pbmltdW1QZXJjZW50ID0gMCxcbiAgcGVyY2VudCxcbn0pID0+IHtcbiAgcmV0dXJuIChcbiAgICA8UmF0aW5nc0JhcldyYXBwZXJcbiAgICAgIHJvbGU9XCJtZXRlclwiXG4gICAgICBhcmlhLXZhbHVlbm93PXtwZXJjZW50fVxuICAgICAgYXJpYS12YWx1ZW1pbj17MH1cbiAgICAgIGFyaWEtdmFsdWVtYXg9ezEwMH1cbiAgICAgIGFyaWEtbGFiZWw9XCJyYXRpbmdzIGJhclwiXG4gICAgICBhcmlhLWxpdmU9XCJwb2xpdGVcIlxuICAgID5cbiAgICAgIDxCYXJcbiAgICAgICAgZGF0YS10ZXN0aWQ9XCJyYXRpbmdzLWJhci1iYXJcIlxuICAgICAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgZ2FtdXQvbm8taW5saW5lLXN0eWxlXG4gICAgICAgIHN0eWxlPXt7XG4gICAgICAgICAgd2lkdGg6IGAke01hdGgubWF4KG1pbmltdW1QZXJjZW50LCBwZXJjZW50KX0lYCxcbiAgICAgICAgICBib3hTaGFkb3c6IHBlcmNlbnQgPiAwID8gYCR7cHhSZW0oMC41KX0gMCAwICR7cHhSZW0oMC41KX1gIDogJ25vbmUnLFxuICAgICAgICB9fVxuICAgICAgLz5cbiAgICA8L1JhdGluZ3NCYXJXcmFwcGVyPlxuICApO1xufTtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQjBCIn0= */");
|
|
10
|
-
const Bar = /* @__PURE__ */ styled("div", {
|
|
11
|
-
target: "e10q5efj1",
|
|
12
|
-
label: "brand-Bar"
|
|
13
|
-
})("align-items:center;height:100%;display:flex;position:relative;border-radius:inherit;background-color:", theme.colors.yellow, ";", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvbW9uby9tb25vL2xpYnMvdWkvYnJhbmQvc3JjL1JhdGluZ3NCYXIvaW5kZXgudHN4Iiwic291cmNlcyI6WyIvaG9tZS9ydW5uZXIvd29yay9tb25vL21vbm8vbGlicy91aS9icmFuZC9zcmMvUmF0aW5nc0Jhci9pbmRleC50c3giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcHhSZW0sIHRoZW1lIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcblxuZXhwb3J0IHR5cGUgUmF0aW5nc0JhclByb3BzID0ge1xuICAvKipcbiAgICogTWluaW11bSBhbW91bnQgb2YgdGhlIGJhciB0byBmaWxsIGluIHZpc3VhbGx5LlxuICAgKi9cbiAgbWluaW11bVBlcmNlbnQ/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIEhvdyBtdWNoIG9mIHRoZSBiYXIgdG8gZmlsbCBpbiwgYXMgYSBudW1iZXIgaW4gWzAsIDEwMF0uXG4gICAqL1xuICBwZXJjZW50OiBudW1iZXI7XG59O1xuXG5jb25zdCBSYXRpbmdzQmFyV3JhcHBlciA9IHN0eWxlZC5kaXZgXG4gIGJvcmRlci13aWR0aDogJHtweFJlbSgxKX07XG4gIGJvcmRlci1zdHlsZTogc29saWQ7XG4gIGJvcmRlci1yYWRpdXM6ICR7cHhSZW0oODApfTtcbiAgYmFja2dyb3VuZC1jb2xvcjogJHt0aGVtZS5jb2xvcnMud2hpdGV9O1xuICBoZWlnaHQ6ICR7cHhSZW0oOCl9O1xuYDtcblxuY29uc3QgQmFyID0gc3R5bGVkLmRpdmBcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGJvcmRlci1yYWRpdXM6IGluaGVyaXQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICR7dGhlbWUuY29sb3JzLnllbGxvd307XG5gO1xuXG5leHBvcnQgY29uc3QgUmF0aW5nc0JhcjogUmVhY3QuRkM8UmF0aW5nc0JhclByb3BzPiA9ICh7XG4gIG1pbmltdW1QZXJjZW50ID0gMCxcbiAgcGVyY2VudCxcbn0pID0+IHtcbiAgcmV0dXJuIChcbiAgICA8UmF0aW5nc0JhcldyYXBwZXJcbiAgICAgIHJvbGU9XCJtZXRlclwiXG4gICAgICBhcmlhLXZhbHVlbm93PXtwZXJjZW50fVxuICAgICAgYXJpYS12YWx1ZW1pbj17MH1cbiAgICAgIGFyaWEtdmFsdWVtYXg9ezEwMH1cbiAgICAgIGFyaWEtbGFiZWw9XCJyYXRpbmdzIGJhclwiXG4gICAgICBhcmlhLWxpdmU9XCJwb2xpdGVcIlxuICAgID5cbiAgICAgIDxCYXJcbiAgICAgICAgZGF0YS10ZXN0aWQ9XCJyYXRpbmdzLWJhci1iYXJcIlxuICAgICAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgZ2FtdXQvbm8taW5saW5lLXN0eWxlXG4gICAgICAgIHN0eWxlPXt7XG4gICAgICAgICAgd2lkdGg6IGAke01hdGgubWF4KG1pbmltdW1QZXJjZW50LCBwZXJjZW50KX0lYCxcbiAgICAgICAgICBib3hTaGFkb3c6IHBlcmNlbnQgPiAwID8gYCR7cHhSZW0oMC41KX0gMCAwICR7cHhSZW0oMC41KX1gIDogJ25vbmUnLFxuICAgICAgICB9fVxuICAgICAgLz5cbiAgICA8L1JhdGluZ3NCYXJXcmFwcGVyPlxuICApO1xufTtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3QlkifQ== */");
|
|
14
|
-
const RatingsBar = ({ minimumPercent = 0, percent }) => {
|
|
15
|
-
return /* @__PURE__ */ React$1.createElement(RatingsBarWrapper, {
|
|
16
|
-
role: "meter",
|
|
17
|
-
"aria-valuenow": percent,
|
|
18
|
-
"aria-valuemin": 0,
|
|
19
|
-
"aria-valuemax": 100,
|
|
20
|
-
"aria-label": "ratings bar",
|
|
21
|
-
"aria-live": "polite"
|
|
22
|
-
}, /* @__PURE__ */ React$1.createElement(Bar, {
|
|
23
|
-
"data-testid": "ratings-bar-bar",
|
|
24
|
-
style: {
|
|
25
|
-
width: `${Math.max(minimumPercent, percent)}%`,
|
|
26
|
-
boxShadow: percent > 0 ? `${pxRem(.5)} 0 0 ${pxRem(.5)}` : "none"
|
|
27
|
-
}
|
|
28
|
-
}));
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
//#endregion
|
|
32
|
-
export { RatingsBar };
|
|
33
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["pxRem","theme","styled","React","RatingsBarWrapper","colors","white","Bar","yellow","RatingsBar","minimumPercent","percent","role","aria-valuenow","aria-valuemin","aria-valuemax","aria-label","aria-live","data-testid","style","width","Math","max","boxShadow"],"sources":["../../src/RatingsBar/index.tsx"],"sourcesContent":["import { pxRem, theme } from '@codecademy/gamut-styles';\nimport styled from '@emotion/styled';\nimport * as React from 'react';\n\nexport type RatingsBarProps = {\n /**\n * Minimum amount of the bar to fill in visually.\n */\n minimumPercent?: number;\n\n /**\n * How much of the bar to fill in, as a number in [0, 100].\n */\n percent: number;\n};\n\nconst RatingsBarWrapper = styled.div`\n border-width: ${pxRem(1)};\n border-style: solid;\n border-radius: ${pxRem(80)};\n background-color: ${theme.colors.white};\n height: ${pxRem(8)};\n`;\n\nconst Bar = styled.div`\n align-items: center;\n height: 100%;\n display: flex;\n position: relative;\n border-radius: inherit;\n background-color: ${theme.colors.yellow};\n`;\n\nexport const RatingsBar: React.FC<RatingsBarProps> = ({\n minimumPercent = 0,\n percent,\n}) => {\n return (\n <RatingsBarWrapper\n role=\"meter\"\n aria-valuenow={percent}\n aria-valuemin={0}\n aria-valuemax={100}\n aria-label=\"ratings bar\"\n aria-live=\"polite\"\n >\n <Bar\n data-testid=\"ratings-bar-bar\"\n // eslint-disable-next-line gamut/no-inline-style\n style={{\n width: `${Math.max(minimumPercent, percent)}%`,\n boxShadow: percent > 0 ? `${pxRem(0.5)} 0 0 ${pxRem(0.5)}` : 'none',\n }}\n />\n </RatingsBarWrapper>\n );\n};\n"],"mappings":";;;;;AAgBA,MAAMI,oBAAoBF,uBAAAA,OAAAA;;;oBACRF,MAAM,EAAA,EAAA,sCAELA,MAAM,GAAA,EAAA,sBACHC,MAAMI,OAAOC,OAAK,YAC5BN,MAAM,EAAA,EAAA,KAAA,0qEAAA;AAGlB,MAAMO,MAAML,uBAAAA,OAAAA;;;4GAMUD,MAAMI,OAAOG,QAAM,KAAA,0qEAAA;AAGzC,MAAaC,cAAyC,EACpDC,iBAAiB,GACjBC,cACD;AACC,QACE,wBAAA,cAACP,mBAAAA;EACCQ,MAAK;EACLC,iBAAeF;EACfG,iBAAe;EACfC,iBAAe;EACfC,cAAW;EACXC,aAAU;IAEV,wBAAA,cAACV,KAAAA;EACCW,eAAY;EAEZC,OAAO;GACLC,OAAO,GAAGC,KAAKC,IAAIZ,gBAAgBC,QAAAA,CAAS;GAC5CY,WAAWZ,UAAU,IAAI,GAAGX,MAAM,GAAA,CAAK,OAAOA,MAAM,GAAA,KAAS;GAC/D"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/Recurly/context/NoProvider.ts
|
|
3
|
-
/**
|
|
4
|
-
* A symbol used as the default value for contexts that require a provider. When
|
|
5
|
-
* calling useContext, we can throw an error if we find this symbol rather than
|
|
6
|
-
* a provided value. This is useful in cases where we want to consider null or
|
|
7
|
-
* undefined as valid provided values.
|
|
8
|
-
*/ const NO_PROVIDER = Symbol("no provider");
|
|
9
|
-
|
|
10
|
-
//#endregion
|
|
11
|
-
exports.NO_PROVIDER = NO_PROVIDER;
|
|
12
|
-
//# sourceMappingURL=NoProvider.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NoProvider.cjs","names":["NO_PROVIDER","Symbol"],"sources":["../../../src/Recurly/context/NoProvider.ts"],"sourcesContent":["/**\n * A symbol used as the default value for contexts that require a provider. When\n * calling useContext, we can throw an error if we find this symbol rather than\n * a provided value. This is useful in cases where we want to consider null or\n * undefined as valid provided values.\n */\nexport const NO_PROVIDER = Symbol('no provider');\nexport type NoProvider = typeof NO_PROVIDER;\n"],"mappings":";;;;;;;GAMA,MAAaA,cAAcC,OAAO,cAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
//#region src/Recurly/context/NoProvider.ts
|
|
2
|
-
/**
|
|
3
|
-
* A symbol used as the default value for contexts that require a provider. When
|
|
4
|
-
* calling useContext, we can throw an error if we find this symbol rather than
|
|
5
|
-
* a provided value. This is useful in cases where we want to consider null or
|
|
6
|
-
* undefined as valid provided values.
|
|
7
|
-
*/ const NO_PROVIDER = Symbol("no provider");
|
|
8
|
-
|
|
9
|
-
//#endregion
|
|
10
|
-
export { NO_PROVIDER };
|
|
11
|
-
//# sourceMappingURL=NoProvider.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NoProvider.mjs","names":["NO_PROVIDER","Symbol"],"sources":["../../../src/Recurly/context/NoProvider.ts"],"sourcesContent":["/**\n * A symbol used as the default value for contexts that require a provider. When\n * calling useContext, we can throw an error if we find this symbol rather than\n * a provided value. This is useful in cases where we want to consider null or\n * undefined as valid provided values.\n */\nexport const NO_PROVIDER = Symbol('no provider');\nexport type NoProvider = typeof NO_PROVIDER;\n"],"mappings":";;;;;;GAMA,MAAaA,cAAcC,OAAO,cAAA"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_NoProvider = require('../NoProvider.cjs');
|
|
3
|
-
const require_index = require('../recurly/index.cjs');
|
|
4
|
-
let react = require("react");
|
|
5
|
-
|
|
6
|
-
//#region src/Recurly/context/elements/index.tsx
|
|
7
|
-
const ElementCtx = /* @__PURE__ */ (0, react.createContext)(require_NoProvider.NO_PROVIDER);
|
|
8
|
-
/**
|
|
9
|
-
* A provider that provides the Elements instance via context.
|
|
10
|
-
*
|
|
11
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
12
|
-
*/ function Elements({ children }) {
|
|
13
|
-
const recurly = require_index.useRecurly({ noProviderError: "Elements must be used within a RecurlyProvider." });
|
|
14
|
-
const elements = (0, react.useMemo)(() => recurly?.Elements(), [recurly]);
|
|
15
|
-
return /* @__PURE__ */ React.createElement(ElementCtx.Provider, { value: elements }, children);
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* A hook that returns the Elements instance from context.
|
|
19
|
-
*
|
|
20
|
-
* If used outside of an Elements provider, it will throw an error.
|
|
21
|
-
*
|
|
22
|
-
* Within an Elements provider:
|
|
23
|
-
* - If used on the server, it will return undefined.
|
|
24
|
-
* - If used on the client, it will initially return undefined and then return
|
|
25
|
-
* the provided Elements instance once the Recurly library is loaded.
|
|
26
|
-
*
|
|
27
|
-
* @param options - An object to provide an alternate contextual error message
|
|
28
|
-
* to use if one tries to use this hook outside of an Elements provider.
|
|
29
|
-
*
|
|
30
|
-
* @returns The Elements instance.
|
|
31
|
-
*/ function useElements(options) {
|
|
32
|
-
const elements = (0, react.useContext)(ElementCtx);
|
|
33
|
-
if (elements === require_NoProvider.NO_PROVIDER) throw new Error(options?.noProviderError ?? "useElements must be used within a Elements provider.");
|
|
34
|
-
return elements;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
//#endregion
|
|
38
|
-
exports.Elements = Elements;
|
|
39
|
-
exports.useElements = useElements;
|
|
40
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":["createContext","useContext","useMemo","NO_PROVIDER","useRecurly","ElementCtx","Elements","children","recurly","noProviderError","elements","Provider","value","useElements","options","Error"],"sources":["../../../../src/Recurly/context/elements/index.tsx"],"sourcesContent":["import type { ElementsInstance } from '@recurly/recurly-js';\nimport { createContext, PropsWithChildren, useContext, useMemo } from 'react';\n\nimport { NO_PROVIDER, type NoProvider } from '../NoProvider';\nimport { useRecurly } from '../recurly';\n\ntype ElementCtxValue = ElementsInstance | undefined | NoProvider;\n\nconst ElementCtx = createContext<ElementCtxValue>(NO_PROVIDER);\n\n/**\n * A provider that provides the Elements instance via context.\n *\n * If used outside of a RecurlyProvider, it will throw an error.\n */\nexport function Elements({ children }: PropsWithChildren) {\n const recurly = useRecurly({\n noProviderError: 'Elements must be used within a RecurlyProvider.',\n });\n const elements = useMemo(() => recurly?.Elements(), [recurly]);\n return <ElementCtx.Provider value={elements}>{children}</ElementCtx.Provider>;\n}\n\n/**\n * A hook that returns the Elements instance from context.\n *\n * If used outside of an Elements provider, it will throw an error.\n *\n * Within an Elements provider:\n * - If used on the server, it will return undefined.\n * - If used on the client, it will initially return undefined and then return\n * the provided Elements instance once the Recurly library is loaded.\n *\n * @param options - An object to provide an alternate contextual error message\n * to use if one tries to use this hook outside of an Elements provider.\n *\n * @returns The Elements instance.\n */\nexport function useElements(options?: { noProviderError?: string }) {\n const elements = useContext(ElementCtx);\n if (elements === NO_PROVIDER) {\n throw new Error(\n options?.noProviderError ??\n 'useElements must be used within a Elements provider.'\n );\n }\n return elements;\n}\n"],"mappings":";;;;;;AAQA,MAAMK,aAAaL,yCAA+BG,+BAAAA;;;;;GAOlD,SAAgBG,SAAS,EAAEC,YAA6B;CACtD,MAAMC,UAAUJ,yBAAW,EACzBK,iBAAiB,mDACnB,CAAA;CACA,MAAMC,oCAAyBF,SAASF,UAAAA,EAAY,CAACE,QAAQ,CAAA;AAC7D,QAAO,sBAAA,cAACH,WAAWM,UAAQ,EAACC,OAAOF,YAAWH,SAAAA;;;;;;;;;;;;;;;;GAkBhD,SAAgBM,YAAYC,SAAsC;CAChE,MAAMJ,iCAAsBL,WAAAA;AAC5B,KAAIK,aAAaP,+BACf,OAAM,IAAIY,MACRD,SAASL,mBACP,uDAAA;AAGN,QAAOC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { PropsWithChildren } from "react";
|
|
2
|
-
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region src/Recurly/context/elements/index.d.ts
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* A provider that provides the Elements instance via context.
|
|
8
|
-
*
|
|
9
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
10
|
-
*/
|
|
11
|
-
declare function Elements({
|
|
12
|
-
children
|
|
13
|
-
}: PropsWithChildren): react_jsx_runtime1.JSX.Element;
|
|
14
|
-
//#endregion
|
|
15
|
-
export { Elements };
|
|
16
|
-
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../../../../src/Recurly/context/elements/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAeA;;;AAAwD,iBAAxC,QAAA,CAAwC;EAAA;AAAA,CAAA,EAAjB,iBAAiB,CAAA,EAAA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { PropsWithChildren } from "react";
|
|
2
|
-
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region src/Recurly/context/elements/index.d.ts
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* A provider that provides the Elements instance via context.
|
|
8
|
-
*
|
|
9
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
10
|
-
*/
|
|
11
|
-
declare function Elements({
|
|
12
|
-
children
|
|
13
|
-
}: PropsWithChildren): react_jsx_runtime3.JSX.Element;
|
|
14
|
-
//#endregion
|
|
15
|
-
export { Elements };
|
|
16
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../../src/Recurly/context/elements/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAeA;;;AAAwD,iBAAxC,QAAA,CAAwC;EAAA;AAAA,CAAA,EAAjB,iBAAiB,CAAA,EAAA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NO_PROVIDER } from "../NoProvider.mjs";
|
|
2
|
-
import { useRecurly } from "../recurly/index.mjs";
|
|
3
|
-
import { createContext, useContext, useMemo } from "react";
|
|
4
|
-
|
|
5
|
-
//#region src/Recurly/context/elements/index.tsx
|
|
6
|
-
const ElementCtx = /* @__PURE__ */ createContext(NO_PROVIDER);
|
|
7
|
-
/**
|
|
8
|
-
* A provider that provides the Elements instance via context.
|
|
9
|
-
*
|
|
10
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
11
|
-
*/ function Elements({ children }) {
|
|
12
|
-
const recurly = useRecurly({ noProviderError: "Elements must be used within a RecurlyProvider." });
|
|
13
|
-
const elements = useMemo(() => recurly?.Elements(), [recurly]);
|
|
14
|
-
return /* @__PURE__ */ React.createElement(ElementCtx.Provider, { value: elements }, children);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* A hook that returns the Elements instance from context.
|
|
18
|
-
*
|
|
19
|
-
* If used outside of an Elements provider, it will throw an error.
|
|
20
|
-
*
|
|
21
|
-
* Within an Elements provider:
|
|
22
|
-
* - If used on the server, it will return undefined.
|
|
23
|
-
* - If used on the client, it will initially return undefined and then return
|
|
24
|
-
* the provided Elements instance once the Recurly library is loaded.
|
|
25
|
-
*
|
|
26
|
-
* @param options - An object to provide an alternate contextual error message
|
|
27
|
-
* to use if one tries to use this hook outside of an Elements provider.
|
|
28
|
-
*
|
|
29
|
-
* @returns The Elements instance.
|
|
30
|
-
*/ function useElements(options) {
|
|
31
|
-
const elements = useContext(ElementCtx);
|
|
32
|
-
if (elements === NO_PROVIDER) throw new Error(options?.noProviderError ?? "useElements must be used within a Elements provider.");
|
|
33
|
-
return elements;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
//#endregion
|
|
37
|
-
export { Elements, useElements };
|
|
38
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["createContext","useContext","useMemo","NO_PROVIDER","useRecurly","ElementCtx","Elements","children","recurly","noProviderError","elements","Provider","value","useElements","options","Error"],"sources":["../../../../src/Recurly/context/elements/index.tsx"],"sourcesContent":["import type { ElementsInstance } from '@recurly/recurly-js';\nimport { createContext, PropsWithChildren, useContext, useMemo } from 'react';\n\nimport { NO_PROVIDER, type NoProvider } from '../NoProvider';\nimport { useRecurly } from '../recurly';\n\ntype ElementCtxValue = ElementsInstance | undefined | NoProvider;\n\nconst ElementCtx = createContext<ElementCtxValue>(NO_PROVIDER);\n\n/**\n * A provider that provides the Elements instance via context.\n *\n * If used outside of a RecurlyProvider, it will throw an error.\n */\nexport function Elements({ children }: PropsWithChildren) {\n const recurly = useRecurly({\n noProviderError: 'Elements must be used within a RecurlyProvider.',\n });\n const elements = useMemo(() => recurly?.Elements(), [recurly]);\n return <ElementCtx.Provider value={elements}>{children}</ElementCtx.Provider>;\n}\n\n/**\n * A hook that returns the Elements instance from context.\n *\n * If used outside of an Elements provider, it will throw an error.\n *\n * Within an Elements provider:\n * - If used on the server, it will return undefined.\n * - If used on the client, it will initially return undefined and then return\n * the provided Elements instance once the Recurly library is loaded.\n *\n * @param options - An object to provide an alternate contextual error message\n * to use if one tries to use this hook outside of an Elements provider.\n *\n * @returns The Elements instance.\n */\nexport function useElements(options?: { noProviderError?: string }) {\n const elements = useContext(ElementCtx);\n if (elements === NO_PROVIDER) {\n throw new Error(\n options?.noProviderError ??\n 'useElements must be used within a Elements provider.'\n );\n }\n return elements;\n}\n"],"mappings":";;;;;AAQA,MAAMK,aAAaL,8BAA+BG,YAAAA;;;;;GAOlD,SAAgBG,SAAS,EAAEC,YAA6B;CACtD,MAAMC,UAAUJ,WAAW,EACzBK,iBAAiB,mDACnB,CAAA;CACA,MAAMC,WAAWR,cAAcM,SAASF,UAAAA,EAAY,CAACE,QAAQ,CAAA;AAC7D,QAAO,sBAAA,cAACH,WAAWM,UAAQ,EAACC,OAAOF,YAAWH,SAAAA;;;;;;;;;;;;;;;;GAkBhD,SAAgBM,YAAYC,SAAsC;CAChE,MAAMJ,WAAWT,WAAWI,WAAAA;AAC5B,KAAIK,aAAaP,YACf,OAAM,IAAIY,MACRD,SAASL,mBACP,uDAAA;AAGN,QAAOC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_NoProvider = require('../NoProvider.cjs');
|
|
3
|
-
const require_loadRecurly = require('./loadRecurly.cjs');
|
|
4
|
-
let react = require("react");
|
|
5
|
-
|
|
6
|
-
//#region src/Recurly/context/recurly/index.tsx
|
|
7
|
-
const RecurlyCtx = /* @__PURE__ */ (0, react.createContext)(require_NoProvider.NO_PROVIDER);
|
|
8
|
-
/**
|
|
9
|
-
* A provider that:
|
|
10
|
-
* - loads the Recurly library
|
|
11
|
-
* - ensures that only a single instance of the library is loaded
|
|
12
|
-
* - configures the library with the provided public key
|
|
13
|
-
* - provides the library instance via context
|
|
14
|
-
*/ function RecurlyProvider({ children, ...config }) {
|
|
15
|
-
const [recurly, setRecurly] = (0, react.useState)(void 0);
|
|
16
|
-
(0, react.useEffect)(() => {
|
|
17
|
-
require_loadRecurly.loadRecurly(config)?.then(setRecurly);
|
|
18
|
-
}, []);
|
|
19
|
-
return /* @__PURE__ */ React.createElement(RecurlyCtx.Provider, { value: recurly }, children);
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* A hook that returns the Recurly instance from context.
|
|
23
|
-
*
|
|
24
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
25
|
-
*
|
|
26
|
-
* Within a RecurlyProvider:
|
|
27
|
-
* - If used on the server, it will return undefined.
|
|
28
|
-
* - If used on the client, it will initially return undefined and then return
|
|
29
|
-
* the provided Recurly instance once it is loaded.
|
|
30
|
-
*
|
|
31
|
-
* @param options - An object to provide an alternate contextual error message
|
|
32
|
-
* to use if one tries to use this hook outside of a RecurlyProvider.
|
|
33
|
-
*
|
|
34
|
-
* @returns The Recurly instance.
|
|
35
|
-
*/ function useRecurly(options) {
|
|
36
|
-
const recurly = (0, react.useContext)(RecurlyCtx);
|
|
37
|
-
if (recurly === require_NoProvider.NO_PROVIDER) throw new Error(options?.noProviderError ?? "useRecurly must be used within a RecurlyProvider");
|
|
38
|
-
return recurly;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
//#endregion
|
|
42
|
-
exports.RecurlyProvider = RecurlyProvider;
|
|
43
|
-
exports.useRecurly = useRecurly;
|
|
44
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":["createContext","useContext","useEffect","useState","NO_PROVIDER","loadRecurly","RecurlyCtx","RecurlyProvider","children","config","recurly","setRecurly","undefined","then","Provider","value","useRecurly","options","Error","noProviderError"],"sources":["../../../../src/Recurly/context/recurly/index.tsx"],"sourcesContent":["import type { Recurly } from '@recurly/recurly-js';\nimport {\n createContext,\n PropsWithChildren,\n useContext,\n useEffect,\n useState,\n} from 'react';\n\nimport { NO_PROVIDER, type NoProvider } from '../NoProvider';\nimport { loadRecurly, RecurlyConfig } from './loadRecurly';\n\ntype RecurlyCtxValue = Recurly | undefined | NoProvider;\n\nconst RecurlyCtx = createContext<RecurlyCtxValue>(NO_PROVIDER);\n\nexport type RecurlyProviderProps = PropsWithChildren<RecurlyConfig>;\n\n/**\n * A provider that:\n * - loads the Recurly library\n * - ensures that only a single instance of the library is loaded\n * - configures the library with the provided public key\n * - provides the library instance via context\n */\nexport function RecurlyProvider({ children, ...config }: RecurlyProviderProps) {\n const [recurly, setRecurly] = useState<Recurly | undefined>(undefined);\n\n useEffect(() => {\n loadRecurly(config)?.then(setRecurly);\n // Exclude `config` dependency as it should be treated as static.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n return <RecurlyCtx.Provider value={recurly}>{children}</RecurlyCtx.Provider>;\n}\n\n/**\n * A hook that returns the Recurly instance from context.\n *\n * If used outside of a RecurlyProvider, it will throw an error.\n *\n * Within a RecurlyProvider:\n * - If used on the server, it will return undefined.\n * - If used on the client, it will initially return undefined and then return\n * the provided Recurly instance once it is loaded.\n *\n * @param options - An object to provide an alternate contextual error message\n * to use if one tries to use this hook outside of a RecurlyProvider.\n *\n * @returns The Recurly instance.\n */\nexport function useRecurly(options?: { noProviderError?: string }) {\n const recurly = useContext(RecurlyCtx);\n if (recurly === NO_PROVIDER) {\n throw new Error(\n options?.noProviderError ??\n 'useRecurly must be used within a RecurlyProvider'\n );\n }\n return recurly;\n}\n"],"mappings":";;;;;;AAcA,MAAMM,aAAaN,yCAA+BI,+BAAAA;;;;;;;GAWlD,SAAgBG,gBAAgB,EAAEC,UAAU,GAAGC,UAA8B;CAC3E,MAAM,CAACC,SAASC,kCAA4CC,OAAAA;AAE5DV,4BAAU;AACRG,kCAAYI,OAAAA,EAASI,KAAKF,WAAAA;IAGzB,EAAE,CAAA;AAEL,QAAO,sBAAA,cAACL,WAAWQ,UAAQ,EAACC,OAAOL,WAAUF,SAAAA;;;;;;;;;;;;;;;;GAkB/C,SAAgBQ,WAAWC,SAAsC;CAC/D,MAAMP,gCAAqBJ,WAAAA;AAC3B,KAAII,YAAYN,+BACd,OAAM,IAAIc,MACRD,SAASE,mBACP,mDAAA;AAGN,QAAOT"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { RecurlyConfig } from "./loadRecurly.cjs";
|
|
2
|
-
import { PropsWithChildren } from "react";
|
|
3
|
-
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
4
|
-
import { Recurly } from "@recurly/recurly-js";
|
|
5
|
-
|
|
6
|
-
//#region src/Recurly/context/recurly/index.d.ts
|
|
7
|
-
type RecurlyProviderProps = PropsWithChildren<RecurlyConfig>;
|
|
8
|
-
/**
|
|
9
|
-
* A provider that:
|
|
10
|
-
* - loads the Recurly library
|
|
11
|
-
* - ensures that only a single instance of the library is loaded
|
|
12
|
-
* - configures the library with the provided public key
|
|
13
|
-
* - provides the library instance via context
|
|
14
|
-
*/
|
|
15
|
-
declare function RecurlyProvider({
|
|
16
|
-
children,
|
|
17
|
-
...config
|
|
18
|
-
}: RecurlyProviderProps): react_jsx_runtime2.JSX.Element;
|
|
19
|
-
/**
|
|
20
|
-
* A hook that returns the Recurly instance from context.
|
|
21
|
-
*
|
|
22
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
23
|
-
*
|
|
24
|
-
* Within a RecurlyProvider:
|
|
25
|
-
* - If used on the server, it will return undefined.
|
|
26
|
-
* - If used on the client, it will initially return undefined and then return
|
|
27
|
-
* the provided Recurly instance once it is loaded.
|
|
28
|
-
*
|
|
29
|
-
* @param options - An object to provide an alternate contextual error message
|
|
30
|
-
* to use if one tries to use this hook outside of a RecurlyProvider.
|
|
31
|
-
*
|
|
32
|
-
* @returns The Recurly instance.
|
|
33
|
-
*/
|
|
34
|
-
declare function useRecurly(options?: {
|
|
35
|
-
noProviderError?: string;
|
|
36
|
-
}): Recurly | undefined;
|
|
37
|
-
//#endregion
|
|
38
|
-
export { RecurlyProvider, useRecurly };
|
|
39
|
-
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../../../../src/Recurly/context/recurly/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAgBY,oBAAA,GAAuB,kBAAkB;;;AAArD;AASA;;;;AAA6E,iBAA7D,eAAA,CAA6D;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAApB,oBAAoB,CAAA,EAAA,kBAAA,CAAA,GAAA,CAAA,OAAA;AA2B7E;;;;;;;;;;;;;;;iBAAgB,UAAA;;IAAiD"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { RecurlyConfig } from "./loadRecurly.mjs";
|
|
2
|
-
import { PropsWithChildren } from "react";
|
|
3
|
-
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
4
|
-
import { Recurly } from "@recurly/recurly-js";
|
|
5
|
-
|
|
6
|
-
//#region src/Recurly/context/recurly/index.d.ts
|
|
7
|
-
type RecurlyProviderProps = PropsWithChildren<RecurlyConfig>;
|
|
8
|
-
/**
|
|
9
|
-
* A provider that:
|
|
10
|
-
* - loads the Recurly library
|
|
11
|
-
* - ensures that only a single instance of the library is loaded
|
|
12
|
-
* - configures the library with the provided public key
|
|
13
|
-
* - provides the library instance via context
|
|
14
|
-
*/
|
|
15
|
-
declare function RecurlyProvider({
|
|
16
|
-
children,
|
|
17
|
-
...config
|
|
18
|
-
}: RecurlyProviderProps): react_jsx_runtime4.JSX.Element;
|
|
19
|
-
/**
|
|
20
|
-
* A hook that returns the Recurly instance from context.
|
|
21
|
-
*
|
|
22
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
23
|
-
*
|
|
24
|
-
* Within a RecurlyProvider:
|
|
25
|
-
* - If used on the server, it will return undefined.
|
|
26
|
-
* - If used on the client, it will initially return undefined and then return
|
|
27
|
-
* the provided Recurly instance once it is loaded.
|
|
28
|
-
*
|
|
29
|
-
* @param options - An object to provide an alternate contextual error message
|
|
30
|
-
* to use if one tries to use this hook outside of a RecurlyProvider.
|
|
31
|
-
*
|
|
32
|
-
* @returns The Recurly instance.
|
|
33
|
-
*/
|
|
34
|
-
declare function useRecurly(options?: {
|
|
35
|
-
noProviderError?: string;
|
|
36
|
-
}): Recurly | undefined;
|
|
37
|
-
//#endregion
|
|
38
|
-
export { RecurlyProvider, RecurlyProviderProps, useRecurly };
|
|
39
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../../src/Recurly/context/recurly/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAgBY,oBAAA,GAAuB,kBAAkB;;;AAArD;AASA;;;;AAA6E,iBAA7D,eAAA,CAA6D;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAApB,oBAAoB,CAAA,EAAA,kBAAA,CAAA,GAAA,CAAA,OAAA;AA2B7E;;;;;;;;;;;;;;;iBAAgB,UAAA;;IAAiD"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { NO_PROVIDER } from "../NoProvider.mjs";
|
|
2
|
-
import { loadRecurly } from "./loadRecurly.mjs";
|
|
3
|
-
import { createContext, useContext, useEffect, useState } from "react";
|
|
4
|
-
|
|
5
|
-
//#region src/Recurly/context/recurly/index.tsx
|
|
6
|
-
const RecurlyCtx = /* @__PURE__ */ createContext(NO_PROVIDER);
|
|
7
|
-
/**
|
|
8
|
-
* A provider that:
|
|
9
|
-
* - loads the Recurly library
|
|
10
|
-
* - ensures that only a single instance of the library is loaded
|
|
11
|
-
* - configures the library with the provided public key
|
|
12
|
-
* - provides the library instance via context
|
|
13
|
-
*/ function RecurlyProvider({ children, ...config }) {
|
|
14
|
-
const [recurly, setRecurly] = useState(void 0);
|
|
15
|
-
useEffect(() => {
|
|
16
|
-
loadRecurly(config)?.then(setRecurly);
|
|
17
|
-
}, []);
|
|
18
|
-
return /* @__PURE__ */ React.createElement(RecurlyCtx.Provider, { value: recurly }, children);
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* A hook that returns the Recurly instance from context.
|
|
22
|
-
*
|
|
23
|
-
* If used outside of a RecurlyProvider, it will throw an error.
|
|
24
|
-
*
|
|
25
|
-
* Within a RecurlyProvider:
|
|
26
|
-
* - If used on the server, it will return undefined.
|
|
27
|
-
* - If used on the client, it will initially return undefined and then return
|
|
28
|
-
* the provided Recurly instance once it is loaded.
|
|
29
|
-
*
|
|
30
|
-
* @param options - An object to provide an alternate contextual error message
|
|
31
|
-
* to use if one tries to use this hook outside of a RecurlyProvider.
|
|
32
|
-
*
|
|
33
|
-
* @returns The Recurly instance.
|
|
34
|
-
*/ function useRecurly(options) {
|
|
35
|
-
const recurly = useContext(RecurlyCtx);
|
|
36
|
-
if (recurly === NO_PROVIDER) throw new Error(options?.noProviderError ?? "useRecurly must be used within a RecurlyProvider");
|
|
37
|
-
return recurly;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
//#endregion
|
|
41
|
-
export { RecurlyProvider, useRecurly };
|
|
42
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["createContext","useContext","useEffect","useState","NO_PROVIDER","loadRecurly","RecurlyCtx","RecurlyProvider","children","config","recurly","setRecurly","undefined","then","Provider","value","useRecurly","options","Error","noProviderError"],"sources":["../../../../src/Recurly/context/recurly/index.tsx"],"sourcesContent":["import type { Recurly } from '@recurly/recurly-js';\nimport {\n createContext,\n PropsWithChildren,\n useContext,\n useEffect,\n useState,\n} from 'react';\n\nimport { NO_PROVIDER, type NoProvider } from '../NoProvider';\nimport { loadRecurly, RecurlyConfig } from './loadRecurly';\n\ntype RecurlyCtxValue = Recurly | undefined | NoProvider;\n\nconst RecurlyCtx = createContext<RecurlyCtxValue>(NO_PROVIDER);\n\nexport type RecurlyProviderProps = PropsWithChildren<RecurlyConfig>;\n\n/**\n * A provider that:\n * - loads the Recurly library\n * - ensures that only a single instance of the library is loaded\n * - configures the library with the provided public key\n * - provides the library instance via context\n */\nexport function RecurlyProvider({ children, ...config }: RecurlyProviderProps) {\n const [recurly, setRecurly] = useState<Recurly | undefined>(undefined);\n\n useEffect(() => {\n loadRecurly(config)?.then(setRecurly);\n // Exclude `config` dependency as it should be treated as static.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n return <RecurlyCtx.Provider value={recurly}>{children}</RecurlyCtx.Provider>;\n}\n\n/**\n * A hook that returns the Recurly instance from context.\n *\n * If used outside of a RecurlyProvider, it will throw an error.\n *\n * Within a RecurlyProvider:\n * - If used on the server, it will return undefined.\n * - If used on the client, it will initially return undefined and then return\n * the provided Recurly instance once it is loaded.\n *\n * @param options - An object to provide an alternate contextual error message\n * to use if one tries to use this hook outside of a RecurlyProvider.\n *\n * @returns The Recurly instance.\n */\nexport function useRecurly(options?: { noProviderError?: string }) {\n const recurly = useContext(RecurlyCtx);\n if (recurly === NO_PROVIDER) {\n throw new Error(\n options?.noProviderError ??\n 'useRecurly must be used within a RecurlyProvider'\n );\n }\n return recurly;\n}\n"],"mappings":";;;;;AAcA,MAAMM,aAAaN,8BAA+BI,YAAAA;;;;;;;GAWlD,SAAgBG,gBAAgB,EAAEC,UAAU,GAAGC,UAA8B;CAC3E,MAAM,CAACC,SAASC,cAAcR,SAA8BS,OAAAA;AAE5DV,iBAAU;AACRG,cAAYI,OAAAA,EAASI,KAAKF,WAAAA;IAGzB,EAAE,CAAA;AAEL,QAAO,sBAAA,cAACL,WAAWQ,UAAQ,EAACC,OAAOL,WAAUF,SAAAA;;;;;;;;;;;;;;;;GAkB/C,SAAgBQ,WAAWC,SAAsC;CAC/D,MAAMP,UAAUT,WAAWK,WAAAA;AAC3B,KAAII,YAAYN,YACd,OAAM,IAAIc,MACRD,SAASE,mBACP,mDAAA;AAGN,QAAOT"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
const require_w = require('./w.cjs');
|
|
2
|
-
|
|
3
|
-
//#region src/Recurly/context/recurly/loadRecurly.ts
|
|
4
|
-
function loadRecurly(config) {
|
|
5
|
-
if (require_w.w && require_w.w._recurlyPromise) require_w.w._recurlyPromise = new Promise((resolve) => {
|
|
6
|
-
const script = require_w.w.document.createElement("script");
|
|
7
|
-
script.src = "https://js.recurly.com/v4/recurly.js";
|
|
8
|
-
script.async = true;
|
|
9
|
-
script.onload = () => {
|
|
10
|
-
const { recurly } = require_w.w;
|
|
11
|
-
if (!recurly) throw new Error("Recurly was not loaded by recurly.js");
|
|
12
|
-
recurly.configure(config);
|
|
13
|
-
resolve(recurly);
|
|
14
|
-
};
|
|
15
|
-
require_w.w.document.head.appendChild(script);
|
|
16
|
-
});
|
|
17
|
-
return require_w.w?._recurlyPromise;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
exports.loadRecurly = loadRecurly;
|
|
22
|
-
//# sourceMappingURL=loadRecurly.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadRecurly.cjs","names":["w","loadRecurly","config","_recurlyPromise","Promise","resolve","script","document","createElement","src","async","onload","recurly","Error","configure","head","appendChild"],"sources":["../../../../src/Recurly/context/recurly/loadRecurly.ts"],"sourcesContent":["import type { Recurly } from '@recurly/recurly-js';\n\nimport { w } from './w';\n\nexport type RecurlyConfig = {\n publicKey: string;\n required: string[];\n};\n\nexport function loadRecurly(config: RecurlyConfig) {\n if (w && w._recurlyPromise) {\n w._recurlyPromise = new Promise<Recurly>((resolve) => {\n const script = (w as Window).document.createElement('script');\n script.src = 'https://js.recurly.com/v4/recurly.js';\n script.async = true;\n script.onload = () => {\n const { recurly } = w as Window;\n if (!recurly) {\n throw new Error('Recurly was not loaded by recurly.js');\n }\n recurly.configure(config);\n resolve(recurly);\n };\n (w as Window).document.head.appendChild(script);\n });\n }\n return w?._recurlyPromise;\n}\n"],"mappings":";;;AASA,SAAgBC,YAAYC,QAAqB;AAC/C,KAAIF,eAAKA,YAAEG,gBACTH,aAAEG,kBAAkB,IAAIC,SAAkBC,YAAAA;EACxC,MAAMC,SAAS,YAAcC,SAASC,cAAc,SAAA;AACpDF,SAAOG,MAAM;AACbH,SAAOI,QAAQ;AACfJ,SAAOK,eAAS;GACd,MAAM,EAAEC,YAAYZ;AACpB,OAAI,CAACY,QACH,OAAM,IAAIC,MAAM,uCAAA;AAElBD,WAAQE,UAAUZ,OAAAA;AAClBG,WAAQO,QAAAA;;AAETZ,cAAaO,SAASQ,KAAKC,YAAYV,OAAAA;GAC1C;AAEF,QAAON,aAAGG"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Recurly } from "@recurly/recurly-js";
|
|
2
|
-
|
|
3
|
-
//#region src/Recurly/context/recurly/loadRecurly.d.ts
|
|
4
|
-
type RecurlyConfig = {
|
|
5
|
-
publicKey: string;
|
|
6
|
-
required: string[];
|
|
7
|
-
};
|
|
8
|
-
//#endregion
|
|
9
|
-
export { RecurlyConfig };
|
|
10
|
-
//# sourceMappingURL=loadRecurly.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadRecurly.d.cts","names":[],"sources":["../../../../src/Recurly/context/recurly/loadRecurly.ts"],"sourcesContent":[],"mappings":";;;KAIY,aAAA;;EAAA,QAAA,EAAA,MAAa,EAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Recurly } from "@recurly/recurly-js";
|
|
2
|
-
|
|
3
|
-
//#region src/Recurly/context/recurly/loadRecurly.d.ts
|
|
4
|
-
type RecurlyConfig = {
|
|
5
|
-
publicKey: string;
|
|
6
|
-
required: string[];
|
|
7
|
-
};
|
|
8
|
-
//#endregion
|
|
9
|
-
export { RecurlyConfig };
|
|
10
|
-
//# sourceMappingURL=loadRecurly.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadRecurly.d.mts","names":[],"sources":["../../../../src/Recurly/context/recurly/loadRecurly.ts"],"sourcesContent":[],"mappings":";;;KAIY,aAAA;;EAAA,QAAA,EAAA,MAAa,EAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { w } from "./w.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/Recurly/context/recurly/loadRecurly.ts
|
|
4
|
-
function loadRecurly(config) {
|
|
5
|
-
if (w && w._recurlyPromise) w._recurlyPromise = new Promise((resolve) => {
|
|
6
|
-
const script = w.document.createElement("script");
|
|
7
|
-
script.src = "https://js.recurly.com/v4/recurly.js";
|
|
8
|
-
script.async = true;
|
|
9
|
-
script.onload = () => {
|
|
10
|
-
const { recurly } = w;
|
|
11
|
-
if (!recurly) throw new Error("Recurly was not loaded by recurly.js");
|
|
12
|
-
recurly.configure(config);
|
|
13
|
-
resolve(recurly);
|
|
14
|
-
};
|
|
15
|
-
w.document.head.appendChild(script);
|
|
16
|
-
});
|
|
17
|
-
return w?._recurlyPromise;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
21
|
-
export { loadRecurly };
|
|
22
|
-
//# sourceMappingURL=loadRecurly.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadRecurly.mjs","names":["w","loadRecurly","config","_recurlyPromise","Promise","resolve","script","document","createElement","src","async","onload","recurly","Error","configure","head","appendChild"],"sources":["../../../../src/Recurly/context/recurly/loadRecurly.ts"],"sourcesContent":["import type { Recurly } from '@recurly/recurly-js';\n\nimport { w } from './w';\n\nexport type RecurlyConfig = {\n publicKey: string;\n required: string[];\n};\n\nexport function loadRecurly(config: RecurlyConfig) {\n if (w && w._recurlyPromise) {\n w._recurlyPromise = new Promise<Recurly>((resolve) => {\n const script = (w as Window).document.createElement('script');\n script.src = 'https://js.recurly.com/v4/recurly.js';\n script.async = true;\n script.onload = () => {\n const { recurly } = w as Window;\n if (!recurly) {\n throw new Error('Recurly was not loaded by recurly.js');\n }\n recurly.configure(config);\n resolve(recurly);\n };\n (w as Window).document.head.appendChild(script);\n });\n }\n return w?._recurlyPromise;\n}\n"],"mappings":";;;AASA,SAAgBC,YAAYC,QAAqB;AAC/C,KAAIF,KAAKA,EAAEG,gBACTH,GAAEG,kBAAkB,IAAIC,SAAkBC,YAAAA;EACxC,MAAMC,SAAS,EAAcC,SAASC,cAAc,SAAA;AACpDF,SAAOG,MAAM;AACbH,SAAOI,QAAQ;AACfJ,SAAOK,eAAS;GACd,MAAM,EAAEC,YAAYZ;AACpB,OAAI,CAACY,QACH,OAAM,IAAIC,MAAM,uCAAA;AAElBD,WAAQE,UAAUZ,OAAAA;AAClBG,WAAQO,QAAAA;;AAETZ,IAAaO,SAASQ,KAAKC,YAAYV,OAAAA;GAC1C;AAEF,QAAON,GAAGG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"w.cjs","names":["w","window","undefined"],"sources":["../../../../src/Recurly/context/recurly/w.ts"],"sourcesContent":["import type { Recurly } from '@recurly/recurly-js';\n\n// By importing/exporting w as a window object, we can easily mock it in tests.\n\ntype Doc = {\n createElement: Document['createElement'];\n head: {\n appendChild: Document['head']['appendChild'];\n };\n};\n\nexport type W = {\n recurly?: Recurly;\n _recurlyPromise?: Promise<Recurly>;\n document: Doc;\n};\n\n// Exported for easy mocking\nexport const w = typeof window === 'undefined' ? undefined : (window as W);\n"],"mappings":";;AAkBA,MAAaA,IAAI,OAAOC,WAAW,cAAcC,SAAaD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"w.mjs","names":["w","window","undefined"],"sources":["../../../../src/Recurly/context/recurly/w.ts"],"sourcesContent":["import type { Recurly } from '@recurly/recurly-js';\n\n// By importing/exporting w as a window object, we can easily mock it in tests.\n\ntype Doc = {\n createElement: Document['createElement'];\n head: {\n appendChild: Document['head']['appendChild'];\n };\n};\n\nexport type W = {\n recurly?: Recurly;\n _recurlyPromise?: Promise<Recurly>;\n document: Doc;\n};\n\n// Exported for easy mocking\nexport const w = typeof window === 'undefined' ? undefined : (window as W);\n"],"mappings":";AAkBA,MAAaA,IAAI,OAAOC,WAAW,cAAcC,SAAaD"}
|