remotion 4.0.167 → 4.0.168
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.
|
@@ -145,6 +145,7 @@ const ResolveCompositionConfig = ({ children }) => {
|
|
|
145
145
|
...(editorProps !== null && editorProps !== void 0 ? editorProps : {}),
|
|
146
146
|
};
|
|
147
147
|
const props = {
|
|
148
|
+
...defaultProps,
|
|
148
149
|
...(inputProps !== null && inputProps !== void 0 ? inputProps : {}),
|
|
149
150
|
};
|
|
150
151
|
doResolution({
|
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
package/dist/esm/index.mjs
CHANGED
|
@@ -138,7 +138,7 @@ function truthy(value) {
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
// src/version.ts
|
|
141
|
-
var VERSION = "4.0.
|
|
141
|
+
var VERSION = "4.0.168";
|
|
142
142
|
|
|
143
143
|
// src/multiple-versions-warning.ts
|
|
144
144
|
var checkMultipleRemotionVersions = () => {
|
|
@@ -872,6 +872,7 @@ var ResolveCompositionConfig = ({ children }) => {
|
|
|
872
872
|
...editorProps ?? {}
|
|
873
873
|
};
|
|
874
874
|
const props = {
|
|
875
|
+
...defaultProps,
|
|
875
876
|
...inputProps ?? {}
|
|
876
877
|
};
|
|
877
878
|
doResolution({
|
package/dist/esm/version.mjs
CHANGED