CASH-845: add duration text block for date-picker

This commit is contained in:
AdamCaouetteSafelite 2025-07-10 14:36:30 -04:00
parent 995c2da5a1
commit 7471c537c1

View file

@ -2,6 +2,13 @@
<div
class="date-picker text-center"
:class="`${calendarViewDirection} calendar-2025 ${showPricingByDayClass}`">
<textBlock
v-show="durationTextBlockCopy"
:customText="durationTextBlockCopy"
justifyText="center"
typeStyle="small"
class="duration-text-block" />
<fieldset id="date-picker-fieldset" ref="datePickerFieldset">
<legend class="sr-only">Select a day and time</legend>
<div