@scrippsproduct/networks-ui-library 1.0.21 → 1.0.22

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 (50) hide show
  1. package/dist/{ResultsTable.module-B7M9y7hd.mjs → ResultsTable.module-nTlGw9Lh.mjs} +5 -1
  2. package/dist/{add-DH4DZT_w.mjs → add-FrnMPwwO.mjs} +2 -2
  3. package/dist/{addMonths-Ca2KMx6g.mjs → addMonths-BDf46gmB.mjs} +1 -1
  4. package/dist/assets/DatePicker.css +1 -1
  5. package/dist/assets/SectionedContent.css +1 -0
  6. package/dist/components/AirDateFormatter/AirDateFormatter.js +3 -3
  7. package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.js +1 -1
  8. package/dist/components/Concat/Concat.js +1 -1
  9. package/dist/components/CtaBlock/CtaBlock.js +1 -1
  10. package/dist/components/CustomDataList/CustomDataList.js +45 -42
  11. package/dist/components/DateNavigation/DateNavigation.js +6 -5
  12. package/dist/components/DatePicker/DatePicker.js +1322 -1341
  13. package/dist/components/DrawerNavigation/DrawerNavigation.js +29 -27
  14. package/dist/components/ErrorHandler/ErrorHandler.js +1 -1
  15. package/dist/components/Figure/Figure.js +1 -1
  16. package/dist/components/GenericList/GenericList.js +1 -1
  17. package/dist/components/ImageCard/ImageCardCore.js +1 -1
  18. package/dist/components/InfoPanel/InfoPanel.js +15 -14
  19. package/dist/components/InlineNavigation/InlineNavigation.js +7 -6
  20. package/dist/components/InstructionsList/InstructionsList.js +1 -1
  21. package/dist/components/Loading/Loading.js +8 -5
  22. package/dist/components/ModalContainer/ModalContainer.js +44 -41
  23. package/dist/components/Overlay/Overlay.js +20 -17
  24. package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.js +1 -1
  25. package/dist/components/ProgramAirdate/ProgramAirdate.js +3 -3
  26. package/dist/components/PromotionBlock/PromotionBlock.js +17 -15
  27. package/dist/components/ResultsTable/ResultsTable.js +1 -1
  28. package/dist/components/ResultsTableBody/ResultsTableBody.js +1 -1
  29. package/dist/components/ResultsTableHeader/ResultsTableHeader.js +1 -1
  30. package/dist/components/ScheduleLayout/ScheduleLayout.js +2 -2
  31. package/dist/components/SectionedContent/SectionedContent.js +22 -13
  32. package/dist/components/ShowAboutContent/ShowAboutContent.js +1 -1
  33. package/dist/components/ShowAboutLayout/ShowAboutLayout.js +13 -12
  34. package/dist/components/StringList/StringList.js +1 -1
  35. package/dist/components/TabContent/TabContent.js +1 -1
  36. package/dist/{format-DF9p-6BI.mjs → format-plq8pBNY.mjs} +12 -10
  37. package/dist/hooks/useGetSchedule.js +3 -3
  38. package/dist/hooks/useGetUpcoming.js +2 -2
  39. package/dist/{index-DB0QlRo7.mjs → index-B0ARwqly.mjs} +301 -310
  40. package/dist/{index-0wieGV50.mjs → index-C8O1hjfH.mjs} +1 -0
  41. package/dist/{index-YbL9dKxh.mjs → index-DC7FmJPK.mjs} +6743 -6742
  42. package/dist/{sub-DTz41m8W.mjs → sub-CkNH5u-l.mjs} +2 -2
  43. package/dist/{subMonths-YdVF7zsL.mjs → subMonths-nbU1oDhB.mjs} +1 -1
  44. package/dist/utils/analytics.js +1 -1
  45. package/dist/utils/date-helpers.js +4 -4
  46. package/dist/utils/getFeaturedList.js +3 -3
  47. package/dist/utils/getOnNowProgram.js +3 -3
  48. package/dist/utils/getUpcomingPrograms.js +2 -2
  49. package/package.json +1 -1
  50. package/dist/components/Carousel/types.d.js +0 -1
