Skip to content

Commit

Permalink
fix: update theme schema slotId to id
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Nov 4, 2024
1 parent 9d571dd commit dc0ce5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-hats-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dotlottie/dotlottie-js': patch
---

fix: update theme schema slotId
2 changes: 1 addition & 1 deletion packages/dotlottie-js/src/v2/common/schemas/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ColorKeyframeSchema = object({

const BaseRuleSchema = {
animations: optional(array(string())),
slotId: string(),
id: string(),
};

const ScalarRuleSchema = object({
Expand Down

0 comments on commit dc0ce5d

Please sign in to comment.