react-os-shell 3.28.1 → 4.0.0

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.
Files changed (49) hide show
  1. package/dist/{Browser-AR4QP23G.js → Browser-YRYIHBS5.js} +5 -5
  2. package/dist/{Browser-AR4QP23G.js.map → Browser-YRYIHBS5.js.map} +1 -1
  3. package/dist/{Calculator-7MRLC77Q.js → Calculator-ZB3PBT4Y.js} +4 -4
  4. package/dist/{Calculator-7MRLC77Q.js.map → Calculator-ZB3PBT4Y.js.map} +1 -1
  5. package/dist/ConfirmDialog-YEYQG4TI.js +4 -0
  6. package/dist/{ConfirmDialog-2BV43KSW.js.map → ConfirmDialog-YEYQG4TI.js.map} +1 -1
  7. package/dist/{CurrencyConverter-6UTL2ZBY.js → CurrencyConverter-LARMJEQO.js} +4 -4
  8. package/dist/{CurrencyConverter-6UTL2ZBY.js.map → CurrencyConverter-LARMJEQO.js.map} +1 -1
  9. package/dist/{Documents-FQKIQ4GH.js → Documents-LNKBJNNL.js} +5 -5
  10. package/dist/{Documents-FQKIQ4GH.js.map → Documents-LNKBJNNL.js.map} +1 -1
  11. package/dist/{Files-NTUFLWY3.js → Files-SAV2TFVZ.js} +7 -7
  12. package/dist/{Files-NTUFLWY3.js.map → Files-SAV2TFVZ.js.map} +1 -1
  13. package/dist/{Notepad-MQQSDSLT.js → Notepad-V3Y6YWWL.js} +5 -5
  14. package/dist/{Notepad-MQQSDSLT.js.map → Notepad-V3Y6YWWL.js.map} +1 -1
  15. package/dist/{PomodoroTimer-YI4D7OLV.js → PomodoroTimer-IFNOHNFU.js} +5 -5
  16. package/dist/{PomodoroTimer-YI4D7OLV.js.map → PomodoroTimer-IFNOHNFU.js.map} +1 -1
  17. package/dist/{Preview-2GUM6NO7.js → Preview-FFBHSUHL.js} +5 -5
  18. package/dist/{Preview-2GUM6NO7.js.map → Preview-FFBHSUHL.js.map} +1 -1
  19. package/dist/{Spreadsheet-6JWSE5NC.js → Spreadsheet-6WDNXIAL.js} +5 -5
  20. package/dist/{Spreadsheet-6JWSE5NC.js.map → Spreadsheet-6WDNXIAL.js.map} +1 -1
  21. package/dist/{Stock-KQA6QWZ2.js → Stock-QVCSPVG2.js} +4 -4
  22. package/dist/{Stock-KQA6QWZ2.js.map → Stock-QVCSPVG2.js.map} +1 -1
  23. package/dist/{Weather-45REOKUY.js → Weather-LJLGXB5M.js} +4 -4
  24. package/dist/{Weather-45REOKUY.js.map → Weather-LJLGXB5M.js.map} +1 -1
  25. package/dist/{WorldClock-EJNEFDWZ.js → WorldClock-N5CTLHPG.js} +4 -4
  26. package/dist/{WorldClock-EJNEFDWZ.js.map → WorldClock-N5CTLHPG.js.map} +1 -1
  27. package/dist/apps/index.js +17 -17
  28. package/dist/{chunk-EWRKU7EF.js → chunk-63Y56L3Z.js} +3 -3
  29. package/dist/{chunk-EWRKU7EF.js.map → chunk-63Y56L3Z.js.map} +1 -1
  30. package/dist/{chunk-WWT4XQJL.js → chunk-PG2PMKTJ.js} +3 -3
  31. package/dist/{chunk-WWT4XQJL.js.map → chunk-PG2PMKTJ.js.map} +1 -1
  32. package/dist/{chunk-LRVPNWRE.js → chunk-QXWBHX7J.js} +3 -3
  33. package/dist/chunk-QXWBHX7J.js.map +1 -0
  34. package/dist/{chunk-AA24QYTD.js → chunk-RVUMXSQE.js} +3 -3
  35. package/dist/{chunk-AA24QYTD.js.map → chunk-RVUMXSQE.js.map} +1 -1
  36. package/dist/{chunk-GHGD4GKR.js → chunk-V45E4R5P.js} +4 -4
  37. package/dist/{chunk-GHGD4GKR.js.map → chunk-V45E4R5P.js.map} +1 -1
  38. package/dist/chunk-YIDTMPOP.js +7 -0
  39. package/dist/{chunk-CZW7CTI6.js.map → chunk-YIDTMPOP.js.map} +1 -1
  40. package/dist/{chunk-IU7MSBRI.js → chunk-YJJDW4GG.js} +36 -9
  41. package/dist/chunk-YJJDW4GG.js.map +1 -0
  42. package/dist/index.d.ts +20 -2
  43. package/dist/index.js +50 -755
  44. package/dist/index.js.map +1 -1
  45. package/package.json +1 -1
  46. package/dist/ConfirmDialog-2BV43KSW.js +0 -4
  47. package/dist/chunk-CZW7CTI6.js +0 -7
  48. package/dist/chunk-IU7MSBRI.js.map +0 -1
  49. package/dist/chunk-LRVPNWRE.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -954,6 +954,19 @@ declare function Desktop({ profile }: {
954
954
  profile: any;
955
955
  }): react_jsx_runtime.JSX.Element;
