@wistia/wistia-player-react 0.7.21 → 0.7.23

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @wistia/wistia-player-react
2
2
 
3
+ ## 0.7.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 8df1ac5: Prevent the player packages from installing webpack for runtime consumers.
8
+ - Updated dependencies [8df1ac5]
9
+ - @wistia/wistia-player@0.7.23
10
+
11
+ ## 0.7.22
12
+
13
+ ### Patch Changes
14
+
15
+ - e57767a: Fix forms that appear on hover pushing player content around
16
+ - Updated dependencies [e57767a]
17
+ - @wistia/wistia-player@0.7.22
18
+
3
19
  ## 0.7.21
4
20
 
5
21
  ### Patch Changes
@@ -7664,8 +7664,8 @@ var init_wistia_player = __esm({
7664
7664
  const PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
7665
7665
  const PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
7666
7666
  const SSL_EMBED_HOST = "embed-ssl.wistia.com";
7667
- const TAGGED_VERSION = "0.7.21";
7668
- const CURRENT_SHA = "d8739bb392f0bb3be65ab48778e96a15bbd79109";
7667
+ const TAGGED_VERSION = "0.7.23";
7668
+ const CURRENT_SHA = "dec58fa7760db8f0dbbc3a8992c375c576d6dc5b";
7669
7669
  const DEFAULT_PROTOCOL = (() => {
7670
7670
  if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
7671
7671
  return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
@@ -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-YAIKJZLA.mjs").then((module) => ({
11
+ async () => import("./WistiaPlayerWrapper-KWBQL7MU.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-V3MPKQR3.mjs");
40
+ void import("./wistia-player-UM6EIJA3.mjs");
41
41
  void customElements.whenDefined("wistia-player").then(() => {
42
42
  setIsWistiaPlayerDefined(true);
43
43
  });
@@ -7023,8 +7023,8 @@ var __webpack_modules__ = {
7023
7023
  const PROD_SSL_EMBED_HOST = "embed-ssl.wistia.com";
7024
7024
  const PROD_FASTLY_SSL_HOST = "embed-fastly.wistia.com";
7025
7025
  const SSL_EMBED_HOST = "embed-ssl.wistia.com";
7026
- const TAGGED_VERSION = "0.7.21";
7027
- const CURRENT_SHA = "d8739bb392f0bb3be65ab48778e96a15bbd79109";
7026
+ const TAGGED_VERSION = "0.7.23";
7027
+ const CURRENT_SHA = "dec58fa7760db8f0dbbc3a8992c375c576d6dc5b";
7028
7028
  const DEFAULT_PROTOCOL = (() => {
7029
7029
  if (typeof window !== "undefined" && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z === window && utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location) {
7030
7030
  return utilities_root_js__WEBPACK_IMPORTED_MODULE_0__.z.location.protocol;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/wistia-player-react",
3
- "version": "0.7.21",
3
+ "version": "0.7.23",
4
4
  "packageManager": "yarn@4.18.0",
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.3",
49
- "@wistia/wistia-player": "0.7.21"
49
+ "@wistia/wistia-player": "0.7.23"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": ">=18.0.0 <20.0.0",