@vindral/web-sdk 3.2.4 → 3.3.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/index.d.ts +482 -465
- package/{index.mjs → index.js} +1541 -1594
- package/index.umd.cjs +37 -0
- package/package.json +7 -7
- package/style.css +1 -1
- package/index.umd.js +0 -37
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.
|
|
2
|
+
"version": "3.3.0",
|
|
3
3
|
"name": "@vindral/web-sdk",
|
|
4
|
-
"main": "./index.umd.
|
|
5
|
-
"module": "./index.
|
|
4
|
+
"main": "./index.umd.cjs",
|
|
5
|
+
"module": "./index.js",
|
|
6
6
|
"style": "./style.css",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./index.d.ts",
|
|
10
|
-
"require": "./index.umd.
|
|
11
|
-
"import": "./index.
|
|
10
|
+
"require": "./index.umd.cjs",
|
|
11
|
+
"import": "./index.js"
|
|
12
12
|
},
|
|
13
13
|
"./style.css": "./style.css"
|
|
14
14
|
},
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"files": [
|
|
23
23
|
"README.md",
|
|
24
24
|
"LICENSES",
|
|
25
|
-
"index.
|
|
26
|
-
"index.umd.
|
|
25
|
+
"index.js",
|
|
26
|
+
"index.umd.cjs",
|
|
27
27
|
"style.css",
|
|
28
28
|
"index.d.ts"
|
|
29
29
|
]
|
package/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._bar_16xpe_1{z-index:11;position:absolute;display:flex;bottom:2em;right:2em;left:2em;padding:0 10px;margin:0 auto;max-width:900px;height:40px;border-radius:10px;background-color:#0009;backdrop-filter:blur(6px);box-shadow:inset 0 1px #fff3,#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;transition:all .25s ease;transform:translateZ(0)}@media only screen and (max-width: 576px){._bar_16xpe_1{bottom:0;right:0;left:0;padding:0;border-radius:0}}@media only screen and (max-width: 360px){._bar_16xpe_1{height:30px}._bar_16xpe_1 svg{height:30px}}@media only screen and (max-width: 200px){._bar_16xpe_1{zoom:.7}}._hidden_16xpe_46{transform:translate3d(0,40px,400px);opacity:0}._bar_16xpe_1 google-cast-launcher{padding:7px;color:#fff;cursor:pointer;--disconnected-color: white}._channel-selection-item_suenn_1{padding:8px;cursor:pointer;border:2px solid transparent;border-radius:.5em}._channel-selection-item-selected_suenn_8{background-color:#0080ff33;border-color:#fff}._channel-selection-item-image_suenn_13{position:absolute;left:0;top:0}._withThumbnails_suenn_19{background-size:cover;text-align:center;font-weight:700;margin:.5em}@media only screen and (max-width: 260px){._hide-on-small_suenn_27{display:none}}._icon-button_5fg7v_1{transition:.25s ease transform}._icon-button_5fg7v_1:hover{transform:scale(.9)}._icon-button_5fg7v_1:active{transform:scale(.8)}._list_oecdq_1{overflow:hidden;border-radius:10px;background-color:#0009;backdrop-filter:blur(6px);box-shadow:inset 0 1px #fff3,#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;transition:all .25s ease}._list-item_oecdq_11{color:#fff}._list-item-disabled_oecdq_15{opacity:.5}._hidden_oecdq_19{display:none}._container_13xnz_1{position:relative;cursor:pointer}._hidden_13xnz_6{display:none}._list_13xnz_10{position:absolute;width:150px;left:22px;transform:translate(-50%);bottom:44px;overflow-y:auto}._language-button-item_1dov5_1{padding:8px;cursor:pointer}._language-button-item-selected_1dov5_6{background-color:#0080ff33}._item_5vhyo_1{padding:8px;cursor:pointer}._item-selected_5vhyo_6{background-color:#0080ff33}._title_5vhyo_10{display:block}._sub-title_5vhyo_14{display:block;font-size:12px;opacity:.9}@media only screen and (max-width: 260px){._hide-on-small_5vhyo_21{display:none}}.
|
|
1
|
+
._buffering_1ccif_1{display:flex;align-items:center;justify-content:center;position:absolute;top:16px;left:16px;border-radius:100%;background-color:#0000004d;transition:opacity .25s;transition-delay:1s;opacity:1;pointer-events:none}._buffering-fullscreen_1ccif_16{top:0;left:0;width:100%;height:100%;border-radius:0;transition-delay:0s}._hidden_1ccif_25{pointer-events:none;transition-delay:0s;opacity:0}._buffering-indicator_1ccif_31{width:40px;height:40px;border-radius:40px;background-color:#fff;animation:_scaleout_1ccif_1 1s infinite ease-in-out}@-webkit-keyframes _scaleout_1ccif_1{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1);opacity:0}}@keyframes _scaleout_1ccif_1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}._bar_16xpe_1{z-index:11;position:absolute;display:flex;bottom:2em;right:2em;left:2em;padding:0 10px;margin:0 auto;max-width:900px;height:40px;border-radius:10px;background-color:#0009;backdrop-filter:blur(6px);box-shadow:inset 0 1px #fff3,#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;transition:all .25s ease;transform:translateZ(0)}@media only screen and (max-width: 576px){._bar_16xpe_1{bottom:0;right:0;left:0;padding:0;border-radius:0}}@media only screen and (max-width: 360px){._bar_16xpe_1{height:30px}._bar_16xpe_1 svg{height:30px}}@media only screen and (max-width: 200px){._bar_16xpe_1{zoom:.7}}._hidden_16xpe_46{transform:translate3d(0,40px,400px);opacity:0}._bar_16xpe_1 google-cast-launcher{padding:7px;color:#fff;cursor:pointer;--disconnected-color: white}._channel-selection-item_suenn_1{padding:8px;cursor:pointer;border:2px solid transparent;border-radius:.5em}._channel-selection-item-selected_suenn_8{background-color:#0080ff33;border-color:#fff}._channel-selection-item-image_suenn_13{position:absolute;left:0;top:0}._withThumbnails_suenn_19{background-size:cover;text-align:center;font-weight:700;margin:.5em}@media only screen and (max-width: 260px){._hide-on-small_suenn_27{display:none}}._icon-button_5fg7v_1{transition:.25s ease transform}._icon-button_5fg7v_1:hover{transform:scale(.9)}._icon-button_5fg7v_1:active{transform:scale(.8)}._list_oecdq_1{overflow:hidden;border-radius:10px;background-color:#0009;backdrop-filter:blur(6px);box-shadow:inset 0 1px #fff3,#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;transition:all .25s ease}._list-item_oecdq_11{color:#fff}._list-item-disabled_oecdq_15{opacity:.5}._hidden_oecdq_19{display:none}._container_13xnz_1{position:relative;cursor:pointer}._hidden_13xnz_6{display:none}._list_13xnz_10{position:absolute;width:150px;left:22px;transform:translate(-50%);bottom:44px;overflow-y:auto}._language-button-item_1dov5_1{padding:8px;cursor:pointer}._language-button-item-selected_1dov5_6{background-color:#0080ff33}._item_5vhyo_1{padding:8px;cursor:pointer}._item-selected_5vhyo_6{background-color:#0080ff33}._title_5vhyo_10{display:block}._sub-title_5vhyo_14{display:block;font-size:12px;opacity:.9}@media only screen and (max-width: 260px){._hide-on-small_5vhyo_21{display:none}}._castoverlay_1n91l_1{position:absolute;top:0;left:0;width:100%;font-size:20px;text-align:center;padding:5% 0;box-shadow:0 0 20px #000;background:#00000080;pointer-events:none}@media only screen and (max-width: 600px){._castoverlay_1n91l_1{font-size:14px}}._hidden_1n91l_20{display:none}@keyframes _show-and-scaleup_137xm_1{0%{opacity:0;transform:scale(0)}20%{opacity:0}70%{opacity:1}to{opacity:1;transform:scale(1)}}._button_137xm_21{max-width:20vw;width:14em;height:7em;margin-bottom:.5em;padding:.5em .75em;background:#222;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:flex-start;font-size:1em;font-weight:700;border:2px solid transparent;border-radius:.5em;box-shadow:inset 0 1px #fff3,#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;opacity:0;animation-delay:0s;animation-duration:.5s;animation-name:_show-and-scaleup_137xm_1;color:#fff;text-align:center;animation-fill-mode:forwards;cursor:pointer}._button_137xm_21 span{z-index:99;width:100%;pointer-events:none}@media only screen and (max-width: 400px){._button_137xm_21 span{display:none}}@media only screen and (max-width: 576px){._button_137xm_21{width:7em;height:3.5em;margin-bottom:.3em;padding:.3em .5em}._button_137xm_21 span{font-size:.5em}}@media only screen and (max-width: 768px){._button_137xm_21 span{font-size:.7em}}@media only screen and (max-width: 768px) and (min-width: 576px){._button_137xm_21{width:10em;height:5em;margin-bottom:.4em;padding:.4em .6em}}._image_137xm_96{position:absolute;inset:0;background-size:cover;background-clip:padding-box;opacity:1;transition:opacity 3s}._overlay_137xm_116{opacity:0;position:absolute;inset:0;background:#0006;background-position:50% 50%;background-repeat:no-repeat;background-size:2em}._overlay_137xm_116:hover{opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0ic3ZnXzEiIGQ9Im0xNTc2LDkyN2wtMTMyOCw3MzhxLTIzLDEzIC0zOS41LDN0LTE2LjUsLTM2bDAsLTE0NzJxMCwtMjYgMTYuNSwtMzZ0MzkuNSwzbDEzMjgsNzM4cTIzLDEzIDIzLDMxdC0yMywzMXoiLz4KIDwvZz4KPC9zdmc+)}._selected_137xm_134{border-color:#fff;pointer-events:none}._hidden_137xm_139{display:none}._disabled_137xm_143{background-color:#18121299}._channel-selection-overlay_btpgd_1{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ff4d914d}._container_btpgd_13{display:flex;flex-direction:column;position:absolute;top:0;right:0;z-index:10;padding:1em;max-height:calc(100% - 60px);overflow-y:auto}@media only screen and (max-width: 576px){._container_btpgd_13{padding:.3em}}@media only screen and (max-width: 768px) and (min-width: 576px){._container_btpgd_13{padding:.6em}}._hidden_btpgd_37{display:none}._disabled_btpgd_41{background-color:#18121299}._fullscreen_1v9d8_1{position:fixed!important;inset:0!important;margin:0!important;box-sizing:border-box!important;min-width:0!important;max-width:none!important;min-height:0!important;max-height:none!important;width:100%!important;height:100%!important;transform:none!important;z-index:1000!important;background:#000;inset:0;object-fit:contain}._player_1jt4y_1{position:relative;background-color:#141414;overflow:hidden;width:100%;display:flex;justify-content:center}._player_1jt4y_1>video,._player_1jt4y_1>canvas{object-fit:contain}._player_1jt4y_1:focus-visible{outline:none}._one-to-one_1jt4y_19>video,._one-to-one_1jt4y_19>canvas{height:auto!important;max-height:auto!important;width:auto!important;max-width:auto!important;object-fit:contain}._audio-only_1jt4y_28{min-height:100px;overflow:visible}._playoverlay_1niji_1{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;cursor:pointer;transition:opacity .25s;transition-delay:.5s;opacity:1}._hidden_1niji_17{pointer-events:none;transition-delay:0s;opacity:0}._playoverlay-indicator_1niji_23{width:0;height:0;border-top:40px solid transparent;border-bottom:40px solid transparent;border-left:60px solid rgba(255,255,255,.8)}@media only screen and (max-width: 400px){._playoverlay-indicator_1niji_23{border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid rgba(255,255,255,.8)}}
|