From d1972e6ea91fdc06c81a35b3dbccd7dfa5b6ee03 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 3 Feb 2026 14:32:59 -0500 Subject: [PATCH] few more updates for the second line of headline text start alert collapsed --- .../service-location/service-location.vue | 39 +++++++++++++++++- .../shop-address/shop-address.vue | 8 ++-- src/ux-components/alert/alert.vue | 40 ++++++++++++++++--- 3 files changed, 75 insertions(+), 12 deletions(-) diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index b6e1d89e..ea0911c6 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -47,8 +47,21 @@ v-if="displayLowAvailabilityInshop" ref="alertLowAvailabilityInshop" cmsWidgetName="AlertLowAvailabilityInshopWidget" + :manualHeadlineLineTwo="getLowAvailabilityHeadlineLineTwoText" :isCollapsible="true" - alertClass="alert-warning" /> + :startCollapsed="true" + alertClass="alert-warning"> + +
-{{ questionText }} -
+ {{ questionText }} +
@@ -16,8 +16,8 @@ {{ modelValue.distanceInMiles?.toFixed(2) }} mi
-{{ getProviderAddress(modelValue) }} -
+ {{ getProviderAddress(modelValue) }} +
{{ getProviderCityZipState(modelValue) }}
diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index b6c0e697..1a74bdf9 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -23,9 +23,14 @@ 0 0 0-.127-.37.489.489 0 0 0-.388-.205z" /> - - {{ alertHeadline }} - +