@alfadocs/ui-kit 0.30.0 → 0.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/_chunks/{booking-BYuc_8HV.js → booking-Bw9eOU4k.js} +767 -725
  2. package/dist/_chunks/{patient-search-BhlxYAI3.js → patient-search-DuSoGG2t.js} +338 -327
  3. package/dist/_chunks/{public-footer.agent-CA29gxHJ.js → public-footer.agent-DivkKdG4.js} +188 -167
  4. package/dist/agent-catalog.json +1 -1
  5. package/dist/components/booking/booking-types.d.ts +22 -0
  6. package/dist/components/booking/details-form.d.ts +7 -0
  7. package/dist/components/booking/index.js +1 -1
  8. package/dist/components/patient-search/index.js +1 -1
  9. package/dist/components/patient-search/patient-search.d.ts +9 -0
  10. package/dist/components/public-footer/index.js +1 -1
  11. package/dist/components/public-footer/public-footer.d.ts +7 -0
  12. package/dist/i18n/config.js +146 -20
  13. package/dist/i18n/locales/ar.d.ts +7 -0
  14. package/dist/i18n/locales/de.d.ts +7 -0
  15. package/dist/i18n/locales/el.d.ts +7 -0
  16. package/dist/i18n/locales/es.d.ts +7 -0
  17. package/dist/i18n/locales/fr.d.ts +7 -0
  18. package/dist/i18n/locales/hi.d.ts +7 -0
  19. package/dist/i18n/locales/ja.d.ts +7 -0
  20. package/dist/i18n/locales/nl.d.ts +7 -0
  21. package/dist/i18n/locales/pl.d.ts +7 -0
  22. package/dist/i18n/locales/pt.d.ts +7 -0
  23. package/dist/i18n/locales/ro.d.ts +7 -0
  24. package/dist/i18n/locales/ru.d.ts +7 -0
  25. package/dist/i18n/locales/sq.d.ts +7 -0
  26. package/dist/i18n/locales/sv.d.ts +7 -0
  27. package/dist/i18n/locales/tr.d.ts +7 -0
  28. package/dist/i18n/locales/zh.d.ts +7 -0
  29. package/dist/i18n/resources.d.ts +14 -0
  30. package/dist/index.js +3 -3
  31. package/dist/locales/ar.json +8 -1
  32. package/dist/locales/de.json +8 -1
  33. package/dist/locales/el.json +8 -1
  34. package/dist/locales/en.json +8 -1
  35. package/dist/locales/es.json +8 -1
  36. package/dist/locales/fr.json +8 -1
  37. package/dist/locales/hi.json +8 -1
  38. package/dist/locales/it.json +8 -1
  39. package/dist/locales/ja.json +8 -1
  40. package/dist/locales/nl.json +8 -1
  41. package/dist/locales/pl.json +8 -1
  42. package/dist/locales/pt.json +8 -1
  43. package/dist/locales/ro.json +8 -1
  44. package/dist/locales/ru.json +8 -1
  45. package/dist/locales/sq.json +8 -1
  46. package/dist/locales/sv.json +8 -1
  47. package/dist/locales/tr.json +8 -1
  48. package/dist/locales/zh.json +8 -1
  49. package/package.json +5 -1
@@ -997,10 +997,17 @@ export declare const roUi: {
997
997
  readonly heading: "Booking submitted";
998
998
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
999
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1000
1001
  readonly summaryDate: "Date";
1001
1002
  readonly summaryTime: "Time";
1002
1003
  readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1003
1006
  readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1004
1011
  };
