@alfadocs/ui-kit 0.9.1 → 0.11.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/{patient-shell-BS2V6V1b.js → patient-shell-CL20JnVJ.js} +2 -2
- package/dist/_chunks/{pdf-viewer-CNETPubN.js → pdf-viewer-CnEJvmXC.js} +407 -382
- package/dist/_chunks/rating-BRD7O74e.js +171 -0
- package/dist/_chunks/{sidebar-CoLHtVrP.js → sidebar-D8Lq065m.js} +107 -121
- package/dist/_chunks/star-vav0SJ9e.js +20 -0
- package/dist/agent-catalog.json +15 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.d.ts +62 -0
- package/dist/components/rating/index.d.ts +3 -0
- package/dist/components/rating/index.js +5 -0
- package/dist/components/rating/rating.d.ts +29 -0
- package/dist/components/sidebar/index.js +1 -1
- package/dist/i18n/config.js +28 -7
- package/dist/i18n/resources.d.ts +18 -0
- package/dist/index.js +321 -319
- package/dist/locales/de.json +7 -1
- package/dist/locales/en.json +7 -1
- package/dist/locales/it.json +7 -1
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
package/dist/locales/de.json
CHANGED
|
@@ -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}}",
|
|
@@ -802,7 +807,8 @@
|
|
|
802
807
|
"print": "Drucken",
|
|
803
808
|
"download": "Herunterladen",
|
|
804
809
|
"loading": "PDF wird geladen …",
|
|
805
|
-
"error": "PDF konnte nicht geladen werden"
|
|
810
|
+
"error": "PDF konnte nicht geladen werden",
|
|
811
|
+
"pageOverlay": "Seitenoverlay {{page}}"
|
|
806
812
|
},
|
|
807
813
|
"paywall": {
|
|
808
814
|
"title": "Upgraden, um fortzufahren",
|
package/dist/locales/en.json
CHANGED
|
@@ -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}}",
|
|
@@ -833,7 +838,8 @@
|
|
|
833
838
|
"print": "Print",
|
|
834
839
|
"download": "Download",
|
|
835
840
|
"loading": "Loading PDF…",
|
|
836
|
-
"error": "Failed to load PDF"
|
|
841
|
+
"error": "Failed to load PDF",
|
|
842
|
+
"pageOverlay": "Page {{page}} overlay"
|
|
837
843
|
},
|
|
838
844
|
"paywall": {
|
|
839
845
|
"title": "Upgrade to keep going",
|
package/dist/locales/it.json
CHANGED
|
@@ -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}}",
|
|
@@ -802,7 +807,8 @@
|
|
|
802
807
|
"print": "Stampa",
|
|
803
808
|
"download": "Scarica",
|
|
804
809
|
"loading": "Caricamento PDF…",
|
|
805
|
-
"error": "Impossibile caricare il PDF"
|
|
810
|
+
"error": "Impossibile caricare il PDF",
|
|
811
|
+
"pageOverlay": "Overlay pagina {{page}}"
|
|
806
812
|
},
|
|
807
813
|
"paywall": {
|
|
808
814
|
"title": "Esegui l'upgrade per continuare",
|