@ezuikit/player-theme 3.0.0-beta.3 → 3.0.0-beta.4

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 v3.0.0-beta.3
2
+ * @ezuikit/player-theme v3.0.0-beta.4
3
3
  * Copyright (c) 2026-05-04 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.0.0-beta.3
2
+ * @ezuikit/player-theme v3.0.0-beta.4
3
3
  * Copyright (c) 2026-05-04 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -10334,7 +10334,7 @@ var THEME_DEFAULT_OPTIONS = {
10334
10334
  zh: zh,
10335
10335
  en: en
10336
10336
  };
10337
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.0.0-beta.3';
10337
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.0.0-beta.4';
10338
10338
 
10339
10339
  exports.Control = Control;
10340
10340
  exports.EVENTS = EVENTS;
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.0.0-beta.3
2
+ * @ezuikit/player-theme v3.0.0-beta.4
3
3
  * Copyright (c) 2026-05-04 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -10332,6 +10332,6 @@ var THEME_DEFAULT_OPTIONS = {
10332
10332
  zh: zh,
10333
10333
  en: en
10334
10334
  };
10335
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.0.0-beta.3';
10335
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.0.0-beta.4';
10336
10336
 
10337
10337
  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 v3.0.0-beta.3
2
+ * @ezuikit/player-theme v3.0.0-beta.4
3
3
  * Copyright (c) 2026-05-04 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -12393,7 +12393,7 @@
12393
12393
  zh: zh,
12394
12394
  en: en
12395
12395
  };
12396
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.0.0-beta.3';
12396
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.0.0-beta.4';
12397
12397
 
12398
12398
  // 不要动这里的代码, 这个出口是为了编译成 umd 规范的文件
12399
12399
 
package/dist/style.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.0.0-beta.3
2
+ * @ezuikit/player-theme v3.0.0-beta.4
3
3
  * Copyright (c) 2026-05-04 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": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "player theme",
5
5
  "title": "theme",
6
6
  "main": "dist/index.cjs",
@@ -13,8 +13,8 @@
13
13
  "require": "./dist/index.cjs",
14
14
  "default": "./dist/index.cjs"
15
15
  },
16
- "./dist/style.js": "./dist/style/style.js",
17
- "./dist/style": "./dist/style/style.js",
16
+ "./dist/style.js": "./dist/style.js",
17
+ "./dist/style": "./dist/style.js",
18
18
  "./dist/style.css": "./dist/style.css",
19
19
  "./dist/constant.js": "./dist/constant.js",
20
20
  "./dist/constant": "./dist/constant.js"