@iqauth/sdk 2.3.0 → 2.6.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/README.md +110 -0
- package/dist/browser-session.d.mts +3 -2
- package/dist/browser-session.d.ts +3 -2
- package/dist/browser.d.mts +64 -29
- package/dist/browser.d.ts +64 -29
- package/dist/browser.js +782 -38
- package/dist/browser.mjs +43 -3
- package/dist/bundle-LUKDQYVQ.mjs +374 -0
- package/dist/chunk-3JULWS6F.mjs +106 -0
- package/dist/chunk-5T7GHBX6.mjs +1165 -0
- package/dist/{chunk-KGEPDXHU.mjs → chunk-6TDJJER7.mjs} +2 -2
- package/dist/{chunk-RACIPVLD.mjs → chunk-76W5TLQQ.mjs} +262 -220
- package/dist/{chunk-EKTNEZIH.mjs → chunk-BVV54LPI.mjs} +37 -5
- package/dist/chunk-LIZYFXH7.mjs +90 -0
- package/dist/chunk-MKKZULZR.mjs +241 -0
- package/dist/chunk-SL3KRS4W.mjs +54 -0
- package/dist/chunk-TKZTCPEK.mjs +232 -0
- package/dist/chunk-UKZLOHZG.mjs +83 -0
- package/dist/cli/index.js +144 -36
- package/dist/cli/index.mjs +1 -1
- package/dist/{client-DTX4hNdS.d.ts → client-BNQe3AgF.d.ts} +3 -62
- package/dist/{client-vdh2a9fJ.d.mts → client-kYlJFgPv.d.mts} +3 -62
- package/dist/doctor-YYNHNMLD.mjs +198 -0
- package/dist/{express-A0-dWEMy.d.mts → express-B6_1vBYZ.d.mts} +23 -2
- package/dist/{express-Bo_pJKHN.d.ts → express-CHpfa7D_.d.ts} +23 -2
- package/dist/express.d.mts +5 -4
- package/dist/express.d.ts +5 -4
- package/dist/express.js +36 -4
- package/dist/express.mjs +8 -8
- package/dist/fastify.js +2 -2
- package/dist/fastify.mjs +4 -4
- package/dist/hono.js +2 -2
- package/dist/hono.mjs +4 -4
- package/dist/index.d.mts +8 -3
- package/dist/index.d.ts +8 -3
- package/dist/index.js +500 -4
- package/dist/index.mjs +29 -9
- package/dist/locales.d.mts +53 -0
- package/dist/locales.d.ts +53 -0
- package/dist/locales.js +1202 -0
- package/dist/locales.mjs +29 -0
- package/dist/mobile.d.mts +3 -2
- package/dist/mobile.d.ts +3 -2
- package/dist/next.d.mts +1 -1
- package/dist/next.d.ts +1 -1
- package/dist/next.js +2 -2
- package/dist/next.mjs +1 -1
- package/dist/provisioningBridge-88xjOS2n.d.mts +86 -0
- package/dist/provisioningBridge-DnTfzdZK.d.ts +86 -0
- package/dist/react.d.mts +1349 -10
- package/dist/react.d.ts +1349 -10
- package/dist/react.js +3006 -568
- package/dist/react.mjs +1540 -97
- package/dist/reverify-4UEJXUS6.mjs +16 -0
- package/dist/server/handlers.d.mts +10 -1
- package/dist/server/handlers.d.ts +10 -1
- package/dist/server/handlers.js +2 -2
- package/dist/server/handlers.mjs +1 -1
- package/dist/server.d.mts +5 -3
- package/dist/server.d.ts +5 -3
- package/dist/server.js +89 -4
- package/dist/server.mjs +12 -8
- package/dist/service.d.mts +3 -2
- package/dist/service.d.ts +3 -2
- package/dist/signIn-CCY4JE5G.mjs +15 -0
- package/dist/{signIn-Cd0P4y9d.d.mts → signIn-CiIBTJIh.d.mts} +224 -4
- package/dist/{signIn-DKakyzeu.d.ts → signIn-OCr88Zf8.d.ts} +224 -4
- package/dist/test.d.mts +86 -0
- package/dist/test.d.ts +86 -0
- package/dist/test.js +289 -0
- package/dist/test.mjs +9 -0
- package/dist/tokens-DCyzzn8L.d.mts +63 -0
- package/dist/tokens-aHiGFr_E.d.ts +63 -0
- package/dist/types-6bNdxesb.d.mts +196 -0
- package/dist/types-6bNdxesb.d.ts +196 -0
- package/dist/{types-Cxl3bQHt.d.mts → types-DZAflmmq.d.mts} +6 -0
- package/dist/{types-Cxl3bQHt.d.ts → types-DZAflmmq.d.ts} +6 -0
- package/dist/webhooks.d.mts +61 -0
- package/dist/webhooks.d.ts +61 -0
- package/dist/webhooks.js +119 -0
- package/dist/webhooks.mjs +11 -0
- package/dist/ws.d.mts +73 -0
- package/dist/ws.d.ts +73 -0
- package/dist/ws.js +397 -0
- package/dist/ws.mjs +12 -0
- package/package.json +22 -2
- package/dist/doctor-A5E7LSFW.mjs +0 -90
package/dist/react.d.ts
CHANGED
|
@@ -1,13 +1,121 @@
|
|
|
1
|
+
import * as csstype from 'csstype';
|
|
1
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
import { ReactNode } from 'react';
|
|
4
|
-
import { S as SessionManager,
|
|
5
|
-
import {
|
|
5
|
+
import { S as SessionManager, b as SessionSnapshot, x as SignInOptions, y as SignOutOptions, A as AccountRegistry, C as CallbackResult, M as MagicLinkRequestInput, P as PasswordlessOptions, L as LinkedIdentity, k as LinkProviderInput } from './signIn-OCr88Zf8.js';
|
|
6
|
+
import { J as JwtClaims, d as SessionUser } from './types-DZAflmmq.js';
|
|
7
|
+
import { I as IQAuthLocaleBundle, a as IQAuthLocaleOverride, b as IQAuthLocaleKey } from './types-6bNdxesb.js';
|
|
6
8
|
import './publishableKey-BaR0HoAH.js';
|
|
7
9
|
|
|
10
|
+
/**
|
|
11
|
+
* F4 — return-to URL handling.
|
|
12
|
+
*
|
|
13
|
+
* Provides a single, security-conscious sanitizer that consumers can use to
|
|
14
|
+
* decide whether to navigate to a `?return_to=…` value after a successful
|
|
15
|
+
* sign-in. Open-redirect protection is the default: only same-origin
|
|
16
|
+
* destinations or destinations whose origin matches one of `allowedOrigins`
|
|
17
|
+
* are accepted; everything else falls back to `fallback` (default `"/"`).
|
|
18
|
+
*
|
|
19
|
+
* Also tolerates relative paths (`/dashboard`, `dashboard?x=1`,
|
|
20
|
+
* `#section`) — these are always considered same-origin.
|
|
21
|
+
*/
|
|
22
|
+
interface SanitizeReturnToOptions {
|
|
23
|
+
/**
|
|
24
|
+
* Origins (e.g. `https://app.example.com`) that are allowed in addition
|
|
25
|
+
* to the page's own origin. Compared exactly after normalization (no port
|
|
26
|
+
* wildcarding). Defaults to `[]` — same-origin only.
|
|
27
|
+
*/
|
|
28
|
+
allowedOrigins?: string[];
|
|
29
|
+
/** Where to send the user when the input is missing/disallowed. Defaults to `"/"`. */
|
|
30
|
+
fallback?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Override the "current" origin used for same-origin checks. Defaults to
|
|
33
|
+
* `window.location.origin` when available, else `""` (which disables the
|
|
34
|
+
* same-origin shortcut and forces the result through `allowedOrigins`).
|
|
35
|
+
*/
|
|
36
|
+
currentOrigin?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Returns a safe URL to navigate to after sign-in. Never throws.
|
|
40
|
+
*/
|
|
41
|
+
declare function sanitizeReturnTo(input: string | null | undefined, options?: SanitizeReturnToOptions): string;
|
|
42
|
+
/**
|
|
43
|
+
* `true` when the input would be accepted by {@link sanitizeReturnTo} (i.e.
|
|
44
|
+
* the sanitizer would NOT fall back). Useful for forms that want to disable
|
|
45
|
+
* the "Continue" button when the value is unsafe.
|
|
46
|
+
*/
|
|
47
|
+
declare function isReturnToAllowed(input: string | null | undefined, options?: SanitizeReturnToOptions): boolean;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* F11 — `appearance.elements`. The keys are the slot names supported by SDK
|
|
51
|
+
* components; `className` is concatenated and `style` is merged onto the
|
|
52
|
+
* matching DOM node. Unknown slots are ignored. Inspired by Clerk's
|
|
53
|
+
* `appearance` API but intentionally smaller and CSS-var-first.
|
|
54
|
+
*/
|
|
55
|
+
interface IQAuthAppearanceElements {
|
|
56
|
+
rootBox?: {
|
|
57
|
+
className?: string;
|
|
58
|
+
style?: React.CSSProperties;
|
|
59
|
+
};
|
|
60
|
+
card?: {
|
|
61
|
+
className?: string;
|
|
62
|
+
style?: React.CSSProperties;
|
|
63
|
+
};
|
|
64
|
+
cardHeader?: {
|
|
65
|
+
className?: string;
|
|
66
|
+
style?: React.CSSProperties;
|
|
67
|
+
};
|
|
68
|
+
cardBody?: {
|
|
69
|
+
className?: string;
|
|
70
|
+
style?: React.CSSProperties;
|
|
71
|
+
};
|
|
72
|
+
headerTitle?: {
|
|
73
|
+
className?: string;
|
|
74
|
+
style?: React.CSSProperties;
|
|
75
|
+
};
|
|
76
|
+
headerSubtitle?: {
|
|
77
|
+
className?: string;
|
|
78
|
+
style?: React.CSSProperties;
|
|
79
|
+
};
|
|
80
|
+
formButtonPrimary?: {
|
|
81
|
+
className?: string;
|
|
82
|
+
style?: React.CSSProperties;
|
|
83
|
+
};
|
|
84
|
+
formFieldInput?: {
|
|
85
|
+
className?: string;
|
|
86
|
+
style?: React.CSSProperties;
|
|
87
|
+
};
|
|
88
|
+
formFieldLabel?: {
|
|
89
|
+
className?: string;
|
|
90
|
+
style?: React.CSSProperties;
|
|
91
|
+
};
|
|
92
|
+
socialButton?: {
|
|
93
|
+
className?: string;
|
|
94
|
+
style?: React.CSSProperties;
|
|
95
|
+
};
|
|
96
|
+
footer?: {
|
|
97
|
+
className?: string;
|
|
98
|
+
style?: React.CSSProperties;
|
|
99
|
+
};
|
|
100
|
+
errorBanner?: {
|
|
101
|
+
className?: string;
|
|
102
|
+
style?: React.CSSProperties;
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
interface IQAuthAppearance {
|
|
106
|
+
elements?: IQAuthAppearanceElements;
|
|
107
|
+
}
|
|
8
108
|
interface IQAuthContextValue {
|
|
9
109
|
manager: SessionManager;
|
|
10
110
|
snapshot: SessionSnapshot;
|
|
111
|
+
/** F4 — extra origins (beyond same-origin) accepted by `useReturnTo()`/`sanitizeReturnTo`. */
|
|
112
|
+
allowedReturnOrigins: string[];
|
|
113
|
+
/** F11 — appearance overrides applied by Shell-rendering components. */
|
|
114
|
+
appearance: IQAuthAppearance | null;
|
|
115
|
+
/** F13 — derives a single role string for `useUser().user.role`. */
|
|
116
|
+
roleMapper: ((claims: JwtClaims | null) => string | null) | null;
|
|
117
|
+
/** Task #95 — fully resolved localization bundle (default + override). */
|
|
118
|
+
localization: IQAuthLocaleBundle;
|
|
11
119
|
}
|
|
12
120
|
interface IQAuthProviderProps {
|
|
13
121
|
publishableKey: string;
|
|
@@ -19,6 +127,33 @@ interface IQAuthProviderProps {
|
|
|
19
127
|
proactiveRefresh?: boolean;
|
|
20
128
|
/** Optional pre-built manager (advanced; tests). */
|
|
21
129
|
manager?: SessionManager;
|
|
130
|
+
/**
|
|
131
|
+
* F4 — Origins (besides the page's own) accepted as safe destinations by
|
|
132
|
+
* `useReturnTo()`/`sanitizeReturnTo()`. Same-origin URLs and relative
|
|
133
|
+
* paths are always allowed. Pass an empty array (default) for
|
|
134
|
+
* same-origin-only.
|
|
135
|
+
*/
|
|
136
|
+
allowedReturnOrigins?: string[];
|
|
137
|
+
/** F11 — Appearance overrides for SDK chrome components. */
|
|
138
|
+
appearance?: IQAuthAppearance;
|
|
139
|
+
/**
|
|
140
|
+
* F13 — Map IQAuth JWT claims to a single canonical role string surfaced
|
|
141
|
+
* as `useUser().user.role`. When omitted the SDK falls back to
|
|
142
|
+
* `claims.role ?? claims.roles?.[0] ?? null`.
|
|
143
|
+
*/
|
|
144
|
+
roleMapper?: (claims: JwtClaims | null) => string | null;
|
|
145
|
+
/** F14 — Override SDK cookie names. */
|
|
146
|
+
cookieNames?: {
|
|
147
|
+
refresh?: string;
|
|
148
|
+
access?: string;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* Task #95 — Localization bundle. Pass a full bundle from
|
|
152
|
+
* `@iqauth/sdk/locales` (e.g. `frFR`) or a `Partial<IQAuthLocaleBundle>`
|
|
153
|
+
* with just the keys you want to override. Missing keys fall back to the
|
|
154
|
+
* default `enUS` strings.
|
|
155
|
+
*/
|
|
156
|
+
localization?: IQAuthLocaleBundle | IQAuthLocaleOverride;
|
|
22
157
|
children?: ReactNode;
|
|
23
158
|
}
|
|
24
159
|
/**
|
|
@@ -27,7 +162,18 @@ interface IQAuthProviderProps {
|
|
|
27
162
|
* safe — a single SessionManager instance is created per provider and reused
|
|
28
163
|
* across remounts.
|
|
29
164
|
*/
|
|
30
|
-
declare function IQAuthProvider({ publishableKey, issuer, channelName, proactiveRefresh, manager: externalManager, children, }: IQAuthProviderProps): React.FunctionComponentElement<React.ProviderProps<IQAuthContextValue | null>>;
|
|
165
|
+
declare function IQAuthProvider({ publishableKey, issuer, channelName, proactiveRefresh, manager: externalManager, allowedReturnOrigins, appearance, roleMapper, cookieNames, localization, children, }: IQAuthProviderProps): React.FunctionComponentElement<React.ProviderProps<IQAuthContextValue | null>>;
|
|
166
|
+
/**
|
|
167
|
+
* Task #95 — Returns the active localization bundle resolved from the
|
|
168
|
+
* `localization` prop on `<IQAuthProvider>` (merged on top of `enUS`). Safe
|
|
169
|
+
* to call outside a provider — returns the default `enUS` bundle.
|
|
170
|
+
*/
|
|
171
|
+
declare function useLocale(): IQAuthLocaleBundle;
|
|
172
|
+
/**
|
|
173
|
+
* Task #95 — Returns a `t(key, vars?)` translator bound to the active
|
|
174
|
+
* locale bundle. Safe outside a provider — falls back to `enUS`.
|
|
175
|
+
*/
|
|
176
|
+
declare function useT(): (key: IQAuthLocaleKey, vars?: Record<string, string | number>) => string;
|
|
31
177
|
interface SessionError {
|
|
32
178
|
code: string;
|
|
33
179
|
message: string;
|
|
@@ -35,7 +181,9 @@ interface SessionError {
|
|
|
35
181
|
interface UseUserResult {
|
|
36
182
|
isLoaded: boolean;
|
|
37
183
|
isSignedIn: boolean;
|
|
38
|
-
user: SessionUser
|
|
184
|
+
user: (SessionUser & {
|
|
185
|
+
role: string | null;
|
|
186
|
+
}) | null;
|
|
39
187
|
error: SessionError | null;
|
|
40
188
|
}
|
|
41
189
|
declare function useUser(): UseUserResult;
|
|
@@ -79,6 +227,87 @@ declare function useOrganization(): UseOrganizationResult;
|
|
|
79
227
|
* hook for ergonomic destructuring.
|
|
80
228
|
*/
|
|
81
229
|
declare function useAuthFetch(): (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>;
|
|
230
|
+
interface SessionListItem {
|
|
231
|
+
id: string;
|
|
232
|
+
createdAt: string;
|
|
233
|
+
lastActiveAt: string;
|
|
234
|
+
expiresAt: string;
|
|
235
|
+
ip: string | null;
|
|
236
|
+
userAgent: string | null;
|
|
237
|
+
device: string;
|
|
238
|
+
originHost: string | null;
|
|
239
|
+
loginMethod: string | null;
|
|
240
|
+
isCurrent: boolean;
|
|
241
|
+
}
|
|
242
|
+
interface UseSessionListResult {
|
|
243
|
+
sessions: SessionListItem[];
|
|
244
|
+
loading: boolean;
|
|
245
|
+
error: string | null;
|
|
246
|
+
refresh: () => Promise<void>;
|
|
247
|
+
revoke: (sessionId: string) => Promise<void>;
|
|
248
|
+
revokeAllOthers: () => Promise<{
|
|
249
|
+
terminatedCount: number;
|
|
250
|
+
}>;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* F21 — Lists the user's active sessions and exposes revoke helpers. Uses the
|
|
254
|
+
* provider's `manager.fetch` so the access token is auto-attached and silent
|
|
255
|
+
* refresh is coordinated. The `isCurrent` flag on each item is set
|
|
256
|
+
* server-side from the JWT's sessionId claim.
|
|
257
|
+
*/
|
|
258
|
+
declare function useSessionList(): UseSessionListResult;
|
|
259
|
+
/**
|
|
260
|
+
* Imperative helper for code outside a React render. Equivalent to
|
|
261
|
+
* `useSessionList().revoke(...)` but callable from event handlers in
|
|
262
|
+
* components that don't use the hook. Reads from a module-scoped, typed
|
|
263
|
+
* registry that `<IQAuthProvider>` populates on mount.
|
|
264
|
+
*/
|
|
265
|
+
declare function revokeSession(sessionId: string): Promise<void>;
|
|
266
|
+
interface MultisessionContextValue {
|
|
267
|
+
registry: AccountRegistry;
|
|
268
|
+
version: number;
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* F22 — Wrap your app in `<MultisessionAppSupport>` to enable parallel
|
|
272
|
+
* accounts. Must be a descendant of `<IQAuthProvider>`. On mount it
|
|
273
|
+
* installs a `MultiAccountTokenStore` on the manager so refresh-token
|
|
274
|
+
* reads/writes target the active account's per-account cookie.
|
|
275
|
+
*/
|
|
276
|
+
declare function MultisessionAppSupport({ children }: {
|
|
277
|
+
children?: ReactNode;
|
|
278
|
+
}): React.FunctionComponentElement<React.ProviderProps<MultisessionContextValue | null>>;
|
|
279
|
+
interface AccountSummary {
|
|
280
|
+
accountId: string;
|
|
281
|
+
userId: string;
|
|
282
|
+
email: string;
|
|
283
|
+
name: string;
|
|
284
|
+
tenantId: string | null;
|
|
285
|
+
isActive: boolean;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* F22 — Lists every account currently signed in to this app, with the
|
|
289
|
+
* active one flagged. Re-renders when accounts are added/removed/switched.
|
|
290
|
+
*/
|
|
291
|
+
declare function useAccountList(): {
|
|
292
|
+
accounts: AccountSummary[];
|
|
293
|
+
loading: boolean;
|
|
294
|
+
};
|
|
295
|
+
interface UseAccountSwitcherResult {
|
|
296
|
+
/** Sign in an additional account in parallel via prompt=login. */
|
|
297
|
+
addAccount: (opts?: SignInOptions) => Promise<void>;
|
|
298
|
+
/** Pivot to another already-signed-in account by reading its cookie + refreshing. */
|
|
299
|
+
switchTo: (accountId: string) => Promise<void>;
|
|
300
|
+
/** Forget an account locally (clears its cookie + registry record). */
|
|
301
|
+
removeAccount: (accountId: string) => void;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* F22 — Account switcher actions. `addAccount()` opens a fresh sign-in
|
|
305
|
+
* with `prompt=login` so the IQAuth host shows the form even if an SSO
|
|
306
|
+
* session exists; on completion the new tokens are written to the new
|
|
307
|
+
* per-account cookie and the registry is updated. `switchTo()` is a
|
|
308
|
+
* pure local pivot — no network round-trip beyond the refresh.
|
|
309
|
+
*/
|
|
310
|
+
declare function useAccountSwitcher(): UseAccountSwitcherResult;
|
|
82
311
|
declare function SignedIn({ children }: {
|
|
83
312
|
children?: ReactNode;
|
|
84
313
|
}): React.FunctionComponentElement<{
|
|
@@ -137,6 +366,87 @@ declare function RedirectToSignIn(props?: RedirectToSignInProps): React.Detailed
|
|
|
137
366
|
color: "#7a1f1f";
|
|
138
367
|
};
|
|
139
368
|
}, HTMLElement> | null;
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* F2 — Render-children-only-if-authorized gate. Composes role/permission
|
|
372
|
+
* checks against the current session's claims. Multiple constraints AND
|
|
373
|
+
* together; arrays within a single constraint OR.
|
|
374
|
+
*
|
|
375
|
+
* Lookup order for roles: `claims.roles[]`, `claims.role` (string scalar).
|
|
376
|
+
* For permissions: `claims.permissions[]`, `claims.entitlements[]`,
|
|
377
|
+
* `claims.scope` (space-delimited).
|
|
378
|
+
*
|
|
379
|
+
* Renders `fallback` (default `null`) when the constraint is not satisfied.
|
|
380
|
+
*/
|
|
381
|
+
interface ProtectProps {
|
|
382
|
+
/** Required role. Pass an array to mean "any of". */
|
|
383
|
+
role?: string | string[];
|
|
384
|
+
/** Required permission/entitlement. Pass an array to mean "any of". */
|
|
385
|
+
permission?: string | string[];
|
|
386
|
+
/** Custom predicate run against `claims`. Truthy result = allowed. */
|
|
387
|
+
condition?: (claims: JwtClaims | null) => boolean;
|
|
388
|
+
/** Rendered when the user is not authorized. Defaults to `null`. */
|
|
389
|
+
fallback?: ReactNode;
|
|
390
|
+
children?: ReactNode;
|
|
391
|
+
}
|
|
392
|
+
declare function Protect({ role, permission, condition, fallback, children }: ProtectProps): React.FunctionComponentElement<{
|
|
393
|
+
children?: ReactNode | undefined;
|
|
394
|
+
}>;
|
|
395
|
+
/**
|
|
396
|
+
* F12 — Symmetric to `<RedirectToSignIn/>`: when the user IS signed in,
|
|
397
|
+
* navigate to `to` (default `/`). Useful on `/sign-in` pages so already-
|
|
398
|
+
* authenticated visitors don't see the form.
|
|
399
|
+
*/
|
|
400
|
+
interface RedirectToSignedInProps {
|
|
401
|
+
/** Destination path/URL. Default: `/`. */
|
|
402
|
+
to?: string;
|
|
403
|
+
/** Use `replace` instead of `assign` (default true — no extra history entry). */
|
|
404
|
+
replace?: boolean;
|
|
405
|
+
}
|
|
406
|
+
declare function RedirectToSignedIn({ to, replace }?: RedirectToSignedInProps): null;
|
|
407
|
+
/**
|
|
408
|
+
* F4 — Reads a return-to URL from `?return_to=` (or `?next=`) query param,
|
|
409
|
+
* falling back to a sessionStorage key. Sanitizes against the provider's
|
|
410
|
+
* `allowedReturnOrigins`. Persists the sanitized value back into
|
|
411
|
+
* sessionStorage so it survives the OAuth round-trip.
|
|
412
|
+
*/
|
|
413
|
+
interface UseReturnToOptions {
|
|
414
|
+
/** Query parameter name. Default `"return_to"`; tries `"next"` as a secondary. */
|
|
415
|
+
paramName?: string;
|
|
416
|
+
/** sessionStorage key. Default `"iqauth_return_to"`. */
|
|
417
|
+
storageKey?: string;
|
|
418
|
+
/** Where to fall back to. Default `"/"`. */
|
|
419
|
+
fallback?: string;
|
|
420
|
+
}
|
|
421
|
+
declare function useReturnTo(options?: UseReturnToOptions): string;
|
|
422
|
+
/**
|
|
423
|
+
* F4 — Drop-in route component: when the user is authenticated, navigates
|
|
424
|
+
* to the sanitized `return_to`; otherwise renders `children` (typically a
|
|
425
|
+
* `<SignIn/>`). Use this on your sign-in page to make `?return_to=…`
|
|
426
|
+
* actually do something safely.
|
|
427
|
+
*/
|
|
428
|
+
interface IQAuthReturnToBouncerProps extends UseReturnToOptions {
|
|
429
|
+
children?: ReactNode;
|
|
430
|
+
}
|
|
431
|
+
declare function IQAuthReturnToBouncer({ children, ...opts }: IQAuthReturnToBouncerProps): React.FunctionComponentElement<{
|
|
432
|
+
children?: ReactNode | undefined;
|
|
433
|
+
}> | null;
|
|
434
|
+
/**
|
|
435
|
+
* F16 — Programmatic preflight: hits the public sign-in-context for the app
|
|
436
|
+
* and returns whether the supplied `returnTo` is in its allowlist. Useful
|
|
437
|
+
* for build-time checks or one-off probes. Resolves with a structured
|
|
438
|
+
* result instead of throwing.
|
|
439
|
+
*/
|
|
440
|
+
declare function preflightReturnTo(args: {
|
|
441
|
+
iqAuthBaseUrl: string;
|
|
442
|
+
appKey: string;
|
|
443
|
+
returnTo: string;
|
|
444
|
+
fetchImpl?: typeof fetch;
|
|
445
|
+
}): Promise<{
|
|
446
|
+
ok: boolean;
|
|
447
|
+
allowedOrigins: string[];
|
|
448
|
+
reason?: string;
|
|
449
|
+
}>;
|
|
140
450
|
/**
|
|
141
451
|
* Drop-in callback route. Mount at the path you registered as your
|
|
142
452
|
* `redirect_uri` (e.g. `/auth/callback`) and the SDK will exchange the code
|
|
@@ -245,13 +555,29 @@ declare function sanitizeBrandCss(input: string | null | undefined): string;
|
|
|
245
555
|
* override with the explicit `appId` parameter.
|
|
246
556
|
*/
|
|
247
557
|
declare function useResolvedSdkBranding(iqAuthBaseUrl: string, appId?: string | null): IQAuthBranding | null;
|
|
248
|
-
interface SignInProps extends SharedComponentProps {
|
|
249
|
-
/**
|
|
250
|
-
|
|
558
|
+
interface SignInProps extends Partial<SharedComponentProps> {
|
|
559
|
+
/**
|
|
560
|
+
* F10 — Optional. Defaults to the IQAuth issuer derived from the
|
|
561
|
+
* surrounding `<IQAuthProvider/>`'s publishable key.
|
|
562
|
+
*/
|
|
563
|
+
iqAuthBaseUrl?: string;
|
|
564
|
+
/**
|
|
565
|
+
* F10 — Optional. Defaults to the appKey derived from the surrounding
|
|
566
|
+
* `<IQAuthProvider/>`'s publishable key.
|
|
567
|
+
*/
|
|
568
|
+
appKey?: string;
|
|
569
|
+
/**
|
|
570
|
+
* F10 — Optional. Defaults to `${origin}/api/iqauth/callback` (the path
|
|
571
|
+
* mounted by the framework adapters). Must be in the app's allowed
|
|
572
|
+
* origins.
|
|
573
|
+
*/
|
|
574
|
+
returnTo?: string;
|
|
251
575
|
/** Called after successful redirect. By default, `window.location.href = url`. */
|
|
252
576
|
onRedirect?: (url: string) => void;
|
|
253
577
|
/** Pass `"login"` to force the form to render even when an SSO session is active. */
|
|
254
578
|
prompt?: "login";
|
|
579
|
+
/** F11 — Per-instance appearance overrides; merged on top of provider-level appearance. */
|
|
580
|
+
appearance?: IQAuthAppearance;
|
|
255
581
|
}
|
|
256
582
|
/**
|
|
257
583
|
* Pure render-decision helper. When this returns `true`, `<SignIn/>` MUST
|
|
@@ -266,7 +592,7 @@ declare function isSilentSsoEligible(ctx: {
|
|
|
266
592
|
};
|
|
267
593
|
returnAllowed: boolean;
|
|
268
594
|
} | null | undefined, effectivePrompt: "login" | undefined): boolean;
|
|
269
|
-
declare function SignIn(
|
|
595
|
+
declare function SignIn(props: SignInProps): react_jsx_runtime.JSX.Element;
|
|
270
596
|
interface SignUpProps extends SharedComponentProps {
|
|
271
597
|
returnTo?: string;
|
|
272
598
|
onSuccess?: () => void;
|
|
@@ -295,9 +621,1022 @@ declare function UserProfile({ iqAuthBaseUrl, className }: UserProfileProps): re
|
|
|
295
621
|
interface OrganizationSwitcherProps {
|
|
296
622
|
iqAuthBaseUrl: string;
|
|
297
623
|
onSwitched?: (tenantId: string) => void;
|
|
624
|
+
appearance?: IQAuthAppearance;
|
|
625
|
+
className?: string;
|
|
626
|
+
}
|
|
627
|
+
declare function OrganizationSwitcher({ iqAuthBaseUrl, onSwitched, appearance: _appearance, className }: OrganizationSwitcherProps): react_jsx_runtime.JSX.Element;
|
|
628
|
+
interface ImpersonationInfo {
|
|
629
|
+
isImpersonating: boolean;
|
|
630
|
+
/** The admin who started the impersonation (from JWT `act` claim). */
|
|
631
|
+
actor: {
|
|
632
|
+
sub: string;
|
|
633
|
+
email?: string;
|
|
634
|
+
name?: string;
|
|
635
|
+
} | null;
|
|
636
|
+
/** The user being acted-as (snapshot.user). */
|
|
637
|
+
target: SessionUser | null;
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* Returns impersonation context derived from the active access token's
|
|
641
|
+
* `purpose` and `act` claims (Task #90 / RFC 8693 §4.1).
|
|
642
|
+
*/
|
|
643
|
+
declare function useImpersonation(): ImpersonationInfo;
|
|
644
|
+
interface ImpersonationBannerProps {
|
|
645
|
+
/** Custom render override; defaults to a sticky red banner. */
|
|
646
|
+
render?: (info: ImpersonationInfo & {
|
|
647
|
+
exit: () => void;
|
|
648
|
+
}) => ReactNode;
|
|
649
|
+
/** Called when the user clicks "Exit". Defaults to `signOut`. */
|
|
650
|
+
onExit?: () => void | Promise<void>;
|
|
651
|
+
className?: string;
|
|
652
|
+
style?: React.CSSProperties;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* Persistent top-of-page banner shown whenever the active session is an
|
|
656
|
+
* impersonated session. Renders nothing for normal sessions. — Task #90.
|
|
657
|
+
*/
|
|
658
|
+
declare function ImpersonationBanner({ render, onExit, className, style }?: ImpersonationBannerProps): React.FunctionComponentElement<{
|
|
659
|
+
children?: ReactNode | undefined;
|
|
660
|
+
}> | React.DetailedReactHTMLElement<{
|
|
661
|
+
role: "alert";
|
|
662
|
+
className: string | undefined;
|
|
663
|
+
style: {
|
|
664
|
+
accentColor?: csstype.Property.AccentColor | undefined;
|
|
665
|
+
alignContent?: csstype.Property.AlignContent | undefined;
|
|
666
|
+
alignItems: csstype.Property.AlignItems;
|
|
667
|
+
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
668
|
+
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
669
|
+
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
670
|
+
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
671
|
+
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
672
|
+
animationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
673
|
+
animationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
674
|
+
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
675
|
+
animationName?: csstype.Property.AnimationName | undefined;
|
|
676
|
+
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
677
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
678
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
679
|
+
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
680
|
+
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
681
|
+
appearance?: csstype.Property.Appearance | undefined;
|
|
682
|
+
aspectRatio?: csstype.Property.AspectRatio | undefined;
|
|
683
|
+
backdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
684
|
+
backfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
685
|
+
backgroundAttachment?: csstype.Property.BackgroundAttachment | undefined;
|
|
686
|
+
backgroundBlendMode?: csstype.Property.BackgroundBlendMode | undefined;
|
|
687
|
+
backgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
688
|
+
backgroundColor?: csstype.Property.BackgroundColor | undefined;
|
|
689
|
+
backgroundImage?: csstype.Property.BackgroundImage | undefined;
|
|
690
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
691
|
+
backgroundPositionX?: csstype.Property.BackgroundPositionX<string | number> | undefined;
|
|
692
|
+
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
693
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
694
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
695
|
+
blockOverflow?: csstype.Property.BlockOverflow | undefined;
|
|
696
|
+
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
697
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
698
|
+
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
699
|
+
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
700
|
+
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
701
|
+
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
702
|
+
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
703
|
+
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
704
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
705
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
706
|
+
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
707
|
+
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
708
|
+
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
709
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | undefined;
|
|
710
|
+
borderBottomWidth?: csstype.Property.BorderBottomWidth<string | number> | undefined;
|
|
711
|
+
borderCollapse?: csstype.Property.BorderCollapse | undefined;
|
|
712
|
+
borderEndEndRadius?: csstype.Property.BorderEndEndRadius<string | number> | undefined;
|
|
713
|
+
borderEndStartRadius?: csstype.Property.BorderEndStartRadius<string | number> | undefined;
|
|
714
|
+
borderImageOutset?: csstype.Property.BorderImageOutset<string | number> | undefined;
|
|
715
|
+
borderImageRepeat?: csstype.Property.BorderImageRepeat | undefined;
|
|
716
|
+
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
717
|
+
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
718
|
+
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
719
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
720
|
+
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
721
|
+
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
722
|
+
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
723
|
+
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
724
|
+
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
725
|
+
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
726
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
727
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
728
|
+
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
729
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
730
|
+
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
731
|
+
borderRightColor?: csstype.Property.BorderRightColor | undefined;
|
|
732
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | undefined;
|
|
733
|
+
borderRightWidth?: csstype.Property.BorderRightWidth<string | number> | undefined;
|
|
734
|
+
borderSpacing?: csstype.Property.BorderSpacing<string | number> | undefined;
|
|
735
|
+
borderStartEndRadius?: csstype.Property.BorderStartEndRadius<string | number> | undefined;
|
|
736
|
+
borderStartStartRadius?: csstype.Property.BorderStartStartRadius<string | number> | undefined;
|
|
737
|
+
borderTopColor?: csstype.Property.BorderTopColor | undefined;
|
|
738
|
+
borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
739
|
+
borderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
740
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | undefined;
|
|
741
|
+
borderTopWidth?: csstype.Property.BorderTopWidth<string | number> | undefined;
|
|
742
|
+
bottom?: csstype.Property.Bottom<string | number> | undefined;
|
|
743
|
+
boxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
744
|
+
boxShadow?: csstype.Property.BoxShadow | undefined;
|
|
745
|
+
boxSizing?: csstype.Property.BoxSizing | undefined;
|
|
746
|
+
breakAfter?: csstype.Property.BreakAfter | undefined;
|
|
747
|
+
breakBefore?: csstype.Property.BreakBefore | undefined;
|
|
748
|
+
breakInside?: csstype.Property.BreakInside | undefined;
|
|
749
|
+
captionSide?: csstype.Property.CaptionSide | undefined;
|
|
750
|
+
caretColor?: csstype.Property.CaretColor | undefined;
|
|
751
|
+
caretShape?: csstype.Property.CaretShape | undefined;
|
|
752
|
+
clear?: csstype.Property.Clear | undefined;
|
|
753
|
+
clipPath?: csstype.Property.ClipPath | undefined;
|
|
754
|
+
color: csstype.Property.Color | "#fff";
|
|
755
|
+
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
756
|
+
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
757
|
+
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
758
|
+
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
759
|
+
columnGap?: csstype.Property.ColumnGap<string | number> | undefined;
|
|
760
|
+
columnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
761
|
+
columnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
762
|
+
columnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
763
|
+
columnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
764
|
+
columnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
765
|
+
contain?: csstype.Property.Contain | undefined;
|
|
766
|
+
containIntrinsicBlockSize?: csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
767
|
+
containIntrinsicHeight?: csstype.Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
768
|
+
containIntrinsicInlineSize?: csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
769
|
+
containIntrinsicWidth?: csstype.Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
770
|
+
containerName?: csstype.Property.ContainerName | undefined;
|
|
771
|
+
containerType?: csstype.Property.ContainerType | undefined;
|
|
772
|
+
content?: csstype.Property.Content | undefined;
|
|
773
|
+
contentVisibility?: csstype.Property.ContentVisibility | undefined;
|
|
774
|
+
counterIncrement?: csstype.Property.CounterIncrement | undefined;
|
|
775
|
+
counterReset?: csstype.Property.CounterReset | undefined;
|
|
776
|
+
counterSet?: csstype.Property.CounterSet | undefined;
|
|
777
|
+
cursor?: csstype.Property.Cursor | undefined;
|
|
778
|
+
direction?: csstype.Property.Direction | undefined;
|
|
779
|
+
display: csstype.Property.Display;
|
|
780
|
+
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
781
|
+
filter?: csstype.Property.Filter | undefined;
|
|
782
|
+
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
783
|
+
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
784
|
+
flexGrow?: csstype.Property.FlexGrow | undefined;
|
|
785
|
+
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
786
|
+
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
787
|
+
float?: csstype.Property.Float | undefined;
|
|
788
|
+
fontFamily: csstype.Property.FontFamily | "system-ui, sans-serif";
|
|
789
|
+
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
790
|
+
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
791
|
+
fontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
792
|
+
fontOpticalSizing?: csstype.Property.FontOpticalSizing | undefined;
|
|
793
|
+
fontPalette?: csstype.Property.FontPalette | undefined;
|
|
794
|
+
fontSize: csstype.Property.FontSize<string | number>;
|
|
795
|
+
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
796
|
+
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
797
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
798
|
+
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
799
|
+
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
800
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
801
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
802
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
803
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
804
|
+
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
805
|
+
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
806
|
+
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
807
|
+
fontVariantEastAsian?: csstype.Property.FontVariantEastAsian | undefined;
|
|
808
|
+
fontVariantEmoji?: csstype.Property.FontVariantEmoji | undefined;
|
|
809
|
+
fontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
810
|
+
fontVariantNumeric?: csstype.Property.FontVariantNumeric | undefined;
|
|
811
|
+
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
812
|
+
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
813
|
+
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
814
|
+
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
815
|
+
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
816
|
+
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
817
|
+
gridAutoRows?: csstype.Property.GridAutoRows<string | number> | undefined;
|
|
818
|
+
gridColumnEnd?: csstype.Property.GridColumnEnd | undefined;
|
|
819
|
+
gridColumnStart?: csstype.Property.GridColumnStart | undefined;
|
|
820
|
+
gridRowEnd?: csstype.Property.GridRowEnd | undefined;
|
|
821
|
+
gridRowStart?: csstype.Property.GridRowStart | undefined;
|
|
822
|
+
gridTemplateAreas?: csstype.Property.GridTemplateAreas | undefined;
|
|
823
|
+
gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | undefined;
|
|
824
|
+
gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | undefined;
|
|
825
|
+
hangingPunctuation?: csstype.Property.HangingPunctuation | undefined;
|
|
826
|
+
height?: csstype.Property.Height<string | number> | undefined;
|
|
827
|
+
hyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
828
|
+
hyphenateLimitChars?: csstype.Property.HyphenateLimitChars | undefined;
|
|
829
|
+
hyphens?: csstype.Property.Hyphens | undefined;
|
|
830
|
+
imageOrientation?: csstype.Property.ImageOrientation | undefined;
|
|
831
|
+
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
832
|
+
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
833
|
+
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
834
|
+
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
835
|
+
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
836
|
+
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
837
|
+
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
838
|
+
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
839
|
+
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
840
|
+
isolation?: csstype.Property.Isolation | undefined;
|
|
841
|
+
justifyContent: csstype.Property.JustifyContent;
|
|
842
|
+
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
843
|
+
justifySelf?: csstype.Property.JustifySelf | undefined;
|
|
844
|
+
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
845
|
+
left: csstype.Property.Left<string | number>;
|
|
846
|
+
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
847
|
+
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
848
|
+
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
849
|
+
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
850
|
+
listStyleImage?: csstype.Property.ListStyleImage | undefined;
|
|
851
|
+
listStylePosition?: csstype.Property.ListStylePosition | undefined;
|
|
852
|
+
listStyleType?: csstype.Property.ListStyleType | undefined;
|
|
853
|
+
marginBlockEnd?: csstype.Property.MarginBlockEnd<string | number> | undefined;
|
|
854
|
+
marginBlockStart?: csstype.Property.MarginBlockStart<string | number> | undefined;
|
|
855
|
+
marginBottom?: csstype.Property.MarginBottom<string | number> | undefined;
|
|
856
|
+
marginInlineEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
857
|
+
marginInlineStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
858
|
+
marginLeft?: csstype.Property.MarginLeft<string | number> | undefined;
|
|
859
|
+
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
860
|
+
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
861
|
+
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
862
|
+
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
863
|
+
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
864
|
+
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
865
|
+
maskBorderSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
866
|
+
maskBorderSource?: csstype.Property.MaskBorderSource | undefined;
|
|
867
|
+
maskBorderWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
868
|
+
maskClip?: csstype.Property.MaskClip | undefined;
|
|
869
|
+
maskComposite?: csstype.Property.MaskComposite | undefined;
|
|
870
|
+
maskImage?: csstype.Property.MaskImage | undefined;
|
|
871
|
+
maskMode?: csstype.Property.MaskMode | undefined;
|
|
872
|
+
maskOrigin?: csstype.Property.MaskOrigin | undefined;
|
|
873
|
+
maskPosition?: csstype.Property.MaskPosition<string | number> | undefined;
|
|
874
|
+
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
875
|
+
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
876
|
+
maskType?: csstype.Property.MaskType | undefined;
|
|
877
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
878
|
+
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
879
|
+
mathShift?: csstype.Property.MathShift | undefined;
|
|
880
|
+
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
881
|
+
maxBlockSize?: csstype.Property.MaxBlockSize<string | number> | undefined;
|
|
882
|
+
maxHeight?: csstype.Property.MaxHeight<string | number> | undefined;
|
|
883
|
+
maxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
884
|
+
maxLines?: csstype.Property.MaxLines | undefined;
|
|
885
|
+
maxWidth?: csstype.Property.MaxWidth<string | number> | undefined;
|
|
886
|
+
minBlockSize?: csstype.Property.MinBlockSize<string | number> | undefined;
|
|
887
|
+
minHeight?: csstype.Property.MinHeight<string | number> | undefined;
|
|
888
|
+
minInlineSize?: csstype.Property.MinInlineSize<string | number> | undefined;
|
|
889
|
+
minWidth?: csstype.Property.MinWidth<string | number> | undefined;
|
|
890
|
+
mixBlendMode?: csstype.Property.MixBlendMode | undefined;
|
|
891
|
+
motionDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
892
|
+
motionPath?: csstype.Property.OffsetPath | undefined;
|
|
893
|
+
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
894
|
+
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
895
|
+
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
896
|
+
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
897
|
+
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
898
|
+
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
899
|
+
offsetPosition?: csstype.Property.OffsetPosition<string | number> | undefined;
|
|
900
|
+
offsetRotate?: csstype.Property.OffsetRotate | undefined;
|
|
901
|
+
offsetRotation?: csstype.Property.OffsetRotate | undefined;
|
|
902
|
+
opacity?: csstype.Property.Opacity | undefined;
|
|
903
|
+
order?: csstype.Property.Order | undefined;
|
|
904
|
+
orphans?: csstype.Property.Orphans | undefined;
|
|
905
|
+
outlineColor?: csstype.Property.OutlineColor | undefined;
|
|
906
|
+
outlineOffset?: csstype.Property.OutlineOffset<string | number> | undefined;
|
|
907
|
+
outlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
908
|
+
outlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
909
|
+
overflowAnchor?: csstype.Property.OverflowAnchor | undefined;
|
|
910
|
+
overflowBlock?: csstype.Property.OverflowBlock | undefined;
|
|
911
|
+
overflowClipBox?: csstype.Property.OverflowClipBox | undefined;
|
|
912
|
+
overflowClipMargin?: csstype.Property.OverflowClipMargin<string | number> | undefined;
|
|
913
|
+
overflowInline?: csstype.Property.OverflowInline | undefined;
|
|
914
|
+
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
915
|
+
overflowX?: csstype.Property.OverflowX | undefined;
|
|
916
|
+
overflowY?: csstype.Property.OverflowY | undefined;
|
|
917
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
918
|
+
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
919
|
+
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
920
|
+
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
921
|
+
overscrollBehaviorY?: csstype.Property.OverscrollBehaviorY | undefined;
|
|
922
|
+
paddingBlockEnd?: csstype.Property.PaddingBlockEnd<string | number> | undefined;
|
|
923
|
+
paddingBlockStart?: csstype.Property.PaddingBlockStart<string | number> | undefined;
|
|
924
|
+
paddingBottom?: csstype.Property.PaddingBottom<string | number> | undefined;
|
|
925
|
+
paddingInlineEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
926
|
+
paddingInlineStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
927
|
+
paddingLeft?: csstype.Property.PaddingLeft<string | number> | undefined;
|
|
928
|
+
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
929
|
+
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
930
|
+
page?: csstype.Property.Page | undefined;
|
|
931
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
932
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
933
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
934
|
+
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
935
|
+
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
936
|
+
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
937
|
+
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
938
|
+
position: csstype.Property.Position;
|
|
939
|
+
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
940
|
+
quotes?: csstype.Property.Quotes | undefined;
|
|
941
|
+
resize?: csstype.Property.Resize | undefined;
|
|
942
|
+
right: csstype.Property.Right<string | number>;
|
|
943
|
+
rotate?: csstype.Property.Rotate | undefined;
|
|
944
|
+
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
945
|
+
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
946
|
+
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
947
|
+
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
948
|
+
scale?: csstype.Property.Scale | undefined;
|
|
949
|
+
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
950
|
+
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
951
|
+
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
952
|
+
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
953
|
+
scrollMarginInlineEnd?: csstype.Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
954
|
+
scrollMarginInlineStart?: csstype.Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
955
|
+
scrollMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
956
|
+
scrollMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
957
|
+
scrollMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
958
|
+
scrollPaddingBlockEnd?: csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
959
|
+
scrollPaddingBlockStart?: csstype.Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
960
|
+
scrollPaddingBottom?: csstype.Property.ScrollPaddingBottom<string | number> | undefined;
|
|
961
|
+
scrollPaddingInlineEnd?: csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
962
|
+
scrollPaddingInlineStart?: csstype.Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
963
|
+
scrollPaddingLeft?: csstype.Property.ScrollPaddingLeft<string | number> | undefined;
|
|
964
|
+
scrollPaddingRight?: csstype.Property.ScrollPaddingRight<string | number> | undefined;
|
|
965
|
+
scrollPaddingTop?: csstype.Property.ScrollPaddingTop<string | number> | undefined;
|
|
966
|
+
scrollSnapAlign?: csstype.Property.ScrollSnapAlign | undefined;
|
|
967
|
+
scrollSnapMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
968
|
+
scrollSnapMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
969
|
+
scrollSnapMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
970
|
+
scrollSnapMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
971
|
+
scrollSnapStop?: csstype.Property.ScrollSnapStop | undefined;
|
|
972
|
+
scrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
973
|
+
scrollTimelineAxis?: csstype.Property.ScrollTimelineAxis | undefined;
|
|
974
|
+
scrollTimelineName?: csstype.Property.ScrollTimelineName | undefined;
|
|
975
|
+
scrollbarColor?: csstype.Property.ScrollbarColor | undefined;
|
|
976
|
+
scrollbarGutter?: csstype.Property.ScrollbarGutter | undefined;
|
|
977
|
+
scrollbarWidth?: csstype.Property.ScrollbarWidth | undefined;
|
|
978
|
+
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
979
|
+
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
980
|
+
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
981
|
+
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
982
|
+
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
983
|
+
textAlign?: csstype.Property.TextAlign | undefined;
|
|
984
|
+
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
985
|
+
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
986
|
+
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
987
|
+
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
988
|
+
textDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
989
|
+
textDecorationSkipInk?: csstype.Property.TextDecorationSkipInk | undefined;
|
|
990
|
+
textDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
991
|
+
textDecorationThickness?: csstype.Property.TextDecorationThickness<string | number> | undefined;
|
|
992
|
+
textEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
993
|
+
textEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
994
|
+
textEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
995
|
+
textIndent?: csstype.Property.TextIndent<string | number> | undefined;
|
|
996
|
+
textJustify?: csstype.Property.TextJustify | undefined;
|
|
997
|
+
textOrientation?: csstype.Property.TextOrientation | undefined;
|
|
998
|
+
textOverflow?: csstype.Property.TextOverflow | undefined;
|
|
999
|
+
textRendering?: csstype.Property.TextRendering | undefined;
|
|
1000
|
+
textShadow?: csstype.Property.TextShadow | undefined;
|
|
1001
|
+
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1002
|
+
textTransform?: csstype.Property.TextTransform | undefined;
|
|
1003
|
+
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
1004
|
+
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
1005
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
1006
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
1007
|
+
top: csstype.Property.Top<string | number>;
|
|
1008
|
+
touchAction?: csstype.Property.TouchAction | undefined;
|
|
1009
|
+
transform?: csstype.Property.Transform | undefined;
|
|
1010
|
+
transformBox?: csstype.Property.TransformBox | undefined;
|
|
1011
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1012
|
+
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1013
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
1014
|
+
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1015
|
+
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1016
|
+
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1017
|
+
transitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1018
|
+
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
1019
|
+
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
1020
|
+
userSelect?: csstype.Property.UserSelect | undefined;
|
|
1021
|
+
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
1022
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
1023
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
1024
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
1025
|
+
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
1026
|
+
visibility?: csstype.Property.Visibility | undefined;
|
|
1027
|
+
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
1028
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
1029
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
1030
|
+
widows?: csstype.Property.Widows | undefined;
|
|
1031
|
+
width?: csstype.Property.Width<string | number> | undefined;
|
|
1032
|
+
willChange?: csstype.Property.WillChange | undefined;
|
|
1033
|
+
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
1034
|
+
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
1035
|
+
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
1036
|
+
writingMode?: csstype.Property.WritingMode | undefined;
|
|
1037
|
+
zIndex: number | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto";
|
|
1038
|
+
zoom?: csstype.Property.Zoom | undefined;
|
|
1039
|
+
all?: csstype.Property.All | undefined;
|
|
1040
|
+
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1041
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
1042
|
+
background: csstype.Property.Background<string | number>;
|
|
1043
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
1044
|
+
border?: csstype.Property.Border<string | number> | undefined;
|
|
1045
|
+
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
1046
|
+
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
1047
|
+
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
1048
|
+
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
1049
|
+
borderColor?: csstype.Property.BorderColor | undefined;
|
|
1050
|
+
borderImage?: csstype.Property.BorderImage | undefined;
|
|
1051
|
+
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
1052
|
+
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
1053
|
+
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
1054
|
+
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
1055
|
+
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
1056
|
+
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
1057
|
+
borderStyle?: csstype.Property.BorderStyle | undefined;
|
|
1058
|
+
borderTop?: csstype.Property.BorderTop<string | number> | undefined;
|
|
1059
|
+
borderWidth?: csstype.Property.BorderWidth<string | number> | undefined;
|
|
1060
|
+
caret?: csstype.Property.Caret | undefined;
|
|
1061
|
+
columnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1062
|
+
columns?: csstype.Property.Columns<string | number> | undefined;
|
|
1063
|
+
containIntrinsicSize?: csstype.Property.ContainIntrinsicSize<string | number> | undefined;
|
|
1064
|
+
container?: csstype.Property.Container | undefined;
|
|
1065
|
+
flex?: csstype.Property.Flex<string | number> | undefined;
|
|
1066
|
+
flexFlow?: csstype.Property.FlexFlow | undefined;
|
|
1067
|
+
font?: csstype.Property.Font | undefined;
|
|
1068
|
+
gap?: csstype.Property.Gap<string | number> | undefined;
|
|
1069
|
+
grid?: csstype.Property.Grid | undefined;
|
|
1070
|
+
gridArea?: csstype.Property.GridArea | undefined;
|
|
1071
|
+
gridColumn?: csstype.Property.GridColumn | undefined;
|
|
1072
|
+
gridRow?: csstype.Property.GridRow | undefined;
|
|
1073
|
+
gridTemplate?: csstype.Property.GridTemplate | undefined;
|
|
1074
|
+
inset?: csstype.Property.Inset<string | number> | undefined;
|
|
1075
|
+
insetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
1076
|
+
insetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
1077
|
+
lineClamp?: csstype.Property.LineClamp | undefined;
|
|
1078
|
+
listStyle?: csstype.Property.ListStyle | undefined;
|
|
1079
|
+
margin?: csstype.Property.Margin<string | number> | undefined;
|
|
1080
|
+
marginBlock?: csstype.Property.MarginBlock<string | number> | undefined;
|
|
1081
|
+
marginInline?: csstype.Property.MarginInline<string | number> | undefined;
|
|
1082
|
+
mask?: csstype.Property.Mask<string | number> | undefined;
|
|
1083
|
+
maskBorder?: csstype.Property.MaskBorder | undefined;
|
|
1084
|
+
motion?: csstype.Property.Offset<string | number> | undefined;
|
|
1085
|
+
offset?: csstype.Property.Offset<string | number> | undefined;
|
|
1086
|
+
outline?: csstype.Property.Outline<string | number> | undefined;
|
|
1087
|
+
overflow?: csstype.Property.Overflow | undefined;
|
|
1088
|
+
overscrollBehavior?: csstype.Property.OverscrollBehavior | undefined;
|
|
1089
|
+
padding: csstype.Property.Padding<string | number>;
|
|
1090
|
+
paddingBlock?: csstype.Property.PaddingBlock<string | number> | undefined;
|
|
1091
|
+
paddingInline?: csstype.Property.PaddingInline<string | number> | undefined;
|
|
1092
|
+
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
1093
|
+
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
1094
|
+
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
1095
|
+
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
1096
|
+
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
1097
|
+
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
1098
|
+
scrollPadding?: csstype.Property.ScrollPadding<string | number> | undefined;
|
|
1099
|
+
scrollPaddingBlock?: csstype.Property.ScrollPaddingBlock<string | number> | undefined;
|
|
1100
|
+
scrollPaddingInline?: csstype.Property.ScrollPaddingInline<string | number> | undefined;
|
|
1101
|
+
scrollSnapMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
1102
|
+
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
1103
|
+
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
1104
|
+
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1105
|
+
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1106
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
1107
|
+
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1108
|
+
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1109
|
+
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1110
|
+
MozAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1111
|
+
MozAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1112
|
+
MozAnimationName?: csstype.Property.AnimationName | undefined;
|
|
1113
|
+
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1114
|
+
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1115
|
+
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
1116
|
+
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
1117
|
+
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
1118
|
+
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
1119
|
+
MozBorderEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
1120
|
+
MozBorderEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1121
|
+
MozBorderLeftColors?: csstype.Property.MozBorderLeftColors | undefined;
|
|
1122
|
+
MozBorderRightColors?: csstype.Property.MozBorderRightColors | undefined;
|
|
1123
|
+
MozBorderStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
1124
|
+
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1125
|
+
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
1126
|
+
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1127
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1128
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1129
|
+
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1130
|
+
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1131
|
+
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
1132
|
+
MozColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
1133
|
+
MozContextProperties?: csstype.Property.MozContextProperties | undefined;
|
|
1134
|
+
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1135
|
+
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
1136
|
+
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
1137
|
+
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
1138
|
+
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1139
|
+
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1140
|
+
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
1141
|
+
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1142
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1143
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1144
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1145
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1146
|
+
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
1147
|
+
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
1148
|
+
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
1149
|
+
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1150
|
+
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
1151
|
+
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1152
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
1153
|
+
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
1154
|
+
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1155
|
+
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
1156
|
+
MozWindowShadow?: csstype.Property.MozWindowShadow | undefined;
|
|
1157
|
+
msAccelerator?: csstype.Property.MsAccelerator | undefined;
|
|
1158
|
+
msBlockProgression?: csstype.Property.MsBlockProgression | undefined;
|
|
1159
|
+
msContentZoomChaining?: csstype.Property.MsContentZoomChaining | undefined;
|
|
1160
|
+
msContentZoomLimitMax?: csstype.Property.MsContentZoomLimitMax | undefined;
|
|
1161
|
+
msContentZoomLimitMin?: csstype.Property.MsContentZoomLimitMin | undefined;
|
|
1162
|
+
msContentZoomSnapPoints?: csstype.Property.MsContentZoomSnapPoints | undefined;
|
|
1163
|
+
msContentZoomSnapType?: csstype.Property.MsContentZoomSnapType | undefined;
|
|
1164
|
+
msContentZooming?: csstype.Property.MsContentZooming | undefined;
|
|
1165
|
+
msFilter?: csstype.Property.MsFilter | undefined;
|
|
1166
|
+
msFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
1167
|
+
msFlexPositive?: csstype.Property.FlexGrow | undefined;
|
|
1168
|
+
msFlowFrom?: csstype.Property.MsFlowFrom | undefined;
|
|
1169
|
+
msFlowInto?: csstype.Property.MsFlowInto | undefined;
|
|
1170
|
+
msGridColumns?: csstype.Property.MsGridColumns<string | number> | undefined;
|
|
1171
|
+
msGridRows?: csstype.Property.MsGridRows<string | number> | undefined;
|
|
1172
|
+
msHighContrastAdjust?: csstype.Property.MsHighContrastAdjust | undefined;
|
|
1173
|
+
msHyphenateLimitChars?: csstype.Property.MsHyphenateLimitChars | undefined;
|
|
1174
|
+
msHyphenateLimitLines?: csstype.Property.MsHyphenateLimitLines | undefined;
|
|
1175
|
+
msHyphenateLimitZone?: csstype.Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
1176
|
+
msHyphens?: csstype.Property.Hyphens | undefined;
|
|
1177
|
+
msImeAlign?: csstype.Property.MsImeAlign | undefined;
|
|
1178
|
+
msLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1179
|
+
msOrder?: csstype.Property.Order | undefined;
|
|
1180
|
+
msOverflowStyle?: csstype.Property.MsOverflowStyle | undefined;
|
|
1181
|
+
msOverflowX?: csstype.Property.OverflowX | undefined;
|
|
1182
|
+
msOverflowY?: csstype.Property.OverflowY | undefined;
|
|
1183
|
+
msScrollChaining?: csstype.Property.MsScrollChaining | undefined;
|
|
1184
|
+
msScrollLimitXMax?: csstype.Property.MsScrollLimitXMax<string | number> | undefined;
|
|
1185
|
+
msScrollLimitXMin?: csstype.Property.MsScrollLimitXMin<string | number> | undefined;
|
|
1186
|
+
msScrollLimitYMax?: csstype.Property.MsScrollLimitYMax<string | number> | undefined;
|
|
1187
|
+
msScrollLimitYMin?: csstype.Property.MsScrollLimitYMin<string | number> | undefined;
|
|
1188
|
+
msScrollRails?: csstype.Property.MsScrollRails | undefined;
|
|
1189
|
+
msScrollSnapPointsX?: csstype.Property.MsScrollSnapPointsX | undefined;
|
|
1190
|
+
msScrollSnapPointsY?: csstype.Property.MsScrollSnapPointsY | undefined;
|
|
1191
|
+
msScrollSnapType?: csstype.Property.MsScrollSnapType | undefined;
|
|
1192
|
+
msScrollTranslation?: csstype.Property.MsScrollTranslation | undefined;
|
|
1193
|
+
msScrollbar3dlightColor?: csstype.Property.MsScrollbar3dlightColor | undefined;
|
|
1194
|
+
msScrollbarArrowColor?: csstype.Property.MsScrollbarArrowColor | undefined;
|
|
1195
|
+
msScrollbarBaseColor?: csstype.Property.MsScrollbarBaseColor | undefined;
|
|
1196
|
+
msScrollbarDarkshadowColor?: csstype.Property.MsScrollbarDarkshadowColor | undefined;
|
|
1197
|
+
msScrollbarFaceColor?: csstype.Property.MsScrollbarFaceColor | undefined;
|
|
1198
|
+
msScrollbarHighlightColor?: csstype.Property.MsScrollbarHighlightColor | undefined;
|
|
1199
|
+
msScrollbarShadowColor?: csstype.Property.MsScrollbarShadowColor | undefined;
|
|
1200
|
+
msScrollbarTrackColor?: csstype.Property.MsScrollbarTrackColor | undefined;
|
|
1201
|
+
msTextAutospace?: csstype.Property.MsTextAutospace | undefined;
|
|
1202
|
+
msTextCombineHorizontal?: csstype.Property.TextCombineUpright | undefined;
|
|
1203
|
+
msTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
1204
|
+
msTouchAction?: csstype.Property.TouchAction | undefined;
|
|
1205
|
+
msTouchSelect?: csstype.Property.MsTouchSelect | undefined;
|
|
1206
|
+
msTransform?: csstype.Property.Transform | undefined;
|
|
1207
|
+
msTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1208
|
+
msTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1209
|
+
msTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1210
|
+
msTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1211
|
+
msTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1212
|
+
msUserSelect?: csstype.Property.MsUserSelect | undefined;
|
|
1213
|
+
msWordBreak?: csstype.Property.WordBreak | undefined;
|
|
1214
|
+
msWrapFlow?: csstype.Property.MsWrapFlow | undefined;
|
|
1215
|
+
msWrapMargin?: csstype.Property.MsWrapMargin<string | number> | undefined;
|
|
1216
|
+
msWrapThrough?: csstype.Property.MsWrapThrough | undefined;
|
|
1217
|
+
msWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1218
|
+
WebkitAlignContent?: csstype.Property.AlignContent | undefined;
|
|
1219
|
+
WebkitAlignItems?: csstype.Property.AlignItems | undefined;
|
|
1220
|
+
WebkitAlignSelf?: csstype.Property.AlignSelf | undefined;
|
|
1221
|
+
WebkitAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1222
|
+
WebkitAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1223
|
+
WebkitAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1224
|
+
WebkitAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1225
|
+
WebkitAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1226
|
+
WebkitAnimationName?: csstype.Property.AnimationName | undefined;
|
|
1227
|
+
WebkitAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1228
|
+
WebkitAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1229
|
+
WebkitAppearance?: csstype.Property.WebkitAppearance | undefined;
|
|
1230
|
+
WebkitBackdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
1231
|
+
WebkitBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1232
|
+
WebkitBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1233
|
+
WebkitBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1234
|
+
WebkitBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1235
|
+
WebkitBorderBeforeColor?: csstype.Property.WebkitBorderBeforeColor | undefined;
|
|
1236
|
+
WebkitBorderBeforeStyle?: csstype.Property.WebkitBorderBeforeStyle | undefined;
|
|
1237
|
+
WebkitBorderBeforeWidth?: csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
1238
|
+
WebkitBorderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1239
|
+
WebkitBorderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1240
|
+
WebkitBorderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
1241
|
+
WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1242
|
+
WebkitBorderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
1243
|
+
WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1244
|
+
WebkitBoxReflect?: csstype.Property.WebkitBoxReflect<string | number> | undefined;
|
|
1245
|
+
WebkitBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1246
|
+
WebkitBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1247
|
+
WebkitClipPath?: csstype.Property.ClipPath | undefined;
|
|
1248
|
+
WebkitColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1249
|
+
WebkitColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1250
|
+
WebkitColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1251
|
+
WebkitColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1252
|
+
WebkitColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
1253
|
+
WebkitColumnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
1254
|
+
WebkitColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
1255
|
+
WebkitFilter?: csstype.Property.Filter | undefined;
|
|
1256
|
+
WebkitFlexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
1257
|
+
WebkitFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
1258
|
+
WebkitFlexGrow?: csstype.Property.FlexGrow | undefined;
|
|
1259
|
+
WebkitFlexShrink?: csstype.Property.FlexShrink | undefined;
|
|
1260
|
+
WebkitFlexWrap?: csstype.Property.FlexWrap | undefined;
|
|
1261
|
+
WebkitFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1262
|
+
WebkitFontKerning?: csstype.Property.FontKerning | undefined;
|
|
1263
|
+
WebkitFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1264
|
+
WebkitFontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
1265
|
+
WebkitHyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
1266
|
+
WebkitHyphens?: csstype.Property.Hyphens | undefined;
|
|
1267
|
+
WebkitInitialLetter?: csstype.Property.InitialLetter | undefined;
|
|
1268
|
+
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1269
|
+
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1270
|
+
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
1271
|
+
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1272
|
+
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1273
|
+
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
1274
|
+
WebkitMaskBoxImageOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
1275
|
+
WebkitMaskBoxImageRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
1276
|
+
WebkitMaskBoxImageSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
1277
|
+
WebkitMaskBoxImageSource?: csstype.Property.MaskBorderSource | undefined;
|
|
1278
|
+
WebkitMaskBoxImageWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
1279
|
+
WebkitMaskClip?: csstype.Property.WebkitMaskClip | undefined;
|
|
1280
|
+
WebkitMaskComposite?: csstype.Property.WebkitMaskComposite | undefined;
|
|
1281
|
+
WebkitMaskImage?: csstype.Property.WebkitMaskImage | undefined;
|
|
1282
|
+
WebkitMaskOrigin?: csstype.Property.WebkitMaskOrigin | undefined;
|
|
1283
|
+
WebkitMaskPosition?: csstype.Property.WebkitMaskPosition<string | number> | undefined;
|
|
1284
|
+
WebkitMaskPositionX?: csstype.Property.WebkitMaskPositionX<string | number> | undefined;
|
|
1285
|
+
WebkitMaskPositionY?: csstype.Property.WebkitMaskPositionY<string | number> | undefined;
|
|
1286
|
+
WebkitMaskRepeat?: csstype.Property.WebkitMaskRepeat | undefined;
|
|
1287
|
+
WebkitMaskRepeatX?: csstype.Property.WebkitMaskRepeatX | undefined;
|
|
1288
|
+
WebkitMaskRepeatY?: csstype.Property.WebkitMaskRepeatY | undefined;
|
|
1289
|
+
WebkitMaskSize?: csstype.Property.WebkitMaskSize<string | number> | undefined;
|
|
1290
|
+
WebkitMaxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
1291
|
+
WebkitOrder?: csstype.Property.Order | undefined;
|
|
1292
|
+
WebkitOverflowScrolling?: csstype.Property.WebkitOverflowScrolling | undefined;
|
|
1293
|
+
WebkitPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
1294
|
+
WebkitPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
1295
|
+
WebkitPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1296
|
+
WebkitPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1297
|
+
WebkitPrintColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1298
|
+
WebkitRubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
1299
|
+
WebkitScrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
1300
|
+
WebkitShapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
1301
|
+
WebkitTapHighlightColor?: csstype.Property.WebkitTapHighlightColor | undefined;
|
|
1302
|
+
WebkitTextCombine?: csstype.Property.TextCombineUpright | undefined;
|
|
1303
|
+
WebkitTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1304
|
+
WebkitTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1305
|
+
WebkitTextDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
1306
|
+
WebkitTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1307
|
+
WebkitTextEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
1308
|
+
WebkitTextEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
1309
|
+
WebkitTextEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
1310
|
+
WebkitTextFillColor?: csstype.Property.WebkitTextFillColor | undefined;
|
|
1311
|
+
WebkitTextOrientation?: csstype.Property.TextOrientation | undefined;
|
|
1312
|
+
WebkitTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1313
|
+
WebkitTextStrokeColor?: csstype.Property.WebkitTextStrokeColor | undefined;
|
|
1314
|
+
WebkitTextStrokeWidth?: csstype.Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
1315
|
+
WebkitTextUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
1316
|
+
WebkitTouchCallout?: csstype.Property.WebkitTouchCallout | undefined;
|
|
1317
|
+
WebkitTransform?: csstype.Property.Transform | undefined;
|
|
1318
|
+
WebkitTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1319
|
+
WebkitTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1320
|
+
WebkitTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1321
|
+
WebkitTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1322
|
+
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1323
|
+
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1324
|
+
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
1325
|
+
WebkitUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1326
|
+
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1327
|
+
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1328
|
+
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1329
|
+
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1330
|
+
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1331
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
1332
|
+
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
1333
|
+
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
1334
|
+
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
1335
|
+
msScrollLimit?: csstype.Property.MsScrollLimit | undefined;
|
|
1336
|
+
msScrollSnapX?: csstype.Property.MsScrollSnapX | undefined;
|
|
1337
|
+
msScrollSnapY?: csstype.Property.MsScrollSnapY | undefined;
|
|
1338
|
+
msTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1339
|
+
WebkitAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1340
|
+
WebkitBorderBefore?: csstype.Property.WebkitBorderBefore<string | number> | undefined;
|
|
1341
|
+
WebkitBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1342
|
+
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
1343
|
+
WebkitColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1344
|
+
WebkitColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1345
|
+
WebkitFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
1346
|
+
WebkitFlexFlow?: csstype.Property.FlexFlow | undefined;
|
|
1347
|
+
WebkitMask?: csstype.Property.WebkitMask<string | number> | undefined;
|
|
1348
|
+
WebkitMaskBoxImage?: csstype.Property.MaskBorder | undefined;
|
|
1349
|
+
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1350
|
+
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
1351
|
+
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1352
|
+
azimuth?: csstype.Property.Azimuth | undefined;
|
|
1353
|
+
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1354
|
+
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1355
|
+
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1356
|
+
boxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
1357
|
+
boxLines?: csstype.Property.BoxLines | undefined;
|
|
1358
|
+
boxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1359
|
+
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1360
|
+
boxPack?: csstype.Property.BoxPack | undefined;
|
|
1361
|
+
clip?: csstype.Property.Clip | undefined;
|
|
1362
|
+
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
1363
|
+
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
1364
|
+
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
1365
|
+
imeMode?: csstype.Property.ImeMode | undefined;
|
|
1366
|
+
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
1367
|
+
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1368
|
+
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1369
|
+
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
1370
|
+
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1371
|
+
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1372
|
+
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1373
|
+
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
1374
|
+
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
1375
|
+
scrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
1376
|
+
scrollSnapTypeX?: csstype.Property.ScrollSnapTypeX | undefined;
|
|
1377
|
+
scrollSnapTypeY?: csstype.Property.ScrollSnapTypeY | undefined;
|
|
1378
|
+
KhtmlBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1379
|
+
KhtmlBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1380
|
+
KhtmlBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1381
|
+
KhtmlBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
1382
|
+
KhtmlBoxLines?: csstype.Property.BoxLines | undefined;
|
|
1383
|
+
KhtmlBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1384
|
+
KhtmlBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1385
|
+
KhtmlBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1386
|
+
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1387
|
+
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
1388
|
+
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1389
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1390
|
+
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1391
|
+
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1392
|
+
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1393
|
+
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1394
|
+
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
1395
|
+
MozBorderRadiusBottomleft?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1396
|
+
MozBorderRadiusBottomright?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1397
|
+
MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1398
|
+
MozBorderRadiusTopright?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
1399
|
+
MozBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1400
|
+
MozBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1401
|
+
MozBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1402
|
+
MozBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1403
|
+
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1404
|
+
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1405
|
+
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1406
|
+
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
1407
|
+
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
1408
|
+
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
1409
|
+
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
1410
|
+
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
1411
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
1412
|
+
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
1413
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1414
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1415
|
+
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1416
|
+
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1417
|
+
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1418
|
+
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1419
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
1420
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1421
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1422
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1423
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1424
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1425
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1426
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1427
|
+
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
1428
|
+
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
1429
|
+
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1430
|
+
OAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1431
|
+
OAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1432
|
+
OAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1433
|
+
OAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1434
|
+
OAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1435
|
+
OAnimationName?: csstype.Property.AnimationName | undefined;
|
|
1436
|
+
OAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1437
|
+
OAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1438
|
+
OBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1439
|
+
OBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1440
|
+
OObjectFit?: csstype.Property.ObjectFit | undefined;
|
|
1441
|
+
OObjectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
1442
|
+
OTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1443
|
+
OTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
1444
|
+
OTransform?: csstype.Property.Transform | undefined;
|
|
1445
|
+
OTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1446
|
+
OTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1447
|
+
OTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1448
|
+
OTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1449
|
+
OTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1450
|
+
OTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1451
|
+
WebkitBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1452
|
+
WebkitBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1453
|
+
WebkitBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1454
|
+
WebkitBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
1455
|
+
WebkitBoxLines?: csstype.Property.BoxLines | undefined;
|
|
1456
|
+
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1457
|
+
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1458
|
+
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1459
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
1460
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
1461
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
1462
|
+
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
1463
|
+
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
1464
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
1465
|
+
fill?: csstype.Property.Fill | undefined;
|
|
1466
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
1467
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
1468
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
1469
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
1470
|
+
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
1471
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
1472
|
+
marker?: csstype.Property.Marker | undefined;
|
|
1473
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
1474
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
1475
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
1476
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
1477
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
1478
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
1479
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
1480
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
1481
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
1482
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
1483
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
1484
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
1485
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
1486
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
1487
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
1488
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
1489
|
+
};
|
|
1490
|
+
}, HTMLElement> | null;
|
|
1491
|
+
/**
|
|
1492
|
+
* `useReverification(callback, opts)` — wraps a sensitive action so the
|
|
1493
|
+
* caller is automatically prompted for reverification on
|
|
1494
|
+
* `REVERIFICATION_REQUIRED|EXPIRED|INVALID|USED|LEVEL_INSUFFICIENT`
|
|
1495
|
+
* responses, then retried once.
|
|
1496
|
+
*
|
|
1497
|
+
* Pattern matches Clerk's `useReverification`: provide the work, get
|
|
1498
|
+
* back a function that throws only when the user cancels or
|
|
1499
|
+
* reverification fails.
|
|
1500
|
+
*/
|
|
1501
|
+
interface UseReverificationOptions {
|
|
1502
|
+
level?: "password" | "mfa";
|
|
1503
|
+
prompt?: (level: "password" | "mfa") => Promise<{
|
|
1504
|
+
password?: string;
|
|
1505
|
+
totp?: string;
|
|
1506
|
+
method?: "totp" | "sms" | "email";
|
|
1507
|
+
} | null>;
|
|
1508
|
+
}
|
|
1509
|
+
declare function useReverification<T extends (...args: any[]) => Promise<Response>>(fn: (token: string | null) => T, opts?: UseReverificationOptions): T;
|
|
1510
|
+
interface CreateOrganizationProps {
|
|
1511
|
+
iqAuthBaseUrl: string;
|
|
1512
|
+
defaultRole?: string;
|
|
1513
|
+
/** When provided, navigate the browser to this URL after creation (after `onCreated`). */
|
|
1514
|
+
redirectUrl?: string | ((tenant: {
|
|
1515
|
+
id: string;
|
|
1516
|
+
name: string;
|
|
1517
|
+
slug: string;
|
|
1518
|
+
}) => string);
|
|
1519
|
+
onCreated?: (tenant: {
|
|
1520
|
+
id: string;
|
|
1521
|
+
name: string;
|
|
1522
|
+
slug: string;
|
|
1523
|
+
}) => void;
|
|
1524
|
+
/** Hide the inline shell (useful when embedding inside another card). */
|
|
1525
|
+
unstyled?: boolean;
|
|
1526
|
+
appearance?: IQAuthAppearance;
|
|
1527
|
+
className?: string;
|
|
1528
|
+
}
|
|
1529
|
+
/** Slug helper: `Acme, Inc!` → `acme-inc`. Exported for parity with the hosted form. */
|
|
1530
|
+
declare function slugify(input: string): string;
|
|
1531
|
+
/**
|
|
1532
|
+
* `<CreateOrganization/>` — render an inline form that POSTs to
|
|
1533
|
+
* `/api/v1/tenants` to create a new tenant. Slug auto-generates from
|
|
1534
|
+
* the name (the user can override before submit). Optional `metadata`
|
|
1535
|
+
* is forwarded; optional `redirectUrl` navigates the browser after
|
|
1536
|
+
* the `onCreated` callback fires. Mirrors Clerk's `<CreateOrganization/>`
|
|
1537
|
+
* ergonomics.
|
|
1538
|
+
*/
|
|
1539
|
+
declare function CreateOrganization({ iqAuthBaseUrl, onCreated, redirectUrl, unstyled, appearance, className }: CreateOrganizationProps): react_jsx_runtime.JSX.Element;
|
|
1540
|
+
interface OrganizationProfileProps {
|
|
1541
|
+
iqAuthBaseUrl: string;
|
|
1542
|
+
tenantId?: string;
|
|
1543
|
+
/** Tabs visible to the user. Defaults to all four. */
|
|
1544
|
+
tabs?: Array<"general" | "members" | "invitations" | "danger">;
|
|
1545
|
+
/** Called after the tenant is deleted (for navigation/cleanup). */
|
|
1546
|
+
onDeleted?: (tenantId: string) => void;
|
|
1547
|
+
appearance?: IQAuthAppearance;
|
|
1548
|
+
className?: string;
|
|
1549
|
+
}
|
|
1550
|
+
/**
|
|
1551
|
+
* `<OrganizationProfile/>` — manage the active (or specified) tenant:
|
|
1552
|
+
* rename it, invite members, change member roles, and remove members.
|
|
1553
|
+
* Mirrors Clerk's `<OrganizationProfile/>`.
|
|
1554
|
+
*/
|
|
1555
|
+
declare function OrganizationProfile({ iqAuthBaseUrl, tenantId: tenantIdProp, tabs, onDeleted, appearance, className }: OrganizationProfileProps): react_jsx_runtime.JSX.Element;
|
|
1556
|
+
interface OrganizationListProps {
|
|
1557
|
+
iqAuthBaseUrl: string;
|
|
1558
|
+
onSelect?: (tenantId: string) => void;
|
|
1559
|
+
/** When true (default), shows a "Create new organization" CTA that toggles an inline `<CreateOrganization/>`. */
|
|
1560
|
+
showCreate?: boolean;
|
|
1561
|
+
/** URL to navigate to after a new organization is created (passed to `<CreateOrganization redirectUrl=…/>`). */
|
|
1562
|
+
createRedirectUrl?: string | ((tenant: {
|
|
1563
|
+
id: string;
|
|
1564
|
+
name: string;
|
|
1565
|
+
slug: string;
|
|
1566
|
+
}) => string);
|
|
1567
|
+
appearance?: IQAuthAppearance;
|
|
1568
|
+
className?: string;
|
|
1569
|
+
}
|
|
1570
|
+
/**
|
|
1571
|
+
* `<OrganizationList/>` — list every tenant the signed-in user
|
|
1572
|
+
* belongs to, with the active tenant highlighted. Clicking an
|
|
1573
|
+
* inactive entry calls `/api/v1/auth/select-tenant` to switch.
|
|
1574
|
+
*/
|
|
1575
|
+
declare function OrganizationList({ iqAuthBaseUrl, onSelect, showCreate, createRedirectUrl, appearance, className }: OrganizationListProps): react_jsx_runtime.JSX.Element;
|
|
1576
|
+
interface WaitlistProps {
|
|
1577
|
+
iqAuthBaseUrl: string;
|
|
1578
|
+
appKey?: string;
|
|
1579
|
+
appId?: string;
|
|
1580
|
+
/** Title shown above the form (defaults to "Join the waitlist"). */
|
|
1581
|
+
title?: string;
|
|
1582
|
+
/** Subtitle / description shown above the form. */
|
|
1583
|
+
subtitle?: string;
|
|
1584
|
+
/** Replace the success message after submission. */
|
|
1585
|
+
successMessage?: string;
|
|
1586
|
+
appearance?: IQAuthAppearance;
|
|
1587
|
+
className?: string;
|
|
1588
|
+
}
|
|
1589
|
+
/**
|
|
1590
|
+
* `<Waitlist/>` — collect email + optional name and POST to
|
|
1591
|
+
* `/api/v1/waitlist`. Used when an app has waitlist gating enabled
|
|
1592
|
+
* and self-signup is closed.
|
|
1593
|
+
*/
|
|
1594
|
+
declare function Waitlist({ iqAuthBaseUrl, appKey, appId, title, subtitle, successMessage, appearance, className }: WaitlistProps): react_jsx_runtime.JSX.Element;
|
|
1595
|
+
|
|
1596
|
+
interface UseMagicLinkResult {
|
|
1597
|
+
request: (input: MagicLinkRequestInput) => Promise<void>;
|
|
1598
|
+
sent: boolean;
|
|
1599
|
+
busy: boolean;
|
|
1600
|
+
error: string | null;
|
|
1601
|
+
}
|
|
1602
|
+
declare function useMagicLink(override?: Partial<PasswordlessOptions>): UseMagicLinkResult;
|
|
1603
|
+
interface UsePasskeyResult {
|
|
1604
|
+
signIn: (input?: {
|
|
1605
|
+
email?: string;
|
|
1606
|
+
}) => Promise<unknown>;
|
|
1607
|
+
enroll: (name?: string) => Promise<unknown>;
|
|
1608
|
+
busy: boolean;
|
|
1609
|
+
error: string | null;
|
|
1610
|
+
}
|
|
1611
|
+
declare function usePasskey(override?: Partial<PasswordlessOptions>): UsePasskeyResult;
|
|
1612
|
+
interface UseLinkedIdentitiesResult {
|
|
1613
|
+
identities: LinkedIdentity[];
|
|
1614
|
+
loading: boolean;
|
|
1615
|
+
error: string | null;
|
|
1616
|
+
refresh: () => Promise<void>;
|
|
1617
|
+
link: (input: LinkProviderInput) => Promise<void>;
|
|
1618
|
+
unlink: (provider: string, password?: string) => Promise<void>;
|
|
1619
|
+
}
|
|
1620
|
+
declare function useLinkedIdentities(override?: Partial<PasswordlessOptions>): UseLinkedIdentitiesResult;
|
|
1621
|
+
interface MagicLinkSignInFormProps extends Partial<PasswordlessOptions> {
|
|
1622
|
+
appId?: string;
|
|
1623
|
+
redirectUri: string;
|
|
1624
|
+
className?: string;
|
|
1625
|
+
placeholder?: string;
|
|
1626
|
+
buttonLabel?: string;
|
|
1627
|
+
}
|
|
1628
|
+
declare function MagicLinkSignInForm(props: MagicLinkSignInFormProps): react_jsx_runtime.JSX.Element;
|
|
1629
|
+
interface PasskeySignInButtonProps extends Partial<PasswordlessOptions> {
|
|
1630
|
+
email?: string;
|
|
1631
|
+
className?: string;
|
|
1632
|
+
children?: ReactNode;
|
|
1633
|
+
}
|
|
1634
|
+
declare function PasskeySignInButton({ email, className, children, ...rest }: PasskeySignInButtonProps): react_jsx_runtime.JSX.Element;
|
|
1635
|
+
interface LinkedAccountsProps extends Partial<PasswordlessOptions> {
|
|
298
1636
|
className?: string;
|
|
1637
|
+
onChange?: () => void;
|
|
299
1638
|
}
|
|
300
|
-
declare function
|
|
1639
|
+
declare function LinkedAccounts({ className, onChange, ...rest }: LinkedAccountsProps): react_jsx_runtime.JSX.Element;
|
|
301
1640
|
declare const __version__ = "phase-bc-1.0.0";
|
|
302
1641
|
|
|
303
|
-
export { AuthCallback, type AuthCallbackProps, type IQAuthBranding, IQAuthLoaded, IQAuthLoading, IQAuthProvider, type IQAuthProviderProps, type IQAuthSignInContext, OrganizationSwitcher, type OrganizationSwitcherProps, RedirectToSignIn, type RedirectToSignInProps, type SessionError, type SharedComponentProps, SignIn, type SignInProps, SignUp, type SignUpProps, SignedIn, SignedOut, type UseAuthResult, type UseOrganizationResult, type UseSessionResult, type UseUserResult, UserButton, type UserButtonProps, UserProfile, type UserProfileProps, type UserSummary, __version__, isSilentSsoEligible, sanitizeBrandCss, useAuth, useAuthFetch, useIQAuthSignInContext, useOrganization, useResolvedSdkBranding, useSession, useUser };
|
|
1642
|
+
export { type AccountSummary, AuthCallback, type AuthCallbackProps, CreateOrganization, type CreateOrganizationProps, type IQAuthAppearance, type IQAuthAppearanceElements, type IQAuthBranding, IQAuthLoaded, IQAuthLoading, IQAuthLocaleBundle, IQAuthLocaleKey, IQAuthLocaleOverride, IQAuthProvider, type IQAuthProviderProps, IQAuthReturnToBouncer, type IQAuthReturnToBouncerProps, type IQAuthSignInContext, ImpersonationBanner, type ImpersonationBannerProps, type ImpersonationInfo, LinkedAccounts, type LinkedAccountsProps, MagicLinkSignInForm, type MagicLinkSignInFormProps, MultisessionAppSupport, OrganizationList, type OrganizationListProps, OrganizationProfile, type OrganizationProfileProps, OrganizationSwitcher, type OrganizationSwitcherProps, PasskeySignInButton, type PasskeySignInButtonProps, Protect, type ProtectProps, RedirectToSignIn, type RedirectToSignInProps, RedirectToSignedIn, type RedirectToSignedInProps, type SanitizeReturnToOptions, type SessionError, type SessionListItem, type SharedComponentProps, SignIn, type SignInProps, SignUp, type SignUpProps, SignedIn, SignedOut, type UseAccountSwitcherResult, type UseAuthResult, type UseLinkedIdentitiesResult, type UseMagicLinkResult, type UseOrganizationResult, type UsePasskeyResult, type UseReturnToOptions, type UseReverificationOptions, type UseSessionListResult, type UseSessionResult, type UseUserResult, UserButton, type UserButtonProps, UserProfile, type UserProfileProps, type UserSummary, Waitlist, type WaitlistProps, __version__, isReturnToAllowed, isSilentSsoEligible, preflightReturnTo, revokeSession, sanitizeBrandCss, sanitizeReturnTo, slugify, useAccountList, useAccountSwitcher, useAuth, useAuthFetch, useIQAuthSignInContext, useImpersonation, useLinkedIdentities, useLocale, useMagicLink, useOrganization, usePasskey, useResolvedSdkBranding, useReturnTo, useReverification, useSession, useSessionList, useT, useUser };
|