@docyrus/ui-pro-ai-assistant 0.1.1 → 0.1.2

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/dist/index.js CHANGED
@@ -25255,7 +25255,7 @@ var DocyAssistant = ({
25255
25255
  }
25256
25256
  )
25257
25257
  ] }) }),
25258
- /* @__PURE__ */ jsxs(Tabs$1, { className: "flex-col", value: worksState.tabValue, onValueChange: worksActions.setTabValue, children: [
25258
+ /* @__PURE__ */ jsxs(Tabs$1, { className: "flex-col", "data-horizontal": "", value: worksState.tabValue, onValueChange: worksActions.setTabValue, children: [
25259
25259
  /* @__PURE__ */ jsxs(TabsList$1, { className: "mb-4 p-1", children: [
25260
25260
  /* @__PURE__ */ jsx(TabsTrigger$1, { className: "py-2", value: "1", children: t("tabs.my_works") }),
25261
25261
  /* @__PURE__ */ jsx(TabsTrigger$1, { className: "py-2", value: "2", children: t("tabs.shared_to_me") }),
@@ -25413,7 +25413,7 @@ var DocyAssistant = ({
25413
25413
  isFullscreen: false,
25414
25414
  enableSidebar,
25415
25415
  enableNavDropdown,
25416
- className: "h-full w-full rounded-none border-0 shadow-none",
25416
+ className: cn("h-full w-full border-0 shadow-none", uiState.isExpanded || uiState.isDocked ? "rounded-none" : "rounded-xl"),
25417
25417
  onExpand: handleExpand,
25418
25418
  isOpen: true
25419
25419
  })