@scrippsproduct/networks-ui-library 1.0.15
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/README.md +71 -0
- package/dist/ChoicesItem-CGIr6Qga.mjs +38 -0
- package/dist/Form.module-DbpB9u1l.mjs +150 -0
- package/dist/PageHero.module-BdV8z_Xv.mjs +8 -0
- package/dist/ResultsTable.module-B7M9y7hd.mjs +14 -0
- package/dist/SocialShareButton-BXGVUD-z.mjs +30 -0
- package/dist/_commonjsHelpers-DaMA6jEr.mjs +8 -0
- package/dist/add-DH4DZT_w.mjs +17 -0
- package/dist/addMonths-Ca2KMx6g.mjs +23 -0
- package/dist/assets/ActionButton.css +1 -0
- package/dist/assets/AdBlock.css +1 -0
- package/dist/assets/AdjustableTwoColumnGrid.css +1 -0
- package/dist/assets/AirDateFormatter.css +1 -0
- package/dist/assets/AnchorTag.css +1 -0
- package/dist/assets/BCVideoPlayer.css +1 -0
- package/dist/assets/BasicGridModule.css +1 -0
- package/dist/assets/Button.css +1 -0
- package/dist/assets/CarouselSlide.css +1 -0
- package/dist/assets/ChannelSearch.css +1 -0
- package/dist/assets/ChoicesItem.css +1 -0
- package/dist/assets/ContentHero.css +1 -0
- package/dist/assets/CtaBlock.css +1 -0
- package/dist/assets/CustomDataList.css +1 -0
- package/dist/assets/DateNavigation.css +1 -0
- package/dist/assets/DatePicker.css +1 -0
- package/dist/assets/DeviceAndPlatformLists.css +1 -0
- package/dist/assets/DrawerNavigation.css +1 -0
- package/dist/assets/EqualSizeFlexRow.css +1 -0
- package/dist/assets/EqualSizeGrid.css +1 -0
- package/dist/assets/ErrorHandler.css +1 -0
- package/dist/assets/FeaturedList.css +1 -0
- package/dist/assets/Figure.css +1 -0
- package/dist/assets/Figure2.css +1 -0
- package/dist/assets/FindUs.css +1 -0
- package/dist/assets/FooterNavigation.css +1 -0
- package/dist/assets/Form.css +1 -0
- package/dist/assets/GradientButton.css +1 -0
- package/dist/assets/GridList.css +1 -0
- package/dist/assets/IONShowHero.css +1 -0
- package/dist/assets/ImageCard.css +1 -0
- package/dist/assets/ImageReplacementAnchor.css +1 -0
- package/dist/assets/InfoPanel.css +1 -0
- package/dist/assets/InlineNavigation.css +1 -0
- package/dist/assets/InstructionsList.css +1 -0
- package/dist/assets/Loading.css +1 -0
- package/dist/assets/LoadingV2.css +1 -0
- package/dist/assets/LogoListItem.css +1 -0
- package/dist/assets/LogoNavigation.css +1 -0
- package/dist/assets/ModalContainer.css +1 -0
- package/dist/assets/MultiLayeredFigure.css +1 -0
- package/dist/assets/NavList.css +1 -0
- package/dist/assets/Overlay.css +1 -0
- package/dist/assets/PageHero.css +1 -0
- package/dist/assets/Pagination.css +1 -0
- package/dist/assets/ProgramAirdate.css +1 -0
- package/dist/assets/PromotionBlock.css +1 -0
- package/dist/assets/PromotionsRowModule.css +1 -0
- package/dist/assets/RescanInstructions.css +1 -0
- package/dist/assets/ResultsTable.css +1 -0
- package/dist/assets/ScheduleList.css +1 -0
- package/dist/assets/ShowAboutLayout.css +1 -0
- package/dist/assets/ShowSlide.css +1 -0
- package/dist/assets/SocialLinks.css +1 -0
- package/dist/assets/SocialShareButton.css +1 -0
- package/dist/assets/StringList.css +1 -0
- package/dist/assets/TabNavigation.css +1 -0
- package/dist/assets/TextSlide.css +1 -0
- package/dist/assets/TwoColumnSlide.css +1 -0
- package/dist/assets/UpcomingList.css +1 -0
- package/dist/chevron-left-DmvQntvu.mjs +54 -0
- package/dist/chevron-right-CaAz6ISN.mjs +54 -0
- package/dist/components/ActionButton/ActionButton.d.ts +19 -0
- package/dist/components/ActionButton/ActionButton.js +78 -0
- package/dist/components/ActionButton/index.d.ts +1 -0
- package/dist/components/ActionButton/index.js +5 -0
- package/dist/components/AdBlock/AdBlock.d.ts +6 -0
- package/dist/components/AdBlock/AdBlock.js +110 -0
- package/dist/components/AdBlock/index.d.ts +1 -0
- package/dist/components/AdBlock/index.js +5 -0
- package/dist/components/AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.d.ts +7 -0
- package/dist/components/AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.js +24 -0
- package/dist/components/AdjustableTwoColumnGrid/index.d.ts +1 -0
- package/dist/components/AdjustableTwoColumnGrid/index.js +5 -0
- package/dist/components/AirDateFormatter/AirDateFormatter.d.ts +5 -0
- package/dist/components/AirDateFormatter/AirDateFormatter.js +82 -0
- package/dist/components/AirDateFormatter/index.d.ts +1 -0
- package/dist/components/AirDateFormatter/index.js +5 -0
- package/dist/components/AnchorTag/AnchorTag.d.ts +9 -0
- package/dist/components/AnchorTag/AnchorTag.js +45 -0
- package/dist/components/AnchorTag/index.d.ts +1 -0
- package/dist/components/AnchorTag/index.js +5 -0
- package/dist/components/BCVideoPlayer/BCVideoPlayer.d.ts +13 -0
- package/dist/components/BCVideoPlayer/BCVideoPlayer.js +57 -0
- package/dist/components/BCVideoPlayer/index.d.ts +1 -0
- package/dist/components/BCVideoPlayer/index.js +5 -0
- package/dist/components/BasicGridModule/BasicGridModule.d.ts +24 -0
- package/dist/components/BasicGridModule/BasicGridModule.js +88 -0
- package/dist/components/BasicGridModule/index.d.ts +1 -0
- package/dist/components/BasicGridModule/index.js +5 -0
- package/dist/components/Button/Button.d.ts +19 -0
- package/dist/components/Button/Button.js +76 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.js +5 -0
- package/dist/components/ButtonAnchor/ButtonAnchor.d.ts +6 -0
- package/dist/components/ButtonAnchor/ButtonAnchor.js +18 -0
- package/dist/components/ButtonAnchor/index.d.ts +1 -0
- package/dist/components/ButtonAnchor/index.js +5 -0
- package/dist/components/Carousel/Carousel.d.ts +25 -0
- package/dist/components/Carousel/Carousel.js +298 -0
- package/dist/components/Carousel/CarouselUtils.class.d.ts +68 -0
- package/dist/components/Carousel/CarouselUtils.class.js +187 -0
- package/dist/components/Carousel/index.d.ts +1 -0
- package/dist/components/Carousel/index.js +5 -0
- package/dist/components/Carousel/navigations/Pagination.d.ts +3 -0
- package/dist/components/Carousel/navigations/Pagination.js +18 -0
- package/dist/components/CarouselSlide/CarouselSlide.d.ts +7 -0
- package/dist/components/CarouselSlide/CarouselSlide.js +37 -0
- package/dist/components/CarouselSlide/index.d.ts +1 -0
- package/dist/components/CarouselSlide/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/Empty/Empty.d.ts +2 -0
- package/dist/components/CarouselSlide/slide-layouts/Empty/Empty.js +9 -0
- package/dist/components/CarouselSlide/slide-layouts/Empty/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/Empty/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.d.ts +9 -0
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.js +30 -0
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.stories.d.ts +34 -0
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.stories.js +105 -0
- package/dist/components/CarouselSlide/slide-layouts/Figure/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/Figure/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/ImageCard/ImageCard.d.ts +2 -0
- package/dist/components/CarouselSlide/slide-layouts/ImageCard/ImageCard.js +10 -0
- package/dist/components/CarouselSlide/slide-layouts/ImageCard/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/ImageCard/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.d.ts +4 -0
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.js +27 -0
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.d.ts +28 -0
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.js +42 -0
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.d.ts +17 -0
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.js +116 -0
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.stories.d.ts +170 -0
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.stories.js +193 -0
- package/dist/components/CarouselSlide/slide-layouts/Show/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/Show/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.d.ts +7 -0
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.js +30 -0
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.stories.d.ts +19 -0
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.stories.js +35 -0
- package/dist/components/CarouselSlide/slide-layouts/Text/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/Text/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.d.ts +5 -0
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.js +17 -0
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.stories.d.ts +17 -0
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.stories.js +49 -0
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/Video/VideoSlide.d.ts +2 -0
- package/dist/components/CarouselSlide/slide-layouts/Video/VideoSlide.js +20 -0
- package/dist/components/CarouselSlide/slide-layouts/Video/index.d.ts +1 -0
- package/dist/components/CarouselSlide/slide-layouts/Video/index.js +5 -0
- package/dist/components/CarouselSlide/slide-layouts/index.d.ts +8 -0
- package/dist/components/CarouselSlide/slide-layouts/index.js +18 -0
- package/dist/components/CastInfoLayout/CastInfoLayout.d.ts +2 -0
- package/dist/components/CastInfoLayout/CastInfoLayout.js +62 -0
- package/dist/components/CastInfoLayout/index.d.ts +1 -0
- package/dist/components/CastInfoLayout/index.js +5 -0
- package/dist/components/ChannelSearch/ChannelSearch.d.ts +18 -0
- package/dist/components/ChannelSearch/ChannelSearch.js +171 -0
- package/dist/components/ChannelSearch/index.d.ts +1 -0
- package/dist/components/ChannelSearch/index.js +5 -0
- package/dist/components/ChoicesItem/ChoicesItem.d.ts +5 -0
- package/dist/components/ChoicesItem/ChoicesItem.js +8 -0
- package/dist/components/ChoicesItem/index.d.ts +1 -0
- package/dist/components/ChoicesItem/index.js +5 -0
- package/dist/components/ChoicesList/ChoicesList.d.ts +4 -0
- package/dist/components/ChoicesList/ChoicesList.js +9 -0
- package/dist/components/ChoicesList/index.d.ts +1 -0
- package/dist/components/ChoicesList/index.js +5 -0
- package/dist/components/Concat/Concat.d.ts +4 -0
- package/dist/components/Concat/Concat.js +10 -0
- package/dist/components/Concat/index.d.ts +1 -0
- package/dist/components/Concat/index.js +5 -0
- package/dist/components/CreateChoiceList/CreateChoiceList.d.ts +6 -0
- package/dist/components/CreateChoiceList/CreateChoiceList.js +14 -0
- package/dist/components/CreateChoiceList/index.d.ts +1 -0
- package/dist/components/CreateChoiceList/index.js +5 -0
- package/dist/components/CtaBlock/CtaBlock.d.ts +23 -0
- package/dist/components/CtaBlock/CtaBlock.js +89 -0
- package/dist/components/CtaBlock/index.d.ts +1 -0
- package/dist/components/CtaBlock/index.js +5 -0
- package/dist/components/CustomDataList/CustomDataList.d.ts +11 -0
- package/dist/components/CustomDataList/CustomDataList.js +282 -0
- package/dist/components/CustomDataList/index.d.ts +1 -0
- package/dist/components/CustomDataList/index.js +5 -0
- package/dist/components/CustomSelect/CustomSelect.d.ts +14 -0
- package/dist/components/CustomSelect/CustomSelect.js +217 -0
- package/dist/components/CustomSelect/index.d.ts +1 -0
- package/dist/components/CustomSelect/index.js +5 -0
- package/dist/components/DateNavigation/DateNavigation.d.ts +5 -0
- package/dist/components/DateNavigation/DateNavigation.js +115 -0
- package/dist/components/DateNavigation/index.d.ts +1 -0
- package/dist/components/DateNavigation/index.js +5 -0
- package/dist/components/DatePicker/DatePicker.d.ts +10 -0
- package/dist/components/DatePicker/DatePicker.js +5895 -0
- package/dist/components/DatePicker/index.d.ts +1 -0
- package/dist/components/DatePicker/index.js +5 -0
- package/dist/components/DeviceAndPlatformLists/DeviceAndPlatformLists.d.ts +5 -0
- package/dist/components/DeviceAndPlatformLists/DeviceAndPlatformLists.js +60 -0
- package/dist/components/DeviceAndPlatformLists/index.d.ts +1 -0
- package/dist/components/DeviceAndPlatformLists/index.js +5 -0
- package/dist/components/DrawerNavigation/DrawerNavigation.d.ts +10 -0
- package/dist/components/DrawerNavigation/DrawerNavigation.js +123 -0
- package/dist/components/DrawerNavigation/index.d.ts +1 -0
- package/dist/components/DrawerNavigation/index.js +5 -0
- package/dist/components/EqualSizeFlexRow/EqualSizeFlexRow.d.ts +6 -0
- package/dist/components/EqualSizeFlexRow/EqualSizeFlexRow.js +31 -0
- package/dist/components/EqualSizeFlexRow/index.d.ts +1 -0
- package/dist/components/EqualSizeFlexRow/index.js +5 -0
- package/dist/components/EqualSizeGrid/EqualSizeGrid.d.ts +7 -0
- package/dist/components/EqualSizeGrid/EqualSizeGrid.js +29 -0
- package/dist/components/EqualSizeGrid/index.d.ts +1 -0
- package/dist/components/EqualSizeGrid/index.js +5 -0
- package/dist/components/ErrorHandler/ErrorHandler.d.ts +5 -0
- package/dist/components/ErrorHandler/ErrorHandler.js +17 -0
- package/dist/components/ErrorHandler/index.d.ts +1 -0
- package/dist/components/ErrorHandler/index.js +5 -0
- package/dist/components/FeaturedList/FeaturedList.d.ts +7 -0
- package/dist/components/FeaturedList/FeaturedList.js +48 -0
- package/dist/components/FeaturedList/index.d.ts +1 -0
- package/dist/components/FeaturedList/index.js +5 -0
- package/dist/components/Figure/Figure.d.ts +8 -0
- package/dist/components/Figure/Figure.js +23 -0
- package/dist/components/Figure/index.d.ts +1 -0
- package/dist/components/Figure/index.js +5 -0
- package/dist/components/FindUs/FindUs.d.ts +20 -0
- package/dist/components/FindUs/FindUs.js +120 -0
- package/dist/components/FindUs/index.d.ts +1 -0
- package/dist/components/FindUs/index.js +5 -0
- package/dist/components/FooterNavigation/FooterNavigation.d.ts +4 -0
- package/dist/components/FooterNavigation/FooterNavigation.js +24 -0
- package/dist/components/FooterNavigation/index.d.ts +1 -0
- package/dist/components/FooterNavigation/index.js +5 -0
- package/dist/components/GenericList/GenericList.d.ts +6 -0
- package/dist/components/GenericList/GenericList.js +23 -0
- package/dist/components/GenericList/index.d.ts +1 -0
- package/dist/components/GenericList/index.js +5 -0
- package/dist/components/GetAirdateWrapper/GetAirdateWrapper.d.ts +9 -0
- package/dist/components/GetAirdateWrapper/GetAirdateWrapper.js +40 -0
- package/dist/components/GetAirdateWrapper/index.d.ts +1 -0
- package/dist/components/GetAirdateWrapper/index.js +5 -0
- package/dist/components/GradientButton/GradientButton.d.ts +15 -0
- package/dist/components/GradientButton/GradientButton.js +69 -0
- package/dist/components/GradientButton/index.d.ts +1 -0
- package/dist/components/GradientButton/index.js +5 -0
- package/dist/components/GridList/GridList.d.ts +6 -0
- package/dist/components/GridList/GridList.js +28 -0
- package/dist/components/GridList/index.d.ts +1 -0
- package/dist/components/GridList/index.js +5 -0
- package/dist/components/ImageCard/ImageCard.d.ts +3 -0
- package/dist/components/ImageCard/ImageCard.js +113 -0
- package/dist/components/ImageCard/ImageCardCore.d.ts +3 -0
- package/dist/components/ImageCard/ImageCardCore.js +129 -0
- package/dist/components/ImageCard/index.d.ts +1 -0
- package/dist/components/ImageCard/index.js +5 -0
- package/dist/components/ImageReplacementAnchor/ImageReplacementAnchor.d.ts +15 -0
- package/dist/components/ImageReplacementAnchor/ImageReplacementAnchor.js +52 -0
- package/dist/components/ImageReplacementAnchor/index.d.ts +1 -0
- package/dist/components/ImageReplacementAnchor/index.js +5 -0
- package/dist/components/InfoPanel/InfoPanel.d.ts +10 -0
- package/dist/components/InfoPanel/InfoPanel.js +66 -0
- package/dist/components/InfoPanel/index.d.ts +1 -0
- package/dist/components/InfoPanel/index.js +5 -0
- package/dist/components/InlineNavigation/InlineNavigation.d.ts +6 -0
- package/dist/components/InlineNavigation/InlineNavigation.js +27 -0
- package/dist/components/InlineNavigation/index.d.ts +1 -0
- package/dist/components/InlineNavigation/index.js +4 -0
- package/dist/components/Input/Input.d.ts +10 -0
- package/dist/components/Input/Input.js +57 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/Input/index.js +5 -0
- package/dist/components/InstructionsList/InstructionsList.d.ts +5 -0
- package/dist/components/InstructionsList/InstructionsList.js +17 -0
- package/dist/components/InstructionsList/index.d.ts +1 -0
- package/dist/components/InstructionsList/index.js +5 -0
- package/dist/components/Loading/Loading.d.ts +8 -0
- package/dist/components/Loading/Loading.js +36 -0
- package/dist/components/Loading/index.d.ts +1 -0
- package/dist/components/Loading/index.js +5 -0
- package/dist/components/LoadingV2/LoadingV2.d.ts +7 -0
- package/dist/components/LoadingV2/LoadingV2.js +39 -0
- package/dist/components/LoadingV2/index.d.ts +1 -0
- package/dist/components/LoadingV2/index.js +5 -0
- package/dist/components/LogoListItem/LogoListItem.d.ts +7 -0
- package/dist/components/LogoListItem/LogoListItem.js +29 -0
- package/dist/components/LogoListItem/index.d.ts +1 -0
- package/dist/components/LogoListItem/index.js +5 -0
- package/dist/components/LogoNavigation/LogoNavigation.d.ts +5 -0
- package/dist/components/LogoNavigation/LogoNavigation.js +23 -0
- package/dist/components/LogoNavigation/index.d.ts +1 -0
- package/dist/components/LogoNavigation/index.js +5 -0
- package/dist/components/ModalContainer/ModalContainer.d.ts +9 -0
- package/dist/components/ModalContainer/ModalContainer.js +108 -0
- package/dist/components/ModalContainer/index.d.ts +1 -0
- package/dist/components/ModalContainer/index.js +5 -0
- package/dist/components/MultiLayeredFigure/MultiLayeredFigure.d.ts +6 -0
- package/dist/components/MultiLayeredFigure/MultiLayeredFigure.js +29 -0
- package/dist/components/MultiLayeredFigure/index.d.ts +1 -0
- package/dist/components/MultiLayeredFigure/index.js +5 -0
- package/dist/components/NavList/NavList.d.ts +8 -0
- package/dist/components/NavList/NavList.js +33 -0
- package/dist/components/NavList/index.d.ts +1 -0
- package/dist/components/NavList/index.js +5 -0
- package/dist/components/Overlay/Overlay.d.ts +6 -0
- package/dist/components/Overlay/Overlay.js +37 -0
- package/dist/components/Overlay/index.d.ts +1 -0
- package/dist/components/Overlay/index.js +5 -0
- package/dist/components/PageHero/PageHero.d.ts +6 -0
- package/dist/components/PageHero/PageHero.js +19 -0
- package/dist/components/PageHero/index.d.ts +1 -0
- package/dist/components/PageHero/index.js +5 -0
- package/dist/components/PageHero/page-hero-layouts/ContentHero/ContentHero.d.ts +14 -0
- package/dist/components/PageHero/page-hero-layouts/ContentHero/ContentHero.js +40 -0
- package/dist/components/PageHero/page-hero-layouts/ContentHero/index.d.ts +1 -0
- package/dist/components/PageHero/page-hero-layouts/ContentHero/index.js +5 -0
- package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.d.ts +6 -0
- package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.js +64 -0
- package/dist/components/PageHero/page-hero-layouts/IONShow/index.d.ts +1 -0
- package/dist/components/PageHero/page-hero-layouts/IONShow/index.js +5 -0
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/ImageOnlyHero.d.ts +13 -0
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/ImageOnlyHero.js +35 -0
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/index.d.ts +1 -0
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/index.js +5 -0
- package/dist/components/PageHero/page-hero-layouts/index.d.ts +3 -0
- package/dist/components/PageHero/page-hero-layouts/index.js +8 -0
- package/dist/components/ProgramAirdate/ProgramAirdate.d.ts +11 -0
- package/dist/components/ProgramAirdate/ProgramAirdate.js +151 -0
- package/dist/components/ProgramAirdate/index.d.ts +1 -0
- package/dist/components/ProgramAirdate/index.js +5 -0
- package/dist/components/PromotionBlock/PromotionBlock.d.ts +5 -0
- package/dist/components/PromotionBlock/PromotionBlock.js +43 -0
- package/dist/components/PromotionBlock/index.d.ts +1 -0
- package/dist/components/PromotionBlock/index.js +5 -0
- package/dist/components/PromotionsRowBlock/PromotionsRowBlock.d.ts +5 -0
- package/dist/components/PromotionsRowBlock/PromotionsRowBlock.js +10 -0
- package/dist/components/PromotionsRowBlock/index.d.ts +1 -0
- package/dist/components/PromotionsRowBlock/index.js +5 -0
- package/dist/components/PromotionsRowModule/PromotionsRowModule.d.ts +6 -0
- package/dist/components/PromotionsRowModule/PromotionsRowModule.js +113 -0
- package/dist/components/PromotionsRowModule/index.d.ts +1 -0
- package/dist/components/PromotionsRowModule/index.js +5 -0
- package/dist/components/RescanInstructions/RescanInstructions.d.ts +4 -0
- package/dist/components/RescanInstructions/RescanInstructions.js +30 -0
- package/dist/components/RescanInstructions/index.d.ts +1 -0
- package/dist/components/RescanInstructions/index.js +5 -0
- package/dist/components/ResponsiveImage/ResponsiveImage.d.ts +14 -0
- package/dist/components/ResponsiveImage/ResponsiveImage.js +34 -0
- package/dist/components/ResponsiveImage/index.d.ts +1 -0
- package/dist/components/ResponsiveImage/index.js +5 -0
- package/dist/components/ResultsTable/ResultsTable.d.ts +7 -0
- package/dist/components/ResultsTable/ResultsTable.js +26 -0
- package/dist/components/ResultsTable/index.d.ts +1 -0
- package/dist/components/ResultsTable/index.js +5 -0
- package/dist/components/ResultsTableBody/ResultsTableBody.d.ts +6 -0
- package/dist/components/ResultsTableBody/ResultsTableBody.js +51 -0
- package/dist/components/ResultsTableBody/index.d.ts +1 -0
- package/dist/components/ResultsTableBody/index.js +5 -0
- package/dist/components/ResultsTableHeader/ResultsTableHeader.d.ts +4 -0
- package/dist/components/ResultsTableHeader/ResultsTableHeader.js +21 -0
- package/dist/components/ResultsTableHeader/index.d.ts +1 -0
- package/dist/components/ResultsTableHeader/index.js +5 -0
- package/dist/components/ScheduleLayout/ScheduleLayout.d.ts +6 -0
- package/dist/components/ScheduleLayout/ScheduleLayout.js +28 -0
- package/dist/components/ScheduleLayout/index.d.ts +1 -0
- package/dist/components/ScheduleLayout/index.js +5 -0
- package/dist/components/ScheduleList/ScheduleList.d.ts +6 -0
- package/dist/components/ScheduleList/ScheduleList.js +100 -0
- package/dist/components/ScheduleList/index.d.ts +1 -0
- package/dist/components/ScheduleList/index.js +5 -0
- package/dist/components/ScheduleList/schedule-list-items/AirDateSegment.d.ts +5 -0
- package/dist/components/ScheduleList/schedule-list-items/AirDateSegment.js +21 -0
- package/dist/components/ScheduleList/schedule-list-items/MovieItem.d.ts +8 -0
- package/dist/components/ScheduleList/schedule-list-items/MovieItem.js +39 -0
- package/dist/components/ScheduleList/schedule-list-items/SeriesItem.d.ts +8 -0
- package/dist/components/ScheduleList/schedule-list-items/SeriesItem.js +41 -0
- package/dist/components/ScheduleList/schedule-list-items/SportsItem.d.ts +8 -0
- package/dist/components/ScheduleList/schedule-list-items/SportsItem.js +39 -0
- package/dist/components/SectionedContent/SectionedContent.d.ts +4 -0
- package/dist/components/SectionedContent/SectionedContent.js +23 -0
- package/dist/components/SectionedContent/index.d.ts +1 -0
- package/dist/components/SectionedContent/index.js +5 -0
- package/dist/components/Select/Select.d.ts +12 -0
- package/dist/components/Select/Select.js +64 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Select/index.js +5 -0
- package/dist/components/ShowAboutContent/ShowAboutContent.d.ts +8 -0
- package/dist/components/ShowAboutContent/ShowAboutContent.js +69 -0
- package/dist/components/ShowAboutContent/index.d.ts +1 -0
- package/dist/components/ShowAboutContent/index.js +5 -0
- package/dist/components/ShowAboutLayout/ShowAboutLayout.d.ts +8 -0
- package/dist/components/ShowAboutLayout/ShowAboutLayout.js +53 -0
- package/dist/components/ShowAboutLayout/index.d.ts +1 -0
- package/dist/components/ShowAboutLayout/index.js +5 -0
- package/dist/components/SocialLinks/SocialLinks.d.ts +11 -0
- package/dist/components/SocialLinks/SocialLinks.js +260 -0
- package/dist/components/SocialLinks/index.d.ts +1 -0
- package/dist/components/SocialLinks/index.js +5 -0
- package/dist/components/SocialShareBlock/SocialShareBlock.d.ts +9 -0
- package/dist/components/SocialShareBlock/SocialShareBlock.js +44 -0
- package/dist/components/SocialShareBlock/index.d.ts +1 -0
- package/dist/components/SocialShareBlock/index.js +5 -0
- package/dist/components/SocialShareButton/SocialShareButton.d.ts +8 -0
- package/dist/components/SocialShareButton/SocialShareButton.js +9 -0
- package/dist/components/SocialShareButton/index.d.ts +1 -0
- package/dist/components/SocialShareButton/index.js +5 -0
- package/dist/components/StringList/StringList.d.ts +6 -0
- package/dist/components/StringList/StringList.js +30 -0
- package/dist/components/StringList/index.d.ts +1 -0
- package/dist/components/StringList/index.js +5 -0
- package/dist/components/TabContent/TabContent.d.ts +5 -0
- package/dist/components/TabContent/TabContent.js +10 -0
- package/dist/components/TabContent/index.d.ts +1 -0
- package/dist/components/TabContent/index.js +5 -0
- package/dist/components/TabNavigation/TabNavigation.d.ts +6 -0
- package/dist/components/TabNavigation/TabNavigation.js +69 -0
- package/dist/components/TabNavigation/index.d.ts +1 -0
- package/dist/components/TabNavigation/index.js +5 -0
- package/dist/components/TabbedContent/TabbedContent.d.ts +5 -0
- package/dist/components/TabbedContent/TabbedContent.js +15 -0
- package/dist/components/TabbedContent/index.d.ts +1 -0
- package/dist/components/TabbedContent/index.js +5 -0
- package/dist/components/TextArea/TextArea.d.ts +2 -0
- package/dist/components/TextArea/TextArea.js +49 -0
- package/dist/components/TextArea/index.d.ts +1 -0
- package/dist/components/TextArea/index.js +5 -0
- package/dist/components/UpcomingList/UpcomingList.d.ts +5 -0
- package/dist/components/UpcomingList/UpcomingList.js +61 -0
- package/dist/components/UpcomingList/index.d.ts +1 -0
- package/dist/components/UpcomingList/index.js +5 -0
- package/dist/containers/GetFeatruedListContainer.d.ts +17 -0
- package/dist/containers/GetFeatruedListContainer.js +50 -0
- package/dist/containers/NowPlayingContainer.d.ts +16 -0
- package/dist/containers/NowPlayingContainer.js +87 -0
- package/dist/data-resources/FakeDataResource.d.ts +95 -0
- package/dist/data-resources/FakeDataResource.js +692 -0
- package/dist/error-boundries/BlankErrorBoundry.d.ts +15 -0
- package/dist/error-boundries/BlankErrorBoundry.js +25 -0
- package/dist/error-boundries/GeneralErrorBoundry.d.ts +15 -0
- package/dist/error-boundries/GeneralErrorBoundry.js +27 -0
- package/dist/facebook-osmzgL7R.mjs +54 -0
- package/dist/format-DF9p-6BI.mjs +1221 -0
- package/dist/hooks/useAddScriptTags.d.ts +2 -0
- package/dist/hooks/useAddScriptTags.js +8 -0
- package/dist/hooks/useGetSchedule.d.ts +14 -0
- package/dist/hooks/useGetSchedule.js +58 -0
- package/dist/hooks/useGetUpcoming.d.ts +7 -0
- package/dist/hooks/useGetUpcoming.js +28 -0
- package/dist/hooks/useOptinMonsterReset.d.ts +4 -0
- package/dist/hooks/useOptinMonsterReset.js +41 -0
- package/dist/hooks/useSourcepointPrivacyTrigger.d.ts +4 -0
- package/dist/hooks/useSourcepointPrivacyTrigger.js +23 -0
- package/dist/icons/Facebook.d.ts +3 -0
- package/dist/icons/Facebook.js +33 -0
- package/dist/icons/Tiktok.d.ts +3 -0
- package/dist/icons/Tiktok.js +35 -0
- package/dist/icons/Twitter.d.ts +3 -0
- package/dist/icons/Twitter.js +35 -0
- package/dist/index-0wieGV50.mjs +133 -0
- package/dist/index-CZzwT3Oj.mjs +662 -0
- package/dist/index-DB0QlRo7.mjs +1827 -0
- package/dist/index-YbL9dKxh.mjs +19068 -0
- package/dist/index.d.ts +78 -0
- package/dist/index.js +158 -0
- package/dist/secl-ui.d.ts +2 -0
- package/dist/settings.d.ts +3 -0
- package/dist/settings.js +30 -0
- package/dist/sub-DTz41m8W.mjs +17 -0
- package/dist/subMonths-YdVF7zsL.mjs +11 -0
- package/dist/triangle-D0AHL9lB.mjs +54 -0
- package/dist/utils/Redirect.d.ts +4 -0
- package/dist/utils/Redirect.js +9 -0
- package/dist/utils/analytics.d.ts +1 -0
- package/dist/utils/analytics.js +458 -0
- package/dist/utils/createSocialShareLinks.d.ts +7 -0
- package/dist/utils/createSocialShareLinks.js +65 -0
- package/dist/utils/date-helpers.d.ts +31 -0
- package/dist/utils/date-helpers.js +49 -0
- package/dist/utils/events.d.ts +3 -0
- package/dist/utils/events.js +15 -0
- package/dist/utils/getCarouselOptions.d.ts +1 -0
- package/dist/utils/getCarouselOptions.js +64 -0
- package/dist/utils/getFeaturedList.d.ts +22 -0
- package/dist/utils/getFeaturedList.js +66 -0
- package/dist/utils/getFeaturedListImages.d.ts +5 -0
- package/dist/utils/getFeaturedListImages.js +36 -0
- package/dist/utils/getOnNowProgram.d.ts +12 -0
- package/dist/utils/getOnNowProgram.js +116 -0
- package/dist/utils/getSchedule.d.ts +7 -0
- package/dist/utils/getSchedule.js +31 -0
- package/dist/utils/getUpcomingPrograms.d.ts +18 -0
- package/dist/utils/getUpcomingPrograms.js +30 -0
- package/dist/utils/getViewingPlatforms.d.ts +16 -0
- package/dist/utils/getViewingPlatforms.js +34 -0
- package/dist/utils/gtm.d.ts +4 -0
- package/dist/utils/gtm.js +17 -0
- package/dist/utils/helpers.d.ts +116 -0
- package/dist/utils/helpers.js +117 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +4 -0
- package/dist/utils/optinMonsterReset.d.ts +4 -0
- package/dist/utils/optinMonsterReset.js +18 -0
- package/dist/utils/optinMonsterScript.d.ts +4 -0
- package/dist/utils/optinMonsterScript.js +20 -0
- package/dist/utils/program-helpers.d.ts +50 -0
- package/dist/utils/program-helpers.js +33 -0
- package/dist/utils/schedule-helpers.d.ts +1 -0
- package/dist/utils/schedule-helpers.js +7 -0
- package/dist/utils/series-helpers.d.ts +50 -0
- package/dist/utils/series-helpers.js +33 -0
- package/dist/utils/wpPlatformsTransformer.d.ts +1 -0
- package/dist/utils/wpPlatformsTransformer.js +28 -0
- package/dist/vite-env.d.js +1 -0
- package/dist/vite.svg +1 -0
- package/dist/x-D8_C2o-U.mjs +62 -0
- package/package.json +131 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._hero-content_1ygkx_1{align-self:end;position:relative;bottom:clamp(2rem,2vw + .1rem,3rem);left:clamp(2rem,2vw + .1rem,3rem)}._hero-content--right_1ygkx_8{justify-self:right;right:clamp(2rem,2vw + .1rem,3rem);left:auto}._hero-content--right_1ygkx_8 ._show-hero__logo-wrapper_1ygkx_14{display:flex;justify-content:flex-end}._hero-content--right_1ygkx_8 h1,._hero-content--right_1ygkx_8 ._hero-content__airdate_1ygkx_19{text-align:right}h1._hero-content__show-title_1ygkx_23,._hero-content__airdate_1ygkx_19{color:#fff}._show-hero__logo-wrapper_1ygkx_14{margin:.7rem 0}._show-hero__logo-wrapper_1ygkx_14>img{max-width:30rem;max-height:6rem;object-fit:contain;object-position:left bottom;filter:invert(1)}._show-hero--display_1ygkx_40{display:none}@supports (filter: invert(1)){h1._display-none_1ygkx_45{display:none}._show-hero--display_1ygkx_40{display:block}}@media screen and (max-width: 43.75rem){._hero-content_1ygkx_1{max-width:90%}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
image-card{--overlay-content-text-color: #fff;--align-overlay-content: flex-end;--justify-overlay-content: flex-start;padding:0 0 1rem;margin:0;display:flex;flex-direction:column;justify-content:stretch;height:100%}._image-card--clickable_1b3j4_13{cursor:pointer}._image-card__img-wrapper_1b3j4_17{display:grid;grid-template-areas:"img"}._image-card__img-wrapper_1b3j4_17>*{grid-area:img;align-self:var(--align-overlay-content);justify-self:var(--justify-overlay-content)}._image-card__img-wrapper_1b3j4_17>*>*{color:var(--overlay-content-text-color);text-shadow:1px 1px 2px rgba(0,0,0,.4);padding:0 1.5rem}._image-card__img-wrapper_1b3j4_17>*>source{display:contents}._image-card--inline_1b3j4_35 ._image-card__img-wrapper_1b3j4_17{flex:0 1 min(50%,750px)}._image-card__image_1b3j4_39{width:100%;padding:0!important}._image-card__image_1b3j4_39>img,._image-card__mobile-image_1b3j4_45{object-fit:cover;aspect-ratio:var(--image-aspect-ratio);object-position:var(--background-image-position);width:100%;background-color:#efefef;padding:0}._image-card__mobile-image_1b3j4_45{aspect-ratio:var(--mobile-image-aspect-ratio);object-position:var(--mobile-background-image-position);display:none}@media screen and (max-width: 700px){._image-card__mobile-image_1b3j4_45{display:block}._image-card__mobile-image_1b3j4_45~._image-card__image_1b3j4_39{display:none}._image-card__image_1b3j4_39{object-position:var(--mobile-background-image-position)}}._image-card--inline_1b3j4_35{flex-direction:row;gap:2.5rem;padding:0}._image-card__play-icon_1b3j4_77{display:grid;position:relative;align-self:center;justify-self:center;border-radius:50%;background-color:#ffffff80;border:1px rgba(0,0,0,.4) dotted;padding:1.5rem;cursor:pointer;transition:scale .225s ease-in-out;overflow:hidden}._image-card__play-icon_1b3j4_77:hover{scale:1.1}._image-card__play-icon_1b3j4_77:hover>._play-icon__triangle_1b3j4_93{scale:1.1;left:42%}._image-card__play-icon_1b3j4_77>._play-icon__triangle_1b3j4_93{position:absolute;top:32%;left:35%;width:0;height:0;border-top:.6rem solid transparent;border-left:1.2rem solid rgba(0,0,0,.5);border-bottom:.6rem solid transparent;border-right:none;display:block;background-color:transparent;transition:scale .225s ease-in-out,left .225s ease-in-out}._image-card__content_1b3j4_112{text-align:left;padding:1.5rem 0 .5rem}._image-card__content_1b3j4_112>div{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--content-line-clamp);line-clamp:var(--content-line-clamp);overflow:hidden;margin:1.5em 0}._image-card__content_1b3j4_112 h2{margin-top:0}._image-card--inline_1b3j4_35 ._image-card__content_1b3j4_112{align-self:center;padding:0}._image-card__cta-wrapper_1b3j4_133{justify-self:flex-end;margin-top:auto}._image-card__cta_1b3j4_133{background-color:transparent;color:var(--base-anchor-color);text-decoration:underline;border:none;text-align:left;cursor:pointer}._image-card__overlay-content_1b3j4_147{padding-bottom:1.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._image-replacement-anchor_hx29b_1{display:inline-block;height:var(--ira-height);aspect-ratio:var(--ira-aspect-ratio);transition:scale .225s ease-out,filter .225s ease-out;margin-right:1rem;translate:0 var(--ira-baseline-adjustment)}._image-replacement-anchor_hx29b_1:hover{scale:1.05;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}._image-replacement-anchor__text_hx29b_14{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._info-panel_1j4w6_1{display:block}._info-panel_1j4w6_1[data-state=entering]{animation-name:_fade_1j4w6_1;animation-duration:.225s;animation-fill-mode:forwards;animation-direction:reverse;animation-timing-function:ease-in-out}._info-panel_1j4w6_1[data-state=exiting]{animation-name:_fade_1j4w6_1;animation-duration:.225s;animation-fill-mode:forwards;animation-direction:normal;animation-timing-function:ease-in-out}._info-panel__back-btn_1j4w6_19{background-color:transparent;display:inline-flex;align-items:center;border:none;padding:0;margin:0 0 1em;font-size:1.1em;cursor:pointer;transition:scale .325s cubic-bezier(.16,.705,1,.785)}._info-panel__back-btn_1j4w6_19:hover{scale:1.05}@keyframes _fade_1j4w6_1{0%{opacity:100%;scale:1}to{opacity:0%;scale:.98}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._inline-navigation_3u114_1 ul{display:flex;justify-content:var(--inline-nav-justify-content);align-items:flex-end;gap:2rem}._inline-navigation_3u114_1 ul>li{flex:0 1 auto}._inline-navigation_3u114_1 ul>li:has(._anchor-tag--image_3u114_10){flex:0 1 6rem}._inline-navigation_3u114_1 ul>li>a{text-decoration:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._instructions-list__list_suf45_1{margin-bottom:.5em}._instructions-list__item_suf45_5{margin-bottom:1.5em}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
loading-wrapper{display:grid;height:100%;width:100%;position:sticky;grid-template-columns:1fr;place-items:center;--spinner-size: 3.125rem;--spinner-track-width: 4px;--spinner-color: var(--theme-color-100);--spinner-top-offset: 50%}._spinner-wrap_4d38k_14{opacity:0;animation-name:_fade-in_4d38k_1;animation-duration:1s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-delay:.25s;position:absolute;top:var(--spinner-top-offset)}._spinner-wrap_4d38k_14[data-state=exiting]{animation-name:_fade-out_4d38k_1;animation-duration:1s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}._spinner_4d38k_14{border-bottom:var(--spinner-track-width) solid rgba(0,0,0,.1);border-left:var(--spinner-track-width) solid rgba(0,0,0,.1);border-right:var(--spinner-track-width) solid rgba(0,0,0,.1);border-top:var(--spinner-track-width) solid var(--spinner-color);border-radius:50%;height:var(--spinner-size);width:var(--spinner-size);margin:0 auto;animation:_rot_4d38k_1 .6s infinite linear}._loading-wrapper__message_4d38k_44{position:absolute;top:var(--spinner-top-offset);left:50%;transform:translate(-50%,calc(var(--spinner-size) + 2rem))}@-webkit-keyframes _rot_4d38k_1{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes _rot_4d38k_1{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes _fade-in_4d38k_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_4d38k_1{0%{opacity:1}to{opacity:0}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._loading-wrapper_tub9o_1{--spinner-top-offset: 50%;display:grid;grid-template-columns:1fr;place-items:center;height:100%;width:100%;position:sticky}._spinner_tub9o_11{--spinner-width: 3rem;position:absolute;top:0;left:0;bottom:0;right:0;height:100%;width:100%;margin:auto}._spinner__wrapper_tub9o_23{position:relative;top:var(--spinner-top-offset);left:50%;transform:translate(-50%,-50%);width:var(--spinner-width);height:var(--spinner-width);border-radius:60%;background:none repeat scroll 0 0 transparent;overflow:hidden}._spinner__wrapper_tub9o_23>span{position:absolute;height:100%;width:50%;overflow:hidden}._spinner--pie_tub9o_41{transform:translate(-50%,-50%) rotate(0)}._spinner--ring_tub9o_45:after{content:"";position:absolute;top:calc((var(--spinner-width) - 46px) * .17 + 9px);left:calc((var(--spinner-width) - 46px) * .17 + 9px);display:block;height:calc(var(--spinner-width) * .608695);width:calc(var(--spinner-width) * .608695);background:none repeat scroll 0 0 #fff;border-radius:50%}._spinner__left_tub9o_57{left:0}._spinner__right_tub9o_61{left:50%}._spinner__anim_tub9o_65{position:absolute;left:100%;top:0;height:100%;width:100%;border-radius:999px;background:none repeat scroll 0 0 var(--theme-color-100);opacity:.8;animation:_ui-spinner-rotate-left_tub9o_1 infinite;animation-delay:0s;animation-duration:1.5s;animation-timing-function:linear;transform-origin:0 50% 0}._spinner__left_tub9o_57 ._spinner__anim_tub9o_65{border-bottom-left-radius:0;border-top-left-radius:0;animation-delay:.75s;background-color:var(--theme-color-200)}._spinner__right_tub9o_61 ._spinner__anim_tub9o_65{animation-name:_ui-spinner-rotate-right_tub9o_1;animation-delay:0;border-bottom-right-radius:0;border-top-right-radius:0;left:-100%;transform-origin:100% 50% 0}._loading-wrapper__message_tub9o_97{position:absolute;top:var(--spinner-top-offset);left:50%;transform:translate(-50%,calc(-50% + var(--spinner-width) + .5rem))}@keyframes _ui-spinner-rotate-left_tub9o_1{0%{transform:rotate(0);opacity:.4}25%{transform:rotate(180deg);opacity:.8}50%{transform:rotate(180deg)}75%{transform:rotate(360deg);opacity:0}to{transform:rotate(360deg)}}@keyframes _ui-spinner-rotate-right_tub9o_1{0%{transform:rotate(0)}25%{transform:rotate(0);opacity:0}50%{transform:rotate(180deg);opacity:.4}75%{transform:rotate(180deg);opacity:.8}to{transform:rotate(360deg);opacity:.4}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._icon-list-item_8ortj_1{position:relative;list-style:none;border:1px solid;width:100%;transition:transform .225s ease-in-out}._icon-list-item_8ortj_1:after{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;box-shadow:2px 2px 4px #0006;opacity:0;transition:opacity .225s ease-in-out}._icon-list-item__link_8ortj_21,._icon-list-item__img-wrapper_8ortj_22{display:flex;justify-content:center;padding:min(10%,1.25em)}._icon-list-item__link_8ortj_21>img,._icon-list-item__img-wrapper_8ortj_22>img{width:100%;object-fit:contain;aspect-ratio:2.5/1}._icon-list-item_8ortj_1:hover:has(._icon-list-item__link_8ortj_21),._icon-list-item_8ortj_1:has(._icon-list-item__link_8ortj_21:focus){transform:scale(1.02)}._icon-list-item_8ortj_1:hover:has(._icon-list-item__link_8ortj_21):after,._icon-list-item_8ortj_1:has(._icon-list-item__link_8ortj_21:focus):after{opacity:1}@supports (-moz-appearance: none) and (not selector(A:has(B))){._icon-list-item_8ortj_1:hover{transform:scale(1.02)}._icon-list-item_8ortj_1:hover:after{opacity:1}}@media screen and (max-width: 600px){._icon-list-item_8ortj_1{margin:0 auto 1.5em;width:66%}}@media screen and (max-width: 400px){._icon-list-item_8ortj_1{margin:0 auto 1.5em;width:75%}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
logo-navigation{display:flex;align-items:flex-end}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._modal_1vlfz_1{width:min(60vw,60rem);box-sizing:border-box;padding:0;opacity:0;border:1px solid var(--theme-color-100);box-shadow:4px 4px 20px #0006;will-change:transform,opacity;background-color:#0006}._modal_1vlfz_1[data-state=entering]{animation-name:_reveal_1vlfz_1;animation-duration:.25s;animation-timing-function:cubic-bezier(.13,.8,1,.87);animation-fill-mode:forwards}._modal_1vlfz_1[data-state=exiting]{animation-name:_hide_1vlfz_1;animation-duration:.45s;animation-timing-function:ease-in;animation-fill-mode:both}._modal_1vlfz_1[data-state=exiting]::backdrop{animation-name:_backdrop-reveal_1vlfz_1;animation-duration:1.5s;animation-fill-mode:forwards;animation-direction:reverse;animation-timing-function:linear;animation-delay:.2s}._modal_1vlfz_1::backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation-name:_backdrop-reveal_1vlfz_1;animation-duration:.275s;animation-fill-mode:forwards;animation-timing-function:linear;will-change:transform,opacity}@media screen and (max-width: 61.25rem){._modal_1vlfz_1{width:min(90vw,60rem)}}._modal__close-btn_1vlfz_48{position:absolute;top:0;left:0;cursor:pointer}@keyframes _reveal_1vlfz_1{0%{transform:scale3d(.4,.4,1);transform-origin:center;opacity:0}to{transform:scaleZ(1);opacity:1}}@keyframes _hide_1vlfz_1{0%{transform-origin:center;transform:scaleZ(1);opacity:1;border-radius:0%}to{transform:scale3d(0,0,1);opacity:0;border-radius:50%}}@keyframes _backdrop-reveal_1vlfz_1{0%{opacity:0}to{opacity:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._multi-layered-figure_b1yqx_1{display:grid;height:100%}._multi-layered-figure__images_b1yqx_6{grid-column:1/-1;background-repeat:no-repeat}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._nav-list_37is6_1{list-style:none;margin:0;padding:0}._nav-list__item_37is6_7{margin-bottom:1rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._overlay_itsaf_1{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background-color:#0000004d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);isolation:isolate;opacity:1;animation-name:_fade_itsaf_1;animation-duration:25ms;animation-fill-mode:forwards;animation-timing-function:linear}._overlay_itsaf_1[data-state=exiting]{animation-name:_fade_itsaf_1;animation-duration:.125s;animation-fill-mode:backwards;animation-direction:reverse;animation-timing-function:linear}@keyframes _reveal_itsaf_1{0%{transform-origin:left top;transform:scaleY(0);opacity:.3}to{transform-origin:left top;transform:scale(1);opacity:1}}@keyframes _hide_itsaf_1{0%{transform-origin:left top;transform:scale(1);opacity:1}to{transform-origin:left top;transform:scaleY(0);opacity:.3}}@keyframes _fade_itsaf_1{0%{opacity:0}to{opacity:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._hero_4s6yo_1{display:grid;grid-template-areas:"hero";--background-hero-position: center;--mobile-background-hero-position: center}._hero_4s6yo_1>*{grid-area:hero}._background-image_4s6yo_11>img,._mobile-background-image_4s6yo_12{width:100%;aspect-ratio:1710/600;object-fit:cover;object-position:var(--background-image-position);display:block}._mobile-background-image_4s6yo_12{aspect-ratio:388/594;object-position:var(--mobile-background-image-position);display:none}@media screen and (max-width: 43.75rem){._mobile-background-image_4s6yo_12{display:block}._mobile-background-image_4s6yo_12~._background-image_4s6yo_11{display:none}._background-image_4s6yo_11{object-position:var(--mobile-background-image-position)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._carousel_1booq_1{--_carousel-scrollbar-gutter: 1.75rem;--_carousel-pagination-size: 1rem;--_slide-gap: 1.5rem;position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:[carousel-scroller] 1fr [carousel-pagination]}._carousel__scroller_1booq_11{display:flex;box-sizing:border-box;overflow-x:auto;scroll-behavior:smooth;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-snap-align:center;scroll-padding-inline:var(--_carousel-gutters);padding-inline:var(--_carousel-gutters);scrollbar-width:none;list-style:none;margin:0}._carousel__scroller_1booq_11[data-scrollbar=true]{scrollbar-width:auto}._carousel__scroller_1booq_11:not([data-scrollbar=true])::-webkit-scrollbar{display:none}._carousel__scroller_1booq_11::-webkit-scrollbar{display:auto}._carousel-controls_1booq_38{display:contents}._carousel-controls__btn_1booq_42{position:absolute;top:50%;transform:translateY(var(--_controls-transform));border-radius:50%;background-color:#fff6;color:#000;aspect-ratio:1;border:1px solid transparent;padding:0;overflow:hidden;z-index:1;cursor:pointer;transition:opacity .325s ease-out}._carousel-controls__btn_1booq_42>i>svg{display:block;block-size:auto;max-inline-size:100%;stroke:currentColor}._carousel-controls__btn_1booq_42[disabled]{opacity:0}._carousel-controls__previous_1booq_67{inset-inline-start:var(--_control-btns-offset-x)}._carousel-controls__previous_1booq_67 svg{transform:translate(-2px)}._carousel-controls__next_1booq_74{inset-inline-end:var(--_control-btns-offset-x)}._carousel-controls__next_1booq_74 svg{transform:translate(2px)}._carousel-controls__btn_1booq_42[disabled]{cursor:not-allowed;transition-delay:0s}._carousel-nav_1booq_86{margin-top:0}._carousel-nav__list_1booq_90{display:flex;gap:1rem;justify-content:center;align-items:flex-start;list-style:none;padding:0}._carousel-nav__item_1booq_99{flex-basis:1rem;min-width:1rem;max-width:1rem;height:1rem;background-color:transparent;border-radius:50%;border:1px solid rgba(65,65,65,.1)}._carousel-nav__item_1booq_99[data-current=true]{background-color:#8080801a}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._program-airdate_et1s5_1{color:var(--pa-color)}._program-airdate__descriptor_et1s5_5{font-size:1.25em;margin-block-end:.5em;font-weight:700}._program-airdate__logo_et1s5_11{aspect-ratio:var(--pa-logo-aspect-ratio);max-width:300px;margin-block-end:1.5rem;background-image:var(--pa-logo-image);background-size:cover}@media screen and (max-width: 48rem){._program-airdate__logo_et1s5_11{max-width:250px}}._program-airdate__logo_et1s5_11[data-style=gradient]{background-image:var(--pa-gradient);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}._program-airdate--missing-logo_et1s5_30[data-style=gradient]{background-image:unset;-webkit-mask-size:unset;mask-size:unset;-webkit-mask-repeat:unset;mask-repeat:unset;display:grid;justify-items:start;align-items:center;color:var(--pa-color);font-size:2.6rem;font-weight:600;line-height:1.3;text-wrap:balance}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
promotion-block{display:flex;align-items:center;max-width:768px;margin:0 auto;--animation-delay: .1s;--animation-duration: .45s;--animation-timing-function: cubic-bezier(1, 0, .49, 1);--animation-fill-mode: backwards}._promo-image_1nlw7_12{display:grid;grid-template-columns:6em 6.5em;align-items:center;text-align:right}promo-image{display:block}promo-image>a{display:inline-block;transition:transform .225s ease-in-out}promo-image>a:hover{transform:scale(1.05)}promo-image img{width:100%}._promo-image__text_1nlw7_33{font-size:.9em;padding-right:.5em}._promo-copy_1nlw7_38{padding-left:1.5em;margin-top:0}@media (prefers-reduced-motion: no-preference){._promo-image--animate_1nlw7_44{animation-name:_promo-slide-in-left_1nlw7_1;animation-duration:var(--animation-duration);animation-delay:var(--animation-delay);animation-fill-mode:var(--animation-fill-mode);animation-timing-function:var(--animation-timing-function)}._promo-copy--animate_1nlw7_51{animation-name:_promo-slide-in-right_1nlw7_1;animation-duration:var(--animation-duration);animation-delay:var(--animation-delay);animation-fill-mode:var(--animation-fill-mode);animation-timing-function:var(--animation-timing-function)}}._promo-copy__header_1nlw7_59{font-size:1.1em;margin:0}._promo-copy__description_1nlw7_64,._promo-copy__link_1nlw7_65{font-size:.95em}._promo-copy__description_1nlw7_64{margin:.5em 0}._promo-copy__link_1nlw7_65{color:var(--ad-block-color);text-decoration:none;text-transform:uppercase;margin-top:.25em;display:inline-block;font-size:.9em;border-bottom:1px solid;transition:transform .225s ease-in-out}._promo-copy__link_1nlw7_65:hover{transform:scale(1.05)}@media screen and (max-width: 600px){promotion-block{flex-direction:column;text-align:center}._promo-copy_1nlw7_38{margin-top:1.5em;padding-left:0}._promo-image_1nlw7_12{display:block;text-align:center}._promo-image__text_1nlw7_33{margin-bottom:1em;display:inline-block}promp-image>a{width:50%;margin:auto}}@keyframes _promo-slide-in-left_1nlw7_1{0%{transform:translate(-10em);opacity:0}to{transform:none;opacity:1}}@keyframes _promo-slide-in-right_1nlw7_1{0%{transform:translate(10em);opacity:0}to{transform:none;opacity:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#carousel-promotions-row .slide{align-items:stretch}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._rescan-instructions_ndzy9_1{display:block}._rescan__header_ndzy9_5{margin-top:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._results-table_azyuq_1{margin-bottom:2.5em}._results-table__row_azyuq_4{display:flex;justify-content:space-evenly;margin:0}._results-table__item_azyuq_9,._results-table__header_azyuq_9{flex:1 1 20%;padding:.6em 1.4em;border-right:1px solid;display:grid;align-items:center}._results-table__title-row_azyuq_16{display:flex;justify-content:space-between;margin:0 0 1.4em auto}._results-table__title_azyuq_16{padding-left:1.6em}._results-table__mobile-label_azyuq_24{display:none}._results-table__item_azyuq_9:last-child,._results-table__header_azyuq_9:last-child{border-right:none}._results-table__header_azyuq_9{font-weight:700;text-transform:uppercase}._results-table__no-results_azyuq_34{text-align:center;padding:1em 0}._results-table--compact_azyuq_40 ._results-table__item_azyuq_9{border-right:none;padding:.4em .8em .4em 0;display:flex;align-items:flex-end}._results-table--compact_azyuq_40 ._results-table__mobile-label_azyuq_24{display:inline-block;flex:0 0 4em}._results-table--compact_azyuq_40 ._results-table__header-row_azyuq_50{display:none}._results-table--compact_azyuq_40 ._results-table__row_azyuq_4{flex-direction:column;justify-content:flex-start;padding:.7em 0;border-top:1px dotted}._results-table--compact_azyuq_40 ._results-table__row_azyuq_4:first-of-type,._results-table--compact_azyuq_40 ._results-table__row_azyuq_4:nth-of-type(2){border-top:none;padding-top:0}._results-table--compact_azyuq_40 ._results-table__title_azyuq_16{font-size:1.2em;padding-left:.8em}._results-table--compact_azyuq_40 ._results-table__title-row_azyuq_16{margin-bottom:0}._results-table--compact_azyuq_40 ._results-table__hide-on-mobile_azyuq_70{display:none}@media screen and (max-width: 768px){._results-table__item_azyuq_9{border-right:none;padding:.4em .8em;display:flex}._results-table__mobile-label_azyuq_24{display:inline-block;flex:0 0 4.5em;font-weight:700}._results-table__header-row_azyuq_50{display:none}._results-table__row_azyuq_4{flex-direction:column;justify-content:flex-start;padding:.7em 0;border-bottom:1px dotted}._results-table__row_azyuq_4:last-of-type{border-bottom:none;padding:1.5em 0}._results-table__row_azyuq_4:nth-of-type(2){padding-top:0}._results-table__title_azyuq_16{font-size:1.2em;padding-left:.8em}._results-table__title-row_azyuq_16{margin-bottom:0}._results-table__hide-on-mobile_azyuq_70{display:none}}@media (prefers-reduced-motion: no-preference){._fade-in__wrapper_azyuq_113{animation-name:_page-fade-in_azyuq_1;animation-fill-mode:backwards;animation-duration:625ms}}@keyframes _page-fade-in_azyuq_1{0%{opacity:0}to{opacity:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._schedule-list__item_10j6g_1{display:grid;grid-template-columns:10% 1fr;padding:1rem 0;border-bottom:1px solid}._schedule-list__item_10j6g_1:last-child{border:none}._schedule-list__airdate_10j6g_12{align-self:center}._schedule-list_10j6g_1{padding:0;animation-name:_fade-in_10j6g_1;animation-duration:.325s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}._schedule-list_10j6g_1[data-state=exiting]{animation-name:_fade-out_10j6g_1}@keyframes _fade-in_10j6g_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_10j6g_1{0%{opacity:1}to{opacity:0}}.schedule-list__airdate .airdate-formatter__date,.schedule-list__airdate .airdate-formatter__day{display:none}.schedule-list__item .h4{margin-bottom:.5rem}.schedule-list__item .image-card__content>div{margin:.5rem 0 1rem}.schedule-list__item .image-card__img-wrapper{flex:0 0 clamp(330px,47%,580px)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._series-about-tab_cekq9_1{animation-name:_slide-up_cekq9_1;animation-duration:.625s;animation-delay:.05s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.21,.815,.625,1.015);padding-bottom:3rem}@keyframes _slide-up_cekq9_1{0%{opacity:.1;transform:translate3d(0,10rem,0)}50%{opacity:.2}to{opacity:1;transform:translateZ(0)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._show-slide_mt0c3_1 image-card{padding:0}.show-slide .image-card__overlay-content{padding-bottom:2.5rem}.slide .show-slide .image-card__overlay-content>h1,.slide .show-slide .image-card__overlay-content>.show-slide__logo-wrapper,.slide .show-slide airdate-formatter{opacity:0}.slide .show-slide .image-card__overlay-content>h1,.slide .show-slide .image-card__overlay-content>.show-slide__logo-wrapper{animation-name:slideDownIn;animation-duration:.65s;animation-timing-function:cubic-bezier(.15,.725,.61,1.04);animation-fill-mode:forwards}.slide .show-slide airdate-formatter{display:block;animation-name:slideUpIn;animation-duration:.65s;animation-timing-function:cubic-bezier(.15,.725,.61,1.04);animation-fill-mode:forwards;animation-delay:.1s}.slide[inert] .show-slide .image-card__overlay-content>h1,.slide[inert] .show-slide .image-card__overlay-content>.show-slide__logo-wrapper,.slide[inert] .show-slide airdate-formatter{animation:unset}.show-slide__logo-wrapper{margin:.7rem 0}.show-slide__logo-wrapper>img{max-width:30rem;max-height:6rem;object-fit:contain;object-position:left bottom;filter:grayscale(1) brightness(0) invert(1)}.show-slide--display{display:none}@supports (filter:invert(1)){h1.display-none{display:none}.show-slide--display{display:block}}@keyframes slideDownIn{0%{opacity:.3;translate:0 -3.5rem}50%{opacity:.5}to{opacity:1;translate:0 0}}@keyframes slideUpIn{0%{opacity:.3;translate:0 3.5rem}50%{opacity:.5}to{opacity:1;translate:0 0}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._social-link_1pbud_1{display:inline-flex;align-items:center;justify-content:center;padding:0;margin-right:1rem;transition:background-color .325s ease-out}._social-link_1pbud_1 i{display:inline-flex}._social-link_1pbud_1 ._social-link__icon_1pbud_12{transition:fill .225s ease-in-out;fill:#fff;stroke:#777;stroke-width:1px}._social-link_1pbud_1:hover ._social-link__icon_1pbud_12{fill:currentColor;stroke:#fff}._social-link_1pbud_1:last-child{margin-right:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._social-share_qvnyi_1{display:flex}._social-share__button_qvnyi_5{line-height:1;padding-block:.25rem 0}._social-share__icon_qvnyi_10{display:block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._string-list__pipe_6c2cm_1{font-size:1.5em;vertical-align:baseline;margin:0 .05em;margin-inline:.05em}._string-list--block_6c2cm_8{display:block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tab-navigation{display:flex;align-items:center}._tab-navigation__list_146qs_6{display:flex;justify-content:flex-start;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}._tab-navigation__right-side_146qs_16{margin-left:auto}.tab-navigation__item>.gradient-btn[disabled]{--gradient: linear-gradient(180deg, var(--gradient-end-color), var(--gradient-start-color), var(--gradient-start-color), var(--gradient-end-color))}.tab-navigation__item>.gradient-btn{text-shadow:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._text-slide_1h4rx_1{display:grid;align-content:center;justify-content:center;grid-template-columns:1fr;height:100%}._text-slide__text_1h4rx_9{font-size:2.4rem;text-align:center}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._two-column-slide_1p3kg_1{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;height:100%;padding:2rem;gap:2rem;box-sizing:border-box}._two-column-slide_1p3kg_1 column-one>img,._two-column-slide_1p3kg_1 column-two>img{display:block;width:100%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._upcoming-list_15byb_1{padding:0;list-style:none}._upcoming-list__item_15byb_6{display:flex;padding:1rem 0;border-bottom:1px solid}._upcoming-list__item_15byb_6:last-child{border:none}._upcoming-list__airdate_15byb_16{flex:1 0 min(20%,115px);align-self:center}.upcoming-list__item{gap:.25rem}.upcoming-list__item .image-card__img-wrapper{flex:0 0 min(100%,330px)}.upcoming-list__item .image-card__content>div{margin:0 0 1rem}.upcoming-list__item .image-card__content>div:first-child{font-weight:700;margin-bottom:.5rem}.upcoming-list__airdate{align-self:stretch;flex:0 0 auto;display:flex;align-items:center;box-sizing:border-box}.upcoming-list__airdate-bg{padding:0 1.5rem;height:185px;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:center}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import l, { forwardRef as c } from "react";
|
|
2
|
+
import { P as a } from "./index-CZzwT3Oj.mjs";
|
|
3
|
+
function f() {
|
|
4
|
+
return f = Object.assign || function(e) {
|
|
5
|
+
for (var o = 1; o < arguments.length; o++) {
|
|
6
|
+
var r = arguments[o];
|
|
7
|
+
for (var t in r)
|
|
8
|
+
Object.prototype.hasOwnProperty.call(r, t) && (e[t] = r[t]);
|
|
9
|
+
}
|
|
10
|
+
return e;
|
|
11
|
+
}, f.apply(this, arguments);
|
|
12
|
+
}
|
|
13
|
+
function u(e, o) {
|
|
14
|
+
if (e == null) return {};
|
|
15
|
+
var r = v(e, o), t, n;
|
|
16
|
+
if (Object.getOwnPropertySymbols) {
|
|
17
|
+
var i = Object.getOwnPropertySymbols(e);
|
|
18
|
+
for (n = 0; n < i.length; n++)
|
|
19
|
+
t = i[n], !(o.indexOf(t) >= 0) && Object.prototype.propertyIsEnumerable.call(e, t) && (r[t] = e[t]);
|
|
20
|
+
}
|
|
21
|
+
return r;
|
|
22
|
+
}
|
|
23
|
+
function v(e, o) {
|
|
24
|
+
if (e == null) return {};
|
|
25
|
+
var r = {}, t = Object.keys(e), n, i;
|
|
26
|
+
for (i = 0; i < t.length; i++)
|
|
27
|
+
n = t[i], !(o.indexOf(n) >= 0) && (r[n] = e[n]);
|
|
28
|
+
return r;
|
|
29
|
+
}
|
|
30
|
+
var s = c(function(e, o) {
|
|
31
|
+
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, p = u(e, ["color", "size"]);
|
|
32
|
+
return /* @__PURE__ */ l.createElement("svg", f({
|
|
33
|
+
ref: o,
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
width: i,
|
|
36
|
+
height: i,
|
|
37
|
+
viewBox: "0 0 24 24",
|
|
38
|
+
fill: "none",
|
|
39
|
+
stroke: t,
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}, p), /* @__PURE__ */ l.createElement("polyline", {
|
|
44
|
+
points: "15 18 9 12 15 6"
|
|
45
|
+
}));
|
|
46
|
+
});
|
|
47
|
+
s.propTypes = {
|
|
48
|
+
color: a.string,
|
|
49
|
+
size: a.oneOfType([a.string, a.number])
|
|
50
|
+
};
|
|
51
|
+
s.displayName = "ChevronLeft";
|
|
52
|
+
export {
|
|
53
|
+
s as C
|
|
54
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import s, { forwardRef as c } from "react";
|
|
2
|
+
import { P as a } from "./index-CZzwT3Oj.mjs";
|
|
3
|
+
function l() {
|
|
4
|
+
return l = Object.assign || function(t) {
|
|
5
|
+
for (var o = 1; o < arguments.length; o++) {
|
|
6
|
+
var r = arguments[o];
|
|
7
|
+
for (var e in r)
|
|
8
|
+
Object.prototype.hasOwnProperty.call(r, e) && (t[e] = r[e]);
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
}, l.apply(this, arguments);
|
|
12
|
+
}
|
|
13
|
+
function u(t, o) {
|
|
14
|
+
if (t == null) return {};
|
|
15
|
+
var r = g(t, o), e, n;
|
|
16
|
+
if (Object.getOwnPropertySymbols) {
|
|
17
|
+
var i = Object.getOwnPropertySymbols(t);
|
|
18
|
+
for (n = 0; n < i.length; n++)
|
|
19
|
+
e = i[n], !(o.indexOf(e) >= 0) && Object.prototype.propertyIsEnumerable.call(t, e) && (r[e] = t[e]);
|
|
20
|
+
}
|
|
21
|
+
return r;
|
|
22
|
+
}
|
|
23
|
+
function g(t, o) {
|
|
24
|
+
if (t == null) return {};
|
|
25
|
+
var r = {}, e = Object.keys(t), n, i;
|
|
26
|
+
for (i = 0; i < e.length; i++)
|
|
27
|
+
n = e[i], !(o.indexOf(n) >= 0) && (r[n] = t[n]);
|
|
28
|
+
return r;
|
|
29
|
+
}
|
|
30
|
+
var p = c(function(t, o) {
|
|
31
|
+
var r = t.color, e = r === void 0 ? "currentColor" : r, n = t.size, i = n === void 0 ? 24 : n, f = u(t, ["color", "size"]);
|
|
32
|
+
return /* @__PURE__ */ s.createElement("svg", l({
|
|
33
|
+
ref: o,
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
width: i,
|
|
36
|
+
height: i,
|
|
37
|
+
viewBox: "0 0 24 24",
|
|
38
|
+
fill: "none",
|
|
39
|
+
stroke: e,
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}, f), /* @__PURE__ */ s.createElement("polyline", {
|
|
44
|
+
points: "9 18 15 12 9 6"
|
|
45
|
+
}));
|
|
46
|
+
});
|
|
47
|
+
p.propTypes = {
|
|
48
|
+
color: a.string,
|
|
49
|
+
size: a.oneOfType([a.string, a.number])
|
|
50
|
+
};
|
|
51
|
+
p.displayName = "ChevronRight";
|
|
52
|
+
export {
|
|
53
|
+
p as C
|
|
54
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export function ActionButton({ label, type, onClick, varient, size, customColors, disabled, classname, ...attributes }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
label: any;
|
|
4
|
+
type?: string | undefined;
|
|
5
|
+
onClick?: (() => void) | undefined;
|
|
6
|
+
varient?: string | undefined;
|
|
7
|
+
size?: string | undefined;
|
|
8
|
+
customColors?: {
|
|
9
|
+
bgColor: string;
|
|
10
|
+
bgHoverColor: string;
|
|
11
|
+
color: string;
|
|
12
|
+
hoverColor: string;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
borderHoverColor: string;
|
|
15
|
+
} | undefined;
|
|
16
|
+
disabled: any;
|
|
17
|
+
classname?: string | undefined;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export default ActionButton;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as C, useEffect as H } from "react";
|
|
3
|
+
import { subscribe as w, unsubscribe as y, publish as x } from "../../utils/events.js";
|
|
4
|
+
import { classes as N } from "../../utils/helpers.js";
|
|
5
|
+
import '../../assets/ActionButton.css';const S = "_scale_9huvk_1", n = {
|
|
6
|
+
"action-btn": "_action-btn_9huvk_1",
|
|
7
|
+
"action-btn--small": "_action-btn--small_9huvk_31",
|
|
8
|
+
"action-btn--large": "_action-btn--large_9huvk_38",
|
|
9
|
+
"action-btn--primary": "_action-btn--primary_9huvk_45",
|
|
10
|
+
"action-btn--action": "_action-btn--action_9huvk_54",
|
|
11
|
+
"action-btn--info": "_action-btn--info_9huvk_63",
|
|
12
|
+
"action-btn--danger": "_action-btn--danger_9huvk_72",
|
|
13
|
+
"dots-pulse": "_dots-pulse_9huvk_97",
|
|
14
|
+
scale: S
|
|
15
|
+
};
|
|
16
|
+
function A({
|
|
17
|
+
label: l,
|
|
18
|
+
type: c = "button",
|
|
19
|
+
onClick: s = () => {
|
|
20
|
+
},
|
|
21
|
+
varient: r = "",
|
|
22
|
+
size: e = "",
|
|
23
|
+
customColors: o = {
|
|
24
|
+
bgColor: "",
|
|
25
|
+
bgHoverColor: "",
|
|
26
|
+
color: "",
|
|
27
|
+
hoverColor: "",
|
|
28
|
+
borderColor: "",
|
|
29
|
+
borderHoverColor: ""
|
|
30
|
+
},
|
|
31
|
+
disabled: d,
|
|
32
|
+
classname: _ = "",
|
|
33
|
+
...p
|
|
34
|
+
}) {
|
|
35
|
+
const [a, b] = C("idle"), v = r === "" ? "" : `action-btn--${r}`, h = e === "" ? "" : `action-btn--${e}`, g = o.bgColor !== "" ? {
|
|
36
|
+
"--button-bg-color": o.bgColor,
|
|
37
|
+
"--button-hover-bg-color": o.bgHoverColor === "" ? o.bgColor : o.bgHoverColor,
|
|
38
|
+
"--button-color": o.color,
|
|
39
|
+
"--button-hover-color": o.hoverColor === "" ? o.color : o.hoverColor,
|
|
40
|
+
"--button-border-color": o.borderColor === "" ? o.bgColor : o.borderColor,
|
|
41
|
+
"--button-hover-border-color": o.borderHoverColor === "" && o.borderColor === "" ? o.bgColor : o.borderHoverColor
|
|
42
|
+
} : null, u = () => {
|
|
43
|
+
b("idle");
|
|
44
|
+
}, k = (f) => {
|
|
45
|
+
s(f), b("waiting"), x("scripps:actionbtn:clicked");
|
|
46
|
+
};
|
|
47
|
+
return H(() => (w("scripps:action:completed", u), () => {
|
|
48
|
+
y("scripps:action:completed");
|
|
49
|
+
}), []), /* @__PURE__ */ i(
|
|
50
|
+
"button",
|
|
51
|
+
{
|
|
52
|
+
type: c,
|
|
53
|
+
className: N([
|
|
54
|
+
n["action-btn"],
|
|
55
|
+
"action-btn",
|
|
56
|
+
_,
|
|
57
|
+
r === "" ? "" : n[v],
|
|
58
|
+
e === "" ? "" : n[h]
|
|
59
|
+
]),
|
|
60
|
+
onClick: k,
|
|
61
|
+
disabled: a === "waiting" || d,
|
|
62
|
+
style: g,
|
|
63
|
+
...p,
|
|
64
|
+
children: [
|
|
65
|
+
a !== "waiting" && /* @__PURE__ */ t("span", { className: n["action-btn__label"], children: l }),
|
|
66
|
+
a === "waiting" && /* @__PURE__ */ i("div", { className: n["dots-pulse"], children: [
|
|
67
|
+
/* @__PURE__ */ t("span", {}),
|
|
68
|
+
/* @__PURE__ */ t("span", {}),
|
|
69
|
+
/* @__PURE__ */ t("span", {})
|
|
70
|
+
] })
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
export {
|
|
76
|
+
A as ActionButton,
|
|
77
|
+
A as default
|
|
78
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ActionButton, ActionButton as default } from './ActionButton';
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { jsx as e, jsxs as c, Fragment as y } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as l, useCallback as b, useEffect as x } from "react";
|
|
3
|
+
import '../../assets/AdBlock.css';const N = {
|
|
4
|
+
"ad-anchor": "_ad-anchor_3lwu0_8",
|
|
5
|
+
"ad-copy__link": "_ad-copy__link_3lwu0_19",
|
|
6
|
+
"ad-image": "_ad-image_3lwu0_23",
|
|
7
|
+
"ad-image__text": "_ad-image__text_3lwu0_50",
|
|
8
|
+
"ad-copy": "_ad-copy_3lwu0_19",
|
|
9
|
+
"ad-image--animate": "_ad-image--animate_3lwu0_61",
|
|
10
|
+
"promo-slide-in-left": "_promo-slide-in-left_3lwu0_1",
|
|
11
|
+
"ad-copy--animate": "_ad-copy--animate_3lwu0_68",
|
|
12
|
+
"promo-slide-in-right": "_promo-slide-in-right_3lwu0_1",
|
|
13
|
+
"ad-copy__header": "_ad-copy__header_3lwu0_76",
|
|
14
|
+
"ad-copy__description": "_ad-copy__description_3lwu0_81"
|
|
15
|
+
}, w = {
|
|
16
|
+
"ad-anchor": "_ad-anchor_iji3s_17",
|
|
17
|
+
"ad-copy__link": "_ad-copy__link_iji3s_28",
|
|
18
|
+
"ad-image": "_ad-image_iji3s_42",
|
|
19
|
+
"ad-image__text": "_ad-image__text_iji3s_59",
|
|
20
|
+
"ad-copy": "_ad-copy_iji3s_28",
|
|
21
|
+
"ad-image--animate": "_ad-image--animate_iji3s_78",
|
|
22
|
+
"promo-slide-in-left": "_promo-slide-in-left_iji3s_1",
|
|
23
|
+
"ad-copy--animate": "_ad-copy--animate_iji3s_85",
|
|
24
|
+
"promo-slide-in-right": "_promo-slide-in-right_iji3s_1",
|
|
25
|
+
"ad-copy__header": "_ad-copy__header_iji3s_93",
|
|
26
|
+
"ad-copy__description": "_ad-copy__description_iji3s_105",
|
|
27
|
+
"ad-copy__link-text": "_ad-copy__link-text_iji3s_106"
|
|
28
|
+
}, j = {
|
|
29
|
+
"ad-anchor": "_ad-anchor_1k4cf_26",
|
|
30
|
+
"ad-copy__link": "_ad-copy__link_1k4cf_37",
|
|
31
|
+
"background-container": "_background-container_1k4cf_41",
|
|
32
|
+
"ad-copy": "_ad-copy_1k4cf_37",
|
|
33
|
+
"ad-copy__header": "_ad-copy__header_1k4cf_57",
|
|
34
|
+
"ad-copy__description": "_ad-copy__description_1k4cf_67",
|
|
35
|
+
"cta-container": "_cta-container_1k4cf_78",
|
|
36
|
+
"cta-container__link": "_cta-container__link_1k4cf_89",
|
|
37
|
+
"ad-image": "_ad-image_1k4cf_108",
|
|
38
|
+
"ad-image__text": "_ad-image__text_1k4cf_127",
|
|
39
|
+
"ad-image-mobile": "_ad-image-mobile_1k4cf_137",
|
|
40
|
+
"ad-image--animate": "_ad-image--animate_1k4cf_240",
|
|
41
|
+
"promo-slide-in-right": "_promo-slide-in-right_1k4cf_1",
|
|
42
|
+
"ad-copy--animate": "_ad-copy--animate_1k4cf_247",
|
|
43
|
+
"promo-slide-in-left": "_promo-slide-in-left_1k4cf_1",
|
|
44
|
+
"ad-cta--animate": "_ad-cta--animate_1k4cf_254",
|
|
45
|
+
"ad-mobile-disclaimer--animate": "_ad-mobile-disclaimer--animate_1k4cf_268"
|
|
46
|
+
}, v = {
|
|
47
|
+
"ad-anchor": "_ad-anchor_15im4_1",
|
|
48
|
+
"cta-container__link": "_cta-container__link_15im4_11"
|
|
49
|
+
};
|
|
50
|
+
function L({ image: _, ad: i, theme: n = "default" }) {
|
|
51
|
+
const a = (/* @__PURE__ */ new Map([
|
|
52
|
+
["default", N],
|
|
53
|
+
["round2", w],
|
|
54
|
+
["tablotv", j],
|
|
55
|
+
["imageonly", v]
|
|
56
|
+
])).get(n), g = i.campaign === "" ? "" : `?utm_campaign=${i.campaign}&utm_source=${i.source}&utm_medium=${i.medium}&utm_content=${i.content}`, s = l(), t = l(), d = l(), m = l(), p = l(), f = l(), o = `${i.href}${g}`, h = b((r, k) => {
|
|
57
|
+
r.forEach((u) => {
|
|
58
|
+
u.isIntersecting && (n === "tablotv" && (d.current.classList.add(`${a["ad-cta--animate"]}`), f.current.classList.add(`${a["ad-mobile-disclaimer--animate"]}`)), s.current.classList.add(`${a["ad-copy--animate"]}`), t.current.classList.add(`${a["ad-image--animate"]}`), k.unobserve(t.current));
|
|
59
|
+
});
|
|
60
|
+
}, [a]);
|
|
61
|
+
return x(() => {
|
|
62
|
+
if (n !== "imageonly") {
|
|
63
|
+
const r = new IntersectionObserver(h, {
|
|
64
|
+
root: null,
|
|
65
|
+
rootMargin: "0px",
|
|
66
|
+
threshold: 0.1
|
|
67
|
+
});
|
|
68
|
+
return r.observe(t.current), () => {
|
|
69
|
+
r.disconnect();
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
}, [n, h]), /* @__PURE__ */ e(
|
|
73
|
+
"ad-block",
|
|
74
|
+
{
|
|
75
|
+
class: `${a["ad-anchor"]}`,
|
|
76
|
+
onClick: (r) => {
|
|
77
|
+
(r.target === d.current || r.target === m.current || r.target === p.current) && r.preventDefault(), window.open(d.current, "_blank");
|
|
78
|
+
},
|
|
79
|
+
children: n === "imageonly" ? /* @__PURE__ */ e("a", { className: a["cta-container__link"], href: o, target: "_blank", rel: "noreferrer", ref: d, children: /* @__PURE__ */ e("span", { className: "sr-only", children: _.text }) }) : n === "tablotv" ? /* @__PURE__ */ c("div", { className: a["background-container"], children: [
|
|
80
|
+
/* @__PURE__ */ c("div", { className: a["ad-copy"], ref: s, children: [
|
|
81
|
+
/* @__PURE__ */ e("h4", { className: a["ad-copy__header"], children: i.header }),
|
|
82
|
+
/* @__PURE__ */ e("div", { className: a["ad-image-mobile"], ref: t, children: /* @__PURE__ */ e("ad-image", { children: /* @__PURE__ */ e("a", { href: o, target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ e("img", { src: _.mobile, alt: _.altText, ref: p }) }) }) }),
|
|
83
|
+
/* @__PURE__ */ e("p", { className: a["ad-copy__description"], children: i.description })
|
|
84
|
+
] }),
|
|
85
|
+
/* @__PURE__ */ c("div", { className: a["cta-container"], children: [
|
|
86
|
+
/* @__PURE__ */ e("a", { className: a["cta-container__link"], href: o, target: "_blank", rel: "noreferrer", ref: d, children: i.linkText }),
|
|
87
|
+
/* @__PURE__ */ e("span", { className: a["ad-image__text"], ref: f, children: _.text })
|
|
88
|
+
] }),
|
|
89
|
+
/* @__PURE__ */ c("div", { className: a["ad-image"], ref: t, children: [
|
|
90
|
+
/* @__PURE__ */ e("ad-image", { children: /* @__PURE__ */ e("a", { href: o, target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ e("img", { src: _.url, alt: _.altText, ref: m }) }) }),
|
|
91
|
+
/* @__PURE__ */ e("span", { className: a["ad-image__text"], children: _.text })
|
|
92
|
+
] })
|
|
93
|
+
] }) : /* @__PURE__ */ c(y, { children: [
|
|
94
|
+
/* @__PURE__ */ c("div", { className: a["ad-image"], ref: t, children: [
|
|
95
|
+
/* @__PURE__ */ e("span", { className: a["ad-image__text"], children: _.text }),
|
|
96
|
+
/* @__PURE__ */ e("ad-image", { children: /* @__PURE__ */ e("a", { href: o, target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ e("img", { src: _.url, alt: _.altText, ref: m }) }) })
|
|
97
|
+
] }),
|
|
98
|
+
/* @__PURE__ */ c("div", { className: a["ad-copy"], ref: s, children: [
|
|
99
|
+
/* @__PURE__ */ e("h4", { className: a["ad-copy__header"], children: i.header }),
|
|
100
|
+
/* @__PURE__ */ e("p", { className: a["ad-copy__description"], children: i.description }),
|
|
101
|
+
/* @__PURE__ */ e("a", { className: a["ad-copy__link"], href: o, target: "_blank", rel: "noreferrer", ref: d, children: i.linkText })
|
|
102
|
+
] })
|
|
103
|
+
] })
|
|
104
|
+
}
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
export {
|
|
108
|
+
L as AdBlock,
|
|
109
|
+
L as default
|
|
110
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AdBlock, AdBlock as default } from './AdBlock';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function AdjustableTwoColumnGrid({ children, gap, firstColumnWidth, classname }: {
|
|
2
|
+
children: any;
|
|
3
|
+
gap?: string | undefined;
|
|
4
|
+
firstColumnWidth?: number | undefined;
|
|
5
|
+
classname?: string | undefined;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default AdjustableTwoColumnGrid;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { Children as m, cloneElement as e } from "react";
|
|
3
|
+
import '../../assets/AdjustableTwoColumnGrid.css';const s = {};
|
|
4
|
+
function d({ children: c, gap: n = "1.5rem", firstColumnWidth: l = 33, classname: r = "" }) {
|
|
5
|
+
const o = m.toArray(c);
|
|
6
|
+
return /* @__PURE__ */ a(
|
|
7
|
+
"adjustable-two-column-layout",
|
|
8
|
+
{
|
|
9
|
+
style: {
|
|
10
|
+
"--atcl-gap-size": n,
|
|
11
|
+
"--atcl-first-column-width": typeof l == "string" ? l : `${l}%`
|
|
12
|
+
},
|
|
13
|
+
class: r,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("div", { className: s["two-column-layout__column-one"], children: e(o[0], o[0].props) }),
|
|
16
|
+
/* @__PURE__ */ t("div", { className: s["two-column-layout__column-two"], children: e(o[1], o[1].props) })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
d as AdjustableTwoColumnGrid,
|
|
23
|
+
d as default
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AdjustableTwoColumnGrid, AdjustableTwoColumnGrid as default } from './AdjustableTwoColumnGrid';
|