@epam/ai-dial-catalog 1.0.1 → 1.0.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.
@@ -287,7 +287,7 @@ export interface CatalogProps {
287
287
  isReadonly?: boolean;
288
288
  /** Hides the page heading (title row), e.g. when the host renders its own title outside the catalog. Default: false. */
289
289
  hidePageTitle?: boolean;
290
- /** Initial Browse view mode (grid or list). Default: `CatalogViewMode.Grid`. */
290
+ /** Initial Browse view mode (grid or list). Default: `CatalogViewMode.List`. */
291
291
  initialViewMode?: CatalogViewMode;
292
292
  /** ID of an item to visually mark as selected (border, tint, and checkmark) in the Browse grid. */
293
293
  selectedItemId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-catalog",
3
3
  "description": "Marketplace catalog component for browsing models, tools, and assistants with search, filter, and sort",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,8 +19,8 @@
19
19
  "peerDependencies": {
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-chat-shared": "1.0.1",
23
- "@epam/ai-dial-publish-panel": "1.0.1",
22
+ "@epam/ai-dial-chat-shared": "1.0.3",
23
+ "@epam/ai-dial-publish-panel": "1.0.3",
24
24
  "ag-grid-community": "35.3.0",
25
25
  "@epam/ai-dial-ui-kit": "^0.14.0-dev.15"
26
26
  },