@epam/ai-dial-catalog 1.1.0-dev.209 → 1.1.0-dev.211
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.
- package/index.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -62995,7 +62995,7 @@ var dI = () => {
|
|
|
62995
62995
|
}, HI = ({ icon: e, title: t, description: n, action: r, titleClassName: i = "dial-small-semi-text", descriptionClassName: a = "dial-small-text" }) => /* @__PURE__ */ P("div", {
|
|
62996
62996
|
role: "status",
|
|
62997
62997
|
"aria-live": "polite",
|
|
62998
|
-
className: I("flex items-
|
|
62998
|
+
className: I("flex items-center gap-3 rounded-xl p-3", VI.card),
|
|
62999
62999
|
children: [/* @__PURE__ */ N("span", {
|
|
63000
63000
|
className: I("shrink-0", VI.icon, n != null && "mt-0.5"),
|
|
63001
63001
|
children: e
|
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.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.211",
|
|
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.1.0-dev.
|
|
23
|
-
"@epam/ai-dial-publish-panel": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.211",
|
|
23
|
+
"@epam/ai-dial-publish-panel": "1.1.0-dev.211",
|
|
24
24
|
"ag-grid-community": "35.3.0",
|
|
25
25
|
"@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
|
|
26
26
|
},
|