@razorpay/blade 8.12.1 → 8.13.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Jun 2023 06:00:04 GMT
3
+ * Generated on Fri, 30 Jun 2023 10:16:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -848,6 +848,9 @@ type Elevation$1 = Record<
848
848
 
849
849
  type ElevationWithColorModes$1 = Record<ColorSchemeModes$1, Elevation$1>;
850
850
 
851
+ /* eslint-disable @typescript-eslint/no-explicit-any */
852
+
853
+
851
854
  type DotNotationMotionStringToken<TokenType> = {
852
855
  [K in keyof TokenType]: `${Extract<K, string>}.${TokenType[K] extends Record<
853
856
  string,
@@ -848,6 +848,9 @@ type Elevation$1 = Record<
848
848
 
849
849
  type ElevationWithColorModes$1 = Record<ColorSchemeModes$1, Elevation$1>;
850
850
 
851
+ /* eslint-disable @typescript-eslint/no-explicit-any */
852
+
853
+
851
854
  type DotNotationMotionStringToken<TokenType> = {
852
855
  [K in keyof TokenType]: `${Extract<K, string>}.${TokenType[K] extends Record<
853
856
  string,