@alfadocs/ui-kit 1.10.1 → 1.12.4

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 (118) hide show
  1. package/dist/_chunks/{actions-cell-renderer-xfSYiTXQ.js → actions-cell-renderer-BCEjn3-f.js} +2 -2
  2. package/dist/_chunks/{anamnesis-summary-rows-d44s_whc.js → anamnesis-summary-rows-BfhxWPO3.js} +1421 -1418
  3. package/dist/_chunks/appointment-timeline-DCn0Jx55.js +403 -0
  4. package/dist/_chunks/{balance-badge-cell-C_Qz76x7.js → balance-badge-cell-BrlikHfT.js} +317 -290
  5. package/dist/_chunks/booking-CBHKdsZl.js +2906 -0
  6. package/dist/_chunks/{chart-Bkr1Sh4o.js → chart-C6eHTxkO.js} +2 -2
  7. package/dist/_chunks/{contact-profile-card-CE9OJKcl.js → contact-profile-card-BMIBr5s9.js} +104 -125
  8. package/dist/_chunks/{control-room-rail-Cj2iX9h_.js → control-room-rail-iO_BCaq1.js} +2 -2
  9. package/dist/_chunks/{editable-currency-cell-renderer-zLf_bXvL.js → editable-currency-cell-renderer-B7TVZ5ZJ.js} +2 -2
  10. package/dist/_chunks/{face-scheme-BfDi4YkW.js → face-scheme-CZaKm6fG.js} +2 -2
  11. package/dist/_chunks/{file-manager-Df6hyUYg.js → file-manager-Moc7sUFj.js} +3 -3
  12. package/dist/_chunks/format-price-DNqXPa_q.js +61 -0
  13. package/dist/_chunks/{header-settings-CVC_davE.js → header-settings-J-ZCAfir.js} +2 -2
  14. package/dist/_chunks/{icon-button-group-D6SVMteH.js → icon-button-group-VCCod3Hz.js} +154 -145
  15. package/dist/_chunks/{link-cell-renderer-Cp2MSlJl.js → link-cell-renderer-CenJx-_7.js} +197 -181
  16. package/dist/_chunks/{marketplace-app-shell-Chfdia7m.js → marketplace-app-shell-DDQXQ8hX.js} +2 -2
  17. package/dist/_chunks/{notes-panel-e9cJWVRg.js → notes-panel-CymneXtl.js} +93 -91
  18. package/dist/_chunks/{practice-results-BEsAdW-B.js → practice-results-D7ygCj_W.js} +333 -291
  19. package/dist/_chunks/{signature-request-CW30B77U.js → signature-request-DVDTKLjM.js} +2 -2
  20. package/dist/_chunks/{stepper-accordion-BeVMZPuG.js → stepper-accordion-DmVykr5F.js} +91 -88
  21. package/dist/_chunks/{theme-toggle-DuMhQNFS.js → theme-toggle-uEwoKjl3.js} +2 -2
  22. package/dist/_chunks/{tool-rail-CHyUmulN.js → tool-rail-8Scslq3X.js} +2 -2
  23. package/dist/_chunks/{whatsapp-button-Ca9towA4.js → whatsapp-button-CuFIHJzG.js} +27 -19
  24. package/dist/agent-catalog.json +12 -5
  25. package/dist/agent-i18n/en.json +4 -3
  26. package/dist/components/_shared/format-price.d.ts +21 -0
  27. package/dist/components/_shared/index.d.ts +1 -0
  28. package/dist/components/_shared/stepper.d.ts +28 -2
  29. package/dist/components/appointment-card/appointment-card.d.ts +1 -1
  30. package/dist/components/appointment-timeline/appointment-timeline.d.ts +8 -0
  31. package/dist/components/appointment-timeline/index.js +1 -1
  32. package/dist/components/booking/booking-types.d.ts +15 -2
  33. package/dist/components/booking/index.js +1 -1
  34. package/dist/components/chart/index.js +1 -1
  35. package/dist/components/contact-profile-card/index.js +1 -1
  36. package/dist/components/control-room-rail/index.js +1 -1
  37. package/dist/components/data-table/filters/date-range-filter.d.ts +22 -0
  38. package/dist/components/data-table/index.js +3 -3
  39. package/dist/components/face-scheme/index.js +1 -1
  40. package/dist/components/file-manager/index.js +1 -1
  41. package/dist/components/header-settings/index.js +1 -1
  42. package/dist/components/icon-button-group/index.js +1 -1
  43. package/dist/components/notes-panel/index.js +1 -1
  44. package/dist/components/notes-panel/notes-panel.d.ts +6 -0
  45. package/dist/components/patient-table/index.js +1 -1
  46. package/dist/components/practice-results/index.js +1 -1
  47. package/dist/components/practice-results/practice-results.d.ts +18 -0
  48. package/dist/components/stepper-accordion/index.js +1 -1
  49. package/dist/components/theme-toggle/index.js +1 -1
  50. package/dist/components/tool-rail/index.js +1 -1
  51. package/dist/components/tool-rail/tool-rail.d.ts +1 -1
  52. package/dist/components/whatsapp-button/index.js +1 -1
  53. package/dist/host-compat.css +7 -1
  54. package/dist/i18n/locales/ar.d.ts +4 -0
  55. package/dist/i18n/locales/ar.js +5 -1
  56. package/dist/i18n/locales/de.d.ts +5 -1
  57. package/dist/i18n/locales/de.js +6 -2
  58. package/dist/i18n/locales/el.d.ts +4 -0
  59. package/dist/i18n/locales/el.js +5 -1
  60. package/dist/i18n/locales/en.d.ts +4 -0
  61. package/dist/i18n/locales/en.js +5 -1
  62. package/dist/i18n/locales/es.d.ts +5 -1
  63. package/dist/i18n/locales/es.js +6 -2
  64. package/dist/i18n/locales/fr.d.ts +5 -1
  65. package/dist/i18n/locales/fr.js +6 -2
  66. package/dist/i18n/locales/hi.d.ts +4 -0
  67. package/dist/i18n/locales/hi.js +5 -1
  68. package/dist/i18n/locales/it.d.ts +4 -0
  69. package/dist/i18n/locales/it.js +5 -1
  70. package/dist/i18n/locales/ja.d.ts +4 -0
  71. package/dist/i18n/locales/ja.js +5 -1
  72. package/dist/i18n/locales/nl.d.ts +5 -1
  73. package/dist/i18n/locales/nl.js +6 -2
  74. package/dist/i18n/locales/pl.d.ts +4 -0
  75. package/dist/i18n/locales/pl.js +5 -1
  76. package/dist/i18n/locales/pt.d.ts +5 -1
  77. package/dist/i18n/locales/pt.js +6 -2
  78. package/dist/i18n/locales/ro.d.ts +4 -0
  79. package/dist/i18n/locales/ro.js +5 -1
  80. package/dist/i18n/locales/ru.d.ts +4 -0
  81. package/dist/i18n/locales/ru.js +5 -1
  82. package/dist/i18n/locales/sq.d.ts +4 -0
  83. package/dist/i18n/locales/sq.js +5 -1
  84. package/dist/i18n/locales/sv.d.ts +4 -0
  85. package/dist/i18n/locales/sv.js +5 -1
  86. package/dist/i18n/locales/tr.d.ts +4 -0
  87. package/dist/i18n/locales/tr.js +5 -1
  88. package/dist/i18n/locales/zh.d.ts +4 -0
  89. package/dist/i18n/locales/zh.js +5 -1
  90. package/dist/index.js +20 -20
  91. package/dist/locales/ar.json +5 -1
  92. package/dist/locales/de.json +6 -2
  93. package/dist/locales/el.json +5 -1
  94. package/dist/locales/en.json +5 -1
  95. package/dist/locales/es.json +6 -2
  96. package/dist/locales/fr.json +6 -2
  97. package/dist/locales/hi.json +5 -1
  98. package/dist/locales/it.json +5 -1
  99. package/dist/locales/ja.json +5 -1
  100. package/dist/locales/nl.json +6 -2
  101. package/dist/locales/pl.json +5 -1
  102. package/dist/locales/pt.json +6 -2
  103. package/dist/locales/ro.json +5 -1
  104. package/dist/locales/ru.json +5 -1
  105. package/dist/locales/sq.json +5 -1
  106. package/dist/locales/sv.json +5 -1
  107. package/dist/locales/tr.json +5 -1
  108. package/dist/locales/zh.json +5 -1
  109. package/dist/patterns/anamnesis/anamnesis-config.d.ts +18 -7
  110. package/dist/patterns/anamnesis/anamnesis-types.d.ts +8 -0
  111. package/dist/patterns/anamnesis/index.js +1 -1
  112. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  113. package/dist/patterns/signature-request/index.js +1 -1
  114. package/dist/tokens.css +1 -1
  115. package/package.json +1 -1
  116. package/dist/_chunks/appointment-timeline-0mwtpErq.js +0 -388
  117. package/dist/_chunks/booking-DHkKcUIl.js +0 -2713
  118. package/dist/_chunks/languages-CGLX6Qpe.js +0 -19
