@alfadocs/ui-kit 0.67.0 → 0.67.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 (85) hide show
  1. package/dist/_chunks/{ai-tools-rail-DfmewPUN.js → ai-tools-rail-CInA_1-E.js} +2 -2
  2. package/dist/_chunks/{appointment-tray-CQJ3Nbi5.js → appointment-tray-BMl89NPW.js} +2 -2
  3. package/dist/_chunks/{care-plan-card-CJei-nl9.js → care-plan-card-BwVUyUBb.js} +3 -3
  4. package/dist/_chunks/{care-plan-entry-card-EmfrbHu8.js → care-plan-entry-card-VzdQHcOL.js} +2 -2
  5. package/dist/_chunks/{color-picker-B7xsn6tX.js → color-picker-FXpItIaF.js} +171 -167
  6. package/dist/_chunks/{editable-currency-cell-renderer-BVJ04DkB.js → editable-currency-cell-renderer-D1ewvJKO.js} +358 -351
  7. package/dist/_chunks/{marketplace-app-shell-Bu-HD3fy.js → marketplace-app-shell-D4-T9Qzz.js} +2 -2
  8. package/dist/_chunks/{patient-shell-DrV_iekt.js → patient-shell-BfgufL_q.js} +2 -2
  9. package/dist/_chunks/{patient-summary-card-ByfIU8N0.js → patient-summary-card-hEmr4eTW.js} +2 -2
  10. package/dist/_chunks/{payment-request-card-yTjzKQCU.js → payment-request-card-CYE5vhZ0.js} +2 -2
  11. package/dist/_chunks/{rich-text-editor-BOQr5lHx.js → rich-text-editor-DAeCXiQG.js} +646 -643
  12. package/dist/_chunks/{scroll-area-eccd_Uf-.js → scroll-area-5wNK0Cyz.js} +3 -3
  13. package/dist/_chunks/{sidebar-CGjIk_FQ.js → sidebar-DaB4ulxH.js} +344 -340
  14. package/dist/_chunks/{transaction-chip-BrW8P50O.js → transaction-chip-DK84XCBU.js} +31 -18
  15. package/dist/agent-catalog.json +1 -1
  16. package/dist/components/ai-tools-rail/index.js +1 -1
  17. package/dist/components/appointment-card/index.js +1 -1
  18. package/dist/components/care-plan-card/index.js +1 -1
  19. package/dist/components/care-plan-entry-card/index.js +1 -1
  20. package/dist/components/color-picker/index.js +1 -1
  21. package/dist/components/data-table/index.js +1 -1
  22. package/dist/components/patient-summary-card/index.js +1 -1
  23. package/dist/components/payment-card/index.js +1 -1
  24. package/dist/components/rich-text-editor/index.js +1 -1
  25. package/dist/components/scroll-area/index.js +1 -1
  26. package/dist/components/sidebar/index.js +1 -1
  27. package/dist/components/transaction-chip/index.js +1 -1
  28. package/dist/i18n/locales/ar.d.ts +4 -1
  29. package/dist/i18n/locales/ar.js +5 -2
  30. package/dist/i18n/locales/de.d.ts +4 -1
  31. package/dist/i18n/locales/de.js +5 -2
  32. package/dist/i18n/locales/el.d.ts +4 -1
  33. package/dist/i18n/locales/el.js +5 -2
  34. package/dist/i18n/locales/en.d.ts +4 -1
  35. package/dist/i18n/locales/en.js +5 -2
  36. package/dist/i18n/locales/es.d.ts +4 -1
  37. package/dist/i18n/locales/es.js +5 -2
  38. package/dist/i18n/locales/fr.d.ts +4 -1
  39. package/dist/i18n/locales/fr.js +5 -2
  40. package/dist/i18n/locales/hi.d.ts +4 -1
  41. package/dist/i18n/locales/hi.js +5 -2
  42. package/dist/i18n/locales/it.d.ts +4 -1
  43. package/dist/i18n/locales/it.js +5 -2
  44. package/dist/i18n/locales/ja.d.ts +4 -1
  45. package/dist/i18n/locales/ja.js +5 -2
  46. package/dist/i18n/locales/nl.d.ts +4 -1
  47. package/dist/i18n/locales/nl.js +5 -2
  48. package/dist/i18n/locales/pl.d.ts +4 -1
  49. package/dist/i18n/locales/pl.js +5 -2
  50. package/dist/i18n/locales/pt.d.ts +4 -1
  51. package/dist/i18n/locales/pt.js +5 -2
  52. package/dist/i18n/locales/ro.d.ts +4 -1
  53. package/dist/i18n/locales/ro.js +5 -2
  54. package/dist/i18n/locales/ru.d.ts +4 -1
  55. package/dist/i18n/locales/ru.js +5 -2
  56. package/dist/i18n/locales/sq.d.ts +4 -1
  57. package/dist/i18n/locales/sq.js +5 -2
  58. package/dist/i18n/locales/sv.d.ts +4 -1
  59. package/dist/i18n/locales/sv.js +5 -2
  60. package/dist/i18n/locales/tr.d.ts +4 -1
  61. package/dist/i18n/locales/tr.js +5 -2
  62. package/dist/i18n/locales/zh.d.ts +4 -1
  63. package/dist/i18n/locales/zh.js +5 -2
  64. package/dist/index.js +14 -14
  65. package/dist/locales/ar.json +5 -2
  66. package/dist/locales/de.json +5 -2
  67. package/dist/locales/el.json +5 -2
  68. package/dist/locales/en.json +5 -2
  69. package/dist/locales/es.json +5 -2
  70. package/dist/locales/fr.json +5 -2
  71. package/dist/locales/hi.json +5 -2
  72. package/dist/locales/it.json +5 -2
  73. package/dist/locales/ja.json +5 -2
  74. package/dist/locales/nl.json +5 -2
  75. package/dist/locales/pl.json +5 -2
  76. package/dist/locales/pt.json +5 -2
  77. package/dist/locales/ro.json +5 -2
  78. package/dist/locales/ru.json +5 -2
  79. package/dist/locales/sq.json +5 -2
  80. package/dist/locales/sv.json +5 -2
  81. package/dist/locales/tr.json +5 -2
  82. package/dist/locales/zh.json +5 -2
  83. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  84. package/dist/patterns/patient-shell/index.js +1 -1
  85. package/package.json +1 -1
