@purpurds/content-block 5.28.3 → 5.30.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/content-block.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import S, { forwardRef as X, Children as Q } from "react";
|
|
|
3
3
|
function rr(t) {
|
|
4
4
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
5
5
|
}
|
|
6
|
-
var
|
|
6
|
+
var L = { exports: {} };
|
|
7
7
|
/*!
|
|
8
8
|
Copyright (c) 2018 Jed Watson.
|
|
9
9
|
Licensed under the MIT License (MIT), see
|
|
@@ -38,8 +38,8 @@ var j = { exports: {} };
|
|
|
38
38
|
}
|
|
39
39
|
t.exports ? (n.default = n, t.exports = n) : window.classNames = n;
|
|
40
40
|
})();
|
|
41
|
-
})(
|
|
42
|
-
var er =
|
|
41
|
+
})(L);
|
|
42
|
+
var er = L.exports;
|
|
43
43
|
const tr = /* @__PURE__ */ rr(er), ar = {
|
|
44
44
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
45
45
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
@@ -91,7 +91,7 @@ const tr = /* @__PURE__ */ rr(er), ar = {
|
|
|
91
91
|
u ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
92
92
|
], i = u ? `<title>${u}</title>` : "";
|
|
93
93
|
return `<svg ${_r(n)}>${i}${t}</svg>`;
|
|
94
|
-
}, hr = (t) => t.replace(/<(\/?)svg([^>]*)>/g, "").trim(),
|
|
94
|
+
}, hr = (t) => t.replace(/<(\/?)svg([^>]*)>/g, "").trim(), j = ({
|
|
95
95
|
["data-testid"]: t,
|
|
96
96
|
svg: u,
|
|
97
97
|
allyTitle: n,
|
|
@@ -114,11 +114,11 @@ const tr = /* @__PURE__ */ rr(er), ar = {
|
|
|
114
114
|
}
|
|
115
115
|
);
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
j.displayName = "Icon";
|
|
118
118
|
function vr(t) {
|
|
119
119
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
120
120
|
}
|
|
121
|
-
var
|
|
121
|
+
var E = { exports: {} };
|
|
122
122
|
/*!
|
|
123
123
|
Copyright (c) 2018 Jed Watson.
|
|
124
124
|
Licensed under the MIT License (MIT), see
|
|
@@ -153,18 +153,18 @@ var L = { exports: {} };
|
|
|
153
153
|
}
|
|
154
154
|
t.exports ? (n.default = n, t.exports = n) : window.classNames = n;
|
|
155
155
|
})();
|
|
156
|
-
})(
|
|
157
|
-
var
|
|
158
|
-
const
|
|
159
|
-
"purpur-badge": "_purpur-
|
|
160
|
-
"purpur-badge--attention": "_purpur-badge--
|
|
161
|
-
"purpur-badge--special": "_purpur-badge--
|
|
162
|
-
"purpur-badge--neutral": "_purpur-badge--
|
|
163
|
-
"purpur-badge--information": "_purpur-badge--
|
|
164
|
-
"purpur-badge--success": "_purpur-badge--
|
|
165
|
-
"purpur-badge--warning": "_purpur-badge--
|
|
166
|
-
"purpur-badge--error": "_purpur-badge--
|
|
167
|
-
"purpur-badge--black-friday": "_purpur-badge--black-
|
|
156
|
+
})(E);
|
|
157
|
+
var fr = E.exports;
|
|
158
|
+
const mr = /* @__PURE__ */ vr(fr), M = {
|
|
159
|
+
"purpur-badge": "_purpur-badge_19vzu_1",
|
|
160
|
+
"purpur-badge--attention": "_purpur-badge--attention_19vzu_13",
|
|
161
|
+
"purpur-badge--special": "_purpur-badge--special_19vzu_17",
|
|
162
|
+
"purpur-badge--neutral": "_purpur-badge--neutral_19vzu_21",
|
|
163
|
+
"purpur-badge--information": "_purpur-badge--information_19vzu_25",
|
|
164
|
+
"purpur-badge--success": "_purpur-badge--success_19vzu_29",
|
|
165
|
+
"purpur-badge--warning": "_purpur-badge--warning_19vzu_33",
|
|
166
|
+
"purpur-badge--error": "_purpur-badge--error_19vzu_37",
|
|
167
|
+
"purpur-badge--black-friday": "_purpur-badge--black-friday_19vzu_41"
|
|
168
168
|
}, Z = "purpur-badge", g = {
|
|
169
169
|
ATTENTION: "attention",
|
|
170
170
|
SPECIAL: "special",
|
|
@@ -203,9 +203,9 @@ const fr = /* @__PURE__ */ vr(mr), M = {
|
|
|
203
203
|
className: r = "",
|
|
204
204
|
...e
|
|
205
205
|
}) => {
|
|
206
|
-
const a = yr(n), o =
|
|
206
|
+
const a = yr(n), o = mr([r, M[Z], M[`${Z}--${n}`]]);
|
|
207
207
|
return /* @__PURE__ */ w("span", { "aria-label": p, className: o, "data-testid": i, ...e, children: [
|
|
208
|
-
u && a && /* @__PURE__ */ l(
|
|
208
|
+
u && a && /* @__PURE__ */ l(j, { "data-testid": `${i}-icon`, allyTitle: p, size: "xs", svg: a }),
|
|
209
209
|
t
|
|
210
210
|
] });
|
|
211
211
|
};
|
|
@@ -277,14 +277,14 @@ const kr = /* @__PURE__ */ br(xr), $r = {
|
|
|
277
277
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M5.341 2.228c.75-.622 1.73-.43 2.305.145l2.783 2.783a1.9 1.9 0 0 1 0 2.687L8.843 9.43a.1.1 0 0 0 0 .142l5.586 5.585a.1.1 0 0 0 .142 0l1.585-1.585a1.9 1.9 0 0 1 2.687 0l3.5 3.5c.343.342.698 1.023.31 1.742-.346.645-1.173 1.615-3.154 2.936-1.75 1.167-3.667 1.269-5.297.903-1.61-.361-3.015-1.192-3.839-2.016a.9.9 0 0 1 1.273-1.272c.573.572 1.669 1.242 2.96 1.532 1.27.285 2.656.188 3.905-.645 1.483-.989 2.137-1.68 2.418-2.06l-3.348-3.347a.1.1 0 0 0-.142 0l-1.586 1.585a1.9 1.9 0 0 1-2.687 0l-5.585-5.585a1.9 1.9 0 0 1 0-2.688l1.585-1.585a.1.1 0 0 0 0-.142L6.41 3.682c-.447.383-1.183 1.102-2.206 2.38-.878 1.097-1.14 2.08-1.127 2.951.013.898.323 1.758.732 2.59.24.488.733 1.079 1.551 1.88.561.549 1.227 1.152 2.002 1.854.344.312.71.644 1.098 1a.9.9 0 0 1-1.215 1.327c-.367-.336-.722-.658-1.061-.965a77.443 77.443 0 0 1-2.082-1.93c-.831-.813-1.523-1.586-1.909-2.372-.456-.93-.896-2.07-.916-3.356-.02-1.314.399-2.7 1.521-4.103 1.148-1.435 1.995-2.254 2.544-2.71Z" clip-rule="evenodd"/></svg>',
|
|
278
278
|
keywords: ["phone"],
|
|
279
279
|
category: "device"
|
|
280
|
-
}, Mr = kr.bind($r),
|
|
280
|
+
}, Mr = kr.bind($r), I = "purpur-icon", Zr = "md", Ir = (t) => t.filter((u) => Object.keys(u).length >= 1).map((u) => `${u.name}="${u.value}"`).join(" "), qr = ({ content: t = "", title: u } = {}) => {
|
|
281
281
|
const n = [
|
|
282
282
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
283
283
|
{ name: "fill", value: "currentColor" },
|
|
284
284
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
285
285
|
u ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
286
286
|
], i = u ? `<title>${u}</title>` : "";
|
|
287
|
-
return `<svg ${
|
|
287
|
+
return `<svg ${Ir(n)}>${i}${t}</svg>`;
|
|
288
288
|
}, Tr = (t) => t.replace(/<(\/?)svg([^>]*)>/g, "").trim(), A = ({
|
|
289
289
|
["data-testid"]: t,
|
|
290
290
|
svg: u,
|
|
@@ -293,10 +293,10 @@ const kr = /* @__PURE__ */ br(xr), $r = {
|
|
|
293
293
|
size: p = Zr,
|
|
294
294
|
...r
|
|
295
295
|
}) => {
|
|
296
|
-
const e =
|
|
296
|
+
const e = qr({
|
|
297
297
|
content: Tr(u.svg),
|
|
298
298
|
title: n
|
|
299
|
-
}), a = Mr(i,
|
|
299
|
+
}), a = Mr(i, I, `${I}--${p}`);
|
|
300
300
|
return /* @__PURE__ */ l(
|
|
301
301
|
"span",
|
|
302
302
|
{
|
|
@@ -309,7 +309,7 @@ const kr = /* @__PURE__ */ br(xr), $r = {
|
|
|
309
309
|
);
|
|
310
310
|
};
|
|
311
311
|
A.displayName = "Icon";
|
|
312
|
-
function
|
|
312
|
+
function Lr(t) {
|
|
313
313
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
314
314
|
}
|
|
315
315
|
var R = { exports: {} };
|
|
@@ -348,8 +348,8 @@ var R = { exports: {} };
|
|
|
348
348
|
t.exports ? (n.default = n, t.exports = n) : window.classNames = n;
|
|
349
349
|
})();
|
|
350
350
|
})(R);
|
|
351
|
-
var
|
|
352
|
-
const
|
|
351
|
+
var jr = R.exports;
|
|
352
|
+
const Er = /* @__PURE__ */ Lr(jr), Pr = {
|
|
353
353
|
"purpur-cta-link": "_purpur-cta-link_1mhg7_1",
|
|
354
354
|
"purpur-cta-link--sm": "_purpur-cta-link--sm_1mhg7_33",
|
|
355
355
|
"purpur-cta-link--icon-only": "_purpur-cta-link--icon-only_1mhg7_36",
|
|
@@ -363,7 +363,7 @@ const Lr = /* @__PURE__ */ jr(Er), Pr = {
|
|
|
363
363
|
"purpur-cta-link--secondary-negative": "_purpur-cta-link--secondary-negative_1mhg7_87",
|
|
364
364
|
"purpur-cta-link--expressive": "_purpur-cta-link--expressive_1mhg7_98",
|
|
365
365
|
"purpur-cta-link--expressive-negative": "_purpur-cta-link--expressive-negative_1mhg7_108"
|
|
366
|
-
}, Rr =
|
|
366
|
+
}, Rr = Er.bind(Pr), v = "purpur-cta-link", Cr = {
|
|
367
367
|
forward: Ar,
|
|
368
368
|
external: Sr,
|
|
369
369
|
back: Nr,
|
|
@@ -380,7 +380,7 @@ const Lr = /* @__PURE__ */ jr(Er), Pr = {
|
|
|
380
380
|
size: a = "md",
|
|
381
381
|
variant: o,
|
|
382
382
|
icon: _ = "forward",
|
|
383
|
-
...
|
|
383
|
+
...f
|
|
384
384
|
}, h) => {
|
|
385
385
|
const N = Rr(
|
|
386
386
|
[
|
|
@@ -399,11 +399,11 @@ const Lr = /* @__PURE__ */ jr(Er), Pr = {
|
|
|
399
399
|
(!p || p && !r) && t,
|
|
400
400
|
r && (_ === "forward" || _ === "external") && /* @__PURE__ */ l(A, { svg: b, size: a === "lg" ? "sm" : "xs" })
|
|
401
401
|
] }), s = {
|
|
402
|
-
...
|
|
402
|
+
...f,
|
|
403
403
|
className: N,
|
|
404
404
|
"data-testid": n
|
|
405
405
|
};
|
|
406
|
-
return "href" in
|
|
406
|
+
return "href" in f && f.href ? /* @__PURE__ */ l("a", { ...s, ref: h, children: x }) : /* @__PURE__ */ l("span", { ...s, ref: h, children: x });
|
|
407
407
|
}
|
|
408
408
|
);
|
|
409
409
|
function Hr(t) {
|
|
@@ -445,8 +445,8 @@ var C = { exports: {} };
|
|
|
445
445
|
t.exports ? (n.default = n, t.exports = n) : window.classNames = n;
|
|
446
446
|
})();
|
|
447
447
|
})(C);
|
|
448
|
-
var
|
|
449
|
-
const
|
|
448
|
+
var zr = C.exports;
|
|
449
|
+
const Vr = /* @__PURE__ */ Hr(zr), k = {
|
|
450
450
|
"purpur-heading": "_purpur-heading_k9fhq_1",
|
|
451
451
|
"purpur-heading--hyphens": "_purpur-heading--hyphens_k9fhq_8",
|
|
452
452
|
"purpur-heading--negative": "_purpur-heading--negative_k9fhq_11",
|
|
@@ -462,7 +462,7 @@ const Dr = /* @__PURE__ */ Hr(Vr), k = {
|
|
|
462
462
|
"purpur-heading--display-50": "_purpur-heading--display-50_k9fhq_68",
|
|
463
463
|
"purpur-heading--display-100": "_purpur-heading--display-100_k9fhq_74",
|
|
464
464
|
"purpur-heading--display-200": "_purpur-heading--display-200_k9fhq_80"
|
|
465
|
-
},
|
|
465
|
+
}, Dr = {
|
|
466
466
|
TITLE100: "title-100",
|
|
467
467
|
TITLE200: "title-200",
|
|
468
468
|
TITLE300: "title-300",
|
|
@@ -478,10 +478,10 @@ const Dr = /* @__PURE__ */ Hr(Vr), k = {
|
|
|
478
478
|
enableHyphenation: i = !1,
|
|
479
479
|
negative: p = !1,
|
|
480
480
|
tag: r,
|
|
481
|
-
variant: e =
|
|
481
|
+
variant: e = Dr.TITLE100,
|
|
482
482
|
...a
|
|
483
483
|
}) => {
|
|
484
|
-
const o = r, _ =
|
|
484
|
+
const o = r, _ = Vr([
|
|
485
485
|
n,
|
|
486
486
|
k[$],
|
|
487
487
|
k[`${$}--${e}`],
|
|
@@ -493,7 +493,7 @@ const Dr = /* @__PURE__ */ Hr(Vr), k = {
|
|
|
493
493
|
return /* @__PURE__ */ l(o, { ...a, className: _, "data-testid": t, children: u });
|
|
494
494
|
};
|
|
495
495
|
B.displayName = "Heading";
|
|
496
|
-
function
|
|
496
|
+
function Gr(t) {
|
|
497
497
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
498
498
|
}
|
|
499
499
|
var H = { exports: {} };
|
|
@@ -533,7 +533,7 @@ var H = { exports: {} };
|
|
|
533
533
|
})();
|
|
534
534
|
})(H);
|
|
535
535
|
var Fr = H.exports;
|
|
536
|
-
const Ur = /* @__PURE__ */
|
|
536
|
+
const Ur = /* @__PURE__ */ Gr(Fr), Wr = {
|
|
537
537
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
538
538
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
539
539
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -546,15 +546,15 @@ const Ur = /* @__PURE__ */ zr(Fr), Wr = {
|
|
|
546
546
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M21.06 3.795a.9.9 0 0 1 .145 1.264l-11.5 14.5a.9.9 0 0 1-1.341.077l-6-6a.9.9 0 0 1 1.272-1.272l5.286 5.286L19.795 3.94a.9.9 0 0 1 1.264-.145Z" clip-rule="evenodd"/></svg>',
|
|
547
547
|
keywords: ["checkmark"],
|
|
548
548
|
category: "utility"
|
|
549
|
-
},
|
|
550
|
-
|
|
549
|
+
}, z = (t) => /* @__PURE__ */ l(
|
|
550
|
+
V,
|
|
551
551
|
{
|
|
552
552
|
...t,
|
|
553
553
|
svg: Yr
|
|
554
554
|
}
|
|
555
555
|
);
|
|
556
|
-
|
|
557
|
-
const Jr = Ur.bind(Wr),
|
|
556
|
+
z.displayName = "IconCheckmark";
|
|
557
|
+
const Jr = Ur.bind(Wr), q = "purpur-icon", Kr = "md", Xr = (t) => t.filter((u) => Object.keys(u).length >= 1).map((u) => `${u.name}="${u.value}"`).join(" "), Qr = ({ content: t = "", title: u } = {}) => {
|
|
558
558
|
const n = [
|
|
559
559
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
560
560
|
{ name: "fill", value: "currentColor" },
|
|
@@ -562,7 +562,7 @@ const Jr = Ur.bind(Wr), I = "purpur-icon", Kr = "md", Xr = (t) => t.filter((u) =
|
|
|
562
562
|
u ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
563
563
|
], i = u ? `<title>${u}</title>` : "";
|
|
564
564
|
return `<svg ${Xr(n)}>${i}${t}</svg>`;
|
|
565
|
-
}, re = (t) => t.replace(/<(\/?)svg([^>]*)>/g, "").trim(),
|
|
565
|
+
}, re = (t) => t.replace(/<(\/?)svg([^>]*)>/g, "").trim(), V = ({
|
|
566
566
|
["data-testid"]: t,
|
|
567
567
|
svg: u,
|
|
568
568
|
allyTitle: n,
|
|
@@ -573,7 +573,7 @@ const Jr = Ur.bind(Wr), I = "purpur-icon", Kr = "md", Xr = (t) => t.filter((u) =
|
|
|
573
573
|
const e = Qr({
|
|
574
574
|
content: re(u.svg),
|
|
575
575
|
title: n
|
|
576
|
-
}), a = Jr(i,
|
|
576
|
+
}), a = Jr(i, q, `${q}--${p}`);
|
|
577
577
|
return /* @__PURE__ */ l(
|
|
578
578
|
"span",
|
|
579
579
|
{
|
|
@@ -585,11 +585,11 @@ const Jr = Ur.bind(Wr), I = "purpur-icon", Kr = "md", Xr = (t) => t.filter((u) =
|
|
|
585
585
|
}
|
|
586
586
|
);
|
|
587
587
|
};
|
|
588
|
-
|
|
588
|
+
V.displayName = "Icon";
|
|
589
589
|
function ee(t) {
|
|
590
590
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
591
591
|
}
|
|
592
|
-
var
|
|
592
|
+
var D = { exports: {} };
|
|
593
593
|
/*!
|
|
594
594
|
Copyright (c) 2018 Jed Watson.
|
|
595
595
|
Licensed under the MIT License (MIT), see
|
|
@@ -624,9 +624,9 @@ var G = { exports: {} };
|
|
|
624
624
|
}
|
|
625
625
|
t.exports ? (n.default = n, t.exports = n) : window.classNames = n;
|
|
626
626
|
})();
|
|
627
|
-
})(
|
|
628
|
-
var te =
|
|
629
|
-
const ae = /* @__PURE__ */ ee(te),
|
|
627
|
+
})(D);
|
|
628
|
+
var te = D.exports;
|
|
629
|
+
const ae = /* @__PURE__ */ ee(te), m = {
|
|
630
630
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
631
631
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
632
632
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -652,7 +652,7 @@ const ae = /* @__PURE__ */ ee(te), f = {
|
|
|
652
652
|
ADDITIONAL100MEDIUM: "additional-100-medium",
|
|
653
653
|
OVERLINE100: "overline-100",
|
|
654
654
|
OVERLINE200: "overline-200"
|
|
655
|
-
}, y = "purpur-paragraph",
|
|
655
|
+
}, y = "purpur-paragraph", G = ({
|
|
656
656
|
["data-testid"]: t,
|
|
657
657
|
children: u,
|
|
658
658
|
className: n,
|
|
@@ -664,17 +664,17 @@ const ae = /* @__PURE__ */ ee(te), f = {
|
|
|
664
664
|
}) => {
|
|
665
665
|
const o = ae([
|
|
666
666
|
n,
|
|
667
|
-
|
|
668
|
-
|
|
667
|
+
m[y],
|
|
668
|
+
m[`${y}--${e}`],
|
|
669
669
|
{
|
|
670
|
-
[
|
|
671
|
-
[
|
|
672
|
-
[
|
|
670
|
+
[m[`${y}--hyphens`]]: p,
|
|
671
|
+
[m[`${y}--disabled`]]: i,
|
|
672
|
+
[m[`${y}--negative`]]: r
|
|
673
673
|
}
|
|
674
674
|
]);
|
|
675
675
|
return /* @__PURE__ */ l("p", { ...a, className: o, "data-testid": t, children: u });
|
|
676
676
|
};
|
|
677
|
-
|
|
677
|
+
G.displayName = "Paragraph";
|
|
678
678
|
function ue(t) {
|
|
679
679
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
680
680
|
}
|
|
@@ -759,7 +759,7 @@ const d = U.bind(ie), c = "purpur-content-block", Y = ({
|
|
|
759
759
|
ctas: a,
|
|
760
760
|
usp: o,
|
|
761
761
|
headingTag: _ = "h2",
|
|
762
|
-
headingVariant:
|
|
762
|
+
headingVariant: f = "title-300",
|
|
763
763
|
onCtaClick: h,
|
|
764
764
|
children: N,
|
|
765
765
|
...b
|
|
@@ -775,18 +775,18 @@ const d = U.bind(ie), c = "purpur-content-block", Y = ({
|
|
|
775
775
|
/* @__PURE__ */ l("div", { className: d(`${c}__section`), children: p ? /* @__PURE__ */ l("div", { className: d(`${c}__video-wrapper`), children: p }) : /* @__PURE__ */ l("div", { className: d(`${c}__image-wrapper`), children: i }) }),
|
|
776
776
|
/* @__PURE__ */ l("div", { className: d(`${c}__section`), children: /* @__PURE__ */ w("div", { className: d(`${c}__content-wrapper`), children: [
|
|
777
777
|
r ? /* @__PURE__ */ l(wr, { variant: "special", className: d(`${c}__badge`), children: r }) : null,
|
|
778
|
-
e && e.trim() && /* @__PURE__ */ l(B, { variant:
|
|
778
|
+
e && e.trim() && /* @__PURE__ */ l(B, { variant: f, tag: _, negative: n, children: e }),
|
|
779
779
|
/* @__PURE__ */ l("div", { className: d(`${c}__content`), children: N }),
|
|
780
780
|
o != null && o.length ? /* @__PURE__ */ l("ul", { className: d(`${c}__usp-list`), children: o.map(
|
|
781
781
|
(s) => s && /* @__PURE__ */ w("li", { className: d(`${c}__usp-list-item`), children: [
|
|
782
782
|
/* @__PURE__ */ l(
|
|
783
|
-
|
|
783
|
+
z,
|
|
784
784
|
{
|
|
785
785
|
size: "xs",
|
|
786
786
|
className: d(`${c}__usp-list-item-icon`)
|
|
787
787
|
}
|
|
788
788
|
),
|
|
789
|
-
/* @__PURE__ */ l(
|
|
789
|
+
/* @__PURE__ */ l(G, { negative: n, children: s })
|
|
790
790
|
] }, s)
|
|
791
791
|
) }) : null,
|
|
792
792
|
a && a.length > 0 && /* @__PURE__ */ l("div", { className: d(`${c}__links`), children: a.map(
|