Skip to content

Commit

Permalink
Release build 7.3.1 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored and github-actions[bot] committed Dec 3, 2024
1 parent 49db798 commit 440ded7
Show file tree
Hide file tree
Showing 77 changed files with 1,491 additions and 388 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- test (#239)
- fix: `files` in package.json
- Toggle Report for Windows and Android (#251)
14 changes: 5 additions & 9 deletions build/app/img/refresh-assets/breakage-sent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions build/app/public/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,13 @@ select {
font-weight: bold;
}

strong {
font-weight: bold;
}
.environment--browser strong {
font-weight: 600;
}

/* Links */
a {
color: var(--color-accent-blue);
Expand Down Expand Up @@ -601,6 +608,11 @@ a.link-action--rounded {
text-align: left;
}

/* Text Wrap */
.text--balance {
text-wrap: balance;
}

/* Borders */
.border--top {
border-top: 1px solid var(--color-lines-light);
Expand Down Expand Up @@ -636,6 +648,11 @@ a.link-action--rounded {
padding-bottom: 16px;
}

.padding-y-third {
padding-top: 24px;
padding-bottom: 24px;
}

.padding-y--reduced {
padding-top: 14px;
padding-bottom: 14px;
Expand Down
119 changes: 111 additions & 8 deletions build/app/public/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@
font-weight: 600;
font-style: bold;
}
.token-body {
font-family: system, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 13px;
font-weight: 400;
line-height: 16px;
}
.token-body.environment--android {
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.token-body.environment--browser {
font-family: "DDG_ProximaNova";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
}

.token-body-em {
font-size: 13px;
font-weight: 600;
Expand Down Expand Up @@ -102,7 +121,7 @@
.token-ios-title-3 {
font-size: 20px;
font-weight: 600;
line-height: 25px;
line-height: 1.25;
}

.token-title-3-em {
Expand All @@ -114,6 +133,11 @@
font-size: 16px;
line-height: 20px;
}
.token-title-3-em .environment--windows {
font-size: 16px;
font-weight: 600;
line-height: 1.25;
}
.environment--browser .token-title-3-em {
font-family: "DDG_ProximaNova";
font-style: normal;
Expand Down Expand Up @@ -143,6 +167,12 @@
line-height: 20px;
}

.token-headline-2 {
font-size: 20px;
font-weight: 500;
line-height: 1.2;
}

.token-label-em {
font-size: 13px;
font-weight: 600;
Expand Down Expand Up @@ -728,6 +758,19 @@ body.environment--windows {
margin-left: 16px;
margin-right: 10px;
line-height: 1;
/** TODO: Move */
}
.environment--ios .main-nav__text {
line-height: 1.3333333333;
}
.environment--android .main-nav__text {
line-height: 1.4285714286;
}
.environment--macos .main-nav__text {
line-height: 1.2307692308;
}
.environment--windows .main-nav__text {
line-height: 1.2857142857;
}

.main-nav__chev {
Expand Down Expand Up @@ -916,9 +959,6 @@ body.environment--windows {
margin-bottom: 16px;
background-size: contain;
}
.medium-icon-container.hero-icon--toggle-report-sent {
height: 62px;
}

.hero-icon--breakage-form {
background-image: url("../../img/refresh-assets/Breakage-128.svg");
Expand Down Expand Up @@ -1083,6 +1123,7 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
}
.environment--android .top-nav__back {
border-radius: 100%;
left: 10px;
}
.environment--ios .top-nav__back {
font-size: 17px;
Expand Down Expand Up @@ -1169,7 +1210,8 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
}
.environment--android .top-nav__title {
transform: unset;
left: 60px;
left: 72px;
top: 2px;
font-size: 20px;
font-weight: 500;
}
Expand Down Expand Up @@ -3817,6 +3859,36 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
height: 29px;
padding: 0px 12px;
}
.button[data-variant=desktop-standard] {
background: rgba(0, 0, 0, 0.06);
border-radius: 6px;
color: rgba(0, 0, 0, 0.84);
}
.button[data-variant=desktop-standard]:hover {
background: rgba(0, 0, 0, 0.09);
}
.button[data-variant=desktop-standard]:active {
background: rgba(0, 0, 0, 0.12);
}
.button[data-variant=desktop-standard]:disabled {
opacity: 0.8;
}
.body--theme-dark .button[data-variant=desktop-standard] {
background: rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.84);
}
.body--theme-dark .button[data-variant=desktop-standard]:hover {
background: rgba(255, 255, 255, 0.18);
}
.body--theme-dark .button[data-variant=desktop-standard]:active {
background: rgba(255, 255, 255, 0.24);
}
.button[data-variant=desktop-standard][data-size=desktop-large] {
font-size: 14px;
font-weight: 400;
height: 40px;
padding: 0 16px;
}
.button[data-variant=desktop-vibrancy] {
border-radius: 6px;
background: rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -3870,6 +3942,9 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
.button-bar[data-layout=vertical] > * {
width: 100%;
}
.environment--android .button-bar[data-layout=vertical] {
gap: 8px;
}

.text-link-as-button:hover {
text-decoration: underline;
Expand Down Expand Up @@ -3903,14 +3978,40 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
border-color: rgba(255, 255, 255, 0.09);
}

.data-list__content {
font-size: 14px;
font-weight: 400;
line-height: 1.4285714286;
}
.environment--android .data-list__content {
font-size: 14px;
font-weight: 400;
line-height: 1.2857142857;
}
.environment--ios .data-list__content, .environment--macos .data-list__content {
font-size: 13px;
font-weight: 400;
line-height: 1.3846153846;
}
.environment--android .data-list__content--breakage, .environment--browser .data-list__content--breakage, .environment--ios .data-list__content--breakage, .environment--macos .data-list__content--breakage, .environment--windows .data-list__content--breakage {
font-size: 13px;
line-height: 1.3846153846;
}

.data-list__heading {
font-weight: 600;
}
.environment--android .data-list__heading {
font-weight: 700;
}

.data-list {
list-style: none;
}

.data-list__item {
word-wrap: anywhere;
color: var(--color-text-secondary);
line-height: 18px;
position: relative;
padding-left: 20px;
}
Expand Down Expand Up @@ -3956,12 +4057,14 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
visibility: hidden;
}

.environment--ios [data-toggle-report=child] {
.environment--ios [data-toggle-report=child],
.environment--android [data-toggle-report=child] {
opacity: 0;
visibility: hidden;
}

.environment--ios [data-toggle-report=child][data-ready=true] {
.environment--ios [data-toggle-report=child][data-ready=true],
.environment--android [data-toggle-report=child][data-ready=true] {
opacity: 1;
visibility: visible;
}
Expand Down
Loading

0 comments on commit 440ded7

Please sign in to comment.