react-os-shell 4.63.0 → 4.67.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 (50) hide show
  1. package/README.md +1 -0
  2. package/dist/{Browser-SPTNLEMR.js → Browser-NBYPPENQ.js} +6 -6
  3. package/dist/{Browser-SPTNLEMR.js.map → Browser-NBYPPENQ.js.map} +1 -1
  4. package/dist/{Calculator-XMOPPCK3.js → Calculator-UNAVT7IE.js} +5 -5
  5. package/dist/{Calculator-XMOPPCK3.js.map → Calculator-UNAVT7IE.js.map} +1 -1
  6. package/dist/ConfirmDialog-SREDNTIB.js +3 -0
  7. package/dist/{ConfirmDialog-EEH4CWSW.js.map → ConfirmDialog-SREDNTIB.js.map} +1 -1
  8. package/dist/{CurrencyConverter-24HNX6C6.js → CurrencyConverter-KURXJHLK.js} +5 -5
  9. package/dist/{CurrencyConverter-24HNX6C6.js.map → CurrencyConverter-KURXJHLK.js.map} +1 -1
  10. package/dist/{Documents-GMRVVCH7.js → Documents-7CUBCETC.js} +6 -6
  11. package/dist/{Documents-GMRVVCH7.js.map → Documents-7CUBCETC.js.map} +1 -1
  12. package/dist/{Files-ITH4SVML.js → Files-UXEDRQF4.js} +6 -6
  13. package/dist/{Files-ITH4SVML.js.map → Files-UXEDRQF4.js.map} +1 -1
  14. package/dist/{Notepad-GE5P55TL.js → Notepad-ON4T45UP.js} +6 -6
  15. package/dist/{Notepad-GE5P55TL.js.map → Notepad-ON4T45UP.js.map} +1 -1
  16. package/dist/{PomodoroTimer-ER5STVKM.js → PomodoroTimer-J7V5VXR4.js} +5 -5
  17. package/dist/{PomodoroTimer-ER5STVKM.js.map → PomodoroTimer-J7V5VXR4.js.map} +1 -1
  18. package/dist/{Preview-UXVDXCDJ.js → Preview-QINOPDT2.js} +6 -6
  19. package/dist/{Preview-UXVDXCDJ.js.map → Preview-QINOPDT2.js.map} +1 -1
  20. package/dist/{Spreadsheet-B32JQVX4.js → Spreadsheet-OFF3J4HN.js} +6 -6
  21. package/dist/{Spreadsheet-B32JQVX4.js.map → Spreadsheet-OFF3J4HN.js.map} +1 -1
  22. package/dist/{Stock-FSFPFDQT.js → Stock-BSU7S7MW.js} +5 -5
  23. package/dist/{Stock-FSFPFDQT.js.map → Stock-BSU7S7MW.js.map} +1 -1
  24. package/dist/{Weather-HXOERJJV.js → Weather-BKNRVMG6.js} +5 -5
  25. package/dist/{Weather-HXOERJJV.js.map → Weather-BKNRVMG6.js.map} +1 -1
  26. package/dist/{WorldClock-2FUGLIUZ.js → WorldClock-VMTD2QWD.js} +5 -5
  27. package/dist/{WorldClock-2FUGLIUZ.js.map → WorldClock-VMTD2QWD.js.map} +1 -1
  28. package/dist/apps/index.js +16 -16
  29. package/dist/{chunk-CWA27IGB.js → chunk-B3IYV7JN.js} +588 -274
  30. package/dist/chunk-B3IYV7JN.js.map +1 -0
  31. package/dist/{chunk-OXLLRKBC.js → chunk-CDR2Q64Q.js} +38 -22
  32. package/dist/chunk-CDR2Q64Q.js.map +1 -0
  33. package/dist/{chunk-LYQVLRWQ.js → chunk-E2N5WEHI.js} +3 -3
  34. package/dist/{chunk-LYQVLRWQ.js.map → chunk-E2N5WEHI.js.map} +1 -1
  35. package/dist/{chunk-JMESET3G.js → chunk-GRSVL6WX.js} +4 -4
  36. package/dist/{chunk-JMESET3G.js.map → chunk-GRSVL6WX.js.map} +1 -1
  37. package/dist/{chunk-TO6ZZHJK.js → chunk-HAFM6ZQD.js} +4 -4
  38. package/dist/{chunk-TO6ZZHJK.js.map → chunk-HAFM6ZQD.js.map} +1 -1
  39. package/dist/chunk-K35QFOJF.js +7 -0
  40. package/dist/{chunk-WCGHIJZR.js.map → chunk-K35QFOJF.js.map} +1 -1
  41. package/dist/{index-Ka32s3Ij.d.ts → index-DM-d12A7.d.ts} +88 -22
  42. package/dist/index.d.ts +2 -2
  43. package/dist/index.js +8 -8
  44. package/dist/ui/index.d.ts +1 -1
  45. package/dist/ui/index.js +3 -3
  46. package/package.json +1 -1
  47. package/dist/ConfirmDialog-EEH4CWSW.js +0 -3
  48. package/dist/chunk-CWA27IGB.js.map +0 -1
  49. package/dist/chunk-OXLLRKBC.js.map +0 -1
  50. package/dist/chunk-WCGHIJZR.js +0 -7
@@ -1,5 +1,5 @@
1
- import { VERSION } from './chunk-WCGHIJZR.js';
2
- import { useWindowMenuItem, Modal } from './chunk-JMESET3G.js';
1
+ import { VERSION } from './chunk-K35QFOJF.js';
2
+ import { useWindowMenuItem, Modal } from './chunk-GRSVL6WX.js';
3
3
  import { navIcons } from './chunk-WNLPTLT6.js';
4
4
  import { useState, useCallback, isValidElement, cloneElement } from 'react';
5
5
  import { jsx, jsxs } from 'react/jsx-runtime';
@@ -75,5 +75,5 @@ function AboutApp({ app }) {
75
75
  }
76
76
 
77
77
  export { AboutApp, BUILTIN_APP_INFO };
