@alfadocs/ui-kit-debug 0.31.3 → 0.31.6

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 (177) hide show
  1. package/dist/_chunks/{agenda-card-UJA6Arbs.js → agenda-card-DtGlQde1.js} +2 -2
  2. package/dist/_chunks/{agenda-card-UJA6Arbs.js.map → agenda-card-DtGlQde1.js.map} +1 -1
  3. package/dist/_chunks/{agenda-tray-1fAxNOMz.js → agenda-tray-CXmlwt2K.js} +2 -2
  4. package/dist/_chunks/{agenda-tray-1fAxNOMz.js.map → agenda-tray-CXmlwt2K.js.map} +1 -1
  5. package/dist/_chunks/{badge-CptERaHx.js → badge-B9Cr6iEB.js} +30 -21
  6. package/dist/_chunks/badge-B9Cr6iEB.js.map +1 -0
  7. package/dist/_chunks/{benefit-card-CLPNpiQE.js → benefit-card-B86DH-PE.js} +14 -10
  8. package/dist/_chunks/benefit-card-B86DH-PE.js.map +1 -0
  9. package/dist/_chunks/{card-DKTMLVrw.js → card-CNri9ssR.js} +43 -37
  10. package/dist/_chunks/card-CNri9ssR.js.map +1 -0
  11. package/dist/_chunks/{contact-card-DYbp--s-.js → contact-card-Dos7Tley.js} +2 -2
  12. package/dist/_chunks/{contact-card-DYbp--s-.js.map → contact-card-Dos7Tley.js.map} +1 -1
  13. package/dist/_chunks/{editable-currency-cell-renderer-BpicmolK.js → editable-currency-cell-renderer-YvTwkFrD.js} +2 -2
  14. package/dist/_chunks/{editable-currency-cell-renderer-BpicmolK.js.map → editable-currency-cell-renderer-YvTwkFrD.js.map} +1 -1
  15. package/dist/_chunks/key-value-pair-CYE7NSpM.js +134 -0
  16. package/dist/_chunks/key-value-pair-CYE7NSpM.js.map +1 -0
  17. package/dist/_chunks/message-circle-C23eicgb.js +20 -0
  18. package/dist/_chunks/message-circle-C23eicgb.js.map +1 -0
  19. package/dist/_chunks/operator-hero-BsjE-kJF.js +171 -0
  20. package/dist/_chunks/operator-hero-BsjE-kJF.js.map +1 -0
  21. package/dist/_chunks/{patient-search-hFiYbqcl.js → patient-search-CSDru7QW.js} +2 -2
  22. package/dist/_chunks/{patient-search-hFiYbqcl.js.map → patient-search-CSDru7QW.js.map} +1 -1
  23. package/dist/_chunks/practice-profile-card-C2_2ZH_G.js +297 -0
  24. package/dist/_chunks/practice-profile-card-C2_2ZH_G.js.map +1 -0
  25. package/dist/_chunks/{practice-results-RPL64j8E.js → practice-results-VqbCUO1b.js} +378 -405
  26. package/dist/_chunks/practice-results-VqbCUO1b.js.map +1 -0
  27. package/dist/_chunks/{reviews-panel-yanuBZs-.js → reviews-panel-Cjys8G8K.js} +2 -2
  28. package/dist/_chunks/{reviews-panel-yanuBZs-.js.map → reviews-panel-Cjys8G8K.js.map} +1 -1
  29. package/dist/_chunks/shield-check-BhHyReu8.js +52 -0
  30. package/dist/_chunks/shield-check-BhHyReu8.js.map +1 -0
  31. package/dist/_chunks/{timeline-D0Wo7v_o.js → timeline-BZC7qGdy.js} +2 -2
  32. package/dist/_chunks/{timeline-D0Wo7v_o.js.map → timeline-BZC7qGdy.js.map} +1 -1
  33. package/dist/_chunks/{workflow-map-BSvQS3be.js → workflow-map-DfpjDZHK.js} +93 -107
  34. package/dist/_chunks/workflow-map-DfpjDZHK.js.map +1 -0
  35. package/dist/agent-catalog.json +55 -1
  36. package/dist/components/agenda-card/index.js +1 -1
  37. package/dist/components/agenda-tray/index.js +1 -1
  38. package/dist/components/badge/badge.d.ts +1 -1
  39. package/dist/components/badge/badge.d.ts.map +1 -1
  40. package/dist/components/badge/index.js +1 -1
  41. package/dist/components/benefit-card/benefit-card.d.ts.map +1 -1
  42. package/dist/components/benefit-card/index.js +1 -1
  43. package/dist/components/card/card.d.ts.map +1 -1
  44. package/dist/components/card/index.js +1 -1
  45. package/dist/components/contact-card/index.js +1 -1
  46. package/dist/components/data-table/index.js +1 -1
  47. package/dist/components/index.d.ts +2 -0
  48. package/dist/components/index.d.ts.map +1 -1
  49. package/dist/components/key-value-pair/index.d.ts +2 -2
  50. package/dist/components/key-value-pair/index.d.ts.map +1 -1
  51. package/dist/components/key-value-pair/index.js +3 -2
  52. package/dist/components/key-value-pair/key-value-pair.d.ts +10 -0
  53. package/dist/components/key-value-pair/key-value-pair.d.ts.map +1 -1
  54. package/dist/components/operator-hero/index.d.ts +4 -0
  55. package/dist/components/operator-hero/index.d.ts.map +1 -0
  56. package/dist/components/operator-hero/index.js +6 -0
  57. package/dist/components/operator-hero/index.js.map +1 -0
  58. package/dist/components/operator-hero/operator-hero.agent.d.ts +4 -0
  59. package/dist/components/operator-hero/operator-hero.agent.d.ts.map +1 -0
  60. package/dist/components/operator-hero/operator-hero.d.ts +64 -0
  61. package/dist/components/operator-hero/operator-hero.d.ts.map +1 -0
  62. package/dist/components/patient-search/index.js +1 -1
  63. package/dist/components/practice-profile-card/index.d.ts +4 -0
  64. package/dist/components/practice-profile-card/index.d.ts.map +1 -0
  65. package/dist/components/practice-profile-card/index.js +8 -0
  66. package/dist/components/practice-profile-card/index.js.map +1 -0
  67. package/dist/components/practice-profile-card/practice-profile-card.agent.d.ts +4 -0
  68. package/dist/components/practice-profile-card/practice-profile-card.agent.d.ts.map +1 -0
  69. package/dist/components/practice-profile-card/practice-profile-card.d.ts +115 -0
  70. package/dist/components/practice-profile-card/practice-profile-card.d.ts.map +1 -0
  71. package/dist/components/practice-results/index.js +1 -1
  72. package/dist/components/practice-results/practice-results.d.ts +19 -0
  73. package/dist/components/practice-results/practice-results.d.ts.map +1 -1
  74. package/dist/components/reviews-panel/index.js +1 -1
  75. package/dist/components/timeline/index.js +1 -1
  76. package/dist/components/workflow/index.js +1 -1
  77. package/dist/i18n/locales/ar.d.ts +23 -0
  78. package/dist/i18n/locales/ar.d.ts.map +1 -1
  79. package/dist/i18n/locales/ar.js +23 -0
  80. package/dist/i18n/locales/ar.js.map +1 -1
  81. package/dist/i18n/locales/de.d.ts +23 -0
  82. package/dist/i18n/locales/de.d.ts.map +1 -1
  83. package/dist/i18n/locales/de.js +23 -0
  84. package/dist/i18n/locales/de.js.map +1 -1
  85. package/dist/i18n/locales/el.d.ts +23 -0
  86. package/dist/i18n/locales/el.d.ts.map +1 -1
  87. package/dist/i18n/locales/el.js +23 -0
  88. package/dist/i18n/locales/el.js.map +1 -1
  89. package/dist/i18n/locales/en.d.ts +23 -0
  90. package/dist/i18n/locales/en.d.ts.map +1 -1
  91. package/dist/i18n/locales/en.js +23 -0
  92. package/dist/i18n/locales/en.js.map +1 -1
  93. package/dist/i18n/locales/es.d.ts +23 -0
  94. package/dist/i18n/locales/es.d.ts.map +1 -1
  95. package/dist/i18n/locales/es.js +23 -0
  96. package/dist/i18n/locales/es.js.map +1 -1
  97. package/dist/i18n/locales/fr.d.ts +23 -0
  98. package/dist/i18n/locales/fr.d.ts.map +1 -1
  99. package/dist/i18n/locales/fr.js +23 -0
  100. package/dist/i18n/locales/fr.js.map +1 -1
  101. package/dist/i18n/locales/hi.d.ts +23 -0
  102. package/dist/i18n/locales/hi.d.ts.map +1 -1
  103. package/dist/i18n/locales/hi.js +23 -0
  104. package/dist/i18n/locales/hi.js.map +1 -1
  105. package/dist/i18n/locales/it.d.ts +23 -0
  106. package/dist/i18n/locales/it.d.ts.map +1 -1
  107. package/dist/i18n/locales/it.js +23 -0
  108. package/dist/i18n/locales/it.js.map +1 -1
  109. package/dist/i18n/locales/ja.d.ts +23 -0
  110. package/dist/i18n/locales/ja.d.ts.map +1 -1
  111. package/dist/i18n/locales/ja.js +23 -0
  112. package/dist/i18n/locales/ja.js.map +1 -1
  113. package/dist/i18n/locales/nl.d.ts +23 -0
  114. package/dist/i18n/locales/nl.d.ts.map +1 -1
  115. package/dist/i18n/locales/nl.js +23 -0
  116. package/dist/i18n/locales/nl.js.map +1 -1
  117. package/dist/i18n/locales/pl.d.ts +23 -0
  118. package/dist/i18n/locales/pl.d.ts.map +1 -1
  119. package/dist/i18n/locales/pl.js +23 -0
  120. package/dist/i18n/locales/pl.js.map +1 -1
  121. package/dist/i18n/locales/pt.d.ts +23 -0
  122. package/dist/i18n/locales/pt.d.ts.map +1 -1
  123. package/dist/i18n/locales/pt.js +23 -0
  124. package/dist/i18n/locales/pt.js.map +1 -1
  125. package/dist/i18n/locales/ro.d.ts +23 -0
  126. package/dist/i18n/locales/ro.d.ts.map +1 -1
  127. package/dist/i18n/locales/ro.js +23 -0
  128. package/dist/i18n/locales/ro.js.map +1 -1
  129. package/dist/i18n/locales/ru.d.ts +23 -0
  130. package/dist/i18n/locales/ru.d.ts.map +1 -1
  131. package/dist/i18n/locales/ru.js +23 -0
  132. package/dist/i18n/locales/ru.js.map +1 -1
  133. package/dist/i18n/locales/sq.d.ts +23 -0
  134. package/dist/i18n/locales/sq.d.ts.map +1 -1
  135. package/dist/i18n/locales/sq.js +23 -0
  136. package/dist/i18n/locales/sq.js.map +1 -1
  137. package/dist/i18n/locales/sv.d.ts +23 -0
  138. package/dist/i18n/locales/sv.d.ts.map +1 -1
  139. package/dist/i18n/locales/sv.js +23 -0
  140. package/dist/i18n/locales/sv.js.map +1 -1
  141. package/dist/i18n/locales/tr.d.ts +23 -0
  142. package/dist/i18n/locales/tr.d.ts.map +1 -1
  143. package/dist/i18n/locales/tr.js +23 -0
  144. package/dist/i18n/locales/tr.js.map +1 -1
  145. package/dist/i18n/locales/zh.d.ts +23 -0
  146. package/dist/i18n/locales/zh.d.ts.map +1 -1
  147. package/dist/i18n/locales/zh.js +23 -0
  148. package/dist/i18n/locales/zh.js.map +1 -1
  149. package/dist/index.js +400 -391
  150. package/dist/index.js.map +1 -1
  151. package/dist/locales/ar.json +23 -0
  152. package/dist/locales/de.json +23 -0
  153. package/dist/locales/el.json +23 -0
  154. package/dist/locales/en.json +23 -0
  155. package/dist/locales/es.json +23 -0
  156. package/dist/locales/fr.json +23 -0
  157. package/dist/locales/hi.json +23 -0
  158. package/dist/locales/it.json +23 -0
  159. package/dist/locales/ja.json +23 -0
  160. package/dist/locales/nl.json +23 -0
  161. package/dist/locales/pl.json +23 -0
  162. package/dist/locales/pt.json +23 -0
  163. package/dist/locales/ro.json +23 -0
  164. package/dist/locales/ru.json +23 -0
  165. package/dist/locales/sq.json +23 -0
  166. package/dist/locales/sv.json +23 -0
  167. package/dist/locales/tr.json +23 -0
  168. package/dist/locales/zh.json +23 -0
  169. package/dist/tokens.css +1 -1
  170. package/package.json +9 -1
  171. package/dist/_chunks/badge-CptERaHx.js.map +0 -1
  172. package/dist/_chunks/benefit-card-CLPNpiQE.js.map +0 -1
  173. package/dist/_chunks/card-DKTMLVrw.js.map +0 -1
  174. package/dist/_chunks/key-value-pair-C8DaR3Xs.js +0 -98
  175. package/dist/_chunks/key-value-pair-C8DaR3Xs.js.map +0 -1
  176. package/dist/_chunks/practice-results-RPL64j8E.js.map +0 -1
  177. package/dist/_chunks/workflow-map-BSvQS3be.js.map +0 -1
