@scrippsproduct/networks-ui-library 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (525) hide show
  1. package/README.md +71 -0
  2. package/dist/ChoicesItem-CGIr6Qga.mjs +38 -0
  3. package/dist/Form.module-DbpB9u1l.mjs +150 -0
  4. package/dist/PageHero.module-BdV8z_Xv.mjs +8 -0
  5. package/dist/ResultsTable.module-B7M9y7hd.mjs +14 -0
  6. package/dist/SocialShareButton-BXGVUD-z.mjs +30 -0
  7. package/dist/_commonjsHelpers-DaMA6jEr.mjs +8 -0
  8. package/dist/add-DH4DZT_w.mjs +17 -0
  9. package/dist/addMonths-Ca2KMx6g.mjs +23 -0
  10. package/dist/assets/ActionButton.css +1 -0
  11. package/dist/assets/AdBlock.css +1 -0
  12. package/dist/assets/AdjustableTwoColumnGrid.css +1 -0
  13. package/dist/assets/AirDateFormatter.css +1 -0
  14. package/dist/assets/AnchorTag.css +1 -0
  15. package/dist/assets/BCVideoPlayer.css +1 -0
  16. package/dist/assets/BasicGridModule.css +1 -0
  17. package/dist/assets/Button.css +1 -0
  18. package/dist/assets/CarouselSlide.css +1 -0
  19. package/dist/assets/ChannelSearch.css +1 -0
  20. package/dist/assets/ChoicesItem.css +1 -0
  21. package/dist/assets/ContentHero.css +1 -0
  22. package/dist/assets/CtaBlock.css +1 -0
  23. package/dist/assets/CustomDataList.css +1 -0
  24. package/dist/assets/DateNavigation.css +1 -0
  25. package/dist/assets/DatePicker.css +1 -0
  26. package/dist/assets/DeviceAndPlatformLists.css +1 -0
  27. package/dist/assets/DrawerNavigation.css +1 -0
  28. package/dist/assets/EqualSizeFlexRow.css +1 -0
  29. package/dist/assets/EqualSizeGrid.css +1 -0
  30. package/dist/assets/ErrorHandler.css +1 -0
  31. package/dist/assets/FeaturedList.css +1 -0
  32. package/dist/assets/Figure.css +1 -0
  33. package/dist/assets/Figure2.css +1 -0
  34. package/dist/assets/FindUs.css +1 -0
  35. package/dist/assets/FooterNavigation.css +1 -0
  36. package/dist/assets/Form.css +1 -0
  37. package/dist/assets/GradientButton.css +1 -0
  38. package/dist/assets/GridList.css +1 -0
  39. package/dist/assets/IONShowHero.css +1 -0
  40. package/dist/assets/ImageCard.css +1 -0
  41. package/dist/assets/ImageReplacementAnchor.css +1 -0
  42. package/dist/assets/InfoPanel.css +1 -0
  43. package/dist/assets/InlineNavigation.css +1 -0
  44. package/dist/assets/InstructionsList.css +1 -0
  45. package/dist/assets/Loading.css +1 -0
  46. package/dist/assets/LoadingV2.css +1 -0
  47. package/dist/assets/LogoListItem.css +1 -0
  48. package/dist/assets/LogoNavigation.css +1 -0
  49. package/dist/assets/ModalContainer.css +1 -0
  50. package/dist/assets/MultiLayeredFigure.css +1 -0
  51. package/dist/assets/NavList.css +1 -0
  52. package/dist/assets/Overlay.css +1 -0
  53. package/dist/assets/PageHero.css +1 -0
  54. package/dist/assets/Pagination.css +1 -0
  55. package/dist/assets/ProgramAirdate.css +1 -0
  56. package/dist/assets/PromotionBlock.css +1 -0
  57. package/dist/assets/PromotionsRowModule.css +1 -0
  58. package/dist/assets/RescanInstructions.css +1 -0
  59. package/dist/assets/ResultsTable.css +1 -0
  60. package/dist/assets/ScheduleList.css +1 -0
  61. package/dist/assets/ShowAboutLayout.css +1 -0
  62. package/dist/assets/ShowSlide.css +1 -0
  63. package/dist/assets/SocialLinks.css +1 -0
  64. package/dist/assets/SocialShareButton.css +1 -0
  65. package/dist/assets/StringList.css +1 -0
  66. package/dist/assets/TabNavigation.css +1 -0
  67. package/dist/assets/TextSlide.css +1 -0
  68. package/dist/assets/TwoColumnSlide.css +1 -0
  69. package/dist/assets/UpcomingList.css +1 -0
  70. package/dist/chevron-left-DmvQntvu.mjs +54 -0
  71. package/dist/chevron-right-CaAz6ISN.mjs +54 -0
  72. package/dist/components/ActionButton/ActionButton.d.ts +19 -0
  73. package/dist/components/ActionButton/ActionButton.js +78 -0
  74. package/dist/components/ActionButton/index.d.ts +1 -0
  75. package/dist/components/ActionButton/index.js +5 -0
  76. package/dist/components/AdBlock/AdBlock.d.ts +6 -0
  77. package/dist/components/AdBlock/AdBlock.js +110 -0
  78. package/dist/components/AdBlock/index.d.ts +1 -0
  79. package/dist/components/AdBlock/index.js +5 -0
  80. package/dist/components/AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.d.ts +7 -0
  81. package/dist/components/AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.js +24 -0
  82. package/dist/components/AdjustableTwoColumnGrid/index.d.ts +1 -0
  83. package/dist/components/AdjustableTwoColumnGrid/index.js +5 -0
  84. package/dist/components/AirDateFormatter/AirDateFormatter.d.ts +5 -0
  85. package/dist/components/AirDateFormatter/AirDateFormatter.js +82 -0
  86. package/dist/components/AirDateFormatter/index.d.ts +1 -0
  87. package/dist/components/AirDateFormatter/index.js +5 -0
  88. package/dist/components/AnchorTag/AnchorTag.d.ts +9 -0
  89. package/dist/components/AnchorTag/AnchorTag.js +45 -0
  90. package/dist/components/AnchorTag/index.d.ts +1 -0
  91. package/dist/components/AnchorTag/index.js +5 -0
  92. package/dist/components/BCVideoPlayer/BCVideoPlayer.d.ts +13 -0
  93. package/dist/components/BCVideoPlayer/BCVideoPlayer.js +57 -0
  94. package/dist/components/BCVideoPlayer/index.d.ts +1 -0
  95. package/dist/components/BCVideoPlayer/index.js +5 -0
  96. package/dist/components/BasicGridModule/BasicGridModule.d.ts +24 -0
  97. package/dist/components/BasicGridModule/BasicGridModule.js +88 -0
  98. package/dist/components/BasicGridModule/index.d.ts +1 -0
  99. package/dist/components/BasicGridModule/index.js +5 -0
  100. package/dist/components/Button/Button.d.ts +19 -0
  101. package/dist/components/Button/Button.js +76 -0
  102. package/dist/components/Button/index.d.ts +1 -0
  103. package/dist/components/Button/index.js +5 -0
  104. package/dist/components/ButtonAnchor/ButtonAnchor.d.ts +6 -0
  105. package/dist/components/ButtonAnchor/ButtonAnchor.js +18 -0
  106. package/dist/components/ButtonAnchor/index.d.ts +1 -0
  107. package/dist/components/ButtonAnchor/index.js +5 -0
  108. package/dist/components/Carousel/Carousel.d.ts +25 -0
  109. package/dist/components/Carousel/Carousel.js +298 -0
  110. package/dist/components/Carousel/CarouselUtils.class.d.ts +68 -0
  111. package/dist/components/Carousel/CarouselUtils.class.js +187 -0
  112. package/dist/components/Carousel/index.d.ts +1 -0
  113. package/dist/components/Carousel/index.js +5 -0
  114. package/dist/components/Carousel/navigations/Pagination.d.ts +3 -0
  115. package/dist/components/Carousel/navigations/Pagination.js +18 -0
  116. package/dist/components/CarouselSlide/CarouselSlide.d.ts +7 -0
  117. package/dist/components/CarouselSlide/CarouselSlide.js +37 -0
  118. package/dist/components/CarouselSlide/index.d.ts +1 -0
  119. package/dist/components/CarouselSlide/index.js +5 -0
  120. package/dist/components/CarouselSlide/slide-layouts/Empty/Empty.d.ts +2 -0
  121. package/dist/components/CarouselSlide/slide-layouts/Empty/Empty.js +9 -0
  122. package/dist/components/CarouselSlide/slide-layouts/Empty/index.d.ts +1 -0
  123. package/dist/components/CarouselSlide/slide-layouts/Empty/index.js +5 -0
  124. package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.d.ts +9 -0
  125. package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.js +30 -0
  126. package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.stories.d.ts +34 -0
  127. package/dist/components/CarouselSlide/slide-layouts/Figure/Figure.stories.js +105 -0
  128. package/dist/components/CarouselSlide/slide-layouts/Figure/index.d.ts +1 -0
  129. package/dist/components/CarouselSlide/slide-layouts/Figure/index.js +5 -0
  130. package/dist/components/CarouselSlide/slide-layouts/ImageCard/ImageCard.d.ts +2 -0
  131. package/dist/components/CarouselSlide/slide-layouts/ImageCard/ImageCard.js +10 -0
  132. package/dist/components/CarouselSlide/slide-layouts/ImageCard/index.d.ts +1 -0
  133. package/dist/components/CarouselSlide/slide-layouts/ImageCard/index.js +5 -0
  134. package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.d.ts +4 -0
  135. package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.js +27 -0
  136. package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.d.ts +28 -0
  137. package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/NetworkCalloutSlide.stories.js +42 -0
  138. package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/index.d.ts +1 -0
  139. package/dist/components/CarouselSlide/slide-layouts/NetworkCallout/index.js +5 -0
  140. package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.d.ts +17 -0
  141. package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.js +116 -0
  142. package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.stories.d.ts +170 -0
  143. package/dist/components/CarouselSlide/slide-layouts/Show/ShowSlide.stories.js +193 -0
  144. package/dist/components/CarouselSlide/slide-layouts/Show/index.d.ts +1 -0
  145. package/dist/components/CarouselSlide/slide-layouts/Show/index.js +5 -0
  146. package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.d.ts +7 -0
  147. package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.js +30 -0
  148. package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.stories.d.ts +19 -0
  149. package/dist/components/CarouselSlide/slide-layouts/Text/TextSlide.stories.js +35 -0
  150. package/dist/components/CarouselSlide/slide-layouts/Text/index.d.ts +1 -0
  151. package/dist/components/CarouselSlide/slide-layouts/Text/index.js +5 -0
  152. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.d.ts +5 -0
  153. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.js +17 -0
  154. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.stories.d.ts +17 -0
  155. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.stories.js +49 -0
  156. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/index.d.ts +1 -0
  157. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/index.js +5 -0
  158. package/dist/components/CarouselSlide/slide-layouts/Video/VideoSlide.d.ts +2 -0
  159. package/dist/components/CarouselSlide/slide-layouts/Video/VideoSlide.js +20 -0
  160. package/dist/components/CarouselSlide/slide-layouts/Video/index.d.ts +1 -0
  161. package/dist/components/CarouselSlide/slide-layouts/Video/index.js +5 -0
  162. package/dist/components/CarouselSlide/slide-layouts/index.d.ts +8 -0
  163. package/dist/components/CarouselSlide/slide-layouts/index.js +18 -0
  164. package/dist/components/CastInfoLayout/CastInfoLayout.d.ts +2 -0
  165. package/dist/components/CastInfoLayout/CastInfoLayout.js +62 -0
  166. package/dist/components/CastInfoLayout/index.d.ts +1 -0
  167. package/dist/components/CastInfoLayout/index.js +5 -0
  168. package/dist/components/ChannelSearch/ChannelSearch.d.ts +18 -0
  169. package/dist/components/ChannelSearch/ChannelSearch.js +171 -0
  170. package/dist/components/ChannelSearch/index.d.ts +1 -0
  171. package/dist/components/ChannelSearch/index.js +5 -0
  172. package/dist/components/ChoicesItem/ChoicesItem.d.ts +5 -0
  173. package/dist/components/ChoicesItem/ChoicesItem.js +8 -0
  174. package/dist/components/ChoicesItem/index.d.ts +1 -0
  175. package/dist/components/ChoicesItem/index.js +5 -0
  176. package/dist/components/ChoicesList/ChoicesList.d.ts +4 -0
  177. package/dist/components/ChoicesList/ChoicesList.js +9 -0
  178. package/dist/components/ChoicesList/index.d.ts +1 -0
  179. package/dist/components/ChoicesList/index.js +5 -0
  180. package/dist/components/Concat/Concat.d.ts +4 -0
  181. package/dist/components/Concat/Concat.js +10 -0
  182. package/dist/components/Concat/index.d.ts +1 -0
  183. package/dist/components/Concat/index.js +5 -0
  184. package/dist/components/CreateChoiceList/CreateChoiceList.d.ts +6 -0
  185. package/dist/components/CreateChoiceList/CreateChoiceList.js +14 -0
  186. package/dist/components/CreateChoiceList/index.d.ts +1 -0
  187. package/dist/components/CreateChoiceList/index.js +5 -0
  188. package/dist/components/CtaBlock/CtaBlock.d.ts +23 -0
  189. package/dist/components/CtaBlock/CtaBlock.js +89 -0
  190. package/dist/components/CtaBlock/index.d.ts +1 -0
  191. package/dist/components/CtaBlock/index.js +5 -0
  192. package/dist/components/CustomDataList/CustomDataList.d.ts +11 -0
  193. package/dist/components/CustomDataList/CustomDataList.js +282 -0
  194. package/dist/components/CustomDataList/index.d.ts +1 -0
  195. package/dist/components/CustomDataList/index.js +5 -0
  196. package/dist/components/CustomSelect/CustomSelect.d.ts +14 -0
  197. package/dist/components/CustomSelect/CustomSelect.js +217 -0
  198. package/dist/components/CustomSelect/index.d.ts +1 -0
  199. package/dist/components/CustomSelect/index.js +5 -0
  200. package/dist/components/DateNavigation/DateNavigation.d.ts +5 -0
  201. package/dist/components/DateNavigation/DateNavigation.js +115 -0
  202. package/dist/components/DateNavigation/index.d.ts +1 -0
  203. package/dist/components/DateNavigation/index.js +5 -0
  204. package/dist/components/DatePicker/DatePicker.d.ts +10 -0
  205. package/dist/components/DatePicker/DatePicker.js +5895 -0
  206. package/dist/components/DatePicker/index.d.ts +1 -0
  207. package/dist/components/DatePicker/index.js +5 -0
  208. package/dist/components/DeviceAndPlatformLists/DeviceAndPlatformLists.d.ts +5 -0
  209. package/dist/components/DeviceAndPlatformLists/DeviceAndPlatformLists.js +60 -0
  210. package/dist/components/DeviceAndPlatformLists/index.d.ts +1 -0
  211. package/dist/components/DeviceAndPlatformLists/index.js +5 -0
  212. package/dist/components/DrawerNavigation/DrawerNavigation.d.ts +10 -0
  213. package/dist/components/DrawerNavigation/DrawerNavigation.js +123 -0
  214. package/dist/components/DrawerNavigation/index.d.ts +1 -0
  215. package/dist/components/DrawerNavigation/index.js +5 -0
  216. package/dist/components/EqualSizeFlexRow/EqualSizeFlexRow.d.ts +6 -0
  217. package/dist/components/EqualSizeFlexRow/EqualSizeFlexRow.js +31 -0
  218. package/dist/components/EqualSizeFlexRow/index.d.ts +1 -0
  219. package/dist/components/EqualSizeFlexRow/index.js +5 -0
  220. package/dist/components/EqualSizeGrid/EqualSizeGrid.d.ts +7 -0
  221. package/dist/components/EqualSizeGrid/EqualSizeGrid.js +29 -0
  222. package/dist/components/EqualSizeGrid/index.d.ts +1 -0
  223. package/dist/components/EqualSizeGrid/index.js +5 -0
  224. package/dist/components/ErrorHandler/ErrorHandler.d.ts +5 -0
  225. package/dist/components/ErrorHandler/ErrorHandler.js +17 -0
  226. package/dist/components/ErrorHandler/index.d.ts +1 -0
  227. package/dist/components/ErrorHandler/index.js +5 -0
  228. package/dist/components/FeaturedList/FeaturedList.d.ts +7 -0
  229. package/dist/components/FeaturedList/FeaturedList.js +48 -0
  230. package/dist/components/FeaturedList/index.d.ts +1 -0
  231. package/dist/components/FeaturedList/index.js +5 -0
  232. package/dist/components/Figure/Figure.d.ts +8 -0
  233. package/dist/components/Figure/Figure.js +23 -0
  234. package/dist/components/Figure/index.d.ts +1 -0
  235. package/dist/components/Figure/index.js +5 -0
  236. package/dist/components/FindUs/FindUs.d.ts +20 -0
  237. package/dist/components/FindUs/FindUs.js +120 -0
  238. package/dist/components/FindUs/index.d.ts +1 -0
  239. package/dist/components/FindUs/index.js +5 -0
  240. package/dist/components/FooterNavigation/FooterNavigation.d.ts +4 -0
  241. package/dist/components/FooterNavigation/FooterNavigation.js +24 -0
  242. package/dist/components/FooterNavigation/index.d.ts +1 -0
  243. package/dist/components/FooterNavigation/index.js +5 -0
  244. package/dist/components/GenericList/GenericList.d.ts +6 -0
  245. package/dist/components/GenericList/GenericList.js +23 -0
  246. package/dist/components/GenericList/index.d.ts +1 -0
  247. package/dist/components/GenericList/index.js +5 -0
  248. package/dist/components/GetAirdateWrapper/GetAirdateWrapper.d.ts +9 -0
  249. package/dist/components/GetAirdateWrapper/GetAirdateWrapper.js +40 -0
  250. package/dist/components/GetAirdateWrapper/index.d.ts +1 -0
  251. package/dist/components/GetAirdateWrapper/index.js +5 -0
  252. package/dist/components/GradientButton/GradientButton.d.ts +15 -0
  253. package/dist/components/GradientButton/GradientButton.js +69 -0
  254. package/dist/components/GradientButton/index.d.ts +1 -0
  255. package/dist/components/GradientButton/index.js +5 -0
  256. package/dist/components/GridList/GridList.d.ts +6 -0
  257. package/dist/components/GridList/GridList.js +28 -0
  258. package/dist/components/GridList/index.d.ts +1 -0
  259. package/dist/components/GridList/index.js +5 -0
  260. package/dist/components/ImageCard/ImageCard.d.ts +3 -0
  261. package/dist/components/ImageCard/ImageCard.js +113 -0
  262. package/dist/components/ImageCard/ImageCardCore.d.ts +3 -0
  263. package/dist/components/ImageCard/ImageCardCore.js +129 -0
  264. package/dist/components/ImageCard/index.d.ts +1 -0
  265. package/dist/components/ImageCard/index.js +5 -0
  266. package/dist/components/ImageReplacementAnchor/ImageReplacementAnchor.d.ts +15 -0
  267. package/dist/components/ImageReplacementAnchor/ImageReplacementAnchor.js +52 -0
  268. package/dist/components/ImageReplacementAnchor/index.d.ts +1 -0
  269. package/dist/components/ImageReplacementAnchor/index.js +5 -0
  270. package/dist/components/InfoPanel/InfoPanel.d.ts +10 -0
  271. package/dist/components/InfoPanel/InfoPanel.js +66 -0
  272. package/dist/components/InfoPanel/index.d.ts +1 -0
  273. package/dist/components/InfoPanel/index.js +5 -0
  274. package/dist/components/InlineNavigation/InlineNavigation.d.ts +6 -0
  275. package/dist/components/InlineNavigation/InlineNavigation.js +27 -0
  276. package/dist/components/InlineNavigation/index.d.ts +1 -0
  277. package/dist/components/InlineNavigation/index.js +4 -0
  278. package/dist/components/Input/Input.d.ts +10 -0
  279. package/dist/components/Input/Input.js +57 -0
  280. package/dist/components/Input/index.d.ts +1 -0
  281. package/dist/components/Input/index.js +5 -0
  282. package/dist/components/InstructionsList/InstructionsList.d.ts +5 -0
  283. package/dist/components/InstructionsList/InstructionsList.js +17 -0
  284. package/dist/components/InstructionsList/index.d.ts +1 -0
  285. package/dist/components/InstructionsList/index.js +5 -0
  286. package/dist/components/Loading/Loading.d.ts +8 -0
  287. package/dist/components/Loading/Loading.js +36 -0
  288. package/dist/components/Loading/index.d.ts +1 -0
  289. package/dist/components/Loading/index.js +5 -0
  290. package/dist/components/LoadingV2/LoadingV2.d.ts +7 -0
  291. package/dist/components/LoadingV2/LoadingV2.js +39 -0
  292. package/dist/components/LoadingV2/index.d.ts +1 -0
  293. package/dist/components/LoadingV2/index.js +5 -0
  294. package/dist/components/LogoListItem/LogoListItem.d.ts +7 -0
  295. package/dist/components/LogoListItem/LogoListItem.js +29 -0
  296. package/dist/components/LogoListItem/index.d.ts +1 -0
  297. package/dist/components/LogoListItem/index.js +5 -0
  298. package/dist/components/LogoNavigation/LogoNavigation.d.ts +5 -0
  299. package/dist/components/LogoNavigation/LogoNavigation.js +23 -0
  300. package/dist/components/LogoNavigation/index.d.ts +1 -0
  301. package/dist/components/LogoNavigation/index.js +5 -0
  302. package/dist/components/ModalContainer/ModalContainer.d.ts +9 -0
  303. package/dist/components/ModalContainer/ModalContainer.js +108 -0
  304. package/dist/components/ModalContainer/index.d.ts +1 -0
  305. package/dist/components/ModalContainer/index.js +5 -0
  306. package/dist/components/MultiLayeredFigure/MultiLayeredFigure.d.ts +6 -0
  307. package/dist/components/MultiLayeredFigure/MultiLayeredFigure.js +29 -0
  308. package/dist/components/MultiLayeredFigure/index.d.ts +1 -0
  309. package/dist/components/MultiLayeredFigure/index.js +5 -0
  310. package/dist/components/NavList/NavList.d.ts +8 -0
  311. package/dist/components/NavList/NavList.js +33 -0
  312. package/dist/components/NavList/index.d.ts +1 -0
  313. package/dist/components/NavList/index.js +5 -0
  314. package/dist/components/Overlay/Overlay.d.ts +6 -0
  315. package/dist/components/Overlay/Overlay.js +37 -0
  316. package/dist/components/Overlay/index.d.ts +1 -0
  317. package/dist/components/Overlay/index.js +5 -0
  318. package/dist/components/PageHero/PageHero.d.ts +6 -0
  319. package/dist/components/PageHero/PageHero.js +19 -0
  320. package/dist/components/PageHero/index.d.ts +1 -0
  321. package/dist/components/PageHero/index.js +5 -0
  322. package/dist/components/PageHero/page-hero-layouts/ContentHero/ContentHero.d.ts +14 -0
  323. package/dist/components/PageHero/page-hero-layouts/ContentHero/ContentHero.js +40 -0
  324. package/dist/components/PageHero/page-hero-layouts/ContentHero/index.d.ts +1 -0
  325. package/dist/components/PageHero/page-hero-layouts/ContentHero/index.js +5 -0
  326. package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.d.ts +6 -0
  327. package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.js +64 -0
  328. package/dist/components/PageHero/page-hero-layouts/IONShow/index.d.ts +1 -0
  329. package/dist/components/PageHero/page-hero-layouts/IONShow/index.js +5 -0
  330. package/dist/components/PageHero/page-hero-layouts/ImageOnly/ImageOnlyHero.d.ts +13 -0
  331. package/dist/components/PageHero/page-hero-layouts/ImageOnly/ImageOnlyHero.js +35 -0
  332. package/dist/components/PageHero/page-hero-layouts/ImageOnly/index.d.ts +1 -0
  333. package/dist/components/PageHero/page-hero-layouts/ImageOnly/index.js +5 -0
  334. package/dist/components/PageHero/page-hero-layouts/index.d.ts +3 -0
  335. package/dist/components/PageHero/page-hero-layouts/index.js +8 -0
  336. package/dist/components/ProgramAirdate/ProgramAirdate.d.ts +11 -0
  337. package/dist/components/ProgramAirdate/ProgramAirdate.js +151 -0
  338. package/dist/components/ProgramAirdate/index.d.ts +1 -0
  339. package/dist/components/ProgramAirdate/index.js +5 -0
  340. package/dist/components/PromotionBlock/PromotionBlock.d.ts +5 -0
  341. package/dist/components/PromotionBlock/PromotionBlock.js +43 -0
  342. package/dist/components/PromotionBlock/index.d.ts +1 -0
  343. package/dist/components/PromotionBlock/index.js +5 -0
  344. package/dist/components/PromotionsRowBlock/PromotionsRowBlock.d.ts +5 -0
  345. package/dist/components/PromotionsRowBlock/PromotionsRowBlock.js +10 -0
  346. package/dist/components/PromotionsRowBlock/index.d.ts +1 -0
  347. package/dist/components/PromotionsRowBlock/index.js +5 -0
  348. package/dist/components/PromotionsRowModule/PromotionsRowModule.d.ts +6 -0
  349. package/dist/components/PromotionsRowModule/PromotionsRowModule.js +113 -0
  350. package/dist/components/PromotionsRowModule/index.d.ts +1 -0
  351. package/dist/components/PromotionsRowModule/index.js +5 -0
  352. package/dist/components/RescanInstructions/RescanInstructions.d.ts +4 -0
  353. package/dist/components/RescanInstructions/RescanInstructions.js +30 -0
  354. package/dist/components/RescanInstructions/index.d.ts +1 -0
  355. package/dist/components/RescanInstructions/index.js +5 -0
  356. package/dist/components/ResponsiveImage/ResponsiveImage.d.ts +14 -0
  357. package/dist/components/ResponsiveImage/ResponsiveImage.js +34 -0
  358. package/dist/components/ResponsiveImage/index.d.ts +1 -0
  359. package/dist/components/ResponsiveImage/index.js +5 -0
  360. package/dist/components/ResultsTable/ResultsTable.d.ts +7 -0
  361. package/dist/components/ResultsTable/ResultsTable.js +26 -0
  362. package/dist/components/ResultsTable/index.d.ts +1 -0
  363. package/dist/components/ResultsTable/index.js +5 -0
  364. package/dist/components/ResultsTableBody/ResultsTableBody.d.ts +6 -0
  365. package/dist/components/ResultsTableBody/ResultsTableBody.js +51 -0
  366. package/dist/components/ResultsTableBody/index.d.ts +1 -0
  367. package/dist/components/ResultsTableBody/index.js +5 -0
  368. package/dist/components/ResultsTableHeader/ResultsTableHeader.d.ts +4 -0
  369. package/dist/components/ResultsTableHeader/ResultsTableHeader.js +21 -0
  370. package/dist/components/ResultsTableHeader/index.d.ts +1 -0
  371. package/dist/components/ResultsTableHeader/index.js +5 -0
  372. package/dist/components/ScheduleLayout/ScheduleLayout.d.ts +6 -0
  373. package/dist/components/ScheduleLayout/ScheduleLayout.js +28 -0
  374. package/dist/components/ScheduleLayout/index.d.ts +1 -0
  375. package/dist/components/ScheduleLayout/index.js +5 -0
  376. package/dist/components/ScheduleList/ScheduleList.d.ts +6 -0
  377. package/dist/components/ScheduleList/ScheduleList.js +100 -0
  378. package/dist/components/ScheduleList/index.d.ts +1 -0
  379. package/dist/components/ScheduleList/index.js +5 -0
  380. package/dist/components/ScheduleList/schedule-list-items/AirDateSegment.d.ts +5 -0
  381. package/dist/components/ScheduleList/schedule-list-items/AirDateSegment.js +21 -0
  382. package/dist/components/ScheduleList/schedule-list-items/MovieItem.d.ts +8 -0
  383. package/dist/components/ScheduleList/schedule-list-items/MovieItem.js +39 -0
  384. package/dist/components/ScheduleList/schedule-list-items/SeriesItem.d.ts +8 -0
  385. package/dist/components/ScheduleList/schedule-list-items/SeriesItem.js +41 -0
  386. package/dist/components/ScheduleList/schedule-list-items/SportsItem.d.ts +8 -0
  387. package/dist/components/ScheduleList/schedule-list-items/SportsItem.js +39 -0
  388. package/dist/components/SectionedContent/SectionedContent.d.ts +4 -0
  389. package/dist/components/SectionedContent/SectionedContent.js +23 -0
  390. package/dist/components/SectionedContent/index.d.ts +1 -0
  391. package/dist/components/SectionedContent/index.js +5 -0
  392. package/dist/components/Select/Select.d.ts +12 -0
  393. package/dist/components/Select/Select.js +64 -0
  394. package/dist/components/Select/index.d.ts +1 -0
  395. package/dist/components/Select/index.js +5 -0
  396. package/dist/components/ShowAboutContent/ShowAboutContent.d.ts +8 -0
  397. package/dist/components/ShowAboutContent/ShowAboutContent.js +69 -0
  398. package/dist/components/ShowAboutContent/index.d.ts +1 -0
  399. package/dist/components/ShowAboutContent/index.js +5 -0
  400. package/dist/components/ShowAboutLayout/ShowAboutLayout.d.ts +8 -0
  401. package/dist/components/ShowAboutLayout/ShowAboutLayout.js +53 -0
  402. package/dist/components/ShowAboutLayout/index.d.ts +1 -0
  403. package/dist/components/ShowAboutLayout/index.js +5 -0
  404. package/dist/components/SocialLinks/SocialLinks.d.ts +11 -0
  405. package/dist/components/SocialLinks/SocialLinks.js +260 -0
  406. package/dist/components/SocialLinks/index.d.ts +1 -0
  407. package/dist/components/SocialLinks/index.js +5 -0
  408. package/dist/components/SocialShareBlock/SocialShareBlock.d.ts +9 -0
  409. package/dist/components/SocialShareBlock/SocialShareBlock.js +44 -0
  410. package/dist/components/SocialShareBlock/index.d.ts +1 -0
  411. package/dist/components/SocialShareBlock/index.js +5 -0
  412. package/dist/components/SocialShareButton/SocialShareButton.d.ts +8 -0
  413. package/dist/components/SocialShareButton/SocialShareButton.js +9 -0
  414. package/dist/components/SocialShareButton/index.d.ts +1 -0
  415. package/dist/components/SocialShareButton/index.js +5 -0
  416. package/dist/components/StringList/StringList.d.ts +6 -0
  417. package/dist/components/StringList/StringList.js +30 -0
  418. package/dist/components/StringList/index.d.ts +1 -0
  419. package/dist/components/StringList/index.js +5 -0
  420. package/dist/components/TabContent/TabContent.d.ts +5 -0
  421. package/dist/components/TabContent/TabContent.js +10 -0
  422. package/dist/components/TabContent/index.d.ts +1 -0
  423. package/dist/components/TabContent/index.js +5 -0
  424. package/dist/components/TabNavigation/TabNavigation.d.ts +6 -0
  425. package/dist/components/TabNavigation/TabNavigation.js +69 -0
  426. package/dist/components/TabNavigation/index.d.ts +1 -0
  427. package/dist/components/TabNavigation/index.js +5 -0
  428. package/dist/components/TabbedContent/TabbedContent.d.ts +5 -0
  429. package/dist/components/TabbedContent/TabbedContent.js +15 -0
  430. package/dist/components/TabbedContent/index.d.ts +1 -0
  431. package/dist/components/TabbedContent/index.js +5 -0
  432. package/dist/components/TextArea/TextArea.d.ts +2 -0
  433. package/dist/components/TextArea/TextArea.js +49 -0
  434. package/dist/components/TextArea/index.d.ts +1 -0
  435. package/dist/components/TextArea/index.js +5 -0
  436. package/dist/components/UpcomingList/UpcomingList.d.ts +5 -0
  437. package/dist/components/UpcomingList/UpcomingList.js +61 -0
  438. package/dist/components/UpcomingList/index.d.ts +1 -0
  439. package/dist/components/UpcomingList/index.js +5 -0
  440. package/dist/containers/GetFeatruedListContainer.d.ts +17 -0
  441. package/dist/containers/GetFeatruedListContainer.js +50 -0
  442. package/dist/containers/NowPlayingContainer.d.ts +16 -0
  443. package/dist/containers/NowPlayingContainer.js +87 -0
  444. package/dist/data-resources/FakeDataResource.d.ts +95 -0
  445. package/dist/data-resources/FakeDataResource.js +692 -0
  446. package/dist/error-boundries/BlankErrorBoundry.d.ts +15 -0
  447. package/dist/error-boundries/BlankErrorBoundry.js +25 -0
  448. package/dist/error-boundries/GeneralErrorBoundry.d.ts +15 -0
  449. package/dist/error-boundries/GeneralErrorBoundry.js +27 -0
  450. package/dist/facebook-osmzgL7R.mjs +54 -0
  451. package/dist/format-DF9p-6BI.mjs +1221 -0
  452. package/dist/hooks/useAddScriptTags.d.ts +2 -0
  453. package/dist/hooks/useAddScriptTags.js +8 -0
  454. package/dist/hooks/useGetSchedule.d.ts +14 -0
  455. package/dist/hooks/useGetSchedule.js +58 -0
  456. package/dist/hooks/useGetUpcoming.d.ts +7 -0
  457. package/dist/hooks/useGetUpcoming.js +28 -0
  458. package/dist/hooks/useOptinMonsterReset.d.ts +4 -0
  459. package/dist/hooks/useOptinMonsterReset.js +41 -0
  460. package/dist/hooks/useSourcepointPrivacyTrigger.d.ts +4 -0
  461. package/dist/hooks/useSourcepointPrivacyTrigger.js +23 -0
  462. package/dist/icons/Facebook.d.ts +3 -0
  463. package/dist/icons/Facebook.js +33 -0
  464. package/dist/icons/Tiktok.d.ts +3 -0
  465. package/dist/icons/Tiktok.js +35 -0
  466. package/dist/icons/Twitter.d.ts +3 -0
  467. package/dist/icons/Twitter.js +35 -0
  468. package/dist/index-0wieGV50.mjs +133 -0
  469. package/dist/index-CZzwT3Oj.mjs +662 -0
  470. package/dist/index-DB0QlRo7.mjs +1827 -0
  471. package/dist/index-YbL9dKxh.mjs +19068 -0
  472. package/dist/index.d.ts +78 -0
  473. package/dist/index.js +158 -0
  474. package/dist/secl-ui.d.ts +2 -0
  475. package/dist/settings.d.ts +3 -0
  476. package/dist/settings.js +30 -0
  477. package/dist/sub-DTz41m8W.mjs +17 -0
  478. package/dist/subMonths-YdVF7zsL.mjs +11 -0
  479. package/dist/triangle-D0AHL9lB.mjs +54 -0
  480. package/dist/utils/Redirect.d.ts +4 -0
  481. package/dist/utils/Redirect.js +9 -0
  482. package/dist/utils/analytics.d.ts +1 -0
  483. package/dist/utils/analytics.js +458 -0
  484. package/dist/utils/createSocialShareLinks.d.ts +7 -0
  485. package/dist/utils/createSocialShareLinks.js +65 -0
  486. package/dist/utils/date-helpers.d.ts +31 -0
  487. package/dist/utils/date-helpers.js +49 -0
  488. package/dist/utils/events.d.ts +3 -0
  489. package/dist/utils/events.js +15 -0
  490. package/dist/utils/getCarouselOptions.d.ts +1 -0
  491. package/dist/utils/getCarouselOptions.js +64 -0
  492. package/dist/utils/getFeaturedList.d.ts +22 -0
  493. package/dist/utils/getFeaturedList.js +66 -0
  494. package/dist/utils/getFeaturedListImages.d.ts +5 -0
  495. package/dist/utils/getFeaturedListImages.js +36 -0
  496. package/dist/utils/getOnNowProgram.d.ts +12 -0
  497. package/dist/utils/getOnNowProgram.js +116 -0
  498. package/dist/utils/getSchedule.d.ts +7 -0
  499. package/dist/utils/getSchedule.js +31 -0
  500. package/dist/utils/getUpcomingPrograms.d.ts +18 -0
  501. package/dist/utils/getUpcomingPrograms.js +30 -0
  502. package/dist/utils/getViewingPlatforms.d.ts +16 -0
  503. package/dist/utils/getViewingPlatforms.js +34 -0
  504. package/dist/utils/gtm.d.ts +4 -0
  505. package/dist/utils/gtm.js +17 -0
  506. package/dist/utils/helpers.d.ts +116 -0
  507. package/dist/utils/helpers.js +117 -0
  508. package/dist/utils/index.d.ts +1 -0
  509. package/dist/utils/index.js +4 -0
  510. package/dist/utils/optinMonsterReset.d.ts +4 -0
  511. package/dist/utils/optinMonsterReset.js +18 -0
  512. package/dist/utils/optinMonsterScript.d.ts +4 -0
  513. package/dist/utils/optinMonsterScript.js +20 -0
  514. package/dist/utils/program-helpers.d.ts +50 -0
  515. package/dist/utils/program-helpers.js +33 -0
  516. package/dist/utils/schedule-helpers.d.ts +1 -0
  517. package/dist/utils/schedule-helpers.js +7 -0
  518. package/dist/utils/series-helpers.d.ts +50 -0
  519. package/dist/utils/series-helpers.js +33 -0
  520. package/dist/utils/wpPlatformsTransformer.d.ts +1 -0
  521. package/dist/utils/wpPlatformsTransformer.js +28 -0
  522. package/dist/vite-env.d.js +1 -0
  523. package/dist/vite.svg +1 -0
  524. package/dist/x-D8_C2o-U.mjs +62 -0
  525. package/package.json +131 -0
