@incodetech/web 0.0.0-dev-20260824-94cbb63a → 0.0.0-dev-20260824-7f7ee302
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 +1 -1
- package/dist/themes/dark.css +2 -0
- package/dist/themes/light.css +2 -0
- package/package.json +2 -2
package/dist/base.css
CHANGED
package/dist/themes/dark.css
CHANGED
|
@@ -1387,6 +1387,8 @@
|
|
|
1387
1387
|
--camera-frame-overlay-opacity-active: 1;
|
|
1388
1388
|
--camera-frame-overlay-shadow: 0 0 0 9999px
|
|
1389
1389
|
rgba(0, 0, 0, var(--overlay-opacity));
|
|
1390
|
+
--camera-frame-overlay-shadow-active: 0 0 0 9999px
|
|
1391
|
+
rgba(0, 0, 0, var(--camera-frame-overlay-opacity-active));
|
|
1390
1392
|
--camera-frame-fill-border-color: rgba(255, 255, 255, 0.4);
|
|
1391
1393
|
}
|
|
1392
1394
|
[data-incode-theme='dark'] {
|
package/dist/themes/light.css
CHANGED
|
@@ -1387,5 +1387,7 @@
|
|
|
1387
1387
|
--camera-frame-overlay-opacity-active: 1;
|
|
1388
1388
|
--camera-frame-overlay-shadow: 0 0 0 9999px
|
|
1389
1389
|
rgba(0, 0, 0, var(--overlay-opacity));
|
|
1390
|
+
--camera-frame-overlay-shadow-active: 0 0 0 9999px
|
|
1391
|
+
rgba(0, 0, 0, var(--camera-frame-overlay-opacity-active));
|
|
1390
1392
|
--camera-frame-fill-border-color: rgba(255, 255, 255, 0.4);
|
|
1391
1393
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260824-
|
|
3
|
+
"version": "0.0.0-dev-20260824-7f7ee302",
|
|
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-20260824-
|
|
295
|
+
"@incodetech/core": "0.0.0-dev-20260824-7f7ee302"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
298
|
"@microsoft/api-extractor": "^7.53.3",
|