@epam/ai-dial-catalog 1.0.0-dev.547 → 1.0.0-dev.548

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
@@ -26479,7 +26479,7 @@ var Jb = (e) => /* @__PURE__ */ L(M, { ...e }), Yb = (e) => /* @__PURE__ */ L(_,
26479
26479
  }),
26480
26480
  /* @__PURE__ */ L("p", {
26481
26481
  className: W(_, "line-clamp-2 min-h-[44px] !leading-[22px]", cx.description),
26482
- children: e.description
26482
+ children: e.intro ?? e.description
26483
26483
  }),
26484
26484
  /* @__PURE__ */ R("div", {
26485
26485
  className: "flex min-h-[28px] items-center justify-between gap-2",
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.547",
4
+ "version": "1.0.0-dev.548",
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.36",
23
- "@epam/ai-dial-kit": "1.0.0-dev.547",
24
- "@epam/ai-dial-sidebar": "1.0.0-dev.547",
25
- "@epam/ai-dial-chat-shared": "1.0.0-dev.547",
23
+ "@epam/ai-dial-kit": "1.0.0-dev.548",
24
+ "@epam/ai-dial-sidebar": "1.0.0-dev.548",
25
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.548",
26
26
  "ag-grid-community": "35.3.0"
27
27
  },
28
28
  "repository": {