@alfadocs/ui-kit-debug 1.8.0 → 1.9.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/{actions-cell-renderer-ALEAGO3j.js → actions-cell-renderer-B2pw6iH8.js} +2 -2
- package/dist/_chunks/{actions-cell-renderer-ALEAGO3j.js.map → actions-cell-renderer-B2pw6iH8.js.map} +1 -1
- package/dist/_chunks/{file-manager-Cc_upjZX.js → file-manager-Crg5dKez.js} +2 -2
- package/dist/_chunks/{file-manager-Cc_upjZX.js.map → file-manager-Crg5dKez.js.map} +1 -1
- package/dist/_chunks/{patient-table-BqYomX50.js → patient-table-ChXM2K7H.js} +10 -6
- package/dist/_chunks/patient-table-ChXM2K7H.js.map +1 -0
- package/dist/_chunks/{practice-profile-hero-Bdd0bFqC.js → practice-profile-hero-YQ7h2K4o.js} +8 -2
- package/dist/_chunks/practice-profile-hero-YQ7h2K4o.js.map +1 -0
- package/dist/_chunks/{signature-request-DXhpphlp.js → signature-request-CW30B77U.js} +2 -2
- package/dist/_chunks/{signature-request-DXhpphlp.js.map → signature-request-CW30B77U.js.map} +1 -1
- package/dist/_chunks/{whatsapp-button-BIy6NaJK.js → whatsapp-button-Ca9towA4.js} +61 -43
- package/dist/_chunks/whatsapp-button-Ca9towA4.js.map +1 -0
- package/dist/agent-catalog.json +1 -1
- package/dist/components/data-table/cell-renderers/actions-cell-renderer.d.ts.map +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/patient-table/columns.d.ts.map +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/patient-table/patient-table.d.ts +5 -4
- package/dist/components/patient-table/patient-table.d.ts.map +1 -1
- package/dist/components/practice-profile-hero/index.js +1 -1
- package/dist/components/practice-profile-hero/practice-profile-hero.d.ts +5 -1
- package/dist/components/practice-profile-hero/practice-profile-hero.d.ts.map +1 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/components/whatsapp-button/whatsapp-button.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/patterns/signature-request/index.js +1 -1
- package/dist/tokens.css +2 -1
- package/package.json +1 -1
- package/dist/_chunks/patient-table-BqYomX50.js.map +0 -1
- package/dist/_chunks/practice-profile-hero-Bdd0bFqC.js.map +0 -1
- package/dist/_chunks/whatsapp-button-BIy6NaJK.js.map +0 -1
package/dist/_chunks/{actions-cell-renderer-ALEAGO3j.js → actions-cell-renderer-B2pw6iH8.js}
RENAMED
|
@@ -1705,7 +1705,7 @@ function Me(e) {
|
|
|
1705
1705
|
return Ge(t, { className: n, size: t.props.size ?? 16 });
|
|
1706
1706
|
}
|
|
1707
1707
|
function ua(e) {
|
|
1708
|
-
return Math.max(1, e) * 32 +
|
|
1708
|
+
return Math.max(1, e) * 32 + 28;
|
|
1709
1709
|
}
|
|
1710
1710
|
function be(e, t) {
|
|
1711
1711
|
return typeof e == "function" ? e(t) : !!e;
|
|
@@ -1781,4 +1781,4 @@ export {
|
|
|
1781
1781
|
da as h,
|
|
1782
1782
|
j as i
|
|
1783
1783
|
};
|
|
1784
|
-
//# sourceMappingURL=actions-cell-renderer-
|
|
1784
|
+
//# sourceMappingURL=actions-cell-renderer-B2pw6iH8.js.map
|