@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 l } from "./ShowSlide.js";
4
- const p = {
3
+ import { ShowSlide as s } from "./ShowSlide.js";
4
+ const r = {
5
5
  title: "Slide Layouts/Show Slide",
6
- component: l,
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
- }, i = (e) => /* @__PURE__ */ t(l, { ...e }), s = i.bind({});
24
- s.args = {
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: void 0,
126
- NETWORK: void 0
125
+ SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
126
+ NETWORK: "ion"
127
127
  };
128
- const o = i.bind({});
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: void 0,
156
- NETWORK: void 0
155
+ SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
156
+ NETWORK: "ion"
157
157
  };
158
- const a = i.bind({});
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: void 0,
186
- NETWORK: void 0
185
+ SCHEDULE_ENDPOINT: "https://api.scrippscloud.com/scheduler/schedules/v2",
186
+ NETWORK: "ion"
187
187
  };
188
188
  export {
189
- s as Default,
189
+ i as Default,
190
190
  o as FetchAirdate,
191
191
  a as PreventDetailPage,
192
- p as default
192
+ r as default
193
193
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.22-alpha.0",
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": {
File without changes