@scrippsproduct/networks-ui-library 1.1.0-alpha.1 → 1.1.0-alpha.10
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/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/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/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/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.js +1 -1
- package/dist/components/Carousel/index.d.ts +2 -1
- package/dist/components/Carousel/navigations/Pagination.js +12 -10
- package/dist/components/CarouselSlide/CarouselSlide.js +25 -87
- 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.js +5 -5
- 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 +115 -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 +27 -0
- package/dist/components/ScheduleLayout/ScheduleContext.js +1931 -0
- package/dist/components/ScheduleLayout/ScheduleLayout.d.ts +16 -5
- package/dist/components/ScheduleLayout/ScheduleLayout.js +98 -24
- package/dist/components/ScheduleLayout/index.d.ts +2 -1
- package/dist/components/ScheduleLayout/useScheduleContext.d.ts +15 -0
- package/dist/components/ScheduleLayout/useScheduleContext.js +12 -0
- package/dist/components/ScheduleList/ScheduleList.d.ts +5 -5
- package/dist/components/ScheduleList/ScheduleList.js +162 -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 +28 -17
- 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 +48 -32
- 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 → getSchedule.d.ts} +12 -4
- package/dist/hooks/getSchedule.js +62 -0
- 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.d.ts +1 -0
- package/dist/index.js +35 -33
- package/dist/logger-C0N7U0YY.mjs +67 -0
- package/dist/settings.js +6 -5
- 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 +19 -14
- 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/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/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
- package/dist/hooks/useGetSchedule.js +0 -58
|
@@ -1,57 +1,71 @@
|
|
|
1
1
|
import { jsx as t, jsxs as c } from "react/jsx-runtime";
|
|
2
|
-
import "
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { ImageCard as h } from "../ImageCard/ImageCard.js";
|
|
2
|
+
import { getMinutesFromStr as _, classes as l } from "../../utils/helpers.js";
|
|
3
|
+
import { determineIfShowIsOnNow as g } from "../../utils/date-helpers.js";
|
|
4
|
+
import { Concat as u } from "../Concat/Concat.js";
|
|
5
|
+
import { StringList as b } from "../StringList/StringList.js";
|
|
6
|
+
import { AirDateFormatter as h } from "../AirDateFormatter/AirDateFormatter.js";
|
|
7
|
+
import { ImageCard as v } from "../ImageCard/ImageCard.js";
|
|
9
8
|
import '../../assets/UpcomingList.css';const e = {
|
|
10
9
|
"upcoming-list": "_upcoming-list_15byb_1",
|
|
11
10
|
"upcoming-list__item": "_upcoming-list__item_15byb_6",
|
|
12
11
|
"upcoming-list__airdate": "_upcoming-list__airdate_15byb_16"
|
|
13
12
|
};
|
|
14
|
-
function T({
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
function T({
|
|
14
|
+
list: r,
|
|
15
|
+
handleClicks: d = () => !0
|
|
16
|
+
}) {
|
|
17
|
+
return /* @__PURE__ */ t("ul", { className: e["upcoming-list"], children: r.length > 0 && r.map((i) => {
|
|
18
|
+
var n, a, s, p;
|
|
19
|
+
const o = _(i.title.element_length), m = {
|
|
20
|
+
displayInline: !0,
|
|
21
|
+
clampContentLines: !1,
|
|
22
|
+
content: /* @__PURE__ */ t(
|
|
23
|
+
u,
|
|
24
|
+
{
|
|
25
|
+
list: [
|
|
26
|
+
`<div>EP ${i.title.episode_number}: ${i.title.name}</div><div>${i.title.synopsis}</div>`,
|
|
27
|
+
/* @__PURE__ */ t(
|
|
28
|
+
b,
|
|
29
|
+
{
|
|
30
|
+
list: (a = (n = i.title) == null ? void 0 : n.video) != null && a.brightcove_id ? [o, i.title.rating, " "] : [o, i.title.rating],
|
|
31
|
+
separatorType: "pipe"
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
cta: (p = (s = i.title) == null ? void 0 : s.video) != null && p.brightcove_id ? {
|
|
38
|
+
label: "Watch Episode",
|
|
39
|
+
type: "play-video",
|
|
40
|
+
href: "",
|
|
41
|
+
relatedResourceId: i.title.video.brightcove_id,
|
|
42
|
+
position: "inline"
|
|
43
|
+
} : {
|
|
44
|
+
label: "",
|
|
45
|
+
type: "",
|
|
46
|
+
href: ""
|
|
47
|
+
},
|
|
48
|
+
handleClicks: d,
|
|
49
|
+
id: i.id,
|
|
50
|
+
image: {
|
|
51
|
+
url: i.title.image.url,
|
|
52
|
+
altText: "",
|
|
53
|
+
aspectRatio: 330 / 185
|
|
54
|
+
},
|
|
55
|
+
title: ""
|
|
56
|
+
};
|
|
57
|
+
return /* @__PURE__ */ c("li", { className: l([e["upcoming-list__item"], "upcoming-list__item"]), children: [
|
|
58
|
+
/* @__PURE__ */ t("div", { className: l([e["upcoming-list__airdate"], "upcoming-list__airdate"]), children: /* @__PURE__ */ c("div", { className: l([e["upcoming-list__airdate-bg"], "upcoming-list__airdate-bg"]), children: [
|
|
59
|
+
i.title.element_length && g(i.airdate, i.title.element_length) && /* @__PURE__ */ t("div", { className: "upcoming-list__on-now", children: "On Now" }),
|
|
21
60
|
/* @__PURE__ */ t(
|
|
22
|
-
|
|
61
|
+
h,
|
|
23
62
|
{
|
|
24
63
|
airdateStr: i.airdate,
|
|
25
64
|
separatorType: "line-break"
|
|
26
65
|
}
|
|
27
66
|
)
|
|
28
67
|
] }) }),
|
|
29
|
-
/* @__PURE__ */ t(
|
|
30
|
-
h,
|
|
31
|
-
{
|
|
32
|
-
id: i.id,
|
|
33
|
-
image: {
|
|
34
|
-
url: i.title.image.url,
|
|
35
|
-
altText: "",
|
|
36
|
-
aspectRatio: 330 / 185
|
|
37
|
-
},
|
|
38
|
-
title: "",
|
|
39
|
-
content: /* @__PURE__ */ t(g, { list: [
|
|
40
|
-
`<div>EP ${i.title.episode_number}: ${i.title.name}</div><div>${i.title.synopsis}</div>`,
|
|
41
|
-
/* @__PURE__ */ t(u, { list: (n = (a = i.title) == null ? void 0 : a.video) != null && n.brightcove_id ? [o, i.title.rating, " "] : [o, i.title.rating], separatorType: "pipe" })
|
|
42
|
-
] }),
|
|
43
|
-
cta: (p = (s = i.title) == null ? void 0 : s.video) != null && p.brightcove_id ? {
|
|
44
|
-
label: "Watch Episode",
|
|
45
|
-
type: "play-video",
|
|
46
|
-
href: "",
|
|
47
|
-
relatedResourceId: i.title.video.brightcove_id,
|
|
48
|
-
position: "inline"
|
|
49
|
-
} : {},
|
|
50
|
-
clampContentLines: !1,
|
|
51
|
-
displayInline: !0,
|
|
52
|
-
handleClicks: d
|
|
53
|
-
}
|
|
54
|
-
)
|
|
68
|
+
/* @__PURE__ */ t(v, { ...m })
|
|
55
69
|
] }, `upcoming-list-${i.id}`);
|
|
56
70
|
}) });
|
|
57
71
|
}
|
|
@@ -1,17 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
numberOfPrograms?: number
|
|
4
|
-
startTime?: string
|
|
5
|
-
endTime?: string
|
|
6
|
-
type?:
|
|
7
|
-
canUseSameDay?: boolean
|
|
8
|
-
handleClicks?: (
|
|
9
|
-
hasSeriesPages?: boolean
|
|
10
|
-
loadingMessage?: string
|
|
1
|
+
import { HandleClicksDetails } from '../types';
|
|
2
|
+
type GetFeaturedListContainerProps = {
|
|
3
|
+
numberOfPrograms?: number;
|
|
4
|
+
startTime?: string;
|
|
5
|
+
endTime?: string;
|
|
6
|
+
type?: 'series' | 'movies' | 'all';
|
|
7
|
+
canUseSameDay?: boolean;
|
|
8
|
+
handleClicks?: (details: HandleClicksDetails) => void | boolean;
|
|
9
|
+
hasSeriesPages?: boolean;
|
|
10
|
+
loadingMessage?: string;
|
|
11
11
|
fallbackImage?: {
|
|
12
12
|
url: string;
|
|
13
|
-
}
|
|
14
|
-
getResource?: (
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
};
|
|
14
|
+
getResource?: (options: {
|
|
15
|
+
queryKey: [string, {
|
|
16
|
+
resourceName: string;
|
|
17
|
+
queryVars: Record<string, unknown>;
|
|
18
|
+
}];
|
|
19
|
+
}) => Promise<unknown>;
|
|
20
|
+
SCHEDULE_ENDPOINT: string;
|
|
21
|
+
NETWORK: string;
|
|
22
|
+
};
|
|
23
|
+
declare function GetFeaturedListContainer({ numberOfPrograms, startTime, endTime, type, canUseSameDay, handleClicks, hasSeriesPages, loadingMessage, fallbackImage, getResource, SCHEDULE_ENDPOINT, NETWORK, }: GetFeaturedListContainerProps): JSX.Element;
|
|
24
|
+
export default GetFeaturedListContainer;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsxs as x, Fragment as h, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as j, useRef as w, useEffect as I } from "react";
|
|
3
|
-
import { getFeaturedList as
|
|
4
|
-
import { getFeaturedListImages as
|
|
5
|
-
import { FeaturedList as
|
|
6
|
-
import { Loading as
|
|
7
|
-
function
|
|
3
|
+
import { getFeaturedList as v } from "../utils/getFeaturedList.js";
|
|
4
|
+
import { getFeaturedListImages as y } from "../utils/getFeaturedListImages.js";
|
|
5
|
+
import { FeaturedList as A } from "../components/FeaturedList/FeaturedList.js";
|
|
6
|
+
import { Loading as C } from "../components/Loading/Loading.js";
|
|
7
|
+
function W({
|
|
8
8
|
numberOfPrograms: i = 4,
|
|
9
|
-
startTime:
|
|
10
|
-
endTime:
|
|
9
|
+
startTime: o = "11:00",
|
|
10
|
+
endTime: a = "23:00",
|
|
11
11
|
type: u = "series",
|
|
12
12
|
canUseSameDay: n = !1,
|
|
13
13
|
handleClicks: m = () => !0,
|
|
14
14
|
hasSeriesPages: f = !0,
|
|
15
15
|
loadingMessage: d = "",
|
|
16
16
|
fallbackImage: e = { url: "" },
|
|
17
|
-
getResource: r = () =>
|
|
17
|
+
getResource: r = () => Promise.resolve({}),
|
|
18
18
|
SCHEDULE_ENDPOINT: l,
|
|
19
19
|
NETWORK: L
|
|
20
20
|
}) {
|
|
21
21
|
const [t, p] = j(null), c = w({
|
|
22
22
|
type: u,
|
|
23
|
-
startTime:
|
|
24
|
-
endTime:
|
|
23
|
+
startTime: o,
|
|
24
|
+
endTime: a,
|
|
25
25
|
numberOfPrograms: i,
|
|
26
26
|
canUseSameDay: n,
|
|
27
27
|
SCHEDULE_ENDPOINT: l,
|
|
@@ -29,22 +29,22 @@ function v({
|
|
|
29
29
|
});
|
|
30
30
|
return I(() => {
|
|
31
31
|
t === null && (async () => {
|
|
32
|
-
const g = await
|
|
32
|
+
const g = await v(c.current), F = await y({ featuredList: g, fallbackImage: e, getResource: r });
|
|
33
33
|
p(F);
|
|
34
34
|
})();
|
|
35
35
|
}, [t, e, r]), /* @__PURE__ */ x(h, { children: [
|
|
36
|
-
t === null && /* @__PURE__ */ s(
|
|
36
|
+
t === null && /* @__PURE__ */ s(C, { message: d }),
|
|
37
37
|
t !== null && /* @__PURE__ */ s(
|
|
38
|
-
|
|
38
|
+
A,
|
|
39
39
|
{
|
|
40
|
-
|
|
40
|
+
handleClicks: m,
|
|
41
41
|
hasSeriesPages: f,
|
|
42
42
|
imageAspectRatio: 0.6775300171526587,
|
|
43
|
-
|
|
43
|
+
list: t
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
46
|
] });
|
|
47
47
|
}
|
|
48
48
|
export {
|
|
49
|
-
|
|
49
|
+
W as default
|
|
50
50
|
};
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
+
import { default as ProgramAirdate } from '../components/ProgramAirdate';
|
|
2
|
+
type NowPlayingContainerProps = {
|
|
3
|
+
scheduleEndpoint: string;
|
|
4
|
+
network: string;
|
|
5
|
+
fallbackImage?: {
|
|
6
|
+
url: string;
|
|
7
|
+
};
|
|
8
|
+
getResource: (options: {
|
|
9
|
+
queryKey: [string, {
|
|
10
|
+
resourceName: string;
|
|
11
|
+
queryVars: Record<string, unknown>;
|
|
12
|
+
}];
|
|
13
|
+
}) => Promise<unknown>;
|
|
14
|
+
showEpisodeNumber?: boolean;
|
|
15
|
+
ProgramAirdateProps?: React.ComponentProps<typeof ProgramAirdate>;
|
|
16
|
+
};
|
|
17
|
+
export declare function NowPlayingContainer({ scheduleEndpoint, network, fallbackImage, getResource, showEpisodeNumber, ProgramAirdateProps, }: NowPlayingContainerProps): JSX.Element;
|
|
1
18
|
export default NowPlayingContainer;
|
|
2
|
-
declare function NowPlayingContainer({ scheduleEndpoint, network, fallbackImage, getResource, showEpisodeNumber, ProgramAirdateProps }: {
|
|
3
|
-
scheduleEndpoint: any;
|
|
4
|
-
network: any;
|
|
5
|
-
fallbackImage: any;
|
|
6
|
-
getResource: any;
|
|
7
|
-
showEpisodeNumber?: boolean | undefined;
|
|
8
|
-
ProgramAirdateProps?: {
|
|
9
|
-
brand: string;
|
|
10
|
-
buttonStyle: string;
|
|
11
|
-
logoStyle: string;
|
|
12
|
-
useLogo: boolean;
|
|
13
|
-
useSeriesColors: boolean;
|
|
14
|
-
href: string;
|
|
15
|
-
} | undefined;
|
|
16
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as Xe, Fragment as Ye, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { useState as Ze, useCallback as
|
|
3
|
-
import { getOnNowProgram as
|
|
2
|
+
import { useState as Ze, useCallback as os, useEffect as ke } from "react";
|
|
3
|
+
import { getOnNowProgram as ts } from "../utils/getOnNowProgram.js";
|
|
4
4
|
import { ProgramAirdate as as } from "../components/ProgramAirdate/ProgramAirdate.js";
|
|
5
5
|
import { Loading as ms } from "../components/Loading/Loading.js";
|
|
6
6
|
import { ResponsiveImage as cs } from "../components/ResponsiveImage/ResponsiveImage.js";
|
|
7
7
|
import { ErrorHandler as ns } from "../components/ErrorHandler/ErrorHandler.js";
|
|
8
8
|
function Ss({
|
|
9
9
|
scheduleEndpoint: r,
|
|
10
|
-
network:
|
|
11
|
-
fallbackImage:
|
|
10
|
+
network: o,
|
|
11
|
+
fallbackImage: t,
|
|
12
12
|
getResource: a,
|
|
13
13
|
showEpisodeNumber: m = !1,
|
|
14
14
|
ProgramAirdateProps: es = {
|
|
@@ -17,22 +17,23 @@ function Ss({
|
|
|
17
17
|
logoStyle: "image",
|
|
18
18
|
useLogo: !1,
|
|
19
19
|
useSeriesColors: !0,
|
|
20
|
-
href: "/schedule"
|
|
20
|
+
href: "/schedule",
|
|
21
|
+
program: {}
|
|
21
22
|
}
|
|
22
23
|
}) {
|
|
23
|
-
var d, l, p, g, u, x, f, S, h, z, w, y, $, v, P, _, C, b, N, j, A, L, O, T, q, E, F, G, H, U, B, D, I, J, K, M, Q, R, V, W, X, Y, Z, k, ee, se, ie, re,
|
|
24
|
-
const [e, ss] = Ze(
|
|
24
|
+
var d, l, p, g, u, x, f, S, h, z, w, y, $, v, P, _, C, b, N, j, A, L, O, T, q, E, F, G, H, U, B, D, I, J, K, M, Q, R, V, W, X, Y, Z, k, ee, se, ie, re, oe, te, ae, me, ce, ne, de, le, pe, ge, ue, xe, fe, Se, he, ze, we, ye, $e, ve, Pe, _e, Ce, be, Ne, je, Ae, Le, Oe, Te, qe, Ee, Fe, Ge, He, Ue, Be, De, Ie, Je, Ke, Me, Qe, Re, Ve;
|
|
25
|
+
const [e, ss] = Ze(), [is, rs] = Ze("on-now"), c = document.querySelector(":root"), n = os(() => {
|
|
25
26
|
(async () => {
|
|
26
|
-
const s = await
|
|
27
|
+
const s = await ts({
|
|
27
28
|
scheduleEndpoint: r,
|
|
28
|
-
network:
|
|
29
|
+
network: o,
|
|
29
30
|
showEpisodeNumber: m,
|
|
30
|
-
fallbackImage:
|
|
31
|
+
fallbackImage: t,
|
|
31
32
|
getResource: a
|
|
32
33
|
});
|
|
33
34
|
ss(s == null ? void 0 : s.program), rs(s == null ? void 0 : s.type);
|
|
34
35
|
})();
|
|
35
|
-
}, [r,
|
|
36
|
+
}, [r, o, m, t, a]);
|
|
36
37
|
return ke(() => n(), [n]), ke(() => {
|
|
37
38
|
var s, We;
|
|
38
39
|
e !== null && c.style.setProperty("--on-now-text-color", ((We = (s = e == null ? void 0 : e.episode) == null ? void 0 : s.series) == null ? void 0 : We.primary_color) || "var(--theme-color-100)");
|
|
@@ -40,14 +41,14 @@ function Ss({
|
|
|
40
41
|
e === void 0 && /* @__PURE__ */ i("div", { style: { gridColumn: "1/span 2" }, children: /* @__PURE__ */ i(
|
|
41
42
|
ns,
|
|
42
43
|
{
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
message: "There has been an error while retrieving our currently airing program.",
|
|
45
|
+
title: "An error has been encounter."
|
|
45
46
|
}
|
|
46
47
|
) }),
|
|
47
48
|
e === null && /* @__PURE__ */ i(ms, { topOffset: "30%" }),
|
|
48
49
|
e != null && /* @__PURE__ */ Xe(Ye, { children: [
|
|
49
|
-
/* @__PURE__ */ i(as, { ...es,
|
|
50
|
-
/* @__PURE__ */ i("div", { className: "program-on-now__image-wrapper", children: ((p = (l = (d = e == null ? void 0 : e.episode) == null ? void 0 : d.series) == null ? void 0 : l.image) == null ? void 0 : p.sizes) === void 0 ? /* @__PURE__ */ i("img", { className: "on-now__series-img", src: (x = (u = (g = e.episode) == null ? void 0 : g.series) == null ? void 0 : u.image) == null ? void 0 : x.url
|
|
50
|
+
/* @__PURE__ */ i(as, { ...es, program: e, type: is }),
|
|
51
|
+
/* @__PURE__ */ i("div", { className: "program-on-now__image-wrapper", children: ((p = (l = (d = e == null ? void 0 : e.episode) == null ? void 0 : d.series) == null ? void 0 : l.image) == null ? void 0 : p.sizes) === void 0 ? /* @__PURE__ */ i("img", { alt: "", className: "on-now__series-img", src: (x = (u = (g = e.episode) == null ? void 0 : g.series) == null ? void 0 : u.image) == null ? void 0 : x.url }) : /* @__PURE__ */ i(
|
|
51
52
|
cs,
|
|
52
53
|
{
|
|
53
54
|
fullSizeUrl: (h = (S = (f = e == null ? void 0 : e.episode) == null ? void 0 : f.series) == null ? void 0 : S.image) == null ? void 0 : h.url,
|
|
@@ -62,7 +63,7 @@ function Ss({
|
|
|
62
63
|
},
|
|
63
64
|
{
|
|
64
65
|
media: "min-width: 960px",
|
|
65
|
-
srcsets: [`${(k = (Z = (Y = (X = (W = (V = (R = e.episode) == null ? void 0 : R.series) == null ? void 0 : V.image) == null ? void 0 : W.sizes) == null ? void 0 : X[0]) == null ? void 0 : Y.srcSets) == null ? void 0 : Z[1]) == null ? void 0 : k.src}`, `${(ae = (
|
|
66
|
+
srcsets: [`${(k = (Z = (Y = (X = (W = (V = (R = e.episode) == null ? void 0 : R.series) == null ? void 0 : V.image) == null ? void 0 : W.sizes) == null ? void 0 : X[0]) == null ? void 0 : Y.srcSets) == null ? void 0 : Z[1]) == null ? void 0 : k.src}`, `${(ae = (te = (oe = (re = (ie = (se = (ee = e.episode) == null ? void 0 : ee.series) == null ? void 0 : se.image) == null ? void 0 : ie.sizes) == null ? void 0 : re[0]) == null ? void 0 : oe.srcSets) == null ? void 0 : te[3]) == null ? void 0 : ae.src} 2x`]
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
69
|
media: "min-width: 600px",
|
|
@@ -83,5 +84,6 @@ function Ss({
|
|
|
83
84
|
] });
|
|
84
85
|
}
|
|
85
86
|
export {
|
|
87
|
+
Ss as NowPlayingContainer,
|
|
86
88
|
Ss as default
|
|
87
89
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,33 +1,94 @@
|
|
|
1
|
-
|
|
1
|
+
import { ChoiceList } from '../types';
|
|
2
|
+
declare const streaming_devices: {
|
|
3
|
+
metadata: {
|
|
4
|
+
name: string;
|
|
5
|
+
slug: string;
|
|
6
|
+
};
|
|
7
|
+
items: {
|
|
8
|
+
id: number;
|
|
9
|
+
image_url: string;
|
|
10
|
+
alt_text: string;
|
|
11
|
+
link: string;
|
|
12
|
+
}[];
|
|
13
|
+
};
|
|
14
|
+
declare const smart_tvs: {
|
|
15
|
+
metadata: {
|
|
16
|
+
name: string;
|
|
17
|
+
slug: string;
|
|
18
|
+
};
|
|
19
|
+
items: {
|
|
20
|
+
id: number;
|
|
21
|
+
image_url: string;
|
|
22
|
+
alt_text: string;
|
|
23
|
+
link: string;
|
|
24
|
+
}[];
|
|
25
|
+
};
|
|
26
|
+
declare const audio_platforms: {
|
|
27
|
+
metadata: {
|
|
28
|
+
name: string;
|
|
29
|
+
slug: string;
|
|
30
|
+
};
|
|
31
|
+
items: {
|
|
32
|
+
id: number;
|
|
33
|
+
image_url: string;
|
|
34
|
+
alt_text: string;
|
|
35
|
+
link: string;
|
|
36
|
+
}[];
|
|
37
|
+
};
|
|
38
|
+
declare const video_platforms: {
|
|
39
|
+
metadata: {
|
|
40
|
+
name: string;
|
|
41
|
+
slug: string;
|
|
42
|
+
};
|
|
43
|
+
items: {
|
|
44
|
+
id: number;
|
|
45
|
+
image_url: string;
|
|
46
|
+
alt_text: string;
|
|
47
|
+
link: string;
|
|
48
|
+
}[];
|
|
49
|
+
};
|
|
50
|
+
declare const mobile_devices: {
|
|
51
|
+
metadata: {
|
|
52
|
+
name: string;
|
|
53
|
+
slug: string;
|
|
54
|
+
};
|
|
55
|
+
items: {
|
|
56
|
+
id: number;
|
|
57
|
+
image_url: string;
|
|
58
|
+
alt_text: string;
|
|
59
|
+
link: string;
|
|
60
|
+
}[];
|
|
61
|
+
};
|
|
62
|
+
declare const platform_resources: Map<{
|
|
2
63
|
name: string;
|
|
3
64
|
slug: string;
|
|
4
|
-
}
|
|
65
|
+
}, {
|
|
5
66
|
id: number;
|
|
6
67
|
image_url: string;
|
|
7
68
|
alt_text: string;
|
|
8
69
|
link: string;
|
|
9
|
-
}[]
|
|
10
|
-
|
|
70
|
+
}[]>;
|
|
71
|
+
declare const platform_resources_video_platforms_first: Map<{
|
|
11
72
|
name: string;
|
|
12
73
|
slug: string;
|
|
13
|
-
}
|
|
74
|
+
}, {
|
|
14
75
|
id: number;
|
|
15
76
|
image_url: string;
|
|
16
77
|
alt_text: string;
|
|
17
78
|
link: string;
|
|
18
|
-
}[]
|
|
19
|
-
|
|
79
|
+
}[]>;
|
|
80
|
+
declare const small_platform_resouces: Map<{
|
|
20
81
|
name: string;
|
|
21
82
|
slug: string;
|
|
22
|
-
}
|
|
83
|
+
}, {
|
|
23
84
|
id: number;
|
|
24
85
|
image_url: string;
|
|
25
86
|
alt_text: string;
|
|
26
87
|
link: string;
|
|
27
|
-
}[]
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
88
|
+
}[]>;
|
|
89
|
+
declare const wp_platform_resources: {
|
|
90
|
+
network: string;
|
|
91
|
+
platform: {
|
|
31
92
|
order: number;
|
|
32
93
|
category_title: string;
|
|
33
94
|
logos: {
|
|
@@ -37,59 +98,7 @@ export namespace wp_platform_resources {
|
|
|
37
98
|
alt_text: string;
|
|
38
99
|
}[];
|
|
39
100
|
}[];
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
} | {
|
|
45
|
-
id: number;
|
|
46
|
-
image_url: string;
|
|
47
|
-
alt_text: string;
|
|
48
|
-
link: string;
|
|
49
|
-
}[])[];
|
|
50
|
-
export const smart_tvs: ({
|
|
51
|
-
name: string;
|
|
52
|
-
slug: string;
|
|
53
|
-
} | {
|
|
54
|
-
id: number;
|
|
55
|
-
image_url: string;
|
|
56
|
-
alt_text: string;
|
|
57
|
-
link: string;
|
|
58
|
-
}[])[];
|
|
59
|
-
export const audio_platforms: ({
|
|
60
|
-
name: string;
|
|
61
|
-
slug: string;
|
|
62
|
-
} | {
|
|
63
|
-
id: number;
|
|
64
|
-
image_url: string;
|
|
65
|
-
alt_text: string;
|
|
66
|
-
link: string;
|
|
67
|
-
}[])[];
|
|
68
|
-
export const video_platforms: ({
|
|
69
|
-
name: string;
|
|
70
|
-
slug: string;
|
|
71
|
-
} | {
|
|
72
|
-
id: number;
|
|
73
|
-
image_url: string;
|
|
74
|
-
alt_text: string;
|
|
75
|
-
link: string;
|
|
76
|
-
}[])[];
|
|
77
|
-
export const mobile_devices: ({
|
|
78
|
-
name: string;
|
|
79
|
-
slug: string;
|
|
80
|
-
} | {
|
|
81
|
-
id: number;
|
|
82
|
-
image_url: string;
|
|
83
|
-
alt_text: string;
|
|
84
|
-
link: string;
|
|
85
|
-
}[])[];
|
|
86
|
-
export const stateOptions: {
|
|
87
|
-
label: string;
|
|
88
|
-
value: string;
|
|
89
|
-
}[];
|
|
90
|
-
export const statesForCustomList: {
|
|
91
|
-
parent_id: null;
|
|
92
|
-
label: string;
|
|
93
|
-
value: string;
|
|
94
|
-
id: number;
|
|
95
|
-
}[];
|
|
101
|
+
};
|
|
102
|
+
declare const stateOptions: ChoiceList;
|
|
103
|
+
declare const statesForCustomList: ChoiceList;
|
|
104
|
+
export { platform_resources, platform_resources_video_platforms_first, small_platform_resouces, wp_platform_resources, streaming_devices, smart_tvs, audio_platforms, video_platforms, mobile_devices, stateOptions, statesForCustomList, };
|