@razorpay/blade 12.5.0 → 12.5.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.
@@ -596,9 +596,9 @@ type ContainerElementType = Platform.Select<{
596
596
  * eg: `data-analytics-action="click"`
597
597
  * eg: `data-analytics-section="header"`
598
598
  */
599
- interface DataAnalyticsAttribute {
599
+ type DataAnalyticsAttribute = {
600
600
  [key: DataAnalyticsKey]: string;
601
- }
601
+ };
602
602
 
603
603
  type ColorSchemeNames = 'dark' | 'light';
604
604
  type ColorSchemeNamesInput = ColorSchemeNames | 'system';
@@ -596,9 +596,9 @@ type ContainerElementType = Platform.Select<{
596
596
  * eg: `data-analytics-action="click"`
597
597
  * eg: `data-analytics-section="header"`
598
598
  */
599
- interface DataAnalyticsAttribute {
599
+ type DataAnalyticsAttribute = {
600
600
  [key: DataAnalyticsKey]: string;
601
- }
601
+ };
602
602
 
603
603
  type ColorSchemeNames = 'dark' | 'light';
604
604
  type ColorSchemeNamesInput = ColorSchemeNames | 'system';
@@ -6,6 +6,7 @@
6
6
  "motion.easing.standard.revealing": "motion.easing.emphasized",
7
7
  "motion.easing.exit.revealing": "motion.easing.exit",
8
8
  "motion.easing.entrance.attentive": "motion.easing.overshoot",
9
+ "motion.easing.standard.attentive": "motion.easing.overshoot",
9
10
  "motion.easing.exit.attentive": "motion.easing.exit",
10
11
  "motion.easing.standard.wary": "motion.easing.shake"
11
12
  }
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": "12.5.0",
4
+ "version": "12.5.1",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"