@tempots/beatui 1.6.1 → 1.7.0
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/auth/index.cjs.js +1 -1
- package/dist/auth/index.es.js +1 -1
- package/dist/auth-divider-CjcrgXmq.cjs +1 -0
- package/dist/{auth-divider-qnJuYK-x.js → auth-divider-D9KnNeyF.js} +239 -230
- package/dist/better-auth/index.cjs.js +1 -1
- package/dist/better-auth/index.es.js +396 -347
- package/dist/{custom-validation-BetUqAEz.js → custom-validation-7por5nJN.js} +1 -1
- package/dist/{deep-merge-ZVigk5Qf.js → deep-merge-DT2H9AGq.js} +1 -1
- package/dist/{duration-input-GMBmT1BE.js → duration-input-D4V_PHIg.js} +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.es.js +2325 -2263
- package/dist/json-schema/index.es.js +5 -5
- package/dist/json-structure/index.es.js +3 -3
- package/dist/{notice-B6ojfenv.js → notice-CQGJyZ8o.js} +1 -1
- package/dist/types/better-auth/callbacks.d.ts +4 -4
- package/dist/types/better-auth/components/authenticated.d.ts +27 -2
- package/dist/types/better-auth/components/better-auth-container.d.ts +6 -0
- package/dist/types/better-auth/index.d.ts +2 -1
- package/dist/types/better-auth/provider.d.ts +1 -1
- package/dist/types/better-auth/types.d.ts +22 -0
- package/dist/types/components/auth/auth-email-prop.d.ts +6 -12
- package/dist/types/components/auth/types.d.ts +7 -6
- package/dist/types/components/auth/utils.d.ts +4 -2
- package/dist/types/components/query/index.d.ts +2 -0
- package/dist/types/components/query/query-data-source.d.ts +73 -0
- package/dist/types/components/query/query-data-table.d.ts +62 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/{use-form-NfobsGNl.js → use-form-8NnZ-KHk.js} +9 -9
- package/dist/{widget-customization-BtkexHgm.js → widget-customization-BIBva3f-.js} +2 -2
- package/package.json +1 -1
- package/dist/auth-divider-DewHpITQ.cjs +0 -1
|
@@ -3,7 +3,7 @@ import { u as G } from "./use-animated-toggle-C3asw_Sg.js";
|
|
|
3
3
|
import { delayedAnimationFrame as J } from "@tempots/std";
|
|
4
4
|
import { s as N } from "./session-id-3KiilioY.js";
|
|
5
5
|
import { B as P } from "./translations-BCMP-h52.js";
|
|
6
|
-
import { C as Q } from "./use-form-
|
|
6
|
+
import { C as Q } from "./use-form-8NnZ-KHk.js";
|
|
7
7
|
import { B as D } from "./input-container-8JFB11xN.js";
|
|
8
8
|
const X = [
|
|
9
9
|
"a[href]",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Task as ye, Use as E, Value as p, prop as te, html as h, attr as l, on as C, WithElement as ne, Empty as z, aria as K, bind as oe, OnDispose as se, coalesce as Re, ForEach as X, Fragment as W, Ensure as Pe, OneOfType as je, computedOf as V, input as le, emitValue as Z, emitValueAsNumber as we, When as F, style as _e, MapSignal as We, NotEmpty as Ze, Repeat as He, signal as ke } from "@tempots/dom";
|
|
2
2
|
import { I as q, a as qe, B as be } from "./input-container-8JFB11xN.js";
|
|
3
3
|
import { C as J, m as Ye } from "./text-input-NJypZSnE.js";
|
|
4
|
-
import { F as Ve, m as Ge,
|
|
4
|
+
import { F as Ve, m as Ge, d as Je, C as ce, e as fe, f as Ce } from "./use-form-8NnZ-KHk.js";
|
|
5
5
|
import { B as j, d as ae, I as N, L as Xe, b as De, f as Ie } from "./translations-BCMP-h52.js";
|
|
6
6
|
import { S as Ae } from "./stack-BLMteGTn.js";
|
|
7
7
|
import { objectEntries as Qe, delayedAnimationFrame as Ke, strictEqual as ee } from "@tempots/std";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Value as s, Use as H, computedOf as S, html as k, attr as o, on as T, aria as F, Fragment as B, input as R, Empty as N, emitValue as x } from "@tempots/dom";
|
|
2
|
-
import { F as X, M as A, N as j, W as J, d as Y } from "./deep-merge-
|
|
2
|
+
import { F as X, M as A, N as j, W as J, d as Y } from "./deep-merge-DT2H9AGq.js";
|
|
3
3
|
import { B as q, I as M } from "./translations-BCMP-h52.js";
|
|
4
4
|
import { S as G } from "./stack-BLMteGTn.js";
|
|
5
5
|
import { I as L } from "./input-container-8JFB11xN.js";
|