@remotion/studio 4.0.357 → 4.0.358

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.
Files changed (38) hide show
  1. package/.turbo/turbo-formatting.log +4 -0
  2. package/.turbo/turbo-lint.log +28 -0
  3. package/.turbo/turbo-make.log +2 -5
  4. package/dist/api/get-static-files.d.ts +1 -1
  5. package/dist/components/Timeline/LoopedIndicator.js +1 -1
  6. package/dist/components/Timeline/LoopedTimelineIndicators.js +6 -5
  7. package/dist/esm/{chunk-9b7dmaxn.js → chunk-j2wqjmwz.js} +24 -18
  8. package/dist/esm/{chunk-h26rhase.js → chunk-wc2c2x4m.js} +17 -11
  9. package/dist/esm/internals.mjs +16 -10
  10. package/dist/esm/previewEntry.mjs +16 -10
  11. package/dist/esm/renderEntry.mjs +2 -2
  12. package/package.json +92 -92
  13. package/tsconfig.tsbuildinfo +1 -1
  14. package/.turbo/turbo-test.log +0 -86
  15. package/LICENSE.md +0 -49
  16. package/dist/esm/chunk-4pe36a6v.js +0 -46840
  17. package/dist/esm/chunk-537k7w8j.js +0 -46766
  18. package/dist/esm/chunk-621t537e.js +0 -46761
  19. package/dist/esm/chunk-7ebekhek.js +0 -46772
  20. package/dist/esm/chunk-arzxf57z.js +0 -47030
  21. package/dist/esm/chunk-avss9483.js +0 -47028
  22. package/dist/esm/chunk-bcs5xcvy.js +0 -46764
  23. package/dist/esm/chunk-bgfkgcmg.js +0 -25
  24. package/dist/esm/chunk-cf4g1482.js +0 -25
  25. package/dist/esm/chunk-ckeskzn9.js +0 -46840
  26. package/dist/esm/chunk-ckv2bvaf.js +0 -46840
  27. package/dist/esm/chunk-ec8ke7ka.js +0 -47031
  28. package/dist/esm/chunk-genqsbxw.js +0 -46840
  29. package/dist/esm/chunk-gsv9zjt5.js +0 -47029
  30. package/dist/esm/chunk-h0d5z5fq.js +0 -46840
  31. package/dist/esm/chunk-jj18anfn.js +0 -46774
  32. package/dist/esm/chunk-jz78ytrt.js +0 -47027
  33. package/dist/esm/chunk-kdprv7ha.js +0 -46760
  34. package/dist/esm/chunk-qv5xwxwh.js +0 -46763
  35. package/dist/esm/chunk-r343ardc.js +0 -46773
  36. package/dist/esm/chunk-xnv9k83w.js +0 -46761
  37. package/dist/esm/chunk-z1myjaxv.js +0 -46764
  38. package/dist/esm/chunk-zjtmp09e.js +0 -46840
