@streamlayer/react 0.41.3 → 0.41.5

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/lib/es/index2.js CHANGED
@@ -9,7 +9,7 @@ const f = c({
9
9
  sdkKey: R,
10
10
  plugins: E,
11
11
  children: t,
12
- production: a = !0,
12
+ production: n = !0,
13
13
  autoEnable: S = !0,
14
14
  onDeepLinkHandled: A,
15
15
  videoPlayerController: r
@@ -17,7 +17,7 @@ const f = c({
17
17
  const e = O({
18
18
  sdkKey: R,
19
19
  plugins: E,
20
- production: a,
20
+ production: n,
21
21
  autoEnable: S,
22
22
  onDeepLinkHandled: A,
23
23
  videoPlayerController: r
@@ -98,42 +98,42 @@ const f = c({
98
98
  lg: 992,
99
99
  xl: 1200,
100
100
  xxl: 1440
101
- }, p = {
101
+ }, l = {
102
102
  landscape: "landscape",
103
103
  portrait: "portrait"
104
- }, l = Object.keys(i).reduce((R, E) => {
104
+ }, m = Object.keys(i).reduce((R, E) => {
105
105
  const t = i[E];
106
106
  return `
107
107
  ${R}
108
108
  --color-${E.toLowerCase().replaceAll("_", "-")}: ${t};
109
109
  `;
110
- }, ""), n = (R) => (E) => `
110
+ }, ""), a = (R) => (E) => `
111
111
  @media only screen and (${R}) {
112
112
  ${E}
113
113
  }
114
- `, m = (R, E) => (t) => `
114
+ `, p = (R, E) => (t) => `
115
115
  @media only screen and (${R}) and (${E}) {
116
116
  ${t}
117
117
  }
118
118
  `, s = {
119
119
  up: (R) => {
120
120
  const E = N[R];
121
- return n(`min-width: ${E}px`);
121
+ return a(`min-width: ${E}px`);
122
122
  },
123
123
  down: (R) => {
124
124
  const E = N[R] - 1;
125
- return n(`max-width: ${E}px`);
125
+ return a(`max-width: ${E}px`);
126
126
  },
127
127
  intermediate: (R, E) => {
128
- const t = N[R] - 1, a = N[E];
129
- return m(`max-width: ${t}px`, `min-width: ${a}px`);
128
+ const t = N[R] - 1, n = N[E];
129
+ return p(`max-width: ${t}px`, `min-width: ${n}px`);
130
130
  },
131
131
  orientation: (R) => {
132
- const E = p[R];
133
- return n(`orientation: ${E}`);
132
+ const E = l[R];
133
+ return a(`orientation: ${E}`);
134
134
  }
135
135
  };
136
- `${l}${_.REGULAR}${_.REGULAR}${_.COLOR}${_.SERIF}${_.WEIGHT_DEFAULT}${s.down("xl")`
136
+ `${m}${_.REGULAR}${_.REGULAR}${_.COLOR}${_.SERIF}${_.WEIGHT_DEFAULT}${s.down("xl")`
137
137
  --header-offset: 56px;
138
138
  --watch-live-header: 46px;
139
139
  `}${s.intermediate("xl", "lg")`
@@ -146,6 +146,6 @@ export {
146
146
  P as S,
147
147
  f as a,
148
148
  B as b,
149
- U as c,
150
- u as p
149
+ u as i,
150
+ U as p
151
151
  };
package/lib/es/masters.js CHANGED
@@ -1,19 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "./index2.js";
3
- import { M as v, a as x } from "./masters2.js";
3
+ import { M as o, a as s } from "./masters2.js";
4
4
  import "react";
5
- import "./useStreamLayerApp.js";
6
- import "@streamlayer/sdk-web";
7
- import "@nanostores/react";
8
- import "lodash.throttle";
9
- import "@streamlayer/sdk-web-interfaces";
10
- import "@streamlayer/sdk-web-types";
11
- import "./index3.js";
12
- import "react-countup";
13
- import "react-countdown-circle-timer";
14
- import "react-infinite-scroller";
15
- import "@streamlayer/sdk-web-notifications";
16
5
  export {
17
- v as MastersStreamLayerProvider,
18
- x as MastersStreamLayerSDKReact
6
+ o as MastersStreamLayerProvider,
7
+ s as MastersStreamLayerSDKReact
19
8
  };