@solid-labs/fab-one-widget 1.0.17 → 1.0.18

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.
@@ -14,6 +14,10 @@ export interface GirthManagerResult {
14
14
  frontalHeight: number;
15
15
  transverseML: number;
16
16
  transverseAP: number;
17
+ /** User-entered Perineum ML dimension (mm) — AK only */
18
+ perineumML?: number;
19
+ /** User-entered Perineum AP dimension (mm) — AK only */
20
+ perineumAP?: number;
17
21
  scanUrl: string | undefined;
18
22
  decision: "use_form_measurements" | "use_scan" | "continue" | "skip";
19
23
  skipReason?: string;
@@ -2,6 +2,10 @@ import type { MeasurementData } from "../processing/types";
2
2
  export interface MeasurementFormData {
3
3
  circumferences: number[];
4
4
  frontalHeight: number;
5
+ /** Perineum Medio-Lateral dimension (mm) — AK only */
6
+ perineumML?: number;
7
+ /** Perineum Anterior-Posterior dimension (mm) — AK only */
8
+ perineumAP?: number;
5
9
  }
6
10
  export interface MeasurementInputFormProps {
7
11
  amputationType: "AK" | "BK";
@@ -70,6 +70,10 @@ export interface WidgetResponse {
70
70
  final_transverse_ml: number;
71
71
  /** Final resolved AP transverse dimension (mm) to use for the order form, based on the user's decision. */
72
72
  final_transverse_ap: number;
73
+ /** User-entered Perineum Medio-Lateral dimension (mm) — AK only */
74
+ perineum_ml?: number;
75
+ /** User-entered Perineum Anterior-Posterior dimension (mm) — AK only */
76
+ perineum_ap?: number;
73
77
  /**
74
78
  * PNG screenshots of the final rendered socket with measurement annotations.
75
79
  * Includes a frontal view (BK: MPT anchor / AK: IT anchor) and a 90° side view.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { G as a, a as c, c as i, g as s } from "./GirthManagerWidget-DJx3cJ1l.js";
1
+ import { G as a, a as c, c as i, g as s } from "./GirthManagerWidget-CdqJMMC1.js";
2
2
  export {
3
3
  a as GirthManagerWidget,
4
4
  c as arrayToCircumference,
@@ -1,6 +1,6 @@
1
1
  import { createElement as o } from "react";
2
2
  import { createRoot as i } from "react-dom/client";
3
- import { G as n, __tla as __tla_0 } from "./GirthManagerWidget-DJx3cJ1l.js";
3
+ import { G as n, __tla as __tla_0 } from "./GirthManagerWidget-CdqJMMC1.js";
4
4
  let u;
5
5
  let __tla = Promise.all([
6
6
  (() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solid-labs/fab-one-widget",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",