@remotion/rive 4.0.495 → 4.0.497
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.
|
@@ -78,6 +78,8 @@ const riveCanvasSchema = {
|
|
|
78
78
|
variants: riveAlignmentVariants,
|
|
79
79
|
},
|
|
80
80
|
...remotion_1.Internals.transformSchema,
|
|
81
|
+
...remotion_1.Interactive.backgroundSchema,
|
|
82
|
+
...remotion_1.Interactive.borderSchema,
|
|
81
83
|
};
|
|
82
84
|
const RemotionRiveCanvasContentForwardRefFunction = ({ src, fit, alignment, artboard: artboardName, animation: animationIndex, onLoad = null, assetLoader, enableRiveAssetCdn, className, style, effects, controls, }, ref) => {
|
|
83
85
|
var _a;
|
package/dist/esm/index.mjs
CHANGED
|
@@ -115,7 +115,9 @@ var riveCanvasSchema = {
|
|
|
115
115
|
description: "Alignment",
|
|
116
116
|
variants: riveAlignmentVariants
|
|
117
117
|
},
|
|
118
|
-
...Internals.transformSchema
|
|
118
|
+
...Internals.transformSchema,
|
|
119
|
+
...Interactive.backgroundSchema,
|
|
120
|
+
...Interactive.borderSchema
|
|
119
121
|
};
|
|
120
122
|
var RemotionRiveCanvasContentForwardRefFunction = ({
|
|
121
123
|
src,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/rive"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/rive",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.497",
|
|
7
7
|
"description": "Embed Rive animations in a Remotion video",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"license": "See LICENSE.md",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@rive-app/canvas-advanced": "2.31.5",
|
|
25
|
-
"remotion": "4.0.
|
|
25
|
+
"remotion": "4.0.497"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=18.2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"react": "19.2.3",
|
|
33
33
|
"react-dom": "19.2.3",
|
|
34
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
34
|
+
"@remotion/eslint-config-internal": "4.0.497",
|
|
35
35
|
"eslint": "9.19.0",
|
|
36
36
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
37
37
|
},
|