[docs] migrate to new styleguide packages (#21557)
[docs] tweaks related to the new color palette (#20818)
[docs] Add radix colors (#20397)# Why I updated the styleguide to use Radix colors. This PR adds the new version of styleguide to the docs and changes all the color, shadow, and border-radius
[docs] Add radix colors (#20397)# Why I updated the styleguide to use Radix colors. This PR adds the new version of styleguide to the docs and changes all the color, shadow, and border-radius values. # How - Very carefully finding + replacing values. - Also used `tsc` to find spots where I missed. # Test Plan I looked through the docs for awhile and fixed up a lot of spots that did not look correct. However, there may be more spots out there, so please click through the website and report any color issues that appear in this PR and not in production. # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
[docs] switch to the new font system introduced in Next 13 (#20536)
[docs] use mostly new components to render MDX files, unify links appearance (#20429)
[docs] implement new Callouts, support type passing in MDs (#19238)
[docs] convert app to ESM, update MDX to v2 (#18947)Co-authored-by: Jon Samp <[email protected]>
[docs] bump Next, switch to React 18 (#18256)
[docs] tweaks and small fixes for APISection after redesign (#18108)
[docs] update Styleguide, replace most of the icons (#17716)
[docs] autogenerate basic Terminal cmdCopy, update tests and test deps (#17483)
[docs] Add redesigned callout component with blockquote (#16135)* [docs] Add redesigned link and text components * [docs] Finalize rebase on main * [docs] Add redesigned callout component wit
[docs] Add redesigned callout component with blockquote (#16135)* [docs] Add redesigned link and text components * [docs] Finalize rebase on main * [docs] Add redesigned callout component with blockquote adapter * [docs] Use i tag for wrapping icons and fix string emoji * [docs] Add emotion testing tools * [docs] Add callout tests * [docs] Remove test id from callout icon * [docs] Add blockquote tests and fix string-only children * [docs] Add extra test case for multiple paragraphs * [docs] Add default text styling for callout * [docs] Remove explicit blockquote styling from markdown