@mux/mux-player-react 2.2.0 → 2.3.0-canary.0-5d45a8f

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/dist/cjs.json ADDED
@@ -0,0 +1,280 @@
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": 9890,
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": 22032
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": 2068
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": 4062
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": 576
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": 573
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": 585
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": 576
278
+ }
279
+ }
280
+ }
package/dist/esm.json ADDED
@@ -0,0 +1,294 @@
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": 9890,
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": 22041
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": 1921
177
+ },
178
+ "src/common/utils.ts": {
179
+ "bytesInOutput": 522
180
+ },
181
+ "src/useCombinedRefs.ts": {
182
+ "bytesInOutput": 175
183
+ },
184
+ "src/useObjectPropEffect.ts": {
185
+ "bytesInOutput": 602
186
+ },
187
+ "src/env.ts": {
188
+ "bytesInOutput": 71
189
+ }
190
+ },
191
+ "bytes": 3427
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": 114
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": 111
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": 123
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": 114
292
+ }
293
+ }
294
+ }