Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Apr 6, 2023
1 parent 75ddd78 commit 8ce1b8c
Showing 1 changed file with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ exports[`Design Tokens matches the Dark theme 1`] = `
\\"color-border-error-weak\\": \\"rgb(173, 17, 17)\\",
\\"color-border-neutral-weak\\": \\"rgb(4, 60, 181)\\",
\\"color-border\\": \\"rgb(96, 107, 133)\\",
\\"color-border-weakest\\": \\"rgb(13, 19, 28)\\",
\\"color-border-inverse-stronger\\": \\"rgb(244, 244, 246)\\",
\\"color-border-inverse-weaker\\": \\"rgb(57, 71, 98)\\",
\\"color-border-success-weak\\": \\"rgb(14, 124, 58)\\",
Expand Down Expand Up @@ -484,6 +485,7 @@ exports[`Design Tokens matches the Global theme 1`] = `
\\"color-border-error-weak\\": \\"rgb(245, 138, 138)\\",
\\"color-border-neutral-weak\\": \\"rgb(102, 179, 255)\\",
\\"color-border\\": \\"rgb(136, 145, 170)\\",
\\"color-border-weakest\\": \\"rgb(255, 255, 255)\\",
\\"color-border-inverse-stronger\\": \\"rgb(244, 244, 246)\\",
\\"color-border-inverse-weaker\\": \\"rgb(57, 71, 98)\\",
\\"color-border-success-weak\\": \\"rgb(54, 213, 118)\\",
Expand Down Expand Up @@ -877,6 +879,7 @@ exports[`Design Tokens matches the Sendgrid theme 1`] = `
\\"color-border-error-weak\\": \\"rgb(245, 138, 138)\\",
\\"color-border-neutral-weak\\": \\"rgb(102, 179, 255)\\",
\\"color-border\\": \\"rgb(136, 145, 170)\\",
\\"color-border-weakest\\": \\"rgb(255, 255, 255)\\",
\\"color-border-inverse-stronger\\": \\"rgb(244, 244, 246)\\",
\\"color-border-inverse-weaker\\": \\"rgb(57, 71, 98)\\",
\\"color-border-success-weak\\": \\"rgb(54, 213, 118)\\",
Expand Down Expand Up @@ -1230,7 +1233,7 @@ exports[`Design Tokens matches the Twilio Dark theme 1`] = `
\\"color-background-brand-highlight\\": \\"rgb(242, 47, 70)\\",
\\"color-background-brand-highlight-weakest\\": \\"rgba(242, 47, 70, 0.1)\\",
\\"color-background-strongest\\": \\"rgb(225, 227, 234)\\",
\\"color-background-body-inverse\\": \\"rgb(13, 19, 28)\\",
\\"color-background-body-inverse\\": \\"rgb(18, 28, 45)\\",
\\"color-background-inverse\\": \\"rgb(18, 28, 45)\\",
\\"color-background-overlay\\": \\"rgba(18, 28, 45, 0.9)\\",
\\"color-background-unavailable\\": \\"rgb(214, 31, 31)\\",
Expand Down Expand Up @@ -1270,14 +1273,15 @@ exports[`Design Tokens matches the Twilio Dark theme 1`] = `
\\"color-border-error-weak\\": \\"rgb(173, 17, 17)\\",
\\"color-border-neutral-weak\\": \\"rgb(4, 60, 181)\\",
\\"color-border\\": \\"rgb(96, 107, 133)\\",
\\"color-border-weakest\\": \\"rgb(13, 19, 28)\\",
\\"color-border-inverse-stronger\\": \\"rgb(244, 244, 246)\\",
\\"color-border-inverse-weaker\\": \\"rgb(57, 71, 98)\\",
\\"color-border-success-weak\\": \\"rgb(14, 124, 58)\\",
\\"color-border-primary-strong\\": \\"rgb(153, 205, 255)\\",
\\"color-border-inverse\\": \\"rgb(136, 145, 170)\\",
\\"color-border-destructive-strong\\": \\"rgb(246, 177, 177)\\",
\\"color-border-primary-weak\\": \\"rgb(4, 60, 181)\\",
\\"color-border-inverse-weakest\\": \\"rgb(31, 48, 76)\\",
\\"color-border-inverse-weakest\\": \\"rgb(18, 28, 45)\\",
\\"color-border-destructive-weak\\": \\"rgb(117, 12, 12)\\",
\\"color-border-inverse-strongest\\": \\"rgb(255, 255, 255)\\",
\\"color-border-weaker\\": \\"rgb(31, 48, 76)\\",
Expand Down Expand Up @@ -1341,7 +1345,7 @@ exports[`Design Tokens matches the Twilio Dark theme 1`] = `
\\"shadow-focus-inset\\": \\"inset 0 0 0 1px #ffffff, inset 0 0 0 3px rgba(255, 255, 255, 0.2)\\",
\\"shadow-border-inverse\\": \\"0 0 0 1px #8891aa\\",
\\"shadow-border-decorative-30-weaker\\": \\"0 0 0 1px #0e7c3a\\",
\\"shadow-border-inverse-weakest\\": \\"0 0 0 1px #1f304c\\",
\\"shadow-border-inverse-weakest\\": \\"0 0 0 1px #121c2d\\",
\\"shadow-border-bottom-success-weaker\\": \\"0 1px 0 #0e7c3a\\",
\\"shadow-border-decorative-40-weaker\\": \\"0 0 0 1px #5817bd\\",
\\"shadow-border-error-stronger\\": \\"0 0 0 1px #fccfcf\\",
Expand Down Expand Up @@ -1623,7 +1627,7 @@ exports[`Design Tokens matches the Twilio theme 1`] = `
\\"color-background-brand-highlight\\": \\"rgb(242, 47, 70)\\",
\\"color-background-brand-highlight-weakest\\": \\"rgba(242, 47, 70, 0.1)\\",
\\"color-background-strongest\\": \\"rgb(75, 86, 113)\\",
\\"color-background-body-inverse\\": \\"rgb(15, 22, 33)\\",
\\"color-background-body-inverse\\": \\"rgb(18, 28, 45)\\",
\\"color-background-inverse\\": \\"rgb(18, 28, 45)\\",
\\"color-background-overlay\\": \\"rgba(96, 107, 133, 0.5)\\",
\\"color-background-unavailable\\": \\"rgb(214, 31, 31)\\",
Expand Down Expand Up @@ -1663,14 +1667,15 @@ exports[`Design Tokens matches the Twilio theme 1`] = `
\\"color-border-error-weak\\": \\"rgb(245, 138, 138)\\",
\\"color-border-neutral-weak\\": \\"rgb(102, 179, 255)\\",
\\"color-border\\": \\"rgb(136, 145, 170)\\",
\\"color-border-weakest\\": \\"rgb(255, 255, 255)\\",
\\"color-border-inverse-stronger\\": \\"rgb(244, 244, 246)\\",
\\"color-border-inverse-weaker\\": \\"rgb(57, 71, 98)\\",
\\"color-border-success-weak\\": \\"rgb(123, 234, 165)\\",
\\"color-border-primary-strong\\": \\"rgb(0, 20, 137)\\",
\\"color-border-inverse\\": \\"rgb(136, 145, 170)\\",
\\"color-border-destructive-strong\\": \\"rgb(117, 12, 12)\\",
\\"color-border-primary-weak\\": \\"rgb(153, 205, 255)\\",
\\"color-border-inverse-weakest\\": \\"rgb(31, 48, 76)\\",
\\"color-border-inverse-weakest\\": \\"rgb(18, 28, 45)\\",
\\"color-border-destructive-weak\\": \\"rgb(246, 177, 177)\\",
\\"color-border-inverse-strongest\\": \\"rgb(255, 255, 255)\\",
\\"color-border-weaker\\": \\"rgb(225, 227, 234)\\",
Expand Down Expand Up @@ -1734,7 +1739,7 @@ exports[`Design Tokens matches the Twilio theme 1`] = `
\\"shadow-focus-inset\\": \\"inset 0 0 0 1px #006dfa, inset 0 0 0 3px #cce4ff\\",
\\"shadow-border-inverse\\": \\"0 0 0 1px #8891aa\\",
\\"shadow-border-decorative-30-weaker\\": \\"0 0 0 1px #d1fae0\\",
\\"shadow-border-inverse-weakest\\": \\"0 0 0 1px #1f304c\\",
\\"shadow-border-inverse-weakest\\": \\"0 0 0 1px #121c2d\\",
\\"shadow-border-bottom-success-weaker\\": \\"0 1px 0 #7beaa5\\",
\\"shadow-border-decorative-40-weaker\\": \\"0 0 0 1px #e7dcfa\\",
\\"shadow-border-error-stronger\\": \\"0 0 0 1px #4a0b0b\\",
Expand Down

0 comments on commit 8ce1b8c

Please sign in to comment.