@@ -0,0 +1,64 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ declare const rootVariants: (props?: ({
4
+ density?: "compact" | "comfortable" | null | undefined;
5
+ surface?: "flat" | "elevated" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ export interface OperatorHeroBadge {
8
+ /** Display key — i18n is up to the consumer. */
9
+ key: string;
10
+ /** Display label. */
11
+ label: string;
12
+ /** Badge variant — falls back to `neutral`. */
13
+ variant?: 'neutral' | 'info' | 'success' | 'warning' | 'error';
14
+ }
15
+ export interface OperatorHeroRating {
16
+ /** Mean rating, 0–5. */
17
+ value: number;
18
+ /** Total number of reviews. */
19
+ count: number;
20
+ }
21
+ export interface OperatorHeroHandle {
22
+ getName: () => string;
23
+ }
24
+ export interface OperatorHeroProps extends Omit<ComponentPropsWithoutRef<'div'>, 'aria-label' | 'children'> {
25
+ /** Operator's display name. Rendered as the H1 heading. */
26
+ name: string;
27
+ /** Specialty / tagline subtitle (e.g. "Dermatologa · 12 anni di esperienza"). */
28
+ tagline?: string;
29
+ /**
30
+ * Optional photo / avatar URL. The kit always renders an `<Avatar>` —
31
+ * when `imageUrl` is missing the avatar falls back to initials.
32
+ */
33
+ imageUrl?: string;
34
+ /** Rating summary — when present, renders a Rating + numeric breakdown line. */
35
+ rating?: OperatorHeroRating;
36
+ /**
37
+ * Optional badge row beneath the rating. Use sparingly — 1–3 chips
38
+ * suit the hero's density; longer lists belong in `<PracticeProfileCard>`.
39
+ */
40
+ badges?: OperatorHeroBadge[];
41
+ /**
42
+ * Rendered at the inline-end of the heading row (right side on LTR).
43
+ * Use for a "Book with this operator" `<Button>` or a "Back to
44
+ * practice" link.
45
+ */
46
+ actionSlot?: ReactNode;
47
+ /**
48
+ * `comfortable` (default) — matches the practice hero's visual
49
+ * weight minus the cover strip. `compact` halves the vertical
50
+ * padding for embedded surfaces.
51
+ */
52
+ density?: 'comfortable' | 'compact';
53
+ /**
54
+ * `elevated` (default) wraps in `<Card variant="elevated">`. `flat`
55
+ * drops the Card — use inside another card / sheet.
56
+ */
57
+ surface?: 'flat' | 'elevated';
58
+ 'aria-label'?: string;
59
+ id?: string;
60
+ }
61
+ export declare const OperatorHero: import("react").ForwardRefExoticComponent<OperatorHeroProps & import("react").RefAttributes<HTMLDivElement>>;
62
+ export type OperatorHeroDensity = NonNullable<VariantProps<typeof rootVariants>['density']>;
63
+ export {};
64
+ //# sourceMappingURL=operator-hero.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operator-hero.d.ts","sourceRoot":"","sources":["../../../src/components/operator-hero/operator-hero.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,wBAAwB,EAC7B,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AA6BlE,QAAA,MAAM,YAAY;;;8EAqBhB,CAAC;AAMH,MAAM,WAAW,iBAAiB;IAChC,gDAAgD;IAChD,GAAG,EAAE,MAAM,CAAC;IACZ,qBAAqB;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,+CAA+C;IAC/C,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CAChE;AAED,MAAM,WAAW,kBAAkB;IACjC,wBAAwB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAC7C,wBAAwB,CAAC,KAAK,CAAC,EAC/B,YAAY,GAAG,UAAU,CAC1B;IACC,2DAA2D;IAC3D,IAAI,EAAE,MAAM,CAAC;IACb,iFAAiF;IACjF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gFAAgF;IAChF,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B;;;OAGG;IACH,MAAM,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAI7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAIvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IACpC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAI9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAMD,eAAO,MAAM,YAAY,8GAyIxB,CAAC;AAIF,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAC3C,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC,SAAS,CAAC,CAC7C,CAAC"}
@@ -1,4 +1,4 @@
1
- import { P as t, p as r } from "../../_chunks/patient-search-hFiYbqcl.js";
1
+ import { P as t, p as r } from "../../_chunks/patient-search-CSDru7QW.js";
2
2
  export {
3
3
  t as PatientSearch,
4
4
  r as patientSearchAgent
@@ -0,0 +1,4 @@
1
+ export { PracticeProfileCard, PRACTICE_PROFILE_CARD_ROW_KEYS, PRACTICE_PROFILE_CARD_ROW_ICONS, } from './practice-profile-card';
2
+ export type { PracticeProfileCardProps, PracticeProfileCardAddress, PracticeProfileCardHandle, PracticeProfileCardSurface, } from './practice-profile-card';
3
+ export { practiceProfileCardAgent } from './practice-profile-card.agent';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/practice-profile-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,8BAA8B,EAC9B,+BAA+B,GAChC,MAAM,yBAAyB,CAAC;AACjC,YAAY,EACV,wBAAwB,EACxB,0BAA0B,EAC1B,yBAAyB,EACzB,0BAA0B,GAC3B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { P as r, a as P, b as R, p as _ } from "../../_chunks/practice-profile-card-C2_2ZH_G.js";
2
+ export {
3
+ r as PRACTICE_PROFILE_CARD_ROW_ICONS,
4
+ P as PRACTICE_PROFILE_CARD_ROW_KEYS,
5
+ R as PracticeProfileCard,
6
+ _ as practiceProfileCardAgent
7
+ };
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,4 @@
1
+ import type { AgentAdapter } from '../../agent/types';
2
+ import type { PracticeProfileCardHandle } from './practice-profile-card';
3
+ export declare const practiceProfileCardAgent: AgentAdapter<PracticeProfileCardHandle>;
4
+ //# sourceMappingURL=practice-profile-card.agent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"practice-profile-card.agent.d.ts","sourceRoot":"","sources":["../../../src/components/practice-profile-card/practice-profile-card.agent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAWzE,eAAO,MAAM,wBAAwB,EAAE,YAAY,CAAC,yBAAyB,CA0B1E,CAAC"}
@@ -0,0 +1,115 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import { ExternalLink, type LucideIcon } from 'lucide-react';
4
+ declare const rootVariants: (props?: ({
5
+ surface?: "flat" | "elevated" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ export interface PracticeProfileCardAddress {
8
+ /** Display text — already formatted by the consumer (street, postcode, city). */
9
+ line: string;
10
+ /** Optional lat/lng — drives the static-map link + the embedded thumbnail. */
11
+ lat?: number;
12
+ lng?: number;
13
+ }
14
+ export interface PracticeProfileCardHandle {
15
+ /** Resolved consumer-supplied data — useful for agent introspection. */
16
+ getProfession: () => string | undefined;
17
+ }
18
+ export interface PracticeProfileCardProps extends Omit<ComponentPropsWithoutRef<'div'>, 'aria-label' | 'children' | 'children'> {
19
+ /**
20
+ * Override the localised "Profilo" / "Profile" heading. Most
21
+ * consumers leave this unset.
22
+ */
23
+ heading?: string;
24
+ /**
25
+ * Free-text intro paragraph rendered above the data rows (e.g.
26
+ * the practice's `bookingDescription` field). When omitted, the
27
+ * card jumps straight into the data rows.
28
+ */
29
+ description?: string;
30
+ /** Street + postcode + city, with optional lat/lng for the map link. */
31
+ address?: PracticeProfileCardAddress;
32
+ /** Phone number, displayed as-is. Compiled into a `tel:` link. */
33
+ phone?: string;
34
+ /**
35
+ * WhatsApp number — digits only (no `+`, no spaces). Compiled into
36
+ * a `https://wa.me/<number>` link with an optional pre-filled message.
37
+ */
38
+ whatsappNumber?: string;
39
+ /** Optional pre-filled WhatsApp message. Consumer-localised. */
40
+ whatsappMessage?: string;
41
+ /** Public-facing email. Compiled into a `mailto:` link. */
42
+ email?: string;
43
+ /** Practice website (already an absolute URL with protocol). */
44
+ website?: string;
45
+ /**
46
+ * ISO 639-1 language codes the practice speaks. Rendered as
47
+ * `<Badge variant="neutral">` chips — the consumer can pass display
48
+ * labels via `languageLabels` to override the kit's default (uppercase
49
+ * ISO code).
50
+ */
51
+ languages?: string[];
52
+ /**
53
+ * Map from ISO code → display label (e.g. `{ it: 'Italiano' }`).
54
+ * When omitted or a code is missing, the kit falls back to the
55
+ * uppercase code.
56
+ */
57
+ languageLabels?: Record<string, string>;
58
+ /**
59
+ * Insurance / convention strings (consumer-supplied, free text).
60
+ * Rendered as `<Badge variant="info">` chips.
61
+ */
62
+ insurances?: string[];
63
+ /**
64
+ * First-visit price in the smallest currency unit (cents / centesimi).
65
+ * Formatted via `Intl.NumberFormat`. Omit when the consumer doesn't
66
+ * want to show the price.
67
+ */
68
+ firstVisitPriceCents?: number;
69
+ /** ISO-4217 currency code for the price formatter. Defaults to `EUR`. */
70
+ currencyCode?: string;
71
+ /** Profession line — single value or already-joined comma list. */
72
+ profession?: string;
73
+ /** Show the "expert for anxious patients" row when true. */
74
+ specializedInFearPatients?: boolean;
75
+ /**
76
+ * Fires when the patient clicks the phone link. The kit emits a
77
+ * `track('practice_profile_card_phone_click')` event before
78
+ * invoking this — gate consumer-side analytics on the same event
79
+ * to avoid duplicate fires.
80
+ */
81
+ onPhoneClick?: () => void;
82
+ /** Fires when the patient clicks the WhatsApp link. */
83
+ onWhatsAppClick?: () => void;
84
+ /** Fires when the patient clicks the static-map link. */
85
+ onMapClick?: () => void;
86
+ /** Fires when the patient clicks the email mailto link. */
87
+ onEmailClick?: () => void;
88
+ /**
89
+ * Rendered above the heading — e.g. a `<Avatar>` for the operator
90
+ * variant, or a coloured chip strip. Optional.
91
+ */
92
+ headerSlot?: ReactNode;
93
+ /**
94
+ * Rendered at the end of the card body, below the rows. Use for
95
+ * a "Book now" `<Button>` or a "View full profile" link.
96
+ */
97
+ footerSlot?: ReactNode;
98
+ /**
99
+ * `'flat'` (default) renders the card without elevation — content
100
+ * sits naked on the page. `'elevated'` wraps in `<Card variant="elevated">`
101
+ * for a defined surface. Most use cases want elevated; flat is for
102
+ * pages that already provide the card chrome.
103
+ */
104
+ surface?: 'flat' | 'elevated';
105
+ /** Override the default region aria-label. */
106
+ 'aria-label'?: string;
107
+ /** Agent-readiness consumer id, surfaced as `data-component-id`. */
108
+ id?: string;
109
+ }
110
+ export declare const PracticeProfileCard: import("react").ForwardRefExoticComponent<PracticeProfileCardProps & import("react").RefAttributes<HTMLDivElement>>;
111
+ export declare const PRACTICE_PROFILE_CARD_ROW_KEYS: readonly ["address", "phone", "whatsapp", "email", "website", "languages", "insurances", "firstVisitPrice", "expertForAnxiousPatients", "profession"];
112
+ export declare const PRACTICE_PROFILE_CARD_ROW_ICONS: Record<(typeof PRACTICE_PROFILE_CARD_ROW_KEYS)[number], LucideIcon>;
113
+ export type PracticeProfileCardSurface = NonNullable<VariantProps<typeof rootVariants>['surface']>;
114
+ export { ExternalLink };
115
+ //# sourceMappingURL=practice-profile-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"practice-profile-card.d.ts","sourceRoot":"","sources":["../../../src/components/practice-profile-card/practice-profile-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAEL,YAAY,EAUZ,KAAK,UAAU,EAChB,MAAM,cAAc,CAAC;AA6BtB,QAAA,MAAM,YAAY;;8EAYhB,CAAC;AAMH,MAAM,WAAW,0BAA0B;IACzC,iFAAiF;IACjF,IAAI,EAAE,MAAM,CAAC;IACb,8EAA8E;IAC9E,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,yBAAyB;IACxC,wEAAwE;IACxE,aAAa,EAAE,MAAM,MAAM,GAAG,SAAS,CAAC;CACzC;AAED,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,wBAAwB,CAAC,KAAK,CAAC,EAC/B,YAAY,GAAG,UAAU,GAAG,UAAU,CACvC;IACC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,wEAAwE;IACxE,OAAO,CAAC,EAAE,0BAA0B,CAAC;IACrC,kEAAkE;IAClE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gEAAgE;IAChE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yEAAyE;IACzE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mEAAmE;IACnE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAIpC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,uDAAuD;IACvD,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,yDAAyD;IACzD,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,2DAA2D;IAC3D,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAI1B;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAIvB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAI9B,8CAA8C;IAC9C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oEAAoE;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAyCD,eAAO,MAAM,mBAAmB,qHAuR/B,CAAC;AAMF,eAAO,MAAM,8BAA8B,uJAWjC,CAAC;AAIX,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,EAC/C,UAAU,CAYX,CAAC;AAGF,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAClD,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC,SAAS,CAAC,CAC7C,CAAC;AAKF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { P as t, p as a } from "../../_chunks/practice-results-RPL64j8E.js";
1
+ import { P as t, p as a } from "../../_chunks/practice-results-VqbCUO1b.js";
2
2
  export {
3
3
  t as PracticeResults,
4
4
  a as practiceResultsAgent
@@ -113,6 +113,25 @@ export interface PracticeResultsProps extends Omit<ComponentPropsWithoutRef<'div
113
113
  consentGranted?: boolean;
114
114
  /** Fires when the patient clicks the "Load map" CTA in the consent placeholder. */
115
115
  onConsentRequest?: () => void;
116
+ /**
117
+ * @default false
118
+ * 0.31.4: bypass the embedded `<MapView>`'s GDPR consent placeholder
119
+ * entirely. Use when the consumer's page already gates the Google
120
+ * Maps loader script at a higher level (e.g. Usercentrics / OneTrust
121
+ * / any CMP that decides per-cookie-category whether to load Google
122
+ * Maps). Forwarded to every internal `<MapView>` instance —
123
+ * `split-list-map`'s right column and `map-first`'s main canvas.
124
+ * `rich-cards` static thumbnails are unaffected (they dropped the
125
+ * consent gate in 0.31.3 — see CHANGELOG).
126
+ *
127
+ * When `true`, `consentGranted` and `onConsentRequest` are ignored:
128
+ * the kit assumes the CMP at the page level has already made the
129
+ * call and the map loader script is either present or properly
130
+ * blocked. Setting both `consentGranted={false}` and
131
+ * `skipConsentGate={true}` is well-defined — gate skipped, no
132
+ * placeholder rendered.
133
+ */
134
+ skipConsentGate?: boolean;
116
135
  /** Fires when the patient scrolls to the bottom of the list. */
117
136
  onLoadMore?: () => void;
118
137
  /** True while the next page is loading — kit shows a Spinner at the list tail. */
@@ -1 +1 @@
1
- {"version":3,"file":"practice-results.d.ts","sourceRoot":"","sources":["../../../src/components/practice-results/practice-results.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"practice-results.d.ts","sourceRoot":"","sources":["../../../src/components/practice-results/practice-results.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { R as r, r as s } from "../../_chunks/reviews-panel-yanuBZs-.js";
1
+ import { R as r, r as s } from "../../_chunks/reviews-panel-Cjys8G8K.js";
2
2
  export {
3
3
  r as ReviewsPanel,
4
4
  s as reviewsPanelAgent
@@ -1,4 +1,4 @@
1
- import { T as t, t as m } from "../../_chunks/timeline-D0Wo7v_o.js";
1
+ import { T as t, t as m } from "../../_chunks/timeline-BZC7qGdy.js";
2
2
  export {
3
3
  t as Timeline,
4
4
  m as timelineAgent
@@ -1,4 +1,4 @@
1
- import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-BSvQS3be.js";
1
+ import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-DfpjDZHK.js";
2
2
  export {
3
3
  r as CORE_PATIENT_FIELDS,
4
4
  e as WorkflowCard,
@@ -1188,6 +1188,29 @@ export declare const arUi: {
1188
1188
  };
1189
1189
  };
1190
1190
  };
1191
+ readonly practiceProfileCard: {
1192
+ readonly heading: "Profile";
1193
+ readonly openInGoogleMaps: "Open in Google Maps";
1194
+ readonly label: {
1195
+ readonly address: "Practice address";
1196
+ readonly phone: "Phone";
1197
+ readonly whatsapp: "WhatsApp";
1198
+ readonly email: "Email";
1199
+ readonly website: "Website";
1200
+ readonly languages: "Languages spoken";
1201
+ readonly insurances: "Insurance / partnership";
1202
+ readonly firstVisitPrice: "First visit cost";
1203
+ readonly expertForAnxiousPatients: "Expert with anxious patients";
1204
+ readonly profession: "Profession";
1205
+ };
1206
+ readonly value: {
1207
+ readonly yesShort: "Yes";
1208
+ };
1209
+ };
1210
+ readonly operatorHero: {
1211
+ readonly regionLabel: "Operator profile";
1212
+ readonly ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews";
1213
+ };
1191
1214
  readonly reviewsPanel: {
1192
1215
  readonly regionLabel: "تقييمات المرضى";
1193
1216
  readonly title: "تقييمات المرضى";
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2jDP,CAAC"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAklDP,CAAC"}
@@ -1171,6 +1171,29 @@ const e = {
1171
1171
  }
1172
1172
  }
1173
1173
  },
1174
+ practiceProfileCard: {
1175
+ heading: "Profile",
1176
+ openInGoogleMaps: "Open in Google Maps",
1177
+ label: {
1178
+ address: "Practice address",
1179
+ phone: "Phone",
1180
+ whatsapp: "WhatsApp",
1181
+ email: "Email",
1182
+ website: "Website",
1183
+ languages: "Languages spoken",
1184
+ insurances: "Insurance / partnership",
1185
+ firstVisitPrice: "First visit cost",
1186
+ expertForAnxiousPatients: "Expert with anxious patients",
1187
+ profession: "Profession"
1188
+ },
1189
+ value: {
1190
+ yesShort: "Yes"
1191
+ }
1192
+ },
1193
+ operatorHero: {
1194
+ regionLabel: "Operator profile",
1195
+ ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews"
1196
+ },
1174
1197
  reviewsPanel: {
1175
1198
  regionLabel: "تقييمات المرضى",
1176
1199
  title: "تقييمات المرضى",