@@ -1,86 +0,0 @@
1
-
2
- $ bun test src
3
- bun test v1.2.21 (7c45ed97)
4
- 
5
- src/test/stringify-default-props.test.ts:
6
- ✓ Should stringify default props correctly [3.36ms]
7
- ✓ Should stringify default props correctly [4.46ms]
8
- 
9
- src/test/sequenced-timeline.test.ts:
10
- ✓ Should calculate sequences correctly [5.59ms]
11
- 
12
- src/test/create-zod-values.test.ts:
13
- ✓ Should be able to create a string [1.68ms]
14
- ✓ Should be able to create a number [0.66ms]
15
- ✓ Should be able to create an object [0.43ms]
16
- ✓ Should be able to create an array [0.57ms]
17
- ✓ Should be able to create a union [0.40ms]
18
- ✓ Zod literal [0.21ms]
19
- ✓ Should be able to create a discriminated union [1.38ms]
20
- ✓ Zod instanceof [0.57ms]
21
- ✓ Zod intersection [0.82ms]
22
- ✓ Zod tuples [1.28ms]
23
- ✓ Zod record [0.38ms]
24
- ✓ Zod map [0.27ms]
25
- ✓ Zod lazy [0.46ms]
26
- ✓ Zod set [0.26ms]
27
- ✓ Zod function [0.51ms]
28
- ✓ Zod undefined [0.20ms]
29
- ✓ Zod null [0.19ms]
30
- ✓ Zod enum [0.17ms]
31
- ✓ Zod nativeEnum [0.20ms]
32
- ✓ Zod optional [0.22ms]
33
- ✓ Zod nullable [0.24ms]
34
- ✓ Zod undefined [0.21ms]
35
- ✓ Zod catch [0.27ms]
36
- ✓ Zod promise [1.59ms]
37
- ✓ Zod transform [0.25ms]
38
- ✓ Zod branded [0.15ms]
39
- ✓ Zod lazy [0.53ms]
40
- ✓ Zod coerce [0.18ms]
41
- ✓ Zod strict [0.28ms]
42
- ✓ Should create a color [0.31ms]
43
- ✓ Should create a textarea [0.17ms]
44
- 
45
- src/test/folder-tree.test.ts:
46
- ✓ Should create a good folder tree with 1 item inside and 1 item outside [1.15ms]
47
- ✓ Should handle nested folders well [0.52ms]
48
- ✓ Should throw if two folders with the same name [0.83ms]
49
- 
50
- src/test/big-timeline.test.ts:
51
- ✓ Should calculate timeline as expected [8.07ms]
52
- 
53
- src/test/smooth-zoom.test.ts:
54
- ✓ Smoothen zoom [0.15ms]
55
- ✓ Unsmoothen zoom [0.08ms]
56
- 
57
- src/test/validate-gui-output-filename.test.ts:
58
- ✓ Should catch dot after slash [0.71ms]
59
- ✓ Should catch dot in front  [0.06ms]
60
- 
61
- src/test/timeline-sequence-layout.test.ts:
62
- ✓ Should test timeline sequence layout without max media duration [0.50ms]
63
- ✓ Should test timeline sequence layout with max media duration [0.05ms]
64
- 
65
- src/test/extract-zod-enums.test.ts:
66
- ✓ Extract Zod enums [0.87ms]
67
- ✓ Extract Zod enums #2 [2.15ms]
68
- 
69
- src/test/color-math.test.ts:
70
- ✓ Color math [1.95ms]
71
- 
72
- src/test/format-time.test.ts:
73
- ✓ Format time [0.10ms]
74
- 
75
- src/test/timeline.test.ts:
76
- ✓ Should calculate timeline with no sequences
77
- ✓ Should calculate a basic timeline [0.27ms]
78
- ✓ Should follow order of nesting [0.17ms]
79
- 
80
- src/test/disable-browser-rendering.test.ts:
81
- ✓ should not show browser rendering [0.12ms]
82
-
83
-  52 pass
84
-  0 fail
85
- 68 expect() calls
86
- Ran 52 tests across 13 files. [254.00ms]
package/LICENSE.md DELETED
@@ -1,49 +0,0 @@
1
- # Remotion License
2
-
3
- In Remotion 5.0, the license will slightly change. [View the changes here](https://github.com/remotion-dev/remotion/pull/3750).
4
-
5
- ---
6
-
7
- Depending on the type of your legal entity, you are granted permission to use Remotion for your project. Individuals and small companies are allowed to use Remotion to create videos for free (even commercial), while a company license is required for for-profit organizations of a certain size. This two-tier system was designed to ensure funding for this project while still allowing the source code to be available and the program to be free for most. Read below for the exact terms of use.
8
-
9
- - [Free License](#free-license)
10
- - [Company License](#company-license)
11
-
12
- ## Free License
13
-
14
- Copyright © 2025 [Remotion](https://www.remotion.dev)
15
-
16
- ### Eligibility
17
-
18
- You are eligible to use Remotion for free if you are:
19
-
20
- - an individual
21
- - a for-profit organization with up to 3 employees
22
- - a non-profit or not-for-profit organization
23
- - evaluating whether Remotion is a good fit, and are not yet using it in a commercial way
24
-
25
- ### Allowed use cases
26
-
27
- Permission is hereby granted, free of charge, to any person eligible for the "Free License", to use the software non-commercially or commercially for the purpose of creating videos and images and to modify the software to their own liking, for the purpose of fulfilling their custom use case or to contribute bug fixes or improvements back to Remotion.
28
-
29
- ### Disallowed use cases
30
-
31
- It is not allowed to copy or modify Remotion code for the purpose of selling, renting, licensing, relicensing, or sublicensing your own derivate of Remotion.
32
-
33
- ### Warranty notice
34
-
35
- The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the author or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
36
-
37
- ### Support
38
-
39
- Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
40
-
41
- ## Company License
42
-
43
- You are required to obtain a Company License to use Remotion if you are not within the group of entities eligible for a Free License. This license will enable you to use Remotion for the allowed use cases specified in the Free License, and give you access to prioritized support (read the [Support Policy](https://www.remotion.dev/docs/support)).
44
-
45
- Visit [remotion.pro](https://www.remotion.pro/license) for pricing and to buy a license.
46
-
47
- ### FAQs
48
-
49
- Are you not sure whether you need a Company License because of an edge case? Here are some [frequently asked questions](https://www.remotion.pro/faq).