@nextop-os/ui-system 0.0.28 → 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-3BPTHQCX.js → chunk-45BNCYIU.js} +59 -6
- package/dist/chunk-45BNCYIU.js.map +1 -0
- package/dist/{chunk-CBMNQQWH.js → chunk-YSWPZLZ4.js} +372 -213
- package/dist/chunk-YSWPZLZ4.js.map +1 -0
- package/dist/components/index.d.ts +43 -6
- package/dist/components/index.js +8 -2
- package/dist/icons/index.d.ts +5 -1
- package/dist/icons/index.js +9 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +16 -2
- package/dist/metadata/components.json +112 -0
- package/dist/metadata/index.js +112 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/styles/base.css +24 -4
- package/dist/styles/theme.css +13 -6
- package/package.json +1 -1
- package/dist/chunk-3BPTHQCX.js.map +0 -1
- package/dist/chunk-CBMNQQWH.js.map +0 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ 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;
|
|
@@ -61,6 +63,7 @@ declare function NavApplicationsLinedIcon(props: IconProps): react_jsx_runtime.J
|
|
|
61
63
|
declare function OverviewLayoutIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
62
64
|
declare function MoreHorizontalIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
63
65
|
declare function PinIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
66
|
+
declare function PinFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
64
67
|
declare function RefreshIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
65
68
|
declare function SearchIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
66
69
|
declare function DownloadIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -95,6 +98,7 @@ declare function RoomsHintIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
|
95
98
|
declare function ToolsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
96
99
|
declare function UnavailableChatIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
97
100
|
declare function UploadFolderIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
101
|
+
declare function UninstallIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
98
102
|
declare function FailedFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
99
103
|
declare function FailedLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
100
104
|
declare function SuccessFilledIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -104,4 +108,4 @@ declare function WarningLinedIcon(props: IconProps): react_jsx_runtime.JSX.Eleme
|
|
|
104
108
|
declare function GoogleBrandIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
105
109
|
declare function GitHubBrandIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
106
110
|
|
|
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 };
|
|
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
|
@@ -66,8 +66,11 @@ import {
|
|
|
66
66
|
OpenSessionsIcon,
|
|
67
67
|
OverviewLayoutIcon,
|
|
68
68
|
PanelIcon,
|
|
69
|
+
PauseIcon,
|
|
70
|
+
PinFilledIcon,
|
|
69
71
|
PinIcon,
|
|
70
72
|
PlatformIcon,
|
|
73
|
+
PlayIcon,
|
|
71
74
|
ProductDocIcon,
|
|
72
75
|
ProductIcon,
|
|
73
76
|
RefreshIcon,
|
|
@@ -81,6 +84,7 @@ import {
|
|
|
81
84
|
ThinkingIcon,
|
|
82
85
|
ToolsIcon,
|
|
83
86
|
UnavailableChatIcon,
|
|
87
|
+
UninstallIcon,
|
|
84
88
|
UploadFolderIcon,
|
|
85
89
|
UploadIcon,
|
|
86
90
|
VideoFileIcon,
|
|
@@ -88,7 +92,7 @@ import {
|
|
|
88
92
|
WarningLinedIcon,
|
|
89
93
|
WebIcon,
|
|
90
94
|
WebScrapeIcon
|
|
91
|
-
} from "../chunk-
|
|
95
|
+
} from "../chunk-45BNCYIU.js";
|
|
92
96
|
export {
|
|
93
97
|
AddIcon,
|
|
94
98
|
AgentSessionsIcon,
|
|
@@ -155,8 +159,11 @@ export {
|
|
|
155
159
|
OpenSessionsIcon,
|
|
156
160
|
OverviewLayoutIcon,
|
|
157
161
|
PanelIcon,
|
|
162
|
+
PauseIcon,
|
|
163
|
+
PinFilledIcon,
|
|
158
164
|
PinIcon,
|
|
159
165
|
PlatformIcon,
|
|
166
|
+
PlayIcon,
|
|
160
167
|
ProductDocIcon,
|
|
161
168
|
ProductIcon,
|
|
162
169
|
RefreshIcon,
|
|
@@ -170,6 +177,7 @@ export {
|
|
|
170
177
|
ThinkingIcon,
|
|
171
178
|
ToolsIcon,
|
|
172
179
|
UnavailableChatIcon,
|
|
180
|
+
UninstallIcon,
|
|
173
181
|
UploadFolderIcon,
|
|
174
182
|
UploadIcon,
|
|
175
183
|
VideoFileIcon,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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';
|
|
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
3
|
export { NextopDateLocale, formatNextopDateTime, formatNextopShortDateTime, getCurrentNextopDateLocale } from './date-format.js';
|
|
4
4
|
export { cn } from './utils.js';
|
|
5
5
|
export { ExternalToast, ToasterProps, toast } from 'sonner';
|
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,
|
|
@@ -60,6 +61,7 @@ import {
|
|
|
60
61
|
ResizablePanelGroup,
|
|
61
62
|
ScrollArea,
|
|
62
63
|
ScrollBar,
|
|
64
|
+
SectionTabs,
|
|
63
65
|
Select,
|
|
64
66
|
SelectContent,
|
|
65
67
|
SelectGroup,
|
|
@@ -76,6 +78,7 @@ import {
|
|
|
76
78
|
SelectTrigger,
|
|
77
79
|
SelectValue,
|
|
78
80
|
Separator,
|
|
81
|
+
ShortcutBadge,
|
|
79
82
|
Spinner,
|
|
80
83
|
StatusDot,
|
|
81
84
|
Switch,
|
|
@@ -103,7 +106,7 @@ import {
|
|
|
103
106
|
statusDotVariants,
|
|
104
107
|
toast,
|
|
105
108
|
toastVariants
|
|
106
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-YSWPZLZ4.js";
|
|
107
110
|
import {
|
|
108
111
|
formatNextopDateTime,
|
|
109
112
|
formatNextopShortDateTime,
|
|
@@ -177,8 +180,11 @@ import {
|
|
|
177
180
|
OpenSessionsIcon,
|
|
178
181
|
OverviewLayoutIcon,
|
|
179
182
|
PanelIcon,
|
|
183
|
+
PauseIcon,
|
|
184
|
+
PinFilledIcon,
|
|
180
185
|
PinIcon,
|
|
181
186
|
PlatformIcon,
|
|
187
|
+
PlayIcon,
|
|
182
188
|
ProductDocIcon,
|
|
183
189
|
ProductIcon,
|
|
184
190
|
RefreshIcon,
|
|
@@ -192,6 +198,7 @@ import {
|
|
|
192
198
|
ThinkingIcon,
|
|
193
199
|
ToolsIcon,
|
|
194
200
|
UnavailableChatIcon,
|
|
201
|
+
UninstallIcon,
|
|
195
202
|
UploadFolderIcon,
|
|
196
203
|
UploadIcon,
|
|
197
204
|
VideoFileIcon,
|
|
@@ -199,7 +206,7 @@ import {
|
|
|
199
206
|
WarningLinedIcon,
|
|
200
207
|
WebIcon,
|
|
201
208
|
WebScrapeIcon
|
|
202
|
-
} from "./chunk-
|
|
209
|
+
} from "./chunk-45BNCYIU.js";
|
|
203
210
|
import {
|
|
204
211
|
cn
|
|
205
212
|
} from "./chunk-DGPY4WP3.js";
|
|
@@ -210,6 +217,7 @@ export {
|
|
|
210
217
|
ArrowLeftIcon,
|
|
211
218
|
ArrowRightIcon,
|
|
212
219
|
Badge,
|
|
220
|
+
BareIconButton,
|
|
213
221
|
Button,
|
|
214
222
|
CapabilityIcon,
|
|
215
223
|
Card,
|
|
@@ -319,8 +327,11 @@ export {
|
|
|
319
327
|
OpenSessionsIcon,
|
|
320
328
|
OverviewLayoutIcon,
|
|
321
329
|
PanelIcon,
|
|
330
|
+
PauseIcon,
|
|
331
|
+
PinFilledIcon,
|
|
322
332
|
PinIcon,
|
|
323
333
|
PlatformIcon,
|
|
334
|
+
PlayIcon,
|
|
324
335
|
Popover,
|
|
325
336
|
PopoverAnchor,
|
|
326
337
|
PopoverClose,
|
|
@@ -338,6 +349,7 @@ export {
|
|
|
338
349
|
ScrollArea,
|
|
339
350
|
ScrollBar,
|
|
340
351
|
SearchIcon,
|
|
352
|
+
SectionTabs,
|
|
341
353
|
Select,
|
|
342
354
|
SelectContent,
|
|
343
355
|
SelectGroup,
|
|
@@ -355,6 +367,7 @@ export {
|
|
|
355
367
|
SelectValue,
|
|
356
368
|
Separator,
|
|
357
369
|
SettingsIcon,
|
|
370
|
+
ShortcutBadge,
|
|
358
371
|
Spinner,
|
|
359
372
|
StatusDot,
|
|
360
373
|
SuccessFilledIcon,
|
|
@@ -378,6 +391,7 @@ export {
|
|
|
378
391
|
TooltipTrigger,
|
|
379
392
|
UnavailableChatIcon,
|
|
380
393
|
UnderlineTabs,
|
|
394
|
+
UninstallIcon,
|
|
381
395
|
UploadFolderIcon,
|
|
382
396
|
UploadIcon,
|
|
383
397
|
VideoFileIcon,
|
|
@@ -29,6 +29,20 @@
|
|
|
29
29
|
"useCases": ["Composing badge-compatible styles"],
|
|
30
30
|
"migrationHints": []
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"id": "shortcut-badge",
|
|
34
|
+
"layer": "base",
|
|
35
|
+
"name": "ShortcutBadge",
|
|
36
|
+
"export": "ShortcutBadge",
|
|
37
|
+
"from": "@nextop-os/ui-system/components",
|
|
38
|
+
"category": "primitive",
|
|
39
|
+
"status": "stable",
|
|
40
|
+
"source": "src/components/shortcut-badge/index.tsx",
|
|
41
|
+
"description": "Compact kbd-styled badge for keyboard shortcut hints.",
|
|
42
|
+
"useCases": ["Keyboard shortcut hints", "Tooltip shortcut labels"],
|
|
43
|
+
"migrationHints": [],
|
|
44
|
+
"storyboard": true
|
|
45
|
+
},
|
|
32
46
|
{
|
|
33
47
|
"id": "button",
|
|
34
48
|
"layer": "base",
|
|
@@ -56,6 +70,28 @@
|
|
|
56
70
|
"useCases": ["Composing button-compatible styles"],
|
|
57
71
|
"migrationHints": []
|
|
58
72
|
},
|
|
73
|
+
{
|
|
74
|
+
"id": "bare-icon-button",
|
|
75
|
+
"layer": "base",
|
|
76
|
+
"name": "BareIconButton",
|
|
77
|
+
"export": "BareIconButton",
|
|
78
|
+
"from": "@nextop-os/ui-system/components",
|
|
79
|
+
"category": "primitive",
|
|
80
|
+
"status": "stable",
|
|
81
|
+
"source": "src/components/bare-icon-button/index.tsx",
|
|
82
|
+
"description": "Background-free icon-only button for very dense control clusters.",
|
|
83
|
+
"propsType": "BareIconButtonProps",
|
|
84
|
+
"useCases": [
|
|
85
|
+
"Dense toolbars",
|
|
86
|
+
"Inline row actions",
|
|
87
|
+
"Compact icon-only affordances that should not add a hover fill"
|
|
88
|
+
],
|
|
89
|
+
"migrationHints": [
|
|
90
|
+
"Use only when the surrounding layout is information-dense enough that a filled or ghost icon button adds visual noise.",
|
|
91
|
+
"Prefer Button size=\"icon\" or size=\"icon-sm\" when the action needs a visible hover surface."
|
|
92
|
+
],
|
|
93
|
+
"storyboard": true
|
|
94
|
+
},
|
|
59
95
|
{
|
|
60
96
|
"id": "card",
|
|
61
97
|
"layer": "base",
|
|
@@ -1302,6 +1338,26 @@
|
|
|
1302
1338
|
"migrationHints": [],
|
|
1303
1339
|
"storyboard": true
|
|
1304
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"id": "section-tabs",
|
|
1343
|
+
"layer": "base",
|
|
1344
|
+
"name": "SectionTabs",
|
|
1345
|
+
"export": "SectionTabs",
|
|
1346
|
+
"from": "@nextop-os/ui-system/components",
|
|
1347
|
+
"category": "composition",
|
|
1348
|
+
"status": "stable",
|
|
1349
|
+
"source": "src/components/section-tabs/index.tsx",
|
|
1350
|
+
"description": "Heading-sized tab row primitive for switching between peer content sections.",
|
|
1351
|
+
"useCases": [
|
|
1352
|
+
"Section switching",
|
|
1353
|
+
"Panel content groups",
|
|
1354
|
+
"Workbench grouped lists"
|
|
1355
|
+
],
|
|
1356
|
+
"migrationHints": [
|
|
1357
|
+
"Use SectionTabs when tabs should visually match section headings instead of dense pane navigation."
|
|
1358
|
+
],
|
|
1359
|
+
"storyboard": false
|
|
1360
|
+
},
|
|
1305
1361
|
{
|
|
1306
1362
|
"id": "date-picker",
|
|
1307
1363
|
"layer": "base",
|
|
@@ -1465,6 +1521,34 @@
|
|
|
1465
1521
|
"migrationHints": [],
|
|
1466
1522
|
"iconVariant": "lined"
|
|
1467
1523
|
},
|
|
1524
|
+
{
|
|
1525
|
+
"id": "play-lined-icon",
|
|
1526
|
+
"layer": "base",
|
|
1527
|
+
"name": "PlayIcon",
|
|
1528
|
+
"export": "PlayIcon",
|
|
1529
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1530
|
+
"category": "icon",
|
|
1531
|
+
"status": "stable",
|
|
1532
|
+
"source": "src/icons/system-icons.tsx",
|
|
1533
|
+
"description": "System icon for starting or running an action.",
|
|
1534
|
+
"useCases": ["Run buttons", "Start actions", "Media-style play actions"],
|
|
1535
|
+
"migrationHints": [],
|
|
1536
|
+
"iconVariant": "lined"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"id": "pause-lined-icon",
|
|
1540
|
+
"layer": "base",
|
|
1541
|
+
"name": "PauseIcon",
|
|
1542
|
+
"export": "PauseIcon",
|
|
1543
|
+
"from": "@nextop-os/ui-system/icons",
|
|
1544
|
+
"category": "icon",
|
|
1545
|
+
"status": "stable",
|
|
1546
|
+
"source": "src/icons/system-icons.tsx",
|
|
1547
|
+
"description": "System icon for pausing an active action.",
|
|
1548
|
+
"useCases": ["Pause buttons", "Running state controls"],
|
|
1549
|
+
"migrationHints": [],
|
|
1550
|
+
"iconVariant": "lined"
|
|
1551
|
+
},
|
|
1468
1552
|
{
|
|
1469
1553
|
"id": "folder-lined-icon",
|
|
1470
1554
|
"layer": "base",
|
|
@@ -2057,6 +2141,20 @@
|
|
|
2057
2141
|
"migrationHints": [],
|
|
2058
2142
|
"iconVariant": "lined"
|
|
2059
2143
|
},
|
|
2144
|
+
{
|
|
2145
|
+
"id": "pin-filled-icon",
|
|
2146
|
+
"layer": "base",
|
|
2147
|
+
"name": "PinFilledIcon",
|
|
2148
|
+
"export": "PinFilledIcon",
|
|
2149
|
+
"from": "@nextop-os/ui-system/icons",
|
|
2150
|
+
"category": "icon",
|
|
2151
|
+
"status": "stable",
|
|
2152
|
+
"source": "src/icons/system-icons.tsx",
|
|
2153
|
+
"description": "Filled system icon for pinned items in menus or compact controls.",
|
|
2154
|
+
"useCases": ["Pinned lists", "Active pin states", "Compact menu actions"],
|
|
2155
|
+
"migrationHints": [],
|
|
2156
|
+
"iconVariant": "filled"
|
|
2157
|
+
},
|
|
2060
2158
|
{
|
|
2061
2159
|
"id": "layout-preset-filled-icon",
|
|
2062
2160
|
"layer": "base",
|
|
@@ -2575,6 +2673,20 @@
|
|
|
2575
2673
|
"migrationHints": [],
|
|
2576
2674
|
"iconVariant": "lined"
|
|
2577
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"id": "uninstall-filled-icon",
|
|
2678
|
+
"layer": "base",
|
|
2679
|
+
"name": "UninstallIcon",
|
|
2680
|
+
"export": "UninstallIcon",
|
|
2681
|
+
"from": "@nextop-os/ui-system/icons",
|
|
2682
|
+
"category": "icon",
|
|
2683
|
+
"status": "stable",
|
|
2684
|
+
"source": "src/icons/system-icons.tsx",
|
|
2685
|
+
"description": "System icon for uninstall actions.",
|
|
2686
|
+
"useCases": ["Uninstall actions", "Remove app actions"],
|
|
2687
|
+
"migrationHints": [],
|
|
2688
|
+
"iconVariant": "filled"
|
|
2689
|
+
},
|
|
2578
2690
|
{
|
|
2579
2691
|
"id": "failed-lined-icon",
|
|
2580
2692
|
"layer": "base",
|
package/dist/metadata/index.js
CHANGED
|
@@ -30,6 +30,20 @@ var components_default = {
|
|
|
30
30
|
useCases: ["Composing badge-compatible styles"],
|
|
31
31
|
migrationHints: []
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
id: "shortcut-badge",
|
|
35
|
+
layer: "base",
|
|
36
|
+
name: "ShortcutBadge",
|
|
37
|
+
export: "ShortcutBadge",
|
|
38
|
+
from: "@nextop-os/ui-system/components",
|
|
39
|
+
category: "primitive",
|
|
40
|
+
status: "stable",
|
|
41
|
+
source: "src/components/shortcut-badge/index.tsx",
|
|
42
|
+
description: "Compact kbd-styled badge for keyboard shortcut hints.",
|
|
43
|
+
useCases: ["Keyboard shortcut hints", "Tooltip shortcut labels"],
|
|
44
|
+
migrationHints: [],
|
|
45
|
+
storyboard: true
|
|
46
|
+
},
|
|
33
47
|
{
|
|
34
48
|
id: "button",
|
|
35
49
|
layer: "base",
|
|
@@ -57,6 +71,28 @@ var components_default = {
|
|
|
57
71
|
useCases: ["Composing button-compatible styles"],
|
|
58
72
|
migrationHints: []
|
|
59
73
|
},
|
|
74
|
+
{
|
|
75
|
+
id: "bare-icon-button",
|
|
76
|
+
layer: "base",
|
|
77
|
+
name: "BareIconButton",
|
|
78
|
+
export: "BareIconButton",
|
|
79
|
+
from: "@nextop-os/ui-system/components",
|
|
80
|
+
category: "primitive",
|
|
81
|
+
status: "stable",
|
|
82
|
+
source: "src/components/bare-icon-button/index.tsx",
|
|
83
|
+
description: "Background-free icon-only button for very dense control clusters.",
|
|
84
|
+
propsType: "BareIconButtonProps",
|
|
85
|
+
useCases: [
|
|
86
|
+
"Dense toolbars",
|
|
87
|
+
"Inline row actions",
|
|
88
|
+
"Compact icon-only affordances that should not add a hover fill"
|
|
89
|
+
],
|
|
90
|
+
migrationHints: [
|
|
91
|
+
"Use only when the surrounding layout is information-dense enough that a filled or ghost icon button adds visual noise.",
|
|
92
|
+
'Prefer Button size="icon" or size="icon-sm" when the action needs a visible hover surface.'
|
|
93
|
+
],
|
|
94
|
+
storyboard: true
|
|
95
|
+
},
|
|
60
96
|
{
|
|
61
97
|
id: "card",
|
|
62
98
|
layer: "base",
|
|
@@ -1303,6 +1339,26 @@ var components_default = {
|
|
|
1303
1339
|
migrationHints: [],
|
|
1304
1340
|
storyboard: true
|
|
1305
1341
|
},
|
|
1342
|
+
{
|
|
1343
|
+
id: "section-tabs",
|
|
1344
|
+
layer: "base",
|
|
1345
|
+
name: "SectionTabs",
|
|
1346
|
+
export: "SectionTabs",
|
|
1347
|
+
from: "@nextop-os/ui-system/components",
|
|
1348
|
+
category: "composition",
|
|
1349
|
+
status: "stable",
|
|
1350
|
+
source: "src/components/section-tabs/index.tsx",
|
|
1351
|
+
description: "Heading-sized tab row primitive for switching between peer content sections.",
|
|
1352
|
+
useCases: [
|
|
1353
|
+
"Section switching",
|
|
1354
|
+
"Panel content groups",
|
|
1355
|
+
"Workbench grouped lists"
|
|
1356
|
+
],
|
|
1357
|
+
migrationHints: [
|
|
1358
|
+
"Use SectionTabs when tabs should visually match section headings instead of dense pane navigation."
|
|
1359
|
+
],
|
|
1360
|
+
storyboard: false
|
|
1361
|
+
},
|
|
1306
1362
|
{
|
|
1307
1363
|
id: "date-picker",
|
|
1308
1364
|
layer: "base",
|
|
@@ -1466,6 +1522,34 @@ var components_default = {
|
|
|
1466
1522
|
migrationHints: [],
|
|
1467
1523
|
iconVariant: "lined"
|
|
1468
1524
|
},
|
|
1525
|
+
{
|
|
1526
|
+
id: "play-lined-icon",
|
|
1527
|
+
layer: "base",
|
|
1528
|
+
name: "PlayIcon",
|
|
1529
|
+
export: "PlayIcon",
|
|
1530
|
+
from: "@nextop-os/ui-system/icons",
|
|
1531
|
+
category: "icon",
|
|
1532
|
+
status: "stable",
|
|
1533
|
+
source: "src/icons/system-icons.tsx",
|
|
1534
|
+
description: "System icon for starting or running an action.",
|
|
1535
|
+
useCases: ["Run buttons", "Start actions", "Media-style play actions"],
|
|
1536
|
+
migrationHints: [],
|
|
1537
|
+
iconVariant: "lined"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
id: "pause-lined-icon",
|
|
1541
|
+
layer: "base",
|
|
1542
|
+
name: "PauseIcon",
|
|
1543
|
+
export: "PauseIcon",
|
|
1544
|
+
from: "@nextop-os/ui-system/icons",
|
|
1545
|
+
category: "icon",
|
|
1546
|
+
status: "stable",
|
|
1547
|
+
source: "src/icons/system-icons.tsx",
|
|
1548
|
+
description: "System icon for pausing an active action.",
|
|
1549
|
+
useCases: ["Pause buttons", "Running state controls"],
|
|
1550
|
+
migrationHints: [],
|
|
1551
|
+
iconVariant: "lined"
|
|
1552
|
+
},
|
|
1469
1553
|
{
|
|
1470
1554
|
id: "folder-lined-icon",
|
|
1471
1555
|
layer: "base",
|
|
@@ -2058,6 +2142,20 @@ var components_default = {
|
|
|
2058
2142
|
migrationHints: [],
|
|
2059
2143
|
iconVariant: "lined"
|
|
2060
2144
|
},
|
|
2145
|
+
{
|
|
2146
|
+
id: "pin-filled-icon",
|
|
2147
|
+
layer: "base",
|
|
2148
|
+
name: "PinFilledIcon",
|
|
2149
|
+
export: "PinFilledIcon",
|
|
2150
|
+
from: "@nextop-os/ui-system/icons",
|
|
2151
|
+
category: "icon",
|
|
2152
|
+
status: "stable",
|
|
2153
|
+
source: "src/icons/system-icons.tsx",
|
|
2154
|
+
description: "Filled system icon for pinned items in menus or compact controls.",
|
|
2155
|
+
useCases: ["Pinned lists", "Active pin states", "Compact menu actions"],
|
|
2156
|
+
migrationHints: [],
|
|
2157
|
+
iconVariant: "filled"
|
|
2158
|
+
},
|
|
2061
2159
|
{
|
|
2062
2160
|
id: "layout-preset-filled-icon",
|
|
2063
2161
|
layer: "base",
|
|
@@ -2576,6 +2674,20 @@ var components_default = {
|
|
|
2576
2674
|
migrationHints: [],
|
|
2577
2675
|
iconVariant: "lined"
|
|
2578
2676
|
},
|
|
2677
|
+
{
|
|
2678
|
+
id: "uninstall-filled-icon",
|
|
2679
|
+
layer: "base",
|
|
2680
|
+
name: "UninstallIcon",
|
|
2681
|
+
export: "UninstallIcon",
|
|
2682
|
+
from: "@nextop-os/ui-system/icons",
|
|
2683
|
+
category: "icon",
|
|
2684
|
+
status: "stable",
|
|
2685
|
+
source: "src/icons/system-icons.tsx",
|
|
2686
|
+
description: "System icon for uninstall actions.",
|
|
2687
|
+
useCases: ["Uninstall actions", "Remove app actions"],
|
|
2688
|
+
migrationHints: [],
|
|
2689
|
+
iconVariant: "filled"
|
|
2690
|
+
},
|
|
2579
2691
|
{
|
|
2580
2692
|
id: "failed-lined-icon",
|
|
2581
2693
|
layer: "base",
|