@alfadocs/ui-kit 1.28.3 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/_chunks/{anamnesis-summary-rows-DwjqZgR5.js → anamnesis-summary-rows-DMO3MWSt.js} +2 -2
  2. package/dist/_chunks/{booking-BtSOKjQu.js → booking-AabCk7CI.js} +1205 -1148
  3. package/dist/_chunks/{sparkline-BmGcEyZO.js → sparkline-Dx_sxK3J.js} +228 -198
  4. package/dist/_chunks/use-zoom-drilldown-qCX34w9I.js +210 -0
  5. package/dist/agent-catalog.json +5 -2
  6. package/dist/agent-i18n/en.json +1 -1
  7. package/dist/components/booking/booking-types.d.ts +15 -0
  8. package/dist/components/booking/details-form.d.ts +7 -0
  9. package/dist/components/booking/index.js +1 -1
  10. package/dist/components/index.d.ts +2 -2
  11. package/dist/components/sparkline/index.js +1 -1
  12. package/dist/components/sparkline/sparkline.d.ts +6 -0
  13. package/dist/hooks/index.d.ts +1 -0
  14. package/dist/hooks/index.js +56 -54
  15. package/dist/hooks/use-zoom-drilldown.d.ts +23 -0
  16. package/dist/host-compat.css +4 -1
  17. package/dist/i18n/locales/ar.d.ts +4 -0
  18. package/dist/i18n/locales/ar.js +4 -0
  19. package/dist/i18n/locales/de.d.ts +4 -0
  20. package/dist/i18n/locales/de.js +4 -0
  21. package/dist/i18n/locales/el.d.ts +4 -0
  22. package/dist/i18n/locales/el.js +4 -0
  23. package/dist/i18n/locales/en.d.ts +4 -0
  24. package/dist/i18n/locales/en.js +4 -0
  25. package/dist/i18n/locales/es.d.ts +4 -0
  26. package/dist/i18n/locales/es.js +4 -0
  27. package/dist/i18n/locales/fr.d.ts +4 -0
  28. package/dist/i18n/locales/fr.js +4 -0
  29. package/dist/i18n/locales/hi.d.ts +4 -0
  30. package/dist/i18n/locales/hi.js +4 -0
  31. package/dist/i18n/locales/it.d.ts +4 -0
  32. package/dist/i18n/locales/it.js +4 -0
  33. package/dist/i18n/locales/ja.d.ts +4 -0
  34. package/dist/i18n/locales/ja.js +4 -0
  35. package/dist/i18n/locales/nl.d.ts +4 -0
  36. package/dist/i18n/locales/nl.js +4 -0
  37. package/dist/i18n/locales/pl.d.ts +4 -0
  38. package/dist/i18n/locales/pl.js +4 -0
  39. package/dist/i18n/locales/pt.d.ts +4 -0
  40. package/dist/i18n/locales/pt.js +4 -0
  41. package/dist/i18n/locales/ro.d.ts +4 -0
  42. package/dist/i18n/locales/ro.js +4 -0
  43. package/dist/i18n/locales/ru.d.ts +4 -0
  44. package/dist/i18n/locales/ru.js +4 -0
  45. package/dist/i18n/locales/sq.d.ts +4 -0
  46. package/dist/i18n/locales/sq.js +4 -0
  47. package/dist/i18n/locales/sv.d.ts +4 -0
  48. package/dist/i18n/locales/sv.js +4 -0
  49. package/dist/i18n/locales/tr.d.ts +4 -0
  50. package/dist/i18n/locales/tr.js +4 -0
  51. package/dist/i18n/locales/zh.d.ts +4 -0
  52. package/dist/i18n/locales/zh.js +4 -0
  53. package/dist/index.js +1072 -1070
  54. package/dist/locales/ar.json +4 -0
  55. package/dist/locales/de.json +4 -0
  56. package/dist/locales/el.json +4 -0
  57. package/dist/locales/en.json +4 -0
  58. package/dist/locales/es.json +4 -0
  59. package/dist/locales/fr.json +4 -0
  60. package/dist/locales/hi.json +4 -0
  61. package/dist/locales/it.json +4 -0
  62. package/dist/locales/ja.json +4 -0
  63. package/dist/locales/nl.json +4 -0
  64. package/dist/locales/pl.json +4 -0
  65. package/dist/locales/pt.json +4 -0
  66. package/dist/locales/ro.json +4 -0
  67. package/dist/locales/ru.json +4 -0
  68. package/dist/locales/sq.json +4 -0
  69. package/dist/locales/sv.json +4 -0
  70. package/dist/locales/tr.json +4 -0
  71. package/dist/locales/zh.json +4 -0
  72. package/dist/patterns/anamnesis/index.js +1 -1
  73. package/dist/tokens.css +1 -1
  74. package/package.json +1 -1
  75. package/dist/_chunks/use-signing-session-CyOZWinp.js +0 -147
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "أنا مريض حالي في هذه العيادة"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "قبل الحجز",
1868
+ "accept": "لقد قرأتُ هذه المعلومات وأوافق عليها"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "لقد قرأتُ <policyLink>سياسة الخصوصية</policyLink> وأوافق عليها"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Ich bin bereits Patient:in dieser Praxis"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Bevor Sie buchen",
1868
+ "accept": "Ich habe diese Informationen gelesen und akzeptiere sie"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Ich habe die <policyLink>Datenschutzerklärung</policyLink> gelesen und akzeptiere sie"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Είμαι ήδη ασθενής αυτού του ιατρείου"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Πριν κλείσετε ραντεβού",
1868
+ "accept": "Έχω διαβάσει και αποδέχομαι αυτές τις πληροφορίες"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Έχω διαβάσει και αποδέχομαι την <policyLink>πολιτική απορρήτου</policyLink>"
@@ -1920,6 +1920,10 @@
1920
1920
  "returningPatient": {
1921
1921
  "label": "I'm already a patient at this practice"
1922
1922
  },
