@alfadocs/ui-kit 0.7.0 → 0.7.2
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.
- package/dist/_chunks/{alert-B1sj8Ss0.js → alert-CVMq99Cq.js} +78 -65
- package/dist/_chunks/{audio-recorder-BdBbU-UK.js → audio-recorder-cOl_Z_Pk.js} +2 -2
- package/dist/_chunks/{freemium-paywall-CrVefV0M.js → freemium-paywall-B9kIDtm1.js} +2 -2
- package/dist/_chunks/{payment-form-B_BdHwjb.js → payment-form-C3HMAsGG.js} +2 -2
- package/dist/_chunks/{pdf-viewer-CZIfY08H.js → pdf-viewer-DO95bm2o.js} +2 -2
- package/dist/_chunks/{use-locale-BBDCG265.js → use-locale-C5rS3Xon.js} +3 -5
- package/dist/_chunks/{warning-stack-VygGHSqC.js → warning-stack-CdLIe534.js} +2 -2
- package/dist/_chunks/{workflow-map-Bi5liGzo.js → workflow-map-CESZNNZe.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/alert/index.js +1 -1
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/warning-stack/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/index.js +8 -8
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
import { jsxs as D, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { useTranslation as
|
|
5
|
-
import { X
|
|
6
|
-
import { C as
|
|
7
|
-
import { T as
|
|
8
|
-
import { C as
|
|
9
|
-
import { I as
|
|
10
|
-
const
|
|
2
|
+
import { forwardRef as i, useState as _, useRef as R, useCallback as V, Children as O, isValidElement as F } from "react";
|
|
3
|
+
import { c as L } from "./index-D2ZczOXr.js";
|
|
4
|
+
import { useTranslation as W } from "react-i18next";
|
|
5
|
+
import { X } from "./x-CCcI3eJp.js";
|
|
6
|
+
import { C as G } from "./circle-x-Du2CmjaU.js";
|
|
7
|
+
import { T as H } from "./triangle-alert-CBPUIzQo.js";
|
|
8
|
+
import { C as M } from "./circle-check-9AeSgJD_.js";
|
|
9
|
+
import { I as P } from "./info-B9XNKn05.js";
|
|
10
|
+
const U = L(
|
|
11
11
|
[
|
|
12
|
-
|
|
12
|
+
// Default `items-center` keeps the icon + dismiss optically aligned
|
|
13
|
+
// with a single-line description. The `data-[has-title=true]`
|
|
14
|
+
// selector flips to `items-start` when an `<Alert.Title>` is
|
|
15
|
+
// present so the icon anchors to the heading's top instead of
|
|
16
|
+
// floating against the centre of the title+description block.
|
|
17
|
+
// For multi-line descriptions without a title, `items-center` still
|
|
18
|
+
// looks right at 2–3 lines and matches Toast / Notification.
|
|
19
|
+
"ds:flex ds:items-center ds:data-[has-title=true]:items-start ds:gap-[var(--spacing-md)]",
|
|
13
20
|
"ds:rounded-[var(--radius-md)]",
|
|
14
21
|
"ds:border ds:border-[length:var(--border-width-sm)]",
|
|
15
22
|
"ds:p-[var(--spacing-md)]",
|
|
@@ -57,7 +64,7 @@ const M = E(
|
|
|
57
64
|
variant: "info"
|
|
58
65
|
}
|
|
59
66
|
}
|
|
60
|
-
),
|
|
67
|
+
), h = "ds:shrink-0 ds:size-5", $ = `${h} ds:mt-0.5`, q = [
|
|
61
68
|
"ds:ms-auto ds:shrink-0 ds:inline-flex ds:items-center ds:justify-center",
|
|
62
69
|
"ds:rounded-[var(--radius-sm)]",
|
|
63
70
|
"ds:min-h-[var(--min-target-size)] ds:min-w-[var(--min-target-size)]",
|
|
@@ -68,48 +75,51 @@ const M = E(
|
|
|
68
75
|
"ds:focus-visible:outline-[length:var(--focus-ring-width)] ds:focus-visible:outline-solid",
|
|
69
76
|
"ds:focus-visible:outline-[color:var(--ring)] ds:focus-visible:outline-offset-[length:var(--focus-ring-offset)]",
|
|
70
77
|
"ds:forced-colors:focus-visible:outline-[CanvasText]"
|
|
71
|
-
].join(" "),
|
|
72
|
-
info: { icon: /* @__PURE__ */ t(
|
|
78
|
+
].join(" "), J = {
|
|
79
|
+
info: { icon: /* @__PURE__ */ t(P, { "aria-hidden": "true" }), role: "status", live: "polite" },
|
|
73
80
|
success: {
|
|
74
|
-
icon: /* @__PURE__ */ t(
|
|
81
|
+
icon: /* @__PURE__ */ t(M, { "aria-hidden": "true" }),
|
|
75
82
|
role: "status",
|
|
76
83
|
live: "polite"
|
|
77
84
|
},
|
|
78
85
|
warning: {
|
|
79
|
-
icon: /* @__PURE__ */ t(
|
|
86
|
+
icon: /* @__PURE__ */ t(H, { "aria-hidden": "true" }),
|
|
80
87
|
role: "alert",
|
|
81
88
|
live: "assertive"
|
|
82
89
|
},
|
|
83
90
|
error: {
|
|
84
|
-
icon: /* @__PURE__ */ t(
|
|
91
|
+
icon: /* @__PURE__ */ t(G, { "aria-hidden": "true" }),
|
|
85
92
|
role: "alert",
|
|
86
93
|
live: "assertive"
|
|
87
94
|
}
|
|
88
|
-
},
|
|
89
|
-
({ as: s = "h5", className: r, ...
|
|
95
|
+
}, c = i(
|
|
96
|
+
({ as: s = "h5", className: r, ...e }, o) => /* @__PURE__ */ t(
|
|
90
97
|
s,
|
|
91
98
|
{
|
|
92
|
-
ref:
|
|
99
|
+
ref: o,
|
|
93
100
|
className: ["type-title-item", r].filter(Boolean).join(" "),
|
|
94
|
-
...
|
|
101
|
+
...e
|
|
95
102
|
}
|
|
96
103
|
)
|
|
97
104
|
);
|
|
98
|
-
|
|
99
|
-
const
|
|
105
|
+
c.displayName = "Alert.Title";
|
|
106
|
+
const w = i(({ className: s, ...r }, e) => /* @__PURE__ */ t(
|
|
100
107
|
"p",
|
|
101
108
|
{
|
|
102
|
-
ref:
|
|
103
|
-
className: [
|
|
109
|
+
ref: e,
|
|
110
|
+
className: [
|
|
111
|
+
"ds:[[data-has-title=true]_&]:mt-[var(--spacing-xs)] type-body-sm",
|
|
112
|
+
s
|
|
113
|
+
].filter(Boolean).join(" "),
|
|
104
114
|
...r
|
|
105
115
|
}
|
|
106
116
|
));
|
|
107
|
-
|
|
108
|
-
const
|
|
109
|
-
({ className: s, ...r },
|
|
117
|
+
w.displayName = "Alert.Description";
|
|
118
|
+
const A = i(
|
|
119
|
+
({ className: s, ...r }, e) => /* @__PURE__ */ t(
|
|
110
120
|
"div",
|
|
111
121
|
{
|
|
112
|
-
ref:
|
|
122
|
+
ref: e,
|
|
113
123
|
className: [
|
|
114
124
|
"ds:mt-[var(--spacing-sm)] ds:flex ds:flex-wrap ds:items-center ds:gap-[var(--spacing-sm)]",
|
|
115
125
|
s
|
|
@@ -118,42 +128,45 @@ const _ = a(
|
|
|
118
128
|
}
|
|
119
129
|
)
|
|
120
130
|
);
|
|
121
|
-
|
|
122
|
-
const
|
|
131
|
+
A.displayName = "Alert.Action";
|
|
132
|
+
const N = i(
|
|
123
133
|
({
|
|
124
134
|
variant: s = "info",
|
|
125
135
|
dismissible: r = !1,
|
|
126
|
-
open:
|
|
127
|
-
onOpenChange:
|
|
128
|
-
icon:
|
|
129
|
-
live:
|
|
130
|
-
className:
|
|
131
|
-
children:
|
|
132
|
-
...
|
|
136
|
+
open: e,
|
|
137
|
+
onOpenChange: o,
|
|
138
|
+
icon: m,
|
|
139
|
+
live: y,
|
|
140
|
+
className: T,
|
|
141
|
+
children: u,
|
|
142
|
+
...C
|
|
133
143
|
}, j) => {
|
|
134
|
-
const { t:
|
|
144
|
+
const { t: I } = W(), [k, S] = _(!0), [f, v] = _(!1), n = R(null), g = e !== void 0, E = g ? e : k, z = V(() => {
|
|
135
145
|
if (typeof window > "u") return 200;
|
|
136
|
-
const
|
|
137
|
-
if (!
|
|
138
|
-
const
|
|
139
|
-
return Number.isFinite(
|
|
146
|
+
const a = window.getComputedStyle(document.documentElement).getPropertyValue("--animation-duration");
|
|
147
|
+
if (!a) return 200;
|
|
148
|
+
const x = a.trim(), l = parseFloat(x);
|
|
149
|
+
return Number.isFinite(l) ? x.endsWith("ms") ? l : l * 1e3 : 200;
|
|
140
150
|
}, []);
|
|
141
|
-
if (!
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
151
|
+
if (!E) return null;
|
|
152
|
+
const d = J[s], p = m !== void 0 ? m : d.icon, b = O.toArray(u).some(
|
|
153
|
+
(a) => F(a) && a.type === c
|
|
154
|
+
), B = () => {
|
|
155
|
+
f || (v(!0), n.current && clearTimeout(n.current), n.current = setTimeout(() => {
|
|
156
|
+
v(!1), g || S(!1), o == null || o(!1);
|
|
157
|
+
}, z()));
|
|
146
158
|
};
|
|
147
159
|
return /* @__PURE__ */ D(
|
|
148
160
|
"div",
|
|
149
161
|
{
|
|
150
162
|
ref: j,
|
|
151
|
-
role:
|
|
152
|
-
"aria-live":
|
|
163
|
+
role: d.role,
|
|
164
|
+
"aria-live": y ?? d.live,
|
|
153
165
|
"data-component": "alert",
|
|
154
|
-
"data-
|
|
166
|
+
"data-has-title": b ? "true" : "false",
|
|
167
|
+
"data-state": f ? "closing" : "open",
|
|
155
168
|
className: [
|
|
156
|
-
|
|
169
|
+
U({ variant: s, className: T }),
|
|
157
170
|
// Entry: fade + slide-down on mount. Exit: fade + slide-up + slight
|
|
158
171
|
// scale when dismissed. Driven by `tw-animate-css`. Respects
|
|
159
172
|
// `prefers-reduced-motion` via `motion-safe:` and zeroes under the
|
|
@@ -167,18 +180,18 @@ const w = a(
|
|
|
167
180
|
"ds:motion-safe:data-[state=closing]:fill-mode-forwards",
|
|
168
181
|
"ds:motion-safe:duration-[var(--animation-duration)]"
|
|
169
182
|
].join(" "),
|
|
170
|
-
...
|
|
183
|
+
...C,
|
|
171
184
|
children: [
|
|
172
|
-
|
|
173
|
-
/* @__PURE__ */ t("div", { className: "ds:flex-1 ds:min-w-0", children:
|
|
185
|
+
p ? /* @__PURE__ */ t("span", { className: b ? $ : h, children: p }) : null,
|
|
186
|
+
/* @__PURE__ */ t("div", { className: "ds:flex-1 ds:min-w-0", children: u }),
|
|
174
187
|
r ? /* @__PURE__ */ t(
|
|
175
188
|
"button",
|
|
176
189
|
{
|
|
177
190
|
type: "button",
|
|
178
|
-
"aria-label":
|
|
179
|
-
onClick:
|
|
180
|
-
className:
|
|
181
|
-
children: /* @__PURE__ */ t(
|
|
191
|
+
"aria-label": I("ui.common.close", "Close"),
|
|
192
|
+
onClick: B,
|
|
193
|
+
className: q,
|
|
194
|
+
children: /* @__PURE__ */ t(X, { "aria-hidden": "true", className: "ds:size-4" })
|
|
182
195
|
}
|
|
183
196
|
) : null
|
|
184
197
|
]
|
|
@@ -186,13 +199,13 @@ const w = a(
|
|
|
186
199
|
);
|
|
187
200
|
}
|
|
188
201
|
);
|
|
189
|
-
|
|
190
|
-
const
|
|
191
|
-
Title:
|
|
192
|
-
Description:
|
|
193
|
-
Action:
|
|
202
|
+
N.displayName = "Alert";
|
|
203
|
+
const at = Object.assign(N, {
|
|
204
|
+
Title: c,
|
|
205
|
+
Description: w,
|
|
206
|
+
Action: A
|
|
194
207
|
});
|
|
195
208
|
export {
|
|
196
|
-
|
|
209
|
+
at as A
|
|
197
210
|
};
|
|
198
|
-
//# sourceMappingURL=alert-
|
|
211
|
+
//# sourceMappingURL=alert-CVMq99Cq.js.map
|
|
@@ -6,7 +6,7 @@ import { B as G } from "./button-DD_0Xdmr.js";
|
|
|
6
6
|
import { I as N } from "./icon-button-C4CGcYuz.js";
|
|
7
7
|
import { S as ue } from "./select-BOU_Osnf.js";
|
|
8
8
|
import { A as pe } from "./audio-visualiser-ByDEFLNm.js";
|
|
9
|
-
import { A as F } from "./alert-
|
|
9
|
+
import { A as F } from "./alert-CVMq99Cq.js";
|
|
10
10
|
import { u as le } from "./registry-C9nwlNyL.js";
|
|
11
11
|
import { c as V } from "./createLucideIcon-CrFbzy84.js";
|
|
12
12
|
import { S as me } from "./square-CZoGU14v.js";
|
|
@@ -454,4 +454,4 @@ export {
|
|
|
454
454
|
Ne as A,
|
|
455
455
|
Re as a
|
|
456
456
|
};
|
|
457
|
-
//# sourceMappingURL=audio-recorder-
|
|
457
|
+
//# sourceMappingURL=audio-recorder-cOl_Z_Pk.js.map
|
|
@@ -7,7 +7,7 @@ import { useTranslation as Z } from "react-i18next";
|
|
|
7
7
|
import { u as $ } from "./registry-C9nwlNyL.js";
|
|
8
8
|
import { B as j } from "./button-DD_0Xdmr.js";
|
|
9
9
|
import { P as ee } from "./progress-C11tqhoI.js";
|
|
10
|
-
import { f as se } from "./payment-form-
|
|
10
|
+
import { f as se } from "./payment-form-C3HMAsGG.js";
|
|
11
11
|
import { T as ae } from "./triangle-alert-CBPUIzQo.js";
|
|
12
12
|
import { C as re } from "./check-DPdL_Sm7.js";
|
|
13
13
|
const te = {
|
|
@@ -264,4 +264,4 @@ export {
|
|
|
264
264
|
de as F,
|
|
265
265
|
te as f
|
|
266
266
|
};
|
|
267
|
-
//# sourceMappingURL=freemium-paywall-
|
|
267
|
+
//# sourceMappingURL=freemium-paywall-B9kIDtm1.js.map
|
|
@@ -3,7 +3,7 @@ import { forwardRef as se, useState as E, useEffect as R, useRef as V, useMemo a
|
|
|
3
3
|
import { c as z } from "./index-D2ZczOXr.js";
|
|
4
4
|
import { useTranslation as q } from "react-i18next";
|
|
5
5
|
import { S as J } from "./spinner-DLaYfLPl.js";
|
|
6
|
-
import { A as W } from "./alert-
|
|
6
|
+
import { A as W } from "./alert-CVMq99Cq.js";
|
|
7
7
|
import { loadStripe as de } from "@stripe/stripe-js";
|
|
8
8
|
import { Elements as ce, useStripe as le, useElements as me, PaymentElement as ue, AddressElement as pe } from "@stripe/react-stripe-js";
|
|
9
9
|
import { u as fe } from "./registry-C9nwlNyL.js";
|
|
@@ -587,4 +587,4 @@ export {
|
|
|
587
587
|
ye as p,
|
|
588
588
|
ee as s
|
|
589
589
|
};
|
|
590
|
-
//# sourceMappingURL=payment-form-
|
|
590
|
+
//# sourceMappingURL=payment-form-C3HMAsGG.js.map
|
|
@@ -6,7 +6,7 @@ import { useTranslation as le } from "react-i18next";
|
|
|
6
6
|
import * as X from "@radix-ui/react-popover";
|
|
7
7
|
import Se from "pdfjs-dist/build/pdf.worker.min.mjs?url";
|
|
8
8
|
import { S as Ee } from "./spinner-DLaYfLPl.js";
|
|
9
|
-
import { A as ye } from "./alert-
|
|
9
|
+
import { A as ye } from "./alert-CVMq99Cq.js";
|
|
10
10
|
import { u as _e } from "./registry-C9nwlNyL.js";
|
|
11
11
|
import { X as Le } from "./x-CCcI3eJp.js";
|
|
12
12
|
import { C as Ze } from "./chevron-left-CX1jqD2M.js";
|
|
@@ -892,4 +892,4 @@ export {
|
|
|
892
892
|
tt as P,
|
|
893
893
|
Je as p
|
|
894
894
|
};
|
|
895
|
-
//# sourceMappingURL=pdf-viewer-
|
|
895
|
+
//# sourceMappingURL=pdf-viewer-DO95bm2o.js.map
|
|
@@ -20,10 +20,8 @@ function y(e, o) {
|
|
|
20
20
|
// SSR / jsdom fallback — drop every character that's
|
|
21
21
|
// significant in a CSS attribute selector. Conservative but
|
|
22
22
|
// robust enough for the test environment.
|
|
23
|
-
e.replace(/["'
|
|
24
|
-
), t = `[data-error-anchor="${r}"], [name="${r}"], [name$="[${r}]"]`, n = Array.from(
|
|
25
|
-
o.querySelectorAll(t)
|
|
26
|
-
);
|
|
23
|
+
e.replace(/["'\\[\]]/g, "")
|
|
24
|
+
), t = `[data-error-anchor="${r}"], [name="${r}"], [name$="[${r}]"]`, n = Array.from(o.querySelectorAll(t));
|
|
27
25
|
return n.length === 0 ? null : n.find((s) => s.offsetParent !== null) ?? n[0];
|
|
28
26
|
}
|
|
29
27
|
function M(e, o, r = {}) {
|
|
@@ -70,4 +68,4 @@ export {
|
|
|
70
68
|
M as b,
|
|
71
69
|
b as u
|
|
72
70
|
};
|
|
73
|
-
//# sourceMappingURL=use-locale-
|
|
71
|
+
//# sourceMappingURL=use-locale-C5rS3Xon.js.map
|
|
@@ -2,7 +2,7 @@ import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as M, useId as N, useState as O, useRef as y, useEffect as V, useMemo as _, useCallback as j } from "react";
|
|
3
3
|
import { c as W } from "./index-D2ZczOXr.js";
|
|
4
4
|
import { useTranslation as q } from "react-i18next";
|
|
5
|
-
import { A as u } from "./alert-
|
|
5
|
+
import { A as u } from "./alert-CVMq99Cq.js";
|
|
6
6
|
import { B as F } from "./button-DD_0Xdmr.js";
|
|
7
7
|
import { C as H } from "./chevron-down-BX_NP2Yh.js";
|
|
8
8
|
const L = W(
|
|
@@ -176,4 +176,4 @@ P.displayName = "WarningStack";
|
|
|
176
176
|
export {
|
|
177
177
|
P as W
|
|
178
178
|
};
|
|
179
|
-
//# sourceMappingURL=warning-stack-
|
|
179
|
+
//# sourceMappingURL=warning-stack-CdLIe534.js.map
|
|
@@ -10,7 +10,7 @@ import { I as S } from "./icon-button-C4CGcYuz.js";
|
|
|
10
10
|
import { c as _ } from "./createLucideIcon-CrFbzy84.js";
|
|
11
11
|
import { C as Ne } from "./circle-BkqTgYmt.js";
|
|
12
12
|
import { u as Ce } from "./registry-C9nwlNyL.js";
|
|
13
|
-
import { A as V } from "./alert-
|
|
13
|
+
import { A as V } from "./alert-CVMq99Cq.js";
|
|
14
14
|
import { B as _e } from "./button-DD_0Xdmr.js";
|
|
15
15
|
import { D as N } from "./dropdown-menu-dyV7gHh_.js";
|
|
16
16
|
import { E } from "./empty-state-3CLJIXSj.js";
|
|
@@ -1412,4 +1412,4 @@ export {
|
|
|
1412
1412
|
ee as r,
|
|
1413
1413
|
D as w
|
|
1414
1414
|
};
|
|
1415
|
-
//# sourceMappingURL=workflow-map-
|
|
1415
|
+
//# sourceMappingURL=workflow-map-CESZNNZe.js.map
|
package/dist/agent-catalog.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as r, f as s, p as m, a as e, s as n, b as o, c as i } from "../../_chunks/payment-form-
|
|
1
|
+
import { P as r, f as s, p as m, a as e, s as n, b as o, c as i } from "../../_chunks/payment-form-C3HMAsGG.js";
|
|
2
2
|
export {
|
|
3
3
|
r as PaymentForm,
|
|
4
4
|
s as formatPaymentAmount,
|
|
@@ -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-
|
|
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-CESZNNZe.js";
|
|
2
2
|
export {
|
|
3
3
|
r as CORE_PATIENT_FIELDS,
|
|
4
4
|
e as WorkflowCard,
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { u as r } from "../_chunks/use-prefers-reduced-motion-BMwIQRjB.js";
|
|
2
|
-
import { u as o, a as u, b as E } from "../_chunks/use-locale-
|
|
2
|
+
import { u as o, a as u, b as E } from "../_chunks/use-locale-C5rS3Xon.js";
|
|
3
3
|
import { A as t, T as S, a as m, r as l, t as A, u as _ } from "../_chunks/use-theme-B1cwAXJR.js";
|
|
4
4
|
export {
|
|
5
5
|
t as ACCESSIBILITY_STORAGE_KEY,
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { u as r } from "./_chunks/use-prefers-reduced-motion-BMwIQRjB.js";
|
|
2
|
-
import { u as t, a as s, b as n } from "./_chunks/use-locale-
|
|
2
|
+
import { u as t, a as s, b as n } from "./_chunks/use-locale-C5rS3Xon.js";
|
|
3
3
|
import { A as p, T as m, a as l, r as d, t as f, u as g } from "./_chunks/use-theme-B1cwAXJR.js";
|
|
4
4
|
import { B as x } from "./_chunks/button-DD_0Xdmr.js";
|
|
5
5
|
import { I as S } from "./_chunks/icon-button-C4CGcYuz.js";
|
|
@@ -72,7 +72,7 @@ import { T as dt, t as ft } from "./_chunks/theme-toggle-B3UR6ouK.js";
|
|
|
72
72
|
import { A as ct, i as xt } from "./_chunks/agenda-card-CalZqycc.js";
|
|
73
73
|
import { a as St } from "./_chunks/agenda-card.agent-B_R47-c9.js";
|
|
74
74
|
import { A as Tt, a as Ct } from "./_chunks/agenda-tray-3ffFDQZC.js";
|
|
75
|
-
import { A as Pt } from "./_chunks/alert-
|
|
75
|
+
import { A as Pt } from "./_chunks/alert-CVMq99Cq.js";
|
|
76
76
|
import { D as It, d as Rt } from "./_chunks/dialog-W8uDfXD8.js";
|
|
77
77
|
import { D as Lt, d as Et } from "./_chunks/dropdown-menu-dyV7gHh_.js";
|
|
78
78
|
import { L as Nt } from "./_chunks/live-region-C41SO3cA.js";
|
|
@@ -93,7 +93,7 @@ import { t as gs } from "./_chunks/task-card.agent-CUPKYd7w.js";
|
|
|
93
93
|
import { T as xs, t as As } from "./_chunks/task-tray-XlIW9ueh.js";
|
|
94
94
|
import { T as us, t as Ts, a as Cs, b as bs, c as Ps, d as hs, e as Is } from "./_chunks/toast.agent-DihA6MON.js";
|
|
95
95
|
import { T as ks, a as Ls } from "./_chunks/tooltip-DHik5yRI.js";
|
|
96
|
-
import { W as Fs } from "./_chunks/warning-stack-
|
|
96
|
+
import { W as Fs } from "./_chunks/warning-stack-CdLIe534.js";
|
|
97
97
|
import { A as Ms } from "./_chunks/app-frame-CDJOgPXe.js";
|
|
98
98
|
import { A as Bs } from "./_chunks/aspect-ratio-DeSNzASA.js";
|
|
99
99
|
import { C as Vs, a as vs, b as ws, c as Hs } from "./_chunks/collapsible-CuxUBoHJ.js";
|
|
@@ -104,26 +104,26 @@ import { T as rn } from "./_chunks/theme-root-CSKD5ZRm.js";
|
|
|
104
104
|
import { V as tn } from "./_chunks/visually-hidden-BHxEUGyT.js";
|
|
105
105
|
import { C as nn, c as pn, a as mn } from "./_chunks/chart-BLvFl169.js";
|
|
106
106
|
import { A as dn, a as fn } from "./_chunks/ai-prompt-input-DLgY8lrW.js";
|
|
107
|
-
import { A as cn, a as xn } from "./_chunks/audio-recorder-
|
|
107
|
+
import { A as cn, a as xn } from "./_chunks/audio-recorder-cOl_Z_Pk.js";
|
|
108
108
|
import { A as Sn } from "./_chunks/audio-visualiser-ByDEFLNm.js";
|
|
109
109
|
import { C as Tn, c as Cn } from "./_chunks/chat-container-ClzsWXp2.js";
|
|
110
110
|
import { C as Pn, c as hn } from "./_chunks/chat-input-Bov-gkwP.js";
|
|
111
111
|
import { C as Rn } from "./_chunks/chat-message-DoAhgUTj.js";
|
|
112
|
-
import { F as Ln, f as En } from "./_chunks/freemium-paywall-
|
|
112
|
+
import { F as Ln, f as En } from "./_chunks/freemium-paywall-B9kIDtm1.js";
|
|
113
113
|
import { S as Nn } from "./_chunks/streaming-text-BgjCTVOw.js";
|
|
114
114
|
import { S as yn, a as Bn } from "./_chunks/suggestion-chip-C4Jz0LrM.js";
|
|
115
115
|
import { s as Vn } from "./_chunks/suggestion-chip.agent-6sNWFj7m.js";
|
|
116
116
|
import { T as wn, t as Hn } from "./_chunks/transcript-panel-Bx5ANMsv.js";
|
|
117
117
|
import { T as _n } from "./_chunks/typing-indicator-BZ5jXZPn.js";
|
|
118
118
|
import { C as Wn, c as Un, r as Kn } from "./_chunks/calendar-zy0tUUVG.js";
|
|
119
|
-
import { P as jn, f as zn, p as qn, a as Qn, s as Jn, b as Xn, c as Zn } from "./_chunks/payment-form-
|
|
120
|
-
import { P as ai, p as ei } from "./_chunks/pdf-viewer-
|
|
119
|
+
import { P as jn, f as zn, p as qn, a as Qn, s as Jn, b as Xn, c as Zn } from "./_chunks/payment-form-C3HMAsGG.js";
|
|
120
|
+
import { P as ai, p as ei } from "./_chunks/pdf-viewer-DO95bm2o.js";
|
|
121
121
|
import { R as oi, e as ti, r as si, t as ni, a as ii, w as pi } from "./_chunks/rich-text-editor-C7TCIlQO.js";
|
|
122
122
|
import { S as li, s as di } from "./_chunks/signature-capture-DjMlFOzS.js";
|
|
123
123
|
import { S as gi, f as ci, i as xi } from "./_chunks/slot-grid-CgpYgBkW.js";
|
|
124
124
|
import { C as Si, a as ui, b as Ti, F as Ci, c as bi, d as Pi, P as hi, e as Ii, T as Ri, f as ki, g as Li, h as Ei, l as Fi, i as Ni, t as Mi, r as yi } from "./_chunks/tooth-scheme-3mITSXiZ.js";
|
|
125
125
|
import { T as Di } from "./_chunks/transaction-chip-DE6DITun.js";
|
|
126
|
-
import { C as vi, W as wi, a as Hi, b as Oi, c as _i, i as Gi, l as Wi, m as Ui, r as Ki, w as Yi, d as ji, e as zi, f as qi } from "./_chunks/workflow-map-
|
|
126
|
+
import { C as vi, W as wi, a as Hi, b as Oi, c as _i, i as Gi, l as Wi, m as Ui, r as Ki, w as Yi, d as ji, e as zi, f as qi } from "./_chunks/workflow-map-CESZNNZe.js";
|
|
127
127
|
import { L as Ji, a as Xi, b as Zi, c as $i } from "./_chunks/leo-sidebar-BWECDYpu.js";
|
|
128
128
|
import { P as ep } from "./_chunks/patient-shell-IhMULVrt.js";
|
|
129
129
|
import { Root as op } from "@radix-ui/react-aspect-ratio";
|