-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feact(alert/callout): design update (#4060)
* feat(design-tokens): updated tokens to support Alert and Callout updates * feat(callout): add dismissible funcitonality to the component * chore(pr): changeset * chore(alert): updated styling * chore(callout): updated styling * chore(pr): changeset * chore(pr): typedocs * chore(pr): linting issues * chore(pr): peer dependencies * chore(pr): peer dependencies * feat(website): added new example for dismissible callout * chore(pr): cleanup changesets * chore(pr): cleanup changesets * chore(pr): pr cleanup * chore(pr): typedocs * chore(pr): fix stlying issues * chore(pr): remove icon padding * fix(callout): correct row gap size * fix(callout): correct row gap size * fix(callout): fix double margin * fix(callout): close and icon on same line * fix(callout): issue with additonal pixel added --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7ae14af
commit 31defba
Showing
18 changed files
with
268 additions
and
61 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,6 @@ | ||
--- | ||
"@twilio-paste/design-tokens": minor | ||
"@twilio-paste/core": minor | ||
--- | ||
|
||
[Design Tokens] added a new design token for color-border-new-weak and made changes to color-text-icon-warning in the Twilio theme to support design updates to Alert and Callout 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@twilio-paste/callout": minor | ||
"@twilio-paste/core": minor | ||
--- | ||
|
||
[Callout] added dismissible functionality to the component |
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,7 @@ | ||
--- | ||
"@twilio-paste/alert": patch | ||
"@twilio-paste/callout": patch | ||
"@twilio-paste/core": patch | ||
--- | ||
|
||
[Callout, Alert] updated styling |
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
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
Oops, something went wrong.