@alfadocs/ui-kit 0.46.0 → 0.48.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/{agenda-card-CFyWSX7Z.js → agenda-card-BaSfVfrL.js} +25 -29
- package/dist/_chunks/{agenda-tray-Dyj9ChHC.js → agenda-tray-DQayYmQ0.js} +50 -67
- package/dist/_chunks/ai-consent-banner-DO5ingMq.js +169 -0
- package/dist/_chunks/ai-tools-rail-CxYG04cw.js +280 -0
- package/dist/_chunks/alia-sidebar-DlvyXgVC.js +1126 -0
- package/dist/_chunks/anamnesis-card-CmkBVAln.js +156 -0
- package/dist/_chunks/appointment-tray-BwDHhWWC.js +419 -0
- package/dist/_chunks/{audio-recorder-C1rhKhSN.js → audio-recorder-DC-v9YFW.js} +81 -91
- package/dist/_chunks/{bmi-calculator-CQqXTVNL.js → bmi-calculator-DdylQzT6.js} +2 -2
- package/dist/_chunks/{booking-DlDVuWMd.js → booking-WV2GSru5.js} +291 -303
- package/dist/_chunks/{calculator-dialog-D-nfvteH.js → calculator-dialog-CFk4I91b.js} +2 -2
- package/dist/_chunks/calendar-days-C4BmpCZg.js +23 -0
- package/dist/_chunks/{calendar-YHFknAGv.js → calendar-oYWOCrnf.js} +195 -210
- package/dist/_chunks/care-plan-card-QmNpGggC.js +252 -0
- package/dist/_chunks/care-plan-entry-card-Cnra7vUc.js +318 -0
- package/dist/_chunks/{chat-input-CQe7nR_v.js → chat-input-CFwc7JxL.js} +2 -1
- package/dist/_chunks/{chat-message-ASgGtj-L.js → chat-message-Dm8U2RY1.js} +81 -74
- package/dist/_chunks/clinical-note-card-BYo437dU.js +333 -0
- package/dist/_chunks/code-block-HoddNOKJ.js +106 -0
- package/dist/_chunks/{contact-profile-card-DHyuAPXM.js → contact-profile-card-DvvVfAA2.js} +102 -115
- package/dist/_chunks/{cycle-calculator-KxA8dqDf.js → cycle-calculator-DYvGm_m1.js} +2 -2
- package/dist/_chunks/{dialog-BTpZV6It.js → dialog-DMGnSelc.js} +55 -55
- package/dist/_chunks/download-CDF1sbL9.js +16 -0
- package/dist/_chunks/{due-date-calculator-mFxpHLml.js → due-date-calculator-BXd3ANj7.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-BEBUQl9P.js → editable-currency-cell-renderer-CLil9B29.js} +283 -293
- package/dist/_chunks/entity-card-COhmqHly.js +69 -0
- package/dist/_chunks/{gestational-age-calculator-gWI_uRA1.js → gestational-age-calculator-Crj6FgZw.js} +2 -2
- package/dist/_chunks/{insert-result-C5ABnzDl.js → insert-result-DNdi_JYW.js} +140 -168
- package/dist/_chunks/is-safe-url-DkETxeHz.js +7 -0
- package/dist/_chunks/languages-DsVf_WzT.js +19 -0
- package/dist/_chunks/layers-pzGcbLPj.js +34 -0
- package/dist/_chunks/{message-card-DSPw5ghw.js → message-card-Dvl1TgaN.js} +15 -19
- package/dist/_chunks/{message-tray-hSQff9u4.js → message-tray-Dl6GQaaV.js} +2 -2
- package/dist/_chunks/mic-B4Gog3Gi.js +16 -0
- package/dist/_chunks/operator-hero-CM8949Hd.js +198 -0
- package/dist/_chunks/patient-summary-card-BnTqxcTr.js +443 -0
- package/dist/_chunks/payment-request-card-B_lyobd0.js +478 -0
- package/dist/_chunks/{pdf-viewer-CWEXTlwq.js → pdf-viewer-G8SU6Azw.js} +3 -3
- package/dist/_chunks/pencil-CfQX-0Qc.js +21 -0
- package/dist/_chunks/periodontal-chart-card-BYs9hax1.js +455 -0
- package/dist/_chunks/phone-Bi5yUm4I.js +20 -0
- package/dist/_chunks/{practice-results-DDi-kvaD.js → practice-results-BFL_mcDW.js} +3 -2
- package/dist/_chunks/{pregnancy-weight-gain-BtEHaSqy.js → pregnancy-weight-gain-C7dK89jE.js} +2 -2
- package/dist/_chunks/scan-line-lGioFwLC.js +18 -0
- package/dist/_chunks/shield-check-BjCGH_Sr.js +21 -0
- package/dist/_chunks/{sign-document-BCyLpFHJ.js → sign-document-DPI2pY9V.js} +2 -2
- package/dist/_chunks/{streaming-text-GH07yIYh.js → streaming-text-CfhDqtIT.js} +49 -45
- package/dist/_chunks/{transaction-chip-B8ujzowA.js → transaction-chip-BZCa6XDn.js} +8 -6
- package/dist/_chunks/{unit-converter-u3CwNDpP.js → unit-converter-jWp3Z85y.js} +2 -2
- package/dist/_chunks/user-cog-BS_qc8nA.js +24 -0
- package/dist/_chunks/video-BAeICxCT.js +21 -0
- package/dist/_chunks/{workflow-map-BFNpzTiw.js → workflow-map-ZXw-zsZ8.js} +186 -219
- package/dist/agent-catalog.json +324 -1
- package/dist/components/_shared/code-block.d.ts +39 -0
- package/dist/components/_shared/entity-card/entity-card.d.ts +40 -0
- package/dist/components/_shared/entity-card/index.d.ts +3 -0
- package/dist/components/_shared/index.d.ts +2 -0
- package/dist/components/_shared/is-safe-url.d.ts +13 -0
- package/dist/components/agenda-card/agenda-card.d.ts +1 -2
- package/dist/components/agenda-card/index.d.ts +2 -1
- package/dist/components/agenda-card/index.js +6 -5
- package/dist/components/agenda-tray/index.js +1 -1
- package/dist/components/ai-consent-banner/ai-consent-banner.agent.d.ts +4 -0
- package/dist/components/ai-consent-banner/ai-consent-banner.d.ts +45 -0
- package/dist/components/ai-consent-banner/index.d.ts +4 -0
- package/dist/components/ai-consent-banner/index.js +6 -0
- package/dist/components/ai-tools-rail/ai-tools-rail.agent.d.ts +4 -0
- package/dist/components/ai-tools-rail/ai-tools-rail.d.ts +60 -0
- package/dist/components/ai-tools-rail/index.d.ts +4 -0
- package/dist/components/ai-tools-rail/index.js +6 -0
- package/dist/components/anamnesis-card/anamnesis-card.d.ts +68 -0
- package/dist/components/anamnesis-card/index.d.ts +3 -0
- package/dist/components/anamnesis-card/index.js +5 -0
- package/dist/components/appointment-card/appointment-card.agent.d.ts +3 -0
- package/dist/components/appointment-card/appointment-card.d.ts +93 -0
- package/dist/components/appointment-card/appointment-tray.agent.d.ts +4 -0
- package/dist/components/appointment-card/appointment-tray.d.ts +48 -0
- package/dist/components/appointment-card/index.d.ts +8 -0
- package/dist/components/appointment-card/index.js +10 -0
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/bmi-calculator/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calculator-dialog/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/care-plan-card/care-plan-card.agent.d.ts +4 -0
- package/dist/components/care-plan-card/care-plan-card.d.ts +102 -0
- package/dist/components/care-plan-card/index.d.ts +4 -0
- package/dist/components/care-plan-card/index.js +6 -0
- package/dist/components/care-plan-entry-card/care-plan-entry-card.agent.d.ts +4 -0
- package/dist/components/care-plan-entry-card/care-plan-entry-card.d.ts +110 -0
- package/dist/components/care-plan-entry-card/index.d.ts +4 -0
- package/dist/components/care-plan-entry-card/index.js +6 -0
- package/dist/components/chat-input/index.js +1 -1
- package/dist/components/chat-message/chat-message.d.ts +13 -0
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.agent.d.ts +4 -0
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +98 -0
- package/dist/components/clinical-note-card/index.d.ts +4 -0
- package/dist/components/clinical-note-card/index.js +6 -0
- package/dist/components/contact-profile-card/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/dialog/dialog.d.ts +7 -0
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/due-date-calculator/index.js +1 -1
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/message-card/index.js +5 -4
- package/dist/components/message-card/message-card.d.ts +1 -2
- package/dist/components/message-tray/index.js +1 -1
- package/dist/components/operator-hero/index.js +1 -1
- package/dist/components/operator-hero/operator-hero.d.ts +9 -0
- package/dist/components/patient-summary-card/index.d.ts +4 -0
- package/dist/components/patient-summary-card/index.js +6 -0
- package/dist/components/patient-summary-card/patient-summary-card.agent.d.ts +4 -0
- package/dist/components/patient-summary-card/patient-summary-card.d.ts +120 -0
- package/dist/components/payment-card/index.d.ts +7 -0
- package/dist/components/payment-card/index.js +8 -0
- package/dist/components/payment-card/payment-card.agent.d.ts +4 -0
- package/dist/components/payment-card/payment-card.d.ts +71 -0
- package/dist/components/payment-card/payment-request-card.agent.d.ts +4 -0
- package/dist/components/payment-card/payment-request-card.d.ts +43 -0
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/periodontal-chart-card/index.d.ts +4 -0
- package/dist/components/periodontal-chart-card/index.js +7 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.agent.d.ts +4 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.d.ts +74 -0
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/pregnancy-weight-gain/index.js +1 -1
- package/dist/components/public-header/public-header.d.ts +1 -1
- package/dist/components/sign-document/index.js +1 -1
- package/dist/components/stat/stat.d.ts +1 -1
- package/dist/components/streaming-text/index.js +1 -1
- package/dist/components/transaction-chip/index.js +1 -1
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +366 -0
- package/dist/i18n/locales/ar.js +367 -1
- package/dist/i18n/locales/de.d.ts +366 -0
- package/dist/i18n/locales/de.js +367 -1
- package/dist/i18n/locales/el.d.ts +366 -0
- package/dist/i18n/locales/el.js +367 -1
- package/dist/i18n/locales/en.d.ts +366 -0
- package/dist/i18n/locales/en.js +367 -1
- package/dist/i18n/locales/es.d.ts +366 -0
- package/dist/i18n/locales/es.js +367 -1
- package/dist/i18n/locales/fr.d.ts +366 -0
- package/dist/i18n/locales/fr.js +367 -1
- package/dist/i18n/locales/hi.d.ts +366 -0
- package/dist/i18n/locales/hi.js +367 -1
- package/dist/i18n/locales/it.d.ts +366 -0
- package/dist/i18n/locales/it.js +367 -1
- package/dist/i18n/locales/ja.d.ts +366 -0
- package/dist/i18n/locales/ja.js +367 -1
- package/dist/i18n/locales/nl.d.ts +366 -0
- package/dist/i18n/locales/nl.js +367 -1
- package/dist/i18n/locales/pl.d.ts +366 -0
- package/dist/i18n/locales/pl.js +367 -1
- package/dist/i18n/locales/pt.d.ts +366 -0
- package/dist/i18n/locales/pt.js +367 -1
- package/dist/i18n/locales/ro.d.ts +366 -0
- package/dist/i18n/locales/ro.js +367 -1
- package/dist/i18n/locales/ru.d.ts +366 -0
- package/dist/i18n/locales/ru.js +367 -1
- package/dist/i18n/locales/sq.d.ts +366 -0
- package/dist/i18n/locales/sq.js +367 -1
- package/dist/i18n/locales/sv.d.ts +366 -0
- package/dist/i18n/locales/sv.js +367 -1
- package/dist/i18n/locales/tr.d.ts +366 -0
- package/dist/i18n/locales/tr.js +367 -1
- package/dist/i18n/locales/zh.d.ts +366 -0
- package/dist/i18n/locales/zh.js +367 -1
- package/dist/index.js +527 -491
- package/dist/locales/ar.json +367 -1
- package/dist/locales/de.json +367 -1
- package/dist/locales/el.json +367 -1
- package/dist/locales/en.json +367 -1
- package/dist/locales/es.json +367 -1
- package/dist/locales/fr.json +367 -1
- package/dist/locales/hi.json +367 -1
- package/dist/locales/it.json +367 -1
- package/dist/locales/ja.json +367 -1
- package/dist/locales/nl.json +367 -1
- package/dist/locales/pl.json +367 -1
- package/dist/locales/pt.json +367 -1
- package/dist/locales/ro.json +367 -1
- package/dist/locales/ru.json +367 -1
- package/dist/locales/sq.json +367 -1
- package/dist/locales/sv.json +367 -1
- package/dist/locales/tr.json +367 -1
- package/dist/locales/zh.json +367 -1
- package/dist/patterns/alia-assistant/alia-types.d.ts +76 -0
- package/dist/patterns/alia-assistant/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +42 -1
- package/dist/_chunks/alia-sidebar-Be8FhKYd.js +0 -837
- package/dist/_chunks/operator-hero-7LiiP7zi.js +0 -171
- package/dist/_chunks/shield-check-C73ma9Cs.js +0 -36
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as f } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as j, useEffect as O, useMemo as T, forwardRef as i, useContext as x, createContext as B } from "react";
|
|
3
3
|
import * as s from "@radix-ui/react-dialog";
|
|
4
4
|
import { c as k } from "./index-D2ZczOXr.js";
|
|
5
|
-
import { useTranslation as
|
|
6
|
-
import { u as
|
|
7
|
-
import { u as
|
|
8
|
-
import { X as
|
|
9
|
-
const
|
|
5
|
+
import { useTranslation as H } from "react-i18next";
|
|
6
|
+
import { u as S } from "./use-controllable-state-BiY4xTzM.js";
|
|
7
|
+
import { u as w } from "./registry-nPAVE19X.js";
|
|
8
|
+
import { X as A } from "./x-CCcI3eJp.js";
|
|
9
|
+
const E = {
|
|
10
10
|
id: "dialog",
|
|
11
11
|
capabilities: ["open", "close", "dismiss"],
|
|
12
12
|
state: {
|
|
@@ -68,48 +68,48 @@ const H = {
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
defaultVariants: { size: "md" }
|
|
71
|
-
}),
|
|
71
|
+
}), D = B(void 0), u = ({
|
|
72
72
|
children: e,
|
|
73
73
|
id: o,
|
|
74
74
|
open: a,
|
|
75
|
-
defaultOpen:
|
|
75
|
+
defaultOpen: l,
|
|
76
76
|
onOpenChange: c,
|
|
77
77
|
...m
|
|
78
78
|
}) => {
|
|
79
|
-
const [p, n] =
|
|
79
|
+
const [p, n] = S({
|
|
80
80
|
value: a,
|
|
81
|
-
defaultValue:
|
|
81
|
+
defaultValue: l ?? !1,
|
|
82
82
|
onChange: c
|
|
83
|
-
}), d = p ?? !1,
|
|
83
|
+
}), d = p ?? !1, r = j(d);
|
|
84
84
|
O(() => {
|
|
85
|
-
|
|
85
|
+
r.current = d;
|
|
86
86
|
}, [d]);
|
|
87
|
-
const
|
|
87
|
+
const g = T(
|
|
88
88
|
() => ({
|
|
89
|
-
getIsOpen: () =>
|
|
89
|
+
getIsOpen: () => r.current,
|
|
90
90
|
open: () => n(!0),
|
|
91
91
|
close: () => n(!1)
|
|
92
92
|
}),
|
|
93
93
|
[n]
|
|
94
94
|
);
|
|
95
|
-
return
|
|
95
|
+
return w(E, g, o), /* @__PURE__ */ t(D.Provider, { value: o, children: /* @__PURE__ */ t(s.Root, { open: d, onOpenChange: n, ...m, children: e }) });
|
|
96
96
|
};
|
|
97
|
-
|
|
98
|
-
const
|
|
99
|
-
|
|
100
|
-
const
|
|
101
|
-
|
|
102
|
-
const
|
|
97
|
+
u.displayName = "Dialog.Root";
|
|
98
|
+
const y = i(({ children: e, ...o }, a) => /* @__PURE__ */ t(s.Trigger, { ref: a, ...o, children: e }));
|
|
99
|
+
y.displayName = "Dialog.Trigger";
|
|
100
|
+
const v = i(({ children: e, ...o }, a) => /* @__PURE__ */ t(s.Close, { ref: a, ...o, children: e }));
|
|
101
|
+
v.displayName = "Dialog.Close";
|
|
102
|
+
const C = i(
|
|
103
103
|
({
|
|
104
104
|
size: e = "md",
|
|
105
105
|
variant: o = "default",
|
|
106
|
-
hideCloseButton: a
|
|
107
|
-
className:
|
|
106
|
+
hideCloseButton: a,
|
|
107
|
+
className: l,
|
|
108
108
|
children: c,
|
|
109
109
|
...m
|
|
110
110
|
}, p) => {
|
|
111
|
-
const { t: n } =
|
|
112
|
-
return /* @__PURE__ */
|
|
111
|
+
const { t: n } = H(), d = x(D), r = o === "alert" ? { role: "alertdialog" } : {}, g = a ?? o !== "default";
|
|
112
|
+
return /* @__PURE__ */ f(s.Portal, { children: [
|
|
113
113
|
/* @__PURE__ */ t(
|
|
114
114
|
s.Overlay,
|
|
115
115
|
{
|
|
@@ -117,18 +117,18 @@ const v = i(
|
|
|
117
117
|
className: I
|
|
118
118
|
}
|
|
119
119
|
),
|
|
120
|
-
/* @__PURE__ */
|
|
120
|
+
/* @__PURE__ */ f(
|
|
121
121
|
s.Content,
|
|
122
122
|
{
|
|
123
123
|
ref: p,
|
|
124
|
-
...
|
|
124
|
+
...r,
|
|
125
125
|
"data-component": "dialog",
|
|
126
126
|
"data-component-id": d,
|
|
127
|
-
className: F({ size: e, className:
|
|
127
|
+
className: F({ size: e, className: l }),
|
|
128
128
|
...m,
|
|
129
129
|
children: [
|
|
130
130
|
c,
|
|
131
|
-
!
|
|
131
|
+
!g && // The close is a plain button carrying the `ds-dialog__close`
|
|
132
132
|
// contract class — the SAME class a vanilla host renders. The CSS
|
|
133
133
|
// (src/styles.css) owns its position, sizing, glyph size, hover
|
|
134
134
|
// wash, and focus ring from tokens, so the React and non-React
|
|
@@ -139,7 +139,7 @@ const v = i(
|
|
|
139
139
|
type: "button",
|
|
140
140
|
className: "ds-dialog__close",
|
|
141
141
|
"aria-label": n("common.close", "Close"),
|
|
142
|
-
children: /* @__PURE__ */ t(
|
|
142
|
+
children: /* @__PURE__ */ t(A, { "aria-hidden": "true" })
|
|
143
143
|
}
|
|
144
144
|
)
|
|
145
145
|
]
|
|
@@ -148,8 +148,8 @@ const v = i(
|
|
|
148
148
|
] });
|
|
149
149
|
}
|
|
150
150
|
);
|
|
151
|
-
|
|
152
|
-
const
|
|
151
|
+
C.displayName = "Dialog.Content";
|
|
152
|
+
const _ = i(
|
|
153
153
|
({ className: e, ...o }, a) => /* @__PURE__ */ t(
|
|
154
154
|
"div",
|
|
155
155
|
{
|
|
@@ -159,8 +159,8 @@ const C = i(
|
|
|
159
159
|
}
|
|
160
160
|
)
|
|
161
161
|
);
|
|
162
|
-
|
|
163
|
-
const
|
|
162
|
+
_.displayName = "Dialog.Header";
|
|
163
|
+
const b = i(
|
|
164
164
|
({ className: e, ...o }, a) => /* @__PURE__ */ t(
|
|
165
165
|
"div",
|
|
166
166
|
{
|
|
@@ -170,8 +170,8 @@ const _ = i(
|
|
|
170
170
|
}
|
|
171
171
|
)
|
|
172
172
|
);
|
|
173
|
-
|
|
174
|
-
const
|
|
173
|
+
b.displayName = "Dialog.Body";
|
|
174
|
+
const h = i(({ className: e, ...o }, a) => /* @__PURE__ */ t(
|
|
175
175
|
s.Title,
|
|
176
176
|
{
|
|
177
177
|
ref: a,
|
|
@@ -179,8 +179,8 @@ const b = i(({ className: e, ...o }, a) => /* @__PURE__ */ t(
|
|
|
179
179
|
...o
|
|
180
180
|
}
|
|
181
181
|
));
|
|
182
|
-
|
|
183
|
-
const
|
|
182
|
+
h.displayName = "Dialog.Title";
|
|
183
|
+
const N = i(({ className: e, ...o }, a) => /* @__PURE__ */ t(
|
|
184
184
|
s.Description,
|
|
185
185
|
{
|
|
186
186
|
ref: a,
|
|
@@ -188,12 +188,12 @@ const h = i(({ className: e, ...o }, a) => /* @__PURE__ */ t(
|
|
|
188
188
|
...o
|
|
189
189
|
}
|
|
190
190
|
));
|
|
191
|
-
|
|
192
|
-
const
|
|
193
|
-
({ className: e, divider: o = !1, ...a },
|
|
191
|
+
N.displayName = "Dialog.Description";
|
|
192
|
+
const R = i(
|
|
193
|
+
({ className: e, divider: o = !1, ...a }, l) => /* @__PURE__ */ t(
|
|
194
194
|
"div",
|
|
195
195
|
{
|
|
196
|
-
ref:
|
|
196
|
+
ref: l,
|
|
197
197
|
className: [
|
|
198
198
|
"ds:flex ds:items-center ds:justify-end ds:gap-[var(--spacing-sm)]",
|
|
199
199
|
"ds:mt-[var(--spacing-md)]",
|
|
@@ -204,20 +204,20 @@ const N = i(
|
|
|
204
204
|
}
|
|
205
205
|
)
|
|
206
206
|
);
|
|
207
|
-
|
|
208
|
-
const $ = Object.assign(
|
|
209
|
-
Root:
|
|
210
|
-
Trigger:
|
|
211
|
-
Content:
|
|
212
|
-
Header:
|
|
213
|
-
Title:
|
|
214
|
-
Description:
|
|
215
|
-
Body:
|
|
216
|
-
Footer:
|
|
217
|
-
Close:
|
|
207
|
+
R.displayName = "Dialog.Footer";
|
|
208
|
+
const $ = Object.assign(u, {
|
|
209
|
+
Root: u,
|
|
210
|
+
Trigger: y,
|
|
211
|
+
Content: C,
|
|
212
|
+
Header: _,
|
|
213
|
+
Title: h,
|
|
214
|
+
Description: N,
|
|
215
|
+
Body: b,
|
|
216
|
+
Footer: R,
|
|
217
|
+
Close: v
|
|
218
218
|
});
|
|
219
219
|
export {
|
|
220
220
|
$ as D,
|
|
221
|
-
|
|
221
|
+
E as d
|
|
222
222
|
};
|
|
223
|
-
//# sourceMappingURL=dialog-
|
|
223
|
+
//# sourceMappingURL=dialog-DMGnSelc.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { c as o } from "./createLucideIcon-CrFbzy84.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v1.8.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: "M12 15V3", key: "m9g1x1" }],
|
|
10
|
+
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
11
|
+
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
12
|
+
], e = o("download", a);
|
|
13
|
+
export {
|
|
14
|
+
e as D
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=download-CDF1sbL9.js.map
|
|
@@ -9,7 +9,7 @@ import { D as S } from "./date-picker-Bq7xhMA-.js";
|
|
|
9
9
|
import { N as M } from "./number-input-Dj5L3pXK.js";
|
|
10
10
|
import { C } from "./card-DPmk26CL.js";
|
|
11
11
|
import { B as z } from "./badge-zsf5i5bH.js";
|
|
12
|
-
import { I as V } from "./insert-result-
|
|
12
|
+
import { I as V } from "./insert-result-DNdi_JYW.js";
|
|
13
13
|
import { D as y, c as j } from "./gestation-mWF4AXea.js";
|
|
14
14
|
const K = G("ds:flex ds:flex-col ds:gap-[var(--spacing-lg)]", {
|
|
15
15
|
variants: {
|
|
@@ -213,4 +213,4 @@ q.displayName = "DueDateCalculator";
|
|
|
213
213
|
export {
|
|
214
214
|
q as D
|
|
215
215
|
};
|
|
216
|
-
//# sourceMappingURL=due-date-calculator-
|
|
216
|
+
//# sourceMappingURL=due-date-calculator-BXd3ANj7.js.map
|