feat/DOCS-5492-Add-Universal-Components-documents#1226
Open
BcnCarlos wants to merge 56 commits into
Open
Conversation
Contributor
Summary
Redirects per inputRedirects 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
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
pmathew92
reviewed
May 25, 2026
pmathew92
reviewed
May 25, 2026
pacific-ring
reviewed
Jun 4, 2026
- 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)
Sudhanshu96
reviewed
Jun 4, 2026
- 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
…lued new ios and android SDKs
…o feat/DOCS-5492
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.
…o feat/DOCS-5492
avanscoy
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
CONTRIBUTING.md.