@razorpay/blade 12.58.0 → 12.59.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.
- package/package.json +67 -68
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.
|
|
4
|
+
"version": "12.59.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.12.1"
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"build:clean": "rm -rf build",
|
|
94
94
|
"build:generate-types": "run-s types:generate-types:*",
|
|
95
95
|
"build:copy-declarations": "run-s types:copy-declarations:*",
|
|
96
|
-
"types:generate-types:web": "
|
|
97
|
-
"types:generate-types:native": "
|
|
96
|
+
"types:generate-types:web": "tsc -p ./tsconfig-generate-types.web.json && yarn tsc-alias -p ./tsconfig-generate-types.web.json",
|
|
97
|
+
"types:generate-types:native": "tsc -p ./tsconfig-generate-types.native.json && yarn tsc-alias -p ./tsconfig-generate-types.native.json",
|
|
98
98
|
"types:typecheck:web": "tsc -p ./tsconfig-typecheck.web.json",
|
|
99
99
|
"types:typecheck:native": "tsc -p ./tsconfig-typecheck.native.json",
|
|
100
100
|
"types:copy-declarations:web": "copyfiles -u 1 build/types/web/components/**/*.d.ts build/components/**/*",
|
|
@@ -135,87 +135,88 @@
|
|
|
135
135
|
},
|
|
136
136
|
"dependencies": {
|
|
137
137
|
"@babel/runtime": "7.28.3",
|
|
138
|
-
"body-scroll-lock-upgrade": "1.1.0",
|
|
139
|
-
"ts-deepmerge": "6.2.0",
|
|
140
|
-
"use-presence": "1.3.0",
|
|
141
|
-
"@use-gesture/react": "10.2.24",
|
|
142
|
-
"@floating-ui/react": "0.26.13",
|
|
143
|
-
"react-hot-toast": "2.4.1",
|
|
144
138
|
"@emotion/react": "11.11.1",
|
|
145
|
-
"@
|
|
146
|
-
"
|
|
139
|
+
"@floating-ui/react": "0.26.13",
|
|
140
|
+
"@internationalized/date": "3.9.0",
|
|
147
141
|
"@mantine/core": "6.0.21",
|
|
148
142
|
"@mantine/dates": "6.0.21",
|
|
149
143
|
"@mantine/hooks": "6.0.21",
|
|
150
|
-
"@react-aria/i18n": "3.12.2",
|
|
151
144
|
"@react-aria/datepicker": "3.15.1",
|
|
145
|
+
"@react-aria/i18n": "3.12.2",
|
|
152
146
|
"@react-stately/datepicker": "3.15.1",
|
|
153
|
-
"@
|
|
147
|
+
"@table-library/react-table-library": "4.1.7",
|
|
148
|
+
"@use-gesture/react": "10.2.24",
|
|
149
|
+
"body-scroll-lock-upgrade": "1.1.0",
|
|
154
150
|
"dayjs": "1.11.10",
|
|
151
|
+
"react-hot-toast": "2.4.1",
|
|
155
152
|
"react-window": "1.8.11",
|
|
156
153
|
"react-zoom-pan-pinch": "3.7.0",
|
|
157
|
-
"recharts": "3.1.2"
|
|
154
|
+
"recharts": "3.1.2",
|
|
155
|
+
"tinycolor2": "1.6.0",
|
|
156
|
+
"ts-deepmerge": "6.2.0",
|
|
157
|
+
"use-presence": "1.3.0"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
|
-
"http-server": "14.1.1",
|
|
161
|
-
"wait-on": "7.2.0",
|
|
162
|
-
"@storybook/addon-interactions": "7.6.6",
|
|
163
|
-
"@storybook/testing-library": "0.2.2",
|
|
164
|
-
"@storybook/test-runner": "0.16.0",
|
|
165
|
-
"@storybook/jest": "0.2.3",
|
|
166
|
-
"playwright": "1.52.0",
|
|
167
|
-
"chromatic": "6.22.0",
|
|
168
160
|
"@babel/cli": "7.28.3",
|
|
169
161
|
"@babel/core": "7.28.3",
|
|
170
162
|
"@babel/parser": "7.28.3",
|
|
171
|
-
"@babel/
|
|
163
|
+
"@babel/plugin-proposal-class-static-block": "7.21.0",
|
|
164
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
165
|
+
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
166
|
+
"@babel/plugin-transform-arrow-functions": "7.27.1",
|
|
172
167
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
173
168
|
"@babel/plugin-transform-runtime": "7.28.3",
|
|
169
|
+
"@babel/plugin-transform-shorthand-properties": "7.27.1",
|
|
170
|
+
"@babel/plugin-transform-template-literals": "7.27.1",
|
|
174
171
|
"@babel/preset-env": "7.28.3",
|
|
175
172
|
"@babel/preset-react": "7.16.5",
|
|
176
173
|
"@babel/preset-typescript": "7.16.5",
|
|
174
|
+
"@babel/traverse": " 7.28.3",
|
|
177
175
|
"@codesandbox/sandpack-react": "1.16.0",
|
|
176
|
+
"@floating-ui/react-native": "0.10.0",
|
|
178
177
|
"@gorhom/bottom-sheet": "4.4.6",
|
|
179
178
|
"@gorhom/portal": "1.0.14",
|
|
180
|
-
"@floating-ui/react-native": "0.10.0",
|
|
181
|
-
"react-native-tab-view": "3.5.2",
|
|
182
|
-
"react-native-pager-view": "6.2.1",
|
|
183
179
|
"@hypermod/utils": "0.4.2",
|
|
184
|
-
"@
|
|
180
|
+
"@razorpay/i18nify-js": "1.12.3",
|
|
181
|
+
"@razorpay/i18nify-react": "4.0.12",
|
|
185
182
|
"@react-native-async-storage/async-storage": "1.19.1",
|
|
186
183
|
"@react-native-community/datetimepicker": "5.0.1",
|
|
187
184
|
"@react-native-community/slider": "4.1.12",
|
|
185
|
+
"@react-native/metro-config": "0.72.9",
|
|
188
186
|
"@rollup/plugin-alias": "5.0.0",
|
|
189
187
|
"@rollup/plugin-babel": "6.0.3",
|
|
190
188
|
"@rollup/plugin-commonjs": "25.0.4",
|
|
191
189
|
"@rollup/plugin-node-resolve": "15.2.1",
|
|
192
190
|
"@rollup/plugin-replace": "5.0.2",
|
|
193
191
|
"@size-limit/preset-big-lib": "8.2.4",
|
|
192
|
+
"@stackblitz/sdk": "1.11.0",
|
|
194
193
|
"@storybook/addon-a11y": "7.1.0",
|
|
195
194
|
"@storybook/addon-actions": "7.1.0",
|
|
196
195
|
"@storybook/addon-controls": "7.1.0",
|
|
197
196
|
"@storybook/addon-docs": "7.2.0",
|
|
198
197
|
"@storybook/addon-essentials": "7.6.20",
|
|
198
|
+
"@storybook/addon-interactions": "7.6.6",
|
|
199
199
|
"@storybook/addon-links": "7.6.20",
|
|
200
200
|
"@storybook/addon-ondevice-actions": "7.0.0-alpha.5",
|
|
201
201
|
"@storybook/addon-ondevice-backgrounds": "7.0.0-alpha.5",
|
|
202
202
|
"@storybook/addon-ondevice-controls": "7.0.0-alpha.5",
|
|
203
203
|
"@storybook/addon-ondevice-notes": "7.0.0-alpha.5",
|
|
204
204
|
"@storybook/design-system": "7.15.13",
|
|
205
|
+
"@storybook/jest": "0.2.3",
|
|
205
206
|
"@storybook/node-logger": "7.1.0",
|
|
206
207
|
"@storybook/preset-create-react-app": "7.6.6",
|
|
207
208
|
"@storybook/react": "7.6.20",
|
|
208
209
|
"@storybook/react-native": "7.0.0-alpha.5",
|
|
209
210
|
"@storybook/react-webpack5": "7.6.6",
|
|
210
|
-
"@
|
|
211
|
-
"storybook-
|
|
212
|
-
"react-router-dom": "5.3.4",
|
|
211
|
+
"@storybook/test-runner": "0.16.0",
|
|
212
|
+
"@storybook/testing-library": "0.2.2",
|
|
213
213
|
"@testing-library/jest-dom": "5.16.4",
|
|
214
214
|
"@testing-library/jest-native": "5.4.2",
|
|
215
215
|
"@testing-library/react": "13.4.0",
|
|
216
216
|
"@testing-library/react-hooks": "8.0.1",
|
|
217
217
|
"@testing-library/react-native": "12.2.0",
|
|
218
218
|
"@testing-library/user-event": "14.4.3",
|
|
219
|
+
"@types/body-scroll-lock": "3.1.0",
|
|
219
220
|
"@types/dedent": "0.7.0",
|
|
220
221
|
"@types/jest": "29.5.3",
|
|
221
222
|
"@types/jest-axe": "3.5.5",
|
|
@@ -223,13 +224,13 @@
|
|
|
223
224
|
"@types/jsdom": "20.0.1",
|
|
224
225
|
"@types/react": "18.2.24",
|
|
225
226
|
"@types/react-native": "0.72.2",
|
|
227
|
+
"@types/react-router-dom": "5.3.3",
|
|
226
228
|
"@types/react-test-renderer": "17.0.1",
|
|
229
|
+
"@types/react-window": "1.8.8",
|
|
230
|
+
"@types/storybook-react-router": "1.0.5",
|
|
227
231
|
"@types/styled-components": "5.1.34",
|
|
228
232
|
"@types/styled-components-react-native": "5.1.3",
|
|
229
233
|
"@types/tinycolor2": "1.4.3",
|
|
230
|
-
"@types/react-router-dom": "5.3.3",
|
|
231
|
-
"@types/react-window": "1.8.8",
|
|
232
|
-
"@types/storybook-react-router": "1.0.5",
|
|
233
234
|
"any-leaf": "1.2.2",
|
|
234
235
|
"args-parser": "1.3.0",
|
|
235
236
|
"babel-jest": "29.6.1",
|
|
@@ -237,6 +238,7 @@
|
|
|
237
238
|
"babel-plugin-module-resolver": "4.1.0",
|
|
238
239
|
"babel-plugin-styled-components": "1.12.0",
|
|
239
240
|
"chalk": "4.1.1",
|
|
241
|
+
"chromatic": "6.22.0",
|
|
240
242
|
"copyfiles": "2.4.1",
|
|
241
243
|
"cross-env": "7.0.3",
|
|
242
244
|
"danger": "11.3.1",
|
|
@@ -246,8 +248,8 @@
|
|
|
246
248
|
"fastify": "4.28.1",
|
|
247
249
|
"figures": "3.2.0",
|
|
248
250
|
"flat": "5.0.2",
|
|
249
|
-
"motion": "11.12.0",
|
|
250
251
|
"globby": "14.0.1",
|
|
252
|
+
"http-server": "14.1.1",
|
|
251
253
|
"ismobilejs": "1.1.1",
|
|
252
254
|
"jest": "29.6.1",
|
|
253
255
|
"jest-axe": "8.0.0",
|
|
@@ -257,16 +259,32 @@
|
|
|
257
259
|
"jest-useragent-mock": "0.1.1",
|
|
258
260
|
"jscodeshift": "0.13.1",
|
|
259
261
|
"jsdom": "20.0.2",
|
|
262
|
+
"jsdom-testing-mocks": "1.9.0",
|
|
263
|
+
"metro-config": "0.66.2",
|
|
260
264
|
"metro-react-native-babel-preset": "0.76.7",
|
|
261
265
|
"moniker": "0.1.2",
|
|
266
|
+
"motion": "11.12.0",
|
|
267
|
+
"node-plop": "0.32.0",
|
|
262
268
|
"npm-run-all": "4.1.5",
|
|
263
269
|
"outdent": "0.8.0",
|
|
270
|
+
"playwright": "1.52.0",
|
|
271
|
+
"plop": "3.1.1",
|
|
272
|
+
"postinstall-postinstall": "2.1.0",
|
|
273
|
+
"ramda": "0.29.1",
|
|
264
274
|
"react": "18.2.0",
|
|
275
|
+
"react-docgen-typescript-plugin": "1.0.5",
|
|
265
276
|
"react-dom": "18.2.0",
|
|
277
|
+
"react-json-tree": "0.18.0",
|
|
266
278
|
"react-native": "0.72.3",
|
|
267
279
|
"react-native-gesture-handler": "2.9.0",
|
|
280
|
+
"react-native-pager-view": "6.2.1",
|
|
268
281
|
"react-native-reanimated": "3.4.2",
|
|
282
|
+
"react-native-safe-area-context": "3.4.1",
|
|
269
283
|
"react-native-svg": "15.1.0",
|
|
284
|
+
"react-native-tab-view": "3.5.2",
|
|
285
|
+
"react-pdf": "9.2.1",
|
|
286
|
+
"react-refresh": "0.11.0",
|
|
287
|
+
"react-router-dom": "5.3.4",
|
|
270
288
|
"react-scripts": "5.0.1",
|
|
271
289
|
"react-test-renderer": "18.2.0",
|
|
272
290
|
"rollup": "3.29.5",
|
|
@@ -274,51 +292,32 @@
|
|
|
274
292
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
275
293
|
"size-limit": "8.2.4",
|
|
276
294
|
"storybook": "7.1.0",
|
|
295
|
+
"storybook-react-router": "1.0.8",
|
|
277
296
|
"style-dictionary": "3.7.1",
|
|
278
297
|
"styled-components": "5.3.5",
|
|
298
|
+
"svgson": "5.3.1",
|
|
279
299
|
"tsconfig-paths-webpack-plugin": "3.5.2",
|
|
280
|
-
"
|
|
281
|
-
"postinstall-postinstall": "2.1.0",
|
|
282
|
-
"react-refresh": "0.11.0",
|
|
283
|
-
"react-docgen-typescript-plugin": "1.0.5",
|
|
284
|
-
"react-json-tree": "0.18.0",
|
|
285
|
-
"metro-config": "0.66.2",
|
|
286
|
-
"@babel/plugin-proposal-class-static-block": "7.21.0",
|
|
287
|
-
"react-native-safe-area-context": "3.4.1",
|
|
288
|
-
"ttypescript": "1.5.15",
|
|
300
|
+
"tsc-alias": "^1.8.8",
|
|
289
301
|
"typescript": "4.9",
|
|
290
|
-
"
|
|
291
|
-
"@types/body-scroll-lock": "3.1.0",
|
|
292
|
-
"ramda": "0.29.1",
|
|
293
|
-
"@razorpay/i18nify-js": "1.12.3",
|
|
294
|
-
"@razorpay/i18nify-react": "4.0.12",
|
|
295
|
-
"plop": "3.1.1",
|
|
296
|
-
"node-plop": "0.32.0",
|
|
297
|
-
"svgson": "5.3.1",
|
|
298
|
-
"react-pdf": "9.2.1",
|
|
299
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
300
|
-
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
301
|
-
"@babel/plugin-transform-arrow-functions": "7.27.1",
|
|
302
|
-
"@babel/plugin-transform-shorthand-properties": "7.27.1",
|
|
303
|
-
"@babel/plugin-transform-template-literals": "7.27.1"
|
|
302
|
+
"wait-on": "7.2.0"
|
|
304
303
|
},
|
|
305
304
|
"peerDependencies": {
|
|
305
|
+
"@floating-ui/react-native": "^0.10.0",
|
|
306
|
+
"@gorhom/bottom-sheet": "^4.4.6",
|
|
307
|
+
"@gorhom/portal": "^1.0.14",
|
|
308
|
+
"@razorpay/i18nify-js": "^1.12.3",
|
|
309
|
+
"@razorpay/i18nify-react": "^4.0.12",
|
|
310
|
+
"framer-motion": ">=4",
|
|
306
311
|
"react": ">=18",
|
|
307
312
|
"react-dom": ">=18",
|
|
308
|
-
"
|
|
309
|
-
"framer-motion": ">=4",
|
|
313
|
+
"react-hot-toast": "2.4.1",
|
|
310
314
|
"react-native": "^0.72",
|
|
311
|
-
"
|
|
312
|
-
"react-native-reanimated": "^3.4.1",
|
|
313
|
-
"react-native-tab-view": "^3.5.2",
|
|
315
|
+
"react-native-gesture-handler": "^2.9.0",
|
|
314
316
|
"react-native-pager-view": "^6.2.1",
|
|
317
|
+
"react-native-reanimated": "^3.4.1",
|
|
315
318
|
"react-native-svg": "^12.3.0",
|
|
316
|
-
"react-native-
|
|
317
|
-
"
|
|
318
|
-
"@gorhom/bottom-sheet": "^4.4.6",
|
|
319
|
-
"@gorhom/portal": "^1.0.14",
|
|
320
|
-
"@razorpay/i18nify-js": "^1.12.3",
|
|
321
|
-
"@razorpay/i18nify-react": "^4.0.12"
|
|
319
|
+
"react-native-tab-view": "^3.5.2",
|
|
320
|
+
"styled-components": "^5"
|
|
322
321
|
},
|
|
323
322
|
"peerDependenciesMeta": {
|
|
324
323
|
"react-native": {
|