@wistia/wistia-player-react 0.3.16 → 0.3.17

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.
@@ -8432,7 +8432,7 @@ var init_wistia_player = __esm({
8432
8432
  var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
8433
8433
  var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
8434
8434
  var SSL_EMBED_HOST = "embed-ssl.wistia.com";
8435
- var TAGGED_VERSION2 = "0.3.16";
8435
+ var TAGGED_VERSION2 = "0.3.17";
8436
8436
  var CURRENT_SHA2 = (
8437
8437
  /* unused pure expression or super */
8438
8438
  null
@@ -9338,7 +9338,6 @@ var init_wistia_player = __esm({
9338
9338
  var wrapperStyle = {
9339
9339
  borderRadius: "".concat(borderRadius, "px"),
9340
9340
  display: isVisible ? "block" : "none",
9341
- height: "".concat(scaledHeight, "px"),
9342
9341
  left: "calc(50% + ".concat((leftNudgeFraction || 0) * 100, "%)"),
9343
9342
  marginLeft: "-".concat(scaledWidth / 2, "px"),
9344
9343
  marginTop: "-".concat(scaledHeight / 2, "px"),
@@ -8,7 +8,7 @@ import {
8
8
  import { forwardRef, Suspense, lazy, Fragment } from "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  var WistiaPlayerWrapper = lazy(
11
- async () => import("./WistiaPlayerWrapper-Z76G2JEI.mjs").then((module) => ({
11
+ async () => import("./WistiaPlayerWrapper-G5M42OBX.mjs").then((module) => ({
12
12
  default: module.WistiaPlayerWrapper
13
13
  }))
14
14
  );
@@ -37,7 +37,7 @@ var WistiaPlayerWrapper = forwardRef(
37
37
  setSwatchAspectRatio(ratio);
38
38
  });
39
39
  }
40
- void import("./wistia-player-JV5AKUF3.mjs");
40
+ void import("./wistia-player-KYRLYWN2.mjs");
41
41
  void customElements.whenDefined("wistia-player").then(() => {
42
42
  setIsWistiaPlayerDefined(true);
43
43
  });
@@ -7570,7 +7570,7 @@ var __webpack_modules__ = {
7570
7570
  var PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
7571
7571
  var PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
7572
7572
  var SSL_EMBED_HOST = "embed-ssl.wistia.com";
7573
- var TAGGED_VERSION2 = "0.3.16";
7573
+ var TAGGED_VERSION2 = "0.3.17";
7574
7574
  var CURRENT_SHA2 = (
7575
7575
  /* unused pure expression or super */
7576
7576
  null
@@ -8476,7 +8476,6 @@ var __webpack_modules__ = {
8476
8476
  var wrapperStyle = {
8477
8477
  borderRadius: "".concat(borderRadius, "px"),
8478
8478
  display: isVisible ? "block" : "none",
8479
- height: "".concat(scaledHeight, "px"),
8480
8479
  left: "calc(50% + ".concat((leftNudgeFraction || 0) * 100, "%)"),
8481
8480
  marginLeft: "-".concat(scaledWidth / 2, "px"),
8482
8481
  marginTop: "-".concat(scaledHeight / 2, "px"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/wistia-player-react",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "packageManager": "yarn@4.5.3",
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": [
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@wistia/type-guards": "^0.9.1",
49
- "@wistia/wistia-player": "0.3.16"
49
+ "@wistia/wistia-player": "0.3.17"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": ">=18.0.0 <20.0.0",