@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.
@@ -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-iyltFWfQ.js";
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-BmIdFtSC.js";
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-iyltFWfQ.js";
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-bc7b3fb",
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-bc7b3fb"
139
+ "@incodetech/core": "0.0.0-dev-20260325-b804685"
140
140
  },
141
141
  "devDependencies": {
142
142
  "@microsoft/api-extractor": "^7.53.3",