@phillips/seldon 1.123.1 → 1.124.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.
|
@@ -10,14 +10,14 @@ import W from "../../components/SeldonImage/SeldonImage.js";
|
|
|
10
10
|
const w = z(
|
|
11
11
|
F(
|
|
12
12
|
({
|
|
13
|
-
badgeText:
|
|
13
|
+
badgeText: p,
|
|
14
14
|
className: $,
|
|
15
15
|
children: N,
|
|
16
16
|
element: g,
|
|
17
17
|
estimate: n,
|
|
18
18
|
estimateLabelText: b = "Estimate",
|
|
19
|
-
estimateOnRequestText:
|
|
20
|
-
badgeElement:
|
|
19
|
+
estimateOnRequestText: r,
|
|
20
|
+
badgeElement: m,
|
|
21
21
|
favoriteElement: o,
|
|
22
22
|
imageAlt: u = "Brought to you by Phillips",
|
|
23
23
|
imageUrl: v = "",
|
|
@@ -31,10 +31,10 @@ const w = z(
|
|
|
31
31
|
referenceNumber: d,
|
|
32
32
|
titleText: h,
|
|
33
33
|
withdrawnText: t,
|
|
34
|
-
...
|
|
35
|
-
},
|
|
36
|
-
const { className: e, ...
|
|
37
|
-
return /* @__PURE__ */ s(D, { ...
|
|
34
|
+
...f
|
|
35
|
+
}, x) => {
|
|
36
|
+
const { className: e, ...C } = L(f, "ObjectTile"), D = g ?? "a", E = n || r;
|
|
37
|
+
return /* @__PURE__ */ s(D, { ...C, className: I(e, $), ...f, ref: x, children: [
|
|
38
38
|
/* @__PURE__ */ a(
|
|
39
39
|
W,
|
|
40
40
|
{
|
|
@@ -49,10 +49,10 @@ const w = z(
|
|
|
49
49
|
fetchPriority: P
|
|
50
50
|
}
|
|
51
51
|
),
|
|
52
|
-
t ? null : /* @__PURE__ */ a(i, { className: `${e}__badge`, variant: l.badge, children:
|
|
52
|
+
t ? null : /* @__PURE__ */ a(i, { className: `${e}__badge`, variant: l.badge, children: p }),
|
|
53
53
|
/* @__PURE__ */ s("div", { className: `${e}__lot-number-like`, children: [
|
|
54
54
|
/* @__PURE__ */ a(i, { className: `${e}__lot-number`, variant: l.heading3, element: "p", children: S }),
|
|
55
|
-
|
|
55
|
+
m && /* @__PURE__ */ a("div", { className: `${e}__lot-badge`, children: /* @__PURE__ */ a(m, {}) }),
|
|
56
56
|
o && /* @__PURE__ */ a(o, {})
|
|
57
57
|
] }),
|
|
58
58
|
t ? /* @__PURE__ */ a(i, { className: `${e}__withdrawn`, variant: l.heading4, children: t }) : /* @__PURE__ */ s(O, { children: [
|
|
@@ -61,7 +61,7 @@ const w = z(
|
|
|
61
61
|
h ? /* @__PURE__ */ a(
|
|
62
62
|
i,
|
|
63
63
|
{
|
|
64
|
-
className: `${e}__title ${e}__token-fix`,
|
|
64
|
+
className: `${e}__title ${e}__token-fix ${e}__token-fix--no-transform`,
|
|
65
65
|
variant: l.heading4,
|
|
66
66
|
element: "cite",
|
|
67
67
|
children: h
|
|
@@ -91,7 +91,7 @@ const w = z(
|
|
|
91
91
|
{
|
|
92
92
|
className: `${e}__estimate__label`,
|
|
93
93
|
label: b,
|
|
94
|
-
value: n ||
|
|
94
|
+
value: n || r,
|
|
95
95
|
hasWrap: !1
|
|
96
96
|
}
|
|
97
97
|
) }) : null,
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
-webkit-line-clamp: 1;
|
|
26
26
|
line-clamp: 1;
|
|
27
27
|
overflow: hidden;
|
|
28
|
+
text-transform: none;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Temporary fix until __token-fix class can be removed
|
|
32
|
+
&__token-fix--no-transform {
|
|
33
|
+
text-transform: none !important;
|
|
28
34
|
}
|
|
29
35
|
|
|
30
36
|
&__lot-number-like {
|
|
@@ -47,7 +47,9 @@
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
&__occurrence-details {
|
|
50
|
+
align-items: center;
|
|
50
51
|
display: flex;
|
|
52
|
+
margin-bottom: $spacing-xsm;
|
|
51
53
|
|
|
52
54
|
&-text {
|
|
53
55
|
align-items: flex-start;
|
|
@@ -61,7 +63,6 @@
|
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
&:first-child {
|
|
64
|
-
margin-bottom: 1.5rem;
|
|
65
66
|
padding-right: $spacing-sm;
|
|
66
67
|
}
|
|
67
68
|
|