@alfadocs/ui-kit 0.30.0 → 0.30.2
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.
- package/dist/_chunks/{booking-BYuc_8HV.js → booking-CBaSujVP.js} +803 -729
- package/dist/_chunks/{patient-search-BhlxYAI3.js → patient-search-ZpHN-pgJ.js} +566 -510
- package/dist/_chunks/{public-footer.agent-CA29gxHJ.js → public-footer.agent-DivkKdG4.js} +188 -167
- package/dist/_chunks/{reviews-panel-CFttsfuC.js → reviews-panel-D-zjPKFL.js} +198 -178
- package/dist/agent-catalog.json +1 -1
- package/dist/components/booking/booking-types.d.ts +38 -0
- package/dist/components/booking/details-form.d.ts +7 -0
- package/dist/components/booking/index.js +1 -1
- package/dist/components/patient-search/index.js +1 -1
- package/dist/components/patient-search/patient-search.d.ts +9 -0
- package/dist/components/public-footer/index.js +1 -1
- package/dist/components/public-footer/public-footer.d.ts +7 -0
- package/dist/components/reviews-panel/index.js +1 -1
- package/dist/components/reviews-panel/reviews-panel.d.ts +8 -0
- package/dist/i18n/config.js +146 -20
- package/dist/i18n/locales/ar.d.ts +7 -0
- package/dist/i18n/locales/de.d.ts +7 -0
- package/dist/i18n/locales/el.d.ts +7 -0
- package/dist/i18n/locales/es.d.ts +7 -0
- package/dist/i18n/locales/fr.d.ts +7 -0
- package/dist/i18n/locales/hi.d.ts +7 -0
- package/dist/i18n/locales/ja.d.ts +7 -0
- package/dist/i18n/locales/nl.d.ts +7 -0
- package/dist/i18n/locales/pl.d.ts +7 -0
- package/dist/i18n/locales/pt.d.ts +7 -0
- package/dist/i18n/locales/ro.d.ts +7 -0
- package/dist/i18n/locales/ru.d.ts +7 -0
- package/dist/i18n/locales/sq.d.ts +7 -0
- package/dist/i18n/locales/sv.d.ts +7 -0
- package/dist/i18n/locales/tr.d.ts +7 -0
- package/dist/i18n/locales/zh.d.ts +7 -0
- package/dist/i18n/resources.d.ts +14 -0
- package/dist/index.js +4 -4
- package/dist/locales/ar.json +8 -1
- package/dist/locales/de.json +8 -1
- package/dist/locales/el.json +8 -1
- package/dist/locales/en.json +8 -1
- package/dist/locales/es.json +8 -1
- package/dist/locales/fr.json +8 -1
- package/dist/locales/hi.json +8 -1
- package/dist/locales/it.json +8 -1
- package/dist/locales/ja.json +8 -1
- package/dist/locales/nl.json +8 -1
- package/dist/locales/pl.json +8 -1
- package/dist/locales/pt.json +8 -1
- package/dist/locales/ro.json +8 -1
- package/dist/locales/ru.json +8 -1
- package/dist/locales/sq.json +8 -1
- package/dist/locales/sv.json +8 -1
- package/dist/locales/tr.json +8 -1
- package/dist/locales/zh.json +8 -1
- package/package.json +5 -1
|
@@ -997,10 +997,17 @@ export declare const nlUi: {
|
|
|
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: "Uw gegevens";
|
|
@@ -997,10 +997,17 @@ export declare const plUi: {
|
|
|
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: "Twoje dane";
|
|
@@ -998,10 +998,17 @@ export declare const ptUi: {
|
|
|
998
998
|
readonly heading: "Booking submitted";
|
|
999
999
|
readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
|
|
1000
1000
|
readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
|
|
1001
|
+
readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
|
|
1001
1002
|
readonly summaryDate: "Date";
|
|
1002
1003
|
readonly summaryTime: "Time";
|
|
1003
1004
|
readonly summaryProvider: "Provider";
|
|
1005
|
+
readonly summaryService: "Service";
|
|
1006
|
+
readonly summarySpecialty: "Specialty";
|
|
1004
1007
|
readonly bookAnother: "Book another appointment";
|
|
1008
|
+
readonly modifyBooking: "Modify booking";
|
|
1009
|
+
};
|
|
1010
|
+
readonly submitError: {
|
|
1011
|
+
readonly generic: "We couldn't submit your booking. Please try again.";
|
|
1005
1012
|
};
|
|
1006
1013
|
readonly details: {
|
|
1007
1014
|
readonly heading: "Os seus dados";
|
|
@@ -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: "您的信息";
|
package/dist/i18n/resources.d.ts
CHANGED
|
@@ -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-
|
|
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,12 +125,12 @@ 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-
|
|
128
|
+
import { B as Ln, C as kn, O as Nn, b as Bn } from "./_chunks/booking-CBaSujVP.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-
|
|
130
|
+
import { P as _n, p as vn } from "./_chunks/patient-search-ZpHN-pgJ.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
|
-
import { R as Xn, r as Zn } from "./_chunks/reviews-panel-
|
|
133
|
+
import { R as Xn, r as Zn } from "./_chunks/reviews-panel-D-zjPKFL.js";
|
|
134
134
|
import { R as ap, e as ep, r as rp, t as op, a as tp, w as sp } from "./_chunks/rich-text-editor-J-wAz9eN.js";
|
|
135
135
|
import { S as np, s as pp } from "./_chunks/signature-capture-DjMlFOzS.js";
|
|
136
136
|
import { S as lp, f as fp, i as dp } from "./_chunks/slot-grid-B2zprPcv.js";
|
package/dist/locales/ar.json
CHANGED
|
@@ -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
|
-
"
|
|
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/dist/locales/de.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/el.json
CHANGED
|
@@ -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
|
-
"
|
|
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/dist/locales/en.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/es.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/fr.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/hi.json
CHANGED
|
@@ -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
|
-
"
|
|
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/dist/locales/it.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/ja.json
CHANGED
|
@@ -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
|
-
"
|
|
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/dist/locales/nl.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/pl.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/pt.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/ro.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/ru.json
CHANGED
|
@@ -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
|
-
"
|
|
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/dist/locales/sq.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/sv.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/tr.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
package/dist/locales/zh.json
CHANGED
|
@@ -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
|
-
"
|
|
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.
|
|
3
|
+
"version": "0.30.2",
|
|
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 .",
|