organify-ui 0.3.46 → 0.3.47
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-PINTA6JY.js → chunk-NPM3XFSP.js} +4 -4
- package/dist/chunk-NPM3XFSP.js.map +1 -0
- package/dist/components/chat/index.js +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/globals.css +1 -1
- package/dist/chunk-PINTA6JY.js.map +0 -1
|
@@ -170,7 +170,7 @@ function OrgLoaderInline({ className, ...props }) {
|
|
|
170
170
|
);
|
|
171
171
|
}
|
|
172
172
|
var buttonVariants = cva(
|
|
173
|
-
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-full text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*=
|
|
173
|
+
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-full text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*=size-])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
|
|
174
174
|
{
|
|
175
175
|
variants: {
|
|
176
176
|
variant: {
|
|
@@ -1931,7 +1931,7 @@ function DialogContent({
|
|
|
1931
1931
|
DialogPrimitive.Close,
|
|
1932
1932
|
{
|
|
1933
1933
|
"data-slot": "dialog-close",
|
|
1934
|
-
className: "ring-offset-background focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=
|
|
1934
|
+
className: "ring-offset-background focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=size-])]:size-4",
|
|
1935
1935
|
children: [
|
|
1936
1936
|
/* @__PURE__ */ jsx(XIcon, {}),
|
|
1937
1937
|
/* @__PURE__ */ jsx("span", { className: "sr-only", children: "Close" })
|
|
@@ -4844,5 +4844,5 @@ function useAiInline({ gatewayUrl, workspaceId, projectId }) {
|
|
|
4844
4844
|
}
|
|
4845
4845
|
|
|
4846
4846
|
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 };
|
|
4847
|
-
//# sourceMappingURL=chunk-
|
|
4848
|
-
//# sourceMappingURL=chunk-
|
|
4847
|
+
//# sourceMappingURL=chunk-NPM3XFSP.js.map
|
|
4848
|
+
//# sourceMappingURL=chunk-NPM3XFSP.js.map
|