@alfadocs/ui-kit 1.9.0 → 1.9.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/{link-cell-renderer-BZQtsuFz.js → link-cell-renderer-BqO66pIA.js} +2 -2
- package/dist/_chunks/{patient-table-ChXM2K7H.js → patient-table-6XnaWimB.js} +2 -2
- package/dist/_chunks/{practice-profile-hero-Bdd0bFqC.js → practice-profile-hero-YQ7h2K4o.js} +8 -2
- package/dist/_chunks/{signature-request-DXhpphlp.js → signature-request-CW30B77U.js} +2 -2
- package/dist/_chunks/{whatsapp-button-BIy6NaJK.js → whatsapp-button-Ca9towA4.js} +61 -43
- package/dist/agent-catalog.json +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/practice-profile-hero/index.js +1 -1
- package/dist/components/practice-profile-hero/practice-profile-hero.d.ts +5 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/index.js +5 -5
- package/dist/patterns/signature-request/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
|
@@ -616,7 +616,7 @@ function q(t, e) {
|
|
|
616
616
|
const n = t[e];
|
|
617
617
|
return typeof n == "string" ? n : void 0;
|
|
618
618
|
}
|
|
619
|
-
const ce = /^(?:https?:|data:image
|
|
619
|
+
const ce = /^(?:https?:|data:image\/|\/(?!\/))/i;
|
|
620
620
|
function de(t) {
|
|
621
621
|
if (!t) return;
|
|
622
622
|
const e = t.trim();
|
|
@@ -769,4 +769,4 @@ export {
|
|
|
769
769
|
Ae as f,
|
|
770
770
|
qe as g
|
|
771
771
|
};
|
|
772
|
-
//# sourceMappingURL=link-cell-renderer-
|
|
772
|
+
//# sourceMappingURL=link-cell-renderer-BqO66pIA.js.map
|
|
@@ -4,7 +4,7 @@ import { useTranslation as $ } from "react-i18next";
|
|
|
4
4
|
import { a as p, T as b, A as be, d as ne, D as P, e as ge } from "./actions-cell-renderer-B2pw6iH8.js";
|
|
5
5
|
import { S as Ce } from "./select-BW5ecXlX.js";
|
|
6
6
|
import { u as ve } from "./registry-DvAUVLHh.js";
|
|
7
|
-
import { I as Ne, L as we, b as L, a as _, c as U, N as H, d as F, S as R, T as ie, D as K, C as Te, g as Fe, f as Re, U as Ie, e as ye } from "./link-cell-renderer-
|
|
7
|
+
import { I as Ne, L as we, b as L, a as _, c as U, N as H, d as F, S as R, T as ie, D as K, C as Te, g as Fe, f as Re, U as Ie, e as ye } from "./link-cell-renderer-BqO66pIA.js";
|
|
8
8
|
import { B as ae } from "./badge-sTusUqZD.js";
|
|
9
9
|
import { c as Pe } from "./index-D2ZczOXr.js";
|
|
10
10
|
import { T as We } from "./timestamp-BV2lC-wV.js";
|
|
@@ -1105,4 +1105,4 @@ export {
|
|
|
1105
1105
|
q as g,
|
|
1106
1106
|
tt as u
|
|
1107
1107
|
};
|
|
1108
|
-
//# sourceMappingURL=patient-table-
|
|
1108
|
+
//# sourceMappingURL=patient-table-6XnaWimB.js.map
|
package/dist/_chunks/{practice-profile-hero-Bdd0bFqC.js → practice-profile-hero-YQ7h2K4o.js}
RENAMED
|
@@ -119,7 +119,13 @@ const M = {
|
|
|
119
119
|
children: r
|
|
120
120
|
}
|
|
121
121
|
),
|
|
122
|
-
p ?
|
|
122
|
+
p ? (
|
|
123
|
+
// `ms-auto` + `shrink-0` are the desktop contract, and both are
|
|
124
|
+
// wrong once the row wraps on a phone: they stranded the action
|
|
125
|
+
// at the inline-end of a start-aligned stack and stopped a wide
|
|
126
|
+
// control fitting the column. Hence `sm:` and up only.
|
|
127
|
+
/* @__PURE__ */ e("div", { className: "ds:flex ds:min-w-0 ds:items-center ds:gap-[var(--spacing-xs)] ds:sm:ms-auto ds:sm:shrink-0", children: p })
|
|
128
|
+
) : null
|
|
123
129
|
] }),
|
|
124
130
|
c ? /* @__PURE__ */ e("p", { className: "type-body ds:m-0 ds:text-[color:var(--foreground)]", children: c }) : null,
|
|
125
131
|
o ? (
|
|
@@ -184,4 +190,4 @@ export {
|
|
|
184
190
|
E as P,
|
|
185
191
|
M as p
|
|
186
192
|
};
|
|
187
|
-
//# sourceMappingURL=practice-profile-hero-
|
|
193
|
+
//# sourceMappingURL=practice-profile-hero-YQ7h2K4o.js.map
|
|
@@ -5,7 +5,7 @@ import { D as m } from "./dialog-UbKJCi1X.js";
|
|
|
5
5
|
import { B as z } from "./button-nJaPh_HC.js";
|
|
6
6
|
import { I as xe } from "./icon-button-DA2CAGHZ.js";
|
|
7
7
|
import { C as Y } from "./checkbox-BuZ1u__2.js";
|
|
8
|
-
import { a as Re } from "./whatsapp-button-
|
|
8
|
+
import { a as Re } from "./whatsapp-button-Ca9towA4.js";
|
|
9
9
|
import { S as Z } from "./select-BW5ecXlX.js";
|
|
10
10
|
import { S as be } from "./switch-OILsBLWo.js";
|
|
11
11
|
import { A as _ } from "./alert-CiJT540z.js";
|
|
@@ -414,4 +414,4 @@ Me.displayName = "SignatureRequestModal";
|
|
|
414
414
|
export {
|
|
415
415
|
Me as S
|
|
416
416
|
};
|
|
417
|
-
//# sourceMappingURL=signature-request-
|
|
417
|
+
//# sourceMappingURL=signature-request-CW30B77U.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsxs as c, jsx as
|
|
2
|
-
import { forwardRef as
|
|
1
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as _, useMemo as A } from "react";
|
|
3
3
|
import { c as m } from "./index-D2ZczOXr.js";
|
|
4
|
-
import { useTranslation as
|
|
4
|
+
import { useTranslation as j } from "react-i18next";
|
|
5
5
|
function u({
|
|
6
6
|
className: a
|
|
7
7
|
}) {
|
|
8
|
-
return /* @__PURE__ */
|
|
8
|
+
return /* @__PURE__ */ o(
|
|
9
9
|
"svg",
|
|
10
10
|
{
|
|
11
11
|
"aria-hidden": "true",
|
|
@@ -13,11 +13,11 @@ function u({
|
|
|
13
13
|
fill: "currentColor",
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
15
|
className: a,
|
|
16
|
-
children: /* @__PURE__ */
|
|
16
|
+
children: /* @__PURE__ */ o("path", { d: "M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.149-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.71.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z" })
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const C = m(
|
|
21
21
|
[
|
|
22
22
|
// `position` is provided by `positionVariants` below — `static`
|
|
23
23
|
// sets `ds:relative` (so the pseudo-element touch-target anchors),
|
|
@@ -26,7 +26,10 @@ const j = m(
|
|
|
26
26
|
// relative` win against `position: fixed` in the compiled CSS
|
|
27
27
|
// (booking-website was patching with `style={{position:'fixed'}}`).
|
|
28
28
|
"ds:inline-flex ds:items-center ds:justify-center",
|
|
29
|
-
"ds:font-medium
|
|
29
|
+
"ds:font-medium",
|
|
30
|
+
// The pill can shrink, so an unpinned glyph would squash horizontally
|
|
31
|
+
// while its height held, distorting the brand mark.
|
|
32
|
+
"ds:[&_svg]:shrink-0",
|
|
30
33
|
"ds:bg-[var(--brand-whatsapp)] ds:text-[var(--brand-whatsapp-foreground)]",
|
|
31
34
|
"ds:hover:bg-[var(--brand-whatsapp-hover)]",
|
|
32
35
|
"ds:active:opacity-90",
|
|
@@ -50,7 +53,18 @@ const j = m(
|
|
|
50
53
|
variant: {
|
|
51
54
|
// Pill — inline rounded button. Visible label is the brand
|
|
52
55
|
// affordance text; glyph sits leading.
|
|
53
|
-
|
|
56
|
+
//
|
|
57
|
+
// No `whitespace-nowrap`: with it the pill's min-content width was
|
|
58
|
+
// the whole label on one line, so a long label outgrew the viewport
|
|
59
|
+
// and spilled off screen. Wrapping lets shrink-to-fit cap the pill.
|
|
60
|
+
// `text-center` centres the wrapped line, the block padding keeps it
|
|
61
|
+
// off the rounded edges, and `overflow-wrap` breaks a compound word
|
|
62
|
+
// (German especially) that would otherwise still be too wide.
|
|
63
|
+
pill: [
|
|
64
|
+
"ds:rounded-[var(--radius-full)] ds:gap-[var(--spacing-xs)]",
|
|
65
|
+
"ds:text-center ds:py-[var(--spacing-2xs)]",
|
|
66
|
+
"ds:[overflow-wrap:anywhere]"
|
|
67
|
+
].join(" "),
|
|
54
68
|
// FAB — circular floating action button. Glyph only; the
|
|
55
69
|
// label resolves into `aria-label`.
|
|
56
70
|
fab: [
|
|
@@ -68,17 +82,17 @@ const j = m(
|
|
|
68
82
|
{
|
|
69
83
|
variant: "pill",
|
|
70
84
|
size: "sm",
|
|
71
|
-
class: 'ds:
|
|
85
|
+
class: 'ds:ps-3 ds:pe-3.5 ds:text-[length:var(--font-size-sm)] ds:[&_svg]:size-4 ds:min-h-[var(--min-target-size)] ds:sm:min-h-9 ds:before:absolute ds:before:inset-x-[calc((var(--min-target-size)-100%)/-2)] ds:before:inset-y-[calc((var(--min-target-size)-100%)/-2)] ds:before:content-[""] ds:sm:before:hidden'
|
|
72
86
|
},
|
|
73
87
|
{
|
|
74
88
|
variant: "pill",
|
|
75
89
|
size: "md",
|
|
76
|
-
class: "ds:h-10 ds:ps-4 ds:pe-5 ds:text-[length:var(--font-size-base)] ds:[&_svg]:size-5"
|
|
90
|
+
class: "ds:min-h-10 ds:ps-4 ds:pe-5 ds:text-[length:var(--font-size-base)] ds:[&_svg]:size-5"
|
|
77
91
|
},
|
|
78
92
|
{
|
|
79
93
|
variant: "pill",
|
|
80
94
|
size: "lg",
|
|
81
|
-
class: "ds:h-12 ds:ps-5 ds:pe-6 ds:text-[length:var(--font-size-lg)] ds:[&_svg]:size-6"
|
|
95
|
+
class: "ds:min-h-12 ds:ps-5 ds:pe-6 ds:text-[length:var(--font-size-lg)] ds:[&_svg]:size-6"
|
|
82
96
|
},
|
|
83
97
|
// FAB — fixed square dimensions; the `sm` case mirrors the
|
|
84
98
|
// FloatingActionButton's pseudo-target expansion below the
|
|
@@ -105,7 +119,7 @@ const j = m(
|
|
|
105
119
|
size: "md"
|
|
106
120
|
}
|
|
107
121
|
}
|
|
108
|
-
),
|
|
122
|
+
), k = m("", {
|
|
109
123
|
variants: {
|
|
110
124
|
position: {
|
|
111
125
|
// `relative` so the `::before` pseudo touch-target (defined in
|
|
@@ -114,67 +128,71 @@ const j = m(
|
|
|
114
128
|
// this — `position: fixed` is itself a positioning context for
|
|
115
129
|
// descendants and pseudo-elements.
|
|
116
130
|
static: "ds:relative",
|
|
117
|
-
|
|
118
|
-
|
|
131
|
+
// Only ONE inset is set, so the cap must reserve the opposite gutter
|
|
132
|
+
// itself — otherwise a long label pins to its inset edge and spills
|
|
133
|
+
// off the other one. The arbitrary-PROPERTY form is load-bearing:
|
|
134
|
+
// `max-inline-size-[…]` is not a utility and emits nothing.
|
|
135
|
+
"bottom-end": "ds:fixed ds:z-[var(--z-fixed)] ds:bottom-[calc(var(--spacing-lg)+env(safe-area-inset-bottom,0px))] ds:end-[var(--spacing-lg)] ds:[max-inline-size:calc(100%_-_(var(--spacing-lg)_*_2))]",
|
|
136
|
+
"bottom-start": "ds:fixed ds:z-[var(--z-fixed)] ds:bottom-[calc(var(--spacing-lg)+env(safe-area-inset-bottom,0px))] ds:start-[var(--spacing-lg)] ds:[max-inline-size:calc(100%_-_(var(--spacing-lg)_*_2))]"
|
|
119
137
|
}
|
|
120
138
|
},
|
|
121
139
|
defaultVariants: { position: "static" }
|
|
122
140
|
});
|
|
123
|
-
function
|
|
141
|
+
function B(a, n) {
|
|
124
142
|
const s = a.replace(/\D/g, "");
|
|
125
143
|
if (s.length === 0)
|
|
126
144
|
return null;
|
|
127
|
-
const
|
|
128
|
-
return
|
|
145
|
+
const r = `https://wa.me/${s}`;
|
|
146
|
+
return n ? `${r}?text=${encodeURIComponent(n)}` : r;
|
|
129
147
|
}
|
|
130
|
-
const
|
|
148
|
+
const L = _(
|
|
131
149
|
({
|
|
132
150
|
phoneNumber: a,
|
|
133
|
-
message:
|
|
151
|
+
message: n,
|
|
134
152
|
variant: s = "pill",
|
|
135
|
-
size:
|
|
153
|
+
size: r = "md",
|
|
136
154
|
position: h,
|
|
137
155
|
label: g,
|
|
138
156
|
tone: w = "standard",
|
|
139
|
-
className:
|
|
140
|
-
...
|
|
141
|
-
},
|
|
142
|
-
const { t: p } =
|
|
143
|
-
() =>
|
|
144
|
-
[a,
|
|
157
|
+
className: x,
|
|
158
|
+
...i
|
|
159
|
+
}, z) => {
|
|
160
|
+
const { t: p } = j(), f = A(
|
|
161
|
+
() => B(a, n),
|
|
162
|
+
[a, n]
|
|
145
163
|
), e = g ?? p(s === "fab" ? "whatsApp.fabLabel" : w === "question" ? "whatsApp.questionPrompt" : "whatsApp.label"), y = [
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
].filter(Boolean).join(" "),
|
|
150
|
-
ref:
|
|
151
|
-
...
|
|
164
|
+
C({ variant: s, size: r }),
|
|
165
|
+
k({ position: h }),
|
|
166
|
+
x
|
|
167
|
+
].filter(Boolean).join(" "), d = f === null, v = {
|
|
168
|
+
ref: z,
|
|
169
|
+
...d ? {} : {
|
|
152
170
|
href: f,
|
|
153
171
|
target: "_blank",
|
|
154
172
|
rel: "noopener noreferrer"
|
|
155
173
|
},
|
|
156
|
-
"aria-disabled":
|
|
174
|
+
"aria-disabled": d ? !0 : void 0,
|
|
157
175
|
"data-component": "whatsapp-button",
|
|
158
176
|
"data-variant": s,
|
|
159
177
|
onClick: (l) => {
|
|
160
178
|
var b;
|
|
161
|
-
|
|
179
|
+
d && l.preventDefault(), (b = i.onClick) == null || b.call(i, l);
|
|
162
180
|
},
|
|
163
181
|
className: y
|
|
164
|
-
}, t =
|
|
182
|
+
}, t = d ? null : p("link.opensInNewTab", "Opens in a new tab");
|
|
165
183
|
if (s === "fab") {
|
|
166
184
|
const l = typeof e == "string" ? t ? `${e} — ${t}` : e : void 0;
|
|
167
|
-
return /* @__PURE__ */ c("a", { ...
|
|
168
|
-
/* @__PURE__ */
|
|
185
|
+
return /* @__PURE__ */ c("a", { ...i, ...v, "aria-label": l, children: [
|
|
186
|
+
/* @__PURE__ */ o(u, {}),
|
|
169
187
|
typeof e != "string" ? /* @__PURE__ */ c("span", { className: "ds:sr-only", children: [
|
|
170
188
|
e,
|
|
171
189
|
t ? ` — ${t}` : null
|
|
172
190
|
] }) : null
|
|
173
191
|
] });
|
|
174
192
|
}
|
|
175
|
-
return /* @__PURE__ */ c("a", { ...
|
|
176
|
-
/* @__PURE__ */
|
|
177
|
-
/* @__PURE__ */
|
|
193
|
+
return /* @__PURE__ */ c("a", { ...i, ...v, children: [
|
|
194
|
+
/* @__PURE__ */ o(u, {}),
|
|
195
|
+
/* @__PURE__ */ o("span", { children: e }),
|
|
178
196
|
t ? /* @__PURE__ */ c("span", { className: "ds:sr-only", children: [
|
|
179
197
|
" — ",
|
|
180
198
|
t
|
|
@@ -182,9 +200,9 @@ const N = A(
|
|
|
182
200
|
] });
|
|
183
201
|
}
|
|
184
202
|
);
|
|
185
|
-
|
|
203
|
+
L.displayName = "WhatsAppButton";
|
|
186
204
|
export {
|
|
187
|
-
|
|
205
|
+
L as W,
|
|
188
206
|
u as a
|
|
189
207
|
};
|
|
190
|
-
//# sourceMappingURL=whatsapp-button-
|
|
208
|
+
//# sourceMappingURL=whatsapp-button-Ca9towA4.js.map
|
package/dist/agent-catalog.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { A as r, D as l, E as t, T as s, a as d, b as n, c as o, d as i, e as R, f as C, g as T, i as F, h as g } from "../../_chunks/actions-cell-renderer-B2pw6iH8.js";
|
|
2
2
|
import { B as b, C as u, E as x, a as c, R as p, T as E, b as m, r as f, u as h } from "../../_chunks/editable-currency-cell-renderer-DYdzKpjL.js";
|
|
3
|
-
import { C as A, D as w, a as y, b as I, I as L, L as N, N as P, c as W, S as B, d as U, e as _, T as k, f as v, g as O, U as X } from "../../_chunks/link-cell-renderer-
|
|
3
|
+
import { C as A, D as w, a as y, b as I, I as L, L as N, N as P, c as W, S as B, d as U, e as _, T as k, f as v, g as O, U as X } from "../../_chunks/link-cell-renderer-BqO66pIA.js";
|
|
4
4
|
export {
|
|
5
5
|
r as ActionsCellRenderer,
|
|
6
6
|
b as BalanceCellRenderer,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-
|
|
1
|
+
import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-6XnaWimB.js";
|
|
2
2
|
export {
|
|
3
3
|
s as BalanceBadgeCell,
|
|
4
4
|
l as CarePlanStatusCell,
|
|
@@ -44,7 +44,11 @@ export interface PracticeProfileHeroProps extends Omit<ComponentPropsWithoutRef<
|
|
|
44
44
|
*/
|
|
45
45
|
badges?: PracticeProfileHeroBadge[];
|
|
46
46
|
/**
|
|
47
|
-
* Rendered at the inline-end of the heading row (right side on LTR)
|
|
47
|
+
* Rendered at the inline-end of the heading row (right side on LTR)
|
|
48
|
+
* from `sm` up. The heading row wraps, so on a phone the action drops
|
|
49
|
+
* onto its own line, starts flush with the practice name, and is free
|
|
50
|
+
* to shrink into the column rather than overflow it.
|
|
51
|
+
*
|
|
48
52
|
* Use for a "Book an appointment" `<Button>` or a share action.
|
|
49
53
|
*/
|
|
50
54
|
actionSlot?: ReactNode;
|
package/dist/index.js
CHANGED
|
@@ -77,7 +77,7 @@ import { C as Kr } from "./_chunks/contact-card-0hnFJwrz.js";
|
|
|
77
77
|
import { C as Xr } from "./_chunks/counter-dRlTNC_y.js";
|
|
78
78
|
import { A as zr, D as jr, E as Qr, T as Jr, a as Zr, b as $r, c as ao, d as eo, e as so, f as ro, g as oo, i as to, h as no } from "./_chunks/actions-cell-renderer-B2pw6iH8.js";
|
|
79
79
|
import { B as po, C as mo, E as lo, a as Ao, R as co, T as fo, b as go, r as So, u as Co } from "./_chunks/editable-currency-cell-renderer-DYdzKpjL.js";
|
|
80
|
-
import { C as xo, D as uo, a as Po, b as Io, I as Eo, L as Ro, N as bo, c as _o, S as No, d as Do, e as ho, T as Oo, f as Fo, g as Lo, U as Mo } from "./_chunks/link-cell-renderer-
|
|
80
|
+
import { C as xo, D as uo, a as Po, b as Io, I as Eo, L as Ro, N as bo, c as _o, S as No, d as Do, e as ho, T as Oo, f as Fo, g as Lo, U as Mo } from "./_chunks/link-cell-renderer-BqO66pIA.js";
|
|
81
81
|
import { D as ko, d as Bo, a as Go, b as Ho } from "./_chunks/data-table-tabs-C1kRUzat.js";
|
|
82
82
|
import { C as wo, c as Uo } from "./_chunks/clinical-note-card-BBgFd2nB.js";
|
|
83
83
|
import { D as Wo } from "./_chunks/description-list-CjJqR8WK.js";
|
|
@@ -188,12 +188,12 @@ import { C as DA, c as hA } from "./_chunks/care-plan-card-aDN4oem9.js";
|
|
|
188
188
|
import { C as FA, c as LA } from "./_chunks/care-plan-entry-card-BEhANdBE.js";
|
|
189
189
|
import { C as yA, c as kA } from "./_chunks/care-plan-header-CkpPyQqG.js";
|
|
190
190
|
import { O as GA, o as HA } from "./_chunks/operator-hero-BnFv-Uef.js";
|
|
191
|
-
import { P as wA, p as UA } from "./_chunks/practice-profile-hero-
|
|
191
|
+
import { P as wA, p as UA } from "./_chunks/practice-profile-hero-YQ7h2K4o.js";
|
|
192
192
|
import { P as WA, p as KA } from "./_chunks/patient-details-xrqe13az.js";
|
|
193
193
|
import { P as XA, p as qA } from "./_chunks/patient-search-D5ufYoRc.js";
|
|
194
194
|
import { P as jA, p as QA } from "./_chunks/patient-summary-card-CBfuDvJ5.js";
|
|
195
195
|
import { A as ZA, a as $A } from "./_chunks/anamnesis-summary-card-DGVKBQoq.js";
|
|
196
|
-
import { B as ec, C as sc, N as rc, P as oc, a as tc, b as nc, g as ic, u as pc } from "./_chunks/patient-table-
|
|
196
|
+
import { B as ec, C as sc, N as rc, P as oc, a as tc, b as nc, g as ic, u as pc } from "./_chunks/patient-table-6XnaWimB.js";
|
|
197
197
|
import { B as lc, M as dc, P as Ac, a as cc, b as fc, c as gc, d as Sc, S as Cc, e as Tc, f as xc, g as uc, h as Pc, p as Ic, i as Ec, j as Rc, k as bc, s as _c, t as Nc, l as Dc } from "./_chunks/periodontal-chart-BatZEFar.js";
|
|
198
198
|
import { P as Oc, a as Fc, p as Lc } from "./_chunks/periodontal-chart-card-BBpY_rBc.js";
|
|
199
199
|
import { D as yc, P as kc, a as Bc, b as Gc, c as Hc, S as vc, e as wc, i as Uc, p as Vc } from "./_chunks/periodontal-diagnosis-HrFsVi-C.js";
|
|
@@ -216,13 +216,13 @@ import { T as Tg, t as xg, r as ug } from "./_chunks/tooth-scheme-WdyVymQ1.js";
|
|
|
216
216
|
import { C as Ig, a as Eg, b as Rg, c as bg, d as _g, e as Ng, F as Dg, f as hg, g as Og, h as Fg, I as Lg, P as Mg, i as yg, S as kg, j as Bg, k as Gg, l as Hg, m as vg, n as wg, T as Ug, o as Vg, p as Wg, q as Kg, r as Yg, s as Xg, t as qg, u as zg, v as jg, w as Qg, x as Jg, y as Zg, z as $g, A as aS, B as eS, D as sS, E as rS, G as oS, H as tS, J as nS, K as iS, L as pS, M as mS, N as lS, O as dS, Q as AS, R as cS, U as fS, V as gS, W as SS, X as CS, Y as TS, Z as xS, _ as uS, $ as PS } from "./_chunks/tooth-data-DR8Kdnup.js";
|
|
217
217
|
import { C as ES, D as RS, T as bS, t as _S, a as NS } from "./_chunks/tooth-finding-palette-vqC-D2Ye.js";
|
|
218
218
|
import { T as hS } from "./_chunks/transaction-chip-DJCstquX.js";
|
|
219
|
-
import { W as FS, a as LS } from "./_chunks/whatsapp-button-
|
|
219
|
+
import { W as FS, a as LS } from "./_chunks/whatsapp-button-Ca9towA4.js";
|
|
220
220
|
import { C as yS, W as kS, a as BS, b as GS, c as HS, i as vS, l as wS, m as US, r as VS, w as WS, d as KS, e as YS, f as XS } from "./_chunks/workflow-map-DE_ribRM.js";
|
|
221
221
|
import { A as zS, a as jS, b as QS, c as JS } from "./_chunks/alia-sidebar-BWcWZivN.js";
|
|
222
222
|
import { A as $S, a as aC, L as eC, P as sC, S as rC, T as oC, b as tC, c as nC, d as iC, e as pC, f as mC, g as lC, h as dC, i as AC, j as cC, k as fC, l as gC, m as SC, n as CC, o as TC, p as xC, r as uC, q as PC, s as IC, t as EC, u as RC } from "./_chunks/anamnesis-summary-rows-d44s_whc.js";
|
|
223
223
|
import { C as _C, M as NC, P as DC } from "./_chunks/marketplace-app-shell-Chfdia7m.js";
|
|
224
224
|
import { P as OC } from "./_chunks/payment-automation-upsell-DwQW2fRp.js";
|
|
225
|
-
import { S as LC } from "./_chunks/signature-request-
|
|
225
|
+
import { S as LC } from "./_chunks/signature-request-CW30B77U.js";
|
|
226
226
|
import { D as yC, d as kC } from "./_chunks/dependent-selector-cJlJFAKD.js";
|
|
227
227
|
import { D as GC, d as HC } from "./_chunks/document-preview-oyx9RhCo.js";
|
|
228
228
|
import { D as wC, d as UC } from "./_chunks/document-scanner-C5Vrbu21.js";
|