78
- //# sourceMappingURL=chunk-TO6ZZHJK.js.map
79
- //# sourceMappingURL=chunk-TO6ZZHJK.js.map
78
+ //# sourceMappingURL=chunk-HAFM6ZQD.js.map
79
+ //# sourceMappingURL=chunk-HAFM6ZQD.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/apps/_about.tsx"],"names":[],"mappings":"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","file":"chunk-TO6ZZHJK.js","sourcesContent":["/**\n * Shared \"About\" dialog for the bundled apps.\n *\n * Each bundled app carries its own version (independent of the package\n * version) so app-level changes can be tracked without bumping every app at\n * once. `<AboutApp app=\"…\" />` registers an \"About <Name>\" item in the\n * window title menu and renders the dialog: app icon, name, app version and\n * the react-os-shell attribution + shell version.\n *\n * Bump an app's version in `BUILTIN_APP_INFO` whenever that app's behaviour\n * changes, alongside the package-level CHANGELOG entry.\n */\nimport { useCallback, useState, isValidElement, cloneElement, type ReactElement } from 'react';\nimport Modal, { useWindowMenuItem } from '../shell/Modal';\nimport { navIcons } from '../shell-config/nav';\nimport { VERSION } from '../version';\n\nexport interface BuiltinAppInfo {\n /** Display name — matches the window-registry label. */\n name: string;\n /** App version, independent of the package version. */\n version: string;\n /** One-line summary shown in the About dialog. */\n description: string;\n /** Registry route — used to look up the consumer-registered nav icon. */\n route: string;\n}\n\nexport const BUILTIN_APP_INFO = {\n spreadsheet: {\n name: 'Spreadsheets',\n version: '1.1.1',\n route: '/spreadsheet',\n description: 'Multi-sheet spreadsheet editor with CSV / TSV import and export.',\n },\n notepad: {\n name: 'Notepad',\n version: '1.0.0',\n route: '/notepad',\n description: 'Color-coded notes with checklists, desktop stickies and entity autolinking.',\n },\n documents: {\n name: 'Documents',\n version: '1.1.0',\n route: '/documents',\n description: 'Letter-page editor for Word documents and plain-text files — images, lists, alignment.',\n },\n preview: {\n name: 'Preview',\n version: '1.2.1',\n route: '/preview',\n description: 'Viewer for PDF documents, images, DXF drawings and 3D models — CAD-style measuring with object snap and an AutoCAD-like command bar.',\n },\n files: {\n name: 'Files',\n version: '1.1.0',\n route: '/files',\n description: 'Personal file manager with folders, uploads, quota, trash and desktop shortcut folders.',\n },\n browser: {\n name: 'Browser',\n version: '1.0.1',\n route: '/browser',\n description: 'Minimal web browser with bookmarks, history and navigation bar.',\n },\n} satisfies Record<string, BuiltinAppInfo>;\n\nexport type BuiltinAppId = keyof typeof BUILTIN_APP_INFO;\n\nconst ABOUT_MENU_ICON = (\n <svg className=\"h-4 w-4 text-gray-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n <path strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z\" />\n </svg>\n);\n\n// Generic window glyph shown when the consumer hasn't registered a nav icon\n// for the app's route (same fallback shape as the Modal title bar).\nconst FALLBACK_APP_ICON = (\n <svg className=\"h-9 w-9\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n <path strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M3.75 6.75A2.25 2.25 0 016 4.5h12a2.25 2.25 0 012.25 2.25v10.5A2.25 2.25 0 0118 19.5H6a2.25 2.25 0 01-2.25-2.25V6.75z M3.75 9h16.5\" />\n </svg>\n);\n\n/** Registers \"About <Name>\" in the window title menu and renders the dialog.\n * Render anywhere inside the app's window. */\nexport default function AboutApp({ app }: { app: BuiltinAppId }) {\n const info = BUILTIN_APP_INFO[app];\n const [open, setOpen] = useState(false);\n const openDialog = useCallback(() => setOpen(true), []);\n useWindowMenuItem(`About ${info.name}`, openDialog, ABOUT_MENU_ICON);\n\n if (!open) return null;\n\n const registered = navIcons[info.route];\n const appIcon = isValidElement(registered)\n ? cloneElement(registered as ReactElement, { className: 'h-9 w-9' } as any)\n : FALLBACK_APP_ICON;\n\n return (\n <Modal open onClose={() => setOpen(false)} title={`About ${info.name}`} size=\"sm\" compact bodyScroll={false} autoHeight dimensions={[320, 320]}>\n <div className=\"flex flex-col items-center text-center px-5 pt-5 pb-4\">\n <div className=\"flex h-16 w-16 items-center justify-center rounded-2xl bg-gray-100 text-gray-600 shrink-0\">\n {appIcon}\n </div>\n <h2 className=\"mt-3 text-lg font-bold text-gray-900\">{info.name}</h2>\n <p className=\"text-[11px] font-mono text-gray-400\">Version {info.version}</p>\n <p className=\"mt-2 text-xs text-gray-500 leading-relaxed\">{info.description}</p>\n <div className=\"mt-4 pt-3 border-t border-gray-200 w-full\">\n <p className=\"text-[11px] text-gray-500\">\n Part of the <span className=\"font-medium text-gray-700\">react-os-shell</span> desktop environment\n </p>\n {VERSION && <p className=\"mt-0.5 text-[10px] font-mono text-gray-400\">shell v{VERSION}</p>}\n </div>\n </div>\n </Modal>\n );\n}\n"]}
1
+ {"version":3,"sources":["../src/apps/_about.tsx"],"names":[],"mappings":"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","file":"chunk-HAFM6ZQD.js","sourcesContent":["/**\n * Shared \"About\" dialog for the bundled apps.\n *\n * Each bundled app carries its own version (independent of the package\n * version) so app-level changes can be tracked without bumping every app at\n * once. `<AboutApp app=\"…\" />` registers an \"About <Name>\" item in the\n * window title menu and renders the dialog: app icon, name, app version and\n * the react-os-shell attribution + shell version.\n *\n * Bump an app's version in `BUILTIN_APP_INFO` whenever that app's behaviour\n * changes, alongside the package-level CHANGELOG entry.\n */\nimport { useCallback, useState, isValidElement, cloneElement, type ReactElement } from 'react';\nimport Modal, { useWindowMenuItem } from '../shell/Modal';\nimport { navIcons } from '../shell-config/nav';\nimport { VERSION } from '../version';\n\nexport interface BuiltinAppInfo {\n /** Display name — matches the window-registry label. */\n name: string;\n /** App version, independent of the package version. */\n version: string;\n /** One-line summary shown in the About dialog. */\n description: string;\n /** Registry route — used to look up the consumer-registered nav icon. */\n route: string;\n}\n\nexport const BUILTIN_APP_INFO = {\n spreadsheet: {\n name: 'Spreadsheets',\n version: '1.1.1',\n route: '/spreadsheet',\n description: 'Multi-sheet spreadsheet editor with CSV / TSV import and export.',\n },\n notepad: {\n name: 'Notepad',\n version: '1.0.0',\n route: '/notepad',\n description: 'Color-coded notes with checklists, desktop stickies and entity autolinking.',\n },\n documents: {\n name: 'Documents',\n version: '1.1.0',\n route: '/documents',\n description: 'Letter-page editor for Word documents and plain-text files — images, lists, alignment.',\n },\n preview: {\n name: 'Preview',\n version: '1.2.1',\n route: '/preview',\n description: 'Viewer for PDF documents, images, DXF drawings and 3D models — CAD-style measuring with object snap and an AutoCAD-like command bar.',\n },\n files: {\n name: 'Files',\n version: '1.1.0',\n route: '/files',\n description: 'Personal file manager with folders, uploads, quota, trash and desktop shortcut folders.',\n },\n browser: {\n name: 'Browser',\n version: '1.0.1',\n route: '/browser',\n description: 'Minimal web browser with bookmarks, history and navigation bar.',\n },\n} satisfies Record<string, BuiltinAppInfo>;\n\nexport type BuiltinAppId = keyof typeof BUILTIN_APP_INFO;\n\nconst ABOUT_MENU_ICON = (\n <svg className=\"h-4 w-4 text-gray-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n <path strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z\" />\n </svg>\n);\n\n// Generic window glyph shown when the consumer hasn't registered a nav icon\n// for the app's route (same fallback shape as the Modal title bar).\nconst FALLBACK_APP_ICON = (\n <svg className=\"h-9 w-9\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n <path strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M3.75 6.75A2.25 2.25 0 016 4.5h12a2.25 2.25 0 012.25 2.25v10.5A2.25 2.25 0 0118 19.5H6a2.25 2.25 0 01-2.25-2.25V6.75z M3.75 9h16.5\" />\n </svg>\n);\n\n/** Registers \"About <Name>\" in the window title menu and renders the dialog.\n * Render anywhere inside the app's window. */\nexport default function AboutApp({ app }: { app: BuiltinAppId }) {\n const info = BUILTIN_APP_INFO[app];\n const [open, setOpen] = useState(false);\n const openDialog = useCallback(() => setOpen(true), []);\n useWindowMenuItem(`About ${info.name}`, openDialog, ABOUT_MENU_ICON);\n\n if (!open) return null;\n\n const registered = navIcons[info.route];\n const appIcon = isValidElement(registered)\n ? cloneElement(registered as ReactElement, { className: 'h-9 w-9' } as any)\n : FALLBACK_APP_ICON;\n\n return (\n <Modal open onClose={() => setOpen(false)} title={`About ${info.name}`} size=\"sm\" compact bodyScroll={false} autoHeight dimensions={[320, 320]}>\n <div className=\"flex flex-col items-center text-center px-5 pt-5 pb-4\">\n <div className=\"flex h-16 w-16 items-center justify-center rounded-2xl bg-gray-100 text-gray-600 shrink-0\">\n {appIcon}\n </div>\n <h2 className=\"mt-3 text-lg font-bold text-gray-900\">{info.name}</h2>\n <p className=\"text-[11px] font-mono text-gray-400\">Version {info.version}</p>\n <p className=\"mt-2 text-xs text-gray-500 leading-relaxed\">{info.description}</p>\n <div className=\"mt-4 pt-3 border-t border-gray-200 w-full\">\n <p className=\"text-[11px] text-gray-500\">\n Part of the <span className=\"font-medium text-gray-700\">react-os-shell</span> desktop environment\n </p>\n {VERSION && <p className=\"mt-0.5 text-[10px] font-mono text-gray-400\">shell v{VERSION}</p>}\n </div>\n </div>\n </Modal>\n );\n}\n"]}
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var VERSION = "4.67.0" ;
3
+ var APP_VERSION = VERSION;
4
+
5
+ export { APP_VERSION, VERSION };
6
+ //# sourceMappingURL=chunk-K35QFOJF.js.map
7
+ //# sourceMappingURL=chunk-K35QFOJF.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"names":[],"mappings":";AAIO,IAAM,OAAA,GAAwD,QAAA;AAG9D,IAAM,WAAA,GAAc","file":"chunk-WCGHIJZR.js","sourcesContent":["declare const __PKG_VERSION__: string | undefined;\n\n/** Package version, injected by tsup at build time. Stays as an empty\n * string when the source is consumed without a build (e.g. tests). */\nexport const VERSION: string = typeof __PKG_VERSION__ === 'string' ? __PKG_VERSION__ : '';\n\n/** Legacy alias kept so existing consumers do not break. */\nexport const APP_VERSION = VERSION;\n"]}
1
+ {"version":3,"sources":["../src/version.ts"],"names":[],"mappings":";AAIO,IAAM,OAAA,GAAwD,QAAA;AAG9D,IAAM,WAAA,GAAc","file":"chunk-K35QFOJF.js","sourcesContent":["declare const __PKG_VERSION__: string | undefined;\n\n/** Package version, injected by tsup at build time. Stays as an empty\n * string when the source is consumed without a build (e.g. tests). */\nexport const VERSION: string = typeof __PKG_VERSION__ === 'string' ? __PKG_VERSION__ : '';\n\n/** Legacy alias kept so existing consumers do not break. */\nexport const APP_VERSION = VERSION;\n"]}
@@ -385,20 +385,58 @@ interface DateRangePickerProps {
385
385
  declare function toISODate(d: Date): string;
386
386
  declare function DateRangePicker({ from, to, onChange, formatDisplay, clearable, placeholder, }: DateRangePickerProps): react_jsx_runtime.JSX.Element;
387
387
 
388
- interface DatePickerProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'className' | 'size' | 'type' | 'value' | 'onChange' | 'min' | 'max'> {
389
- /** A Date, a `YYYY-MM-DD` string, or nothing. */
388
+ type CalendarMode = 'single' | 'range';
389
+ interface CalendarProps {
390
+ /** `YYYY-MM-DD`, or null. In range mode this is the start. */
391
+ value?: string | null;
392
+ /** Range end. Ignored when `mode` is `single`. */
393
+ endValue?: string | null;
394
+ mode?: CalendarMode;
395
+ onSelect: (date: string) => void;
396
+ /** Earliest selectable day, `YYYY-MM-DD`. */
397
+ min?: string | null;
398
+ /** Latest selectable day, `YYYY-MM-DD`. */
399
+ max?: string | null;
400
+ /**
401
+ * Which month is shown, `YYYY-MM`. Supplying it makes the view CONTROLLED:
402
+ * paging reports through `onMonthChange` and the grid stays put until the
403
+ * caller moves it. Use {@link defaultMonth} to only set where it opens.
404
+ */
405
+ month?: string;
406
+ /** Where an uncontrolled grid opens. Falls back to the selected date's month, then today's. */
407
+ defaultMonth?: string;
408
+ onMonthChange?: (month: string) => void;
409
+ /**
410
+ * 0 = Sunday, 1 = Monday. Defaults to Sunday, matching what the kit's pickers
411
+ * showed before this existed; a consumer outside the US will want 1.
412
+ */
413
+ weekStartsOn?: 0 | 1;
414
+ /**
415
+ * Offer the month and year panels behind the heading, so a date years away is
416
+ * two clicks rather than a hundred presses of PageUp. On by default.
417
+ */
418
+ quickJump?: boolean;
419
+ /** Names the grid. Defaults to the month and year on show. */
420
+ 'aria-label'?: string;
421
+ className?: string;
422
+ }
423
+ /** `YYYY-MM-DD` from local calendar fields — never `toISOString()`. */
424
+ declare function toKey(d: Date): string;
425
+ /** The local Date for a `YYYY-MM-DD`, or null. Never `new Date(string)`. */
426
+ declare function fromKey(key: string | null | undefined): Date | null;
427
+ declare function Calendar({ value, endValue, mode, onSelect, min, max, month, defaultMonth, onMonthChange, weekStartsOn, quickJump, 'aria-label': ariaLabel, className, }: CalendarProps): react_jsx_runtime.JSX.Element;
428
+
429
+ interface TimePickerProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'className' | 'size' | 'type' | 'value' | 'onChange' | 'min' | 'max'> {
430
+ /** An `HH:MM` / `HH:MM:SS` string, a Date (local wall-clock time is read), or nothing. */
390
431
  value?: Date | string | null;
391
432
  /**
392
- * The chosen date at local midnight, or `null` when the field is empty.
393
- *
394
- * A native date input also reports `''` mid-entry, while a partly typed date
395
- * is not yet a date. Both arrive here as `null`: "no date yet" and "cleared"
396
- * are the same thing to a caller storing a value.
433
+ * The chosen time as `HH:MM` (`HH:MM:SS` when `step` asks for seconds), or
434
+ * `null` when the field is empty or mid-entry — same contract as DatePicker.
397
435
  */
398
- onChange?: (value: Date | null) => void;
399
- /** Earliest selectable date. */
436
+ onChange?: (value: string | null) => void;
437
+ /** Earliest selectable time. */
400
438
  min?: Date | string | null;
401
- /** Latest selectable date. */
439
+ /** Latest selectable time. */
402
440
  max?: Date | string | null;
403
441
  /** Error state — red border + ring, matching Input. */
404
442
  invalid?: boolean;
@@ -406,27 +444,38 @@ interface DatePickerProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'c
406
444
  size?: InputSize;
407
445
  className?: string;
408
446
  }
409
- declare const DatePicker: react.ForwardRefExoticComponent<DatePickerProps & react.RefAttributes<HTMLInputElement>>;
447
+ declare const TimePicker: react.ForwardRefExoticComponent<TimePickerProps & react.RefAttributes<HTMLInputElement>>;
410
448
 
411
- interface TimePickerProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'className' | 'size' | 'type' | 'value' | 'onChange' | 'min' | 'max'> {
412
- /** An `HH:MM` / `HH:MM:SS` string, a Date (local wall-clock time is read), or nothing. */
449
+ interface DatePickerProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'className' | 'size' | 'type' | 'value' | 'onChange' | 'min' | 'max'> {
450
+ /** A Date, a `YYYY-MM-DD` string, or nothing. */
413
451
  value?: Date | string | null;
414
452
  /**
415
- * The chosen time as `HH:MM` (`HH:MM:SS` when `step` asks for seconds), or
416
- * `null` when the field is empty or mid-entry — same contract as DatePicker.
453
+ * The chosen date at local midnight, or `null` when the field is empty.
454
+ *
455
+ * A partly typed date is not yet a date, and a cleared field has none. Both
456
+ * arrive here as `null`: "no date yet" and "cleared" are the same thing to a
457
+ * caller storing a value.
417
458
  */
418
- onChange?: (value: string | null) => void;
419
- /** Earliest selectable time. */
459
+ onChange?: (value: Date | null) => void;
460
+ /** Earliest selectable date. */
420
461
  min?: Date | string | null;
421
- /** Latest selectable time. */
462
+ /** Latest selectable date. */
422
463
  max?: Date | string | null;
423
464
  /** Error state — red border + ring, matching Input. */
424
465
  invalid?: boolean;
425
466
  /** `touch` gives a 56px field for a finger. Defaults to the desktop size. */
426
467
  size?: InputSize;
468
+ /**
469
+ * Use the platform's own date input instead of the kit's calendar. Worth it
470
+ * on a mobile-first surface, where the OS date wheel beats any popover; the
471
+ * cost is that the field then looks like the browser rather than the kit.
472
+ */
473
+ native?: boolean;
474
+ /** 0 = Sunday, 1 = Monday. Passed through to the calendar. */
475
+ weekStartsOn?: 0 | 1;
427
476
  className?: string;
428
477
  }
429
- declare const TimePicker: react.ForwardRefExoticComponent<TimePickerProps & react.RefAttributes<HTMLInputElement>>;
478
+ declare const DatePicker: react.ForwardRefExoticComponent<DatePickerProps & react.RefAttributes<HTMLInputElement>>;
430
479
 
431
480
  interface DateTimePickerProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'className' | 'size' | 'type' | 'value' | 'onChange' | 'min' | 'max'> {
432
481
  /** A Date, a local `YYYY-MM-DDTHH:MM` string, or nothing. */
@@ -1798,9 +1847,16 @@ interface DialogProps {
1798
1847
  * that does the irreversible thing.
1799
1848
  */
1800
1849
  initialFocus?: RefObject<HTMLElement | null>;
1850
+ /**
1851
+ * Names the dialog when it carries no visible `title`. Without a name it is
1852
+ * announced as just "dialog", which tells a screen reader user nothing about
1853
+ * what opened. Ignored when `title` is set — a visible label always wins over
1854
+ * a parallel invisible one, or the two drift.
1855
+ */
1856
+ 'aria-label'?: string;
1801
1857
  className?: string;
1802
1858
  }
1803
- declare function Dialog({ open, onClose, title, children, footer, blocking, size, initialFocus, className, }: DialogProps): react_jsx_runtime.JSX.Element | null;
1859
+ declare function Dialog({ open, onClose, title, children, footer, blocking, size, initialFocus, 'aria-label': ariaLabel, className, }: DialogProps): react_jsx_runtime.JSX.Element | null;
1804
1860
 
1805
1861
  type DrawerSide = 'right' | 'left' | 'bottom';
1806
1862
  type DrawerSize = 'sm' | 'md' | 'lg';
@@ -1816,9 +1872,19 @@ interface DrawerProps {
1816
1872
  /** Escape and the scrim do nothing. See Dialog's note before reaching for it. */
1817
1873
  blocking?: boolean;
1818
1874
  initialFocus?: RefObject<HTMLElement | null>;
1875
+ /**
1876
+ * Names the drawer when it carries no visible `title`. A dialog without an
1877
+ * accessible name is announced as just "dialog", which tells a screen reader
1878
+ * user nothing about what opened — and a navigation drawer, whose content is
1879
+ * its own heading, is exactly the case that has no title to point at.
1880
+ *
1881
+ * Ignored when `title` is set: a visible label always wins over a parallel
1882
+ * invisible one, or the two drift.
1883
+ */
1884
+ 'aria-label'?: string;
1819
1885
  className?: string;
1820
1886
  }
1821
- declare function Drawer({ open, onClose, side, size, title, footer, children, blocking, initialFocus, className, }: DrawerProps): react_jsx_runtime.JSX.Element | null;
1887
+ declare function Drawer({ open, onClose, side, size, title, footer, children, blocking, initialFocus, 'aria-label': ariaLabel, className, }: DrawerProps): react_jsx_runtime.JSX.Element | null;
1822
1888
 
1823
1889
  /**
1824
1890
  * Focus containment and scroll locking for a modal surface — the two things
@@ -2509,4 +2575,4 @@ declare const ALT_SHIFT_N: string;
2509
2575
  * string when the source is consumed without a build (e.g. tests). */
2510
2576
  declare const VERSION: string;
2511
2577
 
2512
- export { type CountBadgeProps as $, ALT as A, Banner as B, type ColumnDef as C, type ButtonSize as D, type ButtonVariant as E, CMD_A as F, CMD_DOT as G, CMD_ENTER as H, CMD_K as I, CMD_S as J, Card as K, type CardPadding as L, type CardProps as M, type CellStyle as N, ChatTemplate as O, type PaginatedResponse as P, Checkbox as Q, type CheckboxProps as R, type SearchConfig as S, CheckoutTemplate as T, ColoredBadge as U, type ColoredBadgeProps as V, ConfirmProvider as W, ContainerFillChart as X, type ContainerFillChartProps as Y, type ContainerFillItem as Z, CountBadge as _, type SortState as a, type HelpCenterProps as a$, type CountBadgeTone as a0, DashboardTemplate as a1, DataTable as a2, type DataTableColumn as a3, type DataTableColumnGroup as a4, type DataTableHeader as a5, DataTablePage as a6, type DataTableProps as a7, DatePicker as a8, type DatePickerProps as a9, EditableGrid as aA, type EditableGridProps as aB, EmailTemplate as aC, EmptyState as aD, type EmptyStateProps as aE, ErrorBoundary as aF, type ErrorBoundaryProps as aG, ErrorPage as aH, type ErrorPageProps as aI, FilePicker as aJ, type FilePickerProps as aK, FormField as aL, type FormFieldProps as aM, FormLayoutPage as aN, GLASS_DIVIDER as aO, GLASS_INPUT_BG as aP, GROUP_COLORS as aQ, GalleryTemplate as aR, type Gap as aS, GlobalSearch as aT, type GlobalSearchProps as aU, Grid as aV, type GridCols as aW, type GridColumn as aX, type GridProps as aY, HelpCenter as aZ, type HelpCenterDoc as a_, DateRangePicker as aa, type DateRangePickerProps as ab, DateTimePicker as ac, type DateTimePickerProps as ad, type DescriptionColumns as ae, type DescriptionItem as af, DescriptionList as ag, type DescriptionListProps as ah, Dialog as ai, type DialogProps as aj, type DialogSize as ak, Divider as al, type DividerProps as am, type DividerSpacing as an, DonutChart as ao, type DonutChartProps as ap, type DonutSegment as aq, Drawer as ar, type DrawerProps as as, type DrawerSide as at, type DrawerSize as au, DropdownMenu as av, type DropdownMenuAlign as aw, type DropdownMenuItem as ax, type DropdownMenuProps as ay, ENTER as az, ALT_SHIFT_D as b, type SearchableSelectProps as b$, INPUT_BASE as b0, INPUT_SIZES as b1, IconButton as b2, type IconButtonProps as b3, Inline as b4, type InlineProps as b5, Input as b6, InputNumber as b7, type InputNumberProps as b8, type InputProps as b9, type Milestone as bA, type MilestoneKind as bB, MilestoneTimeline as bC, type MilestoneTimelineProps as bD, NativeSelect as bE, NumericKeypad as bF, type NumericKeypadProps as bG, PageHeader as bH, type PageHeaderProps as bI, Pagination as bJ, type PaginationProps as bK, Paragraph as bL, type ParagraphProps as bM, PopupMenu as bN, PopupMenuDivider as bO, PopupMenuItem as bP, PopupMenuLabel as bQ, Radio as bR, type RadioProps as bS, Result as bT, type ResultProps as bU, type ResultStatus as bV, SHIFT as bW, type SearchProvider as bX, type SearchResult as bY, type SearchableOption as bZ, SearchableSelect as b_, type InputSize as ba, type Justify as bb, Kanban as bc, type KanbanColumn as bd, type KanbanProps as be, Label as bf, type LabelProps as bg, LineChart as bh, type LineChartProps as bi, type LineChartSeries as bj, ListFooter as bk, ListLoadError as bl, type ListLoadErrorProps as bm, LoadingSpinner as bn, type LoadingSpinnerProps as bo, MAX_FRACTION_DIGITS as bp, MOD as bq, Markdown as br, type MarkdownProps as bs, MediaUploadField as bt, type MediaUploadFieldProps as bu, MediaUploadGrid as bv, type MediaUploadGridItem as bw, type MediaUploadGridProps as bx, MetricBar as by, type MetricBarProps as bz, ALT_SHIFT_E as c, type TooltipProps as c$, Segmented as c0, type SegmentedOption as c1, type SegmentedProps as c2, type SegmentedSize as c3, Select as c4, type SelectOption as c5, type SelectProps as c6, type SemanticGroup as c7, type SeverityTone as c8, type ShellPrefsAdapter as c9, type SwitchProps as cA, type SwitchSize as cB, type TabItem as cC, Tabs as cD, type TabsProps as cE, TagInput as cF, type TagInputOption as cG, type TagInputProps as cH, Text as cI, type TextProps as cJ, type TextSize as cK, type TextTone as cL, type TextWeight as cM, Textarea as cN, type TextareaProps as cO, type Theme as cP, TileButton as cQ, type TileButtonProps as cR, type TileSize as cS, TimePicker as cT, type TimePickerProps as cU, Title as cV, type TitleLevel as cW, type TitleProps as cX, type ToastOptions as cY, type ToastPlacement as cZ, Tooltip as c_, ShellPrefsProvider as ca, SidebarActionButton as cb, type SidebarActionButtonProps as cc, SidebarGroupLabel as cd, SidebarLayout as ce, type SidebarLayoutProps as cf, SidebarNavItem as cg, Skeleton as ch, type SkeletonProps as ci, type SkeletonVariant as cj, Sparkline as ck, type SparklineProps as cl, Stack as cm, type StackProps as cn, StatCard as co, type StatCardProps as cp, Statistic as cq, type StatisticProps as cr, type StatisticSize as cs, type StatisticTone as ct, StatusBadge as cu, StatusBadgeProvider as cv, type StepItem as cw, Stepper as cx, type StepperProps as cy, Switch as cz, ALT_SHIFT_N as d, TopNav as d0, type TopNavItem as d1, type TopNavProps as d2, VERSION as d3, appendKey as d4, applyThemePrefs as d5, backspace as d6, confirm as d7, confirmDestructive as d8, formatDate as d9, glassStyle as da, inputClasses as db, isMac as dc, isSeverityTone as dd, mediaFileName as de, prompt as df, resolveTheme as dg, severityOf as dh, tabButtonId as di, tabPanelId as dj, toISODate as dk, toast as dl, useClickOutside as dm, useConfirm as dn, useFocusTrap as dp, useIsMobile as dq, useLocalStoragePrefs as dr, useScrollLock as ds, useShellPrefs as dt, useTheme as du, Accordion as e, type AccordionItem as f, type AccordionProps as g, type Align as h, AuthScreen as i, type AuthScreenProps as j, Avatar as k, AvatarGroup as l, type AvatarGroupProps as m, type AvatarProps as n, type AvatarSize as o, type AvatarStatus as p, type BannerEmphasis as q, type BannerProps as r, type BannerTone as s, BarChart as t, type BarChartProps as u, type BreadcrumbItem as v, Breadcrumbs as w, type BreadcrumbsProps as x, Button as y, type ButtonProps as z };
2578
+ export { type ContainerFillChartProps as $, ALT as A, Banner as B, type ColumnDef as C, type ButtonSize as D, type ButtonVariant as E, CMD_A as F, CMD_DOT as G, CMD_ENTER as H, CMD_K as I, CMD_S as J, Calendar as K, type CalendarMode as L, type CalendarProps as M, Card as N, type CardPadding as O, type PaginatedResponse as P, type CardProps as Q, type CellStyle as R, type SearchConfig as S, ChatTemplate as T, Checkbox as U, type CheckboxProps as V, CheckoutTemplate as W, ColoredBadge as X, type ColoredBadgeProps as Y, ConfirmProvider as Z, ContainerFillChart as _, type SortState as a, type GridProps as a$, type ContainerFillItem as a0, CountBadge as a1, type CountBadgeProps as a2, type CountBadgeTone as a3, DashboardTemplate as a4, DataTable as a5, type DataTableColumn as a6, type DataTableColumnGroup as a7, type DataTableHeader as a8, DataTablePage as a9, type DropdownMenuItem as aA, type DropdownMenuProps as aB, ENTER as aC, EditableGrid as aD, type EditableGridProps as aE, EmailTemplate as aF, EmptyState as aG, type EmptyStateProps as aH, ErrorBoundary as aI, type ErrorBoundaryProps as aJ, ErrorPage as aK, type ErrorPageProps as aL, FilePicker as aM, type FilePickerProps as aN, FormField as aO, type FormFieldProps as aP, FormLayoutPage as aQ, GLASS_DIVIDER as aR, GLASS_INPUT_BG as aS, GROUP_COLORS as aT, GalleryTemplate as aU, type Gap as aV, GlobalSearch as aW, type GlobalSearchProps as aX, Grid as aY, type GridCols as aZ, type GridColumn as a_, type DataTableProps as aa, DatePicker as ab, type DatePickerProps as ac, DateRangePicker as ad, type DateRangePickerProps as ae, DateTimePicker as af, type DateTimePickerProps as ag, type DescriptionColumns as ah, type DescriptionItem as ai, DescriptionList as aj, type DescriptionListProps as ak, Dialog as al, type DialogProps as am, type DialogSize as an, Divider as ao, type DividerProps as ap, type DividerSpacing as aq, DonutChart as ar, type DonutChartProps as as, type DonutSegment as at, Drawer as au, type DrawerProps as av, type DrawerSide as aw, type DrawerSize as ax, DropdownMenu as ay, type DropdownMenuAlign as az, ALT_SHIFT_D as b, type SearchResult as b$, HelpCenter as b0, type HelpCenterDoc as b1, type HelpCenterProps as b2, INPUT_BASE as b3, INPUT_SIZES as b4, IconButton as b5, type IconButtonProps as b6, Inline as b7, type InlineProps as b8, Input as b9, type MediaUploadGridProps as bA, MetricBar as bB, type MetricBarProps as bC, type Milestone as bD, type MilestoneKind as bE, MilestoneTimeline as bF, type MilestoneTimelineProps as bG, NativeSelect as bH, NumericKeypad as bI, type NumericKeypadProps as bJ, PageHeader as bK, type PageHeaderProps as bL, Pagination as bM, type PaginationProps as bN, Paragraph as bO, type ParagraphProps as bP, PopupMenu as bQ, PopupMenuDivider as bR, PopupMenuItem as bS, PopupMenuLabel as bT, Radio as bU, type RadioProps as bV, Result as bW, type ResultProps as bX, type ResultStatus as bY, SHIFT as bZ, type SearchProvider as b_, InputNumber as ba, type InputNumberProps as bb, type InputProps as bc, type InputSize as bd, type Justify as be, Kanban as bf, type KanbanColumn as bg, type KanbanProps as bh, Label as bi, type LabelProps as bj, LineChart as bk, type LineChartProps as bl, type LineChartSeries as bm, ListFooter as bn, ListLoadError as bo, type ListLoadErrorProps as bp, LoadingSpinner as bq, type LoadingSpinnerProps as br, MAX_FRACTION_DIGITS as bs, MOD as bt, Markdown as bu, type MarkdownProps as bv, MediaUploadField as bw, type MediaUploadFieldProps as bx, MediaUploadGrid as by, type MediaUploadGridItem as bz, ALT_SHIFT_E as c, type ToastOptions as c$, type SearchableOption as c0, SearchableSelect as c1, type SearchableSelectProps as c2, Segmented as c3, type SegmentedOption as c4, type SegmentedProps as c5, type SegmentedSize as c6, Select as c7, type SelectOption as c8, type SelectProps as c9, Stepper as cA, type StepperProps as cB, Switch as cC, type SwitchProps as cD, type SwitchSize as cE, type TabItem as cF, Tabs as cG, type TabsProps as cH, TagInput as cI, type TagInputOption as cJ, type TagInputProps as cK, Text as cL, type TextProps as cM, type TextSize as cN, type TextTone as cO, type TextWeight as cP, Textarea as cQ, type TextareaProps as cR, type Theme as cS, TileButton as cT, type TileButtonProps as cU, type TileSize as cV, TimePicker as cW, type TimePickerProps as cX, Title as cY, type TitleLevel as cZ, type TitleProps as c_, type SemanticGroup as ca, type SeverityTone as cb, type ShellPrefsAdapter as cc, ShellPrefsProvider as cd, SidebarActionButton as ce, type SidebarActionButtonProps as cf, SidebarGroupLabel as cg, SidebarLayout as ch, type SidebarLayoutProps as ci, SidebarNavItem as cj, Skeleton as ck, type SkeletonProps as cl, type SkeletonVariant as cm, Sparkline as cn, type SparklineProps as co, Stack as cp, type StackProps as cq, StatCard as cr, type StatCardProps as cs, Statistic as ct, type StatisticProps as cu, type StatisticSize as cv, type StatisticTone as cw, StatusBadge as cx, StatusBadgeProvider as cy, type StepItem as cz, ALT_SHIFT_N as d, type ToastPlacement as d0, Tooltip as d1, type TooltipProps as d2, TopNav as d3, type TopNavItem as d4, type TopNavProps as d5, VERSION as d6, appendKey as d7, applyThemePrefs as d8, backspace as d9, confirm as da, confirmDestructive as db, formatDate as dc, fromKey as dd, glassStyle as de, inputClasses as df, isMac as dg, isSeverityTone as dh, mediaFileName as di, prompt as dj, resolveTheme as dk, severityOf as dl, tabButtonId as dm, tabPanelId as dn, toKey as dp, toISODate as dq, toast as dr, useClickOutside as ds, useConfirm as dt, useFocusTrap as du, useIsMobile as dv, useLocalStoragePrefs as dw, useScrollLock as dx, useShellPrefs as dy, useTheme as dz, Accordion as e, type AccordionItem as f, type AccordionProps as g, type Align as h, AuthScreen as i, type AuthScreenProps as j, Avatar as k, AvatarGroup as l, type AvatarGroupProps as m, type AvatarProps as n, type AvatarSize as o, type AvatarStatus as p, type BannerEmphasis as q, type BannerProps as r, type BannerTone as s, BarChart as t, type BarChartProps as u, type BreadcrumbItem as v, Breadcrumbs as w, type BreadcrumbsProps as x, Button as y, type ButtonProps as z };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as SearchConfig, C as ColumnDef, a as SortState, P as PaginatedResponse } from './index-Ka32s3Ij.js';
2
- export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Card, L as CardPadding, M as CardProps, N as CellStyle, O as ChatTemplate, Q as Checkbox, R as CheckboxProps, T as CheckoutTemplate, U as ColoredBadge, V as ColoredBadgeProps, W as ConfirmProvider, X as ContainerFillChart, Y as ContainerFillChartProps, Z as ContainerFillItem, _ as CountBadge, $ as CountBadgeProps, a0 as CountBadgeTone, a1 as DashboardTemplate, a2 as DataTable, a3 as DataTableColumn, a4 as DataTableColumnGroup, a5 as DataTableHeader, a6 as DataTablePage, a7 as DataTableProps, a8 as DatePicker, a9 as DatePickerProps, aa as DateRangePicker, ab as DateRangePickerProps, ac as DateTimePicker, ad as DateTimePickerProps, ae as DescriptionColumns, af as DescriptionItem, ag as DescriptionList, ah as DescriptionListProps, ai as Dialog, aj as DialogProps, ak as DialogSize, al as Divider, am as DividerProps, an as DividerSpacing, ao as DonutChart, ap as DonutChartProps, aq as DonutSegment, ar as Drawer, as as DrawerProps, at as DrawerSide, au as DrawerSize, av as DropdownMenu, aw as DropdownMenuAlign, ax as DropdownMenuItem, ay as DropdownMenuProps, az as ENTER, aA as EditableGrid, aB as EditableGridProps, aC as EmailTemplate, aD as EmptyState, aE as EmptyStateProps, aF as ErrorBoundary, aG as ErrorBoundaryProps, aH as ErrorPage, aI as ErrorPageProps, aJ as FilePicker, aK as FilePickerProps, aL as FormField, aM as FormFieldProps, aN as FormLayoutPage, aO as GLASS_DIVIDER, aP as GLASS_INPUT_BG, aQ as GROUP_COLORS, aR as GalleryTemplate, aS as Gap, aT as GlobalSearch, aU as GlobalSearchProps, aV as Grid, aW as GridCols, aX as GridColumn, aY as GridProps, aZ as HelpCenter, a_ as HelpCenterDoc, a$ as HelpCenterProps, b0 as INPUT_BASE, b1 as INPUT_SIZES, b2 as IconButton, b3 as IconButtonProps, b4 as Inline, b5 as InlineProps, b6 as Input, b7 as InputNumber, b8 as InputNumberProps, b9 as InputProps, ba as InputSize, bb as Justify, bc as Kanban, bd as KanbanColumn, be as KanbanProps, bf as Label, bg as LabelProps, bh as LineChart, bi as LineChartProps, bj as LineChartSeries, bk as ListFooter, bl as ListLoadError, bm as ListLoadErrorProps, bn as LoadingSpinner, bo as LoadingSpinnerProps, bp as MAX_FRACTION_DIGITS, bq as MOD, br as Markdown, bs as MarkdownProps, bt as MediaUploadField, bu as MediaUploadFieldProps, bv as MediaUploadGrid, bw as MediaUploadGridItem, bx as MediaUploadGridProps, by as MetricBar, bz as MetricBarProps, bA as Milestone, bB as MilestoneKind, bC as MilestoneTimeline, bD as MilestoneTimelineProps, bE as NativeSelect, bF as NumericKeypad, bG as NumericKeypadProps, bH as PageHeader, bI as PageHeaderProps, bJ as Pagination, bK as PaginationProps, bL as Paragraph, bM as ParagraphProps, bN as PopupMenu, bO as PopupMenuDivider, bP as PopupMenuItem, bQ as PopupMenuLabel, bR as Radio, bS as RadioProps, bT as Result, bU as ResultProps, bV as ResultStatus, bW as SHIFT, bX as SearchProvider, bY as SearchResult, bZ as SearchableOption, b_ as SearchableSelect, b$ as SearchableSelectProps, c0 as Segmented, c1 as SegmentedOption, c2 as SegmentedProps, c3 as SegmentedSize, c4 as Select, c5 as SelectOption, c6 as SelectProps, c7 as SemanticGroup, c8 as SeverityTone, c9 as ShellPrefsAdapter, ca as ShellPrefsProvider, cb as SidebarActionButton, cc as SidebarActionButtonProps, cd as SidebarGroupLabel, ce as SidebarLayout, cf as SidebarLayoutProps, cg as SidebarNavItem, ch as Skeleton, ci as SkeletonProps, cj as SkeletonVariant, ck as Sparkline, cl as SparklineProps, cm as Stack, cn as StackProps, co as StatCard, cp as StatCardProps, cq as Statistic, cr as StatisticProps, cs as StatisticSize, ct as StatisticTone, cu as StatusBadge, cv as StatusBadgeProvider, cw as StepItem, cx as Stepper, cy as StepperProps, cz as Switch, cA as SwitchProps, cB as SwitchSize, cC as TabItem, cD as Tabs, cE as TabsProps, cF as TagInput, cG as TagInputOption, cH as TagInputProps, cI as Text, cJ as TextProps, cK as TextSize, cL as TextTone, cM as TextWeight, cN as Textarea, cO as TextareaProps, cP as Theme, cQ as TileButton, cR as TileButtonProps, cS as TileSize, cT as TimePicker, cU as TimePickerProps, cV as Title, cW as TitleLevel, cX as TitleProps, cY as ToastOptions, cZ as ToastPlacement, c_ as Tooltip, c$ as TooltipProps, d0 as TopNav, d1 as TopNavItem, d2 as TopNavProps, d3 as VERSION, d4 as appendKey, d5 as applyThemePrefs, d6 as backspace, d7 as confirm, d8 as confirmDestructive, d9 as formatDate, da as glassStyle, db as inputClasses, dc as isMac, dd as isSeverityTone, de as mediaFileName, df as prompt, dg as resolveTheme, dh as severityOf, di as tabButtonId, dj as tabPanelId, dk as toISODate, dl as toast, dm as useClickOutside, dn as useConfirm, dp as useFocusTrap, dq as useIsMobile, dr as useLocalStoragePrefs, ds as useScrollLock, dt as useShellPrefs, du as useTheme } from './index-Ka32s3Ij.js';
1
+ import { S as SearchConfig, C as ColumnDef, a as SortState, P as PaginatedResponse } from './index-DM-d12A7.js';
2
+ export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Calendar, L as CalendarMode, M as CalendarProps, N as Card, O as CardPadding, Q as CardProps, R as CellStyle, T as ChatTemplate, U as Checkbox, V as CheckboxProps, W as CheckoutTemplate, X as ColoredBadge, Y as ColoredBadgeProps, Z as ConfirmProvider, _ as ContainerFillChart, $ as ContainerFillChartProps, a0 as ContainerFillItem, a1 as CountBadge, a2 as CountBadgeProps, a3 as CountBadgeTone, a4 as DashboardTemplate, a5 as DataTable, a6 as DataTableColumn, a7 as DataTableColumnGroup, a8 as DataTableHeader, a9 as DataTablePage, aa as DataTableProps, ab as DatePicker, ac as DatePickerProps, ad as DateRangePicker, ae as DateRangePickerProps, af as DateTimePicker, ag as DateTimePickerProps, ah as DescriptionColumns, ai as DescriptionItem, aj as DescriptionList, ak as DescriptionListProps, al as Dialog, am as DialogProps, an as DialogSize, ao as Divider, ap as DividerProps, aq as DividerSpacing, ar as DonutChart, as as DonutChartProps, at as DonutSegment, au as Drawer, av as DrawerProps, aw as DrawerSide, ax as DrawerSize, ay as DropdownMenu, az as DropdownMenuAlign, aA as DropdownMenuItem, aB as DropdownMenuProps, aC as ENTER, aD as EditableGrid, aE as EditableGridProps, aF as EmailTemplate, aG as EmptyState, aH as EmptyStateProps, aI as ErrorBoundary, aJ as ErrorBoundaryProps, aK as ErrorPage, aL as ErrorPageProps, aM as FilePicker, aN as FilePickerProps, aO as FormField, aP as FormFieldProps, aQ as FormLayoutPage, aR as GLASS_DIVIDER, aS as GLASS_INPUT_BG, aT as GROUP_COLORS, aU as GalleryTemplate, aV as Gap, aW as GlobalSearch, aX as GlobalSearchProps, aY as Grid, aZ as GridCols, a_ as GridColumn, a$ as GridProps, b0 as HelpCenter, b1 as HelpCenterDoc, b2 as HelpCenterProps, b3 as INPUT_BASE, b4 as INPUT_SIZES, b5 as IconButton, b6 as IconButtonProps, b7 as Inline, b8 as InlineProps, b9 as Input, ba as InputNumber, bb as InputNumberProps, bc as InputProps, bd as InputSize, be as Justify, bf as Kanban, bg as KanbanColumn, bh as KanbanProps, bi as Label, bj as LabelProps, bk as LineChart, bl as LineChartProps, bm as LineChartSeries, bn as ListFooter, bo as ListLoadError, bp as ListLoadErrorProps, bq as LoadingSpinner, br as LoadingSpinnerProps, bs as MAX_FRACTION_DIGITS, bt as MOD, bu as Markdown, bv as MarkdownProps, bw as MediaUploadField, bx as MediaUploadFieldProps, by as MediaUploadGrid, bz as MediaUploadGridItem, bA as MediaUploadGridProps, bB as MetricBar, bC as MetricBarProps, bD as Milestone, bE as MilestoneKind, bF as MilestoneTimeline, bG as MilestoneTimelineProps, bH as NativeSelect, bI as NumericKeypad, bJ as NumericKeypadProps, bK as PageHeader, bL as PageHeaderProps, bM as Pagination, bN as PaginationProps, bO as Paragraph, bP as ParagraphProps, bQ as PopupMenu, bR as PopupMenuDivider, bS as PopupMenuItem, bT as PopupMenuLabel, bU as Radio, bV as RadioProps, bW as Result, bX as ResultProps, bY as ResultStatus, bZ as SHIFT, b_ as SearchProvider, b$ as SearchResult, c0 as SearchableOption, c1 as SearchableSelect, c2 as SearchableSelectProps, c3 as Segmented, c4 as SegmentedOption, c5 as SegmentedProps, c6 as SegmentedSize, c7 as Select, c8 as SelectOption, c9 as SelectProps, ca as SemanticGroup, cb as SeverityTone, cc as ShellPrefsAdapter, cd as ShellPrefsProvider, ce as SidebarActionButton, cf as SidebarActionButtonProps, cg as SidebarGroupLabel, ch as SidebarLayout, ci as SidebarLayoutProps, cj as SidebarNavItem, ck as Skeleton, cl as SkeletonProps, cm as SkeletonVariant, cn as Sparkline, co as SparklineProps, cp as Stack, cq as StackProps, cr as StatCard, cs as StatCardProps, ct as Statistic, cu as StatisticProps, cv as StatisticSize, cw as StatisticTone, cx as StatusBadge, cy as StatusBadgeProvider, cz as StepItem, cA as Stepper, cB as StepperProps, cC as Switch, cD as SwitchProps, cE as SwitchSize, cF as TabItem, cG as Tabs, cH as TabsProps, cI as TagInput, cJ as TagInputOption, cK as TagInputProps, cL as Text, cM as TextProps, cN as TextSize, cO as TextTone, cP as TextWeight, cQ as Textarea, cR as TextareaProps, cS as Theme, cT as TileButton, cU as TileButtonProps, cV as TileSize, cW as TimePicker, cX as TimePickerProps, cY as Title, cZ as TitleLevel, c_ as TitleProps, c$ as ToastOptions, d0 as ToastPlacement, d1 as Tooltip, d2 as TooltipProps, d3 as TopNav, d4 as TopNavItem, d5 as TopNavProps, d6 as VERSION, d7 as appendKey, d8 as applyThemePrefs, d9 as backspace, da as confirm, db as confirmDestructive, dc as formatDate, dd as fromDateKey, de as glassStyle, df as inputClasses, dg as isMac, dh as isSeverityTone, di as mediaFileName, dj as prompt, dk as resolveTheme, dl as severityOf, dm as tabButtonId, dn as tabPanelId, dp as toDateKey, dq as toISODate, dr as toast, ds as useClickOutside, dt as useConfirm, du as useFocusTrap, dv as useIsMobile, dw as useLocalStoragePrefs, dx as useScrollLock, dy as useShellPrefs, dz as useTheme } from './index-DM-d12A7.js';
3
3
  import { W as WindowRegistry } from './types-BHVq95fp.js';
4
4
  export { M as ModalRegistryEntry, P as PageRegistryEntry, a as WindowRegistryEntry, i as isEntityEntry, b as isPageEntry, s as setShellWindowRegistry } from './types-BHVq95fp.js';
5
5
  import * as react from 'react';
package/dist/index.js CHANGED
@@ -5,8 +5,8 @@ export { ImageAnnotator_default as ImageAnnotator } from './chunk-ECE3B3FZ.js';
5
5
  import { publishDesktopFolders, requestFilesTrashView, FolderGlyph, requestFilesDesktopFolderView, FileIconTile } from './chunk-OQ7GRU7G.js';
6
6
  import './chunk-4SQU5YV6.js';
7
7
  import { setPdfPreview } from './chunk-BV6SQ46N.js';
8
- import { CMD_K, CMD_DOT, SHIFT, MOD, ENTER, CMD_A, ALT_SHIFT_N, ALT_SHIFT_E, CMD_ENTER, CMD_S, ALT_SHIFT_D, CMD_Z, CMD_SHIFT_Z, formatDate, useTheme, GlobalSearch, resolveTheme, useClickOutside, ListLoadError, ListFooter, firstEnabledIndex, Button_default, FormField, Input_default, applyThemePrefs, lastEnabledIndex, nextEnabledIndex, matchTypeahead } from './chunk-CWA27IGB.js';
9
- export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DateTimePicker_default as DateTimePicker, DescriptionList, Divider, DonutChart, Drawer, DropdownMenu, ENTER, EmailTemplate, EmptyState, ErrorBoundary, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, LineChart, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Stepper, Switch_default as Switch, Tabs, TagInput, Text, Textarea_default as Textarea, TileButton_default as TileButton, TimePicker_default as TimePicker, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toISODate, useClickOutside, useTheme } from './chunk-CWA27IGB.js';
8
+ import { CMD_K, CMD_DOT, SHIFT, MOD, ENTER, CMD_A, ALT_SHIFT_N, ALT_SHIFT_E, CMD_ENTER, CMD_S, ALT_SHIFT_D, CMD_Z, CMD_SHIFT_Z, formatDate, useTheme, GlobalSearch, resolveTheme, useClickOutside, ListLoadError, ListFooter, firstEnabledIndex, Button_default, FormField, Input_default, applyThemePrefs, lastEnabledIndex, nextEnabledIndex, matchTypeahead } from './chunk-B3IYV7JN.js';
9
+ export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Calendar, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DateTimePicker_default as DateTimePicker, DescriptionList, Divider, DonutChart, Drawer, DropdownMenu, ENTER, EmailTemplate, EmptyState, ErrorBoundary, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, LineChart, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Stepper, Switch_default as Switch, Tabs, TagInput, Text, Textarea_default as Textarea, TileButton_default as TileButton, TimePicker_default as TimePicker, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, fromKey as fromDateKey, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toKey as toDateKey, toISODate, useClickOutside, useTheme } from './chunk-B3IYV7JN.js';
10
10
  export { Breadcrumbs } from './chunk-HNH7FOYB.js';
