You've already forked Ghost-Theme-Source
Compare commits
1 Commits
v1.2.1
...
renovate/i
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4b87012e0 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -59,9 +59,9 @@ production stylesheet in assets/built/screen.css
|
|||||||
--color-darker-gray: #15171a;
|
--color-darker-gray: #15171a;
|
||||||
--color-black: #000;
|
--color-black: #000;
|
||||||
--color-primary-text: var(--color-darker-gray);
|
--color-primary-text: var(--color-darker-gray);
|
||||||
--color-secondary-text: rgb(0 0 0 / 0.55);
|
--color-secondary-text: rgb(0 0 0 / 0.5);
|
||||||
--color-border: rgb(0 0 0 / 0.08);
|
--color-border: rgb(0 0 0 / 0.08);
|
||||||
--color-dark-border: rgb(0 0 0 / 0.55);
|
--color-dark-border: rgb(0 0 0 / 0.5);
|
||||||
--font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
--font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
--font-serif: "EB Garamond", Georgia, Times, serif;
|
--font-serif: "EB Garamond", Georgia, Times, serif;
|
||||||
--font-serif-alt: Georgia, Times, serif;
|
--font-serif-alt: Georgia, Times, serif;
|
||||||
@@ -369,7 +369,7 @@ button.gh-form-input {
|
|||||||
.gh-form {
|
.gh-form {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-form .gh-button {
|
.gh-form .gh-button {
|
||||||
padding-inline: 12px;
|
padding-inline: 12px;
|
||||||
}
|
}
|
||||||
@@ -515,11 +515,6 @@ button.gh-form-input {
|
|||||||
gap: 24px;
|
gap: 24px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
background-color: var(--background-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-navigation.has-accent-color .gh-navigation-actions {
|
|
||||||
background-color: var(--ghost-accent-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-navigation-members {
|
.gh-navigation-members {
|
||||||
@@ -977,6 +972,7 @@ Search LOGO Login Subscribe
|
|||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
max-width: 720px;
|
||||||
font-size: 1.45rem;
|
font-size: 1.45rem;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
@@ -987,7 +983,6 @@ Search LOGO Login Subscribe
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -996,13 +991,6 @@ Search LOGO Login Subscribe
|
|||||||
color: var(--color-secondary-text);
|
color: var(--color-secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-card-meta svg {
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
margin-right: 2px;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-card-meta:not(:empty) {
|
.gh-card-meta:not(:empty) {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
@@ -2139,20 +2127,6 @@ unless a heading is the very first element in the post content */
|
|||||||
margin-top: calc(56px * var(--content-spacing-factor, 1));
|
margin-top: calc(56px * var(--content-spacing-factor, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add drop cap setting */
|
|
||||||
.post-template .gh-content.drop-cap > p:first-of-type:first-letter {
|
|
||||||
margin :0 0.2em 0em 0;
|
|
||||||
font-size: 3.1em;
|
|
||||||
float:left;
|
|
||||||
line-height: 1;
|
|
||||||
margin-left: -1px;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.has-serif-body.post-template .gh-content.drop-cap > p:first-of-type:first-letter {
|
|
||||||
font-size: 3.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Add a small margin between a heading and paragraph after it */
|
/* Add a small margin between a heading and paragraph after it */
|
||||||
.gh-content > [id] + p {
|
.gh-content > [id] + p {
|
||||||
margin-top: calc(12px * var(--content-spacing-factor, 1));
|
margin-top: calc(12px * var(--content-spacing-factor, 1));
|
||||||
@@ -2169,11 +2143,6 @@ unless a heading is the very first element in the post content */
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Now the content typography styles */
|
/* Now the content typography styles */
|
||||||
.gh-content h1 {
|
|
||||||
font-size: calc(2.2em * var(--factor, 1));
|
|
||||||
letter-spacing: -0.02em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-content h2 {
|
.gh-content h2 {
|
||||||
font-size: calc(1.6em * var(--factor, 1));
|
font-size: calc(1.6em * var(--factor, 1));
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
@@ -2229,63 +2198,51 @@ unless a heading is the very first element in the post content */
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-content .gh-table {
|
.gh-content table:not(.gist table) {
|
||||||
overflow-x: scroll;
|
display: inline-block;
|
||||||
-webkit-overflow-scrolling: touch;
|
width: auto;
|
||||||
}
|
max-width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
.gh-content .gh-table table {
|
|
||||||
width: 100%;
|
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
font-size: 1.5rem;
|
font-size: 1.6rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
background: radial-gradient(ellipse at left, rgb(0 0 0 / 0.2) 0%, rgb(0 0 0 / 0) 75%) 0 center, radial-gradient(ellipse at right, rgb(0 0 0 / 0.2) 0%, rgb(0 0 0 / 0) 75%) 100% center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: scroll, scroll;
|
||||||
|
background-size: 10px 100%, 10px 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-content .gh-table table th {
|
.gh-content table:not(.gist table) td:first-child {
|
||||||
|
background-image: linear-gradient(to right, rgb(255 255 255 / 1) 50%, rgb(255 255 255 / 0) 100%);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 20px 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-content table:not(.gist table) td:last-child {
|
||||||
|
background-image: linear-gradient(to left, rgb(255 255 255 / 1) 50%, rgb(255 255 255 / 0) 100%);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 100% 0;
|
||||||
|
background-size: 20px 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-content table:not(.gist table) th {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--color-darkgrey);
|
color: var(--color-darkgrey);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
background-color: var(--color-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-content .gh-table table :is(th, td),
|
.gh-content table:not(.gist table) th,
|
||||||
.gh-content .gh-table table td {
|
.gh-content table:not(.gist table) td {
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
border-bottom: 1px solid var(--color-border);
|
border: 1px solid var(--color-light-gray);
|
||||||
}
|
|
||||||
|
|
||||||
.gh-content .gh-table table :is(th, td):first-child {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-content .gh-table table :is(th, td):last-child {
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-content pre {
|
|
||||||
overflow: auto;
|
|
||||||
padding: 16px;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
line-height: 1.5em;
|
|
||||||
background: var(--color-lighter-gray);
|
|
||||||
border-radius: 6px;
|
|
||||||
font-family: var(--font-mono);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-content :not(pre) > code {
|
|
||||||
vertical-align: baseline;
|
|
||||||
padding: 0.15em 0.4em;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 0.95em;
|
|
||||||
line-height: 1em;
|
|
||||||
background: var(--color-lighter-gray);
|
|
||||||
border-radius: 0.25em;
|
|
||||||
font-family: var(--font-mono);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 16. Cards
|
/* 16. Cards
|
||||||
@@ -2378,11 +2335,7 @@ blockquote.kg-blockquote-alt {
|
|||||||
/* Button */
|
/* Button */
|
||||||
|
|
||||||
.kg-card.kg-button-card .kg-btn {
|
.kg-card.kg-button-card .kg-btn {
|
||||||
height: unset;
|
|
||||||
padding: .6em 1.2em;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
|||||||
@@ -7,10 +7,8 @@
|
|||||||
burger.addEventListener('click', function () {
|
burger.addEventListener('click', function () {
|
||||||
if (!navigation.classList.contains('is-open')) {
|
if (!navigation.classList.contains('is-open')) {
|
||||||
navigation.classList.add('is-open');
|
navigation.classList.add('is-open');
|
||||||
document.documentElement.style.overflowY = 'hidden';
|
|
||||||
} else {
|
} else {
|
||||||
navigation.classList.remove('is-open');
|
navigation.classList.remove('is-open');
|
||||||
document.documentElement.style.overflowY = null;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
@@ -45,16 +43,4 @@
|
|||||||
if (!document.body.classList.contains('home-template') && !document.body.classList.contains('post-template')) {
|
if (!document.body.classList.contains('home-template') && !document.body.classList.contains('post-template')) {
|
||||||
pagination();
|
pagination();
|
||||||
}
|
}
|
||||||
})();
|
|
||||||
|
|
||||||
/* Responsive HTML table */
|
|
||||||
(function () {
|
|
||||||
const tables = document.querySelectorAll('.gh-content > table:not(.gist table)');
|
|
||||||
const wrapper = document.createElement('div');
|
|
||||||
wrapper.className = 'gh-table';
|
|
||||||
|
|
||||||
tables.forEach(function (table) {
|
|
||||||
table.parentNode.insertBefore(wrapper, table);
|
|
||||||
wrapper.appendChild(table);
|
|
||||||
});
|
|
||||||
})();
|
})();
|
||||||
19
package.json
19
package.json
@@ -2,7 +2,7 @@
|
|||||||
"name": "source",
|
"name": "source",
|
||||||
"description": "A default theme for the Ghost publishing platform",
|
"description": "A default theme for the Ghost publishing platform",
|
||||||
"demo": "https://source.ghost.io",
|
"demo": "https://source.ghost.io",
|
||||||
"version": "1.2.1",
|
"version": "1.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=5.0.0"
|
"ghost": ">=5.0.0"
|
||||||
},
|
},
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
"gulp-postcss": "9.0.1",
|
"gulp-postcss": "9.0.1",
|
||||||
"gulp-uglify": "3.0.2",
|
"gulp-uglify": "3.0.2",
|
||||||
"gulp-zip": "5.1.0",
|
"gulp-zip": "5.1.0",
|
||||||
"inquirer": "8.2.4",
|
"inquirer": "9.2.12",
|
||||||
"postcss": "8.2.13",
|
"postcss": "8.2.13",
|
||||||
"postcss-easy-import": "4.0.0",
|
"postcss-easy-import": "4.0.0",
|
||||||
"pump": "3.0.0"
|
"pump": "3.0.0"
|
||||||
@@ -191,21 +191,6 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"group": "homepage"
|
"group": "homepage"
|
||||||
},
|
|
||||||
"show_post_metadata": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true,
|
|
||||||
"group": "post"
|
|
||||||
},
|
|
||||||
"enable_drop_caps_on_posts": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false,
|
|
||||||
"group": "post"
|
|
||||||
},
|
|
||||||
"show_related_articles": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true,
|
|
||||||
"group": "post"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
{{#if @custom.signup_subheading}}{{@custom.signup_subheading}}{{else}}{{@site.description}}{{/if}}
|
{{#if @custom.signup_subheading}}{{@custom.signup_subheading}}{{else}}{{@site.description}}{{/if}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{> "email-subscription" email_field_id="cta-email"}}
|
{{> "email-subscription"}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/match}}
|
{{/match}}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
|
Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if @site.members_enabled}}
|
{{#if @site.members_enabled}}
|
||||||
{{#unless @member}}
|
{{#unless @member}}
|
||||||
<section class="gh-footer-signup">
|
<section class="gh-footer-signup">
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
<p class="gh-footer-signup-subhead is-body">
|
<p class="gh-footer-signup-subhead is-body">
|
||||||
{{#if @custom.signup_subheading}}{{@custom.signup_subheading}}{{else}}{{@site.description}}{{/if}}
|
{{#if @custom.signup_subheading}}{{@custom.signup_subheading}}{{else}}{{@site.description}}{{/if}}
|
||||||
</p>
|
</p>
|
||||||
{{> "email-subscription" email_field_id="footer-email"}}
|
{{> "email-subscription"}}
|
||||||
</section>
|
</section>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<section class="gh-header is-{{#match headerStyle "Magazine"}}magazine{{else match headerStyle "Highlight"}}highlight{{else}}classic{{/match}}{{#if @custom.background_image}}{{#if @site.cover_image}} has-image{{/if}}{{/if}} gh-outer">
|
<section class="gh-header is-{{#match headerStyle "Magazine"}}magazine{{else match headerStyle "Highlight"}}highlight{{else}}classic{{/match}}{{#if @custom.background_image}}{{#if @site.cover_image}} has-image{{/if}}{{/if}} gh-outer">
|
||||||
|
|
||||||
{{!-- Background image --}}
|
{{!-- Background image --}}
|
||||||
{{#if @custom.background_image}}
|
{{#if @custom.background_image}}
|
||||||
{{#match headerStyle "!=" "Magazine"}}
|
{{#match headerStyle "!=" "Magazine"}}
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
{{!-- Landing layout --}}
|
{{!-- Landing layout --}}
|
||||||
{{#match headerStyle "Landing"}}
|
{{#match headerStyle "Landing"}}
|
||||||
<h1 class="gh-header-title is-title">{{#if @custom.header_text}}{{@custom.header_text}}{{else}}{{@site.description}}{{/if}}</h1>
|
<h1 class="gh-header-title is-title">{{#if @custom.header_text}}{{@custom.header_text}}{{else}}{{@site.description}}{{/if}}</h1>
|
||||||
{{> "email-subscription" email_field_id="header-email"}}
|
{{> "email-subscription"}}
|
||||||
{{/match}}
|
{{/match}}
|
||||||
|
|
||||||
{{!-- Search layout --}}
|
{{!-- Search layout --}}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
{{> "search-toggle"}}
|
{{> "search-toggle"}}
|
||||||
<button class="gh-burger gh-icon-button" aria-label="Menu">
|
<button class="gh-burger gh-icon-button">
|
||||||
{{> "icons/burger"}}
|
{{> "icons/burger"}}
|
||||||
{{> "icons/close"}}
|
{{> "icons/close"}}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<form class="gh-form" data-members-form>
|
<form class="gh-form" data-members-form>
|
||||||
<input class="gh-form-input" id="{{email_field_id}}" type="email" placeholder="jamie@example.com" required data-members-email>
|
<input class="gh-form-input" type="email" placeholder="jamie@example.com" required data-members-email>
|
||||||
<button class="gh-button" type="submit" aria-label="Subscribe">
|
<button class="gh-button" type="submit">
|
||||||
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
|
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
|
||||||
{{> "icons/loader"}}
|
{{> "icons/loader"}}
|
||||||
{{> "icons/checkmark"}}
|
{{> "icons/checkmark"}}
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20" id="Lock-1--Streamline-Ultimate"><defs></defs><title>lock-1</title><path d="M4.375 8.125h11.25s1.25 0 1.25 1.25v8.75s0 1.25 -1.25 1.25H4.375s-1.25 0 -1.25 -1.25v-8.75s0 -1.25 1.25 -1.25" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="M5.625 8.125V5a4.375 4.375 0 0 1 8.75 0v3.125" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path><path d="m10 12.5 0 2.5" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg>
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M16.25 6.875H3.75C3.40482 6.875 3.125 7.15482 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15482 16.5952 6.875 16.25 6.875Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
<path d="M7.1875 6.875V4.0625C7.1875 3.31658 7.48382 2.60121 8.01126 2.07376C8.53871 1.54632 9.25408 1.25 10 1.25C10.7459 1.25 11.4613 1.54632 11.9887 2.07376C12.5162 2.60121 12.8125 3.31658 12.8125 4.0625V6.875" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
<path d="M10 13.125C10.6904 13.125 11.25 12.5654 11.25 11.875C11.25 11.1846 10.6904 10.625 10 10.625C9.30964 10.625 8.75 11.1846 8.75 11.875C8.75 12.5654 9.30964 13.125 10 13.125Z" fill="currentColor"></path>
|
||||||
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 932 B |
@@ -21,20 +21,10 @@
|
|||||||
<p class="gh-card-tag">{{primary_tag.name}}</p>
|
<p class="gh-card-tag">{{primary_tag.name}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<h3 class="gh-card-title is-title">{{title}}</h3>
|
<h3 class="gh-card-title is-title">{{title}}</h3>
|
||||||
{{#if custom_excerpt}}
|
{{#if excerpt}}
|
||||||
<p class="gh-card-excerpt is-body">{{custom_excerpt}}</p>
|
<p class="gh-card-excerpt is-body">{{excerpt}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#unless custom_excerpt}}
|
<footer class="gh-card-meta"><!--
|
||||||
{{#if excerpt}}
|
|
||||||
<p class="gh-card-excerpt is-body">{{excerpt}}</p>
|
|
||||||
{{/if}}
|
|
||||||
{{/unless}}
|
|
||||||
<footer class="gh-card-meta">
|
|
||||||
{{#unless access}}
|
|
||||||
{{^has visibility="public"}}
|
|
||||||
{{> "icons/lock"}}
|
|
||||||
{{/has}}
|
|
||||||
{{/unless}}<!--
|
|
||||||
-->{{#if @custom.show_author}}
|
-->{{#if @custom.show_author}}
|
||||||
<span class="gh-card-author">By {{#foreach authors}}{{#if @first}}{{name}}{{else}}, {{name}}{{/if}}{{/foreach}}</span>
|
<span class="gh-card-author">By {{#foreach authors}}{{#if @first}}{{name}}{{else}}, {{name}}{{/if}}{{/foreach}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
32
post.hbs
32
post.hbs
@@ -17,7 +17,6 @@
|
|||||||
<p class="gh-article-excerpt is-body">{{custom_excerpt}}</p>
|
<p class="gh-article-excerpt is-body">{{custom_excerpt}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if @custom.show_post_metadata}}
|
|
||||||
<div class="gh-article-meta">
|
<div class="gh-article-meta">
|
||||||
<div class="gh-article-author-image">
|
<div class="gh-article-author-image">
|
||||||
{{#foreach authors}}
|
{{#foreach authors}}
|
||||||
@@ -40,13 +39,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{> "feature-image"}}
|
{{> "feature-image"}}
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="gh-content gh-canvas is-body{{#if @custom.enable_drop_caps_on_posts}} drop-cap{{/if}}">
|
<section class="gh-content gh-canvas is-body">
|
||||||
{{content}}
|
{{content}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -62,19 +60,17 @@
|
|||||||
|
|
||||||
{{/post}}
|
{{/post}}
|
||||||
|
|
||||||
{{#if @custom.show_related_articles}}
|
{{#get "posts" include="authors" filter="id:-{{post.id}}" limit="4" as |next|}}
|
||||||
{{#get "posts" include="authors" filter="id:-{{post.id}}" limit="4" as |next|}}
|
{{#if next}}
|
||||||
{{#if next}}
|
<section class="gh-container is-grid gh-outer">
|
||||||
<section class="gh-container is-grid gh-outer">
|
<div class="gh-container-inner gh-inner">
|
||||||
<div class="gh-container-inner gh-inner">
|
<h2 class="gh-container-title">Read more</h2>
|
||||||
<h2 class="gh-container-title">Read more</h2>
|
<div class="gh-feed">
|
||||||
<div class="gh-feed">
|
{{#foreach next}}
|
||||||
{{#foreach next}}
|
{{> "post-card" lazyLoad=true}}
|
||||||
{{> "post-card" lazyLoad=true}}
|
{{/foreach}}
|
||||||
{{/foreach}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
{{/if}}
|
</section>
|
||||||
{{/get}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/get}}
|
||||||
113
yarn.lock
113
yarn.lock
@@ -29,6 +29,13 @@
|
|||||||
tslib "^2.4.0"
|
tslib "^2.4.0"
|
||||||
undici "^5.22.1"
|
undici "^5.22.1"
|
||||||
|
|
||||||
|
"@ljharb/through@^2.3.11":
|
||||||
|
version "2.3.11"
|
||||||
|
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.11.tgz#783600ff12c06f21a76cc26e33abd0b1595092f9"
|
||||||
|
integrity sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==
|
||||||
|
dependencies:
|
||||||
|
call-bind "^1.0.2"
|
||||||
|
|
||||||
"@sentry-internal/tracing@7.73.0":
|
"@sentry-internal/tracing@7.73.0":
|
||||||
version "7.73.0"
|
version "7.73.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.73.0.tgz#4838f31e41d23a6041ef4520519b80f788bf1cac"
|
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.73.0.tgz#4838f31e41d23a6041ef4520519b80f788bf1cac"
|
||||||
@@ -1259,7 +1266,7 @@ ansi-colors@^1.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ansi-wrap "^0.1.0"
|
ansi-wrap "^0.1.0"
|
||||||
|
|
||||||
ansi-escapes@^4.2.1:
|
ansi-escapes@^4.3.2:
|
||||||
version "4.3.2"
|
version "4.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
||||||
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
|
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
|
||||||
@@ -1815,7 +1822,7 @@ chalk@^2.4.1:
|
|||||||
escape-string-regexp "^1.0.5"
|
escape-string-regexp "^1.0.5"
|
||||||
supports-color "^5.3.0"
|
supports-color "^5.3.0"
|
||||||
|
|
||||||
chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
|
chalk@^4.1.0, chalk@^4.1.2:
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
||||||
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
||||||
@@ -1823,6 +1830,11 @@ chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
|
|||||||
ansi-styles "^4.1.0"
|
ansi-styles "^4.1.0"
|
||||||
supports-color "^7.1.0"
|
supports-color "^7.1.0"
|
||||||
|
|
||||||
|
chalk@^5.3.0:
|
||||||
|
version "5.3.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
||||||
|
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
||||||
|
|
||||||
chardet@^0.7.0:
|
chardet@^0.7.0:
|
||||||
version "0.7.0"
|
version "0.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
|
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
|
||||||
@@ -1869,10 +1881,10 @@ cli-spinners@^2.5.0:
|
|||||||
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db"
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db"
|
||||||
integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==
|
integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==
|
||||||
|
|
||||||
cli-width@^3.0.0:
|
cli-width@^4.1.0:
|
||||||
version "3.0.0"
|
version "4.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
||||||
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
||||||
|
|
||||||
cliui@^3.2.0:
|
cliui@^3.2.0:
|
||||||
version "3.2.0"
|
version "3.2.0"
|
||||||
@@ -2538,6 +2550,11 @@ escape-string-regexp@^1.0.5:
|
|||||||
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
||||||
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
||||||
|
|
||||||
|
escape-string-regexp@^5.0.0:
|
||||||
|
version "5.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
|
||||||
|
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
|
||||||
|
|
||||||
etag@~1.8.1:
|
etag@~1.8.1:
|
||||||
version "1.8.1"
|
version "1.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
||||||
@@ -2653,7 +2670,7 @@ extend@^3.0.0, extend@~3.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
||||||
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
||||||
|
|
||||||
external-editor@^3.0.3:
|
external-editor@^3.1.0:
|
||||||
version "3.1.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
|
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
|
||||||
integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
|
integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
|
||||||
@@ -2736,12 +2753,13 @@ fd-slicer@~1.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
pend "~1.2.0"
|
pend "~1.2.0"
|
||||||
|
|
||||||
figures@^3.0.0:
|
figures@^5.0.0:
|
||||||
version "3.2.0"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
resolved "https://registry.yarnpkg.com/figures/-/figures-5.0.0.tgz#126cd055052dea699f8a54e8c9450e6ecfc44d5f"
|
||||||
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
integrity sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp "^1.0.5"
|
escape-string-regexp "^5.0.0"
|
||||||
|
is-unicode-supported "^1.2.0"
|
||||||
|
|
||||||
file-uri-to-path@1.0.0:
|
file-uri-to-path@1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
@@ -3436,26 +3454,26 @@ ini@^2.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
|
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
|
||||||
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
|
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
|
||||||
|
|
||||||
inquirer@8.2.4:
|
inquirer@9.2.12:
|
||||||
version "8.2.4"
|
version "9.2.12"
|
||||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4"
|
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.12.tgz#0348e9311765b7c93fce143bb1c0ef1ae879b1d7"
|
||||||
integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==
|
integrity sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-escapes "^4.2.1"
|
"@ljharb/through" "^2.3.11"
|
||||||
chalk "^4.1.1"
|
ansi-escapes "^4.3.2"
|
||||||
|
chalk "^5.3.0"
|
||||||
cli-cursor "^3.1.0"
|
cli-cursor "^3.1.0"
|
||||||
cli-width "^3.0.0"
|
cli-width "^4.1.0"
|
||||||
external-editor "^3.0.3"
|
external-editor "^3.1.0"
|
||||||
figures "^3.0.0"
|
figures "^5.0.0"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
mute-stream "0.0.8"
|
mute-stream "1.0.0"
|
||||||
ora "^5.4.1"
|
ora "^5.4.1"
|
||||||
run-async "^2.4.0"
|
run-async "^3.0.0"
|
||||||
rxjs "^7.5.5"
|
rxjs "^7.8.1"
|
||||||
string-width "^4.1.0"
|
string-width "^4.2.3"
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.1"
|
||||||
through "^2.3.6"
|
wrap-ansi "^6.2.0"
|
||||||
wrap-ansi "^7.0.0"
|
|
||||||
|
|
||||||
interpret@^1.4.0:
|
interpret@^1.4.0:
|
||||||
version "1.4.0"
|
version "1.4.0"
|
||||||
@@ -3656,6 +3674,11 @@ is-unicode-supported@^0.1.0:
|
|||||||
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
|
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
|
||||||
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
|
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
|
||||||
|
|
||||||
|
is-unicode-supported@^1.2.0:
|
||||||
|
version "1.3.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
|
||||||
|
integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
|
||||||
|
|
||||||
is-utf8@^0.2.0, is-utf8@^0.2.1:
|
is-utf8@^0.2.0, is-utf8@^0.2.1:
|
||||||
version "0.2.1"
|
version "0.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
||||||
@@ -4167,10 +4190,10 @@ mute-stdout@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/mute-stdout/-/mute-stdout-1.0.1.tgz#acb0300eb4de23a7ddeec014e3e96044b3472331"
|
resolved "https://registry.yarnpkg.com/mute-stdout/-/mute-stdout-1.0.1.tgz#acb0300eb4de23a7ddeec014e3e96044b3472331"
|
||||||
integrity sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==
|
integrity sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==
|
||||||
|
|
||||||
mute-stream@0.0.8:
|
mute-stream@1.0.0:
|
||||||
version "0.0.8"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
||||||
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
||||||
|
|
||||||
mv@~2:
|
mv@~2:
|
||||||
version "2.1.1"
|
version "2.1.1"
|
||||||
@@ -5243,12 +5266,12 @@ rimraf@~2.4.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
glob "^6.0.1"
|
glob "^6.0.1"
|
||||||
|
|
||||||
run-async@^2.4.0:
|
run-async@^3.0.0:
|
||||||
version "2.4.1"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
||||||
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
||||||
|
|
||||||
rxjs@^7.5.5:
|
rxjs@^7.8.1:
|
||||||
version "7.8.1"
|
version "7.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
||||||
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
||||||
@@ -5572,7 +5595,7 @@ string-width@^1.0.1, string-width@^1.0.2:
|
|||||||
is-fullwidth-code-point "^1.0.0"
|
is-fullwidth-code-point "^1.0.0"
|
||||||
strip-ansi "^3.0.0"
|
strip-ansi "^3.0.0"
|
||||||
|
|
||||||
string-width@^4.1.0, string-width@^4.2.0:
|
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
||||||
version "4.2.3"
|
version "4.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
||||||
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
||||||
@@ -5714,11 +5737,6 @@ through2@^3.0.1:
|
|||||||
inherits "^2.0.4"
|
inherits "^2.0.4"
|
||||||
readable-stream "2 || 3"
|
readable-stream "2 || 3"
|
||||||
|
|
||||||
through@^2.3.6:
|
|
||||||
version "2.3.8"
|
|
||||||
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
|
||||||
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
|
|
||||||
|
|
||||||
time-stamp@^1.0.0:
|
time-stamp@^1.0.0:
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3"
|
resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3"
|
||||||
@@ -6117,6 +6135,15 @@ wrap-ansi@^2.0.0:
|
|||||||
string-width "^1.0.1"
|
string-width "^1.0.1"
|
||||||
strip-ansi "^3.0.1"
|
strip-ansi "^3.0.1"
|
||||||
|
|
||||||
|
wrap-ansi@^6.2.0:
|
||||||
|
version "6.2.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
||||||
|
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
|
||||||
|
dependencies:
|
||||||
|
ansi-styles "^4.0.0"
|
||||||
|
string-width "^4.1.0"
|
||||||
|
strip-ansi "^6.0.0"
|
||||||
|
|
||||||
wrap-ansi@^7.0.0:
|
wrap-ansi@^7.0.0:
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
||||||
|
|||||||
Reference in New Issue
Block a user