@incodetech/web 0.0.0-dev-20260515-a07df20 → 0.0.0-dev-20260515-5ea50d5

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 @@ import { o as l } from "../hooks-BVnGysT7.js";
5
5
  import { t as u } from "../incodeComponent-C1o4M0ZK.js";
6
6
  import { t as d } from "../transitionSpinner-PIEPU2Vx.js";
7
7
  import { t as f } from "../incodeModule-BqCjVgEI.js";
8
- import { a as p, c as m, d as h, f as g, h as _, l as v, n as y, o as b, p as x, r as S, s as C, t as w, u as T } from "../useModuleLoader-BIfhXc2Z.js";
8
+ import { a as p, c as m, d as h, f as g, h as _, l as v, n as y, o as b, p as x, r as S, s as C, t as w, u as T } from "../useModuleLoader-BFiVA41N.js";
9
9
  import { getDeviceClass as E } from "@incodetech/core/device";
10
10
  import { getRequiredWasmPipelines as D } from "@incodetech/core/flow";
11
11
  import { QrValidationError as O, bootstrapSession as k, refreshQrUrlUuid as A } from "@incodetech/core/session";
@@ -3,9 +3,9 @@ import { _ as n, l as r, p as i, v as a } from "./vendor-preact-D6SntenC.js";
3
3
  import { t as o } from "./uiConfig-CwpQ-IM6.js";
4
4
  import { t as s } from "./button-DcCUEn2n.js";
5
5
  import { initializeWasmUtil as c, resolveWasmConfig as l, setWasmConfig as u, upgradeToWasmHttpClient as d, warmupWasm as f } from "@incodetech/core/wasm";
6
- import { setup as p } from "@incodetech/core";
7
- import { getDeviceClass as m } from "@incodetech/core/device";
8
- import { createOrchestratedFlowManager as h, getFlow as g, getRequiredWasmPipelines as _ } from "@incodetech/core/flow";
6
+ import { getDeviceClass as p } from "@incodetech/core/device";
7
+ import { createOrchestratedFlowManager as m, getFlow as h, getRequiredWasmPipelines as g } from "@incodetech/core/flow";
8
+ import { initializeSession as _ } from "@incodetech/core/session";
9
9
  import { api as v } from "@incodetech/core/http";
10
10
  //#region src/styles/generatePalette.ts
11
11
  function y(e) {
@@ -210,11 +210,11 @@ function I() {
210
210
  });
211
211
  }
212
212
  function L(e = {}) {
213
- let t = {}, n = e.isDesktop ?? m() === "desktop", { enableHome: r, ...i } = e;
214
- return h({
213
+ let t = {}, n = e.isDesktop ?? p() === "desktop", { enableHome: r, ...i } = e;
214
+ return m({
215
215
  enableHome: r,
216
216
  getFlow: async (e) => {
217
- let r = await g(e, {
217
+ let r = await h(e, {
218
218
  ...i,
219
219
  isDesktop: n
220
220
  }), a = j(r.flowModules ?? []);
@@ -225,10 +225,7 @@ function L(e = {}) {
225
225
  });
226
226
  }
227
227
  async function R(n) {
228
- await p({
229
- token: n.token,
230
- wasm: !1
231
- }), t(e(n.lang ? { lang: n.lang } : void 0));
228
+ await _({ token: n.token }), t(e(n.lang ? { lang: n.lang } : void 0));
232
229
  }
233
230
  async function z(e) {
234
231
  let { token: t, lang: n, flowManager: r } = e;
@@ -254,7 +251,7 @@ async function B() {
254
251
  }
255
252
  function V(e, t) {
256
253
  if (e.currentStep === "REDIRECT_TO_MOBILE") return;
257
- let n = _(e.flow);
254
+ let n = g(e.flow);
258
255
  if (n.length > 0) {
259
256
  let e = l({
260
257
  ...t ?? {},
@@ -6,7 +6,7 @@ import { t as l } from "../incodeComponent-C1o4M0ZK.js";
6
6
  import "../spinner-B4dcie2T.js";
7
7
  import { t as u } from "../transitionSpinner-PIEPU2Vx.js";
8
8
  import { t as d } from "../incodeModule-BqCjVgEI.js";
9
- import { a as f, g as p, i as m, m as h, s as g, t as _ } from "../useModuleLoader-BIfhXc2Z.js";
9
+ import { a as f, g as p, i as m, m as h, s as g, t as _ } from "../useModuleLoader-BFiVA41N.js";
10
10
  import { resolveWasmConfig as v, upgradeToWasmHttpClient as y, warmupWasm as b } from "@incodetech/core/wasm";
11
11
  import { getDeviceClass as x } from "@incodetech/core/device";
12
12
  import { QrValidationError as S, refreshQrUrlUuid as C } from "@incodetech/core/session";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260515-a07df20",
3
+ "version": "0.0.0-dev-20260515-5ea50d5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -239,7 +239,7 @@
239
239
  "qrcode": "^1.5.4",
240
240
  "signature_pad": "^5.1.3",
241
241
  "tailwindcss": "^4.1.17",
242
- "@incodetech/core": "0.0.0-dev-20260515-a07df20"
242
+ "@incodetech/core": "0.0.0-dev-20260515-5ea50d5"
243
243
  },
244
244
  "devDependencies": {
245
245
  "@microsoft/api-extractor": "^7.53.3",