diff --git a/docs/components/DocumentationNestedScrollLayout.tsx b/docs/components/DocumentationNestedScrollLayout.tsx index ec30cb790bfaf3..74e28064c35166 100644 --- a/docs/components/DocumentationNestedScrollLayout.tsx +++ b/docs/components/DocumentationNestedScrollLayout.tsx @@ -84,7 +84,7 @@ export default function DocumentationNestedScrollLayout({
{header}
-
+
{onSidebarToggle ? (
{children}
@@ -167,7 +167,7 @@ export default function DocumentationNestedScrollLayout({ {!hideTOC && (
diff --git a/docs/components/DocumentationPage.tsx b/docs/components/DocumentationPage.tsx index 721e3b9b19bbb9..95bea32b7672fd 100644 --- a/docs/components/DocumentationPage.tsx +++ b/docs/components/DocumentationPage.tsx @@ -341,7 +341,7 @@ export default function DocumentationPage({
{version && version === 'unversioned' && ( - + This is documentation for the next SDK version. For up-to-date documentation, see the{' '} latest version ( {versionToText(LATEST_VERSION)}). diff --git a/docs/components/ScrollContainer.tsx b/docs/components/ScrollContainer.tsx index 42cf62d92ee6cb..b967e2643a8ccc 100644 --- a/docs/components/ScrollContainer.tsx +++ b/docs/components/ScrollContainer.tsx @@ -41,7 +41,7 @@ export const ScrollContainer = forwardRef diff --git a/docs/components/plugins/APIBox.tsx b/docs/components/plugins/APIBox.tsx index 9b8fa43ca28847..866f958e73ab72 100644 --- a/docs/components/plugins/APIBox.tsx +++ b/docs/components/plugins/APIBox.tsx @@ -33,7 +33,7 @@ export const APIBox = ({ STYLES_APIBOX_WRAPPER, headerNestingLevel > 3 && STYLES_APIBOX_NESTED, className, - '!pb-4 last:[&>*]:!mb-1' + 'pb-4! [&>*:last-child]:mb-1!' )}> {header && ( diff --git a/docs/components/plugins/CodeBlocksTable.tsx b/docs/components/plugins/CodeBlocksTable.tsx index 87640592f0ce7b..d594acdf88eb65 100644 --- a/docs/components/plugins/CodeBlocksTable.tsx +++ b/docs/components/plugins/CodeBlocksTable.tsx @@ -41,14 +41,14 @@ export function CodeBlocksTable({ children, tabs, connected = true, ...rest }: P 'grid grid-cols-2 gap-4', connected && 'lg-gutters:mb-4 lg-gutters:gap-0', connected && - '[&>div:nth-child(odd)>div]:lg-gutters:!rounded-r-none [&>div:nth-child(odd)>div]:lg-gutters:border-r-0', - connected && '[&>div:nth-child(even)>div]:lg-gutters:!rounded-l-none', + '[&>div:nth-child(odd)>div]:lg-gutters:rounded-r-none! [&>div:nth-child(odd)>div]:lg-gutters:border-r-0', + connected && '[&>div:nth-child(even)>div]:lg-gutters:rounded-l-none!', '[&_pre]:m-0 [&_pre]:border-0', 'max-lg-gutters:grid-cols-1' )} {...rest}> {codeBlocks.map((codeBlock, index) => ( - + diff --git a/docs/components/plugins/EasMetadataTable.tsx b/docs/components/plugins/EasMetadataTable.tsx index 7644caad443ba0..fba63049f6a5aa 100644 --- a/docs/components/plugins/EasMetadataTable.tsx +++ b/docs/components/plugins/EasMetadataTable.tsx @@ -31,7 +31,7 @@ export function MetadataTable({ const id = useId(); return ( -
+
{children.map(property => ( diff --git a/docs/components/plugins/__snapshots__/APISection.test.tsx.snap b/docs/components/plugins/__snapshots__/APISection.test.tsx.snap index 889f442f962db5..ae68a04c147c85 100644 --- a/docs/components/plugins/__snapshots__/APISection.test.tsx.snap +++ b/docs/components/plugins/__snapshots__/APISection.test.tsx.snap @@ -3,13 +3,13 @@ exports[`APISection expo-apple-authentication 1`] = `

Component

AppleAuthenticationButtonProps @@ -129,10 +129,10 @@ exports[`APISection expo-apple-authentication 1`] = `

This component displays the proprietary "Sign In with Apple" / "Continue with Apple" button on @@ -143,16 +143,16 @@ available via the provided properties.

You should only attempt to render this if AppleAuthentication.isAvailableAsync() @@ -161,7 +161,7 @@ available via the provided properties. resolves to true @@ -169,7 +169,7 @@ resolves to . This component will render nothing if it is not available, and you will get a warning in development mode ( __DEV__ === true @@ -179,12 +179,12 @@ a warning in development mode (

The properties of this component extend from View @@ -192,21 +192,21 @@ a warning in development mode ( ; however, you should not attempt to set backgroundColor or borderRadius with the style @@ -214,7 +214,7 @@ a warning in development mode ( property. This will not work and is against the App Store Guidelines. Instead, you should use the buttonStyle @@ -222,7 +222,7 @@ the App Store Guidelines. Instead, you should use the property to choose one of the predefined color styles and the cornerRadius @@ -233,14 +233,14 @@ button.

Make sure to attach height and width via the style props as without these styles, the button will not appear on the screen.

@@ -270,21 +270,21 @@ not appear on the screen.
Parameter Type Description
@@ -1050,14 +1050,14 @@ properties. AppleAuthenticationFullName @@ -1065,13 +1065,13 @@ properties.

The full name object with the tokenized portions @@ -1080,33 +1080,33 @@ properties.

formatStyle (optional) AppleAuthenticationFullNameFormatStyle @@ -1114,13 +1114,13 @@ properties.

The style in which the name should be formatted @@ -1133,10 +1133,10 @@ properties.


Creates a locale-aware string representation of a person's name from an object representing the tokenized portions of a user's full name @@ -1149,7 +1149,7 @@ properties. class="flex flex-row items-center gap-2" > Returns:

string

A locale-aware string representation of a person's name @@ -1197,24 +1197,24 @@ properties.

getCredentialStateAsync(user)