@licklist/design 0.76.0 → 0.78.1
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/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/fullscreen-loader/FullscreenLoader.d.ts +4 -0
- package/dist/fullscreen-loader/FullscreenLoader.d.ts.map +1 -0
- package/dist/fullscreen-loader/FullscreenLoader.js +73 -0
- package/dist/fullscreen-loader/context.d.ts +3 -0
- package/dist/fullscreen-loader/context.d.ts.map +1 -0
- package/dist/fullscreen-loader/context.js +10 -0
- package/dist/fullscreen-loader/index.d.ts +4 -0
- package/dist/fullscreen-loader/index.d.ts.map +1 -0
- package/dist/fullscreen-loader/useFullscreenLoader.d.ts +2 -0
- package/dist/fullscreen-loader/useFullscreenLoader.d.ts.map +1 -0
- package/dist/fullscreen-loader/useFullscreenLoader.js +8 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +2 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +2 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +2 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +2 -1
- package/dist/iframe/payment/status-body/StatusBody.d.ts +2 -1
- package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.js +15 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.d.ts +1 -2
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +1 -3
- package/dist/product-set/form/StepsControl.d.ts.map +1 -1
- package/dist/product-set/form/StepsControl.js +2 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/form/context.d.ts +1 -2
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +0 -2
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/styles/product-set/ProductSetForm.scss +2 -3
- package/package.json +3 -3
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +12 -7
- package/src/fullscreen-loader/FullscreenLoader.tsx +19 -0
- package/src/fullscreen-loader/context.ts +5 -0
- package/src/fullscreen-loader/index.ts +3 -0
- package/src/fullscreen-loader/useFullscreenLoader.ts +4 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +3 -0
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +3 -0
- package/src/iframe/payment/status-body/StatusBody.tsx +8 -1
- package/src/index.ts +1 -0
- package/src/layout/DropDown.tsx +1 -1
- package/src/product-set/control/ProductSetControl.tsx +11 -8
- package/src/product-set/form/ProductSetForm.tsx +1 -4
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/ProductsControl.tsx +1 -9
- package/src/product-set/form/StepsControl.tsx +1 -3
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/form/context.tsx +2 -5
- package/src/product-set/product/ProductControl.tsx +1 -5
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
- package/src/sales/booking/results/components/ResultCard.tsx +0 -2
- package/src/sortable-tree/SortableTreeItem.tsx +1 -6
- package/src/styles/product-set/ProductSetForm.scss +2 -3
- package/yarn.lock +209 -173
|
@@ -36,7 +36,6 @@ import { ProductSetFormValues } from '../../../../product-set/form/ProductSetFor
|
|
|
36
36
|
import { isUrlValid } from '../../utils/isUrlValid'
|
|
37
37
|
import { toSimpleDateTime } from '../../utils/checkIfEventBooked'
|
|
38
38
|
|
|
39
|
-
|
|
40
39
|
export interface EditEventFormValues extends IntervalInputValues {
|
|
41
40
|
name: string
|
|
42
41
|
startAt: string
|
|
@@ -200,9 +199,13 @@ export const EditEventForm = ({
|
|
|
200
199
|
rrule && setValue('rrule', rrule?.concat(`;EXDATE=${defaultExDate}`))
|
|
201
200
|
}, [defaultExDate, rrule])
|
|
202
201
|
|
|
203
|
-
const isChanged = !isEqual(
|
|
202
|
+
const isChanged = !isEqual(
|
|
203
|
+
watchedValues,
|
|
204
|
+
sanitizeDefaultValues(defaultEventValues),
|
|
205
|
+
)
|
|
204
206
|
const isChangedTime =
|
|
205
|
-
watchedValues?.start !==
|
|
207
|
+
watchedValues?.start !==
|
|
208
|
+
toSimpleDateTime(defaultEventValues?.startAt || '') ||
|
|
206
209
|
watchedValues?.end !== toSimpleDateTime(defaultEventValues?.endAt || '')
|
|
207
210
|
const isSinglEventWithBooked = !rrule && isBooked && isChangedTime
|
|
208
211
|
|
|
@@ -453,9 +456,13 @@ export const EditEventForm = ({
|
|
|
453
456
|
}
|
|
454
457
|
className='save-event'
|
|
455
458
|
type='button'
|
|
456
|
-
onClick={() =>
|
|
459
|
+
onClick={() =>
|
|
460
|
+
confirm(handleSubmit(onSaveEvent, onErrorSubmit))
|
|
461
|
+
}
|
|
457
462
|
>
|
|
458
|
-
{formState.isSubmitting
|
|
463
|
+
{formState.isSubmitting
|
|
464
|
+
? `${t('saveAndAdd')}...`
|
|
465
|
+
: t('saveAndAdd')}
|
|
459
466
|
</Button>
|
|
460
467
|
)}
|
|
461
468
|
</ConfirmModal>
|
|
@@ -519,5 +526,3 @@ const sanitizeDefaultValues = (
|
|
|
519
526
|
recurrenceEndAt: values?.recurrenceEndAt ?? undefined,
|
|
520
527
|
}
|
|
521
528
|
}
|
|
522
|
-
|
|
523
|
-
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LoadingOverlay } from '@mantine/core'
|
|
2
|
+
import { useState } from 'react'
|
|
3
|
+
import { FullscreenLoaderContext } from './context'
|
|
4
|
+
|
|
5
|
+
export const FullscreenLoaderProvider = ({ children }) => {
|
|
6
|
+
const [visible, setVisible] = useState(false)
|
|
7
|
+
|
|
8
|
+
return (
|
|
9
|
+
<FullscreenLoaderContext.Provider value={[visible, setVisible]}>
|
|
10
|
+
{children}
|
|
11
|
+
|
|
12
|
+
<LoadingOverlay
|
|
13
|
+
visible={visible}
|
|
14
|
+
className='!tw-z-[1050]'
|
|
15
|
+
loaderProps={{ size: 50 }}
|
|
16
|
+
/>
|
|
17
|
+
</FullscreenLoaderContext.Provider>
|
|
18
|
+
)
|
|
19
|
+
}
|
|
@@ -61,6 +61,7 @@ const processedPaymentSummary = ({
|
|
|
61
61
|
const total = order.fullAmount || calculateTotalPrice(order, externalPaymentDetail)
|
|
62
62
|
|
|
63
63
|
const totalDiscount = calculateTotalDiscount(order.payments)
|
|
64
|
+
|
|
64
65
|
let summaryItems: SummaryItem[] = [
|
|
65
66
|
{
|
|
66
67
|
translateKey: AMOUNT_TOTAL,
|
|
@@ -31,6 +31,7 @@ interface PaymentStatusComponentProps {
|
|
|
31
31
|
showCloseButton?: boolean
|
|
32
32
|
email?: string
|
|
33
33
|
totalAmount?: number
|
|
34
|
+
getBookingPDF?: () => Promise<void>
|
|
34
35
|
paymentMetadata?: PaymentMetadata
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -47,6 +48,7 @@ export const PaymentStatusPage = ({
|
|
|
47
48
|
onTryAgain,
|
|
48
49
|
isLoading,
|
|
49
50
|
status,
|
|
51
|
+
getBookingPDF,
|
|
50
52
|
isAppUsingInIframe,
|
|
51
53
|
bookingSummaryProps,
|
|
52
54
|
EventCardComponent,
|
|
@@ -106,6 +108,7 @@ export const PaymentStatusPage = ({
|
|
|
106
108
|
{EventCardComponent}
|
|
107
109
|
<PaymentStatusBody
|
|
108
110
|
status={status}
|
|
111
|
+
getBookingPDF={getBookingPDF}
|
|
109
112
|
onBack={onBack || onCloseWindow}
|
|
110
113
|
onTryAgain={onTryAgain}
|
|
111
114
|
email={email}
|
|
@@ -9,6 +9,7 @@ import { StatusBody } from '../../status-body/StatusBody'
|
|
|
9
9
|
interface PaymentStatusBodyProps {
|
|
10
10
|
status: OrderStatus
|
|
11
11
|
onBack: () => void
|
|
12
|
+
getBookingPDF?: () => Promise<void>
|
|
12
13
|
onTryAgain?: () => void
|
|
13
14
|
email?: string
|
|
14
15
|
}
|
|
@@ -17,6 +18,7 @@ export const PaymentStatusBody = ({
|
|
|
17
18
|
status,
|
|
18
19
|
onBack,
|
|
19
20
|
onTryAgain,
|
|
21
|
+
getBookingPDF,
|
|
20
22
|
email,
|
|
21
23
|
}: PaymentStatusBodyProps) => {
|
|
22
24
|
const { t } = useTranslation('Design')
|
|
@@ -25,6 +27,7 @@ export const PaymentStatusBody = ({
|
|
|
25
27
|
return (
|
|
26
28
|
<StatusBody
|
|
27
29
|
onBack={onBack}
|
|
30
|
+
getBookingPDF={getBookingPDF}
|
|
28
31
|
title={t('orderConfirmationAndReceiptSendToYourEmail', { email })}
|
|
29
32
|
/>
|
|
30
33
|
)
|
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
import { Button } from 'react-bootstrap'
|
|
2
|
+
import { Link } from 'react-router-dom'
|
|
2
3
|
import { useTranslation } from 'react-i18next'
|
|
3
4
|
|
|
4
5
|
interface StatusBodyProps {
|
|
5
6
|
onTryAgain?: () => void
|
|
6
7
|
onBack: () => void
|
|
8
|
+
getBookingPDF?: () => void
|
|
7
9
|
title?: string
|
|
8
10
|
}
|
|
9
11
|
|
|
10
|
-
export const StatusBody = ({ onTryAgain, onBack, title }: StatusBodyProps) => {
|
|
12
|
+
export const StatusBody = ({ onTryAgain, onBack, title, getBookingPDF }: StatusBodyProps) => {
|
|
11
13
|
const { t } = useTranslation('Design')
|
|
12
14
|
|
|
13
15
|
return (
|
|
14
16
|
<div className='status-body-wrapper mt-4'>
|
|
15
17
|
{title && <p className='status-body-wrapper__text'>{title}</p>}
|
|
18
|
+
{getBookingPDF && <div className='mt-2'>
|
|
19
|
+
<p className='status-body-wrapper__text'>{t('youCanDownload')}</p>
|
|
20
|
+
<Link onClick={getBookingPDF} >{t('ticketDownloadLink')}</Link>
|
|
21
|
+
</div>
|
|
22
|
+
}
|
|
16
23
|
<div className='d-flex buttons-wrapper'>
|
|
17
24
|
{onTryAgain && <Button onClick={onTryAgain}>{t('tryAgain')}</Button>}
|
|
18
25
|
<Button onClick={onBack}>{t('backToSite')}</Button>
|
package/src/index.ts
CHANGED
package/src/layout/DropDown.tsx
CHANGED
|
@@ -309,14 +309,17 @@ export function ProductSetControl({
|
|
|
309
309
|
</Form.Control.Feedback>
|
|
310
310
|
</Form.Group>
|
|
311
311
|
|
|
312
|
-
<Form.Group
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
312
|
+
<Form.Group
|
|
313
|
+
controlId='hasGeneralTicket'
|
|
314
|
+
className='checkbox-second-column mt-4'
|
|
315
|
+
>
|
|
316
|
+
<Form.Check
|
|
317
|
+
data-testid='save-as-template-checkbox'
|
|
318
|
+
label={t('Design:hasGeneralTicket')}
|
|
319
|
+
{...register('hasGeneralTicket')}
|
|
320
|
+
custom
|
|
321
|
+
/>
|
|
322
|
+
</Form.Group>
|
|
320
323
|
|
|
321
324
|
<Form.Group controlId={termsAndConditionsId}>
|
|
322
325
|
<Form.Label>{t('Design:termsAndConditions')}</Form.Label>
|
|
@@ -7,10 +7,7 @@ import { VenueMapSet } from '@licklist/core/dist/DataMapper/Product/VenueMapSetD
|
|
|
7
7
|
import { ServerError } from '@licklist/plugins/dist/hooks/Api/useHttpQuery'
|
|
8
8
|
import FormErrorService from '@licklist/plugins/dist/services/Form/FormErrorService'
|
|
9
9
|
import { ModifierSet } from '@licklist/core/dist/DataMapper/Product/ModifierSetDataMapper'
|
|
10
|
-
|
|
11
10
|
import { isEqual } from 'lodash'
|
|
12
|
-
// eslint-disable-next-line max-len
|
|
13
|
-
import { ProviderBookingManagementSetting } from '@licklist/core/dist/DataMapper/Provider/ProviderBookingManagementSettingDataMapper'
|
|
14
11
|
import { Zone } from '@licklist/core/dist/DataMapper/Provider/ZoneDataMapper'
|
|
15
12
|
import { WorkHour } from '@licklist/core/dist/DataMapper/Provider/WorkHourDataMapper'
|
|
16
13
|
import { transformErrorToMessage } from '@licklist/plugins'
|
|
@@ -55,7 +52,7 @@ export interface ProductSetFormProps
|
|
|
55
52
|
serverErrors?: ServerError
|
|
56
53
|
providerHasMap?: boolean
|
|
57
54
|
venueMapSets?: VenueMapSet[]
|
|
58
|
-
providerHasBookingManagement?:
|
|
55
|
+
providerHasBookingManagement?: boolean
|
|
59
56
|
zones?: Zone[] | null
|
|
60
57
|
isCreateAction?: boolean
|
|
61
58
|
isOverrides?: boolean
|
|
@@ -9,18 +9,14 @@ import {
|
|
|
9
9
|
} from 'react-hook-form'
|
|
10
10
|
import { useSensor, MouseSensor } from '@dnd-kit/core'
|
|
11
11
|
import { useTranslation } from 'react-i18next'
|
|
12
|
-
import { DEFAULT_PRODUCT_TYPE } from '@licklist/core/dist/DataMapper/Product/ProductDataMapper'
|
|
13
12
|
import { generateUuid } from '@licklist/core/dist/Services'
|
|
14
13
|
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService'
|
|
15
|
-
|
|
16
14
|
import { CategoryType } from '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper'
|
|
17
15
|
import { ProductControl, ProductControlProps, ProductSetFormValues } from '..'
|
|
18
16
|
import { SortableTree } from '../../sortable-tree'
|
|
19
17
|
import { CreateProductSetItem } from '../item/CreateProductSetItem'
|
|
20
18
|
import { Product } from '../types'
|
|
21
19
|
import { WithIsLoading } from './ProductSetForm'
|
|
22
|
-
// @TODO not for first release
|
|
23
|
-
// import Popover from "./ProductSetFormPopover";
|
|
24
20
|
import { useSortableTreeFunctions } from '../hooks/useSortableTreeFunctions'
|
|
25
21
|
import { SubProductsControl } from './SubProductsControl'
|
|
26
22
|
import { ProductSetModalClasses } from '../../sortable-tree/SortableTreeItem'
|
|
@@ -60,7 +56,6 @@ const getDefaultProductValue = (sort: number): Product => ({
|
|
|
60
56
|
hasSpecialNotes: false,
|
|
61
57
|
weight: 0,
|
|
62
58
|
originalProductId: null,
|
|
63
|
-
type: DEFAULT_PRODUCT_TYPE,
|
|
64
59
|
tierId: Number(uniqueId()),
|
|
65
60
|
subProducts: [],
|
|
66
61
|
images: [],
|
|
@@ -289,7 +284,6 @@ export function ProductsControl({
|
|
|
289
284
|
trigger(`${productControlFieldName}.${index}`)
|
|
290
285
|
}
|
|
291
286
|
saveValidField={saveValidField}
|
|
292
|
-
// preItem={<Popover className="d-none d-sm-block" />}
|
|
293
287
|
>
|
|
294
288
|
<SubProductsControl
|
|
295
289
|
isLoading={isLoading}
|
|
@@ -315,9 +309,7 @@ export function ProductsControl({
|
|
|
315
309
|
}
|
|
316
310
|
}}
|
|
317
311
|
/>
|
|
318
|
-
<div className='manual-form-error'>
|
|
319
|
-
{categoryProductErrors && categoryProductErrors.message}
|
|
320
|
-
</div>
|
|
312
|
+
<div className='manual-form-error'>{categoryProductErrors?.message}</div>
|
|
321
313
|
</>
|
|
322
314
|
)
|
|
323
315
|
}
|
|
@@ -70,9 +70,6 @@ export function SubProductsControl({
|
|
|
70
70
|
images: subProducts[index]?.images as Image[],
|
|
71
71
|
}
|
|
72
72
|
// @ts-expect-error TS2345
|
|
73
|
-
// @TODO fix prod type error
|
|
74
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
75
|
-
// @ts-ignore
|
|
76
73
|
append(subProductCopy)
|
|
77
74
|
}}
|
|
78
75
|
/>
|
|
@@ -46,9 +46,6 @@ export const VenueMapsControl = ({
|
|
|
46
46
|
url={image.url}
|
|
47
47
|
name={name}
|
|
48
48
|
points={points}
|
|
49
|
-
// @TODO fix prod type error
|
|
50
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
51
|
-
// @ts-ignore
|
|
52
49
|
products={products}
|
|
53
50
|
pointProducts={pointProducts}
|
|
54
51
|
onPointProductsChange={onPointProductsChange}
|
|
@@ -8,12 +8,9 @@ import {
|
|
|
8
8
|
} from 'react'
|
|
9
9
|
import { VenueMapSet } from '@licklist/core/dist/DataMapper/Product/VenueMapSetDataMapper'
|
|
10
10
|
import { ModifierSet } from '@licklist/core/dist/DataMapper/Product/ModifierSetDataMapper'
|
|
11
|
-
// eslint-disable-next-line max-len
|
|
12
|
-
import { ProviderBookingManagementSetting } from '@licklist/core/dist/DataMapper/Provider/ProviderBookingManagementSettingDataMapper'
|
|
13
11
|
import { Zone } from '@licklist/core/dist/DataMapper/Provider/ZoneDataMapper'
|
|
14
12
|
import { SelectItem } from '../../types/generic/SelectItem'
|
|
15
13
|
|
|
16
|
-
|
|
17
14
|
interface LoadingContext {
|
|
18
15
|
isLoading: boolean
|
|
19
16
|
setLoading: (loading: boolean) => void
|
|
@@ -21,7 +18,7 @@ interface LoadingContext {
|
|
|
21
18
|
modifiersSetList?: ModifierSet[] | null
|
|
22
19
|
providerHasMap?: boolean | null
|
|
23
20
|
venueMapSets?: VenueMapSet[]
|
|
24
|
-
providerHasBookingManagement?:
|
|
21
|
+
providerHasBookingManagement?: boolean
|
|
25
22
|
zones?: Zone[] | null
|
|
26
23
|
expandedProductCategories: Record<string, boolean>
|
|
27
24
|
setExpandedProductCategories: Dispatch<
|
|
@@ -46,7 +43,7 @@ type ProductSetContextProviderProps = PropsWithChildren<
|
|
|
46
43
|
export function ProductSetContextProvider({
|
|
47
44
|
children,
|
|
48
45
|
productGroupList = [],
|
|
49
|
-
modifiersSetList =[],
|
|
46
|
+
modifiersSetList = [],
|
|
50
47
|
providerHasMap = false,
|
|
51
48
|
venueMapSets = [],
|
|
52
49
|
providerHasBookingManagement,
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CategoryType,
|
|
3
3
|
QuantityType,
|
|
4
|
-
QUANTITY_TYPE_CONSTANT,
|
|
5
|
-
QUANTITY_TYPE_LIST_DTO,
|
|
6
|
-
QUANTITY_TYPE_RECHARGING,
|
|
7
4
|
} from '@licklist/core/dist/DataMapper/Product/ProductCategoryDataMapper'
|
|
8
5
|
import { ProductType } from '@licklist/core/dist/DataMapper/Product/ProductDataMapper'
|
|
9
6
|
import HookFormService from '@licklist/plugins/dist/services/Form/HookFormService'
|
|
@@ -28,13 +25,11 @@ import {
|
|
|
28
25
|
Controller,
|
|
29
26
|
Path,
|
|
30
27
|
useFormContext,
|
|
31
|
-
useWatch,
|
|
32
28
|
UnpackNestedValue,
|
|
33
29
|
PathValue,
|
|
34
30
|
} from 'react-hook-form'
|
|
35
31
|
import { useTranslation } from 'react-i18next'
|
|
36
32
|
import { useImages } from '@licklist/plugins/dist/hooks/Media/useImages'
|
|
37
|
-
|
|
38
33
|
import {
|
|
39
34
|
Image,
|
|
40
35
|
IMAGE_TYPE_IMAGE,
|
|
@@ -417,6 +412,7 @@ export function ProductControl<T extends FormValues>({
|
|
|
417
412
|
name={`${fieldNamePrefix}.isSoldOut` as Path<T>}
|
|
418
413
|
/>
|
|
419
414
|
</Form.Group>
|
|
415
|
+
|
|
420
416
|
<Form.Group controlId={advancedId} className='custom-checkbox'>
|
|
421
417
|
<Form.Check
|
|
422
418
|
custom
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
.product-set-form {
|
|
2
|
-
|
|
3
2
|
input,
|
|
4
3
|
textarea,
|
|
5
4
|
select,
|
|
@@ -211,8 +210,8 @@
|
|
|
211
210
|
|
|
212
211
|
.sortable-tree-item-toggle {
|
|
213
212
|
.product-zone-badge {
|
|
214
|
-
background-color: #
|
|
215
|
-
color: #
|
|
213
|
+
background-color: #efe9f5;
|
|
214
|
+
color: #84269b;
|
|
216
215
|
font-size: 0.875rem;
|
|
217
216
|
font-weight: 600;
|
|
218
217
|
}
|