@codecademy/brand 3.40.1-alpha.db88c958d7.0 → 4.0.0-alpha.14deb86052.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.cjs +89 -0
- package/dist/AbbreviatedCommunityEventCard/index.d.cts +11 -0
- package/dist/AbbreviatedCommunityEventCard/index.d.ts +10 -7
- package/dist/AbbreviatedCommunityEventCard/index.js +86 -98
- package/dist/AppBar/AppBarSection.cjs +40 -0
- package/dist/AppBar/AppBarSection.d.cts +15 -0
- package/dist/AppBar/AppBarSection.d.ts +15 -10
- package/dist/AppBar/AppBarSection.js +35 -39
- package/dist/AppBar/index.cjs +22 -0
- package/dist/AppBar/index.d.cts +13 -0
- package/dist/AppBar/index.d.ts +12 -8
- package/dist/AppBar/index.js +20 -20
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.cjs +26 -0
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.cts +18 -0
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.d.ts +13 -9
- package/dist/AppBarDeprecated/AppBarSectionDeprecated.js +21 -23
- package/dist/AppBarDeprecated/index.cjs +27 -0
- package/dist/AppBarDeprecated/index.d.cts +18 -0
- package/dist/AppBarDeprecated/index.d.ts +13 -9
- package/dist/AppBarDeprecated/index.js +22 -24
- package/dist/AppBarDeprecated/styles/index.module.cjs +5 -0
- package/dist/AppBarDeprecated/styles/index.module.js +5 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.cjs +134 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.js +132 -109
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.cjs +300 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.js +288 -336
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.cjs +274 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.js +270 -226
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.cjs +110 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.cts +8 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.d.ts +9 -5
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/index.js +107 -123
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.cjs +114 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.js +112 -124
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.cjs +97 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.cts +16 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.d.ts +16 -11
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdown/index.js +94 -113
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.cjs +36 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.js +29 -27
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.cjs +61 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.js +59 -56
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.cjs +59 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.cts +56 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.ts +53 -44
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.js +56 -70
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.cjs +34 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.js +32 -36
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.cjs +44 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.js +41 -59
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.cjs +26 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.js +23 -32
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.cjs +53 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.cts +10 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.d.ts +10 -5
- package/dist/AppHeader/AppHeaderElements/AppHeaderLogo/index.js +49 -55
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.cjs +85 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.js +80 -86
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.cjs +80 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.js +76 -101
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.cjs +25 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.js +20 -17
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.cjs +118 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.js +110 -131
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.cjs +341 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.js +335 -291
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.cjs +105 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.cts +8 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.d.ts +9 -5
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/index.js +102 -118
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.cjs +18 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.js +15 -10
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.cjs +85 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.js +83 -89
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.cjs +51 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.js +49 -61
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.cjs +105 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.js +98 -125
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.cjs +84 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.js +83 -81
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.cjs +179 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.js +168 -118
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.cjs +119 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.js +117 -145
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.cjs +55 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.js +53 -65
- package/dist/AppHeader/Search/DefaultResults.cjs +105 -0
- package/dist/AppHeader/Search/DefaultResults.js +101 -111
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.cjs +70 -0
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.js +68 -79
- package/dist/AppHeader/Search/SearchButton.cjs +50 -0
- package/dist/AppHeader/Search/SearchButton.js +46 -71
- package/dist/AppHeader/Search/SearchPane.cjs +482 -0
- package/dist/AppHeader/Search/SearchPane.js +472 -595
- package/dist/AppHeader/Search/SearchTrackingProvider/index.cjs +32 -0
- package/dist/AppHeader/Search/SearchTrackingProvider/index.js +26 -23
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.cjs +43 -0
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.js +43 -35
- package/dist/AppHeader/Search/SearchWorker/index.cjs +24 -0
- package/dist/AppHeader/Search/SearchWorker/index.d.cts +10 -0
- package/dist/AppHeader/Search/SearchWorker/index.d.ts +9 -4
- package/dist/AppHeader/Search/SearchWorker/index.js +23 -23
- package/dist/AppHeader/Search/SearchWorker/src.cjs +159 -0
- package/dist/AppHeader/Search/SearchWorker/src.js +153 -305
- package/dist/AppHeader/Search/SearchWorker/types.cjs +10 -0
- package/dist/AppHeader/Search/SearchWorker/types.d.cts +30 -0
- package/dist/AppHeader/Search/SearchWorker/types.d.ts +23 -30
- package/dist/AppHeader/Search/SearchWorker/types.js +9 -5
- package/dist/AppHeader/Search/SearchWorker/worker.cjs +26 -0
- package/dist/AppHeader/Search/SearchWorker/worker.js +24 -29
- package/dist/AppHeader/Search/consts.cjs +68 -0
- package/dist/AppHeader/Search/consts.d.cts +26 -0
- package/dist/AppHeader/Search/consts.d.ts +23 -20
- package/dist/AppHeader/Search/consts.js +62 -39
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.cjs +17 -0
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.js +16 -14
- package/dist/AppHeader/Search/safelyRedirect.cjs +39 -0
- package/dist/AppHeader/Search/safelyRedirect.js +32 -42
- package/dist/AppHeader/Search/types.d.cts +14 -0
- package/dist/AppHeader/Search/types.d.ts +11 -19
- package/dist/AppHeader/Search/useHeaderSearch.cjs +39 -0
- package/dist/AppHeader/Search/useHeaderSearch.js +38 -40
- package/dist/AppHeader/index.cjs +97 -0
- package/dist/AppHeader/index.d.cts +28 -0
- package/dist/AppHeader/index.d.ts +28 -22
- package/dist/AppHeader/index.js +90 -98
- package/dist/AppHeader/shared/elements.cjs +172 -0
- package/dist/AppHeader/shared/elements.d.ts +9 -90
- package/dist/AppHeader/shared/elements.js +152 -243
- package/dist/AppHeader/shared/index.d.ts +4 -4
- package/dist/AppHeader/shared/keyboardNav.cjs +67 -0
- package/dist/AppHeader/shared/keyboardNav.d.ts +1 -23
- package/dist/AppHeader/shared/keyboardNav.js +63 -65
- package/dist/AppHeader/shared/mockAppHeaderItems.d.ts +1 -2
- package/dist/AppHeader/shared/types.cjs +6 -0
- package/dist/AppHeader/shared/types.d.cts +111 -0
- package/dist/AppHeader/shared/types.d.ts +108 -105
- package/dist/AppHeader/shared/types.js +5 -1
- package/dist/AppHeader/shared/utils.cjs +85 -0
- package/dist/AppHeader/shared/utils.js +84 -100
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.cjs +126 -0
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.cts +12 -0
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.d.ts +12 -7
- package/dist/AppHeaderMobile/AppHeaderMainMenuMobile/index.js +121 -140
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.cjs +29 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.js +26 -30
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.cjs +110 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.cts +12 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.d.ts +11 -7
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/index.js +105 -122
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.cjs +61 -0
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.js +58 -60
- package/dist/AppHeaderMobile/index.cjs +194 -0
- package/dist/AppHeaderMobile/index.d.cts +24 -0
- package/dist/AppHeaderMobile/index.d.ts +26 -19
- package/dist/AppHeaderMobile/index.js +191 -214
- package/dist/Avatar/index.cjs +52 -0
- package/dist/Avatar/index.d.cts +40 -0
- package/dist/Avatar/index.d.ts +37 -33
- package/dist/Avatar/index.js +49 -45
- package/dist/AvatarChooser/index.cjs +99 -0
- package/dist/AvatarChooser/index.d.cts +15 -0
- package/dist/AvatarChooser/index.d.ts +13 -10
- package/dist/AvatarChooser/index.js +93 -102
- package/dist/BackToTopAnchor/index.cjs +33 -0
- package/dist/BackToTopAnchor/index.d.cts +15 -0
- package/dist/BackToTopAnchor/index.d.ts +13 -11
- package/dist/BackToTopAnchor/index.js +31 -37
- package/dist/Banner/CountdownTimer.cjs +111 -0
- package/dist/Banner/CountdownTimer.d.cts +10 -0
- package/dist/Banner/CountdownTimer.d.ts +8 -5
- package/dist/Banner/CountdownTimer.js +103 -104
- package/dist/Banner/EnhancedBanner.cjs +142 -0
- package/dist/Banner/EnhancedBanner.d.cts +20 -0
- package/dist/Banner/EnhancedBanner.d.ts +19 -16
- package/dist/Banner/EnhancedBanner.js +136 -169
- package/dist/Banner/index.cjs +83 -0
- package/dist/Banner/index.d.cts +24 -0
- package/dist/Banner/index.d.ts +21 -18
- package/dist/Banner/index.js +73 -95
- package/dist/BetaSticker/index.cjs +63 -0
- package/dist/BetaSticker/index.d.cts +9 -0
- package/dist/BetaSticker/index.d.ts +7 -4
- package/dist/BetaSticker/index.js +60 -57
- package/dist/CareerPathCard/index.cjs +34 -0
- package/dist/CareerPathCard/index.d.cts +26 -0
- package/dist/CareerPathCard/index.d.ts +24 -20
- package/dist/CareerPathCard/index.js +33 -49
- package/dist/Carousel/elements.cjs +12 -0
- package/dist/Carousel/elements.js +10 -14
- package/dist/Carousel/index.cjs +194 -0
- package/dist/Carousel/index.d.cts +27 -0
- package/dist/Carousel/index.d.ts +24 -21
- package/dist/Carousel/index.js +185 -247
- package/dist/CertificationPathCard/index.cjs +41 -0
- package/dist/CertificationPathCard/index.d.cts +27 -0
- package/dist/CertificationPathCard/index.d.ts +24 -20
- package/dist/CertificationPathCard/index.js +40 -52
- package/dist/CoachingSessionCard/index.cjs +87 -0
- package/dist/CoachingSessionCard/index.d.cts +24 -0
- package/dist/CoachingSessionCard/index.d.ts +23 -20
- package/dist/CoachingSessionCard/index.js +84 -73
- package/dist/CommunityEventCard/EventTypeIcon.cjs +61 -0
- package/dist/CommunityEventCard/EventTypeIcon.js +59 -58
- package/dist/CommunityEventCard/index.cjs +260 -0
- package/dist/CommunityEventCard/index.d.cts +31 -0
- package/dist/CommunityEventCard/index.d.ts +30 -27
- package/dist/CommunityEventCard/index.js +253 -302
- package/dist/CommunityEventToast/index.cjs +35 -0
- package/dist/CommunityEventToast/index.d.cts +9 -0
- package/dist/CommunityEventToast/index.d.ts +7 -4
- package/dist/CommunityEventToast/index.js +33 -32
- package/dist/ContentGroupBaseCard/helpers.cjs +15 -0
- package/dist/ContentGroupBaseCard/helpers.d.cts +8 -0
- package/dist/ContentGroupBaseCard/helpers.d.ts +8 -4
- package/dist/ContentGroupBaseCard/helpers.js +12 -11
- package/dist/ContentGroupBaseCard/index.cjs +215 -0
- package/dist/ContentGroupBaseCard/index.d.cts +40 -0
- package/dist/ContentGroupBaseCard/index.d.ts +38 -31
- package/dist/ContentGroupBaseCard/index.js +209 -236
- package/dist/ContentGroupBaseCard/shared.cjs +80 -0
- package/dist/ContentGroupBaseCard/shared.js +73 -67
- package/dist/ContentGroupBaseCard/types.cjs +18 -0
- package/dist/ContentGroupBaseCard/types.d.cts +13 -0
- package/dist/ContentGroupBaseCard/types.d.ts +11 -8
- package/dist/ContentGroupBaseCard/types.js +15 -11
- package/dist/CourseCard/index.cjs +32 -0
- package/dist/CourseCard/index.d.cts +25 -0
- package/dist/CourseCard/index.d.ts +24 -19
- package/dist/CourseCard/index.js +31 -45
- package/dist/CurriculumCard/BottomTag/index.cjs +30 -0
- package/dist/CurriculumCard/BottomTag/index.d.cts +4 -0
- package/dist/CurriculumCard/BottomTag/index.d.ts +6 -7
- package/dist/CurriculumCard/BottomTag/index.js +26 -24
- package/dist/CurriculumCard/Difficulty/helpers.cjs +17 -0
- package/dist/CurriculumCard/Difficulty/helpers.d.cts +13 -0
- package/dist/CurriculumCard/Difficulty/helpers.d.ts +7 -2
- package/dist/CurriculumCard/Difficulty/helpers.js +15 -11
- package/dist/CurriculumCard/Difficulty/index.cjs +45 -0
- package/dist/CurriculumCard/Difficulty/index.d.cts +7 -0
- package/dist/CurriculumCard/Difficulty/index.d.ts +7 -3
- package/dist/CurriculumCard/Difficulty/index.js +40 -47
- package/dist/CurriculumCard/Difficulty/types.cjs +21 -0
- package/dist/CurriculumCard/Difficulty/types.d.cts +25 -0
- package/dist/CurriculumCard/Difficulty/types.d.ts +16 -13
- package/dist/CurriculumCard/Difficulty/types.js +16 -17
- package/dist/CurriculumCard/Footer/index.cjs +49 -0
- package/dist/CurriculumCard/Footer/index.js +47 -54
- package/dist/CurriculumCard/Image/index.cjs +50 -0
- package/dist/CurriculumCard/Image/index.js +43 -52
- package/dist/CurriculumCard/Subtitle/helpers.cjs +9 -0
- package/dist/CurriculumCard/Subtitle/helpers.js +8 -8
- package/dist/CurriculumCard/Subtitle/index.cjs +40 -0
- package/dist/CurriculumCard/Subtitle/index.d.cts +10 -0
- package/dist/CurriculumCard/Subtitle/index.d.ts +10 -7
- package/dist/CurriculumCard/Subtitle/index.js +37 -34
- package/dist/CurriculumCard/index.cjs +122 -0
- package/dist/CurriculumCard/index.d.cts +63 -0
- package/dist/CurriculumCard/index.d.ts +56 -52
- package/dist/CurriculumCard/index.js +114 -124
- package/dist/DropdownButton/DropdownList.cjs +57 -0
- package/dist/DropdownButton/DropdownList.d.cts +19 -0
- package/dist/DropdownButton/DropdownList.d.ts +16 -14
- package/dist/DropdownButton/DropdownList.js +55 -73
- package/dist/DropdownButton/index.cjs +140 -0
- package/dist/DropdownButton/index.d.cts +80 -0
- package/dist/DropdownButton/index.d.ts +75 -69
- package/dist/DropdownButton/index.js +137 -169
- package/dist/DropdownButton/useDynamicPopoverPosition.cjs +41 -0
- package/dist/DropdownButton/useDynamicPopoverPosition.js +34 -49
- package/dist/EditorialImage/index.cjs +21 -0
- package/dist/EditorialImage/index.d.cts +14 -0
- package/dist/EditorialImage/index.d.ts +13 -9
- package/dist/EditorialImage/index.js +18 -21
- package/dist/EditorialImage/styles.module.cjs +5 -0
- package/dist/EditorialImage/styles.module.js +5 -0
- package/dist/EmptySection/index.cjs +159 -0
- package/dist/EmptySection/index.d.cts +32 -0
- package/dist/EmptySection/index.d.ts +32 -27
- package/dist/EmptySection/index.js +154 -181
- package/dist/ErrorContents/index.cjs +64 -0
- package/dist/ErrorContents/index.d.cts +12 -0
- package/dist/ErrorContents/index.d.ts +11 -7
- package/dist/ErrorContents/index.js +62 -48
- package/dist/FeatureList/index.cjs +41 -0
- package/dist/FeatureList/index.d.cts +18 -0
- package/dist/FeatureList/index.d.ts +16 -9
- package/dist/FeatureList/index.js +39 -41
- package/dist/GlobalFooter/FooterHeading.cjs +28 -0
- package/dist/GlobalFooter/FooterHeading.js +25 -29
- package/dist/GlobalFooter/FooterLegal/LegalLinks.cjs +77 -0
- package/dist/GlobalFooter/FooterLegal/LegalLinks.js +74 -43
- package/dist/GlobalFooter/FooterLegal/MadeIn.cjs +79 -0
- package/dist/GlobalFooter/FooterLegal/MadeIn.js +75 -63
- package/dist/GlobalFooter/FooterLegal/index.cjs +29 -0
- package/dist/GlobalFooter/FooterLegal/index.js +26 -22
- package/dist/GlobalFooter/FooterLinks.cjs +51 -0
- package/dist/GlobalFooter/FooterLinks.js +45 -52
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.cjs +297 -0
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.js +288 -292
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.cjs +254 -0
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.js +251 -286
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.cjs +246 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.js +242 -271
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.cjs +27 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.js +25 -29
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.cjs +72 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.js +67 -75
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.cjs +70 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.js +69 -86
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.cts +7 -0
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.d.ts +6 -3
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.cjs +59 -0
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.js +57 -50
- package/dist/GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.cjs +5 -0
- package/dist/GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.js +5 -0
- package/dist/GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.cjs +5 -0
- package/dist/GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.js +5 -0
- package/dist/GlobalFooter/FooterNavLinks/index.cjs +44 -0
- package/dist/GlobalFooter/FooterNavLinks/index.js +41 -43
- package/dist/GlobalFooter/index.cjs +38 -0
- package/dist/GlobalFooter/index.d.cts +26 -0
- package/dist/GlobalFooter/index.d.ts +25 -21
- package/dist/GlobalFooter/index.js +35 -37
- package/dist/GlobalFooter/types.d.cts +16 -0
- package/dist/GlobalFooter/types.d.ts +14 -11
- package/dist/GlobalHeader/GlobalHeaderItems.cjs +443 -0
- package/dist/GlobalHeader/GlobalHeaderItems.js +375 -378
- package/dist/GlobalHeader/GlobalHeaderVariants.cjs +351 -0
- package/dist/GlobalHeader/GlobalHeaderVariants.js +304 -349
- package/dist/GlobalHeader/context.cjs +82 -0
- package/dist/GlobalHeader/context.js +69 -72
- package/dist/GlobalHeader/index.cjs +171 -0
- package/dist/GlobalHeader/index.d.cts +10 -0
- package/dist/GlobalHeader/index.d.ts +10 -7
- package/dist/GlobalHeader/index.js +165 -194
- package/dist/GlobalHeader/types.d.cts +124 -0
- package/dist/GlobalHeader/types.d.ts +104 -99
- package/dist/GlobalHeader/urlHelpers.cjs +22 -0
- package/dist/GlobalHeader/urlHelpers.js +19 -20
- package/dist/GlobalPage/index.cjs +45 -0
- package/dist/GlobalPage/index.d.cts +51 -0
- package/dist/GlobalPage/index.d.ts +46 -43
- package/dist/GlobalPage/index.js +42 -59
- package/dist/Grid/GridCollapse.cjs +161 -0
- package/dist/Grid/GridCollapse.d.cts +49 -0
- package/dist/Grid/GridCollapse.d.ts +47 -39
- package/dist/Grid/GridCollapse.js +152 -194
- package/dist/Grid/Subgrid.cjs +41 -0
- package/dist/Grid/Subgrid.d.cts +29 -0
- package/dist/Grid/Subgrid.d.ts +11 -5
- package/dist/Grid/Subgrid.js +37 -35
- package/dist/Grid/getCSSFromColumnCount.cjs +10 -0
- package/dist/Grid/getCSSFromColumnCount.d.cts +10 -0
- package/dist/Grid/getCSSFromColumnCount.d.ts +10 -6
- package/dist/Grid/getCSSFromColumnCount.js +9 -7
- package/dist/Grid/index.cjs +9 -0
- package/dist/Grid/index.d.cts +4 -0
- package/dist/Grid/index.d.ts +4 -3
- package/dist/Grid/index.js +5 -3
- package/dist/HeaderHeightArea/index.cjs +38 -0
- package/dist/HeaderHeightArea/index.d.cts +13 -0
- package/dist/HeaderHeightArea/index.d.ts +12 -8
- package/dist/HeaderHeightArea/index.js +35 -40
- package/dist/HeaderHeightArea/useIsInHeaderRegion.cjs +17 -0
- package/dist/HeaderHeightArea/useIsInHeaderRegion.js +15 -14
- package/dist/HorizontalScrollMenu/index.cjs +68 -0
- package/dist/HorizontalScrollMenu/index.d.cts +10 -0
- package/dist/HorizontalScrollMenu/index.d.ts +10 -6
- package/dist/HorizontalScrollMenu/index.js +65 -75
- package/dist/HubCard/index.cjs +40 -0
- package/dist/HubCard/index.d.cts +12 -0
- package/dist/HubCard/index.d.ts +11 -7
- package/dist/HubCard/index.js +38 -38
- package/dist/InfoCard/index.cjs +121 -0
- package/dist/InfoCard/index.d.cts +23 -0
- package/dist/InfoCard/index.d.ts +22 -18
- package/dist/InfoCard/index.js +109 -147
- package/dist/Konamimojisplosion/Konamimojisplosion.cjs +10 -0
- package/dist/Konamimojisplosion/Konamimojisplosion.d.cts +9 -0
- package/dist/Konamimojisplosion/Konamimojisplosion.d.ts +8 -4
- package/dist/Konamimojisplosion/Konamimojisplosion.js +10 -7
- package/dist/Konamimojisplosion/index.cjs +5 -0
- package/dist/Konamimojisplosion/index.d.cts +3 -0
- package/dist/Konamimojisplosion/index.d.ts +3 -2
- package/dist/Konamimojisplosion/index.js +4 -2
- package/dist/Konamimojisplosion/useKonamimojisplosion.cjs +47 -0
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.cts +4 -0
- package/dist/Konamimojisplosion/useKonamimojisplosion.d.ts +4 -1
- package/dist/Konamimojisplosion/useKonamimojisplosion.js +44 -32
- package/dist/LandingPage/CTA.cjs +11 -0
- package/dist/LandingPage/CTA.js +9 -11
- package/dist/LandingPage/Description.cjs +18 -0
- package/dist/LandingPage/Description.d.cts +10 -0
- package/dist/LandingPage/Description.d.ts +9 -5
- package/dist/LandingPage/Description.js +16 -14
- package/dist/LandingPage/Feature.cjs +89 -0
- package/dist/LandingPage/Feature.js +75 -90
- package/dist/LandingPage/PageFAQs.cjs +49 -0
- package/dist/LandingPage/PageFAQs.d.cts +14 -0
- package/dist/LandingPage/PageFAQs.d.ts +13 -9
- package/dist/LandingPage/PageFAQs.js +46 -42
- package/dist/LandingPage/PageFeatures.cjs +99 -0
- package/dist/LandingPage/PageFeatures.d.cts +20 -0
- package/dist/LandingPage/PageFeatures.d.ts +19 -15
- package/dist/LandingPage/PageFeatures.js +91 -106
- package/dist/LandingPage/PageFeaturesEnhanced.cjs +152 -0
- package/dist/LandingPage/PageFeaturesEnhanced.d.cts +11 -0
- package/dist/LandingPage/PageFeaturesEnhanced.d.ts +10 -6
- package/dist/LandingPage/PageFeaturesEnhanced.js +144 -153
- package/dist/LandingPage/PageFeaturesWithReferences.cjs +128 -0
- package/dist/LandingPage/PageFeaturesWithReferences.d.cts +23 -0
- package/dist/LandingPage/PageFeaturesWithReferences.d.ts +22 -18
- package/dist/LandingPage/PageFeaturesWithReferences.js +126 -137
- package/dist/LandingPage/PageHero.cjs +20 -0
- package/dist/LandingPage/PageHero.d.cts +11 -0
- package/dist/LandingPage/PageHero.d.ts +10 -6
- package/dist/LandingPage/PageHero.js +16 -20
- package/dist/LandingPage/PagePrefooter.cjs +66 -0
- package/dist/LandingPage/PagePrefooter.d.cts +9 -0
- package/dist/LandingPage/PagePrefooter.d.ts +8 -4
- package/dist/LandingPage/PagePrefooter.js +64 -74
- package/dist/LandingPage/PageSingleFeature.cjs +108 -0
- package/dist/LandingPage/PageSingleFeature.d.cts +60 -0
- package/dist/LandingPage/PageSingleFeature.d.ts +54 -50
- package/dist/LandingPage/PageSingleFeature.js +104 -127
- package/dist/LandingPage/PageTestimonials.cjs +108 -0
- package/dist/LandingPage/PageTestimonials.d.cts +25 -0
- package/dist/LandingPage/PageTestimonials.d.ts +23 -19
- package/dist/LandingPage/PageTestimonials.js +99 -107
- package/dist/LandingPage/PageVideoGallery.cjs +70 -0
- package/dist/LandingPage/PageVideoGallery.d.cts +15 -0
- package/dist/LandingPage/PageVideoGallery.d.ts +13 -9
- package/dist/LandingPage/PageVideoGallery.js +67 -49
- package/dist/LandingPage/Title.cjs +33 -0
- package/dist/LandingPage/Title.d.cts +27 -0
- package/dist/LandingPage/Title.d.ts +23 -19
- package/dist/LandingPage/Title.js +29 -27
- package/dist/LandingPage/TitleWithEyebrow.cjs +39 -0
- package/dist/LandingPage/TitleWithEyebrow.d.cts +15 -0
- package/dist/LandingPage/TitleWithEyebrow.d.ts +14 -10
- package/dist/LandingPage/TitleWithEyebrow.js +37 -40
- package/dist/LandingPage/index.cjs +29 -0
- package/dist/LandingPage/index.d.cts +15 -0
- package/dist/LandingPage/index.d.ts +15 -14
- package/dist/LandingPage/index.js +15 -14
- package/dist/LandingPage/types.d.cts +31 -0
- package/dist/LandingPage/types.d.ts +30 -27
- package/dist/LayoutMenu/AccordionMenu.cjs +64 -0
- package/dist/LayoutMenu/AccordionMenu.d.cts +18 -0
- package/dist/LayoutMenu/AccordionMenu.d.ts +16 -24
- package/dist/LayoutMenu/AccordionMenu.js +59 -70
- package/dist/LayoutMenu/LayoutMenu.cjs +107 -0
- package/dist/LayoutMenu/LayoutMenu.d.cts +48 -0
- package/dist/LayoutMenu/LayoutMenu.d.ts +47 -43
- package/dist/LayoutMenu/LayoutMenu.js +105 -119
- package/dist/LayoutMenu/LayoutMenuSection.cjs +38 -0
- package/dist/LayoutMenu/LayoutMenuSection.js +36 -39
- package/dist/LayoutMenu/SectionItemLink.cjs +19 -0
- package/dist/LayoutMenu/SectionItemLink.d.cts +11 -0
- package/dist/LayoutMenu/SectionItemLink.d.ts +10 -6
- package/dist/LayoutMenu/SectionItemLink.js +17 -16
- package/dist/LayoutMenu/SelectedSectionItem.cjs +22 -0
- package/dist/LayoutMenu/SelectedSectionItem.d.cts +7 -0
- package/dist/LayoutMenu/SelectedSectionItem.d.ts +7 -3
- package/dist/LayoutMenu/SelectedSectionItem.js +20 -17
- package/dist/LayoutMenu/index.cjs +7 -0
- package/dist/LayoutMenu/index.d.cts +4 -0
- package/dist/LayoutMenu/index.d.ts +4 -3
- package/dist/LayoutMenu/index.js +5 -3
- package/dist/LayoutMenuVariant/AccordionMenu.cjs +76 -0
- package/dist/LayoutMenuVariant/AccordionMenu.d.cts +19 -0
- package/dist/LayoutMenuVariant/AccordionMenu.d.ts +17 -19
- package/dist/LayoutMenuVariant/AccordionMenu.js +72 -86
- package/dist/LayoutMenuVariant/LayoutMenu.cjs +88 -0
- package/dist/LayoutMenuVariant/LayoutMenu.d.cts +43 -0
- package/dist/LayoutMenuVariant/LayoutMenu.d.ts +42 -38
- package/dist/LayoutMenuVariant/LayoutMenu.js +85 -93
- package/dist/LayoutMenuVariant/LayoutMenuSection.cjs +37 -0
- package/dist/LayoutMenuVariant/LayoutMenuSection.js +33 -41
- package/dist/LayoutMenuVariant/SectionItemLink.cjs +19 -0
- package/dist/LayoutMenuVariant/SectionItemLink.d.cts +12 -0
- package/dist/LayoutMenuVariant/SectionItemLink.d.ts +11 -7
- package/dist/LayoutMenuVariant/SectionItemLink.js +17 -17
- package/dist/LayoutMenuVariant/index.cjs +19 -0
- package/dist/LayoutMenuVariant/index.d.cts +9 -0
- package/dist/LayoutMenuVariant/index.d.ts +9 -2
- package/dist/LayoutMenuVariant/index.js +12 -2
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.cjs +52 -0
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.js +50 -55
- package/dist/LearningOutcomeAssessmentScores/index.cjs +25 -0
- package/dist/LearningOutcomeAssessmentScores/index.d.cts +10 -0
- package/dist/LearningOutcomeAssessmentScores/index.d.ts +8 -6
- package/dist/LearningOutcomeAssessmentScores/index.js +24 -24
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.cjs +50 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.cts +21 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.d.ts +17 -14
- package/dist/LearningOutcomeBadges/LearningOutcomeLevelBadge.js +44 -55
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.cjs +38 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.cts +18 -0
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.d.ts +16 -8
- package/dist/LearningOutcomeBadges/LearningOutcomeLowAssessmentBadge.js +34 -34
- package/dist/LearningOutcomeBadges/index.cjs +8 -0
- package/dist/LearningOutcomeBadges/index.d.cts +3 -0
- package/dist/LearningOutcomeBadges/index.d.ts +3 -2
- package/dist/LearningOutcomeBadges/index.js +4 -2
- package/dist/LearningOutcomeCard/index.cjs +167 -0
- package/dist/LearningOutcomeCard/index.d.cts +30 -0
- package/dist/LearningOutcomeCard/index.d.ts +27 -23
- package/dist/LearningOutcomeCard/index.js +159 -197
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.cjs +41 -0
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.js +40 -42
- package/dist/LearningOutcomeFlyout/index.cjs +316 -0
- package/dist/LearningOutcomeFlyout/index.d.cts +12 -0
- package/dist/LearningOutcomeFlyout/index.d.ts +12 -7
- package/dist/LearningOutcomeFlyout/index.js +306 -349
- package/dist/LearningOutcomeFlyout/types.cjs +10 -0
- package/dist/LearningOutcomeFlyout/types.d.cts +66 -0
- package/dist/LearningOutcomeFlyout/types.d.ts +58 -54
- package/dist/LearningOutcomeFlyout/types.js +9 -5
- package/dist/LearningOutcomePopover/index.cjs +117 -0
- package/dist/LearningOutcomePopover/index.d.cts +13 -0
- package/dist/LearningOutcomePopover/index.d.ts +11 -8
- package/dist/LearningOutcomePopover/index.js +112 -121
- package/dist/LearningOutcomeTile/Tile.cjs +68 -0
- package/dist/LearningOutcomeTile/Tile.js +62 -75
- package/dist/LearningOutcomeTile/index.cjs +96 -0
- package/dist/LearningOutcomeTile/index.d.cts +7 -0
- package/dist/LearningOutcomeTile/index.d.ts +7 -3
- package/dist/LearningOutcomeTile/index.js +92 -114
- package/dist/LearningOutcomeTile/types.cjs +11 -0
- package/dist/LearningOutcomeTile/types.d.cts +45 -0
- package/dist/LearningOutcomeTile/types.d.ts +35 -36
- package/dist/LearningOutcomeTile/types.js +8 -9
- package/dist/ListSection/index.cjs +56 -0
- package/dist/ListSection/index.d.cts +25 -0
- package/dist/ListSection/index.d.ts +25 -20
- package/dist/ListSection/index.js +53 -64
- package/dist/Loading/index.cjs +91 -0
- package/dist/Loading/index.d.cts +9 -0
- package/dist/Loading/index.d.ts +8 -4
- package/dist/Loading/index.js +87 -81
- package/dist/Loading/styles.module.cjs +5 -0
- package/dist/Loading/styles.module.js +5 -0
- package/dist/LoadingCurriculumCard/index.cjs +85 -0
- package/dist/LoadingCurriculumCard/index.d.cts +10 -0
- package/dist/LoadingCurriculumCard/index.d.ts +8 -5
- package/dist/LoadingCurriculumCard/index.js +83 -82
- package/dist/Logos/LogoCodecademy/index.cjs +23 -0
- package/dist/Logos/LogoCodecademy/index.d.cts +6 -0
- package/dist/Logos/LogoCodecademy/index.d.ts +6 -2
- package/dist/Logos/LogoCodecademy/index.js +22 -22
- package/dist/Logos/LogoCodecademyMini/index.cjs +19 -0
- package/dist/Logos/LogoCodecademyMini/index.d.cts +6 -0
- package/dist/Logos/LogoCodecademyMini/index.d.ts +6 -2
- package/dist/Logos/LogoCodecademyMini/index.js +18 -18
- package/dist/Logos/LogoCodecademyPro/index.cjs +26 -0
- package/dist/Logos/LogoCodecademyPro/index.d.cts +6 -0
- package/dist/Logos/LogoCodecademyPro/index.d.ts +6 -2
- package/dist/Logos/LogoCodecademyPro/index.js +25 -25
- package/dist/Logos/LogoCodecademyTeams/index.cjs +53 -0
- package/dist/Logos/LogoCodecademyTeams/index.d.cts +6 -0
- package/dist/Logos/LogoCodecademyTeams/index.d.ts +6 -2
- package/dist/Logos/LogoCodecademyTeams/index.js +52 -46
- package/dist/Logos/LogoFromSkillsoft/index.cjs +49 -0
- package/dist/Logos/LogoFromSkillsoft/index.d.cts +7 -0
- package/dist/Logos/LogoFromSkillsoft/index.d.ts +7 -3
- package/dist/Logos/LogoFromSkillsoft/index.js +47 -48
- package/dist/Logos/LogoLXStudio/index.cjs +38 -0
- package/dist/Logos/LogoLXStudio/index.d.cts +7 -0
- package/dist/Logos/LogoLXStudio/index.d.ts +7 -3
- package/dist/Logos/LogoLXStudio/index.js +36 -40
- package/dist/Logos/ProLabel/ProLabelCutout/index.cjs +38 -0
- package/dist/Logos/ProLabel/ProLabelCutout/index.js +36 -31
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.cjs +39 -0
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.js +37 -31
- package/dist/Logos/ProLabel/index.cjs +27 -0
- package/dist/Logos/ProLabel/index.d.cts +18 -0
- package/dist/Logos/ProLabel/index.d.ts +14 -11
- package/dist/Logos/ProLabel/index.js +25 -27
- package/dist/Logos/index.cjs +15 -0
- package/dist/Logos/index.d.cts +8 -0
- package/dist/Logos/index.d.ts +8 -7
- package/dist/Logos/index.js +9 -7
- package/dist/Logos/shared.cjs +14 -0
- package/dist/Logos/shared.d.cts +232 -0
- package/dist/Logos/shared.d.ts +235 -642
- package/dist/Logos/shared.js +10 -14
- package/dist/MarketingToaster/index.cjs +50 -0
- package/dist/MarketingToaster/index.d.cts +11 -0
- package/dist/MarketingToaster/index.d.ts +9 -6
- package/dist/MarketingToaster/index.js +46 -66
- package/dist/NotFoundContent/404.cjs +5 -0
- package/dist/NotFoundContent/404.js +5 -0
- package/dist/NotFoundContent/index.cjs +49 -0
- package/dist/NotFoundContent/index.d.cts +11 -0
- package/dist/NotFoundContent/index.d.ts +9 -6
- package/dist/NotFoundContent/index.js +46 -55
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.cjs +34 -0
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.js +33 -23
- package/dist/NotificationList/EmptyNotification/index.cjs +44 -0
- package/dist/NotificationList/EmptyNotification/index.js +42 -38
- package/dist/NotificationList/NotificationItem.cjs +162 -0
- package/dist/NotificationList/NotificationItem.d.cts +12 -0
- package/dist/NotificationList/NotificationItem.d.ts +11 -7
- package/dist/NotificationList/NotificationItem.js +157 -149
- package/dist/NotificationList/index.cjs +45 -0
- package/dist/NotificationList/index.d.cts +13 -0
- package/dist/NotificationList/index.d.ts +12 -8
- package/dist/NotificationList/index.js +41 -46
- package/dist/NotificationList/typings.d.cts +19 -0
- package/dist/NotificationList/typings.d.ts +17 -14
- package/dist/Notifications/NotificationBell.cjs +61 -0
- package/dist/Notifications/NotificationBell.js +60 -72
- package/dist/Notifications/NotificationsContents.cjs +80 -0
- package/dist/Notifications/NotificationsContents.js +78 -85
- package/dist/Notifications/NotificationsDropdown.cjs +24 -0
- package/dist/Notifications/NotificationsDropdown.js +23 -25
- package/dist/Notifications/constants.cjs +9 -0
- package/dist/Notifications/constants.js +7 -3
- package/dist/Notifications/elements.cjs +23 -0
- package/dist/Notifications/elements.js +19 -20
- package/dist/Notifications/types.d.cts +17 -0
- package/dist/Notifications/types.d.ts +16 -22
- package/dist/Notifications/useHeaderNotifications.cjs +38 -0
- package/dist/Notifications/useHeaderNotifications.js +37 -37
- package/dist/Notifications/useNotificationButtons.cjs +53 -0
- package/dist/Notifications/useNotificationButtons.js +52 -56
- package/dist/PageAlerts/PageAlerts.cjs +69 -0
- package/dist/PageAlerts/PageAlerts.d.cts +16 -0
- package/dist/PageAlerts/PageAlerts.d.ts +15 -9
- package/dist/PageAlerts/PageAlerts.js +64 -74
- package/dist/PageAlerts/PageAlertsProvider.cjs +41 -0
- package/dist/PageAlerts/PageAlertsProvider.d.cts +15 -0
- package/dist/PageAlerts/PageAlertsProvider.d.ts +14 -10
- package/dist/PageAlerts/PageAlertsProvider.js +36 -33
- package/dist/PageAlerts/index.cjs +8 -0
- package/dist/PageAlerts/index.d.cts +4 -0
- package/dist/PageAlerts/index.d.ts +4 -3
- package/dist/PageAlerts/index.js +4 -3
- package/dist/PageAlerts/types.d.cts +18 -0
- package/dist/PageAlerts/types.d.ts +15 -14
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.cjs +50 -0
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.cts +22 -0
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.d.ts +20 -17
- package/dist/PageLayoutWithSidebarMenu/PageLayoutWithSidebarMenu.js +48 -53
- package/dist/PageLayoutWithSidebarMenu/index.cjs +3 -0
- package/dist/PageLayoutWithSidebarMenu/index.d.cts +2 -0
- package/dist/PageLayoutWithSidebarMenu/index.d.ts +2 -1
- package/dist/PageLayoutWithSidebarMenu/index.js +3 -1
- package/dist/PageSection/index.cjs +65 -0
- package/dist/PageSection/index.d.cts +20 -0
- package/dist/PageSection/index.d.ts +17 -14
- package/dist/PageSection/index.js +61 -65
- package/dist/PastDue/PastDueModalContents/index.cjs +28 -0
- package/dist/PastDue/PastDueModalContents/index.d.cts +12 -0
- package/dist/PastDue/PastDueModalContents/index.d.ts +11 -7
- package/dist/PastDue/PastDueModalContents/index.js +26 -30
- package/dist/PastDue/index.cjs +5 -0
- package/dist/PastDue/index.d.cts +3 -0
- package/dist/PastDue/index.d.ts +3 -2
- package/dist/PastDue/index.js +4 -2
- package/dist/PastDue/pastDueMessages.cjs +55 -0
- package/dist/PastDue/pastDueMessages.d.cts +8 -0
- package/dist/PastDue/pastDueMessages.d.ts +6 -4
- package/dist/PastDue/pastDueMessages.js +53 -48
- package/dist/PausableImage/BaseImage/index.cjs +77 -0
- package/dist/PausableImage/BaseImage/index.js +69 -53
- package/dist/PausableImage/index.cjs +32 -0
- package/dist/PausableImage/index.d.cts +16 -0
- package/dist/PausableImage/index.d.ts +14 -9
- package/dist/PausableImage/index.js +26 -35
- package/dist/PlanCard/PlanCardBanner.cjs +30 -0
- package/dist/PlanCard/PlanCardBanner.d.cts +10 -0
- package/dist/PlanCard/PlanCardBanner.d.ts +8 -5
- package/dist/PlanCard/PlanCardBanner.js +27 -28
- package/dist/PlanCard/PlanFeature.cjs +91 -0
- package/dist/PlanCard/PlanFeature.js +88 -105
- package/dist/PlanCard/PopularBadge.cjs +20 -0
- package/dist/PlanCard/PopularBadge.js +18 -13
- package/dist/PlanCard/PricingAmount.cjs +122 -0
- package/dist/PlanCard/PricingAmount.js +118 -116
- package/dist/PlanCard/RecommendedBadge.cjs +31 -0
- package/dist/PlanCard/RecommendedBadge.js +29 -24
- package/dist/PlanCard/consts.cjs +220 -0
- package/dist/PlanCard/consts.js +219 -167
- package/dist/PlanCard/index.cjs +341 -0
- package/dist/PlanCard/index.d.cts +22 -0
- package/dist/PlanCard/index.d.ts +21 -17
- package/dist/PlanCard/index.js +336 -373
- package/dist/PlanCard/types.cjs +75 -0
- package/dist/PlanCard/types.d.cts +43 -0
- package/dist/PlanCard/types.d.ts +41 -38
- package/dist/PlanCard/types.js +66 -69
- package/dist/PlanCardTeams/consts.cjs +22 -0
- package/dist/PlanCardTeams/consts.js +21 -8
- package/dist/PlanCardTeams/index.cjs +140 -0
- package/dist/PlanCardTeams/index.d.cts +12 -0
- package/dist/PlanCardTeams/index.d.ts +11 -7
- package/dist/PlanCardTeams/index.js +135 -165
- package/dist/PricingSection/ConditionalColorMode.cjs +14 -0
- package/dist/PricingSection/ConditionalColorMode.js +13 -13
- package/dist/PricingSection/PricingCard/PricingAmount.cjs +122 -0
- package/dist/PricingSection/PricingCard/PricingAmount.js +118 -114
- package/dist/PricingSection/PricingCard/RecommendedBadge.cjs +30 -0
- package/dist/PricingSection/PricingCard/RecommendedBadge.js +29 -24
- package/dist/PricingSection/PricingCard/index.cjs +176 -0
- package/dist/PricingSection/PricingCard/index.js +170 -198
- package/dist/PricingSection/PricingCard/types.cjs +67 -0
- package/dist/PricingSection/PricingCard/types.d.cts +26 -0
- package/dist/PricingSection/PricingCard/types.d.ts +24 -38
- package/dist/PricingSection/PricingCard/types.js +61 -58
- package/dist/PricingSection/ProductCTA.cjs +106 -0
- package/dist/PricingSection/ProductCTA.js +103 -133
- package/dist/PricingSection/Products.cjs +86 -0
- package/dist/PricingSection/Products.js +85 -92
- package/dist/PricingSection/config.cjs +33 -0
- package/dist/PricingSection/config.js +29 -36
- package/dist/PricingSection/index.cjs +36 -0
- package/dist/PricingSection/index.d.cts +22 -0
- package/dist/PricingSection/index.d.ts +20 -14
- package/dist/PricingSection/index.js +35 -41
- package/dist/PricingSection/types.cjs +14 -0
- package/dist/PricingSection/types.d.cts +18 -0
- package/dist/PricingSection/types.d.ts +16 -29
- package/dist/PricingSection/types.js +13 -9
- package/dist/ProLogoAlt/index.cjs +28 -0
- package/dist/ProLogoAlt/index.d.cts +13 -0
- package/dist/ProLogoAlt/index.d.ts +12 -8
- package/dist/ProLogoAlt/index.js +26 -26
- package/dist/ProductFeatureShowcase/index.cjs +108 -0
- package/dist/ProductFeatureShowcase/index.d.cts +19 -0
- package/dist/ProductFeatureShowcase/index.d.ts +18 -15
- package/dist/ProductFeatureShowcase/index.js +105 -119
- package/dist/QuizScore/index.cjs +93 -0
- package/dist/QuizScore/index.d.cts +15 -0
- package/dist/QuizScore/index.d.ts +13 -10
- package/dist/QuizScore/index.js +91 -84
- package/dist/RatingsBar/index.cjs +44 -0
- package/dist/RatingsBar/index.d.cts +16 -0
- package/dist/RatingsBar/index.d.ts +15 -11
- package/dist/RatingsBar/index.js +41 -34
- package/dist/Recurly/context/NoProvider.cjs +12 -0
- package/dist/Recurly/context/NoProvider.js +10 -6
- package/dist/Recurly/context/elements/index.cjs +45 -0
- package/dist/Recurly/context/elements/index.d.cts +15 -0
- package/dist/Recurly/context/elements/index.d.ts +10 -21
- package/dist/Recurly/context/elements/index.js +39 -42
- package/dist/Recurly/context/index.d.ts +2 -2
- package/dist/Recurly/context/recurly/index.cjs +49 -0
- package/dist/Recurly/context/recurly/index.d.cts +38 -0
- package/dist/Recurly/context/recurly/index.d.ts +15 -7
- package/dist/Recurly/context/recurly/index.js +44 -47
- package/dist/Recurly/context/recurly/loadRecurly.cjs +21 -0
- package/dist/Recurly/context/recurly/loadRecurly.d.cts +9 -0
- package/dist/Recurly/context/recurly/loadRecurly.d.ts +8 -5
- package/dist/Recurly/context/recurly/loadRecurly.js +21 -22
- package/dist/Recurly/context/recurly/w.cjs +6 -0
- package/dist/Recurly/context/recurly/w.js +4 -3
- package/dist/Recurly/fields/RecurlyField.cjs +69 -0
- package/dist/Recurly/fields/RecurlyField.d.cts +18 -0
- package/dist/Recurly/fields/RecurlyField.d.ts +13 -4
- package/dist/Recurly/fields/RecurlyField.js +65 -55
- package/dist/Recurly/fields/elements.cjs +63 -0
- package/dist/Recurly/fields/elements.d.cts +22 -0
- package/dist/Recurly/fields/elements.d.ts +20 -15
- package/dist/Recurly/fields/elements.js +48 -95
- package/dist/Recurly/fields/index.d.ts +2 -2
- package/dist/Recurly/index.cjs +13 -0
- package/dist/Recurly/index.d.cts +5 -0
- package/dist/Recurly/index.d.ts +7 -2
- package/dist/Recurly/index.js +6 -2
- package/dist/ResourceCard/index.cjs +59 -0
- package/dist/ResourceCard/index.d.cts +19 -0
- package/dist/ResourceCard/index.d.ts +17 -13
- package/dist/ResourceCard/index.js +56 -58
- package/dist/ScoreSummary/SubScores.cjs +136 -0
- package/dist/ScoreSummary/SubScores.d.cts +40 -0
- package/dist/ScoreSummary/SubScores.d.ts +38 -26
- package/dist/ScoreSummary/SubScores.js +132 -163
- package/dist/ScoreSummary/helpers.cjs +20 -0
- package/dist/ScoreSummary/helpers.js +17 -19
- package/dist/ScoreSummary/index.cjs +98 -0
- package/dist/ScoreSummary/index.d.cts +25 -0
- package/dist/ScoreSummary/index.d.ts +24 -20
- package/dist/ScoreSummary/index.js +96 -108
- package/dist/ScoreSummary/types.d.cts +313 -0
- package/dist/ScoreSummary/types.d.ts +308 -305
- package/dist/SkillPathCard/index.cjs +34 -0
- package/dist/SkillPathCard/index.d.cts +25 -0
- package/dist/SkillPathCard/index.d.ts +24 -19
- package/dist/SkillPathCard/index.js +33 -46
- package/dist/SocialMediaSharing/SocialShareIconLink.cjs +43 -0
- package/dist/SocialMediaSharing/SocialShareIconLink.d.cts +9 -0
- package/dist/SocialMediaSharing/SocialShareIconLink.d.ts +9 -12
- package/dist/SocialMediaSharing/SocialShareIconLink.js +39 -48
- package/dist/SocialMediaSharing/index.cjs +86 -0
- package/dist/SocialMediaSharing/index.d.cts +64 -0
- package/dist/SocialMediaSharing/index.d.ts +59 -44
- package/dist/SocialMediaSharing/index.js +80 -114
- package/dist/SocialMediaSharingDropdown/index.cjs +98 -0
- package/dist/SocialMediaSharingDropdown/index.d.cts +19 -0
- package/dist/SocialMediaSharingDropdown/index.d.ts +18 -14
- package/dist/SocialMediaSharingDropdown/index.js +95 -110
- package/dist/Testimonial/index.cjs +141 -0
- package/dist/Testimonial/index.d.cts +53 -0
- package/dist/Testimonial/index.d.ts +50 -42
- package/dist/Testimonial/index.js +128 -153
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/defineProperty.cjs +14 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/defineProperty.js +14 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/toPrimitive.cjs +16 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/toPrimitive.js +16 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/toPropertyKey.cjs +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/toPropertyKey.js +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/typeof.cjs +18 -0
- package/dist/_virtual/_@oxc-project_runtime@0.103.0/helpers/typeof.js +12 -0
- package/dist/_virtual/rolldown_runtime.cjs +43 -0
- package/dist/_virtual/rolldown_runtime.js +18 -0
- package/dist/assets/navyQuotes.cjs +5 -0
- package/dist/assets/navyQuotes.js +5 -0
- package/dist/index.cjs +279 -0
- package/dist/index.d.cts +122 -0
- package/dist/index.d.ts +132 -89
- package/dist/index.js +116 -86
- package/dist/lib/breakpointHooks/index.cjs +64 -0
- package/dist/lib/breakpointHooks/index.d.cts +46 -0
- package/dist/lib/breakpointHooks/index.d.ts +10 -7
- package/dist/lib/breakpointHooks/index.js +51 -53
- package/dist/lib/catalogList/index.cjs +52 -0
- package/dist/lib/catalogList/index.js +50 -196
- package/dist/lib/resourcesList/index.cjs +68 -0
- package/dist/lib/resourcesList/index.js +65 -231
- package/dist/remoteAssets/components.cjs +6 -0
- package/dist/remoteAssets/components.js +5 -1
- package/package.json +364 -10
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/MarketingBanner.d.ts +0 -6
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/NavPanels.d.ts +0 -8
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogDropdown/consts.d.ts +0 -17
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogSection/elements.d.ts +0 -92
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogSection/elements.js +0 -63
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogSection/index.d.ts +0 -13
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogSection/index.js +0 -440
- package/dist/AppHeader/AppHeaderElements/AppHeaderDietCard/index.d.ts +0 -11
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownProvider/index.d.ts +0 -13
- package/dist/AppHeader/AppHeaderElements/AppHeaderFeatureCard/index.d.ts +0 -4
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/elements.d.ts +0 -42
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.d.ts +0 -8
- package/dist/AppHeader/AppHeaderElements/AppHeaderListItem/index.d.ts +0 -14
- package/dist/AppHeader/AppHeaderElements/AppHeaderMenuProvider/index.d.ts +0 -14
- package/dist/AppHeader/AppHeaderElements/AppHeaderNavButton/index.d.ts +0 -12
- package/dist/AppHeader/AppHeaderElements/AppHeaderProvider/index.d.ts +0 -10
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/NavPanels.d.ts +0 -10
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesDropdown/consts.d.ts +0 -18
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesSection/index.d.ts +0 -13
- package/dist/AppHeader/AppHeaderElements/AppHeaderResourcesSection/index.js +0 -194
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/AppHeaderSectionContext.d.ts +0 -8
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileBackButton.d.ts +0 -6
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/MobileNavMenu.d.ts +0 -11
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/NavTabs.d.ts +0 -20
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/PanelLayout.d.ts +0 -9
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/elements.d.ts +0 -88
- package/dist/AppHeader/AppHeaderElements/AppHeaderSection/index.d.ts +0 -25
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.d.ts +0 -6
- package/dist/AppHeader/Search/DefaultResults.d.ts +0 -10
- package/dist/AppHeader/Search/QuizAndHelpCenterLinks.d.ts +0 -7
- package/dist/AppHeader/Search/SearchButton.d.ts +0 -2
- package/dist/AppHeader/Search/SearchPane.d.ts +0 -6
- package/dist/AppHeader/Search/SearchTrackingProvider/index.d.ts +0 -17
- package/dist/AppHeader/Search/SearchWorker/PromiseLookup.d.ts +0 -18
- package/dist/AppHeader/Search/SearchWorker/src.d.ts +0 -1
- package/dist/AppHeader/Search/SearchWorker/worker.d.ts +0 -2
- package/dist/AppHeader/Search/hooks/useUrlChangeDetection.d.ts +0 -5
- package/dist/AppHeader/Search/safelyRedirect.d.ts +0 -5
- package/dist/AppHeader/Search/types.js +0 -1
- package/dist/AppHeader/Search/useHeaderSearch.d.ts +0 -6
- package/dist/AppHeader/shared/index.js +0 -4
- package/dist/AppHeader/shared/mockAppHeaderItems.js +0 -10
- package/dist/AppHeader/shared/utils.d.ts +0 -14
- package/dist/AppHeader/utils/types.d.ts +0 -8
- package/dist/AppHeader/utils/types.js +0 -1
- package/dist/AppHeaderMobile/AppHeaderSubMenuMobile/elements.d.ts +0 -13
- package/dist/AppHeaderMobile/AppHeaderSubMenuTarget/index.d.ts +0 -7
- package/dist/Avatar/Avatar.stories.js +0 -15
- package/dist/Carousel/elements.d.ts +0 -27
- package/dist/CertificationPathCard/__tests__/__fixtures__/index.d.ts +0 -2
- package/dist/CommunityEventCard/EventTypeIcon.d.ts +0 -11
- package/dist/ContentGroupBaseCard/shared.d.ts +0 -7
- package/dist/CourseCard/__tests__/__fixtures__/index.d.ts +0 -3
- package/dist/CurriculumCard/Footer/index.d.ts +0 -10
- package/dist/CurriculumCard/Image/index.d.ts +0 -9
- package/dist/CurriculumCard/Subtitle/helpers.d.ts +0 -1
- package/dist/DropdownButton/useDynamicPopoverPosition.d.ts +0 -14
- package/dist/DropdownButton/useDynamicPopoverPosition.test.js +0 -85
- package/dist/GlobalFooter/FooterHeading.d.ts +0 -9
- package/dist/GlobalFooter/FooterLegal/LegalLinks.d.ts +0 -6
- package/dist/GlobalFooter/FooterLegal/MadeIn.d.ts +0 -5
- package/dist/GlobalFooter/FooterLegal/index.d.ts +0 -7
- package/dist/GlobalFooter/FooterLinks.d.ts +0 -18
- package/dist/GlobalFooter/FooterNavLinks/CatalogLinks.d.ts +0 -7
- package/dist/GlobalFooter/FooterNavLinks/CompanyLinks.d.ts +0 -11
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferAFriendLinkWithModal.d.ts +0 -7
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralFields.d.ts +0 -2
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralForm.d.ts +0 -4
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/ReferralLinkSocialMediaSharing.d.ts +0 -3
- package/dist/GlobalFooter/FooterNavLinks/ReferralRock/types.js +0 -1
- package/dist/GlobalFooter/FooterNavLinks/SocialMediaLinks.d.ts +0 -2
- package/dist/GlobalFooter/FooterNavLinks/index.d.ts +0 -4
- package/dist/GlobalFooter/FooterSubHeading.d.ts +0 -9
- package/dist/GlobalFooter/FooterSubHeading.js +0 -22
- package/dist/GlobalFooter/types.js +0 -1
- package/dist/GlobalHeader/GlobalHeaderItems.d.ts +0 -28
- package/dist/GlobalHeader/GlobalHeaderVariants.d.ts +0 -97
- package/dist/GlobalHeader/context.d.ts +0 -34
- package/dist/GlobalHeader/types.js +0 -1
- package/dist/GlobalHeader/urlHelpers.d.ts +0 -2
- package/dist/Grid/GridCollapse.test.js +0 -96
- package/dist/HeaderHeightArea/useIsInHeaderRegion.d.ts +0 -1
- package/dist/LandingPage/CTA.d.ts +0 -9
- package/dist/LandingPage/Feature.d.ts +0 -32
- package/dist/LandingPage/types.js +0 -1
- package/dist/LayoutMenu/LayoutMenuSection.d.ts +0 -16
- package/dist/LayoutMenuVariant/LayoutMenuSection.d.ts +0 -10
- package/dist/LearningOutcomeAssessmentScores/AssessmentDetail.d.ts +0 -8
- package/dist/LearningOutcomeFlyout/LearningOutcomeCardList.d.ts +0 -7
- package/dist/LearningOutcomeTile/Tile.d.ts +0 -7
- package/dist/Logos/ProLabel/ProLabelCutout/index.d.ts +0 -8
- package/dist/Logos/ProLabel/ProLabelCutoutTransparent/index.d.ts +0 -7
- package/dist/NotificationList/EmptyNotification/emptyNotificationContents.d.ts +0 -7
- package/dist/NotificationList/EmptyNotification/index.d.ts +0 -1
- package/dist/NotificationList/typings.js +0 -1
- package/dist/Notifications/NotificationBell.d.ts +0 -10
- package/dist/Notifications/NotificationsContents.d.ts +0 -3
- package/dist/Notifications/NotificationsDropdown.d.ts +0 -2
- package/dist/Notifications/__fixtures__/NotificationTestComponent.d.ts +0 -2
- package/dist/Notifications/__fixtures__/NotificationTestComponent.js +0 -12
- package/dist/Notifications/__fixtures__/stubs.d.ts +0 -2
- package/dist/Notifications/__fixtures__/stubs.js +0 -8
- package/dist/Notifications/constants.d.ts +0 -4
- package/dist/Notifications/elements.d.ts +0 -12
- package/dist/Notifications/types.js +0 -1
- package/dist/Notifications/useHeaderNotifications.d.ts +0 -10
- package/dist/Notifications/useNotificationButtons.d.ts +0 -9
- package/dist/PageAlerts/types.js +0 -1
- package/dist/PausableImage/BaseImage/index.d.ts +0 -15
- package/dist/PlanCard/PlanFeature.d.ts +0 -10
- package/dist/PlanCard/PopularBadge.d.ts +0 -3
- package/dist/PlanCard/PricingAmount.d.ts +0 -14
- package/dist/PlanCard/RecommendedBadge.d.ts +0 -3
- package/dist/PlanCard/consts.d.ts +0 -15
- package/dist/PlanCardTeams/consts.d.ts +0 -9
- package/dist/PricingSection/ConditionalColorMode.d.ts +0 -4
- package/dist/PricingSection/PlanFeature.d.ts +0 -10
- package/dist/PricingSection/PlanFeature.js +0 -88
- package/dist/PricingSection/PricingCard/PricingAmount.d.ts +0 -14
- package/dist/PricingSection/PricingCard/RecommendedBadge.d.ts +0 -3
- package/dist/PricingSection/PricingCard/consts.d.ts +0 -14
- package/dist/PricingSection/PricingCard/consts.js +0 -99
- package/dist/PricingSection/PricingCard/index.d.ts +0 -16
- package/dist/PricingSection/ProductCTA.d.ts +0 -12
- package/dist/PricingSection/Products.d.ts +0 -15
- package/dist/PricingSection/config.d.ts +0 -8
- package/dist/Recurly/context/NoProvider.d.ts +0 -8
- package/dist/Recurly/context/index.js +0 -2
- package/dist/Recurly/context/recurly/w.d.ts +0 -14
- package/dist/Recurly/fields/elements.test.js +0 -79
- package/dist/Recurly/fields/index.js +0 -2
- package/dist/ScoreSummary/helpers.d.ts +0 -11
- package/dist/ScoreSummary/types.js +0 -1
- package/dist/SkillPathCard/__tests__/__fixtures__/index.d.ts +0 -2
- package/dist/SocialMediaSharingDropdown/__tests__/SocialMediaSharingDropdown-test.d.ts +0 -1
- package/dist/assets/darkQuotes.svg +0 -1
- package/dist/assets/dots.svg +0 -1
- package/dist/assets/lightQuotes.svg +0 -1
- package/dist/assets/orange_squiggle.svg +0 -1
- package/dist/lib/catalogList/index.d.ts +0 -6
- package/dist/lib/resourcesList/index.d.ts +0 -5
- package/dist/png.d.ts +0 -4
- package/dist/react-freezeframe.d.ts +0 -1
- package/dist/remoteAssets/components.d.ts +0 -1
- package/dist/stories/Atoms/Avatar.stories.js +0 -16
- package/dist/stories/Atoms/BetaSticker.stories.js +0 -21
- package/dist/stories/Atoms/Logos/LogoCodecademy.stories.js +0 -8
- package/dist/stories/Atoms/Logos/LogoCodecademyMini.stories.js +0 -8
- package/dist/stories/Atoms/Logos/LogoCodecademyPro.stories.js +0 -8
- package/dist/stories/Atoms/Logos/LogoCodecademyTeams.stories.js +0 -8
- package/dist/stories/Atoms/Logos/LogoFromSkillsoft.stories.js +0 -9
- package/dist/stories/Atoms/Logos/LogoLXStudio.stories.js +0 -11
- package/dist/stories/Atoms/Logos/ProLabel.stories.js +0 -29
- package/dist/stories/Atoms/RatingsBar.stories.js +0 -16
- package/dist/stories/Atoms/Subgrid.stories.js +0 -87
- package/dist/stories/Molecules/AppBar.stories.js +0 -31
- package/dist/stories/Molecules/AppHeader/AppHeader.stories.js +0 -84
- package/dist/stories/Molecules/AppHeader/AppHeaderDropdown.stories.js +0 -67
- package/dist/stories/Molecules/AppHeader/AppHeaderLink.stories.js +0 -50
- package/dist/stories/Molecules/AppHeader/AppHeaderLogo.stories.js +0 -43
- package/dist/stories/Molecules/AppHeader/AppHeaderMainMenuMobile.stories.js +0 -34
- package/dist/stories/Molecules/AppHeader/AppHeaderMobile.stories.js +0 -40
- package/dist/stories/Molecules/AppHeader/AppHeaderSubMenuMobile.stories.js +0 -25
- package/dist/stories/Molecules/AppHeader/LXStudioHeader.stories.js +0 -176
- package/dist/stories/Molecules/AppHeader/LXStudioMobileHeader.stories.js +0 -84
- package/dist/stories/Molecules/AppHeader/MockAppHeaderElements.d.ts +0 -5
- package/dist/stories/Molecules/AppHeader/MockAppHeaderElements.js +0 -90
- package/dist/stories/Molecules/AvatarChooser.stories.js +0 -22
- package/dist/stories/Molecules/BackToTopAnchor.stories.js +0 -51
- package/dist/stories/Molecules/Banner.stories.js +0 -112
- package/dist/stories/Molecules/Carousel.stories.js +0 -47
- package/dist/stories/Molecules/ContentGroupBaseCard.stories.js +0 -175
- package/dist/stories/Molecules/CurriculumCard.stories.js +0 -201
- package/dist/stories/Molecules/CurriculumCards/CareerPathCard.stories.js +0 -94
- package/dist/stories/Molecules/CurriculumCards/CertificationPathCard.stories.js +0 -67
- package/dist/stories/Molecules/CurriculumCards/CourseCard.stories.js +0 -85
- package/dist/stories/Molecules/CurriculumCards/LoadingCurriculumCard.stories.js +0 -20
- package/dist/stories/Molecules/CurriculumCards/SkillPathCard.stories.js +0 -92
- package/dist/stories/Molecules/DropdownButton.stories.js +0 -207
- package/dist/stories/Molecules/EditorialImage.stories.js +0 -17
- package/dist/stories/Molecules/EmptySection.stories.js +0 -167
- package/dist/stories/Molecules/EnhancedBanner.stories.js +0 -104
- package/dist/stories/Molecules/ErrorContents.stories.js +0 -19
- package/dist/stories/Molecules/GridCollapse.stories.js +0 -42
- package/dist/stories/Molecules/HorizontalScrollMenu.examples.d.ts +0 -1
- package/dist/stories/Molecules/HorizontalScrollMenu.examples.js +0 -67
- package/dist/stories/Molecules/HorizontalScrollMenu.stories.js +0 -11
- package/dist/stories/Molecules/HubCard.stories.js +0 -27
- package/dist/stories/Molecules/InfoCard.stories.js +0 -30
- package/dist/stories/Molecules/LearningOutcomeAssessmentScores.stories.js +0 -23
- package/dist/stories/Molecules/LearningOutcomeCard.stories.js +0 -189
- package/dist/stories/Molecules/LearningOutcomeFlyout.stories.js +0 -62
- package/dist/stories/Molecules/LearningOutcomeLevelBadge.stories.js +0 -20
- package/dist/stories/Molecules/LearningOutcomeLowAssessmentBadge.stories.js +0 -10
- package/dist/stories/Molecules/LearningOutcomePopover.stories.js +0 -39
- package/dist/stories/Molecules/LearningOutcomeTile.stories.js +0 -276
- package/dist/stories/Molecules/ListSection.stories.js +0 -97
- package/dist/stories/Molecules/Loading.stories.js +0 -10
- package/dist/stories/Molecules/NotificationList.stories.js +0 -99
- package/dist/stories/Molecules/PageSection.stories.js +0 -67
- package/dist/stories/Molecules/PastDueModalContents.stories.js +0 -62
- package/dist/stories/Molecules/PausableImage.stories.js +0 -16
- package/dist/stories/Molecules/Recurly.stories.js +0 -56
- package/dist/stories/Molecules/ResourceCard.stories.js +0 -18
- package/dist/stories/Molecules/SocialMediaSharing.stories.js +0 -20
- package/dist/stories/Molecules/SocialMediaSharingDropdown.stories.js +0 -20
- package/dist/stories/Molecules/Testimonial.stories.js +0 -59
- package/dist/stories/Organisms/GlobalFooter.stories.js +0 -28
- package/dist/stories/Organisms/GlobalHeader/About.stories.js +0 -133
- package/dist/stories/Organisms/GlobalHeader/Anon.stories.js +0 -71
- package/dist/stories/Organisms/GlobalHeader/Bootcamp.stories.js +0 -29
- package/dist/stories/Organisms/GlobalHeader/Enterprise.stories.js +0 -105
- package/dist/stories/Organisms/GlobalHeader/Free.stories.js +0 -131
- package/dist/stories/Organisms/GlobalHeader/Pro.stories.js +0 -197
- package/dist/stories/Organisms/GlobalHeader/Simple.stories.js +0 -28
- package/dist/stories/Organisms/GlobalPage.stories.js +0 -138
- package/dist/stories/Organisms/LayoutMenu.stories.js +0 -239
- package/dist/stories/Organisms/LayoutMenuVariant.stories.js +0 -222
- package/dist/stories/Organisms/PageAlerts.example.d.ts +0 -2
- package/dist/stories/Organisms/PageAlerts.example.js +0 -42
- package/dist/stories/Organisms/PageAlerts.stories.js +0 -15
- package/dist/stories/Organisms/PageFeatures.stories.js +0 -175
- package/dist/stories/Organisms/PageHero.stories.js +0 -135
- package/dist/stories/Organisms/PageLayoutWithSidebarMenu.stories.js +0 -34
- package/dist/stories/Organisms/PagePrefooter.stories.js +0 -58
- package/dist/stories/Organisms/PageSingleFeature.stories.js +0 -148
- package/dist/stories/Organisms/PageVideoGallery.stories.js +0 -65
- package/dist/stories/Organisms/PlanCard.stories.js +0 -98
- package/dist/stories/Organisms/PlanCardTeams.stories.js +0 -27
- package/dist/stories/Organisms/ScoreSummary.stories.js +0 -295
- package/dist/svg.d.ts +0 -7
- package/dist/theme.d.ts +0 -5
- /package/dist/{NotFoundContent/404.svg → assets/404-BM2-wvJv.svg} +0 -0
- /package/dist/{GlobalFooter/FooterNavLinks/assets/download-on-the-app-store.svg → assets/download-on-the-app-store-BbQ68gT5.svg} +0 -0
- /package/dist/{GlobalFooter/FooterNavLinks/assets/get-it-on-google-play.png → assets/get-it-on-google-play-CnA-UUOj.png} +0 -0
- /package/dist/{AppBarDeprecated/styles/index.module.scss → assets/index.module-Dz0I2VL5.scss} +0 -0
- /package/dist/assets/{navyQuotes.svg → navyQuotes-C0ZxClwi.svg} +0 -0
- /package/dist/{EditorialImage/styles.module.scss → assets/styles.module-CAlrRbjX.scss} +0 -0
- /package/dist/{Loading/styles.module.scss → assets/styles.module-DbrbHmEX.scss} +0 -0
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ButtonProps } from '@codecademy/gamut';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
export interface CTAProps extends Pick<ButtonProps, 'children'> {
|
|
4
|
-
href: string;
|
|
5
|
-
onClick?: React.MouseEventHandler;
|
|
6
|
-
buttonType?: 'cta' | 'fill';
|
|
7
|
-
mode?: 'light' | 'dark';
|
|
8
|
-
}
|
|
9
|
-
export declare const CTA: React.FC<CTAProps>;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { BoxProps, WithChildrenProp } from '@codecademy/gamut';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import { LandingPageBaseProps } from './types';
|
|
4
|
-
declare const Image: import("@emotion/styled").StyledComponent<{
|
|
5
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
6
|
-
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
7
|
-
} & BoxProps, React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
8
|
-
export type FeaturedImageProps = {
|
|
9
|
-
src: string;
|
|
10
|
-
alt: string;
|
|
11
|
-
};
|
|
12
|
-
export declare const FeaturedImage: React.FC<FeaturedImageProps>;
|
|
13
|
-
export type FeaturedIconProps = {
|
|
14
|
-
src: string;
|
|
15
|
-
alt: string;
|
|
16
|
-
props?: Omit<React.ComponentProps<typeof Image>, 'src' | 'alt' | 'data-testid'>;
|
|
17
|
-
};
|
|
18
|
-
export declare const FeaturedIcon: React.FC<FeaturedIconProps>;
|
|
19
|
-
export declare const FeaturedStat: React.FC<WithChildrenProp>;
|
|
20
|
-
export interface FeaturedTitleProps extends WithChildrenProp {
|
|
21
|
-
as: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'div';
|
|
22
|
-
props?: Omit<BoxProps, 'as' | 'children'>;
|
|
23
|
-
}
|
|
24
|
-
export declare const FeaturedTitle: React.FC<FeaturedTitleProps>;
|
|
25
|
-
export type FeaturedDescriptionProps = Pick<LandingPageBaseProps, 'desc' | 'onAnchorClick'>;
|
|
26
|
-
export declare const FeaturedDescription: React.FC<FeaturedDescriptionProps>;
|
|
27
|
-
export interface FeatureProps extends WithChildrenProp {
|
|
28
|
-
testId?: string;
|
|
29
|
-
props?: Omit<BoxProps, 'as' | 'children'>;
|
|
30
|
-
}
|
|
31
|
-
export declare const Feature: React.FC<FeatureProps>;
|
|
32
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { system } from '@codecademy/gamut-styles';
|
|
2
|
-
import { StyleProps } from '@codecademy/variance';
|
|
3
|
-
import { Scale } from '@codecademy/variance/dist/types/config';
|
|
4
|
-
import * as React from 'react';
|
|
5
|
-
import { SectionItem } from './AccordionMenu';
|
|
6
|
-
export type LayoutMenuSectionStyles = StyleProps<typeof system.space>;
|
|
7
|
-
export type LayoutMenuSectionProps = LayoutMenuSectionStyles & {
|
|
8
|
-
items: SectionItem[];
|
|
9
|
-
selectedItem?: string;
|
|
10
|
-
onItemClick: () => void;
|
|
11
|
-
verticalSpacing?: Scale<{
|
|
12
|
-
readonly property: 'padding';
|
|
13
|
-
readonly scale: 'spacing';
|
|
14
|
-
}>;
|
|
15
|
-
};
|
|
16
|
-
export declare const LayoutMenuSection: React.FC<LayoutMenuSectionProps>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { system } from '@codecademy/gamut-styles';
|
|
2
|
-
import { StyleProps } from '@codecademy/variance';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { SectionItem } from './AccordionMenu';
|
|
5
|
-
export type LayoutMenuSectionStyles = StyleProps<typeof system.space>;
|
|
6
|
-
export type LayoutMenuSectionProps = LayoutMenuSectionStyles & {
|
|
7
|
-
items: SectionItem[];
|
|
8
|
-
onItemClick: () => void;
|
|
9
|
-
};
|
|
10
|
-
export declare const LayoutMenuSection: React.FC<LayoutMenuSectionProps>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ParentLearningOutcome } from './types';
|
|
2
|
-
interface LearningOutcomeCardListProps {
|
|
3
|
-
learningOutcomes: ParentLearningOutcome[];
|
|
4
|
-
onClick?: (misc: Record<string, string>) => void;
|
|
5
|
-
}
|
|
6
|
-
export declare const LearningOutcomeCardList: React.FC<LearningOutcomeCardListProps>;
|
|
7
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { TileProps } from './types';
|
|
2
|
-
export declare const Tile: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
|
-
} & import("@codecademy/gamut").FlexBoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import("react").ClassAttributes<HTMLDivElement>> & {
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
} & TileProps, {}, {}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const EmptyNotification: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ButtonBaseElements } from '@codecademy/gamut';
|
|
2
|
-
import { Dispatch, SetStateAction } from 'react';
|
|
3
|
-
import { Notification } from '../NotificationList/typings';
|
|
4
|
-
export type NotificationBellProps = {
|
|
5
|
-
bellRef: React.RefObject<ButtonBaseElements>;
|
|
6
|
-
isOpen?: boolean;
|
|
7
|
-
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
8
|
-
notifications: Notification[];
|
|
9
|
-
};
|
|
10
|
-
export declare const NotificationBell: React.FC<NotificationBellProps>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AppHeaderListItem } from '../../AppHeader/AppHeaderElements/AppHeaderListItem';
|
|
2
|
-
import { AppHeaderProvider } from '../../AppHeader/AppHeaderElements/AppHeaderProvider';
|
|
3
|
-
import { useHeaderNotifications } from '../useHeaderNotifications';
|
|
4
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
-
export const NotificationTestComponent = props => {
|
|
6
|
-
const [notificationsBell, notificationsView] = useHeaderNotifications(props);
|
|
7
|
-
return /*#__PURE__*/_jsxs(AppHeaderProvider, {
|
|
8
|
-
children: [/*#__PURE__*/_jsx(AppHeaderListItem, {
|
|
9
|
-
children: notificationsBell?.renderElement()
|
|
10
|
-
}), notificationsView]
|
|
11
|
-
});
|
|
12
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const NotificationsWrapper: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
3
|
-
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4
|
-
} & import("@codecademy/gamut").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import("react").ClassAttributes<HTMLDivElement>> & {
|
|
5
|
-
theme?: import("@emotion/react").Theme;
|
|
6
|
-
}, {}, {}>;
|
|
7
|
-
export declare const NotificationDialog: import("@emotion/styled").StyledComponent<{
|
|
8
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
-
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
10
|
-
} & import("@codecademy/gamut").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof import("react").ClassAttributes<HTMLDivElement>> & {
|
|
11
|
-
theme?: import("@emotion/react").Theme;
|
|
12
|
-
}, {}, {}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AppHeaderNotificationSettings, NotificationsDropdownProps } from './types';
|
|
2
|
-
export type HeaderNotificationProps = {
|
|
3
|
-
settings: AppHeaderNotificationSettings | undefined;
|
|
4
|
-
Renderer: React.ComponentType<NotificationsDropdownProps>;
|
|
5
|
-
};
|
|
6
|
-
export declare const useHeaderNotifications: ({ settings, Renderer, }: HeaderNotificationProps) => null[] | readonly [{
|
|
7
|
-
readonly id: "notifications";
|
|
8
|
-
readonly type: "render-element";
|
|
9
|
-
readonly renderElement: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
}, import("react/jsx-runtime").JSX.Element];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
import { NotificationsProps } from './types';
|
|
3
|
-
interface NotificationButtons extends Pick<NotificationsProps, 'notifications'> {
|
|
4
|
-
clearAllButton: ReactElement | null;
|
|
5
|
-
closeButton: ReactElement;
|
|
6
|
-
showMoreButton: ReactElement | null;
|
|
7
|
-
}
|
|
8
|
-
export declare const useNotificationButtons: ({ actions, handleClose, notifications, notificationListRef, }: NotificationsProps) => NotificationButtons;
|
|
9
|
-
export {};
|
package/dist/PageAlerts/types.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface BaseImageProps {
|
|
3
|
-
alt: string;
|
|
4
|
-
src: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const Container: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme;
|
|
8
|
-
as?: React.ElementType;
|
|
9
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
-
export declare const PlayingImage: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme;
|
|
12
|
-
as?: React.ElementType;
|
|
13
|
-
}, React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
14
|
-
export declare const BaseImage: React.FC<BaseImageProps>;
|
|
15
|
-
export default BaseImage;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Currency, PlanType } from './types';
|
|
3
|
-
interface PricingAmountProps {
|
|
4
|
-
product: PlanType;
|
|
5
|
-
price: string;
|
|
6
|
-
monthlyPrice?: string;
|
|
7
|
-
currency: Currency;
|
|
8
|
-
termMonths?: number;
|
|
9
|
-
compact?: boolean;
|
|
10
|
-
isMultiple: boolean;
|
|
11
|
-
inUpsellModal?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const PricingAmount: React.FC<PricingAmountProps>;
|
|
14
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
interface Detail {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
tag: string;
|
|
5
|
-
variant: 'paleYellow' | 'yellow' | 'black' | 'navy-800';
|
|
6
|
-
features: {
|
|
7
|
-
name: string;
|
|
8
|
-
available: boolean;
|
|
9
|
-
isNew?: boolean;
|
|
10
|
-
isHighlighted?: boolean;
|
|
11
|
-
}[];
|
|
12
|
-
}
|
|
13
|
-
type PlanDetails = Record<string, Detail>;
|
|
14
|
-
export declare const planDetails: PlanDetails;
|
|
15
|
-
export {};
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import _styled from "@emotion/styled/base";
|
|
2
|
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
3
|
-
import { Box, FlexBox, InfoTip, Text } from '@codecademy/gamut';
|
|
4
|
-
import { CloseCircleIcon, MiniCheckCircleIcon } from '@codecademy/gamut-icons';
|
|
5
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
|
-
const ListItem = /*#__PURE__*/_styled(FlexBox, {
|
|
7
|
-
target: "e4rnqpz1",
|
|
8
|
-
label: "ListItem"
|
|
9
|
-
})(process.env.NODE_ENV === "production" ? {
|
|
10
|
-
name: "ffhm6p",
|
|
11
|
-
styles: "list-style-type:none"
|
|
12
|
-
} : {
|
|
13
|
-
name: "ffhm6p",
|
|
14
|
-
styles: "list-style-type:none/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9QcmljaW5nU2VjdGlvbi9QbGFuRmVhdHVyZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBYWdDIiwiZmlsZSI6Ii4uLy4uL3NyYy9QcmljaW5nU2VjdGlvbi9QbGFuRmVhdHVyZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCb3gsIEZsZXhCb3gsIEluZm9UaXAsIFRleHQgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dCc7XG5pbXBvcnQgeyBDbG9zZUNpcmNsZUljb24sIE1pbmlDaGVja0NpcmNsZUljb24gfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1pY29ucyc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5cbmludGVyZmFjZSBQbGFuRmVhdHVyZVByb3BzIHtcbiAgZmVhdHVyZToge1xuICAgIGxhYmVsOiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgaXNFbmFibGVkOiBib29sZWFuO1xuICB9O1xuICBpc011bHRpcGxlOiBib29sZWFuO1xufVxuXG5jb25zdCBMaXN0SXRlbSA9IHN0eWxlZChGbGV4Qm94KWBcbiAgbGlzdC1zdHlsZS10eXBlOiBub25lO1xuYC53aXRoQ29tcG9uZW50KCdsaScpO1xuXG5jb25zdCBIaWRkZW5Cb3ggPSBzdHlsZWQoQm94KWBcbiAgdmlzaWJpbGl0eTogaGlkZGVuO1xuYDtcblxuZXhwb3J0IGNvbnN0IFBsYW5GZWF0dXJlOiBSZWFjdC5GQzxQbGFuRmVhdHVyZVByb3BzPiA9ICh7XG4gIGZlYXR1cmU6IHsgaXNFbmFibGVkLCBsYWJlbCwgZGVzY3JpcHRpb24gfSxcbiAgaXNNdWx0aXBsZSxcbn0pID0+IHtcbiAgY29uc3QgSWNvbiA9IGlzRW5hYmxlZCA/IE1pbmlDaGVja0NpcmNsZUljb24gOiBDbG9zZUNpcmNsZUljb247XG5cbiAgcmV0dXJuIChcbiAgICA8TGlzdEl0ZW1cbiAgICAgIGFsaWduSXRlbXM9e2lzTXVsdGlwbGUgPyAnY2VudGVyJyA6IHsgXzogJ2NlbnRlcicsIHhzOiAnZmxleC1zdGFydCcgfX1cbiAgICAgIG10PXs0fVxuICAgICAgbXI9e2lzTXVsdGlwbGUgPyAndW5zZXQnIDogeyBfOiAndW5zZXQnLCB4czogMjQsIHNtOiA4IH19XG4gICAgICB3aWR0aD17aXNNdWx0aXBsZSA/ICd1bnNldCcgOiB7IF86ICd1bnNldCcsIHhzOiAnNTAlJyB9fVxuICAgID5cbiAgICAgIDxJY29uXG4gICAgICAgIG1yPXs4fVxuICAgICAgICBtdD17aXNNdWx0aXBsZSA/IDAgOiB7IHhzOiA0IH19XG4gICAgICAgIGZsZXhTaHJpbms9ezB9XG4gICAgICAgIGNvbG9yPXtpc0VuYWJsZWQgPyAnZ3JlZW4nIDogJ2dyYXktNjAwJ31cbiAgICAgICAgYXJpYS1oaWRkZW49e2ZhbHNlfVxuICAgICAgICBhcmlhLWxhYmVsPXtpc0VuYWJsZWQgPyAnaW5jbHVkZWQ6ICcgOiAnbm90IGluY2x1ZGVkOiAnfVxuICAgICAgLz5cblxuICAgICAgPEZsZXhCb3ggYWxpZ25JdGVtcz1cImNlbnRlclwiPlxuICAgICAgICB7aXNFbmFibGVkID8gKFxuICAgICAgICAgIDw+XG4gICAgICAgICAgICA8VGV4dCB3aWR0aD1cIjEwMCVcIiBtcj17NH0+XG4gICAgICAgICAgICAgIHtsYWJlbH1cbiAgICAgICAgICAgIDwvVGV4dD5cbiAgICAgICAgICAgIDxJbmZvVGlwIGluZm89e2Rlc2NyaXB0aW9ufSBwbGFjZW1lbnQ9XCJmbG9hdGluZ1wiIC8+XG4gICAgICAgICAgPC8+XG4gICAgICAgICkgOiAoXG4gICAgICAgICAgPD5cbiAgICAgICAgICAgIDxUZXh0IHRleHREZWNvcmF0aW9uPVwibGluZS10aHJvdWdoXCIgY29sb3I9XCJ0ZXh0LWRpc2FibGVkXCI+XG4gICAgICAgICAgICAgIHtsYWJlbH1cbiAgICAgICAgICAgIDwvVGV4dD5cblxuICAgICAgICAgICAgey8qIHRoaXMgbG9va3Mgb2RkIGJ1dCBpdCBlbnN1cmVzIGVhY2ggbGlzdCBpdGVtIGlzIHRoZSBzYW1lIGhlaWdodCwgYXMgaXRlbXMgd2l0aG91dCBhbiBJbmZvVGlwIHdvdWxkIG90aGVyd2lzZSBiZSBzaG9ydGVyICovfVxuICAgICAgICAgICAgPEhpZGRlbkJveD5cbiAgICAgICAgICAgICAgPEluZm9UaXAgaW5mbz1cIlwiIC8+XG4gICAgICAgICAgICA8L0hpZGRlbkJveD5cbiAgICAgICAgICA8Lz5cbiAgICAgICAgKX1cbiAgICAgIDwvRmxleEJveD5cbiAgICA8L0xpc3RJdGVtPlxuICApO1xufTtcbiJdfQ== */",
|
|
15
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
16
|
-
}).withComponent('li', {
|
|
17
|
-
target: "e4rnqpz2",
|
|
18
|
-
label: "ListItem"
|
|
19
|
-
});
|
|
20
|
-
const HiddenBox = /*#__PURE__*/_styled(Box, {
|
|
21
|
-
target: "e4rnqpz0",
|
|
22
|
-
label: "HiddenBox"
|
|
23
|
-
})(process.env.NODE_ENV === "production" ? {
|
|
24
|
-
name: "6dhm9o",
|
|
25
|
-
styles: "visibility:hidden"
|
|
26
|
-
} : {
|
|
27
|
-
name: "6dhm9o",
|
|
28
|
-
styles: "visibility:hidden/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9QcmljaW5nU2VjdGlvbi9QbGFuRmVhdHVyZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBaUI2QiIsImZpbGUiOiIuLi8uLi9zcmMvUHJpY2luZ1NlY3Rpb24vUGxhbkZlYXR1cmUudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm94LCBGbGV4Qm94LCBJbmZvVGlwLCBUZXh0IH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQnO1xuaW1wb3J0IHsgQ2xvc2VDaXJjbGVJY29uLCBNaW5pQ2hlY2tDaXJjbGVJY29uIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbnRlcmZhY2UgUGxhbkZlYXR1cmVQcm9wcyB7XG4gIGZlYXR1cmU6IHtcbiAgICBsYWJlbDogc3RyaW5nO1xuICAgIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuICAgIGlzRW5hYmxlZDogYm9vbGVhbjtcbiAgfTtcbiAgaXNNdWx0aXBsZTogYm9vbGVhbjtcbn1cblxuY29uc3QgTGlzdEl0ZW0gPSBzdHlsZWQoRmxleEJveClgXG4gIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTtcbmAud2l0aENvbXBvbmVudCgnbGknKTtcblxuY29uc3QgSGlkZGVuQm94ID0gc3R5bGVkKEJveClgXG4gIHZpc2liaWxpdHk6IGhpZGRlbjtcbmA7XG5cbmV4cG9ydCBjb25zdCBQbGFuRmVhdHVyZTogUmVhY3QuRkM8UGxhbkZlYXR1cmVQcm9wcz4gPSAoe1xuICBmZWF0dXJlOiB7IGlzRW5hYmxlZCwgbGFiZWwsIGRlc2NyaXB0aW9uIH0sXG4gIGlzTXVsdGlwbGUsXG59KSA9PiB7XG4gIGNvbnN0IEljb24gPSBpc0VuYWJsZWQgPyBNaW5pQ2hlY2tDaXJjbGVJY29uIDogQ2xvc2VDaXJjbGVJY29uO1xuXG4gIHJldHVybiAoXG4gICAgPExpc3RJdGVtXG4gICAgICBhbGlnbkl0ZW1zPXtpc011bHRpcGxlID8gJ2NlbnRlcicgOiB7IF86ICdjZW50ZXInLCB4czogJ2ZsZXgtc3RhcnQnIH19XG4gICAgICBtdD17NH1cbiAgICAgIG1yPXtpc011bHRpcGxlID8gJ3Vuc2V0JyA6IHsgXzogJ3Vuc2V0JywgeHM6IDI0LCBzbTogOCB9fVxuICAgICAgd2lkdGg9e2lzTXVsdGlwbGUgPyAndW5zZXQnIDogeyBfOiAndW5zZXQnLCB4czogJzUwJScgfX1cbiAgICA+XG4gICAgICA8SWNvblxuICAgICAgICBtcj17OH1cbiAgICAgICAgbXQ9e2lzTXVsdGlwbGUgPyAwIDogeyB4czogNCB9fVxuICAgICAgICBmbGV4U2hyaW5rPXswfVxuICAgICAgICBjb2xvcj17aXNFbmFibGVkID8gJ2dyZWVuJyA6ICdncmF5LTYwMCd9XG4gICAgICAgIGFyaWEtaGlkZGVuPXtmYWxzZX1cbiAgICAgICAgYXJpYS1sYWJlbD17aXNFbmFibGVkID8gJ2luY2x1ZGVkOiAnIDogJ25vdCBpbmNsdWRlZDogJ31cbiAgICAgIC8+XG5cbiAgICAgIDxGbGV4Qm94IGFsaWduSXRlbXM9XCJjZW50ZXJcIj5cbiAgICAgICAge2lzRW5hYmxlZCA/IChcbiAgICAgICAgICA8PlxuICAgICAgICAgICAgPFRleHQgd2lkdGg9XCIxMDAlXCIgbXI9ezR9PlxuICAgICAgICAgICAgICB7bGFiZWx9XG4gICAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAgICA8SW5mb1RpcCBpbmZvPXtkZXNjcmlwdGlvbn0gcGxhY2VtZW50PVwiZmxvYXRpbmdcIiAvPlxuICAgICAgICAgIDwvPlxuICAgICAgICApIDogKFxuICAgICAgICAgIDw+XG4gICAgICAgICAgICA8VGV4dCB0ZXh0RGVjb3JhdGlvbj1cImxpbmUtdGhyb3VnaFwiIGNvbG9yPVwidGV4dC1kaXNhYmxlZFwiPlxuICAgICAgICAgICAgICB7bGFiZWx9XG4gICAgICAgICAgICA8L1RleHQ+XG5cbiAgICAgICAgICAgIHsvKiB0aGlzIGxvb2tzIG9kZCBidXQgaXQgZW5zdXJlcyBlYWNoIGxpc3QgaXRlbSBpcyB0aGUgc2FtZSBoZWlnaHQsIGFzIGl0ZW1zIHdpdGhvdXQgYW4gSW5mb1RpcCB3b3VsZCBvdGhlcndpc2UgYmUgc2hvcnRlciAqL31cbiAgICAgICAgICAgIDxIaWRkZW5Cb3g+XG4gICAgICAgICAgICAgIDxJbmZvVGlwIGluZm89XCJcIiAvPlxuICAgICAgICAgICAgPC9IaWRkZW5Cb3g+XG4gICAgICAgICAgPC8+XG4gICAgICAgICl9XG4gICAgICA8L0ZsZXhCb3g+XG4gICAgPC9MaXN0SXRlbT5cbiAgKTtcbn07XG4iXX0= */",
|
|
29
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
30
|
-
});
|
|
31
|
-
export const PlanFeature = ({
|
|
32
|
-
feature: {
|
|
33
|
-
isEnabled,
|
|
34
|
-
label,
|
|
35
|
-
description
|
|
36
|
-
},
|
|
37
|
-
isMultiple
|
|
38
|
-
}) => {
|
|
39
|
-
const Icon = isEnabled ? MiniCheckCircleIcon : CloseCircleIcon;
|
|
40
|
-
return /*#__PURE__*/_jsxs(ListItem, {
|
|
41
|
-
alignItems: isMultiple ? 'center' : {
|
|
42
|
-
_: 'center',
|
|
43
|
-
xs: 'flex-start'
|
|
44
|
-
},
|
|
45
|
-
mt: 4,
|
|
46
|
-
mr: isMultiple ? 'unset' : {
|
|
47
|
-
_: 'unset',
|
|
48
|
-
xs: 24,
|
|
49
|
-
sm: 8
|
|
50
|
-
},
|
|
51
|
-
width: isMultiple ? 'unset' : {
|
|
52
|
-
_: 'unset',
|
|
53
|
-
xs: '50%'
|
|
54
|
-
},
|
|
55
|
-
children: [/*#__PURE__*/_jsx(Icon, {
|
|
56
|
-
mr: 8,
|
|
57
|
-
mt: isMultiple ? 0 : {
|
|
58
|
-
xs: 4
|
|
59
|
-
},
|
|
60
|
-
flexShrink: 0,
|
|
61
|
-
color: isEnabled ? 'green' : 'gray-600',
|
|
62
|
-
"aria-hidden": false,
|
|
63
|
-
"aria-label": isEnabled ? 'included: ' : 'not included: '
|
|
64
|
-
}), /*#__PURE__*/_jsx(FlexBox, {
|
|
65
|
-
alignItems: "center",
|
|
66
|
-
children: isEnabled ? /*#__PURE__*/_jsxs(_Fragment, {
|
|
67
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
68
|
-
width: "100%",
|
|
69
|
-
mr: 4,
|
|
70
|
-
children: label
|
|
71
|
-
}), /*#__PURE__*/_jsx(InfoTip, {
|
|
72
|
-
info: description,
|
|
73
|
-
placement: "floating"
|
|
74
|
-
})]
|
|
75
|
-
}) : /*#__PURE__*/_jsxs(_Fragment, {
|
|
76
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
77
|
-
textDecoration: "line-through",
|
|
78
|
-
color: "text-disabled",
|
|
79
|
-
children: label
|
|
80
|
-
}), /*#__PURE__*/_jsx(HiddenBox, {
|
|
81
|
-
children: /*#__PURE__*/_jsx(InfoTip, {
|
|
82
|
-
info: ""
|
|
83
|
-
})
|
|
84
|
-
})]
|
|
85
|
-
})
|
|
86
|
-
})]
|
|
87
|
-
});
|
|
88
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Product } from '../types';
|
|
3
|
-
import { AllCurrency } from './types';
|
|
4
|
-
type PricingAmountProps = {
|
|
5
|
-
product: Product;
|
|
6
|
-
price: string;
|
|
7
|
-
monthlyPrice?: string;
|
|
8
|
-
currency: AllCurrency;
|
|
9
|
-
termMonths?: number;
|
|
10
|
-
compact?: boolean;
|
|
11
|
-
isUserInIndia: boolean;
|
|
12
|
-
};
|
|
13
|
-
export declare const PricingAmount: React.FC<PricingAmountProps>;
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
interface Detail {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
tag: string;
|
|
5
|
-
variant: 'paleYellow' | 'yellow' | 'black';
|
|
6
|
-
features: {
|
|
7
|
-
label: string;
|
|
8
|
-
isEnabled: boolean;
|
|
9
|
-
description?: string;
|
|
10
|
-
}[];
|
|
11
|
-
}
|
|
12
|
-
type PlanDetails = Record<string, Detail>;
|
|
13
|
-
export declare const planDetails: PlanDetails;
|
|
14
|
-
export {};
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
const features = [{
|
|
2
|
-
label: 'Basic access to free courses',
|
|
3
|
-
description: 'Access basic material for courses in top subjects like HTML and JavaScript. Quizzes and projects not included with Basic.'
|
|
4
|
-
}, {
|
|
5
|
-
label: 'Community support',
|
|
6
|
-
description: 'Connect with other learners, get answers to your questions, and attend fun events.'
|
|
7
|
-
}, {
|
|
8
|
-
label: 'Learning resources',
|
|
9
|
-
description: 'Cheatsheets, docs, videos, and more to support your learning journey.'
|
|
10
|
-
}, {
|
|
11
|
-
label: 'Real-world projects',
|
|
12
|
-
description: 'Access our full library of practice and portfolio projects. Apply your skills and build your portfolio.'
|
|
13
|
-
}, {
|
|
14
|
-
label: 'All courses',
|
|
15
|
-
description: 'Unlimited access to 300+ stand-alone courses, including everything in Basic plus popular Pro courses like Learn Python 3.'
|
|
16
|
-
}, {
|
|
17
|
-
label: 'Skill paths',
|
|
18
|
-
description: 'Curated learning paths teach you everything you need to gain a specific skill, like building a website or visualizing data.'
|
|
19
|
-
}, {
|
|
20
|
-
label: 'Certificates of completion',
|
|
21
|
-
description: 'Earn a certificate for courses or paths you finish to share with your network as proof of completion.'
|
|
22
|
-
}, {
|
|
23
|
-
label: 'Career paths',
|
|
24
|
-
description: 'Curated learning paths give you the knowledge and experience to land a job in tech like Data Scientist or Engineer.'
|
|
25
|
-
}, {
|
|
26
|
-
label: 'Technical interview prep',
|
|
27
|
-
description: 'Technical interview prep courses, practice questions, code challenges, and more.'
|
|
28
|
-
}, {
|
|
29
|
-
label: 'Code challenges',
|
|
30
|
-
description: 'Test your knowledge with coding problems based on real-world technical interviews.'
|
|
31
|
-
}, {
|
|
32
|
-
label: 'Professional certifications',
|
|
33
|
-
description: "Prove you're job-ready. Earn a professional certification when you pass all the exams in select career paths."
|
|
34
|
-
}, {
|
|
35
|
-
label: 'Career services',
|
|
36
|
-
description: 'Get personalized job listings and connect with employers looking for tech talent.'
|
|
37
|
-
}, {
|
|
38
|
-
label: 'Assessments',
|
|
39
|
-
description: 'Test your skills as you build toward job-readiness. Certification exams are available in select career paths.'
|
|
40
|
-
}];
|
|
41
|
-
const getFeatures = enabledFeatures => {
|
|
42
|
-
return features.map(feature => ({
|
|
43
|
-
...feature,
|
|
44
|
-
isEnabled: !enabledFeatures || enabledFeatures.includes(feature.label)
|
|
45
|
-
}));
|
|
46
|
-
};
|
|
47
|
-
export const planDetails = {
|
|
48
|
-
pro: {
|
|
49
|
-
id: 'pro',
|
|
50
|
-
title: 'Pro',
|
|
51
|
-
tag: 'Learn a skill',
|
|
52
|
-
variant: 'yellow',
|
|
53
|
-
features: [{
|
|
54
|
-
label: 'Real-world projects',
|
|
55
|
-
isEnabled: true
|
|
56
|
-
}, {
|
|
57
|
-
label: 'All courses',
|
|
58
|
-
isEnabled: true
|
|
59
|
-
}, {
|
|
60
|
-
label: 'Skill paths',
|
|
61
|
-
isEnabled: true
|
|
62
|
-
}]
|
|
63
|
-
},
|
|
64
|
-
'pro-gold': {
|
|
65
|
-
id: 'pro-gold',
|
|
66
|
-
title: 'Pro',
|
|
67
|
-
tag: 'Build a career',
|
|
68
|
-
variant: 'yellow',
|
|
69
|
-
features: getFeatures()
|
|
70
|
-
},
|
|
71
|
-
'pro-silver': {
|
|
72
|
-
id: 'pro-silver',
|
|
73
|
-
title: 'Plus',
|
|
74
|
-
tag: 'Learn a skill',
|
|
75
|
-
variant: 'paleYellow',
|
|
76
|
-
features: getFeatures(['Basic access to free courses', 'Community support', 'Learning resources', 'Real-world projects', 'All courses', 'Skill paths', 'Certificates of completion'])
|
|
77
|
-
},
|
|
78
|
-
teams: {
|
|
79
|
-
id: 'teams',
|
|
80
|
-
title: 'Teams',
|
|
81
|
-
tag: 'Recommended for 2+',
|
|
82
|
-
variant: 'yellow',
|
|
83
|
-
features: getFeatures()
|
|
84
|
-
},
|
|
85
|
-
enterprise: {
|
|
86
|
-
id: 'enterprise',
|
|
87
|
-
title: 'Enterprise',
|
|
88
|
-
tag: 'Recommended for 25+',
|
|
89
|
-
variant: 'yellow',
|
|
90
|
-
features: getFeatures()
|
|
91
|
-
},
|
|
92
|
-
free: {
|
|
93
|
-
id: 'free',
|
|
94
|
-
title: 'Pro',
|
|
95
|
-
tag: 'Build a career',
|
|
96
|
-
variant: 'yellow',
|
|
97
|
-
features: getFeatures(['Basic access to free courses', 'Community support', 'Learning resources'])
|
|
98
|
-
}
|
|
99
|
-
};
|