@incodetech/web 0.0.0-dev-20260325-bc7b3fb → 0.0.0-dev-20260325-b804685
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/authentication/authentication.es.js +2 -2
- package/dist/extensibility.es.js +3 -3
- package/dist/{flipAnimation-Dth_zuN5.js → flipAnimation-CK0kvOE9.js} +396 -424
- package/dist/flow/styles.css +382 -424
- package/dist/id/id.es.js +2 -2
- package/dist/id/styles.css +131 -173
- package/dist/{manualCaptureButton-iyltFWfQ.js → manualCaptureButton-6WD7GhPe.js} +286 -281
- package/dist/selfie/selfie.es.js +2 -2
- package/dist/{tutorial-BmIdFtSC.js → tutorial-BRvI-ZLU.js} +1 -1
- package/dist/types/extensibility.d.ts +3 -1
- package/package.json +2 -2
package/dist/selfie/selfie.es.js
CHANGED
|
@@ -2,10 +2,10 @@ import { u as r, I as u, a } from "../button-qiC4m4lf.js";
|
|
|
2
2
|
import { createSelfieManager as l } from "@incodetech/core/selfie";
|
|
3
3
|
import "../vendor-preact-BY8u4mdq.js";
|
|
4
4
|
import "@incodetech/core";
|
|
5
|
-
import { P as m } from "../manualCaptureButton-
|
|
5
|
+
import { P as m } from "../manualCaptureButton-6WD7GhPe.js";
|
|
6
6
|
import { r as f } from "../incodeModule-DtbbjNTQ.js";
|
|
7
7
|
import { P as p } from "../processing-DW3Cq3ot.js";
|
|
8
|
-
import { T as c, C as d } from "../tutorial-
|
|
8
|
+
import { T as c, C as d } from "../tutorial-BRvI-ZLU.js";
|
|
9
9
|
const g = ({
|
|
10
10
|
config: e,
|
|
11
11
|
manager: s,
|
|
@@ -5,7 +5,7 @@ import { S as P } from "./successIcon-C-3-t1kz.js";
|
|
|
5
5
|
import { P as m } from "./page-CH1_PpOG.js";
|
|
6
6
|
import { T as v } from "./typography-DgyeaZWI.js";
|
|
7
7
|
import { E as B } from "./errorContent-BudafcKL.js";
|
|
8
|
-
import { a as M, B as U } from "./manualCaptureButton-
|
|
8
|
+
import { a as M, B as U } from "./manualCaptureButton-6WD7GhPe.js";
|
|
9
9
|
import { S as H } from "./spinner-_-QbAnd8.js";
|
|
10
10
|
const h = ({
|
|
11
11
|
icon: i,
|
|
@@ -512,7 +512,7 @@ declare type ModalIconProps = {
|
|
|
512
512
|
class?: string;
|
|
513
513
|
};
|
|
514
514
|
|
|
515
|
-
declare function ModalRoot({ open, children, onOpenChange, dismissible, portalContainer, class: className, hasBackdrop, }: ModalRootProps): VNode<any> | null;
|
|
515
|
+
declare function ModalRoot({ open, children, onOpenChange, dismissible, portalContainer, class: className, hasBackdrop, manageInitialFocus, }: ModalRootProps): VNode<any> | null;
|
|
516
516
|
|
|
517
517
|
declare type ModalRootProps = {
|
|
518
518
|
open: boolean;
|
|
@@ -524,6 +524,8 @@ declare type ModalRootProps = {
|
|
|
524
524
|
portalContainer?: HTMLElement | null;
|
|
525
525
|
class?: string;
|
|
526
526
|
hasBackdrop?: boolean;
|
|
527
|
+
/** When false, Modal won't auto-focus the first interactive element on open. Defaults to true. */
|
|
528
|
+
manageInitialFocus?: boolean;
|
|
527
529
|
};
|
|
528
530
|
|
|
529
531
|
declare function ModalSubtitle({ children, class: className }: ModalSubtitleProps): JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260325-
|
|
3
|
+
"version": "0.0.0-dev-20260325-b804685",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"preact-markup": "^2.1.1",
|
|
137
137
|
"qrcode": "^1.5.4",
|
|
138
138
|
"tailwindcss": "^4.1.17",
|
|
139
|
-
"@incodetech/core": "0.0.0-dev-20260325-
|
|
139
|
+
"@incodetech/core": "0.0.0-dev-20260325-b804685"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@microsoft/api-extractor": "^7.53.3",
|