@scrippsproduct/networks-ui-library 1.0.22-alpha.0 → 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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { ShowSlide as
|
|
4
|
-
const
|
|
3
|
+
import { ShowSlide as s } from "./ShowSlide.js";
|
|
4
|
+
const r = {
|
|
5
5
|
title: "Slide Layouts/Show Slide",
|
|
6
|
-
component:
|
|
6
|
+
component: s,
|
|
7
7
|
tags: ["autodocs"],
|
|
8
8
|
decorators: [
|
|
9
9
|
(e) => /* @__PURE__ */ t(
|
|
@@ -20,8 +20,8 @@ const p = {
|
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
]
|
|
23
|
-
},
|
|
24
|
-
|
|
23
|
+
}, l = (e) => /* @__PURE__ */ t(s, { ...e }), i = l.bind({});
|
|
24
|
+
i.args = {
|
|
25
25
|
series: {
|
|
26
26
|
title: "MacGyver",
|
|
27
27
|
bannerImage: {
|
|
@@ -122,10 +122,10 @@ s.args = {
|
|
|
122
122
|
hasSeriesPages: !0,
|
|
123
123
|
handleClicks: () => !0,
|
|
124
124
|
altText: "this is alt text",
|
|
125
|
-
SCHEDULE_ENDPOINT:
|
|
126
|
-
NETWORK:
|
|
125
|
+
SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
|
|
126
|
+
NETWORK: "ion"
|
|
127
127
|
};
|
|
128
|
-
const o =
|
|
128
|
+
const o = l.bind({});
|
|
129
129
|
o.args = {
|
|
130
130
|
series: {
|
|
131
131
|
title: "NCIS",
|
|
@@ -152,10 +152,10 @@ o.args = {
|
|
|
152
152
|
hasSeriesPages: !0,
|
|
153
153
|
handleClicks: () => !0,
|
|
154
154
|
altText: "this is alt text",
|
|
155
|
-
SCHEDULE_ENDPOINT:
|
|
156
|
-
NETWORK:
|
|
155
|
+
SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
|
|
156
|
+
NETWORK: "ion"
|
|
157
157
|
};
|
|
158
|
-
const a =
|
|
158
|
+
const a = l.bind({});
|
|
159
159
|
a.args = {
|
|
160
160
|
series: {
|
|
161
161
|
title: "NCIS",
|
|
@@ -182,12 +182,12 @@ a.args = {
|
|
|
182
182
|
hasSeriesPages: !1,
|
|
183
183
|
handleClicks: () => !0,
|
|
184
184
|
altText: "this is alt text",
|
|
185
|
-
SCHEDULE_ENDPOINT:
|
|
186
|
-
NETWORK:
|
|
185
|
+
SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
|
|
186
|
+
NETWORK: "ion"
|
|
187
187
|
};
|
|
188
188
|
export {
|
|
189
|
-
|
|
189
|
+
i as Default,
|
|
190
190
|
o as FetchAirdate,
|
|
191
191
|
a as PreventDetailPage,
|
|
192
|
-
|
|
192
|
+
r as default
|
|
193
193
|
};
|
package/package.json
CHANGED
|
File without changes
|