organify-ui 0.3.24 → 0.3.27
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/{chunk-JGDJNAAW.js → chunk-JIT64DWO.js} +6 -6
- package/dist/chunk-JIT64DWO.js.map +1 -0
- package/dist/components/chat/index.js +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +52 -35
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/globals.css +553 -146
- package/dist/chunk-JGDJNAAW.js.map +0 -1
|
@@ -176,9 +176,9 @@ var buttonVariants = cva(
|
|
|
176
176
|
variant: {
|
|
177
177
|
default: "bg-primary !text-white hover:bg-primary/90",
|
|
178
178
|
destructive: "!bg-destructive !text-white hover:bg-destructive/90 focus-visible:ring-destructive/20",
|
|
179
|
-
outline: "border
|
|
180
|
-
secondary: "bg-
|
|
181
|
-
ghost: "
|
|
179
|
+
outline: "border border-theme-strong bg-transparent text-theme hover:bg-theme-subtle",
|
|
180
|
+
secondary: "bg-theme-elevated text-theme hover:bg-theme-subtle",
|
|
181
|
+
ghost: "text-theme hover:bg-theme-subtle",
|
|
182
182
|
link: "!text-primary underline-offset-4 hover:underline"
|
|
183
183
|
},
|
|
184
184
|
size: {
|
|
@@ -221,7 +221,7 @@ function Button({
|
|
|
221
221
|
);
|
|
222
222
|
}
|
|
223
223
|
var inputVariants = cva(
|
|
224
|
-
"flex w-full bg-theme-
|
|
224
|
+
"flex w-full bg-theme-void backdrop-blur-md border border-theme-subtle rounded-xl px-4 py-3 text-sm font-light text-theme transition-all duration-[400ms] ease-[cubic-bezier(0.25,1,0.5,1)] file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-theme-muted focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",
|
|
225
225
|
{
|
|
226
226
|
variants: {
|
|
227
227
|
variant: {
|
|
@@ -4708,5 +4708,5 @@ function useAiInline({ gatewayUrl, workspaceId, projectId }) {
|
|
|
4708
4708
|
}
|
|
4709
4709
|
|
|
4710
4710
|
export { AiChatSidebar, Alert, Button, ChatMessages, ChatSidebar, CommandBar, CreateRoomDialog, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, 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, UserAvatar, UserDisplayName, alertVariants, buttonVariants, generateAutoReplies, getMockMentionOptions, getRoomPermissions, inputVariants, invalidateUserCache, orgLoaderVariants, resolveUser, seedUserCache, typingIndicator, useAiInline, useChat, useResolvedUser };
|
|
4711
|
-
//# sourceMappingURL=chunk-
|
|
4712
|
-
//# sourceMappingURL=chunk-
|
|
4711
|
+
//# sourceMappingURL=chunk-JIT64DWO.js.map
|
|
4712
|
+
//# sourceMappingURL=chunk-JIT64DWO.js.map
|