11
11
  import { withSpareRow, EditableGrid } from './chunk-DC6BYGZ6.js';
12
12
  export { EditableGrid } from './chunk-DC6BYGZ6.js';
@@ -14,17 +14,17 @@ import { SidebarLayout } from './chunk-YG45DAUT.js';
14
14
  export { SidebarLayout } from './chunk-YG45DAUT.js';
15
15
  import { toast_default } from './chunk-TK6HI2U4.js';
16
16
  export { toast_default as toast } from './chunk-TK6HI2U4.js';
17
- import { APP_VERSION, VERSION } from './chunk-WCGHIJZR.js';
18
- export { VERSION } from './chunk-WCGHIJZR.js';
17
+ import { APP_VERSION, VERSION } from './chunk-K35QFOJF.js';
18
+ export { VERSION } from './chunk-K35QFOJF.js';
19
19
  import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, setSoundForType, previewSound, setAllSounds, playLogout } from './chunk-D7PYW2QS.js';
20
20
  import { useAuth } from './chunk-EWDYCO65.js';
21
21
  export { setShellAuthBridge } from './chunk-EWDYCO65.js';
22
- import { cancelWindowFront, requestWindowFront, useWindowManager, WINDOW_REGISTRY, isPageEntry, Modal, setPerfCollecting, drainPerfEvents, markMenuOpen, SIDEBAR_STRIP_W, forgetMaximizedWindowBoxes, ModalActions, useModalActive, client_default, LoadingSpinner, isShellApiClientConfigured, useUndo, useEnclosingModalId, CancelButton, setWindowPosition } from './chunk-JMESET3G.js';
23
- export { CancelButton, CopyButton, DocFavStar, Modal, ModalActions, UndoProvider, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowTitle, beginWindowGesture, commitExposeHighlight, exitExposeMode, getActiveWindowRoute, getExposeHighlight, getWindowPosition, isEntityEntry, isPageEntry, markMenuOpen, requestWindowFront, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, setWindowPosition, subscribeExposeHighlight, toggleExposeMode, useEnclosingModalId, useIsActiveWindow, useModalActive, useUndo, useUndoable, useUndoableState, useWidgetSettings, useWindowDirty, useWindowManager, useWindowMenuItem, useWindowTitle } from './chunk-JMESET3G.js';
22
+ import { cancelWindowFront, requestWindowFront, useWindowManager, WINDOW_REGISTRY, isPageEntry, Modal, setPerfCollecting, drainPerfEvents, markMenuOpen, SIDEBAR_STRIP_W, forgetMaximizedWindowBoxes, ModalActions, useModalActive, client_default, LoadingSpinner, isShellApiClientConfigured, useUndo, useEnclosingModalId, CancelButton, setWindowPosition } from './chunk-GRSVL6WX.js';
23
+ export { CancelButton, CopyButton, DocFavStar, Modal, ModalActions, UndoProvider, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowTitle, beginWindowGesture, commitExposeHighlight, exitExposeMode, getActiveWindowRoute, getExposeHighlight, getWindowPosition, isEntityEntry, isPageEntry, markMenuOpen, requestWindowFront, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, setWindowPosition, subscribeExposeHighlight, toggleExposeMode, useEnclosingModalId, useIsActiveWindow, useModalActive, useUndo, useUndoable, useUndoableState, useWidgetSettings, useWindowDirty, useWindowManager, useWindowMenuItem, useWindowTitle } from './chunk-GRSVL6WX.js';
24
24
  import { PopupMenu, PopupMenuLabel, PopupMenuDivider, PopupMenuItem, useShellPrefs, useIsMobile } from './chunk-ZCDFNZQS.js';
