[docs] fix Terminal issue while rendering unmarked lines (#22578)
[docs] add icon to DiffBlock header (#22524)
[docs] cleanup and unify snippet components (#22495)
[docs] fix Step component layout shift due to SSR (#22493)
[docs] address home page snippet layout shift
[docs] partially migrate Snippet component to Tailwind (#21864)# Why The plan is roughly to: 1. Migrate snippet from using Emotion entirely to Tailwind. 2. Copy snippet to styleguide repo. 3.
[docs] partially migrate Snippet component to Tailwind (#21864)# Why The plan is roughly to: 1. Migrate snippet from using Emotion entirely to Tailwind. 2. Copy snippet to styleguide repo. 3. Switch to using snippet from styleguide. 4. Remove local snippet implementation. We are in step 1. # How By rewriting class after class from Emotion to Styleguide. There are some classes left but this brings us one step closer to finishing point 1. I change I made: instead of 42px I used 40px to just use a TW class and skip adding too much custom styles. The difference is probably unnoticeable if you don't know what to look for, but of course it's an unplanned change so we might not want it. Let me know what you think. # Test Plan Visit snippets in docs and make sure that I didn't break anything. # 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] migrate to new styleguide packages (#21557)
[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).
[docs] switch to the new font system introduced in Next 13 (#20536)
[docs] Snippet: improve actions accessibility, refactor SnackInline (#19389)
[docs] DiffBlock: fix dark mode styles issue (#19454)
[docs] fix typo + use Terminal component (#19417)
[docs] refactor ConfigurationDiff to DiffBlock, support raw input, add tests (#19158)
[docs] adjust typography and text elements spacing (#18837)Co-authored-by: Jon Samp <[email protected]>
[docs] Home: add more animations, link icons, other small design tweaks (#18260)Co-authored-by: Jon Samp <[email protected]>
[docs] use Terminal on more pages, tweak cmdCopy (#17504)
[docs] autogenerate basic Terminal cmdCopy, update tests and test deps (#17483)
[docs] redesign: switch to new Terminal component (#17120)Co-authored-by: Juwan Wheatley <[email protected]>
[docs] add redesigned Terminal component (#16490)