@razorpay/blade 8.3.0 → 8.4.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 May 2023 09:00:24 GMT
3
+ * Generated on Fri, 26 May 2023 11:26:39 GMT
4
4
  */
5
5
 
6
6
  :root {
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": "8.3.0",
4
+ "version": "8.4.1",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"
@@ -93,10 +93,10 @@
93
93
  "react:storybook:build": "NODE_OPTIONS=--openssl-legacy-provider FRAMEWORK=REACT build-storybook -c ./.storybook/react -o storybook-site",
94
94
  "test:react": "FRAMEWORK=REACT jest -c ./jest.web.config.js",
95
95
  "test:react-native": "FRAMEWORK=REACT_NATIVE jest -c ./jest.native.config.js",
96
- "start:ios": "run-p react-native:storybook:start react-native:storybook:ios",
97
- "start:android": "run-p react-native:storybook:start react-native:storybook:android",
98
- "start:native": "run-p react-native:storybook:start react-native:storybook:android react-native:storybook:ios",
99
- "start:web": "yarn react",
96
+ "start:ios": "NODE_OPTIONS=--openssl-legacy-provider run-p react-native:storybook:start react-native:storybook:ios",
97
+ "start:android": "NODE_OPTIONS=--openssl-legacy-provider run-p react-native:storybook:start react-native:storybook:android",
98
+ "start:native": "NODE_OPTIONS=--openssl-legacy-provider run-p react-native:storybook:start react-native:storybook:android react-native:storybook:ios",
99
+ "start:web": "NODE_OPTIONS=--openssl-legacy-provider yarn react",
100
100
  "start:all": "run-p start:native start:web",
101
101
  "watch:test": "run-p watch:test:*",
102
102
  "watch:test:react": "yarn test:react --watch --onlyChanged",