@razorpay/blade 12.31.2 → 12.31.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.
@@ -26518,7 +26518,7 @@ type ListViewCommonProps = {
26518
26518
  };
26519
26519
  type ListViewProps = ListViewCommonProps & TestID & DataAnalyticsAttribute;
26520
26520
  type ListViewFilterProps = {
26521
- children: React__default.ReactNode;
26521
+ children?: React__default.ReactNode;
26522
26522
  /**
26523
26523
  * Quick Filters Component
26524
26524
  */
@@ -15811,7 +15811,7 @@ type ListViewCommonProps = {
15811
15811
  };
15812
15812
  type ListViewProps = ListViewCommonProps & TestID & DataAnalyticsAttribute;
15813
15813
  type ListViewFilterProps = {
15814
- children: React__default.ReactNode;
15814
+ children?: React__default.ReactNode;
15815
15815
  /**
15816
15816
  * Quick Filters Component
15817
15817
  */
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.31.2",
4
+ "version": "12.31.3",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"