Skip to content

Commit

Permalink
feat(layer): new tp prop for layer-visual
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed May 27, 2024
1 parent 1933a5b commit 814ba3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-windows-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lottie-animation-community/lottie-types": patch
---

feat(layer): new Track Matte Parent prop for layer-visual
8 changes: 6 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @lottie-animation-community/lottie-types - v0.0.0
* Compiled Thu, 19 Jan 2023 10:47:37 UTC
* @lottie-animation-community/lottie-types - v1.0.0
* Compiled Mon, 27 May 2024 15:29:32 UTC
*
* Generated by an automated process. DO NOT EDIT!
*
Expand Down Expand Up @@ -2802,6 +2802,10 @@ declare namespace Layer {
* tag name used by the SVG renderer
*/
tg?: string;
/**
* Track matte parent
*/
tp?: number;
}

/**
Expand Down
4 changes: 4 additions & 0 deletions src/layer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ export declare namespace Layer {
* tag name used by the SVG renderer
*/
tg?: string;
/**
* Track matte parent
*/
tp?: number;
}

/**
Expand Down

0 comments on commit 814ba3f

Please sign in to comment.