@epam/ai-dial-catalog 1.0.0-dev.514 → 1.0.0-dev.515

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -26786,7 +26786,7 @@ var Dx = {
26786
26786
  i && !a && (r(b, i), n([...b, i])), x(null);
26787
26787
  },
26788
26788
  onCreateFolderCancel: () => x(null),
26789
- emptyStateDescription: T ? c.replace("{query}", i.trim()) : void 0
26789
+ emptyStateTitle: T ? c.replace("{query}", i.trim()) : void 0
26790
26790
  }), /* @__PURE__ */ R("button", {
26791
26791
  type: "button",
26792
26792
  disabled: a,
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.0-dev.514",
4
+ "version": "1.0.0-dev.515",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -20,9 +20,9 @@
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
22
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
23
- "@epam/ai-dial-kit": "1.0.0-dev.514",
24
- "@epam/ai-dial-sidebar": "1.0.0-dev.514",
25
- "@epam/ai-dial-chat-shared": "1.0.0-dev.514",
23
+ "@epam/ai-dial-kit": "1.0.0-dev.515",
24
+ "@epam/ai-dial-sidebar": "1.0.0-dev.515",
25
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.515",
26
26
  "ag-grid-community": "35.3.0"
27
27
  },
28
28
  "repository": {