@alfadocs/ui-kit 0.25.2 → 0.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.
- package/dist/_chunks/booking-BYuc_8HV.js +2250 -0
- package/dist/_chunks/{calendar-9eOXumpH.js → calendar-WWNx448i.js} +10 -9
- package/dist/_chunks/{contact-card-CeEfEAxh.js → contact-card-DYbp--s-.js} +2 -2
- package/dist/_chunks/{header-B8V_sNPy.js → header-CkMb1TZS.js} +23 -23
- package/dist/_chunks/heart-pulse-CvuyFKHB.js +21 -0
- package/dist/_chunks/{link-DmM5IevO.js → link-DrD_cRUg.js} +50 -45
- package/dist/_chunks/parseISO-Dk4xa7q6.js +120 -0
- package/dist/_chunks/patient-search-BhlxYAI3.js +1102 -0
- package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
- package/dist/_chunks/public-footer.agent-CA29gxHJ.js +516 -0
- package/dist/_chunks/reviews-panel-CFttsfuC.js +513 -0
- package/dist/_chunks/slot-grid-B2zprPcv.js +387 -0
- package/dist/_chunks/stethoscope-DT5qCW8Y.js +18 -0
- package/dist/agent-catalog.json +117 -22
- package/dist/components/booking/booking-types.d.ts +145 -0
- package/dist/components/booking/booking.agent.d.ts +1 -1
- package/dist/components/booking/booking.d.ts +4 -89
- package/dist/components/booking/cascade.d.ts +96 -0
- package/dist/components/booking/details-form.d.ts +32 -0
- package/dist/components/booking/index.d.ts +2 -1
- package/dist/components/booking/index.js +5 -3
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/checkbox/checkbox.d.ts +6 -2
- package/dist/components/contact-card/index.js +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/link/index.js +1 -1
- package/dist/components/link/link.d.ts +7 -0
- package/dist/components/patient-search/index.d.ts +4 -0
- package/dist/components/patient-search/index.js +6 -0
- package/dist/components/patient-search/patient-search.agent.d.ts +4 -0
- package/dist/components/patient-search/patient-search.d.ts +103 -0
- package/dist/components/public-footer/index.d.ts +6 -0
- package/dist/components/public-footer/index.js +10 -0
- package/dist/components/public-footer/legal-urls.d.ts +18 -0
- package/dist/components/public-footer/public-footer.agent.d.ts +4 -0
- package/dist/components/public-footer/public-footer.d.ts +51 -0
- package/dist/components/public-footer/socials.d.ts +9 -0
- package/dist/components/reviews-panel/index.d.ts +4 -0
- package/dist/components/reviews-panel/index.js +6 -0
- package/dist/components/reviews-panel/reviews-panel.agent.d.ts +4 -0
- package/dist/components/reviews-panel/reviews-panel.d.ts +76 -0
- package/dist/components/slot-grid/index.js +1 -1
- package/dist/i18n/config.js +3866 -36
- package/dist/i18n/locales/ar.d.ts +214 -0
- package/dist/i18n/locales/de.d.ts +214 -0
- package/dist/i18n/locales/el.d.ts +214 -0
- package/dist/i18n/locales/es.d.ts +214 -0
- package/dist/i18n/locales/fr.d.ts +214 -0
- package/dist/i18n/locales/hi.d.ts +214 -0
- package/dist/i18n/locales/ja.d.ts +214 -0
- package/dist/i18n/locales/nl.d.ts +214 -0
- package/dist/i18n/locales/pl.d.ts +214 -0
- package/dist/i18n/locales/pt.d.ts +214 -0
- package/dist/i18n/locales/ro.d.ts +214 -0
- package/dist/i18n/locales/ru.d.ts +214 -0
- package/dist/i18n/locales/sq.d.ts +214 -0
- package/dist/i18n/locales/sv.d.ts +214 -0
- package/dist/i18n/locales/tr.d.ts +214 -0
- package/dist/i18n/locales/zh.d.ts +214 -0
- package/dist/i18n/resources.d.ts +428 -0
- package/dist/index.js +351 -336
- package/dist/locales/ar.json +215 -1
- package/dist/locales/de.json +215 -1
- package/dist/locales/el.json +215 -1
- package/dist/locales/en.json +215 -1
- package/dist/locales/es.json +215 -1
- package/dist/locales/fr.json +215 -1
- package/dist/locales/hi.json +215 -1
- package/dist/locales/it.json +215 -1
- package/dist/locales/ja.json +215 -1
- package/dist/locales/nl.json +215 -1
- package/dist/locales/pl.json +215 -1
- package/dist/locales/pt.json +215 -1
- package/dist/locales/ro.json +215 -1
- package/dist/locales/ru.json +215 -1
- package/dist/locales/sq.json +215 -1
- package/dist/locales/sv.json +215 -1
- package/dist/locales/tr.json +215 -1
- package/dist/locales/zh.json +215 -1
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +13 -1
- package/dist/_chunks/booking-CXngC-1u.js +0 -1743
- package/dist/_chunks/slot-grid-DoodeQGZ.js +0 -502
- package/dist/_chunks/stethoscope-B8kpbtjh.js +0 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfadocs/ui-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.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",
|
|
@@ -303,6 +303,10 @@
|
|
|
303
303
|
"types": "./dist/components/password-input/index.d.ts",
|
|
304
304
|
"import": "./dist/components/password-input/index.js"
|
|
305
305
|
},
|
|
306
|
+
"./patient-search": {
|
|
307
|
+
"types": "./dist/components/patient-search/index.d.ts",
|
|
308
|
+
"import": "./dist/components/patient-search/index.js"
|
|
309
|
+
},
|
|
306
310
|
"./payment-form": {
|
|
307
311
|
"types": "./dist/components/payment-form/index.d.ts",
|
|
308
312
|
"import": "./dist/components/payment-form/index.js"
|
|
@@ -327,6 +331,10 @@
|
|
|
327
331
|
"types": "./dist/components/progress/index.d.ts",
|
|
328
332
|
"import": "./dist/components/progress/index.js"
|
|
329
333
|
},
|
|
334
|
+
"./public-footer": {
|
|
335
|
+
"types": "./dist/components/public-footer/index.d.ts",
|
|
336
|
+
"import": "./dist/components/public-footer/index.js"
|
|
337
|
+
},
|
|
330
338
|
"./public-header": {
|
|
331
339
|
"types": "./dist/components/public-header/index.d.ts",
|
|
332
340
|
"import": "./dist/components/public-header/index.js"
|
|
@@ -347,6 +355,10 @@
|
|
|
347
355
|
"types": "./dist/components/resizable/index.d.ts",
|
|
348
356
|
"import": "./dist/components/resizable/index.js"
|
|
349
357
|
},
|
|
358
|
+
"./reviews-panel": {
|
|
359
|
+
"types": "./dist/components/reviews-panel/index.d.ts",
|
|
360
|
+
"import": "./dist/components/reviews-panel/index.js"
|
|
361
|
+
},
|
|
350
362
|
"./rich-text-editor": {
|
|
351
363
|
"types": "./dist/components/rich-text-editor/index.d.ts",
|
|
352
364
|
"import": "./dist/components/rich-text-editor/index.js"
|