@razorpay/blade 7.2.1 → 8.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@razorpay/blade",
3
3
  "description": "The Design System that powers Razorpay",
4
- "version": "7.2.1",
4
+ "version": "8.0.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=14.18.0"
@@ -276,14 +276,14 @@
276
276
  "name": "Import Button only",
277
277
  "path": "./build/components/index.web.js",
278
278
  "import": "{ Button }",
279
- "limit": "16.6 kb",
279
+ "limit": "17 kb",
280
280
  "running": false
281
281
  },
282
282
  {
283
283
  "name": "Import Text only",
284
284
  "path": "./build/components/index.web.js",
285
285
  "import": "{ Text }",
286
- "limit": "11.9 kb",
286
+ "limit": "12 kb",
287
287
  "running": false
288
288
  }
289
289
  ]