@iqauth/sdk 2.6.3 → 2.7.0

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