@alfadocs/ui-kit 0.75.0 → 0.78.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/{address-fields-COyjgqxA.js → address-fields-7k59FnJ6.js} +2 -2
- package/dist/_chunks/{booking-B1Qkcl3c.js → booking-CLmeXtGv.js} +2 -2
- package/dist/_chunks/{country-select-DYHDLEjG.js → country-select-BN9nedAp.js} +2 -2
- package/dist/_chunks/document-preview-nwfulDEs.js +290 -0
- package/dist/_chunks/{file-manager-UF8dkQF1.js → file-manager-DfTG7bxx.js} +394 -399
- package/dist/_chunks/flag-Cnmivlrl.js +641 -0
- package/dist/_chunks/{header-settings-4cwQzeFc.js → header-settings-DMfdx0Vq.js} +2 -2
- package/dist/_chunks/{locale-picker-GNF3lo8K.js → locale-picker-EyvPrwDc.js} +2 -2
- package/dist/_chunks/{marketplace-app-shell-D_1tF4La.js → marketplace-app-shell-Bxq1PYAj.js} +2 -2
- package/dist/_chunks/{patient-details-DP4wKyq4.js → patient-details-zy76MRh7.js} +3 -3
- package/dist/_chunks/periodontal-chart-CYBhr9vc.js +1305 -0
- package/dist/_chunks/{phone-input-dtnrvnZf.js → phone-input-D00ZBAm-.js} +2 -2
- package/dist/agent-catalog.json +149 -1
- package/dist/agent-i18n/en.json +2 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/document-preview/document-preview.d.ts +35 -2
- package/dist/components/document-preview/index.d.ts +1 -1
- package/dist/components/document-preview/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/flag/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/locale-picker/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/periodontal-chart/index.d.ts +2 -2
- package/dist/components/periodontal-chart/index.js +8 -7
- package/dist/components/periodontal-chart/periodontal-chart-data.d.ts +45 -0
- package/dist/components/periodontal-chart/periodontal-chart.d.ts +3 -1
- package/dist/components/phone-input/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +8 -1
- package/dist/i18n/locales/ar.js +8 -1
- package/dist/i18n/locales/de.d.ts +8 -1
- package/dist/i18n/locales/de.js +8 -1
- package/dist/i18n/locales/el.d.ts +8 -1
- package/dist/i18n/locales/el.js +8 -1
- package/dist/i18n/locales/en.d.ts +8 -1
- package/dist/i18n/locales/en.js +8 -1
- package/dist/i18n/locales/es.d.ts +8 -1
- package/dist/i18n/locales/es.js +8 -1
- package/dist/i18n/locales/fr.d.ts +8 -1
- package/dist/i18n/locales/fr.js +8 -1
- package/dist/i18n/locales/hi.d.ts +8 -1
- package/dist/i18n/locales/hi.js +8 -1
- package/dist/i18n/locales/it.d.ts +8 -1
- package/dist/i18n/locales/it.js +8 -1
- package/dist/i18n/locales/ja.d.ts +8 -1
- package/dist/i18n/locales/ja.js +8 -1
- package/dist/i18n/locales/nl.d.ts +8 -1
- package/dist/i18n/locales/nl.js +8 -1
- package/dist/i18n/locales/pl.d.ts +8 -1
- package/dist/i18n/locales/pl.js +8 -1
- package/dist/i18n/locales/pt.d.ts +8 -1
- package/dist/i18n/locales/pt.js +8 -1
- package/dist/i18n/locales/ro.d.ts +8 -1
- package/dist/i18n/locales/ro.js +8 -1
- package/dist/i18n/locales/ru.d.ts +8 -1
- package/dist/i18n/locales/ru.js +8 -1
- package/dist/i18n/locales/sq.d.ts +8 -1
- package/dist/i18n/locales/sq.js +8 -1
- package/dist/i18n/locales/sv.d.ts +8 -1
- package/dist/i18n/locales/sv.js +8 -1
- package/dist/i18n/locales/tr.d.ts +8 -1
- package/dist/i18n/locales/tr.js +8 -1
- package/dist/i18n/locales/zh.d.ts +8 -1
- package/dist/i18n/locales/zh.js +8 -1
- package/dist/index.js +217 -216
- package/dist/locales/ar.json +8 -1
- package/dist/locales/de.json +8 -1
- package/dist/locales/el.json +8 -1
- package/dist/locales/en.json +8 -1
- package/dist/locales/es.json +8 -1
- package/dist/locales/fr.json +8 -1
- package/dist/locales/hi.json +8 -1
- package/dist/locales/it.json +8 -1
- package/dist/locales/ja.json +8 -1
- package/dist/locales/nl.json +8 -1
- package/dist/locales/pl.json +8 -1
- package/dist/locales/pt.json +8 -1
- package/dist/locales/ro.json +8 -1
- package/dist/locales/ru.json +8 -1
- package/dist/locales/sq.json +8 -1
- package/dist/locales/sv.json +8 -1
- package/dist/locales/tr.json +8 -1
- package/dist/locales/zh.json +8 -1
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +2 -1
- package/package.json +1 -1
- package/dist/_chunks/document-preview-CGSM_au9.js +0 -181
- package/dist/_chunks/flag-DZ6V7-hU.js +0 -637
- package/dist/_chunks/periodontal-chart-D8hOFmde.js +0 -1173
|
@@ -6,7 +6,7 @@ import { I as o } from "./icon-button-C_kbcd7I.js";
|
|
|
6
6
|
import { I as N } from "./icon-button-group-C_lqXTAj.js";
|
|
7
7
|
import { D as r } from "./dropdown-menu-DU-Hrf33.js";
|
|
8
8
|
import { S as j } from "./switch-OILsBLWo.js";
|
|
9
|
-
import { c as y, a as H, L as R } from "./locale-picker-
|
|
9
|
+
import { c as y, a as H, L as R } from "./locale-picker-EyvPrwDc.js";
|
|
10
10
|
import { u as P } from "./use-locale-BkCIHujH.js";
|
|
11
11
|
import { u as _ } from "./use-theme-CAuo6EYT.js";
|
|
12
12
|
import { u as O } from "./registry-DvAUVLHh.js";
|
|
@@ -281,4 +281,4 @@ W.displayName = "HeaderSettings";
|
|
|
281
281
|
export {
|
|
282
282
|
W as H
|
|
283
283
|
};
|
|
284
|
-
//# sourceMappingURL=header-settings-
|
|
284
|
+
//# sourceMappingURL=header-settings-DMfdx0Vq.js.map
|
|
@@ -5,7 +5,7 @@ import { useTranslation as T } from "react-i18next";
|
|
|
5
5
|
import { _ as y, R as ee } from "./index-4xgbg-sn.js";
|
|
6
6
|
import { I as ae } from "./icon-button-C_kbcd7I.js";
|
|
7
7
|
import { P as C } from "./popover-Cc0a69sw.js";
|
|
8
|
-
import { h as A, a as _ } from "./flag-
|
|
8
|
+
import { h as A, a as _ } from "./flag-Cnmivlrl.js";
|
|
9
9
|
import { c as se, a as te, d as re } from "./input-surface-xyERuLU_.js";
|
|
10
10
|
import { LOCALES_WITH_BUNDLES as j } from "../i18n/config.js";
|
|
11
11
|
import { u as oe } from "./use-locale-BkCIHujH.js";
|
|
@@ -736,4 +736,4 @@ export {
|
|
|
736
736
|
I as b,
|
|
737
737
|
k as c
|
|
738
738
|
};
|
|
739
|
-
//# sourceMappingURL=locale-picker-
|
|
739
|
+
//# sourceMappingURL=locale-picker-EyvPrwDc.js.map
|
package/dist/_chunks/{marketplace-app-shell-D_1tF4La.js → marketplace-app-shell-Bxq1PYAj.js}
RENAMED
|
@@ -9,7 +9,7 @@ import { C as w } from "./card-DPmk26CL.js";
|
|
|
9
9
|
import { D as m } from "./dropdown-menu-DU-Hrf33.js";
|
|
10
10
|
import { T as F } from "./tab-bar-Axhk6xzx.js";
|
|
11
11
|
import { a as S, H as q, g as G, f as A, e as J, c as K, d as Q } from "./header-CjwasYnn.js";
|
|
12
|
-
import { H as U } from "./header-settings-
|
|
12
|
+
import { H as U } from "./header-settings-DMfdx0Vq.js";
|
|
13
13
|
import { S as X } from "./sign-in-with-alfadocs-button-UlYefZpI.js";
|
|
14
14
|
import { S as Y, a as Z, j as _, k as aa, i as ea, h as z } from "./sidebar-C0PbwJBc.js";
|
|
15
15
|
import { T as sa } from "./theme-root-BOO73p5t.js";
|
|
@@ -510,4 +510,4 @@ export {
|
|
|
510
510
|
va as M,
|
|
511
511
|
g as P
|
|
512
512
|
};
|
|
513
|
-
//# sourceMappingURL=marketplace-app-shell-
|
|
513
|
+
//# sourceMappingURL=marketplace-app-shell-Bxq1PYAj.js.map
|
|
@@ -12,12 +12,12 @@ import { E as ce } from "./email-input-Dpe63k0K.js";
|
|
|
12
12
|
import { F as pe } from "./fiscal-code-input-DWA6C8x8.js";
|
|
13
13
|
import { N as ue } from "./number-input-DjWzmlEY.js";
|
|
14
14
|
import { P as me } from "./panel-header-D313n_9-.js";
|
|
15
|
-
import { P as fe } from "./phone-input-
|
|
15
|
+
import { P as fe } from "./phone-input-D00ZBAm-.js";
|
|
16
16
|
import { S as ge } from "./select-BW5ecXlX.js";
|
|
17
17
|
import { S as ye } from "./switch-OILsBLWo.js";
|
|
18
18
|
import { T as be } from "./text-area-Bt3p7Pt0.js";
|
|
19
19
|
import { T as he } from "./text-input-CUvCb6ST.js";
|
|
20
|
-
import { C as ve } from "./country-select-
|
|
20
|
+
import { C as ve } from "./country-select-BN9nedAp.js";
|
|
21
21
|
import { P as xe } from "./province-select-BDywtmL-.js";
|
|
22
22
|
import { P as Ne } from "./postal-code-input-BznBxVxf.js";
|
|
23
23
|
import { C as Ve } from "./city-input-towzBenY.js";
|
|
@@ -775,4 +775,4 @@ export {
|
|
|
775
775
|
Ae as P,
|
|
776
776
|
je as p
|
|
777
777
|
};
|
|
778
|
-
//# sourceMappingURL=patient-details-
|
|
778
|
+
//# sourceMappingURL=patient-details-zy76MRh7.js.map
|