@alfadocs/ui-kit-debug 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/{patient-shell-BS2V6V1b.js.map → patient-shell-CL20JnVJ.js.map} +1 -1
- package/dist/_chunks/{pdf-viewer-CNETPubN.js → pdf-viewer-CnEJvmXC.js} +407 -382
- package/dist/_chunks/pdf-viewer-CnEJvmXC.js.map +1 -0
- package/dist/_chunks/rating-BRD7O74e.js +171 -0
- package/dist/_chunks/rating-BRD7O74e.js.map +1 -0
- package/dist/_chunks/{sidebar-CoLHtVrP.js → sidebar-D8Lq065m.js} +107 -121
- package/dist/_chunks/{sidebar-CoLHtVrP.js.map → sidebar-D8Lq065m.js.map} +1 -1
- package/dist/_chunks/star-vav0SJ9e.js +20 -0
- package/dist/_chunks/star-vav0SJ9e.js.map +1 -0
- package/dist/agent-catalog.json +15 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.d.ts +62 -0
- package/dist/components/pdf-viewer/pdf-viewer.d.ts.map +1 -1
- package/dist/components/rating/index.d.ts +3 -0
- package/dist/components/rating/index.d.ts.map +1 -0
- package/dist/components/rating/index.js +5 -0
- package/dist/components/rating/index.js.map +1 -0
- package/dist/components/rating/rating.d.ts +29 -0
- package/dist/components/rating/rating.d.ts.map +1 -0
- package/dist/components/sidebar/index.js +1 -1
- package/dist/i18n/config.js +28 -7
- package/dist/i18n/config.js.map +1 -1
- package/dist/i18n/resources.d.ts +18 -0
- package/dist/i18n/resources.d.ts.map +1 -1
- package/dist/index.js +321 -319
- package/dist/index.js.map +1 -1
- 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/_chunks/pdf-viewer-CNETPubN.js.map +0 -1
package/dist/i18n/resources.d.ts
CHANGED
|
@@ -367,6 +367,11 @@ export declare const enUi: {
|
|
|
367
367
|
readonly secondaryCta: "Contact support";
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
|
+
readonly rating: {
|
|
371
|
+
readonly label: "{{value}} out of {{max}} stars";
|
|
372
|
+
readonly reviews_one: "{{value}} stars · 1 review";
|
|
373
|
+
readonly reviews_other: "{{value}} stars · {{count}} reviews";
|
|
374
|
+
};
|
|
370
375
|
readonly sparkline: {
|
|
371
376
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, current {{current}}, {{direction}}";
|
|
372
377
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, current {{current}}, {{direction}}";
|
|
@@ -835,6 +840,7 @@ export declare const enUi: {
|
|
|
835
840
|
readonly download: "Download";
|
|
836
841
|
readonly loading: "Loading PDF…";
|
|
837
842
|
readonly error: "Failed to load PDF";
|
|
843
|
+
readonly pageOverlay: "Page {{page}} overlay";
|
|
838
844
|
};
|
|
839
845
|
readonly paywall: {
|
|
840
846
|
readonly title: "Upgrade to keep going";
|
|
@@ -1358,6 +1364,11 @@ export declare const itUi: {
|
|
|
1358
1364
|
readonly secondaryCta: "Contatta il supporto";
|
|
1359
1365
|
};
|
|
1360
1366
|
};
|
|
1367
|
+
readonly rating: {
|
|
1368
|
+
readonly label: "{{value}} stelle su {{max}}";
|
|
1369
|
+
readonly reviews_one: "{{value}} stelle · 1 opinione";
|
|
1370
|
+
readonly reviews_other: "{{value}} stelle · {{count}} opinioni";
|
|
1371
|
+
};
|
|
1361
1372
|
readonly sparkline: {
|
|
1362
1373
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, attuale {{current}}, {{direction}}";
|
|
1363
1374
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, attuale {{current}}, {{direction}}";
|
|
@@ -1802,6 +1813,7 @@ export declare const itUi: {
|
|
|
1802
1813
|
readonly download: "Scarica";
|
|
1803
1814
|
readonly loading: "Caricamento PDF…";
|
|
1804
1815
|
readonly error: "Impossibile caricare il PDF";
|
|
1816
|
+
readonly pageOverlay: "Overlay pagina {{page}}";
|
|
1805
1817
|
};
|
|
1806
1818
|
readonly paywall: {
|
|
1807
1819
|
readonly title: "Esegui l'upgrade per continuare";
|
|
@@ -2328,6 +2340,11 @@ export declare const deUi: {
|
|
|
2328
2340
|
readonly secondaryCta: "Support kontaktieren";
|
|
2329
2341
|
};
|
|
2330
2342
|
};
|
|
2343
|
+
readonly rating: {
|
|
2344
|
+
readonly label: "{{value}} von {{max}} Sternen";
|
|
2345
|
+
readonly reviews_one: "{{value}} Sterne · 1 Bewertung";
|
|
2346
|
+
readonly reviews_other: "{{value}} Sterne · {{count}} Bewertungen";
|
|
2347
|
+
};
|
|
2331
2348
|
readonly sparkline: {
|
|
2332
2349
|
readonly summary: "{{label}}: Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}";
|
|
2333
2350
|
readonly summaryNoLabel: "Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}";
|
|
@@ -2772,6 +2789,7 @@ export declare const deUi: {
|
|
|
2772
2789
|
readonly download: "Herunterladen";
|
|
2773
2790
|
readonly loading: "PDF wird geladen …";
|
|
2774
2791
|
readonly error: "PDF konnte nicht geladen werden";
|
|
2792
|
+
readonly pageOverlay: "Seitenoverlay {{page}}";
|
|
2775
2793
|
};
|
|
2776
2794
|
readonly paywall: {
|
|
2777
2795
|
readonly title: "Upgraden, um fortzufahren";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/i18n/resources.ts"],"names":[],"mappings":"AAcA,gDAAgD;AAChD,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/i18n/resources.ts"],"names":[],"mappings":"AAcA,gDAAgD;AAChD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAo+BP,CAAC;AAEX,4EAA4E;AAC5E,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAq8BP,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs8BP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,mCAAoC,CAAC;AAEtE,0DAA0D;AAC1D,eAAO,MAAM,WAAW,EAAE,MAAM,CAC9B,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,EACrC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAMxB,CAAC"}
|