@mux/mux-player-react 3.0.0-canary.0-e1d17f4 → 3.1.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.
package/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Mux, Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mux/mux-player-react",
3
- "version": "3.0.0-canary.0-e1d17f4",
3
+ "version": "3.1.0",
4
4
  "description": "An open source Mux player for React that Just Works™",
5
5
  "homepage": "https://mux.com/player",
6
6
  "keywords": [
@@ -98,8 +98,8 @@
98
98
  }
99
99
  },
100
100
  "dependencies": {
101
- "@mux/mux-player": "3.0.0-canary.0-e1d17f4",
102
- "@mux/playback-core": "0.26.0-canary.0-e1d17f4",
101
+ "@mux/mux-player": "3.1.0",
102
+ "@mux/playback-core": "0.27.0",
103
103
  "prop-types": "^15.7.2"
104
104
  },
105
105
  "devDependencies": {
@@ -113,5 +113,6 @@
113
113
  "react-dom": "^18.2.0",
114
114
  "shx": "^0.3.4",
115
115
  "typescript": "^5.5.4"
116
- }
116
+ },
117
+ "gitHead": "e1d17f4ce383e95489fc778d3c5bda3b89a27b5b"
117
118
  }
package/CHANGELOG.md DELETED
@@ -1,710 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.1.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.0.0...@mux/mux-player-react@3.1.0) (2024-10-24)
7
-
8
-
9
- ### Features
10
-
11
- * **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
12
-
13
-
14
-
15
-
16
-
17
- # [3.0.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.9.1...@mux/mux-player-react@3.0.0) (2024-09-20)
18
-
19
-
20
- * chore(mux-player, mux-player-react)!: breaking change take 2 (#994) ([668403a](https://github.com/muxinc/elements/commit/668403adf97aae14e3acba667e42965f03d9ec97)), closes [#994](https://github.com/muxinc/elements/issues/994)
21
-
22
-
23
- ### Features
24
-
25
- * **mux-player, mux-player-react, mux-video:** cast custom data ([2722b6e](https://github.com/muxinc/elements/commit/2722b6ea6c5497c0bd0a28fd1732bd0b9c2474b6))
26
-
27
-
28
- ### BREAKING CHANGES
29
-
30
- * Retrospective breaking change for tooltips pr
31
-
32
-
33
-
34
-
35
-
36
- ## [2.9.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.9.0...@mux/mux-player-react@2.9.1) (2024-08-06)
37
-
38
- **Note:** Version bump only for package @mux/mux-player-react
39
-
40
-
41
-
42
-
43
-
44
- # [2.9.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.8.1...@mux/mux-player-react@2.9.0) (2024-08-02)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * mark React 19 as peerdep ([#971](https://github.com/muxinc/elements/issues/971)) ([4f74ea0](https://github.com/muxinc/elements/commit/4f74ea0215407e5c9573d8dd4a91d2a855b864bb))
50
-
51
-
52
- ### Features
53
-
54
- * Lerna bump mux-player-react so versions sync ([56df987](https://github.com/muxinc/elements/commit/56df987c413792aa8e5f762f931587f1c193b2bc))
55
-
56
-
57
-
58
-
59
-
60
- ## [2.8.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.8.0...@mux/mux-player-react@2.8.1) (2024-07-26)
61
-
62
- **Note:** Version bump only for package @mux/mux-player-react
63
-
64
-
65
-
66
-
67
-
68
- # [2.8.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.7.0...@mux/mux-player-react@2.8.0) (2024-07-10)
69
-
70
-
71
- ### Features
72
-
73
- * basic drm support ([#905](https://github.com/muxinc/elements/issues/905)) ([79acc9d](https://github.com/muxinc/elements/commit/79acc9d8cb520da469f1c72196befc384ee5b4f9))
74
-
75
-
76
-
77
-
78
-
79
- # [2.7.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.6.0...@mux/mux-player-react@2.7.0) (2024-05-28)
80
-
81
-
82
- ### Features
83
-
84
- * **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))
85
- * **playback-core, mux-video, mux-player:** addChapters interface ([#909](https://github.com/muxinc/elements/issues/909)) ([84392f1](https://github.com/muxinc/elements/commit/84392f14ee429b63ce26326e84e80e93bbdc70db))
86
-
87
-
88
-
89
-
90
-
91
- # [2.6.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.5.0...@mux/mux-player-react@2.6.0) (2024-05-03)
92
-
93
-
94
- ### Features
95
-
96
- * **mux-player-react, mux-uploader-react, mux-audio-react, mux-video-react:** add client component directive ([#911](https://github.com/muxinc/elements/issues/911)) ([76aa003](https://github.com/muxinc/elements/commit/76aa003e9ad9488509650970b971edd3ed463592))
97
-
98
-
99
-
100
-
101
-
102
- # [2.5.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.4.1...@mux/mux-player-react@2.5.0) (2024-04-18)
103
-
104
-
105
- ### Bug Fixes
106
-
107
- * **mux-player-react/lazy:** display placeholder before JS load ([#895](https://github.com/muxinc/elements/issues/895)) ([3abdbb8](https://github.com/muxinc/elements/commit/3abdbb8653ca9003736a147236723d7d90f3dc9f))
108
- * upgrade media-chrome, upchunk, React types ([#904](https://github.com/muxinc/elements/issues/904)) ([1090ad6](https://github.com/muxinc/elements/commit/1090ad690261acd7ac1ab68b45801c46be1c2d0c))
109
- * upgrade mux-embed v5.2.0 & media-chrome v3.2.0 ([#897](https://github.com/muxinc/elements/issues/897)) ([fd91d94](https://github.com/muxinc/elements/commit/fd91d946ee2f8e58e05551fcb247422de6fbb761))
110
-
111
-
112
- ### Features
113
-
114
- * add `disable-tracking` attribute and prop ([#900](https://github.com/muxinc/elements/issues/900)) ([0f5966e](https://github.com/muxinc/elements/commit/0f5966ec6cdf3cacde017a4ddd9c388bea3168d7))
115
-
116
-
117
-
118
-
119
-
120
- ## [2.4.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.4.0...@mux/mux-player-react@2.4.1) (2024-03-29)
121
-
122
- **Note:** Version bump only for package @mux/mux-player-react
123
-
124
-
125
-
126
-
127
-
128
- # [2.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.3.3...@mux/mux-player-react@2.4.0) (2024-03-20)
129
-
130
-
131
- ### Features
132
-
133
- * **mux-player-react:** Remove commented out code (feat to force mino… ([#890](https://github.com/muxinc/elements/issues/890)) ([9d48804](https://github.com/muxinc/elements/commit/9d48804bcc0d7df497caea40505599652596c195))
134
-
135
-
136
-
137
-
138
-
139
- ## [2.3.3](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.3.2...@mux/mux-player-react@2.3.3) (2024-02-16)
140
-
141
- **Note:** Version bump only for package @mux/mux-player-react
142
-
143
-
144
-
145
-
146
-
147
- ## [2.3.2](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.3.1...@mux/mux-player-react@2.3.2) (2024-01-19)
148
-
149
- **Note:** Version bump only for package @mux/mux-player-react
150
-
151
-
152
-
153
-
154
-
155
- ## [2.3.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.3.0...@mux/mux-player-react@2.3.1) (2024-01-02)
156
-
157
- **Note:** Version bump only for package @mux/mux-player-react
158
-
159
-
160
-
161
-
162
-
163
- # [2.3.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.2.0...@mux/mux-player-react@2.3.0) (2023-12-07)
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * Adding unofficial _hlsConfig to media elements and playback core. ([#833](https://github.com/muxinc/elements/issues/833)) ([b86f6e6](https://github.com/muxinc/elements/commit/b86f6e6eb2c116d1d676fbaecd46d77a0baa3416)), closes [#792](https://github.com/muxinc/elements/issues/792)
169
- * **mux-player-react:** add disablePictureInPicture to TS def ([9fd9978](https://github.com/muxinc/elements/commit/9fd99780047d24e3efdb61ddc31ba7e8346415f3)), closes [#831](https://github.com/muxinc/elements/issues/831)
170
-
171
-
172
- ### Features
173
-
174
- * **mux-player, mux-player-react:** Add extra-source-params/extraSourceParams attr/prop for advanced usage. ([a5ad6ed](https://github.com/muxinc/elements/commit/a5ad6ed3da0aafb52f983c91881126d74c884157))
175
- * **mux-player, mux-player-react:** default duration ([#844](https://github.com/muxinc/elements/issues/844)) ([8d52572](https://github.com/muxinc/elements/commit/8d52572330089076a6d05ff33fa0f596e18799ff))
176
-
177
-
178
-
179
-
180
-
181
- # [2.2.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.1.0...@mux/mux-player-react@2.2.0) (2023-10-31)
182
-
183
-
184
- ### Features
185
-
186
- * **mux-player-react:** Force bump ([#806](https://github.com/muxinc/elements/issues/806)) ([101d04a](https://github.com/muxinc/elements/commit/101d04a00fb85d79fa036a40103bb054f26e0b78))
187
-
188
-
189
-
190
-
191
-
192
- # [2.1.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.0.1...@mux/mux-player-react@2.1.0) (2023-10-24)
193
-
194
-
195
- ### Features
196
-
197
- * Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))
198
-
199
-
200
-
201
-
202
-
203
- ## [2.0.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@2.0.0...@mux/mux-player-react@2.0.1) (2023-10-03)
204
-
205
- **Note:** Version bump only for package @mux/mux-player-react
206
-
207
-
208
-
209
-
210
-
211
- # [2.0.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.15.0...@mux/mux-player-react@2.0.0) (2023-10-03)
212
-
213
-
214
- * feat(mux-player-react)!: bring breaking change in line with mux-player package (#789) ([3d5112e](https://github.com/muxinc/elements/commit/3d5112ea3f90d8329d6d7e8553cbce3f62f334e1)), closes [#789](https://github.com/muxinc/elements/issues/789)
215
-
216
-
217
- ### BREAKING CHANGES
218
-
219
- * Updates mux-player-react to match mux-player with new theme upgrade
220
-
221
-
222
-
223
-
224
-
225
- # [1.15.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.14.2...@mux/mux-player-react@1.15.0) (2023-10-03)
226
-
227
-
228
- ### Features
229
-
230
- * Rename new default theme ([#771](https://github.com/muxinc/elements/issues/771)) ([b91c509](https://github.com/muxinc/elements/commit/b91c5092e005805a801982e15719984965f745e1))
231
-
232
-
233
-
234
-
235
-
236
- ## [1.14.2](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.14.1...@mux/mux-player-react@1.14.2) (2023-09-05)
237
-
238
- **Note:** Version bump only for package @mux/mux-player-react
239
-
240
-
241
-
242
-
243
-
244
- ## [1.14.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.14.0...@mux/mux-player-react@1.14.1) (2023-08-30)
245
-
246
- **Note:** Version bump only for package @mux/mux-player-react
247
-
248
-
249
-
250
-
251
-
252
- # [1.14.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.13.0...@mux/mux-player-react@1.14.0) (2023-08-23)
253
-
254
-
255
- ### Features
256
-
257
- * **mux-player-react:** meaningless commit, forced minor version bump ([2e52540](https://github.com/muxinc/elements/commit/2e52540a757b2384c4eb7aaf7ddad2d0a0398391))
258
-
259
-
260
-
261
-
262
-
263
- # [1.13.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.12.1...@mux/mux-player-react@1.13.0) (2023-08-23)
264
-
265
-
266
- ### Features
267
-
268
- * add poster slot for progressive enhancement ([#747](https://github.com/muxinc/elements/issues/747)) ([e90e096](https://github.com/muxinc/elements/commit/e90e096bc45776776e6fc4a8846aede2ad8ecb7c)), closes [#590](https://github.com/muxinc/elements/issues/590)
269
-
270
-
271
-
272
-
273
-
274
- ## [1.12.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.12.0...@mux/mux-player-react@1.12.1) (2023-08-15)
275
-
276
-
277
- ### Bug Fixes
278
-
279
- * **mux-player-react:** Don't declare lazy exports that don't exist. ([#746](https://github.com/muxinc/elements/issues/746)) ([c0c471a](https://github.com/muxinc/elements/commit/c0c471acbad94e06628c8c2061d09d893b410a51))
280
- * Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))
281
-
282
-
283
-
284
-
285
-
286
- # [1.12.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.11.4...@mux/mux-player-react@1.12.0) (2023-08-14)
287
-
288
-
289
- ### Features
290
-
291
- * **mux-player-react:** re-export themes from player package ([#737](https://github.com/muxinc/elements/issues/737)) ([682fe1a](https://github.com/muxinc/elements/commit/682fe1ab7b772d189224178b5fcac8bc0f607fa6))
292
-
293
-
294
-
295
-
296
-
297
- ## [1.11.4](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.11.3...@mux/mux-player-react@1.11.4) (2023-07-07)
298
-
299
- **Note:** Version bump only for package @mux/mux-player-react
300
-
301
-
302
-
303
-
304
-
305
- ## [1.11.3](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.11.2...@mux/mux-player-react@1.11.3) (2023-06-29)
306
-
307
- **Note:** Version bump only for package @mux/mux-player-react
308
-
309
-
310
-
311
-
312
-
313
- ## [1.11.2](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.11.1...@mux/mux-player-react@1.11.2) (2023-06-12)
314
-
315
- **Note:** Version bump only for package @mux/mux-player-react
316
-
317
-
318
-
319
-
320
-
321
- ## [1.11.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.11.0...@mux/mux-player-react@1.11.1) (2023-06-06)
322
-
323
- **Note:** Version bump only for package @mux/mux-player-react
324
-
325
-
326
-
327
-
328
-
329
- # [1.11.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.10.1...@mux/mux-player-react@1.11.0) (2023-05-08)
330
-
331
-
332
- ### Features
333
-
334
- * add a no-volume-pref attribute to turn of storing volume in localStorage ([#686](https://github.com/muxinc/elements/issues/686)) ([e9c2150](https://github.com/muxinc/elements/commit/e9c2150ba36615107f05d99baaa8a4432d71138d))
335
-
336
-
337
-
338
-
339
-
340
- ## [1.10.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.10.0...@mux/mux-player-react@1.10.1) (2023-04-24)
341
-
342
- **Note:** Version bump only for package @mux/mux-player-react
343
-
344
-
345
-
346
-
347
-
348
- # [1.10.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.9.0...@mux/mux-player-react@1.10.0) (2023-04-14)
349
-
350
-
351
- ### Bug Fixes
352
-
353
- * **mux-player-react:** Don't "reset" currentTime to 0 unintentionally. ([#663](https://github.com/muxinc/elements/issues/663)) ([6ea8aed](https://github.com/muxinc/elements/commit/6ea8aedbe8e62a33bd8de630eddaadf823a738a6))
354
-
355
-
356
- ### Features
357
-
358
- * inferred stream type ([#592](https://github.com/muxinc/elements/issues/592)) ([db4cc9f](https://github.com/muxinc/elements/commit/db4cc9f60660f2b860ecce0a5a5ef2a3a09cc40b))
359
-
360
-
361
-
362
-
363
-
364
- # [1.9.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.8.0...@mux/mux-player-react@1.9.0) (2023-03-31)
365
-
366
-
367
- ### Bug Fixes
368
-
369
- * update typedefs, disable skipLibChecks in tsconfig ([#601](https://github.com/muxinc/elements/issues/601)) ([1664aec](https://github.com/muxinc/elements/commit/1664aec20e4cf4a59779848b298d4504eef24080))
370
-
371
-
372
- ### Features
373
-
374
- * add way to set and render MC themes ([#561](https://github.com/muxinc/elements/issues/561)) ([0ac98e9](https://github.com/muxinc/elements/commit/0ac98e9a6fd60c5ea990be3c7d5d8ae7941e447c))
375
- * **mux-player-react:** mux player react cuepoint handlers ([#605](https://github.com/muxinc/elements/issues/605)) ([df4e6e0](https://github.com/muxinc/elements/commit/df4e6e036f7cd9b5d9dfa52e1adc56bb0a850373))
376
-
377
-
378
-
379
-
380
-
381
- # [1.8.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.7.2...@mux/mux-player-react@1.8.0) (2023-02-15)
382
-
383
-
384
- ### Features
385
-
386
- * add attribute max-resolution on mux-player and mux-video ([#581](https://github.com/muxinc/elements/issues/581)) ([1936c8e](https://github.com/muxinc/elements/commit/1936c8ecb47805ee75fd04ffee514b846043efc1))
387
-
388
-
389
-
390
-
391
-
392
- ## [1.7.2](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.7.1...@mux/mux-player-react@1.7.2) (2023-02-14)
393
-
394
- **Note:** Version bump only for package @mux/mux-player-react
395
-
396
-
397
-
398
-
399
-
400
- ## [1.7.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.7.0...@mux/mux-player-react@1.7.1) (2023-02-02)
401
-
402
- **Note:** Version bump only for package @mux/mux-player-react
403
-
404
-
405
-
406
-
407
-
408
- # [1.7.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.6.1...@mux/mux-player-react@1.7.0) (2023-02-01)
409
-
410
-
411
- ### Features
412
-
413
- * **mux-player-react:** Force version bump to 1.7.0 for parity with mux-player (minor code refactor for lerna). ([aba4ec0](https://github.com/muxinc/elements/commit/aba4ec0f6724928bd25f8def3685bfbccf68ec4c))
414
- * **mux-player-react:** Force version bump to 1.7.0 for parity with mux-player. ([e7d6b3f](https://github.com/muxinc/elements/commit/e7d6b3f3eb36166c32d643de58baee9decf31fac))
415
-
416
-
417
-
418
-
419
-
420
- ## [1.6.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.6.0...@mux/mux-player-react@1.6.1) (2023-02-01)
421
-
422
- **Note:** Version bump only for package @mux/mux-player-react
423
-
424
-
425
-
426
-
427
-
428
- # [1.6.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.5.1...@mux/mux-player-react@1.6.0) (2023-01-20)
429
-
430
-
431
- ### Features
432
-
433
- * **mux-player:** add storyboard-src attribute and corresponding prop ([#522](https://github.com/muxinc/elements/issues/522)) ([e9c3f0a](https://github.com/muxinc/elements/commit/e9c3f0afd3eb2521248996c37de1716b4ce724c4))
434
-
435
-
436
-
437
-
438
-
439
- ## [1.5.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.5.0...@mux/mux-player-react@1.5.1) (2022-12-15)
440
-
441
- **Note:** Version bump only for package @mux/mux-player-react
442
-
443
-
444
-
445
-
446
-
447
- # [1.5.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.4.0...@mux/mux-player-react@1.5.0) (2022-12-13)
448
-
449
-
450
- ### Features
451
-
452
- * Remove experimentalCmcd and add none to preferCmcd. Update secret docs. ([2656631](https://github.com/muxinc/elements/commit/2656631968f2b7e97a07d435818ee43c16627002))
453
-
454
-
455
-
456
-
457
-
458
- # [1.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.3.0...@mux/mux-player-react@1.4.0) (2022-11-21)
459
-
460
-
461
- ### Features
462
-
463
- * **mux-player-react:** Add prefer cmcd prop. ([4733618](https://github.com/muxinc/elements/commit/473361832e9209314106980ce3e1ff1009a40d12))
464
-
465
-
466
-
467
-
468
-
469
- # [1.3.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.2.0...@mux/mux-player-react@1.3.0) (2022-10-25)
470
-
471
-
472
- ### Bug Fixes
473
-
474
- * lazy placeholder properly scoped styles ([#478](https://github.com/muxinc/elements/issues/478)) ([d0f8aa1](https://github.com/muxinc/elements/commit/d0f8aa165a66df8e4e617120bd4d19949b0bee37))
475
-
476
-
477
- ### Features
478
-
479
- * **mux-player-react:** Add disable cookies prop. ([ba9d46a](https://github.com/muxinc/elements/commit/ba9d46a2da652555565d5f82b6fc6550899ef4fb))
480
- * **mux-player-react:** Add experimentalCmcd prop. ([40b44ff](https://github.com/muxinc/elements/commit/40b44ff042f57d2b265398c024117ccce9af3982))
481
-
482
-
483
-
484
-
485
-
486
- # [1.2.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.1.3...@mux/mux-player-react@1.2.0) (2022-10-19)
487
-
488
-
489
- ### Bug Fixes
490
-
491
- * lazy placeholder lower specificity styles ([#465](https://github.com/muxinc/elements/issues/465)) ([6387081](https://github.com/muxinc/elements/commit/6387081f70aacac99820be40f13a8228b22109b8))
492
- * observe media-object css variables on lazy placeholder ([#464](https://github.com/muxinc/elements/issues/464)) ([6aabbc0](https://github.com/muxinc/elements/commit/6aabbc06add2aad283f533a4186e9a397c7515b9))
493
- * playbackRate not working on mux-player-react ([#470](https://github.com/muxinc/elements/issues/470)) ([e2c64b6](https://github.com/muxinc/elements/commit/e2c64b60bb53a66101004ed198f9bb1a08630eb2))
494
-
495
-
496
- ### Features
497
-
498
- * implement react lazy with mux-player-react ([21ab5da](https://github.com/muxinc/elements/commit/21ab5dad724270082f73f2aa1cec5f4a0ed3e539))
499
-
500
-
501
-
502
-
503
-
504
- ## [1.1.3](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.1.2...@mux/mux-player-react@1.1.3) (2022-10-12)
505
-
506
- **Note:** Version bump only for package @mux/mux-player-react
507
-
508
- ## [1.1.2](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.1.1...@mux/mux-player-react@1.1.2) (2022-10-10)
509
-
510
- **Note:** Version bump only for package @mux/mux-player-react
511
-
512
- ## [1.1.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.1.0...@mux/mux-player-react@1.1.1) (2022-10-07)
513
-
514
- **Note:** Version bump only for package @mux/mux-player-react
515
-
516
- # [1.1.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.0.0...@mux/mux-player-react@1.1.0) (2022-10-07)
517
-
518
- ### Features
519
-
520
- - add ability to unset poster ([#447](https://github.com/muxinc/elements/issues/447)) ([d61e295](https://github.com/muxinc/elements/commit/d61e295952d59ba42ad077c4a2b7fb3bb0d7079c))
521
-
522
- # [1.0.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@1.0.0-beta.0...@mux/mux-player-react@1.0.0) (2022-10-05)
523
-
524
- ### Bug Fixes
525
-
526
- - **mux-player-react:** Make currentTime prop work. ([65b098d](https://github.com/muxinc/elements/commit/65b098da731d53e93d42c3cb3882d287847ac043))
527
- - **mux-player-react:** remove vestigial tertiaryColor from types. ([73a5155](https://github.com/muxinc/elements/commit/73a5155549a1c0fa44f8c95c9bf329ffd4543788))
528
-
529
- ### Features
530
-
531
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
532
-
533
- # [1.0.0-beta.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.28...@mux/mux-player-react@1.0.0-beta.0) (2022-09-16)
534
-
535
- ### Bug Fixes
536
-
537
- - **mux-player-react:** explicitly add className to typescript types for mux-player-react (different impl from MuxVideo and MuxAudio). ([84ca6cb](https://github.com/muxinc/elements/commit/84ca6cb69a2634dade58cece3b17ae72060c79b1))
538
-
539
- ### Features
540
-
541
- - export gesture-layer as a part ([89e90ee](https://github.com/muxinc/elements/commit/89e90ee3268da23c8071fc9cd2f21efc534f1849)), closes [#379](https://github.com/muxinc/elements/issues/379)
542
-
543
- # [0.1.0-beta.28](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.27...@mux/mux-player-react@0.1.0-beta.28) (2022-09-01)
544
-
545
- ### Bug Fixes
546
-
547
- - cjs main entrypoint for React pkgs ([#360](https://github.com/muxinc/elements/issues/360)) ([473875f](https://github.com/muxinc/elements/commit/473875f4869a6ab9b04b44a90cc52b620a15ac83))
548
-
549
- # [0.1.0-beta.27](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.26...@mux/mux-player-react@0.1.0-beta.27) (2022-08-31)
550
-
551
- ### Features
552
-
553
- - Add hotkeys blocklist and turn off hotkey seeking when any live ([#341](https://github.com/muxinc/elements/issues/341)) ([ce76b1b](https://github.com/muxinc/elements/commit/ce76b1b5955179c929c91de97c06a2839990c509)), closes [#336](https://github.com/muxinc/elements/issues/336)
554
- - **mux-player-react:** Add defaultShowRemainingTime to mux-player-react. ([7a58731](https://github.com/muxinc/elements/commit/7a58731ba6d6965942f0e3d487821dd464ce422c))
555
- - **mux-player-react:** add missing event listeners ([03cac1a](https://github.com/muxinc/elements/commit/03cac1abeb4215ea89f03f899b9132ab18486699))
556
- - **mux-player-react:** Add support for hideDuration and playbackRates. ([58ababc](https://github.com/muxinc/elements/commit/58ababc79c1391fda311b82c42180404d01850bb))
557
- - **mux-player-react:** Add title type for MuxPlayer (react). ([22c80fe](https://github.com/muxinc/elements/commit/22c80fecd7c856b234a1fa2a65e7efd2b4e98f0b))
558
- - **mux-player, mux-player-react:** make hide-duration a controlsList value. ([cb3b2f2](https://github.com/muxinc/elements/commit/cb3b2f27b804878e5a223893cc6fc75dac0a4572))
559
- - use CSS vars to toggle off elements ([#349](https://github.com/muxinc/elements/issues/349)) ([69128d6](https://github.com/muxinc/elements/commit/69128d62ee1a9e5139d8fab3b5faf56e494dfa8b))
560
-
561
- # [0.1.0-beta.26](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.25...@mux/mux-player-react@0.1.0-beta.26) (2022-08-03)
562
-
563
- **Note:** Version bump only for package @mux/mux-player-react
564
-
565
- # [0.1.0-beta.25](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.24...@mux/mux-player-react@0.1.0-beta.25) (2022-08-02)
566
-
567
- ### Features
568
-
569
- - types and docs for nohotkeys in mux-player-react ([a9f78d4](https://github.com/muxinc/elements/commit/a9f78d422d64bf661de59cad834aa1c819e88ff8))
570
-
571
- # [0.1.0-beta.24](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.23...@mux/mux-player-react@0.1.0-beta.24) (2022-07-21)
572
-
573
- ### Features
574
-
575
- - add defaultMuted, defaultPlaybackRate props ([#252](https://github.com/muxinc/elements/issues/252)) ([1a72165](https://github.com/muxinc/elements/commit/1a7216545cba27b34bc743cf5dd6225d4dcae738))
576
-
577
- # [0.1.0-beta.23](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.22...@mux/mux-player-react@0.1.0-beta.23) (2022-07-11)
578
-
579
- **Note:** Version bump only for package @mux/mux-player-react
580
-
581
- # [0.1.0-beta.22](https://github.com/muxinc/elements/compare/@mux/mux-player-react@0.1.0-beta.21...@mux/mux-player-react@0.1.0-beta.22) (2022-07-05)
582
-
583
- **Note:** Version bump only for package @mux/mux-player-react
584
-
585
- # 0.1.0-beta.21 (2022-07-05)
586
-
587
- ### Bug Fixes
588
-
589
- - enable cast docs + cast fix ([#253](https://github.com/muxinc/elements/issues/253)) ([421d515](https://github.com/muxinc/elements/commit/421d515cc4700cf9d7ca4f0d09aa600ec4adac7b))
590
- - **mux-player-react:** Missing preload prop type def. ([19b2e15](https://github.com/muxinc/elements/commit/19b2e15dc844e6fb0f90e9ad62a436587260094a))
591
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
592
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
593
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
594
-
595
- ### Features
596
-
597
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
598
- - default-hidden-captions to turn off showing captions by default ([#98](https://github.com/muxinc/elements/issues/98)) ([9edc3cd](https://github.com/muxinc/elements/commit/9edc3cd008e47234472b14784ea89493736599cb))
599
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
600
- - **mux-player-react:** Add audio only. Cleanup StreamTypes source of truth. ([4f37d7f](https://github.com/muxinc/elements/commit/4f37d7f10ef66eef48af0dd9cf1efc79322b660d))
601
- - **mux-player-react:** Add basic support for custom video domains. ([ac61aff](https://github.com/muxinc/elements/commit/ac61affffdd38ef0df3151d2f75023f7d2772688))
602
- - **mux-player-react:** Add thumbnail-time support to mux-player-react. Document prop. ([d1c1a4c](https://github.com/muxinc/elements/commit/d1c1a4c65b200c59bab7cc68453c0e307eb75ae4))
603
-
604
- ### Reverts
605
-
606
- - Revert "Publish" ([42fc528](https://github.com/muxinc/elements/commit/42fc528216346ff52d967cec5392a1191f74a1c0))
607
-
608
- # [0.1.0-beta.20](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.19...@mux-elements/mux-player-react@0.1.0-beta.20) (2022-06-23)
609
-
610
- ### Bug Fixes
611
-
612
- - enable cast docs + cast fix ([#253](https://github.com/muxinc/elements/issues/253)) ([421d515](https://github.com/muxinc/elements/commit/421d515cc4700cf9d7ca4f0d09aa600ec4adac7b))
613
-
614
- ### Features
615
-
616
- - **mux-player-react:** Add basic support for custom video domains. ([ac61aff](https://github.com/muxinc/elements/commit/ac61affffdd38ef0df3151d2f75023f7d2772688))
617
-
618
- # [0.1.0-beta.19](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.18...@mux-elements/mux-player-react@0.1.0-beta.19) (2022-06-07)
619
-
620
- **Note:** Version bump only for package @mux-elements/mux-player-react
621
-
622
- # [0.1.0-beta.18](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.17...@mux-elements/mux-player-react@0.1.0-beta.18) (2022-06-06)
623
-
624
- ### Features
625
-
626
- - **mux-player-react:** Add audio only. Cleanup StreamTypes source of truth. ([4f37d7f](https://github.com/muxinc/elements/commit/4f37d7f10ef66eef48af0dd9cf1efc79322b660d))
627
-
628
- # [0.1.0-beta.17](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.16...@mux-elements/mux-player-react@0.1.0-beta.17) (2022-05-26)
629
-
630
- **Note:** Version bump only for package @mux-elements/mux-player-react
631
-
632
- # [0.1.0-beta.16](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.15...@mux-elements/mux-player-react@0.1.0-beta.16) (2022-05-23)
633
-
634
- **Note:** Version bump only for package @mux-elements/mux-player-react
635
-
636
- # [0.1.0-beta.15](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.14...@mux-elements/mux-player-react@0.1.0-beta.15) (2022-05-23)
637
-
638
- **Note:** Version bump only for package @mux-elements/mux-player-react
639
-
640
- # [0.1.0-beta.14](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.13...@mux-elements/mux-player-react@0.1.0-beta.14) (2022-05-20)
641
-
642
- ### Bug Fixes
643
-
644
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
645
-
646
- # [0.1.0-beta.13](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.12...@mux-elements/mux-player-react@0.1.0-beta.13) (2022-05-19)
647
-
648
- **Note:** Version bump only for package @mux-elements/mux-player-react
649
-
650
- # [0.1.0-beta.12](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.11...@mux-elements/mux-player-react@0.1.0-beta.12) (2022-05-12)
651
-
652
- **Note:** Version bump only for package @mux-elements/mux-player-react
653
-
654
- # [0.1.0-beta.11](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.10...@mux-elements/mux-player-react@0.1.0-beta.11) (2022-05-11)
655
-
656
- ### Bug Fixes
657
-
658
- - **mux-player-react:** Missing preload prop type def. ([19b2e15](https://github.com/muxinc/elements/commit/19b2e15dc844e6fb0f90e9ad62a436587260094a))
659
-
660
- ### Features
661
-
662
- - **mux-player-react:** Add thumbnail-time support to mux-player-react. Document prop. ([d1c1a4c](https://github.com/muxinc/elements/commit/d1c1a4c65b200c59bab7cc68453c0e307eb75ae4))
663
-
664
- # [0.1.0-beta.10](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.9...@mux-elements/mux-player-react@0.1.0-beta.10) (2022-05-10)
665
-
666
- **Note:** Version bump only for package @mux-elements/mux-player-react
667
-
668
- # [0.1.0-beta.9](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.8...@mux-elements/mux-player-react@0.1.0-beta.9) (2022-05-03)
669
-
670
- **Note:** Version bump only for package @mux-elements/mux-player-react
671
-
672
- # [0.1.0-beta.8](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.7...@mux-elements/mux-player-react@0.1.0-beta.8) (2022-04-22)
673
-
674
- **Note:** Version bump only for package @mux-elements/mux-player-react
675
-
676
- # [0.1.0-beta.7](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.6...@mux-elements/mux-player-react@0.1.0-beta.7) (2022-04-18)
677
-
678
- **Note:** Version bump only for package @mux-elements/mux-player-react
679
-
680
- # [0.1.0-beta.6](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.5...@mux-elements/mux-player-react@0.1.0-beta.6) (2022-04-13)
681
-
682
- **Note:** Version bump only for package @mux-elements/mux-player-react
683
-
684
- # [0.1.0-beta.5](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.4...@mux-elements/mux-player-react@0.1.0-beta.5) (2022-04-12)
685
-
686
- **Note:** Version bump only for package @mux-elements/mux-player-react
687
-
688
- # [0.1.0-beta.4](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.3...@mux-elements/mux-player-react@0.1.0-beta.4) (2022-04-08)
689
-
690
- **Note:** Version bump only for package @mux-elements/mux-player-react
691
-
692
- # [0.1.0-beta.3](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.2...@mux-elements/mux-player-react@0.1.0-beta.3) (2022-04-01)
693
-
694
- **Note:** Version bump only for package @mux-elements/mux-player-react
695
-
696
- # [0.1.0-beta.2](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.1...@mux-elements/mux-player-react@0.1.0-beta.2) (2022-04-01)
697
-
698
- ### Reverts
699
-
700
- - Revert "Publish" ([42fc528](https://github.com/muxinc/elements/commit/42fc528216346ff52d967cec5392a1191f74a1c0))
701
-
702
- # [0.1.0-beta.1](https://github.com/muxinc/elements/compare/@mux-elements/mux-player-react@0.1.0-beta.0...@mux-elements/mux-player-react@0.1.0-beta.1) (2022-03-28)
703
-
704
- ### Bug Fixes
705
-
706
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
707
-
708
- ### Features
709
-
710
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
package/dist/cjs.json DELETED
@@ -1,280 +0,0 @@
1
- {
2
- "inputs": {
3
- "src/common/utils.ts": {
4
- "bytes": 2048,
5
- "imports": [],
6
- "format": "esm"
7
- },
8
- "src/useCombinedRefs.ts": {
9
- "bytes": 892,
10
- "imports": [
11
- {
12
- "path": "react",
13
- "kind": "import-statement",
14
- "external": true
15
- }
16
- ],
17
- "format": "esm"
18
- },
19
- "src/useObjectPropEffect.ts": {
20
- "bytes": 1850,
21
- "imports": [
22
- {
23
- "path": "react",
24
- "kind": "import-statement",
25
- "external": true
26
- }
27
- ],
28
- "format": "esm"
29
- },
30
- "src/env.ts": {
31
- "bytes": 245,
32
- "imports": [],
33
- "format": "esm"
34
- },
35
- "src/index.tsx": {
36
- "bytes": 10260,
37
- "imports": [
38
- {
39
- "path": "react",
40
- "kind": "import-statement",
41
- "external": true
42
- },
43
- {
44
- "path": "@mux/playback-core",
45
- "kind": "import-statement",
46
- "external": true
47
- },
48
- {
49
- "path": "@mux/mux-player",
50
- "kind": "import-statement",
51
- "external": true
52
- },
53
- {
54
- "path": "src/common/utils.ts",
55
- "kind": "import-statement",
56
- "original": "./common/utils"
57
- },
58
- {
59
- "path": "react",
60
- "kind": "import-statement",
61
- "external": true
62
- },
63
- {
64
- "path": "src/useCombinedRefs.ts",
65
- "kind": "import-statement",
66
- "original": "./useCombinedRefs"
67
- },
68
- {
69
- "path": "src/useObjectPropEffect.ts",
70
- "kind": "import-statement",
71
- "original": "./useObjectPropEffect"
72
- },
73
- {
74
- "path": "src/env.ts",
75
- "kind": "import-statement",
76
- "original": "./env"
77
- }
78
- ],
79
- "format": "esm"
80
- },
81
- "src/themes/classic.ts": {
82
- "bytes": 81,
83
- "imports": [
84
- {
85
- "path": "@mux/mux-player/themes/classic",
86
- "kind": "import-statement",
87
- "external": true
88
- }
89
- ],
90
- "format": "esm"
91
- },
92
- "src/themes/gerwig.ts": {
93
- "bytes": 79,
94
- "imports": [
95
- {
96
- "path": "@mux/mux-player/themes/gerwig",
97
- "kind": "import-statement",
98
- "external": true
99
- }
100
- ],
101
- "format": "esm"
102
- },
103
- "src/themes/microvideo.ts": {
104
- "bytes": 87,
105
- "imports": [
106
- {
107
- "path": "@mux/mux-player/themes/microvideo",
108
- "kind": "import-statement",
109
- "external": true
110
- }
111
- ],
112
- "format": "esm"
113
- },
114
- "src/themes/minimal.ts": {
115
- "bytes": 81,
116
- "imports": [
117
- {
118
- "path": "@mux/mux-player/themes/minimal",
119
- "kind": "import-statement",
120
- "external": true
121
- }
122
- ],
123
- "format": "esm"
124
- }
125
- },
126
- "outputs": {
127
- "dist/index.cjs.js.map": {
128
- "imports": [],
129
- "exports": [],
130
- "inputs": {},
131
- "bytes": 22542
132
- },
133
- "dist/index.cjs.js": {
134
- "imports": [
135
- {
136
- "path": "react",
137
- "kind": "require-call",
138
- "external": true
139
- },
140
- {
141
- "path": "@mux/playback-core",
142
- "kind": "require-call",
143
- "external": true
144
- },
145
- {
146
- "path": "@mux/mux-player",
147
- "kind": "require-call",
148
- "external": true
149
- },
150
- {
151
- "path": "react",
152
- "kind": "require-call",
153
- "external": true
154
- },
155
- {
156
- "path": "react",
157
- "kind": "require-call",
158
- "external": true
159
- },
160
- {
161
- "path": "react",
162
- "kind": "require-call",
163
- "external": true
164
- }
165
- ],
166
- "exports": [],
167
- "entryPoint": "src/index.tsx",
168
- "inputs": {
169
- "src/index.tsx": {
170
- "bytesInOutput": 2154
171
- },
172
- "src/common/utils.ts": {
173
- "bytesInOutput": 532
174
- },
175
- "src/useCombinedRefs.ts": {
176
- "bytesInOutput": 170
177
- },
178
- "src/useObjectPropEffect.ts": {
179
- "bytesInOutput": 599
180
- },
181
- "src/env.ts": {
182
- "bytesInOutput": 71
183
- }
184
- },
185
- "bytes": 4161
186
- },
187
- "dist/themes/classic.cjs.js.map": {
188
- "imports": [],
189
- "exports": [],
190
- "inputs": {},
191
- "bytes": 374
192
- },
193
- "dist/themes/classic.cjs.js": {
194
- "imports": [
195
- {
196
- "path": "@mux/mux-player/themes/classic",
197
- "kind": "require-call",
198
- "external": true
199
- }
200
- ],
201
- "exports": [],
202
- "entryPoint": "src/themes/classic.ts",
203
- "inputs": {
204
- "src/themes/classic.ts": {
205
- "bytesInOutput": 110
206
- }
207
- },
208
- "bytes": 589
209
- },
210
- "dist/themes/gerwig.cjs.js.map": {
211
- "imports": [],
212
- "exports": [],
213
- "inputs": {},
214
- "bytes": 368
215
- },
216
- "dist/themes/gerwig.cjs.js": {
217
- "imports": [
218
- {
219
- "path": "@mux/mux-player/themes/gerwig",
220
- "kind": "require-call",
221
- "external": true
222
- }
223
- ],
224
- "exports": [],
225
- "entryPoint": "src/themes/gerwig.ts",
226
- "inputs": {
227
- "src/themes/gerwig.ts": {
228
- "bytesInOutput": 108
229
- }
230
- },
231
- "bytes": 586
232
- },
233
- "dist/themes/microvideo.cjs.js.map": {
234
- "imports": [],
235
- "exports": [],
236
- "inputs": {},
237
- "bytes": 392
238
- },
239
- "dist/themes/microvideo.cjs.js": {
240
- "imports": [
241
- {
242
- "path": "@mux/mux-player/themes/microvideo",
243
- "kind": "require-call",
244
- "external": true
245
- }
246
- ],
247
- "exports": [],
248
- "entryPoint": "src/themes/microvideo.ts",
249
- "inputs": {
250
- "src/themes/microvideo.ts": {
251
- "bytesInOutput": 116
252
- }
253
- },
254
- "bytes": 598
255
- },
256
- "dist/themes/minimal.cjs.js.map": {
257
- "imports": [],
258
- "exports": [],
259
- "inputs": {},
260
- "bytes": 374
261
- },
262
- "dist/themes/minimal.cjs.js": {
263
- "imports": [
264
- {
265
- "path": "@mux/mux-player/themes/minimal",
266
- "kind": "require-call",
267
- "external": true
268
- }
269
- ],
270
- "exports": [],
271
- "entryPoint": "src/themes/minimal.ts",
272
- "inputs": {
273
- "src/themes/minimal.ts": {
274
- "bytesInOutput": 110
275
- }
276
- },
277
- "bytes": 589
278
- }
279
- }
280
- }
package/dist/esm.json DELETED
@@ -1,294 +0,0 @@
1
- {
2
- "inputs": {
3
- "src/common/utils.ts": {
4
- "bytes": 2048,
5
- "imports": [],
6
- "format": "esm"
7
- },
8
- "src/useCombinedRefs.ts": {
9
- "bytes": 892,
10
- "imports": [
11
- {
12
- "path": "react",
13
- "kind": "import-statement",
14
- "external": true
15
- }
16
- ],
17
- "format": "esm"
18
- },
19
- "src/useObjectPropEffect.ts": {
20
- "bytes": 1850,
21
- "imports": [
22
- {
23
- "path": "react",
24
- "kind": "import-statement",
25
- "external": true
26
- }
27
- ],
28
- "format": "esm"
29
- },
30
- "src/env.ts": {
31
- "bytes": 245,
32
- "imports": [],
33
- "format": "esm"
34
- },
35
- "src/index.tsx": {
36
- "bytes": 10260,
37
- "imports": [
38
- {
39
- "path": "react",
40
- "kind": "import-statement",
41
- "external": true
42
- },
43
- {
44
- "path": "@mux/playback-core",
45
- "kind": "import-statement",
46
- "external": true
47
- },
48
- {
49
- "path": "@mux/mux-player",
50
- "kind": "import-statement",
51
- "external": true
52
- },
53
- {
54
- "path": "src/common/utils.ts",
55
- "kind": "import-statement",
56
- "original": "./common/utils"
57
- },
58
- {
59
- "path": "react",
60
- "kind": "import-statement",
61
- "external": true
62
- },
63
- {
64
- "path": "src/useCombinedRefs.ts",
65
- "kind": "import-statement",
66
- "original": "./useCombinedRefs"
67
- },
68
- {
69
- "path": "src/useObjectPropEffect.ts",
70
- "kind": "import-statement",
71
- "original": "./useObjectPropEffect"
72
- },
73
- {
74
- "path": "src/env.ts",
75
- "kind": "import-statement",
76
- "original": "./env"
77
- }
78
- ],
79
- "format": "esm"
80
- },
81
- "src/themes/classic.ts": {
82
- "bytes": 81,
83
- "imports": [
84
- {
85
- "path": "@mux/mux-player/themes/classic",
86
- "kind": "import-statement",
87
- "external": true
88
- }
89
- ],
90
- "format": "esm"
91
- },
92
- "src/themes/gerwig.ts": {
93
- "bytes": 79,
94
- "imports": [
95
- {
96
- "path": "@mux/mux-player/themes/gerwig",
97
- "kind": "import-statement",
98
- "external": true
99
- }
100
- ],
101
- "format": "esm"
102
- },
103
- "src/themes/microvideo.ts": {
104
- "bytes": 87,
105
- "imports": [
106
- {
107
- "path": "@mux/mux-player/themes/microvideo",
108
- "kind": "import-statement",
109
- "external": true
110
- }
111
- ],
112
- "format": "esm"
113
- },
114
- "src/themes/minimal.ts": {
115
- "bytes": 81,
116
- "imports": [
117
- {
118
- "path": "@mux/mux-player/themes/minimal",
119
- "kind": "import-statement",
120
- "external": true
121
- }
122
- ],
123
- "format": "esm"
124
- }
125
- },
126
- "outputs": {
127
- "dist/index.mjs.map": {
128
- "imports": [],
129
- "exports": [],
130
- "inputs": {},
131
- "bytes": 22551
132
- },
133
- "dist/index.mjs": {
134
- "imports": [
135
- {
136
- "path": "react",
137
- "kind": "import-statement",
138
- "external": true
139
- },
140
- {
141
- "path": "@mux/playback-core",
142
- "kind": "import-statement",
143
- "external": true
144
- },
145
- {
146
- "path": "@mux/mux-player",
147
- "kind": "import-statement",
148
- "external": true
149
- },
150
- {
151
- "path": "react",
152
- "kind": "import-statement",
153
- "external": true
154
- },
155
- {
156
- "path": "react",
157
- "kind": "import-statement",
158
- "external": true
159
- },
160
- {
161
- "path": "react",
162
- "kind": "import-statement",
163
- "external": true
164
- }
165
- ],
166
- "exports": [
167
- "MaxResolution",
168
- "MediaError",
169
- "MinResolution",
170
- "RenditionOrder",
171
- "default"
172
- ],
173
- "entryPoint": "src/index.tsx",
174
- "inputs": {
175
- "src/index.tsx": {
176
- "bytesInOutput": 2003
177
- },
178
- "src/common/utils.ts": {
179
- "bytesInOutput": 524
180
- },
181
- "src/useCombinedRefs.ts": {
182
- "bytesInOutput": 177
183
- },
184
- "src/useObjectPropEffect.ts": {
185
- "bytesInOutput": 602
186
- },
187
- "src/env.ts": {
188
- "bytesInOutput": 71
189
- }
190
- },
191
- "bytes": 3526
192
- },
193
- "dist/themes/classic.mjs.map": {
194
- "imports": [],
195
- "exports": [],
196
- "inputs": {},
197
- "bytes": 251
198
- },
199
- "dist/themes/classic.mjs": {
200
- "imports": [
201
- {
202
- "path": "@mux/mux-player/themes/classic",
203
- "kind": "import-statement",
204
- "external": true
205
- }
206
- ],
207
- "exports": [
208
- "default"
209
- ],
210
- "entryPoint": "src/themes/classic.ts",
211
- "inputs": {
212
- "src/themes/classic.ts": {
213
- "bytesInOutput": 55
214
- }
215
- },
216
- "bytes": 127
217
- },
218
- "dist/themes/gerwig.mjs.map": {
219
- "imports": [],
220
- "exports": [],
221
- "inputs": {},
222
- "bytes": 247
223
- },
224
- "dist/themes/gerwig.mjs": {
225
- "imports": [
226
- {
227
- "path": "@mux/mux-player/themes/gerwig",
228
- "kind": "import-statement",
229
- "external": true
230
- }
231
- ],
232
- "exports": [
233
- "default"
234
- ],
235
- "entryPoint": "src/themes/gerwig.ts",
236
- "inputs": {
237
- "src/themes/gerwig.ts": {
238
- "bytesInOutput": 53
239
- }
240
- },
241
- "bytes": 124
242
- },
243
- "dist/themes/microvideo.mjs.map": {
244
- "imports": [],
245
- "exports": [],
246
- "inputs": {},
247
- "bytes": 263
248
- },
249
- "dist/themes/microvideo.mjs": {
250
- "imports": [
251
- {
252
- "path": "@mux/mux-player/themes/microvideo",
253
- "kind": "import-statement",
254
- "external": true
255
- }
256
- ],
257
- "exports": [
258
- "default"
259
- ],
260
- "entryPoint": "src/themes/microvideo.ts",
261
- "inputs": {
262
- "src/themes/microvideo.ts": {
263
- "bytesInOutput": 61
264
- }
265
- },
266
- "bytes": 136
267
- },
268
- "dist/themes/minimal.mjs.map": {
269
- "imports": [],
270
- "exports": [],
271
- "inputs": {},
272
- "bytes": 251
273
- },
274
- "dist/themes/minimal.mjs": {
275
- "imports": [
276
- {
277
- "path": "@mux/mux-player/themes/minimal",
278
- "kind": "import-statement",
279
- "external": true
280
- }
281
- ],
282
- "exports": [
283
- "default"
284
- ],
285
- "entryPoint": "src/themes/minimal.ts",
286
- "inputs": {
287
- "src/themes/minimal.ts": {
288
- "bytesInOutput": 55
289
- }
290
- },
291
- "bytes": 127
292
- }
293
- }
294
- }