@razorpay/blade 9.5.2 → 9.5.3
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.
- package/build/components/index.d.ts +7 -1
- package/build/components/index.development.web.js +61 -76
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +6 -0
- package/build/components/index.native.js +2 -2
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +61 -76
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/package.json +13 -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": "9.5.
|
|
4
|
+
"version": "9.5.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.12.1"
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"react": "yarn run react:storybook",
|
|
99
99
|
"react:storybook": "NODE_OPTIONS=--openssl-legacy-provider FRAMEWORK=REACT start-storybook -c ./.storybook/react -p 9009",
|
|
100
100
|
"react:storybook:build": "NODE_OPTIONS=--openssl-legacy-provider FRAMEWORK=REACT build-storybook -c ./.storybook/react -o storybook-site",
|
|
101
|
-
"test:react": "FRAMEWORK=REACT jest -c ./jest.web.config.js",
|
|
102
|
-
"test:react-native": "FRAMEWORK=REACT_NATIVE jest -c ./jest.native.config.js",
|
|
101
|
+
"test:react": "FRAMEWORK=REACT jest -c ./jest.web.config.js --shard=$SHARD --forceExit",
|
|
102
|
+
"test:react-native": "FRAMEWORK=REACT_NATIVE jest -c ./jest.native.config.js --shard=$SHARD --forceExit",
|
|
103
103
|
"start:ios": "NODE_OPTIONS=--openssl-legacy-provider run-p react-native:storybook:start react-native:storybook:ios",
|
|
104
104
|
"start:android": "NODE_OPTIONS=--openssl-legacy-provider run-p react-native:storybook:start react-native:storybook:android",
|
|
105
105
|
"start:native": "NODE_OPTIONS=--openssl-legacy-provider run-p react-native:storybook:start react-native:storybook:android react-native:storybook:ios",
|
|
@@ -160,13 +160,13 @@
|
|
|
160
160
|
"@testing-library/jest-dom": "5.16.4",
|
|
161
161
|
"@testing-library/jest-native": "5.4.2",
|
|
162
162
|
"@testing-library/react": "12.1.5",
|
|
163
|
-
"@testing-library/react-hooks": "
|
|
164
|
-
"@testing-library/react-native": "
|
|
163
|
+
"@testing-library/react-hooks": "8.0.1",
|
|
164
|
+
"@testing-library/react-native": "12.1.3",
|
|
165
165
|
"@testing-library/user-event": "14.4.3",
|
|
166
166
|
"@types/body-scroll-lock": "3.1.0",
|
|
167
167
|
"@types/dedent": "0.7.0",
|
|
168
|
-
"@types/jest": "
|
|
169
|
-
"@types/jest-axe": "3.5.
|
|
168
|
+
"@types/jest": "29.5.3",
|
|
169
|
+
"@types/jest-axe": "3.5.5",
|
|
170
170
|
"@types/jscodeshift": "0.11.6",
|
|
171
171
|
"@types/jsdom": "20.0.1",
|
|
172
172
|
"@types/lodash": "4.14.168",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"@types/styled-components-react-native": "5.1.3",
|
|
178
178
|
"any-leaf": "1.2.2",
|
|
179
179
|
"args-parser": "1.3.0",
|
|
180
|
-
"babel-jest": "
|
|
180
|
+
"babel-jest": "29.6.1",
|
|
181
181
|
"babel-loader": "8.2.3",
|
|
182
182
|
"babel-plugin-module-resolver": "4.1.0",
|
|
183
183
|
"babel-plugin-styled-components": "1.12.0",
|
|
@@ -190,10 +190,11 @@
|
|
|
190
190
|
"figures": "3.2.0",
|
|
191
191
|
"flat": "5.0.2",
|
|
192
192
|
"ismobilejs": "1.1.1",
|
|
193
|
-
"jest": "
|
|
194
|
-
"jest-axe": "
|
|
193
|
+
"jest": "29.6.1",
|
|
194
|
+
"jest-axe": "8.0.0",
|
|
195
|
+
"jest-environment-jsdom": "29.6.1",
|
|
195
196
|
"jest-matchmedia-mock": "1.1.0",
|
|
196
|
-
"jest-styled-components": "7.
|
|
197
|
+
"jest-styled-components": "7.1.1",
|
|
197
198
|
"jest-useragent-mock": "0.1.1",
|
|
198
199
|
"jscodeshift": "0.13.1",
|
|
199
200
|
"jsdom": "20.0.2",
|
|
@@ -206,7 +207,7 @@
|
|
|
206
207
|
"react-dom": "17.0.2",
|
|
207
208
|
"react-native": "0.66.5",
|
|
208
209
|
"react-native-gesture-handler": "2.9.0",
|
|
209
|
-
"react-native-reanimated": "2.
|
|
210
|
+
"react-native-reanimated": "2.14.4",
|
|
210
211
|
"react-native-svg": "12.3.0",
|
|
211
212
|
"react-scripts": "4.0.3",
|
|
212
213
|
"react-test-renderer": "17.0.2",
|