0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added top/bottom divider and button alignment support to email-cta card

refs https://github.com/TryGhost/Team/issues/928

- bumped `kg-default-cards` which adds necessary output to the rendered `email-cta` card
This commit is contained in:
Kevin Ansfield 2021-08-02 15:31:45 +01:00
parent 4a4f98ffe2
commit db4a596d92
2 changed files with 13 additions and 13 deletions

View file

@ -66,8 +66,8 @@
"@tryghost/job-manager": "0.8.7",
"@tryghost/kg-card-factory": "3.0.2",
"@tryghost/kg-default-atoms": "3.0.0",
"@tryghost/kg-default-cards": "5.0.3",
"@tryghost/kg-markdown-html-renderer": "5.0.2",
"@tryghost/kg-default-cards": "5.0.5",
"@tryghost/kg-markdown-html-renderer": "5.0.3",
"@tryghost/kg-mobiledoc-html-renderer": "5.0.0",
"@tryghost/limit-service": "0.6.1",
"@tryghost/logging": "0.1.4",

View file

@ -758,22 +758,22 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-3.0.0.tgz#da92ddc8c7d513d641ec1fdd2c8c19e71f6b3616"
integrity sha512-1f9CM49QYVyx7vWnCA22soX71veVhRWUtV4sPmy9Qf92zLHTZwQ9O9W1hs8jVesNBPRdVU5t/dWHsydx2n7Tmg==
"@tryghost/kg-default-cards@5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.0.3.tgz#16c113a7b527c026795d812e7bb31370439bc178"
integrity sha512-f0UwB20gUtA+cLYakivZLV+45oJGDkMGV0x1Xcfy+wu/A1RxyrkTjGTA4EpxcNrMca1YuhBdD8O4KzZaGxEoXQ==
"@tryghost/kg-default-cards@5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.0.5.tgz#0bf8680f1f0a8bf9b59b173e63c835d937de3c51"
integrity sha512-rEIukix6ZAHcs80dV3DPfN7k6R3+E2kNLJiHpJH4Fx+vKyqXz/+Yo486kQlr3QPcFxwDoalPQVSEl5zcdr8Zbw==
dependencies:
"@tryghost/kg-markdown-html-renderer" "^5.0.2"
"@tryghost/kg-markdown-html-renderer" "^5.0.3"
"@tryghost/url-utils" "^2.0.0"
handlebars "^4.7.6"
juice "^8.0.0"
"@tryghost/kg-markdown-html-renderer@5.0.2", "@tryghost/kg-markdown-html-renderer@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@tryghost/kg-markdown-html-renderer/-/kg-markdown-html-renderer-5.0.2.tgz#9fbeda7b1fa8ec0997201bd5e8d0d71d79b878f2"
integrity sha512-4l69NRBb0zf2XhZUWaPQNKwzJRTIZ25YmOMCgI2DRR+KpliwViY5PkqFgDF+S7xftfFK/e+41O/eg8ZCTHtZig==
"@tryghost/kg-markdown-html-renderer@5.0.3", "@tryghost/kg-markdown-html-renderer@^5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@tryghost/kg-markdown-html-renderer/-/kg-markdown-html-renderer-5.0.3.tgz#ab1ef50933f13fee53542beb947191ba613ccbdb"
integrity sha512-Ds+e1aN7TQIu0gBIFabeXTGQM7tN5dz/Lvh5SKbMboHM8AZfIecSf6Qx3AdAIhz0hCnFsCX7C8nvSC5KbG/84w==
dependencies:
markdown-it "^12.0.6"
markdown-it "^12.1.0"
markdown-it-footnote "^3.0.3"
markdown-it-image-lazy-loading "^1.1.0"
markdown-it-lazy-headers "^0.1.3"
@ -6469,7 +6469,7 @@ markdown-it-mark@^3.0.0:
resolved "https://registry.yarnpkg.com/markdown-it-mark/-/markdown-it-mark-3.0.1.tgz#51257db58787d78aaf46dc13418d99a9f3f0ebd3"
integrity sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==
markdown-it@^12.0.6:
markdown-it@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.1.0.tgz#7ad572caddd336bd27a68d20e86bac1fafe8fb20"
integrity sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==