@razorpay/blade 6.3.0 → 6.5.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.
@@ -304,14 +304,19 @@ var border = {
304
304
  };
305
305
 
306
306
  var breakpoints = {
307
+ base: 0,
307
308
  xs: 320,
308
309
  s: 480,
309
310
  m: 768,
310
311
  l: 1024,
311
- xl: 1200,
312
- max: 1201
312
+ xl: 1200
313
313
  };
314
314
 
315
+ /**
316
+ * When any of the values are changed here, do change the jsdoc comments in BaseBox/types/spacingTypes.ts as well
317
+ *
318
+ * {@link ../../components/Box/BaseBox/types/spacingTypes.ts}
319
+ */
315
320
  var spacing = {
316
321
  0: 0,
317
322
  1: 2,