@tutti-os/ui-system 0.0.65 → 0.0.67

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.
@@ -15,7 +15,7 @@ import {
15
15
  SuccessFilledIcon,
16
16
  WarningFilledIcon,
17
17
  WarningLinedIcon
18
- } from "./chunk-PYC3IK6L.js";
18
+ } from "./chunk-LXIDZMU4.js";
19
19
  import {
20
20
  cn
21
21
  } from "./chunk-DGPY4WP3.js";
@@ -3667,4 +3667,4 @@ export {
3667
3667
  UnderlineTabs,
3668
3668
  ViewportMenuSurface
3669
3669
  };
3670
- //# sourceMappingURL=chunk-K27GBSDN.js.map
3670
+ //# sourceMappingURL=chunk-ONYDZAWM.js.map
@@ -112,8 +112,8 @@ import {
112
112
  toast,
113
113
  toastVariants,
114
114
  useTextOverflow
115
- } from "../chunk-K27GBSDN.js";
116
- import "../chunk-PYC3IK6L.js";
115
+ } from "../chunk-ONYDZAWM.js";
116
+ import "../chunk-LXIDZMU4.js";
117
117
  import "../chunk-DGPY4WP3.js";
118
118
  export {
119
119
  Badge,
@@ -129,5 +129,8 @@ declare function GitHubBrandIcon(props: IconProps): react_jsx_runtime.JSX.Elemen
129
129
  declare const KeyboardFilledIcon: typeof KeyboardIcon;
130
130
  /** Alias of {@link FolderFailedIcon} for the shared mention palette. */
131
131
  declare const FolderFailedFilledIcon: typeof FolderFailedIcon;
132
+ declare function CreditsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
133
+ declare function BillingIcon(props: IconProps): react_jsx_runtime.JSX.Element;
134
+ declare function SignOutIcon(props: IconProps): react_jsx_runtime.JSX.Element;
132
135
 
133
- export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, 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, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, type WindowTrafficLightIconName, type WindowTrafficLightIconProps };
136
+ export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, BillingIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, CreditsIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, 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, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SignOutIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, type WindowTrafficLightIconName, type WindowTrafficLightIconProps };
@@ -10,6 +10,7 @@ import {
10
10
  ArrowLeftIcon,
11
11
  ArrowRightIcon,
12
12
  AskLinedIcon,
13
+ BillingIcon,
13
14
  CapabilityIcon,
14
15
  ChatIcon,
15
16
  CheckIcon,
@@ -19,6 +20,7 @@ import {
19
20
  CollapseLinedIcon,
20
21
  CopyIcon,
21
22
  CreateChatIcon,
23
+ CreditsIcon,
22
24
  DarkModeIcon,
23
25
  DashboardIcon,
24
26
  DeleteIcon,
@@ -89,6 +91,7 @@ import {
89
91
  RoomsHintIcon,
90
92
  SearchIcon,
91
93
  SettingsIcon,
94
+ SignOutIcon,
92
95
  SuccessFilledIcon,
93
96
  SuccessLinedIcon,
94
97
  TaskIcon,
@@ -108,7 +111,7 @@ import {
108
111
  WebIcon,
109
112
  WebScrapeIcon,
110
113
  WindowTrafficLightIcon
111
- } from "../chunk-PYC3IK6L.js";
114
+ } from "../chunk-LXIDZMU4.js";
112
115
  export {
113
116
  AddIcon,
114
117
  AddLinedIcon,
@@ -117,6 +120,7 @@ export {
117
120
  ArrowLeftIcon,
118
121
  ArrowRightIcon,
119
122
  AskLinedIcon,
123
+ BillingIcon,
120
124
  CapabilityIcon,
121
125
  ChatIcon,
122
126
  CheckIcon,
@@ -126,6 +130,7 @@ export {
126
130
  CollapseLinedIcon,
127
131
  CopyIcon,
128
132
  CreateChatIcon,
133
+ CreditsIcon,
129
134
  DarkModeIcon,
130
135
  DashboardIcon,
131
136
  DeleteIcon,
@@ -197,6 +202,7 @@ export {
197
202
  RoomsHintIcon,
198
203
  SearchIcon,
199
204
  SettingsIcon,
205
+ SignOutIcon,
200
206
  SuccessFilledIcon,
201
207
  SuccessLinedIcon,
202
208
  TaskIcon,
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { Badge, BareIconButton, BareIconButtonProps, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ConfirmationDialog, ConfirmationDialogTone, ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuTrigger, 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, CollapseLinedIcon, CopyIcon, CreateChatIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, 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, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, WindowTrafficLightIconName, WindowTrafficLightIconProps } from './icons/index.js';
2
+ export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, BillingIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, CreditsIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, 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, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SignOutIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, WindowTrafficLightIconName, WindowTrafficLightIconProps } 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
@@ -112,7 +112,7 @@ import {
112
112
  toast,
113
113
  toastVariants,
114
114
  useTextOverflow
115
- } from "./chunk-K27GBSDN.js";
115
+ } from "./chunk-ONYDZAWM.js";
116
116
  import {
117
117
  formatTuttiDateTime,
118
118
  formatTuttiShortDateTime,
@@ -130,6 +130,7 @@ import {
130
130
  ArrowLeftIcon,
131
131
  ArrowRightIcon,
132
132
  AskLinedIcon,
133
+ BillingIcon,
133
134
  CapabilityIcon,
134
135
  ChatIcon,
135
136
  CheckIcon,
@@ -139,6 +140,7 @@ import {
139
140
  CollapseLinedIcon,
140
141
  CopyIcon,
141
142
  CreateChatIcon,
143
+ CreditsIcon,
142
144
  DarkModeIcon,
143
145
  DashboardIcon,
144
146
  DeleteIcon,
@@ -209,6 +211,7 @@ import {
209
211
  RoomsHintIcon,
210
212
  SearchIcon,
211
213
  SettingsIcon,
214
+ SignOutIcon,
212
215
  SuccessFilledIcon,
213
216
  SuccessLinedIcon,
214
217
  TaskIcon,
@@ -228,7 +231,7 @@ import {
228
231
  WebIcon,
229
232
  WebScrapeIcon,
230
233
  WindowTrafficLightIcon
231
- } from "./chunk-PYC3IK6L.js";
234
+ } from "./chunk-LXIDZMU4.js";
232
235
  import {
233
236
  cn
234
237
  } from "./chunk-DGPY4WP3.js";
@@ -242,6 +245,7 @@ export {
242
245
  AskLinedIcon,
243
246
  Badge,
244
247
  BareIconButton,
248
+ BillingIcon,
245
249
  Button,
246
250
  CapabilityIcon,
247
251
  Card,
@@ -265,6 +269,7 @@ export {
265
269
  ContextMenuTrigger,
266
270
  CopyIcon,
267
271
  CreateChatIcon,
272
+ CreditsIcon,
268
273
  DarkModeIcon,
269
274
  DashboardIcon,
270
275
  DatePicker,
@@ -404,6 +409,7 @@ export {
404
409
  Separator,
405
410
  SettingsIcon,
406
411
  ShortcutBadge,
412
+ SignOutIcon,
407
413
  Spinner,
408
414
  StatusDot,
409
415
  SuccessFilledIcon,
@@ -1815,6 +1815,48 @@
1815
1815
  "migrationHints": [],
1816
1816
  "iconVariant": "lined"
1817
1817
  },
1818
+ {
1819
+ "id": "credits-filled-icon",
1820
+ "layer": "base",
1821
+ "name": "CreditsIcon",
1822
+ "export": "CreditsIcon",
1823
+ "from": "@tutti-os/ui-system/icons",
1824
+ "category": "icon",
1825
+ "status": "stable",
1826
+ "source": "src/icons/system-icons.tsx",
1827
+ "description": "System icon for credits or balance.",
1828
+ "useCases": ["Credit balance", "Account rewards"],
1829
+ "migrationHints": [],
1830
+ "iconVariant": "filled"
1831
+ },
1832
+ {
1833
+ "id": "billing-filled-icon",
1834
+ "layer": "base",
1835
+ "name": "BillingIcon",
1836
+ "export": "BillingIcon",
1837
+ "from": "@tutti-os/ui-system/icons",
1838
+ "category": "icon",
1839
+ "status": "stable",
1840
+ "source": "src/icons/system-icons.tsx",
1841
+ "description": "System icon for billing or membership plans.",
1842
+ "useCases": ["Billing entry", "Membership plan"],
1843
+ "migrationHints": [],
1844
+ "iconVariant": "filled"
1845
+ },
1846
+ {
1847
+ "id": "sign-out-filled-icon",
1848
+ "layer": "base",
1849
+ "name": "SignOutIcon",
1850
+ "export": "SignOutIcon",
1851
+ "from": "@tutti-os/ui-system/icons",
1852
+ "category": "icon",
1853
+ "status": "stable",
1854
+ "source": "src/icons/system-icons.tsx",
1855
+ "description": "System icon for sign out or log out actions.",
1856
+ "useCases": ["Sign out", "Log out actions"],
1857
+ "migrationHints": [],
1858
+ "iconVariant": "filled"
1859
+ },
1818
1860
  {
1819
1861
  "id": "minimize-lined-icon",
1820
1862
  "layer": "base",
@@ -1816,6 +1816,48 @@ var components_default = {
1816
1816
  migrationHints: [],
1817
1817
  iconVariant: "lined"
1818
1818
  },
1819
+ {
1820
+ id: "credits-filled-icon",
1821
+ layer: "base",
1822
+ name: "CreditsIcon",
1823
+ export: "CreditsIcon",
1824
+ from: "@tutti-os/ui-system/icons",
1825
+ category: "icon",
1826
+ status: "stable",
1827
+ source: "src/icons/system-icons.tsx",
1828
+ description: "System icon for credits or balance.",
1829
+ useCases: ["Credit balance", "Account rewards"],
1830
+ migrationHints: [],
1831
+ iconVariant: "filled"
1832
+ },
1833
+ {
1834
+ id: "billing-filled-icon",
1835
+ layer: "base",
1836
+ name: "BillingIcon",
1837
+ export: "BillingIcon",
1838
+ from: "@tutti-os/ui-system/icons",
1839
+ category: "icon",
1840
+ status: "stable",
1841
+ source: "src/icons/system-icons.tsx",
1842
+ description: "System icon for billing or membership plans.",
1843
+ useCases: ["Billing entry", "Membership plan"],
1844
+ migrationHints: [],
1845
+ iconVariant: "filled"
1846
+ },
1847
+ {
1848
+ id: "sign-out-filled-icon",
1849
+ layer: "base",
1850
+ name: "SignOutIcon",
1851
+ export: "SignOutIcon",
1852
+ from: "@tutti-os/ui-system/icons",
1853
+ category: "icon",
1854
+ status: "stable",
1855
+ source: "src/icons/system-icons.tsx",
1856
+ description: "System icon for sign out or log out actions.",
1857
+ useCases: ["Sign out", "Log out actions"],
1858
+ migrationHints: [],
1859
+ iconVariant: "filled"
1860
+ },
1819
1861
  {
1820
1862
  id: "minimize-lined-icon",
1821
1863
  layer: "base",