@razorpay/blade 12.31.3 → 12.31.4

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.
@@ -26560,7 +26560,7 @@ type ListViewFilterProps = {
26560
26560
  * you only need this if quick filters are controlled.
26561
26561
  */
26562
26562
  selectedFiltersCount?: number;
26563
- } & TestID & DataAnalyticsAttribute & ListViewCommonProps;
26563
+ } & TestID & DataAnalyticsAttribute;
26564
26564
 
26565
26565
  declare const ListView: ({ testID, children, ...rest }: ListViewProps) => React.ReactElement;
26566
26566
 
@@ -15853,7 +15853,7 @@ type ListViewFilterProps = {
15853
15853
  * you only need this if quick filters are controlled.
15854
15854
  */
15855
15855
  selectedFiltersCount?: number;
15856
- } & TestID & DataAnalyticsAttribute & ListViewCommonProps;
15856
+ } & TestID & DataAnalyticsAttribute;
15857
15857
 
15858
15858
  declare const ListView: (_prop: ListViewProps) => React__default.ReactElement;
15859
15859
 
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.3",
4
+ "version": "12.31.4",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"