956
956
 
957
+ interface MobileAppConfig {
958
+ /** Link the primary button opens — a native deep link, an App Store /
959
+ * Play Store page, or a mobile-optimised web app. When omitted the screen
960
+ * still renders (branding + message) but without a call-to-action. */
961
+ url?: string;
962
+ /** Primary button label. Defaults to `Open the app`. */
963
+ ctaLabel?: string;
964
+ /** Headline. Defaults to a message built from the product name. */
965
+ heading?: string;
966
+ /** Supporting copy under the headline. */
967
+ description?: string;
968
+ }
969
+
957
970
  interface LayoutProps {
958
971
  /** Brand label rendered on the start-menu button. */
959
972
  productName?: string;
@@ -986,6 +999,11 @@ interface LayoutProps {
986
999
  * (e.g. tasks due that day) inside the mini month calendar. When omitted
987
1000
  * the popover stays a plain date grid. */
988
1001
  clockCalendar?: ClockCalendarConfig;
1002
+ /** Mobile-app link shown on phone/tablet-portrait viewports in place of the
1003
+ * desktop chrome. The shell has no built-in touch UI — wire a link to your
1004
+ * dedicated mobile app here (see MobileAppConfig). When omitted, small
1005
+ * screens get a plain "best viewed on desktop" notice. */
1006
+ mobileApp?: MobileAppConfig;
989
1007
  }
990
1008
  interface ClockCalendarConfig {
991
1009
  /** Local dates (YYYY-MM-DD) to mark with a dot in the mini month grid —
@@ -1002,7 +1020,7 @@ interface ClockCalendarConfig {
1002
1020
  close: () => void;
1003
1021
  }) => ReactNode;
1004
1022
  }
1005
- declare function Layout({ productName, productIcon, wallpapers, navSections, navIcons, sectionIcons, categories, notifications, search, taskbarTrayLeft, clockCalendar, }?: LayoutProps): react_jsx_runtime.JSX.Element;
1023
+ declare function Layout({ productName, productIcon, wallpapers, navSections, navIcons, sectionIcons, categories, notifications, search, taskbarTrayLeft, clockCalendar, mobileApp, }?: LayoutProps): react_jsx_runtime.JSX.Element;
1006
1024
 
1007
1025
  interface StartMenuProps {
1008
1026
  open: boolean;
@@ -2674,4 +2692,4 @@ declare function useNewHotkey(callback: () => void): void;
2674
2692
  */
2675
2693
  declare function useEditHotkey(callback: (() => void) | null): void;
2676
2694
 
2677
- export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, type AccordionItem, type AccordionProps, AuthScreen, type AuthScreenProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, type AvatarSize, type AvatarStatus, Banner, type BannerProps, type BannerTone, BarChart, type BarChartProps, BehaviorPanel, type BreadcrumbItem, Breadcrumbs, type BreadcrumbsProps, type BulkColumn, type BulkColumnKind, BulkImportGrid, type BulkImportGridProps, type BulkRow, Button, type ButtonProps, type ButtonSize, type ButtonVariant, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, CancelButton, Card, type CardProps, type CellStyle, ChangePasswordForm, type ChangePasswordFormProps, type ChangelogEntry, ChatTemplate, Checkbox, type CheckboxProps, CheckoutTemplate, type ClockCalendarConfig, ColoredBadge, type ColoredBadgeProps, type ColumnDef, ConfirmProvider, ContainerFillChart, type ContainerFillChartProps, type ContainerFillItem, CopyButton, Customization, type CustomizationOmitSection, type CustomizationProps, type CustomizationSection, DEV_BANNER_TEXT, DashboardTemplate, DataTablePage, Desktop, type DesktopContextMenuItem, type DesktopHostConfig, DesktopHostProvider, DevIndicator, DocFavStar, DonutChart, type DonutChartProps, type DonutSegment, type DuplicateGroup, ENTER, EditableGrid, type EditableGridProps, EmailTemplate, EmptyState, type EmptyStateProps, type EntityFetcher, EntityList, type EntityListColumn, type EntityListContextAction, type EntityListProps, ErrorPage, type ErrorPageProps, FilterBar, type FilterOption, FormField, type FormFieldProps, FormLayoutPage, GLASS_DIVIDER, GLASS_INPUT_BG, GalleryTemplate, GlobalSearch, type GridColumn, type HealthCheckResult, HelpCenter, type HelpCenterDoc, type HelpCenterProps, INPUT_BASE, ImageAnnotator, type ImageAnnotatorHandle, type ImageAnnotatorProps, Input, type InputProps, Kanban, type KanbanColumn, type KanbanProps, Label, type LabelProps, Layout, type LayoutProps, ListFooter, ListLoadError, type ListLoadErrorProps, LoadingSpinner, type LoadingSpinnerProps, MOD, Markdown, type MarkdownProps, MediaUploadField, type MediaUploadFieldProps, MediaUploadGrid, type MediaUploadGridItem, type MediaUploadGridProps, type MergeBulkOptions, type MergeBulkResult, MetricBar, type MetricBarProps, type Milestone, type MilestoneKind, MilestoneTimeline, type MilestoneTimelineProps, Modal, ModalActions, NativeSelect, NotificationBell, type NotificationsConfig, PageHeader, type PageHeaderProps, type PaginatedResponse, Pagination, type PaginationProps, PdfActionButton, type PdfActionButtonProps, PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, Radio, type RadioProps, ResizableTable, SHIFT, type SearchConfig, type SearchProvider, type SearchResult, type SearchableOption, SearchableSelect, type SearchableSelectProps, Select, type SelectOption, type SelectProps, type SemanticGroup, ServerStatusIndicator, type ServerStatusIndicatorProps, type ServerStatusUser, type SeverityTone, type ShellAuth, ShellAuthProvider, ShellEntityFetcherProvider, type ShellNotification, type ShellPrefsAdapter, ShellPrefsProvider, ShortcutHelp, SidebarActionButton, type SidebarActionButtonProps, SidebarGroupLabel, SidebarLayout, type SidebarLayoutProps, SidebarNavItem, type SortState, SoundsPanel, Sparkline, type SparklineProps, StartMenu, StatCard, type StatCardProps, StatusBadge, StatusBadgeProvider, type StickyEntityRef, type StickyResolver, SystemPreferences, type SystemPreferencesProps, type SystemPreferencesSection, type TabItem, Tabs, type TabsProps, Textarea, type TextareaProps, type TodoProvider, type TodoTask, Tooltip, type TooltipProps, TopNav, type TopNavItem, type TopNavProps, VERSION, WidgetManager, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowRegistry, WindowTitle, applyDevTitle, commitExposeHighlight, confirm, confirmDestructive, createWindowRegistry, exitExposeMode, findDuplicateKeys, formatDate, getActiveWindowRoute, getExposeHighlight, getWindowPosition, glassStyle, inputClasses, isDevEnv, isMac, isSeverityTone, mediaFileName, mergeBulkItems, prompt, registerModalEscapeInterceptor, setExposeHighlight, setShellApiClient, setShellAuthBridge, setShellNavIcons, setShellTodoProvider, setWindowDefaultPosition, setWindowPosition, severityOf, subscribeExposeHighlight, toast, toggleExposeMode, useClickOutside, useColumnConfig, useDesktopHost, useEditHotkey, useFilters, useInfiniteScroll, useLocalStoragePrefs, useModalActive, useNewHotkey, useShellAuth, useShellEntityFetcher, useShellPrefs, useSort, useTableNav, useWidgetSettings, useWindowManager, useWindowMenuItem, useWindowTitle };
2695
+ export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, type AccordionItem, type AccordionProps, AuthScreen, type AuthScreenProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, type AvatarSize, type AvatarStatus, Banner, type BannerProps, type BannerTone, BarChart, type BarChartProps, BehaviorPanel, type BreadcrumbItem, Breadcrumbs, type BreadcrumbsProps, type BulkColumn, type BulkColumnKind, BulkImportGrid, type BulkImportGridProps, type BulkRow, Button, type ButtonProps, type ButtonSize, type ButtonVariant, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, CancelButton, Card, type CardProps, type CellStyle, ChangePasswordForm, type ChangePasswordFormProps, type ChangelogEntry, ChatTemplate, Checkbox, type CheckboxProps, CheckoutTemplate, type ClockCalendarConfig, ColoredBadge, type ColoredBadgeProps, type ColumnDef, ConfirmProvider, ContainerFillChart, type ContainerFillChartProps, type ContainerFillItem, CopyButton, Customization, type CustomizationOmitSection, type CustomizationProps, type CustomizationSection, DEV_BANNER_TEXT, DashboardTemplate, DataTablePage, Desktop, type DesktopContextMenuItem, type DesktopHostConfig, DesktopHostProvider, DevIndicator, DocFavStar, DonutChart, type DonutChartProps, type DonutSegment, type DuplicateGroup, ENTER, EditableGrid, type EditableGridProps, EmailTemplate, EmptyState, type EmptyStateProps, type EntityFetcher, EntityList, type EntityListColumn, type EntityListContextAction, type EntityListProps, ErrorPage, type ErrorPageProps, FilterBar, type FilterOption, FormField, type FormFieldProps, FormLayoutPage, GLASS_DIVIDER, GLASS_INPUT_BG, GalleryTemplate, GlobalSearch, type GridColumn, type HealthCheckResult, HelpCenter, type HelpCenterDoc, type HelpCenterProps, INPUT_BASE, ImageAnnotator, type ImageAnnotatorHandle, type ImageAnnotatorProps, Input, type InputProps, Kanban, type KanbanColumn, type KanbanProps, Label, type LabelProps, Layout, type LayoutProps, ListFooter, ListLoadError, type ListLoadErrorProps, LoadingSpinner, type LoadingSpinnerProps, MOD, Markdown, type MarkdownProps, MediaUploadField, type MediaUploadFieldProps, MediaUploadGrid, type MediaUploadGridItem, type MediaUploadGridProps, type MergeBulkOptions, type MergeBulkResult, MetricBar, type MetricBarProps, type Milestone, type MilestoneKind, MilestoneTimeline, type MilestoneTimelineProps, type MobileAppConfig, Modal, ModalActions, NativeSelect, NotificationBell, type NotificationsConfig, PageHeader, type PageHeaderProps, type PaginatedResponse, Pagination, type PaginationProps, PdfActionButton, type PdfActionButtonProps, PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, Radio, type RadioProps, ResizableTable, SHIFT, type SearchConfig, type SearchProvider, type SearchResult, type SearchableOption, SearchableSelect, type SearchableSelectProps, Select, type SelectOption, type SelectProps, type SemanticGroup, ServerStatusIndicator, type ServerStatusIndicatorProps, type ServerStatusUser, type SeverityTone, type ShellAuth, ShellAuthProvider, ShellEntityFetcherProvider, type ShellNotification, type ShellPrefsAdapter, ShellPrefsProvider, ShortcutHelp, SidebarActionButton, type SidebarActionButtonProps, SidebarGroupLabel, SidebarLayout, type SidebarLayoutProps, SidebarNavItem, type SortState, SoundsPanel, Sparkline, type SparklineProps, StartMenu, StatCard, type StatCardProps, StatusBadge, StatusBadgeProvider, type StickyEntityRef, type StickyResolver, SystemPreferences, type SystemPreferencesProps, type SystemPreferencesSection, type TabItem, Tabs, type TabsProps, Textarea, type TextareaProps, type TodoProvider, type TodoTask, Tooltip, type TooltipProps, TopNav, type TopNavItem, type TopNavProps, VERSION, WidgetManager, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowRegistry, WindowTitle, applyDevTitle, commitExposeHighlight, confirm, confirmDestructive, createWindowRegistry, exitExposeMode, findDuplicateKeys, formatDate, getActiveWindowRoute, getExposeHighlight, getWindowPosition, glassStyle, inputClasses, isDevEnv, isMac, isSeverityTone, mediaFileName, mergeBulkItems, prompt, registerModalEscapeInterceptor, setExposeHighlight, setShellApiClient, setShellAuthBridge, setShellNavIcons, setShellTodoProvider, setWindowDefaultPosition, setWindowPosition, severityOf, subscribeExposeHighlight, toast, toggleExposeMode, useClickOutside, useColumnConfig, useDesktopHost, useEditHotkey, useFilters, useInfiniteScroll, useLocalStoragePrefs, useModalActive, useNewHotkey, useShellAuth, useShellEntityFetcher, useShellPrefs, useSort, useTableNav, useWidgetSettings, useWindowManager, useWindowMenuItem, useWindowTitle };