@alfadocs/ui-kit-debug 0.4.0 → 0.6.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 (46) hide show
  1. package/dist/_chunks/{balance-cell-renderer-B8zgIM-m.js → balance-cell-renderer-BuExGe6u.js} +2 -2
  2. package/dist/_chunks/{balance-cell-renderer-B8zgIM-m.js.map → balance-cell-renderer-BuExGe6u.js.map} +1 -1
  3. package/dist/_chunks/{checkbox-CtPM6Rup.js → checkbox-D5EHnB14.js} +53 -46
  4. package/dist/_chunks/checkbox-D5EHnB14.js.map +1 -0
  5. package/dist/_chunks/{checkbox-group-BTdEB6Yo.js → checkbox-group-CarPLDIC.js} +2 -2
  6. package/dist/_chunks/{checkbox-group-BTdEB6Yo.js.map → checkbox-group-CarPLDIC.js.map} +1 -1
  7. package/dist/_chunks/contact-card-DNyATxKv.js +137 -0
  8. package/dist/_chunks/contact-card-DNyATxKv.js.map +1 -0
  9. package/dist/_chunks/{dialog-D5bK95-N.js → dialog-W8uDfXD8.js} +8 -2
  10. package/dist/_chunks/dialog-W8uDfXD8.js.map +1 -0
  11. package/dist/_chunks/{leo-sidebar-D1RdE54a.js → leo-sidebar-BWECDYpu.js} +2 -2
  12. package/dist/_chunks/{leo-sidebar-D1RdE54a.js.map → leo-sidebar-BWECDYpu.js.map} +1 -1
  13. package/dist/_chunks/{sheet-B9T3OQmz.js → sheet-BAg7GY9j.js} +8 -2
  14. package/dist/_chunks/sheet-BAg7GY9j.js.map +1 -0
  15. package/dist/agent-catalog.json +15 -1
  16. package/dist/components/checkbox/checkbox.d.ts.map +1 -1
  17. package/dist/components/checkbox/index.js +1 -1
  18. package/dist/components/checkbox-group/index.js +1 -1
  19. package/dist/components/contact-card/contact-card.d.ts +74 -0
  20. package/dist/components/contact-card/contact-card.d.ts.map +1 -0
  21. package/dist/components/contact-card/index.d.ts +3 -0
  22. package/dist/components/contact-card/index.d.ts.map +1 -0
  23. package/dist/components/contact-card/index.js +5 -0
  24. package/dist/components/contact-card/index.js.map +1 -0
  25. package/dist/components/data-table/index.js +1 -1
  26. package/dist/components/dialog/dialog.d.ts.map +1 -1
  27. package/dist/components/dialog/index.js +1 -1
  28. package/dist/components/index.d.ts +1 -0
  29. package/dist/components/index.d.ts.map +1 -1
  30. package/dist/components/sheet/index.js +1 -1
  31. package/dist/components/sheet/sheet.d.ts.map +1 -1
  32. package/dist/i18n/config.js +12 -0
  33. package/dist/i18n/config.js.map +1 -1
  34. package/dist/i18n/resources.d.ts +12 -0
  35. package/dist/i18n/resources.d.ts.map +1 -1
  36. package/dist/index.js +357 -355
  37. package/dist/index.js.map +1 -1
  38. package/dist/locales/de.json +4 -0
  39. package/dist/locales/en.json +4 -0
  40. package/dist/locales/it.json +4 -0
  41. package/dist/patterns/leo-assistant/index.js +1 -1
  42. package/dist/tokens.css +1 -1
  43. package/package.json +3 -2
  44. package/dist/_chunks/checkbox-CtPM6Rup.js.map +0 -1
  45. package/dist/_chunks/dialog-D5bK95-N.js.map +0 -1
  46. package/dist/_chunks/sheet-B9T3OQmz.js.map +0 -1
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -26,6 +26,10 @@
26
26
  "resultsLabel": "Suchergebnisse",
27
27
  "noResults": "Keine Ergebnisse für „{{query}}“"
28
28
  },
29
+ "contactCard": {
30
+ "vatNumberLabel": "USt-IdNr.:",
31
+ "phoneLabel": "Telefon:"
32
+ },
29
33
  "inputs": {
30
34
  "switch": {
31
35
  "on": "An",
@@ -29,6 +29,10 @@
29
29
  "link": {
30
30
  "opensInNewTab": "Opens in a new tab"
31
31
  },
32
+ "contactCard": {
33
+ "vatNumberLabel": "VAT no.:",
34
+ "phoneLabel": "Phone:"
35
+ },
32
36
  "inputs": {
33
37
  "switch": {
34
38
  "on": "On",
@@ -26,6 +26,10 @@
26
26
  "resultsLabel": "Risultati della ricerca",
27
27
  "noResults": "Nessun risultato per “{{query}}”"
28
28
  },
29
+ "contactCard": {
30
+ "vatNumberLabel": "P. IVA:",
31
+ "phoneLabel": "Telefono:"
32
+ },
29
33
  "inputs": {
30
34
  "switch": {
31
35
  "on": "Attivo",
@@ -1,4 +1,4 @@
1
- import { L as o, a as L, b as d, c as r } from "../../_chunks/leo-sidebar-D1RdE54a.js";
1
+ import { L as o, a as L, b as d, c as r } from "../../_chunks/leo-sidebar-BWECDYpu.js";
2
2
  export {
3
3
  o as LeoChatSurface,
4
4
  L as LeoEmbedded,