From f274b4c298b62c047d264f2755d9880d7b8e1ccb Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Fri, 29 Sep 2023 11:36:15 -0400 Subject: [PATCH 1/3] Updated content tab card style --- package.json | 5 +- .../ContentTabCard/src/ContentTabCard.vue | 48 +++++-------------- .../contentTabCard/contentTabCard.stories.js | 1 - .../contentTabCard/contentTabCard.stories.mdx | 1 - 4 files changed, 14 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index 992bfb2f..a362bd14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nih-sparc/sparc-design-system-components", - "version": "0.27.1", + "version": "0.27.2", "private": false, "scripts": { "serve": "vue-cli-service serve", @@ -61,9 +61,6 @@ "vue-cli-plugin-storybook": "~1.3.0", "vue-template-compiler": "^2.6.11" }, - "peerDependencies": { - "vue": "^2.6.11" - }, "eslintConfig": { "root": true, "env": { diff --git a/src/components/ContentTabCard/src/ContentTabCard.vue b/src/components/ContentTabCard/src/ContentTabCard.vue index cf8122a3..4dd7ada4 100644 --- a/src/components/ContentTabCard/src/ContentTabCard.vue +++ b/src/components/ContentTabCard/src/ContentTabCard.vue @@ -1,19 +1,18 @@