@@ -1,5 +1,5 @@
1
- import { s as d, a as f } from "./subMonths-YdVF7zsL.mjs";
2
- import { c as y } from "./format-DF9p-6BI.mjs";
1
+ import { s as d, a as f } from "./subMonths-nbU1oDhB.mjs";
2
+ import { c as y } from "./format-plq8pBNY.mjs";
3
3
  function M(s, t) {
4
4
  const {
5
5
  years: o = 0,
@@ -1,4 +1,4 @@
1
- import { b as n, a as t } from "./addMonths-Ca2KMx6g.mjs";
1
+ import { b as n, a as t } from "./addMonths-BDf46gmB.mjs";
2
2
  function r(s, a) {
3
3
  return n(s, -a);
4
4
  }
@@ -171,7 +171,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
171
171
  if (c(a) !== "object" || a === null) return a;
172
172
  var t = a[Symbol.toPrimitive];
173
173
  if (t !== void 0) {
174
- var n = t.call(a, e);
174
+ var n = t.call(a, e || "default");
175
175
  if (c(n) !== "object") return n;
176
176
  throw new TypeError("@@toPrimitive must return a primitive value.");
177
177
  }
@@ -1,8 +1,8 @@
1
- import { a as u } from "../add-DH4DZT_w.mjs";
2
- import { f as i } from "../format-DF9p-6BI.mjs";
3
- import { s as w } from "../sub-DTz41m8W.mjs";
1
+ import { a as u } from "../add-FrnMPwwO.mjs";
2
+ import { f as i } from "../format-plq8pBNY.mjs";
3
+ import { s as w } from "../sub-CkNH5u-l.mjs";
4
4
  import { convert12to24 as h } from "./helpers.js";
5
- import { g } from "../index-0wieGV50.mjs";
5
+ import { g } from "../index-C8O1hjfH.mjs";
6
6
  const S = () => {
7
7
  const n = /* @__PURE__ */ new Date();
8
8
  let e = n.toLocaleString("en-US", { timeZone: "America/New_York" }), [r, t] = e.split(",");
@@ -1,7 +1,7 @@
1
- import { a as M } from "../add-DH4DZT_w.mjs";
2
- import { f as _ } from "../format-DF9p-6BI.mjs";
1
+ import { a as M } from "../add-FrnMPwwO.mjs";
2
+ import { f as _ } from "../format-plq8pBNY.mjs";
3
3
  import { determineSeriesPrefix as w } from "./program-helpers.js";
4
- import { g as k } from "../index-0wieGV50.mjs";
4
+ import { g as k } from "../index-C8O1hjfH.mjs";
5
5
  const D = /* @__PURE__ */ new Date(), T = /* @__PURE__ */ new Map([
6
6
  ["series", "Episode"],
7
7
  ["movies", "Film"],
@@ -1,9 +1,9 @@
1
- import { a as U } from "../add-DH4DZT_w.mjs";
2
- import { f as Y } from "../format-DF9p-6BI.mjs";
1
+ import { a as U } from "../add-FrnMPwwO.mjs";
2
+ import { f as Y } from "../format-plq8pBNY.mjs";
3
3
  import { getCurrentEasternProgrammingDateStr as V, determineIfShowIsOnNow as Z } from "./date-helpers.js";
4
4
  import { convert12to24 as d } from "./helpers.js";
5
5
  import { determineSeriesPrefix as B, determineSeasonNumberFromSeriesPrefix as D, determineEpisodeNumber as G } from "./series-helpers.js";
6
- import { g as J } from "../index-0wieGV50.mjs";
6
+ import { g as J } from "../index-C8O1hjfH.mjs";
7
7
  const H = /* @__PURE__ */ new Date(`${V()}T00:00:00`), Q = (o) => {
8
8
  const n = o.substring(0, o.lastIndexOf("S") - 1);
9
9
  return n === "" ? o : n;
@@ -1,5 +1,5 @@
1
- import { a as f } from "../add-DH4DZT_w.mjs";
2
- import { f as c } from "../format-DF9p-6BI.mjs";
1
+ import { a as f } from "../add-FrnMPwwO.mjs";
2
+ import { f as c } from "../format-plq8pBNY.mjs";
3
3
  const l = async (t, o = "series", r, i, s) => {
4
4
  const a = /* @__PURE__ */ new Map([
5
5
  ["series", `series_prefix__icontains=${t}`],
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.21",
2
+ "version": "1.0.22",
3
3
  "name": "@scrippsproduct/networks-ui-library",
4
4
  "description": "React Component Library for use in Scripps Networks external applications",
5
5
  "author": {
@@ -1 +0,0 @@
1
-