@@ -1,4 +1,21 @@
1
- export type StepStatus = 'completed' | 'error';
1
+ /**
2
+ * Consumer-supplied override for a step.
3
+ *
4
+ * - `completed` — the step holds a value; render the tick and let the user
5
+ * back in to change it.
6
+ * - `error` — the step's own validation failed; always wins.
7
+ * - `unlocked` (1.11.0) — the step has been *reached* but holds no value of
8
+ * its own. It renders exactly like an upcoming step, but the user may open
9
+ * it. Added for flows whose final step can never report itself "completed"
10
+ * because its validity belongs to a form inside it: without this, moving
11
+ * the cursor backwards left that step HTML-`disabled` and unreachable.
12
+ *
13
+ * `'completed'` and `'error'` behave exactly as before, so consumers passing
14
+ * either (or nothing) are unaffected. A consumer that reads this union back
15
+ * in an exhaustive `switch` needs a case for `'unlocked'`; `StepState` — the
16
+ * union such a switch usually runs on — is deliberately untouched.
17
+ */
18
+ export type StepStatus = 'completed' | 'error' | 'unlocked';
2
19
  export type StepState = 'upcoming' | 'current' | 'completed' | 'error';
3
20
  export interface StepSpec {
4
21
  /** Visible step label — comes from the consumer, already translated. */
@@ -9,9 +26,18 @@ export interface StepSpec {
9
26
  * Consumer-explicit status override. `error` always wins; `completed` is
10
27
  * honoured only for steps at or beyond the active index so the active step
11
28
  * always keeps `current` (otherwise a consumer pre-setting `completed` on
12
- * every step would silently mask the current position).
29
+ * every step would silently mask the current position). `unlocked` changes
30
+ * reachability only — see `stepIsReachable` — and never the rendered state.
13
31
  */
14
32
  status?: StepStatus;
15
33
  }
