@alfadocs/ui-kit 1.44.0 → 1.46.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.
- package/dist/_chunks/{actions-cell-renderer-BXBy9c0f.js → actions-cell-renderer-B5m9lwgC.js} +2 -2
- package/dist/_chunks/ai-credits-notice-xszqOZTC.js +90 -0
- package/dist/_chunks/ai-credits-notice.agent-C9L7orrP.js +17 -0
- package/dist/_chunks/{ai-consent-banner-D7I2U-cz.js → ai-permission-notice-D7I2U-cz.js} +1 -1
- package/dist/_chunks/ai-sparkle-D23NT8Z_.js +45 -0
- package/dist/_chunks/{anamnesis-summary-rows-DQUqwWc1.js → anamnesis-summary-rows-DI-UX5r6.js} +2 -2
- package/dist/_chunks/{appointment-card-TgR_2GKS.js → appointment-card-DluZy8Iv.js} +2 -2
- package/dist/_chunks/{appointment-peek-abiR0T9e.js → appointment-peek-BsfCpiJs.js} +3 -3
- package/dist/_chunks/{appointment-timeline-CCnyUYKz.js → appointment-timeline-Cs5f9viN.js} +3 -3
- package/dist/_chunks/{appointment-tray-N0yEI8UF.js → appointment-tray-CLrGGnKR.js} +2 -2
- package/dist/_chunks/baby-Dku-Xvg9.js +23 -0
- package/dist/_chunks/{balance-badge-cell-o6LldMUA.js → balance-badge-cell-YGrYdrvR.js} +3 -3
- package/dist/_chunks/{booking-D43ASl8y.js → booking-B7gA9gFB.js} +279 -296
- package/dist/_chunks/button-group-CA1tmu39.js +325 -0
- package/dist/_chunks/{calendar-U6N0F99w.js → calendar-OzSeTb4V.js} +2 -2
- package/dist/_chunks/{calendar-event-card-DKUnT9Be.js → calendar-event-card-B6N5h1dO.js} +57 -48
- package/dist/_chunks/{calendar-workspace-DBYAtdyd.js → calendar-workspace-BB-BZT7W.js} +3002 -2912
- package/dist/_chunks/{chart-PF2krCZC.js → chart-D8ucl8hH.js} +2 -2
- package/dist/_chunks/{data-table-CcAx_I1w.js → data-table-DnKOmEVw.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-Psb6XKHR.js → editable-currency-cell-renderer-OUkUv7U4.js} +2 -2
- package/dist/_chunks/{face-scheme-Bm6pe7R8.js → face-scheme-mIhwrQXt.js} +3 -3
- package/dist/_chunks/{file-manager-BfLQxF5t.js → file-manager-DOcJGIx2.js} +4 -4
- package/dist/_chunks/{header-settings-CTe45iDy.js → header-settings-BEfx_-TF.js} +2 -2
- package/dist/_chunks/{help-me-write-templates-GUeEn3Ff.js → help-me-write-templates-DHIwa4xR.js} +205 -199
- package/dist/_chunks/{hover-card-BMJBVqIf.js → hover-card-nUae8NPJ.js} +67 -62
- package/dist/_chunks/{icon-button-group-DkkdIygu.js → icon-button-group-DZKC6KGf.js} +181 -168
- package/dist/_chunks/kit-extensions-DuoFF1R3.js +94 -0
- package/dist/_chunks/{marketplace-app-shell-DdwPj03y.js → marketplace-app-shell-PB89Dkk_.js} +2 -2
- package/dist/_chunks/{notes-panel-CY4KmDo-.js → notes-panel-CHbDDMx8.js} +83 -73
- package/dist/_chunks/{patient-details-C8ImUrVg.js → patient-details-DUj1htsH.js} +2 -2
- package/dist/_chunks/{patient-field-row-BRSOKvme.js → patient-field-row-CO0WR7yA.js} +2 -2
- package/dist/_chunks/{patient-summary-card-BhmKB2KR.js → patient-summary-card-DNzdYjxE.js} +59 -45
- package/dist/_chunks/rich-text-editor-BwDV2XkZ.js +4153 -0
- package/dist/_chunks/{tasks-panel-CpcikOeY.js → tasks-panel-DncuBPIZ.js} +2 -2
- package/dist/_chunks/{theme-toggle-bI0pgDDv.js → theme-toggle-BP0XRGMM.js} +2 -2
- package/dist/_chunks/use-ai-sparkle-Cf4yVTLB.js +76 -0
- package/dist/_chunks/{workflow-status-xeaJTzD3.js → workflow-status-CuJAOuKL.js} +43 -42
- package/dist/agent-catalog.json +32 -4
- package/dist/agent-i18n/en.json +1 -1
- package/dist/components/ai-credits-notice/ai-credits-notice.agent.d.ts +3 -0
- package/dist/components/ai-credits-notice/ai-credits-notice.d.ts +48 -0
- package/dist/components/ai-credits-notice/index.d.ts +4 -0
- package/dist/components/ai-credits-notice/index.js +7 -0
- package/dist/components/{ai-consent-banner/ai-consent-banner.agent.d.ts → ai-permission-notice/ai-permission-notice.agent.d.ts} +2 -2
- package/dist/components/{ai-consent-banner/ai-consent-banner.d.ts → ai-permission-notice/ai-permission-notice.d.ts} +1 -1
- package/dist/components/ai-permission-notice/index.d.ts +4 -0
- package/dist/components/{ai-consent-banner → ai-permission-notice}/index.js +1 -1
- package/dist/components/ai-sparkle/ai-sparkle.d.ts +24 -0
- package/dist/components/ai-sparkle/index.d.ts +3 -0
- package/dist/components/ai-sparkle/index.js +5 -0
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-peek/index.js +1 -1
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/button-group/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/data-table/index.js +3 -3
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/hover-card/hover-card.d.ts +4 -0
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/hover-card/index.js +3 -2
- package/dist/components/icon-button-group/index.js +1 -1
- package/dist/components/index.d.ts +5 -3
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +10 -0
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/rich-text-editor/editor-extensions.d.ts +54 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +2 -1
- package/dist/components/rich-text-editor/help-me-write-overlay.d.ts +4 -0
- package/dist/components/rich-text-editor/index.d.ts +2 -0
- package/dist/components/rich-text-editor/index.js +6 -4
- package/dist/components/rich-text-editor/kit-extensions.d.ts +4 -0
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +18 -2
- package/dist/components/tasks-panel/index.js +1 -1
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/workflow-status/index.js +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +54 -48
- package/dist/hooks/use-ai-sparkle.d.ts +91 -0
- package/dist/host-compat.css +2 -2
- package/dist/i18n/locales/ar.d.ts +31 -0
- package/dist/i18n/locales/ar.js +33 -2
- package/dist/i18n/locales/de.d.ts +31 -0
- package/dist/i18n/locales/de.js +33 -2
- package/dist/i18n/locales/el.d.ts +31 -0
- package/dist/i18n/locales/el.js +33 -2
- package/dist/i18n/locales/en.d.ts +31 -0
- package/dist/i18n/locales/en.js +33 -2
- package/dist/i18n/locales/es.d.ts +31 -0
- package/dist/i18n/locales/es.js +33 -2
- package/dist/i18n/locales/fr.d.ts +31 -0
- package/dist/i18n/locales/fr.js +33 -2
- package/dist/i18n/locales/hi.d.ts +31 -0
- package/dist/i18n/locales/hi.js +33 -2
- package/dist/i18n/locales/it.d.ts +31 -0
- package/dist/i18n/locales/it.js +33 -2
- package/dist/i18n/locales/ja.d.ts +31 -0
- package/dist/i18n/locales/ja.js +33 -2
- package/dist/i18n/locales/nl.d.ts +31 -0
- package/dist/i18n/locales/nl.js +33 -2
- package/dist/i18n/locales/pl.d.ts +31 -0
- package/dist/i18n/locales/pl.js +33 -2
- package/dist/i18n/locales/pt.d.ts +31 -0
- package/dist/i18n/locales/pt.js +33 -2
- package/dist/i18n/locales/ro.d.ts +31 -0
- package/dist/i18n/locales/ro.js +33 -2
- package/dist/i18n/locales/ru.d.ts +31 -0
- package/dist/i18n/locales/ru.js +33 -2
- package/dist/i18n/locales/sq.d.ts +31 -0
- package/dist/i18n/locales/sq.js +33 -2
- package/dist/i18n/locales/sv.d.ts +31 -0
- package/dist/i18n/locales/sv.js +33 -2
- package/dist/i18n/locales/tr.d.ts +31 -0
- package/dist/i18n/locales/tr.js +33 -2
- package/dist/i18n/locales/zh.d.ts +31 -0
- package/dist/i18n/locales/zh.js +33 -2
- package/dist/index.js +1113 -1102
- package/dist/locales/ar.json +33 -2
- package/dist/locales/de.json +33 -2
- package/dist/locales/el.json +33 -2
- package/dist/locales/en.json +33 -2
- package/dist/locales/es.json +33 -2
- package/dist/locales/fr.json +33 -2
- package/dist/locales/hi.json +33 -2
- package/dist/locales/it.json +33 -2
- package/dist/locales/ja.json +33 -2
- package/dist/locales/nl.json +33 -2
- package/dist/locales/pl.json +33 -2
- package/dist/locales/pt.json +33 -2
- package/dist/locales/ro.json +33 -2
- package/dist/locales/ru.json +33 -2
- package/dist/locales/sq.json +33 -2
- package/dist/locales/sv.json +33 -2
- package/dist/locales/tr.json +33 -2
- package/dist/locales/zh.json +33 -2
- package/dist/patterns/anamnesis/index.js +1 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts +6 -4
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +16 -5
- package/dist/patterns/calendar/calendar.types.d.ts +3 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +11 -2
- package/dist/patterns/help-me-write-templates/index.js +1 -1
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +14 -4
- package/dist/_chunks/button-group-R32U7SyV.js +0 -307
- package/dist/_chunks/rich-text-editor-BYE6kK4u.js +0 -3839
- package/dist/components/ai-consent-banner/index.d.ts +0 -4
package/dist/_chunks/{actions-cell-renderer-BXBy9c0f.js → actions-cell-renderer-B5m9lwgC.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { isValidElement as w, cloneElement as A, forwardRef as B } from "react";
|
|
3
3
|
import { useTranslation as R } from "react-i18next";
|
|
4
4
|
import { I as f } from "./icon-button-CehAeZoP.js";
|
|
5
|
-
import { I as S } from "./icon-button-group-
|
|
5
|
+
import { I as S } from "./icon-button-group-DZKC6KGf.js";
|
|
6
6
|
import { D as l } from "./dropdown-menu-DU-Hrf33.js";
|
|
7
7
|
import { E as T } from "./ellipsis-dRo9ouSU.js";
|
|
8
8
|
function h(s) {
|
|
@@ -134,4 +134,4 @@ export {
|
|
|
134
134
|
V as A,
|
|
135
135
|
G as a
|
|
136
136
|
};
|
|
137
|
-
//# sourceMappingURL=actions-cell-renderer-
|
|
137
|
+
//# sourceMappingURL=actions-cell-renderer-B5m9lwgC.js.map
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { jsxs as d, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as f } from "react";
|
|
3
|
+
import { c as v } from "./index-D2ZczOXr.js";
|
|
4
|
+
import { useTranslation as x } from "react-i18next";
|
|
5
|
+
import { B as l } from "./button-CaUe1uyd.js";
|
|
6
|
+
import { P as y } from "./progress-CK8otcQ-.js";
|
|
7
|
+
import { H as o } from "./hover-card-nUae8NPJ.js";
|
|
8
|
+
const w = v("ds:flex ds:flex-col ds:items-start", {
|
|
9
|
+
variants: {
|
|
10
|
+
mode: {
|
|
11
|
+
included: "",
|
|
12
|
+
bundles: ""
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
defaultVariants: {
|
|
16
|
+
mode: "included"
|
|
17
|
+
}
|
|
18
|
+
}), k = f((i, m) => {
|
|
19
|
+
const { t: e, i18n: u } = x(), { allowance: s, className: C, mode: t, ...N } = i, {
|
|
20
|
+
onLearnMore: D,
|
|
21
|
+
onDismiss: B,
|
|
22
|
+
onViewBundles: L,
|
|
23
|
+
onSeeCosts: M,
|
|
24
|
+
...h
|
|
25
|
+
} = N, a = !!(s && s.limit > 0), r = a && (s != null && s.resetsOn) ? new Intl.DateTimeFormat(u.language, {
|
|
26
|
+
day: "numeric",
|
|
27
|
+
month: "long"
|
|
28
|
+
}).format(s.resetsOn) : void 0, c = a ? e("aiCreditsNotice.included.allowance", {
|
|
29
|
+
remaining: s.remaining,
|
|
30
|
+
limit: s.limit
|
|
31
|
+
}) : void 0, b = t === "included" ? e("aiCreditsNotice.included.heading") : a ? e("aiCreditsNotice.bundles.headingWithAllowance", {
|
|
32
|
+
remaining: s.remaining,
|
|
33
|
+
limit: s.limit
|
|
34
|
+
}) : e("aiCreditsNotice.bundles.eyebrow"), g = t === "included" ? e("aiCreditsNotice.included.body") : a ? e("aiCreditsNotice.bundles.body", { limit: s.limit }) : e("aiCreditsNotice.bundles.bodyGeneric");
|
|
35
|
+
return /* @__PURE__ */ d(
|
|
36
|
+
"div",
|
|
37
|
+
{
|
|
38
|
+
...h,
|
|
39
|
+
ref: m,
|
|
40
|
+
"data-component": "ai-credits-notice",
|
|
41
|
+
"data-mode": t,
|
|
42
|
+
className: w({ mode: t, className: C }),
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ n(o.Eyebrow, { children: e(t === "included" ? "aiCreditsNotice.included.eyebrow" : "aiCreditsNotice.bundles.eyebrow") }),
|
|
45
|
+
/* @__PURE__ */ n(o.Heading, { children: b }),
|
|
46
|
+
/* @__PURE__ */ d(o.Body, { children: [
|
|
47
|
+
/* @__PURE__ */ n("p", { className: "ds:m-0", children: g }),
|
|
48
|
+
t === "included" && a ? /* @__PURE__ */ d("div", { className: "ds:flex ds:flex-col ds:gap-[var(--spacing-2xs)] ds:[margin-block-start:var(--spacing-sm)]", children: [
|
|
49
|
+
/* @__PURE__ */ n("div", { className: "ds:flex ds:items-center ds:gap-[var(--spacing-xs)]", children: /* @__PURE__ */ n("span", { className: "type-label", children: c }) }),
|
|
50
|
+
/* @__PURE__ */ n(
|
|
51
|
+
y,
|
|
52
|
+
{
|
|
53
|
+
value: Math.max(0, s.limit - s.remaining),
|
|
54
|
+
max: s.limit,
|
|
55
|
+
size: "sm",
|
|
56
|
+
ariaLabel: e("aiCreditsNotice.included.eyebrow"),
|
|
57
|
+
ariaValueText: c
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
r ? /* @__PURE__ */ n("p", { className: "ds:m-0 type-body-sm ds:text-[color:var(--muted-foreground)]", children: e("aiCreditsNotice.included.resetsOn", { date: r }) }) : null
|
|
61
|
+
] }) : null
|
|
62
|
+
] }),
|
|
63
|
+
t === "included" ? i.onLearnMore || i.onDismiss ? /* @__PURE__ */ d(o.Footer, { children: [
|
|
64
|
+
i.onDismiss ? /* @__PURE__ */ n(
|
|
65
|
+
l,
|
|
66
|
+
{
|
|
67
|
+
intent: "link",
|
|
68
|
+
size: "sm",
|
|
69
|
+
onClick: i.onDismiss,
|
|
70
|
+
className: "ds:me-auto",
|
|
71
|
+
children: e("aiCreditsNotice.dismiss")
|
|
72
|
+
}
|
|
73
|
+
) : null,
|
|
74
|
+
i.onLearnMore ? /* @__PURE__ */ n(l, { intent: "link", size: "sm", onClick: i.onLearnMore, children: e("aiCreditsNotice.included.learnMore") }) : null
|
|
75
|
+
] }) : null : /* @__PURE__ */ d(o.Footer, { children: [
|
|
76
|
+
i.onSeeCosts || i.onDismiss ? /* @__PURE__ */ d("div", { className: "ds:me-auto ds:flex ds:items-center ds:gap-[var(--spacing-sm)]", children: [
|
|
77
|
+
i.onSeeCosts ? /* @__PURE__ */ n(l, { intent: "link", size: "sm", onClick: i.onSeeCosts, children: e("aiCreditsNotice.bundles.seeCosts") }) : null,
|
|
78
|
+
i.onDismiss ? /* @__PURE__ */ n(l, { intent: "link", size: "sm", onClick: i.onDismiss, children: e("aiCreditsNotice.dismiss") }) : null
|
|
79
|
+
] }) : null,
|
|
80
|
+
/* @__PURE__ */ n(l, { intent: "tonal", size: "sm", onClick: i.onViewBundles, children: e("aiCreditsNotice.bundles.viewBundles") })
|
|
81
|
+
] })
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
});
|
|
86
|
+
k.displayName = "AiCreditsNotice";
|
|
87
|
+
export {
|
|
88
|
+
k as A
|
|
89
|
+
};
|
|
90
|
+
//# sourceMappingURL=ai-credits-notice-xszqOZTC.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const i = {
|
|
2
|
+
id: "ai-credits-notice",
|
|
3
|
+
capabilities: [],
|
|
4
|
+
state: {},
|
|
5
|
+
actions: {},
|
|
6
|
+
domHooks: {
|
|
7
|
+
root: {
|
|
8
|
+
attr: "data-component",
|
|
9
|
+
value: "ai-credits-notice",
|
|
10
|
+
description: 'Marks the element as a kit AiCreditsNotice card body. Carries a sibling `data-mode="included|bundles"` attribute for which notice is showing.'
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as a
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ai-credits-notice.agent-C9L7orrP.js.map
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as i } from "react";
|
|
3
|
+
import { c as l } from "./index-D2ZczOXr.js";
|
|
4
|
+
import { C as p, a as o, b as n } from "./use-ai-sparkle-Cf4yVTLB.js";
|
|
5
|
+
import { A as m } from "./astroid-BN4f5VXU.js";
|
|
6
|
+
const t = l("ds:pointer-events-none", {
|
|
7
|
+
variants: {
|
|
8
|
+
state: {
|
|
9
|
+
intro: "",
|
|
10
|
+
working: "",
|
|
11
|
+
landed: ""
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}), c = i(
|
|
15
|
+
({ state: a }, d) => a ? /* @__PURE__ */ e(
|
|
16
|
+
"span",
|
|
17
|
+
{
|
|
18
|
+
ref: d,
|
|
19
|
+
"data-component": "ai-sparkle",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
className: t({ state: a }),
|
|
22
|
+
children: [
|
|
23
|
+
p.map((s) => /* @__PURE__ */ r(
|
|
24
|
+
"span",
|
|
25
|
+
{
|
|
26
|
+
className: `${o} ${n[a]} ${s.lag}`,
|
|
27
|
+
children: /* @__PURE__ */ r(
|
|
28
|
+
"span",
|
|
29
|
+
{
|
|
30
|
+
className: `ds:block ds:rounded-full ds:bg-[var(--ai-sparkle)] ds:shadow-[0_0_var(--spacing-2xs)_var(--ai-sparkle)] ${s.dot}`
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
},
|
|
34
|
+
s.key
|
|
35
|
+
)),
|
|
36
|
+
/* @__PURE__ */ r("span", { className: `${o} ${n[a]}`, children: /* @__PURE__ */ r(m, { className: "ds:block ds:size-3 ds:fill-current ds:text-[color:var(--primary-foreground)] ds:drop-shadow-[0_0_var(--spacing-2xs)_var(--ai-sparkle)]" }) })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
) : null
|
|
40
|
+
);
|
|
41
|
+
c.displayName = "AiSparkle";
|
|
42
|
+
export {
|
|
43
|
+
c as A
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=ai-sparkle-D23NT8Z_.js.map
|
package/dist/_chunks/{anamnesis-summary-rows-DQUqwWc1.js → anamnesis-summary-rows-DI-UX5r6.js}
RENAMED
|
@@ -45,7 +45,7 @@ import { T as Ci } from "./trash-2-uumy3fy1.js";
|
|
|
45
45
|
import { A as Si, b as Ei, c as Ai, a as Di } from "./accordion-C11v9ouP.js";
|
|
46
46
|
import { P as Ii } from "./progress-CK8otcQ-.js";
|
|
47
47
|
import { c as rt } from "./createLucideIcon-DhHxpK9K.js";
|
|
48
|
-
import { I as Tn } from "./icon-button-group-
|
|
48
|
+
import { I as Tn } from "./icon-button-group-DZKC6KGf.js";
|
|
49
49
|
import { L as nn } from "./list-DgE1xWBM.js";
|
|
50
50
|
import { S as lt } from "./switch-OILsBLWo.js";
|
|
51
51
|
import { G as Li } from "./grip-vertical-onSb1JXO.js";
|
|
@@ -9413,4 +9413,4 @@ export {
|
|
|
9413
9413
|
Ba as t,
|
|
9414
9414
|
Bl as u
|
|
9415
9415
|
};
|
|
9416
|
-
//# sourceMappingURL=anamnesis-summary-rows-
|
|
9416
|
+
//# sourceMappingURL=anamnesis-summary-rows-DI-UX5r6.js.map
|
|
@@ -7,7 +7,7 @@ import { B as t } from "./badge-BudgzTe_.js";
|
|
|
7
7
|
import { T as ua } from "./tag-Ci3xJPcH.js";
|
|
8
8
|
import { T as ma } from "./timestamp-BV2lC-wV.js";
|
|
9
9
|
import { T as Y } from "./transaction-chip-CwgcJiqF.js";
|
|
10
|
-
import { a as fa } from "./workflow-status-
|
|
10
|
+
import { a as fa } from "./workflow-status-CuJAOuKL.js";
|
|
11
11
|
import { i as ga } from "./is-safe-url-DkETxeHz.js";
|
|
12
12
|
import { a as ha, b as va, c as ba } from "./entity-card-I-Gio5wo.js";
|
|
13
13
|
import { V as xa } from "./video-BheNGvsu.js";
|
|
@@ -454,4 +454,4 @@ Pa.displayName = "AppointmentCard";
|
|
|
454
454
|
export {
|
|
455
455
|
Pa as A
|
|
456
456
|
};
|
|
457
|
-
//# sourceMappingURL=appointment-card-
|
|
457
|
+
//# sourceMappingURL=appointment-card-DluZy8Iv.js.map
|
|
@@ -4,8 +4,8 @@ import { c as D } from "./index-D2ZczOXr.js";
|
|
|
4
4
|
import { useTranslation as V } from "react-i18next";
|
|
5
5
|
import { A as y } from "./avatar-CkDeQOSI.js";
|
|
6
6
|
import { D as l } from "./description-list-BsJ_6CQE.js";
|
|
7
|
-
import { H as z } from "./hover-card-
|
|
8
|
-
import { a as E } from "./workflow-status-
|
|
7
|
+
import { H as z } from "./hover-card-nUae8NPJ.js";
|
|
8
|
+
import { a as E } from "./workflow-status-CuJAOuKL.js";
|
|
9
9
|
import { C as H } from "./clock-Drd4Wtis.js";
|
|
10
10
|
import { V as I } from "./video-BheNGvsu.js";
|
|
11
11
|
import { A as S } from "./armchair-BaLDW6Hz.js";
|
|
@@ -112,4 +112,4 @@ T.displayName = "AppointmentPeek";
|
|
|
112
112
|
export {
|
|
113
113
|
T as A
|
|
114
114
|
};
|
|
115
|
-
//# sourceMappingURL=appointment-peek-
|
|
115
|
+
//# sourceMappingURL=appointment-peek-BsfCpiJs.js.map
|
|
@@ -2,9 +2,9 @@ import { jsxs as x, jsx as o, Fragment as He } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as Me, useId as Ne, useMemo as j, useRef as v, useState as $, useEffect as _e, useCallback as b, useImperativeHandle as Fe } from "react";
|
|
3
3
|
import { c as ze } from "./index-D2ZczOXr.js";
|
|
4
4
|
import { useTranslation as Ae } from "react-i18next";
|
|
5
|
-
import { A as ne } from "./appointment-card-
|
|
5
|
+
import { A as ne } from "./appointment-card-DluZy8Iv.js";
|
|
6
6
|
import { B as P } from "./button-CaUe1uyd.js";
|
|
7
|
-
import { B as Be } from "./button-group-
|
|
7
|
+
import { B as Be } from "./button-group-CA1tmu39.js";
|
|
8
8
|
import { D as Ke } from "./date-picker-6tFnKFty.js";
|
|
9
9
|
import { P as Ee } from "./panel-header-D_mTdhUp.js";
|
|
10
10
|
import { S as Ye } from "./skeleton-B1KTdJ4N.js";
|
|
@@ -450,4 +450,4 @@ export {
|
|
|
450
450
|
Ze as A,
|
|
451
451
|
Oe as a
|
|
452
452
|
};
|
|
453
|
-
//# sourceMappingURL=appointment-timeline-
|
|
453
|
+
//# sourceMappingURL=appointment-timeline-Cs5f9viN.js.map
|
|
@@ -5,7 +5,7 @@ import { useTranslation as H } from "react-i18next";
|
|
|
5
5
|
import { I as M } from "./icon-button-CehAeZoP.js";
|
|
6
6
|
import { S as q } from "./skeleton-B1KTdJ4N.js";
|
|
7
7
|
import { E as K } from "./empty-state-BUN_UAWf.js";
|
|
8
|
-
import { A as V } from "./appointment-card-
|
|
8
|
+
import { A as V } from "./appointment-card-DluZy8Iv.js";
|
|
9
9
|
import { u as _ } from "./registry-DvAUVLHh.js";
|
|
10
10
|
import { C as B } from "./calendar-days-BGWklvE-.js";
|
|
11
11
|
import { P as D } from "./plus-DzMQ_c6b.js";
|
|
@@ -190,4 +190,4 @@ export {
|
|
|
190
190
|
ae as a,
|
|
191
191
|
L as b
|
|
192
192
|
};
|
|
193
|
-
//# sourceMappingURL=appointment-tray-
|
|
193
|
+
//# sourceMappingURL=appointment-tray-CLrGGnKR.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { c as t } from "./createLucideIcon-DhHxpK9K.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v1.22.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const a = [
|
|
9
|
+
["path", { d: "M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5", key: "1u7htd" }],
|
|
10
|
+
["path", { d: "M15 12h.01", key: "1k8ypt" }],
|
|
11
|
+
[
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",
|
|
15
|
+
key: "11xh7x"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
["path", { d: "M9 12h.01", key: "157uk2" }]
|
|
19
|
+
], e = t("baby", a);
|
|
20
|
+
export {
|
|
21
|
+
e as B
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=baby-Dku-Xvg9.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as C, jsxs as M } from "react/jsx-runtime";
|
|
2
2
|
import { createElement as G, useRef as k, useEffect as ae, useCallback as K, forwardRef as be, useState as ie, useImperativeHandle as ge, useMemo as X } from "react";
|
|
3
3
|
import { useTranslation as Y } from "react-i18next";
|
|
4
|
-
import { a as b, T as g, D as S, d as Ce } from "./data-table-
|
|
5
|
-
import { A as ve, a as re } from "./actions-cell-renderer-
|
|
4
|
+
import { a as b, T as g, D as S, d as Ce } from "./data-table-DnKOmEVw.js";
|
|
5
|
+
import { A as ve, a as re } from "./actions-cell-renderer-B5m9lwgC.js";
|
|
6
6
|
import { S as Te } from "./select-CLSUnKjF.js";
|
|
7
7
|
import { u as we } from "./registry-DvAUVLHh.js";
|
|
8
8
|
import { I as Ne, L as Fe, b as z, a as H, c as $, N as j, d as w, S as N, T as le, D as Q, g as Re, f as Ie, U as ye, e as Pe, h as Se } from "./link-cell-renderer-s3oHzOwi.js";
|
|
@@ -1179,4 +1179,4 @@ export {
|
|
|
1179
1179
|
se as g,
|
|
1180
1180
|
nt as u
|
|
1181
1181
|
};
|
|
1182
|
-
//# sourceMappingURL=balance-badge-cell-
|
|
1182
|
+
//# sourceMappingURL=balance-badge-cell-YGrYdrvR.js.map
|