25
25
  export { PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, useIsMobile, useLocalStoragePrefs, useShellPrefs } from './chunk-ZCDFNZQS.js';
26
- import { registerModalEscapeInterceptor } from './chunk-OXLLRKBC.js';
27
- export { ConfirmProvider, Dialog, confirm, confirmDestructive, prompt, registerModalEscapeInterceptor, useConfirm, useFocusTrap, useScrollLock } from './chunk-OXLLRKBC.js';
26
+ import { registerModalEscapeInterceptor } from './chunk-CDR2Q64Q.js';
27
+ export { ConfirmProvider, Dialog, confirm, confirmDestructive, prompt, registerModalEscapeInterceptor, useConfirm, useFocusTrap, useScrollLock } from './chunk-CDR2Q64Q.js';
28
28
  import { startMenuCategories, navVisible, navSections, isSection, navIcons, isReachable, sectionIcons, useShellAuth, visibleChildren } from './chunk-WNLPTLT6.js';
29
29
  export { ShellAuthProvider, setShellNavIcons, useShellAuth } from './chunk-WNLPTLT6.js';
30
30
  import { GLASS_INPUT_BG, glassStyle } from './chunk-3CUSBZWG.js';
@@ -1,3 +1,3 @@
1
- export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Card, L as CardPadding, M as CardProps, N as CellStyle, O as ChatTemplate, Q as Checkbox, R as CheckboxProps, T as CheckoutTemplate, U as ColoredBadge, V as ColoredBadgeProps, C as ColumnDef, W as ConfirmProvider, X as ContainerFillChart, Y as ContainerFillChartProps, Z as ContainerFillItem, _ as CountBadge, $ as CountBadgeProps, a0 as CountBadgeTone, a1 as DashboardTemplate, a2 as DataTable, a3 as DataTableColumn, a4 as DataTableColumnGroup, a5 as DataTableHeader, a6 as DataTablePage, a7 as DataTableProps, a8 as DatePicker, a9 as DatePickerProps, aa as DateRangePicker, ab as DateRangePickerProps, ac as DateTimePicker, ad as DateTimePickerProps, ae as DescriptionColumns, af as DescriptionItem, ag as DescriptionList, ah as DescriptionListProps, ai as Dialog, aj as DialogProps, ak as DialogSize, al as Divider, am as DividerProps, an as DividerSpacing, ao as DonutChart, ap as DonutChartProps, aq as DonutSegment, ar as Drawer, as as DrawerProps, at as DrawerSide, au as DrawerSize, av as DropdownMenu, aw as DropdownMenuAlign, ax as DropdownMenuItem, ay as DropdownMenuProps, az as ENTER, aA as EditableGrid, aB as EditableGridProps, aC as EmailTemplate, aD as EmptyState, aE as EmptyStateProps, aF as ErrorBoundary, aG as ErrorBoundaryProps, aH as ErrorPage, aI as ErrorPageProps, aJ as FilePicker, aK as FilePickerProps, aL as FormField, aM as FormFieldProps, aN as FormLayoutPage, aO as GLASS_DIVIDER, aQ as GROUP_COLORS, aR as GalleryTemplate, aS as Gap, aT as GlobalSearch, aU as GlobalSearchProps, aV as Grid, aW as GridCols, aX as GridColumn, aY as GridProps, aZ as HelpCenter, a_ as HelpCenterDoc, a$ as HelpCenterProps, b0 as INPUT_BASE, b1 as INPUT_SIZES, b2 as IconButton, b3 as IconButtonProps, b4 as Inline, b5 as InlineProps, b6 as Input, b7 as InputNumber, b8 as InputNumberProps, b9 as InputProps, ba as InputSize, bb as Justify, bc as Kanban, bd as KanbanColumn, be as KanbanProps, bf as Label, bg as LabelProps, bh as LineChart, bi as LineChartProps, bj as LineChartSeries, bk as ListFooter, bl as ListLoadError, bm as ListLoadErrorProps, bn as LoadingSpinner, bo as LoadingSpinnerProps, bp as MAX_FRACTION_DIGITS, bq as MOD, br as Markdown, bs as MarkdownProps, bt as MediaUploadField, bu as MediaUploadFieldProps, bv as MediaUploadGrid, bw as MediaUploadGridItem, bx as MediaUploadGridProps, by as MetricBar, bz as MetricBarProps, bA as Milestone, bB as MilestoneKind, bC as MilestoneTimeline, bD as MilestoneTimelineProps, bE as NativeSelect, bF as NumericKeypad, bG as NumericKeypadProps, bH as PageHeader, bI as PageHeaderProps, P as PaginatedResponse, bJ as Pagination, bK as PaginationProps, bL as Paragraph, bM as ParagraphProps, bN as PopupMenu, bO as PopupMenuDivider, bP as PopupMenuItem, bQ as PopupMenuLabel, bR as Radio, bS as RadioProps, bT as Result, bU as ResultProps, bV as ResultStatus, bW as SHIFT, S as SearchConfig, bX as SearchProvider, bY as SearchResult, bZ as SearchableOption, b_ as SearchableSelect, b$ as SearchableSelectProps, c0 as Segmented, c1 as SegmentedOption, c2 as SegmentedProps, c3 as SegmentedSize, c4 as Select, c5 as SelectOption, c6 as SelectProps, c7 as SemanticGroup, c8 as SeverityTone, c9 as ShellPrefsAdapter, ca as ShellPrefsProvider, cb as SidebarActionButton, cc as SidebarActionButtonProps, cd as SidebarGroupLabel, ce as SidebarLayout, cf as SidebarLayoutProps, cg as SidebarNavItem, ch as Skeleton, ci as SkeletonProps, cj as SkeletonVariant, a as SortState, ck as Sparkline, cl as SparklineProps, cm as Stack, cn as StackProps, co as StatCard, cp as StatCardProps, cq as Statistic, cr as StatisticProps, cs as StatisticSize, ct as StatisticTone, cu as StatusBadge, cv as StatusBadgeProvider, cw as StepItem, cx as Stepper, cy as StepperProps, cz as Switch, cA as SwitchProps, cB as SwitchSize, cC as TabItem, cD as Tabs, cE as TabsProps, cF as TagInput, cG as TagInputOption, cH as TagInputProps, cI as Text, cJ as TextProps, cK as TextSize, cL as TextTone, cM as TextWeight, cN as Textarea, cO as TextareaProps, cP as Theme, cQ as TileButton, cR as TileButtonProps, cS as TileSize, cT as TimePicker, cU as TimePickerProps, cV as Title, cW as TitleLevel, cX as TitleProps, cY as ToastOptions, cZ as ToastPlacement, c_ as Tooltip, c$ as TooltipProps, d0 as TopNav, d1 as TopNavItem, d2 as TopNavProps, d3 as VERSION, d4 as appendKey, d5 as applyThemePrefs, d6 as backspace, d7 as confirm, d8 as confirmDestructive, d9 as formatDate, da as glassStyle, db as inputClasses, dc as isMac, dd as isSeverityTone, de as mediaFileName, df as prompt, dg as resolveTheme, dh as severityOf, di as tabButtonId, dj as tabPanelId, dk as toISODate, dl as toast, dm as useClickOutside, dn as useConfirm, dp as useFocusTrap, dq as useIsMobile, dr as useLocalStoragePrefs, ds as useScrollLock, dt as useShellPrefs, du as useTheme } from '../index-Ka32s3Ij.js';
1
+ export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Calendar, L as CalendarMode, M as CalendarProps, N as Card, O as CardPadding, Q as CardProps, R as CellStyle, T as ChatTemplate, U as Checkbox, V as CheckboxProps, W as CheckoutTemplate, X as ColoredBadge, Y as ColoredBadgeProps, C as ColumnDef, Z as ConfirmProvider, _ as ContainerFillChart, $ as ContainerFillChartProps, a0 as ContainerFillItem, a1 as CountBadge, a2 as CountBadgeProps, a3 as CountBadgeTone, a4 as DashboardTemplate, a5 as DataTable, a6 as DataTableColumn, a7 as DataTableColumnGroup, a8 as DataTableHeader, a9 as DataTablePage, aa as DataTableProps, ab as DatePicker, ac as DatePickerProps, ad as DateRangePicker, ae as DateRangePickerProps, af as DateTimePicker, ag as DateTimePickerProps, ah as DescriptionColumns, ai as DescriptionItem, aj as DescriptionList, ak as DescriptionListProps, al as Dialog, am as DialogProps, an as DialogSize, ao as Divider, ap as DividerProps, aq as DividerSpacing, ar as DonutChart, as as DonutChartProps, at as DonutSegment, au as Drawer, av as DrawerProps, aw as DrawerSide, ax as DrawerSize, ay as DropdownMenu, az as DropdownMenuAlign, aA as DropdownMenuItem, aB as DropdownMenuProps, aC as ENTER, aD as EditableGrid, aE as EditableGridProps, aF as EmailTemplate, aG as EmptyState, aH as EmptyStateProps, aI as ErrorBoundary, aJ as ErrorBoundaryProps, aK as ErrorPage, aL as ErrorPageProps, aM as FilePicker, aN as FilePickerProps, aO as FormField, aP as FormFieldProps, aQ as FormLayoutPage, aR as GLASS_DIVIDER, aT as GROUP_COLORS, aU as GalleryTemplate, aV as Gap, aW as GlobalSearch, aX as GlobalSearchProps, aY as Grid, aZ as GridCols, a_ as GridColumn, a$ as GridProps, b0 as HelpCenter, b1 as HelpCenterDoc, b2 as HelpCenterProps, b3 as INPUT_BASE, b4 as INPUT_SIZES, b5 as IconButton, b6 as IconButtonProps, b7 as Inline, b8 as InlineProps, b9 as Input, ba as InputNumber, bb as InputNumberProps, bc as InputProps, bd as InputSize, be as Justify, bf as Kanban, bg as KanbanColumn, bh as KanbanProps, bi as Label, bj as LabelProps, bk as LineChart, bl as LineChartProps, bm as LineChartSeries, bn as ListFooter, bo as ListLoadError, bp as ListLoadErrorProps, bq as LoadingSpinner, br as LoadingSpinnerProps, bs as MAX_FRACTION_DIGITS, bt as MOD, bu as Markdown, bv as MarkdownProps, bw as MediaUploadField, bx as MediaUploadFieldProps, by as MediaUploadGrid, bz as MediaUploadGridItem, bA as MediaUploadGridProps, bB as MetricBar, bC as MetricBarProps, bD as Milestone, bE as MilestoneKind, bF as MilestoneTimeline, bG as MilestoneTimelineProps, bH as NativeSelect, bI as NumericKeypad, bJ as NumericKeypadProps, bK as PageHeader, bL as PageHeaderProps, P as PaginatedResponse, bM as Pagination, bN as PaginationProps, bO as Paragraph, bP as ParagraphProps, bQ as PopupMenu, bR as PopupMenuDivider, bS as PopupMenuItem, bT as PopupMenuLabel, bU as Radio, bV as RadioProps, bW as Result, bX as ResultProps, bY as ResultStatus, bZ as SHIFT, S as SearchConfig, b_ as SearchProvider, b$ as SearchResult, c0 as SearchableOption, c1 as SearchableSelect, c2 as SearchableSelectProps, c3 as Segmented, c4 as SegmentedOption, c5 as SegmentedProps, c6 as SegmentedSize, c7 as Select, c8 as SelectOption, c9 as SelectProps, ca as SemanticGroup, cb as SeverityTone, cc as ShellPrefsAdapter, cd as ShellPrefsProvider, ce as SidebarActionButton, cf as SidebarActionButtonProps, cg as SidebarGroupLabel, ch as SidebarLayout, ci as SidebarLayoutProps, cj as SidebarNavItem, ck as Skeleton, cl as SkeletonProps, cm as SkeletonVariant, a as SortState, cn as Sparkline, co as SparklineProps, cp as Stack, cq as StackProps, cr as StatCard, cs as StatCardProps, ct as Statistic, cu as StatisticProps, cv as StatisticSize, cw as StatisticTone, cx as StatusBadge, cy as StatusBadgeProvider, cz as StepItem, cA as Stepper, cB as StepperProps, cC as Switch, cD as SwitchProps, cE as SwitchSize, cF as TabItem, cG as Tabs, cH as TabsProps, cI as TagInput, cJ as TagInputOption, cK as TagInputProps, cL as Text, cM as TextProps, cN as TextSize, cO as TextTone, cP as TextWeight, cQ as Textarea, cR as TextareaProps, cS as Theme, cT as TileButton, cU as TileButtonProps, cV as TileSize, cW as TimePicker, cX as TimePickerProps, cY as Title, cZ as TitleLevel, c_ as TitleProps, c$ as ToastOptions, d0 as ToastPlacement, d1 as Tooltip, d2 as TooltipProps, d3 as TopNav, d4 as TopNavItem, d5 as TopNavProps, d6 as VERSION, d7 as appendKey, d8 as applyThemePrefs, d9 as backspace, da as confirm, db as confirmDestructive, dc as formatDate, dd as fromDateKey, de as glassStyle, df as inputClasses, dg as isMac, dh as isSeverityTone, di as mediaFileName, dj as prompt, dk as resolveTheme, dl as severityOf, dm as tabButtonId, dn as tabPanelId, dp as toDateKey, dq as toISODate, dr as toast, ds as useClickOutside, dt as useConfirm, du as useFocusTrap, dv as useIsMobile, dw as useLocalStoragePrefs, dx as useScrollLock, dy as useShellPrefs, dz as useTheme } from '../index-DM-d12A7.js';
2
2
  import 'react';
