@jaw.id/ui 1.2.3 → 1.2.5

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.
@@ -6,4 +6,13 @@ export declare function cn(...inputs: ClassValue[]): string;
6
6
  * preventing consumer app CSS from leaking into SDK modals.
7
7
  */
8
8
  export declare const PortalContainerContext: import("react").Context<HTMLElement | null>;
9
+ /**
10
+ * Vertical anchor for Radix dialog content. Dialogs portal to document.body,
11
+ * so a host that lays out its inline screens in a top-anchored card (keys'
12
+ * EmbeddedShell) can't reposition them by wrapping — it provides 'top' here
13
+ * instead so the portaled dialogs match that card: anchored to the top and
14
+ * with a transparent (undimmed) overlay, like the shell's scrim-free backdrop.
15
+ */
16
+ export type DialogAnchor = 'center' | 'top';
17
+ export declare const DialogAnchorContext: import("react").Context<DialogAnchor>;
9
18
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAI7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,6CAA0C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAI7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,6CAA0C,CAAC;AAE9E;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,KAAK,CAAC;AAC5C,eAAO,MAAM,mBAAmB,uCAAwC,CAAC"}
@@ -14336,4 +14336,4 @@ async function L_(e, t, n) {
14336
14336
  return We(t * await ni(w_(e, n)), 18);
14337
14337
  }
14338
14338
  //#endregion
14339
- export { Qu as $, yp as A, Rd as B, a_ as C, Pn as Ct, Np as D, Qp as E, mp as F, hd as G, kd as H, sp as I, ud as J, od as K, ip as L, wp as M, Cp as N, _p as O, Tp as P, id as Q, np as R, n_ as S, jn as St, Zg as T, Ad as U, Ld as V, q as W, cd as X, ld as Y, pd as Z, $g as _, ka as _t, I_ as a, ll as at, h_ as b, In as bt, j_ as c, fs as ct, k_ as d, $o as dt, iu as et, D_ as f, Zo as ft, e_ as g, Ka as gt, v_ as h, K as ht, M_ as i, fl as it, bp as j, vp as k, w_ as l, ss as lt, y_ as m, Uo as mt, C_ as n, Fl as nt, F_ as o, bc as ot, b_ as p, Yo as pt, ad as q, L_ as r, jl as rt, A_ as s, ls as st, x_ as t, Zl as tt, O_ as u, Qo as ut, p_ as v, Sr as vt, r_ as w, Nn as wt, i_ as x, U as xt, m_ as y, xr as yt, Bd as z };
14339
+ export { cd as $, vp as A, Ud as B, a_ as C, Sr as Ct, Jp as D, jn as Dt, Qp as E, U as Et, Tp as F, kd as G, zd as H, mp as I, hd as J, Ad as K, sp as L, bp as M, wp as N, Np as O, Pn as Ot, Cp as P, ld as Q, ip as R, n_ as S, G as St, Zg as T, In as Tt, Rd as U, Bd as V, Ld as W, ad as X, od as Y, ud as Z, $g as _, Yo as _t, I_ as a, Fl as at, h_ as b, Ka as bt, j_ as c, ll as ct, k_ as d, ls as dt, pd as et, D_ as f, fs as ft, e_ as g, Zo as gt, v_ as h, $o as ht, M_ as i, Zl as it, yp as j, _p as k, Nn as kt, w_ as l, Gc as lt, y_ as m, Qo as mt, C_ as n, Qu as nt, F_ as o, jl as ot, b_ as p, ss as pt, q, L_ as r, iu as rt, A_ as s, fl as st, x_ as t, id as tt, O_ as u, bc as ut, p_ as v, Uo as vt, r_ as w, xr as wt, i_ as x, ka as xt, m_ as y, K as yt, np as z };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jaw.id/ui",
3
3
  "description": "Pre-built React dialogs for JAW.id",
4
- "version": "1.2.3",
4
+ "version": "1.2.5",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "sideEffects": [
@@ -85,7 +85,7 @@
85
85
  "react-dom": ">=18.0.0"
86
86
  },
87
87
  "dependencies": {
88
- "@jaw.id/core": "1.0.4",
88
+ "@jaw.id/core": "1.0.5",
89
89
  "@hookform/resolvers": "^5.2.2",
90
90
  "@justaname.id/sdk": "^0.3.0",
91
91
  "@radix-ui/react-accordion": "^1.2.12",