@epam/ai-dial-catalog 1.1.0-dev.55 → 1.1.0-dev.57

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
@@ -103053,7 +103053,7 @@ var Pge = ({ resource: e, renderSummary: t, history: n, isHistoryLoading: r = !1
103053
103053
  }, Ige = (e, t) => e === Ug.ReplaceWarning ? T9(t.replaceWarning.replace("{version}", t.version ?? ""), t.folderName) : e === Ug.NoAccess ? T9(t.noAccessError, t.folderName) : t.submitError, Lge = { cancelButton: "_cancelButton_tjpsd_1" }, Rge = ({ version: e, hasExistingPublicationInFolder: t, isSubmitDisabled: n, isSubmitLoading: r, onCancel: i, onSubmit: a, labels: o = {} }) => {
103054
103054
  let { cancelLabel: s = "Cancel", publishDefaultLabel: c = "Publish", updateLabel: l = "Update version {version}", publishingInProgressLabel: u = "Publishing…" } = o, d = r ? u : t && e != null ? l.replace("{version}", e) : c;
103055
103055
  return /* @__PURE__ */ B("div", {
103056
- className: "flex items-center justify-end gap-2 border-t border-tertiary px-3.5 py-4",
103056
+ className: "flex items-center justify-end gap-2 border-t border-tertiary px-3.5 py-4 rtl:flex-row-reverse rtl:justify-start",
103057
103057
  children: [/* @__PURE__ */ z(Tg, {
103058
103058
  label: s,
103059
103059
  disabled: r,
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.55",
4
+ "version": "1.1.0-dev.57",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,9 +19,9 @@
19
19
  "peerDependencies": {
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-kit": "1.1.0-dev.55",
23
- "@epam/ai-dial-chat-shared": "1.1.0-dev.55",
24
- "@epam/ai-dial-publish-panel": "1.1.0-dev.55",
22
+ "@epam/ai-dial-kit": "1.1.0-dev.57",
23
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.57",
24
+ "@epam/ai-dial-publish-panel": "1.1.0-dev.57",
25
25
  "ag-grid-community": "35.3.0",
26
26
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.17"
27
27
  },