@alfadocs/ui-kit 0.24.0 → 0.25.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.
@@ -3,7 +3,7 @@ import { forwardRef as m, useMemo as p, useRef as w, useState as V, useCallback
3
3
  import { c as b } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as A } from "react-i18next";
5
5
  import { A as P } from "./avatar-BpFohgWG.js";
6
- import { C as N } from "./card-CWzuTLYE.js";
6
+ import { C as N } from "./card-C353dU-H.js";
7
7
  import { T as B } from "./timestamp-BV2lC-wV.js";
8
8
  import { u as H } from "./registry-C9nwlNyL.js";
9
9
  import { C as q } from "./circle-BkqTgYmt.js";
@@ -156,7 +156,7 @@ const K = {
156
156
  }
157
157
  );
158
158
  E.displayName = "Timeline";
159
- const S = m(
159
+ const k = m(
160
160
  ({ type: t = "neutral", eventId: r, className: s, children: i, ...n }, a) => {
161
161
  const { layout: d } = v(u), { t: o } = A(), l = p(() => ({ type: t }), [t]);
162
162
  return d === "alternating" ? /* @__PURE__ */ e(g.Provider, { value: l, children: /* @__PURE__ */ c(
@@ -186,8 +186,8 @@ const S = m(
186
186
  ) });
187
187
  }
188
188
  );
189
- S.displayName = "Timeline.Event";
190
- const _ = m(
189
+ k.displayName = "Timeline.Event";
190
+ const S = m(
191
191
  ({ icon: t, className: r, ...s }, i) => {
192
192
  const { type: n } = v(g), { layout: a } = v(u), d = /* @__PURE__ */ e(
193
193
  "div",
@@ -213,8 +213,8 @@ const _ = m(
213
213
  ) : d;
214
214
  }
215
215
  );
216
- _.displayName = "Timeline.Dot";
217
- const k = m(
216
+ S.displayName = "Timeline.Dot";
217
+ const _ = m(
218
218
  ({ title: t, description: r, actor: s, children: i, className: n, ...a }, d) => {
219
219
  const { layout: o } = v(u), l = /* @__PURE__ */ e(
220
220
  "div",
@@ -222,7 +222,14 @@ const k = m(
222
222
  ref: d,
223
223
  className: [
224
224
  "ds:flex-1 ds:min-w-0 ds:pb-[var(--spacing-md)]",
225
- "ds:[&_*]:break-normal ds:[&_*]:[overflow-wrap:anywhere]",
225
+ // Wrap policy: `break-word` (not `anywhere`) preserves word-
226
+ // boundary wrapping for natural-language titles / descriptions;
227
+ // only genuinely unbreakable strings (URLs, hashes) break mid-
228
+ // word when they would otherwise overflow. `anywhere` introduces
229
+ // a soft-wrap opportunity at every character boundary, which
230
+ // chopped Italian / German labels mid-word when an event card
231
+ // sat in a narrow context.
232
+ "ds:[&_*]:break-normal ds:[&_*]:[overflow-wrap:break-word]",
226
233
  n
227
234
  ].filter(Boolean).join(" "),
228
235
  ...a,
@@ -240,7 +247,7 @@ const k = m(
240
247
  return o === "alternating" ? /* @__PURE__ */ e("div", { className: "ds:col-span-1 ds:[li:nth-child(even)_&]:col-start-3 ds:[li:nth-child(odd)_&]:col-start-1", children: l }) : l;
241
248
  }
242
249
  );
243
- k.displayName = "Timeline.Content";
250
+ _.displayName = "Timeline.Content";
244
251
  const G = 1440 * 60 * 1e3, j = m(
245
252
  ({
246
253
  date: t,
@@ -267,13 +274,13 @@ const G = 1440 * 60 * 1e3, j = m(
267
274
  );
268
275
  j.displayName = "Timeline.Timestamp";
269
276
  const le = Object.assign(E, {
270
- Event: S,
271
- Dot: _,
272
- Content: k,
277
+ Event: k,
278
+ Dot: S,
279
+ Content: _,
273
280
  Timestamp: j
274
281
  });
275
282
  export {
276
283
  le as T,
277
284
  K as t
278
285
  };
279
- //# sourceMappingURL=timeline-Czeqr3HF.js.map
286
+ //# sourceMappingURL=timeline-jmd7lfDf.js.map
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as u, Fragment as ve } from "react/jsx-runtime";
2
2
  import { forwardRef as O, useMemo as R, useRef as j, useCallback as W, useState as ge, useImperativeHandle as ke, useEffect as ye } from "react";
3
3
  import { c as L } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as z } from "react-i18next";
5
- import { C } from "./card-CWzuTLYE.js";
5
+ import { C } from "./card-C353dU-H.js";
6
6
  import { B as be } from "./badge-cLYVGlMh.js";
7
7
  import { K as Z } from "./key-value-pair-DBuOCtIc.js";
8
8
  import { T as xe } from "./timestamp-BV2lC-wV.js";
@@ -1412,4 +1412,4 @@ export {
1412
1412
  ee as r,
1413
1413
  D as w
1414
1414
  };
1415
- //# sourceMappingURL=workflow-map-712GL-8u.js.map
1415
+ //# sourceMappingURL=workflow-map-BR6txfFX.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "0.24.0",
3
+ "packageVersion": "0.25.0",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../../_chunks/card-CWzuTLYE.js";
1
+ import { C as o } from "../../_chunks/card-C353dU-H.js";
2
2
  export {
3
3
  o as Card
4
4
  };
@@ -26,6 +26,27 @@ export interface CarouselProps extends Omit<ComponentPropsWithoutRef<'section'>,
26
26
  snap?: 'mandatory' | 'proximity';
27
27
  /** Consumer-supplied instance id, surfaced as `data-component-id`. */
28
28
  id?: string;
29
+ /**
30
+ * Fade the inline edges of the viewport so offscreen slides on the
31
+ * leading and trailing edges appear to dissolve into the surrounding
32
+ * surface instead of being clipped abruptly. Defaults to `true`.
33
+ *
34
+ * The fade is conditionally suppressed when the carousel is at the
35
+ * start of the strip (leading edge stays solid) or at the end
36
+ * (trailing edge stays solid) — there is no offscreen content to
37
+ * hint at in those positions, and a fade would just look like a
38
+ * decorative haze.
39
+ *
40
+ * The gradient width is controlled by `--carousel-fade-distance`,
41
+ * which defaults to `var(--spacing-xl)`. Consumers can override it
42
+ * by setting the variable on the Carousel root via className, e.g.
43
+ * `<Carousel className="ds:[--carousel-fade-distance:5rem]" …>`.
44
+ *
45
+ * Automatically disabled under `prefers-reduced-motion`, the
46
+ * `theme-accessible` palette, and Windows High Contrast Mode so the
47
+ * mask never strips information from users who need it.
48
+ */
49
+ fadeEdges?: boolean;
29
50
  }
30
51
  export interface CarouselItemProps extends ComponentPropsWithoutRef<'div'> {
31
52
  children: ReactNode;
@@ -1,4 +1,4 @@
1
- import { C as o, c as r } from "../../_chunks/carousel.agent-CQPFfppK.js";
1
+ import { C as o, c as r } from "../../_chunks/carousel.agent-DnPiqijR.js";
2
2
  export {
3
3
  o as Carousel,
4
4
  r as carouselAgent
@@ -1,4 +1,4 @@
1
- import { C as r } from "../../_chunks/contact-card-DTQUMetD.js";
1
+ import { C as r } from "../../_chunks/contact-card-CjG7c-1q.js";
2
2
  export {
3
3
  r as ContactCard
4
4
  };
@@ -1,7 +1,29 @@
1
+ type LabelWidthPreset = 'auto' | 'fixed';
2
+ export type DescriptionListLabelWidth = LabelWidthPreset | (string & {});
1
3
  export interface DescriptionListProps extends React.HTMLAttributes<HTMLDListElement> {
2
4
  layout?: 'inline' | 'stacked' | 'responsive';
3
5
  density?: 'default' | 'compact';
4
6
  divider?: 'none' | 'between' | 'bordered';
7
+ /**
8
+ * Width of the term column in `inline` and `responsive` layouts.
9
+ *
10
+ * - `'auto'` (default): the term column sizes to its intrinsic content
11
+ * per row, so labels wrap at word boundaries in narrow contexts (carousel
12
+ * cards, sidebar panels) and the detail column takes the remaining inline
13
+ * space. **Sibling rows do NOT share column widths under this preset** —
14
+ * each row's columns size to its own content. Use this when intrinsic
15
+ * per-row sizing matters more than vertical alignment of values.
16
+ * - `'fixed'`: ⅓ / ⅔ split — term column is `minmax(0, 1fr)` and detail
17
+ * column is `minmax(0, 2fr)`. Sibling rows share the same proportional
18
+ * widths, so values align vertically across rows. Use this when shared
19
+ * value-column alignment matters (the typical use case for a list of
20
+ * contact rows, profile fields, or any tabular-feeling metadata).
21
+ * - any CSS track size (`'8rem'`, `'min-content'`, `'40%'`, …): pins the
22
+ * term column to that width and lets the detail column take the rest.
23
+ *
24
+ * Ignored when `layout="stacked"` (single content column).
25
+ */
26
+ labelWidth?: DescriptionListLabelWidth;
5
27
  }
6
28
  export interface DescriptionListRowProps extends React.HTMLAttributes<HTMLDivElement> {
7
29
  /** When true, shows a copy-to-clipboard button using KeyValuePair's established mechanism */
@@ -10,6 +32,23 @@ export interface DescriptionListRowProps extends React.HTMLAttributes<HTMLDivEle
10
32
  copyText?: string;
11
33
  /** Label used in the copy button's aria-label: "Copy {copyLabel}". Falls back to copyText. */
12
34
  copyLabel?: string;
35
+ /**
36
+ * Optional decorative icon rendered at the leading edge of the row.
37
+ * Pass a `lucide-react` icon (or any single React element) for visual
38
+ * consistency. The wrapper applies `aria-hidden="true"` and paints
39
+ * the icon with `var(--description-list-icon-color)` (defaults to
40
+ * `--muted-foreground`); consumers can recolour the slot via that
41
+ * token without forking the component.
42
+ *
43
+ * When any row in the list passes an `icon`, every row reserves a
44
+ * leading icon column so values align across siblings — including
45
+ * rows that did not pass an icon.
46
+ *
47
+ * Type is `ReactElement` (not the broader `ReactNode`) so the intent
48
+ * is clear at the call site: this slot is for a single SVG/icon,
49
+ * not arbitrary fragments, strings, or numbers.
50
+ */
51
+ icon?: React.ReactElement | null;
13
52
  }
14
53
  export type DescriptionListTermProps = React.HTMLAttributes<HTMLElement>;
15
54
  export interface DescriptionListDetailProps extends React.HTMLAttributes<HTMLElement> {
@@ -21,4 +60,5 @@ export declare const DescriptionList: import("react").ForwardRefExoticComponent<
21
60
  Term: import("react").ForwardRefExoticComponent<DescriptionListTermProps & import("react").RefAttributes<HTMLElement>>;
22
61
  Detail: import("react").ForwardRefExoticComponent<DescriptionListDetailProps & import("react").RefAttributes<HTMLElement>>;
23
62
  };
63
+ export {};
24
64
  //# sourceMappingURL=description-list.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export { DescriptionList } from './description-list';
2
- export type { DescriptionListProps, DescriptionListRowProps, DescriptionListTermProps, DescriptionListDetailProps, } from './description-list';
2
+ export type { DescriptionListProps, DescriptionListRowProps, DescriptionListTermProps, DescriptionListDetailProps, DescriptionListLabelWidth, } from './description-list';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { D as r } from "../../_chunks/description-list-y7Hk51KI.js";
1
+ import { D as r } from "../../_chunks/description-list-Bsga4IW8.js";
2
2
  export {
3
3
  r as DescriptionList
4
4
  };
@@ -1,17 +1,18 @@
1
- import { jsx as a, jsxs as o } from "react/jsx-runtime";
2
- import { forwardRef as k, useRef as l, useImperativeHandle as T, useCallback as A, useMemo as C } from "react";
3
- import { c as R } from "../../_chunks/index-D2ZczOXr.js";
4
- import { useTranslation as N } from "react-i18next";
5
- import { I } from "../../_chunks/icon-button-C4CGcYuz.js";
6
- import { D as i } from "../../_chunks/dropdown-menu-DZxwF23X.js";
7
- import { S as E } from "../../_chunks/switch-D916VW86.js";
8
- import { c as b, a as M, L as _ } from "../../_chunks/locale-picker-CYBhgSHR.js";
1
+ import { jsx as e, jsxs as d } from "react/jsx-runtime";
2
+ import { forwardRef as T, useRef as g, useImperativeHandle as A, useCallback as C, useMemo as I } from "react";
3
+ import { c as N } from "../../_chunks/index-D2ZczOXr.js";
4
+ import { useTranslation as E } from "react-i18next";
5
+ import { I as o } from "../../_chunks/icon-button-C4CGcYuz.js";
6
+ import { I as R } from "../../_chunks/icon-button-group-DeV3FpNY.js";
7
+ import { D as r } from "../../_chunks/dropdown-menu-DZxwF23X.js";
8
+ import { S as x } from "../../_chunks/switch-D916VW86.js";
9
+ import { c as v, a as M, L as _ } from "../../_chunks/locale-picker-BxEUUPW7.js";
9
10
  import { u as H } from "../../_chunks/use-locale-BkCIHujH.js";
10
11
  import { u as O } from "../../_chunks/use-theme-B1cwAXJR.js";
11
12
  import { u as P } from "../../_chunks/registry-C9nwlNyL.js";
12
- import { S as x } from "../../_chunks/settings-ca2Yi9R8.js";
13
- import { S as K, M as j, a as z } from "../../_chunks/sun-Eweh5fvi.js";
14
- const D = {
13
+ import { S as K } from "../../_chunks/settings-ca2Yi9R8.js";
14
+ import { S as j, M as D, a as V } from "../../_chunks/sun-Eweh5fvi.js";
15
+ const z = {
15
16
  id: "header-settings",
16
17
  capabilities: ["view_change"],
17
18
  state: {},
@@ -21,8 +22,8 @@ const D = {
21
22
  argsType: "{ locale: string }",
22
23
  descriptionKey: "ui.agent.headerSettings.actions.setLocale",
23
24
  description: "Switch the active locale to the given IETF tag.",
24
- invoke: (t, s) => {
25
- t.setLocale(s.locale);
25
+ invoke: (t, i) => {
26
+ t.setLocale(i.locale);
26
27
  }
27
28
  },
28
29
  set_theme: {
@@ -30,8 +31,8 @@ const D = {
30
31
  argsType: '{ theme: "light" | "dark" | "system" }',
31
32
  descriptionKey: "ui.agent.headerSettings.actions.setTheme",
32
33
  description: "Switch the theme preference.",
33
- invoke: (t, s) => {
34
- t.setTheme(s.theme);
34
+ invoke: (t, i) => {
35
+ t.setTheme(i.theme);
35
36
  }
36
37
  },
37
38
  set_accessibility: {
@@ -39,8 +40,8 @@ const D = {
39
40
  argsType: '{ accessibility: "default" | "accessible" }',
40
41
  descriptionKey: "ui.agent.headerSettings.actions.setAccessibility",
41
42
  description: "Switch the accessibility preference.",
42
- invoke: (t, s) => {
43
- t.setAccessibility(s.accessibility);
43
+ invoke: (t, i) => {
44
+ t.setAccessibility(i.accessibility);
44
45
  }
45
46
  }
46
47
  },
@@ -52,19 +53,19 @@ const D = {
52
53
  }
53
54
  }
54
55
  };
55
- function V(t, s) {
56
+ function B(t, i) {
56
57
  if (!(typeof window > "u"))
57
58
  try {
58
- window.localStorage.setItem(t, s);
59
+ window.localStorage.setItem(t, i);
59
60
  } catch {
60
61
  }
61
62
  }
62
63
  function G(t) {
63
64
  if (typeof document > "u") return;
64
- const s = document.documentElement;
65
- s.lang = t, s.dir = b[t].dir;
65
+ const i = document.documentElement;
66
+ i.lang = t, i.dir = v[t].dir;
66
67
  }
67
- const W = R("ds:inline-flex ds:items-center", {
68
+ const W = N("ds:inline-flex ds:items-center", {
68
69
  variants: {
69
70
  align: {
70
71
  start: "",
@@ -72,120 +73,146 @@ const W = R("ds:inline-flex ds:items-center", {
72
73
  }
73
74
  },
74
75
  defaultVariants: { align: "end" }
75
- }), B = [
76
+ }), F = [
76
77
  "ds:w-[20rem] ds:p-[var(--spacing-xs)]",
77
78
  "ds:rounded-[var(--radius-md)] ds:border ds:border-border",
78
79
  "ds:bg-background ds:text-foreground ds:shadow-[var(--shadow-lg)]"
79
- ].join(" "), F = k(
80
- (t, s) => {
80
+ ].join(" "), U = T(
81
+ (t, i) => {
81
82
  const {
82
- align: g = "end",
83
+ align: p = "end",
83
84
  disabled: y = !1,
84
85
  className: S,
85
- id: p,
86
- ...v
87
- } = t, { t: r } = N(), n = O(), { setLocale: m } = H(), h = l(null);
88
- T(s, () => h.current, []);
89
- const u = A(
90
- (e) => {
91
- m(e), G(e), V(_, e);
86
+ id: m,
87
+ ...w
88
+ } = t, { t: s } = E(), n = O(), { setLocale: h } = H(), u = g(null);
89
+ A(i, () => u.current, []);
90
+ const f = C(
91
+ (a) => {
92
+ h(a), G(a), B(_, a);
92
93
  },
93
- [m]
94
- ), f = l(u);
95
- f.current = u;
96
- const c = l(n);
94
+ [h]
95
+ ), b = g(f);
96
+ b.current = f;
97
+ const c = g(n);
97
98
  c.current = n;
98
- const w = C(
99
+ const L = I(
99
100
  () => ({
100
- setLocale: (e) => {
101
- Object.prototype.hasOwnProperty.call(b, e) && f.current(e);
101
+ setLocale: (a) => {
102
+ Object.prototype.hasOwnProperty.call(v, a) && b.current(a);
102
103
  },
103
- setTheme: (e) => c.current.setTheme(e),
104
- setAccessibility: (e) => c.current.setAccessibility(e)
104
+ setTheme: (a) => c.current.setTheme(a),
105
+ setAccessibility: (a) => c.current.setAccessibility(a)
105
106
  }),
106
107
  []
107
108
  );
108
- P(D, w, p);
109
- const L = n.accessibility === "accessible";
110
- return /* @__PURE__ */ a(
109
+ P(z, L, m);
110
+ const k = n.accessibility === "accessible";
111
+ return /* @__PURE__ */ e(
111
112
  "div",
112
113
  {
113
- ref: h,
114
+ ref: u,
114
115
  "data-component": "header-settings",
115
- "data-component-id": p,
116
- className: W({ align: g, className: S }),
117
- ...v,
118
- children: /* @__PURE__ */ o(i.Root, { children: [
119
- /* @__PURE__ */ a(i.Trigger, { asChild: !0, children: /* @__PURE__ */ a(
120
- I,
116
+ "data-component-id": m,
117
+ className: W({ align: p, className: S }),
118
+ ...w,
119
+ children: /* @__PURE__ */ d(r.Root, { children: [
120
+ /* @__PURE__ */ e(r.Trigger, { asChild: !0, children: /* @__PURE__ */ e(
121
+ o,
121
122
  {
122
123
  disabled: y,
123
- icon: /* @__PURE__ */ a(x, { "aria-hidden": !0 }),
124
- "aria-label": r("navigation.headerSettings.trigger")
124
+ icon: /* @__PURE__ */ e(K, { "aria-hidden": !0 }),
125
+ "aria-label": s("navigation.headerSettings.trigger")
125
126
  }
126
127
  ) }),
127
- /* @__PURE__ */ a(i.Portal, { children: /* @__PURE__ */ o(
128
- i.Content,
128
+ /* @__PURE__ */ e(r.Portal, { children: /* @__PURE__ */ d(
129
+ r.Content,
129
130
  {
130
- align: g,
131
+ align: p,
131
132
  sideOffset: 8,
132
- className: B,
133
- onKeyDownCapture: (e) => {
134
- const d = e.target;
135
- (d == null ? void 0 : d.tagName) === "INPUT" && // Always allow Escape so the menu can close.
136
- e.key !== "Escape" && e.stopPropagation();
133
+ className: F,
134
+ onKeyDownCapture: (a) => {
135
+ const l = a.target;
136
+ (l == null ? void 0 : l.tagName) === "INPUT" && // Always allow Escape so the menu can close.
137
+ a.key !== "Escape" && a.stopPropagation();
137
138
  },
138
139
  children: [
139
- /* @__PURE__ */ a(i.Label, { children: r("navigation.headerSettings.language.label") }),
140
- /* @__PURE__ */ a(
140
+ /* @__PURE__ */ e(r.Label, { children: s("navigation.headerSettings.language.label") }),
141
+ /* @__PURE__ */ e(
141
142
  "div",
142
143
  {
143
144
  role: "group",
144
- "aria-label": r("navigation.headerSettings.language.label"),
145
+ "aria-label": s("navigation.headerSettings.language.label"),
145
146
  className: "ds:py-[var(--spacing-xs)]",
146
- children: /* @__PURE__ */ a(M.SearchList, {})
147
+ children: /* @__PURE__ */ e(M.SearchList, {})
147
148
  }
148
149
  ),
149
- /* @__PURE__ */ a(i.Separator, {}),
150
- /* @__PURE__ */ a(i.Label, { children: r("navigation.headerSettings.appearance.label") }),
151
- /* @__PURE__ */ o(
152
- i.RadioGroup,
150
+ /* @__PURE__ */ e(r.Separator, {}),
151
+ /* @__PURE__ */ e(r.Label, { children: s("navigation.headerSettings.appearance.label") }),
152
+ /* @__PURE__ */ e(
153
+ "div",
153
154
  {
154
- value: n.theme,
155
- onValueChange: (e) => n.setTheme(e),
156
- children: [
157
- /* @__PURE__ */ o(i.RadioItem, { value: "light", children: [
158
- /* @__PURE__ */ a(K, { "aria-hidden": !0, className: "ds:size-4" }),
159
- r("navigation.headerSettings.appearance.light")
160
- ] }),
161
- /* @__PURE__ */ o(i.RadioItem, { value: "dark", children: [
162
- /* @__PURE__ */ a(j, { "aria-hidden": !0, className: "ds:size-4" }),
163
- r("navigation.headerSettings.appearance.dark")
164
- ] }),
165
- /* @__PURE__ */ o(i.RadioItem, { value: "system", children: [
166
- /* @__PURE__ */ a(z, { "aria-hidden": !0, className: "ds:size-4" }),
167
- r("navigation.headerSettings.appearance.system")
168
- ] })
169
- ]
155
+ role: "group",
156
+ "aria-label": s("navigation.headerSettings.appearance.label"),
157
+ className: "ds:px-[var(--spacing-sm)] ds:py-[var(--spacing-xs)]",
158
+ children: /* @__PURE__ */ d(
159
+ R,
160
+ {
161
+ role: "radiogroup",
162
+ mode: "toggle-single",
163
+ size: "sm",
164
+ "aria-label": s("navigation.headerSettings.appearance.label"),
165
+ value: n.theme,
166
+ onValueChange: (a) => n.setTheme(a),
167
+ children: [
168
+ /* @__PURE__ */ e(
169
+ o,
170
+ {
171
+ icon: /* @__PURE__ */ e(j, { "aria-hidden": !0 }),
172
+ "aria-label": s("navigation.headerSettings.appearance.light"),
173
+ value: "light"
174
+ }
175
+ ),
176
+ /* @__PURE__ */ e(
177
+ o,
178
+ {
179
+ icon: /* @__PURE__ */ e(D, { "aria-hidden": !0 }),
180
+ "aria-label": s("navigation.headerSettings.appearance.dark"),
181
+ value: "dark"
182
+ }
183
+ ),
184
+ /* @__PURE__ */ e(
185
+ o,
186
+ {
187
+ icon: /* @__PURE__ */ e(V, { "aria-hidden": !0 }),
188
+ "aria-label": s(
189
+ "navigation.headerSettings.appearance.system"
190
+ ),
191
+ value: "system"
192
+ }
193
+ )
194
+ ]
195
+ }
196
+ )
170
197
  }
171
198
  ),
172
- /* @__PURE__ */ a(i.Separator, {}),
173
- /* @__PURE__ */ a(
199
+ /* @__PURE__ */ e(r.Separator, {}),
200
+ /* @__PURE__ */ e(
174
201
  "div",
175
202
  {
176
203
  role: "group",
177
- "aria-label": r(
204
+ "aria-label": s(
178
205
  "navigation.headerSettings.appearance.accessible"
179
206
  ),
180
207
  className: "ds:px-[var(--spacing-sm)] ds:py-[var(--spacing-sm)]",
181
- children: /* @__PURE__ */ a(
182
- E,
208
+ children: /* @__PURE__ */ e(
209
+ x,
183
210
  {
184
- label: r("navigation.headerSettings.appearance.accessible"),
211
+ label: s("navigation.headerSettings.appearance.accessible"),
185
212
  labelSide: "start",
186
213
  size: "sm",
187
- checked: L,
188
- onCheckedChange: (e) => n.setAccessibility(e ? "accessible" : "default")
214
+ checked: k,
215
+ onCheckedChange: (a) => n.setAccessibility(a ? "accessible" : "default")
189
216
  }
190
217
  )
191
218
  }
@@ -198,8 +225,8 @@ const W = R("ds:inline-flex ds:items-center", {
198
225
  );
199
226
  }
200
227
  );
201
- F.displayName = "HeaderSettings";
228
+ U.displayName = "HeaderSettings";
202
229
  export {
203
- F as HeaderSettings
230
+ U as HeaderSettings
204
231
  };
205
232
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { L, a as c, b as r } from "../../_chunks/locale-picker-CYBhgSHR.js";
1
+ import { L, a as c, b as r } from "../../_chunks/locale-picker-BxEUUPW7.js";
2
2
  export {
3
3
  L as LOCALE_STORAGE_KEY,
4
4
  c as LocalePicker,
@@ -1,4 +1,4 @@
1
- import { T as t, t as m } from "../../_chunks/timeline-Czeqr3HF.js";
1
+ import { T as t, t as m } from "../../_chunks/timeline-jmd7lfDf.js";
2
2
  export {
3
3
  t as Timeline,
4
4
  m as timelineAgent
@@ -1,4 +1,4 @@
1
- import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-712GL-8u.js";
1
+ import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-BR6txfFX.js";
2
2
  export {
3
3
  r as CORE_PATIENT_FIELDS,
4
4
  e as WorkflowCard,
package/dist/index.js CHANGED
@@ -44,11 +44,11 @@ import { A as Pe, a as he, b as Ie, c as Re, d as Fe } from "./_chunks/accordion
44
44
  import { A as ke, g as Ne, n as Le } from "./_chunks/avatar-BpFohgWG.js";
45
45
  import { B as Me } from "./_chunks/badge-cLYVGlMh.js";
46
46
  import { B as De } from "./_chunks/benefit-card-DXmrAyfn.js";
47
- import { C as Ve } from "./_chunks/card-CWzuTLYE.js";
48
- import { C as He, c as Oe } from "./_chunks/carousel.agent-CQPFfppK.js";
49
- import { C as Ge } from "./_chunks/contact-card-DTQUMetD.js";
47
+ import { C as Ve } from "./_chunks/card-C353dU-H.js";
48
+ import { C as He, c as Oe } from "./_chunks/carousel.agent-DnPiqijR.js";
49
+ import { C as Ge } from "./_chunks/contact-card-CjG7c-1q.js";
50
50
  import { A as Ue, B as Ke, C as je, a as Ye, D as ze, b as qe, c as Qe, d as Je, E as Xe, e as Ze, I as $e, L as ar, N as er, f as rr, S as or, g as tr, h as sr, T as ir, i as nr, j as pr, k as mr, l as lr, m as dr, n as fr, o as gr, U as cr, p as xr, q as ur, u as Ar } from "./_chunks/editable-currency-cell-renderer-DJB5MxAI.js";
51
- import { D as Tr } from "./_chunks/description-list-y7Hk51KI.js";
51
+ import { D as Tr } from "./_chunks/description-list-Bsga4IW8.js";
52
52
  import { E as br } from "./_chunks/empty-state-3CLJIXSj.js";
53
53
  import { F as hr, a as Ir, h as Rr } from "./_chunks/flag-DZ6V7-hU.js";
54
54
  import { K as Er, k as kr } from "./_chunks/kbd-Cglkd7CY.js";
@@ -61,7 +61,7 @@ import { S as Gr } from "./_chunks/skeleton-CZbwyJAA.js";
61
61
  import { S as Ur, s as Kr, u as jr } from "./_chunks/sparkline-B5Ms55PZ.js";
62
62
  import { S as zr } from "./_chunks/stat-CYEx8sIR.js";
63
63
  import { T as Qr } from "./_chunks/tag-CQmHRM4Y.js";
64
- import { T as Xr, t as Zr } from "./_chunks/timeline-Czeqr3HF.js";
64
+ import { T as Xr, t as Zr } from "./_chunks/timeline-jmd7lfDf.js";
65
65
  import { T as ao } from "./_chunks/timestamp-BV2lC-wV.js";
66
66
  import { B as ro, a as oo, b as to, c as so, d as io, e as no, f as po } from "./_chunks/breadcrumb--YI7lcHA.js";
67
67
  import { C as lo, a as fo, b as go, c as co, d as xo, e as uo, f as Ao, g as So, h as To, i as Co, j as bo, k as Po, u as ho } from "./_chunks/command-palette-DkL-aW4O.js";
@@ -133,7 +133,7 @@ import { S as qn, f as Qn, i as Jn } from "./_chunks/slot-grid-CgpYgBkW.js";
133
133
  import { C as Zn, a as $n, b as ap, F as ep, c as rp, d as op, P as tp, e as sp, T as ip, f as np, g as pp, h as mp, l as lp, i as dp, t as fp, r as gp } from "./_chunks/tooth-scheme-3mITSXiZ.js";
134
134
  import { T as xp } from "./_chunks/transaction-chip-z9ENE50O.js";
135
135
  import { W as Ap } from "./_chunks/whatsapp-button-DUjlWGKf.js";
136
- import { C as Tp, W as Cp, a as bp, b as Pp, c as hp, i as Ip, l as Rp, m as Fp, r as Ep, w as kp, d as Np, e as Lp, f as yp } from "./_chunks/workflow-map-712GL-8u.js";
136
+ import { C as Tp, W as Cp, a as bp, b as Pp, c as hp, i as Ip, l as Rp, m as Fp, r as Ep, w as kp, d as Np, e as Lp, f as yp } from "./_chunks/workflow-map-BR6txfFX.js";
137
137
  import { A as Bp, a as Dp, b as wp, c as Vp } from "./_chunks/alia-sidebar-CUi2UCbY.js";
138
138
  import { P as Hp } from "./_chunks/patient-shell-B164drIa.js";
139
139
  import { Root as _p } from "@radix-ui/react-aspect-ratio";