@incodetech/web 0.0.0-dev-20260223-4e681c2 → 0.0.0-dev-20260223-138ae97

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.
@@ -180,8 +180,8 @@ async function P() {
180
180
  hideFooterBranding: e.hideFooterBranding
181
181
  };
182
182
  return T(t), { theme: e, uiConfig: t };
183
- } catch (e) {
184
- return console.warn("Failed to fetch dashboard theme:", e), {};
183
+ } catch {
184
+ return {};
185
185
  }
186
186
  }
187
187
  function x(e, t) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260223-4e681c2",
3
+ "version": "0.0.0-dev-20260223-138ae97",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  "libphonenumber-js": "^1.11.0",
87
87
  "preact-custom-element": "^4.6.0",
88
88
  "tailwindcss": "^4.1.17",
89
- "@incodetech/core": "0.0.0-dev-20260223-4e681c2"
89
+ "@incodetech/core": "0.0.0-dev-20260223-138ae97"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@microsoft/api-extractor": "^7.53.3",
@@ -101,7 +101,7 @@
101
101
  "@testing-library/preact": "^3.2.4",
102
102
  "@types/node": "^22.10.5",
103
103
  "@vitest/coverage-v8": "^4.0.13",
104
- "jsdom": "^27.2.0",
104
+ "happy-dom": "^20.7.0",
105
105
  "postcss": "^8.5.6",
106
106
  "postcss-import": "^16.1.1",
107
107
  "preact": "^10.27.2",