@epam/ai-dial-publish-panel 1.1.0-dev.224 → 1.1.0-dev.228

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 +3 -3
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -10371,9 +10371,9 @@ var qh = {
10371
10371
  hasFeaturedTag: !1,
10372
10372
  showVersion: !r
10373
10373
  })
10374
- }), r && e.version && /* @__PURE__ */ j(Be, {
10375
- label: n.replace("{version}", e.version),
10376
- className: Lr("shrink-0 whitespace-nowrap", Qh.versionTag)
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 dial-tiny-text", Qh.versionTag),
10376
+ children: /* @__PURE__ */ j(ne, { text: n.replace("{version}", e.version) })
10377
10377
  })] });
10378
10378
  return /* @__PURE__ */ j("div", {
10379
10379
  style: s,
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.224",
4
+ "version": "1.1.0-dev.228",
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.224",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.228",
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
  },