@mieweb/ui 0.2.0 → 0.2.1

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 (57) hide show
  1. package/dist/ag-grid.cjs +753 -0
  2. package/dist/ag-grid.cjs.map +1 -0
  3. package/dist/ag-grid.d.cts +193 -0
  4. package/dist/ag-grid.d.ts +193 -0
  5. package/dist/ag-grid.js +698 -0
  6. package/dist/ag-grid.js.map +1 -0
  7. package/dist/brands/index.cjs +12 -7
  8. package/dist/brands/index.d.cts +2 -0
  9. package/dist/brands/index.d.ts +2 -0
  10. package/dist/brands/index.js +3 -2
  11. package/dist/brands/ozwell.cjs +12 -0
  12. package/dist/brands/ozwell.cjs.map +1 -0
  13. package/dist/brands/ozwell.css +145 -0
  14. package/dist/brands/ozwell.d.cts +17 -0
  15. package/dist/brands/ozwell.d.ts +17 -0
  16. package/dist/brands/ozwell.js +3 -0
  17. package/dist/brands/ozwell.js.map +1 -0
  18. package/dist/chunk-4DJNHPHB.js +82 -0
  19. package/dist/chunk-4DJNHPHB.js.map +1 -0
  20. package/dist/{chunk-O7WRE2WX.js → chunk-5YRTFJ7K.js} +54 -2
  21. package/dist/chunk-5YRTFJ7K.js.map +1 -0
  22. package/dist/{chunk-CLJZHS7Y.cjs → chunk-B5364UWR.cjs} +3 -2
  23. package/dist/chunk-B5364UWR.cjs.map +1 -0
  24. package/dist/chunk-D3BUYVLN.cjs +120 -0
  25. package/dist/chunk-D3BUYVLN.cjs.map +1 -0
  26. package/dist/{chunk-SJ3BF4BO.cjs → chunk-ERIGUDFS.cjs} +54 -2
  27. package/dist/chunk-ERIGUDFS.cjs.map +1 -0
  28. package/dist/{chunk-UBRDKNLQ.js → chunk-GHRQ3ZJH.js} +178 -51
  29. package/dist/chunk-GHRQ3ZJH.js.map +1 -0
  30. package/dist/{chunk-AKTUXJPI.cjs → chunk-INFSKLXE.cjs} +178 -51
  31. package/dist/chunk-INFSKLXE.cjs.map +1 -0
  32. package/dist/chunk-K5T2PT4M.js +3 -0
  33. package/dist/chunk-K5T2PT4M.js.map +1 -0
  34. package/dist/chunk-KEIA2G6O.cjs +84 -0
  35. package/dist/chunk-KEIA2G6O.cjs.map +1 -0
  36. package/dist/{chunk-S4DK5WN6.js → chunk-RYQ5NEKH.js} +3 -2
  37. package/dist/chunk-RYQ5NEKH.js.map +1 -0
  38. package/dist/components/AudioPlayer/index.cjs +6 -6
  39. package/dist/components/AudioPlayer/index.d.cts +24 -10
  40. package/dist/components/AudioPlayer/index.d.ts +24 -10
  41. package/dist/components/AudioPlayer/index.js +1 -1
  42. package/dist/index.cjs +1637 -1653
  43. package/dist/index.cjs.map +1 -1
  44. package/dist/index.d.cts +162 -225
  45. package/dist/index.d.ts +162 -225
  46. package/dist/index.js +1459 -1447
  47. package/dist/index.js.map +1 -1
  48. package/dist/styles.css +1 -1
  49. package/dist/tailwind-preset.cjs +4 -4
  50. package/dist/tailwind-preset.js +1 -1
  51. package/package.json +12 -1
  52. package/dist/chunk-AKTUXJPI.cjs.map +0 -1
  53. package/dist/chunk-CLJZHS7Y.cjs.map +0 -1
  54. package/dist/chunk-O7WRE2WX.js.map +0 -1
  55. package/dist/chunk-S4DK5WN6.js.map +0 -1
  56. package/dist/chunk-SJ3BF4BO.cjs.map +0 -1
  57. package/dist/chunk-UBRDKNLQ.js.map +0 -1
package/dist/index.d.cts CHANGED
@@ -3,14 +3,8 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
3
3
  import * as React$1 from 'react';
4
4
  import React__default, { ReactNode } from 'react';
5
5
  import { VariantProps } from 'class-variance-authority';
6
- import { AgGridReactProps, AgGridReact } from 'ag-grid-react';
7
- export { AgGridReact } from 'ag-grid-react';
8
- import { RowClickedEvent, RowSelectionOptions, ColDef as ColDef$1, ICellRendererParams } from 'ag-grid-community';
9
- export { ColDef as AGColDef, CellClickedEvent, CellValueChangedEvent, FilterChangedEvent, FirstDataRenderedEvent, GridApi, GridReadyEvent, RowClickedEvent, RowSelectedEvent, SelectionChangedEvent, SortChangedEvent } from 'ag-grid-community';
10
- import { BrandConfig } from './brands/types.cjs';
11
- export { BrandBorderRadius, BrandBoxShadow, BrandColors, BrandTypography, ColorScale, SemanticColors, createBrandPreset, generateBrandCSS, generateTailwindTheme } from './brands/types.cjs';
12
6
  export { Alert, AlertDescription, AlertProps, AlertTitle, alertVariants } from './components/Alert/index.cjs';
13
- export { AudioPlayer, AudioPlayerProps, AudioPlayerState, ProgressBar, audioPlayerVariants, formatAudioTime, playButtonVariants } from './components/AudioPlayer/index.cjs';
7
+ export { AudioPlayer, AudioPlayerProps, AudioPlayerRef, AudioPlayerState, ProgressBar, audioPlayerVariants, formatAudioTime, playButtonVariants } from './components/AudioPlayer/index.cjs';
14
8
  export { AudioRecorder, AudioRecorderControlsRenderProps, AudioRecorderProps, AudioRecorderState, audioRecorderVariants, controlButtonVariants, formatTime, waveformContainerVariants } from './components/AudioRecorder/index.cjs';
15
9
  export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, avatarVariants, getInitials } from './components/Avatar/index.cjs';
16
10
  export { Badge, BadgeProps, badgeVariants } from './components/Badge/index.cjs';
