@car-cutter/vanilla-webplayer 3.0.0 → 3.0.1
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/index.d.ts +4 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -131,8 +131,10 @@ declare type WebPlayerIconName =
|
|
|
131
131
|
| "UI_PLAY" // Play video
|
|
132
132
|
| "UI_PLUS" // Increase zoom
|
|
133
133
|
| "UI_REDUCE" // Reducing an extended view
|
|
134
|
-
| "UI_360" // 360
|
|
135
|
-
| "
|
|
134
|
+
| "UI_360" // Exterior 360 view
|
|
135
|
+
| "UI_360_PLAY" // Play exterior 360
|
|
136
|
+
| "UI_INTERIOR_360" // Interior 360 view
|
|
137
|
+
| "UI_INTERIOR_360_PLAY" // Play interior 360 view
|
|
136
138
|
| "UI_VOLUME" // Video volume
|
|
137
139
|
| "UI_VOLUME_OFF" // Muted video
|
|
138
140
|
| "CONTROLS_PREV" // Go to previous media
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@car-cutter/vanilla-webplayer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CarCutter",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"analyze": "vite-bundle-visualizer"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@car-cutter/wc-webplayer": "3.0.
|
|
34
|
+
"@car-cutter/wc-webplayer": "3.0.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@car-cutter/eslint-config": "*",
|