randmarcomps 1.347.0 → 1.348.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.
@@ -848,12 +848,6 @@ declare interface SearchPageGridProps<T> {
848
848
  * the React component to render for that item.
849
849
  */
850
850
  renderItem: (item: T, index: number) => default_2.ReactNode;
851
- /**
852
- * An object to configure the number of columns at different responsive breakpoints.
853
- * @example { base: 1, md: 2, lg: 3 }
854
- * @default { base: 1, md: 2 }
855
- */
856
- gridCols?: ResponsiveCols;
857
851
  }
858
852
 
859
853
  declare interface SearchPageProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "randmarcomps",
3
3
  "private": false,
4
- "version": "1.347.0",
4
+ "version": "1.348.0",
5
5
  "description": "The UI library enabling speed and consistency in Randmar frontends.",
6
6
  "type": "module",
7
7
  "files": [