@nextop-os/ui-system 0.0.26 → 0.0.28

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.
@@ -21,6 +21,16 @@ import {
21
21
  DialogPortal,
22
22
  DialogTitle,
23
23
  DialogTrigger,
24
+ Drawer,
25
+ DrawerClose,
26
+ DrawerContent,
27
+ DrawerDescription,
28
+ DrawerFooter,
29
+ DrawerHeader,
30
+ DrawerOverlay,
31
+ DrawerPortal,
32
+ DrawerTitle,
33
+ DrawerTrigger,
24
34
  DropdownMenu,
25
35
  DropdownMenuCheckboxItem,
26
36
  DropdownMenuContent,
@@ -37,6 +47,7 @@ import {
37
47
  DropdownMenuSubTrigger,
38
48
  DropdownMenuTrigger,
39
49
  Input,
50
+ MentionPill,
40
51
  MenuSurface,
41
52
  Popover,
42
53
  PopoverAnchor,
@@ -75,6 +86,7 @@ import {
75
86
  ToastRoot,
76
87
  ToastTitle,
77
88
  ToastViewport,
89
+ Toaster,
78
90
  Tooltip,
79
91
  TooltipContent,
80
92
  TooltipPortal,
@@ -89,9 +101,10 @@ import {
89
101
  menuItemWithIndicatorClassName,
90
102
  menuSurfaceClassName,
91
103
  statusDotVariants,
104
+ toast,
92
105
  toastVariants
93
- } from "../chunk-DKR4UYO3.js";
94
- import "../chunk-AEKKSXBL.js";
106
+ } from "../chunk-CBMNQQWH.js";
107
+ import "../chunk-3BPTHQCX.js";
95
108
  import "../chunk-DGPY4WP3.js";
96
109
  export {
97
110
  Badge,
@@ -116,6 +129,16 @@ export {
116
129
  DialogPortal,
117
130
  DialogTitle,
118
131
  DialogTrigger,
132
+ Drawer,
133
+ DrawerClose,
134
+ DrawerContent,
135
+ DrawerDescription,
136
+ DrawerFooter,
137
+ DrawerHeader,
138
+ DrawerOverlay,
139
+ DrawerPortal,
140
+ DrawerTitle,
141
+ DrawerTrigger,
119
142
  DropdownMenu,
120
143
  DropdownMenuCheckboxItem,
121
144
  DropdownMenuContent,
@@ -132,6 +155,7 @@ export {
132
155
  DropdownMenuSubTrigger,
133
156
  DropdownMenuTrigger,
134
157
  Input,
158
+ MentionPill,
135
159
  MenuSurface,
136
160
  Popover,
137
161
  PopoverAnchor,
@@ -170,6 +194,7 @@ export {
170
194
  ToastRoot,
171
195
  ToastTitle,
172
196
  ToastViewport,
197
+ Toaster,
173
198
  Tooltip,
174
199
  TooltipContent,
175
200
  TooltipPortal,
@@ -184,6 +209,7 @@ export {
184
209
  menuItemWithIndicatorClassName,
185
210
  menuSurfaceClassName,
186
211
  statusDotVariants,
212
+ toast,
187
213
  toastVariants
188
214
  };
189
215
  //# sourceMappingURL=index.js.map
@@ -3,4 +3,4 @@ declare function getCurrentNextopDateLocale(): NextopDateLocale;
3
3
  declare function formatNextopDateTime(value: Date | number, locale?: NextopDateLocale): string;
4
4
  declare function formatNextopShortDateTime(value: Date | number, locale?: NextopDateLocale): string;
5
5
 
6
- export { formatNextopDateTime, formatNextopShortDateTime, getCurrentNextopDateLocale };
6
+ export { type NextopDateLocale, formatNextopDateTime, formatNextopShortDateTime, getCurrentNextopDateLocale };
@@ -2,7 +2,7 @@ import {
2
2
  formatNextopDateTime,
3
3
  formatNextopShortDateTime,
4
4
  getCurrentNextopDateLocale
5
- } from "./chunk-KJQ366TA.js";
5
+ } from "./chunk-GX3U3V36.js";
6
6
  export {
7
7
  formatNextopDateTime,
8
8
  formatNextopShortDateTime,
@@ -21,6 +21,7 @@ declare function FolderFilledIcon(props: IconProps): react_jsx_runtime.JSX.Eleme
21
21
  declare function DashboardIcon(props: IconProps): react_jsx_runtime.JSX.Element;
22
22
  declare function NewWorkspaceIcon(props: IconProps): react_jsx_runtime.JSX.Element;
23
23
  declare function NewWorkspaceLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
24
+ declare function NoWorkspaceLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
24
25
  declare function HealthIcon(props: IconProps): react_jsx_runtime.JSX.Element;
25
26
  interface LoadingIconProps extends IconProps {
26
27
  trackColor?: string;
@@ -44,7 +45,6 @@ declare function ArrowLeftIcon(props: IconProps): react_jsx_runtime.JSX.Element;
44
45
  declare function ArrowRightIcon(props: IconProps): react_jsx_runtime.JSX.Element;
45
46
  declare function CheckIcon(props: IconProps): react_jsx_runtime.JSX.Element;
46
47
  declare function ChevronDownIcon(props: IconProps): react_jsx_runtime.JSX.Element;
47
- declare function ChevronRightIcon(props: IconProps): react_jsx_runtime.JSX.Element;
48
48
  declare function ChevronUpIcon(props: IconProps): react_jsx_runtime.JSX.Element;
49
49
  declare function AddIcon(props: IconProps): react_jsx_runtime.JSX.Element;
50
50
  declare function CopyIcon(props: IconProps): react_jsx_runtime.JSX.Element;
@@ -57,9 +57,10 @@ declare function FileCodeIcon(props: IconProps): react_jsx_runtime.JSX.Element;
57
57
  declare function FileCreateIcon(props: IconProps): react_jsx_runtime.JSX.Element;
58
58
  declare function ImageFileIcon(props: IconProps): react_jsx_runtime.JSX.Element;
59
59
  declare function EditIcon(props: IconProps): react_jsx_runtime.JSX.Element;
60
- declare function LayoutGridIcon(props: IconProps): react_jsx_runtime.JSX.Element;
60
+ declare function NavApplicationsLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
61
61
  declare function OverviewLayoutIcon(props: IconProps): react_jsx_runtime.JSX.Element;
62
62
  declare function MoreHorizontalIcon(props: IconProps): react_jsx_runtime.JSX.Element;
63
+ declare function PinIcon(props: IconProps): react_jsx_runtime.JSX.Element;
63
64
  declare function RefreshIcon(props: IconProps): react_jsx_runtime.JSX.Element;
64
65
  declare function SearchIcon(props: IconProps): react_jsx_runtime.JSX.Element;
65
66
  declare function DownloadIcon(props: IconProps): react_jsx_runtime.JSX.Element;
@@ -69,7 +70,6 @@ declare function DeleteIcon(props: IconProps): react_jsx_runtime.JSX.Element;
69
70
  declare function UploadIcon(props: IconProps): react_jsx_runtime.JSX.Element;
70
71
  declare function VideoFileIcon(props: IconProps): react_jsx_runtime.JSX.Element;
71
72
  declare function AgentSessionsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
72
- declare function CodexFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
73
73
  declare function CreateChatIcon(props: IconProps): react_jsx_runtime.JSX.Element;
74
74
  declare function FolderFailedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
75
75
  declare function GuideIcon(props: IconProps): react_jsx_runtime.JSX.Element;
@@ -80,7 +80,7 @@ declare function LinkIcon(props: IconProps): react_jsx_runtime.JSX.Element;
80
80
  declare function LocateFolderIcon(props: IconProps): react_jsx_runtime.JSX.Element;
81
81
  declare function NavAgentsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
82
82
  declare function NavLaunchIcon(props: IconProps): react_jsx_runtime.JSX.Element;
83
- declare function NavTemplatesIcon(props: IconProps): react_jsx_runtime.JSX.Element;
83
+ declare function NavApplicationsFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
84
84
  declare function OpenSessionsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
85
85
  declare function PanelIcon(props: IconProps): react_jsx_runtime.JSX.Element;
86
86
  declare function ProductIcon(props: IconProps): react_jsx_runtime.JSX.Element;
@@ -104,4 +104,4 @@ declare function WarningLinedIcon(props: IconProps): react_jsx_runtime.JSX.Eleme
104
104
  declare function GoogleBrandIcon(props: IconProps): react_jsx_runtime.JSX.Element;
105
105
  declare function GitHubBrandIcon(props: IconProps): react_jsx_runtime.JSX.Element;
106
106
 
107
- export { AddIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, CodexFilledIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, type IconProps, ImageFileIcon, ImageGenerateIcon, IssueIcon, KeyboardIcon, LaunchIcon, LayoutGridIcon, LayoutMenuIcon, LayoutPresetIcon, type LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, type LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavLaunchIcon, NavTemplatesIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NextopMark, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PlatformIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon };
107
+ export { AddIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, type IconProps, ImageFileIcon, ImageGenerateIcon, IssueIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, type LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, type LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NextopMark, NoWorkspaceLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PinIcon, PlatformIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon };
@@ -12,10 +12,8 @@ import {
12
12
  ChatIcon,
13
13
  CheckIcon,
14
14
  ChevronDownIcon,
15
- ChevronRightIcon,
16
15
  ChevronUpIcon,
17
16
  CloseIcon,
18
- CodexFilledIcon,
19
17
  CopyIcon,
20
18
  CreateChatIcon,
21
19
  DarkModeIcon,
@@ -50,7 +48,6 @@ import {
50
48
  IssueIcon,
51
49
  KeyboardIcon,
52
50
  LaunchIcon,
53
- LayoutGridIcon,
54
51
  LayoutMenuIcon,
55
52
  LightModeIcon,
56
53
  LinkIcon,
@@ -60,13 +57,16 @@ import {
60
57
  MinimizeIcon,
61
58
  MoreHorizontalIcon,
62
59
  NavAgentsIcon,
60
+ NavApplicationsFilledIcon,
61
+ NavApplicationsLinedIcon,
63
62
  NavLaunchIcon,
64
- NavTemplatesIcon,
65
63
  NewWorkspaceIcon,
66
64
  NewWorkspaceLinedIcon,
65
+ NoWorkspaceLinedIcon,
67
66
  OpenSessionsIcon,
68
67
  OverviewLayoutIcon,
69
68
  PanelIcon,
69
+ PinIcon,
70
70
  PlatformIcon,
71
71
  ProductDocIcon,
72
72
  ProductIcon,
@@ -88,7 +88,7 @@ import {
88
88
  WarningLinedIcon,
89
89
  WebIcon,
90
90
  WebScrapeIcon
91
- } from "../chunk-AEKKSXBL.js";
91
+ } from "../chunk-3BPTHQCX.js";
92
92
  export {
93
93
  AddIcon,
94
94
  AgentSessionsIcon,
@@ -99,10 +99,8 @@ export {
99
99
  ChatIcon,
100
100
  CheckIcon,
101
101
  ChevronDownIcon,
102
- ChevronRightIcon,
103
102
  ChevronUpIcon,
104
103
  CloseIcon,
105
- CodexFilledIcon,
106
104
  CopyIcon,
107
105
  CreateChatIcon,
108
106
  DarkModeIcon,
@@ -137,7 +135,6 @@ export {
137
135
  IssueIcon,
138
136
  KeyboardIcon,
139
137
  LaunchIcon,
140
- LayoutGridIcon,
141
138
  LayoutMenuIcon,
142
139
  LayoutPresetIcon,
143
140
  LightModeIcon,
@@ -148,14 +145,17 @@ export {
148
145
  MinimizeIcon,
149
146
  MoreHorizontalIcon,
150
147
  NavAgentsIcon,
148
+ NavApplicationsFilledIcon,
149
+ NavApplicationsLinedIcon,
151
150
  NavLaunchIcon,
152
- NavTemplatesIcon,
153
151
  NewWorkspaceIcon,
154
152
  NewWorkspaceLinedIcon,
155
153
  NextopMark,
154
+ NoWorkspaceLinedIcon,
156
155
  OpenSessionsIcon,
157
156
  OverviewLayoutIcon,
158
157
  PanelIcon,
158
+ PinIcon,
159
159
  PlatformIcon,
160
160
  ProductDocIcon,
161
161
  ProductIcon,
package/dist/index.d.ts CHANGED
@@ -1,11 +1,13 @@
1
- export { Badge, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ConfirmationDialog, ConfirmationDialogTone, DatePicker, DatePickerLabels, DatePickerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Input, MenuPoint, MenuPointAlignment, MenuSize, MenuSurface, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectSplitColumn, SelectSplitColumnItems, SelectSplitColumnLabel, SelectSplitDivider, SelectSplitLayout, SelectTrigger, SelectValue, Separator, Spinner, SpinnerProps, StatusDot, Switch, Textarea, ToastClose, ToastDescription, ToastProvider, ToastRoot, ToastTitle, ToastViewport, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, UnderlineTabItem, UnderlineTabs, ViewportMenuPlacement, ViewportMenuSurface, ViewportMenuSurfaceProps, badgeVariants, buttonVariants, menuItemClassName, menuItemIndicatorClassName, menuItemWithIndicatorClassName, menuSurfaceClassName, statusDotVariants, toastVariants } from './components/index.js';
2
- export { AddIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, CodexFilledIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, IconProps, ImageFileIcon, ImageGenerateIcon, IssueIcon, KeyboardIcon, LaunchIcon, LayoutGridIcon, LayoutMenuIcon, LayoutPresetIcon, LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavLaunchIcon, NavTemplatesIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NextopMark, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PlatformIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon } from './icons/index.js';
3
- export { formatNextopDateTime, formatNextopShortDateTime, getCurrentNextopDateLocale } from './date-format.js';
1
+ export { Badge, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ConfirmationDialog, ConfirmationDialogTone, DatePicker, DatePickerLabels, DatePickerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Input, MentionPill, MentionPillFileKind, MentionPillKind, MentionPillProps, MenuPoint, MenuPointAlignment, MenuSize, MenuSurface, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectSplitColumn, SelectSplitColumnItems, SelectSplitColumnLabel, SelectSplitDivider, SelectSplitLayout, SelectTrigger, SelectValue, Separator, Spinner, SpinnerProps, StatusDot, Switch, Textarea, ToastClose, ToastDescription, ToastProvider, ToastRoot, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, UnderlineTabItem, UnderlineTabs, ViewportMenuPlacement, ViewportMenuSurface, ViewportMenuSurfaceProps, badgeVariants, buttonVariants, menuItemClassName, menuItemIndicatorClassName, menuItemWithIndicatorClassName, menuSurfaceClassName, statusDotVariants, toastVariants } from './components/index.js';
2
+ export { AddIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, IconProps, ImageFileIcon, ImageGenerateIcon, IssueIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NextopMark, NoWorkspaceLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PinIcon, PlatformIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon } from './icons/index.js';
3
+ export { NextopDateLocale, formatNextopDateTime, formatNextopShortDateTime, getCurrentNextopDateLocale } from './date-format.js';
4
4
  export { cn } from './utils.js';
5
+ export { ExternalToast, ToasterProps, toast } from 'sonner';
5
6
  import 'react/jsx-runtime';
6
7
  import 'class-variance-authority/types';
7
8
  import 'react';
8
9
  import 'class-variance-authority';
9
10
  import 'radix-ui';
11
+ import 'vaul';
10
12
  import 'react-resizable-panels';
11
13
  import 'clsx';
package/dist/index.js CHANGED
@@ -21,6 +21,16 @@ import {
21
21
  DialogPortal,
22
22
  DialogTitle,
23
23
  DialogTrigger,
24
+ Drawer,
25
+ DrawerClose,
26
+ DrawerContent,
27
+ DrawerDescription,
28
+ DrawerFooter,
29
+ DrawerHeader,
30
+ DrawerOverlay,
31
+ DrawerPortal,
32
+ DrawerTitle,
33
+ DrawerTrigger,
24
34
  DropdownMenu,
25
35
  DropdownMenuCheckboxItem,
26
36
  DropdownMenuContent,
@@ -37,6 +47,7 @@ import {
37
47
  DropdownMenuSubTrigger,
38
48
  DropdownMenuTrigger,
39
49
  Input,
50
+ MentionPill,
40
51
  MenuSurface,
41
52
  Popover,
42
53
  PopoverAnchor,
@@ -75,6 +86,7 @@ import {
75
86
  ToastRoot,
76
87
  ToastTitle,
77
88
  ToastViewport,
89
+ Toaster,
78
90
  Tooltip,
79
91
  TooltipContent,
80
92
  TooltipPortal,
@@ -89,13 +101,14 @@ import {
89
101
  menuItemWithIndicatorClassName,
90
102
  menuSurfaceClassName,
91
103
  statusDotVariants,
104
+ toast,
92
105
  toastVariants
93
- } from "./chunk-DKR4UYO3.js";
106
+ } from "./chunk-CBMNQQWH.js";
94
107
  import {
95
108
  formatNextopDateTime,
96
109
  formatNextopShortDateTime,
97
110
  getCurrentNextopDateLocale
98
- } from "./chunk-KJQ366TA.js";
111
+ } from "./chunk-GX3U3V36.js";
99
112
  import {
100
113
  LayoutPresetIcon,
101
114
  NextopMark
@@ -110,10 +123,8 @@ import {
110
123
  ChatIcon,
111
124
  CheckIcon,
112
125
  ChevronDownIcon,
113
- ChevronRightIcon,
114
126
  ChevronUpIcon,
115
127
  CloseIcon,
116
- CodexFilledIcon,
117
128
  CopyIcon,
118
129
  CreateChatIcon,
119
130
  DarkModeIcon,
@@ -148,7 +159,6 @@ import {
148
159
  IssueIcon,
149
160
  KeyboardIcon,
150
161
  LaunchIcon,
151
- LayoutGridIcon,
152
162
  LayoutMenuIcon,
153
163
  LightModeIcon,
154
164
  LinkIcon,
@@ -158,13 +168,16 @@ import {
158
168
  MinimizeIcon,
159
169
  MoreHorizontalIcon,
160
170
  NavAgentsIcon,
171
+ NavApplicationsFilledIcon,
172
+ NavApplicationsLinedIcon,
161
173
  NavLaunchIcon,
162
- NavTemplatesIcon,
163
174
  NewWorkspaceIcon,
164
175
  NewWorkspaceLinedIcon,
176
+ NoWorkspaceLinedIcon,
165
177
  OpenSessionsIcon,
166
178
  OverviewLayoutIcon,
167
179
  PanelIcon,
180
+ PinIcon,
168
181
  PlatformIcon,
169
182
  ProductDocIcon,
170
183
  ProductIcon,
@@ -186,7 +199,7 @@ import {
186
199
  WarningLinedIcon,
187
200
  WebIcon,
188
201
  WebScrapeIcon
189
- } from "./chunk-AEKKSXBL.js";
202
+ } from "./chunk-3BPTHQCX.js";
190
203
  import {
191
204
  cn
192
205
  } from "./chunk-DGPY4WP3.js";
@@ -210,10 +223,8 @@ export {
210
223
  CheckIcon,
211
224
  Checkbox,
212
225
  ChevronDownIcon,
213
- ChevronRightIcon,
214
226
  ChevronUpIcon,
215
227
  CloseIcon,
216
- CodexFilledIcon,
217
228
  ConfirmationDialog,
218
229
  CopyIcon,
219
230
  CreateChatIcon,
@@ -233,6 +244,16 @@ export {
233
244
  DialogTrigger,
234
245
  DirectoryIcon,
235
246
  DownloadIcon,
247
+ Drawer,
248
+ DrawerClose,
249
+ DrawerContent,
250
+ DrawerDescription,
251
+ DrawerFooter,
252
+ DrawerHeader,
253
+ DrawerOverlay,
254
+ DrawerPortal,
255
+ DrawerTitle,
256
+ DrawerTrigger,
236
257
  DropdownMenu,
237
258
  DropdownMenuCheckboxItem,
238
259
  DropdownMenuContent,
@@ -276,7 +297,6 @@ export {
276
297
  IssueIcon,
277
298
  KeyboardIcon,
278
299
  LaunchIcon,
279
- LayoutGridIcon,
280
300
  LayoutMenuIcon,
281
301
  LayoutPresetIcon,
282
302
  LightModeIcon,
@@ -284,18 +304,22 @@ export {
284
304
  LoadingIcon,
285
305
  LocateFolderIcon,
286
306
  MaximizeIcon,
307
+ MentionPill,
287
308
  MenuSurface,
288
309
  MinimizeIcon,
289
310
  MoreHorizontalIcon,
290
311
  NavAgentsIcon,
312
+ NavApplicationsFilledIcon,
313
+ NavApplicationsLinedIcon,
291
314
  NavLaunchIcon,
292
- NavTemplatesIcon,
293
315
  NewWorkspaceIcon,
294
316
  NewWorkspaceLinedIcon,
295
317
  NextopMark,
318
+ NoWorkspaceLinedIcon,
296
319
  OpenSessionsIcon,
297
320
  OverviewLayoutIcon,
298
321
  PanelIcon,
322
+ PinIcon,
299
323
  PlatformIcon,
300
324
  Popover,
301
325
  PopoverAnchor,
@@ -345,6 +369,7 @@ export {
345
369
  ToastRoot,
346
370
  ToastTitle,
347
371
  ToastViewport,
372
+ Toaster,
348
373
  ToolsIcon,
349
374
  Tooltip,
350
375
  TooltipContent,
@@ -372,6 +397,7 @@ export {
372
397
  menuItemWithIndicatorClassName,
373
398
  menuSurfaceClassName,
374
399
  statusDotVariants,
400
+ toast,
375
401
  toastVariants
376
402
  };
377
403
  //# sourceMappingURL=index.js.map