organify-ui 0.3.12 → 0.3.16
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-HFX2XZKZ.js → chunk-CN72PB7N.js} +7 -7
- package/dist/{chunk-HFX2XZKZ.js.map → chunk-CN72PB7N.js.map} +1 -1
- package/dist/{chunk-VHQZS77G.js → chunk-SUX6GF3M.js} +45 -45
- package/dist/chunk-SUX6GF3M.js.map +1 -0
- package/dist/{chunk-SAYB3NN2.js → chunk-V4EOFUT2.js} +4 -4
- package/dist/{chunk-SAYB3NN2.js.map → chunk-V4EOFUT2.js.map} +1 -1
- package/dist/components/chat/index.js +2 -2
- package/dist/components/notifications/index.js +2 -2
- package/dist/index.d.ts +3 -1
- package/dist/index.js +249 -95
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-VHQZS77G.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cn, TooltipProvider, Tooltip, TooltipTrigger, TooltipContent, ScrollArea, Skeleton, Avatar, AvatarFallback, Badge, useOrganifyApi, useOrganifyUser, useOrganifyWorkspace, useOrganifyGql } from './chunk-
|
|
1
|
+
import { cn, TooltipProvider, Tooltip, TooltipTrigger, TooltipContent, ScrollArea, Skeleton, Avatar, AvatarFallback, Badge, useOrganifyApi, useOrganifyUser, useOrganifyWorkspace, useOrganifyGql } from './chunk-SUX6GF3M.js';
|
|
2
2
|
import { OrgPlus, OrgSearch, OrgComment, OrgClose, OrgEdit, OrgTeam, OrgGlobe, OrgLock, OrgCheckCircle, OrgError, OrgWarning, OrgInfo, OrgChevronDown, OrgChevronRight, OrgDoor, OrgTrash, OrgCheck, OrgFolder, OrgChevronLeft } from './chunk-MZKEDV5W.js';
|
|
3
3
|
import * as React6 from 'react';
|
|
4
4
|
import React6__default, { useState, useCallback, useEffect } from 'react';
|
|
@@ -1596,7 +1596,7 @@ function Label({ className, ...props }) {
|
|
|
1596
1596
|
);
|
|
1597
1597
|
}
|
|
1598
1598
|
var textareaVariants = cva(
|
|
1599
|
-
"flex w-full min-h-[100px] bg-white/[0.03] backdrop-blur-md border border-
|
|
1599
|
+
"flex w-full min-h-[100px] bg-white/[0.03] backdrop-blur-md border border-primary/15 rounded-xl px-4 py-3 text-sm font-light text-org-text transition-all duration-[400ms] ease-[cubic-bezier(0.25,1,0.5,1)] placeholder:text-org-text-muted focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50 resize-none",
|
|
1600
1600
|
{
|
|
1601
1601
|
variants: {
|
|
1602
1602
|
variant: {
|
|
@@ -1920,7 +1920,7 @@ function TabsList({
|
|
|
1920
1920
|
{
|
|
1921
1921
|
"data-slot": "tabs-list",
|
|
1922
1922
|
className: cn(
|
|
1923
|
-
"inline-flex h-10 items-center justify-center rounded-xl bg-white/[0.03] backdrop-blur-md border border-
|
|
1923
|
+
"inline-flex h-10 items-center justify-center rounded-xl bg-white/[0.03] backdrop-blur-md border border-primary/15 p-1 text-theme-muted",
|
|
1924
1924
|
className
|
|
1925
1925
|
),
|
|
1926
1926
|
...props
|
|
@@ -2405,7 +2405,7 @@ function getInitials4(name) {
|
|
|
2405
2405
|
var roleBadgeColors = {
|
|
2406
2406
|
OWNER: "bg-amber-500/15 text-amber-300 border-amber-500/30",
|
|
2407
2407
|
ADMIN: "bg-blue-500/15 text-blue-300 border-blue-500/30",
|
|
2408
|
-
MEMBER: "bg-white/5 text-white/40 border-
|
|
2408
|
+
MEMBER: "bg-white/5 text-white/40 border-primary/15"
|
|
2409
2409
|
};
|
|
2410
2410
|
var roleLabels = {
|
|
2411
2411
|
OWNER: "Dono",
|
|
@@ -3861,7 +3861,7 @@ function OrganifyChat({
|
|
|
3861
3861
|
onClick: handleCloseManagement
|
|
3862
3862
|
}
|
|
3863
3863
|
),
|
|
3864
|
-
/* @__PURE__ */ jsx("div", { className: "w-[85%] max-w-sm h-full bg-white/[0.03] backdrop-blur-[40px] border-l border-
|
|
3864
|
+
/* @__PURE__ */ jsx("div", { className: "w-[85%] max-w-sm h-full bg-white/[0.03] backdrop-blur-[40px] border-l border-primary/15 animate-in slide-in-from-right-5 duration-[400ms]", children: /* @__PURE__ */ jsx(
|
|
3865
3865
|
RoomManagementPanel,
|
|
3866
3866
|
{
|
|
3867
3867
|
room: activeRoom,
|
|
@@ -4579,5 +4579,5 @@ function useAiInline({ gatewayUrl, workspaceId, projectId }) {
|
|
|
4579
4579
|
}
|
|
4580
4580
|
|
|
4581
4581
|
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 };
|
|
4582
|
-
//# sourceMappingURL=chunk-
|
|
4583
|
-
//# sourceMappingURL=chunk-
|
|
4582
|
+
//# sourceMappingURL=chunk-CN72PB7N.js.map
|
|
4583
|
+
//# sourceMappingURL=chunk-CN72PB7N.js.map
|