@alfadocs/ui-kit 1.37.0 → 1.38.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 (62) hide show
  1. package/dist/_chunks/{agenda-tray-DYGCTIWB.js → agenda-tray-CG6jUjKc.js} +2 -2
  2. package/dist/_chunks/{anamnesis-summary-card-GYHa7VGp.js → anamnesis-summary-card-CclBbiXg.js} +2 -2
  3. package/dist/_chunks/{appointment-timeline-ByfovxqR.js → appointment-timeline-D-rNwKpS.js} +2 -2
  4. package/dist/_chunks/{appointment-tray-D6UyJHej.js → appointment-tray-CK2CULg_.js} +2 -2
  5. package/dist/_chunks/{balance-badge-cell-B0Z8Dwn8.js → balance-badge-cell-DHs5p0bA.js} +2 -2
  6. package/dist/_chunks/{booking-Dp-9qR6F.js → booking-x3J7sS2G.js} +3 -3
  7. package/dist/_chunks/{calendar-workspace-BqKBj26r.js → calendar-workspace-Cc1LRVWY.js} +1665 -1480
  8. package/dist/_chunks/{data-table-BYGK-gUJ.js → data-table-Dy1lyumT.js} +2 -2
  9. package/dist/_chunks/editable-description-7ptNpJEg.js +142 -0
  10. package/dist/_chunks/{file-manager-DvkFgj7d.js → file-manager-UlcYQv8n.js} +3 -3
  11. package/dist/_chunks/{message-tray-BcLyaO-G.js → message-tray-CXjVsKqp.js} +2 -2
  12. package/dist/_chunks/{note-timeline-CXfSV3yX.js → note-timeline-D2oPuQP6.js} +134 -73
  13. package/dist/_chunks/notes-panel-CkbfDDzj.js +614 -0
  14. package/dist/_chunks/{notification-tray-CJ8jOe-U.js → notification-tray-_NoChRKi.js} +2 -2
  15. package/dist/_chunks/{patient-summary-card-BzmJH9a-.js → patient-summary-card-B131Q7Bp.js} +2 -2
  16. package/dist/_chunks/{practice-results-DOcORTkP.js → practice-results-CBNRJNnY.js} +2 -2
  17. package/dist/_chunks/{product-hub-panel-C0TO69P7.js → product-hub-panel-C3bMjscm.js} +2 -2
  18. package/dist/_chunks/{reviews-panel-BaHZb_ai.js → reviews-panel-Cy969x7q.js} +2 -2
  19. package/dist/_chunks/{signature-request-Dej2g86d.js → signature-request-b-86AGlT.js} +2 -2
  20. package/dist/_chunks/{skeleton-CZbwyJAA.js → skeleton-B1KTdJ4N.js} +46 -33
  21. package/dist/_chunks/{slot-grid-8Ko6thzz.js → slot-grid-Bk3GZL1p.js} +2 -2
  22. package/dist/_chunks/{task-tray-CQ8UAR2j.js → task-tray-5co9Jr2L.js} +2 -2
  23. package/dist/_chunks/{tasks-panel-CBGMtQ_f.js → tasks-panel-BpH-x7U3.js} +2 -2
  24. package/dist/_chunks/treatment-receipt-dUm99mdn.js +160 -0
  25. package/dist/agent-catalog.json +1 -1
  26. package/dist/components/agenda-tray/index.js +1 -1
  27. package/dist/components/anamnesis-summary-card/index.js +1 -1
  28. package/dist/components/appointment-card/index.js +1 -1
  29. package/dist/components/appointment-timeline/index.js +1 -1
  30. package/dist/components/booking/index.js +1 -1
  31. package/dist/components/data-table/index.js +1 -1
  32. package/dist/components/editable-description/editable-description.d.ts +6 -0
  33. package/dist/components/editable-description/index.js +1 -1
  34. package/dist/components/file-manager/index.js +1 -1
  35. package/dist/components/message-tray/index.js +1 -1
  36. package/dist/components/note-timeline/index.js +1 -1
  37. package/dist/components/note-timeline/note-timeline.d.ts +8 -0
  38. package/dist/components/notes-panel/index.js +1 -1
  39. package/dist/components/notification-tray/index.js +1 -1
  40. package/dist/components/patient-summary-card/index.js +1 -1
  41. package/dist/components/patient-table/index.js +1 -1
  42. package/dist/components/practice-results/index.js +1 -1
  43. package/dist/components/product-hub-tray/index.js +1 -1
  44. package/dist/components/reviews-panel/index.js +1 -1
  45. package/dist/components/skeleton/index.d.ts +1 -1
  46. package/dist/components/skeleton/index.js +3 -2
  47. package/dist/components/skeleton/skeleton.d.ts +12 -0
  48. package/dist/components/slot-grid/index.js +1 -1
  49. package/dist/components/task-tray/index.js +1 -1
  50. package/dist/components/tasks-panel/index.js +1 -1
  51. package/dist/components/treatment-receipt/index.js +1 -1
  52. package/dist/components/treatment-receipt/treatment-receipt.d.ts +8 -0
  53. package/dist/index.js +755 -754
  54. package/dist/patterns/calendar/calendar-appointment-details.d.ts +1 -1
  55. package/dist/patterns/calendar/calendar-editor-hydration.d.ts +0 -2
  56. package/dist/patterns/calendar/index.js +1 -1
  57. package/dist/patterns/signature-request/index.js +1 -1
  58. package/dist/tokens.css +1 -1
  59. package/package.json +1 -1
  60. package/dist/_chunks/editable-description-BOfAeY3T.js +0 -112
  61. package/dist/_chunks/notes-panel-4y5JioWN.js +0 -556
  62. package/dist/_chunks/treatment-receipt-D4kOLXOk.js +0 -94
