@rive-app/webgl-single 2.5.0 → 2.6.1

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.
@@ -509,6 +509,10 @@ export declare class LinearAnimationInstance {
509
509
  }
510
510
 
511
511
  export declare class TextValueRun {
512
+ /**
513
+ * Getter for the name of the Text Run
514
+ */
515
+ get name(): string;
512
516
  /**
513
517
  * Getter for text value of the Text Run
514
518
  */