| #
f4b1168b |
| 09-Mar-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] migrate to new styleguide packages (#21557)
|
| #
be43ea08 |
| 23-Feb-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] UI tweaks and corrections (#21360)
|
| #
b4bb5e4d |
| 01-Feb-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] add new Sidebar footer (#21020)
|
| #
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 ...
|
| #
ea14091a |
| 18-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] footer component redesign, add page vote (#19543)
Co-authored-by: Jon Samp <[email protected]>
|
| #
40836478 |
| 21-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] fix scrollbars appearance in components on Windows (#19155)
|
| #
0b2bf3a2 |
| 24-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] tweaks for new navigation UI based on feedback (#18795)
|
| #
d04fd43f |
| 23-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] refactor navigation UI, switch to new Header (#18423)
|
| #
b8b69ebe |
| 15-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump Next, switch to React 18 (#18256)
|
| #
a9dc3b69 |
| 31-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Add redesigned link and text components (#16118)
* [docs] Add redesigned link and text components
* [docs] Add display name to generated text components
* [docs] Remove size from P text
[docs] Add redesigned link and text components (#16118)
* [docs] Add redesigned link and text components
* [docs] Add display name to generated text components
* [docs] Remove size from P text components
* [docs] Refactor linking transition and use durations
Co-authored-by: Jon Samp <[email protected]>
* [docs] Refactor linking props and remove mouse events
Co-authored-by: Jon Samp <[email protected]>
* [docs] Rename Link to LinkBase to encourage using A
Co-authored-by: Jon Samp <[email protected]>
* [docs] Clean up Link component and add missing duration
* [docs] Update Link tests
* [docs] Update LinkBase import in text
* [docs] Upgrade styleguide and headings
* [docs] Replace background canvas color with screen
* [docs] Move link to text component to encourage usage of A
* [docs] Infer available text weight and theme from styleguide
* [docs] Apply class name through rest properties
Co-authored-by: Jon Samp <[email protected]>
show more ...
|
| #
5b6cd93d |
| 04-May-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] cleanup and update Emotion setup (#12785)
|
| #
8bf05203 |
| 22-Feb-2021 |
Jon Samp <[email protected]> |
[docs] Adds Auto, Light, and Dark themes (#12010)
|
| #
df016ce0 |
| 03-Nov-2020 |
Jon Samp <[email protected]> |
[docs] Adds expo styleguide colors (#10885)
|
| #
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 ...
|