@remotion/rive 4.0.500 → 4.0.502
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.
|
@@ -80,6 +80,7 @@ exports.riveCanvasSchema = {
|
|
|
80
80
|
...remotion_1.Internals.transformSchema,
|
|
81
81
|
...remotion_1.Interactive.backgroundSchema,
|
|
82
82
|
...remotion_1.Interactive.borderSchema,
|
|
83
|
+
...remotion_1.Interactive.borderRadiusSchema,
|
|
83
84
|
...remotion_1.Interactive.cropSchema,
|
|
84
85
|
};
|
|
85
86
|
const RemotionRiveCanvasContentForwardRefFunction = ({ src, fit, alignment, artboard: artboardName, animation: animationIndex, onLoad = null, assetLoader, enableRiveAssetCdn, className, style, effects, controls, canvasRef, }, ref) => {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -118,6 +118,7 @@ var riveCanvasSchema = {
|
|
|
118
118
|
...Internals.transformSchema,
|
|
119
119
|
...Interactive.backgroundSchema,
|
|
120
120
|
...Interactive.borderSchema,
|
|
121
|
+
...Interactive.borderRadiusSchema,
|
|
121
122
|
...Interactive.cropSchema
|
|
122
123
|
};
|
|
123
124
|
var RemotionRiveCanvasContentForwardRefFunction = ({
|
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.502",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "See LICENSE.md",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@rive-app/canvas-advanced": "2.31.5",
|
|
26
|
-
"remotion": "4.0.
|
|
26
|
+
"remotion": "4.0.502"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": ">=18.2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"react": "19.2.3",
|
|
34
34
|
"react-dom": "19.2.3",
|
|
35
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
35
|
+
"@remotion/eslint-config-internal": "4.0.502",
|
|
36
36
|
"eslint": "9.19.0",
|
|
37
37
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
38
38
|
},
|