@incodetech/web 0.0.0-dev-20260126-a67604e → 0.0.0-dev-20260127-916fdb0

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.
@@ -433,7 +433,7 @@ const ie = ({
433
433
  if (r.status === "ready") {
434
434
  const { currentStep: i, config: p } = r;
435
435
  if (!i || !p)
436
- return console.log("no current step or config", i, p), /* @__PURE__ */ f("div", { class: "IncodeFlow", children: /* @__PURE__ */ f(
436
+ return /* @__PURE__ */ f("div", { class: "IncodeFlow", children: /* @__PURE__ */ f(
437
437
  M,
438
438
  {
439
439
  title: e.spinnerConfig?.title ?? s("loadingCircle.hangOn"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260126-a67604e",
3
+ "version": "0.0.0-dev-20260127-916fdb0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -65,7 +65,7 @@
65
65
  "libphonenumber-js": "^1.11.0",
66
66
  "preact-custom-element": "^4.6.0",
67
67
  "tailwindcss": "^4.1.17",
68
- "@incodetech/core": "0.0.0-dev-20260126-a67604e"
68
+ "@incodetech/core": "0.0.0-dev-20260127-916fdb0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@microsoft/api-extractor": "^7.53.3",