@scrippsproduct/networks-ui-library 2.0.0 → 2.0.1-dev.1

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 (34) hide show
  1. package/dist/ResultsTable.module-CRGWj4fD.mjs +14 -0
  2. package/dist/assets/ActionButton.css +1 -1
  3. package/dist/assets/AdBlock.css +1 -1
  4. package/dist/assets/BasicGridModule.css +1 -1
  5. package/dist/assets/DateNavigation.css +1 -1
  6. package/dist/assets/DrawerNavigation.css +1 -1
  7. package/dist/assets/GenericList.css +1 -1
  8. package/dist/assets/InfoPanel.css +1 -1
  9. package/dist/assets/Loading.css +1 -1
  10. package/dist/assets/LoadingV2.css +1 -1
  11. package/dist/assets/ModalContainer.css +1 -1
  12. package/dist/assets/Overlay.css +1 -1
  13. package/dist/assets/ResultsTable.css +1 -1
  14. package/dist/assets/ScheduleList.css +1 -1
  15. package/dist/assets/ShowAboutLayout.css +1 -1
  16. package/dist/components/ActionButton/ActionButton.js +69 -68
  17. package/dist/components/AdBlock/AdBlock.js +140 -137
  18. package/dist/components/BasicGridModule/BasicGridModule.js +79 -59
  19. package/dist/components/BasicGridModule/BasicGridModule.test.js +72 -62
  20. package/dist/components/DateNavigation/DateNavigation.js +45 -45
  21. package/dist/components/DrawerNavigation/DrawerNavigation.js +30 -30
  22. package/dist/components/GenericList/GenericList.js +16 -16
  23. package/dist/components/InfoPanel/InfoPanel.js +30 -35
  24. package/dist/components/Loading/Loading.js +17 -17
  25. package/dist/components/LoadingV2/LoadingV2.js +21 -21
  26. package/dist/components/ModalContainer/ModalContainer.js +25 -25
  27. package/dist/components/Overlay/Overlay.js +1 -1
  28. package/dist/components/ResultsTable/ResultsTable.js +1 -1
  29. package/dist/components/ResultsTableBody/ResultsTableBody.js +1 -1
  30. package/dist/components/ResultsTableHeader/ResultsTableHeader.js +1 -1
  31. package/dist/components/ScheduleList/ScheduleList.js +124 -123
  32. package/dist/components/ShowAboutLayout/ShowAboutLayout.js +9 -9
  33. package/package.json +1 -1
  34. package/dist/ResultsTable.module-DrBmF9XB.mjs +0 -14
