@solid-labs/fab-one-widget 0.1.8 → 0.1.9

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.
@@ -5,7 +5,7 @@ export interface GirthManagerWidgetProps {
5
5
  request: WidgetRequest;
6
6
  /** Called when "Continue to Next Step" is clicked with the full response payload */
7
7
  onComplete?: (response: WidgetResponse) => void;
8
- /** Pre-loaded WASM module. If omitted, the widget auto-loads geo-wasm. */
8
+ /** Pre-loaded WASM module. Must be loaded and initialized before passing. */
9
9
  wasmModule?: WasmModule | null;
10
10
  }
11
- export declare const GirthManagerWidget: ({ request, onComplete, wasmModule: externalWasm }: GirthManagerWidgetProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const GirthManagerWidget: ({ request, onComplete, wasmModule }: GirthManagerWidgetProps) => import("react/jsx-runtime").JSX.Element;
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-C5L2H3Y2.js";
1
+ import { G as a, a as c, c as i, g as s } from "./GirthManagerWidget-CaXgi08X.js";
2
2
  export {
3
3
  a as GirthManagerWidget,
4
4
  c as arrayToCircumference,
@@ -1,6 +1,6 @@
1
1
  import { createElement as s } from "react";
2
2
  import { createRoot as i } from "react-dom/client";
3
- import { G as o } from "./GirthManagerWidget-C5L2H3Y2.js";
3
+ import { G as o } from "./GirthManagerWidget-CaXgi08X.js";
4
4
  class n extends HTMLElement {
5
5
  constructor() {
6
6
  super(...arguments), this._root = null, this._request = null, this._wasmModule = void 0, this._handleComplete = (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solid-labs/fab-one-widget",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/girth-manager-web-widget/src/index.d.ts",