@everymatrix/player-elevate-card 1.69.2 → 1.70.0

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.
@@ -27,6 +27,10 @@ export namespace Components {
27
27
  * Widget Language to show
28
28
  */
29
29
  "language": string;
30
+ /**
31
+ * Client custom styling via streamStyling
32
+ */
33
+ "mbSource": string;
30
34
  /**
31
35
  * Widget, player avatar url
32
36
  */
@@ -126,6 +130,10 @@ export namespace Components {
126
130
  * Widget Language to show
127
131
  */
128
132
  "language": string;
133
+ /**
134
+ * Client custom styling via streamStyling
135
+ */
136
+ "mbSource": string;
129
137
  /**
130
138
  * Widget, player avatar url
131
139
  */
@@ -164,6 +172,10 @@ export namespace Components {
164
172
  * Widget Language to show
165
173
  */
166
174
  "language": string;
175
+ /**
176
+ * Client custom styling via streamStyling
177
+ */
178
+ "mbSource": string;
167
179
  /**
168
180
  * The NWA session for the logged-in user
169
181
  */
@@ -259,6 +271,10 @@ declare namespace LocalJSX {
259
271
  * Widget Language to show
260
272
  */
261
273
  "language"?: string;
274
+ /**
275
+ * Client custom styling via streamStyling
276
+ */
277
+ "mbSource"?: string;
262
278
  /**
263
279
  * Widget, player avatar url
264
280
  */
@@ -359,6 +375,10 @@ declare namespace LocalJSX {
359
375
  * Widget Language to show
360
376
  */
361
377
  "language"?: string;
378
+ /**
379
+ * Client custom styling via streamStyling
380
+ */
381
+ "mbSource"?: string;
362
382
  /**
363
383
  * Widget, player avatar url
364
384
  */
@@ -397,6 +417,10 @@ declare namespace LocalJSX {
397
417
  * Widget Language to show
398
418
  */
399
419
  "language"?: string;
420
+ /**
421
+ * Client custom styling via streamStyling
422
+ */
423
+ "mbSource"?: string;
400
424
  /**
401
425
  * The NWA session for the logged-in user
402
426
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-elevate-card",
3
- "version": "1.69.2",
3
+ "version": "1.70.0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",