@@ -11,7 +11,7 @@ import { T as F } from "./tab-bar-B1ovILzh.js";
11
11
  import { a as S, H as q, g as G, f as A, e as J, c as K, d as Q } from "./header-CNszv2WQ.js";
12
12
  import { H as U } from "./header-settings-CNOqIhoW.js";
13
13
  import { S as X } from "./sign-in-with-alfadocs-button-LppxjlFt.js";
14
- import { S as Y, a as Z, j as _, k as aa, i as ea, h as z } from "./sidebar-CGjIk_FQ.js";
14
+ import { S as Y, a as Z, j as _, k as aa, i as ea, h as z } from "./sidebar-DaB4ulxH.js";
15
15
  import { T as sa } from "./theme-root-BOO73p5t.js";
16
16
  import { a as ta } from "./tooltip-DvmfrNvB.js";
17
17
  import { u as ra } from "./use-theme-CAuo6EYT.js";
@@ -510,4 +510,4 @@ export {
510
510
  va as M,
511
511
  g as P
512
512
  };
513
- //# sourceMappingURL=marketplace-app-shell-Bu-HD3fy.js.map
513
+ //# sourceMappingURL=marketplace-app-shell-D4-T9Qzz.js.map
@@ -6,7 +6,7 @@ import { I as H } from "./icon-button-LqoiKcUN.js";
6
6
  import { D as n } from "./dropdown-menu-DwwPovMZ.js";
7
7
  import { H as B, g as N, f as T, e as k, a as x, c as M, d as O } from "./header-CNszv2WQ.js";
8
8
  import { L as P } from "./logo-1FuSGx0n.js";
9
- import { S as W, a as R, h as j, j as z, k as D, i as E } from "./sidebar-CGjIk_FQ.js";
9
+ import { S as W, a as R, h as j, j as z, k as D, i as E } from "./sidebar-DaB4ulxH.js";
10
10
  import { T as _ } from "./theme-root-BOO73p5t.js";
11
11
  import { a as F } from "./tooltip-DvmfrNvB.js";
12
12
  import { u as U } from "./use-theme-CAuo6EYT.js";
@@ -159,4 +159,4 @@ Y.displayName = "PatientShell";
159
159
  export {
160
160
  Y as P
161
161
  };
162
- //# sourceMappingURL=patient-shell-DrV_iekt.js.map
162
+ //# sourceMappingURL=patient-shell-BfgufL_q.js.map
@@ -9,7 +9,7 @@ import { K as Na, a as Aa } from "./key-value-pair-BrgbMfbF.js";
9
9
  import { L as S } from "./link-DrD_cRUg.js";
10
10
  import { S as C } from "./skeleton-CZbwyJAA.js";
11
11
  import { T as W } from "./tag-BQXwuJq1.js";
12
- import { T as ka } from "./transaction-chip-BrW8P50O.js";
12
+ import { T as ka } from "./transaction-chip-DK84XCBU.js";
13
13
  import { i as J } from "./is-safe-url-DkETxeHz.js";
14
14
  import { u as Va } from "./registry-nPAVE19X.js";
15
15
  import { M as Ma } from "./mail-C8irm52s.js";
@@ -440,4 +440,4 @@ export {
440
440
  qa as P,
441
441
  za as p
442
442
  };
443
- //# sourceMappingURL=patient-summary-card-ByfIU8N0.js.map
443
+ //# sourceMappingURL=patient-summary-card-hEmr4eTW.js.map
@@ -6,7 +6,7 @@ import { B as O } from "./badge-CqGsX32l.js";
6
6
  import { C as R } from "./card-DPmk26CL.js";
7
7
  import { D as d } from "./description-list-gkNGWk5G.js";
8
8
  import { K as Y, a as j } from "./key-value-pair-BrgbMfbF.js";
9
- import { T as W, A as te, a as re } from "./transaction-chip-BrW8P50O.js";
9
+ import { T as W, A as te, a as re } from "./transaction-chip-DK84XCBU.js";
10
10
  import { u as J } from "./registry-nPAVE19X.js";
11
11
  import { c as F } from "./createLucideIcon-CrFbzy84.js";
12
12
  import { C as ne } from "./calendar-days-C4BmpCZg.js";
@@ -475,4 +475,4 @@ export {
475
475
  Pe as b,
476
476
  he as p
477
477
  };
478
- //# sourceMappingURL=payment-request-card-yTjzKQCU.js.map
478
+ //# sourceMappingURL=payment-request-card-CYE5vhZ0.js.map