@alfadocs/ui-kit 1.4.14 → 1.4.15
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/{anamnesis-summary-rows-C73SWVy3.js → anamnesis-summary-rows-ESkjwenu.js} +2412 -2407
- package/dist/agent-catalog.json +1 -1
- package/dist/index.js +1 -1
- package/dist/patterns/anamnesis/anamnesis-field.d.ts +1 -7
- package/dist/patterns/anamnesis/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
package/dist/agent-catalog.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -216,7 +216,7 @@ import { T as Kg } from "./_chunks/transaction-chip-DJCstquX.js";
|
|
|
216
216
|
import { W as Xg, a as qg } from "./_chunks/whatsapp-button-BIy6NaJK.js";
|
|
217
217
|
import { C as jg, W as Qg, a as Jg, b as Zg, c as $g, i as aC, l as eC, m as sC, r as rC, w as oC, d as tC, e as nC, f as iC } from "./_chunks/workflow-map-BVofnDYh.js";
|
|
218
218
|
import { A as mC, a as lC, b as dC, c as AC } from "./_chunks/alia-sidebar-Bg53-ZOT.js";
|
|
219
|
-
import { A as fC, a as gC, L as CC, P as SC, S as xC, T as TC, b as uC, c as PC, d as IC, e as EC, f as RC, g as bC, h as _C, i as NC, j as hC, k as DC, l as FC, m as MC, n as OC, o as LC, p as yC, r as kC, q as BC, s as GC, t as vC, u as wC } from "./_chunks/anamnesis-summary-rows-
|
|
219
|
+
import { A as fC, a as gC, L as CC, P as SC, S as xC, T as TC, b as uC, c as PC, d as IC, e as EC, f as RC, g as bC, h as _C, i as NC, j as hC, k as DC, l as FC, m as MC, n as OC, o as LC, p as yC, r as kC, q as BC, s as GC, t as vC, u as wC } from "./_chunks/anamnesis-summary-rows-ESkjwenu.js";
|
|
220
220
|
import { C as VC, M as WC, P as UC } from "./_chunks/marketplace-app-shell-b5hN-Q0m.js";
|
|
221
221
|
import { P as YC } from "./_chunks/payment-automation-upsell-CnaBPt5e.js";
|
|
222
222
|
import { S as qC } from "./_chunks/signature-request-C4UBfVRZ.js";
|
|
@@ -18,16 +18,10 @@ export interface AnamnesisFieldProps {
|
|
|
18
18
|
* is disabled rather than swapped for text, so nothing shifts under the
|
|
19
19
|
* reader when editing is unlocked. */
|
|
20
20
|
readOnly?: boolean;
|
|
21
|
-
/** The field sits in a section that CAN run three or more columns, so the
|
|
22
|
-
* "in risalto" flag's words go screen-reader-only once the card is that
|
|
23
|
-
* wide — a chip carrying words would eat the cell the question needs. The
|
|
24
|
-
* words stay in the DOM, so the accessible name is the same at every
|
|
25
|
-
* width. */
|
|
26
|
-
compact?: boolean;
|
|
27
21
|
/** Grid placement handed down by the section that lays the field out — the
|
|
28
22
|
* whole row for a question that needs the width. */
|
|
29
23
|
className?: string;
|
|
30
24
|
t: TFunction;
|
|
31
25
|
}
|
|
32
|
-
export declare function AnamnesisField({ def, answer, onChange, showOrigin, origin, readOnly,
|
|
26
|
+
export declare function AnamnesisField({ def, answer, onChange, showOrigin, origin, readOnly, className, t, }: AnamnesisFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
33
27
|
//# sourceMappingURL=anamnesis-field.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, a as i, L as r, P as n, S as o, T as t, b as l, c as d, d as g, e as A, f as m, g as c, h as E, i as P, j as f, k as S, l as h, m as u, n as T, o as I, p as N, r as R, q as _, s as C, t as L, u as b } from "../../_chunks/anamnesis-summary-rows-
|
|
1
|
+
import { A as e, a as i, L as r, P as n, S as o, T as t, b as l, c as d, d as g, e as A, f as m, g as c, h as E, i as P, j as f, k as S, l as h, m as u, n as T, o as I, p as N, r as R, q as _, s as C, t as L, u as b } from "../../_chunks/anamnesis-summary-rows-ESkjwenu.js";
|
|
2
2
|
export {
|
|
3
3
|
e as Anamnesis,
|
|
4
4
|
i as AnamnesisConfigEditor,
|