@twick/video-editor 0.14.14 → 0.14.16

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.
@@ -680,6 +680,7 @@
680
680
 
681
681
  .twick-track-element-content {
682
682
  display: flex;
683
+ user-select: none;
683
684
  align-items: center;
684
685
  width: 100%;
685
686
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/video-editor",
3
- "version": "0.14.14",
3
+ "version": "0.14.16",
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.14",
32
- "@twick/live-player": "0.14.14",
33
- "@twick/timeline": "0.14.14",
31
+ "@twick/canvas": "0.14.16",
32
+ "@twick/live-player": "0.14.16",
33
+ "@twick/timeline": "0.14.16",
34
34
  "@react-spring/web": "^10.0.1",
35
35
  "@use-gesture/react": "^10.3.0",
36
- "@twick/media-utils": "0.14.14",
36
+ "@twick/media-utils": "0.14.16",
37
37
  "framer-motion": "^11.0.3",
38
38
  "lucide-react": "^0.511.0",
39
39
  "react": "^18.2.0",