@@ -1,6 +1,6 @@
1
1
  import { jsx as s, jsxs as L } from "react/jsx-runtime";
2
2
  import { useMemo as j, forwardRef as $, useState as G, useCallback as D, useEffect as K, useRef as B, createContext as Ce, useContext as Re, isValidElement as At, cloneElement as Pt, useImperativeHandle as Ot } from "react";
3
- import { S as Mt } from "./skeleton-CZbwyJAA.js";
3
+ import { S as Mt } from "./skeleton-B1KTdJ4N.js";
4
4
  import { E as zt } from "./empty-state-X0sVPfVo.js";
5
5
  import { c as Gt } from "./index-D2ZczOXr.js";
6
6
  import { useTranslation as A } from "react-i18next";
@@ -1820,4 +1820,4 @@ export {
1820
1820
  fa as g,
1821
1821
  W as i
1822
1822
  };
1823
- //# sourceMappingURL=data-table-BYGK-gUJ.js.map
1823
+ //# sourceMappingURL=data-table-Dy1lyumT.js.map
@@ -0,0 +1,142 @@
1
+ import { jsx as s, jsxs as t } from "react/jsx-runtime";
2
+ import { forwardRef as z, useState as I, useRef as T, useMemo as V } from "react";
3
+ import { c as i } from "./index-D2ZczOXr.js";
4
+ import { useTranslation as L } from "react-i18next";
5
+ import { B as M } from "./button-nJaPh_HC.js";
6
+ import { I as _ } from "./icon-button-8xqRnkdG.js";
7
+ import { C as $, S as R } from "./skeleton-B1KTdJ4N.js";
8
+ import { P as A } from "./pencil-B1sKKyuT.js";
9
+ const x = i(
10
+ "ds:flex ds:min-w-0 ds:items-start ds:gap-[var(--spacing-xs)]"
11
+ ), b = i(
12
+ [
13
+ "ds:m-0 ds:flex ds:min-w-0 ds:flex-1 ds:list-none ds:flex-col ds:p-0",
14
+ "ds:gap-[var(--spacing-2xs)]"
15
+ ].join(" ")
16
+ ), O = ["80%", "60%", "66%"], P = i(
17
+ "ds:m-0 ds:min-w-0 ds:flex-1 type-body-sm ds:text-[color:var(--muted-foreground)]"
18
+ ), v = i(
19
+ "ds:flex ds:items-start ds:gap-[var(--spacing-xs)] type-body-sm ds:text-[color:var(--foreground)]"
20
+ ), N = i(
21
+ [
22
+ "ds:mt-[var(--spacing-sm)] ds:size-[var(--spacing-xs)] ds:shrink-0 ds:self-start",
23
+ "ds:rounded-[var(--radius-full)] ds:bg-[color:var(--border)]"
24
+ ].join(" ")
25
+ ), G = z(
26
+ ({
27
+ value: c,
28
+ maxLines: r = 3,
29
+ loading: d = !1,
30
+ onEdit: m,
31
+ editButtonRef: y,
32
+ emptyLabel: w,
33
+ editLabel: D,
34
+ seeMoreLabel: E,
35
+ showLessLabel: k,
36
+ className: p,
37
+ ...f
38
+ }, u) => {
39
+ const { t: n } = L(), [o, C] = I(!1), h = T(!1);
40
+ d && (h.current = !0);
41
+ const j = h.current ? $ : "", a = V(
42
+ () => (c ?? "").split(/\r?\n/).map((e) => e.trim()).filter(Boolean),
43
+ [c]
44
+ ), B = Math.max(0, a.length - r), S = o ? a : a.slice(0, r), g = D ?? n("editableDescription.edit");
45
+ return d && a.length === 0 ? /* @__PURE__ */ s(
46
+ "div",
47
+ {
48
+ ...f,
49
+ ref: u,
50
+ "data-component": "editable-description",
51
+ "data-loading": "",
52
+ "aria-busy": "true",
53
+ className: [x(), p].filter(Boolean).join(" "),
54
+ children: /* @__PURE__ */ s("ul", { "aria-hidden": "true", className: b(), children: O.slice(0, Math.max(1, r)).map(
55
+ (e, l) => /* @__PURE__ */ t("li", { className: v(), children: [
56
+ /* @__PURE__ */ s("span", { className: N() }),
57
+ /* @__PURE__ */ s(
58
+ R,
59
+ {
60
+ variant: "text",
61
+ size: "sm",
62
+ stagger: l,
63
+ width: e,
64
+ className: "ds:mt-[var(--spacing-xs)]"
65
+ }
66
+ )
67
+ ] }, e)
68
+ ) })
69
+ }
70
+ ) : /* @__PURE__ */ t(
71
+ "div",
72
+ {
73
+ ...f,
74
+ ref: u,
75
+ "data-component": "editable-description",
76
+ "data-empty": a.length === 0 ? "" : void 0,
77
+ "aria-busy": d || void 0,
78
+ className: [x(), p].filter(Boolean).join(" "),
79
+ children: [
80
+ a.length === 0 ? /* @__PURE__ */ s("p", { "data-editable-description-empty": "", className: P(), children: w ?? n("editableDescription.empty") }) : /* @__PURE__ */ t("ul", { className: `${b()} ${j}`.trim(), children: [
81
+ S.map((e, l) => /* @__PURE__ */ t(
82
+ "li",
83
+ {
84
+ "data-editable-description-line": "",
85
+ className: v(),
86
+ children: [
87
+ /* @__PURE__ */ s("span", { "aria-hidden": "true", className: N() }),
88
+ /* @__PURE__ */ s("span", { className: "ds:min-w-0 ds:[overflow-wrap:anywhere]", children: e })
89
+ ]
90
+ },
91
+ `${l}-${e}`
92
+ )),
93
+ B > 0 ? (
94
+ // An ITEM of the list, aligned with the text rather than the
95
+ // dots, so opening it does not shift the column.
96
+ /* @__PURE__ */ t("li", { className: "ds:flex ds:items-start ds:gap-[var(--spacing-xs)]", children: [
97
+ /* @__PURE__ */ s(
98
+ "span",
99
+ {
100
+ "aria-hidden": "true",
101
+ className: "ds:size-[var(--spacing-xs)] ds:shrink-0"
102
+ }
103
+ ),
104
+ /* @__PURE__ */ s(
105
+ M,
106
+ {
107
+ intent: "link",
108
+ size: "sm",
109
+ "data-editable-description-toggle": "",
110
+ className: "ds:!ps-0 ds:!pe-0",
111
+ "aria-expanded": o,
112
+ onClick: () => C((e) => !e),
113
+ children: o ? k ?? n("editableDescription.showLess") : E ?? n("editableDescription.seeMore")
114
+ }
115
+ )
116
+ ] })
117
+ ) : null
118
+ ] }),
119
+ m ? /* @__PURE__ */ s(
120
+ _,
121
+ {
122
+ ref: y,
123
+ icon: /* @__PURE__ */ s(A, { "aria-hidden": "true" }),
124
+ intent: "ghost",
125
+ size: "sm",
126
+ className: "ds:-mt-[var(--spacing-sm)] ds:shrink-0",
127
+ "aria-label": g,
128
+ tooltip: g,
129
+ "data-editable-description-edit": "",
130
+ onClick: m
131
+ }
132
+ ) : null
133
+ ]
134
+ }
135
+ );
136
+ }
137
+ );
138
+ G.displayName = "EditableDescription";
139
+ export {
140
+ G as E
141
+ };
142
+ //# sourceMappingURL=editable-description-7ptNpJEg.js.map
@@ -4,7 +4,7 @@ import { c as Ve } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as J } from "react-i18next";
5
5
  import { B as kt, b as He, c as ge } from "./breadcrumb-agut0PwN.js";
