@docyrus/ui-pro-ai-assistant 0.1.0 → 0.1.1
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 +10 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +7 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10154,7 +10154,7 @@ function TooltipContent2({
|
|
|
10154
10154
|
Tooltip.Content,
|
|
10155
10155
|
{
|
|
10156
10156
|
className: cn(
|
|
10157
|
-
"z-9999 overflow-hidden rounded-md bg-primary px-2 py-1.5 font-semibold text-primary-foreground text-xs shadow-md",
|
|
10157
|
+
"z-[9999] overflow-hidden rounded-md bg-primary px-2 py-1.5 font-semibold text-primary-foreground text-xs shadow-md",
|
|
10158
10158
|
className
|
|
10159
10159
|
),
|
|
10160
10160
|
sideOffset,
|
|
@@ -25255,7 +25255,7 @@ var DocyAssistant = ({
|
|
|
25255
25255
|
}
|
|
25256
25256
|
)
|
|
25257
25257
|
] }) }),
|
|
25258
|
-
/* @__PURE__ */ jsxs(Tabs$1, { value: worksState.tabValue, onValueChange: worksActions.setTabValue, children: [
|
|
25258
|
+
/* @__PURE__ */ jsxs(Tabs$1, { className: "flex-col", 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") }),
|
|
@@ -25378,6 +25378,14 @@ var DocyAssistant = ({
|
|
|
25378
25378
|
showCloseButton: false,
|
|
25379
25379
|
style: {
|
|
25380
25380
|
position: "fixed",
|
|
25381
|
+
/*
|
|
25382
|
+
* Inline styles override Tailwind cascade — the base DialogContent
|
|
25383
|
+
* has p-6 grid gap-6 ring-1 which would otherwise create padding +
|
|
25384
|
+
* a dark ring around the InlineView.
|
|
25385
|
+
*/
|
|
25386
|
+
padding: 0,
|
|
25387
|
+
display: "flex",
|
|
25388
|
+
boxShadow: "none",
|
|
25381
25389
|
...uiState.isExpanded && {
|
|
25382
25390
|
top: 0,
|
|
25383
25391
|
left: 0,
|