-
Notifications
You must be signed in to change notification settings - Fork 67
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
[BD-46] resolve bootstrap conflicts with design tokens #1800
Merged
viktorrusakov
merged 14 commits into
openedx:alpha
from
raccoongang:Peter_Kulko/bootstrap-conflicts-with-design-tokens
Nov 28, 2022
Merged
[BD-46] resolve bootstrap conflicts with design tokens #1800
viktorrusakov
merged 14 commits into
openedx:alpha
from
raccoongang:Peter_Kulko/bootstrap-conflicts-with-design-tokens
Nov 28, 2022
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
Thanks for the pull request, @viktorrusakov! When this pull request is ready, tag your edX technical lead. |
openedx-webhooks
added
the
blended
PR is managed through 2U's blended developmnt program
label
Nov 28, 2022
viktorrusakov
force-pushed
the
Peter_Kulko/bootstrap-conflicts-with-design-tokens
branch
from
November 28, 2022 16:12
dd047b0
to
3451733
Compare
viktorrusakov
force-pushed
the
Peter_Kulko/bootstrap-conflicts-with-design-tokens
branch
from
November 28, 2022 16:17
3451733
to
58b1cef
Compare
monteri
approved these changes
Nov 28, 2022
@viktorrusakov 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
🎉 This PR is included in version 21.0.0-alpha.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
PKulkoRaccoonGang
added a commit
to raccoongang/paragon
that referenced
this pull request
Jan 27, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
viktorrusakov
added a commit
to viktorrusakov/paragon
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
adamstankiewicz
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
adamstankiewicz
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
adamstankiewicz
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
adamstankiewicz
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
edx-requirements-bot
added a commit
that referenced
this pull request
Feb 17, 2023
* build: switch base to trying a rebase (#2047) * build: pull from alpha before rebase master (#2049) * build: git checkout instead of git switch (#2051) * build: set base branch to alpha (#2053) * feat: alpha release of design tokens (#1770) * build: add alpha/beta to release CI workflow * feat: design tokens with style-dictionary BREAKING CHANGE: Introduces design tokens. * [BD-46] resolve bootstrap conflicts with design tokens (#1800) * feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]> * feat: add ability to generate CSS utility classes through design tokens * docs: added background-color for color HEX values on CSS utility classes page * fix: add missed border utilities * docs: add ability to view CSS variables on CSS Utility Classes page * chore: remove unused import * feat: remove deprecated components BREAKING CHANGE: all of the deprecated components were removed from Paragon, these include `CheckBoxGroup`, `Checkbox`, `Fieldset`, `Input`, `InputSelect`, `InputText`, `ListBox`, `Modal`, `RadioButtonGroup`, `StatusAlert`, `Table`, `TextArea`, `ValidationFormGroup`, `Button.Deprecated`, `Tabs.Deprecated`, `Dropdown.Deprecated`. * chore: update tokens for Modal components * docs: display computed CSS variables on components' pages * refactor: update design tokens structure * feat: add CLI interface for design tokens (#1846) * fix: install dependencies in tokens module after installing Paragon * fix: remove package.json files from tokens module * refactor: update design tokens structure * refactor: replace old tables with `DataTable` on documentation site (#1859) * [BD-46] refactor: improve design tokens architecture (#1874) * refactor: update design tokens naming and add missing ones * feat: expose replace vars script to CLI Co-authored-by: Viktor Rusakov <[email protected]> * build: add workflow_dispatch to alpha branch to trigger release * fix: trigger release * fix: added custom title for CSS output files (#1985) * feat: deleted value in reference design tokens (#1989) * fix: ensure design tokens have a valid type attribute (#1992) Adds `type` attribute to all design tokens per W3C design tokens spec. * fix: add missing tokens for Button component (#1924) * feat: add new tokens and cleanup after rebase * feat: alpha release of design tokens (#1770) * feat: design tokens with style-dictionary BREAKING CHANGE: Introduces design tokens. * [BD-46] resolve bootstrap conflicts with design tokens (#1800) * feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]> * feat: add ability to generate CSS utility classes through design tokens * docs: added background-color for color HEX values on CSS utility classes page * fix: add missed border utilities * docs: add ability to view CSS variables on CSS Utility Classes page * chore: remove unused import * feat: remove deprecated components BREAKING CHANGE: all of the deprecated components were removed from Paragon, these include `CheckBoxGroup`, `Checkbox`, `Fieldset`, `Input`, `InputSelect`, `InputText`, `ListBox`, `Modal`, `RadioButtonGroup`, `StatusAlert`, `Table`, `TextArea`, `ValidationFormGroup`, `Button.Deprecated`, `Tabs.Deprecated`, `Dropdown.Deprecated`. * chore: update tokens for Modal components * refactor: update design tokens structure * feat: add CLI interface for design tokens (#1846) * fix: install dependencies in tokens module after installing Paragon * fix: remove package.json files from tokens module * refactor: update design tokens structure * [BD-46] refactor: improve design tokens architecture (#1874) * refactor: update design tokens naming and add missing ones * feat: expose replace vars script to CLI Co-authored-by: Viktor Rusakov <[email protected]> * fix: trigger release * feat: deleted value in reference design tokens (#1989) * fix: ensure design tokens have a valid type attribute (#1992) Adds `type` attribute to all design tokens per W3C design tokens spec. * fix: add missing tokens for Button component (#1924) * Revert "chore(release): sync from master to alpha (#2040)" This reverts commit 14ba07c. * feat: add new tokens and cleanup after rebase --------- Co-authored-by: Adam Stankiewicz <[email protected]> Co-authored-by: Viktor Rusakov <[email protected]> Co-authored-by: Peter Kulko <[email protected]> Co-authored-by: Viktor Rusakov <[email protected]>
adamstankiewicz
pushed a commit
that referenced
this pull request
Feb 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
adamstankiewicz
pushed a commit
that referenced
this pull request
Feb 20, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
monteri
pushed a commit
to raccoongang/paragon
that referenced
this pull request
Aug 17, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
PKulkoRaccoonGang
added a commit
to raccoongang/paragon
that referenced
this pull request
Aug 18, 2023
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
PKulkoRaccoonGang
added a commit
that referenced
this pull request
Aug 1, 2024
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
PKulkoRaccoonGang
added a commit
that referenced
this pull request
Aug 4, 2024
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
PKulkoRaccoonGang
added a commit
that referenced
this pull request
Aug 4, 2024
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
PKulkoRaccoonGang
added a commit
that referenced
this pull request
Aug 5, 2024
* feat: resolve some Bootstrap conflicts with design tokens Co-authored-by: Peter Kulko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
resolve some of the bootstrap conflicts with design tokens