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.
@@ -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 bg-background border-input !text-white hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:text-white dark:hover:bg-input/50",
180
- secondary: "bg-secondary !text-white hover:bg-secondary/80 !dark:text-white",
181
- ghost: "!text-white hover:bg-accent hover:text-accent-foreground !dark:text-white dark:hover:bg-accent/50",
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-subtle 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",
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-JGDJNAAW.js.map
4712
- //# sourceMappingURL=chunk-JGDJNAAW.js.map
4711
+ //# sourceMappingURL=chunk-JIT64DWO.js.map
4712
+ //# sourceMappingURL=chunk-JIT64DWO.js.map