1923
+ "criticalInformation": {
1924
+ "heading": "Before you book",
1925
+ "accept": "I have read and accept this information"
1926
+ },
1923
1927
  "consent": {
1924
1928
  "privacy": {
1925
1929
  "label": "I have read and accept the <policyLink>privacy policy</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Ya soy paciente de esta clínica"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Antes de reservar",
1868
+ "accept": "He leído y acepto esta información"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "He leído y acepto la <policyLink>política de privacidad</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Je suis déjà patient(e) de ce cabinet"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Avant de réserver",
1868
+ "accept": "J'ai lu et j'accepte ces informations"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "J'ai lu et j'accepte la <policyLink>politique de confidentialité</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "मैं पहले से ही इस क्लीनिक का मरीज़ हूँ"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "बुक करने से पहले",
1868
+ "accept": "मैंने यह जानकारी पढ़ ली है और स्वीकार करता/करती हूँ"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "मैंने <policyLink>गोपनीयता नीति</policyLink> पढ़ ली है और स्वीकार करता/करती हूँ"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Sono già paziente di questo studio"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Prima di prenotare",
1868
+ "accept": "Ho letto e accetto queste informazioni"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Ho letto e accetto l'<policyLink>informativa sulla privacy</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "このクリニックの既存患者です"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "ご予約の前に",
1868
+ "accept": "この情報を読み、同意します"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "<policyLink>プライバシーポリシー</policyLink>を読み、同意します"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Ik ben al patiënt bij deze praktijk"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Voordat u boekt",
1868
+ "accept": "Ik heb deze informatie gelezen en accepteer deze"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Ik heb het <policyLink>privacybeleid</policyLink> gelezen en accepteer het"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Jestem już pacjentem tego gabinetu"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Przed rezerwacją",
1868
+ "accept": "Zapoznałem(-am) się z tymi informacjami i akceptuję je"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Zapoznałem(-am) się z <policyLink>polityką prywatności</policyLink> i akceptuję ją"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Já sou paciente desta clínica"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Antes de marcar",
1868
+ "accept": "Li e aceito estas informações"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Li e aceito a <policyLink>política de privacidade</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Sunt deja pacient la acest cabinet"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Înainte de a rezerva",
1868
+ "accept": "Am citit și accept aceste informații"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Am citit și accept <policyLink>politica de confidențialitate</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Я уже пациент этой клиники"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Перед записью",
1868
+ "accept": "Я ознакомился с этой информацией и принимаю её"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Я ознакомился с <policyLink>политикой конфиденциальности</policyLink> и согласен с ней"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Jam tashmë pacient i kësaj klinike"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Para se të rezervoni",
1868
+ "accept": "E kam lexuar dhe e pranoj këtë informacion"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Kam lexuar dhe pranoj <policyLink>politikën e privatësisë</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Jag är redan patient hos den här kliniken"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Innan du bokar",
1868
+ "accept": "Jag har läst och godkänner den här informationen"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "Bu klinikte zaten hastayım"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "Randevu almadan önce",
1868
+ "accept": "Bu bilgileri okudum ve kabul ediyorum"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "<policyLink>Gizlilik politikasını</policyLink> okudum ve kabul ediyorum"
@@ -1863,6 +1863,10 @@
1863
1863
  "returningPatient": {
1864
1864
  "label": "我已经是该诊所的患者"
1865
1865
  },
1866
+ "criticalInformation": {
1867
+ "heading": "预约前请阅读",
1868
+ "accept": "我已阅读并接受此信息"
1869
+ },
1866
1870
  "consent": {
1867
1871
  "privacy": {
1868
1872
  "label": "我已阅读并接受<policyLink>隐私政策</policyLink>"
@@ -1,4 +1,4 @@
1
- import { A as e, a as i, L as r, P as n, S as o, T as t, b as l, c as d, d as g, e as A, f as m, g as c, h as E, i as P, j as f, k as S, l as h, m as u, n as T, o as I, p as N, r as R, q as _, s as C, t as L, u as b } from "../../_chunks/anamnesis-summary-rows-DwjqZgR5.js";
1
+ import { A as e, a as i, L as r, P as n, S as o, T as t, b as l, c as d, d as g, e as A, f as m, g as c, h as E, i as P, j as f, k as S, l as h, m as u, n as T, o as I, p as N, r as R, q as _, s as C, t as L, u as b } from "../../_chunks/anamnesis-summary-rows-DMO3MWSt.js";
2
2
  export {
3
3
  e as Anamnesis,
4
4
  i as AnamnesisConfigEditor,