generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: fluid space scale #786
Open
Robbert
wants to merge
11
commits into
main
Choose a base branch
from
feat/space-scale-fluid
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Marwaxhello
force-pushed
the
feat/space-scale-fluid
branch
from
November 6, 2024 10:18
dfa4701
to
24768dc
Compare
Yolijn
approved these changes
Dec 1, 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.
Pull Request
In deze PR heb ik de basis spacing scale toegevoegd aan de Voorbeeld thema
Basis spacing scale
xx-small
t/mxxxx-large
. Scale values kloppen met de values van het bepaalde thema. Value refrences naam verwerkt naar de correcte refrence bijv.voorbeeld.space.inline.snail
⇒basis.space.inline.large
Issues
Er zijn nog een paar waarden die geen basis-thema waarde hebben bijv...
Vragen
Waarom gebruiken we nu de referentienaam
xxxxxx-large
in plaats van6xlg
? Voor de mensen die dit aanpassen of er gewoon naar kijken, is het lastig en onduidelijk door al diex
-en.In het basis thema Figma bestaat er ook text spacing. Waarom passen we die niet aan?
Jeffrey en ik hebben het Figma bestand van het basis thema aangepast naar de sizing van mijn token bestand, zodat alle waarden kloppen. De text spacing hebben we laten staan, en de naam is bijvoorbeeld nog
sm
in plaats vansmall
. Moeten we deze ook aanpassen, zodat alles goed aligned is en consistent past?Bij het voorbeeld thema hebben de
row
encolumn
verschillende space scales in vergelijking metinline
enblock
. Derow
encolumn
kunnen veel grotere afstanden hebben, die worden gebruikt. Aan de andere kant hebben 'inline' en 'block' kleinere spacings voor de boven- en onderkant van een stuk tekst bijv, maar bij de basis space scaling werd echter één scale gebruikt voor alle vier, wat het probleem veroorzaakte en waarom er extra values zijn zonder een basis thema scale. Is dit per ongeluk gebeurd, of is dit de bedoeling?Hoe gaan we de
min
- enmax
-scaling toepassen?De tokens leken nu bij Common te staan. Maar horen ze niet bij Brand?
Nog even een checkvraag. Zou hierdoor alles altijd schalen dat spacing tokens heeft. Zijn er componenten waar je wilt dat ze altijd gelijk blijven? Of kan dit voorkomen worden door min en max? Dit gezegd hebbende kan ik zelf een componenten voorstellen niet niet zouden meeschalen (hence 'checkvraag')