@@ -1,48 +1,49 @@
1
- import { jsx as t, jsxs as v } from "react/jsx-runtime";
2
- import { useReducer as A, useState as x, useRef as T, useCallback as C, useEffect as g } from "react";
3
- import { classes as S, getMinutesFromStr as k } from "../../utils/helpers.js";
4
- import { u as D } from "../../useScheduleContext-D7FdzNxe.mjs";
5
- import { Loading as M } from "../Loading/Loading.js";
6
- import { SportsItem as O } from "./schedule-list-items/SportsItem.js";
7
- import { SeriesItem as P } from "./schedule-list-items/SeriesItem.js";
8
- import { MovieItem as N } from "./schedule-list-items/MovieItem.js";
9
- import '../../assets/ScheduleList.css';const $ = "_fade_157zn_1", H = "_slidein_157zn_1", X = "_slideout_157zn_1", q = "_scale_157zn_1", F = "_reveal_157zn_1", U = "_hide_157zn_1", y = {
10
- "schedule-list__item": "_schedule-list__item_157zn_247",
11
- "schedule-list__airdate": "_schedule-list__airdate_157zn_260",
12
- "airdate-formatter__date": "_airdate-formatter__date_157zn_268",
13
- "airdate-formatter__day": "_airdate-formatter__day_157zn_269",
14
- "airdate-formatter__time-wrap": "_airdate-formatter__time-wrap_157zn_272",
15
- "schedule-list": "_schedule-list_157zn_247",
16
- "fade-out": "_fade-out_157zn_1",
17
- "fade-in": "_fade-in_157zn_1",
18
- "schedule-list__no-schedule": "_schedule-list__no-schedule_157zn_296",
19
- "schedule-content-constrainer": "_schedule-content-constrainer_157zn_348",
20
- "image-card__content": "_image-card__content_157zn_362",
21
- fade: $,
22
- "page-fade-in": "_page-fade-in_157zn_1",
23
- "backdrop-reveal": "_backdrop-reveal_157zn_1",
24
- "slide-up": "_slide-up_157zn_1",
25
- slidein: H,
26
- slideout: X,
27
- "promo-slide-in-left": "_promo-slide-in-left_157zn_1",
28
- "promo-slide-in-right": "_promo-slide-in-right_157zn_1",
29
- "list-item-slide-in": "_list-item-slide-in_157zn_1",
30
- scale: q,
31
- reveal: F,
32
- "reveal-overlay": "_reveal-overlay_157zn_1",
33
- hide: U,
34
- "hide-overlay": "_hide-overlay_157zn_1",
35
- "rotate-full": "_rotate-full_157zn_1",
36
- "ui-spinner-rotate-left": "_ui-spinner-rotate-left_157zn_1",
37
- "ui-spinner-rotate-right": "_ui-spinner-rotate-right_157zn_1",
38
- "clip-path-open": "_clip-path-open_157zn_1",
39
- "clip-path-close": "_clip-path-close_157zn_1"
1
+ import { jsx as n, jsxs as y } from "react/jsx-runtime";
2
+ import { useReducer as x, useState as C, useRef as S, useCallback as k, useEffect as c } from "react";
3
+ import { classes as w, getMinutesFromStr as D } from "../../utils/helpers.js";
4
+ import { u as M } from "../../useScheduleContext-D7FdzNxe.mjs";
5
+ import { Loading as O } from "../Loading/Loading.js";
6
+ import { SportsItem as P } from "./schedule-list-items/SportsItem.js";
7
+ import { SeriesItem as N } from "./schedule-list-items/SeriesItem.js";
8
+ import { MovieItem as $ } from "./schedule-list-items/MovieItem.js";
9
+ import '../../assets/ScheduleList.css';const H = "_fade_1ttv1_1", X = "_slidein_1ttv1_1", q = "_slideout_1ttv1_1", F = "_scale_1ttv1_1", U = "_reveal_1ttv1_1", j = "_hide_1ttv1_1", g = {
10
+ "schedule-list__item": "_schedule-list__item_1ttv1_257",
11
+ "schedule-list__airdate": "_schedule-list__airdate_1ttv1_270",
12
+ "airdate-formatter__date": "_airdate-formatter__date_1ttv1_278",
13
+ "airdate-formatter__day": "_airdate-formatter__day_1ttv1_279",
14
+ "airdate-formatter__time-wrap": "_airdate-formatter__time-wrap_1ttv1_282",
15
+ "schedule-list": "_schedule-list_1ttv1_257",
16
+ "fade-out": "_fade-out_1ttv1_1",
17
+ "fade-in": "_fade-in_1ttv1_1",
18
+ "schedule-list__no-schedule": "_schedule-list__no-schedule_1ttv1_306",
19
+ "schedule-content-constrainer": "_schedule-content-constrainer_1ttv1_358",
20
+ "image-card__content": "_image-card__content_1ttv1_372",
21
+ fade: H,
22
+ "dim-fade": "_dim-fade_1ttv1_1",
23
+ "page-fade-in": "_page-fade-in_1ttv1_1",
24
+ "backdrop-reveal": "_backdrop-reveal_1ttv1_1",
25
+ "slide-up": "_slide-up_1ttv1_1",
26
+ slidein: X,
27
+ slideout: q,
28
+ "promo-slide-in-left": "_promo-slide-in-left_1ttv1_1",
29
+ "promo-slide-in-right": "_promo-slide-in-right_1ttv1_1",
30
+ "list-item-slide-in": "_list-item-slide-in_1ttv1_1",
31
+ scale: F,
32
+ reveal: U,
33
+ "reveal-overlay": "_reveal-overlay_1ttv1_1",
34
+ hide: j,
35
+ "hide-overlay": "_hide-overlay_1ttv1_1",
36
+ "rotate-full": "_rotate-full_1ttv1_1",
37
+ "ui-spinner-rotate-left": "_ui-spinner-rotate-left_1ttv1_1",
38
+ "ui-spinner-rotate-right": "_ui-spinner-rotate-right_1ttv1_1",
39
+ "clip-path-open": "_clip-path-open_1ttv1_1",
40
+ "clip-path-close": "_clip-path-close_1ttv1_1"
40
41
  };
41
- function w(r) {
42
- return typeof r == "object" && !Array.isArray(r) && (r == null ? void 0 : r.queryStatus) && r.queryStatus === "no-results";
42
+ function b(t) {
43
+ return typeof t == "object" && !Array.isArray(t) && (t == null ? void 0 : t.queryStatus) && t.queryStatus === "no-results";
43
44
  }
44
- function j(r, c) {
45
- switch (c.type) {
45
+ function m(t, v) {
46
+ switch (v.type) {
46
47
  case "START_EXIT":
47
48
  return "exiting";
48
49
  case "EXIT_COMPLETE":
@@ -52,19 +53,19 @@ function j(r, c) {
52
53
  case "ENTER_COMPLETE":
53
54
  return "idle";
54
55
  default:
55
- return r;
56
+ return t;
56
57
  }
57
58
  }
58
- const z = (r) => {
59
- var c, o, a, u, n, e, _, E, s, l, p;
60
- return (c = r.video) != null && c.brightcove_id ? {
59
+ const T = (t) => {
60
+ var v, o, a, u, i, e, _, E, s, l, p;
61
+ return (v = t.video) != null && v.brightcove_id ? {
61
62
  label: "Watch Preview",
62
63
  type: "play-video",
63
64
  href: "",
64
- relatedResourceId: r.video.brightcove_id,
65
+ relatedResourceId: t.video.brightcove_id,
65
66
  relatedResourceType: "video",
66
67
  position: "inline"
67
- } : r != null && r.showUpcoming && (r == null ? void 0 : r.program_class) === "Episode" ? {
68
+ } : t != null && t.showUpcoming && (t == null ? void 0 : t.program_class) === "Episode" ? {
68
69
  label: "",
69
70
  //`View Upcoming Airings`
70
71
  type: "",
@@ -76,7 +77,7 @@ const z = (r) => {
76
77
  //'series',
77
78
  position: void 0
78
79
  //'inline',
79
- } : r != null && r.showUpcoming && (r == null ? void 0 : r.program_class) === "Film" ? {
80
+ } : t != null && t.showUpcoming && (t == null ? void 0 : t.program_class) === "Film" ? {
80
81
  label: "",
81
82
  //`View Upcoming Airings`,
82
83
  type: "",
@@ -88,10 +89,10 @@ const z = (r) => {
88
89
  //'film',
89
90
  position: void 0
90
91
  //'inline',
91
- } : (((o = r == null ? void 0 : r.content) == null ? void 0 : o.external_link) !== void 0 && ((a = r == null ? void 0 : r.content) == null ? void 0 : a.external_link) !== "" || ((u = r == null ? void 0 : r.content) == null ? void 0 : u.slug) !== void 0 && ((n = r == null ? void 0 : r.content) == null ? void 0 : n.slug) !== "") && !((e = r == null ? void 0 : r.content) != null && e.prevent_detail_page) ? {
92
- label: (r == null ? void 0 : r.program_class) === "Episode" ? "View Series Details" : (r == null ? void 0 : r.program_class) === "Film" ? "View Movie Details" : "Learn More",
93
- type: (_ = r == null ? void 0 : r.content) != null && _.external_link ? "external-link" : "internal-link",
94
- href: (E = r == null ? void 0 : r.content) != null && E.external_link ? (s = r == null ? void 0 : r.content) == null ? void 0 : s.external_link : r.program_class === "Episode" ? `/show/${(l = r == null ? void 0 : r.content) == null ? void 0 : l.slug}` : `/movie/${(p = r == null ? void 0 : r.content) == null ? void 0 : p.slug}`,
92
+ } : (((o = t == null ? void 0 : t.content) == null ? void 0 : o.external_link) !== void 0 && ((a = t == null ? void 0 : t.content) == null ? void 0 : a.external_link) !== "" || ((u = t == null ? void 0 : t.content) == null ? void 0 : u.slug) !== void 0 && ((i = t == null ? void 0 : t.content) == null ? void 0 : i.slug) !== "") && !((e = t == null ? void 0 : t.content) != null && e.prevent_detail_page) ? {
93
+ label: (t == null ? void 0 : t.program_class) === "Episode" ? "View Series Details" : (t == null ? void 0 : t.program_class) === "Film" ? "View Movie Details" : "Learn More",
94
+ type: (_ = t == null ? void 0 : t.content) != null && _.external_link ? "external-link" : "internal-link",
95
+ href: (E = t == null ? void 0 : t.content) != null && E.external_link ? (s = t == null ? void 0 : t.content) == null ? void 0 : s.external_link : t.program_class === "Episode" ? `/show/${(l = t == null ? void 0 : t.content) == null ? void 0 : l.slug}` : `/movie/${(p = t == null ? void 0 : t.content) == null ? void 0 : p.slug}`,
95
96
  position: "inline"
96
97
  } : {
97
98
  label: "",
@@ -101,41 +102,41 @@ const z = (r) => {
101
102
  };
102
103
  };
103
104
  function Q({
104
- handleClicks: r = () => !0,
105
- supportLink: c = "https://support.iontelevision.com/support/home"
105
+ handleClicks: t = () => !0,
106
+ supportLink: v = "https://support.iontelevision.com/support/home"
106
107
  }) {
107
- const { schedule: o, isLoading: a, isError: u } = D(), [n, e] = A(j, "idle"), [_, E] = x(o), s = T(null), l = T(null), p = C(() => {
108
- l.current && (clearTimeout(l.current), l.current = null), n === "exiting" ? e({ type: "EXIT_COMPLETE" }) : n === "entering" && e({ type: "ENTER_COMPLETE" });
109
- }, [n]);
110
- return g(() => {
111
- const i = s.current;
112
- if (i)
113
- return i.addEventListener("animationend", p), () => {
114
- i.removeEventListener("animationend", p);
108
+ const { schedule: o, isLoading: a, isError: u } = M(), [i, e] = x(m, "idle"), [_, E] = C(o), s = S(null), l = S(null), p = k(() => {
109
+ l.current && (clearTimeout(l.current), l.current = null), i === "exiting" ? e({ type: "EXIT_COMPLETE" }) : i === "entering" && e({ type: "ENTER_COMPLETE" });
110
+ }, [i]);
111
+ return c(() => {
112
+ const r = s.current;
113
+ if (r)
114
+ return r.addEventListener("animationend", p), () => {
115
+ r.removeEventListener("animationend", p);
115
116
  };
116
- }, [p]), g(() => {
117
- a && n === "idle" && e({ type: "START_EXIT" });
118
- }, [a, n]), g(() => {
119
- !a && n === "exiting" && e({ type: "EXIT_COMPLETE" });
120
- }, [a, n]), g(() => {
121
- const i = w(o) || Array.isArray(o) && o.length >= 0;
122
- !a && n === "loading" && i && (E(o), e({ type: "SCHEDULE_LOADED" }));
123
- }, [a, n, o]), g(() => {
124
- if (n === "exiting" && s.current && s.current) {
125
- const i = document.querySelector("sticky-content-wrapper"), d = document.querySelector(".mobile-nav");
117
+ }, [p]), c(() => {
118
+ a && i === "idle" && e({ type: "START_EXIT" });
119
+ }, [a, i]), c(() => {
120
+ !a && i === "exiting" && e({ type: "EXIT_COMPLETE" });
121
+ }, [a, i]), c(() => {
122
+ const r = b(o) || Array.isArray(o) && o.length >= 0;
123
+ !a && i === "loading" && r && (E(o), e({ type: "SCHEDULE_LOADED" }));
124
+ }, [a, i, o]), c(() => {
125
+ if (i === "exiting" && s.current && s.current) {
126
+ const r = document.querySelector("sticky-content-wrapper"), d = document.querySelector(".mobile-nav");
126
127
  let f = 0;
127
- i && (f += i.offsetHeight), d && window.getComputedStyle(d).display !== "none" && (f += d.offsetHeight), f += 16;
128
- const b = s.current.getBoundingClientRect(), R = window.pageYOffset || document.documentElement.scrollTop, L = b.top + R - f;
128
+ r && (f += r.offsetHeight), d && window.getComputedStyle(d).display !== "none" && (f += d.offsetHeight), f += 16;
129
+ const R = s.current.getBoundingClientRect(), L = window.pageYOffset || document.documentElement.scrollTop, A = R.top + L - f;
129
130
  setTimeout(() => {
130
131
  window.scrollTo({
131
- top: L,
132
+ top: A,
132
133
  behavior: "auto"
133
134
  });
134
135
  }, 400);
135
136
  }
136
- }, [n]), g(() => () => {
137
+ }, [i]), c(() => () => {
137
138
  l.current && clearTimeout(l.current);
138
- }, []), n === "loading" ? /* @__PURE__ */ t(
139
+ }, []), i === "loading" ? /* @__PURE__ */ n(
139
140
  "div",
140
141
  {
141
142
  style: {
@@ -144,84 +145,84 @@ function Q({
144
145
  minHeight: "100dvh",
145
146
  paddingTop: "6rem"
146
147
  },
147
- children: /* @__PURE__ */ t(M, {})
148
+ children: /* @__PURE__ */ n(O, {})
148
149
  }
149
- ) : u ? /* @__PURE__ */ v("div", { className: "schedule-list__no-schedule", children: [
150
- /* @__PURE__ */ t("h2", { children: "There was an error loading the schedule for this day." }),
151
- /* @__PURE__ */ v("p", { children: [
150
+ ) : u ? /* @__PURE__ */ y("div", { className: "schedule-list__no-schedule", children: [
151
+ /* @__PURE__ */ n("h2", { children: "There was an error loading the schedule for this day." }),
152
+ /* @__PURE__ */ y("p", { children: [
152
153
  "Please try again later. If this problem persists report it at ",
153
- /* @__PURE__ */ t("a", { href: "https://support.iontelevision.com/support/home", children: "our support page" }),
154
+ /* @__PURE__ */ n("a", { href: "https://support.iontelevision.com/support/home", children: "our support page" }),
154
155
  "."
155
156
  ] })
156
- ] }) : w(_) ? (p(), /* @__PURE__ */ v(
157
+ ] }) : b(_) ? (p(), /* @__PURE__ */ y(
157
158
  "div",
158
159
  {
159
- className: S([
160
- y["schedule-list__no-schedule"],
160
+ className: w([
161
+ g["schedule-list__no-schedule"],
161
162
  "schedule-list__no-schedule"
162
163
  ]),
163
- "data-state": n,
164
+ "data-state": i,
164
165
  style: { animationDelay: "500ms" },
165
166
  children: [
166
- /* @__PURE__ */ t("h2", { children: "There are no shows scheduled for this day." }),
167
- /* @__PURE__ */ v("p", { children: [
167
+ /* @__PURE__ */ n("h2", { children: "There are no shows scheduled for this day." }),
168
+ /* @__PURE__ */ y("p", { children: [
168
169
  "Please try again later as programming becomes available, or report it at our ",
169
- /* @__PURE__ */ t("a", { href: `${c}`, children: "support page" }),
170
+ /* @__PURE__ */ n("a", { href: `${v}`, children: "support page" }),
170
171
  "."
171
172
  ] })
172
173
  ]
173
174
  }
174
- )) : Array.isArray(_) && _.length === 0 ? (p(), /* @__PURE__ */ v(
175
+ )) : Array.isArray(_) && _.length === 0 ? (p(), /* @__PURE__ */ y(
175
176
  "div",
176
177
  {
177
- className: S([
178
- y["schedule-list__no-schedule"],
178
+ className: w([
179
+ g["schedule-list__no-schedule"],
179
180
  "schedule-list__no-schedule"
180
181
  ]),
181
- "data-state": n,
182
+ "data-state": i,
182
183
  children: [
183
- /* @__PURE__ */ t("h2", { children: "Our programming schedule for today has completed." }),
184
- /* @__PURE__ */ t("p", { children: "Our programming will restart at 6am." })
184
+ /* @__PURE__ */ n("h2", { children: "Our programming schedule for today has completed." }),
185
+ /* @__PURE__ */ n("p", { children: "Our programming will restart at 6am." })
185
186
  ]
186
187
  }
187
- )) : /* @__PURE__ */ t(
188
+ )) : /* @__PURE__ */ n(
188
189
  "ul",
189
190
  {
190
- className: `${y["schedule-list"]} schedule-list`,
191
- "data-state": n,
191
+ className: `${g["schedule-list"]} schedule-list`,
192
+ "data-state": i,
192
193
  ref: s,
193
- children: Array.isArray(_) && _.map((i) => {
194
- const d = k(i.element_length), f = z(i).type === "" ? [d, i.rating] : [d, i.rating, " "];
195
- return i.program_class === "Episode" ? /* @__PURE__ */ t(
196
- P,
194
+ children: Array.isArray(_) && _.map((r) => {
195
+ const d = D(r.element_length), f = T(r).type === "" ? [d, r.rating] : [d, r.rating, " "];
196
+ return r.program_class === "Episode" ? /* @__PURE__ */ n(
197
+ N,
197
198
  {
198
- determineCTA: z,
199
- handleClicks: r,
200
- scheduleItem: i,
199
+ determineCTA: T,
200
+ handleClicks: t,
201
+ scheduleItem: r,
201
202
  strListArr: f,
202
- styles: y
203
+ styles: g
203
204
  },
204
- `schedule-list-${i.id}`
205
- ) : i.program_class === "Film" || i.program_class === "Movie" || i.program_class === "Special" ? /* @__PURE__ */ t(
206
- N,
205
+ `schedule-list-${r.id}`
206
+ ) : r.program_class === "Film" || r.program_class === "Movie" || r.program_class === "Special" ? /* @__PURE__ */ n(
207
+ $,
207
208
  {
208
- determineCTA: z,
209
- handleClicks: r,
210
- scheduleItem: i,
209
+ determineCTA: T,
210
+ handleClicks: t,
211
+ scheduleItem: r,
211
212
  strListArr: f,
212
- styles: y
213
+ styles: g
213
214
  },
214
- `schedule-list-${i.id}`
215
- ) : i.program_class === "Sports" ? /* @__PURE__ */ t(
216
- O,
215
+ `schedule-list-${r.id}`
216
+ ) : r.program_class === "Sports" ? /* @__PURE__ */ n(
217
+ P,
217
218
  {
218
- determineCTA: z,
219
- handleClicks: r,
220
- scheduleItem: i,
219
+ determineCTA: T,
220
+ handleClicks: t,
221
+ scheduleItem: r,
221
222
  strListArr: f,
222
- styles: y
223
+ styles: g
223
224
  },
224
- `schedule-list-${i.id}`
225
+ `schedule-list-${r.id}`
225
226
  ) : null;
226
227
  })
227
228
  }
@@ -2,18 +2,18 @@ import { jsx as a, Fragment as y, jsxs as T } from "react/jsx-runtime";
2
2
  import { getHoursMinsStr as k, classes as l } from "../../utils/helpers.js";
3
3
  import { Concat as c } from "../Concat/Concat.js";
4
4
  import { StringList as o } from "../StringList/StringList.js";
5
- import { ImageCard as s } from "../ImageCard/ImageCard.js";
6
- import { AdjustableTwoColumnGrid as x } from "../AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.js";
5
+ import { ImageCard as x } from "../ImageCard/ImageCard.js";
6
+ import { AdjustableTwoColumnGrid as s } from "../AdjustableTwoColumnGrid/AdjustableTwoColumnGrid.js";
7
7
  import { ShowAboutContent as S } from "../ShowAboutContent/ShowAboutContent.js";
8
8
  import '../../assets/ShowAboutLayout.css';const u = {
9
- "series-about-tab": "_series-about-tab_167st_247"
9
+ "series-about-tab": "_series-about-tab_p11gy_257"
10
10
  };
11
11
  function F({
12
12
  series: t,
13
13
  type: n = "series",
14
14
  showUpcoming: p = !1,
15
- nextAirdates: i = [],
16
- firstColumnWidth: g = "33%",
15
+ nextAirdates: g = [],
16
+ firstColumnWidth: i = "33%",
17
17
  socialShare: b = {
18
18
  enabled: !1,
19
19
  url: "",
@@ -28,10 +28,10 @@ function F({
28
28
  f
29
29
  ];
30
30
  return /* @__PURE__ */ a(y, { children: /* @__PURE__ */ T(
31
- x,
31
+ s,
32
32
  {
33
33
  classname: l([u["series-about-tab"], "series-about-tab"]),
34
- firstColumnWidth: g,
34
+ firstColumnWidth: i,
35
35
  children: [
36
36
  t.detailImage === null ? /* @__PURE__ */ a(
37
37
  c,
@@ -56,7 +56,7 @@ function F({
56
56
  ]
57
57
  }
58
58
  ) : /* @__PURE__ */ a(
59
- s,
59
+ x,
60
60
  {
61
61
  content: /* @__PURE__ */ a(
62
62
  c,
@@ -92,7 +92,7 @@ function F({
92
92
  S,
93
93
  {
94
94
  castStr: d,
95
- nextAirDates: i,
95
+ nextAirDates: g,
96
96
  series: t,
97
97
  showUpcoming: p,
98
98
  socialShare: b,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0",
2
+ "version": "2.0.1-dev.1",
3
3
  "name": "@scrippsproduct/networks-ui-library",
4
4
  "description": "React Component Library for use in Scripps Networks external applications",
5
5
  "author": {
@@ -1,14 +0,0 @@
1
- import './assets/ResultsTable.css';const _ = {
2
- "results-table": "_results-table_xr1vq_247",
3
- "results-table__row": "_results-table__row_xr1vq_250",
4
- "results-table__item": "_results-table__item_xr1vq_255",
5
- "results-table__header": "_results-table__header_xr1vq_255",
6
- "results-table__mobile-label": "_results-table__mobile-label_xr1vq_270",
7
- "results-table__no-results": "_results-table__no-results_xr1vq_280",
8
- "results-table--compact": "_results-table--compact_xr1vq_286",
9
- "results-table__header-row": "_results-table__header-row_xr1vq_298",
10
- "fade-in__wrapper": "_fade-in__wrapper_xr1vq_361"
11
- };
12
- export {
13
- _ as s
14
- };