@twick/studio 0.15.12 → 0.15.13

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/studio.css CHANGED
@@ -1559,6 +1559,10 @@ video::-webkit-media-controls-panel {
1559
1559
  border-radius: 10px;
1560
1560
  background-color: #000;
1561
1561
  color: #fff;
1562
+ }/* Ensure the live preview player fills the editor container */.twick-editor-container twick-player {
1563
+ width: 100%;
1564
+ height: 100%;
1565
+ display: block;
1562
1566
  }.twick-editor-canvas-container {
1563
1567
  position: absolute;
1564
1568
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/studio",
3
- "version": "0.15.12",
3
+ "version": "0.15.13",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -33,14 +33,14 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@twick/canvas": "0.15.12",
37
- "@twick/core": "^0.15.12",
38
- "@twick/live-player": "0.15.12",
39
- "@twick/media-utils": "0.15.12",
40
- "@twick/player-react": "^0.15.12",
41
- "@twick/timeline": "0.15.12",
42
- "@twick/video-editor": "0.15.12",
43
- "@twick/visualizer": "0.15.12",
36
+ "@twick/canvas": "0.15.13",
37
+ "@twick/core": "^0.15.13",
38
+ "@twick/live-player": "0.15.13",
39
+ "@twick/media-utils": "0.15.13",
40
+ "@twick/player-react": "^0.15.13",
41
+ "@twick/timeline": "0.15.13",
42
+ "@twick/video-editor": "0.15.13",
43
+ "@twick/visualizer": "0.15.13",
44
44
  "lucide-react": "^0.511.0"
45
45
  },
46
46
  "peerDependencies": {
@@ -51,9 +51,9 @@
51
51
  "@types/node": "^20.11.24",
52
52
  "@types/react": "^18.0.0 || ^19.0.0",
53
53
  "@types/react-dom": "^18.0.0 || ^19.0.0",
54
- "@twick/timeline": "0.15.12",
55
- "@twick/live-player": "0.15.12",
56
- "@twick/video-editor": "0.15.12",
54
+ "@twick/timeline": "0.15.13",
55
+ "@twick/live-player": "0.15.13",
56
+ "@twick/video-editor": "0.15.13",
57
57
  "rimraf": "^5.0.5",
58
58
  "typedoc": "^0.25.8",
59
59
  "typedoc-plugin-markdown": "^3.17.1",