Skip to content

Commit

Permalink
Sync Themes, keep lowercase font weights
Browse files Browse the repository at this point in the history
Summary:
Keeping the lowercase values but keeping the conversion values the same.

D39478951 (ea1ec29) reverted some changes that moved it back to uppercase but needed to add new values to `____FontWeight_Internal`. This diff removes the need for the uppercase values

Changelog: [Internal]

Differential Revision: D39506944

fbshipit-source-id: 079f73c1adcf2db28b961523b05562e21fcf3630
  • Loading branch information
Steven Kuo authored and facebook-github-bot committed Sep 19, 2022
1 parent 6b2a511 commit e2a4466
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Libraries/StyleSheet/StyleSheetTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,18 +613,7 @@ export type ____FontWeight_Internal =
| 'condensedBold'
| 'condensed'
| 'heavy'
| 'black'
| 'Ultralight'
| 'Thin'
| 'Light'
| 'Normal'
| 'Medium'
| 'Semibold'
| 'Bold'
| 'Condensed'
| 'CondensedBold'
| 'Heavy'
| 'Black';
| 'black';

export type ____FontVariantArray_Internal = $ReadOnlyArray<
| 'small-caps'
Expand Down

0 comments on commit e2a4466

Please sign in to comment.