@phillips/seldon 1.210.2 → 1.212.0
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/index.js +77 -76
- package/dist/patterns/SaleCard/SaleCard.d.ts +10 -3
- package/dist/patterns/SaleCard/SaleCard.js +30 -28
- package/dist/patterns/SaleCard/SaleCard.stories.d.ts +1 -0
- package/dist/patterns/SaleCard/index.d.ts +1 -1
- package/dist/patterns/SaleCard/types.d.ts +4 -0
- package/dist/patterns/SaleCard/types.js +3 -2
- package/dist/scss/patterns/SaleCard/_saleCard.scss +16 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,8 +3,8 @@ import { default as C } from "./pages/Page.js";
|
|
|
3
3
|
import { SSRMediaQuery as P, ssrMediaQueryStyle as B } from "./providers/SeldonProvider/utils.js";
|
|
4
4
|
import { usePendingState as L } from "./utils/hooks.js";
|
|
5
5
|
import { AuctionStatus as A, LotStatus as V, SupportedLanguages as y } from "./types/commonTypes.js";
|
|
6
|
-
import { default as
|
|
7
|
-
import { ButtonVariants as
|
|
6
|
+
import { default as h } from "./components/Button/Button.js";
|
|
7
|
+
import { ButtonVariants as v } from "./components/Button/types.js";
|
|
8
8
|
import { default as w } from "./components/IconButton/IconButton.js";
|
|
9
9
|
import { default as M } from "./components/Accordion/Accordion.js";
|
|
10
10
|
import { default as E } from "./components/Accordion/AccordionItem.js";
|
|
@@ -31,8 +31,8 @@ import { default as Pe } from "./components/Grid/Grid.js";
|
|
|
31
31
|
import { default as Ie } from "./components/GridItem/GridItem.js";
|
|
32
32
|
import { GridItemAlign as be } from "./components/GridItem/types.js";
|
|
33
33
|
import { default as Ve } from "./components/Input/Input.js";
|
|
34
|
-
import { default as
|
|
35
|
-
import { LinkVariants as
|
|
34
|
+
import { default as De } from "./components/Link/Link.js";
|
|
35
|
+
import { LinkVariants as ke } from "./components/Link/types.js";
|
|
36
36
|
import { default as Fe } from "./components/LinkBlock/LinkBlock.js";
|
|
37
37
|
import { default as He } from "./components/LinkList/LinkList.js";
|
|
38
38
|
import { default as Ne } from "./components/Modal/Modal.js";
|
|
@@ -57,8 +57,8 @@ import { TextSymbolVariants as Pt } from "./components/TextSymbol/types.js";
|
|
|
57
57
|
import { default as It } from "./components/TextSymbol/TextSymbol.js";
|
|
58
58
|
import { default as bt } from "./components/Video/Video.js";
|
|
59
59
|
import { default as Vt } from "./patterns/DetailList/DetailList.js";
|
|
60
|
-
import { DetailListAlignment as
|
|
61
|
-
import { default as
|
|
60
|
+
import { DetailListAlignment as Dt } from "./patterns/DetailList/types.js";
|
|
61
|
+
import { default as kt } from "./patterns/FavoritesCollectionTile/FavoritesCollectionTile.js";
|
|
62
62
|
import { default as Ft } from "./patterns/HeroBanner/HeroBanner.js";
|
|
63
63
|
import { default as Ht } from "./patterns/TextBanner/TextBanner.js";
|
|
64
64
|
import { default as Nt } from "./patterns/LanguageSelector/LanguageSelector.js";
|
|
@@ -82,57 +82,57 @@ import { default as So } from "./patterns/FiltersInline/FiltersInline.js";
|
|
|
82
82
|
import { FilterButtonIconType as To, FilterButtonType as Po } from "./patterns/FiltersInline/types.js";
|
|
83
83
|
import { default as Io } from "./patterns/SaleCard/SaleCard.js";
|
|
84
84
|
import { SaleCardActions as bo } from "./patterns/SaleCard/SaleCardActions.js";
|
|
85
|
-
import {
|
|
85
|
+
import { SaleCardImageDisplay as Vo, SaleCardVariants as yo } from "./patterns/SaleCard/types.js";
|
|
86
86
|
import { default as ho } from "./patterns/ViewingDetails/ViewingDetails.js";
|
|
87
87
|
import { default as vo } from "./components/ProgressIndicator/ProgressIndicator.js";
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { CountdownVariants as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { ToastProvider as
|
|
106
|
-
import { useToast as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { BidMessageVariants as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
88
|
+
import { default as wo } from "./site-furniture/Footer/Footer.js";
|
|
89
|
+
import { default as Mo } from "./site-furniture/Header/Header.js";
|
|
90
|
+
import { default as Eo } from "./components/AddToCalendar/AddToCalendar.js";
|
|
91
|
+
import { default as Ro } from "./components/Article/Article.js";
|
|
92
|
+
import { default as zo } from "./components/Countdown/Countdown.js";
|
|
93
|
+
import { CountdownVariants as Wo } from "./components/Countdown/types.js";
|
|
94
|
+
import { default as jo } from "./components/DescriptiveRadioButton/DescriptiveRadioButton.js";
|
|
95
|
+
import { default as Zo } from "./components/DescriptiveRadioButtonGroup/DescriptiveRadioButtonGroup.js";
|
|
96
|
+
import { default as Jo } from "./components/Divider/Divider.js";
|
|
97
|
+
import { default as Xo } from "./components/FavoritingTileButton/FavoritingTileButton.js";
|
|
98
|
+
import { default as $o } from "./components/Filter/Filter.js";
|
|
99
|
+
import { default as tr } from "./components/Filter/FilterInput.js";
|
|
100
|
+
import { default as rr } from "./components/Filter/FilterHeader.js";
|
|
101
|
+
import { default as fr } from "./components/NotificationBanner/NotificationBanner.js";
|
|
102
|
+
import { default as lr } from "./components/Pictogram/Pictogram.js";
|
|
103
|
+
import { default as mr } from "./components/TextArea/TextArea.js";
|
|
104
|
+
import { default as ur } from "./components/Toast/Toast.js";
|
|
105
|
+
import { ToastProvider as xr } from "./components/Toast/ToastContextProvider.js";
|
|
106
|
+
import { useToast as gr } from "./components/Toast/useToast.js";
|
|
107
|
+
import { default as Sr } from "./patterns/AccountPageHeader/AccountPageHeader.js";
|
|
108
|
+
import { default as Tr } from "./patterns/BidSnapshot/BidSnapshot.js";
|
|
109
|
+
import { default as Br } from "./patterns/BidSnapshot/BidMessage.js";
|
|
110
|
+
import { BidMessageVariants as Lr, BidStatusEnum as br } from "./patterns/BidSnapshot/types.js";
|
|
111
|
+
import { default as Vr } from "./patterns/FilterMenu/FilterMenu.js";
|
|
112
|
+
import { default as Dr } from "./patterns/ObjectTile/ObjectTile.js";
|
|
113
113
|
import { default as kr } from "./patterns/CountryPicker/CountryPicker.js";
|
|
114
|
-
import { default as
|
|
115
|
-
import { ProgressWizardFooter as
|
|
116
|
-
import { useHistoryManagement as
|
|
117
|
-
import { DefaultButtonLabels as
|
|
118
|
-
import { default as
|
|
114
|
+
import { default as Fr } from "./patterns/ProgressWizard/ProgressWizard.js";
|
|
115
|
+
import { ProgressWizardFooter as Hr } from "./patterns/ProgressWizard/components/ProgressWizardFooter.js";
|
|
116
|
+
import { useHistoryManagement as Nr } from "./patterns/ProgressWizard/hooks/useHistoryManagement.js";
|
|
117
|
+
import { DefaultButtonLabels as Gr, LoadingState as Rr } from "./patterns/ProgressWizard/types.js";
|
|
118
|
+
import { default as zr } from "./patterns/PhoneNumberInput/PhoneNumberInput.js";
|
|
119
119
|
export {
|
|
120
120
|
M as Accordion,
|
|
121
121
|
E as AccordionItem,
|
|
122
122
|
R as AccordionItemVariant,
|
|
123
123
|
U as AccordionVariants,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
Sr as AccountPageHeader,
|
|
125
|
+
Eo as AddToCalendar,
|
|
126
|
+
Ro as Article,
|
|
127
127
|
A as AuctionStatus,
|
|
128
128
|
qt as AuthState,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
129
|
+
Br as BidMessage,
|
|
130
|
+
Lr as BidMessageVariants,
|
|
131
|
+
Tr as BidSnapshot,
|
|
132
|
+
br as BidStatusEnum,
|
|
133
133
|
O as Breadcrumb,
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
h as Button,
|
|
135
|
+
v as ButtonVariants,
|
|
136
136
|
Y as Carousel,
|
|
137
137
|
q as CarouselArrows,
|
|
138
138
|
K as CarouselContent,
|
|
@@ -145,69 +145,70 @@ export {
|
|
|
145
145
|
so as ComposedModal,
|
|
146
146
|
de as ContentPeek,
|
|
147
147
|
pe as ContentPeekHeightUnits,
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
zo as Countdown,
|
|
149
|
+
Wo as CountdownVariants,
|
|
150
150
|
kr as CountryPicker,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
151
|
+
Gr as DefaultButtonLabels,
|
|
152
|
+
jo as DescriptiveRadioButton,
|
|
153
|
+
Zo as DescriptiveRadioButtonGroup,
|
|
154
154
|
ie as Detail,
|
|
155
155
|
Vt as DetailList,
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
Dt as DetailListAlignment,
|
|
157
|
+
Jo as Divider,
|
|
158
158
|
ne as Drawer,
|
|
159
159
|
ce as Dropdown,
|
|
160
160
|
Ce as ErrorBoundary,
|
|
161
161
|
mo as ExitGateCard,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
kt as FavoritesCollectionTile,
|
|
163
|
+
Xo as FavoritingTileButton,
|
|
164
|
+
$o as Filter,
|
|
165
165
|
To as FilterButtonIconType,
|
|
166
166
|
Po as FilterButtonType,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
167
|
+
rr as FilterHeader,
|
|
168
|
+
tr as FilterInput,
|
|
169
|
+
Vr as FilterMenu,
|
|
170
170
|
So as FiltersInline,
|
|
171
|
-
|
|
171
|
+
wo as Footer,
|
|
172
172
|
Pe as Grid,
|
|
173
173
|
Ie as GridItem,
|
|
174
174
|
be as GridItemAlign,
|
|
175
|
-
|
|
175
|
+
Mo as Header,
|
|
176
176
|
Ft as HeroBanner,
|
|
177
177
|
Q as Icon,
|
|
178
178
|
w as IconButton,
|
|
179
179
|
Ve as Input,
|
|
180
180
|
Nt as LanguageSelector,
|
|
181
|
-
|
|
181
|
+
De as Link,
|
|
182
182
|
Fe as LinkBlock,
|
|
183
183
|
He as LinkList,
|
|
184
|
-
|
|
184
|
+
ke as LinkVariants,
|
|
185
185
|
uo as Loader,
|
|
186
|
-
|
|
186
|
+
Rr as LoadingState,
|
|
187
187
|
V as LotStatus,
|
|
188
188
|
Ne as Modal,
|
|
189
189
|
Ge as Navigation,
|
|
190
190
|
Ue as NavigationItem,
|
|
191
191
|
Oe as NavigationItemTrigger,
|
|
192
192
|
Qe as NavigationList,
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
fr as NotificationBanner,
|
|
194
|
+
Dr as ObjectTile,
|
|
195
195
|
a as PaddingTokens,
|
|
196
196
|
C as Page,
|
|
197
197
|
xo as PageContentWrapper,
|
|
198
198
|
Ye as Pagination,
|
|
199
|
-
|
|
199
|
+
zr as PhoneNumberInput,
|
|
200
200
|
go as PhoneNumberPicker,
|
|
201
|
-
|
|
201
|
+
lr as Pictogram,
|
|
202
202
|
qe as PinchZoom,
|
|
203
203
|
vo as ProgressIndicator,
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
Fr as ProgressWizard,
|
|
205
|
+
Hr as ProgressWizardFooter,
|
|
206
206
|
Ke as Row,
|
|
207
207
|
P as SSRMediaQuery,
|
|
208
208
|
Io as SaleCard,
|
|
209
209
|
bo as SaleCardActions,
|
|
210
|
-
Vo as
|
|
210
|
+
Vo as SaleCardImageDisplay,
|
|
211
|
+
yo as SaleCardVariants,
|
|
211
212
|
Gt as SaleHeaderBanner,
|
|
212
213
|
Ut as SaleHeaderBrowseAuctions,
|
|
213
214
|
_e as Search,
|
|
@@ -228,13 +229,13 @@ export {
|
|
|
228
229
|
xt as TagsList,
|
|
229
230
|
Ct as Text,
|
|
230
231
|
gt as TextAlignments,
|
|
231
|
-
|
|
232
|
+
mr as TextArea,
|
|
232
233
|
Ht as TextBanner,
|
|
233
234
|
Pt as TextSymbolVariants,
|
|
234
235
|
It as TextSymbols,
|
|
235
236
|
ct as TextVariants,
|
|
236
|
-
|
|
237
|
-
|
|
237
|
+
ur as Toast,
|
|
238
|
+
xr as ToastProvider,
|
|
238
239
|
Kt as UserManagement,
|
|
239
240
|
bt as Video,
|
|
240
241
|
ho as ViewingDetails,
|
|
@@ -250,8 +251,8 @@ export {
|
|
|
250
251
|
n as noOp,
|
|
251
252
|
g as px,
|
|
252
253
|
B as ssrMediaQueryStyle,
|
|
253
|
-
|
|
254
|
+
Nr as useHistoryManagement,
|
|
254
255
|
c as useNormalizedInputProps,
|
|
255
256
|
L as usePendingState,
|
|
256
|
-
|
|
257
|
+
gr as useToast
|
|
257
258
|
};
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
2
|
import { SaleCardActions } from './SaleCardActions';
|
|
3
|
-
import { SaleCardVariants } from './types';
|
|
4
|
-
/**
|
|
3
|
+
import { SaleCardVariants, SaleCardImageDisplay } from './types';
|
|
4
|
+
/**
|
|
5
|
+
* Props for the SaleCard component.
|
|
6
|
+
*/
|
|
5
7
|
export interface SaleCardProps extends ComponentProps<'div'> {
|
|
6
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* The source URL of the image to be displayed.
|
|
10
|
+
* Leaving this prop undefined or falsy is the intended way to hide the image.
|
|
11
|
+
*/
|
|
7
12
|
imageSrc?: string;
|
|
8
13
|
/** * The alt text for the image. Defaults to "Auction Image" if not provided. */
|
|
9
14
|
imageAlt?: string;
|
|
@@ -28,6 +33,8 @@ export interface SaleCardProps extends ComponentProps<'div'> {
|
|
|
28
33
|
variant?: SaleCardVariants;
|
|
29
34
|
/** * The <SaleCardActions /> component used to render the SaleCard CTAs. */
|
|
30
35
|
children?: React.ReactElement<typeof SaleCardActions>;
|
|
36
|
+
/** * The position of the image relative to the content. Can be 'left' or 'right'. Defaults to 'left'. */
|
|
37
|
+
imageDisplay?: SaleCardImageDisplay;
|
|
31
38
|
}
|
|
32
39
|
/**
|
|
33
40
|
* ## Overview
|
|
@@ -1,58 +1,60 @@
|
|
|
1
1
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import
|
|
5
|
-
import { ButtonVariants as
|
|
6
|
-
import
|
|
2
|
+
import L from "../../node_modules/classnames/index.js";
|
|
3
|
+
import { forwardRef as T } from "react";
|
|
4
|
+
import b from "../../components/Button/Button.js";
|
|
5
|
+
import { ButtonVariants as y } from "../../components/Button/types.js";
|
|
6
|
+
import A from "../../components/SeldonImage/SeldonImage.js";
|
|
7
7
|
import { TextVariants as e } from "../../components/Text/types.js";
|
|
8
8
|
import s from "../../components/Text/Text.js";
|
|
9
|
-
import { SSRMediaQuery as
|
|
9
|
+
import { SSRMediaQuery as I } from "../../providers/SeldonProvider/utils.js";
|
|
10
10
|
import { getCommonProps as x } from "../../utils/index.js";
|
|
11
|
-
import { SaleCardVariants as
|
|
12
|
-
const
|
|
11
|
+
import { SaleCardVariants as p, SaleCardImageDisplay as P } from "./types.js";
|
|
12
|
+
const R = T(
|
|
13
13
|
({
|
|
14
|
-
className:
|
|
14
|
+
className: f,
|
|
15
15
|
imageSrc: t,
|
|
16
|
-
imageAlt:
|
|
17
|
-
auctionType:
|
|
16
|
+
imageAlt: N = "Auction Image",
|
|
17
|
+
auctionType: $,
|
|
18
18
|
titleText: h,
|
|
19
|
-
date:
|
|
20
|
-
location:
|
|
19
|
+
date: g,
|
|
20
|
+
location: u,
|
|
21
21
|
badgeText: o,
|
|
22
22
|
modalButtonOnClick: l,
|
|
23
23
|
modalButtonText: n,
|
|
24
|
-
variant: i =
|
|
24
|
+
variant: i = p.DEFAULT,
|
|
25
25
|
children: c,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
imageDisplay: d = P.LEFT,
|
|
27
|
+
..._
|
|
28
|
+
}, v) => {
|
|
29
|
+
const { className: a, ...S } = x(_, "SaleCard"), C = L(a, f, {
|
|
30
|
+
[`${a}--${i}`]: i,
|
|
31
|
+
[`${a}--image-${d}`]: d
|
|
32
|
+
}), E = { ...S, ..._ };
|
|
33
|
+
return /* @__PURE__ */ m("article", { ...E, className: C, ref: v, children: [
|
|
34
|
+
t ? /* @__PURE__ */ r(A, { src: t, alt: N, className: `${a}__image` }) : null,
|
|
33
35
|
/* @__PURE__ */ m("div", { className: `${a}__details`, children: [
|
|
34
|
-
/* @__PURE__ */ r(s, { variant: e.badge, className: `${a}__auction-type`, children:
|
|
36
|
+
/* @__PURE__ */ r(s, { variant: e.badge, className: `${a}__auction-type`, children: $ }),
|
|
35
37
|
/* @__PURE__ */ r(s, { variant: e.title3, children: h }),
|
|
36
38
|
o && /* @__PURE__ */ r(s, { variant: e.badge, className: `${a}__badge`, children: o }),
|
|
37
39
|
/* @__PURE__ */ m("div", { className: `${a}__info`, children: [
|
|
40
|
+
/* @__PURE__ */ r(s, { variant: e.string2, children: u }),
|
|
38
41
|
/* @__PURE__ */ r(s, { variant: e.string2, children: g }),
|
|
39
|
-
/* @__PURE__ */ r(s, { variant: e.string2, children: $ }),
|
|
40
42
|
n && l && /* @__PURE__ */ r("div", { className: `${a}__modal-link`, children: /* @__PURE__ */ r(
|
|
41
|
-
|
|
43
|
+
b,
|
|
42
44
|
{
|
|
43
45
|
onClick: l,
|
|
44
|
-
variant:
|
|
46
|
+
variant: y.tertiary,
|
|
45
47
|
className: `${a}__modal-link-button`,
|
|
46
48
|
children: n
|
|
47
49
|
}
|
|
48
50
|
) })
|
|
49
51
|
] })
|
|
50
52
|
] }),
|
|
51
|
-
i !==
|
|
53
|
+
i !== p.RELATED_SALE_TILE && c && /* @__PURE__ */ r("div", { className: `${a}__ctas`, children: /* @__PURE__ */ r(I.Media, { greaterThanOrEqual: "md", children: c }) })
|
|
52
54
|
] });
|
|
53
55
|
}
|
|
54
56
|
);
|
|
55
|
-
|
|
57
|
+
R.displayName = "SaleCard";
|
|
56
58
|
export {
|
|
57
|
-
|
|
59
|
+
R as default
|
|
58
60
|
};
|
|
@@ -23,3 +23,4 @@ export declare const SaleCardWithDownloadLink: () => import("react/jsx-runtime")
|
|
|
23
23
|
export declare const SaleCardNoCTA: () => import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
export declare const SaleCardWithLink: () => import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
export declare const SaleCardNoImage: () => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare const SaleCardImageRightVariants: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { default as SaleCard, type SaleCardProps } from './SaleCard';
|
|
2
2
|
export { default as SaleCardActions, type SaleCardActionsProps } from './SaleCardActions';
|
|
3
|
-
export { SaleCardVariants } from './types';
|
|
3
|
+
export { SaleCardVariants, SaleCardImageDisplay } from './types';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
var
|
|
1
|
+
var r = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.RELATED_SALE_TILE = "relatedSaleTile", e))(r || {}), t = /* @__PURE__ */ ((e) => (e.LEFT = "left", e.RIGHT = "right", e))(t || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
t as SaleCardImageDisplay,
|
|
4
|
+
r as SaleCardVariants
|
|
4
5
|
};
|
|
@@ -6,8 +6,16 @@
|
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
gap: $spacing-md;
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
&--image-left {
|
|
10
|
+
@include media($breakpoint-snw-mobile) {
|
|
11
|
+
flex-direction: row;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&--image-right {
|
|
16
|
+
@include media($breakpoint-snw-mobile) {
|
|
17
|
+
flex-direction: row-reverse;
|
|
18
|
+
}
|
|
11
19
|
}
|
|
12
20
|
|
|
13
21
|
&__image {
|
|
@@ -118,7 +126,12 @@
|
|
|
118
126
|
gap: $spacing-sm;
|
|
119
127
|
|
|
120
128
|
@include media($size-snw-mobile, 'max') {
|
|
121
|
-
|
|
129
|
+
&.#{$px}-sale-card--image-left {
|
|
130
|
+
flex-direction: row;
|
|
131
|
+
}
|
|
132
|
+
&.#{$px}-sale-card--image-right {
|
|
133
|
+
flex-direction: row-reverse;
|
|
134
|
+
}
|
|
122
135
|
}
|
|
123
136
|
|
|
124
137
|
.#{$px}-sale-card__image {
|