@razorpay/blade 10.18.2 → 10.19.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.
- package/build/components/index.d.ts +315 -1
- package/build/components/index.development.web.js +9385 -3423
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +316 -1
- package/build/components/index.native.js +14 -2
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +9370 -3418
- 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 +10 -8
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": "10.
|
|
4
|
+
"version": "10.19.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.12.1"
|
|
@@ -115,16 +115,18 @@
|
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
117
|
"@babel/runtime": "7.20.0",
|
|
118
|
+
"@emotion/react": "11.11.1",
|
|
119
|
+
"@floating-ui/react-native": "0.10.1",
|
|
120
|
+
"@floating-ui/react": "0.25.4",
|
|
121
|
+
"@table-library/react-table-library": "4.1.7",
|
|
118
122
|
"@types/body-scroll-lock": "3.1.0",
|
|
119
123
|
"@use-gesture/react": "10.2.24",
|
|
120
124
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
121
|
-
"use-presence": "1.1.0",
|
|
122
|
-
"@floating-ui/react": "0.25.4",
|
|
123
|
-
"@floating-ui/react-native": "0.10.1",
|
|
124
125
|
"patch-package": "7.0.0",
|
|
125
|
-
"
|
|
126
|
+
"react-native-pager-view": "6.2.1",
|
|
126
127
|
"react-native-tab-view": "3.5.2",
|
|
127
|
-
"
|
|
128
|
+
"tinycolor2": "1.6.0",
|
|
129
|
+
"use-presence": "1.1.0"
|
|
128
130
|
},
|
|
129
131
|
"devDependencies": {
|
|
130
132
|
"chromatic": "6.22.0",
|
|
@@ -311,14 +313,14 @@
|
|
|
311
313
|
"name": "Import Button only",
|
|
312
314
|
"path": "./build/components/index.production.web.js",
|
|
313
315
|
"import": "{ Button }",
|
|
314
|
-
"limit": "
|
|
316
|
+
"limit": "30 kb",
|
|
315
317
|
"running": false
|
|
316
318
|
},
|
|
317
319
|
{
|
|
318
320
|
"name": "Import Text only",
|
|
319
321
|
"path": "./build/components/index.production.web.js",
|
|
320
322
|
"import": "{ Text }",
|
|
321
|
-
"limit": "
|
|
323
|
+
"limit": "25 kb",
|
|
322
324
|
"running": false
|
|
323
325
|
}
|
|
324
326
|
]
|