@remotion/cli 4.0.0-alpha12 → 4.0.0-alpha13

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.
@@ -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
- }) => "hsla(0, 0%, 100%, 0.15)" | "rgba(255, 255, 255, 0.05)" | "rgba(0, 0, 0, 0.6)" | "#ff3232" | "#f1c40f";
15
+ }) => "hsla(0, 0%, 100%, 0.15)" | "rgba(0, 0, 0, 0.6)" | "rgba(255, 255, 255, 0.05)" | "#ff3232" | "#f1c40f";
16
16
  export declare const RemotionInput: React.ForwardRefExoticComponent<Pick<Props, "key" | keyof React.InputHTMLAttributes<HTMLInputElement> | "status" | "rightAlign"> & React.RefAttributes<HTMLInputElement>>;
17
17
  export {};
@@ -16,4 +16,4 @@ export declare const BLUE_DISABLED = "#284f73";
16
16
  export declare const getBackgroundFromHoverState: ({ selected, hovered, }: {
17
17
  selected: boolean;
18
18
  hovered: boolean;
19
- }) => "transparent" | "hsla(0, 0%, 100%, 0.15)" | "rgba(255, 255, 255, 0.06)" | "hsla(0, 0%, 100%, 0.25)";
19
+ }) => "transparent" | "hsla(0, 0%, 100%, 0.15)" | "hsla(0, 0%, 100%, 0.25)" | "rgba(255, 255, 255, 0.06)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.0-alpha12",
3
+ "version": "4.0.0-alpha13",
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.3.5",
37
37
  "source-map": "0.6.1",
38
- "@remotion/bundler": "4.0.0-alpha12",
39
- "@remotion/media-utils": "4.0.0-alpha12",
40
- "@remotion/player": "4.0.0-alpha12",
41
- "remotion": "4.0.0-alpha12",
42
- "@remotion/renderer": "4.0.0-alpha12"
38
+ "@remotion/bundler": "4.0.0-alpha13",
39
+ "@remotion/renderer": "4.0.0-alpha13",
40
+ "@remotion/player": "4.0.0-alpha13",
41
+ "@remotion/media-utils": "4.0.0-alpha13",
42
+ "remotion": "4.0.0-alpha13"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8.0",
@@ -67,8 +67,8 @@
67
67
  "typescript": "^4.7.0",
68
68
  "vitest": "0.31.1",
69
69
  "zod": "^3.21.4",
70
- "@remotion/zod-types": "4.0.0-alpha12",
71
- "@remotion/tailwind": "4.0.0-alpha12"
70
+ "@remotion/zod-types": "4.0.0-alpha13",
71
+ "@remotion/tailwind": "4.0.0-alpha13"
72
72
  },
73
73
  "keywords": [
74
74
  "remotion",