Skip to content

Commit

Permalink
TASK: Update compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Sep 22, 2023
1 parent e50c8de commit a74bc20
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Resources/Public/Assets/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/Public/Assets/fcd35b1937996b6746ca.ttf
@@ -0,0 +1 @@
export default __webpack_public_path__ + "NotoSans-Regular.ttf";
14 changes: 7 additions & 7 deletions Resources/Public/Assets/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/webWorker.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/Public/Assets/webWorker.js.LICENSE.txt
@@ -1,11 +1,11 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*! https://mths.be/punycode v1.3.2 by @mathias */
/*! https://mths.be/punycode v1.4.1 by @mathias */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Assets/yoastseo.js

Large diffs are not rendered by default.

55 changes: 30 additions & 25 deletions Resources/Public/YoastInfoView/Plugin.css
@@ -1,4 +1,11 @@
.style__yoastInfoView___5BOWw {
--color-bad: #dc3232;
--color-ok: #ee7c1b;
--color-good: #7ad03a;
--color-feedback: #a0a5aa;
--color-error: #a0a5aa;
--icon-margin: 5px;
--text-font-size: 13px;

margin: 0;
padding: 0;
Expand Down Expand Up @@ -30,12 +37,12 @@
}

.style__yoastInfoView__content___3V4hU {
font-size: 13px;
font-size: var(--text-font-size);
margin: .7rem 0 0;
}

.style__yoastInfoView__content___3V4hU a {
color: #FFF;
color: var(--colors-ContrastBrightest);
text-decoration: underline;
}

Expand All @@ -45,7 +52,7 @@

.style__yoastInfoView__value___RNmd4 {
font-style: italic;
font-size: 13px;
font-size: var(--text-font-size);
}

.style__yoastInfoView__result_group___3oNID {
Expand All @@ -66,54 +73,52 @@
}

.style__yoastInfoView__rating_error___3yKz- {
color: #a0a5aa;
color: var(--color-error);
}

svg.style__yoastInfoView__rating_error___3yKz- {
color: #a0a5aa;
fill: #a0a5aa;
margin-right: 5px;
color: var(--color-error);
fill: var(--color-error);
margin-right: var(--icon-margin);
}

.style__yoastInfoView__rating_feedback___2_kgN {
color: #a0a5aa;
color: var(--color-feedback);
}

svg.style__yoastInfoView__rating_feedback___2_kgN {
color: #a0a5aa;
fill: #a0a5aa;
margin-right: 5px;
color: var(--color-feedback);
fill: var(--color-feedback);
margin-right: var(--icon-margin);
}

.style__yoastInfoView__rating_bad___3r6IV {
color: #dc3232;
color: var(--color-bad);
}

svg.style__yoastInfoView__rating_bad___3r6IV {
color: #dc3232;
fill: #dc3232;
margin-right: 5px;
color: var(--color-bad);
fill: var(--color-bad);
margin-right: var(--icon-margin);
}

.style__yoastInfoView__rating_ok___2gUck {
color: #ee7c1b;
color: var(--color-ok);
}

svg.style__yoastInfoView__rating_ok___2gUck {
color: #ee7c1b;
fill: #ee7c1b;
margin-right: 5px;
color: var(--color-ok);
fill: var(--color-ok);
margin-right: var(--icon-margin);
}

.style__yoastInfoView__rating_good___2Frfd {
color: #7ad03a;
color: var(--color-good);
}

svg.style__yoastInfoView__rating_good___2Frfd {
color: #7ad03a;
fill: #7ad03a;
margin-right: 5px;
color: var(--color-good);
fill: var(--color-good);
margin-right: var(--icon-margin);
}


/*# sourceMappingURL=Plugin.css.map*/
40 changes: 37 additions & 3 deletions Resources/Public/YoastInfoView/Plugin.js

Large diffs are not rendered by default.

0 comments on commit a74bc20

Please sign in to comment.