@alfadocs/ui-kit 1.28.2 → 1.29.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 (61) hide show
  1. package/dist/_chunks/{booking-BtSOKjQu.js → booking-AabCk7CI.js} +1205 -1148
  2. package/dist/agent-catalog.json +1 -1
  3. package/dist/components/booking/booking-types.d.ts +15 -0
  4. package/dist/components/booking/details-form.d.ts +7 -0
  5. package/dist/components/booking/index.js +1 -1
  6. package/dist/i18n/locales/ar.d.ts +4 -0
  7. package/dist/i18n/locales/ar.js +4 -0
  8. package/dist/i18n/locales/de.d.ts +4 -0
  9. package/dist/i18n/locales/de.js +4 -0
  10. package/dist/i18n/locales/el.d.ts +4 -0
  11. package/dist/i18n/locales/el.js +4 -0
  12. package/dist/i18n/locales/en.d.ts +4 -0
  13. package/dist/i18n/locales/en.js +4 -0
  14. package/dist/i18n/locales/es.d.ts +4 -0
  15. package/dist/i18n/locales/es.js +4 -0
  16. package/dist/i18n/locales/fr.d.ts +8 -4
  17. package/dist/i18n/locales/fr.js +8 -4
  18. package/dist/i18n/locales/hi.d.ts +4 -0
  19. package/dist/i18n/locales/hi.js +4 -0
  20. package/dist/i18n/locales/it.d.ts +4 -0
  21. package/dist/i18n/locales/it.js +4 -0
  22. package/dist/i18n/locales/ja.d.ts +4 -0
  23. package/dist/i18n/locales/ja.js +4 -0
  24. package/dist/i18n/locales/nl.d.ts +4 -0
  25. package/dist/i18n/locales/nl.js +4 -0
  26. package/dist/i18n/locales/pl.d.ts +7 -3
  27. package/dist/i18n/locales/pl.js +7 -3
  28. package/dist/i18n/locales/pt.d.ts +4 -0
  29. package/dist/i18n/locales/pt.js +4 -0
  30. package/dist/i18n/locales/ro.d.ts +7 -3
  31. package/dist/i18n/locales/ro.js +7 -3
  32. package/dist/i18n/locales/ru.d.ts +7 -3
  33. package/dist/i18n/locales/ru.js +7 -3
  34. package/dist/i18n/locales/sq.d.ts +4 -0
  35. package/dist/i18n/locales/sq.js +4 -0
  36. package/dist/i18n/locales/sv.d.ts +4 -0
  37. package/dist/i18n/locales/sv.js +4 -0
  38. package/dist/i18n/locales/tr.d.ts +4 -0
  39. package/dist/i18n/locales/tr.js +4 -0
  40. package/dist/i18n/locales/zh.d.ts +4 -0
  41. package/dist/i18n/locales/zh.js +4 -0
  42. package/dist/index.js +1 -1
  43. package/dist/locales/ar.json +4 -0
  44. package/dist/locales/de.json +4 -0
  45. package/dist/locales/el.json +4 -0
  46. package/dist/locales/en.json +4 -0
  47. package/dist/locales/es.json +4 -0
  48. package/dist/locales/fr.json +8 -4
  49. package/dist/locales/hi.json +4 -0
  50. package/dist/locales/it.json +4 -0
  51. package/dist/locales/ja.json +4 -0
  52. package/dist/locales/nl.json +4 -0
  53. package/dist/locales/pl.json +7 -3
  54. package/dist/locales/pt.json +4 -0
  55. package/dist/locales/ro.json +7 -3
  56. package/dist/locales/ru.json +7 -3
  57. package/dist/locales/sq.json +4 -0
  58. package/dist/locales/sv.json +4 -0
  59. package/dist/locales/tr.json +4 -0
  60. package/dist/locales/zh.json +4 -0
  61. package/package.json +1 -1
