@incodetech/web 0.0.0-dev-20260708-9a43c068 → 0.0.0-dev-20260709-7b0a2740

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.
@@ -9556,6 +9556,12 @@
9556
9556
  }
9557
9557
  }
9558
9558
 
9559
+ incode-flow {
9560
+ width: 100%;
9561
+ height: 100%;
9562
+ display: block;
9563
+ }
9564
+
9559
9565
  .IncodeFlow {
9560
9566
  width: 100%;
9561
9567
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260708-9a43c068",
3
+ "version": "0.0.0-dev-20260709-7b0a2740",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -291,7 +291,7 @@
291
291
  "qrcode": "^1.5.4",
292
292
  "signature_pad": "^5.1.3",
293
293
  "tailwindcss": "^4.1.17",
294
- "@incodetech/core": "0.0.0-dev-20260708-9a43c068"
294
+ "@incodetech/core": "0.0.0-dev-20260709-7b0a2740"
295
295
  },
296
296
  "devDependencies": {
297
297
  "@microsoft/api-extractor": "^7.53.3",