Skip to content

Commit

Permalink
fix: data analytics attribute from another external module (#2500)
Browse files Browse the repository at this point in the history
* chore: data analytics not being exported

* chore: data attribute
  • Loading branch information
tewarig authored Jan 28, 2025
1 parent 3a7f55f commit 08c5a4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-cherries-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@razorpay/blade': patch
---

fix(blade): fix: data analytics attribute from another external module
4 changes: 2 additions & 2 deletions packages/blade/src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ type DataAnalyticsKey = `data-analytics-${string}`;
* eg: `data-analytics-action="click"`
* eg: `data-analytics-section="header"`
*/
interface DataAnalyticsAttribute {
type DataAnalyticsAttribute = {
[key: DataAnalyticsKey]: string;
}
};

export type {
DotNotationColorStringToken,
Expand Down

0 comments on commit 08c5a4a

Please sign in to comment.