@@ -1867,6 +1867,10 @@ export declare const svUi: {
1867
1867
  readonly returningPatient: {
1868
1868
  readonly label: "Jag är redan patient hos den här kliniken";
1869
1869
  };
1870
+ readonly criticalInformation: {
1871
+ readonly heading: "Innan du bokar";
1872
+ readonly accept: "Jag har läst och godkänner den här informationen";
1873
+ };
1870
1874
  readonly consent: {
1871
1875
  readonly privacy: {
1872
1876
  readonly label: "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>";
@@ -1867,6 +1867,10 @@ const e = {
1867
1867
  returningPatient: {
1868
1868
  label: "Jag är redan patient hos den här kliniken"
1869
1869
  },
1870
+ criticalInformation: {
1871
+ heading: "Innan du bokar",
1872
+ accept: "Jag har läst och godkänner den här informationen"
1873
+ },
1870
1874
  consent: {
1871
1875
  privacy: {
1872
1876
  label: "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>"
@@ -1867,6 +1867,10 @@ export declare const trUi: {
1867
1867
  readonly returningPatient: {
1868
1868
  readonly label: "Bu klinikte zaten hastayım";
1869
1869
  };
1870
+ readonly criticalInformation: {
1871
+ readonly heading: "Randevu almadan önce";
1872
+ readonly accept: "Bu bilgileri okudum ve kabul ediyorum";
1873
+ };
1870
1874
  readonly consent: {
1871
1875
  readonly privacy: {
1872
1876
  readonly label: "<policyLink>Gizlilik politikasını</policyLink> okudum ve kabul ediyorum";
@@ -1867,6 +1867,10 @@ const e = {
1867
1867
  returningPatient: {
1868
1868
  label: "Bu klinikte zaten hastayım"
1869
1869
  },
1870
+ criticalInformation: {
1871
+ heading: "Randevu almadan önce",
1872
+ accept: "Bu bilgileri okudum ve kabul ediyorum"
1873
+ },
1870
1874
  consent: {
1871
1875
  privacy: {
1872
1876
  label: "<policyLink>Gizlilik politikasını</policyLink> okudum ve kabul ediyorum"
@@ -1867,6 +1867,10 @@ export declare const zhUi: {
1867
1867
  readonly returningPatient: {
1868
1868
  readonly label: "我已经是该诊所的患者";
1869
1869
  };
1870
+ readonly criticalInformation: {
1871
+ readonly heading: "预约前请阅读";
1872
+ readonly accept: "我已阅读并接受此信息";
1873
+ };
1870
1874
  readonly consent: {
1871
1875
  readonly privacy: {
1872
1876
  readonly label: "我已阅读并接受<policyLink>隐私政策</policyLink>";
@@ -1867,6 +1867,10 @@ const e = {
1867
1867
  returningPatient: {
1868
1868
  label: "我已经是该诊所的患者"
1869
1869
  },
1870
+ criticalInformation: {
1871
+ heading: "预约前请阅读",
1872
+ accept: "我已阅读并接受此信息"
1873
+ },
1870
1874
  consent: {
1871
1875
  privacy: {
1872
1876
  label: "我已阅读并接受<policyLink>隐私政策</policyLink>"
package/dist/index.js CHANGED
@@ -183,7 +183,7 @@ import { T as Td } from "./_chunks/typing-indicator-DHeVN4ob.js";
183
183
  import { A as ud } from "./_chunks/anamnesis-card-NTi4LLzI.js";
184
184
  import { D as Id, F as Ed, a as Rd, M as _d, b as bd, e as Nd, f as Dd, g as hd, c as Od, m as Fd, r as Ld, v as Md } from "./_chunks/muscle-scheme-BSJsI4-I.js";
185
185
  import { A as kd, a as Bd, b as Gd, c as vd, d as Hd, e as wd, C as Ud, f as Vd, g as Wd, D as Kd, h as Yd, E as Xd, L as qd, O as zd, P as jd, i as Qd, j as Jd, k as Zd, l as $d, R as aA, S as eA, m as sA, n as rA, o as oA, p as tA, q as nA, r as iA, s as pA, t as mA, u as lA, v as dA, w as AA, x as cA, y as fA, z as gA, B as SA, F as CA } from "./_chunks/optical-prescription-BvwuqTpl.js";
186
- import { B as xA, C as uA, O as PA, b as IA } from "./_chunks/booking-BtSOKjQu.js";
186
+ import { B as xA, C as uA, O as PA, b as IA } from "./_chunks/booking-AabCk7CI.js";
187
187
  import { C as RA, c as _A, r as bA } from "./_chunks/calendar-CI9MINcR.js";
188
188
  import { C as DA } from "./_chunks/calendar-event-card-66CEEWU6.js";
189
189
  import { R as OA } from "./_chunks/resource-chip-DYTG0IQQ.js";
@@ -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>"
@@ -1744,7 +1744,7 @@
1744
1744
  "dateTimeSummary": "{{date}} à {{time}}",
1745
1745
  "noSlotsForDate": "Aucun horaire disponible ce jour",
1746
1746
  "slotsAvailable_one": "{{count}} horaire disponible",
1747
- "slotsAvailable_zero": "{{count}} horaires disponibles",
1747
+ "slotsAvailable_zero": "{{count}} horaire disponible",
1748
1748
  "slotsAvailable_two": "{{count}} horaires disponibles",
1749
1749
  "slotsAvailable_few": "{{count}} horaires disponibles",
1750
1750
  "slotsAvailable_many": "{{count}} horaires disponibles",
@@ -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>"
@@ -1916,13 +1920,13 @@
1916
1920
  "loading": "Chargement des résultats…",
1917
1921
  "results": {
1918
1922
  "heading_one": "{{count}} résultat à {{place}}",
1919
- "heading_zero": "{{count}} résultats à {{place}}",
1923
+ "heading_zero": "{{count}} résultat à {{place}}",
1920
1924
  "heading_two": "{{count}} résultats à {{place}}",
1921
1925
  "heading_few": "{{count}} résultats à {{place}}",
1922
1926
  "heading_many": "{{count}} résultats à {{place}}",
1923
1927
  "heading_other": "{{count}} résultats à {{place}}",
1924
1928
  "summary_one": "{{count}} résultat",
1925
- "summary_zero": "{{count}} résultats",
1929
+ "summary_zero": "{{count}} résultat",
1926
1930
  "summary_two": "{{count}} résultats",
1927
1931
  "summary_few": "{{count}} résultats",
1928
1932
  "summary_many": "{{count}} résultats",
@@ -1978,7 +1982,7 @@
1978
1982
  },
1979
1983
  "sheet": {
1980
1984
  "title_one": "{{count}} cabinet",
1981
- "title_zero": "{{count}} cabinets",
1985
+ "title_zero": "{{count}} cabinet",
1982
1986
  "title_two": "{{count}} cabinets",
1983
1987
  "title_few": "{{count}} cabinets",
1984
1988
  "title_many": "{{count}} cabinets",
@@ -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ą"
@@ -1916,13 +1920,13 @@
1916
1920
  "loading": "Wczytywanie wyników…",
1917
1921
  "results": {
1918
1922
  "heading_one": "{{count}} wynik w {{place}}",
1919
- "heading_zero": "{{count}} wyniku w {{place}}",
1923
+ "heading_zero": "{{count}} wyników w {{place}}",
1920
1924
  "heading_two": "{{count}} wyniku w {{place}}",
1921
1925
  "heading_few": "{{count}} wyniki w {{place}}",
1922
1926
  "heading_many": "{{count}} wyników w {{place}}",
1923
1927
  "heading_other": "{{count}} wyniku w {{place}}",
1924
1928
  "summary_one": "{{count}} wynik",
1925
- "summary_zero": "{{count}} wyniku",
1929
+ "summary_zero": "{{count}} wyników",
1926
1930
  "summary_two": "{{count}} wyniku",
1927
1931
  "summary_few": "{{count}} wyniki",
1928
1932
  "summary_many": "{{count}} wyników",
@@ -1978,7 +1982,7 @@
1978
1982
  },
1979
1983
  "sheet": {
1980
1984
  "title_one": "{{count}} gabinet",
1981
- "title_zero": "{{count}} gabinetu",
1985
+ "title_zero": "{{count}} gabinetów",
1982
1986
  "title_two": "{{count}} gabinetu",
1983
1987
  "title_few": "{{count}} gabinety",
1984
1988
  "title_many": "{{count}} gabinetów",
@@ -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>"
@@ -1916,13 +1920,13 @@
1916
1920
  "loading": "Se încarcă rezultatele…",
1917
1921
  "results": {
1918
1922
  "heading_one": "{{count}} rezultat în {{place}}",
1919
- "heading_zero": "{{count}} de rezultate în {{place}}",
1923
+ "heading_zero": "{{count}} rezultate în {{place}}",
1920
1924
  "heading_two": "{{count}} de rezultate în {{place}}",
1921
1925
  "heading_few": "{{count}} rezultate în {{place}}",
1922
1926
  "heading_many": "{{count}} de rezultate în {{place}}",
1923
1927
  "heading_other": "{{count}} de rezultate în {{place}}",
1924
1928
  "summary_one": "{{count}} rezultat",
1925
- "summary_zero": "{{count}} de rezultate",
1929
+ "summary_zero": "{{count}} rezultate",
1926
1930
  "summary_two": "{{count}} de rezultate",
1927
1931
  "summary_few": "{{count}} rezultate",
1928
1932
  "summary_many": "{{count}} de rezultate",
@@ -1978,7 +1982,7 @@
1978
1982
  },
1979
1983
  "sheet": {
1980
1984
  "title_one": "{{count}} cabinet",
1981
- "title_zero": "{{count}} de cabinete",
1985
+ "title_zero": "{{count}} cabinete",
1982
1986
  "title_two": "{{count}} de cabinete",
1983
1987
  "title_few": "{{count}} cabinete",
1984
1988
  "title_many": "{{count}} de cabinete",
@@ -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> и согласен с ней"
@@ -1916,13 +1920,13 @@
1916
1920
  "loading": "Загрузка результатов…",
1917
1921
  "results": {
1918
1922
  "heading_one": "{{count}} результат в {{place}}",
1919
- "heading_zero": "{{count}} результата в {{place}}",
1923
+ "heading_zero": "{{count}} результатов в {{place}}",
1920
1924
  "heading_two": "{{count}} результата в {{place}}",
1921
1925
  "heading_few": "{{count}} результата в {{place}}",
1922
1926
  "heading_many": "{{count}} результатов в {{place}}",
1923
1927
  "heading_other": "{{count}} результата в {{place}}",
1924
1928
  "summary_one": "{{count}} результат",
1925
- "summary_zero": "{{count}} результата",
1929
+ "summary_zero": "{{count}} результатов",
1926
1930
  "summary_two": "{{count}} результата",
1927
1931
  "summary_few": "{{count}} результата",
1928
1932
  "summary_many": "{{count}} результатов",
@@ -1978,7 +1982,7 @@
1978
1982
  },
1979
1983
  "sheet": {
1980
1984
  "title_one": "{{count}} клиника",
1981
- "title_zero": "{{count}} клиники",
1985
+ "title_zero": "{{count}} клиник",
1982
1986
  "title_two": "{{count}} клиники",
1983
1987
  "title_few": "{{count}} клиники",
1984
1988
  "title_many": "{{count}} клиник",
@@ -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>"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "1.28.2",
3
+ "version": "1.29.0",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",