@incodetech/web 0.0.0-dev-20260803-b5ce6d34 → 0.0.0-dev-20260803-04b1c843

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.
@@ -479,6 +479,7 @@
479
479
  min-height: 250px;
480
480
  display: flex;
481
481
  position: relative;
482
+ overflow: clip;
482
483
  }
483
484
 
484
485
  .IncodeFaceMatchContainer {
@@ -5259,6 +5259,7 @@
5259
5259
  min-height: 250px;
5260
5260
  display: flex;
5261
5261
  position: relative;
5262
+ overflow: clip;
5262
5263
  }
5263
5264
 
5264
5265
  .IncodeFaceMatchContainer {
@@ -4090,6 +4090,7 @@
4090
4090
  min-height: 250px;
4091
4091
  display: flex;
4092
4092
  position: relative;
4093
+ overflow: clip;
4093
4094
  }
4094
4095
 
4095
4096
  .IncodeFaceMatchContainer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260803-b5ce6d34",
3
+ "version": "0.0.0-dev-20260803-04b1c843",
4
4
  "license": "ISC",
5
5
  "repository": {
6
6
  "type": "git",
@@ -292,7 +292,7 @@
292
292
  "qrcode": "^1.5.4",
293
293
  "signature_pad": "^5.1.3",
294
294
  "tailwindcss": "^4.1.17",
295
- "@incodetech/core": "0.0.0-dev-20260803-b5ce6d34"
295
+ "@incodetech/core": "0.0.0-dev-20260803-04b1c843"
296
296
  },
297
297
  "devDependencies": {
298
298
  "@microsoft/api-extractor": "^7.53.3",