3
3
  import 'react/jsx-runtime';
package/dist/ui/index.js CHANGED
@@ -1,11 +1,11 @@
1
- export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DateTimePicker_default as DateTimePicker, DescriptionList, Divider, DonutChart, Drawer, DropdownMenu, ENTER, EmailTemplate, EmptyState, ErrorBoundary, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, LineChart, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Stepper, Switch_default as Switch, Tabs, TagInput, Text, Textarea_default as Textarea, TileButton_default as TileButton, TimePicker_default as TimePicker, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toISODate, useClickOutside, useTheme } from '../chunk-CWA27IGB.js';
1
+ export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Calendar, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DateTimePicker_default as DateTimePicker, DescriptionList, Divider, DonutChart, Drawer, DropdownMenu, ENTER, EmailTemplate, EmptyState, ErrorBoundary, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, LineChart, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Stepper, Switch_default as Switch, Tabs, TagInput, Text, Textarea_default as Textarea, TileButton_default as TileButton, TimePicker_default as TimePicker, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, fromKey as fromDateKey, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toKey as toDateKey, toISODate, useClickOutside, useTheme } from '../chunk-B3IYV7JN.js';
2
2
  export { Breadcrumbs } from '../chunk-HNH7FOYB.js';
3
3
  export { EditableGrid } from '../chunk-DC6BYGZ6.js';
