diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index 54ef98b35..64ae6d4af 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -34,7 +34,6 @@ export default { name: "listButton", mixins: [inputButtonWrapperMixin], props: { - selectingInitiatesLoad: Boolean, loaderColor: String, loaderPosition: { type: String, diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index 7e27a6476..90e575ffd 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -14,15 +14,10 @@ :class="!isWide ? 'order-1' : 'ms-auto order-3'" :src="buttonImage" :alt="altText" /> -

+

{{ buttonLabel }}

-

+

{{ buttonLabelSubCopy }}

@@ -62,12 +57,30 @@ export default {