@razorpay/blade 11.40.0 → 11.40.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.
@@ -688,9 +688,9 @@ type ContainerElementType = Platform.Select<{
688
688
  * eg: `data-analytics-action="click"`
689
689
  * eg: `data-analytics-section="header"`
690
690
  */
691
- interface DataAnalyticsAttribute {
691
+ type DataAnalyticsAttribute = {
692
692
  [key: DataAnalyticsKey]: string;
693
- }
693
+ };
694
694
 
695
695
  /**
696
696
  * Returns the value or the responsive object with that value
@@ -687,9 +687,9 @@ type ContainerElementType = Platform.Select<{
687
687
  * eg: `data-analytics-action="click"`
688
688
  * eg: `data-analytics-section="header"`
689
689
  */
690
- interface DataAnalyticsAttribute {
690
+ type DataAnalyticsAttribute = {
691
691
  [key: DataAnalyticsKey]: string;
692
- }
692
+ };
693
693
 
694
694
  /**
695
695
  * Returns the value or the responsive object with that value
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@razorpay/blade",
3
3
  "description": "The Design System that powers Razorpay",
4
- "version": "11.40.0",
4
+ "version": "11.40.1",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"