-
Notifications
You must be signed in to change notification settings - Fork 54
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
[OUDS] feat: Add 'Borders' token, utilities and documentation #2687
Merged
Merged
Changes from 42 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
8006ba8
feat: Add raw and semantic tokens for borders
vprothais 2fd9b19
feat: Add scss-docs-start for variables and maps
vprothais 5e9c085
feat: Add border documentation
vprothais 19ee8ec
feat: Plug Bootstrap variables to design tokens
vprothais 8cc0c90
feat: Add rounded top, end, bottom, start helpers with semantic name
vprothais 8155c82
Fix CI
louismaximepiton 734af1c
.
louismaximepiton 67d4b9f
.
louismaximepiton aa4637f
Revert changes
louismaximepiton ea29ef7
1rst final version
louismaximepiton 993116a
fix CI
louismaximepiton de8f6b7
.
louismaximepiton cee5a0c
Add `$enable-rounded`
louismaximepiton b00023f
Revert
louismaximepiton 0c094b8
Revert unwanted changes
louismaximepiton 8863f4e
fix(reviews)
louismaximepiton 0d65d1e
fix(CI)
louismaximepiton d3d94a6
fix(CI)
louismaximepiton 1a8b935
doc: removed `border-default` from migration guides
vprothais db8afc0
chore: removed scss test files from .stylelintignore
vprothais 341f56a
Merge branch 'ouds/main' of github.com:Orange-OpenSource/Orange-Boost…
vprothais e43fad3
doc: moved Border utilities migration documentation to v0.0.4
vprothais 3cbf492
fix: fixed the rounded-2 value and compatibility values increase
vprothais d40dd34
feat: update pill value to match design token value
vprothais 2730323
Merge branch 'ouds/main' into ouds/main-vp-border-token
julien-deramond 26df9ab
style: Add comment on variables modified by OUDS
vprothais 2e57af0
doc: Applied code review proposals
vprothais 450e3f0
Drop comment in borders.md
julien-deramond 176b7fb
Change borders semantic tokens sentence
julien-deramond 90c740f
Fix typos in 'OUDS mod' comments
julien-deramond 6e2aa01
Reorder alphabetically raw/semantic Sass vars + rename `scss-docs-sta…
julien-deramond 5bc98a8
.
julien-deramond 3cee8ff
Formatting of Sass files
julien-deramond d423f54
Fix Sass unit tests
julien-deramond 2de2149
Fix Sass unit tests
julien-deramond 35ae87c
Drop some comments in Markdown to ease the future integration
julien-deramond 265a2d2
Add rounded classes to unit tests
julien-deramond 189e500
Refine some wording in migration guides
julien-deramond 4b1056a
Refine migration guides
julien-deramond d937ecc
.
julien-deramond b1b6ac3
.
julien-deramond 3ce4c75
.
julien-deramond d0d55c4
Try some other values for bundlewatch
julien-deramond a80afa1
Try some other values for bundlewatch
julien-deramond File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
julien-deramond marked this conversation as resolved.
Show resolved
Hide resolved
|
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's let that like this for now, but this is not final, as a lot of Sass component variables depend on
var(--bs-border-radius)
.For instance, the header is a bit broken (active state of menu items) in our docs.