@incodetech/web 0.0.0-dev-20260610-3e0cbc39 → 0.0.0-dev-20260610-d8176e6a

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.
package/dist/base.css CHANGED
@@ -2686,10 +2686,6 @@
2686
2686
  resize: both;
2687
2687
  }
2688
2688
 
2689
- .flex-col {
2690
- flex-direction: column;
2691
- }
2692
-
2693
2689
  .items-center {
2694
2690
  align-items: center;
2695
2691
  }
@@ -326,10 +326,6 @@
326
326
  resize: both;
327
327
  }
328
328
 
329
- .flex-col {
330
- flex-direction: column;
331
- }
332
-
333
329
  .items-center {
334
330
  align-items: center;
335
331
  }
@@ -3527,10 +3527,6 @@
3527
3527
  resize: both;
3528
3528
  }
3529
3529
 
3530
- .flex-col {
3531
- flex-direction: column;
3532
- }
3533
-
3534
3530
  .items-center {
3535
3531
  align-items: center;
3536
3532
  }
@@ -601,10 +601,6 @@
601
601
  resize: both;
602
602
  }
603
603
 
604
- .flex-col {
605
- flex-direction: column;
606
- }
607
-
608
604
  .items-center {
609
605
  align-items: center;
610
606
  }
@@ -3077,10 +3077,6 @@
3077
3077
  resize: both;
3078
3078
  }
3079
3079
 
3080
- .flex-col {
3081
- flex-direction: column;
3082
- }
3083
-
3084
3080
  .items-center {
3085
3081
  align-items: center;
3086
3082
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260610-3e0cbc39",
3
+ "version": "0.0.0-dev-20260610-d8176e6a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -255,7 +255,7 @@
255
255
  "qrcode": "^1.5.4",
256
256
  "signature_pad": "^5.1.3",
257
257
  "tailwindcss": "^4.1.17",
258
- "@incodetech/core": "0.0.0-dev-20260610-3e0cbc39"
258
+ "@incodetech/core": "0.0.0-dev-20260610-d8176e6a"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@microsoft/api-extractor": "^7.53.3",