@ezuikit/player-theme 2.1.2-beta.6 → 2.1.2-beta.8

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/dist/constant.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.6
2
+ * @ezuikit/player-theme v2.1.2-beta.8
3
3
  * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.6
2
+ * @ezuikit/player-theme v2.1.2-beta.8
3
3
  * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -8555,9 +8555,7 @@ function _ts_generator$2(thisArg, body) {
8555
8555
  Control.prototype.destroy.call(this);
8556
8556
  };
8557
8557
  _proto.updateOptions = function updateOptions(options) {
8558
- this._options = deepmerge(this._options, options, {
8559
- clone: false
8560
- });
8558
+ this._options = _extends$9({}, this._options, options);
8561
8559
  };
8562
8560
  /**
8563
8561
  * 点击 Control 会触发
@@ -11958,7 +11956,7 @@ var THEME_DEFAULT_OPTIONS = {
11958
11956
  zh: zh,
11959
11957
  en: en
11960
11958
  };
11961
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.6';
11959
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.8';
11962
11960
 
11963
11961
  exports.Control = Control;
11964
11962
  exports.EVENTS = EVENTS;
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.6
2
+ * @ezuikit/player-theme v2.1.2-beta.8
3
3
  * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -8553,9 +8553,7 @@ function _ts_generator$2(thisArg, body) {
8553
8553
  Control.prototype.destroy.call(this);
8554
8554
  };
8555
8555
  _proto.updateOptions = function updateOptions(options) {
8556
- this._options = deepmerge(this._options, options, {
8557
- clone: false
8558
- });
8556
+ this._options = _extends$9({}, this._options, options);
8559
8557
  };
8560
8558
  /**
8561
8559
  * 点击 Control 会触发
@@ -11956,6 +11954,6 @@ var THEME_DEFAULT_OPTIONS = {
11956
11954
  zh: zh,
11957
11955
  en: en
11958
11956
  };
11959
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.6';
11957
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.8';
11960
11958
 
11961
11959
  export { Control, EVENTS, Fullscreen, Loading, Message, Play, Poster, Rec, Theme, Utils, Volume };
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.6
2
+ * @ezuikit/player-theme v2.1.2-beta.8
3
3
  * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -10197,9 +10197,7 @@
10197
10197
  Control.prototype.destroy.call(this);
10198
10198
  };
10199
10199
  _proto.updateOptions = function updateOptions(options) {
10200
- this._options = deepmerge(this._options, options, {
10201
- clone: false
10202
- });
10200
+ this._options = _extends$9({}, this._options, options);
10203
10201
  };
10204
10202
  /**
10205
10203
  * 点击 Control 会触发
@@ -14110,7 +14108,7 @@
14110
14108
  zh: zh,
14111
14109
  en: en
14112
14110
  };
14113
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.6';
14111
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.8';
14114
14112
 
14115
14113
  // 不要动这里的代码, 这个出口是为了编译成 umd 规范的文件
14116
14114
 
package/dist/style.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.6
2
+ * @ezuikit/player-theme v2.1.2-beta.8
3
3
  * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezuikit/player-theme",
3
- "version": "2.1.2-beta.6",
3
+ "version": "2.1.2-beta.8",
4
4
  "description": "player theme",
5
5
  "title": "theme",
6
6
  "main": "dist/index.js",