@nextop-os/ui-system 0.0.27 → 0.0.29
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-UELLN5VR.js → chunk-45BNCYIU.js} +78 -24
- package/dist/chunk-45BNCYIU.js.map +1 -0
- package/dist/{chunk-KJQ366TA.js → chunk-GX3U3V36.js} +2 -2
- package/dist/chunk-GX3U3V36.js.map +1 -0
- package/dist/{chunk-D5Y4OBKX.js → chunk-YSWPZLZ4.js} +585 -212
- package/dist/chunk-YSWPZLZ4.js.map +1 -0
- package/dist/components/index.d.ts +71 -12
- package/dist/components/index.js +32 -2
- package/dist/date-format.d.ts +1 -1
- package/dist/date-format.js +1 -1
- package/dist/icons/index.d.ts +7 -1
- package/dist/icons/index.js +13 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.js +45 -3
- package/dist/metadata/components.json +311 -5
- package/dist/metadata/index.js +311 -5
- package/dist/metadata/index.js.map +1 -1
- package/dist/styles/base.css +24 -4
- package/dist/styles/semantic.css +1 -0
- package/dist/styles/theme.css +37 -13
- package/package.json +3 -1
- package/ui-system.md +4 -2
- package/dist/chunk-D5Y4OBKX.js.map +0 -1
- package/dist/chunk-KJQ366TA.js.map +0 -1
- package/dist/chunk-UELLN5VR.js.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Badge,
|
|
3
|
+
BareIconButton,
|
|
3
4
|
Button,
|
|
4
5
|
Card,
|
|
5
6
|
CardAction,
|
|
@@ -21,6 +22,16 @@ import {
|
|
|
21
22
|
DialogPortal,
|
|
22
23
|
DialogTitle,
|
|
23
24
|
DialogTrigger,
|
|
25
|
+
Drawer,
|
|
26
|
+
DrawerClose,
|
|
27
|
+
DrawerContent,
|
|
28
|
+
DrawerDescription,
|
|
29
|
+
DrawerFooter,
|
|
30
|
+
DrawerHeader,
|
|
31
|
+
DrawerOverlay,
|
|
32
|
+
DrawerPortal,
|
|
33
|
+
DrawerTitle,
|
|
34
|
+
DrawerTrigger,
|
|
24
35
|
DropdownMenu,
|
|
25
36
|
DropdownMenuCheckboxItem,
|
|
26
37
|
DropdownMenuContent,
|
|
@@ -50,6 +61,7 @@ import {
|
|
|
50
61
|
ResizablePanelGroup,
|
|
51
62
|
ScrollArea,
|
|
52
63
|
ScrollBar,
|
|
64
|
+
SectionTabs,
|
|
53
65
|
Select,
|
|
54
66
|
SelectContent,
|
|
55
67
|
SelectGroup,
|
|
@@ -66,6 +78,7 @@ import {
|
|
|
66
78
|
SelectTrigger,
|
|
67
79
|
SelectValue,
|
|
68
80
|
Separator,
|
|
81
|
+
ShortcutBadge,
|
|
69
82
|
Spinner,
|
|
70
83
|
StatusDot,
|
|
71
84
|
Switch,
|
|
@@ -76,6 +89,7 @@ import {
|
|
|
76
89
|
ToastRoot,
|
|
77
90
|
ToastTitle,
|
|
78
91
|
ToastViewport,
|
|
92
|
+
Toaster,
|
|
79
93
|
Tooltip,
|
|
80
94
|
TooltipContent,
|
|
81
95
|
TooltipPortal,
|
|
@@ -90,12 +104,14 @@ import {
|
|
|
90
104
|
menuItemWithIndicatorClassName,
|
|
91
105
|
menuSurfaceClassName,
|
|
92
106
|
statusDotVariants,
|
|
107
|
+
toast,
|
|
93
108
|
toastVariants
|
|
94
|
-
} from "../chunk-
|
|
95
|
-
import "../chunk-
|
|
109
|
+
} from "../chunk-YSWPZLZ4.js";
|
|
110
|
+
import "../chunk-45BNCYIU.js";
|
|
96
111
|
import "../chunk-DGPY4WP3.js";
|
|
97
112
|
export {
|
|
98
113
|
Badge,
|
|
114
|
+
BareIconButton,
|
|
99
115
|
Button,
|
|
100
116
|
Card,
|
|
101
117
|
CardAction,
|
|
@@ -117,6 +133,16 @@ export {
|
|
|
117
133
|
DialogPortal,
|
|
118
134
|
DialogTitle,
|
|
119
135
|
DialogTrigger,
|
|
136
|
+
Drawer,
|
|
137
|
+
DrawerClose,
|
|
138
|
+
DrawerContent,
|
|
139
|
+
DrawerDescription,
|
|
140
|
+
DrawerFooter,
|
|
141
|
+
DrawerHeader,
|
|
142
|
+
DrawerOverlay,
|
|
143
|
+
DrawerPortal,
|
|
144
|
+
DrawerTitle,
|
|
145
|
+
DrawerTrigger,
|
|
120
146
|
DropdownMenu,
|
|
121
147
|
DropdownMenuCheckboxItem,
|
|
122
148
|
DropdownMenuContent,
|
|
@@ -146,6 +172,7 @@ export {
|
|
|
146
172
|
ResizablePanelGroup,
|
|
147
173
|
ScrollArea,
|
|
148
174
|
ScrollBar,
|
|
175
|
+
SectionTabs,
|
|
149
176
|
Select,
|
|
150
177
|
SelectContent,
|
|
151
178
|
SelectGroup,
|
|
@@ -162,6 +189,7 @@ export {
|
|
|
162
189
|
SelectTrigger,
|
|
163
190
|
SelectValue,
|
|
164
191
|
Separator,
|
|
192
|
+
ShortcutBadge,
|
|
165
193
|
Spinner,
|
|
166
194
|
StatusDot,
|
|
167
195
|
Switch,
|
|
@@ -172,6 +200,7 @@ export {
|
|
|
172
200
|
ToastRoot,
|
|
173
201
|
ToastTitle,
|
|
174
202
|
ToastViewport,
|
|
203
|
+
Toaster,
|
|
175
204
|
Tooltip,
|
|
176
205
|
TooltipContent,
|
|
177
206
|
TooltipPortal,
|
|
@@ -186,6 +215,7 @@ export {
|
|
|
186
215
|
menuItemWithIndicatorClassName,
|
|
187
216
|
menuSurfaceClassName,
|
|
188
217
|
statusDotVariants,
|
|
218
|
+
toast,
|
|
189
219
|
toastVariants
|
|
190
220
|
};
|
|
191
221
|
//# sourceMappingURL=index.js.map
|
package/dist/date-format.d.ts
CHANGED
|
@@ -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 };
|
package/dist/date-format.js
CHANGED
package/dist/icons/index.d.ts
CHANGED
|
@@ -16,11 +16,14 @@ declare function LayoutPresetIcon({ className, selectedCount, size, title, varia
|
|
|
16
16
|
declare function NextopMark({ className, size, title, ...props }: IconProps): react_jsx_runtime.JSX.Element;
|
|
17
17
|
|
|
18
18
|
declare function LaunchIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
19
|
+
declare function PlayIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
20
|
+
declare function PauseIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
19
21
|
declare function FolderIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
20
22
|
declare function FolderFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
21
23
|
declare function DashboardIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
22
24
|
declare function NewWorkspaceIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
23
25
|
declare function NewWorkspaceLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
26
|
+
declare function NoWorkspaceLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
24
27
|
declare function HealthIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
25
28
|
interface LoadingIconProps extends IconProps {
|
|
26
29
|
trackColor?: string;
|
|
@@ -59,6 +62,8 @@ declare function EditIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
|
59
62
|
declare function NavApplicationsLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
60
63
|
declare function OverviewLayoutIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
61
64
|
declare function MoreHorizontalIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
65
|
+
declare function PinIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
66
|
+
declare function PinFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
62
67
|
declare function RefreshIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
63
68
|
declare function SearchIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
64
69
|
declare function DownloadIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -93,6 +98,7 @@ declare function RoomsHintIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
|
93
98
|
declare function ToolsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
94
99
|
declare function UnavailableChatIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
95
100
|
declare function UploadFolderIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
101
|
+
declare function UninstallIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
96
102
|
declare function FailedFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
97
103
|
declare function FailedLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
98
104
|
declare function SuccessFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -102,4 +108,4 @@ declare function WarningLinedIcon(props: IconProps): react_jsx_runtime.JSX.Eleme
|
|
|
102
108
|
declare function GoogleBrandIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
103
109
|
declare function GitHubBrandIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
104
110
|
|
|
105
|
-
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, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PlatformIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon };
|
|
111
|
+
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, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UninstallIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon };
|
package/dist/icons/index.js
CHANGED
|
@@ -62,10 +62,15 @@ import {
|
|
|
62
62
|
NavLaunchIcon,
|
|
63
63
|
NewWorkspaceIcon,
|
|
64
64
|
NewWorkspaceLinedIcon,
|
|
65
|
+
NoWorkspaceLinedIcon,
|
|
65
66
|
OpenSessionsIcon,
|
|
66
67
|
OverviewLayoutIcon,
|
|
67
68
|
PanelIcon,
|
|
69
|
+
PauseIcon,
|
|
70
|
+
PinFilledIcon,
|
|
71
|
+
PinIcon,
|
|
68
72
|
PlatformIcon,
|
|
73
|
+
PlayIcon,
|
|
69
74
|
ProductDocIcon,
|
|
70
75
|
ProductIcon,
|
|
71
76
|
RefreshIcon,
|
|
@@ -79,6 +84,7 @@ import {
|
|
|
79
84
|
ThinkingIcon,
|
|
80
85
|
ToolsIcon,
|
|
81
86
|
UnavailableChatIcon,
|
|
87
|
+
UninstallIcon,
|
|
82
88
|
UploadFolderIcon,
|
|
83
89
|
UploadIcon,
|
|
84
90
|
VideoFileIcon,
|
|
@@ -86,7 +92,7 @@ import {
|
|
|
86
92
|
WarningLinedIcon,
|
|
87
93
|
WebIcon,
|
|
88
94
|
WebScrapeIcon
|
|
89
|
-
} from "../chunk-
|
|
95
|
+
} from "../chunk-45BNCYIU.js";
|
|
90
96
|
export {
|
|
91
97
|
AddIcon,
|
|
92
98
|
AgentSessionsIcon,
|
|
@@ -149,10 +155,15 @@ export {
|
|
|
149
155
|
NewWorkspaceIcon,
|
|
150
156
|
NewWorkspaceLinedIcon,
|
|
151
157
|
NextopMark,
|
|
158
|
+
NoWorkspaceLinedIcon,
|
|
152
159
|
OpenSessionsIcon,
|
|
153
160
|
OverviewLayoutIcon,
|
|
154
161
|
PanelIcon,
|
|
162
|
+
PauseIcon,
|
|
163
|
+
PinFilledIcon,
|
|
164
|
+
PinIcon,
|
|
155
165
|
PlatformIcon,
|
|
166
|
+
PlayIcon,
|
|
156
167
|
ProductDocIcon,
|
|
157
168
|
ProductIcon,
|
|
158
169
|
RefreshIcon,
|
|
@@ -166,6 +177,7 @@ export {
|
|
|
166
177
|
ThinkingIcon,
|
|
167
178
|
ToolsIcon,
|
|
168
179
|
UnavailableChatIcon,
|
|
180
|
+
UninstallIcon,
|
|
169
181
|
UploadFolderIcon,
|
|
170
182
|
UploadIcon,
|
|
171
183
|
VideoFileIcon,
|
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, 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, 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, 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, BareIconButton, BareIconButtonProps, 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, SectionTabItem, SectionTabs, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectSplitColumn, SelectSplitColumnItems, SelectSplitColumnLabel, SelectSplitDivider, SelectSplitLayout, SelectTrigger, SelectValue, Separator, ShortcutBadge, 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, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, UnavailableChatIcon, UninstallIcon, 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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Badge,
|
|
3
|
+
BareIconButton,
|
|
3
4
|
Button,
|
|
4
5
|
Card,
|
|
5
6
|
CardAction,
|
|
@@ -21,6 +22,16 @@ import {
|
|
|
21
22
|
DialogPortal,
|
|
22
23
|
DialogTitle,
|
|
23
24
|
DialogTrigger,
|
|
25
|
+
Drawer,
|
|
26
|
+
DrawerClose,
|
|
27
|
+
DrawerContent,
|
|
28
|
+
DrawerDescription,
|
|
29
|
+
DrawerFooter,
|
|
30
|
+
DrawerHeader,
|
|
31
|
+
DrawerOverlay,
|
|
32
|
+
DrawerPortal,
|
|
33
|
+
DrawerTitle,
|
|
34
|
+
DrawerTrigger,
|
|
24
35
|
DropdownMenu,
|
|
25
36
|
DropdownMenuCheckboxItem,
|
|
26
37
|
DropdownMenuContent,
|
|
@@ -50,6 +61,7 @@ import {
|
|
|
50
61
|
ResizablePanelGroup,
|
|
51
62
|
ScrollArea,
|
|
52
63
|
ScrollBar,
|
|
64
|
+
SectionTabs,
|
|
53
65
|
Select,
|
|
54
66
|
SelectContent,
|
|
55
67
|
SelectGroup,
|
|
@@ -66,6 +78,7 @@ import {
|
|
|
66
78
|
SelectTrigger,
|
|
67
79
|
SelectValue,
|
|
68
80
|
Separator,
|
|
81
|
+
ShortcutBadge,
|
|
69
82
|
Spinner,
|
|
70
83
|
StatusDot,
|
|
71
84
|
Switch,
|
|
@@ -76,6 +89,7 @@ import {
|
|
|
76
89
|
ToastRoot,
|
|
77
90
|
ToastTitle,
|
|
78
91
|
ToastViewport,
|
|
92
|
+
Toaster,
|
|
79
93
|
Tooltip,
|
|
80
94
|
TooltipContent,
|
|
81
95
|
TooltipPortal,
|
|
@@ -90,13 +104,14 @@ import {
|
|
|
90
104
|
menuItemWithIndicatorClassName,
|
|
91
105
|
menuSurfaceClassName,
|
|
92
106
|
statusDotVariants,
|
|
107
|
+
toast,
|
|
93
108
|
toastVariants
|
|
94
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-YSWPZLZ4.js";
|
|
95
110
|
import {
|
|
96
111
|
formatNextopDateTime,
|
|
97
112
|
formatNextopShortDateTime,
|
|
98
113
|
getCurrentNextopDateLocale
|
|
99
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-GX3U3V36.js";
|
|
100
115
|
import {
|
|
101
116
|
LayoutPresetIcon,
|
|
102
117
|
NextopMark
|
|
@@ -161,10 +176,15 @@ import {
|
|
|
161
176
|
NavLaunchIcon,
|
|
162
177
|
NewWorkspaceIcon,
|
|
163
178
|
NewWorkspaceLinedIcon,
|
|
179
|
+
NoWorkspaceLinedIcon,
|
|
164
180
|
OpenSessionsIcon,
|
|
165
181
|
OverviewLayoutIcon,
|
|
166
182
|
PanelIcon,
|
|
183
|
+
PauseIcon,
|
|
184
|
+
PinFilledIcon,
|
|
185
|
+
PinIcon,
|
|
167
186
|
PlatformIcon,
|
|
187
|
+
PlayIcon,
|
|
168
188
|
ProductDocIcon,
|
|
169
189
|
ProductIcon,
|
|
170
190
|
RefreshIcon,
|
|
@@ -178,6 +198,7 @@ import {
|
|
|
178
198
|
ThinkingIcon,
|
|
179
199
|
ToolsIcon,
|
|
180
200
|
UnavailableChatIcon,
|
|
201
|
+
UninstallIcon,
|
|
181
202
|
UploadFolderIcon,
|
|
182
203
|
UploadIcon,
|
|
183
204
|
VideoFileIcon,
|
|
@@ -185,7 +206,7 @@ import {
|
|
|
185
206
|
WarningLinedIcon,
|
|
186
207
|
WebIcon,
|
|
187
208
|
WebScrapeIcon
|
|
188
|
-
} from "./chunk-
|
|
209
|
+
} from "./chunk-45BNCYIU.js";
|
|
189
210
|
import {
|
|
190
211
|
cn
|
|
191
212
|
} from "./chunk-DGPY4WP3.js";
|
|
@@ -196,6 +217,7 @@ export {
|
|
|
196
217
|
ArrowLeftIcon,
|
|
197
218
|
ArrowRightIcon,
|
|
198
219
|
Badge,
|
|
220
|
+
BareIconButton,
|
|
199
221
|
Button,
|
|
200
222
|
CapabilityIcon,
|
|
201
223
|
Card,
|
|
@@ -230,6 +252,16 @@ export {
|
|
|
230
252
|
DialogTrigger,
|
|
231
253
|
DirectoryIcon,
|
|
232
254
|
DownloadIcon,
|
|
255
|
+
Drawer,
|
|
256
|
+
DrawerClose,
|
|
257
|
+
DrawerContent,
|
|
258
|
+
DrawerDescription,
|
|
259
|
+
DrawerFooter,
|
|
260
|
+
DrawerHeader,
|
|
261
|
+
DrawerOverlay,
|
|
262
|
+
DrawerPortal,
|
|
263
|
+
DrawerTitle,
|
|
264
|
+
DrawerTrigger,
|
|
233
265
|
DropdownMenu,
|
|
234
266
|
DropdownMenuCheckboxItem,
|
|
235
267
|
DropdownMenuContent,
|
|
@@ -291,10 +323,15 @@ export {
|
|
|
291
323
|
NewWorkspaceIcon,
|
|
292
324
|
NewWorkspaceLinedIcon,
|
|
293
325
|
NextopMark,
|
|
326
|
+
NoWorkspaceLinedIcon,
|
|
294
327
|
OpenSessionsIcon,
|
|
295
328
|
OverviewLayoutIcon,
|
|
296
329
|
PanelIcon,
|
|
330
|
+
PauseIcon,
|
|
331
|
+
PinFilledIcon,
|
|
332
|
+
PinIcon,
|
|
297
333
|
PlatformIcon,
|
|
334
|
+
PlayIcon,
|
|
298
335
|
Popover,
|
|
299
336
|
PopoverAnchor,
|
|
300
337
|
PopoverClose,
|
|
@@ -312,6 +349,7 @@ export {
|
|
|
312
349
|
ScrollArea,
|
|
313
350
|
ScrollBar,
|
|
314
351
|
SearchIcon,
|
|
352
|
+
SectionTabs,
|
|
315
353
|
Select,
|
|
316
354
|
SelectContent,
|
|
317
355
|
SelectGroup,
|
|
@@ -329,6 +367,7 @@ export {
|
|
|
329
367
|
SelectValue,
|
|
330
368
|
Separator,
|
|
331
369
|
SettingsIcon,
|
|
370
|
+
ShortcutBadge,
|
|
332
371
|
Spinner,
|
|
333
372
|
StatusDot,
|
|
334
373
|
SuccessFilledIcon,
|
|
@@ -343,6 +382,7 @@ export {
|
|
|
343
382
|
ToastRoot,
|
|
344
383
|
ToastTitle,
|
|
345
384
|
ToastViewport,
|
|
385
|
+
Toaster,
|
|
346
386
|
ToolsIcon,
|
|
347
387
|
Tooltip,
|
|
348
388
|
TooltipContent,
|
|
@@ -351,6 +391,7 @@ export {
|
|
|
351
391
|
TooltipTrigger,
|
|
352
392
|
UnavailableChatIcon,
|
|
353
393
|
UnderlineTabs,
|
|
394
|
+
UninstallIcon,
|
|
354
395
|
UploadFolderIcon,
|
|
355
396
|
UploadIcon,
|
|
356
397
|
VideoFileIcon,
|
|
@@ -370,6 +411,7 @@ export {
|
|
|
370
411
|
menuItemWithIndicatorClassName,
|
|
371
412
|
menuSurfaceClassName,
|
|
372
413
|
statusDotVariants,
|
|
414
|
+
toast,
|
|
373
415
|
toastVariants
|
|
374
416
|
};
|
|
375
417
|
//# sourceMappingURL=index.js.map
|