6
6
  import { E as Mt } from "./empty-state-X0sVPfVo.js";
7
- import { S as he } from "./skeleton-CZbwyJAA.js";
7
+ import { S as he } from "./skeleton-B1KTdJ4N.js";
8
8
  import { u as Ct } from "./use-controllable-state-BiY4xTzM.js";
9
9
  import { u as wt } from "./registry-DvAUVLHh.js";
10
10
  import { B as X } from "./button-nJaPh_HC.js";
@@ -16,7 +16,7 @@ import { F as Nt, a as Tt } from "./file-Cwe9VC1A.js";
16
16
  import { F as Ft } from "./file-text-5yv6r2ls.js";
17
17
  import { F as At } from "./file-spreadsheet-DmwyfV4O.js";
18
18
  import { C as Dt } from "./chevron-right-I9AeSxH2.js";
19
- import { D as Te } from "./data-table-BYGK-gUJ.js";
19
+ import { D as Te } from "./data-table-Dy1lyumT.js";
20
20
  import { A as Rt, a as It } from "./actions-cell-renderer-CUn1pqEq.js";
21
21
  import { B as $e } from "./badge-BudgzTe_.js";
22
22
  import { D as Ge } from "./download-CfYKJO_j.js";
@@ -1757,4 +1757,4 @@ export {
1757
1757
  yn as F,
1758
1758
  Gt as f
1759
1759
  };
