Skip to content

feat/DOCS-5492-Add-Universal-Components-documents#1226

Open
BcnCarlos wants to merge 56 commits into
mainfrom
feat/DOCS-5492
Open

feat/DOCS-5492-Add-Universal-Components-documents#1226
BcnCarlos wants to merge 56 commits into
mainfrom
feat/DOCS-5492

Conversation

@BcnCarlos

Copy link
Copy Markdown
Contributor

Reorganize auth0-component-provider and universal-components-style under universal-components/webfoundations/. Update navigation, internal links, and add redirects for old URLs.

Description

References

Testing

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@BcnCarlos BcnCarlos requested a review from a team as a code owner May 19, 2026 18:18
@BcnCarlos BcnCarlos added documentation Improvements or additions to documentation DO NOT MERGE Only the PR author should merge, even if approved. labels May 19, 2026
@github-actions

github-actions Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Status Count
🔍 Total 171
✅ Successful 39
⏳ Timeouts 0
🔀 Redirected 3
👻 Excluded 129
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Redirects per input

Redirects in main/docs/get-started/universal-components/android/components/auth-methods-management.mdx

Redirects in main/docs/get-started/universal-components/android/components/factors/passkeys.mdx

Redirects in main/docs/get-started/universal-components/ios/ios-overview.mdx

@mintlify

mintlify Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview May 19, 2026, 6:26 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Comment thread main/docs/get-started/universal-components/ios/components/factors/passkeys.mdx Outdated
Comment thread main/docs/get-started/universal-components/ios/components/my-account-overview.mdx Outdated
Comment thread main/docs/get-started/universal-components/ios/components/my-account-overview.mdx Outdated
Comment thread main/docs/get-started/universal-components/android/android-theming.mdx Outdated
Comment thread main/docs/get-started/universal-components/android/android-theming.mdx Outdated
Comment thread main/docs/get-started/universal-components/android/android-overview.mdx Outdated
- Replace non-existent color tokens (textSubtle, textOnInverse, textError,
  textSuccess, textAccent) with actual Auth0Color properties (textDisabled,
  textOnSuccess, textOnError)
- Remove spacingXxxl from dimensions table (not in Auth0Dimensions)
- Fix Auth0Sizes defaults: buttonHeight 48→56, inputHeight 60→68, iconLarge
  28→32, rename otpCellWidth/Height to otpFieldWidth/Height, add missing
  codeContainerHeight, padding, and paddingLarge tokens
- Reword sample app description in android-overview for clarity
- Add optional passkeyConfiguration parameter to initialize() snippet
- Remove incorrect "uc_" prefix from localization example (actual key is
  continue_button)
- Change passkeys API level range from 28–33 to 30–33 (SDK minSdk is 30)
Comment thread main/docs/get-started/universal-components/ios/components/factors/passkeys.mdx Outdated
- Add AASA file prereqs (custom domain, Team ID/Bundle ID setup, Passkey grant)
- Replace misleading Universal Links bullet with Native Passkeys link
- Add Xcode associated-domains case-sensitivity warning
- Add dev-mode callouts (?mode=developer, device toggle, simulator caveat)
- Remove duplicate post-login passkeys warning in auth-methods-management.mdx
In @auth0/universal-components-react v2.0.1 the package entries were
split: the main entry exports *View components and useCoreClient, while
the /spa entry exports only Auth0ComponentProvider. A previous commit
(ad01b4f) switched mintlifyLoader from /spa to the main entry to recover
the missing View components, but that removed Auth0ComponentProvider from
the loaded module. getWrapper() destructures Auth0ComponentProvider from
that module, so it silently became undefined and all My Org component
previews stopped rendering.

Fix: mintlifyLoader now imports from both entries in parallel and merges
the results, so the wrapper has Auth0ComponentProvider, useCoreClient,
and all *View components available. Rebuilt the UMD bundle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants