From 0195bab63471ad36baedcb761d3b5b02f4eaeba0 Mon Sep 17 00:00:00 2001 From: Jess Date: Thu, 5 Sep 2024 14:26:32 -0700 Subject: [PATCH] feat: APPS-2919 add slot to sectionwrapper for link (#604) * feat: add slot to sectionwrapper for link * chore: run linter * chore: cleanup comments --------- Co-authored-by: Jess Divers --- src/lib-components/SectionWrapper.vue | 7 ++++++- src/stories/SectionWrapper.stories.js | 11 ++++++++++- src/styles/default/_section-wrapper.scss | 22 ++++++++++++++++++++++ src/styles/ftva/_section-teaser-card.scss | 1 + src/styles/ftva/_section-wrapper.scss | 17 +++++++++++++++++ 5 files changed, 56 insertions(+), 2 deletions(-) diff --git a/src/lib-components/SectionWrapper.vue b/src/lib-components/SectionWrapper.vue index 08d396397..5bcd36fb9 100644 --- a/src/lib-components/SectionWrapper.vue +++ b/src/lib-components/SectionWrapper.vue @@ -1,4 +1,4 @@ -