@licklist/design 0.71.18-dev.18 → 0.71.18-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/events/edit-event-modal/IntervalInput.d.ts +1 -3
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +4 -11
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +1 -3
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +3 -14
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +0 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +1 -5
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +3 -5
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +1 -3
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +7 -10
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -2
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +1 -5
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +1 -12
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +0 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +0 -4
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +2 -29
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +2 -106
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +1 -3
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +1 -95
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +10 -83
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.js +0 -15
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +2 -2
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +1 -4
- package/dist/index.js +2 -2
- package/dist/product-set/form/ProductSetForm.d.ts +1 -3
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +4 -6
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +5 -24
- package/dist/product-set/form/context.d.ts +1 -3
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/context.js +1 -2
- package/dist/product-set/product/ProductControl.d.ts +0 -8
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +1 -25
- package/dist/product-set/utils/index.d.ts +0 -88
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +1 -19
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/sales/coupon/utils/index.d.ts +1 -2
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +2 -6
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +4 -8
- package/dist/sales/modals/refund-modal/index.d.ts +2 -2
- package/dist/sales/modals/refund-modal/index.d.ts.map +1 -1
- package/dist/styles/date-time-button/DateTimeButton.scss +1 -8
- package/dist/styles/events/EditEventModal.scss +0 -2
- package/dist/styles/iframe-page/Page.scss +0 -16
- package/dist/styles/iframe-page/PageBody.scss +0 -4
- package/dist/styles/modals/Modals.scss +0 -16
- package/dist/styles/product-set/EditProductSetElement.scss +0 -1
- package/dist/styles/product-set/ProductSetForm.scss +0 -11
- package/dist/styles/sales/ManualBooking.scss +0 -6
- package/dist/styles/themes/bookedit/index.scss +0 -19
- package/package.json +6 -6
- package/src/events/edit-event-modal/IntervalInput.tsx +3 -13
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +1 -16
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +1 -9
- package/src/events/event-statistic-modal/utils/index.ts +4 -4
- package/src/iframe/event/ticket-description/TicketDescription.tsx +4 -11
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +0 -2
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +2 -24
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +0 -1
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +1 -42
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +75 -155
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -58
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +14 -84
- package/src/iframe/payment/order-items-table/utils/index.ts +0 -23
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +2 -2
- package/src/iframe/payment/payment-page/PaymentPage.tsx +10 -8
- package/src/product-set/form/ProductSetForm.tsx +3 -11
- package/src/product-set/form/ProductsControl.tsx +15 -33
- package/src/product-set/form/context.tsx +0 -5
- package/src/product-set/product/ProductControl.tsx +1 -37
- package/src/product-set/utils/index.ts +0 -19
- package/src/recurrence-input/RecurrenceInput.tsx +5 -3
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +2 -2
- package/src/sales/coupon/utils/index.ts +3 -5
- package/src/sales/modals/refund-modal/RefundModal.tsx +6 -15
- package/src/sales/modals/refund-modal/index.ts +2 -7
- package/src/styles/date-time-button/DateTimeButton.scss +1 -8
- package/src/styles/events/EditEventModal.scss +0 -2
- package/src/styles/iframe-page/Page.scss +0 -16
- package/src/styles/iframe-page/PageBody.scss +0 -4
- package/src/styles/modals/Modals.scss +0 -16
- package/src/styles/product-set/EditProductSetElement.scss +0 -1
- package/src/styles/product-set/ProductSetForm.scss +0 -11
- package/src/styles/sales/ManualBooking.scss +0 -6
- package/src/styles/themes/bookedit/index.scss +0 -19
- package/yarn.lock +376 -377
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +0 -18
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +0 -295
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +0 -15
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +0 -90
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts +0 -14
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +0 -404
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts +0 -10
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +0 -87
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts +0 -2
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/index.d.ts +0 -2
- package/dist/iframe/ProductWithModifierModal/index.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/utils.d.ts +0 -5
- package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/utils.js +0 -21
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts +0 -23
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.js +0 -62
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts +0 -2
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts.map +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/constants.js +0 -4
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts +0 -6
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +0 -1
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.js +0 -18
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +0 -212
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +0 -76
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +0 -393
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +0 -98
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +0 -1
- package/src/iframe/ProductWithModifierModal/index.ts +0 -1
- package/src/iframe/ProductWithModifierModal/utils.ts +0 -29
- package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +0 -86
- package/src/iframe/order-process/components/CategoryProduct/constants.ts +0 -1
- package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +0 -25
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable prefer-destructuring */
|
|
2
2
|
/* eslint-disable react-hooks/exhaustive-deps */
|
|
3
3
|
import { DateTime } from 'luxon'
|
|
4
|
-
import { useEffect, useReducer
|
|
4
|
+
import { useEffect, useReducer } from 'react'
|
|
5
5
|
import RRule, { Frequency, Weekday } from 'rrule'
|
|
6
6
|
import RecurrenceEndInput, { defaultOccurrences } from './RecurrenceEndInput'
|
|
7
7
|
import RecurrenceIntervalAndFrequencyInput from './RecurrenceIntervalAndFrequencyInput'
|
|
@@ -39,8 +39,10 @@ export function RecurrenceInput({
|
|
|
39
39
|
// TODO: unhardcode timezone
|
|
40
40
|
() =>
|
|
41
41
|
onChange(
|
|
42
|
-
RRule.optionsToString({ ...state, tzid: 'Europe/London' })
|
|
43
|
-
|
|
42
|
+
RRule.optionsToString({ ...state, tzid: 'Europe/London' }).replace(
|
|
43
|
+
'RRULE:',
|
|
44
|
+
'',
|
|
45
|
+
),
|
|
44
46
|
),
|
|
45
47
|
[state],
|
|
46
48
|
)
|
|
@@ -52,13 +52,13 @@ export const ReportRunnerModal = ({
|
|
|
52
52
|
generate,
|
|
53
53
|
download,
|
|
54
54
|
onEdit,
|
|
55
|
-
providerId
|
|
55
|
+
providerId
|
|
56
56
|
}: ReportRunnerModalProps) => {
|
|
57
57
|
const { t } = useTranslation(['App', 'Design'])
|
|
58
58
|
const report = reports?.find((report) => report.id === reportId)
|
|
59
59
|
|
|
60
60
|
const { data: reportFields = [], isLoading: isLoadingReportFields } =
|
|
61
|
-
useShowReportFields(report?.type)
|
|
61
|
+
useShowReportFields(report?.type, )
|
|
62
62
|
|
|
63
63
|
const {
|
|
64
64
|
handleSubmit,
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { ModifierSet } from '@licklist/core/dist/DataMapper/Product/ModifierSetDataMapper'
|
|
3
1
|
import { ProductGroup } from '@licklist/core/dist/DataMapper/Product/ProductGroupDataMapper'
|
|
4
2
|
|
|
5
|
-
export const convertToTypeaheadOptions = (productGroups?: ProductGroup[]
|
|
3
|
+
export const convertToTypeaheadOptions = (productGroups?: ProductGroup[]) => {
|
|
6
4
|
if (!productGroups || !productGroups.length) {
|
|
7
5
|
return []
|
|
8
6
|
}
|
|
9
7
|
|
|
10
|
-
return productGroups.map(({ id, name }: ProductGroup
|
|
8
|
+
return productGroups.map(({ id, name }: ProductGroup) => ({
|
|
11
9
|
id: Number(id),
|
|
12
10
|
value: name,
|
|
13
|
-
label: name
|
|
11
|
+
label: name,
|
|
14
12
|
}))
|
|
15
13
|
}
|
|
@@ -9,18 +9,9 @@ import { FaTimes } from 'react-icons/fa'
|
|
|
9
9
|
import { EXTENDED_PAYMENT_TYPE_TRANSLATION_KEYS } from '../../constants'
|
|
10
10
|
import { CurrencyNumberInput } from '../../../static/CurrencyNumberInput'
|
|
11
11
|
|
|
12
|
-
export const FULL_REFUND_TYPE = 'fullRefund'
|
|
13
|
-
export const PARTIAL_REFUND_TYPE = 'partialRefund'
|
|
14
|
-
export const NET_REFUND_TYPE = 'netRefund'
|
|
15
|
-
|
|
16
|
-
export type RefundType =
|
|
17
|
-
| typeof FULL_REFUND_TYPE
|
|
18
|
-
| typeof PARTIAL_REFUND_TYPE
|
|
19
|
-
| typeof NET_REFUND_TYPE
|
|
20
|
-
|
|
21
12
|
export interface RefundModalProps {
|
|
22
13
|
isVisible: boolean
|
|
23
|
-
|
|
14
|
+
isFullRefund?: boolean
|
|
24
15
|
onHide: () => void
|
|
25
16
|
onSubmit: (amount?: number) => void
|
|
26
17
|
isLoading?: boolean
|
|
@@ -38,14 +29,12 @@ export const RefundModal = ({
|
|
|
38
29
|
onHide,
|
|
39
30
|
onSubmit,
|
|
40
31
|
isLoading = false,
|
|
41
|
-
|
|
32
|
+
isFullRefund = false,
|
|
42
33
|
paymentType,
|
|
43
34
|
defaultValue = 0,
|
|
44
35
|
maxValue,
|
|
45
36
|
}: RefundModalProps) => {
|
|
46
37
|
const { t } = useTranslation(['Design', 'Validation'])
|
|
47
|
-
const isInputDisabled =
|
|
48
|
-
isLoading || refundType === 'fullRefund' || refundType === 'netRefund'
|
|
49
38
|
|
|
50
39
|
const {
|
|
51
40
|
handleSubmit,
|
|
@@ -75,7 +64,9 @@ export const RefundModal = ({
|
|
|
75
64
|
>
|
|
76
65
|
<Form onSubmit={handleSubmit(onModalSubmit)}>
|
|
77
66
|
<ModalHeader className='align-items-center border-0'>
|
|
78
|
-
<ModalTitle as='h5'>
|
|
67
|
+
<ModalTitle as='h5'>
|
|
68
|
+
{t(isFullRefund ? 'Design:fullRefund' : 'Design:partialRefund')}
|
|
69
|
+
</ModalTitle>
|
|
79
70
|
|
|
80
71
|
<Button variant='danger' className='btn-sm rounded' onClick={onHide}>
|
|
81
72
|
<FaTimes size={20} />
|
|
@@ -120,7 +111,7 @@ export const RefundModal = ({
|
|
|
120
111
|
},
|
|
121
112
|
})}
|
|
122
113
|
step={0.01}
|
|
123
|
-
disabled={
|
|
114
|
+
disabled={isLoading || isFullRefund}
|
|
124
115
|
isInvalid={!!errors.amount}
|
|
125
116
|
min={0}
|
|
126
117
|
/>
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
3
|
-
FULL_REFUND_TYPE,
|
|
4
|
-
NET_REFUND_TYPE,
|
|
5
|
-
PARTIAL_REFUND_TYPE,
|
|
6
|
-
} from './RefundModal'
|
|
7
|
-
export type { RefundModalProps, RefundType } from './RefundModal'
|
|
1
|
+
export { RefundModal } from './RefundModal'
|
|
2
|
+
export type { RefundModalProps } from './RefundModal'
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
&.disabled {
|
|
35
35
|
border: 2px solid $snippet-calendar-disabled-button-border-color;
|
|
36
|
-
background-color:
|
|
36
|
+
background-color:transparent;
|
|
37
37
|
border: none;
|
|
38
38
|
color: $snippet-calendar-disabled-button-font-color;
|
|
39
39
|
cursor: not-allowed;
|
|
@@ -105,10 +105,3 @@
|
|
|
105
105
|
font-weight: 300;
|
|
106
106
|
color: $snippet-calendar-button-font-color;
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
.modifier-price {
|
|
110
|
-
font-size: 1rem;
|
|
111
|
-
line-height: 1.03rem;
|
|
112
|
-
font-weight: 500;
|
|
113
|
-
color: $snippet-calendar-button-font-color;
|
|
114
|
-
}
|
|
@@ -24,22 +24,6 @@
|
|
|
24
24
|
min-width: auto;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.manual-booking-form-modal {
|
|
28
|
-
width: 40vw !important;
|
|
29
|
-
left: 60vh;
|
|
30
|
-
|
|
31
|
-
.modal-content {
|
|
32
|
-
height: 96vh;
|
|
33
|
-
margin-left: auto;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@include media-breakpoint-down(sm) {
|
|
37
|
-
width: 100vw !important;
|
|
38
|
-
left: 0;
|
|
39
|
-
top: 10% !important;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
27
|
.header-block {
|
|
44
28
|
margin-bottom: 1rem;
|
|
45
29
|
}
|
|
@@ -6,22 +6,6 @@
|
|
|
6
6
|
z-index: 1080;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.manual-booking-form-modal {
|
|
10
|
-
width: 40vw !important;
|
|
11
|
-
left: 66vw;
|
|
12
|
-
|
|
13
|
-
.modal-content {
|
|
14
|
-
min-height: 95vh;
|
|
15
|
-
margin-left: auto;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@include media-breakpoint-down(sm) {
|
|
19
|
-
width: 100vw !important;
|
|
20
|
-
left: 0;
|
|
21
|
-
top: 10% !important;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
9
|
.confirm-modal {
|
|
26
10
|
z-index: 1081;
|
|
27
11
|
}
|
|
@@ -58,11 +58,6 @@
|
|
|
58
58
|
font-weight: 600;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.modifier-badge {
|
|
62
|
-
font-size: 0.5rem;
|
|
63
|
-
font-weight: 400;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
61
|
.step-badge {
|
|
67
62
|
background-color: #ffdbdb;
|
|
68
63
|
color: #d52902;
|
|
@@ -86,12 +81,6 @@
|
|
|
86
81
|
background-color: #e9f5ea;
|
|
87
82
|
color: #269b36;
|
|
88
83
|
}
|
|
89
|
-
|
|
90
|
-
.modifier-badge {
|
|
91
|
-
background-color: #e9f5ea;
|
|
92
|
-
color: #269b36;
|
|
93
|
-
height: 1rem;
|
|
94
|
-
}
|
|
95
84
|
}
|
|
96
85
|
|
|
97
86
|
.product-set-mobile-footer {
|
|
@@ -51,25 +51,6 @@
|
|
|
51
51
|
border-bottom: 1px solid #f0f0f0;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.modifier-header {
|
|
55
|
-
background-color: color('white');
|
|
56
|
-
padding: 0 2.5rem;
|
|
57
|
-
z-index: 2;
|
|
58
|
-
margin-top: 1rem;
|
|
59
|
-
min-height: 2rem;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.modifier-container {
|
|
63
|
-
background-color: color('white');
|
|
64
|
-
padding-bottom: 1rem;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.modifier-set-container {
|
|
68
|
-
background-color: color('white');
|
|
69
|
-
border-bottom: 2px solid #f0f0f0;
|
|
70
|
-
padding-bottom: 1rem;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
54
|
.header-user-image {
|
|
74
55
|
width: 3rem;
|
|
75
56
|
height: 3rem;
|