@remotion/cli 4.0.67 → 4.0.69
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.
|
@@ -16,7 +16,7 @@ const Ruler = ({ scale, points, originOffset, startMarking, containerRef, markin
|
|
|
16
16
|
var _a;
|
|
17
17
|
const rulerCanvasRef = (0, react_1.useRef)(null);
|
|
18
18
|
const isVerticalRuler = orientation === 'vertical';
|
|
19
|
-
const { shouldCreateGuideRef, setGuidesList, selectedGuideId, hoveredGuideId, setSelectedGuideId, guidesList, } = (0, react_1.useContext)(editor_guides_1.EditorShowGuidesContext);
|
|
19
|
+
const { shouldCreateGuideRef, setGuidesList, selectedGuideId, hoveredGuideId, setSelectedGuideId, guidesList, setEditorShowGuides, } = (0, react_1.useContext)(editor_guides_1.EditorShowGuidesContext);
|
|
20
20
|
const unsafeVideoConfig = remotion_1.Internals.useUnsafeVideoConfig();
|
|
21
21
|
if (!unsafeVideoConfig) {
|
|
22
22
|
throw new Error('Video config not set');
|
|
@@ -68,6 +68,7 @@ const Ruler = ({ scale, points, originOffset, startMarking, containerRef, markin
|
|
|
68
68
|
shouldCreateGuideRef.current = true;
|
|
69
69
|
document.body.style.cursor = 'no-drop';
|
|
70
70
|
const guideId = (0, exports.makeGuideId)();
|
|
71
|
+
setEditorShowGuides(() => true);
|
|
71
72
|
setSelectedGuideId(() => guideId);
|
|
72
73
|
setGuidesList((prevState) => {
|
|
73
74
|
return [
|
|
@@ -83,6 +84,7 @@ const Ruler = ({ scale, points, originOffset, startMarking, containerRef, markin
|
|
|
83
84
|
});
|
|
84
85
|
}, [
|
|
85
86
|
shouldCreateGuideRef,
|
|
87
|
+
setEditorShowGuides,
|
|
86
88
|
setSelectedGuideId,
|
|
87
89
|
setGuidesList,
|
|
88
90
|
orientation,
|
|
@@ -12,6 +12,6 @@ export declare const getInputBorderColor: ({ status, isFocused, isHovered, }: {
|
|
|
12
12
|
status: 'error' | 'warning' | 'ok';
|
|
13
13
|
isFocused: boolean;
|
|
14
14
|
isHovered: boolean;
|
|
15
|
-
}) => "#ff3232" | "hsla(0, 0%, 100%, 0.15)" | "#f1c40f" | "rgba(
|
|
15
|
+
}) => "#ff3232" | "hsla(0, 0%, 100%, 0.15)" | "#f1c40f" | "rgba(0, 0, 0, 0.6)" | "rgba(255, 255, 255, 0.05)";
|
|
16
16
|
export declare const RemotionInput: React.ForwardRefExoticComponent<Pick<Props, "key" | "status" | "rightAlign" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>;
|
|
17
17
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.69",
|
|
4
4
|
"description": "CLI for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"prompts": "2.4.1",
|
|
36
36
|
"semver": "7.5.3",
|
|
37
37
|
"source-map": "0.6.1",
|
|
38
|
-
"@remotion/media-utils": "4.0.
|
|
39
|
-
"@remotion/
|
|
40
|
-
"remotion": "4.0.
|
|
41
|
-
"
|
|
42
|
-
"@remotion/
|
|
38
|
+
"@remotion/media-utils": "4.0.69",
|
|
39
|
+
"@remotion/bundler": "4.0.69",
|
|
40
|
+
"@remotion/player": "4.0.69",
|
|
41
|
+
"remotion": "4.0.69",
|
|
42
|
+
"@remotion/renderer": "4.0.69"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.8.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"react-dom": "18.2.0",
|
|
66
66
|
"vitest": "0.31.1",
|
|
67
67
|
"zod": "^3.22.3",
|
|
68
|
-
"@remotion/
|
|
69
|
-
"@remotion/
|
|
68
|
+
"@remotion/zod-types": "4.0.69",
|
|
69
|
+
"@remotion/tailwind": "4.0.69"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [
|
|
72
72
|
"remotion",
|