-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
3,844 additions
and
2,814 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
--- | ||
"@hopper-ui/styled-system": major | ||
"@hopper-ui/tokens": major | ||
"@hopper-ui/components": minor | ||
--- | ||
|
||
## @hopper-ui/tokens | ||
|
||
**Added** | ||
|
||
| Token | | ||
| ------------------------------------ | | ||
| danger-text-selected | | ||
| danger-border-selected | | ||
| danger-icon-selected | | ||
| danger-icon-weak-hover | | ||
| danger-icon-weak-press | | ||
| danger-surface-selected | | ||
| danger-surface-weak-hover | | ||
| danger-surface-weak-press | | ||
| danger-text-weak-hover | | ||
| danger-text-weak-press | | ||
| decorative-option5-surface-weak-hover | | ||
| neutral-surface-weak-selected | | ||
| neutral-surface-weakest-selected | | ||
| neutral-border-selected | | ||
| neutral-icon-selected | | ||
| neutral-icon-strong-hover | | ||
| neutral-icon-weak-press | | ||
| neutral-surface-selected | | ||
| neutral-text-weak-hover | | ||
| neutral-text-weak-press | | ||
| primary-border-selected | | ||
| primary-icon-selected | | ||
| primary-surface-selected | | ||
| primary-surface-strong-selected | | ||
| primary-surface-weak-hover | | ||
| primary-surface-weak-press | | ||
| primary-text-selected | | ||
| upsell-border-selected | | ||
| upsell-icon-selected | | ||
| upsell-icon-hover | | ||
| upsell-icon-weak-hover | | ||
| upsell-icon-weak-press | | ||
| upsell-surface-selected | | ||
| upsell-surface-weak-hover | | ||
| upsell-surface-weak-press | | ||
| upsell-text-selected | | ||
| upsell-text-weak | | ||
| upsell-text-weak-hover | | ||
| upsell-text-weak-press | | ||
|
||
**Renamed** | ||
|
||
Use this as a reference to fix all breaking changes. | ||
|
||
| Old Token name | New Token name | | ||
|-----------------|-----------------| | ||
| danger-border-active | danger-border-press | | ||
| danger-icon-active | danger-icon-press | | ||
| danger-text-active | danger-text-press | | ||
| danger-surface-active | danger-surface-press | | ||
| neutral-border-active | neutral-border-press | | ||
| neutral-icon-active | neutral-icon-press | | ||
| neutral-surface-active | neutral-surface-press | | ||
| neutral-surface-weak-active | neutral-surface-weak-press | | ||
| neutral-text-active | neutral-text-press | | ||
| primary-border-active | primary-border-press | | ||
| primary-icon-active | primary-icon-press | | ||
| primary-surface-active | primary-surface-press | | ||
| primary-text-active | primary-text-press | | ||
| primary-surface-strong-active | primary-surface-strong-press | | ||
| upsell-border-active | upsell-border-press | | ||
| upsell-icon-active | upsell-icon-press | | ||
| upsell-surface-active | upsell-surface-press | | ||
| upsell-text-active | upsell-text-press | | ||
|
||
**Updated** | ||
|
||
| Token | | ||
| ------------------------------------ | | ||
| danger-surface-hover | | ||
| danger-surface-strong | | ||
| danger-surface-strong-hover | | ||
| danger-text-weak | | ||
| status-progress-text | | ||
| status-progress-icon | | ||
| primary-surface-strong-hover | | ||
| primary-text | | ||
| primary-surface-hover | | ||
| upsell-surface-hover | | ||
| upsell-surface-weak | | ||
| upsell-text | | ||
| upsell-icon | | ||
| upsell-text-hover | | ||
|
||
## @hopper-ui/components | ||
|
||
- Added a press state to Links | ||
- Added a press state to Buttons | ||
- Added a press state to Checkbbox | ||
- Added a press state to Switch | ||
- Added a press state to Radio | ||
- Added numerous tests to test Pressed States of components |
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.