@caseparts-org/caseblocks 0.0.151 → 0.0.152
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/assets/Product.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._productCard_o23pg_3{box-sizing:border-box;background:var(--surface-surface-primary, #FFF);display:flex;width:232px;height:296px;padding:var(--spacing-spacing-default, 16px) var(--spacing-spacing-sm, 20px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spacing-2xs)}._productCard_o23pg_3._sm_o23pg_15{width:180px;height:230px}._productCard_o23pg_3>img{width:78px;height:78px;object-fit:contain;flex-shrink:0;margin:0 auto}._productCard_o23pg_3 ._productInformation_o23pg_27{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-top:auto}._productCard_o23pg_3 ._purchaseInformation_o23pg_34{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%}._productCard_o23pg_3 ._addToCart_o23pg_42,._productCard_o23pg_3 ._addToCartButton_o23pg_45{width:100%}._productInformation_o23pg_27>a{font-weight:var(--font-weight-semibold);white-space:break-spaces;word-wrap:normal}._partNumber_o23pg_55{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-spacing-3xs)}._partNumberLabel_o23pg_62{color:var(--text-text-quaternary)}._productTile_o23pg_66{box-sizing:border-box;width:100%;max-width:1072px;display:flex;flex-direction:row;align-items:flex-start;background:var(--surface-surface-primary, #FFF);padding:var(--spacing-spacing-default, 16px) var(--spacing-spacing-sm, 20px);gap:var(--spacing-spacing-1xs)}._productTile_o23pg_66>img{object-fit:contain}._productTile_o23pg_66 ._topRow_o23pg_85{display:grid;grid-template-columns:1fr auto;width:100%}._productTile_o23pg_66 ._topRow_o23pg_85 button{background-color:transparent;padding:0;margin:0;outline:none;border:none;height:min-content;width:min-content}._productTile_o23pg_66 ._topRow_o23pg_85 path{fill:var(--icons-icon-search)}._productTile_o23pg_66 ._topRow_o23pg_85 svg{padding:0}._productTile_o23pg_66 ._productInformation_o23pg_27{display:flex;flex-direction:column;align-items:flex-start;gap:2px}._productTile_o23pg_66 ._productData_o23pg_116{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:var(--spacing-spacing-2xs)}._productTile_o23pg_66 ._purchase_o23pg_34{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;width:100%}@media (max-width: 480px){._productTile_o23pg_66 ._purchase_o23pg_34{flex-direction:column;align-items:flex-start;gap:var(--spacing-spacing-3xs)}}._productTile_o23pg_66 ._purchaseInformation_o23pg_34{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-spacing-2xs)}@media (max-width: 480px){._productTile_o23pg_66 ._purchaseInformation_o23pg_34{flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;gap:0px}}._productTile_o23pg_66 ._attributeContainer_o23pg_153{margin:0;padding:0;padding-top:var(--spacing-spacing-1xs);border-top:1px solid var(--border-border-primary);width:100%;list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;column-gap:var(--spacing-spacing-lg);row-gap:var(--spacing-spacing-3xs)}@media (max-width: 640px){._productTile_o23pg_66 ._attributeContainer_o23pg_153{display:none}}._productTile_o23pg_66 ._attributeContainer_o23pg_153 li{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-spacing-3xs)}._productTile_o23pg_66 ._addToCart_o23pg_42{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-spacing-md)}@media (max-width: 480px){._productTile_o23pg_66 ._addToCart_o23pg_42{gap:var(--spacing-spacing-2xs);width:100%}}._productTile_o23pg_66 ._addToCartButton_o23pg_45{width:96px;font-size:var(--font-size-md);font-weight:var(--font-weight-semibold)}@media (max-width: 640px){._productTile_o23pg_66 ._addToCartButton_o23pg_45{width:100%}}._elevated_o23pg_201{border:1px solid var(--border-border-primary, #DFDFDF);box-shadow:2px 4px 12px #00000026}._noImage_o23pg_207 ._productInformation_o23pg_27{margin-top:0}._sm_o23pg_15{padding:var(--spacing-spacing-1xs)}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Image as
|
|
3
|
-
import { Link as
|
|
1
|
+
import { jsxs as r, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { Image as w } from "../../atoms/Image/Image.js";
|
|
3
|
+
import { Link as B } from "../../atoms/Link/Link.js";
|
|
4
4
|
import { Text as d } from "../../atoms/Text/Text.js";
|
|
5
|
-
import { Availability as
|
|
6
|
-
import { Pricing as
|
|
7
|
-
import { AddToCart as
|
|
8
|
-
import { Icon as
|
|
9
|
-
import { c as
|
|
10
|
-
import '../../assets/Product.css';const
|
|
11
|
-
productCard:
|
|
12
|
-
sm:
|
|
13
|
-
productInformation:
|
|
5
|
+
import { Availability as L } from "../../molecules/Availability/Availability.js";
|
|
6
|
+
import { Pricing as A } from "../../molecules/Pricing/Pricing.js";
|
|
7
|
+
import { AddToCart as R } from "../../molecules/AddToCart/AddToCart.js";
|
|
8
|
+
import { Icon as P } from "../../atoms/Icon/Icon.js";
|
|
9
|
+
import { c as $ } from "../../clsx-OuTLNxxd.js";
|
|
10
|
+
import '../../assets/Product.css';const j = "_productCard_o23pg_3", k = "_sm_o23pg_15", y = "_productInformation_o23pg_27", V = "_purchaseInformation_o23pg_34", q = "_addToCart_o23pg_42", E = "_addToCartButton_o23pg_45", F = "_partNumber_o23pg_55", G = "_partNumberLabel_o23pg_62", J = "_productTile_o23pg_66", M = "_topRow_o23pg_85", O = "_productData_o23pg_116", U = "_purchase_o23pg_34", W = "_attributeContainer_o23pg_153", X = "_elevated_o23pg_201", Y = "_noImage_o23pg_207", t = {
|
|
11
|
+
productCard: j,
|
|
12
|
+
sm: k,
|
|
13
|
+
productInformation: y,
|
|
14
14
|
purchaseInformation: V,
|
|
15
15
|
addToCart: q,
|
|
16
16
|
addToCartButton: E,
|
|
@@ -24,137 +24,137 @@ import '../../assets/Product.css';const P = "_productCard_12y5l_3", j = "_sm_12y
|
|
|
24
24
|
elevated: X,
|
|
25
25
|
noImage: Y
|
|
26
26
|
};
|
|
27
|
-
function
|
|
28
|
-
productView:
|
|
27
|
+
function rt({
|
|
28
|
+
productView: D,
|
|
29
29
|
itemKey: i,
|
|
30
30
|
partNumber: n,
|
|
31
31
|
productDescription: _,
|
|
32
32
|
availDescription: h,
|
|
33
|
-
availId:
|
|
34
|
-
contactHref:
|
|
35
|
-
contactLinkBehavior:
|
|
36
|
-
productHref:
|
|
37
|
-
priceLabel:
|
|
38
|
-
price:
|
|
33
|
+
availId: c,
|
|
34
|
+
contactHref: g,
|
|
35
|
+
contactLinkBehavior: b,
|
|
36
|
+
productHref: N,
|
|
37
|
+
priceLabel: f,
|
|
38
|
+
price: s,
|
|
39
39
|
imgSrc: e,
|
|
40
|
-
attributes:
|
|
41
|
-
className:
|
|
42
|
-
onAddToCart:
|
|
43
|
-
onClose:
|
|
44
|
-
flat:
|
|
45
|
-
size:
|
|
46
|
-
showQuantity:
|
|
47
|
-
...
|
|
40
|
+
attributes: p,
|
|
41
|
+
className: C,
|
|
42
|
+
onAddToCart: T,
|
|
43
|
+
onClose: v,
|
|
44
|
+
flat: I,
|
|
45
|
+
size: a = "md",
|
|
46
|
+
showQuantity: u = !0,
|
|
47
|
+
...x
|
|
48
48
|
}) {
|
|
49
|
-
const
|
|
50
|
-
return
|
|
49
|
+
const m = a === "sm" ? "xs" : "sm";
|
|
50
|
+
return D === "Card" ? /* @__PURE__ */ r(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
53
|
-
className:
|
|
53
|
+
className: $(
|
|
54
54
|
t.productCard,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
!
|
|
55
|
+
a && t[a],
|
|
56
|
+
C,
|
|
57
|
+
!I && t.elevated,
|
|
58
58
|
!e && t.noImage
|
|
59
59
|
),
|
|
60
|
-
...
|
|
60
|
+
...x,
|
|
61
61
|
children: [
|
|
62
|
-
e && /* @__PURE__ */
|
|
63
|
-
|
|
62
|
+
e && /* @__PURE__ */ o(
|
|
63
|
+
w,
|
|
64
64
|
{
|
|
65
65
|
src: e,
|
|
66
66
|
alt: `${n} product image`,
|
|
67
|
-
height:
|
|
68
|
-
width:
|
|
67
|
+
height: a === "sm" ? 78 : 96,
|
|
68
|
+
width: a === "sm" ? 78 : 96
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
|
-
/* @__PURE__ */
|
|
72
|
-
/* @__PURE__ */
|
|
73
|
-
/* @__PURE__ */
|
|
74
|
-
/* @__PURE__ */
|
|
75
|
-
/* @__PURE__ */
|
|
71
|
+
/* @__PURE__ */ r("div", { className: t.productInformation, children: [
|
|
72
|
+
/* @__PURE__ */ o(B, { size: a, href: N, children: _ }),
|
|
73
|
+
/* @__PURE__ */ r("div", { className: t.partNumber, children: [
|
|
74
|
+
/* @__PURE__ */ o(d, { size: m, className: t.partNumberLabel, children: "Part #" }),
|
|
75
|
+
/* @__PURE__ */ o(d, { size: m, weight: "semibold", children: n })
|
|
76
76
|
] })
|
|
77
77
|
] }),
|
|
78
|
-
/* @__PURE__ */
|
|
79
|
-
|
|
80
|
-
|
|
78
|
+
/* @__PURE__ */ r("div", { className: t.purchaseInformation, children: [
|
|
79
|
+
c && /* @__PURE__ */ o(
|
|
80
|
+
L,
|
|
81
81
|
{
|
|
82
|
-
availId:
|
|
82
|
+
availId: c,
|
|
83
83
|
availDescription: h,
|
|
84
|
-
contactHref:
|
|
85
|
-
contactLinkBehavior:
|
|
84
|
+
contactHref: g,
|
|
85
|
+
contactLinkBehavior: b
|
|
86
86
|
}
|
|
87
87
|
),
|
|
88
|
-
|
|
88
|
+
s && /* @__PURE__ */ o(A, { pricingLabel: f, price: s })
|
|
89
89
|
] }),
|
|
90
|
-
/* @__PURE__ */
|
|
91
|
-
|
|
90
|
+
/* @__PURE__ */ o(
|
|
91
|
+
R,
|
|
92
92
|
{
|
|
93
93
|
itemKey: i,
|
|
94
|
-
onAdd:
|
|
94
|
+
onAdd: T,
|
|
95
95
|
className: t.addToCart,
|
|
96
96
|
addButtonClassName: t.addToCartButton,
|
|
97
|
-
addButtonVariant:
|
|
98
|
-
size:
|
|
97
|
+
addButtonVariant: u ? "cta-primary" : "secondary",
|
|
98
|
+
size: a,
|
|
99
99
|
buttonDoneText: "",
|
|
100
|
-
buttonText:
|
|
101
|
-
showQuantity:
|
|
100
|
+
buttonText: u ? "Add" : "Add to Cart",
|
|
101
|
+
showQuantity: u
|
|
102
102
|
}
|
|
103
103
|
)
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
|
-
) : /* @__PURE__ */
|
|
106
|
+
) : /* @__PURE__ */ r("div", { className: $(
|
|
107
107
|
t.productTile,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
!
|
|
108
|
+
C,
|
|
109
|
+
a && t[a],
|
|
110
|
+
!I && t.elevated,
|
|
111
111
|
!e && t.noImage
|
|
112
|
-
), ...
|
|
113
|
-
e && /* @__PURE__ */
|
|
114
|
-
|
|
112
|
+
), ...x, children: [
|
|
113
|
+
e && /* @__PURE__ */ o(
|
|
114
|
+
w,
|
|
115
115
|
{
|
|
116
116
|
src: e,
|
|
117
117
|
alt: `${n} product image`,
|
|
118
|
-
height:
|
|
119
|
-
width:
|
|
118
|
+
height: a === "sm" ? 86 : 108,
|
|
119
|
+
width: a === "sm" ? 86 : 108
|
|
120
120
|
}
|
|
121
121
|
),
|
|
122
|
-
/* @__PURE__ */
|
|
123
|
-
/* @__PURE__ */
|
|
124
|
-
/* @__PURE__ */
|
|
125
|
-
/* @__PURE__ */
|
|
126
|
-
/* @__PURE__ */
|
|
127
|
-
/* @__PURE__ */
|
|
128
|
-
/* @__PURE__ */
|
|
122
|
+
/* @__PURE__ */ r("div", { className: t.productData, children: [
|
|
123
|
+
/* @__PURE__ */ r("div", { className: t.topRow, children: [
|
|
124
|
+
/* @__PURE__ */ r("div", { className: t.productInformation, children: [
|
|
125
|
+
/* @__PURE__ */ o(B, { size: a, href: N, children: _ }),
|
|
126
|
+
/* @__PURE__ */ r("div", { className: t.partNumber, children: [
|
|
127
|
+
/* @__PURE__ */ o(d, { size: m, className: t.partNumberLabel, children: "Part #" }),
|
|
128
|
+
/* @__PURE__ */ o(d, { size: m, weight: "semibold", children: n })
|
|
129
129
|
] })
|
|
130
130
|
] }),
|
|
131
|
-
|
|
131
|
+
v && /* @__PURE__ */ o("button", { onClick: () => v(i), children: /* @__PURE__ */ o(P, { size: "sm", iconKey: "fa-light fa-xmark" }) })
|
|
132
132
|
] }),
|
|
133
|
-
/* @__PURE__ */
|
|
134
|
-
/* @__PURE__ */
|
|
135
|
-
|
|
136
|
-
|
|
133
|
+
/* @__PURE__ */ r("div", { className: t.purchase, children: [
|
|
134
|
+
/* @__PURE__ */ r("div", { className: t.purchaseInformation, children: [
|
|
135
|
+
c && /* @__PURE__ */ o(
|
|
136
|
+
L,
|
|
137
137
|
{
|
|
138
|
-
availId:
|
|
138
|
+
availId: c,
|
|
139
139
|
availDescription: h,
|
|
140
|
-
contactHref:
|
|
141
|
-
contactLinkBehavior:
|
|
140
|
+
contactHref: g,
|
|
141
|
+
contactLinkBehavior: b
|
|
142
142
|
}
|
|
143
143
|
),
|
|
144
|
-
|
|
144
|
+
s && /* @__PURE__ */ o(A, { pricingLabel: f, price: s })
|
|
145
145
|
] }),
|
|
146
|
-
/* @__PURE__ */
|
|
146
|
+
/* @__PURE__ */ o(R, { size: a, itemKey: i, onAdd: T, className: t.addToCart, addButtonClassName: t.addToCartButton })
|
|
147
147
|
] }),
|
|
148
|
-
|
|
149
|
-
/* @__PURE__ */
|
|
150
|
-
|
|
148
|
+
p && p.length > 0 && /* @__PURE__ */ o("ul", { className: t.attributeContainer, children: p.map((l) => /* @__PURE__ */ r("li", { children: [
|
|
149
|
+
/* @__PURE__ */ r(d, { size: "xs", weight: "light", children: [
|
|
150
|
+
l.label,
|
|
151
151
|
":"
|
|
152
152
|
] }),
|
|
153
|
-
/* @__PURE__ */
|
|
154
|
-
] }, `${
|
|
153
|
+
/* @__PURE__ */ o(d, { size: "xs", weight: "semibold", children: l.value })
|
|
154
|
+
] }, `${l.label}.${l.value}`)) })
|
|
155
155
|
] })
|
|
156
156
|
] });
|
|
157
157
|
}
|
|
158
158
|
export {
|
|
159
|
-
|
|
159
|
+
rt as Product
|
|
160
160
|
};
|