@epam/ai-dial-publish-panel 1.1.0-dev.240 → 1.1.0-dev.242
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 +11 -11
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -10356,14 +10356,14 @@ var qh = {
|
|
|
10356
10356
|
}), Qh = {
|
|
10357
10357
|
row: "_row_sywnj_1",
|
|
10358
10358
|
versionTag: "_versionTag_sywnj_7"
|
|
10359
|
-
}, $h = ({ item: e, children: t, versionLabel: n = "Version {version} · current", hasVersionTag: r = !0, iconSize: i = 40, className: a,
|
|
10360
|
-
let s = Rr({
|
|
10361
|
-
"--rs-border":
|
|
10362
|
-
"--rs-bg":
|
|
10363
|
-
"--rs-version-tag-border":
|
|
10364
|
-
"--rs-version-tag-bg":
|
|
10365
|
-
"--rs-version-tag-text":
|
|
10366
|
-
}),
|
|
10359
|
+
}, $h = ({ item: e, children: t, versionLabel: n = "Version {version} · current", hasVersionTag: r = !0, iconSize: i = 40, className: a, styles: o, colors: s }) => {
|
|
10360
|
+
let c = o?.colors ?? s, { versionTagClassName: l = "dial-tiny-text" } = o?.typography ?? {}, u = Rr({
|
|
10361
|
+
"--rs-border": c?.border,
|
|
10362
|
+
"--rs-bg": c?.background,
|
|
10363
|
+
"--rs-version-tag-border": c?.versionTagBorder,
|
|
10364
|
+
"--rs-version-tag-bg": c?.versionTagBackground,
|
|
10365
|
+
"--rs-version-tag-text": c?.versionTagText
|
|
10366
|
+
}), d = e && /* @__PURE__ */ M(Ke, { children: [/* @__PURE__ */ j("div", {
|
|
10367
10367
|
className: "min-w-0 flex-1",
|
|
10368
10368
|
children: /* @__PURE__ */ j(Zh, {
|
|
10369
10369
|
item: e,
|
|
@@ -10372,13 +10372,13 @@ var qh = {
|
|
|
10372
10372
|
showVersion: !r
|
|
10373
10373
|
})
|
|
10374
10374
|
}), r && e.version && /* @__PURE__ */ j("span", {
|
|
10375
|
-
className: Lr("inline-flex h-[24px] max-w-[45%] shrink-0 items-center gap-1 rounded-lg border px-2
|
|
10375
|
+
className: Lr("inline-flex h-[24px] max-w-[45%] shrink-0 items-center gap-1 rounded-lg border px-2", l, Qh.versionTag),
|
|
10376
10376
|
children: /* @__PURE__ */ j(ne, { text: n.replace("{version}", e.version) })
|
|
10377
10377
|
})] });
|
|
10378
10378
|
return /* @__PURE__ */ j("div", {
|
|
10379
|
-
style:
|
|
10379
|
+
style: u,
|
|
10380
10380
|
className: Lr("flex items-center justify-between gap-3 rounded-xl border p-3", Qh.row, a),
|
|
10381
|
-
children: t ??
|
|
10381
|
+
children: t ?? d
|
|
10382
10382
|
});
|
|
10383
10383
|
}, eg = /^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u, tg = /^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u, ng = {};
|
|
10384
10384
|
function rg(e, t) {
|
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.242",
|
|
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.242",
|
|
23
23
|
"@epam/ai-dial-ui-kit": "^0.13.0-dev.64",
|
|
24
24
|
"@epam/ai-dial-react-file-manager": "^0.1.0-dev.22"
|
|
25
25
|
},
|