@alfadocs/ui-kit 0.98.0 → 0.98.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/{booking-BSpSMmJ2.js → booking-Bhbvef95.js} +2 -2
- package/dist/_chunks/{link-cell-renderer-flfZh2qY.js → link-cell-renderer-Bt-mXeQY.js} +2 -2
- package/dist/_chunks/{multi-select-D5QLBJM1.js → multi-select-CC52Qws6.js} +275 -263
- package/dist/_chunks/{patient-table-CvZTIM2R.js → patient-table-QEVsFvwq.js} +2 -2
- package/dist/_chunks/{public-header.agent-rX_VA6hd.js → public-header.agent-_8W9biCO.js} +4 -2
- package/dist/agent-catalog.json +291 -1
- package/dist/agent-i18n/en.json +23 -0
- package/dist/components/booking/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/multi-select/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/public-header/index.js +1 -1
- package/dist/host-compat.css +7 -1
- package/dist/index.js +5 -5
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ import { S as Ft } from "./spinner-hbwuKwMf.js";
|
|
|
17
17
|
import { I as tt } from "./icon-button-C_kbcd7I.js";
|
|
18
18
|
import { S as Oe } from "./select-BW5ecXlX.js";
|
|
19
19
|
import { C as Ge } from "./combobox-DiMLItyu.js";
|
|
20
|
-
import { M as Ue } from "./multi-select-
|
|
20
|
+
import { M as Ue } from "./multi-select-CC52Qws6.js";
|
|
21
21
|
import { S as _e } from "./skeleton-CZbwyJAA.js";
|
|
22
22
|
import { E as dt } from "./empty-state-CrLsi0XI.js";
|
|
23
23
|
import { S as $t } from "./stepper-accordion-BeVMZPuG.js";
|
|
@@ -2692,4 +2692,4 @@ export {
|
|
|
2692
2692
|
X as O,
|
|
2693
2693
|
Cs as b
|
|
2694
2694
|
};
|
|
2695
|
-
//# sourceMappingURL=booking-
|
|
2695
|
+
//# sourceMappingURL=booking-Bhbvef95.js.map
|
|
@@ -5,7 +5,7 @@ import { D as H } from "./date-range-picker-pEG3Ln3i.js";
|
|
|
5
5
|
import { useTranslation as O } from "react-i18next";
|
|
6
6
|
import { C as Z } from "./checkbox-BuZ1u__2.js";
|
|
7
7
|
import { B as D } from "./button-CPGiR_bH.js";
|
|
8
|
-
import { M as J } from "./multi-select-
|
|
8
|
+
import { M as J } from "./multi-select-CC52Qws6.js";
|
|
9
9
|
import { S as K } from "./scroll-area-BZOvUhwQ.js";
|
|
10
10
|
import { A as U } from "./autocomplete-BrONKN8l.js";
|
|
11
11
|
import { N as E } from "./number-input-DjWzmlEY.js";
|
|
@@ -725,4 +725,4 @@ export {
|
|
|
725
725
|
Oe as f,
|
|
726
726
|
Pe as g
|
|
727
727
|
};
|
|
728
|
-
//# sourceMappingURL=link-cell-renderer-
|
|
728
|
+
//# sourceMappingURL=link-cell-renderer-Bt-mXeQY.js.map
|