@incodetech/web 0.0.0-dev-20260402-a9e4450 → 0.0.0-dev-20260402-0dc2fb9

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.
@@ -308,6 +308,7 @@
308
308
  }
309
309
 
310
310
  .IncodeFaceOutline {
311
+ width: 100%;
311
312
  height: 100%;
312
313
  }
313
314
 
@@ -307,6 +307,7 @@
307
307
  }
308
308
 
309
309
  .IncodeFaceOutline {
310
+ width: 100%;
310
311
  height: 100%;
311
312
  }
312
313
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260402-a9e4450",
3
+ "version": "0.0.0-dev-20260402-0dc2fb9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -137,7 +137,7 @@
137
137
  "qrcode": "^1.5.4",
138
138
  "signature_pad": "^5.1.3",
139
139
  "tailwindcss": "^4.1.17",
140
- "@incodetech/core": "0.0.0-dev-20260402-a9e4450"
140
+ "@incodetech/core": "0.0.0-dev-20260402-0dc2fb9"
141
141
  },
142
142
  "devDependencies": {
143
143
  "@microsoft/api-extractor": "^7.53.3",