@wistia/wistia-player-react 0.0.35 → 0.0.36
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.
|
@@ -9303,7 +9303,7 @@ var init_wistia_player = __esm({
|
|
|
9303
9303
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
9304
9304
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
9305
9305
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
9306
|
-
var TAGGED_VERSION = "0.0.
|
|
9306
|
+
var TAGGED_VERSION = "0.0.36";
|
|
9307
9307
|
var DEFAULT_PROTOCOL = function() {
|
|
9308
9308
|
if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
|
|
9309
9309
|
return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
|
|
@@ -14737,6 +14737,7 @@ var init_wistia_player = __esm({
|
|
|
14737
14737
|
_classPrivateFieldGet(_removeEventListeners, this).forEach(function(removeListener) {
|
|
14738
14738
|
return removeListener();
|
|
14739
14739
|
});
|
|
14740
|
+
_classPrivateFieldSet(_hasElementConnectedToDOM, this, false);
|
|
14740
14741
|
(0, _utilities_injectJsonLd_js__WEBPACK_IMPORTED_MODULE_21__.Z)(_classPrivateFieldGet(_jsonLdId, this));
|
|
14741
14742
|
(0, _utilities_remote_data_cache_ts__WEBPACK_IMPORTED_MODULE_23__.s3)(this.mediaId);
|
|
14742
14743
|
(_classPrivateFieldGet8 = _classPrivateFieldGet(_resizeObserver, this)) === null || _classPrivateFieldGet8 === void 0 ? void 0 : _classPrivateFieldGet8.disconnect();
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import { forwardRef, Suspense, lazy } from "react";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
9
|
var WistiaPlayerWrapper = lazy(
|
|
10
|
-
async () => import("./WistiaPlayerWrapper-
|
|
10
|
+
async () => import("./WistiaPlayerWrapper-UKDLAHQW.mjs").then((module) => ({
|
|
11
11
|
default: module.WistiaPlayerWrapper
|
|
12
12
|
}))
|
|
13
13
|
);
|
|
@@ -32,7 +32,7 @@ var WistiaPlayerWrapper = forwardRef(
|
|
|
32
32
|
setSwatchAspectRatio(ratio);
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
|
-
void import("./wistia-player-
|
|
35
|
+
void import("./wistia-player-PEZ2DUDQ.mjs").then(() => {
|
|
36
36
|
setIsWistiaPlayerImported(true);
|
|
37
37
|
});
|
|
38
38
|
void customElements.whenDefined("wistia-player").then(() => {
|
|
@@ -8394,7 +8394,7 @@ var __webpack_modules__ = {
|
|
|
8394
8394
|
var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8395
8395
|
var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
|
|
8396
8396
|
var SSL_EMBED_HOST = "embed-ssl.wistia.com";
|
|
8397
|
-
var TAGGED_VERSION = "0.0.
|
|
8397
|
+
var TAGGED_VERSION = "0.0.36";
|
|
8398
8398
|
var DEFAULT_PROTOCOL = function() {
|
|
8399
8399
|
if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
|
|
8400
8400
|
return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
|
|
@@ -14290,6 +14290,7 @@ var WistiaPlayer = /* @__PURE__ */ function(_HTMLElement) {
|
|
|
14290
14290
|
_classPrivateFieldGet(_removeEventListeners, this).forEach(function(removeListener) {
|
|
14291
14291
|
return removeListener();
|
|
14292
14292
|
});
|
|
14293
|
+
_classPrivateFieldSet(_hasElementConnectedToDOM, this, false);
|
|
14293
14294
|
(0, _utilities_injectJsonLd_js__WEBPACK_IMPORTED_MODULE_21__.Z)(_classPrivateFieldGet(_jsonLdId, this));
|
|
14294
14295
|
(0, _utilities_remote_data_cache_ts__WEBPACK_IMPORTED_MODULE_23__.s3)(this.mediaId);
|
|
14295
14296
|
(_classPrivateFieldGet8 = _classPrivateFieldGet(_resizeObserver, this)) === null || _classPrivateFieldGet8 === void 0 ? void 0 : _classPrivateFieldGet8.disconnect();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/wistia-player-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
5
5
|
"description": "An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"start:dev:yalc": "run build:react:dev --watch --yalc"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@wistia/wistia-player": "0.0.
|
|
48
|
+
"@wistia/wistia-player": "0.0.36"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.25.2",
|