0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added generic class to toggle and callout cards

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
Rishabh 2021-11-17 15:45:56 +05:30
parent 332beaaf90
commit fdc7f4219f
2 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@
"@tryghost/job-manager": "0.8.12",
"@tryghost/kg-card-factory": "3.1.0",
"@tryghost/kg-default-atoms": "3.1.0",
"@tryghost/kg-default-cards": "5.6.2",
"@tryghost/kg-default-cards": "5.6.4",
"@tryghost/kg-markdown-html-renderer": "5.1.0",
"@tryghost/kg-mobiledoc-html-renderer": "5.2.0",
"@tryghost/limit-service": "1.0.0",

View file

@ -1469,10 +1469,10 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-3.1.0.tgz#4daff7104c1f261b1b816dd75ae4104009f9c1e6"
integrity sha512-FfROzVgqJWqJ7cVdS9dcALz7rnzNfV8zcrymAJrDTHDsqzAdMfSLe1tNQRm8zas9pyZLsD8zBGmLxG9dr4WFSA==
"@tryghost/kg-default-cards@5.6.2":
version "5.6.2"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.6.2.tgz#cc79f249d96e8febbe1b5796eecf6e8e3534af50"
integrity sha512-NVWYJZPOwHpKfefu/bPZ+/NwfnEl+ai58XpASZQIMEn1CKAXmnfSdjRurmogKu+rzyN7wn5tpKdnoGFt/mRtvQ==
"@tryghost/kg-default-cards@5.6.4":
version "5.6.4"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.6.4.tgz#9bcdb5bf0eff47eafd93eb8b21e20f98374ae862"
integrity sha512-297VzKGxB8+eoT03CgJheS3yJG9Mbo79Y5Tqa+JVaiTTdIk/V2TVuU969iJn8/yi5t6bECITFst30ZmKz5b/pw==
dependencies:
"@tryghost/kg-markdown-html-renderer" "^5.1.0"
"@tryghost/url-utils" "^2.0.0"