@epam/ai-dial-publish-panel 1.1.0-dev.293 → 1.1.0-dev.296
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 +8 -7
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -10288,7 +10288,7 @@ var zh = [
|
|
|
10288
10288
|
icon: "_icon_d05h7_1",
|
|
10289
10289
|
label: "_label_d05h7_5"
|
|
10290
10290
|
};
|
|
10291
|
-
a(({ icon: e, label: t, colors: n }) => /* @__PURE__ */ j("div", {
|
|
10291
|
+
a(({ icon: e, label: t, colors: n, labelClassName: r = "dial-tiny-text", containerClassName: i }) => /* @__PURE__ */ j("div", {
|
|
10292
10292
|
style: zr({
|
|
10293
10293
|
"--pes-icon-color": n?.icon,
|
|
10294
10294
|
"--pes-label-color": n?.label
|
|
@@ -10299,7 +10299,8 @@ a(({ icon: e, label: t, colors: n }) => /* @__PURE__ */ j("div", {
|
|
|
10299
10299
|
className: Qh.icon,
|
|
10300
10300
|
children: e
|
|
10301
10301
|
}),
|
|
10302
|
-
titleClassName: Qh.label
|
|
10302
|
+
titleClassName: Rr(Qh.label, r),
|
|
10303
|
+
containerClassName: i
|
|
10303
10304
|
})
|
|
10304
10305
|
}));
|
|
10305
10306
|
var $h = {
|
|
@@ -10345,7 +10346,7 @@ var $h = {
|
|
|
10345
10346
|
},
|
|
10346
10347
|
children: e
|
|
10347
10348
|
});
|
|
10348
|
-
}, rg = ({ item: e, nameClassName: t, versionClassName: n, showVersion: r = !0, typeClassName: i = "dial-caption-lead-semi-text", iconBadgeClassName: a = "rounded-[14px]", featuredChipClassName: o, featuredLabel: s = "Featured", hasFeaturedTag: c = !0, iconSize: l = 48, query: u, footer: d }) => /* @__PURE__ */ M("div", {
|
|
10349
|
+
}, rg = ({ item: e, nameClassName: t, versionClassName: n, showVersion: r = !0, typeClassName: i = "dial-caption-lead-semi-text", iconBadgeClassName: a = "rounded-[14px]", featuredChipClassName: o, featuredLabel: s = "Featured", hasFeaturedTag: c = !0, iconSize: l = 48, query: u, footer: d, statusBadge: f }) => /* @__PURE__ */ M("div", {
|
|
10349
10350
|
className: "flex items-start gap-2",
|
|
10350
10351
|
children: [/* @__PURE__ */ j(Kh, {
|
|
10351
10352
|
src: e.iconUrl,
|
|
@@ -10360,13 +10361,13 @@ var $h = {
|
|
|
10360
10361
|
children: [/* @__PURE__ */ j(tg, {
|
|
10361
10362
|
type: e.type,
|
|
10362
10363
|
className: i
|
|
10363
|
-
}), c && e.isFeatured && /* @__PURE__ */
|
|
10364
|
-
className: "absolute end-0 top-[-6px]",
|
|
10365
|
-
children: /* @__PURE__ */ j(ng, {
|
|
10364
|
+
}), (f != null || c && e.isFeatured) && /* @__PURE__ */ M("div", {
|
|
10365
|
+
className: "absolute end-0 top-[-6px] flex items-center gap-2",
|
|
10366
|
+
children: [f, c && e.isFeatured && /* @__PURE__ */ j(ng, {
|
|
10366
10367
|
type: e.type,
|
|
10367
10368
|
label: s,
|
|
10368
10369
|
className: o
|
|
10369
|
-
})
|
|
10370
|
+
})]
|
|
10370
10371
|
})]
|
|
10371
10372
|
}),
|
|
10372
10373
|
/* @__PURE__ */ j(eg, {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-publish-panel",
|
|
3
3
|
"description": "Publish-to-folder UI and state flow shared by catalog entity publish and conversation publish",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.296",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
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.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.296",
|
|
23
23
|
"@epam/ai-dial-ui-kit": "*",
|
|
24
24
|
"@epam/ai-dial-react-file-manager": "^0.2.0-dev.7"
|
|
25
25
|
},
|