@tutti-os/ui-system 0.0.15 → 0.0.17
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-HSIAUUW7.js → chunk-5NCZOQFO.js} +31 -1
- package/dist/chunk-5NCZOQFO.js.map +1 -0
- package/dist/{chunk-746EJAIH.js → chunk-K6IDLSMW.js} +267 -213
- package/dist/chunk-K6IDLSMW.js.map +1 -0
- package/dist/components/index.d.ts +23 -1
- package/dist/components/index.js +8 -4
- package/dist/icons/index.d.ts +4 -1
- package/dist/icons/index.js +7 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -4
- package/dist/metadata/components.json +42 -0
- package/dist/metadata/index.js +42 -0
- package/dist/metadata/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-746EJAIH.js.map +0 -1
- package/dist/chunk-HSIAUUW7.js.map +0 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare function LayoutPresetIcon({ className, selectedCount, size, title, varia
|
|
|
16
16
|
declare function TuttiMark({ 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 OpenLinkLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
19
20
|
declare function PlayIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
20
21
|
declare function PauseIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
21
22
|
declare function ViewGridLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -51,6 +52,8 @@ declare function CheckIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
|
51
52
|
declare function ChevronDownIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
52
53
|
declare function ChevronUpIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
53
54
|
declare function AddIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
55
|
+
declare function AddLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
declare function ImportLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
54
57
|
declare function CopyIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
55
58
|
declare function DirectoryIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
56
59
|
declare function EyeIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -116,4 +119,4 @@ declare const KeyboardFilledIcon: typeof KeyboardIcon;
|
|
|
116
119
|
/** Alias of {@link FolderFailedIcon} for the shared mention palette. */
|
|
117
120
|
declare const FolderFailedFilledIcon: typeof FolderFailedIcon;
|
|
118
121
|
|
|
119
|
-
export { AddIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, type IconProps, ImageFileIcon, ImageGenerateIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, type LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, type LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon };
|
|
122
|
+
export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, type IconProps, ImageFileIcon, ImageGenerateIcon, ImportLinedIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, type LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, type LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenLinkLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon };
|
package/dist/icons/index.js
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-RKQ4FPGY.js";
|
|
5
5
|
import {
|
|
6
6
|
AddIcon,
|
|
7
|
+
AddLinedIcon,
|
|
7
8
|
AgentSessionsIcon,
|
|
8
9
|
AppWindowIcon,
|
|
9
10
|
ArrowLeftIcon,
|
|
@@ -47,6 +48,7 @@ import {
|
|
|
47
48
|
HealthIcon,
|
|
48
49
|
ImageFileIcon,
|
|
49
50
|
ImageGenerateIcon,
|
|
51
|
+
ImportLinedIcon,
|
|
50
52
|
IssueIcon,
|
|
51
53
|
KeyboardFilledIcon,
|
|
52
54
|
KeyboardIcon,
|
|
@@ -66,6 +68,7 @@ import {
|
|
|
66
68
|
NewWorkspaceIcon,
|
|
67
69
|
NewWorkspaceLinedIcon,
|
|
68
70
|
NoWorkspaceLinedIcon,
|
|
71
|
+
OpenLinkLinedIcon,
|
|
69
72
|
OpenSessionsIcon,
|
|
70
73
|
OverviewLayoutIcon,
|
|
71
74
|
PanelIcon,
|
|
@@ -98,9 +101,10 @@ import {
|
|
|
98
101
|
WarningLinedIcon,
|
|
99
102
|
WebIcon,
|
|
100
103
|
WebScrapeIcon
|
|
101
|
-
} from "../chunk-
|
|
104
|
+
} from "../chunk-5NCZOQFO.js";
|
|
102
105
|
export {
|
|
103
106
|
AddIcon,
|
|
107
|
+
AddLinedIcon,
|
|
104
108
|
AgentSessionsIcon,
|
|
105
109
|
AppWindowIcon,
|
|
106
110
|
ArrowLeftIcon,
|
|
@@ -144,6 +148,7 @@ export {
|
|
|
144
148
|
HealthIcon,
|
|
145
149
|
ImageFileIcon,
|
|
146
150
|
ImageGenerateIcon,
|
|
151
|
+
ImportLinedIcon,
|
|
147
152
|
IssueIcon,
|
|
148
153
|
KeyboardFilledIcon,
|
|
149
154
|
KeyboardIcon,
|
|
@@ -164,6 +169,7 @@ export {
|
|
|
164
169
|
NewWorkspaceIcon,
|
|
165
170
|
NewWorkspaceLinedIcon,
|
|
166
171
|
NoWorkspaceLinedIcon,
|
|
172
|
+
OpenLinkLinedIcon,
|
|
167
173
|
OpenSessionsIcon,
|
|
168
174
|
OverviewLayoutIcon,
|
|
169
175
|
PanelIcon,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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, AskLinedIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, IconProps, ImageFileIcon, ImageGenerateIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, 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, TruncatingPillLabel, TruncatingPillLabelProps, UnderlineTabItem, UnderlineTabs, ViewportMenuPlacement, ViewportMenuSurface, ViewportMenuSurfaceProps, badgeVariants, buttonVariants, menuItemClassName, menuItemIndicatorClassName, menuItemWithIndicatorClassName, menuSurfaceClassName, statusDotVariants, toastVariants, useTextOverflow } from './components/index.js';
|
|
2
|
+
export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, IconProps, ImageFileIcon, ImageGenerateIcon, ImportLinedIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, LoadingIconProps, LocateFolderIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenLinkLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WebIcon, WebScrapeIcon } from './icons/index.js';
|
|
3
3
|
export { TuttiDateLocale, formatTuttiDateTime, formatTuttiShortDateTime, getCurrentTuttiDateLocale } from './date-format.js';
|
|
4
4
|
export { cn } from './utils.js';
|
|
5
5
|
export { ExternalToast, ToasterProps, toast } from 'sonner';
|
package/dist/index.js
CHANGED
|
@@ -95,6 +95,7 @@ import {
|
|
|
95
95
|
TooltipPortal,
|
|
96
96
|
TooltipProvider,
|
|
97
97
|
TooltipTrigger,
|
|
98
|
+
TruncatingPillLabel,
|
|
98
99
|
UnderlineTabs,
|
|
99
100
|
ViewportMenuSurface,
|
|
100
101
|
badgeVariants,
|
|
@@ -105,8 +106,9 @@ import {
|
|
|
105
106
|
menuSurfaceClassName,
|
|
106
107
|
statusDotVariants,
|
|
107
108
|
toast,
|
|
108
|
-
toastVariants
|
|
109
|
-
|
|
109
|
+
toastVariants,
|
|
110
|
+
useTextOverflow
|
|
111
|
+
} from "./chunk-K6IDLSMW.js";
|
|
110
112
|
import {
|
|
111
113
|
formatTuttiDateTime,
|
|
112
114
|
formatTuttiShortDateTime,
|
|
@@ -118,6 +120,7 @@ import {
|
|
|
118
120
|
} from "./chunk-RKQ4FPGY.js";
|
|
119
121
|
import {
|
|
120
122
|
AddIcon,
|
|
123
|
+
AddLinedIcon,
|
|
121
124
|
AgentSessionsIcon,
|
|
122
125
|
AppWindowIcon,
|
|
123
126
|
ArrowLeftIcon,
|
|
@@ -161,6 +164,7 @@ import {
|
|
|
161
164
|
HealthIcon,
|
|
162
165
|
ImageFileIcon,
|
|
163
166
|
ImageGenerateIcon,
|
|
167
|
+
ImportLinedIcon,
|
|
164
168
|
IssueIcon,
|
|
165
169
|
KeyboardFilledIcon,
|
|
166
170
|
KeyboardIcon,
|
|
@@ -180,6 +184,7 @@ import {
|
|
|
180
184
|
NewWorkspaceIcon,
|
|
181
185
|
NewWorkspaceLinedIcon,
|
|
182
186
|
NoWorkspaceLinedIcon,
|
|
187
|
+
OpenLinkLinedIcon,
|
|
183
188
|
OpenSessionsIcon,
|
|
184
189
|
OverviewLayoutIcon,
|
|
185
190
|
PanelIcon,
|
|
@@ -212,12 +217,13 @@ import {
|
|
|
212
217
|
WarningLinedIcon,
|
|
213
218
|
WebIcon,
|
|
214
219
|
WebScrapeIcon
|
|
215
|
-
} from "./chunk-
|
|
220
|
+
} from "./chunk-5NCZOQFO.js";
|
|
216
221
|
import {
|
|
217
222
|
cn
|
|
218
223
|
} from "./chunk-DGPY4WP3.js";
|
|
219
224
|
export {
|
|
220
225
|
AddIcon,
|
|
226
|
+
AddLinedIcon,
|
|
221
227
|
AgentSessionsIcon,
|
|
222
228
|
AppWindowIcon,
|
|
223
229
|
ArrowLeftIcon,
|
|
@@ -309,6 +315,7 @@ export {
|
|
|
309
315
|
HealthIcon,
|
|
310
316
|
ImageFileIcon,
|
|
311
317
|
ImageGenerateIcon,
|
|
318
|
+
ImportLinedIcon,
|
|
312
319
|
Input,
|
|
313
320
|
IssueIcon,
|
|
314
321
|
KeyboardFilledIcon,
|
|
@@ -332,6 +339,7 @@ export {
|
|
|
332
339
|
NewWorkspaceIcon,
|
|
333
340
|
NewWorkspaceLinedIcon,
|
|
334
341
|
NoWorkspaceLinedIcon,
|
|
342
|
+
OpenLinkLinedIcon,
|
|
335
343
|
OpenSessionsIcon,
|
|
336
344
|
OverviewLayoutIcon,
|
|
337
345
|
PanelIcon,
|
|
@@ -397,6 +405,7 @@ export {
|
|
|
397
405
|
TooltipPortal,
|
|
398
406
|
TooltipProvider,
|
|
399
407
|
TooltipTrigger,
|
|
408
|
+
TruncatingPillLabel,
|
|
400
409
|
TuttiMark,
|
|
401
410
|
UnavailableChatIcon,
|
|
402
411
|
UnderlineTabs,
|
|
@@ -424,6 +433,7 @@ export {
|
|
|
424
433
|
menuSurfaceClassName,
|
|
425
434
|
statusDotVariants,
|
|
426
435
|
toast,
|
|
427
|
-
toastVariants
|
|
436
|
+
toastVariants,
|
|
437
|
+
useTextOverflow
|
|
428
438
|
};
|
|
429
439
|
//# sourceMappingURL=index.js.map
|
|
@@ -1931,6 +1931,34 @@
|
|
|
1931
1931
|
"migrationHints": [],
|
|
1932
1932
|
"iconVariant": "lined"
|
|
1933
1933
|
},
|
|
1934
|
+
{
|
|
1935
|
+
"id": "add-slim-lined-icon",
|
|
1936
|
+
"layer": "base",
|
|
1937
|
+
"name": "AddLinedIcon",
|
|
1938
|
+
"export": "AddLinedIcon",
|
|
1939
|
+
"from": "@tutti-os/ui-system/icons",
|
|
1940
|
+
"category": "icon",
|
|
1941
|
+
"status": "stable",
|
|
1942
|
+
"source": "src/icons/system-icons.tsx",
|
|
1943
|
+
"description": "Slim system icon for add or attach actions.",
|
|
1944
|
+
"useCases": ["Reference pickers", "Dense add controls"],
|
|
1945
|
+
"migrationHints": [],
|
|
1946
|
+
"iconVariant": "lined"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"id": "import-lined-icon",
|
|
1950
|
+
"layer": "base",
|
|
1951
|
+
"name": "ImportLinedIcon",
|
|
1952
|
+
"export": "ImportLinedIcon",
|
|
1953
|
+
"from": "@tutti-os/ui-system/icons",
|
|
1954
|
+
"category": "icon",
|
|
1955
|
+
"status": "stable",
|
|
1956
|
+
"source": "src/icons/system-icons.tsx",
|
|
1957
|
+
"description": "System icon for importing files or apps into a workspace.",
|
|
1958
|
+
"useCases": ["Import buttons", "App Center import controls"],
|
|
1959
|
+
"migrationHints": [],
|
|
1960
|
+
"iconVariant": "lined"
|
|
1961
|
+
},
|
|
1934
1962
|
{
|
|
1935
1963
|
"id": "copy-lined-icon",
|
|
1936
1964
|
"layer": "base",
|
|
@@ -2463,6 +2491,20 @@
|
|
|
2463
2491
|
"migrationHints": [],
|
|
2464
2492
|
"iconVariant": "lined"
|
|
2465
2493
|
},
|
|
2494
|
+
{
|
|
2495
|
+
"id": "open-link-lined-icon",
|
|
2496
|
+
"layer": "base",
|
|
2497
|
+
"name": "OpenLinkLinedIcon",
|
|
2498
|
+
"export": "OpenLinkLinedIcon",
|
|
2499
|
+
"from": "@tutti-os/ui-system/icons",
|
|
2500
|
+
"category": "icon",
|
|
2501
|
+
"status": "stable",
|
|
2502
|
+
"source": "src/icons/system-icons.tsx",
|
|
2503
|
+
"description": "Lined system icon for opening an external link in a new surface.",
|
|
2504
|
+
"useCases": ["External links", "Open in browser actions"],
|
|
2505
|
+
"migrationHints": [],
|
|
2506
|
+
"iconVariant": "lined"
|
|
2507
|
+
},
|
|
2466
2508
|
{
|
|
2467
2509
|
"id": "locate-folder-lined-icon",
|
|
2468
2510
|
"layer": "base",
|
package/dist/metadata/index.js
CHANGED
|
@@ -1932,6 +1932,34 @@ var components_default = {
|
|
|
1932
1932
|
migrationHints: [],
|
|
1933
1933
|
iconVariant: "lined"
|
|
1934
1934
|
},
|
|
1935
|
+
{
|
|
1936
|
+
id: "add-slim-lined-icon",
|
|
1937
|
+
layer: "base",
|
|
1938
|
+
name: "AddLinedIcon",
|
|
1939
|
+
export: "AddLinedIcon",
|
|
1940
|
+
from: "@tutti-os/ui-system/icons",
|
|
1941
|
+
category: "icon",
|
|
1942
|
+
status: "stable",
|
|
1943
|
+
source: "src/icons/system-icons.tsx",
|
|
1944
|
+
description: "Slim system icon for add or attach actions.",
|
|
1945
|
+
useCases: ["Reference pickers", "Dense add controls"],
|
|
1946
|
+
migrationHints: [],
|
|
1947
|
+
iconVariant: "lined"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
id: "import-lined-icon",
|
|
1951
|
+
layer: "base",
|
|
1952
|
+
name: "ImportLinedIcon",
|
|
1953
|
+
export: "ImportLinedIcon",
|
|
1954
|
+
from: "@tutti-os/ui-system/icons",
|
|
1955
|
+
category: "icon",
|
|
1956
|
+
status: "stable",
|
|
1957
|
+
source: "src/icons/system-icons.tsx",
|
|
1958
|
+
description: "System icon for importing files or apps into a workspace.",
|
|
1959
|
+
useCases: ["Import buttons", "App Center import controls"],
|
|
1960
|
+
migrationHints: [],
|
|
1961
|
+
iconVariant: "lined"
|
|
1962
|
+
},
|
|
1935
1963
|
{
|
|
1936
1964
|
id: "copy-lined-icon",
|
|
1937
1965
|
layer: "base",
|
|
@@ -2464,6 +2492,20 @@ var components_default = {
|
|
|
2464
2492
|
migrationHints: [],
|
|
2465
2493
|
iconVariant: "lined"
|
|
2466
2494
|
},
|
|
2495
|
+
{
|
|
2496
|
+
id: "open-link-lined-icon",
|
|
2497
|
+
layer: "base",
|
|
2498
|
+
name: "OpenLinkLinedIcon",
|
|
2499
|
+
export: "OpenLinkLinedIcon",
|
|
2500
|
+
from: "@tutti-os/ui-system/icons",
|
|
2501
|
+
category: "icon",
|
|
2502
|
+
status: "stable",
|
|
2503
|
+
source: "src/icons/system-icons.tsx",
|
|
2504
|
+
description: "Lined system icon for opening an external link in a new surface.",
|
|
2505
|
+
useCases: ["External links", "Open in browser actions"],
|
|
2506
|
+
migrationHints: [],
|
|
2507
|
+
iconVariant: "lined"
|
|
2508
|
+
},
|
|
2467
2509
|
{
|
|
2468
2510
|
id: "locate-folder-lined-icon",
|
|
2469
2511
|
layer: "base",
|