| #
43ded1d2 |
| 22-Jun-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] Step: prevent content shrinking (#23027)
# Why
When there is not much text in step content and we use flex component
inside the step wrapper to not stretch correctly.
# How
Make sur
[docs] Step: prevent content shrinking (#23027)
# Why
When there is not much text in step content and we use flex component
inside the step wrapper to not stretch correctly.
# How
Make sure that we always stretch content.
# Test Plan
The changes have been tested by running docs website locally.
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
show more ...
|
| #
b7d23251 |
| 21-Jun-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] Step: fix possible overflow on mobile in certain cases (#22973)
|
| #
0d6c8714 |
| 16-May-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] fix Step component layout shift due to SSR (#22493)
|
| #
f4b1168b |
| 09-Mar-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] migrate to new styleguide packages (#21557)
|
| #
14c78e61 |
| 12-Jan-2023 |
Jon Samp <[email protected]> |
[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 ...
|
| #
f9c1cafc |
| 13-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] fix minor regressions after MDX components switch (#20447)
|
| #
89e6b665 |
| 14-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] introduce Step component (#19536)
Co-authored-by: Jon Samp <[email protected]>
|