4
4
  export { SidebarLayout } from '../chunk-YG45DAUT.js';
5
5
  export { toast_default as toast } from '../chunk-TK6HI2U4.js';
6
- export { VERSION } from '../chunk-WCGHIJZR.js';
6
+ export { VERSION } from '../chunk-K35QFOJF.js';
7
7
  export { PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, useIsMobile, useLocalStoragePrefs, useShellPrefs } from '../chunk-ZCDFNZQS.js';
8
- export { ConfirmProvider, Dialog, confirm, confirmDestructive, prompt, useConfirm, useFocusTrap, useScrollLock } from '../chunk-OXLLRKBC.js';
8
+ export { ConfirmProvider, Dialog, confirm, confirmDestructive, prompt, useConfirm, useFocusTrap, useScrollLock } from '../chunk-CDR2Q64Q.js';
9
9
  export { GLASS_DIVIDER, glassStyle } from '../chunk-3CUSBZWG.js';
10
10
  //# sourceMappingURL=index.js.map
11
11
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-os-shell",
3
- "version": "4.63.0",
3
+ "version": "4.67.0",
4
4
  "description": "Desktop-style React UI shell — windows, taskbar, start menu, sticky notes, frosted glass theming, and bundled apps.",
5
5
  "license": "MIT",
6
6
  "author": "Victor Y. Mau",
@@ -1,3 +0,0 @@
1
- export { ConfirmProvider, confirm, confirmDestructive, prompt, useConfirm } from './chunk-OXLLRKBC.js';
2
- //# sourceMappingURL=ConfirmDialog-EEH4CWSW.js.map
3
- //# sourceMappingURL=ConfirmDialog-EEH4CWSW.js.map