@scrippsproduct/networks-ui-library 1.1.0-alpha.0 → 1.1.0-alpha.2
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/Carousel.module-CNJzZW2-.mjs +14 -0
- package/dist/{ChoicesItem-CGIr6Qga.mjs → ChoicesItem-CT9fXB0I.mjs} +22 -23
- package/dist/PageHero.module-BM0IV1P5.mjs +8 -0
- package/dist/ResultsTable.module-1zxhXaem.mjs +14 -0
- package/dist/{SocialShareButton-BXGVUD-z.mjs → SocialShareButton-BMhRS9Qr.mjs} +12 -7
- package/dist/assets/ActionButton.css +1 -1
- package/dist/assets/AdBlock.css +1 -1
- package/dist/assets/AirDateFormatter.css +1 -1
- package/dist/assets/AnchorTag.css +1 -1
- package/dist/assets/BasicGridModule.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Carousel.css +1 -1
- package/dist/assets/CarouselSlide.css +1 -1
- package/dist/assets/ChannelSearch.css +1 -1
- package/dist/assets/ChoicesItem.css +1 -1
- package/dist/assets/ContentHero.css +1 -1
- package/dist/assets/CtaBlock.css +1 -1
- package/dist/assets/CustomDataList.css +1 -1
- package/dist/assets/DateNavigation.css +1 -1
- package/dist/assets/DeviceAndPlatformLists.css +1 -1
- package/dist/assets/Figure.css +1 -1
- package/dist/assets/Figure2.css +1 -1
- package/dist/assets/FindUs.css +1 -1
- package/dist/assets/GradientButton.css +1 -1
- package/dist/assets/ImageCard.css +1 -1
- package/dist/assets/InlineNavigation.css +1 -1
- package/dist/assets/LogoListItem.css +1 -1
- package/dist/assets/ModalContainer.css +1 -1
- package/dist/assets/PageHero.css +1 -1
- package/dist/assets/ProgramAirdate.css +1 -1
- package/dist/assets/PromotionBlock.css +1 -1
- package/dist/assets/ResultsTable.css +1 -1
- package/dist/assets/ScheduleLayout.css +1 -0
- package/dist/assets/ScheduleList.css +1 -1
- package/dist/assets/ShowAboutLayout.css +1 -1
- package/dist/assets/ShowSlide.css +1 -1
- package/dist/assets/SocialLinks.css +1 -1
- package/dist/assets/TextSlide.css +1 -1
- package/dist/assets/TwoColumnSlide.css +1 -1
- package/dist/assets/UpcomingList.css +1 -1
- package/dist/components/ActionButton/ActionButton.d.ts +20 -1
- package/dist/components/ActionButton/ActionButton.js +36 -36
- package/dist/components/ActionButton/index.d.ts +2 -1
- package/dist/components/AdBlock/AdBlock.d.ts +20 -1
- package/dist/components/AdBlock/AdBlock.js +118 -83
- package/dist/components/AdBlock/index.d.ts +2 -1
- package/dist/components/AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.d.ts +7 -1
- package/dist/components/AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.js +17 -12
- package/dist/components/AdjustableTwoColumnGrid/index.d.ts +2 -1
- package/dist/components/AirDateFormatter/AirDateFormatter.d.ts +5 -4
- package/dist/components/AirDateFormatter/AirDateFormatter.js +21 -22
- package/dist/components/AirDateFormatter/index.d.ts +2 -1
- package/dist/components/AnchorTag/AnchorTag.d.ts +10 -1
- package/dist/components/AnchorTag/AnchorTag.js +22 -23
- package/dist/components/AnchorTag/index.d.ts +2 -1
- package/dist/components/BCVideoPlayer/BCVideoPlayer.d.ts +19 -12
- package/dist/components/BCVideoPlayer/BCVideoPlayer.js +39 -37
- package/dist/components/BCVideoPlayer/index.d.ts +2 -1
- package/dist/components/BasicGridModule/BasicGridModule.d.ts +19 -17
- package/dist/components/BasicGridModule/BasicGridModule.js +57 -51
- package/dist/components/BasicGridModule/index.d.ts +2 -1
- package/dist/components/Button/Button.d.ts +18 -17
- package/dist/components/Button/Button.js +31 -32
- package/dist/components/Button/index.d.ts +2 -1
- package/dist/components/ButtonAnchor/ButtonAnchor.d.ts +5 -5
- package/dist/components/ButtonAnchor/ButtonAnchor.js +7 -5
- package/dist/components/ButtonAnchor/index.d.ts +2 -1
- package/dist/components/Carousel/Carousel.d.ts +7 -24
- package/dist/components/Carousel/Carousel.js +113 -113
- package/dist/components/Carousel/CarouselUtils.class.d.ts +16 -28
- package/dist/components/Carousel/CarouselUtils.class.js +85 -55
- package/dist/components/Carousel/index.d.ts +2 -1
- package/dist/components/Carousel/navigations/Pagination.js +12 -10
- package/dist/components/CarouselSlide/CarouselSlide.d.ts +8 -6
- package/dist/components/CarouselSlide/CarouselSlide.js +25 -23
- package/dist/components/CarouselSlide/index.d.ts +2 -1
- package/dist/components/CarouselSlide/slide-layouts/Empty/Empty.d.ts +1 -1
- package/dist/components/CarouselSlide/slide-layouts/Empty/Empty.js +3 -4
- package/dist/components/CarouselSlide/slide-layouts/Empty/index.d.ts +2 -1
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.d.ts +2 -2
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.js +10 -11
- package/dist/components/CarouselSlide/slide-layouts/Figure/index.d.ts +2 -1
- package/dist/components/CarouselSlide/slide-layouts/ImageCard/ImageCard.d.ts +1 -1
- package/dist/components/CarouselSlide/slide-layouts/ImageCard/ImageCard.js +3 -4
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.d.ts +18 -16
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.js +49 -34
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.d.ts +2 -2
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.js +11 -12
- package/dist/components/CarouselSlide/slide-layouts/Text/index.d.ts +2 -1
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.d.ts +5 -4
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.js +10 -11
- package/dist/components/CarouselSlide/slide-layouts/Video/VideoSlide.d.ts +8 -1
- package/dist/components/CarouselSlide/slide-layouts/Video/VideoSlide.js +19 -15
- package/dist/components/CastInfoLayout/CastInfoLayout.d.ts +16 -1
- package/dist/components/CastInfoLayout/CastInfoLayout.js +31 -21
- package/dist/components/ChannelSearch/ChannelSearch.d.ts +18 -16
- package/dist/components/ChannelSearch/ChannelSearch.js +80 -63
- package/dist/components/ChannelSearch/index.d.ts +2 -1
- package/dist/components/ChoicesItem/ChoicesItem.d.ts +7 -4
- package/dist/components/ChoicesItem/ChoicesItem.js +3 -4
- package/dist/components/ChoicesItem/index.d.ts +2 -1
- package/dist/components/ChoicesItem/index.js +1 -1
- package/dist/components/ChoicesList/ChoicesList.d.ts +4 -3
- package/dist/components/ChoicesList/ChoicesList.js +3 -4
- package/dist/components/ChoicesList/index.d.ts +2 -1
- package/dist/components/Concat/Concat.d.ts +4 -3
- package/dist/components/Concat/Concat.js +5 -5
- package/dist/components/Concat/index.d.ts +2 -1
- package/dist/components/CreateChoiceList/CreateChoiceList.d.ts +7 -5
- package/dist/components/CreateChoiceList/CreateChoiceList.js +38 -9
- package/dist/components/CreateChoiceList/index.d.ts +2 -1
- package/dist/components/CtaBlock/CtaBlock.d.ts +13 -15
- package/dist/components/CtaBlock/CtaBlock.js +23 -22
- package/dist/components/CtaBlock/index.d.ts +2 -1
- package/dist/components/CustomDataList/CustomDataList.d.ts +12 -10
- package/dist/components/CustomDataList/CustomDataList.js +200 -174
- package/dist/components/CustomDataList/index.d.ts +2 -1
- package/dist/components/CustomSelect/CustomSelect.d.ts +16 -13
- package/dist/components/CustomSelect/CustomSelect.js +224 -154
- package/dist/components/CustomSelect/index.d.ts +2 -1
- package/dist/components/DateNavigation/DateNavigation.d.ts +1 -4
- package/dist/components/DateNavigation/DateNavigation.js +125 -82
- package/dist/components/DateNavigation/index.d.ts +2 -1
- package/dist/components/DatePicker/index.d.ts +2 -1
- package/dist/components/DeviceAndPlatformLists/DeviceAndPlatformLists.d.ts +14 -4
- package/dist/components/DeviceAndPlatformLists/DeviceAndPlatformLists.js +40 -33
- package/dist/components/DeviceAndPlatformLists/index.d.ts +2 -1
- package/dist/components/DrawerNavigation/DrawerNavigation.d.ts +21 -1
- package/dist/components/DrawerNavigation/DrawerNavigation.js +75 -56
- package/dist/components/DrawerNavigation/index.d.ts +2 -1
- package/dist/components/EqualSizeFlexRow/EqualSizeFlexRow.d.ts +6 -5
- package/dist/components/EqualSizeFlexRow/EqualSizeFlexRow.js +18 -14
- package/dist/components/EqualSizeFlexRow/index.d.ts +2 -1
- package/dist/components/EqualSizeGrid/EqualSizeGrid.d.ts +7 -6
- package/dist/components/EqualSizeGrid/EqualSizeGrid.js +17 -12
- package/dist/components/EqualSizeGrid/index.d.ts +2 -1
- package/dist/components/ErrorHandler/ErrorHandler.d.ts +5 -4
- package/dist/components/ErrorHandler/ErrorHandler.js +3 -4
- package/dist/components/ErrorHandler/index.d.ts +2 -1
- package/dist/components/FeaturedList/FeaturedList.d.ts +8 -6
- package/dist/components/FeaturedList/FeaturedList.js +44 -36
- package/dist/components/FeaturedList/index.d.ts +2 -1
- package/dist/components/Figure/Figure.d.ts +5 -4
- package/dist/components/Figure/Figure.js +8 -9
- package/dist/components/Figure/index.d.ts +2 -1
- package/dist/components/FindUs/FindUs.d.ts +24 -1
- package/dist/components/FindUs/FindUs.js +70 -63
- package/dist/components/FindUs/index.d.ts +2 -1
- package/dist/components/FooterNavigation/FooterNavigation.d.ts +9 -3
- package/dist/components/FooterNavigation/FooterNavigation.js +10 -11
- package/dist/components/FooterNavigation/index.d.ts +2 -1
- package/dist/components/GenericList/GenericList.d.ts +6 -5
- package/dist/components/GenericList/GenericList.js +13 -14
- package/dist/components/GenericList/index.d.ts +2 -1
- package/dist/components/GetAirdateWrapper/GetAirdateWrapper.d.ts +9 -8
- package/dist/components/GetAirdateWrapper/GetAirdateWrapper.js +46 -30
- package/dist/components/GetAirdateWrapper/index.d.ts +2 -1
- package/dist/components/GradientButton/GradientButton.d.ts +15 -14
- package/dist/components/GradientButton/GradientButton.js +37 -40
- package/dist/components/GradientButton/index.d.ts +2 -1
- package/dist/components/GridList/GridList.d.ts +6 -5
- package/dist/components/GridList/GridList.js +14 -10
- package/dist/components/GridList/index.d.ts +2 -1
- package/dist/components/ImageCard/ImageCard.d.ts +27 -1
- package/dist/components/ImageCard/ImageCard.js +59 -58
- package/dist/components/ImageCard/ImageCardCore.d.ts +6 -2
- package/dist/components/ImageCard/ImageCardCore.js +114 -89
- package/dist/components/ImageReplacementAnchor/ImageReplacementAnchor.d.ts +11 -14
- package/dist/components/ImageReplacementAnchor/ImageReplacementAnchor.js +25 -18
- package/dist/components/InfoPanel/InfoPanel.d.ts +10 -8
- package/dist/components/InfoPanel/InfoPanel.js +2 -2
- package/dist/components/InfoPanel/index.d.ts +2 -1
- package/dist/components/InlineNavigation/InlineNavigation.d.ts +7 -5
- package/dist/components/InlineNavigation/InlineNavigation.js +13 -10
- package/dist/components/Input/Input.d.ts +10 -9
- package/dist/components/Input/Input.js +47 -40
- package/dist/components/Input/index.d.ts +2 -1
- package/dist/components/InstructionsList/InstructionsList.d.ts +5 -4
- package/dist/components/InstructionsList/InstructionsList.js +20 -10
- package/dist/components/InstructionsList/index.d.ts +2 -1
- package/dist/components/Loading/Loading.d.ts +8 -7
- package/dist/components/Loading/Loading.js +25 -20
- package/dist/components/Loading/index.d.ts +2 -1
- package/dist/components/LoadingV2/LoadingV2.d.ts +7 -6
- package/dist/components/LoadingV2/LoadingV2.js +31 -21
- package/dist/components/LoadingV2/index.d.ts +2 -1
- package/dist/components/LogoListItem/LogoListItem.d.ts +7 -6
- package/dist/components/LogoListItem/LogoListItem.js +34 -17
- package/dist/components/LogoListItem/index.d.ts +2 -1
- package/dist/components/LogoNavigation/LogoNavigation.d.ts +13 -4
- package/dist/components/LogoNavigation/LogoNavigation.js +23 -18
- package/dist/components/LogoNavigation/index.d.ts +2 -1
- package/dist/components/ModalContainer/ModalContainer.d.ts +8 -8
- package/dist/components/ModalContainer/ModalContainer.js +84 -72
- package/dist/components/ModalContainer/index.d.ts +2 -1
- package/dist/components/MultiLayeredFigure/MultiLayeredFigure.d.ts +6 -5
- package/dist/components/MultiLayeredFigure/MultiLayeredFigure.js +13 -10
- package/dist/components/MultiLayeredFigure/index.d.ts +2 -1
- package/dist/components/NavList/NavList.d.ts +9 -7
- package/dist/components/NavList/NavList.js +56 -20
- package/dist/components/NavList/index.d.ts +2 -1
- package/dist/components/Overlay/Overlay.d.ts +5 -5
- package/dist/components/Overlay/Overlay.js +8 -5
- package/dist/components/PageHero/PageHero.d.ts +6 -5
- package/dist/components/PageHero/PageHero.js +29 -16
- package/dist/components/PageHero/index.d.ts +2 -1
- package/dist/components/PageHero/page-hero-layouts/ContentHero/ContentHero.d.ts +2 -13
- package/dist/components/PageHero/page-hero-layouts/ContentHero/ContentHero.js +17 -10
- package/dist/components/PageHero/page-hero-layouts/ContentHero/index.d.ts +2 -1
- package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.d.ts +7 -5
- package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.js +108 -42
- package/dist/components/PageHero/page-hero-layouts/IONShow/index.d.ts +2 -1
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/ImageOnlyHero.d.ts +2 -12
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/ImageOnlyHero.js +13 -7
- package/dist/components/PageHero/page-hero-layouts/ImageOnly/index.d.ts +2 -1
- package/dist/components/PageHero/page-hero-layouts/page-hero.d.js +1 -0
- package/dist/components/ProgramAirdate/ProgramAirdate.d.ts +14 -10
- package/dist/components/ProgramAirdate/ProgramAirdate.js +72 -67
- package/dist/components/ProgramAirdate/index.d.ts +2 -1
- package/dist/components/PromotionBlock/PromotionBlock.d.ts +11 -4
- package/dist/components/PromotionBlock/PromotionBlock.js +36 -26
- package/dist/components/PromotionBlock/index.d.ts +2 -1
- package/dist/components/PromotionsRowBlock/PromotionsRowBlock.d.ts +5 -4
- package/dist/components/PromotionsRowBlock/PromotionsRowBlock.js +8 -6
- package/dist/components/PromotionsRowBlock/index.d.ts +2 -1
- package/dist/components/PromotionsRowModule/PromotionsRowModule.d.ts +25 -5
- package/dist/components/PromotionsRowModule/PromotionsRowModule.js +48 -48
- package/dist/components/PromotionsRowModule/index.d.ts +2 -1
- package/dist/components/RescanInstructions/RescanInstructions.d.ts +3 -3
- package/dist/components/RescanInstructions/RescanInstructions.js +29 -18
- package/dist/components/RescanInstructions/index.d.ts +2 -1
- package/dist/components/ResponsiveImage/ResponsiveImage.d.ts +13 -12
- package/dist/components/ResponsiveImage/ResponsiveImage.js +16 -20
- package/dist/components/ResponsiveImage/index.d.ts +2 -1
- package/dist/components/ResultsTable/ResultsTable.d.ts +10 -6
- package/dist/components/ResultsTable/ResultsTable.js +21 -16
- package/dist/components/ResultsTable/index.d.ts +2 -1
- package/dist/components/ResultsTableBody/ResultsTableBody.d.ts +9 -5
- package/dist/components/ResultsTableBody/ResultsTableBody.js +21 -16
- package/dist/components/ResultsTableBody/index.d.ts +2 -1
- package/dist/components/ResultsTableHeader/ResultsTableHeader.d.ts +7 -3
- package/dist/components/ResultsTableHeader/ResultsTableHeader.js +4 -5
- package/dist/components/ResultsTableHeader/index.d.ts +2 -1
- package/dist/components/ScheduleLayout/ScheduleContext.d.ts +25 -0
- package/dist/components/ScheduleLayout/ScheduleContext.js +33 -0
- package/dist/components/ScheduleLayout/ScheduleLayout.d.ts +15 -5
- package/dist/components/ScheduleLayout/ScheduleLayout.js +76 -24
- package/dist/components/ScheduleLayout/index.d.ts +2 -1
- package/dist/components/ScheduleLayout/useScheduleContext.d.ts +14 -0
- package/dist/components/ScheduleLayout/useScheduleContext.js +12 -0
- package/dist/components/ScheduleList/ScheduleList.d.ts +5 -5
- package/dist/components/ScheduleList/ScheduleList.js +153 -60
- package/dist/components/ScheduleList/index.d.ts +2 -1
- package/dist/components/ScheduleList/schedule-list-items/AirDateSegment.d.ts +6 -4
- package/dist/components/ScheduleList/schedule-list-items/AirDateSegment.js +27 -16
- package/dist/components/ScheduleList/schedule-list-items/MovieItem.d.ts +9 -7
- package/dist/components/ScheduleList/schedule-list-items/MovieItem.js +46 -34
- package/dist/components/ScheduleList/schedule-list-items/SeriesItem.d.ts +9 -7
- package/dist/components/ScheduleList/schedule-list-items/SeriesItem.js +53 -37
- package/dist/components/ScheduleList/schedule-list-items/SportsItem.d.ts +9 -7
- package/dist/components/ScheduleList/schedule-list-items/SportsItem.js +46 -34
- package/dist/components/SectionedContent/SectionedContent.d.ts +11 -3
- package/dist/components/SectionedContent/SectionedContent.js +14 -15
- package/dist/components/SectionedContent/index.d.ts +2 -1
- package/dist/components/Select/Select.d.ts +15 -11
- package/dist/components/Select/Select.js +21 -21
- package/dist/components/Select/index.d.ts +2 -1
- package/dist/components/ShowAboutContent/ShowAboutContent.d.ts +10 -8
- package/dist/components/ShowAboutContent/ShowAboutContent.js +27 -28
- package/dist/components/ShowAboutContent/index.d.ts +2 -1
- package/dist/components/ShowAboutLayout/ShowAboutLayout.d.ts +10 -8
- package/dist/components/ShowAboutLayout/ShowAboutLayout.js +91 -42
- package/dist/components/ShowAboutLayout/index.d.ts +2 -1
- package/dist/components/SocialLinks/SocialLinks.d.ts +15 -9
- package/dist/components/SocialLinks/SocialLinks.js +192 -138
- package/dist/components/SocialShareBlock/SocialShareBlock.d.ts +9 -8
- package/dist/components/SocialShareBlock/SocialShareBlock.js +20 -22
- package/dist/components/SocialShareBlock/index.d.ts +2 -1
- package/dist/components/SocialShareButton/SocialShareButton.d.ts +8 -7
- package/dist/components/SocialShareButton/SocialShareButton.js +3 -4
- package/dist/components/SocialShareButton/index.d.ts +2 -1
- package/dist/components/SocialShareButton/index.js +1 -1
- package/dist/components/StringList/StringList.d.ts +6 -5
- package/dist/components/StringList/StringList.js +16 -12
- package/dist/components/StringList/index.d.ts +2 -1
- package/dist/components/TabContent/TabContent.d.ts +5 -4
- package/dist/components/TabContent/TabContent.js +9 -7
- package/dist/components/TabContent/index.d.ts +2 -1
- package/dist/components/TabNavigation/TabNavigation.d.ts +7 -5
- package/dist/components/TabNavigation/TabNavigation.js +58 -53
- package/dist/components/TabNavigation/index.d.ts +2 -1
- package/dist/components/TabbedContent/TabbedContent.d.ts +20 -4
- package/dist/components/TabbedContent/TabbedContent.js +24 -8
- package/dist/components/TabbedContent/index.d.ts +2 -1
- package/dist/components/TextArea/TextArea.d.ts +9 -1
- package/dist/components/TextArea/TextArea.js +13 -13
- package/dist/components/TextArea/index.d.ts +2 -1
- package/dist/components/UpcomingList/UpcomingList.d.ts +5 -4
- package/dist/components/UpcomingList/UpcomingList.js +55 -41
- package/dist/containers/GetFeatruedListContainer.d.ts +22 -15
- package/dist/containers/GetFeatruedListContainer.js +16 -16
- package/dist/containers/NowPlayingContainer.d.ts +17 -15
- package/dist/containers/NowPlayingContainer.js +18 -16
- package/dist/custom-elements.d.js +1 -0
- package/dist/data-resources/FakeDataResource.d.ts +77 -68
- package/dist/data-resources/FakeDataResource.js +244 -142
- package/dist/error-boundries/BlankErrorBoundry.d.ts +14 -9
- package/dist/error-boundries/BlankErrorBoundry.js +5 -5
- package/dist/error-boundries/GeneralErrorBoundry.d.ts +15 -10
- package/dist/error-boundries/GeneralErrorBoundry.js +10 -10
- package/dist/hooks/useGetSchedule.d.ts +12 -4
- package/dist/hooks/useGetSchedule.js +31 -27
- package/dist/hooks/useGetUpcoming.d.ts +8 -6
- package/dist/hooks/useGetUpcoming.js +22 -25
- package/dist/icons/Facebook.js +6 -6
- package/dist/icons/Tiktok.js +15 -7
- package/dist/icons/Twitter.js +7 -7
- package/dist/index.js +1 -1
- package/dist/logger-C0N7U0YY.mjs +67 -0
- package/dist/settings.d.ts +4 -3
- package/dist/settings.js +6 -5
- package/dist/types.d.js +27 -0
- package/dist/utils/Redirect.d.ts +2 -2
- package/dist/utils/analytics.js +1 -1
- package/dist/utils/date-helpers.d.ts +3 -2
- package/dist/utils/date-helpers.js +26 -26
- package/dist/utils/events.js +8 -6
- package/dist/utils/getFeaturedList.d.ts +28 -8
- package/dist/utils/getFeaturedList.js +58 -45
- package/dist/utils/getFeaturedListImages.d.ts +15 -5
- package/dist/utils/getFeaturedListImages.js +27 -16
- package/dist/utils/getOnNowProgram.d.ts +17 -3
- package/dist/utils/getOnNowProgram.js +106 -68
- package/dist/utils/getSchedule.d.ts +8 -6
- package/dist/utils/getSchedule.js +6 -1
- package/dist/utils/getUpcomingPrograms.d.ts +10 -7
- package/dist/utils/getUpcomingPrograms.js +5 -4
- package/dist/utils/getViewingPlatforms.d.ts +6 -16
- package/dist/utils/getViewingPlatforms.js +14 -11
- package/dist/utils/gtm.js +1 -1
- package/dist/utils/helpers.d.ts +9 -9
- package/dist/utils/helpers.js +69 -65
- package/dist/utils/program-helpers.d.ts +14 -20
- package/dist/utils/program-helpers.js +9 -8
- package/dist/utils/series-helpers.d.ts +14 -20
- package/dist/utils/series-helpers.js +9 -8
- package/package.json +16 -8
- package/dist/Carousel.module-DOrBKQEQ.mjs +0 -14
- package/dist/PageHero.module-BdV8z_Xv.mjs +0 -8
- package/dist/ResultsTable.module-B7M9y7hd.mjs +0 -14
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.stories.d.ts +0 -34
- package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.stories.js +0 -105
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.d.ts +0 -28
- package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.js +0 -42
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.stories.d.ts +0 -170
- package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.stories.js +0 -193
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.stories.d.ts +0 -19
- package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.stories.js +0 -35
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.stories.d.ts +0 -17
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.stories.js +0 -49
- package/dist/facebook-HCcA1M1m.mjs +0 -54
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { FigureSlide as o } from "./Figure.js";
|
|
4
|
-
const d = {
|
|
5
|
-
title: "Slide Layouts/Figure",
|
|
6
|
-
component: o,
|
|
7
|
-
tags: ["autodocs"],
|
|
8
|
-
decorators: [
|
|
9
|
-
(e) => /* @__PURE__ */ l(
|
|
10
|
-
"div",
|
|
11
|
-
{
|
|
12
|
-
style: {
|
|
13
|
-
width: "60%",
|
|
14
|
-
"--_cell-aspect-ratio": "4/2",
|
|
15
|
-
"--_slide-gap": "1rem",
|
|
16
|
-
border: "1px solid #000"
|
|
17
|
-
},
|
|
18
|
-
children: /* @__PURE__ */ l(e, {})
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
]
|
|
22
|
-
}, t = (e) => /* @__PURE__ */ l(o, { ...e }), a = t.bind({});
|
|
23
|
-
a.args = {
|
|
24
|
-
images: [
|
|
25
|
-
{
|
|
26
|
-
url: "https://placehold.co/500x300",
|
|
27
|
-
altText: "A random image from Unsplash (https://unsplash.com)",
|
|
28
|
-
caption: "Image 1"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
imagesPerSlide: 1
|
|
32
|
-
};
|
|
33
|
-
const s = t.bind({});
|
|
34
|
-
s.args = {
|
|
35
|
-
...a.args,
|
|
36
|
-
images: [
|
|
37
|
-
{
|
|
38
|
-
url: "https://placehold.co/500x300",
|
|
39
|
-
altText: "",
|
|
40
|
-
caption: "Image 1"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
url: "https://placehold.co/500x300",
|
|
44
|
-
altText: "",
|
|
45
|
-
caption: "Image 2"
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
imagesPerSlide: 2
|
|
49
|
-
};
|
|
50
|
-
const p = t.bind({});
|
|
51
|
-
p.args = {
|
|
52
|
-
...a.args,
|
|
53
|
-
images: [
|
|
54
|
-
{
|
|
55
|
-
url: "https://placehold.co/500x300",
|
|
56
|
-
altText: "",
|
|
57
|
-
caption: "Image 1"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
url: "https://placehold.co/500x300",
|
|
61
|
-
altText: "",
|
|
62
|
-
caption: "Image 2"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
url: "https://placehold.co/500x300",
|
|
66
|
-
altText: "",
|
|
67
|
-
caption: "Image 3"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
imagesPerSlide: 3
|
|
71
|
-
};
|
|
72
|
-
const c = t.bind({});
|
|
73
|
-
c.args = {
|
|
74
|
-
...a.args,
|
|
75
|
-
images: [
|
|
76
|
-
{
|
|
77
|
-
url: "https://placehold.co/500x300",
|
|
78
|
-
altText: "",
|
|
79
|
-
caption: "Image 1"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
url: "https://placehold.co/500x300",
|
|
83
|
-
altText: "Blue ocean with a large wave",
|
|
84
|
-
caption: "Image 2"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
url: "https://placehold.co/500x300",
|
|
88
|
-
altText: "",
|
|
89
|
-
caption: "Image 3"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
url: "https://placehold.co/500x300",
|
|
93
|
-
altText: "",
|
|
94
|
-
caption: "Image 4"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
imagesPerSlide: 4
|
|
98
|
-
};
|
|
99
|
-
export {
|
|
100
|
-
a as Default,
|
|
101
|
-
c as FourUp,
|
|
102
|
-
p as ThreeUp,
|
|
103
|
-
s as TwoUp,
|
|
104
|
-
d as default
|
|
105
|
-
};
|
package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { default as NetworkCalloutSlide } from './NetworkCalloutSlide';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { NetworkCalloutSlide as component };
|
|
5
|
-
export let tags: string[];
|
|
6
|
-
export let args: {};
|
|
7
|
-
}
|
|
8
|
-
export default _default;
|
|
9
|
-
export function Generic(args: any): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export namespace Generic {
|
|
11
|
-
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
12
|
-
export namespace args_1 {
|
|
13
|
-
namespace network {
|
|
14
|
-
let name: string;
|
|
15
|
-
let tagline: string;
|
|
16
|
-
namespace images {
|
|
17
|
-
namespace logo {
|
|
18
|
-
let url: string;
|
|
19
|
-
}
|
|
20
|
-
namespace callout {
|
|
21
|
-
let url_1: string;
|
|
22
|
-
export { url_1 as url };
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
export { args_1 as args };
|
|
28
|
-
}
|
package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { NetworkCalloutSlide as e } from "./NetworkCalloutSlide.js";
|
|
4
|
-
const n = {
|
|
5
|
-
title: "Slide Layouts/Network Callout Slide",
|
|
6
|
-
component: e,
|
|
7
|
-
tags: ["autodocs"],
|
|
8
|
-
args: {}
|
|
9
|
-
}, s = (o) => /* @__PURE__ */ t(e, { ...o }), l = s.bind({});
|
|
10
|
-
l.decorators = [
|
|
11
|
-
(o) => /* @__PURE__ */ t(
|
|
12
|
-
"div",
|
|
13
|
-
{
|
|
14
|
-
style: {
|
|
15
|
-
width: "90%",
|
|
16
|
-
aspectRatio: 1710 / 850,
|
|
17
|
-
backgroundColor: "#F49019"
|
|
18
|
-
},
|
|
19
|
-
className: "slide",
|
|
20
|
-
inert: null,
|
|
21
|
-
children: /* @__PURE__ */ t(o, {})
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
];
|
|
25
|
-
l.args = {
|
|
26
|
-
network: {
|
|
27
|
-
name: "ION Mystery",
|
|
28
|
-
tagline: "Television's most Binge-worthy thrillers, docuseries and originals",
|
|
29
|
-
images: {
|
|
30
|
-
logo: {
|
|
31
|
-
url: "https://iontelevision.com/static/global/ION-Mystery_Logo-White.svg"
|
|
32
|
-
},
|
|
33
|
-
callout: {
|
|
34
|
-
url: "https://placehold.co/547x303"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
};
|
|
39
|
-
export {
|
|
40
|
-
l as Generic,
|
|
41
|
-
n as default
|
|
42
|
-
};
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
import { default as ShowSlide } from './ShowSlide';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { ShowSlide as component };
|
|
5
|
-
export let tags: string[];
|
|
6
|
-
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
7
|
-
}
|
|
8
|
-
export default _default;
|
|
9
|
-
export function Default(args: any): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export namespace Default {
|
|
11
|
-
namespace args {
|
|
12
|
-
namespace series {
|
|
13
|
-
let title_1: string;
|
|
14
|
-
export { title_1 as title };
|
|
15
|
-
export namespace bannerImage {
|
|
16
|
-
namespace image {
|
|
17
|
-
let publicUrl: string;
|
|
18
|
-
let sources: {
|
|
19
|
-
srcsets: string[];
|
|
20
|
-
media: string;
|
|
21
|
-
}[];
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
export namespace bannerMobileImage {
|
|
25
|
-
export namespace image_1 {
|
|
26
|
-
let publicUrl_1: string;
|
|
27
|
-
export { publicUrl_1 as publicUrl };
|
|
28
|
-
}
|
|
29
|
-
export { image_1 as image };
|
|
30
|
-
}
|
|
31
|
-
export namespace logoImage {
|
|
32
|
-
export namespace image_2 {
|
|
33
|
-
let publicUrl_2: string;
|
|
34
|
-
export { publicUrl_2 as publicUrl };
|
|
35
|
-
export let sizes: {
|
|
36
|
-
srcSets: {
|
|
37
|
-
src: string;
|
|
38
|
-
}[];
|
|
39
|
-
}[];
|
|
40
|
-
}
|
|
41
|
-
export { image_2 as image };
|
|
42
|
-
}
|
|
43
|
-
export let slug: string;
|
|
44
|
-
export let seriesPrefix: string;
|
|
45
|
-
export let preventDetailPage: boolean;
|
|
46
|
-
}
|
|
47
|
-
let nextAirdate: string;
|
|
48
|
-
let titlePosition: string;
|
|
49
|
-
let titleColor: string;
|
|
50
|
-
let fullSizeImagePosition: number[];
|
|
51
|
-
let mobileImagePosition: number[];
|
|
52
|
-
let lazyLoad: boolean;
|
|
53
|
-
let fetchPriority: string;
|
|
54
|
-
let hasSeriesPages: boolean;
|
|
55
|
-
function handleClicks(): boolean;
|
|
56
|
-
let altText: string;
|
|
57
|
-
let SCHEDULE_ENDPOINT: any;
|
|
58
|
-
let NETWORK: any;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
export function FetchAirdate(args: any): import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
export namespace FetchAirdate {
|
|
63
|
-
export namespace args_1 {
|
|
64
|
-
export namespace series_1 {
|
|
65
|
-
let title_2: string;
|
|
66
|
-
export { title_2 as title };
|
|
67
|
-
export namespace bannerImage_1 {
|
|
68
|
-
export namespace image_3 {
|
|
69
|
-
let publicUrl_3: string;
|
|
70
|
-
export { publicUrl_3 as publicUrl };
|
|
71
|
-
}
|
|
72
|
-
export { image_3 as image };
|
|
73
|
-
}
|
|
74
|
-
export { bannerImage_1 as bannerImage };
|
|
75
|
-
export namespace bannerMobileImage_1 {
|
|
76
|
-
export namespace image_4 {
|
|
77
|
-
let publicUrl_4: string;
|
|
78
|
-
export { publicUrl_4 as publicUrl };
|
|
79
|
-
}
|
|
80
|
-
export { image_4 as image };
|
|
81
|
-
}
|
|
82
|
-
export { bannerMobileImage_1 as bannerMobileImage };
|
|
83
|
-
let slug_1: string;
|
|
84
|
-
export { slug_1 as slug };
|
|
85
|
-
let seriesPrefix_1: string;
|
|
86
|
-
export { seriesPrefix_1 as seriesPrefix };
|
|
87
|
-
}
|
|
88
|
-
export { series_1 as series };
|
|
89
|
-
let nextAirdate_1: null;
|
|
90
|
-
export { nextAirdate_1 as nextAirdate };
|
|
91
|
-
let titlePosition_1: string;
|
|
92
|
-
export { titlePosition_1 as titlePosition };
|
|
93
|
-
let titleColor_1: string;
|
|
94
|
-
export { titleColor_1 as titleColor };
|
|
95
|
-
let fullSizeImagePosition_1: number[];
|
|
96
|
-
export { fullSizeImagePosition_1 as fullSizeImagePosition };
|
|
97
|
-
let mobileImagePosition_1: number[];
|
|
98
|
-
export { mobileImagePosition_1 as mobileImagePosition };
|
|
99
|
-
let lazyLoad_1: boolean;
|
|
100
|
-
export { lazyLoad_1 as lazyLoad };
|
|
101
|
-
let fetchPriority_1: string;
|
|
102
|
-
export { fetchPriority_1 as fetchPriority };
|
|
103
|
-
let hasSeriesPages_1: boolean;
|
|
104
|
-
export { hasSeriesPages_1 as hasSeriesPages };
|
|
105
|
-
export function handleClicks_1(): boolean;
|
|
106
|
-
export { handleClicks_1 as handleClicks };
|
|
107
|
-
let altText_1: string;
|
|
108
|
-
export { altText_1 as altText };
|
|
109
|
-
let SCHEDULE_ENDPOINT_1: any;
|
|
110
|
-
export { SCHEDULE_ENDPOINT_1 as SCHEDULE_ENDPOINT };
|
|
111
|
-
let NETWORK_1: any;
|
|
112
|
-
export { NETWORK_1 as NETWORK };
|
|
113
|
-
}
|
|
114
|
-
export { args_1 as args };
|
|
115
|
-
}
|
|
116
|
-
export function PreventDetailPage(args: any): import("react/jsx-runtime").JSX.Element;
|
|
117
|
-
export namespace PreventDetailPage {
|
|
118
|
-
export namespace args_2 {
|
|
119
|
-
export namespace series_2 {
|
|
120
|
-
let title_3: string;
|
|
121
|
-
export { title_3 as title };
|
|
122
|
-
export namespace bannerImage_2 {
|
|
123
|
-
export namespace image_5 {
|
|
124
|
-
let publicUrl_5: string;
|
|
125
|
-
export { publicUrl_5 as publicUrl };
|
|
126
|
-
}
|
|
127
|
-
export { image_5 as image };
|
|
128
|
-
}
|
|
129
|
-
export { bannerImage_2 as bannerImage };
|
|
130
|
-
export namespace bannerMobileImage_2 {
|
|
131
|
-
export namespace image_6 {
|
|
132
|
-
let publicUrl_6: string;
|
|
133
|
-
export { publicUrl_6 as publicUrl };
|
|
134
|
-
}
|
|
135
|
-
export { image_6 as image };
|
|
136
|
-
}
|
|
137
|
-
export { bannerMobileImage_2 as bannerMobileImage };
|
|
138
|
-
let slug_2: string;
|
|
139
|
-
export { slug_2 as slug };
|
|
140
|
-
let seriesPrefix_2: string;
|
|
141
|
-
export { seriesPrefix_2 as seriesPrefix };
|
|
142
|
-
let preventDetailPage_1: boolean;
|
|
143
|
-
export { preventDetailPage_1 as preventDetailPage };
|
|
144
|
-
}
|
|
145
|
-
export { series_2 as series };
|
|
146
|
-
let titlePosition_2: string;
|
|
147
|
-
export { titlePosition_2 as titlePosition };
|
|
148
|
-
let titleColor_2: string;
|
|
149
|
-
export { titleColor_2 as titleColor };
|
|
150
|
-
let fullSizeImagePosition_2: number[];
|
|
151
|
-
export { fullSizeImagePosition_2 as fullSizeImagePosition };
|
|
152
|
-
let mobileImagePosition_2: number[];
|
|
153
|
-
export { mobileImagePosition_2 as mobileImagePosition };
|
|
154
|
-
let lazyLoad_2: boolean;
|
|
155
|
-
export { lazyLoad_2 as lazyLoad };
|
|
156
|
-
let fetchPriority_2: string;
|
|
157
|
-
export { fetchPriority_2 as fetchPriority };
|
|
158
|
-
let hasSeriesPages_2: boolean;
|
|
159
|
-
export { hasSeriesPages_2 as hasSeriesPages };
|
|
160
|
-
export function handleClicks_2(): boolean;
|
|
161
|
-
export { handleClicks_2 as handleClicks };
|
|
162
|
-
let altText_2: string;
|
|
163
|
-
export { altText_2 as altText };
|
|
164
|
-
let SCHEDULE_ENDPOINT_2: any;
|
|
165
|
-
export { SCHEDULE_ENDPOINT_2 as SCHEDULE_ENDPOINT };
|
|
166
|
-
let NETWORK_2: any;
|
|
167
|
-
export { NETWORK_2 as NETWORK };
|
|
168
|
-
}
|
|
169
|
-
export { args_2 as args };
|
|
170
|
-
}
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { ShowSlide as s } from "./ShowSlide.js";
|
|
4
|
-
const r = {
|
|
5
|
-
title: "Slide Layouts/Show Slide",
|
|
6
|
-
component: s,
|
|
7
|
-
tags: ["autodocs"],
|
|
8
|
-
decorators: [
|
|
9
|
-
(e) => /* @__PURE__ */ t(
|
|
10
|
-
"div",
|
|
11
|
-
{
|
|
12
|
-
style: {
|
|
13
|
-
width: "60%",
|
|
14
|
-
aspectRatio: 2.431034482758621,
|
|
15
|
-
border: "1px solid #000"
|
|
16
|
-
},
|
|
17
|
-
className: "slide",
|
|
18
|
-
inert: null,
|
|
19
|
-
children: /* @__PURE__ */ t(e, {})
|
|
20
|
-
}
|
|
21
|
-
)
|
|
22
|
-
]
|
|
23
|
-
}, l = (e) => /* @__PURE__ */ t(s, { ...e }), i = l.bind({});
|
|
24
|
-
i.args = {
|
|
25
|
-
series: {
|
|
26
|
-
title: "MacGyver",
|
|
27
|
-
bannerImage: {
|
|
28
|
-
image: {
|
|
29
|
-
publicUrl: "https://placehold.co/1710x850",
|
|
30
|
-
sources: [
|
|
31
|
-
{
|
|
32
|
-
srcsets: ["https://placehold.co/3420x1700"],
|
|
33
|
-
media: "min-width: 2400px"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
srcsets: [
|
|
37
|
-
"https://placehold.co/2400x1193",
|
|
38
|
-
"https://placehold.co/2400x1193 2x"
|
|
39
|
-
],
|
|
40
|
-
media: "min-width: 1800px"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
srcsets: [
|
|
44
|
-
"https://placehold.co/1800x895",
|
|
45
|
-
"https://placehold.co/2400x1193 2x"
|
|
46
|
-
],
|
|
47
|
-
media: "min-width: 1500px"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
srcsets: [
|
|
51
|
-
"https://placehold.co/1500x746",
|
|
52
|
-
"https://placehold.co/1800x895 2x",
|
|
53
|
-
"https://placehold.co/2400x1193 3x"
|
|
54
|
-
],
|
|
55
|
-
media: "min-width: 1200px"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
srcsets: [
|
|
59
|
-
"https://placehold.co/1200x596",
|
|
60
|
-
"https://placehold.co/1500x746 2x",
|
|
61
|
-
"https://placehold.co/1800x895 3x"
|
|
62
|
-
],
|
|
63
|
-
media: "min-width: 900px"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
srcsets: [
|
|
67
|
-
"https://placehold.co/900x447",
|
|
68
|
-
"https://placehold.co/1200x596 2x",
|
|
69
|
-
"https://placehold.co/1500x746 3x"
|
|
70
|
-
],
|
|
71
|
-
media: "min-width: 600px"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
srcsets: [
|
|
75
|
-
"https://placehold.co/600x298",
|
|
76
|
-
"https://placehold.co/900x447 2x",
|
|
77
|
-
"https://placehold.co/600x596 3x"
|
|
78
|
-
],
|
|
79
|
-
media: "min-width: 300px"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
srcsets: [
|
|
83
|
-
"https://placehold.co/300x149",
|
|
84
|
-
"https://placehold.co/600x298 2x",
|
|
85
|
-
"https://placehold.co/900x447 3x"
|
|
86
|
-
],
|
|
87
|
-
media: "min-width: 1px"
|
|
88
|
-
}
|
|
89
|
-
]
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
bannerMobileImage: {
|
|
93
|
-
image: {
|
|
94
|
-
publicUrl: "https://placehold.co/388x594"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
logoImage: {
|
|
98
|
-
image: {
|
|
99
|
-
publicUrl: "https://placehold.co/300x100/aaa/fff.jpg?text=MacGyver&font=montserrat",
|
|
100
|
-
sizes: [
|
|
101
|
-
{
|
|
102
|
-
srcSets: [
|
|
103
|
-
{
|
|
104
|
-
src: "https://placehold.co/300x100/000/fff.png?text=MacGyver&font=montserrat"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
slug: "macgyver",
|
|
112
|
-
seriesPrefix: "MGY",
|
|
113
|
-
preventDetailPage: !1
|
|
114
|
-
},
|
|
115
|
-
nextAirdate: "2022-10-07 10:00:00.001",
|
|
116
|
-
titlePosition: "left",
|
|
117
|
-
titleColor: "#fff",
|
|
118
|
-
fullSizeImagePosition: [50, 50],
|
|
119
|
-
mobileImagePosition: [50, 50],
|
|
120
|
-
lazyLoad: !0,
|
|
121
|
-
fetchPriority: "high",
|
|
122
|
-
hasSeriesPages: !0,
|
|
123
|
-
handleClicks: () => !0,
|
|
124
|
-
altText: "this is alt text",
|
|
125
|
-
SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
|
|
126
|
-
NETWORK: "ion"
|
|
127
|
-
};
|
|
128
|
-
const o = l.bind({});
|
|
129
|
-
o.args = {
|
|
130
|
-
series: {
|
|
131
|
-
title: "NCIS",
|
|
132
|
-
bannerImage: {
|
|
133
|
-
image: {
|
|
134
|
-
publicUrl: "https://placehold.co/1710x850"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
bannerMobileImage: {
|
|
138
|
-
image: {
|
|
139
|
-
publicUrl: "https://placehold.co/537x822"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
slug: "ncis",
|
|
143
|
-
seriesPrefix: "NCS"
|
|
144
|
-
},
|
|
145
|
-
nextAirdate: null,
|
|
146
|
-
titlePosition: "left",
|
|
147
|
-
titleColor: "#fff",
|
|
148
|
-
fullSizeImagePosition: [50, 50],
|
|
149
|
-
mobileImagePosition: [50, 50],
|
|
150
|
-
lazyLoad: !0,
|
|
151
|
-
fetchPriority: "high",
|
|
152
|
-
hasSeriesPages: !0,
|
|
153
|
-
handleClicks: () => !0,
|
|
154
|
-
altText: "this is alt text",
|
|
155
|
-
SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
|
|
156
|
-
NETWORK: "ion"
|
|
157
|
-
};
|
|
158
|
-
const a = l.bind({});
|
|
159
|
-
a.args = {
|
|
160
|
-
series: {
|
|
161
|
-
title: "NCIS",
|
|
162
|
-
bannerImage: {
|
|
163
|
-
image: {
|
|
164
|
-
publicUrl: "https://placehold.co/1710x850"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
bannerMobileImage: {
|
|
168
|
-
image: {
|
|
169
|
-
publicUrl: "https://placehold.co/537x822"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
slug: "ncis",
|
|
173
|
-
seriesPrefix: "NCS",
|
|
174
|
-
preventDetailPage: !0
|
|
175
|
-
},
|
|
176
|
-
titlePosition: "left",
|
|
177
|
-
titleColor: "#fff",
|
|
178
|
-
fullSizeImagePosition: [50, 50],
|
|
179
|
-
mobileImagePosition: [50, 50],
|
|
180
|
-
lazyLoad: !0,
|
|
181
|
-
fetchPriority: "high",
|
|
182
|
-
hasSeriesPages: !1,
|
|
183
|
-
handleClicks: () => !0,
|
|
184
|
-
altText: "this is alt text",
|
|
185
|
-
SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
|
|
186
|
-
NETWORK: "ion"
|
|
187
|
-
};
|
|
188
|
-
export {
|
|
189
|
-
i as Default,
|
|
190
|
-
o as FetchAirdate,
|
|
191
|
-
a as PreventDetailPage,
|
|
192
|
-
r as default
|
|
193
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { default as TextSlide } from './TextSlide';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { TextSlide as component };
|
|
5
|
-
export let tags: string[];
|
|
6
|
-
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
7
|
-
}
|
|
8
|
-
export default _default;
|
|
9
|
-
export function Default(args: any): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export namespace Default {
|
|
11
|
-
namespace args {
|
|
12
|
-
let text: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export function Inverse(args: any): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export namespace Inverse {
|
|
17
|
-
let args_1: any;
|
|
18
|
-
export { args_1 as args };
|
|
19
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { TextSlide as o } from "./TextSlide.js";
|
|
4
|
-
const n = {
|
|
5
|
-
title: "Slide Layouts/Text Slide",
|
|
6
|
-
component: o,
|
|
7
|
-
tags: ["autodocs"],
|
|
8
|
-
decorators: [
|
|
9
|
-
(t) => /* @__PURE__ */ e(
|
|
10
|
-
"div",
|
|
11
|
-
{
|
|
12
|
-
style: {
|
|
13
|
-
width: "60%",
|
|
14
|
-
aspectRatio: "4/2",
|
|
15
|
-
border: "1px solid #000"
|
|
16
|
-
},
|
|
17
|
-
children: /* @__PURE__ */ e(t, {})
|
|
18
|
-
}
|
|
19
|
-
)
|
|
20
|
-
]
|
|
21
|
-
}, s = (t) => /* @__PURE__ */ e(o, { ...t }), i = s.bind({});
|
|
22
|
-
i.args = {
|
|
23
|
-
text: "This is a Text Slide"
|
|
24
|
-
};
|
|
25
|
-
const r = s.bind({});
|
|
26
|
-
r.args = {
|
|
27
|
-
...i.args,
|
|
28
|
-
backgroundColor: "#000",
|
|
29
|
-
textColor: "#fff"
|
|
30
|
-
};
|
|
31
|
-
export {
|
|
32
|
-
i as Default,
|
|
33
|
-
r as Inverse,
|
|
34
|
-
n as default
|
|
35
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { default as TwoColumnSlide } from './TwoColumnSlide';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { TwoColumnSlide as component };
|
|
5
|
-
export let tags: string[];
|
|
6
|
-
export let args: {};
|
|
7
|
-
}
|
|
8
|
-
export default _default;
|
|
9
|
-
export function Generic(args: any): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export namespace Generic {
|
|
11
|
-
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
12
|
-
export namespace args_1 {
|
|
13
|
-
let columnOneContent: import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
let columnTwoContent: string;
|
|
15
|
-
}
|
|
16
|
-
export { args_1 as args };
|
|
17
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { TwoColumnSlide as e } from "./TwoColumnSlide.js";
|
|
4
|
-
import { CtaBlock as n } from "../../../CtaBlock/CtaBlock.js";
|
|
5
|
-
const c = {
|
|
6
|
-
title: "Slide Layouts/Two Column Slide",
|
|
7
|
-
component: e,
|
|
8
|
-
tags: ["autodocs"],
|
|
9
|
-
args: {}
|
|
10
|
-
}, i = (o) => /* @__PURE__ */ t(e, { ...o }), l = i.bind({});
|
|
11
|
-
l.decorators = [
|
|
12
|
-
(o) => /* @__PURE__ */ t(
|
|
13
|
-
"div",
|
|
14
|
-
{
|
|
15
|
-
style: {
|
|
16
|
-
width: "90%",
|
|
17
|
-
aspectRatio: 1710 / 850,
|
|
18
|
-
border: "1px solid #000",
|
|
19
|
-
backgroundColor: "#ddd"
|
|
20
|
-
},
|
|
21
|
-
className: "slide",
|
|
22
|
-
inert: null,
|
|
23
|
-
children: /* @__PURE__ */ t(o, {})
|
|
24
|
-
}
|
|
25
|
-
)
|
|
26
|
-
];
|
|
27
|
-
l.args = {
|
|
28
|
-
columnOneContent: /* @__PURE__ */ t(
|
|
29
|
-
n,
|
|
30
|
-
{
|
|
31
|
-
title: "ION Mystery",
|
|
32
|
-
content: "Television's most Binge-worthy thrillers, docuseries and originals",
|
|
33
|
-
cta: {
|
|
34
|
-
label: "",
|
|
35
|
-
href: "",
|
|
36
|
-
type: "external-link"
|
|
37
|
-
},
|
|
38
|
-
titleImageUrl: "https://iontelevision.com/static/global/ION-Mystery_Logo-Orange-White-in-template.png",
|
|
39
|
-
type: "external-link",
|
|
40
|
-
btnGradientStartColor: "#ff8b00",
|
|
41
|
-
btnGradientEndColor: "#fdbf0f"
|
|
42
|
-
}
|
|
43
|
-
),
|
|
44
|
-
columnTwoContent: '<img src="https://placehold.co/547x303/444444/FFFFFF/JPG" />'
|
|
45
|
-
};
|
|
46
|
-
export {
|
|
47
|
-
l as Generic,
|
|
48
|
-
c as default
|
|
49
|
-
};
|