@alfadocs/ui-kit 0.2.0 → 0.2.1

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 (31) hide show
  1. package/dist/_chunks/{combobox-DCNXqbC7.js → combobox-BLWruOxK.js} +74 -75
  2. package/dist/_chunks/{freemium-paywall-CnvceDav.js → freemium-paywall-CrVefV0M.js} +2 -2
  3. package/dist/_chunks/{link-8QmFjIz2.js → link-BcYW1eNM.js} +48 -32
  4. package/dist/_chunks/{message-card-ChCX9Iv6.js → message-card-DjvsB_3U.js} +12 -12
  5. package/dist/_chunks/{message-tray-n8q9ITXI.js → message-tray-BbnAzlLH.js} +23 -23
  6. package/dist/_chunks/{notification-card-hBlPN1-c.js → notification-card-uTPEvAQS.js} +21 -21
  7. package/dist/_chunks/{notification-tray-C5cnXbl9.js → notification-tray-PGtMqXbP.js} +56 -56
  8. package/dist/_chunks/{payment-form-C3vT_npe.js → payment-form-B_BdHwjb.js} +21 -21
  9. package/dist/_chunks/transaction-chip-DE6DITun.js +196 -0
  10. package/dist/agent-catalog.json +15 -1
  11. package/dist/components/combobox/index.js +1 -1
  12. package/dist/components/freemium-paywall/index.js +1 -1
  13. package/dist/components/index.d.ts +1 -0
  14. package/dist/components/link/index.js +1 -1
  15. package/dist/components/link/link.d.ts +1 -0
  16. package/dist/components/message-card/index.js +1 -1
  17. package/dist/components/message-tray/index.js +1 -1
  18. package/dist/components/notification-card/index.js +1 -1
  19. package/dist/components/notification-tray/index.js +1 -1
  20. package/dist/components/payment-form/index.js +1 -1
  21. package/dist/components/transaction-chip/index.d.ts +3 -0
  22. package/dist/components/transaction-chip/index.js +5 -0
  23. package/dist/components/transaction-chip/transaction-chip.d.ts +30 -0
  24. package/dist/i18n/config.js +36 -0
  25. package/dist/i18n/resources.d.ts +36 -0
  26. package/dist/index.js +33 -31
  27. package/dist/locales/de.json +12 -0
  28. package/dist/locales/en.json +12 -0
  29. package/dist/locales/it.json +12 -0
  30. package/dist/tokens.css +1 -1
  31. package/package.json +1 -1
@@ -967,5 +967,17 @@
967
967
  "unlock": "Unlock screen",
968
968
  "accountPage": "Account page",
969
969
  "signOut": "Log out"
970
+ },
971
+ "financial": {
972
+ "state": {
973
+ "debt": "Outstanding balance",
974
+ "credit": "Credit on account",
975
+ "toInvoice": "To be invoiced",
976
+ "toDeliver": "Service pending",
977
+ "settled": "Settled"
978
+ },
979
+ "aria": {
980
+ "label": "{{state}} {{amount}}"
981
+ }
970
982
  }
971
983
  }
@@ -936,5 +936,17 @@
936
936
  "unlock": "Sblocca schermo",
937
937
  "accountPage": "Pagina account",
938
938
  "signOut": "Esci"
939
+ },
940
+ "financial": {
941
+ "state": {
942
+ "debt": "Da incassare",
943
+ "credit": "A credito",
944
+ "toInvoice": "Da fatturare",
945
+ "toDeliver": "Da erogare",
946
+ "settled": "Saldato"
947
+ },
948
+ "aria": {
949
+ "label": "{{state}} {{amount}}"
950
+ }
939
951
  }
940
952
  }