@remotion/studio 4.0.356 → 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 (39) 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/error-overlay/remotion-overlay/CompositionIdListItem.d.ts +9 -0
  8. package/dist/error-overlay/remotion-overlay/CompositionIdListItem.js +33 -0
  9. package/dist/error-overlay/remotion-overlay/CompositionIdsDropdown.d.ts +5 -0
  10. package/dist/error-overlay/remotion-overlay/CompositionIdsDropdown.js +103 -0
  11. package/dist/error-overlay/remotion-overlay/ErrorDisplay.js +11 -1
  12. package/dist/error-overlay/remotion-overlay/carets.d.ts +4 -1
  13. package/dist/error-overlay/remotion-overlay/carets.js +4 -4
  14. package/dist/esm/{chunk-genqsbxw.js → chunk-j2wqjmwz.js} +2743 -2548
  15. package/dist/esm/{chunk-ckeskzn9.js → chunk-wc2c2x4m.js} +2737 -2542
  16. package/dist/esm/internals.mjs +2736 -2541
  17. package/dist/esm/previewEntry.mjs +2750 -2555
  18. package/dist/esm/renderEntry.mjs +1 -1
  19. package/dist/helpers/inject-css.js +2 -0
  20. package/dist/helpers/use-max-media-duration.d.ts +1 -1
  21. package/dist/helpers/use-max-media-duration.js +4 -3
  22. package/package.json +92 -92
  23. package/tsconfig.tsbuildinfo +1 -1
  24. package/.turbo/turbo-test.log +0 -86
  25. package/LICENSE.md +0 -49
  26. package/dist/esm/chunk-4pe36a6v.js +0 -46840
  27. package/dist/esm/chunk-537k7w8j.js +0 -46766
  28. package/dist/esm/chunk-621t537e.js +0 -46761
  29. package/dist/esm/chunk-7ebekhek.js +0 -46772
  30. package/dist/esm/chunk-bcs5xcvy.js +0 -46764
  31. package/dist/esm/chunk-cf4g1482.js +0 -25
  32. package/dist/esm/chunk-h0d5z5fq.js +0 -46840
  33. package/dist/esm/chunk-jj18anfn.js +0 -46774
  34. package/dist/esm/chunk-kdprv7ha.js +0 -46760
  35. package/dist/esm/chunk-qv5xwxwh.js +0 -46763
  36. package/dist/esm/chunk-r343ardc.js +0 -46773
  37. package/dist/esm/chunk-xnv9k83w.js +0 -46761
  38. package/dist/esm/chunk-z1myjaxv.js +0 -46764
  39. 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 };