@remotion/studio 4.0.357 → 4.0.360

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,25 +0,0 @@
1
- var __create = Object.create;
2
- var __getProtoOf = Object.getPrototypeOf;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __toESM = (mod, isNodeMode, target) => {
7
- target = mod != null ? __create(__getProtoOf(mod)) : {};
8
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
9
- for (let key of __getOwnPropNames(mod))
10
- if (!__hasOwnProp.call(to, key))
11
- __defProp(to, key, {
12
- get: () => mod[key],
13
- enumerable: true
14
- });
15
- return to;
16
- };
17
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
18
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
19
- }) : x)(function(x) {
20
- if (typeof require !== "undefined")
21
- return require.apply(this, arguments);
22
- throw Error('Dynamic require of "' + x + '" is not supported');
23
- });
24
-
25
- export { __toESM, __require };
@@ -1,25 +0,0 @@
1
- var __create = Object.create;
2
- var __getProtoOf = Object.getPrototypeOf;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __toESM = (mod, isNodeMode, target) => {
7
- target = mod != null ? __create(__getProtoOf(mod)) : {};
8
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
9
- for (let key of __getOwnPropNames(mod))
10
- if (!__hasOwnProp.call(to, key))
11
- __defProp(to, key, {
12
- get: () => mod[key],
13
- enumerable: true
14
- });
15
- return to;
16
- };
17
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
18
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
19
- }) : x)(function(x) {
20
- if (typeof require !== "undefined")
21
- return require.apply(this, arguments);
22
- throw Error('Dynamic require of "' + x + '" is not supported');
23
- });
24
-
25
- export { __toESM, __require };