@incodetech/web 0.0.0-dev-20260414-db434be → 0.0.0-dev-20260415-a311a6e

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.
Files changed (2) hide show
  1. package/dist/base.css +1 -1
  2. package/package.json +2 -2
package/dist/base.css CHANGED
@@ -4242,7 +4242,7 @@
4242
4242
  max-width: 468px;
4243
4243
  padding-bottom: var(--spacing-24, var(--spacing-24, 24px));
4244
4244
  }
4245
- .IncodeComponent .IncodeTitle {
4245
+ .IncodeDeniedPage .IncodeTitle {
4246
4246
  text-align: left;
4247
4247
  }
4248
4248
  .IncodeDeniedContainer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260414-db434be",
3
+ "version": "0.0.0-dev-20260415-a311a6e",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -162,7 +162,7 @@
162
162
  "qrcode": "^1.5.4",
163
163
  "signature_pad": "^5.1.3",
164
164
  "tailwindcss": "^4.1.17",
165
- "@incodetech/core": "0.0.0-dev-20260414-db434be"
165
+ "@incodetech/core": "0.0.0-dev-20260415-a311a6e"
166
166
  },
167
167
  "devDependencies": {
168
168
  "@microsoft/api-extractor": "^7.53.3",