@alfadocs/ui-kit 0.20.0 → 0.20.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.
Files changed (36) hide show
  1. package/dist/_chunks/{alert-DBnawbmf.js → alert-ywPR59NE.js} +14 -1
  2. package/dist/_chunks/{audio-recorder-DNkQLW1G.js → audio-recorder-D4xM3H5i.js} +2 -2
  3. package/dist/_chunks/editable-currency-cell-renderer-Dn3-ANF5.js +1932 -0
  4. package/dist/_chunks/{freemium-paywall-DXc7XlGE.js → freemium-paywall-CM6V1zNf.js} +2 -2
  5. package/dist/_chunks/grip-vertical-Dlg0_k5C.js +19 -0
  6. package/dist/_chunks/{patient-shell-Dr64lBp_.js → patient-shell-DavGODt9.js} +2 -2
  7. package/dist/_chunks/{payment-form-BjkuQeqR.js → payment-form-F7uh0Rqr.js} +2 -2
  8. package/dist/_chunks/{pdf-viewer-BG_nsFT5.js → pdf-viewer-CuYaVR1I.js} +2 -2
  9. package/dist/_chunks/{sidebar-BqzlRBvC.js → sidebar-DkyC6GvS.js} +167 -180
  10. package/dist/_chunks/{warning-stack-CDH9TudY.js → warning-stack-bDicCvxs.js} +2 -2
  11. package/dist/_chunks/{workflow-map-BeKe23uw.js → workflow-map-BkLglexk.js} +2 -2
  12. package/dist/agent-catalog.json +1 -1
  13. package/dist/components/alert/index.js +1 -1
  14. package/dist/components/audio-recorder/index.js +1 -1
  15. package/dist/components/data-table/cell-renderers/balance-cell-renderer.d.ts +37 -0
  16. package/dist/components/data-table/filters/date-range-filter.d.ts +9 -1
  17. package/dist/components/data-table/filters/select-filter.d.ts +64 -0
  18. package/dist/components/data-table/filters/typeahead-filter.d.ts +49 -0
  19. package/dist/components/data-table/index.d.ts +5 -1
  20. package/dist/components/data-table/index.js +23 -18
  21. package/dist/components/freemium-paywall/index.js +1 -1
  22. package/dist/components/payment-form/index.js +1 -1
  23. package/dist/components/pdf-viewer/index.js +1 -1
  24. package/dist/components/sidebar/index.js +1 -1
  25. package/dist/components/warning-stack/index.js +1 -1
  26. package/dist/components/workflow/index.js +1 -1
  27. package/dist/i18n/config.js +34 -4
  28. package/dist/i18n/resources.d.ts +30 -0
  29. package/dist/index.js +399 -394
  30. package/dist/locales/de.json +10 -0
  31. package/dist/locales/en.json +10 -0
  32. package/dist/locales/it.json +10 -0
  33. package/dist/patterns/patient-shell/index.js +1 -1
  34. package/dist/tokens.css +2 -2
  35. package/package.json +1 -1
  36. package/dist/_chunks/editable-currency-cell-renderer-CqMs0Y8L.js +0 -1590
@@ -66,7 +66,20 @@ const U = F(
66
66
  }
67
67
  }
68
68
  ), h = "ds:shrink-0 ds:size-5", $ = `${h} ds:mt-0.5`, q = [
69
+ // Default (no title): the alert root uses `items-center` and the
70
+ // button centres in the cross-axis. A centred 16×16 glyph inside a
71
+ // 44×44 button aligns optically with a single-line description.
72
+ // With a title: the root flips to `items-start` so the button's top
73
+ // edge aligns with the title row top. A centred glyph would then
74
+ // land ~11 px below the title's optical centre (button height is
75
+ // --min-target-size, much taller than the title's line-height). The
76
+ // `[data-has-title=true]` variant below flips the button to
77
+ // `items-start` and adds a block-start padding that pulls the glyph
78
+ // up onto the title row — same cap-height compensation idea as the
79
+ // leading icon's `mt-0.5`.
69
80
  "ds:ms-auto ds:shrink-0 ds:inline-flex ds:items-center ds:justify-center",
81
+ "ds:[[data-has-title=true]_&]:items-start",
82
+ "ds:[[data-has-title=true]_&]:pt-[var(--spacing-sm)]",
70
83
  "ds:rounded-[var(--radius-sm)]",
71
84
  "ds:min-h-[var(--min-target-size)] ds:min-w-[var(--min-target-size)]",
72
85
  "ds:-mt-[var(--spacing-xs)] ds:-me-[var(--spacing-xs)]",
@@ -213,4 +226,4 @@ const nt = Object.assign(w, {
213
226
  export {
214
227
  nt as A
215
228
  };
216
- //# sourceMappingURL=alert-DBnawbmf.js.map
229
+ //# sourceMappingURL=alert-ywPR59NE.js.map
@@ -6,7 +6,7 @@ import { B as G } from "./button-DD_0Xdmr.js";
6
6
  import { I as N } from "./icon-button-C4CGcYuz.js";
7
7
  import { S as ue } from "./select-C92AT_OZ.js";
8
8
  import { A as pe } from "./audio-visualiser-I-T4Z7EU.js";
9
- import { A as F } from "./alert-DBnawbmf.js";
9
+ import { A as F } from "./alert-ywPR59NE.js";
10
10
  import { u as le } from "./registry-C9nwlNyL.js";
11
11
  import { c as V } from "./createLucideIcon-CrFbzy84.js";
12
12
  import { S as me } from "./square-CZoGU14v.js";
@@ -454,4 +454,4 @@ export {
454
454
  Ne as A,
455
455
  Re as a
456
456
  };
457
- //# sourceMappingURL=audio-recorder-DNkQLW1G.js.map
457
+ //# sourceMappingURL=audio-recorder-D4xM3H5i.js.map