@remotion/design 4.0.430 → 4.0.431
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.
- package/dist/esm/index.mjs +1 -1
- package/package.json +6 -6
package/dist/esm/index.mjs
CHANGED
|
@@ -3721,7 +3721,7 @@ var hideOthers = function(originalTarget, parentNode, markerName) {
|
|
|
3721
3721
|
|
|
3722
3722
|
// ../../node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
|
|
3723
3723
|
var __assign = function() {
|
|
3724
|
-
__assign = Object.assign || function
|
|
3724
|
+
__assign = Object.assign || function __assign(t) {
|
|
3725
3725
|
for (var s, i = 1, n = arguments.length;i < n; i++) {
|
|
3726
3726
|
s = arguments[i];
|
|
3727
3727
|
for (var p in s)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/design",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.431",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@remotion/paths": "4.0.
|
|
24
|
-
"@remotion/shapes": "4.0.
|
|
25
|
-
"@remotion/svg-3d-engine": "4.0.
|
|
23
|
+
"@remotion/paths": "4.0.431",
|
|
24
|
+
"@remotion/shapes": "4.0.431",
|
|
25
|
+
"@remotion/svg-3d-engine": "4.0.431",
|
|
26
26
|
"clsx": "^2.1.1",
|
|
27
|
-
"remotion": "4.0.
|
|
27
|
+
"remotion": "4.0.431",
|
|
28
28
|
"@radix-ui/react-select": "2.1.1",
|
|
29
29
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
30
30
|
"lucide-react": "0.439.0"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react-dom": ">=16.8.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
37
|
+
"@remotion/eslint-config-internal": "4.0.431",
|
|
38
38
|
"eslint": "9.19.0",
|
|
39
39
|
"react": "19.2.3",
|
|
40
40
|
"react-dom": "19.2.3",
|