@@ -0,0 +1,9 @@
1
+ export function SocialShareBlock({ url, text, longtext, showHeader, headerText, iconSize, }: {
2
+ url: any;
3
+ text: any;
4
+ longtext: any;
5
+ showHeader?: boolean | undefined;
6
+ headerText?: string | undefined;
7
+ iconSize?: string | undefined;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export default SocialShareBlock;
@@ -0,0 +1,44 @@
1
+ import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
+ import "react";
3
+ import f from "../../icons/Facebook.js";
4
+ import p from "../../icons/Twitter.js";
5
+ import { s as a, S as d } from "../../SocialShareButton-BXGVUD-z.mjs";
6
+ import { classes as S } from "../../utils/helpers.js";
7
+ function b({
8
+ url: i,
9
+ text: c,
10
+ longtext: t,
11
+ showHeader: l = !1,
12
+ headerText: n = "Share",
13
+ iconSize: s = "1.5rem"
14
+ }) {
15
+ const h = [
16
+ { network: "Facebook", icon: f },
17
+ { network: "Twitter", icon: p }
18
+ ];
19
+ return /* @__PURE__ */ e("social-share", { class: a["social-share"], children: [
20
+ l && /* @__PURE__ */ e("h5", { className: "social-share__header", children: [
21
+ n,
22
+ ":"
23
+ ] }),
24
+ h.map((m) => {
25
+ const { network: o, icon: _ } = m;
26
+ return /* @__PURE__ */ r(
27
+ d,
28
+ {
29
+ network: o,
30
+ url: i,
31
+ text: c,
32
+ longtext: t,
33
+ title: `Share on ${o}`,
34
+ children: /* @__PURE__ */ r("i", { className: S(["social-share__icon", a["social-share__icon"], `social-share__icon--${o}`, a[`social-share__icon--${o}`]]), children: /* @__PURE__ */ r(_, { width: s, height: s }) })
35
+ },
36
+ `social-share-${o}`
37
+ );
38
+ })
39
+ ] });
40
+ }
41
+ export {
42
+ b as SocialShareBlock,
43
+ b as default
44
+ };
@@ -0,0 +1 @@
1
+ export { SocialShareBlock, SocialShareBlock as default } from './SocialShareBlock';
@@ -0,0 +1,5 @@
1
+ import { SocialShareBlock as l, SocialShareBlock as c } from "./SocialShareBlock.js";
2
+ export {
3
+ l as SocialShareBlock,
4
+ c as default
5
+ };
@@ -0,0 +1,8 @@
1
+ export function SocialShareButton({ children, network, url, text, longtext }: {
2
+ children: any;
3
+ network: any;
4
+ url: any;
5
+ text: any;
6
+ longtext: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ export default SocialShareButton;
@@ -0,0 +1,9 @@
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import "../../utils/createSocialShareLinks.js";
4
+ import "../../utils/helpers.js";
5
+ import { S as p, S } from "../../SocialShareButton-BXGVUD-z.mjs";
6
+ export {
7
+ p as SocialShareButton,
8
+ S as default
9
+ };
@@ -0,0 +1 @@
1
+ export { SocialShareButton, SocialShareButton as default } from './SocialShareButton';
@@ -0,0 +1,5 @@
1
+ import { S as t, S } from "../../SocialShareButton-BXGVUD-z.mjs";
2
+ export {
3
+ t as SocialShareButton,
4
+ S as default
5
+ };
@@ -0,0 +1,6 @@
1
+ export function StringList({ list, separatorType, makeBlock }: {
2
+ list: any;
3
+ separatorType?: string | undefined;
4
+ makeBlock?: boolean | undefined;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default StringList;
@@ -0,0 +1,30 @@
1
+ import { jsx as t, Fragment as c, jsxs as p } from "react/jsx-runtime";
2
+ import s from "react";
3
+ import { p as n } from "../../index-DB0QlRo7.mjs";
4
+ import { classes as e } from "../../utils/helpers.js";
5
+ import '../../assets/StringList.css';const l = {
6
+ "string-list__pipe": "_string-list__pipe_6c2cm_1",
7
+ "string-list--block": "_string-list--block_6c2cm_8"
8
+ };
9
+ function m({ list: g, separatorType: d = "comma", makeBlock: o = !1 }) {
10
+ const a = g.filter((r) => !(r === "" || r === void 0 || r === null));
11
+ if (a.length === 0) return /* @__PURE__ */ t(c, {});
12
+ switch (d) {
13
+ case "comma":
14
+ return /* @__PURE__ */ t("span", { className: e(["string-list", o ? l["string-list--block"] : ""]), children: a.map((r, i) => i === 0 ? /* @__PURE__ */ t(s.Fragment, { children: typeof r == "string" ? n(r) : r }, `sl-${Math.round(Math.random() * 1e7)}`) : /* @__PURE__ */ p(s.Fragment, { children: [
15
+ ", ",
16
+ typeof r == "string" ? n(r) : r
17
+ ] }, `sl-${Math.round(Math.random() * 1e7)}`)) });
18
+ case "pipe":
19
+ return /* @__PURE__ */ t("span", { className: e(["string-list", o ? l["string-list--block"] : ""]), children: a.map((r, i) => i === 0 ? /* @__PURE__ */ t(s.Fragment, { children: typeof r == "string" ? n(r) : r }, `sl-${Math.round(Math.random() * 1e7)}`) : /* @__PURE__ */ p(s.Fragment, { children: [
20
+ /* @__PURE__ */ t("span", { className: e([l["string-list__pipe"], "string-list__pipe"]), children: " | " }),
21
+ typeof r == "string" ? n(r) : r
22
+ ] }, `sl-${Math.round(Math.random() * 1e7)}`)) });
23
+ default:
24
+ return /* @__PURE__ */ t(c, {});
25
+ }
26
+ }
27
+ export {
28
+ m as StringList,
29
+ m as default
30
+ };
@@ -0,0 +1 @@
1
+ export { StringList, StringList as default } from './StringList';
@@ -0,0 +1,5 @@
1
+ import { StringList as r, StringList as s } from "./StringList.js";
2
+ export {
3
+ r as StringList,
4
+ s as default
5
+ };
@@ -0,0 +1,5 @@
1
+ export function TabContent({ content, classname }: {
2
+ content: any;
3
+ classname: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default TabContent;
@@ -0,0 +1,10 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { p as a } from "../../index-DB0QlRo7.mjs";
3
+ import "react";
4
+ function i({ content: r, classname: t }) {
5
+ return /* @__PURE__ */ o("tab-content", { class: t, children: typeof r == "string" ? a(r) : r });
6
+ }
7
+ export {
8
+ i as TabContent,
9
+ i as default
10
+ };
@@ -0,0 +1 @@
1
+ export { TabContent, TabContent as default } from './TabContent';
@@ -0,0 +1,5 @@
1
+ import { TabContent as e, TabContent as n } from "./TabContent.js";
2
+ export {
3
+ e as TabContent,
4
+ n as default
5
+ };
@@ -0,0 +1,6 @@
1
+ export function TabNavigation({ tabs, onTabChanged, rightSideContent }: {
2
+ tabs?: never[] | undefined;
3
+ onTabChanged?: (() => boolean) | undefined;
4
+ rightSideContent: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ export default TabNavigation;
@@ -0,0 +1,69 @@
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
+ import { useState as _, useEffect as g } from "react";
3
+ import { GradientButton as c } from "../GradientButton/GradientButton.js";
4
+ import { Button as d } from "../Button/Button.js";
5
+ import '../../assets/TabNavigation.css';const r = {
6
+ "tab-navigation__list": "_tab-navigation__list_146qs_6",
7
+ "tab-navigation__right-side": "_tab-navigation__right-side_146qs_16"
8
+ };
9
+ function h({
10
+ tabs: i = [],
11
+ onTabChanged: l = () => !0,
12
+ rightSideContent: a
13
+ }) {
14
+ const [n, b] = _(i[0]), u = (t) => {
15
+ const o = document.querySelector("basic-grid-module");
16
+ o == null || o.setAttribute("first-entry", !0), o == null || o.setAttribute("data-state", "entering"), t.button.label !== n.button.label && b(t);
17
+ };
18
+ return g(() => l(n), [n, l]), /* @__PURE__ */ s("tab-navigation", { children: [
19
+ /* @__PURE__ */ e("ul", { className: [r["tab-navigation__list"], "tab-navigation__list"].join(" "), children: i.length > 0 && i.map((t) => n.button.label === t.button.label ? /* @__PURE__ */ e(
20
+ "li",
21
+ {
22
+ className: [r["tab-navigation__item"], "tab-navigation__item"].join(" "),
23
+ style: {
24
+ "--gradient-start-color": t.button.gradientStartColor,
25
+ "--gradient-end-color": t.button.gradientEndColor
26
+ },
27
+ children: /* @__PURE__ */ e(
28
+ c,
29
+ {
30
+ onClick: () => {
31
+ u(t);
32
+ },
33
+ label: t.button.label,
34
+ disabled: !0
35
+ }
36
+ )
37
+ },
38
+ `tab-item-${t.button.label}`
39
+ ) : /* @__PURE__ */ e(
40
+ "li",
41
+ {
42
+ className: [r["tab-navigation__item"], "tab-navigation__item"].join(" "),
43
+ children: /* @__PURE__ */ e(
44
+ d,
45
+ {
46
+ onClick: () => {
47
+ u(t);
48
+ },
49
+ label: t.button.label,
50
+ customColors: {
51
+ bgColor: t.button.buttonBgColor,
52
+ bgHoverColor: t.button.buttonHoverBgColor,
53
+ color: t.button.buttonTextColor,
54
+ hoverColor: t.buttonHoverTextColor,
55
+ borderColor: t.button.buttonTextColor,
56
+ borderHoverColor: t.button.borderHoverColor ?? t.button.buttonHoverBgColor
57
+ }
58
+ }
59
+ )
60
+ },
61
+ `tab-item-${t.button.label}`
62
+ )) }),
63
+ /* @__PURE__ */ e("div", { className: r["tab-navigation__right-side"], children: a !== void 0 && a })
64
+ ] });
65
+ }
66
+ export {
67
+ h as TabNavigation,
68
+ h as default
69
+ };
@@ -0,0 +1 @@
1
+ export { TabNavigation, TabNavigation as default } from './TabNavigation';
@@ -0,0 +1,5 @@
1
+ import { TabNavigation as o, TabNavigation as t } from "./TabNavigation.js";
2
+ export {
3
+ o as TabNavigation,
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ export function TabbedContent({ tabs, navRightSideContent }: {
2
+ tabs?: never[] | undefined;
3
+ navRightSideContent: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default TabbedContent;
@@ -0,0 +1,15 @@
1
+ import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
+ import { useState as c } from "react";
3
+ import { TabNavigation as m } from "../TabNavigation/TabNavigation.js";
4
+ import { TabContent as b } from "../TabContent/TabContent.js";
5
+ function f({ tabs: t = [], navRightSideContent: e }) {
6
+ const [n, o] = c(t[0]);
7
+ return /* @__PURE__ */ s("tabbed-content", { children: [
8
+ /* @__PURE__ */ a(m, { tabs: t, onTabChanged: (r) => o(r), children: e && e }),
9
+ /* @__PURE__ */ a(b, { content: n.content, classname: n.classname ? n.classname : null })
10
+ ] });
11
+ }
12
+ export {
13
+ f as TabbedContent,
14
+ f as default
15
+ };
@@ -0,0 +1 @@
1
+ export { TabbedContent, TabbedContent as default } from './TabbedContent';
@@ -0,0 +1,5 @@
1
+ import { TabbedContent as a, TabbedContent as b } from "./TabbedContent.js";
2
+ export {
3
+ a as TabbedContent,
4
+ b as default
5
+ };
@@ -0,0 +1,2 @@
1
+ export function TextArea(props: any): import("react/jsx-runtime").JSX.Element;
2
+ export default TextArea;
@@ -0,0 +1,49 @@
1
+ import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
+ import { useState as l, useRef as V } from "react";
3
+ import { classes as u } from "../../utils/helpers.js";
4
+ import { s as e, C as k, A as w } from "../../Form.module-DbpB9u1l.mjs";
5
+ function T(m) {
6
+ var o, d, f;
7
+ const { name: s, label: h, rows: p, width: _, helpText: v, ...x } = m, [C, N] = l(`${e["form-field__input"]}`), t = V(), [r, n] = l(""), [c, b] = l("clean"), g = `input-width--${_}`, y = () => {
8
+ b("touched"), N(`${e["form-field__input"]} ${e["input--touched"]}`), t.current.checkValidity() ? n("") : n(t.current.validationMessage);
9
+ };
10
+ return /* @__PURE__ */ i("label", { htmlFor: s, className: u([e["form-field"], e[g]]), children: [
11
+ /* @__PURE__ */ i(
12
+ "i",
13
+ {
14
+ className: u([
15
+ e["form-field__icon"],
16
+ (o = t.current) != null && o.validity.valid ? "" : e["form-field__icon--invalid"]
17
+ ]),
18
+ children: [
19
+ ((d = t.current) == null ? void 0 : d.checkValidity()) && c === "touched" && /* @__PURE__ */ a(k, {}),
20
+ !((f = t.current) != null && f.checkValidity()) && c === "touched" && /* @__PURE__ */ a(w, {})
21
+ ]
22
+ }
23
+ ),
24
+ /* @__PURE__ */ i("span", { className: e["form-field__label"], children: [
25
+ h,
26
+ " ",
27
+ /* @__PURE__ */ a("span", { className: e["form-field__label-help"], children: v })
28
+ ] }),
29
+ /* @__PURE__ */ a(
30
+ "textarea",
31
+ {
32
+ className: C,
33
+ name: s,
34
+ id: s,
35
+ rows: p,
36
+ onBlur: () => {
37
+ y();
38
+ },
39
+ ref: t,
40
+ ...x
41
+ }
42
+ ),
43
+ r !== "" && /* @__PURE__ */ a("div", { className: e["form-field__error-message"], children: r })
44
+ ] });
45
+ }
46
+ export {
47
+ T as TextArea,
48
+ T as default
49
+ };
@@ -0,0 +1 @@
1
+ export { TextArea, TextArea as default } from './TextArea';
@@ -0,0 +1,5 @@
1
+ import { TextArea as r, TextArea as t } from "./TextArea.js";
2
+ export {
3
+ r as TextArea,
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ export function UpcomingList({ list, handleClicks }: {
2
+ list: any;
3
+ handleClicks?: (() => boolean) | undefined;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default UpcomingList;
@@ -0,0 +1,61 @@
1
+ import { jsx as t, jsxs as c } from "react/jsx-runtime";
2
+ import "react";
3
+ import { getMinutesFromStr as m, classes as r } from "../../utils/helpers.js";
4
+ import { determineIfShowIsOnNow as _ } from "../../utils/date-helpers.js";
5
+ import { AirDateFormatter as g } from "../AirDateFormatter/AirDateFormatter.js";
6
+ import { ImageCard as u } from "../ImageCard/ImageCard.js";
7
+ import { Concat as b } from "../Concat/Concat.js";
8
+ import { StringList as h } from "../StringList/StringList.js";
9
+ import '../../assets/UpcomingList.css';const e = {
10
+ "upcoming-list": "_upcoming-list_15byb_1",
11
+ "upcoming-list__item": "_upcoming-list__item_15byb_6",
12
+ "upcoming-list__airdate": "_upcoming-list__airdate_15byb_16"
13
+ };
14
+ function T({ list: l, handleClicks: d = () => !0 }) {
15
+ return /* @__PURE__ */ t("ul", { className: e["upcoming-list"], children: l.length > 0 && l.map((i) => {
16
+ var a, n, s, p;
17
+ const o = m(i.title.element_length);
18
+ return /* @__PURE__ */ c("li", { className: r([e["upcoming-list__item"], "upcoming-list__item"]), children: [
19
+ /* @__PURE__ */ t("div", { className: r([e["upcoming-list__airdate"], "upcoming-list__airdate"]), children: /* @__PURE__ */ c("div", { className: r([e["upcoming-list__airdate-bg"], "upcoming-list__airdate-bg"]), children: [
20
+ _(i.airdate, i.title.element_length) && /* @__PURE__ */ t("div", { className: "upcoming-list__on-now", children: "On Now" }),
21
+ /* @__PURE__ */ t(
22
+ g,
23
+ {
24
+ airdateStr: i.airdate,
25
+ separatorType: "line-break"
26
+ }
27
+ )
28
+ ] }) }),
29
+ /* @__PURE__ */ t(
30
+ u,
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(b, { list: [
40
+ `<div>EP ${i.title.episode_number}: ${i.title.name}</div><div>${i.title.synopsis}</div>`,
41
+ /* @__PURE__ */ t(h, { list: (n = (a = i.title) == null ? void 0 : a.video) != null && n.brightcove_id ? [o, i.title.rating, "&nbsp;"] : [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
+ )
55
+ ] }, `upcoming-list-${i.id}`);
56
+ }) });
57
+ }
58
+ export {
59
+ T as UpcomingList,
60
+ T as default
61
+ };
@@ -0,0 +1 @@
1
+ export { UpcomingList, UpcomingList as default } from './UpcomingList';
@@ -0,0 +1,5 @@
1
+ import { UpcomingList as t, UpcomingList as m } from "./UpcomingList.js";
2
+ export {
3
+ t as UpcomingList,
4
+ m as default
5
+ };
@@ -0,0 +1,17 @@
1
+ export default GetFeaturedListContainer;
2
+ declare function GetFeaturedListContainer({ numberOfPrograms, startTime, endTime, type, canUseSameDay, handleClicks, hasSeriesPages, loadingMessage, fallbackImage, getResource, SCHEDULE_ENDPOINT, NETWORK, }: {
3
+ numberOfPrograms?: number | undefined;
4
+ startTime?: string | undefined;
5
+ endTime?: string | undefined;
6
+ type?: string | undefined;
7
+ canUseSameDay?: boolean | undefined;
8
+ handleClicks?: (() => boolean) | undefined;
9
+ hasSeriesPages?: boolean | undefined;
10
+ loadingMessage?: string | undefined;
11
+ fallbackImage?: {
12
+ url: string;
13
+ } | undefined;
14
+ getResource?: (() => boolean) | undefined;
15
+ SCHEDULE_ENDPOINT: any;
16
+ NETWORK: any;
17
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,50 @@
1
+ import { jsxs as x, Fragment as h, jsx as s } from "react/jsx-runtime";
2
+ import { useState as j, useRef as w, useEffect as I } from "react";
3
+ import { getFeaturedList as y } from "../utils/getFeaturedList.js";
4
+ import { getFeaturedListImages as A } from "../utils/getFeaturedListImages.js";
5
+ import { FeaturedList as C } from "../components/FeaturedList/FeaturedList.js";
6
+ import { Loading as E } from "../components/Loading/Loading.js";
7
+ function v({
8
+ numberOfPrograms: i = 4,
9
+ startTime: a = "11:00",
10
+ endTime: o = "23:00",
11
+ type: u = "series",
12
+ canUseSameDay: n = !1,
13
+ handleClicks: m = () => !0,
14
+ hasSeriesPages: f = !0,
15
+ loadingMessage: d = "",
16
+ fallbackImage: e = { url: "" },
17
+ getResource: r = () => !0,
18
+ SCHEDULE_ENDPOINT: l,
19
+ NETWORK: L
20
+ }) {
21
+ const [t, p] = j(null), c = w({
22
+ type: u,
23
+ startTime: a,
24
+ endTime: o,
25
+ numberOfPrograms: i,
26
+ canUseSameDay: n,
27
+ SCHEDULE_ENDPOINT: l,
28
+ NETWORK: L
29
+ });
30
+ return I(() => {
31
+ t === null && (async () => {
32
+ const g = await y(c.current), F = await A({ featuredList: g, fallbackImage: e, getResource: r });
33
+ p(F);
34
+ })();
35
+ }, [t, e, r]), /* @__PURE__ */ x(h, { children: [
36
+ t === null && /* @__PURE__ */ s(E, { message: d }),
37
+ t !== null && /* @__PURE__ */ s(
38
+ C,
39
+ {
40
+ list: t,
41
+ hasSeriesPages: f,
42
+ imageAspectRatio: 0.6775300171526587,
43
+ handleClicks: m
44
+ }
45
+ )
46
+ ] });
47
+ }
48
+ export {
49
+ v as default
50
+ };
@@ -0,0 +1,16 @@
1
+ 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;
@@ -0,0 +1,87 @@
1
+ import { jsxs as Xe, Fragment as Ye, jsx as i } from "react/jsx-runtime";
2
+ import { useState as Ze, useCallback as ts, useEffect as ke } from "react";
3
+ import { ProgramAirdate as os } from "../components/ProgramAirdate/ProgramAirdate.js";
4
+ import { Loading as as } from "../components/Loading/Loading.js";
5
+ import { ResponsiveImage as ms } from "../components/ResponsiveImage/ResponsiveImage.js";
6
+ import { ErrorHandler as cs } from "../components/ErrorHandler/ErrorHandler.js";
7
+ import { getOnNowProgram as ns } from "../utils/getOnNowProgram.js";
8
+ function Ss({
9
+ scheduleEndpoint: r,
10
+ network: t,
11
+ fallbackImage: o,
12
+ getResource: a,
13
+ showEpisodeNumber: m = !1,
14
+ ProgramAirdateProps: es = {
15
+ brand: "Grit",
16
+ buttonStyle: "flat",
17
+ logoStyle: "image",
18
+ useLogo: !1,
19
+ useSeriesColors: !0,
20
+ href: "/schedule"
21
+ }
22
+ }) {
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, te, oe, 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;
24
+ const [e, ss] = Ze(null), [is, rs] = Ze("on-now"), c = document.querySelector(":root"), n = ts(() => {
25
+ (async () => {
26
+ const s = await ns({
27
+ scheduleEndpoint: r,
28
+ network: t,
29
+ showEpisodeNumber: m,
30
+ fallbackImage: o,
31
+ getResource: a
32
+ });
33
+ ss(s == null ? void 0 : s.program), rs(s == null ? void 0 : s.type);
34
+ })();
35
+ }, [r, t, m, o, a]);
36
+ return ke(() => n(), [n]), ke(() => {
37
+ var s, We;
38
+ 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)");
39
+ }, [e, c]), /* @__PURE__ */ Xe(Ye, { children: [
40
+ e === void 0 && /* @__PURE__ */ i("div", { style: { gridColumn: "1/span 2" }, children: /* @__PURE__ */ i(
41
+ cs,
42
+ {
43
+ title: "An error has been encounter.",
44
+ message: "There has been an error while retrieving our currently airing program."
45
+ }
46
+ ) }),
47
+ e === null && /* @__PURE__ */ i(as, { topOffset: "30%" }),
48
+ e != null && /* @__PURE__ */ Xe(Ye, { children: [
49
+ /* @__PURE__ */ i(os, { ...es, type: is, program: e }),
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, alt: "" }) : /* @__PURE__ */ i(
51
+ ms,
52
+ {
53
+ 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,
54
+ sources: [
55
+ {
56
+ media: "min-width: 2000px",
57
+ srcsets: [`${(_ = (P = (v = ($ = (y = (w = (z = e.episode) == null ? void 0 : z.series) == null ? void 0 : w.image) == null ? void 0 : y.sizes) == null ? void 0 : $[0]) == null ? void 0 : v.srcSets) == null ? void 0 : P[3]) == null ? void 0 : _.src} 1x`, `${(O = (L = (A = (j = (N = (b = (C = e.episode) == null ? void 0 : C.series) == null ? void 0 : b.image) == null ? void 0 : N.sizes) == null ? void 0 : j[0]) == null ? void 0 : A.srcSets) == null ? void 0 : L[5]) == null ? void 0 : O.src} 2x`]
58
+ },
59
+ {
60
+ media: "min-width: 1425px",
61
+ srcsets: [`${(U = (H = (G = (F = (E = (q = (T = e.episode) == null ? void 0 : T.series) == null ? void 0 : q.image) == null ? void 0 : E.sizes) == null ? void 0 : F[0]) == null ? void 0 : G.srcSets) == null ? void 0 : H[2]) == null ? void 0 : U.src}`, `${(Q = (M = (K = (J = (I = (D = (B = e.episode) == null ? void 0 : B.series) == null ? void 0 : D.image) == null ? void 0 : I.sizes) == null ? void 0 : J[0]) == null ? void 0 : K.srcSets) == null ? void 0 : M[5]) == null ? void 0 : Q.src} 2x`]
62
+ },
63
+ {
64
+ 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 = (oe = (te = (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 : te.srcSets) == null ? void 0 : oe[3]) == null ? void 0 : ae.src} 2x`]
66
+ },
67
+ {
68
+ media: "min-width: 600px",
69
+ srcsets: [`${(ge = (pe = (le = (de = (ne = (ce = (me = e.episode) == null ? void 0 : me.series) == null ? void 0 : ce.image) == null ? void 0 : ne.sizes) == null ? void 0 : de[0]) == null ? void 0 : le.srcSets) == null ? void 0 : pe[2]) == null ? void 0 : ge.src}`, `${(we = (ze = (he = (Se = (fe = (xe = (ue = e.episode) == null ? void 0 : ue.series) == null ? void 0 : xe.image) == null ? void 0 : fe.sizes) == null ? void 0 : Se[0]) == null ? void 0 : he.srcSets) == null ? void 0 : ze[5]) == null ? void 0 : we.src} 2x`]
70
+ },
71
+ {
72
+ media: "min-width: 300px",
73
+ srcsets: [`${(be = (Ce = (_e = (Pe = (ve = ($e = (ye = e.episode) == null ? void 0 : ye.series) == null ? void 0 : $e.image) == null ? void 0 : ve.sizes) == null ? void 0 : Pe[0]) == null ? void 0 : _e.srcSets) == null ? void 0 : Ce[1]) == null ? void 0 : be.src} 1x`, `${(qe = (Te = (Oe = (Le = (Ae = (je = (Ne = e.episode) == null ? void 0 : Ne.series) == null ? void 0 : je.image) == null ? void 0 : Ae.sizes) == null ? void 0 : Le[0]) == null ? void 0 : Oe.srcSets) == null ? void 0 : Te[3]) == null ? void 0 : qe.src} 2x`]
74
+ },
75
+ {
76
+ media: "min-width: 1px",
77
+ srcsets: [`${(De = (Be = (Ue = (He = (Ge = (Fe = (Ee = e.episode) == null ? void 0 : Ee.series) == null ? void 0 : Fe.image) == null ? void 0 : Ge.sizes) == null ? void 0 : He[0]) == null ? void 0 : Ue.srcSets) == null ? void 0 : Be[0]) == null ? void 0 : De.src} 1x`, `${(Ve = (Re = (Qe = (Me = (Ke = (Je = (Ie = e.episode) == null ? void 0 : Ie.series) == null ? void 0 : Je.image) == null ? void 0 : Ke.sizes) == null ? void 0 : Me[0]) == null ? void 0 : Qe.srcSets) == null ? void 0 : Re[1]) == null ? void 0 : Ve.src} 2x`]
78
+ }
79
+ ]
80
+ }
81
+ ) })
82
+ ] })
83
+ ] });
84
+ }
85
+ export {
86
+ Ss as default
87
+ };