@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.
@@ -65,4 +65,3 @@ exports.Arrow = remotion_1.Interactive.withSchema({
65
65
  schema: arrowSchema,
66
66
  supportsEffects: true,
67
67
  });
68
- remotion_1.Internals.addSequenceStackTraces(exports.Arrow);
@@ -76,4 +76,3 @@ exports.Callout = remotion_1.Interactive.withSchema({
76
76
  schema: calloutSchema,
77
77
  supportsEffects: true,
78
78
  });
79
- remotion_1.Internals.addSequenceStackTraces(exports.Callout);
@@ -28,4 +28,3 @@ exports.Circle = remotion_1.Interactive.withSchema({
28
28
  schema: circleSchema,
29
29
  supportsEffects: true,
30
30
  });
31
- remotion_1.Internals.addSequenceStackTraces(exports.Circle);
@@ -34,4 +34,3 @@ exports.Ellipse = remotion_1.Interactive.withSchema({
34
34
  schema: ellipseSchema,
35
35
  supportsEffects: true,
36
36
  });
37
- remotion_1.Internals.addSequenceStackTraces(exports.Ellipse);
@@ -49,4 +49,3 @@ exports.Heart = remotion_1.Interactive.withSchema({
49
49
  schema: heartSchema,
50
50
  supportsEffects: true,
51
51
  });
52
- remotion_1.Internals.addSequenceStackTraces(exports.Heart);
@@ -52,4 +52,3 @@ exports.Pie = remotion_1.Interactive.withSchema({
52
52
  schema: pieSchema,
53
53
  supportsEffects: true,
54
54
  });
55
- remotion_1.Internals.addSequenceStackTraces(exports.Pie);
@@ -39,4 +39,3 @@ exports.Polygon = remotion_1.Interactive.withSchema({
39
39
  schema: polygonSchema,
40
40
  supportsEffects: true,
41
41
  });
42
- remotion_1.Internals.addSequenceStackTraces(exports.Polygon);
@@ -41,4 +41,3 @@ exports.Rect = remotion_1.Interactive.withSchema({
41
41
  schema: rectSchema,
42
42
  supportsEffects: true,
43
43
  });
44
- remotion_1.Internals.addSequenceStackTraces(exports.Rect);
@@ -47,4 +47,3 @@ exports.Spark = remotion_1.Interactive.withSchema({
47
47
  schema: sparkSchema,
48
48
  supportsEffects: true,
49
49
  });
50
- remotion_1.Internals.addSequenceStackTraces(exports.Spark);
@@ -54,4 +54,3 @@ exports.Star = remotion_1.Interactive.withSchema({
54
54
  schema: starSchema,
55
55
  supportsEffects: true,
56
56
  });
57
- remotion_1.Internals.addSequenceStackTraces(exports.Star);
@@ -41,4 +41,3 @@ exports.Triangle = remotion_1.Interactive.withSchema({
41
41
  schema: triangleSchema,
42
42
  supportsEffects: true,
43
43
  });
44
- remotion_1.Internals.addSequenceStackTraces(exports.Triangle);
@@ -1,5 +1,5 @@
1
1
  // src/components/arrow.tsx
2
- import { Internals as Internals3, Interactive } from "remotion";
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 { Internals as Internals4, Interactive as Interactive2 } from "remotion";
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 { Internals as Internals5, Interactive as Interactive3 } from "remotion";
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 { Internals as Internals6, Interactive as Interactive4 } from "remotion";
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 { Internals as Internals7, Interactive as Interactive5 } from "remotion";
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 { Internals as Internals8, Interactive as Interactive6 } from "remotion";
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 { Internals as Internals9, Interactive as Interactive7 } from "remotion";
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 { Internals as Internals10, Interactive as Interactive8 } from "remotion";
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 { Internals as Internals11, Interactive as Interactive9 } from "remotion";
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 { Internals as Internals12, Interactive as Interactive10 } from "remotion";
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 { Internals as Internals13, Interactive as Interactive11 } from "remotion";
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.488",
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.488",
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.488",
55
- "remotion": "4.0.488"
54
+ "@remotion/paths": "4.0.490",
55
+ "remotion": "4.0.490"
56
56
  },
57
57
  "homepage": "https://www.remotion.dev/docs/shapes"
58
58
  }