Skip to content

Commit a74bc20

Browse files
committed
TASK: Update compiled assets
1 parent e50c8de commit a74bc20

File tree

8 files changed

+80
-40
lines changed

8 files changed

+80
-40
lines changed

Resources/Public/Assets/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default __webpack_public_path__ + "NotoSans-Regular.ttf";

Resources/Public/Assets/main.css

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Assets/webWorker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Assets/webWorker.js.LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
* The buffer module from node.js, for the browser.
33
*
4-
* @author Feross Aboukhadijeh <https://feross.org>
4+
* @author Feross Aboukhadijeh <http://feross.org>
55
* @license MIT
66
*/
77

8-
/*! https://mths.be/punycode v1.3.2 by @mathias */
8+
/*! https://mths.be/punycode v1.4.1 by @mathias */
99

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

Resources/Public/Assets/yoastseo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/YoastInfoView/Plugin.css

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
.style__yoastInfoView___5BOWw {
2+
--color-bad: #dc3232;
3+
--color-ok: #ee7c1b;
4+
--color-good: #7ad03a;
5+
--color-feedback: #a0a5aa;
6+
--color-error: #a0a5aa;
7+
--icon-margin: 5px;
8+
--text-font-size: 13px;
29

310
margin: 0;
411
padding: 0;
@@ -30,12 +37,12 @@
3037
}
3138

3239
.style__yoastInfoView__content___3V4hU {
33-
font-size: 13px;
40+
font-size: var(--text-font-size);
3441
margin: .7rem 0 0;
3542
}
3643

3744
.style__yoastInfoView__content___3V4hU a {
38-
color: #FFF;
45+
color: var(--colors-ContrastBrightest);
3946
text-decoration: underline;
4047
}
4148

@@ -45,7 +52,7 @@
4552

4653
.style__yoastInfoView__value___RNmd4 {
4754
font-style: italic;
48-
font-size: 13px;
55+
font-size: var(--text-font-size);
4956
}
5057

5158
.style__yoastInfoView__result_group___3oNID {
@@ -66,54 +73,52 @@
6673
}
6774

6875
.style__yoastInfoView__rating_error___3yKz- {
69-
color: #a0a5aa;
76+
color: var(--color-error);
7077
}
7178

7279
svg.style__yoastInfoView__rating_error___3yKz- {
73-
color: #a0a5aa;
74-
fill: #a0a5aa;
75-
margin-right: 5px;
80+
color: var(--color-error);
81+
fill: var(--color-error);
82+
margin-right: var(--icon-margin);
7683
}
7784

7885
.style__yoastInfoView__rating_feedback___2_kgN {
79-
color: #a0a5aa;
86+
color: var(--color-feedback);
8087
}
8188

8289
svg.style__yoastInfoView__rating_feedback___2_kgN {
83-
color: #a0a5aa;
84-
fill: #a0a5aa;
85-
margin-right: 5px;
90+
color: var(--color-feedback);
91+
fill: var(--color-feedback);
92+
margin-right: var(--icon-margin);
8693
}
8794

8895
.style__yoastInfoView__rating_bad___3r6IV {
89-
color: #dc3232;
96+
color: var(--color-bad);
9097
}
9198

9299
svg.style__yoastInfoView__rating_bad___3r6IV {
93-
color: #dc3232;
94-
fill: #dc3232;
95-
margin-right: 5px;
100+
color: var(--color-bad);
101+
fill: var(--color-bad);
102+
margin-right: var(--icon-margin);
96103
}
97104

98105
.style__yoastInfoView__rating_ok___2gUck {
99-
color: #ee7c1b;
106+
color: var(--color-ok);
100107
}
101108

102109
svg.style__yoastInfoView__rating_ok___2gUck {
103-
color: #ee7c1b;
104-
fill: #ee7c1b;
105-
margin-right: 5px;
110+
color: var(--color-ok);
111+
fill: var(--color-ok);
112+
margin-right: var(--icon-margin);
106113
}
107114

108115
.style__yoastInfoView__rating_good___2Frfd {
109-
color: #7ad03a;
116+
color: var(--color-good);
110117
}
111118

112119
svg.style__yoastInfoView__rating_good___2Frfd {
113-
color: #7ad03a;
114-
fill: #7ad03a;
115-
margin-right: 5px;
120+
color: var(--color-good);
121+
fill: var(--color-good);
122+
margin-right: var(--icon-margin);
116123
}
117124

118-
119-
/*# sourceMappingURL=Plugin.css.map*/

Resources/Public/YoastInfoView/Plugin.js

Lines changed: 37 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)