@mux/mux-player 1.1.3-canary.0-ccbd4e6 → 1.2.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 +9 -0
- package/package.json +5 -9
- package/CHANGELOG.md +0 -444
- package/dist/cjs.json +0 -1
- package/dist/esm.json +0 -1
- package/dist/iife.json +0 -1
- package/dist/module.json +0 -1
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",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "An open source Mux player web component that Just Works™",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -50,13 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@github/template-parts": "^0.5.3",
|
|
53
|
-
"@mux/mux-
|
|
54
|
-
"@mux/
|
|
55
|
-
"@mux/mux-elements-codemod": "1.1.4-canary.0-ccbd4e6",
|
|
56
|
-
"@mux/mux-uploader-react": "0.1.0-canary.114-ccbd4e6",
|
|
57
|
-
"@mux/mux-video": "0.9.2-canary.0-ccbd4e6",
|
|
58
|
-
"@mux/mux-video-react": "0.6.0-canary.0-ccbd4e6",
|
|
59
|
-
"@mux/playback-core": "0.9.1-canary.114-ccbd4e6",
|
|
53
|
+
"@mux/mux-video": "0.9.2",
|
|
54
|
+
"@mux/playback-core": "0.12.0",
|
|
60
55
|
"media-chrome": "0.14.0"
|
|
61
56
|
},
|
|
62
57
|
"devDependencies": {
|
|
@@ -75,5 +70,6 @@
|
|
|
75
70
|
"shared-polyfills": "0.1.0",
|
|
76
71
|
"shx": "^0.3.4",
|
|
77
72
|
"typescript": "^4.5.2"
|
|
78
|
-
}
|
|
73
|
+
},
|
|
74
|
+
"gitHead": "ccbd4e6bd1552cc33a59fbfbc8486e6fd656d30e"
|
|
79
75
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,444 +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
|
-
# [1.2.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.3...@mux/mux-player@1.2.0) (2022-10-19)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* playbackRate not working on mux-player-react ([#470](https://github.com/muxinc/elements/issues/470)) ([e2c64b6](https://github.com/muxinc/elements/commit/e2c64b60bb53a66101004ed198f9bb1a08630eb2))
|
|
12
|
-
* should have focus outline on dialog's close button ([#472](https://github.com/muxinc/elements/issues/472)) ([da33141](https://github.com/muxinc/elements/commit/da33141ba4a518a1843fc75c8e69ed24de5d00f1))
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* **mux-player:** Add type-compliant seekable prop to video-api. ([587266a](https://github.com/muxinc/elements/commit/587266a2a517875a509fa8540f606ee81c2d6c0a))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## [1.1.3](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.2...@mux/mux-player@1.1.3) (2022-10-12)
|
|
24
|
-
|
|
25
|
-
**Note:** Version bump only for package @mux/mux-player
|
|
26
|
-
|
|
27
|
-
## [1.1.2](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.1...@mux/mux-player@1.1.2) (2022-10-10)
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- update to media-chrome 0.14.0 ([#457](https://github.com/muxinc/elements/issues/457)) ([0fd7078](https://github.com/muxinc/elements/commit/0fd70788aed4ddabfb821abc3bd0e101bd27a1b9))
|
|
32
|
-
|
|
33
|
-
## [1.1.1](https://github.com/muxinc/elements/compare/@mux/mux-player@1.1.0...@mux/mux-player@1.1.1) (2022-10-07)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @mux/mux-player
|
|
36
|
-
|
|
37
|
-
# [1.1.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.0.0...@mux/mux-player@1.1.0) (2022-10-07)
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- turn off backdrop color when controls are disabled ([#451](https://github.com/muxinc/elements/issues/451)) ([f0d97b3](https://github.com/muxinc/elements/commit/f0d97b3db1e6ec2a4e90311d9416b27d87d60769))
|
|
42
|
-
|
|
43
|
-
### Features
|
|
44
|
-
|
|
45
|
-
- add ability to unset poster ([#447](https://github.com/muxinc/elements/issues/447)) ([d61e295](https://github.com/muxinc/elements/commit/d61e295952d59ba42ad077c4a2b7fb3bb0d7079c))
|
|
46
|
-
|
|
47
|
-
# [1.0.0](https://github.com/muxinc/elements/compare/@mux/mux-player@1.0.0-beta.0...@mux/mux-player@1.0.0) (2022-10-05)
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
- chrome caption positioning workaround with a timer ([#438](https://github.com/muxinc/elements/issues/438)) ([5f3d921](https://github.com/muxinc/elements/commit/5f3d9210df3d109da752664878e7be0c15e50cfc))
|
|
52
|
-
- disable all controls when the dialog is open ([09579cb](https://github.com/muxinc/elements/commit/09579cb32becab5b225cdb4e7e4ab29da460d277))
|
|
53
|
-
- hide fullscreen button when fullscreen is unavailable ([#410](https://github.com/muxinc/elements/issues/410)) ([e1446a7](https://github.com/muxinc/elements/commit/e1446a77594a0872c776359d730da0103d21a209))
|
|
54
|
-
- ignore Safari for captions movement. ([#404](https://github.com/muxinc/elements/issues/404)) ([bbf1e00](https://github.com/muxinc/elements/commit/bbf1e0073773113742f9853be803834c590d78c3))
|
|
55
|
-
- mux-player audio height bugs ([75139a1](https://github.com/muxinc/elements/commit/75139a145ffe70547c7a664ad4191ce43cd41bbe))
|
|
56
|
-
- **mux-player:** Add missing setter for defaultHiddenCaptions prop. ([4d047cd](https://github.com/muxinc/elements/commit/4d047cd822137d76725803913ccd1e77aa19f89a))
|
|
57
|
-
- **mux-player:** Clean up crossOrigin and playsInline usage while respecting defaults/availability. ([457672f](https://github.com/muxinc/elements/commit/457672f3fd317043093b7bb6a13da2568013e597))
|
|
58
|
-
- **mux-player:** Start making VideoApiElement conform to HTMLVideoElement interface. ([bbcf8e3](https://github.com/muxinc/elements/commit/bbcf8e3db083873c1d677e02bf7efe6ec8c14353))
|
|
59
|
-
- playback-id or src nil value ([#430](https://github.com/muxinc/elements/issues/430)) ([8133d8a](https://github.com/muxinc/elements/commit/8133d8ad26fd769c6882260b62828743794e4a60))
|
|
60
|
-
- preload property in mux-player ([#435](https://github.com/muxinc/elements/issues/435)) ([1920ab8](https://github.com/muxinc/elements/commit/1920ab8bbdf878f31d409e9fad222f9d3ea91e11))
|
|
61
|
-
- src unloading ([#400](https://github.com/muxinc/elements/issues/400)) ([ef4d97e](https://github.com/muxinc/elements/commit/ef4d97e2ee0273e85af7c2c2911f685deaf62d9e))
|
|
62
|
-
- swap title property setting ([1cd50e9](https://github.com/muxinc/elements/commit/1cd50e9061b304456d8b878d28e901293df4f351))
|
|
63
|
-
- update to media-chrome 0.11.0 ([#415](https://github.com/muxinc/elements/issues/415)) ([54d3dbc](https://github.com/muxinc/elements/commit/54d3dbcb7e90c1b60621186251df3d6da594bc25))
|
|
64
|
-
- update to media-chrome 0.11.1 ([#417](https://github.com/muxinc/elements/issues/417)) ([1271fb4](https://github.com/muxinc/elements/commit/1271fb4149a4749adab261dc84533a05d12a7348))
|
|
65
|
-
- use CSS.registerProperty on vars to declare them as colors ([#441](https://github.com/muxinc/elements/issues/441)) ([1d0da91](https://github.com/muxinc/elements/commit/1d0da916d0906a296118b1b8fdc9c0dc0e0081e8))
|
|
66
|
-
|
|
67
|
-
### Features
|
|
68
|
-
|
|
69
|
-
- add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
|
|
70
|
-
- default width: 100% in shadowDOM lets see if this has any bad side-effects ([#413](https://github.com/muxinc/elements/issues/413)) ([2062709](https://github.com/muxinc/elements/commit/2062709684459f34e6159fb0ac23b7fd7b513c53))
|
|
71
|
-
- disable some controls when there isn't a playback-id ([#416](https://github.com/muxinc/elements/issues/416)) ([630df7c](https://github.com/muxinc/elements/commit/630df7c104c6e0a994b3f1e93e3c150063589c74))
|
|
72
|
-
- remove deprecated .hls and .video props ([#408](https://github.com/muxinc/elements/issues/408)) ([2bd4861](https://github.com/muxinc/elements/commit/2bd48618d1b59d054e470ce9011c5c2f4904f8b6))
|
|
73
|
-
|
|
74
|
-
### BREAKING CHANGES
|
|
75
|
-
|
|
76
|
-
- remove deprecated .hls and .video props.
|
|
77
|
-
|
|
78
|
-
# [1.0.0-beta.0](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.27...@mux/mux-player@1.0.0-beta.0) (2022-09-16)
|
|
79
|
-
|
|
80
|
-
### Bug Fixes
|
|
81
|
-
|
|
82
|
-
- Add exportparts to mux-player so we can style nested video ([#392](https://github.com/muxinc/elements/issues/392)) ([db107c1](https://github.com/muxinc/elements/commit/db107c136b926af871dfb21d009f426fdd6c0736))
|
|
83
|
-
- audio and nohotkeys props not being removed when set to false ([#383](https://github.com/muxinc/elements/issues/383)) ([671b9a9](https://github.com/muxinc/elements/commit/671b9a9b80b6876c7d1c9c8589a62eea033755a5))
|
|
84
|
-
- don't throw an error when removing tokens or playback id ([71db6b8](https://github.com/muxinc/elements/commit/71db6b8816036eba8f0601e7a76c282e1bba019b))
|
|
85
|
-
- template parts issue ([#371](https://github.com/muxinc/elements/issues/371)) ([6c5a124](https://github.com/muxinc/elements/commit/6c5a1243bce50fc8ee9ab841cae3fa35243ee686))
|
|
86
|
-
- types for testing ([8fe0851](https://github.com/muxinc/elements/commit/8fe0851c13261f558c5c551bd542ccfdcdd81fac))
|
|
87
|
-
- update PlaybackEngine types ([1873781](https://github.com/muxinc/elements/commit/187378165a83e70d62bd5ba954b4986d0ae50738))
|
|
88
|
-
- update to media-chrome 0.10.2 ([#377](https://github.com/muxinc/elements/issues/377)) ([15d148e](https://github.com/muxinc/elements/commit/15d148e82431352415a4ae701d30ce271c3521d7))
|
|
89
|
-
- update to media-chrome 0.10.4 ([#391](https://github.com/muxinc/elements/issues/391)) ([885b1d4](https://github.com/muxinc/elements/commit/885b1d431b46ca05f8e9430cbf546d0e531afeed))
|
|
90
|
-
- vertical alignment of UI controls ([#394](https://github.com/muxinc/elements/issues/394)) ([add2d56](https://github.com/muxinc/elements/commit/add2d569f93bcddf48b44d6460c1cfcad58a717f))
|
|
91
|
-
|
|
92
|
-
### Features
|
|
93
|
-
|
|
94
|
-
- add --controls-backdrop-color CSS var to allow changing the backdrop color ([#353](https://github.com/muxinc/elements/issues/353)) ([1ba84a2](https://github.com/muxinc/elements/commit/1ba84a2b7d209c1a3b45bd934a8d67044712a1a9))
|
|
95
|
-
- export gesture-layer as a part ([89e90ee](https://github.com/muxinc/elements/commit/89e90ee3268da23c8071fc9cd2f21efc534f1849)), closes [#379](https://github.com/muxinc/elements/issues/379)
|
|
96
|
-
|
|
97
|
-
# [0.1.0-beta.27](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.26...@mux/mux-player@0.1.0-beta.27) (2022-08-31)
|
|
98
|
-
|
|
99
|
-
### Bug Fixes
|
|
100
|
-
|
|
101
|
-
- add rest of block controlslist attr values ([e19a88f](https://github.com/muxinc/elements/commit/e19a88f877d3344e60b0f1e4a3bf225d5f767ac5))
|
|
102
|
-
- add top and bottom parts to elements ([66072f6](https://github.com/muxinc/elements/commit/66072f6c4695af03f24e21b4eaa982bdd8907855))
|
|
103
|
-
- AttributeTokenList attribute bug on removal ([48bc25e](https://github.com/muxinc/elements/commit/48bc25ec237ed9f11cf39f51643cb502431cab21))
|
|
104
|
-
- **mux-player:** Add font sizes to title for different permutations. ([33374fa](https://github.com/muxinc/elements/commit/33374fa15213656df28116ca9768f2ab4501cb7c))
|
|
105
|
-
- **mux-player:** Extra type safety, because tests are confused. ([391c61e](https://github.com/muxinc/elements/commit/391c61e08fe102d136bf7a23c1068edc3bc4f1e8))
|
|
106
|
-
- **mux-player:** Re-add poster to theme template (lost in rebase merge). ([2b7d84c](https://github.com/muxinc/elements/commit/2b7d84c630b5835415dcdd5abe0dd1d3414a9e24))
|
|
107
|
-
- **mux-player:** Update live indicator position per new designs. ([3e7faa6](https://github.com/muxinc/elements/commit/3e7faa604d4d4a902ffb4242f0618c261ebb0ee5))
|
|
108
|
-
- **mux-player:** Use css vars in theme to hide unavailable controls. ([43b2e82](https://github.com/muxinc/elements/commit/43b2e820cca464086abc9fdfa1f70b2e555c1cbc))
|
|
109
|
-
- **mux-player:** Use css vars in theme to hide unavailable controls. ([4be4c1f](https://github.com/muxinc/elements/commit/4be4c1fb29730892e00fecebce7cce30b0ff3895))
|
|
110
|
-
- polyfills mutating global ([#355](https://github.com/muxinc/elements/issues/355)) ([71d18a4](https://github.com/muxinc/elements/commit/71d18a427f0171bb214a0df7c1425d3d1bddc47a))
|
|
111
|
-
|
|
112
|
-
### Features
|
|
113
|
-
|
|
114
|
-
- add foundation of controlsList logic ([c8e39b3](https://github.com/muxinc/elements/commit/c8e39b3d81e54445c3b9b25bb30ec99ab8b35c18))
|
|
115
|
-
- 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)
|
|
116
|
-
- **mux-player, mux-player-react:** make hide-duration a controlsList value. ([cb3b2f2](https://github.com/muxinc/elements/commit/cb3b2f27b804878e5a223893cc6fc75dac0a4572))
|
|
117
|
-
- **mux-player:** Add delimiter for live + title case. ([8881274](https://github.com/muxinc/elements/commit/8881274dfe4d29fc7304ceacf7de3fb855802956))
|
|
118
|
-
- **mux-player:** Add Media Chrome poster to player theme. ([29ed915](https://github.com/muxinc/elements/commit/29ed915a5afcbaf55e05763d1fc422694d27fb22))
|
|
119
|
-
- **mux-player:** Add support for configurable playbackrates. Update types to use a generic component type. ([6b7b608](https://github.com/muxinc/elements/commit/6b7b6085ce9132e01b4b86cd92435adbb43efa84))
|
|
120
|
-
- **mux-player:** Add support for hiding the duration display. ([bba5063](https://github.com/muxinc/elements/commit/bba506347a9e50d2fd47b38b2e46e1e6684cce51))
|
|
121
|
-
- **mux-player:** Add support for showing remaining time by default. ([7e24c97](https://github.com/muxinc/elements/commit/7e24c97e4b1174fcee9ff425e1b601dd7821fb02))
|
|
122
|
-
- **mux-player:** Add title UI to Mux Player. ([2fb5ff2](https://github.com/muxinc/elements/commit/2fb5ff2f261037815c1aa874f3848ee9107a6e2b))
|
|
123
|
-
- use CSS vars to toggle off elements ([#349](https://github.com/muxinc/elements/issues/349)) ([69128d6](https://github.com/muxinc/elements/commit/69128d62ee1a9e5139d8fab3b5faf56e494dfa8b))
|
|
124
|
-
|
|
125
|
-
# [0.1.0-beta.26](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.25...@mux/mux-player@0.1.0-beta.26) (2022-08-03)
|
|
126
|
-
|
|
127
|
-
### Bug Fixes
|
|
128
|
-
|
|
129
|
-
- update stream-type values in warning log ([d995694](https://github.com/muxinc/elements/commit/d995694966d877097c63e23c7425097f5c50e259))
|
|
130
|
-
|
|
131
|
-
# [0.1.0-beta.25](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.24...@mux/mux-player@0.1.0-beta.25) (2022-08-02)
|
|
132
|
-
|
|
133
|
-
### Bug Fixes
|
|
134
|
-
|
|
135
|
-
- move nohotkeys type to more appropriate place ([49f9c4e](https://github.com/muxinc/elements/commit/49f9c4e4d43f463aa4960a40c94e715d86c4304b))
|
|
136
|
-
- **mux-player:** Account for attr vs. 'prop' naming overlap in state propogation. ([5c05af8](https://github.com/muxinc/elements/commit/5c05af8c257806662bc6402baba03b7090cbe699))
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
- add CSS parts for controls ([#310](https://github.com/muxinc/elements/issues/310)) ([e28c71e](https://github.com/muxinc/elements/commit/e28c71eed11423951dbac9faf2518ca7cbb2f9e2))
|
|
141
|
-
- nohotkeys prop, only use the template ([4cde791](https://github.com/muxinc/elements/commit/4cde791a4664b11501ad48125bd5ed80e3970ff0))
|
|
142
|
-
- support media-chrome keyboard shortcuts, use nohotkeys to turn off ([b8ed7f5](https://github.com/muxinc/elements/commit/b8ed7f5180aab60bb896842fb7037bce0069ad2c))
|
|
143
|
-
- upgrade to media-chrome 0.9.0 ([f257e0d](https://github.com/muxinc/elements/commit/f257e0d6583de19d0f29859b512e12654f235f3a))
|
|
144
|
-
|
|
145
|
-
# [0.1.0-beta.24](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.23...@mux/mux-player@0.1.0-beta.24) (2022-07-21)
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
- add Mux flavor cast icon & fix xs size bug ([#299](https://github.com/muxinc/elements/issues/299)) ([8374ff1](https://github.com/muxinc/elements/commit/8374ff17e294cbe3ad899749ab0361b78ffe0274))
|
|
150
|
-
- **mux-player:** Clean up how metadata is set from mux-player to underlying mux-video element. Force upgrades and init when setting metadata. ([d3b2347](https://github.com/muxinc/elements/commit/d3b2347b1d4d7ebbbd882879f69e9d082f12dd80))
|
|
151
|
-
- upgrade MC to v0.8.0 and adjust time range styles ([#294](https://github.com/muxinc/elements/issues/294)) ([030fdc6](https://github.com/muxinc/elements/commit/030fdc649517a538fc89c5b3d9edca42e58634ef))
|
|
152
|
-
- upgrade MC v0.8.1 ([#298](https://github.com/muxinc/elements/issues/298)) ([fc4a74c](https://github.com/muxinc/elements/commit/fc4a74cfaadf90ee8d4ed89751755d56e77df79e))
|
|
153
|
-
|
|
154
|
-
### Features
|
|
155
|
-
|
|
156
|
-
- add ability to choose a Media Theme via attribute ([#269](https://github.com/muxinc/elements/issues/269)) ([77d0386](https://github.com/muxinc/elements/commit/77d0386606d5ecccb7c322ce487c9287d16374fd))
|
|
157
|
-
- add defaultMuted, defaultPlaybackRate props ([#252](https://github.com/muxinc/elements/issues/252)) ([1a72165](https://github.com/muxinc/elements/commit/1a7216545cba27b34bc743cf5dd6225d4dcae738))
|
|
158
|
-
- **mux-player:** Add textTracks prop alongside add/remove tracks methods. ([c041a72](https://github.com/muxinc/elements/commit/c041a72ce414fc52fcd90e22cc7730ef2e349c31))
|
|
159
|
-
- **playback-core, mux-player:** Add support to removeTextTrack. Remove all identified tracks on hls destroy. Add methods to mux-player. ([d090b06](https://github.com/muxinc/elements/commit/d090b060a8b8b3772e74762176af9881299bf894))
|
|
160
|
-
|
|
161
|
-
# [0.1.0-beta.23](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.22...@mux/mux-player@0.1.0-beta.23) (2022-07-11)
|
|
162
|
-
|
|
163
|
-
**Note:** Version bump only for package @mux/mux-player
|
|
164
|
-
|
|
165
|
-
# [0.1.0-beta.22](https://github.com/muxinc/elements/compare/@mux/mux-player@0.1.0-beta.21...@mux/mux-player@0.1.0-beta.22) (2022-07-05)
|
|
166
|
-
|
|
167
|
-
**Note:** Version bump only for package @mux/mux-player
|
|
168
|
-
|
|
169
|
-
# 0.1.0-beta.21 (2022-07-05)
|
|
170
|
-
|
|
171
|
-
### Bug Fixes
|
|
172
|
-
|
|
173
|
-
- add an error if a token is provided via the playback ID ([d09446d](https://github.com/muxinc/elements/commit/d09446d6da3dc3b332db031336c97ee9349ac9f1))
|
|
174
|
-
- add patched template-parts fork ([b200e9f](https://github.com/muxinc/elements/commit/b200e9fcdff9cf5757ec646c8833e742e329afa0))
|
|
175
|
-
- attrs not available in constructor ([#240](https://github.com/muxinc/elements/issues/240)) ([add468a](https://github.com/muxinc/elements/commit/add468a0fc93ddfb745dfbc60a08e8a9120621be))
|
|
176
|
-
- bump LIVE_SEGMENT_SECS to 5 ([3fdf72d](https://github.com/muxinc/elements/commit/3fdf72d0e1322571aa18e8de74649f0dce5ae7b9))
|
|
177
|
-
- bump media-chrome dep for fullscreen bugfix ([7ba458c](https://github.com/muxinc/elements/commit/7ba458ca38d29d2a0c9d4dd8a950bb3cd394c543))
|
|
178
|
-
- child custom element mux-video upgraded after mux-player ([#171](https://github.com/muxinc/elements/issues/171)) ([9db8037](https://github.com/muxinc/elements/commit/9db8037f379132307727941f82a736d55e76b4e5))
|
|
179
|
-
- clear some state on playbackId change ([#174](https://github.com/muxinc/elements/issues/174)) ([af0738e](https://github.com/muxinc/elements/commit/af0738ea5ae5a75861f75fc2ae3809ada735f3e2))
|
|
180
|
-
- clear state on other src related attrs ([17e75e7](https://github.com/muxinc/elements/commit/17e75e78d9b14c913138c2d181d279a58ef98832))
|
|
181
|
-
- custom video events handling ([#203](https://github.com/muxinc/elements/issues/203)) ([a909f89](https://github.com/muxinc/elements/commit/a909f89a69ee0d4b67e9d9371ac0f80984016181))
|
|
182
|
-
- devLog links to GH base URL ([022f69f](https://github.com/muxinc/elements/commit/022f69fca5624399e67ea9bb5ce1b2b2929979d6))
|
|
183
|
-
- don't shift captions on iphones ([a4ae5f1](https://github.com/muxinc/elements/commit/a4ae5f1df0ce030f1ffedd74972873ff0f600483))
|
|
184
|
-
- don't shift captions on live, unless secondary color is set ([b474980](https://github.com/muxinc/elements/commit/b4749806ba1ec082fb21642edae9e963e9287643))
|
|
185
|
-
- enable cast docs + cast fix ([#253](https://github.com/muxinc/elements/issues/253)) ([421d515](https://github.com/muxinc/elements/commit/421d515cc4700cf9d7ca4f0d09aa600ec4adac7b))
|
|
186
|
-
- fullscreen controls layout ([#208](https://github.com/muxinc/elements/issues/208)) ([7bda89d](https://github.com/muxinc/elements/commit/7bda89de57e540e31f92a6b51f7379c94aad983d))
|
|
187
|
-
- get polyfill from playback core in mux-player ([ec053f9](https://github.com/muxinc/elements/commit/ec053f90f6b7e3ccf0dd6bdd9034cbe8ead0d593))
|
|
188
|
-
- importing castable-video ([44cbb2f](https://github.com/muxinc/elements/commit/44cbb2f26290952ac8d3fe51a1d933352b0b9134))
|
|
189
|
-
- keep .hls but have it log a warning saying to use .\_hls ([11e6c10](https://github.com/muxinc/elements/commit/11e6c102a7e238bc8104c52ae9b94e7e3c2c7e19))
|
|
190
|
-
- keep mux-player#video for backward compatibility ([ddf3c6e](https://github.com/muxinc/elements/commit/ddf3c6eccb0011a42774133ec0a646d84d463f53))
|
|
191
|
-
- lower captions offset for safari ([2f97a45](https://github.com/muxinc/elements/commit/2f97a452397ee276235a55d1deb29c8f0f4d2975))
|
|
192
|
-
- make height larger for touch temporarily ([86aaa84](https://github.com/muxinc/elements/commit/86aaa849340ff3a5acdc758f2a3a8fc6065e314e))
|
|
193
|
-
- make mux-player size based on video element ([#185](https://github.com/muxinc/elements/issues/185)) ([e4af9a8](https://github.com/muxinc/elements/commit/e4af9a885720f172837eb20ea49dc96bf66a77be))
|
|
194
|
-
- make mux-video errors more uniform, fix async ([#183](https://github.com/muxinc/elements/issues/183)) ([0ea4dc3](https://github.com/muxinc/elements/commit/0ea4dc3beafc7d8a6c5078087d14f3f4bac5dda7))
|
|
195
|
-
- move hasPlayed into mux-player ([62bcd07](https://github.com/muxinc/elements/commit/62bcd076612a02f4d449ebe1ad0d34c8d8106942))
|
|
196
|
-
- **mux-player:** Add cc btn to Vod XS chrome. ([#249](https://github.com/muxinc/elements/issues/249)) ([cf4ebe0](https://github.com/muxinc/elements/commit/cf4ebe0051c22223bcb50b0f8e2fc9a71b015ff0))
|
|
197
|
-
- **mux-player:** Add support for event handlers to template parts processing. ([704d2e3](https://github.com/muxinc/elements/commit/704d2e34dacdb68316ead85a2dd494475de72732))
|
|
198
|
-
- **mux-player:** adding test for metadata attrs. ([a460566](https://github.com/muxinc/elements/commit/a4605661fabb33a178bb3244b1411c63bf1e1148))
|
|
199
|
-
- **mux-player:** don't fire the closed event twice per close on the dialog WC. ([0231b1a](https://github.com/muxinc/elements/commit/0231b1a950fe6eb476ce8bcd3ce4d49cee97e0c9))
|
|
200
|
-
- **mux-player:** Ensure that the externally set poster attr is used iff it's set. ([e761073](https://github.com/muxinc/elements/commit/e76107359375de8e7db41cf3762734fa98c9d543))
|
|
201
|
-
- **mux-player:** Make sure internal state monitoring setup happens after relevant elements exist. ([43e9566](https://github.com/muxinc/elements/commit/43e956678b7e1b8da3e95144b7d9f6f3d2cb99d5))
|
|
202
|
-
- **mux-player:** metadata fields should be set based on 'external'/attr values in mux-player. ([bd474b6](https://github.com/muxinc/elements/commit/bd474b658931afb0ea9f3f1585ba3142d22bd503))
|
|
203
|
-
- **mux-player:** temp fix conditional render bug ([73534dc](https://github.com/muxinc/elements/commit/73534dc476d901e916734044834c71130a6de73e))
|
|
204
|
-
- **mux-player:** Update theme css to better account for audio vs. non-audio styling. ([81aa045](https://github.com/muxinc/elements/commit/81aa045be8a80e38b9da39800d1ae03cd806412e))
|
|
205
|
-
- **mux-player:** upgrade Media Chrome to 0.6.5 ([45415e6](https://github.com/muxinc/elements/commit/45415e63bbf8b6f7b115231022f06d3805da051e))
|
|
206
|
-
- **mux-player:** Use onclose event handler in template. Clear errors onclose. ([1eca0ef](https://github.com/muxinc/elements/commit/1eca0efb32b74f82c67be4f9ac0f3bc5dfbf7839))
|
|
207
|
-
- playback core should handle seek to live on first play ([805070a](https://github.com/muxinc/elements/commit/805070a7a4cb7158180710ecf85bf54bdb1f9280))
|
|
208
|
-
- point pkgjson#browser at mjs build for webpack 4 ([#191](https://github.com/muxinc/elements/issues/191)) ([a73a495](https://github.com/muxinc/elements/commit/a73a4951052bfc77cc24667b9bc0a05efbcbb355))
|
|
209
|
-
- prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
|
|
210
|
-
- prevent dialog from focus if outside player ([#196](https://github.com/muxinc/elements/issues/196)) ([6c73219](https://github.com/muxinc/elements/commit/6c732198b08f11162f7ee8c4345344b4c050a60f))
|
|
211
|
-
- prevent non-fatal error events propagating ([#179](https://github.com/muxinc/elements/issues/179)) ([2103800](https://github.com/muxinc/elements/commit/2103800b1026653703a67432a9bf80cb2ce5c7ac))
|
|
212
|
-
- primary color should be also used for the text color on controls ([d44da1b](https://github.com/muxinc/elements/commit/d44da1b7e4a11ddf8274a09acf306747a5af42ce))
|
|
213
|
-
- put progress bar above controls ([3f454e0](https://github.com/muxinc/elements/commit/3f454e01f464a74be6bc3c7a14a5920d2ae48623))
|
|
214
|
-
- switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
|
|
215
|
-
- update media-chrome to 0.5.4 ([21e7884](https://github.com/muxinc/elements/commit/21e78840768bad8eeb24d39fa97fcd8cf6ab266a))
|
|
216
|
-
- upgrade Media Chrome v0.6.9 ([#267](https://github.com/muxinc/elements/issues/267)) ([0ec48f7](https://github.com/muxinc/elements/commit/0ec48f79b2cafe2066425a75d95c06fbeb6a236f))
|
|
217
|
-
|
|
218
|
-
### Features
|
|
219
|
-
|
|
220
|
-
- add background color to have sufficient contrast on controls ([#78](https://github.com/muxinc/elements/issues/78)) ([4b47ef0](https://github.com/muxinc/elements/commit/4b47ef0dad9f0f14a6c551547c282c3b3de074bd))
|
|
221
|
-
- add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
|
|
222
|
-
- add casting logic without cast-button ([#237](https://github.com/muxinc/elements/issues/237)) ([f7f1fe9](https://github.com/muxinc/elements/commit/f7f1fe9713f8c2dcedb2840f463b5478d6fffca0))
|
|
223
|
-
- add errorTranslator prop & muxVideo.error property ([#195](https://github.com/muxinc/elements/issues/195)) ([3afc2f0](https://github.com/muxinc/elements/commit/3afc2f0af75a5ad8ef00257a4ebc34882ff8c9ab))
|
|
224
|
-
- add media-theme-mux as a replaceable element ([#175](https://github.com/muxinc/elements/issues/175)) ([ee3c186](https://github.com/muxinc/elements/commit/ee3c186433c198a27304577e012b899c1aee44d4))
|
|
225
|
-
- 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))
|
|
226
|
-
- **dvr:** Initial effort for DVR support. ([d58d78f](https://github.com/muxinc/elements/commit/d58d78fe6716d21ff03e5edb7d47c73e85ef4c85))
|
|
227
|
-
- Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
|
|
228
|
-
- Handle inferred mux data env key for custom domain cases. ([eedc19e](https://github.com/muxinc/elements/commit/eedc19e2025844f99909cf3d0751811b55239329))
|
|
229
|
-
- Improve error handling / messaging ([#132](https://github.com/muxinc/elements/issues/132)) ([b1f2dd0](https://github.com/muxinc/elements/commit/b1f2dd0f44ceb75a93f8cf758d6e4258e1366ed5))
|
|
230
|
-
- **mux-player:** Add audio-only support. Update vanilla example for audio use case. ([28c3db1](https://github.com/muxinc/elements/commit/28c3db19afb7b885316c034f1e02499dec472f7d))
|
|
231
|
-
- **mux-player:** Add basic chromes for audio only live & dvr. ([bc7dfdf](https://github.com/muxinc/elements/commit/bc7dfdf78aee96ab12980354384ea36a8e30ff05))
|
|
232
|
-
- **mux-player:** Add basic support for custom video domains. ([d355705](https://github.com/muxinc/elements/commit/d355705511df296c693fbb9f9168a15c34ae0993))
|
|
233
|
-
- **mux-player:** Add chromecast button for audio only chromes. ([3f2462b](https://github.com/muxinc/elements/commit/3f2462b51621a3e077d6e0471963d10cc606dbe8))
|
|
234
|
-
- **mux-player:** Add more seek to live behavior tests. Add event for inLiveWindow change. ([f334328](https://github.com/muxinc/elements/commit/f3343289a29b0c19856addf41fd0c5c1b2081c6a))
|
|
235
|
-
- **mux-player:** Add thumbnail-time support to mux-player. Document attr&prop. Warn when used with thumbnail-token. ([ee235e0](https://github.com/muxinc/elements/commit/ee235e014bd76daee470e21eff2944b9a85c9ac9))
|
|
236
|
-
- **mux-player:** Don't use disabled to toggle seek to live btn functionality. ([14f1f1c](https://github.com/muxinc/elements/commit/14f1f1c7ecd43416363eb43583622ea5732c9072))
|
|
237
|
-
- **mux-player:** minor cleanup for audio only UI. ([909a5ea](https://github.com/muxinc/elements/commit/909a5eaee520c2be982f4d3a139dc6836265d514))
|
|
238
|
-
- **mux-player:** move captions up when controls are showing ([e8d9842](https://github.com/muxinc/elements/commit/e8d9842f5b343fd11965c4fbda96323a6e173e63))
|
|
239
|
-
- **mux-player:** new iteration on error handling ([a89af8a](https://github.com/muxinc/elements/commit/a89af8a0b9400f2e0836e67b813d996636f044c1))
|
|
240
|
-
- **mux-player:** Seek to live button impl with live edge window detection and play on seek/seek on play behavior. ([77c8c5f](https://github.com/muxinc/elements/commit/77c8c5f05c2b22553efc6e627b0b148dded19a42))
|
|
241
|
-
- **mux-player:** use aria-disabled instead of non-standard attr. Add consts/code comments. fix css var. ([8c73f60](https://github.com/muxinc/elements/commit/8c73f602c6745a731f7fafdfdd8567b90db2ccad))
|
|
242
|
-
- only autoplay with the autoplay attribute ([#99](https://github.com/muxinc/elements/issues/99)) ([c6204fb](https://github.com/muxinc/elements/commit/c6204fb03bc78e3b55d09f9e2aa547cd62825633))
|
|
243
|
-
- **player:** Add inLiveWindow getter to player. Start tests for seek to live button behaviors. ([8217a4e](https://github.com/muxinc/elements/commit/8217a4ee4c9e61b570fa506f2b476a570dd78f61))
|
|
244
|
-
- rename .video to .media for consistency with media-chrome ([52c3a1d](https://github.com/muxinc/elements/commit/52c3a1ddef275256d2adc4cc200cb47b1c3023c3))
|
|
245
|
-
- rename hls to \_hls ([2d53bc2](https://github.com/muxinc/elements/commit/2d53bc2517840d65a8fd5e2bb2d979ce8b491116))
|
|
246
|
-
- subtitles for M3U8 playlists, resume session, add cast-button ([#239](https://github.com/muxinc/elements/issues/239)) ([89793d0](https://github.com/muxinc/elements/commit/89793d0f98776252b1a585f605a0af39bd5c22d2))
|
|
247
|
-
- vertical align progress bar and improve second color background ([#235](https://github.com/muxinc/elements/issues/235)) ([37e9eb7](https://github.com/muxinc/elements/commit/37e9eb74339f0f544f5e96e717396a6899446be0))
|
|
248
|
-
|
|
249
|
-
### Reverts
|
|
250
|
-
|
|
251
|
-
- Revert "Publish" ([42fc528](https://github.com/muxinc/elements/commit/42fc528216346ff52d967cec5392a1191f74a1c0))
|
|
252
|
-
- Revert "Add extra small player view w/ only play button" ([db4c1d9](https://github.com/muxinc/elements/commit/db4c1d9a5ebdbcdad3346e77f803749de4f8f913))
|
|
253
|
-
|
|
254
|
-
# [0.1.0-beta.20](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.19...@mux-elements/mux-player@0.1.0-beta.20) (2022-06-23)
|
|
255
|
-
|
|
256
|
-
### Bug Fixes
|
|
257
|
-
|
|
258
|
-
- enable cast docs + cast fix ([#253](https://github.com/muxinc/elements/issues/253)) ([421d515](https://github.com/muxinc/elements/commit/421d515cc4700cf9d7ca4f0d09aa600ec4adac7b))
|
|
259
|
-
- **mux-player:** Add cc btn to Vod XS chrome. ([#249](https://github.com/muxinc/elements/issues/249)) ([cf4ebe0](https://github.com/muxinc/elements/commit/cf4ebe0051c22223bcb50b0f8e2fc9a71b015ff0))
|
|
260
|
-
- **mux-player:** Update theme css to better account for audio vs. non-audio styling. ([81aa045](https://github.com/muxinc/elements/commit/81aa045be8a80e38b9da39800d1ae03cd806412e))
|
|
261
|
-
- upgrade Media Chrome v0.6.9 ([#267](https://github.com/muxinc/elements/issues/267)) ([0ec48f7](https://github.com/muxinc/elements/commit/0ec48f79b2cafe2066425a75d95c06fbeb6a236f))
|
|
262
|
-
|
|
263
|
-
### Features
|
|
264
|
-
|
|
265
|
-
- Handle inferred mux data env key for custom domain cases. ([eedc19e](https://github.com/muxinc/elements/commit/eedc19e2025844f99909cf3d0751811b55239329))
|
|
266
|
-
- **mux-player:** Add basic chromes for audio only live & dvr. ([bc7dfdf](https://github.com/muxinc/elements/commit/bc7dfdf78aee96ab12980354384ea36a8e30ff05))
|
|
267
|
-
- **mux-player:** Add basic support for custom video domains. ([d355705](https://github.com/muxinc/elements/commit/d355705511df296c693fbb9f9168a15c34ae0993))
|
|
268
|
-
- **mux-player:** Add chromecast button for audio only chromes. ([3f2462b](https://github.com/muxinc/elements/commit/3f2462b51621a3e077d6e0471963d10cc606dbe8))
|
|
269
|
-
|
|
270
|
-
# [0.1.0-beta.19](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.18...@mux-elements/mux-player@0.1.0-beta.19) (2022-06-07)
|
|
271
|
-
|
|
272
|
-
### Bug Fixes
|
|
273
|
-
|
|
274
|
-
- importing castable-video ([44cbb2f](https://github.com/muxinc/elements/commit/44cbb2f26290952ac8d3fe51a1d933352b0b9134))
|
|
275
|
-
|
|
276
|
-
# [0.1.0-beta.18](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.17...@mux-elements/mux-player@0.1.0-beta.18) (2022-06-06)
|
|
277
|
-
|
|
278
|
-
### Bug Fixes
|
|
279
|
-
|
|
280
|
-
- attrs not available in constructor ([#240](https://github.com/muxinc/elements/issues/240)) ([add468a](https://github.com/muxinc/elements/commit/add468a0fc93ddfb745dfbc60a08e8a9120621be))
|
|
281
|
-
- don't shift captions on iphones ([a4ae5f1](https://github.com/muxinc/elements/commit/a4ae5f1df0ce030f1ffedd74972873ff0f600483))
|
|
282
|
-
- don't shift captions on live, unless secondary color is set ([b474980](https://github.com/muxinc/elements/commit/b4749806ba1ec082fb21642edae9e963e9287643))
|
|
283
|
-
- lower captions offset for safari ([2f97a45](https://github.com/muxinc/elements/commit/2f97a452397ee276235a55d1deb29c8f0f4d2975))
|
|
284
|
-
|
|
285
|
-
### Features
|
|
286
|
-
|
|
287
|
-
- add casting logic without cast-button ([#237](https://github.com/muxinc/elements/issues/237)) ([f7f1fe9](https://github.com/muxinc/elements/commit/f7f1fe9713f8c2dcedb2840f463b5478d6fffca0))
|
|
288
|
-
- **dvr:** Initial effort for DVR support. ([d58d78f](https://github.com/muxinc/elements/commit/d58d78fe6716d21ff03e5edb7d47c73e85ef4c85))
|
|
289
|
-
- **mux-player:** Add audio-only support. Update vanilla example for audio use case. ([28c3db1](https://github.com/muxinc/elements/commit/28c3db19afb7b885316c034f1e02499dec472f7d))
|
|
290
|
-
- **mux-player:** minor cleanup for audio only UI. ([909a5ea](https://github.com/muxinc/elements/commit/909a5eaee520c2be982f4d3a139dc6836265d514))
|
|
291
|
-
- subtitles for M3U8 playlists, resume session, add cast-button ([#239](https://github.com/muxinc/elements/issues/239)) ([89793d0](https://github.com/muxinc/elements/commit/89793d0f98776252b1a585f605a0af39bd5c22d2))
|
|
292
|
-
- vertical align progress bar and improve second color background ([#235](https://github.com/muxinc/elements/issues/235)) ([37e9eb7](https://github.com/muxinc/elements/commit/37e9eb74339f0f544f5e96e717396a6899446be0))
|
|
293
|
-
|
|
294
|
-
# [0.1.0-beta.17](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.16...@mux-elements/mux-player@0.1.0-beta.17) (2022-05-26)
|
|
295
|
-
|
|
296
|
-
### Bug Fixes
|
|
297
|
-
|
|
298
|
-
- add an error if a token is provided via the playback ID ([d09446d](https://github.com/muxinc/elements/commit/d09446d6da3dc3b332db031336c97ee9349ac9f1))
|
|
299
|
-
|
|
300
|
-
# [0.1.0-beta.16](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.15...@mux-elements/mux-player@0.1.0-beta.16) (2022-05-23)
|
|
301
|
-
|
|
302
|
-
**Note:** Version bump only for package @mux-elements/mux-player
|
|
303
|
-
|
|
304
|
-
# [0.1.0-beta.15](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.14...@mux-elements/mux-player@0.1.0-beta.15) (2022-05-23)
|
|
305
|
-
|
|
306
|
-
### Bug Fixes
|
|
307
|
-
|
|
308
|
-
- **mux-player:** upgrade Media Chrome to 0.6.5 ([45415e6](https://github.com/muxinc/elements/commit/45415e63bbf8b6f7b115231022f06d3805da051e))
|
|
309
|
-
|
|
310
|
-
# [0.1.0-beta.14](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.13...@mux-elements/mux-player@0.1.0-beta.14) (2022-05-20)
|
|
311
|
-
|
|
312
|
-
### Bug Fixes
|
|
313
|
-
|
|
314
|
-
- switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
|
|
315
|
-
|
|
316
|
-
# [0.1.0-beta.13](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.12...@mux-elements/mux-player@0.1.0-beta.13) (2022-05-19)
|
|
317
|
-
|
|
318
|
-
### Bug Fixes
|
|
319
|
-
|
|
320
|
-
- bump LIVE_SEGMENT_SECS to 5 ([3fdf72d](https://github.com/muxinc/elements/commit/3fdf72d0e1322571aa18e8de74649f0dce5ae7b9))
|
|
321
|
-
|
|
322
|
-
# [0.1.0-beta.12](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.11...@mux-elements/mux-player@0.1.0-beta.12) (2022-05-12)
|
|
323
|
-
|
|
324
|
-
### Bug Fixes
|
|
325
|
-
|
|
326
|
-
- bump media-chrome dep for fullscreen bugfix ([7ba458c](https://github.com/muxinc/elements/commit/7ba458ca38d29d2a0c9d4dd8a950bb3cd394c543))
|
|
327
|
-
|
|
328
|
-
# [0.1.0-beta.11](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.10...@mux-elements/mux-player@0.1.0-beta.11) (2022-05-11)
|
|
329
|
-
|
|
330
|
-
### Bug Fixes
|
|
331
|
-
|
|
332
|
-
- **mux-player:** Ensure that the externally set poster attr is used iff it's set. ([e761073](https://github.com/muxinc/elements/commit/e76107359375de8e7db41cf3762734fa98c9d543))
|
|
333
|
-
|
|
334
|
-
### Features
|
|
335
|
-
|
|
336
|
-
- **mux-player:** Add thumbnail-time support to mux-player. Document attr&prop. Warn when used with thumbnail-token. ([ee235e0](https://github.com/muxinc/elements/commit/ee235e014bd76daee470e21eff2944b9a85c9ac9))
|
|
337
|
-
|
|
338
|
-
# [0.1.0-beta.10](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.9...@mux-elements/mux-player@0.1.0-beta.10) (2022-05-10)
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
- clear state on other src related attrs ([17e75e7](https://github.com/muxinc/elements/commit/17e75e78d9b14c913138c2d181d279a58ef98832))
|
|
343
|
-
- fullscreen controls layout ([#208](https://github.com/muxinc/elements/issues/208)) ([7bda89d](https://github.com/muxinc/elements/commit/7bda89de57e540e31f92a6b51f7379c94aad983d))
|
|
344
|
-
- make height larger for touch temporarily ([86aaa84](https://github.com/muxinc/elements/commit/86aaa849340ff3a5acdc758f2a3a8fc6065e314e))
|
|
345
|
-
- move hasPlayed into mux-player ([62bcd07](https://github.com/muxinc/elements/commit/62bcd076612a02f4d449ebe1ad0d34c8d8106942))
|
|
346
|
-
- put progress bar above controls ([3f454e0](https://github.com/muxinc/elements/commit/3f454e01f464a74be6bc3c7a14a5920d2ae48623))
|
|
347
|
-
|
|
348
|
-
# [0.1.0-beta.9](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.8...@mux-elements/mux-player@0.1.0-beta.9) (2022-05-03)
|
|
349
|
-
|
|
350
|
-
### Bug Fixes
|
|
351
|
-
|
|
352
|
-
- custom video events handling ([#203](https://github.com/muxinc/elements/issues/203)) ([a909f89](https://github.com/muxinc/elements/commit/a909f89a69ee0d4b67e9d9371ac0f80984016181))
|
|
353
|
-
- keep .hls but have it log a warning saying to use .\_hls ([11e6c10](https://github.com/muxinc/elements/commit/11e6c102a7e238bc8104c52ae9b94e7e3c2c7e19))
|
|
354
|
-
- keep mux-player#video for backward compatibility ([ddf3c6e](https://github.com/muxinc/elements/commit/ddf3c6eccb0011a42774133ec0a646d84d463f53))
|
|
355
|
-
- playback core should handle seek to live on first play ([805070a](https://github.com/muxinc/elements/commit/805070a7a4cb7158180710ecf85bf54bdb1f9280))
|
|
356
|
-
- prevent dialog from focus if outside player ([#196](https://github.com/muxinc/elements/issues/196)) ([6c73219](https://github.com/muxinc/elements/commit/6c732198b08f11162f7ee8c4345344b4c050a60f))
|
|
357
|
-
|
|
358
|
-
### Features
|
|
359
|
-
|
|
360
|
-
- add errorTranslator prop & muxVideo.error property ([#195](https://github.com/muxinc/elements/issues/195)) ([3afc2f0](https://github.com/muxinc/elements/commit/3afc2f0af75a5ad8ef00257a4ebc34882ff8c9ab))
|
|
361
|
-
- add media-theme-mux as a replaceable element ([#175](https://github.com/muxinc/elements/issues/175)) ([ee3c186](https://github.com/muxinc/elements/commit/ee3c186433c198a27304577e012b899c1aee44d4))
|
|
362
|
-
- rename .video to .media for consistency with media-chrome ([52c3a1d](https://github.com/muxinc/elements/commit/52c3a1ddef275256d2adc4cc200cb47b1c3023c3))
|
|
363
|
-
- rename hls to \_hls ([2d53bc2](https://github.com/muxinc/elements/commit/2d53bc2517840d65a8fd5e2bb2d979ce8b491116))
|
|
364
|
-
|
|
365
|
-
# [0.1.0-beta.8](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.7...@mux-elements/mux-player@0.1.0-beta.8) (2022-04-22)
|
|
366
|
-
|
|
367
|
-
### Bug Fixes
|
|
368
|
-
|
|
369
|
-
- point pkgjson#browser at mjs build for webpack 4 ([#191](https://github.com/muxinc/elements/issues/191)) ([a73a495](https://github.com/muxinc/elements/commit/a73a4951052bfc77cc24667b9bc0a05efbcbb355))
|
|
370
|
-
|
|
371
|
-
# [0.1.0-beta.7](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.6...@mux-elements/mux-player@0.1.0-beta.7) (2022-04-18)
|
|
372
|
-
|
|
373
|
-
### Bug Fixes
|
|
374
|
-
|
|
375
|
-
- make mux-player size based on video element ([#185](https://github.com/muxinc/elements/issues/185)) ([e4af9a8](https://github.com/muxinc/elements/commit/e4af9a885720f172837eb20ea49dc96bf66a77be))
|
|
376
|
-
- make mux-video errors more uniform, fix async ([#183](https://github.com/muxinc/elements/issues/183)) ([0ea4dc3](https://github.com/muxinc/elements/commit/0ea4dc3beafc7d8a6c5078087d14f3f4bac5dda7))
|
|
377
|
-
|
|
378
|
-
# [0.1.0-beta.6](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.5...@mux-elements/mux-player@0.1.0-beta.6) (2022-04-13)
|
|
379
|
-
|
|
380
|
-
### Bug Fixes
|
|
381
|
-
|
|
382
|
-
- get polyfill from playback core in mux-player ([ec053f9](https://github.com/muxinc/elements/commit/ec053f90f6b7e3ccf0dd6bdd9034cbe8ead0d593))
|
|
383
|
-
|
|
384
|
-
# [0.1.0-beta.5](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.4...@mux-elements/mux-player@0.1.0-beta.5) (2022-04-12)
|
|
385
|
-
|
|
386
|
-
### Bug Fixes
|
|
387
|
-
|
|
388
|
-
- clear some state on playbackId change ([#174](https://github.com/muxinc/elements/issues/174)) ([af0738e](https://github.com/muxinc/elements/commit/af0738ea5ae5a75861f75fc2ae3809ada735f3e2))
|
|
389
|
-
- **mux-player:** adding test for metadata attrs. ([a460566](https://github.com/muxinc/elements/commit/a4605661fabb33a178bb3244b1411c63bf1e1148))
|
|
390
|
-
- **mux-player:** metadata fields should be set based on 'external'/attr values in mux-player. ([bd474b6](https://github.com/muxinc/elements/commit/bd474b658931afb0ea9f3f1585ba3142d22bd503))
|
|
391
|
-
- prevent non-fatal error events propagating ([#179](https://github.com/muxinc/elements/issues/179)) ([2103800](https://github.com/muxinc/elements/commit/2103800b1026653703a67432a9bf80cb2ce5c7ac))
|
|
392
|
-
|
|
393
|
-
# [0.1.0-beta.4](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.3...@mux-elements/mux-player@0.1.0-beta.4) (2022-04-08)
|
|
394
|
-
|
|
395
|
-
### Bug Fixes
|
|
396
|
-
|
|
397
|
-
- child custom element mux-video upgraded after mux-player ([#171](https://github.com/muxinc/elements/issues/171)) ([9db8037](https://github.com/muxinc/elements/commit/9db8037f379132307727941f82a736d55e76b4e5))
|
|
398
|
-
- primary color should be also used for the text color on controls ([d44da1b](https://github.com/muxinc/elements/commit/d44da1b7e4a11ddf8274a09acf306747a5af42ce))
|
|
399
|
-
|
|
400
|
-
### Features
|
|
401
|
-
|
|
402
|
-
- **mux-player:** Add more seek to live behavior tests. Add event for inLiveWindow change. ([f334328](https://github.com/muxinc/elements/commit/f3343289a29b0c19856addf41fd0c5c1b2081c6a))
|
|
403
|
-
- **mux-player:** Don't use disabled to toggle seek to live btn functionality. ([14f1f1c](https://github.com/muxinc/elements/commit/14f1f1c7ecd43416363eb43583622ea5732c9072))
|
|
404
|
-
- **mux-player:** Seek to live button impl with live edge window detection and play on seek/seek on play behavior. ([77c8c5f](https://github.com/muxinc/elements/commit/77c8c5f05c2b22553efc6e627b0b148dded19a42))
|
|
405
|
-
- **mux-player:** use aria-disabled instead of non-standard attr. Add consts/code comments. fix css var. ([8c73f60](https://github.com/muxinc/elements/commit/8c73f602c6745a731f7fafdfdd8567b90db2ccad))
|
|
406
|
-
- **player:** Add inLiveWindow getter to player. Start tests for seek to live button behaviors. ([8217a4e](https://github.com/muxinc/elements/commit/8217a4ee4c9e61b570fa506f2b476a570dd78f61))
|
|
407
|
-
|
|
408
|
-
# [0.1.0-beta.3](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.2...@mux-elements/mux-player@0.1.0-beta.3) (2022-04-01)
|
|
409
|
-
|
|
410
|
-
### Bug Fixes
|
|
411
|
-
|
|
412
|
-
- devLog links to GH base URL ([022f69f](https://github.com/muxinc/elements/commit/022f69fca5624399e67ea9bb5ce1b2b2929979d6))
|
|
413
|
-
- **mux-player:** Make sure internal state monitoring setup happens after relevant elements exist. ([43e9566](https://github.com/muxinc/elements/commit/43e956678b7e1b8da3e95144b7d9f6f3d2cb99d5))
|
|
414
|
-
|
|
415
|
-
# [0.1.0-beta.2](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.1...@mux-elements/mux-player@0.1.0-beta.2) (2022-04-01)
|
|
416
|
-
|
|
417
|
-
### Bug Fixes
|
|
418
|
-
|
|
419
|
-
- **mux-player:** temp fix conditional render bug ([73534dc](https://github.com/muxinc/elements/commit/73534dc476d901e916734044834c71130a6de73e))
|
|
420
|
-
|
|
421
|
-
### Features
|
|
422
|
-
|
|
423
|
-
- **mux-player:** new iteration on error handling ([a89af8a](https://github.com/muxinc/elements/commit/a89af8a0b9400f2e0836e67b813d996636f044c1))
|
|
424
|
-
|
|
425
|
-
### Reverts
|
|
426
|
-
|
|
427
|
-
- Revert "Publish" ([42fc528](https://github.com/muxinc/elements/commit/42fc528216346ff52d967cec5392a1191f74a1c0))
|
|
428
|
-
|
|
429
|
-
# [0.1.0-beta.1](https://github.com/muxinc/elements/compare/@mux-elements/mux-player@0.1.0-beta.0...@mux-elements/mux-player@0.1.0-beta.1) (2022-03-28)
|
|
430
|
-
|
|
431
|
-
### Bug Fixes
|
|
432
|
-
|
|
433
|
-
- add patched template-parts fork ([b200e9f](https://github.com/muxinc/elements/commit/b200e9fcdff9cf5757ec646c8833e742e329afa0))
|
|
434
|
-
- **mux-player:** Add support for event handlers to template parts processing. ([704d2e3](https://github.com/muxinc/elements/commit/704d2e34dacdb68316ead85a2dd494475de72732))
|
|
435
|
-
- **mux-player:** don't fire the closed event twice per close on the dialog WC. ([0231b1a](https://github.com/muxinc/elements/commit/0231b1a950fe6eb476ce8bcd3ce4d49cee97e0c9))
|
|
436
|
-
- **mux-player:** Use onclose event handler in template. Clear errors onclose. ([1eca0ef](https://github.com/muxinc/elements/commit/1eca0efb32b74f82c67be4f9ac0f3bc5dfbf7839))
|
|
437
|
-
- prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
|
|
438
|
-
- update media-chrome to 0.5.4 ([21e7884](https://github.com/muxinc/elements/commit/21e78840768bad8eeb24d39fa97fcd8cf6ab266a))
|
|
439
|
-
|
|
440
|
-
### Features
|
|
441
|
-
|
|
442
|
-
- add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
|
|
443
|
-
- Improve error handling / messaging ([#132](https://github.com/muxinc/elements/issues/132)) ([b1f2dd0](https://github.com/muxinc/elements/commit/b1f2dd0f44ceb75a93f8cf758d6e4258e1366ed5))
|
|
444
|
-
- **mux-player:** move captions up when controls are showing ([e8d9842](https://github.com/muxinc/elements/commit/e8d9842f5b343fd11965c4fbda96323a6e173e63))
|
package/dist/cjs.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"../../shared/polyfills/index.js":{"bytes":1440,"imports":[]},"../../node_modules/media-chrome/dist/constants.js":{"bytes":5007,"imports":[]},"../../node_modules/media-chrome/dist/labels/labels.js":{"bytes":1053,"imports":[]},"../../node_modules/media-chrome/dist/utils/time.js":{"bytes":1768,"imports":[]},"../../node_modules/media-chrome/dist/utils/server-safe-globals.js":{"bytes":713,"imports":[]},"../../node_modules/media-chrome/dist/utils/defineCustomElement.js":{"bytes":274,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-chrome-button.js":{"bytes":5811,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-airplay-button.js":{"bytes":1536,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-cast-button.js":{"bytes":3412,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/element-utils.js":{"bytes":1579,"imports":[]},"../../node_modules/media-chrome/dist/media-gesture-receiver.js":{"bytes":4629,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-container.js":{"bytes":9359,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-gesture-receiver.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/attribute-token-list.js":{"bytes":3008,"imports":[]},"../../node_modules/media-chrome/dist/utils/fullscreenApi.js":{"bytes":713,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/stringUtils.js":{"bytes":435,"imports":[]},"../../node_modules/media-chrome/dist/utils/captions.js":{"bytes":4558,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-controller.js":{"bytes":34760,"imports":[{"path":"../../node_modules/media-chrome/dist/media-container.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/attribute-token-list.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/fullscreenApi.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/stringUtils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-chrome-range.js":{"bytes":9844,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-control-bar.js":{"bytes":2481,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-text-display.js":{"bytes":2983,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-current-time-display.js":{"bytes":856,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-duration-display.js":{"bytes":827,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-time-display.js":{"bytes":3986,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-captions-button.js":{"bytes":5412,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-seek-forward-button.js":{"bytes":2842,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-fullscreen-button.js":{"bytes":2732,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-mute-button.js":{"bytes":3580,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-pip-button.js":{"bytes":2328,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-play-button.js":{"bytes":2283,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-playback-rate-button.js":{"bytes":2372,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-poster-image.js":{"bytes":2152,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-time-range.js":{"bytes":15580,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-progress-range.js":{"bytes":487,"imports":[{"path":"../../node_modules/media-chrome/dist/media-time-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-seek-backward-button.js":{"bytes":2824,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-preview-time-display.js":{"bytes":878,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-preview-thumbnail.js":{"bytes":4464,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-loading-indicator.js":{"bytes":4615,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-title-element.js":{"bytes":648,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-volume-range.js":{"bytes":2078,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/themes/media-theme.js":{"bytes":1163,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/index.js":{"bytes":2964,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-airplay-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-cast-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-gesture-receiver.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-controller.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-control-bar.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-current-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-duration-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-captions-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-seek-forward-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-fullscreen-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-mute-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-pip-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-play-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-playback-rate-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-poster-image.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-progress-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-seek-backward-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-preview-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-preview-thumbnail.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-time-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-loading-indicator.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-title-element.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-volume-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/themes/media-theme.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"lang/en.json":{"bytes":42,"imports":[]},"src/utils.ts":{"bytes":2729,"imports":[{"path":"lang/en.json","kind":"import-statement"}]},"src/helpers.ts":{"bytes":5571,"imports":[{"path":"src/utils.ts","kind":"import-statement"}]},"src/logger.ts":{"bytes":688,"imports":[{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"}]},"src/video-api.ts":{"bytes":11034,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/template-string-parser.js":{"bytes":1639,"imports":[]},"../../node_modules/@github/template-parts/lib/attribute-template-part.js":{"bytes":1840,"imports":[]},"../../node_modules/@github/template-parts/lib/node-template-part.js":{"bytes":1087,"imports":[]},"../../node_modules/@github/template-parts/lib/processors.js":{"bytes":1222,"imports":[{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/template-instance.js":{"bytes":3068,"imports":[{"path":"../../node_modules/@github/template-parts/lib/template-string-parser.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/node-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/processors.js","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/index.js":{"bytes":452,"imports":[{"path":"../../node_modules/@github/template-parts/lib/template-instance.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/template-string-parser.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/node-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/processors.js","kind":"import-statement"}]},"src/html.ts":{"bytes":7913,"imports":[{"path":"../../node_modules/@github/template-parts/lib/index.js","kind":"import-statement"}]},"src/media-chrome/time-display.ts":{"bytes":3357,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/media-theme-mux/styles.css":{"bytes":5328,"imports":[]},"src/media-theme-mux/icons/airplay.svg":{"bytes":315,"imports":[]},"src/media-theme-mux/icons/captions-off.svg":{"bytes":1783,"imports":[]},"src/media-theme-mux/icons/captions-on.svg":{"bytes":1418,"imports":[]},"src/media-theme-mux/icons/cast-enter.svg":{"bytes":384,"imports":[]},"src/media-theme-mux/icons/cast-exit.svg":{"bytes":458,"imports":[]},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytes":519,"imports":[]},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytes":418,"imports":[]},"src/media-theme-mux/icons/pause.svg":{"bytes":252,"imports":[]},"src/media-theme-mux/icons/pip-enter.svg":{"bytes":259,"imports":[]},"src/media-theme-mux/icons/pip-exit.svg":{"bytes":258,"imports":[]},"src/media-theme-mux/icons/play.svg":{"bytes":176,"imports":[]},"src/media-theme-mux/icons/seek-backward.svg":{"bytes":307,"imports":[]},"src/media-theme-mux/icons/seek-forward.svg":{"bytes":305,"imports":[]},"src/media-theme-mux/icons/volume-high.svg":{"bytes":436,"imports":[]},"src/media-theme-mux/icons/volume-low.svg":{"bytes":330,"imports":[]},"src/media-theme-mux/icons/volume-medium.svg":{"bytes":333,"imports":[]},"src/media-theme-mux/icons/volume-off.svg":{"bytes":737,"imports":[]},"src/media-theme-mux/icons.ts":{"bytes":2075,"imports":[{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-theme-mux/icons/airplay.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-off.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-on.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pause.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/play.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-backward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-forward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-high.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-low.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-medium.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-off.svg","kind":"import-statement"}]},"src/media-theme-mux/media-theme-mux.ts":{"bytes":18092,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/index.js","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-chrome/time-display.ts","kind":"import-statement"},{"path":"src/media-theme-mux/styles.css","kind":"import-statement"},{"path":"src/media-theme-mux/icons.ts","kind":"import-statement"}]},"src/media-chrome/dialog.ts":{"bytes":5723,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/dialog.ts":{"bytes":1254,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/media-chrome/dialog.ts","kind":"import-statement"}]},"src/styles.css":{"bytes":6123,"imports":[]},"src/template.ts":{"bytes":5812,"imports":[{"path":"src/media-theme-mux/media-theme-mux.ts","kind":"import-statement"},{"path":"src/dialog.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/styles.css","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/errors.ts":{"bytes":6023,"imports":[{"path":"lang/en.json","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/index.ts":{"bytes":33583,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/index.js","kind":"import-statement"},{"path":"src/video-api.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/template.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/errors.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"}]}},"outputs":{"dist/index.cjs.js":{"imports":[],"exports":[],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":16471},"../../shared/polyfills/index.js":{"bytesInOutput":762},"../../node_modules/media-chrome/dist/constants.js":{"bytesInOutput":3806},"../../node_modules/media-chrome/dist/labels/labels.js":{"bytesInOutput":770},"../../node_modules/media-chrome/dist/utils/time.js":{"bytesInOutput":737},"../../node_modules/media-chrome/dist/utils/server-safe-globals.js":{"bytesInOutput":393},"../../node_modules/media-chrome/dist/utils/defineCustomElement.js":{"bytesInOutput":84},"../../node_modules/media-chrome/dist/media-chrome-button.js":{"bytesInOutput":3425},"../../node_modules/media-chrome/dist/media-airplay-button.js":{"bytesInOutput":798},"../../node_modules/media-chrome/dist/media-cast-button.js":{"bytesInOutput":2317},"../../node_modules/media-chrome/dist/utils/element-utils.js":{"bytesInOutput":652},"../../node_modules/media-chrome/dist/media-gesture-receiver.js":{"bytesInOutput":2187},"../../node_modules/media-chrome/dist/media-container.js":{"bytesInOutput":6064},"../../node_modules/media-chrome/dist/utils/attribute-token-list.js":{"bytesInOutput":1485},"../../node_modules/media-chrome/dist/utils/fullscreenApi.js":{"bytesInOutput":448},"../../node_modules/media-chrome/dist/utils/stringUtils.js":{"bytesInOutput":145},"../../node_modules/media-chrome/dist/utils/captions.js":{"bytesInOutput":1900},"../../node_modules/media-chrome/dist/media-controller.js":{"bytesInOutput":16518},"../../node_modules/media-chrome/dist/media-chrome-range.js":{"bytesInOutput":7333},"../../node_modules/media-chrome/dist/media-control-bar.js":{"bytesInOutput":1230},"../../node_modules/media-chrome/dist/media-text-display.js":{"bytesInOutput":1725},"../../node_modules/media-chrome/dist/media-current-time-display.js":{"bytesInOutput":278},"../../node_modules/media-chrome/dist/media-duration-display.js":{"bytesInOutput":266},"../../node_modules/media-chrome/dist/media-time-display.js":{"bytesInOutput":1862},"../../node_modules/media-chrome/dist/media-captions-button.js":{"bytesInOutput":3949},"../../node_modules/media-chrome/dist/media-seek-forward-button.js":{"bytesInOutput":1333},"../../node_modules/media-chrome/dist/media-fullscreen-button.js":{"bytesInOutput":1555},"../../node_modules/media-chrome/dist/media-mute-button.js":{"bytesInOutput":2412},"../../node_modules/media-chrome/dist/media-pip-button.js":{"bytesInOutput":1284},"../../node_modules/media-chrome/dist/media-play-button.js":{"bytesInOutput":1234},"../../node_modules/media-chrome/dist/media-playback-rate-button.js":{"bytesInOutput":1085},"../../node_modules/media-chrome/dist/media-poster-image.js":{"bytesInOutput":1330},"../../node_modules/media-chrome/dist/media-time-range.js":{"bytesInOutput":9362},"../../node_modules/media-chrome/dist/media-progress-range.js":{"bytesInOutput":176},"../../node_modules/media-chrome/dist/media-seek-backward-button.js":{"bytesInOutput":1334},"../../node_modules/media-chrome/dist/media-preview-time-display.js":{"bytesInOutput":289},"../../node_modules/media-chrome/dist/media-preview-thumbnail.js":{"bytesInOutput":2128},"../../node_modules/media-chrome/dist/media-loading-indicator.js":{"bytesInOutput":2664},"../../node_modules/media-chrome/dist/media-title-element.js":{"bytesInOutput":277},"../../node_modules/media-chrome/dist/media-volume-range.js":{"bytesInOutput":917},"../../node_modules/media-chrome/dist/themes/media-theme.js":{"bytesInOutput":577},"../../node_modules/media-chrome/dist/index.js":{"bytesInOutput":328},"src/video-api.ts":{"bytesInOutput":4612},"lang/en.json":{"bytesInOutput":25},"src/utils.ts":{"bytesInOutput":1144},"src/helpers.ts":{"bytesInOutput":2389},"src/logger.ts":{"bytesInOutput":280},"../../node_modules/@github/template-parts/lib/template-string-parser.js":{"bytesInOutput":538},"../../node_modules/@github/template-parts/lib/attribute-template-part.js":{"bytesInOutput":1074},"../../node_modules/@github/template-parts/lib/node-template-part.js":{"bytesInOutput":499},"../../node_modules/@github/template-parts/lib/processors.js":{"bytesInOutput":392},"../../node_modules/@github/template-parts/lib/template-instance.js":{"bytesInOutput":1118},"../../node_modules/@github/template-parts/lib/index.js":{"bytesInOutput":0},"src/html.ts":{"bytesInOutput":2664},"src/media-chrome/time-display.ts":{"bytesInOutput":2220},"src/media-theme-mux/styles.css":{"bytesInOutput":5338},"src/media-theme-mux/icons/airplay.svg":{"bytesInOutput":325},"src/media-theme-mux/icons/captions-off.svg":{"bytesInOutput":1793},"src/media-theme-mux/icons/captions-on.svg":{"bytesInOutput":1428},"src/media-theme-mux/icons/cast-enter.svg":{"bytesInOutput":394},"src/media-theme-mux/icons/cast-exit.svg":{"bytesInOutput":468},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytesInOutput":529},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytesInOutput":428},"src/media-theme-mux/icons/pause.svg":{"bytesInOutput":262},"src/media-theme-mux/icons/pip-enter.svg":{"bytesInOutput":269},"src/media-theme-mux/icons/pip-exit.svg":{"bytesInOutput":268},"src/media-theme-mux/icons/play.svg":{"bytesInOutput":186},"src/media-theme-mux/icons/seek-backward.svg":{"bytesInOutput":317},"src/media-theme-mux/icons/seek-forward.svg":{"bytesInOutput":315},"src/media-theme-mux/icons/volume-high.svg":{"bytesInOutput":446},"src/media-theme-mux/icons/volume-low.svg":{"bytesInOutput":340},"src/media-theme-mux/icons/volume-medium.svg":{"bytesInOutput":343},"src/media-theme-mux/icons/volume-off.svg":{"bytesInOutput":747},"src/media-theme-mux/icons.ts":{"bytesInOutput":227},"src/media-theme-mux/media-theme-mux.ts":{"bytesInOutput":10049},"src/media-chrome/dialog.ts":{"bytesInOutput":3509},"src/dialog.ts":{"bytesInOutput":968},"src/styles.css":{"bytesInOutput":6136},"src/template.ts":{"bytesInOutput":4592},"src/errors.ts":{"bytesInOutput":3132}},"bytes":164639}}}
|
package/dist/esm.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"../../shared/polyfills/index.js":{"bytes":1440,"imports":[]},"lang/en.json":{"bytes":42,"imports":[]},"src/utils.ts":{"bytes":2729,"imports":[{"path":"lang/en.json","kind":"import-statement"}]},"src/helpers.ts":{"bytes":5571,"imports":[{"path":"src/utils.ts","kind":"import-statement"}]},"src/logger.ts":{"bytes":688,"imports":[{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"}]},"src/video-api.ts":{"bytes":11034,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/html.ts":{"bytes":7913,"imports":[]},"src/media-chrome/time-display.ts":{"bytes":3357,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/media-theme-mux/styles.css":{"bytes":5328,"imports":[]},"src/media-theme-mux/icons/airplay.svg":{"bytes":315,"imports":[]},"src/media-theme-mux/icons/captions-off.svg":{"bytes":1783,"imports":[]},"src/media-theme-mux/icons/captions-on.svg":{"bytes":1418,"imports":[]},"src/media-theme-mux/icons/cast-enter.svg":{"bytes":384,"imports":[]},"src/media-theme-mux/icons/cast-exit.svg":{"bytes":458,"imports":[]},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytes":519,"imports":[]},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytes":418,"imports":[]},"src/media-theme-mux/icons/pause.svg":{"bytes":252,"imports":[]},"src/media-theme-mux/icons/pip-enter.svg":{"bytes":259,"imports":[]},"src/media-theme-mux/icons/pip-exit.svg":{"bytes":258,"imports":[]},"src/media-theme-mux/icons/play.svg":{"bytes":176,"imports":[]},"src/media-theme-mux/icons/seek-backward.svg":{"bytes":307,"imports":[]},"src/media-theme-mux/icons/seek-forward.svg":{"bytes":305,"imports":[]},"src/media-theme-mux/icons/volume-high.svg":{"bytes":436,"imports":[]},"src/media-theme-mux/icons/volume-low.svg":{"bytes":330,"imports":[]},"src/media-theme-mux/icons/volume-medium.svg":{"bytes":333,"imports":[]},"src/media-theme-mux/icons/volume-off.svg":{"bytes":737,"imports":[]},"src/media-theme-mux/icons.ts":{"bytes":2075,"imports":[{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-theme-mux/icons/airplay.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-off.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-on.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pause.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/play.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-backward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-forward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-high.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-low.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-medium.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-off.svg","kind":"import-statement"}]},"src/media-theme-mux/media-theme-mux.ts":{"bytes":18092,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-chrome/time-display.ts","kind":"import-statement"},{"path":"src/media-theme-mux/styles.css","kind":"import-statement"},{"path":"src/media-theme-mux/icons.ts","kind":"import-statement"}]},"src/media-chrome/dialog.ts":{"bytes":5723,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/dialog.ts":{"bytes":1254,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/media-chrome/dialog.ts","kind":"import-statement"}]},"src/styles.css":{"bytes":6123,"imports":[]},"src/template.ts":{"bytes":5812,"imports":[{"path":"src/media-theme-mux/media-theme-mux.ts","kind":"import-statement"},{"path":"src/dialog.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/styles.css","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/errors.ts":{"bytes":6023,"imports":[{"path":"lang/en.json","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/index.ts":{"bytes":33583,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/video-api.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/template.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/errors.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"}]}},"outputs":{"dist/index.mjs":{"imports":[],"exports":["MediaError","default","getVideoAttribute"],"entryPoint":"src/index.ts","inputs":{"../../shared/polyfills/index.js":{"bytesInOutput":762},"src/index.ts":{"bytesInOutput":15914},"src/video-api.ts":{"bytesInOutput":4602},"lang/en.json":{"bytesInOutput":24},"src/utils.ts":{"bytesInOutput":1140},"src/helpers.ts":{"bytesInOutput":2340},"src/logger.ts":{"bytesInOutput":278},"src/media-theme-mux/media-theme-mux.ts":{"bytesInOutput":9858},"src/html.ts":{"bytesInOutput":2803},"src/media-chrome/time-display.ts":{"bytesInOutput":2220},"src/media-theme-mux/styles.css":{"bytesInOutput":5338},"src/media-theme-mux/icons/airplay.svg":{"bytesInOutput":325},"src/media-theme-mux/icons/captions-off.svg":{"bytesInOutput":1793},"src/media-theme-mux/icons/captions-on.svg":{"bytesInOutput":1428},"src/media-theme-mux/icons/cast-enter.svg":{"bytesInOutput":394},"src/media-theme-mux/icons/cast-exit.svg":{"bytesInOutput":468},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytesInOutput":529},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytesInOutput":428},"src/media-theme-mux/icons/pause.svg":{"bytesInOutput":262},"src/media-theme-mux/icons/pip-enter.svg":{"bytesInOutput":269},"src/media-theme-mux/icons/pip-exit.svg":{"bytesInOutput":268},"src/media-theme-mux/icons/play.svg":{"bytesInOutput":186},"src/media-theme-mux/icons/seek-backward.svg":{"bytesInOutput":317},"src/media-theme-mux/icons/seek-forward.svg":{"bytesInOutput":315},"src/media-theme-mux/icons/volume-high.svg":{"bytesInOutput":446},"src/media-theme-mux/icons/volume-low.svg":{"bytesInOutput":340},"src/media-theme-mux/icons/volume-medium.svg":{"bytesInOutput":343},"src/media-theme-mux/icons/volume-off.svg":{"bytesInOutput":747},"src/media-theme-mux/icons.ts":{"bytesInOutput":227},"src/media-chrome/dialog.ts":{"bytesInOutput":3502},"src/dialog.ts":{"bytesInOutput":968},"src/styles.css":{"bytesInOutput":6136},"src/template.ts":{"bytesInOutput":4540},"src/errors.ts":{"bytesInOutput":3098}},"bytes":73065}}}
|
package/dist/iife.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"../../shared/polyfills/index.js":{"bytes":1440,"imports":[]},"../../node_modules/media-chrome/dist/constants.js":{"bytes":5007,"imports":[]},"../../node_modules/media-chrome/dist/labels/labels.js":{"bytes":1053,"imports":[]},"../../node_modules/media-chrome/dist/utils/time.js":{"bytes":1768,"imports":[]},"../../node_modules/media-chrome/dist/utils/server-safe-globals.js":{"bytes":713,"imports":[]},"../../node_modules/media-chrome/dist/utils/defineCustomElement.js":{"bytes":274,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-chrome-button.js":{"bytes":5811,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-airplay-button.js":{"bytes":1536,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-cast-button.js":{"bytes":3412,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/element-utils.js":{"bytes":1579,"imports":[]},"../../node_modules/media-chrome/dist/media-gesture-receiver.js":{"bytes":4629,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-container.js":{"bytes":9359,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-gesture-receiver.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/attribute-token-list.js":{"bytes":3008,"imports":[]},"../../node_modules/media-chrome/dist/utils/fullscreenApi.js":{"bytes":713,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/stringUtils.js":{"bytes":435,"imports":[]},"../../node_modules/media-chrome/dist/utils/captions.js":{"bytes":4558,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-controller.js":{"bytes":34760,"imports":[{"path":"../../node_modules/media-chrome/dist/media-container.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/attribute-token-list.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/fullscreenApi.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/stringUtils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-chrome-range.js":{"bytes":9844,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-control-bar.js":{"bytes":2481,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-text-display.js":{"bytes":2983,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-current-time-display.js":{"bytes":856,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-duration-display.js":{"bytes":827,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-time-display.js":{"bytes":3986,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-captions-button.js":{"bytes":5412,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-seek-forward-button.js":{"bytes":2842,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-fullscreen-button.js":{"bytes":2732,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-mute-button.js":{"bytes":3580,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-pip-button.js":{"bytes":2328,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-play-button.js":{"bytes":2283,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-playback-rate-button.js":{"bytes":2372,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-poster-image.js":{"bytes":2152,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-time-range.js":{"bytes":15580,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-progress-range.js":{"bytes":487,"imports":[{"path":"../../node_modules/media-chrome/dist/media-time-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-seek-backward-button.js":{"bytes":2824,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-preview-time-display.js":{"bytes":878,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-preview-thumbnail.js":{"bytes":4464,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-loading-indicator.js":{"bytes":4615,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-title-element.js":{"bytes":648,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-volume-range.js":{"bytes":2078,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/themes/media-theme.js":{"bytes":1163,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/index.js":{"bytes":2964,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-airplay-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-cast-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-gesture-receiver.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-controller.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-control-bar.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-current-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-duration-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-captions-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-seek-forward-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-fullscreen-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-mute-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-pip-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-play-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-playback-rate-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-poster-image.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-progress-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-seek-backward-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-preview-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-preview-thumbnail.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-time-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-loading-indicator.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-title-element.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-volume-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/themes/media-theme.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/mux-embed/dist/mux.js":{"bytes":105451,"imports":[]},"../../node_modules/hls.js/dist/hls.js":{"bytes":1036845,"imports":[]},"../playback-core/dist/index.mjs":{"bytes":9635,"imports":[{"path":"../../node_modules/mux-embed/dist/mux.js","kind":"import-statement"},{"path":"../../node_modules/hls.js/dist/hls.js","kind":"import-statement"},{"path":"../../node_modules/hls.js/dist/hls.js","kind":"import-statement"},{"path":"../../node_modules/hls.js/dist/hls.js","kind":"import-statement"}]},"../mux-video/dist/index.mjs":{"bytes":21205,"imports":[{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"lang/en.json":{"bytes":42,"imports":[]},"src/utils.ts":{"bytes":2729,"imports":[{"path":"lang/en.json","kind":"import-statement"}]},"src/helpers.ts":{"bytes":5571,"imports":[{"path":"src/utils.ts","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"src/logger.ts":{"bytes":688,"imports":[{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"}]},"src/video-api.ts":{"bytes":11034,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../mux-video/dist/index.mjs","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/template-string-parser.js":{"bytes":1639,"imports":[]},"../../node_modules/@github/template-parts/lib/attribute-template-part.js":{"bytes":1840,"imports":[]},"../../node_modules/@github/template-parts/lib/node-template-part.js":{"bytes":1087,"imports":[]},"../../node_modules/@github/template-parts/lib/processors.js":{"bytes":1222,"imports":[{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/template-instance.js":{"bytes":3068,"imports":[{"path":"../../node_modules/@github/template-parts/lib/template-string-parser.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/node-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/processors.js","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/index.js":{"bytes":452,"imports":[{"path":"../../node_modules/@github/template-parts/lib/template-instance.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/template-string-parser.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/node-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/processors.js","kind":"import-statement"}]},"src/html.ts":{"bytes":7913,"imports":[{"path":"../../node_modules/@github/template-parts/lib/index.js","kind":"import-statement"}]},"src/media-chrome/time-display.ts":{"bytes":3357,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/media-theme-mux/styles.css":{"bytes":5328,"imports":[]},"src/media-theme-mux/icons/airplay.svg":{"bytes":315,"imports":[]},"src/media-theme-mux/icons/captions-off.svg":{"bytes":1783,"imports":[]},"src/media-theme-mux/icons/captions-on.svg":{"bytes":1418,"imports":[]},"src/media-theme-mux/icons/cast-enter.svg":{"bytes":384,"imports":[]},"src/media-theme-mux/icons/cast-exit.svg":{"bytes":458,"imports":[]},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytes":519,"imports":[]},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytes":418,"imports":[]},"src/media-theme-mux/icons/pause.svg":{"bytes":252,"imports":[]},"src/media-theme-mux/icons/pip-enter.svg":{"bytes":259,"imports":[]},"src/media-theme-mux/icons/pip-exit.svg":{"bytes":258,"imports":[]},"src/media-theme-mux/icons/play.svg":{"bytes":176,"imports":[]},"src/media-theme-mux/icons/seek-backward.svg":{"bytes":307,"imports":[]},"src/media-theme-mux/icons/seek-forward.svg":{"bytes":305,"imports":[]},"src/media-theme-mux/icons/volume-high.svg":{"bytes":436,"imports":[]},"src/media-theme-mux/icons/volume-low.svg":{"bytes":330,"imports":[]},"src/media-theme-mux/icons/volume-medium.svg":{"bytes":333,"imports":[]},"src/media-theme-mux/icons/volume-off.svg":{"bytes":737,"imports":[]},"src/media-theme-mux/icons.ts":{"bytes":2075,"imports":[{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-theme-mux/icons/airplay.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-off.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-on.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pause.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/play.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-backward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-forward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-high.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-low.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-medium.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-off.svg","kind":"import-statement"}]},"src/media-theme-mux/media-theme-mux.ts":{"bytes":18092,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/index.js","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-chrome/time-display.ts","kind":"import-statement"},{"path":"src/media-theme-mux/styles.css","kind":"import-statement"},{"path":"src/media-theme-mux/icons.ts","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"src/media-chrome/dialog.ts":{"bytes":5723,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/dialog.ts":{"bytes":1254,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/media-chrome/dialog.ts","kind":"import-statement"}]},"src/styles.css":{"bytes":6123,"imports":[]},"src/template.ts":{"bytes":5812,"imports":[{"path":"src/media-theme-mux/media-theme-mux.ts","kind":"import-statement"},{"path":"src/dialog.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/styles.css","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"src/errors.ts":{"bytes":6023,"imports":[{"path":"../mux-video/dist/index.mjs","kind":"import-statement"},{"path":"lang/en.json","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/index.ts":{"bytes":33583,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/index.js","kind":"import-statement"},{"path":"../mux-video/dist/index.mjs","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"},{"path":"src/video-api.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/template.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/errors.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"}]}},"outputs":{"dist/mux-player.js":{"imports":[],"exports":[],"entryPoint":"src/index.ts","inputs":{"../../node_modules/mux-embed/dist/mux.js":{"bytesInOutput":105685},"../../node_modules/hls.js/dist/hls.js":{"bytesInOutput":374115},"../../shared/polyfills/index.js":{"bytesInOutput":767},"../../node_modules/media-chrome/dist/constants.js":{"bytesInOutput":3808},"../../node_modules/media-chrome/dist/labels/labels.js":{"bytesInOutput":774},"../../node_modules/media-chrome/dist/utils/time.js":{"bytesInOutput":738},"../../node_modules/media-chrome/dist/utils/server-safe-globals.js":{"bytesInOutput":394},"../../node_modules/media-chrome/dist/utils/defineCustomElement.js":{"bytesInOutput":88},"../../node_modules/media-chrome/dist/media-chrome-button.js":{"bytesInOutput":3428},"../../node_modules/media-chrome/dist/media-airplay-button.js":{"bytesInOutput":803},"../../node_modules/media-chrome/dist/media-cast-button.js":{"bytesInOutput":2324},"../../node_modules/media-chrome/dist/utils/element-utils.js":{"bytesInOutput":652},"../../node_modules/media-chrome/dist/media-gesture-receiver.js":{"bytesInOutput":2192},"../../node_modules/media-chrome/dist/media-container.js":{"bytesInOutput":6077},"../../node_modules/media-chrome/dist/utils/attribute-token-list.js":{"bytesInOutput":1518},"../../node_modules/media-chrome/dist/utils/fullscreenApi.js":{"bytesInOutput":455},"../../node_modules/media-chrome/dist/utils/stringUtils.js":{"bytesInOutput":145},"../../node_modules/media-chrome/dist/utils/captions.js":{"bytesInOutput":1905},"../../node_modules/media-chrome/dist/media-controller.js":{"bytesInOutput":16581},"../../node_modules/media-chrome/dist/media-chrome-range.js":{"bytesInOutput":7335},"../../node_modules/media-chrome/dist/media-control-bar.js":{"bytesInOutput":1232},"../../node_modules/media-chrome/dist/media-text-display.js":{"bytesInOutput":1727},"../../node_modules/media-chrome/dist/media-current-time-display.js":{"bytesInOutput":280},"../../node_modules/media-chrome/dist/media-duration-display.js":{"bytesInOutput":268},"../../node_modules/media-chrome/dist/media-time-display.js":{"bytesInOutput":1867},"../../node_modules/media-chrome/dist/media-captions-button.js":{"bytesInOutput":3952},"../../node_modules/media-chrome/dist/media-seek-forward-button.js":{"bytesInOutput":1338},"../../node_modules/media-chrome/dist/media-fullscreen-button.js":{"bytesInOutput":1562},"../../node_modules/media-chrome/dist/media-mute-button.js":{"bytesInOutput":2419},"../../node_modules/media-chrome/dist/media-pip-button.js":{"bytesInOutput":1291},"../../node_modules/media-chrome/dist/media-play-button.js":{"bytesInOutput":1241},"../../node_modules/media-chrome/dist/media-playback-rate-button.js":{"bytesInOutput":1090},"../../node_modules/media-chrome/dist/media-poster-image.js":{"bytesInOutput":1332},"../../node_modules/media-chrome/dist/media-time-range.js":{"bytesInOutput":9401},"../../node_modules/media-chrome/dist/media-progress-range.js":{"bytesInOutput":177},"../../node_modules/media-chrome/dist/media-seek-backward-button.js":{"bytesInOutput":1339},"../../node_modules/media-chrome/dist/media-preview-time-display.js":{"bytesInOutput":291},"../../node_modules/media-chrome/dist/media-preview-thumbnail.js":{"bytesInOutput":2116},"../../node_modules/media-chrome/dist/media-loading-indicator.js":{"bytesInOutput":2667},"../../node_modules/media-chrome/dist/media-title-element.js":{"bytesInOutput":279},"../../node_modules/media-chrome/dist/media-volume-range.js":{"bytesInOutput":921},"../../node_modules/media-chrome/dist/themes/media-theme.js":{"bytesInOutput":579},"../../node_modules/media-chrome/dist/index.js":{"bytesInOutput":332},"../playback-core/dist/index.mjs":{"bytesInOutput":9384},"../mux-video/dist/index.mjs":{"bytesInOutput":21067},"lang/en.json":{"bytesInOutput":25},"src/utils.ts":{"bytesInOutput":1145},"src/helpers.ts":{"bytesInOutput":2342},"src/logger.ts":{"bytesInOutput":282},"src/video-api.ts":{"bytesInOutput":4586},"../../node_modules/@github/template-parts/lib/template-string-parser.js":{"bytesInOutput":538},"../../node_modules/@github/template-parts/lib/attribute-template-part.js":{"bytesInOutput":1075},"../../node_modules/@github/template-parts/lib/node-template-part.js":{"bytesInOutput":500},"../../node_modules/@github/template-parts/lib/processors.js":{"bytesInOutput":393},"../../node_modules/@github/template-parts/lib/template-instance.js":{"bytesInOutput":1120},"../../node_modules/@github/template-parts/lib/index.js":{"bytesInOutput":0},"src/html.ts":{"bytesInOutput":2673},"src/media-chrome/time-display.ts":{"bytesInOutput":2232},"src/media-theme-mux/styles.css":{"bytesInOutput":5338},"src/media-theme-mux/icons/airplay.svg":{"bytesInOutput":325},"src/media-theme-mux/icons/captions-off.svg":{"bytesInOutput":1793},"src/media-theme-mux/icons/captions-on.svg":{"bytesInOutput":1428},"src/media-theme-mux/icons/cast-enter.svg":{"bytesInOutput":394},"src/media-theme-mux/icons/cast-exit.svg":{"bytesInOutput":468},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytesInOutput":529},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytesInOutput":428},"src/media-theme-mux/icons/pause.svg":{"bytesInOutput":262},"src/media-theme-mux/icons/pip-enter.svg":{"bytesInOutput":269},"src/media-theme-mux/icons/pip-exit.svg":{"bytesInOutput":268},"src/media-theme-mux/icons/play.svg":{"bytesInOutput":186},"src/media-theme-mux/icons/seek-backward.svg":{"bytesInOutput":317},"src/media-theme-mux/icons/seek-forward.svg":{"bytesInOutput":315},"src/media-theme-mux/icons/volume-high.svg":{"bytesInOutput":446},"src/media-theme-mux/icons/volume-low.svg":{"bytesInOutput":340},"src/media-theme-mux/icons/volume-medium.svg":{"bytesInOutput":343},"src/media-theme-mux/icons/volume-off.svg":{"bytesInOutput":747},"src/media-theme-mux/icons.ts":{"bytesInOutput":244},"src/media-theme-mux/media-theme-mux.ts":{"bytesInOutput":9910},"src/media-chrome/dialog.ts":{"bytesInOutput":3517},"src/dialog.ts":{"bytesInOutput":972},"src/styles.css":{"bytesInOutput":6136},"src/template.ts":{"bytesInOutput":4425},"src/errors.ts":{"bytesInOutput":3079},"src/index.ts":{"bytesInOutput":15894}},"bytes":674180}}}
|
package/dist/module.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"../../shared/polyfills/index.js":{"bytes":1440,"imports":[]},"../../node_modules/media-chrome/dist/constants.js":{"bytes":5007,"imports":[]},"../../node_modules/media-chrome/dist/labels/labels.js":{"bytes":1053,"imports":[]},"../../node_modules/media-chrome/dist/utils/time.js":{"bytes":1768,"imports":[]},"../../node_modules/media-chrome/dist/utils/server-safe-globals.js":{"bytes":713,"imports":[]},"../../node_modules/media-chrome/dist/utils/defineCustomElement.js":{"bytes":274,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-chrome-button.js":{"bytes":5811,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-airplay-button.js":{"bytes":1536,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-cast-button.js":{"bytes":3412,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/element-utils.js":{"bytes":1579,"imports":[]},"../../node_modules/media-chrome/dist/media-gesture-receiver.js":{"bytes":4629,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-container.js":{"bytes":9359,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-gesture-receiver.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/attribute-token-list.js":{"bytes":3008,"imports":[]},"../../node_modules/media-chrome/dist/utils/fullscreenApi.js":{"bytes":713,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/utils/stringUtils.js":{"bytes":435,"imports":[]},"../../node_modules/media-chrome/dist/utils/captions.js":{"bytes":4558,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-controller.js":{"bytes":34760,"imports":[{"path":"../../node_modules/media-chrome/dist/media-container.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/attribute-token-list.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/fullscreenApi.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/stringUtils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-chrome-range.js":{"bytes":9844,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-control-bar.js":{"bytes":2481,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-text-display.js":{"bytes":2983,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-current-time-display.js":{"bytes":856,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-duration-display.js":{"bytes":827,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-time-display.js":{"bytes":3986,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-captions-button.js":{"bytes":5412,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/captions.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-seek-forward-button.js":{"bytes":2842,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-fullscreen-button.js":{"bytes":2732,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-mute-button.js":{"bytes":3580,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-pip-button.js":{"bytes":2328,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-play-button.js":{"bytes":2283,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-playback-rate-button.js":{"bytes":2372,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-poster-image.js":{"bytes":2152,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-time-range.js":{"bytes":15580,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-progress-range.js":{"bytes":487,"imports":[{"path":"../../node_modules/media-chrome/dist/media-time-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-seek-backward-button.js":{"bytes":2824,"imports":[{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-preview-time-display.js":{"bytes":878,"imports":[{"path":"../../node_modules/media-chrome/dist/media-text-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-preview-thumbnail.js":{"bytes":4464,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/element-utils.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-loading-indicator.js":{"bytes":4615,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-title-element.js":{"bytes":648,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/media-volume-range.js":{"bytes":2078,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/themes/media-theme.js":{"bytes":1163,"imports":[{"path":"../../node_modules/media-chrome/dist/utils/defineCustomElement.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/media-chrome/dist/index.js":{"bytes":2964,"imports":[{"path":"../../node_modules/media-chrome/dist/constants.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/labels/labels.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/time.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-airplay-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-cast-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-gesture-receiver.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-controller.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-chrome-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-control-bar.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-current-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-duration-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-captions-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-seek-forward-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-fullscreen-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-mute-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-pip-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-play-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-playback-rate-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-poster-image.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-progress-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-seek-backward-button.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-preview-time-display.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-preview-thumbnail.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-time-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-loading-indicator.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-title-element.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/media-volume-range.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/themes/media-theme.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/utils/server-safe-globals.js","kind":"import-statement"}]},"../../node_modules/mux-embed/dist/mux.js":{"bytes":105451,"imports":[]},"../../node_modules/hls.js/dist/hls.js":{"bytes":1036845,"imports":[]},"../playback-core/dist/index.mjs":{"bytes":9635,"imports":[{"path":"../../node_modules/mux-embed/dist/mux.js","kind":"import-statement"},{"path":"../../node_modules/hls.js/dist/hls.js","kind":"import-statement"},{"path":"../../node_modules/hls.js/dist/hls.js","kind":"import-statement"},{"path":"../../node_modules/hls.js/dist/hls.js","kind":"import-statement"}]},"../mux-video/dist/index.mjs":{"bytes":21205,"imports":[{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"lang/en.json":{"bytes":42,"imports":[]},"src/utils.ts":{"bytes":2729,"imports":[{"path":"lang/en.json","kind":"import-statement"}]},"src/helpers.ts":{"bytes":5571,"imports":[{"path":"src/utils.ts","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"src/logger.ts":{"bytes":688,"imports":[{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"}]},"src/video-api.ts":{"bytes":11034,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../mux-video/dist/index.mjs","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/template-string-parser.js":{"bytes":1639,"imports":[]},"../../node_modules/@github/template-parts/lib/attribute-template-part.js":{"bytes":1840,"imports":[]},"../../node_modules/@github/template-parts/lib/node-template-part.js":{"bytes":1087,"imports":[]},"../../node_modules/@github/template-parts/lib/processors.js":{"bytes":1222,"imports":[{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/template-instance.js":{"bytes":3068,"imports":[{"path":"../../node_modules/@github/template-parts/lib/template-string-parser.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/node-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/processors.js","kind":"import-statement"}]},"../../node_modules/@github/template-parts/lib/index.js":{"bytes":452,"imports":[{"path":"../../node_modules/@github/template-parts/lib/template-instance.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/template-string-parser.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/attribute-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/node-template-part.js","kind":"import-statement"},{"path":"../../node_modules/@github/template-parts/lib/processors.js","kind":"import-statement"}]},"src/html.ts":{"bytes":7913,"imports":[{"path":"../../node_modules/@github/template-parts/lib/index.js","kind":"import-statement"}]},"src/media-chrome/time-display.ts":{"bytes":3357,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/media-theme-mux/styles.css":{"bytes":5328,"imports":[]},"src/media-theme-mux/icons/airplay.svg":{"bytes":315,"imports":[]},"src/media-theme-mux/icons/captions-off.svg":{"bytes":1783,"imports":[]},"src/media-theme-mux/icons/captions-on.svg":{"bytes":1418,"imports":[]},"src/media-theme-mux/icons/cast-enter.svg":{"bytes":384,"imports":[]},"src/media-theme-mux/icons/cast-exit.svg":{"bytes":458,"imports":[]},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytes":519,"imports":[]},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytes":418,"imports":[]},"src/media-theme-mux/icons/pause.svg":{"bytes":252,"imports":[]},"src/media-theme-mux/icons/pip-enter.svg":{"bytes":259,"imports":[]},"src/media-theme-mux/icons/pip-exit.svg":{"bytes":258,"imports":[]},"src/media-theme-mux/icons/play.svg":{"bytes":176,"imports":[]},"src/media-theme-mux/icons/seek-backward.svg":{"bytes":307,"imports":[]},"src/media-theme-mux/icons/seek-forward.svg":{"bytes":305,"imports":[]},"src/media-theme-mux/icons/volume-high.svg":{"bytes":436,"imports":[]},"src/media-theme-mux/icons/volume-low.svg":{"bytes":330,"imports":[]},"src/media-theme-mux/icons/volume-medium.svg":{"bytes":333,"imports":[]},"src/media-theme-mux/icons/volume-off.svg":{"bytes":737,"imports":[]},"src/media-theme-mux/icons.ts":{"bytes":2075,"imports":[{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-theme-mux/icons/airplay.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-off.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/captions-on.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/cast-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/fullscreen-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pause.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-enter.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/pip-exit.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/play.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-backward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/seek-forward.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-high.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-low.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-medium.svg","kind":"import-statement"},{"path":"src/media-theme-mux/icons/volume-off.svg","kind":"import-statement"}]},"src/media-theme-mux/media-theme-mux.ts":{"bytes":18092,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/index.js","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/media-chrome/time-display.ts","kind":"import-statement"},{"path":"src/media-theme-mux/styles.css","kind":"import-statement"},{"path":"src/media-theme-mux/icons.ts","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"src/media-chrome/dialog.ts":{"bytes":5723,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"}]},"src/dialog.ts":{"bytes":1254,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"src/media-chrome/dialog.ts","kind":"import-statement"}]},"src/styles.css":{"bytes":6123,"imports":[]},"src/template.ts":{"bytes":5812,"imports":[{"path":"src/media-theme-mux/media-theme-mux.ts","kind":"import-statement"},{"path":"src/dialog.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/styles.css","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"}]},"src/errors.ts":{"bytes":6023,"imports":[{"path":"../mux-video/dist/index.mjs","kind":"import-statement"},{"path":"lang/en.json","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"}]},"src/index.ts":{"bytes":33583,"imports":[{"path":"../../shared/polyfills/index.js","kind":"import-statement"},{"path":"../../node_modules/media-chrome/dist/index.js","kind":"import-statement"},{"path":"../mux-video/dist/index.mjs","kind":"import-statement"},{"path":"../playback-core/dist/index.mjs","kind":"import-statement"},{"path":"src/video-api.ts","kind":"import-statement"},{"path":"src/helpers.ts","kind":"import-statement"},{"path":"src/template.ts","kind":"import-statement"},{"path":"src/html.ts","kind":"import-statement"},{"path":"src/errors.ts","kind":"import-statement"},{"path":"src/utils.ts","kind":"import-statement"},{"path":"src/logger.ts","kind":"import-statement"}]}},"outputs":{"dist/mux-player.mjs":{"imports":[],"exports":["MediaError","default","getVideoAttribute"],"entryPoint":"src/index.ts","inputs":{"../../node_modules/mux-embed/dist/mux.js":{"bytesInOutput":105685},"../../node_modules/hls.js/dist/hls.js":{"bytesInOutput":374115},"../../shared/polyfills/index.js":{"bytesInOutput":767},"../../node_modules/media-chrome/dist/constants.js":{"bytesInOutput":3808},"../../node_modules/media-chrome/dist/labels/labels.js":{"bytesInOutput":774},"../../node_modules/media-chrome/dist/utils/time.js":{"bytesInOutput":738},"../../node_modules/media-chrome/dist/utils/server-safe-globals.js":{"bytesInOutput":394},"../../node_modules/media-chrome/dist/utils/defineCustomElement.js":{"bytesInOutput":88},"../../node_modules/media-chrome/dist/media-chrome-button.js":{"bytesInOutput":3428},"../../node_modules/media-chrome/dist/media-airplay-button.js":{"bytesInOutput":803},"../../node_modules/media-chrome/dist/media-cast-button.js":{"bytesInOutput":2324},"../../node_modules/media-chrome/dist/utils/element-utils.js":{"bytesInOutput":652},"../../node_modules/media-chrome/dist/media-gesture-receiver.js":{"bytesInOutput":2192},"../../node_modules/media-chrome/dist/media-container.js":{"bytesInOutput":6077},"../../node_modules/media-chrome/dist/utils/attribute-token-list.js":{"bytesInOutput":1518},"../../node_modules/media-chrome/dist/utils/fullscreenApi.js":{"bytesInOutput":455},"../../node_modules/media-chrome/dist/utils/stringUtils.js":{"bytesInOutput":145},"../../node_modules/media-chrome/dist/utils/captions.js":{"bytesInOutput":1905},"../../node_modules/media-chrome/dist/media-controller.js":{"bytesInOutput":16581},"../../node_modules/media-chrome/dist/media-chrome-range.js":{"bytesInOutput":7335},"../../node_modules/media-chrome/dist/media-control-bar.js":{"bytesInOutput":1232},"../../node_modules/media-chrome/dist/media-text-display.js":{"bytesInOutput":1727},"../../node_modules/media-chrome/dist/media-current-time-display.js":{"bytesInOutput":280},"../../node_modules/media-chrome/dist/media-duration-display.js":{"bytesInOutput":268},"../../node_modules/media-chrome/dist/media-time-display.js":{"bytesInOutput":1867},"../../node_modules/media-chrome/dist/media-captions-button.js":{"bytesInOutput":3952},"../../node_modules/media-chrome/dist/media-seek-forward-button.js":{"bytesInOutput":1338},"../../node_modules/media-chrome/dist/media-fullscreen-button.js":{"bytesInOutput":1562},"../../node_modules/media-chrome/dist/media-mute-button.js":{"bytesInOutput":2419},"../../node_modules/media-chrome/dist/media-pip-button.js":{"bytesInOutput":1291},"../../node_modules/media-chrome/dist/media-play-button.js":{"bytesInOutput":1241},"../../node_modules/media-chrome/dist/media-playback-rate-button.js":{"bytesInOutput":1090},"../../node_modules/media-chrome/dist/media-poster-image.js":{"bytesInOutput":1332},"../../node_modules/media-chrome/dist/media-time-range.js":{"bytesInOutput":9401},"../../node_modules/media-chrome/dist/media-progress-range.js":{"bytesInOutput":177},"../../node_modules/media-chrome/dist/media-seek-backward-button.js":{"bytesInOutput":1339},"../../node_modules/media-chrome/dist/media-preview-time-display.js":{"bytesInOutput":291},"../../node_modules/media-chrome/dist/media-preview-thumbnail.js":{"bytesInOutput":2116},"../../node_modules/media-chrome/dist/media-loading-indicator.js":{"bytesInOutput":2667},"../../node_modules/media-chrome/dist/media-title-element.js":{"bytesInOutput":279},"../../node_modules/media-chrome/dist/media-volume-range.js":{"bytesInOutput":921},"../../node_modules/media-chrome/dist/themes/media-theme.js":{"bytesInOutput":579},"../../node_modules/media-chrome/dist/index.js":{"bytesInOutput":332},"../playback-core/dist/index.mjs":{"bytesInOutput":9384},"../mux-video/dist/index.mjs":{"bytesInOutput":21067},"lang/en.json":{"bytesInOutput":25},"src/utils.ts":{"bytesInOutput":1145},"src/helpers.ts":{"bytesInOutput":2342},"src/logger.ts":{"bytesInOutput":282},"src/video-api.ts":{"bytesInOutput":4586},"../../node_modules/@github/template-parts/lib/template-string-parser.js":{"bytesInOutput":538},"../../node_modules/@github/template-parts/lib/attribute-template-part.js":{"bytesInOutput":1075},"../../node_modules/@github/template-parts/lib/node-template-part.js":{"bytesInOutput":500},"../../node_modules/@github/template-parts/lib/processors.js":{"bytesInOutput":393},"../../node_modules/@github/template-parts/lib/template-instance.js":{"bytesInOutput":1120},"../../node_modules/@github/template-parts/lib/index.js":{"bytesInOutput":0},"src/html.ts":{"bytesInOutput":2673},"src/media-chrome/time-display.ts":{"bytesInOutput":2232},"src/media-theme-mux/styles.css":{"bytesInOutput":5338},"src/media-theme-mux/icons/airplay.svg":{"bytesInOutput":325},"src/media-theme-mux/icons/captions-off.svg":{"bytesInOutput":1793},"src/media-theme-mux/icons/captions-on.svg":{"bytesInOutput":1428},"src/media-theme-mux/icons/cast-enter.svg":{"bytesInOutput":394},"src/media-theme-mux/icons/cast-exit.svg":{"bytesInOutput":468},"src/media-theme-mux/icons/fullscreen-enter.svg":{"bytesInOutput":529},"src/media-theme-mux/icons/fullscreen-exit.svg":{"bytesInOutput":428},"src/media-theme-mux/icons/pause.svg":{"bytesInOutput":262},"src/media-theme-mux/icons/pip-enter.svg":{"bytesInOutput":269},"src/media-theme-mux/icons/pip-exit.svg":{"bytesInOutput":268},"src/media-theme-mux/icons/play.svg":{"bytesInOutput":186},"src/media-theme-mux/icons/seek-backward.svg":{"bytesInOutput":317},"src/media-theme-mux/icons/seek-forward.svg":{"bytesInOutput":315},"src/media-theme-mux/icons/volume-high.svg":{"bytesInOutput":446},"src/media-theme-mux/icons/volume-low.svg":{"bytesInOutput":340},"src/media-theme-mux/icons/volume-medium.svg":{"bytesInOutput":343},"src/media-theme-mux/icons/volume-off.svg":{"bytesInOutput":747},"src/media-theme-mux/icons.ts":{"bytesInOutput":244},"src/media-theme-mux/media-theme-mux.ts":{"bytesInOutput":9910},"src/media-chrome/dialog.ts":{"bytesInOutput":3517},"src/dialog.ts":{"bytesInOutput":972},"src/styles.css":{"bytesInOutput":6136},"src/template.ts":{"bytesInOutput":4425},"src/errors.ts":{"bytesInOutput":3079},"src/index.ts":{"bytesInOutput":15894}},"bytes":674219}}}
|