@alfadocs/ui-kit 1.3.9 → 1.3.11

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "1.3.9",
3
+ "packageVersion": "1.3.11",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
package/dist/index.js CHANGED
@@ -214,7 +214,7 @@ import { T as Og } from "./_chunks/transaction-chip-DJCstquX.js";
214
214
  import { W as yg, a as kg } from "./_chunks/whatsapp-button-BIy6NaJK.js";
215
215
  import { C as vg, W as Gg, a as Hg, b as wg, c as Vg, i as Ug, l as Wg, m as Kg, r as Yg, w as Xg, d as qg, e as zg, f as jg } from "./_chunks/workflow-map-BVMeVHkV.js";
216
216
  import { A as Jg, a as Zg, b as $g, c as aC } from "./_chunks/alia-sidebar-DzNz1gDf.js";
217
- import { A as rC, a as sC, L as oC, P as tC, S as nC, T as iC, b as pC, c as mC, d as lC, e as dC, f as AC, g as cC, h as fC, i as gC, j as CC, k as SC, l as xC, m as TC, r as uC, n as PC, s as IC, o as EC } from "./_chunks/anamnesis-i18n-CcwFL4B2.js";
217
+ import { A as rC, a as sC, L as oC, P as tC, S as nC, T as iC, b as pC, c as mC, d as lC, e as dC, f as AC, g as cC, h as fC, i as gC, j as CC, k as SC, l as xC, m as TC, r as uC, n as PC, s as IC, o as EC } from "./_chunks/anamnesis-i18n-DFXSM72N.js";
218
218
  import { C as RC, M as _C, P as NC } from "./_chunks/marketplace-app-shell-DwcFMxzp.js";
219
219
  import { P as DC } from "./_chunks/payment-automation-upsell-D_x880pr.js";
220
220
  import { S as MC } from "./_chunks/signature-request-CrRj64Nz.js";
@@ -42,6 +42,14 @@ export declare function parameterLabel(def: NumericParameterDef, t: TFunction):
42
42
  export declare function parameterLabelWithUnit(def: NumericParameterDef, t: TFunction): string;
43
43
  /** Intake field label — practice wording, else `anamnesis.field.<key>.label`. */
44
44
  export declare function intakeFieldLabel(def: IntakeFieldDef, t: TFunction): string;
45
+ /** Intake field label with its unit appended — what a `number` field renders,
46
+ * so the reader knows whether 85 is kilograms or pounds before typing it.
47
+ *
48
+ * Practice units only in practice: no kit-seeded intake field carries `unit`
49
+ * (the seeded labels spell theirs out), which is why this is a sibling helper
50
+ * and not folded into `intakeFieldLabel` — that one also feeds the config
51
+ * editor's rename placeholder, where a unit would end up inside the wording. */
52
+ export declare function intakeFieldLabelWithUnit(def: IntakeFieldDef, t: TFunction): string;
45
53
  /** Optional help text under an intake field. Practice help text wins; the kit
46
54
  * key is optional and resolves to `undefined` when unset. */
47
55
  export declare function intakeFieldHelp(def: IntakeFieldDef, t: TFunction): string | undefined;
@@ -1,4 +1,4 @@
1
- import { A as e, a as i, L as n, P as r, S as o, T as l, b as t, c as d, d as g, e as A, f as E, g as c, h as m, i as P, j as f, k as S, l as T, m as h, r as u, n as N, s as _, o as C } from "../../_chunks/anamnesis-i18n-CcwFL4B2.js";
1
+ import { A as e, a as i, L as n, P as r, S as o, T as l, b as t, c as d, d as g, e as A, f as E, g as c, h as m, i as P, j as f, k as S, l as T, m as h, r as u, n as N, s as _, o as C } from "../../_chunks/anamnesis-i18n-DFXSM72N.js";
2
2
  export {
3
3
  e as Anamnesis,
4
4
  i as AnamnesisConfigEditor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",