@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,58 +1,107 @@
|
|
|
1
|
-
import { jsx as a, Fragment as
|
|
2
|
-
import "
|
|
3
|
-
import { getHoursMinsStr as k, classes as u } from "../../utils/helpers.js";
|
|
1
|
+
import { jsx as a, Fragment as y, jsxs as T } from "react/jsx-runtime";
|
|
2
|
+
import { getHoursMinsStr as k, classes as l } from "../../utils/helpers.js";
|
|
4
3
|
import { Concat as c } from "../Concat/Concat.js";
|
|
5
4
|
import { StringList as o } from "../StringList/StringList.js";
|
|
6
|
-
import { ImageCard as
|
|
7
|
-
import { AdjustableTwoColumnGrid as
|
|
8
|
-
import { ShowAboutContent as
|
|
9
|
-
import '../../assets/ShowAboutLayout.css';const
|
|
10
|
-
"series-about-tab": "_series-about-
|
|
5
|
+
import { ImageCard as x } from "../ImageCard/ImageCard.js";
|
|
6
|
+
import { AdjustableTwoColumnGrid as s } from "../AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.js";
|
|
7
|
+
import { ShowAboutContent as S } from "../ShowAboutContent/ShowAboutContent.js";
|
|
8
|
+
import '../../assets/ShowAboutLayout.css';const u = {
|
|
9
|
+
"series-about-tab": "_series-about-tab_1325e_1"
|
|
11
10
|
};
|
|
12
11
|
function F({
|
|
13
12
|
series: t,
|
|
14
13
|
type: n = "series",
|
|
15
14
|
showUpcoming: p = !1,
|
|
16
|
-
nextAirdates:
|
|
17
|
-
firstColumnWidth:
|
|
18
|
-
socialShare:
|
|
15
|
+
nextAirdates: i = [],
|
|
16
|
+
firstColumnWidth: g = "33%",
|
|
17
|
+
socialShare: b = {
|
|
19
18
|
enabled: !1,
|
|
20
19
|
url: "",
|
|
21
20
|
text: "",
|
|
22
21
|
longtext: ""
|
|
23
22
|
}
|
|
24
23
|
}) {
|
|
25
|
-
var
|
|
26
|
-
const d = t.cast.map((_) => _.real_name).join(", "), f = t != null && t.run_time ? k(t.run_time) : "",
|
|
27
|
-
|
|
28
|
-
t.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
24
|
+
var r, m;
|
|
25
|
+
const d = t.cast ? t.cast.map((_) => _.real_name).join(", ") : "", f = t != null && t.run_time ? k(t.run_time) : "", e = n === "series" ? ["TV Series", t.rating] : [
|
|
26
|
+
t != null && t.year_released ? t == null ? void 0 : t.year_released : "Film",
|
|
27
|
+
t.rating,
|
|
28
|
+
f
|
|
29
|
+
];
|
|
30
|
+
return /* @__PURE__ */ a(y, { children: /* @__PURE__ */ T(
|
|
31
|
+
s,
|
|
32
|
+
{
|
|
33
|
+
classname: l([u["series-about-tab"], "series-about-tab"]),
|
|
34
|
+
firstColumnWidth: g,
|
|
35
|
+
children: [
|
|
36
|
+
t.detailImage === null ? /* @__PURE__ */ a(
|
|
37
|
+
c,
|
|
38
|
+
{
|
|
39
|
+
list: [
|
|
40
|
+
typeof t.genres == "string" ? t.genres : /* @__PURE__ */ a(
|
|
41
|
+
o,
|
|
42
|
+
{
|
|
43
|
+
makeBlock: !0,
|
|
44
|
+
list: t.genres || [],
|
|
45
|
+
separatorType: "comma"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ a(
|
|
49
|
+
o,
|
|
50
|
+
{
|
|
51
|
+
makeBlock: !0,
|
|
52
|
+
list: e || [],
|
|
53
|
+
separatorType: "pipe"
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
) : /* @__PURE__ */ a(
|
|
59
|
+
x,
|
|
60
|
+
{
|
|
61
|
+
content: /* @__PURE__ */ a(
|
|
62
|
+
c,
|
|
63
|
+
{
|
|
64
|
+
list: [
|
|
65
|
+
typeof t.genres == "string" ? t.genres : /* @__PURE__ */ a(
|
|
66
|
+
o,
|
|
67
|
+
{
|
|
68
|
+
makeBlock: !0,
|
|
69
|
+
list: t.genres || [],
|
|
70
|
+
separatorType: "comma"
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ a(
|
|
74
|
+
o,
|
|
75
|
+
{
|
|
76
|
+
makeBlock: !0,
|
|
77
|
+
list: e,
|
|
78
|
+
separatorType: "pipe"
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
image: {
|
|
85
|
+
url: ((r = t.detailImage) == null ? void 0 : r.url) || "",
|
|
86
|
+
aspectRatio: ((m = t.detailImage) == null ? void 0 : m.aspectRatio) || 16 / 9,
|
|
87
|
+
altText: `Image for ${t.title}`
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
/* @__PURE__ */ a("div", { className: l([u["series-about-tab__content"], "series-about-tab__content"]), children: /* @__PURE__ */ a(
|
|
92
|
+
S,
|
|
93
|
+
{
|
|
94
|
+
castStr: d,
|
|
95
|
+
nextAirDates: i,
|
|
96
|
+
series: t,
|
|
97
|
+
showUpcoming: p,
|
|
98
|
+
socialShare: b,
|
|
99
|
+
type: n
|
|
100
|
+
}
|
|
101
|
+
) })
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
) });
|
|
56
105
|
}
|
|
57
106
|
export {
|
|
58
107
|
F as ShowAboutLayout,
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { ShowAboutLayout
|
|
1
|
+
export { ShowAboutLayout } from './ShowAboutLayout';
|
|
2
|
+
export { ShowAboutLayout as default } from './ShowAboutLayout';
|
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { Image } from '../../types';
|
|
2
|
+
type SocialLinksProps = {
|
|
3
|
+
onClickHandler?: (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => boolean;
|
|
4
|
+
size?: number;
|
|
5
|
+
showHeader?: boolean;
|
|
6
|
+
headerText?: string;
|
|
7
|
+
platforms?: Array<{
|
|
8
|
+
platform: 'facebook' | 'instagram' | 'linkedin' | 'youtube' | 'tiktok' | 'twitter' | string;
|
|
8
9
|
url: string;
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
svgAttrs?: {
|
|
11
|
+
[key: string]: string | number;
|
|
12
|
+
};
|
|
13
|
+
image?: Image;
|
|
14
|
+
}>;
|
|
15
|
+
};
|
|
16
|
+
export declare function SocialLinks({ onClickHandler, size, showHeader, headerText, platforms, }: SocialLinksProps): JSX.Element;
|
|
11
17
|
export default SocialLinks;
|
|
@@ -1,61 +1,109 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { classes as f } from "../../utils/helpers.js";
|
|
1
|
+
import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { classes as p } from "../../utils/helpers.js";
|
|
4
3
|
import _ from "../../icons/Tiktok.js";
|
|
5
|
-
import
|
|
6
|
-
import { ImageReplacementAnchor as
|
|
7
|
-
import {
|
|
4
|
+
import x from "../../icons/Twitter.js";
|
|
5
|
+
import { ImageReplacementAnchor as z } from "../ImageReplacementAnchor/ImageReplacementAnchor.js";
|
|
6
|
+
import s, { forwardRef as u } from "react";
|
|
8
7
|
import { P as a } from "../../index-DC2JJV3a.mjs";
|
|
9
|
-
import '../../assets/SocialLinks.css';function
|
|
10
|
-
return
|
|
8
|
+
import '../../assets/SocialLinks.css';function h() {
|
|
9
|
+
return h = Object.assign || function(t) {
|
|
11
10
|
for (var i = 1; i < arguments.length; i++) {
|
|
12
|
-
var
|
|
13
|
-
for (var
|
|
14
|
-
Object.prototype.hasOwnProperty.call(
|
|
11
|
+
var r = arguments[i];
|
|
12
|
+
for (var e in r)
|
|
13
|
+
Object.prototype.hasOwnProperty.call(r, e) && (t[e] = r[e]);
|
|
15
14
|
}
|
|
16
|
-
return
|
|
17
|
-
},
|
|
15
|
+
return t;
|
|
16
|
+
}, h.apply(this, arguments);
|
|
18
17
|
}
|
|
19
|
-
function
|
|
20
|
-
if (
|
|
21
|
-
var
|
|
18
|
+
function P(t, i) {
|
|
19
|
+
if (t == null) return {};
|
|
20
|
+
var r = $(t, i), e, n;
|
|
22
21
|
if (Object.getOwnPropertySymbols) {
|
|
23
|
-
var
|
|
24
|
-
for (
|
|
25
|
-
|
|
22
|
+
var o = Object.getOwnPropertySymbols(t);
|
|
23
|
+
for (n = 0; n < o.length; n++)
|
|
24
|
+
e = o[n], !(i.indexOf(e) >= 0) && Object.prototype.propertyIsEnumerable.call(t, e) && (r[e] = t[e]);
|
|
26
25
|
}
|
|
27
|
-
return
|
|
26
|
+
return r;
|
|
28
27
|
}
|
|
29
|
-
function
|
|
30
|
-
if (
|
|
31
|
-
var
|
|
32
|
-
for (
|
|
33
|
-
|
|
34
|
-
return
|
|
28
|
+
function $(t, i) {
|
|
29
|
+
if (t == null) return {};
|
|
30
|
+
var r = {}, e = Object.keys(t), n, o;
|
|
31
|
+
for (o = 0; o < e.length; o++)
|
|
32
|
+
n = e[o], !(i.indexOf(n) >= 0) && (r[n] = t[n]);
|
|
33
|
+
return r;
|
|
35
34
|
}
|
|
36
|
-
var
|
|
37
|
-
var
|
|
38
|
-
return /* @__PURE__ */
|
|
35
|
+
var y = u(function(t, i) {
|
|
36
|
+
var r = t.color, e = r === void 0 ? "currentColor" : r, n = t.size, o = n === void 0 ? 24 : n, l = P(t, ["color", "size"]);
|
|
37
|
+
return /* @__PURE__ */ s.createElement("svg", h({
|
|
39
38
|
ref: i,
|
|
40
39
|
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
-
width:
|
|
42
|
-
height:
|
|
40
|
+
width: o,
|
|
41
|
+
height: o,
|
|
43
42
|
viewBox: "0 0 24 24",
|
|
44
43
|
fill: "none",
|
|
45
|
-
stroke:
|
|
44
|
+
stroke: e,
|
|
46
45
|
strokeWidth: "2",
|
|
47
46
|
strokeLinecap: "round",
|
|
48
47
|
strokeLinejoin: "round"
|
|
49
|
-
},
|
|
48
|
+
}, l), /* @__PURE__ */ s.createElement("path", {
|
|
49
|
+
d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
y.propTypes = {
|
|
53
|
+
color: a.string,
|
|
54
|
+
size: a.oneOfType([a.string, a.number])
|
|
55
|
+
};
|
|
56
|
+
y.displayName = "Facebook";
|
|
57
|
+
function g() {
|
|
58
|
+
return g = Object.assign || function(t) {
|
|
59
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
60
|
+
var r = arguments[i];
|
|
61
|
+
for (var e in r)
|
|
62
|
+
Object.prototype.hasOwnProperty.call(r, e) && (t[e] = r[e]);
|
|
63
|
+
}
|
|
64
|
+
return t;
|
|
65
|
+
}, g.apply(this, arguments);
|
|
66
|
+
}
|
|
67
|
+
function E(t, i) {
|
|
68
|
+
if (t == null) return {};
|
|
69
|
+
var r = L(t, i), e, n;
|
|
70
|
+
if (Object.getOwnPropertySymbols) {
|
|
71
|
+
var o = Object.getOwnPropertySymbols(t);
|
|
72
|
+
for (n = 0; n < o.length; n++)
|
|
73
|
+
e = o[n], !(i.indexOf(e) >= 0) && Object.prototype.propertyIsEnumerable.call(t, e) && (r[e] = t[e]);
|
|
74
|
+
}
|
|
75
|
+
return r;
|
|
76
|
+
}
|
|
77
|
+
function L(t, i) {
|
|
78
|
+
if (t == null) return {};
|
|
79
|
+
var r = {}, e = Object.keys(t), n, o;
|
|
80
|
+
for (o = 0; o < e.length; o++)
|
|
81
|
+
n = e[o], !(i.indexOf(n) >= 0) && (r[n] = t[n]);
|
|
82
|
+
return r;
|
|
83
|
+
}
|
|
84
|
+
var k = u(function(t, i) {
|
|
85
|
+
var r = t.color, e = r === void 0 ? "currentColor" : r, n = t.size, o = n === void 0 ? 24 : n, l = E(t, ["color", "size"]);
|
|
86
|
+
return /* @__PURE__ */ s.createElement("svg", g({
|
|
87
|
+
ref: i,
|
|
88
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
+
width: o,
|
|
90
|
+
height: o,
|
|
91
|
+
viewBox: "0 0 24 24",
|
|
92
|
+
fill: "none",
|
|
93
|
+
stroke: e,
|
|
94
|
+
strokeWidth: "2",
|
|
95
|
+
strokeLinecap: "round",
|
|
96
|
+
strokeLinejoin: "round"
|
|
97
|
+
}, l), /* @__PURE__ */ s.createElement("rect", {
|
|
50
98
|
x: "2",
|
|
51
99
|
y: "2",
|
|
52
100
|
width: "20",
|
|
53
101
|
height: "20",
|
|
54
102
|
rx: "5",
|
|
55
103
|
ry: "5"
|
|
56
|
-
}), /* @__PURE__ */
|
|
104
|
+
}), /* @__PURE__ */ s.createElement("path", {
|
|
57
105
|
d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
|
|
58
|
-
}), /* @__PURE__ */
|
|
106
|
+
}), /* @__PURE__ */ s.createElement("line", {
|
|
59
107
|
x1: "17.5",
|
|
60
108
|
y1: "6.5",
|
|
61
109
|
x2: "17.51",
|
|
@@ -67,132 +115,132 @@ k.propTypes = {
|
|
|
67
115
|
size: a.oneOfType([a.string, a.number])
|
|
68
116
|
};
|
|
69
117
|
k.displayName = "Instagram";
|
|
70
|
-
function
|
|
71
|
-
return
|
|
118
|
+
function m() {
|
|
119
|
+
return m = Object.assign || function(t) {
|
|
72
120
|
for (var i = 1; i < arguments.length; i++) {
|
|
73
|
-
var
|
|
74
|
-
for (var
|
|
75
|
-
Object.prototype.hasOwnProperty.call(
|
|
121
|
+
var r = arguments[i];
|
|
122
|
+
for (var e in r)
|
|
123
|
+
Object.prototype.hasOwnProperty.call(r, e) && (t[e] = r[e]);
|
|
76
124
|
}
|
|
77
|
-
return
|
|
78
|
-
},
|
|
125
|
+
return t;
|
|
126
|
+
}, m.apply(this, arguments);
|
|
79
127
|
}
|
|
80
|
-
function
|
|
81
|
-
if (
|
|
82
|
-
var
|
|
128
|
+
function W(t, i) {
|
|
129
|
+
if (t == null) return {};
|
|
130
|
+
var r = T(t, i), e, n;
|
|
83
131
|
if (Object.getOwnPropertySymbols) {
|
|
84
|
-
var
|
|
85
|
-
for (
|
|
86
|
-
|
|
132
|
+
var o = Object.getOwnPropertySymbols(t);
|
|
133
|
+
for (n = 0; n < o.length; n++)
|
|
134
|
+
e = o[n], !(i.indexOf(e) >= 0) && Object.prototype.propertyIsEnumerable.call(t, e) && (r[e] = t[e]);
|
|
87
135
|
}
|
|
88
|
-
return
|
|
136
|
+
return r;
|
|
89
137
|
}
|
|
90
|
-
function
|
|
91
|
-
if (
|
|
92
|
-
var
|
|
93
|
-
for (
|
|
94
|
-
|
|
95
|
-
return
|
|
138
|
+
function T(t, i) {
|
|
139
|
+
if (t == null) return {};
|
|
140
|
+
var r = {}, e = Object.keys(t), n, o;
|
|
141
|
+
for (o = 0; o < e.length; o++)
|
|
142
|
+
n = e[o], !(i.indexOf(n) >= 0) && (r[n] = t[n]);
|
|
143
|
+
return r;
|
|
96
144
|
}
|
|
97
|
-
var
|
|
98
|
-
var
|
|
99
|
-
return /* @__PURE__ */
|
|
145
|
+
var w = u(function(t, i) {
|
|
146
|
+
var r = t.color, e = r === void 0 ? "currentColor" : r, n = t.size, o = n === void 0 ? 24 : n, l = W(t, ["color", "size"]);
|
|
147
|
+
return /* @__PURE__ */ s.createElement("svg", m({
|
|
100
148
|
ref: i,
|
|
101
149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
102
|
-
width:
|
|
103
|
-
height:
|
|
150
|
+
width: o,
|
|
151
|
+
height: o,
|
|
104
152
|
viewBox: "0 0 24 24",
|
|
105
153
|
fill: "none",
|
|
106
|
-
stroke:
|
|
154
|
+
stroke: e,
|
|
107
155
|
strokeWidth: "2",
|
|
108
156
|
strokeLinecap: "round",
|
|
109
157
|
strokeLinejoin: "round"
|
|
110
|
-
},
|
|
158
|
+
}, l), /* @__PURE__ */ s.createElement("path", {
|
|
111
159
|
d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
|
|
112
|
-
}), /* @__PURE__ */
|
|
160
|
+
}), /* @__PURE__ */ s.createElement("rect", {
|
|
113
161
|
x: "2",
|
|
114
162
|
y: "9",
|
|
115
163
|
width: "4",
|
|
116
164
|
height: "12"
|
|
117
|
-
}), /* @__PURE__ */
|
|
165
|
+
}), /* @__PURE__ */ s.createElement("circle", {
|
|
118
166
|
cx: "4",
|
|
119
167
|
cy: "4",
|
|
120
168
|
r: "2"
|
|
121
169
|
}));
|
|
122
170
|
});
|
|
123
|
-
|
|
171
|
+
w.propTypes = {
|
|
124
172
|
color: a.string,
|
|
125
173
|
size: a.oneOfType([a.string, a.number])
|
|
126
174
|
};
|
|
127
|
-
|
|
128
|
-
function
|
|
129
|
-
return
|
|
175
|
+
w.displayName = "Linkedin";
|
|
176
|
+
function v() {
|
|
177
|
+
return v = Object.assign || function(t) {
|
|
130
178
|
for (var i = 1; i < arguments.length; i++) {
|
|
131
|
-
var
|
|
132
|
-
for (var
|
|
133
|
-
Object.prototype.hasOwnProperty.call(
|
|
179
|
+
var r = arguments[i];
|
|
180
|
+
for (var e in r)
|
|
181
|
+
Object.prototype.hasOwnProperty.call(r, e) && (t[e] = r[e]);
|
|
134
182
|
}
|
|
135
|
-
return
|
|
136
|
-
},
|
|
183
|
+
return t;
|
|
184
|
+
}, v.apply(this, arguments);
|
|
137
185
|
}
|
|
138
|
-
function
|
|
139
|
-
if (
|
|
140
|
-
var
|
|
186
|
+
function C(t, i) {
|
|
187
|
+
if (t == null) return {};
|
|
188
|
+
var r = I(t, i), e, n;
|
|
141
189
|
if (Object.getOwnPropertySymbols) {
|
|
142
|
-
var
|
|
143
|
-
for (
|
|
144
|
-
|
|
190
|
+
var o = Object.getOwnPropertySymbols(t);
|
|
191
|
+
for (n = 0; n < o.length; n++)
|
|
192
|
+
e = o[n], !(i.indexOf(e) >= 0) && Object.prototype.propertyIsEnumerable.call(t, e) && (r[e] = t[e]);
|
|
145
193
|
}
|
|
146
|
-
return
|
|
194
|
+
return r;
|
|
147
195
|
}
|
|
148
|
-
function
|
|
149
|
-
if (
|
|
150
|
-
var
|
|
151
|
-
for (
|
|
152
|
-
|
|
153
|
-
return
|
|
196
|
+
function I(t, i) {
|
|
197
|
+
if (t == null) return {};
|
|
198
|
+
var r = {}, e = Object.keys(t), n, o;
|
|
199
|
+
for (o = 0; o < e.length; o++)
|
|
200
|
+
n = e[o], !(i.indexOf(n) >= 0) && (r[n] = t[n]);
|
|
201
|
+
return r;
|
|
154
202
|
}
|
|
155
|
-
var
|
|
156
|
-
var
|
|
157
|
-
return /* @__PURE__ */
|
|
203
|
+
var b = u(function(t, i) {
|
|
204
|
+
var r = t.color, e = r === void 0 ? "currentColor" : r, n = t.size, o = n === void 0 ? 24 : n, l = C(t, ["color", "size"]);
|
|
205
|
+
return /* @__PURE__ */ s.createElement("svg", v({
|
|
158
206
|
ref: i,
|
|
159
207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
160
|
-
width:
|
|
161
|
-
height:
|
|
208
|
+
width: o,
|
|
209
|
+
height: o,
|
|
162
210
|
viewBox: "0 0 24 24",
|
|
163
211
|
fill: "none",
|
|
164
|
-
stroke:
|
|
212
|
+
stroke: e,
|
|
165
213
|
strokeWidth: "2",
|
|
166
214
|
strokeLinecap: "round",
|
|
167
215
|
strokeLinejoin: "round"
|
|
168
|
-
},
|
|
216
|
+
}, l), /* @__PURE__ */ s.createElement("path", {
|
|
169
217
|
d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"
|
|
170
|
-
}), /* @__PURE__ */
|
|
218
|
+
}), /* @__PURE__ */ s.createElement("polygon", {
|
|
171
219
|
points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
|
|
172
220
|
}));
|
|
173
221
|
});
|
|
174
|
-
|
|
222
|
+
b.propTypes = {
|
|
175
223
|
color: a.string,
|
|
176
224
|
size: a.oneOfType([a.string, a.number])
|
|
177
225
|
};
|
|
178
|
-
|
|
179
|
-
const
|
|
180
|
-
"social-link": "_social-
|
|
181
|
-
"social-link__icon": "_social-
|
|
182
|
-
},
|
|
183
|
-
["facebook",
|
|
226
|
+
b.displayName = "Youtube";
|
|
227
|
+
const f = {
|
|
228
|
+
"social-link": "_social-link_10ug9_1",
|
|
229
|
+
"social-link__icon": "_social-link__icon_10ug9_12"
|
|
230
|
+
}, N = /* @__PURE__ */ new Map([
|
|
231
|
+
["facebook", y],
|
|
184
232
|
["instagram", k],
|
|
185
|
-
["linkedin",
|
|
186
|
-
["youtube",
|
|
233
|
+
["linkedin", w],
|
|
234
|
+
["youtube", b],
|
|
187
235
|
["tiktok", _],
|
|
188
|
-
["twitter",
|
|
236
|
+
["twitter", x]
|
|
189
237
|
]);
|
|
190
|
-
function
|
|
191
|
-
onClickHandler:
|
|
238
|
+
function H({
|
|
239
|
+
onClickHandler: t = () => !0,
|
|
192
240
|
size: i = 1.4,
|
|
193
|
-
showHeader:
|
|
194
|
-
headerText:
|
|
195
|
-
platforms:
|
|
241
|
+
showHeader: r = !1,
|
|
242
|
+
headerText: e = "Follow Us",
|
|
243
|
+
platforms: n = [
|
|
196
244
|
{
|
|
197
245
|
platform: "facebook",
|
|
198
246
|
url: "https://www.facebook.com/EWScrippsCo"
|
|
@@ -211,50 +259,56 @@ function Y({
|
|
|
211
259
|
}
|
|
212
260
|
]
|
|
213
261
|
}) {
|
|
214
|
-
return /* @__PURE__ */
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
262
|
+
return /* @__PURE__ */ j("div", { className: p([f["social-links"], "social-links"]), children: [
|
|
263
|
+
r && /* @__PURE__ */ c(
|
|
264
|
+
"h4",
|
|
265
|
+
{
|
|
266
|
+
className: p([
|
|
267
|
+
f["social-links__header"],
|
|
268
|
+
"social-links__header"
|
|
269
|
+
]),
|
|
270
|
+
children: e
|
|
271
|
+
}
|
|
272
|
+
),
|
|
273
|
+
n.map((o) => {
|
|
274
|
+
const { platform: l, url: d } = o, O = N.get(l);
|
|
275
|
+
return o != null && o.image ? /* @__PURE__ */ c(
|
|
276
|
+
z,
|
|
223
277
|
{
|
|
224
|
-
|
|
225
|
-
text: s,
|
|
226
|
-
target: "_blank",
|
|
227
|
-
href: w,
|
|
278
|
+
classname: p([f["social-link"], "social-link", `social-link--${l}`]),
|
|
228
279
|
height: i,
|
|
229
|
-
|
|
280
|
+
href: d,
|
|
281
|
+
image: o.image,
|
|
282
|
+
target: "_blank",
|
|
283
|
+
text: l
|
|
230
284
|
},
|
|
231
|
-
`social-link-${
|
|
232
|
-
) : /* @__PURE__ */
|
|
285
|
+
`social-link-${l}`
|
|
286
|
+
) : O ? /* @__PURE__ */ c(
|
|
233
287
|
"a",
|
|
234
288
|
{
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
onClick: e,
|
|
238
|
-
target: "_blank",
|
|
289
|
+
className: p([f["social-link"], "social-link", `social-link--${l}`]),
|
|
290
|
+
href: d,
|
|
239
291
|
rel: "noreferrer",
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
292
|
+
target: "_blank",
|
|
293
|
+
onClick: t,
|
|
294
|
+
children: /* @__PURE__ */ j("i", { children: [
|
|
295
|
+
/* @__PURE__ */ c("span", { className: "sr-only", children: l }),
|
|
296
|
+
/* @__PURE__ */ c(
|
|
243
297
|
O,
|
|
244
298
|
{
|
|
245
|
-
className:
|
|
299
|
+
className: p([f["social-link__icon"], "social-link__icon"]),
|
|
246
300
|
size: `${i}rem`,
|
|
247
|
-
...
|
|
301
|
+
...o.svgAttrs
|
|
248
302
|
}
|
|
249
303
|
)
|
|
250
304
|
] })
|
|
251
305
|
},
|
|
252
|
-
`social-link-${
|
|
253
|
-
);
|
|
306
|
+
`social-link-${l}`
|
|
307
|
+
) : null;
|
|
254
308
|
})
|
|
255
309
|
] });
|
|
256
310
|
}
|
|
257
311
|
export {
|
|
258
|
-
|
|
259
|
-
|
|
312
|
+
H as SocialLinks,
|
|
313
|
+
H as default
|
|
260
314
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
url:
|
|
3
|
-
text:
|
|
4
|
-
longtext:
|
|
5
|
-
showHeader?: boolean
|
|
6
|
-
headerText?: string
|
|
7
|
-
iconSize?: string
|
|
8
|
-
}
|
|
1
|
+
type SocialShareBlockProps = {
|
|
2
|
+
url: string;
|
|
3
|
+
text: string;
|
|
4
|
+
longtext: string;
|
|
5
|
+
showHeader?: boolean;
|
|
6
|
+
headerText?: string;
|
|
7
|
+
iconSize?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare function SocialShareBlock({ url, text, longtext, showHeader, headerText, iconSize, }: SocialShareBlockProps): JSX.Element;
|
|
9
10
|
export default SocialShareBlock;
|