exodeui 6.0.33 → 6.0.35

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.
@@ -313,7 +313,9 @@ export type Geometry = {
313
313
  height: number;
314
314
  } | {
315
315
  type: 'Path';
316
- points: any[];
316
+ points: (any & {
317
+ moveTo?: boolean;
318
+ })[];
317
319
  isMask?: boolean;
318
320
  isClosed?: boolean;
319
321
  is_closed?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.0.33",
3
+ "version": "6.0.35",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",