| #
8c97fc97 |
| 26-Jun-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] a11y: customize focus appearance, ensure visibility (#23093)
|
| #
49324930 |
| 23-Jun-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] ToC Sidebar: add scroll to top, allow multiline entries, UI tweaks (#23033)
|
| #
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 ...
|
| #
c730ceaa |
| 30-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] fix tooltip calculation for ToC elements (#20655)
|
| #
db57e342 |
| 21-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] switch to the new font system introduced in Next 13 (#20536)
|
| #
12abeb84 |
| 14-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] old text and lists components removal (#20442)
|
| #
22ee2951 |
| 14-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] add missing `key` to the ToC tags (#19101)
|
| #
fc13007c |
| 02-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] ToC tags hotfixes (#18459)
|
| #
c4c6b9d1 |
| 02-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] refactor Tag components, display tags in ToC (#18351)
|
| #
1f61a071 |
| 19-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] improve typings after React 18 migration (#18269)
|
| #
b8b69ebe |
| 15-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump Next, switch to React 18 (#18256)
|
| #
8947d273 |
| 30-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Move all typography references over to expo styleguide (#16117)
* [docs] Disable font exports in theme constants
* [docs] Move global font styling over to styleguide
* [docs] Move all t
[docs] Move all typography references over to expo styleguide (#16117)
* [docs] Disable font exports in theme constants
* [docs] Move global font styling over to styleguide
* [docs] Move all typography over to expo styleguide
* [docs] Update expo styleguide package
* [docs] Update tests with new css classes
show more ...
|
| #
5b6cd93d |
| 04-May-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] cleanup and update Emotion setup (#12785)
|
| #
4510b2f2 |
| 12-Mar-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] RightSidebar: apply text overflow styles only for code entries (#12179)
# Why
Currently long page headers, which are a part of right sidebar, are prevented from line break. This mitigation
[docs] RightSidebar: apply text overflow styles only for code entries (#12179)
# Why
Currently long page headers, which are a part of right sidebar, are prevented from line break. This mitigation was probably added to prevent overflow issues when a long method or type name was listed in API reference, however in case of regular headers there should not be any contraindications to let the break line (just like titles on the left sidebar).
# How
This small PR moves the overflow styles from all right sidebar entries, just to the code ones. Fortunately detection was already there so it's just a matter of small CSS change.
# Test Plan
I have tested the change on `localhost`.
show more ...
|
| #
d3745f8f |
| 04-Mar-2021 |
Jon Samp <[email protected]> |
[docs] Updates @expo/styleguide (#12103)
* [docs] Updates @expo/styleguide
* updates expo styleguide
|
| #
8bf05203 |
| 22-Feb-2021 |
Jon Samp <[email protected]> |
[docs] Adds Auto, Light, and Dark themes (#12010)
|
| #
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 ...
|