@remotion/shapes 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.
- package/dist/components/arrow.js +0 -1
- package/dist/components/callout.js +0 -1
- package/dist/components/circle.js +0 -1
- package/dist/components/ellipse.js +0 -1
- package/dist/components/heart.js +0 -1
- package/dist/components/pie.js +0 -1
- package/dist/components/polygon.js +0 -1
- package/dist/components/rect.js +0 -1
- package/dist/components/spark.js +0 -1
- package/dist/components/star.js +0 -1
- package/dist/components/triangle.js +0 -1
- package/dist/esm/index.mjs +11 -22
- package/package.json +4 -4
package/dist/components/arrow.js
CHANGED
package/dist/components/heart.js
CHANGED
package/dist/components/pie.js
CHANGED
package/dist/components/rect.js
CHANGED
package/dist/components/spark.js
CHANGED
package/dist/components/star.js
CHANGED
package/dist/esm/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/components/arrow.tsx
|
|
2
|
-
import {
|
|
2
|
+
import { Interactive } from "remotion";
|
|
3
3
|
|
|
4
4
|
// src/utils/make-arrow.ts
|
|
5
5
|
import { serializeInstructions } from "@remotion/paths";
|
|
@@ -431,9 +431,8 @@ var Arrow = Interactive.withSchema({
|
|
|
431
431
|
schema: arrowSchema,
|
|
432
432
|
supportsEffects: true
|
|
433
433
|
});
|
|
434
|
-
Internals3.addSequenceStackTraces(Arrow);
|
|
435
434
|
// src/components/callout.tsx
|
|
436
|
-
import {
|
|
435
|
+
import { Interactive as Interactive2 } from "remotion";
|
|
437
436
|
|
|
438
437
|
// src/utils/make-callout.ts
|
|
439
438
|
import { serializeInstructions as serializeInstructions2 } from "@remotion/paths";
|
|
@@ -868,9 +867,8 @@ var Callout = Interactive2.withSchema({
|
|
|
868
867
|
schema: calloutSchema,
|
|
869
868
|
supportsEffects: true
|
|
870
869
|
});
|
|
871
|
-
Internals4.addSequenceStackTraces(Callout);
|
|
872
870
|
// src/components/circle.tsx
|
|
873
|
-
import {
|
|
871
|
+
import { Interactive as Interactive3 } from "remotion";
|
|
874
872
|
|
|
875
873
|
// src/utils/make-circle.ts
|
|
876
874
|
import { serializeInstructions as serializeInstructions3 } from "@remotion/paths";
|
|
@@ -939,9 +937,8 @@ var Circle = Interactive3.withSchema({
|
|
|
939
937
|
schema: circleSchema,
|
|
940
938
|
supportsEffects: true
|
|
941
939
|
});
|
|
942
|
-
Internals5.addSequenceStackTraces(Circle);
|
|
943
940
|
// src/components/ellipse.tsx
|
|
944
|
-
import {
|
|
941
|
+
import { Interactive as Interactive4 } from "remotion";
|
|
945
942
|
|
|
946
943
|
// src/utils/make-ellipse.ts
|
|
947
944
|
import { serializeInstructions as serializeInstructions4 } from "@remotion/paths";
|
|
@@ -1005,9 +1002,8 @@ var Ellipse = Interactive4.withSchema({
|
|
|
1005
1002
|
schema: ellipseSchema,
|
|
1006
1003
|
supportsEffects: true
|
|
1007
1004
|
});
|
|
1008
|
-
Internals6.addSequenceStackTraces(Ellipse);
|
|
1009
1005
|
// src/components/heart.tsx
|
|
1010
|
-
import {
|
|
1006
|
+
import { Interactive as Interactive5 } from "remotion";
|
|
1011
1007
|
|
|
1012
1008
|
// src/utils/make-heart.ts
|
|
1013
1009
|
import { serializeInstructions as serializeInstructions5 } from "@remotion/paths";
|
|
@@ -1152,9 +1148,8 @@ var Heart = Interactive5.withSchema({
|
|
|
1152
1148
|
schema: heartSchema,
|
|
1153
1149
|
supportsEffects: true
|
|
1154
1150
|
});
|
|
1155
|
-
Internals7.addSequenceStackTraces(Heart);
|
|
1156
1151
|
// src/components/pie.tsx
|
|
1157
|
-
import {
|
|
1152
|
+
import { Interactive as Interactive6 } from "remotion";
|
|
1158
1153
|
|
|
1159
1154
|
// src/utils/make-pie.ts
|
|
1160
1155
|
import { serializeInstructions as serializeInstructions6 } from "@remotion/paths";
|
|
@@ -1315,9 +1310,8 @@ var Pie = Interactive6.withSchema({
|
|
|
1315
1310
|
schema: pieSchema,
|
|
1316
1311
|
supportsEffects: true
|
|
1317
1312
|
});
|
|
1318
|
-
Internals8.addSequenceStackTraces(Pie);
|
|
1319
1313
|
// src/components/polygon.tsx
|
|
1320
|
-
import {
|
|
1314
|
+
import { Interactive as Interactive7 } from "remotion";
|
|
1321
1315
|
|
|
1322
1316
|
// src/utils/make-polygon.ts
|
|
1323
1317
|
import {
|
|
@@ -1428,9 +1422,8 @@ var Polygon = Interactive7.withSchema({
|
|
|
1428
1422
|
schema: polygonSchema,
|
|
1429
1423
|
supportsEffects: true
|
|
1430
1424
|
});
|
|
1431
|
-
Internals9.addSequenceStackTraces(Polygon);
|
|
1432
1425
|
// src/components/rect.tsx
|
|
1433
|
-
import {
|
|
1426
|
+
import { Interactive as Interactive8 } from "remotion";
|
|
1434
1427
|
|
|
1435
1428
|
// src/utils/make-rect.ts
|
|
1436
1429
|
import { serializeInstructions as serializeInstructions8 } from "@remotion/paths";
|
|
@@ -1503,9 +1496,8 @@ var Rect = Interactive8.withSchema({
|
|
|
1503
1496
|
schema: rectSchema,
|
|
1504
1497
|
supportsEffects: true
|
|
1505
1498
|
});
|
|
1506
|
-
Internals10.addSequenceStackTraces(Rect);
|
|
1507
1499
|
// src/components/spark.tsx
|
|
1508
|
-
import {
|
|
1500
|
+
import { Interactive as Interactive9 } from "remotion";
|
|
1509
1501
|
|
|
1510
1502
|
// src/utils/make-spark.ts
|
|
1511
1503
|
import { serializeInstructions as serializeInstructions9 } from "@remotion/paths";
|
|
@@ -1723,9 +1715,8 @@ var Spark = Interactive9.withSchema({
|
|
|
1723
1715
|
schema: sparkSchema,
|
|
1724
1716
|
supportsEffects: true
|
|
1725
1717
|
});
|
|
1726
|
-
Internals11.addSequenceStackTraces(Spark);
|
|
1727
1718
|
// src/components/star.tsx
|
|
1728
|
-
import {
|
|
1719
|
+
import { Interactive as Interactive10 } from "remotion";
|
|
1729
1720
|
|
|
1730
1721
|
// src/utils/make-star.ts
|
|
1731
1722
|
import {
|
|
@@ -1847,9 +1838,8 @@ var Star = Interactive10.withSchema({
|
|
|
1847
1838
|
schema: starSchema,
|
|
1848
1839
|
supportsEffects: true
|
|
1849
1840
|
});
|
|
1850
|
-
Internals12.addSequenceStackTraces(Star);
|
|
1851
1841
|
// src/components/triangle.tsx
|
|
1852
|
-
import {
|
|
1842
|
+
import { Interactive as Interactive11 } from "remotion";
|
|
1853
1843
|
|
|
1854
1844
|
// src/utils/make-triangle.ts
|
|
1855
1845
|
import { serializeInstructions as serializeInstructions11 } from "@remotion/paths";
|
|
@@ -1962,7 +1952,6 @@ var Triangle = Interactive11.withSchema({
|
|
|
1962
1952
|
schema: triangleSchema,
|
|
1963
1953
|
supportsEffects: true
|
|
1964
1954
|
});
|
|
1965
|
-
Internals13.addSequenceStackTraces(Triangle);
|
|
1966
1955
|
export {
|
|
1967
1956
|
makeTriangle,
|
|
1968
1957
|
makeStar,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/shapes",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.490",
|
|
7
7
|
"description": "Generate SVG shapes",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react": "19.2.3",
|
|
35
35
|
"react-dom": "19.2.3",
|
|
36
36
|
"@happy-dom/global-registrator": "14.5.1",
|
|
37
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
37
|
+
"@remotion/eslint-config-internal": "4.0.490",
|
|
38
38
|
"eslint": "9.19.0",
|
|
39
39
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
40
40
|
},
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"react-dom": ">=16.8.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@remotion/paths": "4.0.
|
|
55
|
-
"remotion": "4.0.
|
|
54
|
+
"@remotion/paths": "4.0.490",
|
|
55
|
+
"remotion": "4.0.490"
|
|
56
56
|
},
|
|
57
57
|
"homepage": "https://www.remotion.dev/docs/shapes"
|
|
58
58
|
}
|