exodeui 6.0.30 → 6.0.32

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/types.d.ts CHANGED
@@ -231,6 +231,7 @@ export type Geometry = {
231
231
  isTextVarEnabled?: boolean;
232
232
  pathId?: string;
233
233
  pathOffset?: number;
234
+ pathOffsetY?: number;
234
235
  pathAlign?: 'baseline' | 'top' | 'bottom' | 'center';
235
236
  pathSide?: 'left' | 'right';
236
237
  typewriter?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.0.30",
3
+ "version": "6.0.32",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",