@alfadocs/ui-kit 1.21.0 → 1.23.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/{balance-badge-cell-Bh2QbxsZ.js → balance-badge-cell-CX6b0ML4.js} +2 -2
- package/dist/_chunks/{calendar-workspace-CB6KLoF6.js → calendar-workspace-ax7xmSAp.js} +2 -2
- package/dist/_chunks/{data-table-Bw3i0753.js → data-table-DB5BiVQ0.js} +158 -156
- package/dist/_chunks/error-boundary-ayXFCcq4.js +90 -0
- package/dist/_chunks/{file-manager-BdXjZNIc.js → file-manager-Cd8V9IcZ.js} +2 -2
- package/dist/agent-catalog.json +15 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/error-boundary/error-boundary.d.ts +88 -0
- package/dist/components/error-boundary/index.d.ts +3 -0
- package/dist/components/error-boundary/index.js +5 -0
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/patient-table/index.js +1 -1
- package/dist/index.js +570 -568
- package/dist/patterns/calendar/index.js +1 -1
- package/package.json +5 -1
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
+
import { a as b, T as g, D as S, d as Ce } from "./data-table-DB5BiVQ0.js";
|
|
5
5
|
import { A as ve, a as re } from "./actions-cell-renderer-yy03OgRL.js";
|
|
6
6
|
import { S as Te } from "./select-Bi8zril7.js";
|
|
7
7
|
import { u as we } from "./registry-DvAUVLHh.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-CX6b0ML4.js.map
|
|
@@ -29,7 +29,7 @@ import { T as qi } from "./time-picker-D0RS391l.js";
|
|
|
29
29
|
import { a as Yi, W as Qi } from "./whatsapp-button-CuFIHJzG.js";
|
|
30
30
|
import { A as Xi } from "./appointment-card-Dzr3GeVz.js";
|
|
31
31
|
import { B as mn } from "./badge-sTusUqZD.js";
|
|
32
|
-
import { D as Ji } from "./data-table-
|
|
32
|
+
import { D as Ji } from "./data-table-DB5BiVQ0.js";
|
|
33
33
|
import { C as je } from "./checkbox-BuZ1u__2.js";
|
|
34
34
|
import { T as Ca } from "./tag-3wgkwwDB.js";
|
|
35
35
|
import { D as me } from "./dropdown-menu-DU-Hrf33.js";
|
|
@@ -7471,4 +7471,4 @@ export {
|
|
|
7471
7471
|
Al as r,
|
|
7472
7472
|
Cn as u
|
|
7473
7473
|
};
|
|
7474
|
-
//# sourceMappingURL=calendar-workspace-
|
|
7474
|
+
//# sourceMappingURL=calendar-workspace-ax7xmSAp.js.map
|