@alfadocs/ui-kit 0.21.0 → 0.23.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 (38) hide show
  1. package/dist/agent-catalog.json +1 -1
  2. package/dist/i18n/config.d.ts +1 -1
  3. package/dist/i18n/config.js +18356 -2114
  4. package/dist/i18n/locales/ar.d.ts +1081 -0
  5. package/dist/i18n/locales/de.d.ts +1081 -0
  6. package/dist/i18n/locales/el.d.ts +1078 -0
  7. package/dist/i18n/locales/es.d.ts +1078 -0
  8. package/dist/i18n/locales/fr.d.ts +1078 -0
  9. package/dist/i18n/locales/hi.d.ts +1078 -0
  10. package/dist/i18n/locales/ja.d.ts +1078 -0
  11. package/dist/i18n/locales/nl.d.ts +1078 -0
  12. package/dist/i18n/locales/pl.d.ts +1078 -0
  13. package/dist/i18n/locales/pt.d.ts +1079 -0
  14. package/dist/i18n/locales/ro.d.ts +1078 -0
  15. package/dist/i18n/locales/ru.d.ts +1078 -0
  16. package/dist/i18n/locales/sq.d.ts +1078 -0
  17. package/dist/i18n/locales/sv.d.ts +1078 -0
  18. package/dist/i18n/locales/tr.d.ts +1078 -0
  19. package/dist/i18n/locales/zh.d.ts +1078 -0
  20. package/dist/i18n/resources.d.ts +48 -1034
  21. package/dist/locales/ar.json +1073 -1
  22. package/dist/locales/de.json +58 -8
  23. package/dist/locales/el.json +1073 -0
  24. package/dist/locales/es.json +1073 -0
  25. package/dist/locales/fr.json +1073 -0
  26. package/dist/locales/hi.json +1073 -0
  27. package/dist/locales/it.json +31 -0
  28. package/dist/locales/ja.json +1073 -0
  29. package/dist/locales/nl.json +1073 -0
  30. package/dist/locales/pl.json +1073 -0
  31. package/dist/locales/pt.json +1073 -0
  32. package/dist/locales/ro.json +1073 -0
  33. package/dist/locales/ru.json +1073 -0
  34. package/dist/locales/sq.json +1073 -0
  35. package/dist/locales/sv.json +1073 -0
  36. package/dist/locales/tr.json +1073 -0
  37. package/dist/locales/zh.json +1073 -0
  38. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.21.0",
3
+ "version": "0.23.0",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",
@@ -522,6 +522,9 @@
522
522
  "stylelint": "stylelint \"src/**/*.css\"",
523
523
  "check:data-component": "node scripts/check-data-component-coverage.mjs",
524
524
  "check:i18n": "node scripts/check-no-namespaced-i18n.mjs",
525
+ "check:i18n-parity": "node --experimental-strip-types scripts/check-i18n-parity.ts",
526
+ "check:i18n-coverage": "node --experimental-strip-types scripts/check-i18n-coverage.ts",
527
+ "seed:i18n-coverage": "node --experimental-strip-types scripts/seed-i18n-coverage.ts",
525
528
  "chromatic": "chromatic --exit-zero-on-changes"
526
529
  },
527
530
  "peerDependencies": {