1760
- //# sourceMappingURL=file-manager-DvkFgj7d.js.map
1760
+ //# sourceMappingURL=file-manager-UlcYQv8n.js.map
@@ -8,7 +8,7 @@ import { u as le } from "./use-isomorphic-layout-effect-BGfaCOP1.js";
8
8
  import { I as me } from "./icon-button-8xqRnkdG.js";
9
9
  import { B as L } from "./button-nJaPh_HC.js";
10
10
  import { S as F } from "./separator-CYU_bGFn.js";
11
- import { S as h } from "./skeleton-CZbwyJAA.js";
11
+ import { S as h } from "./skeleton-B1KTdJ4N.js";
12
12
  import { S as pe } from "./scroll-area-BZOvUhwQ.js";
13
13
  import { M as ge } from "./message-card-Dm5Xshup.js";
14
14
  import { u as ue } from "./registry-DvAUVLHh.js";
@@ -491,4 +491,4 @@ export {
491
491
  Te as M,
492
492
  fe as m
493
493
  };
494
- //# sourceMappingURL=message-tray-BcLyaO-G.js.map
494
+ //# sourceMappingURL=message-tray-CXjVsKqp.js.map
@@ -1,11 +1,12 @@
1
- import { jsx as a, jsxs as s } from "react/jsx-runtime";
2
- import { forwardRef as T, useMemo as u } from "react";
3
- import { c as l } from "./index-D2ZczOXr.js";
4
- import { useTranslation as k } from "react-i18next";
5
- import { SafeHtml as j } from "../safe-html/index.js";
6
- import { n as C, P as I, F as V, N as F } from "./note-attachment-CwDir3kK.js";
7
- import { u as M } from "./registry-DvAUVLHh.js";
8
- const _ = {
1
+ import { jsx as a, jsxs as n } from "react/jsx-runtime";
2
+ import { forwardRef as M, useRef as S, useMemo as v } from "react";
3
+ import { c as u } from "./index-D2ZczOXr.js";
4
+ import { useTranslation as V } from "react-i18next";
5
+ import { SafeHtml as A } from "../safe-html/index.js";
6
+ import { C as F, S as g } from "./skeleton-B1KTdJ4N.js";
7
+ import { n as E, P as H, F as L, N as R } from "./note-attachment-CwDir3kK.js";
8
+ import { u as D } from "./registry-DvAUVLHh.js";
9
+ const P = {
9
10
  id: "note-timeline",
10
11
  capabilities: [],
11
12
  state: {
@@ -13,13 +14,13 @@ const _ = {
13
14
  type: "Array<{ id?: string; pinned: boolean; flagged: boolean; clinical: boolean }>",
14
15
  descriptionKey: "ui.agent.noteTimeline.state.notes",
15
16
  description: "Structural snapshot of the rendered rows: ids and flags only, never note content or author.",
16
- read: (t) => t.getNotes()
17
+ read: (s) => s.getNotes()
17
18
  },
18
19
  visibleCount: {
19
20
  type: "number",
20
21
  descriptionKey: "ui.agent.noteTimeline.state.visibleCount",
21
22
  description: "How many notes are rendered, after the maxItems cap is applied.",
22
- read: (t) => t.getVisibleCount()
23
+ read: (s) => s.getVisibleCount()
23
24
  }
24
25
  },
25
26
  actions: {},
@@ -35,7 +36,7 @@ const _ = {
35
36
  description: "Sourced from the id prop — addresses a specific timeline."
36
37
  }
37
38
  }
38
- }, z = l(
39
+ }, x = u(
39
40
  [
40
41
  // Named group so the rail's connector can ask "is my ROW the last one?".
41
42
  // A bare `last:` on the rail asks "am I the last child of my row?", which
@@ -44,7 +45,7 @@ const _ = {
44
45
  "ds:group/note-row ds:relative ds:flex ds:gap-[var(--spacing-sm)]",
45
46
  "ds:pb-3 ds:last:pb-0"
46
47
  ].join(" ")
47
- ), A = l(
48
+ ), K = u(
48
49
  [
49
50
  "type-body-sm ds:[overflow-wrap:break-word]",
50
51
  // `[&_p]:m-0` — the converter wraps each block in <p>; the timeline
@@ -66,7 +67,7 @@ const _ = {
66
67
  },
67
68
  defaultVariants: { lines: 3 }
68
69
  }
69
- ), H = l(
70
+ ), N = u(
70
71
  [
71
72
  "ds:absolute ds:top-1 ds:start-0 ds:size-[9px]",
72
73
  "ds:rounded-[var(--radius-full)] ds:border-2",
@@ -90,81 +91,141 @@ const _ = {
90
91
  defaultVariants: { tone: "default" }
91
92
  }
92
93
  );
93
- function D(t) {
94
- return [...t].sort((n, r) => !!n.pinned != !!r.pinned ? n.pinned ? -1 : 1 : r.dateIso.localeCompare(n.dateIso));
94
+ function O(s) {
95
+ return [...s].sort((r, d) => !!r.pinned != !!d.pinned ? r.pinned ? -1 : 1 : d.dateIso.localeCompare(r.dateIso));
95
96
  }
96
- const P = T(
97
+ const q = M(
97
98
  ({
98
- id: t,
99
- notes: n,
100
- maxItems: r = 3,
101
- lines: h = 3,
102
- locale: b,
103
- emptyState: v,
104
- "aria-label": x,
105
- className: c,
106
- ...m
107
- }, p) => {
108
- const { t: i, i18n: N } = k(), o = b ?? N.language, d = u(
109
- () => D(n).slice(0, Math.max(0, r)),
110
- [n, r]
111
- ), g = u(
99
+ id: s,
100
+ notes: r,
101
+ maxItems: d = 3,
102
+ lines: w = 3,
103
+ locale: y,
104
+ emptyState: T,
105
+ "aria-label": k,
106
+ loading: i = !1,
107
+ loadingRows: j = 2,
108
+ className: l,
109
+ ...c
110
+ }, m) => {
111
+ const { t: p, i18n: C } = V(), f = y ?? C.language, h = S(!1);
112
+ i && (h.current = !0);
113
+ const _ = h.current ? F : "", o = v(
114
+ () => O(r).slice(0, Math.max(0, d)),
115
+ [r, d]
116
+ ), b = v(
112
117
  () => ({
113
- dayMonth: new Intl.DateTimeFormat(o, {
118
+ dayMonth: new Intl.DateTimeFormat(f, {
114
119
  day: "numeric",
115
120
  month: "short"
116
121
  }),
117
- year: new Intl.DateTimeFormat(o, { year: "numeric" })
122
+ year: new Intl.DateTimeFormat(f, { year: "numeric" })
118
123
  }),
119
- [o]
124
+ [f]
120
125
  );
121
- return M(
122
- _,
126
+ return D(
127
+ P,
123
128
  {
124
- getNotes: () => d.map((e) => ({
129
+ getNotes: () => o.map((e) => ({
125
130
  id: e.id,
126
131
  pinned: !!e.pinned,
127
132
  flagged: !!e.flagged,
128
133
  clinical: !!e.clinical
129
134
  })),
130
- getVisibleCount: () => d.length
135
+ getVisibleCount: () => o.length
131
136
  },
132
- t
133
- ), d.length === 0 ? /* @__PURE__ */ a(
137
+ s
138
+ ), i && o.length === 0 ? /* @__PURE__ */ a(
134
139
  "div",
135
140
  {
136
- ref: p,
141
+ ref: m,
137
142
  "data-component": "note-timeline",
138
- "data-component-id": t,
143
+ "data-component-id": s,
144
+ "data-loading": "",
145
+ "aria-busy": "true",
146
+ className: ["ds:flex ds:flex-col", l ?? ""].join(" ").trim(),
147
+ ...c,
148
+ children: Array.from({ length: Math.max(1, j) }, (e, t) => /* @__PURE__ */ n("div", { "aria-hidden": "true", className: x(), children: [
149
+ /* @__PURE__ */ n("div", { className: "ds:flex ds:w-12 ds:shrink-0 ds:flex-col ds:items-end ds:gap-[var(--spacing-2xs)] ds:pt-px", children: [
150
+ /* @__PURE__ */ a(
151
+ g,
152
+ {
153
+ variant: "text",
154
+ size: "sm",
155
+ stagger: t * 2,
156
+ width: "80%"
157
+ }
158
+ ),
159
+ /* @__PURE__ */ a(
160
+ g,
161
+ {
162
+ variant: "text",
163
+ size: "sm",
164
+ stagger: t * 2,
165
+ width: "50%"
166
+ }
167
+ )
168
+ ] }),
169
+ /* @__PURE__ */ a(
170
+ "div",
171
+ {
172
+ className: [
173
+ "ds:relative ds:w-[9px] ds:shrink-0",
174
+ "ds:before:absolute ds:before:start-[4px] ds:before:top-[14px]",
175
+ "ds:before:bottom-[-12px] ds:before:w-px",
176
+ 'ds:before:bg-[color:var(--border)] ds:before:content-[""]',
177
+ "ds:group-last/note-row:before:hidden"
178
+ ].join(" "),
179
+ children: /* @__PURE__ */ a("span", { className: N({ tone: "default" }) })
180
+ }
181
+ ),
182
+ /* @__PURE__ */ a("div", { className: "ds:min-w-0 ds:flex-1", children: /* @__PURE__ */ a(
183
+ g,
184
+ {
185
+ variant: "text",
186
+ size: "sm",
187
+ lines: t % 2 === 0 ? 3 : 2,
188
+ stagger: t * 2 + 1
189
+ }
190
+ ) })
191
+ ] }, t))
192
+ }
193
+ ) : o.length === 0 ? /* @__PURE__ */ a(
194
+ "div",
195
+ {
196
+ ref: m,
197
+ "data-component": "note-timeline",
198
+ "data-component-id": s,
139
199
  "data-empty": "",
140
- className: c,
141
- ...m,
142
- children: v
200
+ className: l,
201
+ ...c,
202
+ children: T
143
203
  }
144
204
  ) : /* @__PURE__ */ a(
145
205
  "div",
146
206
  {
147
- ref: p,
207
+ ref: m,
148
208
  "data-component": "note-timeline",
149
- "data-component-id": t,
209
+ "data-component-id": s,
150
210
  role: "list",
151
- "aria-label": x ?? i("noteTimeline.regionLabel"),
152
- className: ["ds:flex ds:flex-col", c ?? ""].join(" ").trim(),
153
- ...m,
154
- children: d.map((e) => {
155
- const f = new Date(e.dateIso), w = e.pinned ? "pinned" : e.flagged ? "flagged" : "default", y = e.contentFormat === "html" ? e.content : C(e.content);
156
- return /* @__PURE__ */ s(
211
+ "aria-busy": i || void 0,
212
+ "aria-label": k ?? p("noteTimeline.regionLabel"),
213
+ className: ["ds:flex ds:flex-col", _, l ?? ""].join(" ").trim(),
214
+ ...c,
215
+ children: o.map((e) => {
216
+ const t = new Date(e.dateIso), z = e.pinned ? "pinned" : e.flagged ? "flagged" : "default", I = e.contentFormat === "html" ? e.content : E(e.content);
217
+ return /* @__PURE__ */ n(
157
218
  "div",
158
219
  {
159
220
  role: "listitem",
160
221
  "data-note-id": e.id,
161
222
  "data-pinned": e.pinned ? "" : void 0,
162
223
  "data-flagged": e.flagged ? "" : void 0,
163
- className: z(),
224
+ className: x(),
164
225
  children: [
165
- /* @__PURE__ */ s("div", { className: "ds:w-12 ds:shrink-0 ds:pt-px ds:text-end ds:text-[length:var(--type-meta-size)] ds:leading-[1.3]", children: [
166
- /* @__PURE__ */ a("div", { className: "ds:font-semibold ds:tracking-[0.03em] ds:uppercase", children: g.dayMonth.format(f) }),
167
- /* @__PURE__ */ a("div", { className: "ds:text-[color:var(--muted-foreground)]", children: g.year.format(f) })
226
+ /* @__PURE__ */ n("div", { className: "ds:w-12 ds:shrink-0 ds:pt-px ds:text-end ds:text-[length:var(--type-meta-size)] ds:leading-[1.3]", children: [
227
+ /* @__PURE__ */ a("div", { className: "ds:font-semibold ds:tracking-[0.03em] ds:uppercase", children: b.dayMonth.format(t) }),
228
+ /* @__PURE__ */ a("div", { className: "ds:text-[color:var(--muted-foreground)]", children: b.year.format(t) })
168
229
  ] }),
169
230
  /* @__PURE__ */ a(
170
231
  "div",
@@ -177,41 +238,41 @@ const P = T(
177
238
  'ds:before:bg-[color:var(--border)] ds:before:content-[""]',
178
239
  "ds:group-last/note-row:before:hidden"
179
240
  ].join(" "),
180
- children: /* @__PURE__ */ a("span", { className: H({ tone: w }) })
241
+ children: /* @__PURE__ */ a("span", { className: N({ tone: z }) })
181
242
  }
182
243
  ),
183
- /* @__PURE__ */ s("div", { className: "ds:min-w-0 ds:flex-1", children: [
244
+ /* @__PURE__ */ n("div", { className: "ds:min-w-0 ds:flex-1", children: [
184
245
  /* @__PURE__ */ a(
185
- j,
246
+ A,
186
247
  {
187
- html: y,
248
+ html: I,
188
249
  profile: e.contentFormat === "html" ? "rich-text" : "markdown",
189
- className: A({ lines: h })
250
+ className: K({ lines: w })
190
251
  }
191
252
  ),
192
- e.author || e.pinned || e.flagged || e.attachedTo ? /* @__PURE__ */ s("div", { className: "ds:mt-[var(--spacing-2xs)] ds:flex ds:flex-wrap ds:items-center ds:gap-[var(--spacing-2xs)] type-meta ds:text-[color:var(--muted-foreground)]", children: [
253
+ e.author || e.pinned || e.flagged || e.attachedTo ? /* @__PURE__ */ n("div", { className: "ds:mt-[var(--spacing-2xs)] ds:flex ds:flex-wrap ds:items-center ds:gap-[var(--spacing-2xs)] type-meta ds:text-[color:var(--muted-foreground)]", children: [
193
254
  e.author ? /* @__PURE__ */ a("span", { children: e.author.name }) : null,
194
- e.pinned ? /* @__PURE__ */ s("span", { className: "ds:inline-flex ds:items-center", children: [
255
+ e.pinned ? /* @__PURE__ */ n("span", { className: "ds:inline-flex ds:items-center", children: [
195
256
  /* @__PURE__ */ a(
196
- I,
257
+ H,
197
258
  {
198
259
  "aria-hidden": "true",
199
260
  className: "ds:size-3 ds:text-[color:var(--accent)]"
200
261
  }
201
262
  ),
202
- /* @__PURE__ */ a("span", { className: "ds:sr-only", children: i("noteTimeline.pinned") })
263
+ /* @__PURE__ */ a("span", { className: "ds:sr-only", children: p("noteTimeline.pinned") })
203
264
  ] }) : null,
204
- e.flagged ? /* @__PURE__ */ s("span", { className: "ds:inline-flex ds:items-center", children: [
265
+ e.flagged ? /* @__PURE__ */ n("span", { className: "ds:inline-flex ds:items-center", children: [
205
266
  /* @__PURE__ */ a(
206
- V,
267
+ L,
207
268
  {
208
269
  "aria-hidden": "true",
209
270
  className: "ds:size-3 ds:text-[color:var(--warning-readable)]"
210
271
  }
211
272
  ),
212
- /* @__PURE__ */ a("span", { className: "ds:sr-only", children: i("noteTimeline.flagged") })
273
+ /* @__PURE__ */ a("span", { className: "ds:sr-only", children: p("noteTimeline.flagged") })
213
274
  ] }) : null,
214
- /* @__PURE__ */ a(F, { attachedTo: e.attachedTo })
275
+ /* @__PURE__ */ a(R, { attachedTo: e.attachedTo })
215
276
  ] }) : null
216
277
  ] })
217
278
  ]
@@ -223,9 +284,9 @@ const P = T(
223
284
  );
224
285
  }
225
286
  );
226
- P.displayName = "NoteTimeline";
287
+ q.displayName = "NoteTimeline";
227
288
  export {
228
- P as N,
229
- _ as n
289
+ q as N,
290
+ P as n
230
291
  };
231
- //# sourceMappingURL=note-timeline-CXfSV3yX.js.map
292
+ //# sourceMappingURL=note-timeline-D2oPuQP6.js.map