@incodetech/web 0.0.0-dev-20260408-62a5f2f → 0.0.0-dev-20260408-6210ce3

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
@@ -194,6 +194,14 @@
194
194
  resize: both;
195
195
  }
196
196
 
197
+ .flex-col {
198
+ flex-direction: column;
199
+ }
200
+
201
+ .items-center {
202
+ align-items: center;
203
+ }
204
+
197
205
  .justify-between {
198
206
  justify-content: space-between;
199
207
  }
@@ -142,6 +142,14 @@
142
142
  resize: both;
143
143
  }
144
144
 
145
+ .flex-col {
146
+ flex-direction: column;
147
+ }
148
+
149
+ .items-center {
150
+ align-items: center;
151
+ }
152
+
145
153
  .justify-between {
146
154
  justify-content: space-between;
147
155
  }
@@ -148,6 +148,14 @@
148
148
  resize: both;
149
149
  }
150
150
 
151
+ .flex-col {
152
+ flex-direction: column;
153
+ }
154
+
155
+ .items-center {
156
+ align-items: center;
157
+ }
158
+
151
159
  .justify-between {
152
160
  justify-content: space-between;
153
161
  }
@@ -147,6 +147,14 @@
147
147
  resize: both;
148
148
  }
149
149
 
150
+ .flex-col {
151
+ flex-direction: column;
152
+ }
153
+
154
+ .items-center {
155
+ align-items: center;
156
+ }
157
+
150
158
  .justify-between {
151
159
  justify-content: space-between;
152
160
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260408-62a5f2f",
3
+ "version": "0.0.0-dev-20260408-6210ce3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -148,7 +148,7 @@
148
148
  "qrcode": "^1.5.4",
149
149
  "signature_pad": "^5.1.3",
150
150
  "tailwindcss": "^4.1.17",
151
- "@incodetech/core": "0.0.0-dev-20260408-62a5f2f"
151
+ "@incodetech/core": "0.0.0-dev-20260408-6210ce3"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@microsoft/api-extractor": "^7.53.3",