organify-ui 0.3.5 → 0.3.6
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.
|
@@ -1904,7 +1904,7 @@ function ResponsiveDialog({
|
|
|
1904
1904
|
title && /* @__PURE__ */ jsx(DialogTitle, { className: "text-lg", children: title }),
|
|
1905
1905
|
description && /* @__PURE__ */ jsx(DialogDescription, { className: "text-theme-muted text-sm", children: description })
|
|
1906
1906
|
] }),
|
|
1907
|
-
/* @__PURE__ */ jsx("div", { className, children }),
|
|
1907
|
+
/* @__PURE__ */ jsx("div", { className: cn("text-theme", className), children }),
|
|
1908
1908
|
footer && /* @__PURE__ */ jsx(DialogFooter, { children: footer })
|
|
1909
1909
|
]
|
|
1910
1910
|
}
|
|
@@ -1915,7 +1915,7 @@ function ResponsiveDialog({
|
|
|
1915
1915
|
title && /* @__PURE__ */ jsx(DrawerTitle, { className: "text-lg", children: title }),
|
|
1916
1916
|
description && /* @__PURE__ */ jsx(DrawerDescription, { className: "text-theme-muted text-sm", children: description })
|
|
1917
1917
|
] }),
|
|
1918
|
-
/* @__PURE__ */ jsx("div", { className: cn("overflow-y-auto px-4 pb-4", className), children }),
|
|
1918
|
+
/* @__PURE__ */ jsx("div", { className: cn("overflow-y-auto px-4 pb-4 text-theme", className), children }),
|
|
1919
1919
|
footer && /* @__PURE__ */ jsx(DrawerFooter, { children: footer })
|
|
1920
1920
|
] }) });
|
|
1921
1921
|
}
|
|
@@ -4589,5 +4589,5 @@ function useAiInline({ gatewayUrl, workspaceId, projectId }) {
|
|
|
4589
4589
|
}
|
|
4590
4590
|
|
|
4591
4591
|
export { AiChatSidebar, Alert, Button, ChatMessages, ChatSidebar, CommandBar, CreateRoomDialog, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, InlineAiButton, Input, Label, MOCK_PROJECTS, MOCK_USERS, MentionPopover, MessageBubble, MessageInput, OrgLoader, OrgLoaderInline, OrganifyChat, ResponsiveDialog, RoomManagementPanel, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, TypingIndicatorMock, alertVariants, buttonVariants, generateAutoReplies, getMockMentionOptions, getRoomPermissions, inputVariants, orgLoaderVariants, typingIndicator, useAiInline, useChat };
|
|
4592
|
-
//# sourceMappingURL=chunk-
|
|
4593
|
-
//# sourceMappingURL=chunk-
|
|
4592
|
+
//# sourceMappingURL=chunk-F7LW2OMM.js.map
|
|
4593
|
+
//# sourceMappingURL=chunk-F7LW2OMM.js.map
|