@alfadocs/ui-kit 0.2.0 → 0.2.1
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/{combobox-DCNXqbC7.js → combobox-BLWruOxK.js} +74 -75
- package/dist/_chunks/{freemium-paywall-CnvceDav.js → freemium-paywall-CrVefV0M.js} +2 -2
- package/dist/_chunks/{link-8QmFjIz2.js → link-BcYW1eNM.js} +48 -32
- package/dist/_chunks/{message-card-ChCX9Iv6.js → message-card-DjvsB_3U.js} +12 -12
- package/dist/_chunks/{message-tray-n8q9ITXI.js → message-tray-BbnAzlLH.js} +23 -23
- package/dist/_chunks/{notification-card-hBlPN1-c.js → notification-card-uTPEvAQS.js} +21 -21
- package/dist/_chunks/{notification-tray-C5cnXbl9.js → notification-tray-PGtMqXbP.js} +56 -56
- package/dist/_chunks/{payment-form-C3vT_npe.js → payment-form-B_BdHwjb.js} +21 -21
- package/dist/_chunks/transaction-chip-DE6DITun.js +196 -0
- package/dist/agent-catalog.json +15 -1
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/link/index.js +1 -1
- package/dist/components/link/link.d.ts +1 -0
- package/dist/components/message-card/index.js +1 -1
- package/dist/components/message-tray/index.js +1 -1
- package/dist/components/notification-card/index.js +1 -1
- package/dist/components/notification-tray/index.js +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/transaction-chip/index.d.ts +3 -0
- package/dist/components/transaction-chip/index.js +5 -0
- package/dist/components/transaction-chip/transaction-chip.d.ts +30 -0
- package/dist/i18n/config.js +36 -0
- package/dist/i18n/resources.d.ts +36 -0
- package/dist/index.js +33 -31
- package/dist/locales/de.json +12 -0
- package/dist/locales/en.json +12 -0
- package/dist/locales/it.json +12 -0
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import { jsxs as z, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as N } from "react";
|
|
3
|
+
import { c as l } from "./index-D2ZczOXr.js";
|
|
4
|
+
import { useTranslation as T } from "react-i18next";
|
|
5
|
+
import { C as M } from "./check-DPdL_Sm7.js";
|
|
6
|
+
import { c as t } from "./createLucideIcon-CrFbzy84.js";
|
|
7
|
+
import { F as _ } from "./file-text-DSNuv2B8.js";
|
|
8
|
+
/**
|
|
9
|
+
* @license lucide-react v1.8.0 - ISC
|
|
10
|
+
*
|
|
11
|
+
* This source code is licensed under the ISC license.
|
|
12
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
13
|
+
*/
|
|
14
|
+
const I = [
|
|
15
|
+
["path", { d: "M17 7 7 17", key: "15tmo1" }],
|
|
16
|
+
["path", { d: "M17 17H7V7", key: "1org7z" }]
|
|
17
|
+
], C = t("arrow-down-left", I);
|
|
18
|
+
/**
|
|
19
|
+
* @license lucide-react v1.8.0 - ISC
|
|
20
|
+
*
|
|
21
|
+
* This source code is licensed under the ISC license.
|
|
22
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
23
|
+
*/
|
|
24
|
+
const A = [
|
|
25
|
+
["path", { d: "M7 7h10v10", key: "1tivn9" }],
|
|
26
|
+
["path", { d: "M7 17 17 7", key: "1vkiza" }]
|
|
27
|
+
], E = t("arrow-up-right", A);
|
|
28
|
+
/**
|
|
29
|
+
* @license lucide-react v1.8.0 - ISC
|
|
30
|
+
*
|
|
31
|
+
* This source code is licensed under the ISC license.
|
|
32
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
33
|
+
*/
|
|
34
|
+
const L = [
|
|
35
|
+
["path", { d: "M16 14v2.2l1.6 1", key: "fo4ql5" }],
|
|
36
|
+
["path", { d: "M16 2v4", key: "4m81vk" }],
|
|
37
|
+
["path", { d: "M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5", key: "1osxxc" }],
|
|
38
|
+
["path", { d: "M3 10h5", key: "r794hk" }],
|
|
39
|
+
["path", { d: "M8 2v4", key: "1cmpym" }],
|
|
40
|
+
["circle", { cx: "16", cy: "16", r: "6", key: "qoo3c4" }]
|
|
41
|
+
], R = t("calendar-clock", L), S = {
|
|
42
|
+
debt: "debt",
|
|
43
|
+
credit: "credit",
|
|
44
|
+
"to-invoice": "toInvoice",
|
|
45
|
+
"to-deliver": "toDeliver",
|
|
46
|
+
settled: "settled"
|
|
47
|
+
}, V = {
|
|
48
|
+
debt: C,
|
|
49
|
+
credit: E,
|
|
50
|
+
"to-invoice": _,
|
|
51
|
+
"to-deliver": R,
|
|
52
|
+
settled: M
|
|
53
|
+
}, F = {
|
|
54
|
+
debt: "−",
|
|
55
|
+
credit: "+",
|
|
56
|
+
"to-invoice": "",
|
|
57
|
+
"to-deliver": "",
|
|
58
|
+
settled: ""
|
|
59
|
+
}, D = {
|
|
60
|
+
debt: -1,
|
|
61
|
+
credit: 1,
|
|
62
|
+
"to-invoice": 1,
|
|
63
|
+
"to-deliver": 1,
|
|
64
|
+
settled: 1
|
|
65
|
+
}, U = "EUR", j = l(
|
|
66
|
+
[
|
|
67
|
+
"ds:inline-flex ds:items-center ds:gap-[var(--spacing-xs)]",
|
|
68
|
+
"ds:rounded-[var(--radius-full)] ds:border",
|
|
69
|
+
"ds:whitespace-nowrap ds:align-middle",
|
|
70
|
+
"ds:focus-visible:outline-none",
|
|
71
|
+
"ds:focus-visible:ring-[length:var(--focus-ring-width)]",
|
|
72
|
+
"ds:focus-visible:ring-[color:var(--ring)]",
|
|
73
|
+
"ds:focus-visible:ring-offset-[length:var(--focus-ring-offset)]"
|
|
74
|
+
].join(" "),
|
|
75
|
+
{
|
|
76
|
+
variants: {
|
|
77
|
+
state: {
|
|
78
|
+
// Text uses the deeper `*-foreground` token (matching Badge / Tag) so
|
|
79
|
+
// small chip text clears WCAG AA (4.5:1) against the 10% tinted
|
|
80
|
+
// background. The surface and border use the lighter alias.
|
|
81
|
+
debt: "ds:bg-destructive/10 ds:text-[color:var(--error-foreground)] ds:border-destructive/20",
|
|
82
|
+
credit: "ds:bg-success/10 ds:text-[color:var(--success-foreground)] ds:border-success/20",
|
|
83
|
+
// The orange "to-invoice" tint has no kit-wide semantic alias — see
|
|
84
|
+
// src/tokens/index.css §Transaction-chip-scoped tokens. The component
|
|
85
|
+
// owns the alias because the customer-anchored "Da fatturare" orange
|
|
86
|
+
// is distinct from `--warning` (yellow) and from `--destructive`.
|
|
87
|
+
"to-invoice": "ds:bg-transaction-chip-to-invoice/10 ds:text-[color:var(--transaction-chip-to-invoice-foreground)] ds:border-transaction-chip-to-invoice/20",
|
|
88
|
+
"to-deliver": "ds:bg-info/10 ds:text-[color:var(--info-foreground)] ds:border-info/20",
|
|
89
|
+
settled: "ds:bg-muted/30 ds:text-muted-foreground ds:border-muted/40"
|
|
90
|
+
},
|
|
91
|
+
size: {
|
|
92
|
+
// Heights tuned for table-cell density (sm), default app surfaces (md),
|
|
93
|
+
// and header / summary cards (lg). `--type-eyebrow-size` flows into the
|
|
94
|
+
// optional label span, keeping its typography in step with the chip.
|
|
95
|
+
sm: "ds:h-5 ds:ps-[var(--spacing-xs)] ds:pe-[var(--spacing-sm)] ds:text-[length:var(--font-size-2xs)] ds:[--type-eyebrow-size:var(--font-size-2xs)]",
|
|
96
|
+
md: "ds:h-6 ds:ps-[var(--spacing-sm)] ds:pe-[var(--spacing-sm)] ds:text-[length:var(--font-size-xs)] ds:[--type-eyebrow-size:var(--font-size-2xs)]",
|
|
97
|
+
lg: "ds:h-7 ds:ps-[var(--spacing-sm)] ds:pe-[var(--spacing-md)] ds:text-[length:var(--font-size-sm)] ds:[--type-eyebrow-size:var(--font-size-xs)]"
|
|
98
|
+
},
|
|
99
|
+
bold: {
|
|
100
|
+
// `settled` is the terminal resting state — see compound variant below.
|
|
101
|
+
true: "ds:font-semibold",
|
|
102
|
+
false: "ds:font-medium"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
defaultVariants: {
|
|
106
|
+
state: "debt",
|
|
107
|
+
size: "md",
|
|
108
|
+
bold: !0
|
|
109
|
+
},
|
|
110
|
+
compoundVariants: [
|
|
111
|
+
// `settled` always renders at the lighter weight, regardless of the
|
|
112
|
+
// resolved default. Mirrors PR #523's follow-up where the resting branch
|
|
113
|
+
// dropped from bold to medium to recede visually.
|
|
114
|
+
{ state: "settled", class: "ds:font-medium" }
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
), $ = l(
|
|
118
|
+
"ds:shrink-0 ds:[&>svg]:block ds:rtl:[&>svg]:-scale-x-100",
|
|
119
|
+
{
|
|
120
|
+
variants: {
|
|
121
|
+
size: {
|
|
122
|
+
sm: "ds:[&>svg]:size-3",
|
|
123
|
+
md: "ds:[&>svg]:size-3.5",
|
|
124
|
+
lg: "ds:[&>svg]:size-4"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
defaultVariants: { size: "md" }
|
|
128
|
+
}
|
|
129
|
+
), q = N(
|
|
130
|
+
({
|
|
131
|
+
state: e,
|
|
132
|
+
amount: v,
|
|
133
|
+
currency: o = U,
|
|
134
|
+
locale: m,
|
|
135
|
+
size: r = "md",
|
|
136
|
+
showLabel: p = !1,
|
|
137
|
+
className: f,
|
|
138
|
+
"aria-label": u,
|
|
139
|
+
...g
|
|
140
|
+
}, h) => {
|
|
141
|
+
const { t: a, i18n: b } = T(), i = m ?? b.language ?? "en", y = V[e], n = F[e], d = Math.abs(v), x = new Intl.NumberFormat(i, {
|
|
142
|
+
style: "currency",
|
|
143
|
+
currency: o,
|
|
144
|
+
signDisplay: "never"
|
|
145
|
+
}).format(d), c = a(`ui.financial.state.${S[e]}`), k = new Intl.NumberFormat(i, {
|
|
146
|
+
style: "currency",
|
|
147
|
+
currency: o,
|
|
148
|
+
signDisplay: e === "debt" ? "always" : "auto"
|
|
149
|
+
}).format(d * D[e]), w = u ?? a("ui.financial.aria.label", {
|
|
150
|
+
state: c,
|
|
151
|
+
amount: k
|
|
152
|
+
});
|
|
153
|
+
return /* @__PURE__ */ z(
|
|
154
|
+
"span",
|
|
155
|
+
{
|
|
156
|
+
ref: h,
|
|
157
|
+
role: "img",
|
|
158
|
+
"aria-label": w,
|
|
159
|
+
"data-component": "transaction-chip",
|
|
160
|
+
"data-state": e,
|
|
161
|
+
className: j({
|
|
162
|
+
state: e,
|
|
163
|
+
size: r,
|
|
164
|
+
bold: e !== "settled",
|
|
165
|
+
className: f
|
|
166
|
+
}),
|
|
167
|
+
...g,
|
|
168
|
+
children: [
|
|
169
|
+
/* @__PURE__ */ s("span", { "aria-hidden": "true", className: $({ size: r }), children: /* @__PURE__ */ s(y, {}) }),
|
|
170
|
+
p && /* @__PURE__ */ s("span", { "aria-hidden": "true", className: "type-eyebrow", children: c }),
|
|
171
|
+
n && /* @__PURE__ */ s(
|
|
172
|
+
"span",
|
|
173
|
+
{
|
|
174
|
+
"aria-hidden": "true",
|
|
175
|
+
className: "ds:[font-variant-numeric:var(--font-feature-tabular)]",
|
|
176
|
+
children: n
|
|
177
|
+
}
|
|
178
|
+
),
|
|
179
|
+
/* @__PURE__ */ s(
|
|
180
|
+
"span",
|
|
181
|
+
{
|
|
182
|
+
"aria-hidden": "true",
|
|
183
|
+
className: "ds:[font-variant-numeric:var(--font-feature-tabular)]",
|
|
184
|
+
children: x
|
|
185
|
+
}
|
|
186
|
+
)
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
);
|
|
190
|
+
}
|
|
191
|
+
);
|
|
192
|
+
q.displayName = "TransactionChip";
|
|
193
|
+
export {
|
|
194
|
+
q as T
|
|
195
|
+
};
|
|
196
|
+
//# sourceMappingURL=transaction-chip-DE6DITun.js.map
|
package/dist/agent-catalog.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"packageVersion": "0.2.
|
|
3
|
+
"packageVersion": "0.2.1",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "component",
|
|
@@ -3773,6 +3773,20 @@
|
|
|
3773
3773
|
}
|
|
3774
3774
|
}
|
|
3775
3775
|
},
|
|
3776
|
+
{
|
|
3777
|
+
"kind": "component",
|
|
3778
|
+
"id": "transaction-chip",
|
|
3779
|
+
"capabilities": [],
|
|
3780
|
+
"state": [],
|
|
3781
|
+
"actions": [],
|
|
3782
|
+
"domHooks": {
|
|
3783
|
+
"root": {
|
|
3784
|
+
"attr": "data-component",
|
|
3785
|
+
"value": "transaction-chip",
|
|
3786
|
+
"description": "Marks the element as a kit TransactionChip."
|
|
3787
|
+
}
|
|
3788
|
+
}
|
|
3789
|
+
},
|
|
3776
3790
|
{
|
|
3777
3791
|
"kind": "component",
|
|
3778
3792
|
"id": "transcript-panel",
|
|
@@ -114,6 +114,7 @@ export * from './rich-text-editor';
|
|
|
114
114
|
export * from './signature-capture';
|
|
115
115
|
export * from './slot-grid';
|
|
116
116
|
export * from './tooth-scheme';
|
|
117
|
+
export * from './transaction-chip';
|
|
117
118
|
export * from './workflow';
|
|
118
119
|
export * from '../patterns/leo-assistant';
|
|
119
120
|
export * from '../patterns/patient-shell';
|
|
@@ -12,6 +12,7 @@ import { type VariantProps } from 'class-variance-authority';
|
|
|
12
12
|
declare const linkVariants: (props?: ({
|
|
13
13
|
intent?: "default" | "inverted" | "subtle" | null | undefined;
|
|
14
14
|
weight?: "strong" | "normal" | null | undefined;
|
|
15
|
+
hasIcon?: "yes" | "no" | null | undefined;
|
|
15
16
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
16
17
|
export interface LinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'href'>, VariantProps<typeof linkVariants> {
|
|
17
18
|
/** Anchor target. Required — the whole point of the component. */
|
|
@@ -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-B_BdHwjb.js";
|
|
2
2
|
export {
|
|
3
3
|
r as PaymentForm,
|
|
4
4
|
s as formatPaymentAmount,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
export type TransactionState = 'debt' | 'credit' | 'to-invoice' | 'to-deliver' | 'settled';
|
|
4
|
+
declare const chipVariants: (props?: ({
|
|
5
|
+
state?: "debt" | "credit" | "to-invoice" | "to-deliver" | "settled" | null | undefined;
|
|
6
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
7
|
+
bold?: boolean | null | undefined;
|
|
8
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
|
+
export interface TransactionChipProps extends Omit<HTMLAttributes<HTMLSpanElement>, 'children'>, Pick<VariantProps<typeof chipVariants>, 'size'> {
|
|
10
|
+
/** Financial state — drives colour, icon, sign, and label. */
|
|
11
|
+
state: TransactionState;
|
|
12
|
+
/**
|
|
13
|
+
* Magnitude of the amount as a non-negative number. The sign is rendered
|
|
14
|
+
* separately based on `state` — callers must never pass a negative value.
|
|
15
|
+
*/
|
|
16
|
+
amount: number;
|
|
17
|
+
/**
|
|
18
|
+
* ISO 4217 currency code. Defaults to `EUR` for the Italian-anchored
|
|
19
|
+
* release. Required at the type level so consumers can't silently render
|
|
20
|
+
* a different currency than they intended.
|
|
21
|
+
*/
|
|
22
|
+
currency?: string;
|
|
23
|
+
/** BCP 47 locale override. Defaults to the active i18next language. */
|
|
24
|
+
locale?: string;
|
|
25
|
+
/** Render the state label (e.g. "Da incassare") before the amount. */
|
|
26
|
+
showLabel?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export declare const TransactionChip: import("react").ForwardRefExoticComponent<TransactionChipProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=transaction-chip.d.ts.map
|
package/dist/i18n/config.js
CHANGED
|
@@ -953,6 +953,18 @@ const e = {
|
|
|
953
953
|
unlock: "Unlock screen",
|
|
954
954
|
accountPage: "Account page",
|
|
955
955
|
signOut: "Log out"
|
|
956
|
+
},
|
|
957
|
+
financial: {
|
|
958
|
+
state: {
|
|
959
|
+
debt: "Outstanding balance",
|
|
960
|
+
credit: "Credit on account",
|
|
961
|
+
toInvoice: "To be invoiced",
|
|
962
|
+
toDeliver: "Service pending",
|
|
963
|
+
settled: "Settled"
|
|
964
|
+
},
|
|
965
|
+
aria: {
|
|
966
|
+
label: "{{state}} {{amount}}"
|
|
967
|
+
}
|
|
956
968
|
}
|
|
957
969
|
}, o = {
|
|
958
970
|
common: {
|
|
@@ -1872,6 +1884,18 @@ const e = {
|
|
|
1872
1884
|
unlock: "Sblocca schermo",
|
|
1873
1885
|
accountPage: "Pagina account",
|
|
1874
1886
|
signOut: "Esci"
|
|
1887
|
+
},
|
|
1888
|
+
financial: {
|
|
1889
|
+
state: {
|
|
1890
|
+
debt: "Da incassare",
|
|
1891
|
+
credit: "A credito",
|
|
1892
|
+
toInvoice: "Da fatturare",
|
|
1893
|
+
toDeliver: "Da erogare",
|
|
1894
|
+
settled: "Saldato"
|
|
1895
|
+
},
|
|
1896
|
+
aria: {
|
|
1897
|
+
label: "{{state}} {{amount}}"
|
|
1898
|
+
}
|
|
1875
1899
|
}
|
|
1876
1900
|
}, r = {
|
|
1877
1901
|
common: {
|
|
@@ -2791,6 +2815,18 @@ const e = {
|
|
|
2791
2815
|
unlock: "Bildschirm entsperren",
|
|
2792
2816
|
accountPage: "Kontoseite",
|
|
2793
2817
|
signOut: "Abmelden"
|
|
2818
|
+
},
|
|
2819
|
+
financial: {
|
|
2820
|
+
state: {
|
|
2821
|
+
debt: "Offener Betrag",
|
|
2822
|
+
credit: "Guthaben",
|
|
2823
|
+
toInvoice: "Abzurechnen",
|
|
2824
|
+
toDeliver: "Leistung ausstehend",
|
|
2825
|
+
settled: "Beglichen"
|
|
2826
|
+
},
|
|
2827
|
+
aria: {
|
|
2828
|
+
label: "{{state}} {{amount}}"
|
|
2829
|
+
}
|
|
2794
2830
|
}
|
|
2795
2831
|
}, t = {}, u = ["en", "it", "de", "ar"], d = {
|
|
2796
2832
|
en: e,
|
package/dist/i18n/resources.d.ts
CHANGED
|
@@ -969,6 +969,18 @@ export declare const enUi: {
|
|
|
969
969
|
readonly accountPage: "Account page";
|
|
970
970
|
readonly signOut: "Log out";
|
|
971
971
|
};
|
|
972
|
+
readonly financial: {
|
|
973
|
+
readonly state: {
|
|
974
|
+
readonly debt: "Outstanding balance";
|
|
975
|
+
readonly credit: "Credit on account";
|
|
976
|
+
readonly toInvoice: "To be invoiced";
|
|
977
|
+
readonly toDeliver: "Service pending";
|
|
978
|
+
readonly settled: "Settled";
|
|
979
|
+
};
|
|
980
|
+
readonly aria: {
|
|
981
|
+
readonly label: "{{state}} {{amount}}";
|
|
982
|
+
};
|
|
983
|
+
};
|
|
972
984
|
};
|
|
973
985
|
/** Italian `ui` resources — full bundle. Dental-practice users in Italy. */
|
|
974
986
|
export declare const itUi: {
|
|
@@ -1910,6 +1922,18 @@ export declare const itUi: {
|
|
|
1910
1922
|
readonly accountPage: "Pagina account";
|
|
1911
1923
|
readonly signOut: "Esci";
|
|
1912
1924
|
};
|
|
1925
|
+
readonly financial: {
|
|
1926
|
+
readonly state: {
|
|
1927
|
+
readonly debt: "Da incassare";
|
|
1928
|
+
readonly credit: "A credito";
|
|
1929
|
+
readonly toInvoice: "Da fatturare";
|
|
1930
|
+
readonly toDeliver: "Da erogare";
|
|
1931
|
+
readonly settled: "Saldato";
|
|
1932
|
+
};
|
|
1933
|
+
readonly aria: {
|
|
1934
|
+
readonly label: "{{state}} {{amount}}";
|
|
1935
|
+
};
|
|
1936
|
+
};
|
|
1913
1937
|
};
|
|
1914
1938
|
/**
|
|
1915
1939
|
* German `ui` resources — full bundle. Dental-practice users in Germany;
|
|
@@ -2854,6 +2878,18 @@ export declare const deUi: {
|
|
|
2854
2878
|
readonly accountPage: "Kontoseite";
|
|
2855
2879
|
readonly signOut: "Abmelden";
|
|
2856
2880
|
};
|
|
2881
|
+
readonly financial: {
|
|
2882
|
+
readonly state: {
|
|
2883
|
+
readonly debt: "Offener Betrag";
|
|
2884
|
+
readonly credit: "Guthaben";
|
|
2885
|
+
readonly toInvoice: "Abzurechnen";
|
|
2886
|
+
readonly toDeliver: "Leistung ausstehend";
|
|
2887
|
+
readonly settled: "Beglichen";
|
|
2888
|
+
};
|
|
2889
|
+
readonly aria: {
|
|
2890
|
+
readonly label: "{{state}} {{amount}}";
|
|
2891
|
+
};
|
|
2892
|
+
};
|
|
2857
2893
|
};
|
|
2858
2894
|
/**
|
|
2859
2895
|
* Arabic `ui` resources — minimal placeholder. Provides RTL direction
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { A as M, a as y, b as B } from "./_chunks/autocomplete-D4oUZbsP.js";
|
|
|
13
13
|
import { C as V, a as v, u as w } from "./_chunks/checkbox-CtPM6Rup.js";
|
|
14
14
|
import { C as O } from "./_chunks/checkbox-group-BTdEB6Yo.js";
|
|
15
15
|
import { A as G, B as W, C as U } from "./_chunks/color-picker-CTIcHlDF.js";
|
|
16
|
-
import { C as Y, c as j, a as z, b as q, d as Q, e as J } from "./_chunks/combobox-
|
|
16
|
+
import { C as Y, c as j, a as z, b as q, d as Q, e as J } from "./_chunks/combobox-BLWruOxK.js";
|
|
17
17
|
import { D as Z, d as $ } from "./_chunks/date-picker-B1PO1ZQP.js";
|
|
18
18
|
import { D as ea, d as ra } from "./_chunks/date-range-picker-mix2nEVC.js";
|
|
19
19
|
import { D as ta, d as sa } from "./_chunks/date-time-picker-Dnong_BY.js";
|
|
@@ -59,7 +59,7 @@ import { C as Er, a as Nr, b as Fr, c as Mr, d as yr, e as Br, f as Dr, g as Vr,
|
|
|
59
59
|
import { H as Wr, a as Ur, b as Kr, c as Yr, d as jr, e as zr, f as qr, g as Qr } from "./_chunks/header-D0ULgQl3.js";
|
|
60
60
|
import { N as Xr, a as Zr, b as $r, c as ao, d as eo, e as ro, f as oo, g as to, n as so } from "./_chunks/navigation-menu-ClbHeawy.js";
|
|
61
61
|
import { S as io } from "./_chunks/skip-link-DmZ3c6cb.js";
|
|
62
|
-
import { L as mo } from "./_chunks/link-
|
|
62
|
+
import { L as mo } from "./_chunks/link-BcYW1eNM.js";
|
|
63
63
|
import { P as fo, a as go, b as co, c as xo, d as Ao, e as So, f as uo, g as To, p as Co } from "./_chunks/pagination-3AC4zTsi.js";
|
|
64
64
|
import { S as Po, f as ho, s as Io } from "./_chunks/search-bar-BTDfgYtg.js";
|
|
65
65
|
import { S as ko, a as Lo, b as Eo, c as No, d as Fo, e as Mo, f as yo, g as Bo, h as Do, i as Vo, j as vo, k as wo, l as Ho, m as Oo, n as _o, o as Go, p as Wo, s as Uo, u as Ko, q as Yo } from "./_chunks/sidebar-Bx3wCDyy.js";
|
|
@@ -76,12 +76,12 @@ import { D as bt, d as Pt } from "./_chunks/dialog-BPD7wlGE.js";
|
|
|
76
76
|
import { D as It, d as Rt } from "./_chunks/dropdown-menu-CpiF6CPz.js";
|
|
77
77
|
import { L as Lt } from "./_chunks/live-region-C41SO3cA.js";
|
|
78
78
|
import { M as Nt } from "./_chunks/matrix-rain-CRPMXcVx.js";
|
|
79
|
-
import { M as Mt, i as yt } from "./_chunks/message-card-
|
|
79
|
+
import { M as Mt, i as yt } from "./_chunks/message-card-DjvsB_3U.js";
|
|
80
80
|
import { m as Dt } from "./_chunks/message-card.agent-4IeIgrnJ.js";
|
|
81
|
-
import { M as vt, m as wt } from "./_chunks/message-tray-
|
|
82
|
-
import { N as Ot, i as _t } from "./_chunks/notification-card-
|
|
81
|
+
import { M as vt, m as wt } from "./_chunks/message-tray-BbnAzlLH.js";
|
|
82
|
+
import { N as Ot, i as _t } from "./_chunks/notification-card-uTPEvAQS.js";
|
|
83
83
|
import { n as Wt } from "./_chunks/notification-card.agent-Rqt3ofk9.js";
|
|
84
|
-
import { N as Kt, n as Yt } from "./_chunks/notification-tray-
|
|
84
|
+
import { N as Kt, n as Yt } from "./_chunks/notification-tray-PGtMqXbP.js";
|
|
85
85
|
import { P as zt, p as qt } from "./_chunks/popover-DekUKNBk.js";
|
|
86
86
|
import { P as Jt, p as Xt } from "./_chunks/privacy-lock-BKsI6ReN.js";
|
|
87
87
|
import { P as $t, p as as } from "./_chunks/progress-C11tqhoI.js";
|
|
@@ -108,23 +108,24 @@ import { A as cn } from "./_chunks/audio-visualiser-ByDEFLNm.js";
|
|
|
108
108
|
import { C as An, c as Sn } from "./_chunks/chat-container-ClzsWXp2.js";
|
|
109
109
|
import { C as Tn, c as Cn } from "./_chunks/chat-input-DOlsB1fm.js";
|
|
110
110
|
import { C as Pn } from "./_chunks/chat-message-DoAhgUTj.js";
|
|
111
|
-
import { F as In, f as Rn } from "./_chunks/freemium-paywall-
|
|
111
|
+
import { F as In, f as Rn } from "./_chunks/freemium-paywall-CrVefV0M.js";
|
|
112
112
|
import { S as Ln } from "./_chunks/streaming-text-BgjCTVOw.js";
|
|
113
113
|
import { S as Nn, a as Fn } from "./_chunks/suggestion-chip-C4Jz0LrM.js";
|
|
114
114
|
import { s as yn } from "./_chunks/suggestion-chip.agent-6sNWFj7m.js";
|
|
115
115
|
import { T as Dn, t as Vn } from "./_chunks/transcript-panel-Bx5ANMsv.js";
|
|
116
116
|
import { T as wn } from "./_chunks/typing-indicator-BZ5jXZPn.js";
|
|
117
117
|
import { C as On, c as _n, r as Gn } from "./_chunks/calendar-zy0tUUVG.js";
|
|
118
|
-
import { P as Un, f as Kn, p as Yn, a as jn, s as zn, b as qn, c as Qn } from "./_chunks/payment-form-
|
|
118
|
+
import { P as Un, f as Kn, p as Yn, a as jn, s as zn, b as qn, c as Qn } from "./_chunks/payment-form-B_BdHwjb.js";
|
|
119
119
|
import { P as Xn, p as Zn } from "./_chunks/pdf-viewer-CZIfY08H.js";
|
|
120
120
|
import { R as ai, e as ei, r as ri, t as oi, a as ti, w as si } from "./_chunks/rich-text-editor-C7TCIlQO.js";
|
|
121
121
|
import { S as ii, s as pi } from "./_chunks/signature-capture-DjMlFOzS.js";
|
|
122
122
|
import { S as li, f as di, i as fi } from "./_chunks/slot-grid-CgpYgBkW.js";
|
|
123
123
|
import { C as ci, a as xi, b as Ai, F as Si, c as ui, d as Ti, P as Ci, e as bi, T as Pi, f as hi, g as Ii, h as Ri, l as ki, i as Li, t as Ei, r as Ni } from "./_chunks/tooth-scheme-3mITSXiZ.js";
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
124
|
+
import { T as Mi } from "./_chunks/transaction-chip-DE6DITun.js";
|
|
125
|
+
import { C as Bi, W as Di, a as Vi, b as vi, c as wi, i as Hi, l as Oi, m as _i, r as Gi, w as Wi, d as Ui, e as Ki, f as Yi } from "./_chunks/workflow-map-C-nlogPC.js";
|
|
126
|
+
import { L as zi, a as qi, b as Qi, c as Ji } from "./_chunks/leo-sidebar-CfEY-xi2.js";
|
|
127
|
+
import { P as Zi } from "./_chunks/patient-shell-BlsEUKWB.js";
|
|
128
|
+
import { Root as ap } from "@radix-ui/react-aspect-ratio";
|
|
128
129
|
export {
|
|
129
130
|
i as ACCESSIBILITY_STORAGE_KEY,
|
|
130
131
|
pn as AIPromptInput,
|
|
@@ -139,7 +140,7 @@ export {
|
|
|
139
140
|
Tt as Alert,
|
|
140
141
|
Es as AppFrame,
|
|
141
142
|
Fs as AspectRatio,
|
|
142
|
-
|
|
143
|
+
ap as AspectRatioPrimitive,
|
|
143
144
|
dn as AudioRecorder,
|
|
144
145
|
cn as AudioVisualiser,
|
|
145
146
|
M as Autocomplete,
|
|
@@ -158,7 +159,7 @@ export {
|
|
|
158
159
|
ci as CONDITION_COLORS,
|
|
159
160
|
xi as CONDITION_PATTERNS,
|
|
160
161
|
Ai as CONDITION_TOKENS,
|
|
161
|
-
|
|
162
|
+
Bi as CORE_PATIENT_FIELDS,
|
|
162
163
|
On as Calendar,
|
|
163
164
|
he as Card,
|
|
164
165
|
on as Chart,
|
|
@@ -216,10 +217,10 @@ export {
|
|
|
216
217
|
I as IconButtonGroup,
|
|
217
218
|
Qe as Kbd,
|
|
218
219
|
Ze as KeyValuePair,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
220
|
+
zi as LeoChatSurface,
|
|
221
|
+
qi as LeoEmbedded,
|
|
222
|
+
Qi as LeoPopout,
|
|
223
|
+
Ji as LeoSidebar,
|
|
223
224
|
mo as Link,
|
|
224
225
|
Me as LinkCellRenderer,
|
|
225
226
|
ar as List,
|
|
@@ -254,7 +255,7 @@ export {
|
|
|
254
255
|
Hs as Panel,
|
|
255
256
|
Os as PanelGroup,
|
|
256
257
|
Ia as PasswordInput,
|
|
257
|
-
|
|
258
|
+
Zi as PatientShell,
|
|
258
259
|
Un as PaymentForm,
|
|
259
260
|
ka as PhoneInput,
|
|
260
261
|
zt as Popover,
|
|
@@ -346,16 +347,17 @@ export {
|
|
|
346
347
|
hs as Tooltip,
|
|
347
348
|
Is as TooltipProvider,
|
|
348
349
|
hi as ToothScheme,
|
|
350
|
+
Mi as TransactionChip,
|
|
349
351
|
Dn as TranscriptPanel,
|
|
350
352
|
wn as TypingIndicator,
|
|
351
353
|
we as UserCellRenderer,
|
|
352
354
|
en as VisuallyHidden,
|
|
353
355
|
ks as WarningStack,
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
356
|
+
Di as WorkflowCard,
|
|
357
|
+
Vi as WorkflowEditor,
|
|
358
|
+
vi as WorkflowMap,
|
|
357
359
|
xe as accordionAgent,
|
|
358
|
-
|
|
360
|
+
wi as addNodeAfter,
|
|
359
361
|
ct as agendaCardAgent,
|
|
360
362
|
St as agendaTrayAgent,
|
|
361
363
|
mn as aiPromptInputAgent,
|
|
@@ -396,7 +398,7 @@ export {
|
|
|
396
398
|
ue as getInitials,
|
|
397
399
|
ze as hasFlag,
|
|
398
400
|
Or as highlightMatch,
|
|
399
|
-
|
|
401
|
+
Hi as isCorePatientField,
|
|
400
402
|
ft as isSafeAgendaUrl,
|
|
401
403
|
yt as isSafeMessageUrl,
|
|
402
404
|
_t as isSafeNotificationUrl,
|
|
@@ -405,11 +407,11 @@ export {
|
|
|
405
407
|
Je as kbdGlyphs,
|
|
406
408
|
ki as labelFor,
|
|
407
409
|
Li as layoutTeeth,
|
|
408
|
-
|
|
410
|
+
Oi as linearOrder,
|
|
409
411
|
er as listAgent,
|
|
410
412
|
Dt as messageCardAgent,
|
|
411
413
|
wt as messageTrayAgent,
|
|
412
|
-
|
|
414
|
+
_i as moveNode,
|
|
413
415
|
Aa as multiSelectAgent,
|
|
414
416
|
Sa as multiSelectVariants,
|
|
415
417
|
Te as nameToColorClass,
|
|
@@ -427,7 +429,7 @@ export {
|
|
|
427
429
|
Xt as privacyLockAgent,
|
|
428
430
|
as as progressAgent,
|
|
429
431
|
ya as recaptchaWidgetAgent,
|
|
430
|
-
|
|
432
|
+
Gi as removeNode,
|
|
431
433
|
Gs as resizableAgent,
|
|
432
434
|
Gn as resolveFullCalendarView,
|
|
433
435
|
l as resolveTheme,
|
|
@@ -476,10 +478,10 @@ export {
|
|
|
476
478
|
Yo as useSidebar,
|
|
477
479
|
f as useTheme,
|
|
478
480
|
Oe as useTotalRow,
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
481
|
+
Wi as workflowActionRegistry,
|
|
482
|
+
Ui as workflowCardAgent,
|
|
483
|
+
Ki as workflowEditorAgent,
|
|
484
|
+
Yi as workflowMapAgent,
|
|
483
485
|
si as wrapperVariants
|
|
484
486
|
};
|
|
485
487
|
//# sourceMappingURL=index.js.map
|
package/dist/locales/de.json
CHANGED
|
@@ -936,5 +936,17 @@
|
|
|
936
936
|
"unlock": "Bildschirm entsperren",
|
|
937
937
|
"accountPage": "Kontoseite",
|
|
938
938
|
"signOut": "Abmelden"
|
|
939
|
+
},
|
|
940
|
+
"financial": {
|
|
941
|
+
"state": {
|
|
942
|
+
"debt": "Offener Betrag",
|
|
943
|
+
"credit": "Guthaben",
|
|
944
|
+
"toInvoice": "Abzurechnen",
|
|
945
|
+
"toDeliver": "Leistung ausstehend",
|
|
946
|
+
"settled": "Beglichen"
|
|
947
|
+
},
|
|
948
|
+
"aria": {
|
|
949
|
+
"label": "{{state}} {{amount}}"
|
|
950
|
+
}
|
|
939
951
|
}
|
|
940
952
|
}
|