From cbd105e57e4ecb1399aff338566ac0079dd5e228 Mon Sep 17 00:00:00 2001
From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com>
Date: Thu, 1 Aug 2024 21:14:36 +0300
Subject: [PATCH] centralizing the card content display logic
---
lib/KCard/index.vue | 450 +++++++++++++++++---------------------------
1 file changed, 170 insertions(+), 280 deletions(-)
diff --git a/lib/KCard/index.vue b/lib/KCard/index.vue
index 5ff4e1461..5c618c074 100644
--- a/lib/KCard/index.vue
+++ b/lib/KCard/index.vue
@@ -5,7 +5,7 @@
:title="title"
:headingLevel="headingLevel"
:titleLines="titleLines"
- :class="['k-card', rootClass, thumbnailAlignClass]"
+ :class="rootClasses"
:headingStyles="headingStyles"
>
@@ -14,10 +14,6 @@
-
-
-
-