@alfadocs/ui-kit 0.9.0 → 0.10.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 (40) hide show
  1. package/dist/_chunks/{agenda-card-DU13wUTA.js → agenda-card-CsCm7hQv.js} +2 -2
  2. package/dist/_chunks/{agenda-tray-gQUXklO4.js → agenda-tray-B8QZ3wEp.js} +2 -2
  3. package/dist/_chunks/{combobox-DUpWoPPk.js → combobox-BHhnR3qm.js} +4 -8
  4. package/dist/_chunks/{file-upload-BVbfiANR.js → file-upload-DIecAfC-.js} +4 -8
  5. package/dist/_chunks/{notification-card-CRIE2Cuk.js → notification-card-ejOw5g6g.js} +2 -5
  6. package/dist/_chunks/{notification-tray-CfXNYrxv.js → notification-tray-C3dYdLAF.js} +3 -6
  7. package/dist/_chunks/{patient-shell-BS2V6V1b.js → patient-shell-CL20JnVJ.js} +2 -2
  8. package/dist/_chunks/rating-BRD7O74e.js +171 -0
  9. package/dist/_chunks/{sidebar-CoLHtVrP.js → sidebar-D8Lq065m.js} +107 -121
  10. package/dist/_chunks/{sparkline-D4Np8ikf.js → sparkline-B5Ms55PZ.js} +2 -2
  11. package/dist/_chunks/star-vav0SJ9e.js +20 -0
  12. package/dist/_chunks/{timeline-BaSULpSJ.js → timeline-rmls7dIh.js} +9 -9
  13. package/dist/_chunks/{transaction-chip-eVbolm0B.js → transaction-chip-z9ENE50O.js} +2 -2
  14. package/dist/_chunks/{use-password-requirements-B1M8lE2t.js → use-password-requirements-DbPZMfV9.js} +2 -2
  15. package/dist/agent-catalog.json +15 -1
  16. package/dist/components/agenda-card/index.js +1 -1
  17. package/dist/components/agenda-tray/index.js +1 -1
  18. package/dist/components/combobox/index.js +1 -1
  19. package/dist/components/file-upload/index.js +1 -1
  20. package/dist/components/index.d.ts +1 -0
  21. package/dist/components/notification-card/index.js +1 -1
  22. package/dist/components/notification-tray/index.js +1 -1
  23. package/dist/components/password-input/index.js +1 -1
  24. package/dist/components/rating/index.d.ts +3 -0
  25. package/dist/components/rating/index.js +5 -0
  26. package/dist/components/rating/rating.d.ts +29 -0
  27. package/dist/components/sidebar/index.js +1 -1
  28. package/dist/components/sparkline/index.js +1 -1
  29. package/dist/components/timeline/index.js +1 -1
  30. package/dist/components/transaction-chip/index.js +1 -1
  31. package/dist/i18n/config.d.ts +1 -1
  32. package/dist/i18n/config.js +18 -0
  33. package/dist/i18n/resources.d.ts +15 -0
  34. package/dist/index.js +324 -322
  35. package/dist/locales/de.json +5 -0
  36. package/dist/locales/en.json +5 -0
  37. package/dist/locales/it.json +5 -0
  38. package/dist/patterns/patient-shell/index.js +1 -1
  39. package/dist/tokens.css +1 -1
  40. package/package.json +5 -1
@@ -359,6 +359,11 @@
359
359
  "secondaryCta": "Support kontaktieren"
360
360
  }
361
361
  },
362
+ "rating": {
363
+ "label": "{{value}} von {{max}} Sternen",
364
+ "reviews_one": "{{value}} Sterne · 1 Bewertung",
365
+ "reviews_other": "{{value}} Sterne · {{count}} Bewertungen"
366
+ },
362
367
  "sparkline": {
363
368
  "summary": "{{label}}: Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}",
364
369
  "summaryNoLabel": "Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}",
@@ -366,6 +366,11 @@
366
366
  "secondaryCta": "Contact support"
367
367
  }
368
368
  },
369
+ "rating": {
370
+ "label": "{{value}} out of {{max}} stars",
371
+ "reviews_one": "{{value}} stars · 1 review",
372
+ "reviews_other": "{{value}} stars · {{count}} reviews"
373
+ },
369
374
  "sparkline": {
370
375
  "summary": "{{label}}: min {{min}}, max {{max}}, current {{current}}, {{direction}}",
371
376
  "summaryNoLabel": "min {{min}}, max {{max}}, current {{current}}, {{direction}}",
@@ -359,6 +359,11 @@
359
359
  "secondaryCta": "Contatta il supporto"
360
360
  }
361
361
  },
362
+ "rating": {
363
+ "label": "{{value}} stelle su {{max}}",
364
+ "reviews_one": "{{value}} stelle · 1 opinione",
365
+ "reviews_other": "{{value}} stelle · {{count}} opinioni"
366
+ },
362
367
  "sparkline": {
363
368
  "summary": "{{label}}: min {{min}}, max {{max}}, attuale {{current}}, {{direction}}",
364
369
  "summaryNoLabel": "min {{min}}, max {{max}}, attuale {{current}}, {{direction}}",
@@ -1,4 +1,4 @@
1
- import { P as a } from "../../_chunks/patient-shell-BS2V6V1b.js";
1
+ import { P as a } from "../../_chunks/patient-shell-CL20JnVJ.js";
2
2
  export {
3
3
  a as PatientShell
4
4
  };