@@ -48,7 +42,9 @@ export { KeyboardShortcutOptions, useClickOutside, useCommandK, useEscapeKey, us
48
42
  export { calculateAge, cn, formatDateValue, formatPhoneNumber, isDateEmpty, isDateInFuture, isDateInPast, isPhoneNumberEmpty, isStorybookDocsMode, isValidDate, isValidDrivingAge, isValidPhoneNumber, parseDateValue, unformatPhoneNumber } from './utils/index.cjs';
49
43
  export { default as miewebUIPreset, miewebUISafelist } from './tailwind-preset.cjs';
50
44
  export { brands, defaultBrand, enterpriseHealthBrand, miewebBrand, wagglelineBrand, webchartBrand } from './brands/index.cjs';
45
+ export { BrandBorderRadius, BrandBoxShadow, BrandColors, BrandConfig, BrandTypography, ColorScale, SemanticColors, createBrandPreset, generateBrandCSS, generateTailwindTheme } from './brands/types.cjs';
51
46
  export { default as bluehiveBrand } from './brands/bluehive.cjs';
47
+ export { ozwellBrand } from './brands/ozwell.cjs';
52
48
  import 'clsx';
53
49
 
54
50
  interface ContactAddress {
@@ -435,189 +431,6 @@ declare namespace AddressForm {
435
431
  var displayName: string;
436
432
  }
437
433
 
438
- declare const agGridVariants: (props?: ({
439
- variant?: "default" | "bordered" | "striped" | "card" | null | undefined;
440
- size?: "sm" | "md" | "lg" | "xl" | "xs" | null | undefined;
441
- brand?: "default" | "mieweb" | "bluehive" | "waggleline" | "webchart" | "enterprise-health" | null | undefined;
442
- } & class_variance_authority_types.ClassProp) | undefined) => string;
443
- interface AGGridProps<TData = unknown> extends Omit<AgGridReactProps<TData>, 'className' | 'rowSelection'>, VariantProps<typeof agGridVariants> {
444
- /** Additional CSS classes for the grid container */
445
- className?: string;
446
- /** Height of the grid container */
447
- height?: string | number;
448
- /** Loading state */
449
- loading?: boolean;
450
- /** Callback when a row is clicked */
451
- onRowClick?: (event: RowClickedEvent<TData>) => void;
452
- /** Reference to access the grid API */
453
- gridRef?: React$1.RefObject<AgGridReact<TData> | null>;
454
- /** Row selection configuration (v35+ object format or legacy string) */
455
- rowSelection?: RowSelectionOptions | 'single' | 'multiple';
456
- /** Brand configuration for theming */
457
- brandConfig?: BrandConfig;
458
- /** Show pagination controls */
459
- pagination?: boolean;
460
- /** Enable column resizing */
461
- resizable?: boolean;
462
- /** Enable sorting */
463
- sortable?: boolean;
464
- /** Enable filtering */
465
- filterable?: boolean;
466
- /** Custom empty state message */
467
- noDataMessage?: string;
468
- /** Custom loading message */
469
- loadingMessage?: string;
470
- }
471
- declare const AGGrid: <TData = unknown>(props: AGGridProps<TData> & {
472
- ref?: React$1.ForwardedRef<AgGridReact<TData>>;
473
- }) => React$1.ReactElement;
474
-
475
- type ColDef<TData = unknown, TValue = unknown> = ColDef$1<TData, TValue>;
476
-
477
- /**
478
- * AG Grid Cell Renderers
479
- *
480
- * Rich, visually appealing cell renderers for AG Grid tables.
481
- * Based on Waggleline's production-tested implementations with
482
- * full dark mode support and design system integration.
483
- *
484
- * All renderers are memoized with React.memo for performance optimization.
485
- */
486
-
487
- /**
488
- * Format a phone number with dashes for display
489
- */
490
- declare function formatPhoneDisplay(phone: string | null | undefined): string;
491
- interface StatusConfig {
492
- label: string;
493
- bgClass: string;
494
- textClass: string;
495
- iconName?: string;
496
- }
497
- declare const statusColors: Record<string, StatusConfig>;
498
- interface AvatarNameRendererProps extends ICellRendererParams {
499
- avatarField?: string;
500
- domainField?: string;
501
- }
502
- /**
503
- * Renders an avatar with name, suitable for contact/owner columns
504
- */
505
- declare function AvatarNameRenderer(props: AvatarNameRendererProps): React$1.ReactElement;
506
- interface StatusBadgeRendererProps extends ICellRendererParams {
507
- /** Custom status color configuration */
508
- statusConfig?: Record<string, StatusConfig>;
509
- }
510
- /**
511
- * Renders a colorful status badge
512
- */
513
- declare function StatusBadgeRenderer(props: StatusBadgeRendererProps): React$1.ReactElement;
514
- /**
515
- * Renders engagement score with color-coded progress bar
516
- */
517
- declare function EngagementScoreRenderer(props: ICellRendererParams): React$1.ReactElement;
518
- /**
519
- * Renders email with mailto link
520
- */
521
- declare function EmailRenderer(props: ICellRendererParams): React$1.ReactElement;
522
- /**
523
- * Renders phone with click-to-call
524
- */
525
- declare function PhoneRenderer(props: ICellRendererParams): React$1.ReactElement;
526
- /**
527
- * Renders a domain/website URL with icon
528
- */
529
- declare function DomainRenderer(props: ICellRendererParams): React$1.ReactElement;
530
- /**
531
- * Renders a LinkedIn URL with icon
532
- */
533
- declare function LinkedInRenderer(props: ICellRendererParams): React$1.ReactElement;
534
- /**
535
- * Renders currency with proper formatting
536
- */
537
- declare function CurrencyRenderer(props: ICellRendererParams): React$1.ReactElement;
538
- /**
539
- * Renders number with comma formatting
540
- */
541
- declare function NumberRenderer(props: ICellRendererParams): React$1.ReactElement;
542
- interface DateRendererProps extends ICellRendererParams {
543
- format?: 'short' | 'medium' | 'long' | 'relative' | 'datetime';
544
- }
545
- /**
546
- * Renders date with formatting options
547
- */
548
- declare function DateRenderer(props: DateRendererProps): React$1.ReactElement;
549
- /**
550
- * Renders boolean as styled Yes/No badge
551
- */
552
- declare function BooleanRenderer(props: ICellRendererParams): React$1.ReactElement;
553
- interface CompanyRendererProps extends ICellRendererParams {
554
- companyIdField?: string;
555
- domainField?: string;
556
- }
557
- /**
558
- * Renders company name with favicon
559
- */
560
- declare function CompanyRenderer(props: CompanyRendererProps): React$1.ReactElement;
561
- interface ProgressRendererProps extends ICellRendererParams {
562
- /** Color of the progress bar */
563
- barColor?: string;
564
- /** Maximum value (default 100) */
565
- max?: number;
566
- }
567
- /**
568
- * Renders a progress bar
569
- */
570
- declare function ProgressRenderer(props: ProgressRendererProps): React$1.ReactElement;
571
- /**
572
- * Renders an array of tags as badges
573
- */
574
- declare function TagsRenderer(props: ICellRendererParams): React$1.ReactElement;
575
- declare const MemoizedAvatarNameRenderer: React$1.MemoExoticComponent<typeof AvatarNameRenderer>;
576
- declare const MemoizedStatusBadgeRenderer: React$1.MemoExoticComponent<typeof StatusBadgeRenderer>;
577
- declare const MemoizedEngagementScoreRenderer: React$1.MemoExoticComponent<typeof EngagementScoreRenderer>;
578
- declare const MemoizedEmailRenderer: React$1.MemoExoticComponent<typeof EmailRenderer>;
579
- declare const MemoizedPhoneRenderer: React$1.MemoExoticComponent<typeof PhoneRenderer>;
580
- declare const MemoizedLinkedInRenderer: React$1.MemoExoticComponent<typeof LinkedInRenderer>;
581
- declare const MemoizedDomainRenderer: React$1.MemoExoticComponent<typeof DomainRenderer>;
582
- declare const MemoizedCurrencyRenderer: React$1.MemoExoticComponent<typeof CurrencyRenderer>;
583
- declare const MemoizedNumberRenderer: React$1.MemoExoticComponent<typeof NumberRenderer>;
584
- declare const MemoizedDateRenderer: React$1.MemoExoticComponent<typeof DateRenderer>;
585
- declare const MemoizedBooleanRenderer: React$1.MemoExoticComponent<typeof BooleanRenderer>;
586
- declare const MemoizedCompanyRenderer: React$1.MemoExoticComponent<typeof CompanyRenderer>;
587
- declare const MemoizedProgressRenderer: React$1.MemoExoticComponent<typeof ProgressRenderer>;
588
- declare const MemoizedTagsRenderer: React$1.MemoExoticComponent<typeof TagsRenderer>;
589
- declare const CellRenderers: {
590
- AvatarNameRenderer: typeof AvatarNameRenderer;
591
- StatusBadgeRenderer: typeof StatusBadgeRenderer;
592
- EngagementScoreRenderer: typeof EngagementScoreRenderer;
593
- EmailRenderer: typeof EmailRenderer;
594
- PhoneRenderer: typeof PhoneRenderer;
595
- LinkedInRenderer: typeof LinkedInRenderer;
596
- DomainRenderer: typeof DomainRenderer;
597
- CurrencyRenderer: typeof CurrencyRenderer;
598
- NumberRenderer: typeof NumberRenderer;
599
- DateRenderer: typeof DateRenderer;
600
- BooleanRenderer: typeof BooleanRenderer;
601
- CompanyRenderer: typeof CompanyRenderer;
602
- ProgressRenderer: typeof ProgressRenderer;
603
- TagsRenderer: typeof TagsRenderer;
604
- MemoizedAvatarNameRenderer: React$1.MemoExoticComponent<typeof AvatarNameRenderer>;
605
- MemoizedStatusBadgeRenderer: React$1.MemoExoticComponent<typeof StatusBadgeRenderer>;
606
- MemoizedEngagementScoreRenderer: React$1.MemoExoticComponent<typeof EngagementScoreRenderer>;
607
- MemoizedEmailRenderer: React$1.MemoExoticComponent<typeof EmailRenderer>;
608
- MemoizedPhoneRenderer: React$1.MemoExoticComponent<typeof PhoneRenderer>;
609
- MemoizedLinkedInRenderer: React$1.MemoExoticComponent<typeof LinkedInRenderer>;
610
- MemoizedDomainRenderer: React$1.MemoExoticComponent<typeof DomainRenderer>;
611
- MemoizedCurrencyRenderer: React$1.MemoExoticComponent<typeof CurrencyRenderer>;
612
- MemoizedNumberRenderer: React$1.MemoExoticComponent<typeof NumberRenderer>;
613
- MemoizedDateRenderer: React$1.MemoExoticComponent<typeof DateRenderer>;
614
- MemoizedBooleanRenderer: React$1.MemoExoticComponent<typeof BooleanRenderer>;
615
- MemoizedCompanyRenderer: React$1.MemoExoticComponent<typeof CompanyRenderer>;
616
- MemoizedProgressRenderer: React$1.MemoExoticComponent<typeof ProgressRenderer>;
617
- MemoizedTagsRenderer: React$1.MemoExoticComponent<typeof TagsRenderer>;
618
- formatPhoneDisplay: typeof formatPhoneDisplay;
619
- };
620
-
621
434
  /**
622
435
  * AI Component Types
623
436
  *
@@ -2107,6 +1920,37 @@ interface UseConnectionStatusReturn {
2107
1920
  */
2108
1921
  declare function useConnectionStatus(options?: UseConnectionStatusOptions): UseConnectionStatusReturn;
2109
1922
 
1923
+ declare const countBadgeVariants: (props?: ({
1924
+ variant?: "alert" | "default" | "success" | "info" | "warning" | "informative" | null | undefined;
1925
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1926
+ declare const countChipVariants: (props?: ({
1927
+ variant?: "alert" | "default" | "success" | "info" | "warning" | "informative" | null | undefined;
1928
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1929
+ interface CountBadgeProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'children'>, VariantProps<typeof countBadgeVariants> {
1930
+ /** The label text displayed in the badge */
1931
+ label: string;
1932
+ /** The count number displayed in the chip */
1933
+ count: number;
1934
+ /** Optional icon before the label */
1935
+ icon?: React$1.ReactNode;
1936
+ }
1937
+ /**
1938
+ * A pill-shaped badge with a label and count chip, ideal for navigation
1939
+ * shortcuts like "Tasks 3" or "Open Enc 5".
1940
+ *
1941
+ * Supports six semantic variants: `default`, `info`, `informative`,
1942
+ * `success`, `warning`, and `alert`.
1943
+ *
1944
+ * @example
1945
+ * ```tsx
1946
+ * <CountBadge label="Tasks" count={3} />
1947
+ * <CountBadge label="Open Enc" count={5} variant="info" />
1948
+ * <CountBadge label="Due List" count={4} variant="warning" />
1949
+ * <CountBadge label="eSign" count={7} variant="alert" />
1950
+ * ```
1951
+ */
1952
+ declare const CountBadge: React$1.ForwardRefExoticComponent<CountBadgeProps & React$1.RefAttributes<HTMLButtonElement>>;
1953
+
2110
1954
  interface CookieConsentLink {
2111
1955
  /** Label for the link */
2112
1956
  label: string;
@@ -2287,7 +2131,7 @@ interface CSVFileUploadProps {
2287
2131
  }
2288
2132
  declare function CSVFileUpload({ onFileSelect, processing, accept, className, labels, }: CSVFileUploadProps): react_jsx_runtime.JSX.Element;
2289
2133
 
2290
- type DateRangePresetKey = 'today' | 'this-week' | 'this-month' | 'last-month' | 'last-15-min' | 'last-30-min' | 'last-hour' | 'last-24-hours' | 'last-7-days' | 'last-30-days' | 'last-90-days' | 'year-to-date' | 'this-year' | 'last-year';
2134
+ type DateRangePresetKey = 'today' | 'this-week' | 'this-month' | 'last-month' | 'last-24-hours' | 'last-7-days' | 'last-30-days';
2291
2135
  interface DateRangePreset {
2292
2136
  key: DateRangePresetKey | string;
2293
2137
  label: string;
@@ -2305,65 +2149,43 @@ interface DateRangePickerProps {
2305
2149
  presets?: DateRangePreset[];
2306
2150
  /** Currently active preset key */
2307
2151
  activePreset?: string;
2308
- /** Whether to show print button */
2309
- showPrint?: boolean;
2310
- /** Callback when print is clicked */
2311
- onPrint?: () => void;
2312
- /** Whether to show export button */
2313
- showExport?: boolean;
2314
- /** Callback when export is clicked */
2315
- onExport?: () => void;
2316
2152
  /** Placeholder text for the date input */
2317
2153
  placeholder?: string;
2318
- /** Date format for display */
2319
- dateFormat?: string;
2320
2154
  /** Custom className */
2321
2155
  className?: string;
2156
+ /** Whether to show the preset sidebar in the calendar popup (default: true) */
2157
+ showPresets?: boolean;
2158
+ /** Display variant: desktop (default), mobile (bottom sheet), or responsive (auto-adapts at md breakpoint) */
2159
+ variant?: 'desktop' | 'mobile' | 'responsive';
2322
2160
  /** Labels for i18n */
2323
2161
  labels?: {
2324
2162
  today?: string;
2325
2163
  thisWeek?: string;
2326
2164
  thisMonth?: string;
2327
2165
  lastMonth?: string;
2328
- last15Min?: string;
2329
- last30Min?: string;
2330
- lastHour?: string;
2331
2166
  last24Hours?: string;
2332
2167
  last7Days?: string;
2333
2168
  last30Days?: string;
2334
- last90Days?: string;
2335
- yearToDate?: string;
2336
- thisYear?: string;
2337
- lastYear?: string;
2338
2169
  filter?: string;
2339
- print?: string;
2340
- export?: string;
2170
+ done?: string;
2341
2171
  };
2342
2172
  }
2343
2173
  /**
2344
- * Date range picker with preset filters, print, and export buttons.
2345
- * Commonly used for report filtering in dashboard views.
2174
+ * Date range picker with a two-month calendar popup.
2175
+ * Click the date input to open a calendar for selecting a custom date range.
2176
+ * Select a start and end date from the calendar.
2346
2177
  *
2347
2178
  * @example
2348
2179
  * ```tsx
2349
2180
  * const [range, setRange] = useState<DateRange>({ start: null, end: null });
2350
- * const [preset, setPreset] = useState<string>();
2351
2181
  *
2352
2182
  * <DateRangePicker
2353
2183
  * value={range}
2354
- * onChange={(newRange, presetKey) => {
2355
- * setRange(newRange);
2356
- * setPreset(presetKey);
2357
- * }}
2358
- * activePreset={preset}
2359
- * showPrint
2360
- * showExport
2361
- * onPrint={() => window.print()}
2362
- * onExport={() => exportToCSV()}
2184
+ * onChange={(newRange) => setRange(newRange)}
2363
2185
  * />
2364
2186
  * ```
2365
2187
  */
2366
- declare function DateRangePicker({ value, onChange, presets, activePreset, showPrint, onPrint, showExport, onExport, placeholder, dateFormat, className, labels, }: DateRangePickerProps): react_jsx_runtime.JSX.Element;
2188
+ declare function DateRangePicker({ value, onChange, presets, activePreset, placeholder, className, showPresets, variant, labels, }: DateRangePickerProps): react_jsx_runtime.JSX.Element;
2367
2189
  interface DateRangeFilterProps {
2368
2190
  /** Current date range value */
2369
2191
  value?: DateRange$1;
@@ -3039,11 +2861,15 @@ interface CreateInvoiceModalProps {
3039
2861
  currency?: string;
3040
2862
  /** Default due date offset in days */
3041
2863
  defaultDueDays?: number;
2864
+ /** Initial step for the wizard (for Storybook/testing) */
2865
+ initialStep?: number;
2866
+ /** Initial employer ID (for Storybook/testing) */
2867
+ initialEmployerId?: string;
3042
2868
  }
3043
2869
  /**
3044
2870
  * CreateInvoiceModal provides a multi-step wizard for creating invoices.
3045
2871
  */
3046
- declare function CreateInvoiceModal({ open, onOpenChange, onSubmit, employers, orders, onEmployerChange, isLoadingOrders, isSubmitting, errorMessage, currency, defaultDueDays, }: CreateInvoiceModalProps): react_jsx_runtime.JSX.Element;
2872
+ declare function CreateInvoiceModal({ open, onOpenChange, onSubmit, employers, orders, onEmployerChange, isLoadingOrders, isSubmitting, errorMessage, currency, defaultDueDays, initialStep, initialEmployerId, }: CreateInvoiceModalProps): react_jsx_runtime.JSX.Element;
3047
2873
 
3048
2874
  interface Employee {
3049
2875
  id: string;
@@ -5399,6 +5225,117 @@ interface PageHeaderProps {
5399
5225
  */
5400
5226
  declare function PageHeader({ title, subtitle, icon, iconAlign, actions, children, className, bordered, size, }: PageHeaderProps): react_jsx_runtime.JSX.Element;
5401
5227
 
5228
+ interface PatientName {
5229
+ first: string;
5230
+ last: string;
5231
+ middle?: string;
5232
+ suffix?: string;
5233
+ }
5234
+ interface AllergyItem {
5235
+ name: string;
5236
+ severity?: 'mild' | 'moderate' | 'severe';
5237
+ }
5238
+ interface MedicationItem {
5239
+ name: string;
5240
+ dose?: string;
5241
+ }
5242
+ interface PatientData {
5243
+ /** Patient name parts */
5244
+ name: PatientName;
5245
+ /** Medical record number */
5246
+ mrn: string;
5247
+ /** Date of birth (ISO string or display string) */
5248
+ dob: string;
5249
+ /** Patient age in years */
5250
+ age: number;
5251
+ /** Biological sex */
5252
+ sex: 'M' | 'F' | 'U';
5253
+ /** Patient status */
5254
+ status?: 'active' | 'inactive' | 'deceased';
5255
+ /** Flags such as DUPLICATE, VIP, etc. */
5256
+ flags?: string[];
5257
+ /** URL to patient photo */
5258
+ photo?: string;
5259
+ /** Patient email address */
5260
+ email?: string;
5261
+ /** Patient phone number */
5262
+ phone?: string;
5263
+ /** Employer name */
5264
+ employer?: string;
5265
+ /** Attending provider name */
5266
+ attendingProvider?: string;
5267
+ /** Family/PCP provider name */
5268
+ familyProvider?: string;
5269
+ }
5270
+ interface PatientHeaderProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'className'> {
5271
+ /** Patient data object */
5272
+ patient: PatientData;
5273
+ /** List of known allergies */
5274
+ allergies?: AllergyItem[];
5275
+ /** List of current medications */
5276
+ medications?: MedicationItem[];
5277
+ /** Patient comments or warnings */
5278
+ comments?: string[];
5279
+ /** Stick to top of viewport */
5280
+ sticky?: boolean;
5281
+ /** Whether to show the back button (default: false) */
5282
+ showBackButton?: boolean;
5283
+ /** Called when the back button is clicked */
5284
+ onBack?: () => void;
5285
+ /** Slot for action buttons on the right */
5286
+ actions?: React$1.ReactNode;
5287
+ /** Whether to show the allergy row (default: false) */
5288
+ showAllergyBanner?: boolean;
5289
+ /** Whether to show the medication row (default: false) */
5290
+ showMedicationBanner?: boolean;
5291
+ /** Whether to show the comments row (default: false) */
5292
+ showCommentsBanner?: boolean;
5293
+ /** Show collapsible demographics detail section (default: false) */
5294
+ showDetails?: boolean;
5295
+ /** Whether demographics details are expanded initially (default: true) */
5296
+ detailsExpanded?: boolean;
5297
+ /** Maximum medications to display before "+N more" (default: 4) */
5298
+ maxVisibleMeds?: number;
5299
+ /** Additional CSS classes */
5300
+ className?: string;
5301
+ /** Test ID for testing */
5302
+ 'data-testid'?: string;
5303
+ }
5304
+ /**
5305
+ * A patient header component displaying identifying information, demographics,
5306
+ * allergy/medication alerts, and action buttons.
5307
+ *
5308
+ * Reuses existing components: `Avatar`, `Badge`, `Button`, and icons from `Icons/`.
5309
+ *
5310
+ * @example
5311
+ * ```tsx
5312
+ * <PatientHeader
5313
+ * patient={{
5314
+ * name: { first: 'William', last: 'Hart' },
5315
+ * mrn: 'MRN-000001',
5316
+ * dob: '1948-04-03',
5317
+ * age: 77,
5318
+ * sex: 'M',
5319
+ * status: 'active',
5320
+ * email: 'whart@example.com',
5321
+ * phone: '555-867-5309',
5322
+ * employer: 'Better Corp.',
5323
+ * attendingProvider: 'Selenium Selenium',
5324
+ * familyProvider: 'John M. Sample, M.D.',
5325
+ * }}
5326
+ * allergies={[{ name: 'Penicillin' }, { name: 'Sulfa Drugs' }]}
5327
+ * medications={[
5328
+ * { name: 'Atorvastatin', dose: '20 mg' },
5329
+ * { name: 'Lisinopril', dose: '10 mg' },
5330
+ * ]}
5331
+ * showAllergyBanner
5332
+ * showMedicationBanner
5333
+ * showDetails
5334
+ * />
5335
+ * ```
5336
+ */
5337
+ declare const PatientHeader: React$1.ForwardRefExoticComponent<PatientHeaderProps & React$1.RefAttributes<HTMLDivElement>>;
5338
+
5402
5339
  interface Payment {
5403
5340
  id: string;
5404
5341
  invoiceNumber: string;
@@ -8228,4 +8165,4 @@ declare namespace WebsiteInputGroup {
8228
8165
  var displayName: string;
8229
8166
  }
8230
8167
 
8231
- export { AGGrid, type AGGridProps, AIChat, type AIChatCallbacks, AIChatModal, type AIChatModalProps, type AIChatProps, type AIChatSession, AIChatTrigger, type AIChatTriggerProps, AILogoIcon, type AILogoIconProps, type AIMessage, type AIMessageContent, AIMessageDisplay, type AIMessageDisplayProps, type AIMessageRole, type AIMessageStatus, type AISuggestedAction, AITypingIndicator, AccessDeniedPage, type AccessDeniedPageProps, ActionButton, type ActionButtonProps, ActionButtonsBar, type ActionButtonsBarProps, ActiveFilters, type ActiveFiltersProps, AddContactModal, type AddContactModalProps, AddServiceCard, type AddServiceCardProps, AdditionalFields, type AdditionalFieldsProps, Address, AddressCard, type AddressCardProps, AddressCompact, type AddressCompactProps, type AddressData, AddressDisplay, type AddressDisplayProps, AddressForm, type AddressFormData, type AddressFormProps, AddressInline, type AddressInlineProps, type AddressProps, AppHeader, AppHeaderActions, type AppHeaderActionsProps, AppHeaderDivider, type AppHeaderDividerProps, AppHeaderIconButton, type AppHeaderIconButtonProps, type AppHeaderProps, AppHeaderSearch, type AppHeaderSearchProps, AppHeaderSection, type AppHeaderSectionProps, AppHeaderTitle, type AppHeaderTitleProps, AppHeaderUserMenu, type AppHeaderUserMenuProps, AttachmentPicker, type AttachmentPickerProps, AttachmentPreview, AttachmentPreviewItem, type AttachmentPreviewItemProps, type AttachmentPreviewProps, type AttachmentState, type AttachmentType, AuthButtons, type AuthButtonsProps, AuthDialog, type AuthDialogProps, type AuthMode, AvatarNameRenderer, type BackgroundCheckCandidate, type BackgroundCheckReport, type BankAccountData, BookAppointmentButton, type BookAppointmentButtonProps, BookingDialog, type BookingDialogProps, type BookingFormData, type BookingProvider, type BookingService, BooleanRenderer, BrandConfig, BusinessHours, BusinessHoursEditor, type BusinessHoursEditorProps, type BusinessHoursProps, type BusinessHoursSchedule, type CSVColumn, CSVColumnMapper, type CSVColumnMapperProps, CSVFileUpload, type CSVFileUploadProps, type CalendarAppointment, CameraButton, type CameraButtonProps, type CameraPermission, CardSkeleton, type CardSkeletonProps, CellRenderers, CharacterCounter, type CharacterCounterProps, type ChartDataPoint, CheckrIntegration, type CheckrIntegrationProps, ChevronIcon, type ChevronIconProps, type ClaimFormData, ClaimListingButton, type ClaimListingButtonProps, ClaimProviderForm, type ClaimProviderFormProps, CloseIcon, type CloseIconProps, type ColDef, CommandPalette, type CommandPaletteCategory, type CommandPaletteContextValue, type CommandPaletteItem, type CommandPaletteProps, CommandPaletteProvider, type CommandPaletteProviderProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, CompactCookieBanner, type CompactCookieBannerProps, CompactFilterBar, type CompactFilterBarProps, CompactHeader, type CompactHeaderProps, CompactHours, type CompactHoursProps, CompactProviderHeader, type CompactProviderHeaderProps, CompanyRenderer, type ConfirmationResult, type ConnectionInfo, type ConnectionState, ConnectionStatusBadge, type ConnectionStatusBadgeProps, ConnectionStatusBar, type ConnectionStatusBarProps, ConnectionStatusOverlay, type ConnectionStatusOverlayProps, ConsentSwitch, type ConsentSwitchProps, type Contact, type ContactAddress, type ContactFormData, type Conversation, ConversationHeader, type ConversationHeaderProps, ConversationListItem, type ConversationListItemProps, ConversationListSkeleton, type ConversationListSkeletonProps, type ConversationType, CookieConsentBanner, type CookieConsentBannerProps, type CookieConsentLink, CopyrightText, type CopyrightTextProps, type CreateInvoiceData, CreateInvoiceModal, type CreateInvoiceModalProps, CreateReferralModal, type CreateReferralModalProps, type CreditCardData, CurrencyRenderer, type CustomField, DEFAULT_ACCEPTED_FILE_TYPES, DEFAULT_ERROR_CONFIGS, DEFAULT_LANGUAGES, DEFAULT_MAX_FILE_SIZE_MB, DEFAULT_RADIUS_OPTIONS, DEFAULT_SOCIAL_PROVIDERS, DOTBadge, type DOTBadgeProps, type DateRange$1 as DateRange, DateRangeFilter, type DateRangeFilterProps, DateRangePicker, type DateRangePickerProps, type DateRangePreset, type DateRangePresetKey, DateRenderer, type DateRendererProps, DateSeparator, type DateSeparatorProps, type DayHours, type DaySchedule, type Department, type DetectionConfig, type DetectionMetrics, type DetectionState, DialogOverlay, type DialogOverlayProps, DisclaimerText, type DisclaimerTextProps, type DocumentBoundary, DocumentDetectionOverlay, DocumentScanner, type DocumentScannerProps, DomainRenderer, DragDropZone, type DragDropZoneProps, DropZone, type DropZoneProps, DropzoneOverlay, type DropzoneOverlayProps, EditUserRoleModal, type EditUserRoleModalProps, EmailRenderer, type Employee, type EmployeeAddress, type EmployeeData, EmployeeForm, type EmployeeFormData, type EmployeeFormProps, type EmployeePhone, EmployeeProfileCard, type EmployeeProfileCardProps, type Employer, type EmployerAccess, type EmployerAddress, type EmployerContact, EmployerContactCard, type EmployerContactCardProps, type EmployerDetails, type EmployerInvoice, EmployerList, type EmployerListProps, type EmployerOption, type EmployerOrder, EmployerPricingCard, type EmployerPricingCardProps, type EmployerServiceConfig, EmployerServiceModal, type EmployerServiceModalProps, EmployerView, type EmployerViewProps, EmptyState, type EmptyStateProps, EngagementScoreRenderer, ErrorPage, type ErrorPageConfig, type ErrorPageProps, type ErrorType, type FAQItem, type FieldOption, type FileItem, FileManager, type FileManagerProps, FilePreview, type FilePreviewProps, FloatingAIChat, type FloatingAIChatProps, FloatingInput, type FloatingInputProps, type FooterLink, type FooterLinkGroup, FooterLinkSection, type FooterLinkSectionProps, SocialMediaLinks as FooterSocialLinks, type SocialMediaLinksProps as FooterSocialLinksProps, type GeolocationStatus, type HRISProvider, HRISProviderSelector, type HRISProviderSelectorProps, HelpSupportPanel, type HelpSupportPanelProps, HeroSearchBar, type HeroSearchBarProps, HoursSummary, type HoursSummaryProps, InlineBookingForm, type InlineBookingFormProps, InputProps, type InventoryLogEntry, InventoryManager, type InventoryManagerProps, InviteUserModal, type InviteUserModalProps, type Invoice, type InvoiceLineItem$1 as InvoiceLineItem, InvoiceList, type InvoiceListProps, type InvoicePaymentDetails, InvoicePaymentPage, type InvoicePaymentPageProps, InvoiceView, type InvoiceViewProps, type KeyValueEntry, type Language, LanguageSelector, LanguageSelectorInline, type LanguageSelectorInlineProps, LanguageSelectorNative, type LanguageSelectorNativeProps, type LanguageSelectorProps, LegalLinks, type LegalLinksProps, LightboxModal, type LightboxModalProps, LinkedInRenderer, LoadMoreButton, type LoadMoreButtonProps, LoadingBar, type LoadingBarProps, LoadingDots, type LoadingDotsProps, LoadingOverlay, type LoadingOverlayProps, LoadingPage, type LoadingPageProps, LoadingSkeleton, type LoadingSkeletonProps, type MCPResource, type MCPResourceLink, type MCPToolCall, MCPToolCallDisplay, type MCPToolCallDisplayProps, type MCPToolInfo, type MCPToolParameter, type MCPToolResult, type MCPToolStatus, MaintenancePage, type MaintenancePageProps, MemoizedAvatarNameRenderer, MemoizedBooleanRenderer, MemoizedCompanyRenderer, MemoizedCurrencyRenderer, MemoizedDateRenderer, MemoizedDomainRenderer, MemoizedEmailRenderer, MemoizedEngagementScoreRenderer, MemoizedLinkedInRenderer, MemoizedNumberRenderer, MemoizedPhoneRenderer, MemoizedProgressRenderer, MemoizedStatusBadgeRenderer, MemoizedTagsRenderer, type Message, type MessageAction, type MessageAttachment, MessageAvatar, MessageBubble, type MessageBubbleProps, MessageComposer, type MessageComposerProps, type MessageGroup, MessageList, type MessageListProps, type MessageParticipant, type MessageReaction, type MessageStatus, MessageStatusIcon, type MessageStatusIconProps, type MessageStatusIndicator, MessageThread, type MessageThreadProps, type MessageType, type MessagingEventHandlers, type MessagingLoadingState, MessagingSplitView, type MessagingSplitViewProps, type MetricData, MobileBackButton, type MobileBackButtonProps, MobileMenuButton, type MobileMenuButtonProps, MobileMenuPanel, type MobileMenuPanelProps, type NavLink, NavLinks, type NavLinksProps, type NewMessage, NewsletterForm, type NewsletterFormProps, NotFoundPage, type NotFoundPageProps, type Notification, NotificationCenter, type NotificationCenterProps, NumberRenderer, OfflinePage, type OfflinePageProps, OnboardingCompletion, type OnboardingCompletionProps, type OnboardingStep, OnboardingStepQuestion, type OnboardingStepQuestionProps, OnboardingWizard, type OnboardingWizardProps, OpenStatusBadge, OrderCard, type OrderCardProps, OrderConfirmation, type OrderConfirmationProps, OrderConfirmationWizard, type OrderConfirmationWizardProps, OrderDetailSidebar, type OrderDetailSidebarProps, type OrderDetails, type OrderEmployee, type OrderEmployer, OrderList, type OrderListProps, type OrderListTab, type OrderLookupData, OrderLookupForm, type OrderLookupFormProps, type OrderOption, type OrderService, OrderSidebar, type OrderSidebarProps, type OrderSidebarTab, OrderSidebarTabs, type OrderSidebarTabsProps, type OrderStatus$1 as OrderStatus, PageHeader, type PageHeaderProps, type Payment, type PaymentFormData, PaymentHistoryTable, type PaymentHistoryTableProps, type PaymentMethod, PaymentMethodBank, type PaymentMethodBankProps, PaymentMethodCard, type PaymentMethodCardProps, PaymentMethodList, type PaymentMethodListProps, type PendingClaim, PendingClaimsTable, type PendingClaimsTableProps, type Permission, type PermissionGroup, PermissionsEditor, type PermissionsEditorProps, PhoneRenderer, type Point, type PostalCodeInfo, type PreviewFile, type PricingTier, ProductVersion, ProductVersionBadge, type ProductVersionBadgeProps, type ProductVersionProps, ProgressRenderer, type ProgressRendererProps, type Provider, type ProviderAddress$1 as ProviderAddress, Breadcrumb as ProviderBreadcrumb, type BreadcrumbItem as ProviderBreadcrumbItem, type BreadcrumbProps as ProviderBreadcrumbProps, ProviderCard, ProviderCardGrid, type ProviderCardGridProps, type ProviderCardProps, ProviderCardSkeleton, type ProviderCardSkeletonProps, type ProviderContact, type ProviderAddress as ProviderDetailAddress, type ProviderDetailData, ProviderDetailHeader, type ProviderDetailHeaderProps, ProviderDetailHeaderSkeleton, type ProviderDetailHeaderSkeletonProps, type ProviderFilters, ProviderLogo, type ProviderLogoProps, type ProviderOption, ProviderOverview, type ProviderOverviewProps, ProviderSearchBar, type ProviderSearchBarProps, ProviderSearchFilters, type ProviderSearchFiltersProps, ProviderSelector, type ProviderSelectorProps, type ProviderService, ProviderSettings, type ProviderSettingsData, type ProviderSettingsProps, SocialMediaLinks$1 as ProviderSocialLinks, type SocialMediaLinksProps$1 as ProviderSocialLinksProps, type ProviderStats, type ProviderUrls, type ProviderUser, ProviderUsersTable, type ProviderUsersTableProps, QuickBookCard, type QuickBookCardProps, type QuickLink, QuickLinksCard, type QuickLinksCardProps, type RadiusOption, type ReadReceipt, ReadReceiptIndicator, type ReadReceiptIndicatorProps, type RecentActivity, type RecurringService, RecurringServiceAddCard, type RecurringServiceAddCardProps, RecurringServiceCard, type RecurringServiceCardProps, type RecurringServiceCardState, type RecurringServiceFormData, RecurringServiceGrid, type RecurringServiceGridProps, RecurringServiceSetupModal, type RecurringServiceSetupModalProps, type ReferralData, RefreshIcon, type RefreshIconProps, RejectionModal, type RejectionModalProps, type RejectionReason, ReportDashboard, type ReportDashboardProps, ReportDatePicker, type ReportDatePickerProps, ReportLink, type ReportLinkProps, type ReportResult, ResourceLink, type ResourceLinkProps, type ResultStatus, ResultsEntryCard, type ResultsEntryData, ResultsEntryForm, type ResultsEntryFormProps, ResultsEntryModal, type ResultsEntryModalProps, type Role, type SSOConfigData, SSOConfigForm, type SSOConfigFormProps, type ScannerSource, type ScannerState, ScheduleCalendar, type ScheduleCalendarProps, type SearchResults, SearchResultsMessage, type SearchResultsMessageProps, type SelectableService, SelectedServicesBadges, type SelectedServicesBadgesProps, SendButton, type SendButtonProps, SendIcon, type SendIconProps, ServerErrorPage, type ServerErrorPageProps, ServiceAccordion, type ServiceAccordionProps, ServiceBadge, ServiceBadgeGroup, type ServiceBadgeGroupProps, type ServiceBadgeProps, ServiceCard, type ServiceCardProps, type ServiceCategory$1 as ServiceCategory, ServiceCategoryBadge, type ServiceCategoryBadgeProps, type ServiceFormData, ServiceGeneralSettings, type ServiceGeneralSettingsProps, ServiceGrid, type ServiceGridProps, type ServiceGroup, type ServiceItem, ServiceLink, ServiceList, type ServiceListProps, ServiceMultiSelect, type ServiceOption, ServicePicker, type ServicePickerProps, type ServicePrice, ServicePricingManager, type ServicePricingManagerProps, ServiceSelect, type ServiceSelectProps, ServiceShippingSettings, type ServiceShippingSettingsProps, type ServiceSubCategory, ServiceTagCloud, ServiceTagCloudBadges, type ServiceTagCloudProps as ServiceTagCloudBadgesProps, type ServiceTagCloudProps$1 as ServiceTagCloudProps, SetupServiceModal, type SetupServiceModalProps, type ShippingAddress, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextValue, SidebarFooter, type SidebarFooterProps, SidebarHeader, type SidebarHeaderProps, SidebarMobileToggle, type SidebarMobileToggleProps, SidebarNav, SidebarNavGroup, type SidebarNavGroupProps, SidebarNavItem, type SidebarNavItemProps, type SidebarNavProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarSearch, type SidebarSearchProps, SidebarToggle, type SidebarToggleProps, type SignupData, SimpleFooter, type SimpleFooterProps, SiteFooter, type SiteFooterProps, SiteHeader, type SiteHeaderProps, SiteLogo, type SiteLogoProps, SkeletonMessage, type SkeletonMessageProps, type SocialLink, type SocialProvider, SparklesIcon, type SparklesIconProps, SpinnerIcon, type SpinnerIconProps, SpinnerProps, StatusBadgeRenderer, type StatusBadgeRendererProps, type StatusConfig, type Step, StepIndicator, type StepIndicatorProps, StripeBadge, type StripeBadgeProps, StripeSecureBadge, type StripeSecureBadgeProps, SuggestedActions, type SuggestedActionsProps, type SupportContact, type SystemMessageType, type SystemReport, TagsRenderer, type TimeRange, type TimeSlot, type TimelineEvent, TimelineEventList, type TimelineEventListProps, TimelineProgress, type TimelineProgressProps, type TimelineSize, type TimelineStep, type TimelineStepState, Toast, ToastContainer, type ToastContainerProps, type ToastContextValue, type ToastData, type ToastOptions, type ToastPosition, type ToastProps, ToastProvider, type ToastProviderProps, type ToastVariant, ToolStatusIcon, type TopItem, TypingIndicator, type TypingIndicatorProps, type TypingState, UpdateAvailableOverlay, type UpdateAvailableOverlayProps, type UpdateInfo, type UseConnectionStatusOptions, type UseConnectionStatusReturn, type UseCookieConsentOptions, type UseCookieConsentReturn, type UseDropzoneOptions, type UseDropzoneReturn, type UseMessageScrollOptions, type UseMessageScrollReturn, type UseMessagesOptions, type UseMessagesReturn, type UseReadReceiptsOptions, type UseTypingIndicatorOptions, type UseTypingIndicatorReturn, UserMenu, type UserMenuProps, type UserProfile, type UserRole, type ValidationError, VerifiedBadge, type VerifiedBadgeProps, WEBSITE_TYPES, WebChartReportViewer, type WebChartReportViewerProps, WebcamModal, type WebcamModalProps, type WebsiteEntry, WebsiteInput, WebsiteInputGroup, type WebsiteInputGroupProps, type WebsiteInputProps, type WebsiteType, bubbleVariants, create24HourSchedule, createDefaultSchedule, createWeekdaySchedule, defaultOrderTabs, formatAddressLines, formatAddressSingleLine, formatCityState, formatCityStateZip, formatDateLabel, formatFileSize, formatLastSeen, formatPhoneDisplay, generateAttachmentId, generateId, getConversationSubtitle, getConversationTitle, getFileType, getGoogleMapsSearchUrl, getGoogleMapsUrl, getToolIcon, groupMessagesByDate, headerVariants$2 as headerVariants, isSameSenderGroup, isValidUrl, sendButtonVariants, statusColors, useCamera, useCommandPalette, useConnectionStatus, useCookieConsent, useDocumentDetection, useDropzone, useFileUpload, useMessageScroll, useMessages, useReadReceipts, useSidebar, useToast, useTypingIndicator, validateFile };
8168
+ export { AIChat, type AIChatCallbacks, AIChatModal, type AIChatModalProps, type AIChatProps, type AIChatSession, AIChatTrigger, type AIChatTriggerProps, AILogoIcon, type AILogoIconProps, type AIMessage, type AIMessageContent, AIMessageDisplay, type AIMessageDisplayProps, type AIMessageRole, type AIMessageStatus, type AISuggestedAction, AITypingIndicator, AccessDeniedPage, type AccessDeniedPageProps, ActionButton, type ActionButtonProps, ActionButtonsBar, type ActionButtonsBarProps, ActiveFilters, type ActiveFiltersProps, AddContactModal, type AddContactModalProps, AddServiceCard, type AddServiceCardProps, AdditionalFields, type AdditionalFieldsProps, Address, AddressCard, type AddressCardProps, AddressCompact, type AddressCompactProps, type AddressData, AddressDisplay, type AddressDisplayProps, AddressForm, type AddressFormData, type AddressFormProps, AddressInline, type AddressInlineProps, type AddressProps, type AllergyItem, AppHeader, AppHeaderActions, type AppHeaderActionsProps, AppHeaderDivider, type AppHeaderDividerProps, AppHeaderIconButton, type AppHeaderIconButtonProps, type AppHeaderProps, AppHeaderSearch, type AppHeaderSearchProps, AppHeaderSection, type AppHeaderSectionProps, AppHeaderTitle, type AppHeaderTitleProps, AppHeaderUserMenu, type AppHeaderUserMenuProps, AttachmentPicker, type AttachmentPickerProps, AttachmentPreview, AttachmentPreviewItem, type AttachmentPreviewItemProps, type AttachmentPreviewProps, type AttachmentState, type AttachmentType, AuthButtons, type AuthButtonsProps, AuthDialog, type AuthDialogProps, type AuthMode, type BackgroundCheckCandidate, type BackgroundCheckReport, type BankAccountData, BookAppointmentButton, type BookAppointmentButtonProps, BookingDialog, type BookingDialogProps, type BookingFormData, type BookingProvider, type BookingService, BusinessHours, BusinessHoursEditor, type BusinessHoursEditorProps, type BusinessHoursProps, type BusinessHoursSchedule, type CSVColumn, CSVColumnMapper, type CSVColumnMapperProps, CSVFileUpload, type CSVFileUploadProps, type CalendarAppointment, CameraButton, type CameraButtonProps, type CameraPermission, CardSkeleton, type CardSkeletonProps, CharacterCounter, type CharacterCounterProps, type ChartDataPoint, CheckrIntegration, type CheckrIntegrationProps, ChevronIcon, type ChevronIconProps, type ClaimFormData, ClaimListingButton, type ClaimListingButtonProps, ClaimProviderForm, type ClaimProviderFormProps, CloseIcon, type CloseIconProps, CommandPalette, type CommandPaletteCategory, type CommandPaletteContextValue, type CommandPaletteItem, type CommandPaletteProps, CommandPaletteProvider, type CommandPaletteProviderProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, CompactCookieBanner, type CompactCookieBannerProps, CompactFilterBar, type CompactFilterBarProps, CompactHeader, type CompactHeaderProps, CompactHours, type CompactHoursProps, CompactProviderHeader, type CompactProviderHeaderProps, type ConfirmationResult, type ConnectionInfo, type ConnectionState, ConnectionStatusBadge, type ConnectionStatusBadgeProps, ConnectionStatusBar, type ConnectionStatusBarProps, ConnectionStatusOverlay, type ConnectionStatusOverlayProps, ConsentSwitch, type ConsentSwitchProps, type Contact, type ContactAddress, type ContactFormData, type Conversation, ConversationHeader, type ConversationHeaderProps, ConversationListItem, type ConversationListItemProps, ConversationListSkeleton, type ConversationListSkeletonProps, type ConversationType, CookieConsentBanner, type CookieConsentBannerProps, type CookieConsentLink, CopyrightText, type CopyrightTextProps, CountBadge, type CountBadgeProps, type CreateInvoiceData, CreateInvoiceModal, type CreateInvoiceModalProps, CreateReferralModal, type CreateReferralModalProps, type CreditCardData, type CustomField, DEFAULT_ACCEPTED_FILE_TYPES, DEFAULT_ERROR_CONFIGS, DEFAULT_LANGUAGES, DEFAULT_MAX_FILE_SIZE_MB, DEFAULT_RADIUS_OPTIONS, DEFAULT_SOCIAL_PROVIDERS, DOTBadge, type DOTBadgeProps, type DateRange$1 as DateRange, DateRangeFilter, type DateRangeFilterProps, DateRangePicker, type DateRangePickerProps, type DateRangePreset, type DateRangePresetKey, DateSeparator, type DateSeparatorProps, type DayHours, type DaySchedule, type Department, type DetectionConfig, type DetectionMetrics, type DetectionState, DialogOverlay, type DialogOverlayProps, DisclaimerText, type DisclaimerTextProps, type DocumentBoundary, DocumentDetectionOverlay, DocumentScanner, type DocumentScannerProps, DragDropZone, type DragDropZoneProps, DropZone, type DropZoneProps, DropzoneOverlay, type DropzoneOverlayProps, EditUserRoleModal, type EditUserRoleModalProps, type Employee, type EmployeeAddress, type EmployeeData, EmployeeForm, type EmployeeFormData, type EmployeeFormProps, type EmployeePhone, EmployeeProfileCard, type EmployeeProfileCardProps, type Employer, type EmployerAccess, type EmployerAddress, type EmployerContact, EmployerContactCard, type EmployerContactCardProps, type EmployerDetails, type EmployerInvoice, EmployerList, type EmployerListProps, type EmployerOption, type EmployerOrder, EmployerPricingCard, type EmployerPricingCardProps, type EmployerServiceConfig, EmployerServiceModal, type EmployerServiceModalProps, EmployerView, type EmployerViewProps, EmptyState, type EmptyStateProps, ErrorPage, type ErrorPageConfig, type ErrorPageProps, type ErrorType, type FAQItem, type FieldOption, type FileItem, FileManager, type FileManagerProps, FilePreview, type FilePreviewProps, FloatingAIChat, type FloatingAIChatProps, FloatingInput, type FloatingInputProps, type FooterLink, type FooterLinkGroup, FooterLinkSection, type FooterLinkSectionProps, SocialMediaLinks as FooterSocialLinks, type SocialMediaLinksProps as FooterSocialLinksProps, type GeolocationStatus, type HRISProvider, HRISProviderSelector, type HRISProviderSelectorProps, HelpSupportPanel, type HelpSupportPanelProps, HeroSearchBar, type HeroSearchBarProps, HoursSummary, type HoursSummaryProps, InlineBookingForm, type InlineBookingFormProps, InputProps, type InventoryLogEntry, InventoryManager, type InventoryManagerProps, InviteUserModal, type InviteUserModalProps, type Invoice, type InvoiceLineItem$1 as InvoiceLineItem, InvoiceList, type InvoiceListProps, type InvoicePaymentDetails, InvoicePaymentPage, type InvoicePaymentPageProps, InvoiceView, type InvoiceViewProps, type KeyValueEntry, type Language, LanguageSelector, LanguageSelectorInline, type LanguageSelectorInlineProps, LanguageSelectorNative, type LanguageSelectorNativeProps, type LanguageSelectorProps, LegalLinks, type LegalLinksProps, LightboxModal, type LightboxModalProps, LoadMoreButton, type LoadMoreButtonProps, LoadingBar, type LoadingBarProps, LoadingDots, type LoadingDotsProps, LoadingOverlay, type LoadingOverlayProps, LoadingPage, type LoadingPageProps, LoadingSkeleton, type LoadingSkeletonProps, type MCPResource, type MCPResourceLink, type MCPToolCall, MCPToolCallDisplay, type MCPToolCallDisplayProps, type MCPToolInfo, type MCPToolParameter, type MCPToolResult, type MCPToolStatus, MaintenancePage, type MaintenancePageProps, type MedicationItem, type Message, type MessageAction, type MessageAttachment, MessageAvatar, MessageBubble, type MessageBubbleProps, MessageComposer, type MessageComposerProps, type MessageGroup, MessageList, type MessageListProps, type MessageParticipant, type MessageReaction, type MessageStatus, MessageStatusIcon, type MessageStatusIconProps, type MessageStatusIndicator, MessageThread, type MessageThreadProps, type MessageType, type MessagingEventHandlers, type MessagingLoadingState, MessagingSplitView, type MessagingSplitViewProps, type MetricData, MobileBackButton, type MobileBackButtonProps, MobileMenuButton, type MobileMenuButtonProps, MobileMenuPanel, type MobileMenuPanelProps, type NavLink, NavLinks, type NavLinksProps, type NewMessage, NewsletterForm, type NewsletterFormProps, NotFoundPage, type NotFoundPageProps, type Notification, NotificationCenter, type NotificationCenterProps, OfflinePage, type OfflinePageProps, OnboardingCompletion, type OnboardingCompletionProps, type OnboardingStep, OnboardingStepQuestion, type OnboardingStepQuestionProps, OnboardingWizard, type OnboardingWizardProps, OpenStatusBadge, OrderCard, type OrderCardProps, OrderConfirmation, type OrderConfirmationProps, OrderConfirmationWizard, type OrderConfirmationWizardProps, OrderDetailSidebar, type OrderDetailSidebarProps, type OrderDetails, type OrderEmployee, type OrderEmployer, OrderList, type OrderListProps, type OrderListTab, type OrderLookupData, OrderLookupForm, type OrderLookupFormProps, type OrderOption, type OrderService, OrderSidebar, type OrderSidebarProps, type OrderSidebarTab, OrderSidebarTabs, type OrderSidebarTabsProps, type OrderStatus$1 as OrderStatus, PageHeader, type PageHeaderProps, type PatientData, PatientHeader, type PatientHeaderProps, type PatientName, type Payment, type PaymentFormData, PaymentHistoryTable, type PaymentHistoryTableProps, type PaymentMethod, PaymentMethodBank, type PaymentMethodBankProps, PaymentMethodCard, type PaymentMethodCardProps, PaymentMethodList, type PaymentMethodListProps, type PendingClaim, PendingClaimsTable, type PendingClaimsTableProps, type Permission, type PermissionGroup, PermissionsEditor, type PermissionsEditorProps, type Point, type PostalCodeInfo, type PreviewFile, type PricingTier, ProductVersion, ProductVersionBadge, type ProductVersionBadgeProps, type ProductVersionProps, type Provider, type ProviderAddress$1 as ProviderAddress, Breadcrumb as ProviderBreadcrumb, type BreadcrumbItem as ProviderBreadcrumbItem, type BreadcrumbProps as ProviderBreadcrumbProps, ProviderCard, ProviderCardGrid, type ProviderCardGridProps, type ProviderCardProps, ProviderCardSkeleton, type ProviderCardSkeletonProps, type ProviderContact, type ProviderAddress as ProviderDetailAddress, type ProviderDetailData, ProviderDetailHeader, type ProviderDetailHeaderProps, ProviderDetailHeaderSkeleton, type ProviderDetailHeaderSkeletonProps, type ProviderFilters, ProviderLogo, type ProviderLogoProps, type ProviderOption, ProviderOverview, type ProviderOverviewProps, ProviderSearchBar, type ProviderSearchBarProps, ProviderSearchFilters, type ProviderSearchFiltersProps, ProviderSelector, type ProviderSelectorProps, type ProviderService, ProviderSettings, type ProviderSettingsData, type ProviderSettingsProps, SocialMediaLinks$1 as ProviderSocialLinks, type SocialMediaLinksProps$1 as ProviderSocialLinksProps, type ProviderStats, type ProviderUrls, type ProviderUser, ProviderUsersTable, type ProviderUsersTableProps, QuickBookCard, type QuickBookCardProps, type QuickLink, QuickLinksCard, type QuickLinksCardProps, type RadiusOption, type ReadReceipt, ReadReceiptIndicator, type ReadReceiptIndicatorProps, type RecentActivity, type RecurringService, RecurringServiceAddCard, type RecurringServiceAddCardProps, RecurringServiceCard, type RecurringServiceCardProps, type RecurringServiceCardState, type RecurringServiceFormData, RecurringServiceGrid, type RecurringServiceGridProps, RecurringServiceSetupModal, type RecurringServiceSetupModalProps, type ReferralData, RefreshIcon, type RefreshIconProps, RejectionModal, type RejectionModalProps, type RejectionReason, ReportDashboard, type ReportDashboardProps, ReportDatePicker, type ReportDatePickerProps, ReportLink, type ReportLinkProps, type ReportResult, ResourceLink, type ResourceLinkProps, type ResultStatus, ResultsEntryCard, type ResultsEntryData, ResultsEntryForm, type ResultsEntryFormProps, ResultsEntryModal, type ResultsEntryModalProps, type Role, type SSOConfigData, SSOConfigForm, type SSOConfigFormProps, type ScannerSource, type ScannerState, ScheduleCalendar, type ScheduleCalendarProps, type SearchResults, SearchResultsMessage, type SearchResultsMessageProps, type SelectableService, SelectedServicesBadges, type SelectedServicesBadgesProps, SendButton, type SendButtonProps, SendIcon, type SendIconProps, ServerErrorPage, type ServerErrorPageProps, ServiceAccordion, type ServiceAccordionProps, ServiceBadge, ServiceBadgeGroup, type ServiceBadgeGroupProps, type ServiceBadgeProps, ServiceCard, type ServiceCardProps, type ServiceCategory$1 as ServiceCategory, ServiceCategoryBadge, type ServiceCategoryBadgeProps, type ServiceFormData, ServiceGeneralSettings, type ServiceGeneralSettingsProps, ServiceGrid, type ServiceGridProps, type ServiceGroup, type ServiceItem, ServiceLink, ServiceList, type ServiceListProps, ServiceMultiSelect, type ServiceOption, ServicePicker, type ServicePickerProps, type ServicePrice, ServicePricingManager, type ServicePricingManagerProps, ServiceSelect, type ServiceSelectProps, ServiceShippingSettings, type ServiceShippingSettingsProps, type ServiceSubCategory, ServiceTagCloud, ServiceTagCloudBadges, type ServiceTagCloudProps as ServiceTagCloudBadgesProps, type ServiceTagCloudProps$1 as ServiceTagCloudProps, SetupServiceModal, type SetupServiceModalProps, type ShippingAddress, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextValue, SidebarFooter, type SidebarFooterProps, SidebarHeader, type SidebarHeaderProps, SidebarMobileToggle, type SidebarMobileToggleProps, SidebarNav, SidebarNavGroup, type SidebarNavGroupProps, SidebarNavItem, type SidebarNavItemProps, type SidebarNavProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarSearch, type SidebarSearchProps, SidebarToggle, type SidebarToggleProps, type SignupData, SimpleFooter, type SimpleFooterProps, SiteFooter, type SiteFooterProps, SiteHeader, type SiteHeaderProps, SiteLogo, type SiteLogoProps, SkeletonMessage, type SkeletonMessageProps, type SocialLink, type SocialProvider, SparklesIcon, type SparklesIconProps, SpinnerIcon, type SpinnerIconProps, SpinnerProps, type Step, StepIndicator, type StepIndicatorProps, StripeBadge, type StripeBadgeProps, StripeSecureBadge, type StripeSecureBadgeProps, SuggestedActions, type SuggestedActionsProps, type SupportContact, type SystemMessageType, type SystemReport, type TimeRange, type TimeSlot, type TimelineEvent, TimelineEventList, type TimelineEventListProps, TimelineProgress, type TimelineProgressProps, type TimelineSize, type TimelineStep, type TimelineStepState, Toast, ToastContainer, type ToastContainerProps, type ToastContextValue, type ToastData, type ToastOptions, type ToastPosition, type ToastProps, ToastProvider, type ToastProviderProps, type ToastVariant, ToolStatusIcon, type TopItem, TypingIndicator, type TypingIndicatorProps, type TypingState, UpdateAvailableOverlay, type UpdateAvailableOverlayProps, type UpdateInfo, type UseConnectionStatusOptions, type UseConnectionStatusReturn, type UseCookieConsentOptions, type UseCookieConsentReturn, type UseDropzoneOptions, type UseDropzoneReturn, type UseMessageScrollOptions, type UseMessageScrollReturn, type UseMessagesOptions, type UseMessagesReturn, type UseReadReceiptsOptions, type UseTypingIndicatorOptions, type UseTypingIndicatorReturn, UserMenu, type UserMenuProps, type UserProfile, type UserRole, type ValidationError, VerifiedBadge, type VerifiedBadgeProps, WEBSITE_TYPES, WebChartReportViewer, type WebChartReportViewerProps, WebcamModal, type WebcamModalProps, type WebsiteEntry, WebsiteInput, WebsiteInputGroup, type WebsiteInputGroupProps, type WebsiteInputProps, type WebsiteType, bubbleVariants, countBadgeVariants, countChipVariants, create24HourSchedule, createDefaultSchedule, createWeekdaySchedule, defaultOrderTabs, formatAddressLines, formatAddressSingleLine, formatCityState, formatCityStateZip, formatDateLabel, formatFileSize, formatLastSeen, generateAttachmentId, generateId, getConversationSubtitle, getConversationTitle, getFileType, getGoogleMapsSearchUrl, getGoogleMapsUrl, getToolIcon, groupMessagesByDate, headerVariants$2 as headerVariants, isSameSenderGroup, isValidUrl, sendButtonVariants, useCamera, useCommandPalette, useConnectionStatus, useCookieConsent, useDocumentDetection, useDropzone, useFileUpload, useMessageScroll, useMessages, useReadReceipts, useSidebar, useToast, useTypingIndicator, validateFile };