@alfadocs/ui-kit 1.32.0 → 1.34.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/{appointment-card-D-oj_ugh.js → appointment-card-D6mk39NB.js} +3 -3
- package/dist/_chunks/{appointment-timeline-CymGHyIP.js → appointment-timeline-D-V97Bhc.js} +2 -2
- package/dist/_chunks/{appointment-tray-DCk8gHod.js → appointment-tray-6rg071CL.js} +2 -2
- package/dist/_chunks/{booking-l6UGNiE1.js → booking-BqkEtsKx.js} +777 -747
- package/dist/_chunks/{calendar-workspace-BX-zDyVR.js → calendar-workspace-4NH1Z47_.js} +7 -7
- package/dist/_chunks/{clinical-note-card-D2WTV2CO.js → clinical-note-card-CTRzmqvv.js} +83 -81
- package/dist/_chunks/{contact-profile-card-BZqi8Hck.js → contact-profile-card-DSI9uumA.js} +17 -16
- package/dist/_chunks/{control-room-rail-iO_BCaq1.js → control-room-rail-5MbhjsxN.js} +2 -2
- package/dist/_chunks/format-price-BkMEbeW3.js +47 -0
- package/dist/_chunks/{format-price-DNqXPa_q.js → languages-CZqBaPwI.js} +8 -38
- package/dist/_chunks/money.agent-Dw55UxUA.js +116 -0
- package/dist/_chunks/notes-panel-BjLt-kiP.js +469 -0
- package/dist/_chunks/{practice-results-DjEzPgAK.js → practice-results-kayDEorM.js} +15 -14
- package/dist/_chunks/{rich-text-editor-CQ7yZdG3.js → rich-text-editor-CCI-Y3DN.js} +3 -5
- package/dist/_chunks/{task-card-BUgK6yZT.js → task-card-BalrLkSz.js} +41 -40
- package/dist/_chunks/{task-tray-CYG6rj2s.js → task-tray-COo-RlDv.js} +2 -2
- package/dist/_chunks/tasks-panel-DLKpSNoE.js +844 -0
- package/dist/_chunks/tool-rail-ONaV-Nzz.js +588 -0
- package/dist/_chunks/use-check-animation--I3cS00X.js +28 -0
- package/dist/_chunks/use-list-reflow-Cw43nxw5.js +100 -0
- package/dist/agent-catalog.json +15 -1
- package/dist/components/_shared/format-price.d.ts +15 -0
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +8 -1
- package/dist/components/clinical-note-card/index.js +1 -1
- package/dist/components/command-palette/command-palette.d.ts +7 -7
- package/dist/components/contact-profile-card/index.js +1 -1
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/money/index.d.ts +4 -0
- package/dist/components/money/index.js +6 -0
- package/dist/components/money/money.agent.d.ts +3 -0
- package/dist/components/money/money.d.ts +38 -0
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +16 -1
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +1 -1
- package/dist/components/task-card/index.js +1 -1
- package/dist/components/task-card/task-card.d.ts +11 -3
- package/dist/components/task-tray/index.js +1 -1
- package/dist/components/tasks-panel/index.js +1 -1
- package/dist/components/tasks-panel/tasks-panel.d.ts +1 -1
- package/dist/components/tool-rail/index.js +1 -1
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.js +43 -37
- package/dist/hooks/use-check-animation.d.ts +53 -0
- package/dist/hooks/use-exit-transition.d.ts +48 -0
- package/dist/hooks/use-list-reflow.d.ts +47 -0
- package/dist/host-compat.css +8 -2
- package/dist/i18n/locales/ar.d.ts +5 -0
- package/dist/i18n/locales/ar.js +6 -1
- package/dist/i18n/locales/de.d.ts +5 -0
- package/dist/i18n/locales/de.js +6 -1
- package/dist/i18n/locales/el.d.ts +5 -0
- package/dist/i18n/locales/el.js +6 -1
- package/dist/i18n/locales/en.d.ts +5 -0
- package/dist/i18n/locales/en.js +6 -1
- package/dist/i18n/locales/es.d.ts +5 -0
- package/dist/i18n/locales/es.js +6 -1
- package/dist/i18n/locales/fr.d.ts +5 -0
- package/dist/i18n/locales/fr.js +6 -1
- package/dist/i18n/locales/hi.d.ts +5 -0
- package/dist/i18n/locales/hi.js +6 -1
- package/dist/i18n/locales/it.d.ts +5 -0
- package/dist/i18n/locales/it.js +6 -1
- package/dist/i18n/locales/ja.d.ts +5 -0
- package/dist/i18n/locales/ja.js +6 -1
- package/dist/i18n/locales/nl.d.ts +5 -0
- package/dist/i18n/locales/nl.js +6 -1
- package/dist/i18n/locales/pl.d.ts +5 -0
- package/dist/i18n/locales/pl.js +6 -1
- package/dist/i18n/locales/pt.d.ts +5 -0
- package/dist/i18n/locales/pt.js +6 -1
- package/dist/i18n/locales/ro.d.ts +5 -0
- package/dist/i18n/locales/ro.js +6 -1
- package/dist/i18n/locales/ru.d.ts +5 -0
- package/dist/i18n/locales/ru.js +6 -1
- package/dist/i18n/locales/sq.d.ts +5 -0
- package/dist/i18n/locales/sq.js +6 -1
- package/dist/i18n/locales/sv.d.ts +5 -0
- package/dist/i18n/locales/sv.js +6 -1
- package/dist/i18n/locales/tr.d.ts +5 -0
- package/dist/i18n/locales/tr.js +6 -1
- package/dist/i18n/locales/zh.d.ts +5 -0
- package/dist/i18n/locales/zh.js +6 -1
- package/dist/index.js +919 -916
- package/dist/locales/ar.json +6 -1
- package/dist/locales/de.json +6 -1
- package/dist/locales/el.json +6 -1
- package/dist/locales/en.json +6 -1
- package/dist/locales/es.json +6 -1
- package/dist/locales/fr.json +6 -1
- package/dist/locales/hi.json +6 -1
- package/dist/locales/it.json +6 -1
- package/dist/locales/ja.json +6 -1
- package/dist/locales/nl.json +6 -1
- package/dist/locales/pl.json +6 -1
- package/dist/locales/pt.json +6 -1
- package/dist/locales/ro.json +6 -1
- package/dist/locales/ru.json +6 -1
- package/dist/locales/sq.json +6 -1
- package/dist/locales/sv.json +6 -1
- package/dist/locales/tr.json +6 -1
- package/dist/locales/zh.json +6 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/tokens.css +2 -1
- package/package.json +5 -1
- package/dist/_chunks/notes-panel-C4G-mhZ9.js +0 -380
- package/dist/_chunks/tasks-panel-DQuaVvl5.js +0 -757
- package/dist/_chunks/tool-rail-8Scslq3X.js +0 -524
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -3918,7 +3918,12 @@ const e = {
|
|
|
3918
3918
|
loading: "Läser in anteckningar…",
|
|
3919
3919
|
loadError: "Det gick inte att läsa in anteckningarna.",
|
|
3920
3920
|
retry: "Försök igen",
|
|
3921
|
-
addFailed: "Det gick inte att spara anteckningen."
|
|
3921
|
+
addFailed: "Det gick inte att spara anteckningen.",
|
|
3922
|
+
delete: "Ta bort anteckning",
|
|
3923
|
+
deleteConfirmTitle: "Ta bort denna anteckning?",
|
|
3924
|
+
deleteConfirmBody: "Anteckningen kommer att tas bort från journalen.",
|
|
3925
|
+
deleteConfirmAction: "Ta bort",
|
|
3926
|
+
deleteConfirmCancel: "Avbryt"
|
|
3922
3927
|
},
|
|
3923
3928
|
toolRail: {
|
|
3924
3929
|
reorderInstructions: "Ordna om {{tool}}. Tryck Alt + Upp eller Alt + Ned för att flytta.",
|
|
@@ -3954,6 +3954,11 @@ export declare const trUi: {
|
|
|
3954
3954
|
readonly loadError: "Notlar yüklenemedi.";
|
|
3955
3955
|
readonly retry: "Tekrar dene";
|
|
3956
3956
|
readonly addFailed: "Not kaydedilemedi.";
|
|
3957
|
+
readonly delete: "Notu sil";
|
|
3958
|
+
readonly deleteConfirmTitle: "Bu not silinsin mi?";
|
|
3959
|
+
readonly deleteConfirmBody: "Not kayıttan kaldırılacak.";
|
|
3960
|
+
readonly deleteConfirmAction: "Sil";
|
|
3961
|
+
readonly deleteConfirmCancel: "İptal";
|
|
3957
3962
|
};
|
|
3958
3963
|
readonly toolRail: {
|
|
3959
3964
|
readonly reorderInstructions: "{{tool}} öğesini yeniden sırala. Taşımak için Alt + Yukarı veya Alt + Aşağı tuşuna basın.";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -3918,7 +3918,12 @@ const e = {
|
|
|
3918
3918
|
loading: "Notlar yükleniyor…",
|
|
3919
3919
|
loadError: "Notlar yüklenemedi.",
|
|
3920
3920
|
retry: "Tekrar dene",
|
|
3921
|
-
addFailed: "Not kaydedilemedi."
|
|
3921
|
+
addFailed: "Not kaydedilemedi.",
|
|
3922
|
+
delete: "Notu sil",
|
|
3923
|
+
deleteConfirmTitle: "Bu not silinsin mi?",
|
|
3924
|
+
deleteConfirmBody: "Not kayıttan kaldırılacak.",
|
|
3925
|
+
deleteConfirmAction: "Sil",
|
|
3926
|
+
deleteConfirmCancel: "İptal"
|
|
3922
3927
|
},
|
|
3923
3928
|
toolRail: {
|
|
3924
3929
|
reorderInstructions: "{{tool}} öğesini yeniden sırala. Taşımak için Alt + Yukarı veya Alt + Aşağı tuşuna basın.",
|
|
@@ -3954,6 +3954,11 @@ export declare const zhUi: {
|
|
|
3954
3954
|
readonly loadError: "无法加载备注。";
|
|
3955
3955
|
readonly retry: "重试";
|
|
3956
3956
|
readonly addFailed: "无法保存备注。";
|
|
3957
|
+
readonly delete: "删除笔记";
|
|
3958
|
+
readonly deleteConfirmTitle: "删除此笔记?";
|
|
3959
|
+
readonly deleteConfirmBody: "该笔记将从记录中删除。";
|
|
3960
|
+
readonly deleteConfirmAction: "删除";
|
|
3961
|
+
readonly deleteConfirmCancel: "取消";
|
|
3957
3962
|
};
|
|
3958
3963
|
readonly toolRail: {
|
|
3959
3964
|
readonly reorderInstructions: "重新排序 {{tool}}。按 Alt + 上 或 Alt + 下 移动。";
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -3903,7 +3903,12 @@ const e = {
|
|
|
3903
3903
|
loading: "正在加载备注……",
|
|
3904
3904
|
loadError: "无法加载备注。",
|
|
3905
3905
|
retry: "重试",
|
|
3906
|
-
addFailed: "无法保存备注。"
|
|
3906
|
+
addFailed: "无法保存备注。",
|
|
3907
|
+
delete: "删除笔记",
|
|
3908
|
+
deleteConfirmTitle: "删除此笔记?",
|
|
3909
|
+
deleteConfirmBody: "该笔记将从记录中删除。",
|
|
3910
|
+
deleteConfirmAction: "删除",
|
|
3911
|
+
deleteConfirmCancel: "取消"
|
|
3907
3912
|
},
|
|
3908
3913
|
toolRail: {
|
|
3909
3914
|
reorderInstructions: "重新排序 {{tool}}。按 Alt + 上 或 Alt + 下 移动。",
|