@twick/video-editor 0.14.3 → 0.14.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.
@@ -27,7 +27,7 @@
27
27
  }
28
28
  .twick-editor-timeline-section {
29
29
  display: flex;
30
- flex-direction: row;
30
+ flex-direction: column;
31
31
  width: 100%;
32
32
  height: 100%;
33
33
  background-color: #252525;
@@ -108,6 +108,8 @@
108
108
  left: 0;
109
109
  z-index: 40;
110
110
  display: flex;
111
+ justify-content: center;
112
+ align-items: center;
111
113
  flex-grow: 0;
112
114
  min-width: 40px;
113
115
  height: 34px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/video-editor",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@emotion/is-prop-valid": "^1.2.2",
31
- "@twick/canvas": "0.14.3",
32
- "@twick/live-player": "0.14.3",
33
- "@twick/timeline": "0.14.3",
31
+ "@twick/canvas": "0.14.4",
32
+ "@twick/live-player": "0.14.4",
33
+ "@twick/timeline": "0.14.4",
34
34
  "@react-spring/web": "^10.0.1",
35
35
  "@use-gesture/react": "^10.3.0",
36
- "@twick/media-utils": "0.14.3",
36
+ "@twick/media-utils": "0.14.4",
37
37
  "framer-motion": "^11.0.3",
38
38
  "lucide-react": "^0.511.0",
39
39
  "react": "^18.2.0",