@remotion/rive 4.0.488 → 4.0.490
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.
|
@@ -42,7 +42,7 @@ const canvas_advanced_1 = __importDefault(require("@rive-app/canvas-advanced"));
|
|
|
42
42
|
const react_1 = __importStar(require("react"));
|
|
43
43
|
const remotion_1 = require("remotion");
|
|
44
44
|
const map_enums_js_1 = require("./map-enums.js");
|
|
45
|
-
const {
|
|
45
|
+
const { runEffectChain, useEffectChainState, useMemoizedEffectDefinitions, useMemoizedEffects, } = remotion_1.Internals;
|
|
46
46
|
const riveFitVariants = {
|
|
47
47
|
contain: {},
|
|
48
48
|
cover: {},
|
|
@@ -300,6 +300,5 @@ exports.RemotionRiveCanvas = remotion_1.Interactive.withSchema({
|
|
|
300
300
|
schema: riveCanvasSchema,
|
|
301
301
|
supportsEffects: true,
|
|
302
302
|
});
|
|
303
|
-
addSequenceStackTraces(exports.RemotionRiveCanvas);
|
|
304
303
|
exports.RemotionRiveCanvas.displayName =
|
|
305
304
|
'RemotionRiveCanvas';
|
package/dist/esm/index.mjs
CHANGED
|
@@ -76,7 +76,6 @@ var mapToAlignment = (alignment, factory) => {
|
|
|
76
76
|
// src/RemotionRiveCanvas.tsx
|
|
77
77
|
import { jsx } from "react/jsx-runtime";
|
|
78
78
|
var {
|
|
79
|
-
addSequenceStackTraces,
|
|
80
79
|
runEffectChain,
|
|
81
80
|
useEffectChainState,
|
|
82
81
|
useMemoizedEffectDefinitions,
|
|
@@ -370,7 +369,6 @@ var RemotionRiveCanvas = Interactive.withSchema({
|
|
|
370
369
|
schema: riveCanvasSchema,
|
|
371
370
|
supportsEffects: true
|
|
372
371
|
});
|
|
373
|
-
addSequenceStackTraces(RemotionRiveCanvas);
|
|
374
372
|
RemotionRiveCanvas.displayName = "RemotionRiveCanvas";
|
|
375
373
|
export {
|
|
376
374
|
RemotionRiveCanvas
|
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.490",
|
|
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.490"
|
|
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.490",
|
|
35
35
|
"eslint": "9.19.0",
|
|
36
36
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
37
37
|
},
|