From cdf1fc34ac1b46425331077e89d8941d23bba533 Mon Sep 17 00:00:00 2001 From: tinuola <24995224+tinuola@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:59:56 -0800 Subject: [PATCH] fix: APPS-2491 Component updates (#417) * task: merge in apps-2460 * feat: add SectionSpacesList component, spec, stories * feat: add DualMasonry component, spec, stories * feat: add ResponsiveImage component, spec, stories * add SectionCardIllustrations comp, spec, stories * feat: add MastheadPrimary comp, spec, stories * feat: add MastheadSecondary comp, spec, stories * task: updates to commented code * fix: eslint errors * refactor: remove fields from BlockStaffSubjectLibrarian component * style: update BlockEvent with CSS changes from Vue2 branch * fix: update logic to display icon-close in ButtonLink component * fix: change ::v-deep to :deep selector * fix: updates from lint warning * task: gitignore App.vue file * fix: update path of molecule masthead icon * fix: add new case to icon display logic in ButtonLink comp --------- Co-authored-by: tinuola Co-authored-by: pghorpade --- .gitignore | 3 +- src/App.vue | 722 ------------------ .../BlockStaffSubjectLibrarian.vue | 32 - src/lib-components/ButtonLink.vue | 7 +- src/lib-components/FooterPrimary.vue | 8 +- src/lib-components/NavPrimary.vue | 2 +- src/lib-components/NavSecondary.vue | 2 +- src/lib-components/SearchResult.vue | 2 - .../BlockStaffSubjectLibrarian.stories.js | 17 +- 9 files changed, 13 insertions(+), 782 deletions(-) delete mode 100644 src/App.vue diff --git a/.gitignore b/.gitignore index e7489d7cb..06dd7ad4d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ cypress/e2e/1-getting-started cypress/e2e/2-advanced-examples serve -vite.config.serve.ts \ No newline at end of file +vite.config.serve.ts +src/App.vue \ No newline at end of file diff --git a/src/App.vue b/src/App.vue deleted file mode 100644 index f821aa557..000000000 --- a/src/App.vue +++ /dev/null @@ -1,722 +0,0 @@ - - - - - diff --git a/src/lib-components/BlockStaffSubjectLibrarian.vue b/src/lib-components/BlockStaffSubjectLibrarian.vue index 784699975..23c0da496 100644 --- a/src/lib-components/BlockStaffSubjectLibrarian.vue +++ b/src/lib-components/BlockStaffSubjectLibrarian.vue @@ -1,14 +1,9 @@