16
34
  export declare function stateForStep(index: number, activeStep: number, status?: StepStatus): StepState;
35
+ /**
36
+ * May the user open this step?
37
+ *
38
+ * Everything at or before the cursor is reachable, as is any step the
39
+ * consumer has explicitly marked `completed`, `error` or `unlocked`.
40
+ * Steps ahead of the cursor with no status stay locked, exactly as before.
41
+ */
42
+ export declare function stepIsReachable(index: number, activeStep: number, status?: StepStatus): boolean;
17
43
  //# sourceMappingURL=stepper.d.ts.map
@@ -88,7 +88,7 @@ declare const appointmentCardVariants: (props?: ({
88
88
  interactive?: boolean | null | undefined;
89
89
  surface?: "elevated" | "flat" | null | undefined;
90
90
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
91
- export interface AppointmentCardProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onClick' | 'role' | 'title'>, VariantProps<typeof appointmentCardVariants> {
91
+ export interface AppointmentCardProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onClick' | 'title'>, VariantProps<typeof appointmentCardVariants> {
92
92
  /** The appointment to render. */
93
93
  item: AppointmentItem;
94
94
  /** Visual density. */
@@ -29,6 +29,14 @@ export interface AppointmentTimelineProps extends Omit<HTMLAttributes<HTMLElemen
29
29
  currency?: string;
30
30
  /** Visual density passed to each AppointmentCard. */
31
31
  size?: 'sm' | 'md';
32
+ /**
33
+ * Lead each row with the PATIENT (avatar + name as the row title) rather
34
+ * than the operator. Default `false`: the timeline was built for a
35
+ * patient-scoped rail, where repeating the name on every row is noise. A
36
+ * clinic-wide agenda — "who is coming in next" across the practice —
37
+ * passes `true`, and rows with no patient read as "No patient".
38
+ */
39
+ showPatient?: boolean;
32
40
  /** Fires when a row is activated. */
33
41
  onOpenAppointment?: (item: AppointmentItem) => void;
34
42
  /** Load earlier (past) appointments — fired when the top edge is reached. */
@@ -1,4 +1,4 @@
1
- import { A as i, a as t } from "../../_chunks/appointment-timeline-0mwtpErq.js";
1
+ import { A as i, a as t } from "../../_chunks/appointment-timeline-DCn0Jx55.js";
2
2
  export {
3
3
  i as AppointmentTimeline,
4
4
  t as appointmentTimelineAgent
@@ -116,11 +116,24 @@ export interface BookingValidationResult {
116
116
  export type BookingValidator = (value: string) => Promise<BookingValidationResult>;
117
117
  export interface BookingHandle {
118
118
  getVariant: () => BookingVariant;
119
+ /**
120
+ * The step the flow is on — 1-7 while the cascade is in progress, and 8
121
+ * once `onSubmit` has resolved and the confirmation view is showing.
122
+ *
123
+ * This is the read-back for `goToStep`: it reports the **cursor**, which
124
+ * can sit behind the cascade's frontier after a backwards edit. It is
125
+ * therefore NOT always the number `onStepChange` emits — that callback
126
+ * reports the frontier (the first incomplete step), so moving the cursor
127
+ * back to step 3 with everything filled makes this return `3` while
128
+ * `onStepChange` stays silent on `7`.
129
+ */
130
+ getCurrentStep: () => 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
119
131
  /** Clear `value` back to an empty state via `onChange`. */
120
132
  reset: () => void;
121
133
  /**
122
- * Jump to a specific step. Implementations may clamp to the first
123
- * incomplete step if the requested one isn't reachable yet.
134
+ * Jump to a specific step. A step that is not in the visible ladder, or
135
+ * that sits ahead of the first incomplete step, clamps to that first
136
+ * incomplete step rather than stranding the cursor.
124
137
  */
125
138
  goToStep: (step: 1 | 2 | 3 | 4 | 5 | 6 | 7) => void;
126
139
  }
@@ -1,4 +1,4 @@
1
- import { B as A, C as R, O as a, b as s } from "../../_chunks/booking-DHkKcUIl.js";
1
+ import { B as A, C as R, O as a, b as s } from "../../_chunks/booking-CBHKdsZl.js";
2
2
  export {
3
3
  A as Booking,
4
4
  R as CONFIRMATION_CHANNEL_ORDER,
@@ -1,4 +1,4 @@
1
- import { C as t, c as s, a as c } from "../../_chunks/chart-Bkr1Sh4o.js";
1
+ import { C as t, c as s, a as c } from "../../_chunks/chart-C6eHTxkO.js";
2
2
  export {
3
3
  t as Chart,
4
4
  s as chartAgent,
@@ -1,4 +1,4 @@
1
- import { C as _, a as O, b as o, c as r } from "../../_chunks/contact-profile-card-CE9OJKcl.js";
1
+ import { C as _, a as O, b as o, c as r } from "../../_chunks/contact-profile-card-BMIBr5s9.js";
2
2
  export {
3
3
  _ as CONTACT_PROFILE_CARD_ROW_ICONS,
4
4
  O as CONTACT_PROFILE_CARD_ROW_KEYS,
@@ -1,4 +1,4 @@
1
- import { C as r, a as l, c as a, u as t, b as e, d as n } from "../../_chunks/control-room-rail-Cj2iX9h_.js";
1
+ import { C as r, a as l, c as a, u as t, b as e, d as n } from "../../_chunks/control-room-rail-iO_BCaq1.js";
2
2
  export {
3
3
  r as ControlRoomProvider,
4
4
  l as ControlRoomRail,
@@ -32,6 +32,28 @@ export interface DateRangeFilterParams {
32
32
  placeholder?: string;
33
33
  commitMode?: 'auto' | 'apply';
34
34
  }
35
+ /**
36
+ * The model stores calendar days (`YYYY-MM-DD`), never instants: a range is
37
+ * "from this day to that day" in the user's own calendar. So the day is read
38
+ * off the local date parts — `toISOString()` would shift a local midnight to
39
+ * the previous day anywhere east of UTC.
40
+ */
41
+ export declare function toIsoDate(d: Date | undefined): string | null;
42
+ /** A bare day parses as LOCAL midnight; anything with a time/offset as-is. */
43
+ export declare function fromIsoDate(s: string | null | undefined): Date | undefined;
44
+ /**
45
+ * The calendar day a cell value stands for, as `YYYY-MM-DD`.
46
+ *
47
+ * An ISO string is read as the day it was WRITTEN with — `2026-04-15T17:32+02:00`
48
+ * is the 15th and `1933-04-04T00:00+01:00` the 4th, whatever zone the browser
49
+ * runs in. (Reducing the instant to the viewer's local day would move a
50
+ * practice-local timestamp across midnight for anyone in another zone, and
51
+ * made the result depend on the machine running the grid.) A `Date` has no
52
+ * offset of its own, so it is read in local time.
53
+ */
54
+ export declare function dayOf(cellValue: unknown): string | null;
55
+ /** Whether a cell's day lies within `[dateFrom, dateTo]` (either end open). */
56
+ export declare function dayInRange(cellValue: unknown, dateFrom: string | null | undefined, dateTo: string | null | undefined): boolean;
35
57
  export declare function DateRangeFilter(props: CustomFilterProps<unknown, unknown, DateRangeFilterModel>): import("react/jsx-runtime").JSX.Element;
36
58
  /**
37
59
  * Floating-filter companion for `DateRangeFilter`.
@@ -1,6 +1,6 @@
1
- import { A as r, D as l, E as t, T as s, a as d, b as n, c as o, d as i, e as R, f as C, g as T, i as F, h as g } from "../../_chunks/actions-cell-renderer-xfSYiTXQ.js";
2
- import { B as b, C as c, a as u, E as x, b as p, R as E, T as m, c as f, r as h, u as S } from "../../_chunks/editable-currency-cell-renderer-zLf_bXvL.js";
3
- import { D as w, a as y, b as I, I as L, L as N, N as P, c as W, S as B, d as U, e as _, T as k, f as v, g as O, U as X } from "../../_chunks/link-cell-renderer-Cp2MSlJl.js";
1
+ import { A as r, D as l, E as t, T as s, a as d, b as n, c as o, d as i, e as R, f as C, g as T, i as F, h as g } from "../../_chunks/actions-cell-renderer-BCEjn3-f.js";
2
+ import { B as b, C as c, a as u, E as x, b as p, R as E, T as m, c as f, r as h, u as S } from "../../_chunks/editable-currency-cell-renderer-B7TVZ5ZJ.js";
3
+ import { D as w, a as y, b as I, I as L, L as N, N as P, c as W, S as B, d as U, e as _, T as k, f as v, g as O, U as X } from "../../_chunks/link-cell-renderer-CenJx-_7.js";
4
4
  export {
5
5
  r as ActionsCellRenderer,
6
6
  b as BalanceCellRenderer,
@@ -1,4 +1,4 @@
1
- import { A as e, F as o, a as n, b as A, c as i, d as f, e as t, I, f as N, g as T, h as F, i as _, j as E, k as c, l as h, m as r, n as p, o as O, p as S, q as m, r as l, s as d, t as C, u as D } from "../../_chunks/face-scheme-BfDi4YkW.js";
1
+ import { A as e, F as o, a as n, b as A, c as i, d as f, e as t, I, f as N, g as T, h as F, i as _, j as E, k as c, l as h, m as r, n as p, o as O, p as S, q as m, r as l, s as d, t as C, u as D } from "../../_chunks/face-scheme-CZaKm6fG.js";
2
2
  export {
3
3
  e as ANNOTATION_TOOL_KIND,
4
4
  o as FACE_ANNOTATION_TOOLS,
@@ -1,4 +1,4 @@
1
- import { F as r, f } from "../../_chunks/file-manager-Df6hyUYg.js";
1
+ import { F as r, f } from "../../_chunks/file-manager-Moc7sUFj.js";
2
2
  export {
3
3
  r as FileManager,
4
4
  f as fileManagerAgent
@@ -1,4 +1,4 @@
1
- import { H as t } from "../../_chunks/header-settings-CVC_davE.js";
1
+ import { H as t } from "../../_chunks/header-settings-J-ZCAfir.js";
2
2
  export {
3
3
  t as HeaderSettings
4
4
  };
@@ -1,4 +1,4 @@
1
- import { I as t } from "../../_chunks/icon-button-group-D6SVMteH.js";
1
+ import { I as t } from "../../_chunks/icon-button-group-VCCod3Hz.js";
2
2
  export {
3
3
  t as IconButtonGroup
4
4
  };
@@ -1,4 +1,4 @@
1
- import { N as a } from "../../_chunks/notes-panel-e9cJWVRg.js";
1
+ import { N as a } from "../../_chunks/notes-panel-CymneXtl.js";
2
2
  export {
3
3
  a as NotesPanel
4
4
  };
@@ -122,6 +122,12 @@ export interface NotesPanelProps extends Omit<HTMLAttributes<HTMLElement>, 'titl
122
122
  onTogglePin?: (id: string) => void;
123
123
  /** Toggle a note's flagged state — renders an inline flag button per note. */
124
124
  onToggleFlag?: (id: string) => void;
125
+ /**
126
+ * Host-owned actions rendered under each note (edit, delete, share…),
127
+ * aligned to the inline end. The host supplies labelled controls and owns
128
+ * what they do — the panel stays a timeline and never edits a note itself.
129
+ */
130
+ noteActions?: (note: NotesPanelNote) => ReactNode;
125
131
  /** Panel heading. Defaults to the localised "Notes". */
126
132
  title?: string;
127
133
  /** Composer placeholder. */
@@ -1,4 +1,4 @@
1
- import { B as s, C as l, N as n, P as t, a as C, T as i, b as o, g as T, u as p } from "../../_chunks/balance-badge-cell-C_Qz76x7.js";
1
+ import { B as s, C as l, N as n, P as t, a as C, T as i, b as o, g as T, u as p } from "../../_chunks/balance-badge-cell-BrlikHfT.js";
2
2
  export {
3
3
  s as BalanceBadgeCell,
4
4
  l as CarePlanStatusCell,
@@ -1,4 +1,4 @@
1
- import { P as t, p as a } from "../../_chunks/practice-results-BEsAdW-B.js";
1
+ import { P as t, p as a } from "../../_chunks/practice-results-D7ygCj_W.js";
2
2
  export {
3
3
  t as PracticeResults,
4
4
  a as practiceResultsAgent
@@ -77,6 +77,24 @@ export interface PracticeResult {
77
77
  insurances?: string[];
78
78
  /** Anxious-patient friendly — renders an icon chip on rich-cards. */
79
79
  specializedInFearPatients?: boolean;
80
+ /**
81
+ * First-visit price in the smallest currency unit (cents / centesimi).
82
+ * Rendered as a labelled "First visit cost" row on every card in both
83
+ * densities (booking-website maps the practice's long-standing
84
+ * first-visit price setting here). Same convention as
85
+ * `ContactProfileCard.firstVisitPriceCents` — the KIT formats, the
86
+ * consumer never hands over a pre-rendered string.
87
+ *
88
+ * `0` is a real value meaning "free" and renders as such. Omit the
89
+ * field (or pass `undefined`) when the practice has not set a price —
90
+ * the row then disappears completely. Added for HTP-6136.
91
+ */
92
+ firstVisitPriceCents?: number;
93
+ /**
94
+ * ISO-4217 currency code for `firstVisitPriceCents`. Defaults to
95
+ * `EUR`. Added for HTP-6136.
96
+ */
97
+ currencyCode?: string;
80
98
  /**
81
99
  * Next available slot — rendered as a "Next available …" caption on
82
100
  * every card. When present, the card's Book CTA deep-links to
@@ -1,4 +1,4 @@
1
- import { S as e } from "../../_chunks/stepper-accordion-BeVMZPuG.js";
1
+ import { S as e } from "../../_chunks/stepper-accordion-DmVykr5F.js";
2
2
  import { s as t } from "../../_chunks/stepper-accordion.agent-cmEguIdx.js";
3
3
  export {
4
4
  e as StepperAccordion,
@@ -1,4 +1,4 @@
1
- import { T as o, t } from "../../_chunks/theme-toggle-DuMhQNFS.js";
1
+ import { T as o, t } from "../../_chunks/theme-toggle-uEwoKjl3.js";
2
2
  export {
3
3
  o as ThemeToggle,
4
4
  t as themeToggleAgent
@@ -1,4 +1,4 @@
1
- import { T as l, t } from "../../_chunks/tool-rail-CHyUmulN.js";
1
+ import { T as l, t } from "../../_chunks/tool-rail-8Scslq3X.js";
2
2
  export {
3
3
  l as ToolRail,
4
4
  t as toolRailAgent
@@ -92,7 +92,7 @@ export interface ToolRailProps extends VariantProps<typeof railVariants> {
92
92
  * Opt-in resize affordance for the open tool panel. Renders a
93
93
  * `role="separator"` drag handle on the panel's inner edge (the edge
94
94
  * facing the main content). The committed width is written to
95
- * `--tool-rail-panel-inline-size` on the panel element (288–640px);
95
+ * `--tool-rail-panel-inline-size` on the panel element (288–880px);
96
96
  * Enter / double-click resets to the token-driven default. Default `false`.
97
97
  */
98
98
  resizablePanel?: boolean;
@@ -1,4 +1,4 @@
1
- import { W as t, a as s } from "../../_chunks/whatsapp-button-Ca9towA4.js";
1
+ import { W as t, a as s } from "../../_chunks/whatsapp-button-CuFIHJzG.js";
2
2
  export {
3
3
  t as WhatsAppButton,
4
4
  s as WhatsAppGlyph
@@ -41,7 +41,7 @@
41
41
 
42
42
  /* ───────────────────────────────────────────────────────────────────────
43
43
  SECTION A — design tokens (custom properties). UNLAYERED.
44
- 93 declarations across 72 token names and 23 selectors.
44
+ 95 declarations across 73 token names and 25 selectors.
45
45
 
46
46
  Unlayered normal declarations outrank every layered one regardless of
47
47
  source order and specificity, so this block beats the kit's own
@@ -87,6 +87,9 @@
87
87
  .ds\:\[--carousel-item-inline-size\:28rem\] {
88
88
  --carousel-item-inline-size:448px;
89
89
  }
90
+ .ds\:\[--inc1-nav-block-size\:3\.5rem\] {
91
+ --inc1-nav-block-size:56px;
92
+ }
90
93
  .ds\:\[--map-block-size\:14rem\] {
91
94
  --map-block-size:224px;
92
95
  }
@@ -117,6 +120,9 @@
117
120
  .ds\:\[--tool-rail-panel-inline-size\:26rem\] {
118
121
  --tool-rail-panel-inline-size:416px;
119
122
  }
123
+ .ds\:\[--tool-rail-panel-inline-size\:34rem\] {
124
+ --tool-rail-panel-inline-size:544px;
125
+ }
120
126
  :root,.theme-light {
121
127
  --spacing:4px;
122
128
  --spacing-2xs:2px;
@@ -1423,6 +1423,7 @@ export declare const arUi: {
1423
1423
  readonly completed: "مكتمل";
1424
1424
  readonly error: "خطأ";
1425
1425
  readonly edit: "تعديل";
1426
+ readonly open: "فتح";
1426
1427
  readonly locked: "مقفل";
1427
1428
  };
1428
1429
  readonly stepperCalendar: {
@@ -1700,6 +1701,8 @@ export declare const arUi: {
1700
1701
  };
1701
1702
  readonly booking: {
1702
1703
  readonly regionLabel: "حجز موعد";
1704
+ readonly stepAnnouncement: "الخطوة {{current}} من {{total}}: {{label}}";
1705
+ readonly filtersLabel: "اختياراتك";
1703
1706
  readonly inlineList: {
1704
1707
  readonly title: "احجز موعدك عبر الإنترنت";
1705
1708
  readonly subtitle: "ابحث حسب التخصص أو الخدمة أو التاريخ والوقت";
@@ -1978,6 +1981,7 @@ export declare const arUi: {
1978
1981
  readonly card: {
1979
1982
  readonly open: "Open";
1980
1983
  readonly book: "Book";
1984
+ readonly firstVisitPrice: "First visit cost";
1981
1985
  };
1982
1986
  readonly sheet: {
1983
1987
  readonly title_one: "{{count}} practice";
@@ -1420,6 +1420,7 @@ const e = {
1420
1420
  completed: "مكتمل",
1421
1421
  error: "خطأ",
1422
1422
  edit: "تعديل",
1423
+ open: "فتح",
1423
1424
  locked: "مقفل"
1424
1425
  },
1425
1426
  stepperCalendar: {
@@ -1697,6 +1698,8 @@ const e = {
1697
1698
  },
1698
1699
  booking: {
1699
1700
  regionLabel: "حجز موعد",
1701
+ stepAnnouncement: "الخطوة {{current}} من {{total}}: {{label}}",
1702
+ filtersLabel: "اختياراتك",
1700
1703
  inlineList: {
1701
1704
  title: "احجز موعدك عبر الإنترنت",
1702
1705
  subtitle: "ابحث حسب التخصص أو الخدمة أو التاريخ والوقت"
@@ -1964,7 +1967,8 @@ const e = {
1964
1967
  fearPatient: { label: "Anxious-patient friendly" },
1965
1968
  card: {
1966
1969
  open: "Open",
1967
- book: "Book"
1970
+ book: "Book",
1971
+ firstVisitPrice: "First visit cost"
1968
1972
  },
1969
1973
  sheet: {
1970
1974
  title_one: "{{count}} practice",
@@ -1423,6 +1423,7 @@ export declare const deUi: {
1423
1423
  readonly completed: "Abgeschlossen";
1424
1424
  readonly error: "Fehler";
1425
1425
  readonly edit: "Bearbeiten";
1426
+ readonly open: "Öffnen";
1426
1427
  readonly locked: "Gesperrt";
1427
1428
  };
1428
1429
  readonly stepperCalendar: {
@@ -1700,6 +1701,8 @@ export declare const deUi: {
1700
1701
  };
1701
1702
  readonly booking: {
1702
1703
  readonly regionLabel: "Termin buchen";
1704
+ readonly stepAnnouncement: "Schritt {{current}} von {{total}}: {{label}}";
1705
+ readonly filtersLabel: "Ihre Auswahl";
1703
1706
  readonly inlineList: {
1704
1707
  readonly title: "Termin online buchen";
1705
1708
  readonly subtitle: "Nach Fachgebiet, Leistung, Datum und Uhrzeit suchen";
@@ -1978,6 +1981,7 @@ export declare const deUi: {
1978
1981
  readonly card: {
1979
1982
  readonly open: "Öffnen";
1980
1983
  readonly book: "Buchen";
1984
+ readonly firstVisitPrice: "Kosten der Erstuntersuchung";
1981
1985
  };
1982
1986
  readonly sheet: {
1983
1987
  readonly title_one: "{{count}} Praxis";
@@ -2007,7 +2011,7 @@ export declare const deUi: {
2007
2011
  readonly website: "Website";
2008
2012
  readonly languages: "Languages spoken";
2009
2013
  readonly insurances: "Insurance / partnership";
2010
- readonly firstVisitPrice: "First visit cost";
2014
+ readonly firstVisitPrice: "Kosten der Erstuntersuchung";
2011
2015
  readonly expertForAnxiousPatients: "Expert with anxious patients";
2012
2016
  readonly profession: "Profession";
2013
2017
  };
@@ -1420,6 +1420,7 @@ const e = {
1420
1420
  completed: "Abgeschlossen",
1421
1421
  error: "Fehler",
1422
1422
  edit: "Bearbeiten",
1423
+ open: "Öffnen",
1423
1424
  locked: "Gesperrt"
1424
1425
  },
1425
1426
  stepperCalendar: {
@@ -1697,6 +1698,8 @@ const e = {
1697
1698
  },
1698
1699
  booking: {
1699
1700
  regionLabel: "Termin buchen",
1701
+ stepAnnouncement: "Schritt {{current}} von {{total}}: {{label}}",
1702
+ filtersLabel: "Ihre Auswahl",
1700
1703
  inlineList: {
1701
1704
  title: "Termin online buchen",
1702
1705
  subtitle: "Nach Fachgebiet, Leistung, Datum und Uhrzeit suchen"
@@ -1963,7 +1966,8 @@ const e = {
1963
1966
  fearPatient: { label: "Geeignet für ängstliche Patienten" },
1964
1967
  card: {
1965
1968
  open: "Öffnen",
1966
- book: "Buchen"
1969
+ book: "Buchen",
1970
+ firstVisitPrice: "Kosten der Erstuntersuchung"
1967
1971
  },
1968
1972
  sheet: {
1969
1973
  title_one: "{{count}} Praxis",
@@ -1993,7 +1997,7 @@ const e = {
1993
1997
  website: "Website",
1994
1998
  languages: "Languages spoken",
1995
1999
  insurances: "Insurance / partnership",
1996
- firstVisitPrice: "First visit cost",
2000
+ firstVisitPrice: "Kosten der Erstuntersuchung",
1997
2001
  expertForAnxiousPatients: "Expert with anxious patients",
1998
2002
  profession: "Profession"
1999
2003
  },
@@ -1420,6 +1420,7 @@ export declare const elUi: {
1420
1420
  readonly completed: "Ολοκληρώθηκε";
1421
1421
  readonly error: "Σφάλμα";
1422
1422
  readonly edit: "Επεξεργασία";
1423
+ readonly open: "Άνοιγμα";
1423
1424
  readonly locked: "Κλειδωμένο";
1424
1425
  };
1425
1426
  readonly stepperCalendar: {
@@ -1697,6 +1698,8 @@ export declare const elUi: {
1697
1698
  };
1698
1699
  readonly booking: {
1699
1700
  readonly regionLabel: "Κράτηση ραντεβού";
1701
+ readonly stepAnnouncement: "Βήμα {{current}} από {{total}}: {{label}}";
1702
+ readonly filtersLabel: "Οι επιλογές σας";
1700
1703
  readonly inlineList: {
1701
1704
  readonly title: "Κλείστε το ραντεβού σας online";
1702
1705
  readonly subtitle: "Αναζητήστε ανά ειδικότητα, υπηρεσία, ημερομηνία και ώρα";
@@ -1975,6 +1978,7 @@ export declare const elUi: {
1975
1978
  readonly card: {
1976
1979
  readonly open: "Open";
1977
1980
  readonly book: "Book";
1981
+ readonly firstVisitPrice: "First visit cost";
1978
1982
  };
1979
1983
  readonly sheet: {
1980
1984
  readonly title_one: "{{count}} practice";
@@ -1420,6 +1420,7 @@ const e = {
1420
1420
  completed: "Ολοκληρώθηκε",
1421
1421
  error: "Σφάλμα",
1422
1422
  edit: "Επεξεργασία",
1423
+ open: "Άνοιγμα",
1423
1424
  locked: "Κλειδωμένο"
1424
1425
  },
1425
1426
  stepperCalendar: {
@@ -1697,6 +1698,8 @@ const e = {
1697
1698
  },
1698
1699
  booking: {
1699
1700
  regionLabel: "Κράτηση ραντεβού",
1701
+ stepAnnouncement: "Βήμα {{current}} από {{total}}: {{label}}",
1702
+ filtersLabel: "Οι επιλογές σας",
1700
1703
  inlineList: {
1701
1704
  title: "Κλείστε το ραντεβού σας online",
1702
1705
  subtitle: "Αναζητήστε ανά ειδικότητα, υπηρεσία, ημερομηνία και ώρα"
@@ -1964,7 +1967,8 @@ const e = {
1964
1967
  fearPatient: { label: "Anxious-patient friendly" },
1965
1968
  card: {
1966
1969
  open: "Open",
1967
- book: "Book"
1970
+ book: "Book",
1971
+ firstVisitPrice: "First visit cost"
1968
1972
  },
1969
1973
  sheet: {
1970
1974
  title_one: "{{count}} practice",
@@ -1488,6 +1488,7 @@ export declare const enUi: {
1488
1488
  readonly completed: "Completed";
1489
1489
  readonly error: "Error";
1490
1490
  readonly edit: "Edit";
1491
+ readonly open: "Open";
1491
1492
  readonly locked: "Locked";
1492
1493
  };
1493
1494
  readonly stepperCalendar: {
@@ -1765,6 +1766,8 @@ export declare const enUi: {
1765
1766
  };
1766
1767
  readonly booking: {
1767
1768
  readonly regionLabel: "Book appointment";
1769
+ readonly stepAnnouncement: "Step {{current}} of {{total}}: {{label}}";
1770
+ readonly filtersLabel: "Your selections";
1768
1771
  readonly inlineList: {
1769
1772
  readonly title: "Book your appointment online";
1770
1773
  readonly subtitle: "Search or browse by specialty, service, date and time";
@@ -2043,6 +2046,7 @@ export declare const enUi: {
2043
2046
  readonly card: {
2044
2047
  readonly open: "Open";
2045
2048
  readonly book: "Book";
2049
+ readonly firstVisitPrice: "First visit cost";
2046
2050
  };
2047
2051
  readonly sheet: {
2048
2052
  readonly title_one: "{{count}} practice";
@@ -1471,6 +1471,7 @@ const e = {
1471
1471
  completed: "Completed",
1472
1472
  error: "Error",
1473
1473
  edit: "Edit",
1474
+ open: "Open",
1474
1475
  locked: "Locked"
1475
1476
  },
1476
1477
  stepperCalendar: {
@@ -1748,6 +1749,8 @@ const e = {
1748
1749
  },
1749
1750
  booking: {
1750
1751
  regionLabel: "Book appointment",
1752
+ stepAnnouncement: "Step {{current}} of {{total}}: {{label}}",
1753
+ filtersLabel: "Your selections",
1751
1754
  inlineList: {
1752
1755
  title: "Book your appointment online",
1753
1756
  subtitle: "Search or browse by specialty, service, date and time"
@@ -2025,7 +2028,8 @@ const e = {
2025
2028
  },
2026
2029
  card: {
2027
2030
  open: "Open",
2028
- book: "Book"
2031
+ book: "Book",
2032
+ firstVisitPrice: "First visit cost"
2029
2033
  },
2030
2034
  sheet: {
2031
2035
  title_one: "{{count}} practice",
@@ -1420,6 +1420,7 @@ export declare const esUi: {
1420
1420
  readonly completed: "Completado";
1421
1421
  readonly error: "Error";
1422
1422
  readonly edit: "Editar";
1423
+ readonly open: "Abrir";
1423
1424
  readonly locked: "Bloqueado";
1424
1425
  };
1425
1426
  readonly stepperCalendar: {
@@ -1697,6 +1698,8 @@ export declare const esUi: {
1697
1698
  };
1698
1699
  readonly booking: {
1699
1700
  readonly regionLabel: "Reservar cita";
1701
+ readonly stepAnnouncement: "Paso {{current}} de {{total}}: {{label}}";
1702
+ readonly filtersLabel: "Tus selecciones";
1700
1703
  readonly inlineList: {
1701
1704
  readonly title: "Reserve su cita en línea";
1702
1705
  readonly subtitle: "Busque por especialidad, servicio, fecha y hora";
@@ -1975,6 +1978,7 @@ export declare const esUi: {
1975
1978
  readonly card: {
1976
1979
  readonly open: "Abrir";
1977
1980
  readonly book: "Reservar";
1981
+ readonly firstVisitPrice: "Coste de la primera visita";
1978
1982
  };
1979
1983
  readonly sheet: {
1980
1984
  readonly title_one: "{{count}} consultorio";
@@ -2004,7 +2008,7 @@ export declare const esUi: {
2004
2008
  readonly website: "Website";
2005
2009
  readonly languages: "Languages spoken";
2006
2010
  readonly insurances: "Insurance / partnership";
2007
- readonly firstVisitPrice: "First visit cost";
2011
+ readonly firstVisitPrice: "Coste de la primera visita";
2008
2012
  readonly expertForAnxiousPatients: "Expert with anxious patients";
2009
2013
  readonly profession: "Profession";
2010
2014
  };
@@ -1420,6 +1420,7 @@ const e = {
1420
1420
  completed: "Completado",
1421
1421
  error: "Error",
1422
1422
  edit: "Editar",
1423
+ open: "Abrir",
1423
1424
  locked: "Bloqueado"
1424
1425
  },
1425
1426
  stepperCalendar: {
@@ -1697,6 +1698,8 @@ const e = {
1697
1698
  },
1698
1699
  booking: {
1699
1700
  regionLabel: "Reservar cita",
1701
+ stepAnnouncement: "Paso {{current}} de {{total}}: {{label}}",
1702
+ filtersLabel: "Tus selecciones",
1700
1703
  inlineList: {
1701
1704
  title: "Reserve su cita en línea",
1702
1705
  subtitle: "Busque por especialidad, servicio, fecha y hora"
@@ -1963,7 +1966,8 @@ const e = {
1963
1966
  fearPatient: { label: "Adecuado para pacientes ansiosos" },
1964
1967
  card: {
1965
1968
  open: "Abrir",
1966
- book: "Reservar"
1969
+ book: "Reservar",
1970
+ firstVisitPrice: "Coste de la primera visita"
1967
1971
  },
1968
1972
  sheet: {
1969
1973
  title_one: "{{count}} consultorio",
@@ -1993,7 +1997,7 @@ const e = {
1993
1997
  website: "Website",
1994
1998
  languages: "Languages spoken",
1995
1999
  insurances: "Insurance / partnership",
1996
- firstVisitPrice: "First visit cost",
2000
+ firstVisitPrice: "Coste de la primera visita",
1997
2001
  expertForAnxiousPatients: "Expert with anxious patients",
1998
2002
  profession: "Profession"
1999
2003
  },