@adia-ai/adia-ui-factory 0.8.20 → 0.8.22

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-factory",
3
- "version": "0.8.20",
3
+ "version": "0.8.22",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
5
5
  "author": {
6
6
  "name": "Kim",
package/.mcp.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "a2ui": {
4
4
  "command": "npx",
5
- "args": ["-y", "@adia-ai/a2ui-mcp@0.8.20"]
5
+ "args": ["-y", "@adia-ai/a2ui-mcp@0.8.22"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog — adia-factory
2
2
 
3
+ ## [0.8.22] — 2026-07-29
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.22 work shipped in select-ui aria-selected action-row fix, combobox radio indicator, form-popover summary hardening, resumable release Step 10. See `packages/web-components/CHANGELOG.md#0822--2026-07-29` for details.
7
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
8
+
9
+ ## [0.8.21] — 2026-07-28
10
+
11
+ ### Maintenance
12
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.21 work shipped in card/table/select/form-popover fixes from adia-v2 adoption + three drift gates (gh#473, gh#425, gh#435). See `packages/web-components/CHANGELOG.md#0821--2026-07-28` for details.
13
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
14
+ - **`skills/` touched in this release window** (1 file(s), e.g. `references/pattern-index.md`) — carried by the entries above.
15
+
3
16
  ## [0.8.20] — 2026-07-28
4
17
 
5
18
  ### Maintenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.20",
3
+ "version": "0.8.22",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
5
5
  "keywords": [
6
6
  "adia-ui",
@@ -113,7 +113,7 @@
113
113
  - source: `/packages/web-components/patterns/overview/overview.examples.html` · demo: `/packages/web-components/patterns/overview/overview.html` · docs: `/site/patterns/overview`
114
114
  - **Admin Sidebar** (Patterns) — The admin left rail — workspace + user switchers over a nav tree, with grouped, divided, sub-nav, and sign-in variants.
115
115
  - keywords: side rail, workspace switcher, account menu, left nav, rail
116
- - components: `nav-item-ui` `admin-shell` `admin-sidebar` `admin-entity-item` `admin-topbar` `nav-ui` `section-ui` `admin-statusbar` `code-ui` `nav-group-ui` `select-ui` `tag-ui`
116
+ - components: `nav-item-ui` `admin-shell` `admin-sidebar` `adia-mark-ui` `admin-entity-item` `admin-topbar` `nav-ui` `section-ui` `admin-statusbar` `code-ui` `nav-group-ui` `select-ui`
117
117
  - source: `/site/pages/patterns/admin-sidebar.html` · docs: `/site/patterns/admin-sidebar`
118
118
  - **App Nav** (Patterns) — Sidebar navigation tree — grouped collapsible items, dividers, section labels, badges, and popover flyouts when collapsed.
119
119
  - keywords: menu tree, side rail, groups, flyout, collapsible menu
@@ -272,11 +272,11 @@
272
272
 
273
273
  - **Sign In** (Authentication) — Email-entry sign-in card with social/SSO provider buttons — reach for it as the first login step before a password or one-time code is asked.
274
274
  - keywords: login, authenticate, credentials, social-login, email-entry
275
- - components: `button-ui` `col-ui` `text-ui` `card-ui` `divider-ui` `image-ui` `input-ui`
275
+ - components: `button-ui` `col-ui` `text-ui` `adia-mark-ui` `card-ui` `divider-ui` `input-ui`
276
276
  - source: `/apps/user-flow/app/auth/sign-in/sign-in.contents.html` · demo: `/apps/user-flow/app/auth/sign-in/sign-in.html` · docs: `/site/examples/auth/sign-in`
277
277
  - **Password** (Authentication) — Password-entry sign-in step for a known email — reach for it after the email step to collect the password, with magic-link/OTP fallbacks.
278
278
  - keywords: login, credentials, signin, passphrase, remember-me
279
- - components: `col-ui` `button-ui` `text-ui` `card-ui` `check-ui` `divider-ui` `image-ui` `input-ui` `row-ui`
279
+ - components: `col-ui` `button-ui` `text-ui` `adia-mark-ui` `card-ui` `check-ui` `divider-ui` `input-ui` `row-ui`
280
280
  - source: `/apps/user-flow/app/auth/sign-in/password/password.contents.html` · demo: `/apps/user-flow/app/auth/sign-in/password/password.html` · docs: `/site/examples/auth/sign-in/password`
281
281
  - **Magic Link Sent** (Authentication) — Passwordless check-your-email confirmation after a sign-in link is emailed — reach for it to confirm a one-time login link was sent.
282
282
  - keywords: passwordless, check-email, confirmation, resend, inbox
@@ -284,55 +284,55 @@
284
284
  - source: `/apps/user-flow/app/auth/sign-in/magic-link/sent/sent.contents.html` · demo: `/apps/user-flow/app/auth/sign-in/magic-link/sent/sent.html` · docs: `/site/examples/auth/sign-in/magic-link/sent`
285
285
  - **OTP Verify** (Authentication) — 6-digit one-time-code entry for passwordless sign-in or 2nd factor — reach for it when the user types a code sent by email or SMS.
286
286
  - keywords: passcode, one-time-code, 2fa, sms-code, totp
287
- - components: `text-ui` `col-ui` `card-ui` `image-ui` `otp-input-ui`
287
+ - components: `text-ui` `col-ui` `adia-mark-ui` `card-ui` `otp-input-ui`
288
288
  - source: `/apps/user-flow/app/auth/sign-in/otp/verify/verify.contents.html` · demo: `/apps/user-flow/app/auth/sign-in/otp/verify/verify.html` · docs: `/site/examples/auth/sign-in/otp/verify`
289
289
  - **MFA** (Authentication) — Two-factor challenge after the password succeeds — reach for it to collect the authenticator TOTP code as a second factor during sign-in.
290
290
  - keywords: two-factor, 2fa, authenticator, totp, second-factor
291
- - components: `col-ui` `text-ui` `button-ui` `card-ui` `divider-ui` `image-ui` `otp-input-ui`
291
+ - components: `col-ui` `text-ui` `button-ui` `adia-mark-ui` `card-ui` `divider-ui` `otp-input-ui`
292
292
  - source: `/apps/user-flow/app/auth/sign-in/mfa/mfa.contents.html` · demo: `/apps/user-flow/app/auth/sign-in/mfa/mfa.html` · docs: `/site/examples/auth/sign-in/mfa`
293
293
  - **MFA Recovery** (Authentication) — Backup-code entry when the authenticator is unavailable — reach for it as the 2FA fallback to sign in with a saved recovery code.
294
294
  - keywords: backup-code, 2fa-fallback, lost-device, authenticator, security-key
295
- - components: `col-ui` `text-ui` `alert-ui` `button-ui` `card-ui` `image-ui` `input-ui`
295
+ - components: `col-ui` `text-ui` `adia-mark-ui` `alert-ui` `button-ui` `card-ui` `input-ui`
296
296
  - source: `/apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.contents.html` · demo: `/apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.html` · docs: `/site/examples/auth/sign-in/mfa/recovery`
297
297
  - **Sign Up** (Authentication) — New-account registration card: email plus social provider buttons — reach for it as the first step to create an account.
298
298
  - keywords: register, create-account, registration, oauth, social-login
299
- - components: `col-ui` `button-ui` `text-ui` `card-ui` `divider-ui` `image-ui` `input-ui`
299
+ - components: `col-ui` `button-ui` `text-ui` `adia-mark-ui` `card-ui` `divider-ui` `input-ui`
300
300
  - source: `/apps/user-flow/app/auth/sign-up/sign-up.contents.html` · demo: `/apps/user-flow/app/auth/sign-up/sign-up.html` · docs: `/site/examples/auth/sign-up`
301
301
  - **Verify** (Authentication) — Sign-up email verification — enter the 6-digit code sent to activate a new account, right after registering.
302
302
  - keywords: confirm-email, activation, otp, code-entry, six-digit
303
- - components: `col-ui` `text-ui` `alert-ui` `card-ui` `image-ui` `otp-input-ui`
303
+ - components: `col-ui` `text-ui` `adia-mark-ui` `alert-ui` `card-ui` `otp-input-ui`
304
304
  - source: `/apps/user-flow/app/auth/sign-up/verify/verify.contents.html` · demo: `/apps/user-flow/app/auth/sign-up/verify/verify.html` · docs: `/site/examples/auth/sign-up/verify`
305
305
  - **MFA Setup** (Authentication) — Two-factor enrollment — scan the authenticator QR and confirm a TOTP code to enable 2FA during sign-up or from settings.
306
306
  - keywords: two-factor, 2fa, enrollment, qr-code, totp
307
- - components: `col-ui` `text-ui` `alert-ui` `button-ui` `card-ui` `icon-ui` `image-ui` `otp-input-ui`
307
+ - components: `col-ui` `text-ui` `adia-mark-ui` `alert-ui` `button-ui` `card-ui` `icon-ui` `otp-input-ui`
308
308
  - source: `/apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.contents.html` · demo: `/apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.html` · docs: `/site/examples/auth/sign-up/mfa-setup`
309
309
  - **SSO Only** (Authentication) — SSO-required notice when password sign-up is disabled for a domain — reach for it to route enterprise users to their identity provider.
310
310
  - keywords: single-sign-on, enterprise, saml, identity-provider, okta
311
- - components: `col-ui` `button-ui` `text-ui` `alert-ui` `card-ui` `image-ui`
311
+ - components: `col-ui` `button-ui` `text-ui` `adia-mark-ui` `alert-ui` `card-ui`
312
312
  - source: `/apps/user-flow/app/auth/sign-up/sso-only/sso-only.contents.html` · demo: `/apps/user-flow/app/auth/sign-up/sso-only/sso-only.html` · docs: `/site/examples/auth/sign-up/sso-only`
313
313
  - **Forgot Password** (Authentication) — Password-recovery start: enter your email to receive a reset link — reach for it as the first step of the forgot-password flow.
314
314
  - keywords: reset, recovery, request-link, account-recovery, email-entry
315
- - components: `col-ui` `text-ui` `button-ui` `card-ui` `image-ui` `input-ui`
315
+ - components: `col-ui` `text-ui` `adia-mark-ui` `button-ui` `card-ui` `input-ui`
316
316
  - source: `/apps/user-flow/app/auth/forgot-password/forgot-password.contents.html` · demo: `/apps/user-flow/app/auth/forgot-password/forgot-password.html` · docs: `/site/examples/auth/forgot-password`
317
317
  - **Reset Link Sent** (Authentication) — Confirmation that a password-reset email went out — reach for it after the forgot-password step to say check your inbox.
318
318
  - keywords: check-email, recovery, confirmation, inbox, resend
319
- - components: `col-ui` `text-ui` `alert-ui` `button-ui` `card-ui` `image-ui`
319
+ - components: `col-ui` `text-ui` `adia-mark-ui` `alert-ui` `button-ui` `card-ui`
320
320
  - source: `/apps/user-flow/app/auth/forgot-password/sent/sent.contents.html` · demo: `/apps/user-flow/app/auth/forgot-password/sent/sent.html` · docs: `/site/examples/auth/forgot-password/sent`
321
321
  - **Reset Password** (Authentication) — New-password form with confirm field, reached via the reset link — the final step where the user chooses a new password.
322
322
  - keywords: change-credentials, confirm, recovery, strength, choose-new
323
- - components: `col-ui` `input-ui` `text-ui` `button-ui` `card-ui` `image-ui`
323
+ - components: `col-ui` `input-ui` `text-ui` `adia-mark-ui` `button-ui` `card-ui`
324
324
  - source: `/apps/user-flow/app/auth/reset-password/reset-password.contents.html` · demo: `/apps/user-flow/app/auth/reset-password/reset-password.html` · docs: `/site/examples/auth/reset-password`
325
325
  - **Account Locked** (Authentication) — Locked-out notice after too many failed sign-ins — reach for it to explain the lockout and offer reset/backup-code/support options.
326
326
  - keywords: lockout, failed-attempts, blocked, rate-limit, security
327
- - components: `button-ui` `col-ui` `alert-ui` `card-ui` `image-ui` `text-ui`
327
+ - components: `button-ui` `col-ui` `adia-mark-ui` `alert-ui` `card-ui` `text-ui`
328
328
  - source: `/apps/user-flow/app/auth/account-locked/account-locked.contents.html` · demo: `/apps/user-flow/app/auth/account-locked/account-locked.html` · docs: `/site/examples/auth/account-locked`
329
329
  - **Link Expired** (Authentication) — Expired or used magic/reset link notice with a re-send email form — reach for it when a one-time link is no longer valid.
330
330
  - keywords: invalid, stale, resend, one-time, request-new
331
- - components: `col-ui` `alert-ui` `button-ui` `card-ui` `image-ui` `input-ui` `text-ui`
331
+ - components: `col-ui` `adia-mark-ui` `alert-ui` `button-ui` `card-ui` `input-ui` `text-ui`
332
332
  - source: `/apps/user-flow/app/auth/link-expired/link-expired.contents.html` · demo: `/apps/user-flow/app/auth/link-expired/link-expired.html` · docs: `/site/examples/auth/link-expired`
333
333
  - **Accept Invite** (Authentication) — Team-invite landing with inviter, workspace, and accept/decline — reach for it when a user opens an invitation to join a workspace.
334
334
  - keywords: team, workspace, join, membership, decline
335
- - components: `text-ui` `col-ui` `button-ui` `card-ui` `avatar-ui` `image-ui` `row-ui`
335
+ - components: `text-ui` `col-ui` `button-ui` `card-ui` `adia-mark-ui` `avatar-ui` `row-ui`
336
336
  - source: `/apps/user-flow/app/auth/accept-invite/accept-invite.contents.html` · demo: `/apps/user-flow/app/auth/accept-invite/accept-invite.html` · docs: `/site/examples/auth/accept-invite`
337
337
  - **OAuth Callback** (Authentication) — OAuth/SSO interstitial loading state while the provider redirect completes — reach for it to hold the user during the sign-in handoff.
338
338
  - keywords: loading, redirect, sso, interstitial, provider
@@ -340,23 +340,23 @@
340
340
  - source: `/apps/user-flow/app/auth/oauth/callback/callback.contents.html` · demo: `/apps/user-flow/app/auth/oauth/callback/callback.html` · docs: `/site/examples/auth/oauth/callback`
341
341
  - **Email Change** (Authentication) — Confirm-new-email step for an address change — reach for it to have the user approve switching their sign-in email to a new address.
342
342
  - keywords: update-address, confirm, new-address, verify, security
343
- - components: `col-ui` `text-ui` `button-ui` `card-ui` `image-ui`
343
+ - components: `col-ui` `text-ui` `adia-mark-ui` `button-ui` `card-ui`
344
344
  - source: `/apps/user-flow/app/auth/email-change/verify/verify.contents.html` · demo: `/apps/user-flow/app/auth/email-change/verify/verify.html` · docs: `/site/examples/auth/email-change/verify`
345
345
  - **Sign Out** (Authentication) — Signed-out confirmation after a session ends — reach for it as the post-logout landing offering sign-back-in or switch-account.
346
346
  - keywords: logout, session-end, goodbye, log-off, post-logout
347
- - components: `col-ui` `button-ui` `text-ui` `card-ui` `image-ui`
347
+ - components: `col-ui` `button-ui` `text-ui` `adia-mark-ui` `card-ui`
348
348
  - source: `/apps/user-flow/app/auth/sign-out/sign-out.contents.html` · demo: `/apps/user-flow/app/auth/sign-out/sign-out.html` · docs: `/site/examples/auth/sign-out`
349
349
  - **Session Expired** (Authentication) — Session-timeout notice after inactivity with a sign-back-in prompt — reach for it to re-authenticate a user whose session lapsed.
350
350
  - keywords: timeout, inactivity, re-login, re-authenticate, idle
351
- - components: `col-ui` `button-ui` `alert-ui` `card-ui` `image-ui` `text-ui`
351
+ - components: `col-ui` `button-ui` `adia-mark-ui` `alert-ui` `card-ui` `text-ui`
352
352
  - source: `/apps/user-flow/app/auth/session-expired/session-expired.contents.html` · demo: `/apps/user-flow/app/auth/session-expired/session-expired.html` · docs: `/site/examples/auth/session-expired`
353
353
  - **Forbidden** (Authentication) — 403 access-denied page when an account lacks permission — reach for it for a no-access state offering switch-account or request-access.
354
354
  - keywords: 403, access-denied, permission, no-access, unauthorized
355
- - components: `button-ui` `col-ui` `alert-ui` `card-ui` `image-ui` `text-ui`
355
+ - components: `button-ui` `col-ui` `adia-mark-ui` `alert-ui` `card-ui` `text-ui`
356
356
  - source: `/apps/user-flow/app/auth/forbidden/forbidden.contents.html` · demo: `/apps/user-flow/app/auth/forbidden/forbidden.html` · docs: `/site/examples/auth/forbidden`
357
357
  - **Account Deleted** (Authentication) — Account-deletion confirmation with an undo window — reach for it after deletion to show the recovery deadline and recover-account action.
358
358
  - keywords: removal, closed, undo, recover, grace-period
359
- - components: `col-ui` `button-ui` `alert-ui` `card-ui` `image-ui` `text-ui`
359
+ - components: `col-ui` `button-ui` `adia-mark-ui` `alert-ui` `card-ui` `text-ui`
360
360
  - source: `/apps/user-flow/app/auth/account-deleted/account-deleted.contents.html` · demo: `/apps/user-flow/app/auth/account-deleted/account-deleted.html` · docs: `/site/examples/auth/account-deleted`
361
361
 
362
362
  ### dashboard
@@ -485,27 +485,27 @@
485
485
 
486
486
  - **Profile** (Authentication) — First-run profile setup: collect full name and display name/handle — reach for it after account creation to personalize a new account.
487
487
  - keywords: onboarding, display-name, avatar, personalize, first-run
488
- - components: `col-ui` `input-ui` `text-ui` `button-ui` `card-ui` `image-ui`
488
+ - components: `col-ui` `input-ui` `text-ui` `adia-mark-ui` `button-ui` `card-ui`
489
489
  - source: `/apps/user-flow/app/auth/sign-up/profile/profile.contents.html` · demo: `/apps/user-flow/app/auth/sign-up/profile/profile.html` · docs: `/site/examples/auth/sign-up/profile`
490
490
  - **Welcome** (Onboarding) — Welcome splash greeting the new user with a start CTA; reach for it as the opening screen of a product onboarding flow.
491
491
  - keywords: intro, greeting, start, splash, get-started
492
- - components: `text-ui` `icon-ui` `button-ui` `image-ui` `step-progress-ui`
492
+ - components: `text-ui` `icon-ui` `adia-mark-ui` `button-ui` `step-progress-ui`
493
493
  - source: `/apps/user-flow/app/onboarding/welcome/welcome.contents.html` · demo: `/apps/user-flow/app/onboarding/welcome/welcome.html` · docs: `/site/examples/onboarding/welcome`
494
494
  - **Mode** (Onboarding) — 'How will you use it' onboarding step — pick a usage mode/persona via cards; reach for it as the mode/persona-selection step of onboarding.
495
495
  - keywords: usage, persona, workflow, choice, path
496
- - components: `option-card-ui` `text-ui` `button-ui` `image-ui` `step-progress-ui`
496
+ - components: `option-card-ui` `text-ui` `adia-mark-ui` `button-ui` `step-progress-ui`
497
497
  - source: `/apps/user-flow/app/onboarding/mode/mode.contents.html` · demo: `/apps/user-flow/app/onboarding/mode/mode.html` · docs: `/site/examples/onboarding/mode`
498
498
  - **Connect Source** (Onboarding) — 'Connect your first source' onboarding step — link an initial data source; reach for it as the first-connection step of product onboarding.
499
499
  - keywords: integration, link, data, provider, first
500
- - components: `option-card-ui` `text-ui` `alert-ui` `button-ui` `image-ui` `step-progress-ui`
500
+ - components: `option-card-ui` `text-ui` `adia-mark-ui` `alert-ui` `button-ui` `step-progress-ui`
501
501
  - source: `/apps/user-flow/app/onboarding/connect-source/connect-source.contents.html` · demo: `/apps/user-flow/app/onboarding/connect-source/connect-source.html` · docs: `/site/examples/onboarding/connect-source`
502
502
  - **Import Data** (Onboarding) — 'Bring your data' onboarding step — upload or import records after connecting a source; reach for it as the data-import step of onboarding.
503
503
  - keywords: upload, migrate, csv, records, load
504
- - components: `option-card-ui` `text-ui` `button-ui` `image-ui` `step-progress-ui`
504
+ - components: `option-card-ui` `text-ui` `adia-mark-ui` `button-ui` `step-progress-ui`
505
505
  - source: `/apps/user-flow/app/onboarding/import-data/import-data.contents.html` · demo: `/apps/user-flow/app/onboarding/import-data/import-data.html` · docs: `/site/examples/onboarding/import-data`
506
506
  - **First Action** (Onboarding) — 'Your first dashboard' onboarding step — guides one core action; reach for it as the activation/aha-moment step of product onboarding.
507
507
  - keywords: activation, aha, guide, task, milestone
508
- - components: `text-ui` `button-ui` `field-ui` `image-ui` `input-ui` `step-progress-ui`
508
+ - components: `text-ui` `button-ui` `adia-mark-ui` `field-ui` `input-ui` `step-progress-ui`
509
509
  - source: `/apps/user-flow/app/onboarding/first-action/first-action.contents.html` · demo: `/apps/user-flow/app/onboarding/first-action/first-action.html` · docs: `/site/examples/onboarding/first-action`
510
510
  - **Review** (Onboarding) — 'Review your setup' onboarding step — summary of choices before finishing; reach for it as the pre-completion review step of onboarding.
511
511
  - keywords: summary, confirm, recap, verify, overview
@@ -513,19 +513,19 @@
513
513
  - source: `/apps/user-flow/app/onboarding/review/review.contents.html` · demo: `/apps/user-flow/app/onboarding/review/review.html` · docs: `/site/examples/onboarding/review`
514
514
  - **Notifications** (Onboarding) — Notification-preferences onboarding step — toggles for email and push channels; reach for it as the alert opt-in step of product onboarding.
515
515
  - keywords: preferences, alerts, email, push, opt-in
516
- - components: `option-card-ui` `text-ui` `button-ui` `col-ui` `image-ui` `step-progress-ui`
516
+ - components: `option-card-ui` `text-ui` `adia-mark-ui` `button-ui` `col-ui` `step-progress-ui`
517
517
  - source: `/apps/user-flow/app/onboarding/notification-prefs/notification-prefs.contents.html` · demo: `/apps/user-flow/app/onboarding/notification-prefs/notification-prefs.html` · docs: `/site/examples/onboarding/notification-prefs`
518
518
  - **Mobile App** (Onboarding) — 'Get the mobile app' onboarding step — QR and app-store links to install the companion app; reach for it as the mobile-install promo step.
519
519
  - keywords: download, ios, android, qr, install
520
- - components: `text-ui` `button-ui` `field-ui` `icon-ui` `image-ui` `input-ui` `step-progress-ui`
520
+ - components: `text-ui` `button-ui` `adia-mark-ui` `field-ui` `icon-ui` `input-ui` `step-progress-ui`
521
521
  - source: `/apps/user-flow/app/onboarding/mobile-app/mobile-app.contents.html` · demo: `/apps/user-flow/app/onboarding/mobile-app/mobile-app.html` · docs: `/site/examples/onboarding/mobile-app`
522
522
  - **Browser Extension** (Onboarding) — 'Browser extension' onboarding step — prompts installing the browser add-on; reach for it as the extension-install promo step of onboarding.
523
523
  - keywords: chrome, addon, plugin, install, toolbar
524
- - components: `text-ui` `icon-ui` `button-ui` `kbd-ui` `image-ui` `step-progress-ui`
524
+ - components: `text-ui` `icon-ui` `button-ui` `kbd-ui` `adia-mark-ui` `step-progress-ui`
525
525
  - source: `/apps/user-flow/app/onboarding/browser-extension/browser-extension.contents.html` · demo: `/apps/user-flow/app/onboarding/browser-extension/browser-extension.html` · docs: `/site/examples/onboarding/browser-extension`
526
526
  - **Complete** (Onboarding) — 'All set' final onboarding screen — completion card launching the user into the product; reach for it as the terminal screen of onboarding.
527
527
  - keywords: done, finished, all-set, ready, launch
528
- - components: `timeline-item-ui` `kbd-ui` `text-ui` `alert-ui` `button-ui` `image-ui` `step-progress-ui` `timeline-ui`
528
+ - components: `timeline-item-ui` `kbd-ui` `text-ui` `adia-mark-ui` `alert-ui` `button-ui` `step-progress-ui` `timeline-ui`
529
529
  - source: `/apps/user-flow/app/onboarding/complete/complete.contents.html` · demo: `/apps/user-flow/app/onboarding/complete/complete.html` · docs: `/site/examples/onboarding/complete`
530
530
 
531
531
  ### overlays
@@ -547,63 +547,63 @@
547
547
 
548
548
  - **Workspace** (Registration) — Name-your-workspace signup step — one name field with step progress; reach for it as the workspace-creation step of a registration wizard.
549
549
  - keywords: signup, organization, create, tenant, name
550
- - components: `field-ui` `input-ui` `text-ui` `button-ui` `image-ui` `step-progress-ui`
550
+ - components: `field-ui` `input-ui` `text-ui` `adia-mark-ui` `button-ui` `step-progress-ui`
551
551
  - source: `/apps/user-flow/app/registration/workspace/workspace.contents.html` · demo: `/apps/user-flow/app/registration/workspace/workspace.html` · docs: `/site/examples/registration/workspace`
552
552
  - **Profile** (Registration) — Tell-us-about-you signup step — avatar upload plus name fields; reach for it as the personal-details step of a registration wizard.
553
553
  - keywords: signup, avatar, name, personal, about-you
554
- - components: `field-ui` `text-ui` `input-ui` `avatar-ui` `button-ui` `col-ui` `image-ui` `row-ui` `step-progress-ui` `upload-ui`
554
+ - components: `field-ui` `text-ui` `input-ui` `adia-mark-ui` `avatar-ui` `button-ui` `col-ui` `row-ui` `step-progress-ui` `upload-ui`
555
555
  - source: `/apps/user-flow/app/registration/profile/profile.contents.html` · demo: `/apps/user-flow/app/registration/profile/profile.html` · docs: `/site/examples/registration/profile`
556
556
  - **Use case** (Registration) — 'What brings you here?' signup step — option-card picker plus free-text; reach for it as the goal/intent-selection step of a signup wizard.
557
557
  - keywords: purpose, goal, intent, reason, segmentation
558
- - components: `option-card-ui` `text-ui` `button-ui` `col-ui` `image-ui` `step-progress-ui` `textarea-ui`
558
+ - components: `option-card-ui` `text-ui` `adia-mark-ui` `button-ui` `col-ui` `step-progress-ui` `textarea-ui`
559
559
  - source: `/apps/user-flow/app/registration/use-case/use-case.contents.html` · demo: `/apps/user-flow/app/registration/use-case/use-case.html` · docs: `/site/examples/registration/use-case`
560
560
  - **Team size** (Registration) — Team-size picker signup step — segmented control plus headcount select; reach for it as the company-size segmentation step of signup.
561
561
  - keywords: headcount, company, employees, seats, scale
562
- - components: `avatar-ui` `segment-ui` `field-ui` `button-ui` `image-ui` `row-ui` `segmented-ui` `select-ui` `step-progress-ui` `text-ui`
562
+ - components: `avatar-ui` `segment-ui` `field-ui` `adia-mark-ui` `button-ui` `row-ui` `segmented-ui` `select-ui` `step-progress-ui` `text-ui`
563
563
  - source: `/apps/user-flow/app/registration/team-size/team-size.contents.html` · demo: `/apps/user-flow/app/registration/team-size/team-size.html` · docs: `/site/examples/registration/team-size`
564
564
  - **Invite** (Registration) — Invite-teammates signup step — email input, role select, pending-invite cards; reach for it as the seat-invitation step of signup.
565
565
  - keywords: teammates, email, seats, colleagues, members
566
- - components: `field-ui` `button-ui` `input-ui` `select-ui` `text-ui` `alert-ui` `avatar-ui` `card-ui` `image-ui` `step-progress-ui`
566
+ - components: `field-ui` `button-ui` `input-ui` `select-ui` `text-ui` `adia-mark-ui` `alert-ui` `avatar-ui` `card-ui` `step-progress-ui`
567
567
  - source: `/apps/user-flow/app/registration/invite/invite.contents.html` · demo: `/apps/user-flow/app/registration/invite/invite.html` · docs: `/site/examples/registration/invite`
568
568
  - **Integrations** (Registration) — 'Connect your stack' signup step — grid of toggleable integration cards; reach for it as the optional tool-connection step during signup.
569
569
  - keywords: connect, apps, stack, tools, services
570
- - components: `text-ui` `card-ui` `icon-ui` `switch-ui` `button-ui` `grid-ui` `image-ui` `step-progress-ui`
570
+ - components: `text-ui` `card-ui` `icon-ui` `switch-ui` `adia-mark-ui` `button-ui` `grid-ui` `step-progress-ui`
571
571
  - source: `/apps/user-flow/app/registration/integrations/integrations.contents.html` · demo: `/apps/user-flow/app/registration/integrations/integrations.html` · docs: `/site/examples/registration/integrations`
572
572
  - **Import** (Registration) — 'Bring your data' signup step — source select plus file upload with format tags; reach for it as the data-import step during registration.
573
573
  - keywords: data, upload, migrate, csv, source
574
- - components: `tag-ui` `button-ui` `field-ui` `text-ui` `alert-ui` `col-ui` `image-ui` `row-ui` `select-ui` `step-progress-ui` `upload-ui`
574
+ - components: `tag-ui` `button-ui` `field-ui` `text-ui` `adia-mark-ui` `alert-ui` `col-ui` `row-ui` `select-ui` `step-progress-ui` `upload-ui`
575
575
  - source: `/apps/user-flow/app/registration/import/import.contents.html` · demo: `/apps/user-flow/app/registration/import/import.html` · docs: `/site/examples/registration/import`
576
576
  - **Plan** (Registration) — Choose-a-plan signup step — option-card pricing tiers with badges; reach for it as the plan-selection step of a signup or upgrade wizard.
577
577
  - keywords: pricing, tier, subscription, package, select
578
- - components: `text-ui` `row-ui` `col-ui` `option-card-ui` `badge-ui` `icon-ui` `button-ui` `image-ui` `step-progress-ui` `textarea-ui`
578
+ - components: `text-ui` `row-ui` `col-ui` `option-card-ui` `badge-ui` `icon-ui` `adia-mark-ui` `button-ui` `step-progress-ui` `textarea-ui`
579
579
  - source: `/apps/user-flow/app/registration/plan/plan.contents.html` · demo: `/apps/user-flow/app/registration/plan/plan.html` · docs: `/site/examples/registration/plan`
580
580
  - **Billing** (Registration) — Billing-details signup step — card and payment fields with step progress; reach for it as the payment-capture step of registration checkout.
581
581
  - keywords: payment, card, credit-card, checkout, pay
582
- - components: `input-ui` `field-ui` `row-ui` `text-ui` `icon-ui` `button-ui` `col-ui` `divider-ui` `image-ui` `select-ui` `step-progress-ui`
582
+ - components: `input-ui` `field-ui` `row-ui` `text-ui` `icon-ui` `adia-mark-ui` `button-ui` `col-ui` `divider-ui` `select-ui` `step-progress-ui`
583
583
  - source: `/apps/user-flow/app/registration/billing/billing.contents.html` · demo: `/apps/user-flow/app/registration/billing/billing.html` · docs: `/site/examples/registration/billing`
584
584
  - **Confirmation** (Registration) — 'You're all set' signup confirmation — success card summarizing the new account; reach for it as a completion screen of a signup wizard.
585
585
  - keywords: success, done, complete, welcome, finished
586
- - components: `text-ui` `button-ui` `avatar-ui` `card-ui` `col-ui` `icon-ui` `image-ui` `row-ui` `step-progress-ui`
586
+ - components: `text-ui` `button-ui` `avatar-ui` `card-ui` `adia-mark-ui` `col-ui` `icon-ui` `row-ui` `step-progress-ui`
587
587
  - source: `/apps/user-flow/app/registration/confirmation/confirmation.contents.html` · demo: `/apps/user-flow/app/registration/confirmation/confirmation.html` · docs: `/site/examples/registration/confirmation`
588
588
  - **Legal** (Registration) — Legal & tax-details signup step — entity fields, country select, consent checks; reach for it as the compliance step of a signup wizard.
589
589
  - keywords: tax, terms, consent, compliance, vat
590
- - components: `field-ui` `input-ui` `select-ui` `text-ui` `button-ui` `check-ui` `image-ui` `step-progress-ui`
590
+ - components: `field-ui` `input-ui` `select-ui` `text-ui` `adia-mark-ui` `button-ui` `check-ui` `step-progress-ui`
591
591
  - source: `/apps/user-flow/app/registration/legal/legal.contents.html` · demo: `/apps/user-flow/app/registration/legal/legal.html` · docs: `/site/examples/registration/legal`
592
592
  - **Address** (Registration) — Business-address signup step — street/city/country fields; reach for it as the address-capture step of registration or checkout.
593
593
  - keywords: location, street, city, country, mailing
594
- - components: `field-ui` `input-ui` `text-ui` `row-ui` `select-ui` `check-ui` `alert-ui` `button-ui` `divider-ui` `image-ui` `step-progress-ui` `textarea-ui`
594
+ - components: `field-ui` `input-ui` `text-ui` `row-ui` `select-ui` `check-ui` `adia-mark-ui` `alert-ui` `button-ui` `divider-ui` `step-progress-ui` `textarea-ui`
595
595
  - source: `/apps/user-flow/app/registration/address/address.contents.html` · demo: `/apps/user-flow/app/registration/address/address.html` · docs: `/site/examples/registration/address`
596
596
  - **Brand scrape** (Registration) — 'Pull your brand' signup step — URL input that fetches logo/colors into preview cards; reach for it as the auto-brand-import step of signup.
597
597
  - keywords: logo, colors, website, url, theme
598
- - components: `text-ui` `button-ui` `row-ui` `avatar-ui` `badge-ui` `card-ui` `icon-ui` `check-ui` `col-ui` `field-ui` `image-ui` `input-ui`
598
+ - components: `text-ui` `button-ui` `row-ui` `avatar-ui` `badge-ui` `card-ui` `icon-ui` `adia-mark-ui` `check-ui` `col-ui` `field-ui` `input-ui`
599
599
  - source: `/apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html` · demo: `/apps/user-flow/app/registration/brand-scrape/brand-scrape.html` · docs: `/site/examples/registration/brand-scrape`
600
600
  - **Support** (Registration) — Customer-support setup signup step — configure help channels and contacts; reach for it as an optional support-setup step of registration.
601
601
  - keywords: help, contact, channels, desk, service
602
- - components: `text-ui` `card-ui` `icon-ui` `switch-ui` `field-ui` `segment-ui` `input-ui` `alert-ui` `button-ui` `check-ui` `col-ui` `divider-ui`
602
+ - components: `text-ui` `card-ui` `icon-ui` `switch-ui` `field-ui` `segment-ui` `input-ui` `adia-mark-ui` `alert-ui` `button-ui` `check-ui` `col-ui`
603
603
  - source: `/apps/user-flow/app/registration/support/support.contents.html` · demo: `/apps/user-flow/app/registration/support/support.html` · docs: `/site/examples/registration/support`
604
604
  - **Departments** (Registration) — 'Set up your departments' signup step — add and name org departments; reach for it as the org-structure step of a multi-team registration.
605
605
  - keywords: teams, org, divisions, groups, units
606
- - components: `check-ui` `text-ui` `button-ui` `row-ui` `tag-ui` `alert-ui` `col-ui` `divider-ui` `field-ui` `grid-ui` `image-ui` `input-ui`
606
+ - components: `check-ui` `text-ui` `button-ui` `row-ui` `tag-ui` `adia-mark-ui` `alert-ui` `col-ui` `divider-ui` `field-ui` `grid-ui` `input-ui`
607
607
  - source: `/apps/user-flow/app/registration/departments/departments.contents.html` · demo: `/apps/user-flow/app/registration/departments/departments.html` · docs: `/site/examples/registration/departments`
608
608
  - **Org review** (Registration) — 'Review your org chart' signup step — org-structure summary before finishing; reach for it as the org-confirmation step of registration.
609
609
  - keywords: organization, chart, structure, summary, hierarchy
@@ -611,11 +611,11 @@
611
611
  - source: `/apps/user-flow/app/registration/org-review/org-review.contents.html` · demo: `/apps/user-flow/app/registration/org-review/org-review.html` · docs: `/site/examples/registration/org-review`
612
612
  - **Personal** (Registration) — 'Round out your profile' signup step — extra personal-detail fields; reach for it as a profile-completion step of a registration wizard.
613
613
  - keywords: profile, details, bio, about, complete
614
- - components: `field-ui` `input-ui` `text-ui` `segment-ui` `select-ui` `divider-ui` `button-ui` `check-ui` `col-ui` `image-ui` `segmented-ui` `step-progress-ui`
614
+ - components: `field-ui` `input-ui` `text-ui` `segment-ui` `select-ui` `divider-ui` `adia-mark-ui` `button-ui` `check-ui` `col-ui` `segmented-ui` `step-progress-ui`
615
615
  - source: `/apps/user-flow/app/registration/personal/personal.contents.html` · demo: `/apps/user-flow/app/registration/personal/personal.html` · docs: `/site/examples/registration/personal`
616
616
  - **Done** (Registration) — 'You're fully set up' final registration screen — completion card with next-action CTA; reach for it as a signup flow's terminal screen.
617
617
  - keywords: complete, finished, success, ready, all-set
618
- - components: `card-ui` `text-ui` `stat-ui` `button-ui` `avatar-ui` `col-ui` `divider-ui` `icon-ui` `image-ui` `step-progress-ui`
618
+ - components: `card-ui` `text-ui` `stat-ui` `button-ui` `avatar-ui` `adia-mark-ui` `col-ui` `divider-ui` `icon-ui` `step-progress-ui`
619
619
  - source: `/apps/user-flow/app/registration/done/done.contents.html` · demo: `/apps/user-flow/app/registration/done/done.html` · docs: `/site/examples/registration/done`
620
620
 
621
621
  ### settings-page
@@ -645,15 +645,15 @@
645
645
 
646
646
  - **404 — Not Found** (System) — 404 not-found error page — centered card with a message and a back-home CTA; reach for it as the missing-page or broken-link error surface.
647
647
  - keywords: error, missing, broken-link, lost, dead-end
648
- - components: `col-ui` `button-ui` `text-ui` `alert-ui` `card-ui` `image-ui`
648
+ - components: `col-ui` `button-ui` `text-ui` `adia-mark-ui` `alert-ui` `card-ui`
649
649
  - source: `/apps/errors/app/404/404.contents.html` · demo: `/apps/errors/app/404/404.html` · docs: `/site/examples/errors/404`
650
650
  - **500 — Server Error** (System) — 500 server-error page — centered card explaining an internal failure with a retry CTA; reach for it as the generic server-fault surface.
651
651
  - keywords: crash, failure, fault, retry, internal
652
- - components: `button-ui` `col-ui` `text-ui` `alert-ui` `card-ui` `image-ui`
652
+ - components: `button-ui` `col-ui` `text-ui` `adia-mark-ui` `alert-ui` `card-ui`
653
653
  - source: `/apps/errors/app/500/500.contents.html` · demo: `/apps/errors/app/500/500.html` · docs: `/site/examples/errors/500`
654
654
  - **Maintenance** (System) — Down-for-maintenance page — centered card announcing planned downtime with an ETA; reach for it as the scheduled-outage holding surface.
655
655
  - keywords: downtime, outage, offline, scheduled, unavailable
656
- - components: `col-ui` `button-ui` `text-ui` `alert-ui` `card-ui` `image-ui`
656
+ - components: `col-ui` `button-ui` `text-ui` `adia-mark-ui` `alert-ui` `card-ui`
657
657
  - source: `/apps/errors/app/maintenance/maintenance.contents.html` · demo: `/apps/errors/app/maintenance/maintenance.html` · docs: `/site/examples/errors/maintenance`
658
658
 
659
659
  ### trait-composition