Skip to content

Commit

Permalink
Update production build and bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Jul 4, 2024
1 parent 5c0e9d7 commit 0cabed3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
7 changes: 6 additions & 1 deletion dist/common/assets/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
._duo-ttsc_control-form {
grid-row: 2;
height: 64px;
margin: 6px 5px 0;
margin: 0 5px;
text-align: center;
z-index: 10;
}
Expand Down Expand Up @@ -898,6 +898,11 @@ svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
color: var(--web-ui_progress-bar-color, #58cc02);
overflow: hidden;
-webkit-appearance: none;
/* Copied from the inline styles of the progress bar */
--web-ui_progress-bar-color: rgb(var(--color-owl));
--__internal__progress-bar-height: 16px;
--__internal__progress-bar-inner-value: 0%;
--__internal__progress-bar-value: 3.1%;
}

._duo-ttsc_slider-input::-webkit-slider-runnable-track {
Expand Down
7 changes: 6 additions & 1 deletion dist/mv2/assets/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
._duo-ttsc_control-form {
grid-row: 2;
height: 64px;
margin: 6px 5px 0;
margin: 0 5px;
text-align: center;
z-index: 10;
}
Expand Down Expand Up @@ -898,6 +898,11 @@ svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
color: var(--web-ui_progress-bar-color, #58cc02);
overflow: hidden;
-webkit-appearance: none;
/* Copied from the inline styles of the progress bar */
--web-ui_progress-bar-color: rgb(var(--color-owl));
--__internal__progress-bar-height: 16px;
--__internal__progress-bar-inner-value: 0%;
--__internal__progress-bar-value: 3.1%;
}

._duo-ttsc_slider-input::-webkit-slider-runnable-track {
Expand Down
2 changes: 1 addition & 1 deletion dist/mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duolingo TTS Controls",
"version": "2.6.1",
"version": "2.6.2",
"description": "Provides playback controls for some of the challenges on Duolingo.",
"permissions": [
"https://*.duolingo.com/"
Expand Down
2 changes: 1 addition & 1 deletion dist/mv2/src/ui.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion dist/mv3/assets/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
._duo-ttsc_control-form {
grid-row: 2;
height: 64px;
margin: 6px 5px 0;
margin: 0 5px;
text-align: center;
z-index: 10;
}
Expand Down Expand Up @@ -898,6 +898,11 @@ svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
color: var(--web-ui_progress-bar-color, #58cc02);
overflow: hidden;
-webkit-appearance: none;
/* Copied from the inline styles of the progress bar */
--web-ui_progress-bar-color: rgb(var(--color-owl));
--__internal__progress-bar-height: 16px;
--__internal__progress-bar-inner-value: 0%;
--__internal__progress-bar-value: 3.1%;
}

._duo-ttsc_slider-input::-webkit-slider-runnable-track {
Expand Down
2 changes: 1 addition & 1 deletion dist/mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duolingo TTS Controls",
"version": "2.6.1",
"version": "2.6.2",
"description": "Provides playback controls for some of the challenges on Duolingo.",
"host_permissions": [
"https://*.duolingo.com/"
Expand Down
2 changes: 1 addition & 1 deletion dist/mv3/src/ui.js

Large diffs are not rendered by default.

0 comments on commit 0cabed3

Please sign in to comment.