| #
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 ...
|
| #
89d2c67f |
| 22-Nov-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] improved search/command menu (#20032)
|
| #
3f609562 |
| 21-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert app to ESM, update MDX to v2 (#18947)
Co-authored-by: Jon Samp <[email protected]>
|
| #
b8b69ebe |
| 15-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump Next, switch to React 18 (#18256)
|
| #
bce5b67e |
| 13-Jul-2022 |
Jon Samp <[email protected]> |
[docs] Upgrade to Next 12 and SWC (#18115)
* [docs] Upgrade next to 12.1.5
* babel loader
* Update docs/components/base/list.tsx
Co-authored-by: Bartosz Kaszubowski <[email protected]>
*
[docs] Upgrade to Next 12 and SWC (#18115)
* [docs] Upgrade next to 12.1.5
* babel loader
* Update docs/components/base/list.tsx
Co-authored-by: Bartosz Kaszubowski <[email protected]>
* update snapshot
* remove ignores
* remove one more ts ignore
* revert dangerjs
* remove resolutions
* use require
* pay attn to build errors
Co-authored-by: Cedric van Putten <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
show more ...
|
| #
7274e17d |
| 06-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] update dev dependencies (#18087)
|
| #
586106d6 |
| 29-Sep-2020 |
Bartłomiej Klocek <[email protected]> |
[docs] Migrate codebase to TypeScript (#10324)
* Configure Next.js to use TypeScript
* Migrate 'docs/common' to TypeScript
* Migrate some components to TS
* General components migrated
*
[docs] Migrate codebase to TypeScript (#10324)
* Configure Next.js to use TypeScript
* Migrate 'docs/common' to TypeScript
* Migrate some components to TS
* General components migrated
* Migrate base components
* Migrate icons
* Migrate plugins
* Tape patch window globals
* Migrate _app
* Migrate global-styles
* Migrate _error and _document
* Fixes
* Exclude static files
* Add slugger types, remove ts-ignores
* Improve headingManger typing
* Rebase, use React.FC where possible, prettier fixes
* Add ESLint config
* tsc watch script, updated test snapshots
* Apply code review suggestions
Apply suggestions
* [docs] Enable TypeScript 'strict' mode (#10380)
* Resolved TSC strict errors
* Fix heading metadata typing
* Simplify version handling
* Enable 'noImplicitAny'
* Update icons
* Add mdx-js types
show more ...
|