From 85a07de718271fa69ba550514857d2b2c7daf63f Mon Sep 17 00:00:00 2001 From: bmauger Date: Tue, 18 Jan 2022 08:32:22 -0500 Subject: [PATCH] CSR-186 strip logic from button and card components. --- .../list-button-horizontal.vue | 118 +-------------- src/ux-components/list-button/list-button.vue | 102 +------------ src/ux-components/list-card/list-card.vue | 137 +----------------- 3 files changed, 22 insertions(+), 335 deletions(-) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 5be79c49c..14017f07d 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -1,123 +1,17 @@ - diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index 7087ff23f..93e2bec49 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -1,103 +1,17 @@ @@ -111,4 +25,4 @@ export default { } } } - \ No newline at end of file + diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index 450151a4d..aca55b49c 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -1,143 +1,22 @@