-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use local copy of article format types in AR #12495
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jamesmockett
force-pushed
the
jm/move-article-format-ar
branch
from
October 3, 2024 13:27
151d994
to
c8858f9
Compare
jamesmockett
force-pushed
the
jm/move-article-format-ar
branch
2 times, most recently
from
October 7, 2024 13:15
ab818ed
to
7467405
Compare
jamesmockett
force-pushed
the
jm/move-article-format-ar
branch
from
October 7, 2024 14:20
7467405
to
d8a3163
Compare
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
jamesmockett
force-pushed
the
jm/move-article-format-ar
branch
from
October 8, 2024 09:37
d8a3163
to
5e3266e
Compare
JamieB-gu
approved these changes
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this change?
@guardian/libs
:ArticleDesign
ArticleDisplay
ArticleSpecial
ArticleTheme
ArticleFormat
Pillar
This is a companion to #12461 which applies the same changes to DCR.
Why?
A small number of Source Development Kitchen components expose a
format
prop which is typed asArticleFormat
. Due to the need for these types to be used by Source and DCR they currently live in@guardian/libs
, although DCR is the main consumer. We want to decouple this dependency by refactoring the Source components to replace theformat
prop with a more generic theming mechanism, not tied to article formats, and move the types from@guardian/libs
to the DCR codebase where they can be more easily updated.This is part of a larger piece of work to remove
PrintShop
fromArticleDesign
.