Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Upgrade webpack & use current yoast libraries #41

Merged
merged 10 commits into from
Jun 10, 2019
Prev Previous commit
Next Next commit
TASK: Update compiled assets
  • Loading branch information
Sebobo committed Jun 10, 2019
commit 26bbf78623fbf01c03668b686ed8890d673b732c
91 changes: 67 additions & 24 deletions Resources/Public/Assets/app.js

Large diffs are not rendered by default.

99 changes: 98 additions & 1 deletion Resources/Public/Assets/main.css
Original file line number Diff line number Diff line change
@@ -1 +1,98 @@
@font-face{font-family:Noto Sans;font-weight:400;font-style:normal;src:url(NotoSans-Regular.ttf) format("ttf")}body{--main-bg-color:#fff;--mark-bg-color:rgba(0,173,238,.75);--text-color:#222;--text-color-light:#666;--border-light:1px solid #e2e4e7;background-color:var(--main-bg-color);color:var(--text-color);font-family:Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;padding:1rem}.hidden{display:none}.yoast-seo__container{max-width:800px}.yoast-seo__container h1{margin:0 1rem 1rem;font-size:20px}.yoast-seo__snippet-editor-wrapper{margin:1rem}.yoast-seo__snippet-editor-wrapper section button{display:none}.yoast-seo__content-analysis-wrapper h2{font-size:16px}.yoast-seo__content-analysis-wrapper a{text-decoration:none}.yoast-seo__content-analysis-wrapper a:hover{text-decoration:underline}.yoast-seo__content-analysis-wrapper li{margin:.3rem 0}.yoast-seo__content-analysis-wrapper p{font-size:13px;line-height:1.5}.yoast-seo__content-analysis-wrapper>*{border-top:var(--border-light)}.yoast-loader{position:fixed;top:1rem;right:1rem;width:2rem}.snippet-editor{display:none}.ReactModal__Content{box-shadow:0 2px 7px -1px rgba(0,0,0,.15)}.ReactModal__Content strong{font-size:14px}.ReactModal__Content .yoast-seo__mark{color:var(--text-color-light);font-size:13px}.ReactModal__Content .yoast-text-mark{color:var(--text-color);font-size:13px;line-height:1.5}.yoast-svg-icon-loading-spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}.path{stroke:#64a60a;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}
@font-face {
font-family: 'Noto Sans';
font-weight: normal;
font-style: normal;
src: url(NotoSans-Regular.ttf) format("ttf"); }

body {
--main-bg-color: #fff;
--mark-bg-color: rgba(0, 173, 238, .75);
--text-color: #222;
--text-color-light: #666;
--border-light: 1px solid rgb(226, 228, 231);
background-color: var(--main-bg-color);
color: var(--text-color);
font-family: 'Noto Sans', sans-serif;
-webkit-font-smoothing: antialiased;
padding: 1rem; }

.hidden {
display: none; }

.yoast-seo__container {
max-width: 800px; }
.yoast-seo__container h1 {
margin: 0 1rem 1rem;
font-size: 20px; }

.yoast-seo__snippet-editor-wrapper {
margin: 1rem 1rem; }
.yoast-seo__snippet-editor-wrapper section button {
display: none; }

.yoast-seo__content-analysis-wrapper h2 {
font-size: 16px; }

.yoast-seo__content-analysis-wrapper a {
text-decoration: none; }
.yoast-seo__content-analysis-wrapper a:hover {
text-decoration: underline; }

.yoast-seo__content-analysis-wrapper li {
margin: .3rem 0; }

.yoast-seo__content-analysis-wrapper p {
font-size: 13px;
line-height: 1.5; }

.yoast-seo__content-analysis-wrapper > * {
border-top: var(--border-light); }

.yoast-loader {
position: fixed;
top: 1rem;
right: 1rem;
width: 2rem; }
.yoast-loader--stop {
animation: none !important; }

.yoast-svg-icon-loading-spinner {
animation: rotator 1.4s linear infinite; }
.yoast-svg-icon-loading-spinner .path {
stroke: #64a60a;
stroke-dasharray: 187;
stroke-dashoffset: 0;
transform-origin: center;
animation: dash 1.4s ease-in-out infinite; }

@keyframes dash {
0% {
stroke-dashoffset: 187; }
50% {
stroke-dashoffset: 46.75;
transform: rotate(135deg); }
to {
stroke-dashoffset: 187;
transform: rotate(450deg); } }

@keyframes rotator {
0% {
transform: rotate(0deg); }
to {
transform: rotate(270deg); } }

.snippet-editor {
display: none; }

.ReactModal__Content {
box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.15); }
.ReactModal__Content strong {
font-size: 14px; }
.ReactModal__Content .yoast-seo__mark {
color: var(--text-color-light);
font-size: 13px; }
.ReactModal__Content .yoast-text-mark {
color: var(--text-color);
font-size: 13px;
line-height: 1.5; }

38 changes: 25 additions & 13 deletions Resources/Public/Assets/webWorker.js

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion Resources/Public/Assets/yoastseo.js

Large diffs are not rendered by default.

121 changes: 121 additions & 0 deletions Resources/Public/YoastInfoView/Plugin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Resources/Public/YoastInfoView/Plugin.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/YoastInfoView/Plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/YoastInfoView/Plugin.js.map

Large diffs are not rendered by default.