@razorpay/blade 8.10.2 → 8.10.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 +4 -3
- package/build/components/index.native.d.ts +4 -3
- package/build/components/index.native.js +2 -1
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +147 -33
- package/build/components/index.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 +3 -3
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.10.
|
|
4
|
+
"version": "8.10.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.12.1"
|
|
@@ -283,14 +283,14 @@
|
|
|
283
283
|
"name": "Import Button only",
|
|
284
284
|
"path": "./build/components/index.web.js",
|
|
285
285
|
"import": "{ Button }",
|
|
286
|
-
"limit": "
|
|
286
|
+
"limit": "20 kb",
|
|
287
287
|
"running": false
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
290
|
"name": "Import Text only",
|
|
291
291
|
"path": "./build/components/index.web.js",
|
|
292
292
|
"import": "{ Text }",
|
|
293
|
-
"limit": "
|
|
293
|
+
"limit": "15 kb",
|
|
294
294
|
"running": false
|
|
295
295
|
}
|
|
296
296
|
]
|