-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release v2.7.1 - staging → main #65
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
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
* fix: expand composite objects and convert rem to px (#55) Co-authored-by: Davyd Melkon <131438868+davyd-akamai@users.noreply.github.com> Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> * Shadow blur value fix * Launch button tokens Default border raduis alias token * Launch split menu button tokens * New "rangeHover" and "activeDateHover" interaction tokens, calendar tokens structure update * New global gradient token and new component tokens for the Appbar and Progress Bar components that use gradients * Add descriptions * Remove extensions from linear gradient * Update branch with latest and fix border radius and linear gradient * Numeric spinner text color property fix * Horizontal stepper structure update Error tag new background token * New tokens for KPI bar: background token, disabled state for KPIs New alias accent disabled token * Update BorderRadius to Radius * Update BorderRadius to Radius --------- Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
* create doc for contribution guidelines (borrowing a bunch from Cloud Manager ty) * move pull request template to docs package * address feedback
) * remove package json * update packages - will need to upgrade node to fully upgrade @typescript-eslint stuff?? * upgrade node to 18.18 + upgrade typescript/eslint dependencies * update rest of packages that seem safe to update * update node versions for yml files to match updated package.json? hmm
* fix: expand composite objects and convert rem to px (#55) Co-authored-by: Davyd Melkon <131438868+davyd-akamai@users.noreply.github.com> Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> * Shadow blur value fix * Launch button tokens Default border raduis alias token * Launch split menu button tokens * New "rangeHover" and "activeDateHover" interaction tokens, calendar tokens structure update * New global gradient token and new component tokens for the Appbar and Progress Bar components that use gradients * Add descriptions * Remove extensions from linear gradient * Update branch with latest and fix border radius and linear gradient * Numeric spinner text color property fix * Horizontal stepper structure update Error tag new background token * New tokens for KPI bar: background token, disabled state for KPIs New alias accent disabled token * Update BorderRadius to Radius * Update BorderRadius to Radius --------- Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
* create doc for contribution guidelines (borrowing a bunch from Cloud Manager ty) * move pull request template to docs package * address feedback
) * remove package json * update packages - will need to upgrade node to fully upgrade @typescript-eslint stuff?? * upgrade node to 18.18 + upgrade typescript/eslint dependencies * update rest of packages that seem safe to update * update node versions for yml files to match updated package.json? hmm
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.
Looks good!
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.
Breaking Changes
background
tokens for improved consistency and flexibilitytoken-component-calendar-selected-item-background-default
token-component-calendar-selected-item-background-hover
New Features
inProgress
token for ProgressBar componenttopGradient
token for Appbar componentrangeHover
for date range selectionactiveDateHover
for active date hover statesborderRadius
alias token for unified stylingChanges:
Enhancements
Fixes