1005
1012
  readonly details: {
1006
1013
  readonly heading: "Datele tale";
@@ -997,10 +997,17 @@ export declare const ruUi: {
997
997
  readonly heading: "Booking submitted";
998
998
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
999
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1000
1001
  readonly summaryDate: "Date";
1001
1002
  readonly summaryTime: "Time";
1002
1003
  readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1003
1006
  readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1004
1011
  };
1005
1012
  readonly details: {
1006
1013
  readonly heading: "Ваши данные";
@@ -997,10 +997,17 @@ export declare const sqUi: {
997
997
  readonly heading: "Booking submitted";
998
998
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
999
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1000
1001
  readonly summaryDate: "Date";
1001
1002
  readonly summaryTime: "Time";
1002
1003
  readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1003
1006
  readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1004
1011
  };
1005
1012
  readonly details: {
1006
1013
  readonly heading: "Të dhënat e tua";
@@ -997,10 +997,17 @@ export declare const svUi: {
997
997
  readonly heading: "Booking submitted";
998
998
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
999
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1000
1001
  readonly summaryDate: "Date";
1001
1002
  readonly summaryTime: "Time";
1002
1003
  readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1003
1006
  readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1004
1011
  };
1005
1012
  readonly details: {
1006
1013
  readonly heading: "Dina uppgifter";
@@ -997,10 +997,17 @@ export declare const trUi: {
997
997
  readonly heading: "Booking submitted";
998
998
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
999
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1000
1001
  readonly summaryDate: "Date";
1001
1002
  readonly summaryTime: "Time";
1002
1003
  readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1003
1006
  readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1004
1011
  };
1005
1012
  readonly details: {
1006
1013
  readonly heading: "Bilgileriniz";
@@ -997,10 +997,17 @@ export declare const zhUi: {
997
997
  readonly heading: "Booking submitted";
998
998
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
999
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1000
1001
  readonly summaryDate: "Date";
1001
1002
  readonly summaryTime: "Time";
1002
1003
  readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1003
1006
  readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1004
1011
  };
1005
1012
  readonly details: {
1006
1013
  readonly heading: "您的信息";
@@ -1010,10 +1010,17 @@ export declare const enUi: {
1010
1010
  readonly heading: "Booking submitted";
1011
1011
  readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
1012
1012
  readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1013
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1013
1014
  readonly summaryDate: "Date";
1014
1015
  readonly summaryTime: "Time";
1015
1016
  readonly summaryProvider: "Provider";
1017
+ readonly summaryService: "Service";
1018
+ readonly summarySpecialty: "Specialty";
1016
1019
  readonly bookAnother: "Book another appointment";
1020
+ readonly modifyBooking: "Modify booking";
1021
+ };
1022
+ readonly submitError: {
1023
+ readonly generic: "We couldn't submit your booking. Please try again.";
1017
1024
  };
1018
1025
  readonly details: {
1019
1026
  readonly heading: "Your details";
@@ -2500,10 +2507,17 @@ export declare const itUi: {
2500
2507
  readonly heading: "Prenotazione inviata";
2501
2508
  readonly descriptionSingle: "Ti abbiamo inviato un link di conferma via {{channel}}. Clicca il link per confermare la prenotazione.";
2502
2509
  readonly descriptionMultiple: "Ti abbiamo inviato un link di conferma via {{channels}}. Clicca il link in uno qualsiasi di questi per confermare la prenotazione.";
2510
+ readonly descriptionDemo: "Questa è una demo — non è stata inviata nessuna conferma. In produzione ti invieremmo un link via email per confermare.";
2503
2511
  readonly summaryDate: "Data";
2504
2512
  readonly summaryTime: "Orario";
2505
2513
  readonly summaryProvider: "Professionista";
2514
+ readonly summaryService: "Prestazione";
2515
+ readonly summarySpecialty: "Specialità";
2506
2516
  readonly bookAnother: "Prenota un altro appuntamento";
2517
+ readonly modifyBooking: "Modifica prenotazione";
2518
+ };
2519
+ readonly submitError: {
2520
+ readonly generic: "Non è stato possibile inviare la prenotazione. Riprova.";
2507
2521
  };
2508
2522
  readonly details: {
2509
2523
  readonly heading: "I tuoi dati";
package/dist/index.js CHANGED
@@ -70,7 +70,7 @@ import { N as Do, a as wo, b as Oo, c as _o, d as vo, e as Vo, f as Ho, g as Go,
70
70
  import { S as Ko } from "./_chunks/skip-link-BaSMtPwB.js";
71
71
  import { L as Yo } from "./_chunks/link-DrD_cRUg.js";
72
72
  import { P as qo, a as Qo, b as Jo, c as Xo, d as Zo, e as $o, f as at, g as et, p as rt } from "./_chunks/pagination-BWaXF7W0.js";
73
- import { D as tt, a as st, P as it, S as nt, c as pt, p as mt } from "./_chunks/public-footer.agent-CA29gxHJ.js";
73
+ import { D as tt, a as st, P as it, S as nt, c as pt, p as mt } from "./_chunks/public-footer.agent-DivkKdG4.js";
74
74
  import { P as ft, p as dt } from "./_chunks/public-header.agent-5U3S9QiC.js";
75
75
  import { S as ct, f as xt, s as At } from "./_chunks/search-bar-BRMW1-WG.js";
76
76
  import { S as St, a as Tt, b as Ct, c as bt, d as Pt, e as ht, f as Rt, g as It, h as Ft, i as Et, j as Lt, k as kt, l as Nt, m as Bt, n as Mt, o as yt, p as Dt, s as wt, u as Ot } from "./_chunks/sidebar-DkyC6GvS.js";
@@ -125,9 +125,9 @@ import { S as Sn, a as Tn } from "./_chunks/suggestion-chip-C4kxWUIs.js";
125
125
  import { s as bn } from "./_chunks/suggestion-chip.agent-6sNWFj7m.js";
126
126
  import { T as hn, t as Rn } from "./_chunks/transcript-panel-QUQ9XJmf.js";
127
127
  import { T as Fn } from "./_chunks/typing-indicator-DHeVN4ob.js";
128
- import { B as Ln, C as kn, O as Nn, b as Bn } from "./_chunks/booking-BYuc_8HV.js";
128
+ import { B as Ln, C as kn, O as Nn, b as Bn } from "./_chunks/booking-Bw9eOU4k.js";
129
129
  import { C as yn, c as Dn, r as wn } from "./_chunks/calendar-WWNx448i.js";
130
- import { P as _n, p as vn } from "./_chunks/patient-search-BhlxYAI3.js";
130
+ import { P as _n, p as vn } from "./_chunks/patient-search-DuSoGG2t.js";
131
131
  import { P as Hn, f as Gn, p as Wn, a as Un, s as Kn, b as jn, c as Yn } from "./_chunks/payment-form-Ds3rxvad.js";
132
132
  import { P as qn, p as Qn } from "./_chunks/pdf-viewer-CIuaocnq.js";
133
133
  import { R as Xn, r as Zn } from "./_chunks/reviews-panel-CFttsfuC.js";
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "بياناتك",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Ihre Daten",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Τα στοιχεία σας",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Your details",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Tus datos",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Vos coordonnées",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "आपकी जानकारी",
@@ -993,10 +993,17 @@
993
993
  "heading": "Prenotazione inviata",
994
994
  "descriptionSingle": "Ti abbiamo inviato un link di conferma via {{channel}}. Clicca il link per confermare la prenotazione.",
995
995
  "descriptionMultiple": "Ti abbiamo inviato un link di conferma via {{channels}}. Clicca il link in uno qualsiasi di questi per confermare la prenotazione.",
996
+ "descriptionDemo": "Questa è una demo — non è stata inviata nessuna conferma. In produzione ti invieremmo un link via email per confermare.",
996
997
  "summaryDate": "Data",
997
998
  "summaryTime": "Orario",
998
999
  "summaryProvider": "Professionista",
999
- "bookAnother": "Prenota un altro appuntamento"
1000
+ "summaryService": "Prestazione",
1001
+ "summarySpecialty": "Specialità",
1002
+ "bookAnother": "Prenota un altro appuntamento",
1003
+ "modifyBooking": "Modifica prenotazione"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "Non è stato possibile inviare la prenotazione. Riprova."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "I tuoi dati",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "お客様情報",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Uw gegevens",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Twoje dane",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Os seus dados",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Datele tale",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Ваши данные",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Të dhënat e tua",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Dina uppgifter",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "Bilgileriniz",
@@ -993,10 +993,17 @@
993
993
  "heading": "Booking submitted",
994
994
  "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
995
  "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
996
997
  "summaryDate": "Date",
997
998
  "summaryTime": "Time",
998
999
  "summaryProvider": "Provider",
999
- "bookAnother": "Book another appointment"
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1000
1007
  },
1001
1008
  "details": {
1002
1009
  "heading": "您的信息",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
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",
@@ -537,6 +537,10 @@
537
537
  "build:agent-catalog": "node --experimental-strip-types scripts/build-agent-catalog.mjs dist/agent-catalog.json",
538
538
  "storybook": "LAUNCH_EDITOR=code storybook dev -p 6006",
539
539
  "build-storybook": "storybook build",
540
+ "prestorybook": "npm run check:whats-new",
541
+ "prebuild-storybook": "npm run check:whats-new",
542
+ "build:whats-new": "node scripts/build-whats-new.mjs",
543
+ "check:whats-new": "node scripts/build-whats-new.mjs --check",
540
544
  "typecheck": "tsc -b",
541
545
  "test": "vitest run",
542
546
  "lint": "eslint .",