@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.
- package/dist/{ResultsTable.module-B7M9y7hd.mjs → ResultsTable.module-nTlGw9Lh.mjs} +5 -1
- package/dist/{add-DH4DZT_w.mjs → add-FrnMPwwO.mjs} +2 -2
- package/dist/{addMonths-Ca2KMx6g.mjs → addMonths-BDf46gmB.mjs} +1 -1
- package/dist/assets/DatePicker.css +1 -1
- package/dist/assets/SectionedContent.css +1 -0
- package/dist/components/AirDateFormatter/AirDateFormatter.js +3 -3
- package/dist/components/CarouselSlide/slide-layouts/TwoColumn/TwoColumnSlide.js +1 -1
- package/dist/components/Concat/Concat.js +1 -1
- package/dist/components/CtaBlock/CtaBlock.js +1 -1
- package/dist/components/CustomDataList/CustomDataList.js +45 -42
- package/dist/components/DateNavigation/DateNavigation.js +6 -5
- package/dist/components/DatePicker/DatePicker.js +1322 -1341
- package/dist/components/DrawerNavigation/DrawerNavigation.js +29 -27
- package/dist/components/ErrorHandler/ErrorHandler.js +1 -1
- package/dist/components/Figure/Figure.js +1 -1
- package/dist/components/GenericList/GenericList.js +1 -1
- package/dist/components/ImageCard/ImageCardCore.js +1 -1
- package/dist/components/InfoPanel/InfoPanel.js +15 -14
- package/dist/components/InlineNavigation/InlineNavigation.js +7 -6
- package/dist/components/InstructionsList/InstructionsList.js +1 -1
- package/dist/components/Loading/Loading.js +8 -5
- package/dist/components/ModalContainer/ModalContainer.js +44 -41
- package/dist/components/Overlay/Overlay.js +20 -17
- package/dist/components/PageHero/page-hero-layouts/IONShow/IONShowHero.js +1 -1
- package/dist/components/ProgramAirdate/ProgramAirdate.js +3 -3
- package/dist/components/PromotionBlock/PromotionBlock.js +17 -15
- package/dist/components/ResultsTable/ResultsTable.js +1 -1
- package/dist/components/ResultsTableBody/ResultsTableBody.js +1 -1
- package/dist/components/ResultsTableHeader/ResultsTableHeader.js +1 -1
- package/dist/components/ScheduleLayout/ScheduleLayout.js +2 -2
- package/dist/components/SectionedContent/SectionedContent.js +22 -13
- package/dist/components/ShowAboutContent/ShowAboutContent.js +1 -1
- package/dist/components/ShowAboutLayout/ShowAboutLayout.js +13 -12
- package/dist/components/StringList/StringList.js +1 -1
- package/dist/components/TabContent/TabContent.js +1 -1
- package/dist/{format-DF9p-6BI.mjs → format-plq8pBNY.mjs} +12 -10
- package/dist/hooks/useGetSchedule.js +3 -3
- package/dist/hooks/useGetUpcoming.js +2 -2
- package/dist/{index-DB0QlRo7.mjs → index-B0ARwqly.mjs} +301 -310
- package/dist/{index-0wieGV50.mjs → index-C8O1hjfH.mjs} +1 -0
- package/dist/{index-YbL9dKxh.mjs → index-DC7FmJPK.mjs} +6743 -6742
- package/dist/{sub-DTz41m8W.mjs → sub-CkNH5u-l.mjs} +2 -2
- package/dist/{subMonths-YdVF7zsL.mjs → subMonths-nbU1oDhB.mjs} +1 -1
- package/dist/utils/analytics.js +1 -1
- package/dist/utils/date-helpers.js +4 -4
- package/dist/utils/getFeaturedList.js +3 -3
- package/dist/utils/getOnNowProgram.js +3 -3
- package/dist/utils/getUpcomingPrograms.js +2 -2
- package/package.json +1 -1
- package/dist/components/Carousel/types.d.js +0 -1
package/dist/utils/analytics.js
CHANGED
|
@@ -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-
|
|
2
|
-
import { f as i } from "../format-
|
|
3
|
-
import { s as w } from "../sub-
|
|
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-
|
|
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-
|
|
2
|
-
import { f as _ } from "../format-
|
|
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-
|
|
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-
|
|
2
|
-
import { f as Y } from "../format-
|
|
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-
|
|
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-
|
|
2
|
-
import { f as c } from "../format-
|
|
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 +0,0 @@
|
|
|
1
|
-
|