@ezuikit/player-theme 3.1.5-beta.3 → 3.1.5-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/style.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.1.5-beta.3
3
- * Copyright (c) 2026-09-04 06:40:24 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v3.1.5-beta.4
3
+ * Copyright (c) 2026-09-15 13:35:29 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  require("./style.css");
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "@ezuikit/player-theme",
3
- "version": "3.1.5-beta.3",
4
- "description": "player theme",
5
- "title": "theme",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/types/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/types/index.d.ts",
12
- "import": "./dist/index.esm.js",
13
- "require": "./dist/index.cjs",
14
- "default": "./dist/index.cjs"
15
- },
16
- "./dist/style.js": "./dist/style.js",
17
- "./dist/style": "./dist/style.js",
18
- "./dist/style.css": "./dist/style.css",
19
- "./dist/constant.js": "./dist/constant.js",
20
- "./dist/constant": "./dist/constant.js"
21
- },
22
- "files": [
23
- "dist",
24
- "!dist/*.map"
25
- ],
26
- "keywords": [
27
- "player",
28
- "theme",
29
- "ezuikit",
30
- "ezviz",
31
- "ezopen",
32
- "ui"
33
- ],
34
- "author": "Ezviz-OpenBiz",
35
- "license": "MIT",
36
- "dependencies": {
37
- "@ezuikit/utils-i18n": "^2.0.1",
38
- "@ezuikit/utils-logger": "^2.0.1",
39
- "@ezuikit/utils-tools": "^2.0.7",
40
- "@ezuikit/control-date-picker": "2.1.2-beta.1",
41
- "@ezuikit/control-time-line": "2.1.0",
42
- "@ezuikit/control-ptz": "1.0.0",
43
- "@ezuikit/control-rec-list-modal": "0.0.1",
44
- "@ezuikit/control-segment-progress": "0.0.1",
45
- "@ezuikit/control-zoom": "1.0.0-beta.4",
46
- "@juggle/resize-observer": "^3.4.0",
47
- "@skax/delegate": "4.0.2",
48
- "@skax/picker": "1.1.8",
49
- "deepmerge": "^4.3.1",
50
- "eventemitter3": "^5.0.1",
51
- "screenfull": "5.2.0"
52
- },
53
- "publishConfig": {
54
- "access": "public",
55
- "registry": "https://registry.npmjs.org/"
56
- },
57
- "repository": {
58
- "type": "git",
59
- "url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme.git"
60
- },
61
- "bugs": {
62
- "url": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme/issues"
63
- },
64
- "homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme#readme"
65
- }
1
+ {
2
+ "name": "@ezuikit/player-theme",
3
+ "version": "3.1.5-beta.4",
4
+ "description": "player theme",
5
+ "title": "theme",
6
+ "main": "dist/index.cjs",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/types/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/types/index.d.ts",
12
+ "import": "./dist/index.esm.js",
13
+ "require": "./dist/index.cjs",
14
+ "default": "./dist/index.cjs"
15
+ },
16
+ "./dist/style.js": "./dist/style.js",
17
+ "./dist/style": "./dist/style.js",
18
+ "./dist/style.css": "./dist/style.css",
19
+ "./dist/constant.js": "./dist/constant.js",
20
+ "./dist/constant": "./dist/constant.js"
21
+ },
22
+ "files": [
23
+ "dist",
24
+ "!dist/*.map"
25
+ ],
26
+ "keywords": [
27
+ "player",
28
+ "theme",
29
+ "ezuikit",
30
+ "ezviz",
31
+ "ezopen",
32
+ "ui"
33
+ ],
34
+ "author": "Ezviz-OpenBiz",
35
+ "license": "MIT",
36
+ "dependencies": {
37
+ "@ezuikit/utils-i18n": "^2.0.1",
38
+ "@ezuikit/utils-logger": "^2.0.1",
39
+ "@ezuikit/utils-tools": "^2.0.7",
40
+ "@ezuikit/control-date-picker": "2.1.2-beta.1",
41
+ "@ezuikit/control-time-line": "2.1.0",
42
+ "@ezuikit/control-ptz": "1.0.0",
43
+ "@ezuikit/control-rec-list-modal": "0.0.2",
44
+ "@ezuikit/control-segment-progress": "0.0.1",
45
+ "@ezuikit/control-zoom": "1.0.0-beta.4",
46
+ "@juggle/resize-observer": "^3.4.0",
47
+ "@skax/delegate": "4.0.2",
48
+ "@skax/picker": "1.1.8",
49
+ "deepmerge": "^4.3.1",
50
+ "eventemitter3": "^5.0.1",
51
+ "screenfull": "5.2.0"
52
+ },
53
+ "publishConfig": {
54
+ "access": "public",
55
+ "registry": "https://registry.npmjs.org/"
56
+ },
57
+ "repository": {
58
+ "type": "git",
59
+ "url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme.git"
60
+ },
61
+ "bugs": {
62
+ "url": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme/issues"
63
+ },
64
+ "homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme#readme"
65
+ }