@alfadocs/ui-kit 0.2.2 → 0.4.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 (31) hide show
  1. package/dist/_chunks/{ai-prompt-input-BBiDlEIS.js → ai-prompt-input-DLgY8lrW.js} +2 -2
  2. package/dist/_chunks/{audio-recorder-B4U1LuiQ.js → audio-recorder-BdBbU-UK.js} +2 -2
  3. package/dist/_chunks/{command-palette-C_vgSgrI.js → command-palette-DkL-aW4O.js} +9 -2
  4. package/dist/_chunks/{dialog-BPD7wlGE.js → dialog-D5bK95-N.js} +24 -24
  5. package/dist/_chunks/{dropdown-menu-CpiF6CPz.js → dropdown-menu-dyV7gHh_.js} +2 -1
  6. package/dist/_chunks/{leo-sidebar-kHO45M6C.js → leo-sidebar-D1RdE54a.js} +2 -2
  7. package/dist/_chunks/{patient-shell-BlsEUKWB.js → patient-shell-IhMULVrt.js} +2 -2
  8. package/dist/_chunks/{select-y6bXV1f1.js → select-BOU_Osnf.js} +2 -1
  9. package/dist/_chunks/{sheet-4tgMFwj0.js → sheet-B9T3OQmz.js} +23 -23
  10. package/dist/_chunks/{tabs-DaFA3Muo.js → tabs-BZQy_Rmb.js} +2 -2
  11. package/dist/_chunks/{theme-toggle-B9zzCnvl.js → theme-toggle-B3UR6ouK.js} +2 -2
  12. package/dist/_chunks/{toast.agent-BwKXA0km.js → toast.agent-DihA6MON.js} +206 -203
  13. package/dist/_chunks/{workflow-map-C-nlogPC.js → workflow-map-Bi5liGzo.js} +2 -2
  14. package/dist/agent-catalog.json +1 -1
  15. package/dist/components/ai-prompt-input/index.js +1 -1
  16. package/dist/components/audio-recorder/index.js +1 -1
  17. package/dist/components/command-palette/index.js +1 -1
  18. package/dist/components/dialog/index.js +1 -1
  19. package/dist/components/dropdown-menu/index.js +1 -1
  20. package/dist/components/select/index.js +1 -1
  21. package/dist/components/sheet/index.js +1 -1
  22. package/dist/components/tabs/index.js +1 -1
  23. package/dist/components/theme-toggle/index.js +1 -1
  24. package/dist/components/toast/index.js +1 -1
  25. package/dist/components/workflow/index.js +1 -1
  26. package/dist/index.js +13 -13
  27. package/dist/patterns/leo-assistant/index.js +1 -1
  28. package/dist/patterns/patient-shell/index.js +1 -1
  29. package/dist/safe-html/index.js +13 -12
  30. package/dist/tokens.css +1 -1
  31. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.2.2",
3
+ "version": "0.4.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",
@@ -482,6 +482,7 @@
482
482
  "format": "prettier --write .",
483
483
  "format:check": "prettier --check .",
484
484
  "stylelint": "stylelint \"src/**/*.css\"",
485
+ "check:data-component": "node scripts/check-data-component-coverage.mjs",
485
486
  "chromatic": "chromatic --exit-zero-on-changes"
486
487
  },
487
488
  "peerDependencies": {