@rive-app/canvas 2.20.2 → 2.21.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.
package/rive.wasm CHANGED
Binary file
@@ -456,6 +456,12 @@ export declare class Artboard {
456
456
  * @param path - Path of where the input exists at an artboard level
457
457
  */
458
458
  inputByPath(name: string, path: string): SMIInput;
459
+ /**
460
+ * Returns a reference for a TextValueRun object to get/set a text value for
461
+ * @param name - Name of the Text Run to grab a reference to
462
+ * @param path - Path of where the text exists at an artboard level
463
+ */
464
+ textByPath(name: string, path: string): TextValueRun;
459
465
  }
460
466
 
461
467
  export declare class Bone extends TransformComponent {
Binary file