@purpurds/promotion-card 5.34.4 → 6.0.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/LICENSE.txt +6 -6
- package/dist/promotion-card.cjs.js +20 -16
- package/dist/promotion-card.cjs.js.map +1 -1
- package/dist/promotion-card.es.js +834 -758
- package/dist/promotion-card.es.js.map +1 -1
- package/package.json +12 -12
- package/src/promotion-card.stories.tsx +3 -1
- package/src/promotion-card.tsx +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { forwardRef as
|
|
1
|
+
import { jsxs as c, jsx as u, Fragment as xr } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as S, Children as T, isValidElement as Y, createElement as D, cloneElement as br, useEffect as Yr, Fragment as Jr } from "react";
|
|
3
3
|
import "react-dom";
|
|
4
|
-
function
|
|
4
|
+
function Qr(e) {
|
|
5
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
6
6
|
}
|
|
7
|
-
var
|
|
7
|
+
var $r = { exports: {} };
|
|
8
8
|
/*!
|
|
9
9
|
Copyright (c) 2018 Jed Watson.
|
|
10
10
|
Licensed under the MIT License (MIT), see
|
|
@@ -12,15 +12,15 @@ var xr = { exports: {} };
|
|
|
12
12
|
*/
|
|
13
13
|
(function(e) {
|
|
14
14
|
(function() {
|
|
15
|
-
var
|
|
15
|
+
var n = {}.hasOwnProperty;
|
|
16
16
|
function a() {
|
|
17
17
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
18
|
-
var
|
|
19
|
-
|
|
18
|
+
var i = arguments[t];
|
|
19
|
+
i && (r = p(r, o.call(this, i)));
|
|
20
20
|
}
|
|
21
21
|
return r;
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function o(r) {
|
|
24
24
|
if (typeof r == "string" || typeof r == "number")
|
|
25
25
|
return this && this[r] || r;
|
|
26
26
|
if (typeof r != "object")
|
|
@@ -30,8 +30,8 @@ var xr = { exports: {} };
|
|
|
30
30
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
31
31
|
return r.toString();
|
|
32
32
|
var t = "";
|
|
33
|
-
for (var
|
|
34
|
-
|
|
33
|
+
for (var i in r)
|
|
34
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
35
35
|
return t;
|
|
36
36
|
}
|
|
37
37
|
function p(r, t) {
|
|
@@ -39,9 +39,9 @@ var xr = { exports: {} };
|
|
|
39
39
|
}
|
|
40
40
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
41
41
|
})();
|
|
42
|
-
})(
|
|
43
|
-
var
|
|
44
|
-
const
|
|
42
|
+
})($r);
|
|
43
|
+
var re = $r.exports;
|
|
44
|
+
const ee = /* @__PURE__ */ Qr(re), te = {
|
|
45
45
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
46
46
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
47
47
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -49,77 +49,78 @@ const Jr = /* @__PURE__ */ Kr(Yr), Qr = {
|
|
|
49
49
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
50
50
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
51
51
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
52
|
-
},
|
|
52
|
+
}, ae = ee.bind(te), or = "purpur-icon", ie = "md", ne = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), oe = ({ content: e = "", title: n } = {}) => {
|
|
53
|
+
const a = [
|
|
54
|
+
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
55
|
+
{ name: "fill", value: "currentColor" },
|
|
56
|
+
{ name: "viewBox", value: "0 0 24 24" },
|
|
57
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
58
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
59
|
+
return `<svg ${ne(a)}>${o}${e}</svg>`;
|
|
60
|
+
}, pe = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Sr = ({
|
|
61
|
+
["data-testid"]: e,
|
|
62
|
+
svg: n,
|
|
63
|
+
allyTitle: a,
|
|
64
|
+
className: o,
|
|
65
|
+
size: p = ie,
|
|
66
|
+
...r
|
|
67
|
+
}) => {
|
|
68
|
+
const t = oe({
|
|
69
|
+
content: pe(n.svg),
|
|
70
|
+
title: a
|
|
71
|
+
}), i = ae(o, or, `${or}--${p}`);
|
|
72
|
+
return /* @__PURE__ */ u(
|
|
73
|
+
"span",
|
|
74
|
+
{
|
|
75
|
+
"aria-label": a,
|
|
76
|
+
className: i,
|
|
77
|
+
"data-testid": e,
|
|
78
|
+
dangerouslySetInnerHTML: { __html: t },
|
|
79
|
+
...r
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
};
|
|
83
|
+
Sr.displayName = "Icon";
|
|
84
|
+
const ue = {
|
|
53
85
|
name: "alert",
|
|
54
86
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="m13.038 7.067-.247 6.876h-1.566l-.247-6.876a1.03 1.03 0 1 1 2.06 0Zm.212 8.917c0 .649-.586 1.234-1.25 1.234-.649 0-1.25-.585-1.25-1.234 0-.633.601-1.234 1.25-1.234.664 0 1.25.601 1.25 1.234Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
55
87
|
keywords: ["alert"],
|
|
56
88
|
category: "status"
|
|
57
|
-
},
|
|
89
|
+
}, le = {
|
|
58
90
|
name: "check-circle",
|
|
59
91
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M16.487 9.514a.872.872 0 1 0-1.42-1.014l-4.248 5.948-2.18-2.18a.872.872 0 0 0-1.233 1.234l2.908 2.908a.872.872 0 0 0 1.326-.11l4.847-6.786Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
60
92
|
keywords: ["check-circle"],
|
|
61
93
|
category: "status"
|
|
62
|
-
},
|
|
94
|
+
}, se = {
|
|
63
95
|
name: "error",
|
|
64
96
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M10.354 3.05c.732-1.267 2.56-1.267 3.291 0l8.66 15c.732 1.267-.182 2.85-1.645 2.85H3.34c-1.463 0-2.377-1.583-1.646-2.85l8.66-15Zm1.595.862a.092.092 0 0 0-.036.038l-8.66 15a.092.092 0 0 0-.015.05c0 .014.005.032.015.05a.11.11 0 0 0 .036.038.09.09 0 0 0 .05.012H20.66a.088.088 0 0 0 .05-.012.106.106 0 0 0 .037-.038.105.105 0 0 0 .015-.05.092.092 0 0 0-.015-.05l-8.66-15a.092.092 0 0 0-.036-.038A.106.106 0 0 0 12 3.9a.105.105 0 0 0-.05.012Z" clip-rule="evenodd"/><path d="m12.523 14.922.412-6.25a.936.936 0 1 0-1.868 0l.421 6.25h1.035ZM12 17.52c.44 0 .826-.387.826-.815 0-.418-.387-.816-.826-.816-.428 0-.825.398-.825.816 0 .428.397.815.825.815Z"/><path fill-rule="evenodd" d="M12.691 15.096h-1.37l-.431-6.53a1 1 0 0 1 .997-1.066h.227a1 1 0 0 1 .998 1.064l-.42 6.532Zm.244-6.425a.936.936 0 1 0-1.868.002l.421 6.249h1.035l.412-6.25ZM13 16.706c0 .526-.466.99-1 .99-.522 0-1-.463-1-.99 0-.264.125-.51.304-.689.18-.178.429-.301.696-.301.536 0 1 .475 1 .99Zm-.174 0c0 .428-.387.815-.826.815-.428 0-.825-.387-.825-.815 0-.418.397-.816.825-.816.44 0 .826.398.826.816Z" clip-rule="evenodd"/></svg>',
|
|
65
97
|
keywords: ["error"],
|
|
66
98
|
category: "status"
|
|
67
|
-
},
|
|
99
|
+
}, de = {
|
|
68
100
|
name: "info",
|
|
69
101
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11 8.18c0 .537.469.979 1.007.979.524 0 .993-.442.993-.98s-.469-.979-.993-.979c-.538 0-1.007.441-1.007.98Zm.152 1.958v6.897h1.696v-6.897h-1.696Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
70
102
|
keywords: ["info"],
|
|
71
103
|
category: "status"
|
|
72
|
-
},
|
|
104
|
+
}, ce = {
|
|
73
105
|
name: "offering",
|
|
74
106
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M7.118 4.6H7a1.9 1.9 0 0 0-1.9 1.9V8a1.9 1.9 0 0 0 1.5 1.858v.642a.9.9 0 1 0 1.8 0v-.6h3.2v.6a.9.9 0 0 0 1.8 0v-.6h3.7V11a.9.9 0 0 0 1.8 0V9.858A1.9 1.9 0 0 0 20.4 8V6.5a1.9 1.9 0 0 0-1.9-1.9h-.618c-.063-.708-.3-1.394-.756-1.943-.56-.674-1.384-1.057-2.376-1.057-.92 0-1.696.33-2.25.915-.554-.585-1.33-.915-2.25-.915-.992 0-1.816.383-2.376 1.057-.457.549-.693 1.235-.756 1.943Zm1.812 0h2.64c-.053-.34-.174-.607-.328-.792-.192-.232-.493-.408-.992-.408s-.8.176-.992.408c-.154.185-.275.452-.328.792Zm4.5 0h2.64c-.053-.34-.174-.607-.328-.792-.192-.232-.493-.408-.992-.408s-.8.176-.992.408c-.154.185-.275.452-.328.792Zm-.03 3.5h5.1a.1.1 0 0 0 .1-.1V6.5a.1.1 0 0 0-.1-.1h-5.1v1.7Zm-1.8-1.7H7a.1.1 0 0 0-.1.1V8a.1.1 0 0 0 .1.1h4.6V6.4Zm8.335 5.147c.743-.107 1.52.135 2.201.817.474.473.695 1.011.708 1.548.012.508-.163.927-.318 1.2-.185.326-.47.607-.634.77l-.049.047-4.414 4.414a1.9 1.9 0 0 1-1.343.557H7.914a.1.1 0 0 0-.07.03l-.5.5a1.9 1.9 0 0 1-2.687 0L2.57 19.342a1.9 1.9 0 0 1 0-2.686l4-4a1.9 1.9 0 0 1 1.343-.557H14.5v.9-.9h.041l.065.004a2.73 2.73 0 0 1 .79.185 2.665 2.665 0 0 1 1.46 1.417c.188-.162.375-.324.551-.479.46-.401.815-.722.957-.863.338-.34.882-.719 1.571-.817ZM15.088 15.1a1.06 1.06 0 0 0 .08-.145c.1-.207.113-.38.027-.553a.867.867 0 0 0-.668-.497.628.628 0 0 0-.042-.005h-6.57a.1.1 0 0 0-.071.03l-4 4a.1.1 0 0 0 0 .14l2.085 2.087a.1.1 0 0 0 .142 0l.5-.5a1.9 1.9 0 0 1 1.343-.557h8.172a.1.1 0 0 0 .07-.03l4.415-4.414c.225-.225.334-.335.39-.434a.539.539 0 0 0 .083-.266.283.283 0 0 0-.026-.11.712.712 0 0 0-.154-.21c-.319-.318-.542-.326-.674-.307-.186.026-.392.146-.554.307-.191.192-.595.553-1.043.946-.904.79-2.143 1.838-2.561 2.144l-.238.174H10.5a.9.9 0 0 1 0-1.8h4.588Z" clip-rule="evenodd"/></svg>',
|
|
75
107
|
keywords: ["offering"],
|
|
76
108
|
category: "other"
|
|
77
|
-
},
|
|
109
|
+
}, _e = {
|
|
78
110
|
name: "question",
|
|
79
111
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M13.672 12.056c-.635.547-1.242 1.07-1.164 2.062h-1.385c-.309-1.553.504-2.214 1.23-2.805.514-.419.986-.802.986-1.442 0-.593-.489-1.068-1.267-1.068-.764 0-1.345.422-1.872 1.187L9 9.067C9.712 7.92 10.807 7.3 12.086 7.3 13.906 7.3 15 8.42 15 9.78c0 1.133-.678 1.717-1.328 2.277Zm-.822 3.763c0 .54-.487 1.028-1.041 1.028-.554 0-1.042-.488-1.042-1.028 0-.528.488-1.029 1.042-1.029s1.042.501 1.042 1.029Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
80
112
|
keywords: ["question"],
|
|
81
113
|
category: "status"
|
|
82
|
-
},
|
|
114
|
+
}, fe = {
|
|
83
115
|
name: "tag",
|
|
84
116
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M3.1 4a.9.9 0 0 1 .9-.9h6.5a.9.9 0 0 1 .636.264l10 10a.9.9 0 0 1 0 1.272l-4.5 4.5a.9.9 0 1 1-1.272-1.272L19.227 14l-9.1-9.1H4.9v5.227l9.736 9.737a.9.9 0 1 1-1.272 1.272l-10-10A.9.9 0 0 1 3.1 10.5V4ZM8 7.4a.6.6 0 1 0 0 1.2.6.6 0 0 0 0-1.2ZM5.6 8a2.4 2.4 0 1 1 4.8 0 2.4 2.4 0 0 1-4.8 0Z" clip-rule="evenodd"/></svg>',
|
|
85
117
|
keywords: ["tag"],
|
|
86
118
|
category: "other"
|
|
87
|
-
}, pe = Jr.bind(Qr), ar = "purpur-icon", le = "md", ue = (e) => e.filter((i) => Object.keys(i).length >= 1).map((i) => `${i.name}="${i.value}"`).join(" "), se = ({ content: e = "", title: i } = {}) => {
|
|
88
|
-
const a = [
|
|
89
|
-
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
90
|
-
{ name: "fill", value: "currentColor" },
|
|
91
|
-
{ name: "viewBox", value: "0 0 24 24" },
|
|
92
|
-
i ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
93
|
-
], n = i ? `<title>${i}</title>` : "";
|
|
94
|
-
return `<svg ${ue(a)}>${n}${e}</svg>`;
|
|
95
|
-
}, de = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), br = ({
|
|
96
|
-
["data-testid"]: e,
|
|
97
|
-
svg: i,
|
|
98
|
-
allyTitle: a,
|
|
99
|
-
className: n,
|
|
100
|
-
size: p = le,
|
|
101
|
-
...r
|
|
102
|
-
}) => {
|
|
103
|
-
const t = se({
|
|
104
|
-
content: de(i.svg),
|
|
105
|
-
title: a
|
|
106
|
-
}), o = pe(n, ar, `${ar}--${p}`);
|
|
107
|
-
return /* @__PURE__ */ l(
|
|
108
|
-
"span",
|
|
109
|
-
{
|
|
110
|
-
"aria-label": a,
|
|
111
|
-
className: o,
|
|
112
|
-
"data-testid": e,
|
|
113
|
-
dangerouslySetInnerHTML: { __html: t },
|
|
114
|
-
...r
|
|
115
|
-
}
|
|
116
|
-
);
|
|
117
119
|
};
|
|
118
|
-
|
|
119
|
-
function ce(e) {
|
|
120
|
+
function ge(e) {
|
|
120
121
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
121
122
|
}
|
|
122
|
-
var
|
|
123
|
+
var Cr = { exports: {} };
|
|
123
124
|
/*!
|
|
124
125
|
Copyright (c) 2018 Jed Watson.
|
|
125
126
|
Licensed under the MIT License (MIT), see
|
|
@@ -127,15 +128,15 @@ var $r = { exports: {} };
|
|
|
127
128
|
*/
|
|
128
129
|
(function(e) {
|
|
129
130
|
(function() {
|
|
130
|
-
var
|
|
131
|
+
var n = {}.hasOwnProperty;
|
|
131
132
|
function a() {
|
|
132
133
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
133
|
-
var
|
|
134
|
-
|
|
134
|
+
var i = arguments[t];
|
|
135
|
+
i && (r = p(r, o(i)));
|
|
135
136
|
}
|
|
136
137
|
return r;
|
|
137
138
|
}
|
|
138
|
-
function
|
|
139
|
+
function o(r) {
|
|
139
140
|
if (typeof r == "string" || typeof r == "number")
|
|
140
141
|
return r;
|
|
141
142
|
if (typeof r != "object")
|
|
@@ -145,8 +146,8 @@ var $r = { exports: {} };
|
|
|
145
146
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
146
147
|
return r.toString();
|
|
147
148
|
var t = "";
|
|
148
|
-
for (var
|
|
149
|
-
|
|
149
|
+
for (var i in r)
|
|
150
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
150
151
|
return t;
|
|
151
152
|
}
|
|
152
153
|
function p(r, t) {
|
|
@@ -154,9 +155,9 @@ var $r = { exports: {} };
|
|
|
154
155
|
}
|
|
155
156
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
156
157
|
})();
|
|
157
|
-
})(
|
|
158
|
-
var
|
|
159
|
-
const
|
|
158
|
+
})(Cr);
|
|
159
|
+
var he = Cr.exports;
|
|
160
|
+
const me = /* @__PURE__ */ ge(he), pr = {
|
|
160
161
|
"purpur-badge": "_purpur-badge_19vzu_1",
|
|
161
162
|
"purpur-badge--attention": "_purpur-badge--attention_19vzu_13",
|
|
162
163
|
"purpur-badge--special": "_purpur-badge--special_19vzu_17",
|
|
@@ -166,7 +167,7 @@ const fe = /* @__PURE__ */ ce(_e), ir = {
|
|
|
166
167
|
"purpur-badge--warning": "_purpur-badge--warning_19vzu_33",
|
|
167
168
|
"purpur-badge--error": "_purpur-badge--error_19vzu_37",
|
|
168
169
|
"purpur-badge--black-friday": "_purpur-badge--black-friday_19vzu_41"
|
|
169
|
-
},
|
|
170
|
+
}, ur = "purpur-badge", b = {
|
|
170
171
|
ATTENTION: "attention",
|
|
171
172
|
SPECIAL: "special",
|
|
172
173
|
NEUTRAL: "neutral",
|
|
@@ -175,50 +176,50 @@ const fe = /* @__PURE__ */ ce(_e), ir = {
|
|
|
175
176
|
WARNING: "warning",
|
|
176
177
|
ERROR: "error",
|
|
177
178
|
BLACK_FRIDAY: "black-friday"
|
|
178
|
-
},
|
|
179
|
+
}, ve = (e) => {
|
|
179
180
|
switch (e) {
|
|
180
|
-
case
|
|
181
|
-
case
|
|
182
|
-
return
|
|
183
|
-
case
|
|
184
|
-
return
|
|
185
|
-
case
|
|
186
|
-
return
|
|
187
|
-
case
|
|
188
|
-
return
|
|
189
|
-
case
|
|
190
|
-
return
|
|
191
|
-
case
|
|
192
|
-
return
|
|
193
|
-
case
|
|
194
|
-
return
|
|
181
|
+
case b.ATTENTION:
|
|
182
|
+
case b.SPECIAL:
|
|
183
|
+
return ce;
|
|
184
|
+
case b.INFORMATION:
|
|
185
|
+
return de;
|
|
186
|
+
case b.SUCCESS:
|
|
187
|
+
return le;
|
|
188
|
+
case b.WARNING:
|
|
189
|
+
return ue;
|
|
190
|
+
case b.ERROR:
|
|
191
|
+
return se;
|
|
192
|
+
case b.NEUTRAL:
|
|
193
|
+
return _e;
|
|
194
|
+
case b.BLACK_FRIDAY:
|
|
195
|
+
return fe;
|
|
195
196
|
default:
|
|
196
197
|
return;
|
|
197
198
|
}
|
|
198
|
-
},
|
|
199
|
+
}, ye = ({
|
|
199
200
|
children: e,
|
|
200
|
-
showIcon:
|
|
201
|
+
showIcon: n = !0,
|
|
201
202
|
variant: a,
|
|
202
|
-
["data-testid"]:
|
|
203
|
+
["data-testid"]: o,
|
|
203
204
|
allyLabel: p,
|
|
204
205
|
className: r = "",
|
|
205
206
|
...t
|
|
206
207
|
}) => {
|
|
207
|
-
const
|
|
208
|
-
return /* @__PURE__ */
|
|
209
|
-
|
|
208
|
+
const i = ve(a), l = me([r, pr[ur], pr[`${ur}--${a}`]]);
|
|
209
|
+
return /* @__PURE__ */ c("span", { "aria-label": p, className: l, "data-testid": o, ...t, children: [
|
|
210
|
+
n && i && /* @__PURE__ */ u(Sr, { "data-testid": `${o}-icon`, allyTitle: p, size: "xs", svg: i }),
|
|
210
211
|
e
|
|
211
212
|
] });
|
|
212
|
-
},
|
|
213
|
+
}, we = {
|
|
213
214
|
XS: "xs",
|
|
214
215
|
SM: "sm",
|
|
215
216
|
MD: "md",
|
|
216
217
|
LG: "lg"
|
|
217
218
|
};
|
|
218
|
-
function
|
|
219
|
+
function xe(e) {
|
|
219
220
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
220
221
|
}
|
|
221
|
-
var
|
|
222
|
+
var Ar = { exports: {} };
|
|
222
223
|
/*!
|
|
223
224
|
Copyright (c) 2018 Jed Watson.
|
|
224
225
|
Licensed under the MIT License (MIT), see
|
|
@@ -226,15 +227,15 @@ var Sr = { exports: {} };
|
|
|
226
227
|
*/
|
|
227
228
|
(function(e) {
|
|
228
229
|
(function() {
|
|
229
|
-
var
|
|
230
|
+
var n = {}.hasOwnProperty;
|
|
230
231
|
function a() {
|
|
231
232
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
232
|
-
var
|
|
233
|
-
|
|
233
|
+
var i = arguments[t];
|
|
234
|
+
i && (r = p(r, o(i)));
|
|
234
235
|
}
|
|
235
236
|
return r;
|
|
236
237
|
}
|
|
237
|
-
function
|
|
238
|
+
function o(r) {
|
|
238
239
|
if (typeof r == "string" || typeof r == "number")
|
|
239
240
|
return r;
|
|
240
241
|
if (typeof r != "object")
|
|
@@ -244,8 +245,8 @@ var Sr = { exports: {} };
|
|
|
244
245
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
245
246
|
return r.toString();
|
|
246
247
|
var t = "";
|
|
247
|
-
for (var
|
|
248
|
-
|
|
248
|
+
for (var i in r)
|
|
249
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
249
250
|
return t;
|
|
250
251
|
}
|
|
251
252
|
function p(r, t) {
|
|
@@ -253,44 +254,44 @@ var Sr = { exports: {} };
|
|
|
253
254
|
}
|
|
254
255
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
255
256
|
})();
|
|
256
|
-
})(
|
|
257
|
-
var
|
|
258
|
-
const
|
|
257
|
+
})(Ar);
|
|
258
|
+
var be = Ar.exports;
|
|
259
|
+
const lr = /* @__PURE__ */ xe(be), $e = "_rotate_1xozj_1", Se = "_dash_1xozj_1", G = {
|
|
259
260
|
"purpur-spinner": "_purpur-spinner_1xozj_1",
|
|
260
|
-
rotate:
|
|
261
|
+
rotate: $e,
|
|
261
262
|
"purpur-spinner--xxs": "_purpur-spinner--xxs_1xozj_4",
|
|
262
263
|
"purpur-spinner--xs": "_purpur-spinner--xs_1xozj_8",
|
|
263
264
|
"purpur-spinner--sm": "_purpur-spinner--sm_1xozj_12",
|
|
264
265
|
"purpur-spinner--md": "_purpur-spinner--md_1xozj_16",
|
|
265
266
|
"purpur-spinner--lg": "_purpur-spinner--lg_1xozj_20",
|
|
266
267
|
"purpur-spinner__circle": "_purpur-spinner__circle_1xozj_24",
|
|
267
|
-
dash:
|
|
268
|
+
dash: Se,
|
|
268
269
|
"purpur-spinner__circle--disabled": "_purpur-spinner__circle--disabled_1xozj_33",
|
|
269
270
|
"purpur-spinner__circle--negative": "_purpur-spinner__circle--negative_1xozj_36"
|
|
270
|
-
}, q = "purpur-spinner",
|
|
271
|
+
}, q = "purpur-spinner", Ce = {
|
|
271
272
|
XXS: "xxs",
|
|
272
273
|
XS: "xs",
|
|
273
274
|
SM: "sm",
|
|
274
275
|
MD: "md",
|
|
275
276
|
LG: "lg"
|
|
276
|
-
},
|
|
277
|
+
}, Ae = ({
|
|
277
278
|
["data-testid"]: e,
|
|
278
|
-
disabled:
|
|
279
|
+
disabled: n = !1,
|
|
279
280
|
negative: a = !1,
|
|
280
|
-
size:
|
|
281
|
+
size: o = Ce.SM,
|
|
281
282
|
...p
|
|
282
|
-
}) => /* @__PURE__ */
|
|
283
|
+
}) => /* @__PURE__ */ u(
|
|
283
284
|
"div",
|
|
284
285
|
{
|
|
285
|
-
className:
|
|
286
|
+
className: lr([G[q], G[`${q}--${o}`]]),
|
|
286
287
|
"data-testid": e,
|
|
287
288
|
...p,
|
|
288
|
-
children: /* @__PURE__ */
|
|
289
|
+
children: /* @__PURE__ */ u("svg", { viewBox: "0 0 50 50", children: /* @__PURE__ */ u(
|
|
289
290
|
"circle",
|
|
290
291
|
{
|
|
291
|
-
className:
|
|
292
|
-
[
|
|
293
|
-
[
|
|
292
|
+
className: lr(G[`${q}__circle`], {
|
|
293
|
+
[G[`${q}__circle--disabled`]]: n,
|
|
294
|
+
[G[`${q}__circle--negative`]]: a
|
|
294
295
|
}),
|
|
295
296
|
cx: "25",
|
|
296
297
|
cy: "25",
|
|
@@ -299,10 +300,10 @@ const nr = /* @__PURE__ */ ve(ye), we = "_rotate_1xozj_1", xe = "_dash_1xozj_1",
|
|
|
299
300
|
) })
|
|
300
301
|
}
|
|
301
302
|
);
|
|
302
|
-
function
|
|
303
|
+
function ke(e) {
|
|
303
304
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
304
305
|
}
|
|
305
|
-
var
|
|
306
|
+
var kr = { exports: {} };
|
|
306
307
|
/*!
|
|
307
308
|
Copyright (c) 2018 Jed Watson.
|
|
308
309
|
Licensed under the MIT License (MIT), see
|
|
@@ -310,15 +311,15 @@ var Cr = { exports: {} };
|
|
|
310
311
|
*/
|
|
311
312
|
(function(e) {
|
|
312
313
|
(function() {
|
|
313
|
-
var
|
|
314
|
+
var n = {}.hasOwnProperty;
|
|
314
315
|
function a() {
|
|
315
316
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
316
|
-
var
|
|
317
|
-
|
|
317
|
+
var i = arguments[t];
|
|
318
|
+
i && (r = p(r, o.call(this, i)));
|
|
318
319
|
}
|
|
319
320
|
return r;
|
|
320
321
|
}
|
|
321
|
-
function
|
|
322
|
+
function o(r) {
|
|
322
323
|
if (typeof r == "string" || typeof r == "number")
|
|
323
324
|
return this && this[r] || r;
|
|
324
325
|
if (typeof r != "object")
|
|
@@ -328,8 +329,8 @@ var Cr = { exports: {} };
|
|
|
328
329
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
329
330
|
return r.toString();
|
|
330
331
|
var t = "";
|
|
331
|
-
for (var
|
|
332
|
-
|
|
332
|
+
for (var i in r)
|
|
333
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
333
334
|
return t;
|
|
334
335
|
}
|
|
335
336
|
function p(r, t) {
|
|
@@ -337,9 +338,9 @@ var Cr = { exports: {} };
|
|
|
337
338
|
}
|
|
338
339
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
339
340
|
})();
|
|
340
|
-
})(
|
|
341
|
-
var
|
|
342
|
-
const
|
|
341
|
+
})(kr);
|
|
342
|
+
var Oe = kr.exports;
|
|
343
|
+
const Ne = /* @__PURE__ */ ke(Oe), Be = {
|
|
343
344
|
"purpur-button": "_purpur-button_w455q_1",
|
|
344
345
|
"purpur-button--xs": "_purpur-button--xs_w455q_33",
|
|
345
346
|
"purpur-button--icon-only": "_purpur-button--icon-only_w455q_36",
|
|
@@ -361,62 +362,62 @@ const ke = /* @__PURE__ */ Se(Ce), Ae = {
|
|
|
361
362
|
"purpur-button--tertiary-purple-negative": "_purpur-button--tertiary-purple-negative_w455q_166",
|
|
362
363
|
"purpur-button--text-negative": "_purpur-button--text-negative_w455q_181",
|
|
363
364
|
"purpur-button--text": "_purpur-button--text_w455q_181"
|
|
364
|
-
},
|
|
365
|
+
}, Fe = Ne.bind(Be), O = "purpur-button", Me = ({
|
|
365
366
|
children: e,
|
|
366
|
-
className:
|
|
367
|
+
className: n,
|
|
367
368
|
["data-testid"]: a,
|
|
368
|
-
disabled:
|
|
369
|
+
disabled: o = !1,
|
|
369
370
|
fullWidth: p = !1,
|
|
370
371
|
iconOnly: r,
|
|
371
372
|
loading: t = !1,
|
|
372
|
-
negative:
|
|
373
|
-
onClick:
|
|
373
|
+
negative: i = !1,
|
|
374
|
+
onClick: l,
|
|
374
375
|
size: d = "md",
|
|
375
|
-
variant:
|
|
376
|
-
type:
|
|
377
|
-
...
|
|
378
|
-
},
|
|
379
|
-
if (r &&
|
|
376
|
+
variant: h,
|
|
377
|
+
type: x = "button",
|
|
378
|
+
...B
|
|
379
|
+
}, C) => {
|
|
380
|
+
if (r && h === "destructive")
|
|
380
381
|
return null;
|
|
381
|
-
const
|
|
382
|
+
const _ = Fe(
|
|
382
383
|
[
|
|
383
|
-
|
|
384
|
-
`${
|
|
385
|
-
`${
|
|
384
|
+
O,
|
|
385
|
+
`${O}--${i ? `${h}-negative` : h}`,
|
|
386
|
+
`${O}--${d}`
|
|
386
387
|
],
|
|
387
388
|
{
|
|
388
|
-
[`${
|
|
389
|
-
[`${
|
|
390
|
-
[`${
|
|
391
|
-
[`${
|
|
389
|
+
[`${O}--icon-only`]: r,
|
|
390
|
+
[`${O}--negative`]: i,
|
|
391
|
+
[`${O}--full-width`]: p,
|
|
392
|
+
[`${O}--disabled`]: o || t
|
|
392
393
|
},
|
|
393
|
-
|
|
394
|
-
),
|
|
395
|
-
|
|
396
|
-
},
|
|
397
|
-
return /* @__PURE__ */
|
|
394
|
+
n
|
|
395
|
+
), F = (m) => {
|
|
396
|
+
o || t ? m.preventDefault() : l && l(m);
|
|
397
|
+
}, A = !!B["aria-disabled"] || o || t;
|
|
398
|
+
return /* @__PURE__ */ c(
|
|
398
399
|
"button",
|
|
399
400
|
{
|
|
400
|
-
className:
|
|
401
|
+
className: _,
|
|
401
402
|
"data-testid": a,
|
|
402
|
-
type:
|
|
403
|
-
ref:
|
|
404
|
-
"aria-disabled":
|
|
405
|
-
onClick:
|
|
406
|
-
...
|
|
403
|
+
type: x,
|
|
404
|
+
ref: C,
|
|
405
|
+
"aria-disabled": A,
|
|
406
|
+
onClick: F,
|
|
407
|
+
...B,
|
|
407
408
|
children: [
|
|
408
|
-
t && /* @__PURE__ */
|
|
409
|
+
t && /* @__PURE__ */ u(Ae, { size: d === we.LG ? "xs" : "xxs", negative: i, disabled: A }),
|
|
409
410
|
" ",
|
|
410
411
|
e
|
|
411
412
|
]
|
|
412
413
|
}
|
|
413
414
|
);
|
|
414
|
-
},
|
|
415
|
-
|
|
416
|
-
function
|
|
415
|
+
}, Or = S(Me);
|
|
416
|
+
Or.displayName = "Button";
|
|
417
|
+
function Ee(e) {
|
|
417
418
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
418
419
|
}
|
|
419
|
-
var
|
|
420
|
+
var Nr = { exports: {} };
|
|
420
421
|
/*!
|
|
421
422
|
Copyright (c) 2018 Jed Watson.
|
|
422
423
|
Licensed under the MIT License (MIT), see
|
|
@@ -424,15 +425,15 @@ var Ar = { exports: {} };
|
|
|
424
425
|
*/
|
|
425
426
|
(function(e) {
|
|
426
427
|
(function() {
|
|
427
|
-
var
|
|
428
|
+
var n = {}.hasOwnProperty;
|
|
428
429
|
function a() {
|
|
429
430
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
430
|
-
var
|
|
431
|
-
|
|
431
|
+
var i = arguments[t];
|
|
432
|
+
i && (r = p(r, o.call(this, i)));
|
|
432
433
|
}
|
|
433
434
|
return r;
|
|
434
435
|
}
|
|
435
|
-
function
|
|
436
|
+
function o(r) {
|
|
436
437
|
if (typeof r == "string" || typeof r == "number")
|
|
437
438
|
return this && this[r] || r;
|
|
438
439
|
if (typeof r != "object")
|
|
@@ -442,8 +443,8 @@ var Ar = { exports: {} };
|
|
|
442
443
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
443
444
|
return r.toString();
|
|
444
445
|
var t = "";
|
|
445
|
-
for (var
|
|
446
|
-
|
|
446
|
+
for (var i in r)
|
|
447
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
447
448
|
return t;
|
|
448
449
|
}
|
|
449
450
|
function p(r, t) {
|
|
@@ -451,15 +452,15 @@ var Ar = { exports: {} };
|
|
|
451
452
|
}
|
|
452
453
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
453
454
|
})();
|
|
454
|
-
})(
|
|
455
|
-
var
|
|
456
|
-
const
|
|
457
|
-
"purpur-card": "_purpur-
|
|
455
|
+
})(Nr);
|
|
456
|
+
var je = Nr.exports;
|
|
457
|
+
const g = /* @__PURE__ */ Ee(je), Ie = {
|
|
458
|
+
"purpur-card": "_purpur-card_1ruml_1"
|
|
458
459
|
};
|
|
459
|
-
function
|
|
460
|
+
function Ge(e) {
|
|
460
461
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
461
462
|
}
|
|
462
|
-
var
|
|
463
|
+
var Br = { exports: {} };
|
|
463
464
|
/*!
|
|
464
465
|
Copyright (c) 2018 Jed Watson.
|
|
465
466
|
Licensed under the MIT License (MIT), see
|
|
@@ -467,15 +468,15 @@ var Or = { exports: {} };
|
|
|
467
468
|
*/
|
|
468
469
|
(function(e) {
|
|
469
470
|
(function() {
|
|
470
|
-
var
|
|
471
|
+
var n = {}.hasOwnProperty;
|
|
471
472
|
function a() {
|
|
472
473
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
473
|
-
var
|
|
474
|
-
|
|
474
|
+
var i = arguments[t];
|
|
475
|
+
i && (r = p(r, o.call(this, i)));
|
|
475
476
|
}
|
|
476
477
|
return r;
|
|
477
478
|
}
|
|
478
|
-
function
|
|
479
|
+
function o(r) {
|
|
479
480
|
if (typeof r == "string" || typeof r == "number")
|
|
480
481
|
return this && this[r] || r;
|
|
481
482
|
if (typeof r != "object")
|
|
@@ -485,8 +486,8 @@ var Or = { exports: {} };
|
|
|
485
486
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
486
487
|
return r.toString();
|
|
487
488
|
var t = "";
|
|
488
|
-
for (var
|
|
489
|
-
|
|
489
|
+
for (var i in r)
|
|
490
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
490
491
|
return t;
|
|
491
492
|
}
|
|
492
493
|
function p(r, t) {
|
|
@@ -494,9 +495,9 @@ var Or = { exports: {} };
|
|
|
494
495
|
}
|
|
495
496
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
496
497
|
})();
|
|
497
|
-
})(
|
|
498
|
-
var
|
|
499
|
-
const
|
|
498
|
+
})(Br);
|
|
499
|
+
var qe = Br.exports;
|
|
500
|
+
const Ze = /* @__PURE__ */ Ge(qe), Le = {
|
|
500
501
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
501
502
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
502
503
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -504,77 +505,78 @@ const Ge = /* @__PURE__ */ Ee(je), Ie = {
|
|
|
504
505
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
505
506
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
506
507
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
507
|
-
}, Ze = {
|
|
508
|
+
}, Ue = Ze.bind(Le), sr = "purpur-icon", ze = "md", Pe = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), Re = ({ content: e = "", title: n } = {}) => {
|
|
509
|
+
const a = [
|
|
510
|
+
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
511
|
+
{ name: "fill", value: "currentColor" },
|
|
512
|
+
{ name: "viewBox", value: "0 0 24 24" },
|
|
513
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
514
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
515
|
+
return `<svg ${Pe(a)}>${o}${e}</svg>`;
|
|
516
|
+
}, Te = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Fr = ({
|
|
517
|
+
["data-testid"]: e,
|
|
518
|
+
svg: n,
|
|
519
|
+
allyTitle: a,
|
|
520
|
+
className: o,
|
|
521
|
+
size: p = ze,
|
|
522
|
+
...r
|
|
523
|
+
}) => {
|
|
524
|
+
const t = Re({
|
|
525
|
+
content: Te(n.svg),
|
|
526
|
+
title: a
|
|
527
|
+
}), i = Ue(o, sr, `${sr}--${p}`);
|
|
528
|
+
return /* @__PURE__ */ u(
|
|
529
|
+
"span",
|
|
530
|
+
{
|
|
531
|
+
"aria-label": a,
|
|
532
|
+
className: i,
|
|
533
|
+
"data-testid": e,
|
|
534
|
+
dangerouslySetInnerHTML: { __html: t },
|
|
535
|
+
...r
|
|
536
|
+
}
|
|
537
|
+
);
|
|
538
|
+
};
|
|
539
|
+
Fr.displayName = "Icon";
|
|
540
|
+
const De = {
|
|
508
541
|
name: "alert",
|
|
509
542
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="m13.038 7.067-.247 6.876h-1.566l-.247-6.876a1.03 1.03 0 1 1 2.06 0Zm.212 8.917c0 .649-.586 1.234-1.25 1.234-.649 0-1.25-.585-1.25-1.234 0-.633.601-1.234 1.25-1.234.664 0 1.25.601 1.25 1.234Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
510
543
|
keywords: ["alert"],
|
|
511
544
|
category: "status"
|
|
512
|
-
},
|
|
545
|
+
}, He = {
|
|
513
546
|
name: "check-circle",
|
|
514
547
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M16.487 9.514a.872.872 0 1 0-1.42-1.014l-4.248 5.948-2.18-2.18a.872.872 0 0 0-1.233 1.234l2.908 2.908a.872.872 0 0 0 1.326-.11l4.847-6.786Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
515
548
|
keywords: ["check-circle"],
|
|
516
549
|
category: "status"
|
|
517
|
-
},
|
|
550
|
+
}, Ve = {
|
|
518
551
|
name: "error",
|
|
519
552
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M10.354 3.05c.732-1.267 2.56-1.267 3.291 0l8.66 15c.732 1.267-.182 2.85-1.645 2.85H3.34c-1.463 0-2.377-1.583-1.646-2.85l8.66-15Zm1.595.862a.092.092 0 0 0-.036.038l-8.66 15a.092.092 0 0 0-.015.05c0 .014.005.032.015.05a.11.11 0 0 0 .036.038.09.09 0 0 0 .05.012H20.66a.088.088 0 0 0 .05-.012.106.106 0 0 0 .037-.038.105.105 0 0 0 .015-.05.092.092 0 0 0-.015-.05l-8.66-15a.092.092 0 0 0-.036-.038A.106.106 0 0 0 12 3.9a.105.105 0 0 0-.05.012Z" clip-rule="evenodd"/><path d="m12.523 14.922.412-6.25a.936.936 0 1 0-1.868 0l.421 6.25h1.035ZM12 17.52c.44 0 .826-.387.826-.815 0-.418-.387-.816-.826-.816-.428 0-.825.398-.825.816 0 .428.397.815.825.815Z"/><path fill-rule="evenodd" d="M12.691 15.096h-1.37l-.431-6.53a1 1 0 0 1 .997-1.066h.227a1 1 0 0 1 .998 1.064l-.42 6.532Zm.244-6.425a.936.936 0 1 0-1.868.002l.421 6.249h1.035l.412-6.25ZM13 16.706c0 .526-.466.99-1 .99-.522 0-1-.463-1-.99 0-.264.125-.51.304-.689.18-.178.429-.301.696-.301.536 0 1 .475 1 .99Zm-.174 0c0 .428-.387.815-.826.815-.428 0-.825-.387-.825-.815 0-.418.397-.816.825-.816.44 0 .826.398.826.816Z" clip-rule="evenodd"/></svg>',
|
|
520
553
|
keywords: ["error"],
|
|
521
554
|
category: "status"
|
|
522
|
-
},
|
|
555
|
+
}, We = {
|
|
523
556
|
name: "info",
|
|
524
557
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11 8.18c0 .537.469.979 1.007.979.524 0 .993-.442.993-.98s-.469-.979-.993-.979c-.538 0-1.007.441-1.007.98Zm.152 1.958v6.897h1.696v-6.897h-1.696Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
525
558
|
keywords: ["info"],
|
|
526
559
|
category: "status"
|
|
527
|
-
},
|
|
560
|
+
}, Xe = {
|
|
528
561
|
name: "offering",
|
|
529
562
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M7.118 4.6H7a1.9 1.9 0 0 0-1.9 1.9V8a1.9 1.9 0 0 0 1.5 1.858v.642a.9.9 0 1 0 1.8 0v-.6h3.2v.6a.9.9 0 0 0 1.8 0v-.6h3.7V11a.9.9 0 0 0 1.8 0V9.858A1.9 1.9 0 0 0 20.4 8V6.5a1.9 1.9 0 0 0-1.9-1.9h-.618c-.063-.708-.3-1.394-.756-1.943-.56-.674-1.384-1.057-2.376-1.057-.92 0-1.696.33-2.25.915-.554-.585-1.33-.915-2.25-.915-.992 0-1.816.383-2.376 1.057-.457.549-.693 1.235-.756 1.943Zm1.812 0h2.64c-.053-.34-.174-.607-.328-.792-.192-.232-.493-.408-.992-.408s-.8.176-.992.408c-.154.185-.275.452-.328.792Zm4.5 0h2.64c-.053-.34-.174-.607-.328-.792-.192-.232-.493-.408-.992-.408s-.8.176-.992.408c-.154.185-.275.452-.328.792Zm-.03 3.5h5.1a.1.1 0 0 0 .1-.1V6.5a.1.1 0 0 0-.1-.1h-5.1v1.7Zm-1.8-1.7H7a.1.1 0 0 0-.1.1V8a.1.1 0 0 0 .1.1h4.6V6.4Zm8.335 5.147c.743-.107 1.52.135 2.201.817.474.473.695 1.011.708 1.548.012.508-.163.927-.318 1.2-.185.326-.47.607-.634.77l-.049.047-4.414 4.414a1.9 1.9 0 0 1-1.343.557H7.914a.1.1 0 0 0-.07.03l-.5.5a1.9 1.9 0 0 1-2.687 0L2.57 19.342a1.9 1.9 0 0 1 0-2.686l4-4a1.9 1.9 0 0 1 1.343-.557H14.5v.9-.9h.041l.065.004a2.73 2.73 0 0 1 .79.185 2.665 2.665 0 0 1 1.46 1.417c.188-.162.375-.324.551-.479.46-.401.815-.722.957-.863.338-.34.882-.719 1.571-.817ZM15.088 15.1a1.06 1.06 0 0 0 .08-.145c.1-.207.113-.38.027-.553a.867.867 0 0 0-.668-.497.628.628 0 0 0-.042-.005h-6.57a.1.1 0 0 0-.071.03l-4 4a.1.1 0 0 0 0 .14l2.085 2.087a.1.1 0 0 0 .142 0l.5-.5a1.9 1.9 0 0 1 1.343-.557h8.172a.1.1 0 0 0 .07-.03l4.415-4.414c.225-.225.334-.335.39-.434a.539.539 0 0 0 .083-.266.283.283 0 0 0-.026-.11.712.712 0 0 0-.154-.21c-.319-.318-.542-.326-.674-.307-.186.026-.392.146-.554.307-.191.192-.595.553-1.043.946-.904.79-2.143 1.838-2.561 2.144l-.238.174H10.5a.9.9 0 0 1 0-1.8h4.588Z" clip-rule="evenodd"/></svg>',
|
|
530
563
|
keywords: ["offering"],
|
|
531
564
|
category: "other"
|
|
532
|
-
},
|
|
565
|
+
}, Ke = {
|
|
533
566
|
name: "question",
|
|
534
567
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M13.672 12.056c-.635.547-1.242 1.07-1.164 2.062h-1.385c-.309-1.553.504-2.214 1.23-2.805.514-.419.986-.802.986-1.442 0-.593-.489-1.068-1.267-1.068-.764 0-1.345.422-1.872 1.187L9 9.067C9.712 7.92 10.807 7.3 12.086 7.3 13.906 7.3 15 8.42 15 9.78c0 1.133-.678 1.717-1.328 2.277Zm-.822 3.763c0 .54-.487 1.028-1.041 1.028-.554 0-1.042-.488-1.042-1.028 0-.528.488-1.029 1.042-1.029s1.042.501 1.042 1.029Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.75 0a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" clip-rule="evenodd"/></svg>',
|
|
535
568
|
keywords: ["question"],
|
|
536
569
|
category: "status"
|
|
537
|
-
},
|
|
570
|
+
}, Ye = {
|
|
538
571
|
name: "tag",
|
|
539
572
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M3.1 4a.9.9 0 0 1 .9-.9h6.5a.9.9 0 0 1 .636.264l10 10a.9.9 0 0 1 0 1.272l-4.5 4.5a.9.9 0 1 1-1.272-1.272L19.227 14l-9.1-9.1H4.9v5.227l9.736 9.737a.9.9 0 1 1-1.272 1.272l-10-10A.9.9 0 0 1 3.1 10.5V4ZM8 7.4a.6.6 0 1 0 0 1.2.6.6 0 0 0 0-1.2ZM5.6 8a2.4 2.4 0 1 1 4.8 0 2.4 2.4 0 0 1-4.8 0Z" clip-rule="evenodd"/></svg>',
|
|
540
573
|
keywords: ["tag"],
|
|
541
574
|
category: "other"
|
|
542
|
-
}, ze = Ge.bind(Ie), pr = "purpur-icon", Te = "md", He = (e) => e.filter((i) => Object.keys(i).length >= 1).map((i) => `${i.name}="${i.value}"`).join(" "), Ve = ({ content: e = "", title: i } = {}) => {
|
|
543
|
-
const a = [
|
|
544
|
-
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
545
|
-
{ name: "fill", value: "currentColor" },
|
|
546
|
-
{ name: "viewBox", value: "0 0 24 24" },
|
|
547
|
-
i ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
548
|
-
], n = i ? `<title>${i}</title>` : "";
|
|
549
|
-
return `<svg ${He(a)}>${n}${e}</svg>`;
|
|
550
|
-
}, We = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Br = ({
|
|
551
|
-
["data-testid"]: e,
|
|
552
|
-
svg: i,
|
|
553
|
-
allyTitle: a,
|
|
554
|
-
className: n,
|
|
555
|
-
size: p = Te,
|
|
556
|
-
...r
|
|
557
|
-
}) => {
|
|
558
|
-
const t = Ve({
|
|
559
|
-
content: We(i.svg),
|
|
560
|
-
title: a
|
|
561
|
-
}), o = ze(n, pr, `${pr}--${p}`);
|
|
562
|
-
return /* @__PURE__ */ l(
|
|
563
|
-
"span",
|
|
564
|
-
{
|
|
565
|
-
"aria-label": a,
|
|
566
|
-
className: o,
|
|
567
|
-
"data-testid": e,
|
|
568
|
-
dangerouslySetInnerHTML: { __html: t },
|
|
569
|
-
...r
|
|
570
|
-
}
|
|
571
|
-
);
|
|
572
575
|
};
|
|
573
|
-
|
|
574
|
-
function Xe(e) {
|
|
576
|
+
function Je(e) {
|
|
575
577
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
576
578
|
}
|
|
577
|
-
var
|
|
579
|
+
var Mr = { exports: {} };
|
|
578
580
|
/*!
|
|
579
581
|
Copyright (c) 2018 Jed Watson.
|
|
580
582
|
Licensed under the MIT License (MIT), see
|
|
@@ -582,15 +584,15 @@ var Fr = { exports: {} };
|
|
|
582
584
|
*/
|
|
583
585
|
(function(e) {
|
|
584
586
|
(function() {
|
|
585
|
-
var
|
|
587
|
+
var n = {}.hasOwnProperty;
|
|
586
588
|
function a() {
|
|
587
589
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
588
|
-
var
|
|
589
|
-
|
|
590
|
+
var i = arguments[t];
|
|
591
|
+
i && (r = p(r, o(i)));
|
|
590
592
|
}
|
|
591
593
|
return r;
|
|
592
594
|
}
|
|
593
|
-
function
|
|
595
|
+
function o(r) {
|
|
594
596
|
if (typeof r == "string" || typeof r == "number")
|
|
595
597
|
return r;
|
|
596
598
|
if (typeof r != "object")
|
|
@@ -600,8 +602,8 @@ var Fr = { exports: {} };
|
|
|
600
602
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
601
603
|
return r.toString();
|
|
602
604
|
var t = "";
|
|
603
|
-
for (var
|
|
604
|
-
|
|
605
|
+
for (var i in r)
|
|
606
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
605
607
|
return t;
|
|
606
608
|
}
|
|
607
609
|
function p(r, t) {
|
|
@@ -609,9 +611,9 @@ var Fr = { exports: {} };
|
|
|
609
611
|
}
|
|
610
612
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
611
613
|
})();
|
|
612
|
-
})(
|
|
613
|
-
var
|
|
614
|
-
const
|
|
614
|
+
})(Mr);
|
|
615
|
+
var Qe = Mr.exports;
|
|
616
|
+
const rt = /* @__PURE__ */ Je(Qe), dr = {
|
|
615
617
|
"purpur-badge": "_purpur-badge_19vzu_1",
|
|
616
618
|
"purpur-badge--attention": "_purpur-badge--attention_19vzu_13",
|
|
617
619
|
"purpur-badge--special": "_purpur-badge--special_19vzu_17",
|
|
@@ -621,7 +623,7 @@ const Ye = /* @__PURE__ */ Xe(Ke), lr = {
|
|
|
621
623
|
"purpur-badge--warning": "_purpur-badge--warning_19vzu_33",
|
|
622
624
|
"purpur-badge--error": "_purpur-badge--error_19vzu_37",
|
|
623
625
|
"purpur-badge--black-friday": "_purpur-badge--black-friday_19vzu_41"
|
|
624
|
-
},
|
|
626
|
+
}, cr = "purpur-badge", $ = {
|
|
625
627
|
ATTENTION: "attention",
|
|
626
628
|
SPECIAL: "special",
|
|
627
629
|
NEUTRAL: "neutral",
|
|
@@ -630,84 +632,89 @@ const Ye = /* @__PURE__ */ Xe(Ke), lr = {
|
|
|
630
632
|
WARNING: "warning",
|
|
631
633
|
ERROR: "error",
|
|
632
634
|
BLACK_FRIDAY: "black-friday"
|
|
633
|
-
},
|
|
635
|
+
}, et = (e) => {
|
|
634
636
|
switch (e) {
|
|
635
|
-
case
|
|
636
|
-
case
|
|
637
|
-
return
|
|
638
|
-
case
|
|
639
|
-
return
|
|
640
|
-
case
|
|
641
|
-
return
|
|
642
|
-
case
|
|
643
|
-
return Ze;
|
|
644
|
-
case b.ERROR:
|
|
645
|
-
return Ue;
|
|
646
|
-
case b.NEUTRAL:
|
|
647
|
-
return Pe;
|
|
648
|
-
case b.BLACK_FRIDAY:
|
|
637
|
+
case $.ATTENTION:
|
|
638
|
+
case $.SPECIAL:
|
|
639
|
+
return Xe;
|
|
640
|
+
case $.INFORMATION:
|
|
641
|
+
return We;
|
|
642
|
+
case $.SUCCESS:
|
|
643
|
+
return He;
|
|
644
|
+
case $.WARNING:
|
|
649
645
|
return De;
|
|
646
|
+
case $.ERROR:
|
|
647
|
+
return Ve;
|
|
648
|
+
case $.NEUTRAL:
|
|
649
|
+
return Ke;
|
|
650
|
+
case $.BLACK_FRIDAY:
|
|
651
|
+
return Ye;
|
|
650
652
|
default:
|
|
651
653
|
return;
|
|
652
654
|
}
|
|
653
|
-
},
|
|
655
|
+
}, tt = ({
|
|
654
656
|
children: e,
|
|
655
|
-
showIcon:
|
|
657
|
+
showIcon: n = !0,
|
|
656
658
|
variant: a,
|
|
657
|
-
["data-testid"]:
|
|
659
|
+
["data-testid"]: o,
|
|
658
660
|
allyLabel: p,
|
|
659
661
|
className: r = "",
|
|
660
662
|
...t
|
|
661
663
|
}) => {
|
|
662
|
-
const
|
|
663
|
-
return /* @__PURE__ */
|
|
664
|
-
|
|
664
|
+
const i = et(a), l = rt([r, dr[cr], dr[`${cr}--${a}`]]);
|
|
665
|
+
return /* @__PURE__ */ c("span", { "aria-label": p, className: l, "data-testid": o, ...t, children: [
|
|
666
|
+
n && i && /* @__PURE__ */ u(Fr, { "data-testid": `${o}-icon`, allyTitle: p, size: "xs", svg: i }),
|
|
665
667
|
e
|
|
666
668
|
] });
|
|
667
|
-
},
|
|
669
|
+
}, at = {
|
|
668
670
|
"purpur-card-badge": "_purpur-card-badge_r7moe_1"
|
|
669
|
-
},
|
|
671
|
+
}, it = g.bind(at), nt = "purpur-card-badge", ot = ({
|
|
670
672
|
["data-testid"]: e = "purpur-card-badge",
|
|
671
|
-
variant:
|
|
673
|
+
variant: n,
|
|
672
674
|
text: a
|
|
673
|
-
}) =>
|
|
674
|
-
|
|
675
|
+
}) => n && a ? /* @__PURE__ */ u(
|
|
676
|
+
tt,
|
|
675
677
|
{
|
|
676
|
-
className:
|
|
677
|
-
variant:
|
|
678
|
+
className: it(nt),
|
|
679
|
+
variant: n,
|
|
678
680
|
showIcon: !1,
|
|
679
681
|
"data-testid": e,
|
|
680
682
|
children: a
|
|
681
683
|
}
|
|
682
|
-
) : null,
|
|
684
|
+
) : null, pt = {
|
|
683
685
|
"purpur-card-content": "_purpur-card-content_2uc00_1"
|
|
684
|
-
},
|
|
686
|
+
}, ut = g.bind(pt), lt = "purpur-card-content", st = ({
|
|
685
687
|
["data-testid"]: e = "purpur-card-content",
|
|
686
|
-
children:
|
|
687
|
-
}) => /* @__PURE__ */
|
|
688
|
-
"purpur-card-content-container": "_purpur-card-content-
|
|
689
|
-
"purpur-card-content-container--footer": "_purpur-card-content-container--
|
|
690
|
-
|
|
688
|
+
children: n
|
|
689
|
+
}) => /* @__PURE__ */ u("div", { className: ut(lt), "data-testid": e, children: n }), dt = {
|
|
690
|
+
"purpur-card-content-container": "_purpur-card-content-container_putaw_1",
|
|
691
|
+
"purpur-card-content-container--footer": "_purpur-card-content-container--footer_putaw_12",
|
|
692
|
+
"purpur-card-content-container--gap-size--sm": "_purpur-card-content-container--gap-size--sm_putaw_20",
|
|
693
|
+
"purpur-card-content-container--gap-size--md": "_purpur-card-content-container--gap-size--md_putaw_23",
|
|
694
|
+
"purpur-card-content-container--gap-size--lg": "_purpur-card-content-container--gap-size--lg_putaw_26"
|
|
695
|
+
}, ct = g.bind(dt), J = "purpur-card-content-container", _t = ({
|
|
691
696
|
["data-testid"]: e = "purpur-card-content-container",
|
|
692
|
-
children:
|
|
693
|
-
isFooter: a = !1
|
|
694
|
-
|
|
697
|
+
children: n,
|
|
698
|
+
isFooter: a = !1,
|
|
699
|
+
gapSize: o = "md"
|
|
700
|
+
}) => /* @__PURE__ */ u(
|
|
695
701
|
"div",
|
|
696
702
|
{
|
|
697
|
-
className:
|
|
698
|
-
|
|
703
|
+
className: ct([
|
|
704
|
+
J,
|
|
705
|
+
`${J}--gap-size--${o}`,
|
|
699
706
|
{
|
|
700
|
-
[`${
|
|
707
|
+
[`${J}--footer`]: a
|
|
701
708
|
}
|
|
702
709
|
]),
|
|
703
710
|
"data-testid": e,
|
|
704
|
-
children:
|
|
711
|
+
children: n
|
|
705
712
|
}
|
|
706
713
|
);
|
|
707
|
-
function
|
|
714
|
+
function ft(e) {
|
|
708
715
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
709
716
|
}
|
|
710
|
-
var
|
|
717
|
+
var Er = { exports: {} };
|
|
711
718
|
/*!
|
|
712
719
|
Copyright (c) 2018 Jed Watson.
|
|
713
720
|
Licensed under the MIT License (MIT), see
|
|
@@ -715,15 +722,15 @@ var Nr = { exports: {} };
|
|
|
715
722
|
*/
|
|
716
723
|
(function(e) {
|
|
717
724
|
(function() {
|
|
718
|
-
var
|
|
725
|
+
var n = {}.hasOwnProperty;
|
|
719
726
|
function a() {
|
|
720
727
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
721
|
-
var
|
|
722
|
-
|
|
728
|
+
var i = arguments[t];
|
|
729
|
+
i && (r = p(r, o(i)));
|
|
723
730
|
}
|
|
724
731
|
return r;
|
|
725
732
|
}
|
|
726
|
-
function
|
|
733
|
+
function o(r) {
|
|
727
734
|
if (typeof r == "string" || typeof r == "number")
|
|
728
735
|
return r;
|
|
729
736
|
if (typeof r != "object")
|
|
@@ -733,8 +740,8 @@ var Nr = { exports: {} };
|
|
|
733
740
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
734
741
|
return r.toString();
|
|
735
742
|
var t = "";
|
|
736
|
-
for (var
|
|
737
|
-
|
|
743
|
+
for (var i in r)
|
|
744
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
738
745
|
return t;
|
|
739
746
|
}
|
|
740
747
|
function p(r, t) {
|
|
@@ -742,44 +749,44 @@ var Nr = { exports: {} };
|
|
|
742
749
|
}
|
|
743
750
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
744
751
|
})();
|
|
745
|
-
})(
|
|
746
|
-
var
|
|
747
|
-
const
|
|
752
|
+
})(Er);
|
|
753
|
+
var gt = Er.exports;
|
|
754
|
+
const _r = /* @__PURE__ */ ft(gt), ht = "_rotate_1xozj_1", mt = "_dash_1xozj_1", Z = {
|
|
748
755
|
"purpur-spinner": "_purpur-spinner_1xozj_1",
|
|
749
|
-
rotate:
|
|
756
|
+
rotate: ht,
|
|
750
757
|
"purpur-spinner--xxs": "_purpur-spinner--xxs_1xozj_4",
|
|
751
758
|
"purpur-spinner--xs": "_purpur-spinner--xs_1xozj_8",
|
|
752
759
|
"purpur-spinner--sm": "_purpur-spinner--sm_1xozj_12",
|
|
753
760
|
"purpur-spinner--md": "_purpur-spinner--md_1xozj_16",
|
|
754
761
|
"purpur-spinner--lg": "_purpur-spinner--lg_1xozj_20",
|
|
755
762
|
"purpur-spinner__circle": "_purpur-spinner__circle_1xozj_24",
|
|
756
|
-
dash:
|
|
763
|
+
dash: mt,
|
|
757
764
|
"purpur-spinner__circle--disabled": "_purpur-spinner__circle--disabled_1xozj_33",
|
|
758
765
|
"purpur-spinner__circle--negative": "_purpur-spinner__circle--negative_1xozj_36"
|
|
759
|
-
}, L = "purpur-spinner",
|
|
766
|
+
}, L = "purpur-spinner", vt = {
|
|
760
767
|
XXS: "xxs",
|
|
761
768
|
XS: "xs",
|
|
762
769
|
SM: "sm",
|
|
763
770
|
MD: "md",
|
|
764
771
|
LG: "lg"
|
|
765
|
-
},
|
|
772
|
+
}, yt = ({
|
|
766
773
|
["data-testid"]: e,
|
|
767
|
-
disabled:
|
|
774
|
+
disabled: n = !1,
|
|
768
775
|
negative: a = !1,
|
|
769
|
-
size:
|
|
776
|
+
size: o = vt.SM,
|
|
770
777
|
...p
|
|
771
|
-
}) => /* @__PURE__ */
|
|
778
|
+
}) => /* @__PURE__ */ u(
|
|
772
779
|
"div",
|
|
773
780
|
{
|
|
774
|
-
className:
|
|
781
|
+
className: _r([Z[L], Z[`${L}--${o}`]]),
|
|
775
782
|
"data-testid": e,
|
|
776
783
|
...p,
|
|
777
|
-
children: /* @__PURE__ */
|
|
784
|
+
children: /* @__PURE__ */ u("svg", { viewBox: "0 0 50 50", children: /* @__PURE__ */ u(
|
|
778
785
|
"circle",
|
|
779
786
|
{
|
|
780
|
-
className:
|
|
781
|
-
[
|
|
782
|
-
[
|
|
787
|
+
className: _r(Z[`${L}__circle`], {
|
|
788
|
+
[Z[`${L}__circle--disabled`]]: n,
|
|
789
|
+
[Z[`${L}__circle--negative`]]: a
|
|
783
790
|
}),
|
|
784
791
|
cx: "25",
|
|
785
792
|
cy: "25",
|
|
@@ -787,58 +794,64 @@ const dr = /* @__PURE__ */ dt(ct), _t = "_rotate_1xozj_1", ft = "_dash_1xozj_1",
|
|
|
787
794
|
}
|
|
788
795
|
) })
|
|
789
796
|
}
|
|
790
|
-
),
|
|
791
|
-
"purpur-card-cta": "_purpur-card-
|
|
792
|
-
"purpur-card-cta--xs": "_purpur-card-cta--
|
|
793
|
-
"purpur-card-cta--icon-only": "_purpur-card-cta--icon-
|
|
794
|
-
"purpur-card-cta--sm": "_purpur-card-cta--
|
|
795
|
-
"purpur-card-cta--md": "_purpur-card-cta--
|
|
796
|
-
"purpur-card-cta--lg": "_purpur-card-cta--
|
|
797
|
-
"purpur-card-cta--full-width": "_purpur-card-cta--full-
|
|
798
|
-
"purpur-card-cta--primary": "_purpur-card-cta--
|
|
799
|
-
"purpur-card-cta--disabled": "_purpur-card-cta--
|
|
800
|
-
"purpur-card-cta--primary-negative": "_purpur-card-cta--primary-
|
|
801
|
-
"purpur-card-cta--secondary": "_purpur-card-cta--
|
|
802
|
-
"purpur-card-cta--secondary-negative": "_purpur-card-cta--secondary-
|
|
803
|
-
"purpur-card-cta--expressive": "_purpur-card-cta--
|
|
804
|
-
"purpur-card-cta--expressive-negative": "_purpur-card-cta--expressive-
|
|
805
|
-
"purpur-card-cta--
|
|
806
|
-
|
|
797
|
+
), wt = {
|
|
798
|
+
"purpur-card-cta--button-styling": "_purpur-card-cta--button-styling_1wc0z_1",
|
|
799
|
+
"purpur-card-cta--button-styling--xs": "_purpur-card-cta--button-styling--xs_1wc0z_33",
|
|
800
|
+
"purpur-card-cta--button-styling--icon-only": "_purpur-card-cta--button-styling--icon-only_1wc0z_36",
|
|
801
|
+
"purpur-card-cta--button-styling--sm": "_purpur-card-cta--button-styling--sm_1wc0z_39",
|
|
802
|
+
"purpur-card-cta--button-styling--md": "_purpur-card-cta--button-styling--md_1wc0z_45",
|
|
803
|
+
"purpur-card-cta--button-styling--lg": "_purpur-card-cta--button-styling--lg_1wc0z_51",
|
|
804
|
+
"purpur-card-cta--button-styling--full-width": "_purpur-card-cta--button-styling--full-width_1wc0z_57",
|
|
805
|
+
"purpur-card-cta--button-styling--primary": "_purpur-card-cta--button-styling--primary_1wc0z_60",
|
|
806
|
+
"purpur-card-cta--button-styling--disabled": "_purpur-card-cta--button-styling--disabled_1wc0z_64",
|
|
807
|
+
"purpur-card-cta--button-styling--primary-negative": "_purpur-card-cta--button-styling--primary-negative_1wc0z_70",
|
|
808
|
+
"purpur-card-cta--button-styling--secondary": "_purpur-card-cta--button-styling--secondary_1wc0z_82",
|
|
809
|
+
"purpur-card-cta--button-styling--secondary-negative": "_purpur-card-cta--button-styling--secondary-negative_1wc0z_93",
|
|
810
|
+
"purpur-card-cta--button-styling--expressive": "_purpur-card-cta--button-styling--expressive_1wc0z_104",
|
|
811
|
+
"purpur-card-cta--button-styling--expressive-negative": "_purpur-card-cta--button-styling--expressive-negative_1wc0z_114",
|
|
812
|
+
"purpur-card-cta--cta-styling": "_purpur-card-cta--cta-styling_1wc0z_126",
|
|
813
|
+
"purpur-card-cta--secondary": "_purpur-card-cta--secondary_1wc0z_131",
|
|
814
|
+
"purpur-card-cta--disabled": "_purpur-card-cta--disabled_1wc0z_131",
|
|
815
|
+
"purpur-card-cta--text": "_purpur-card-cta--text_1wc0z_139"
|
|
816
|
+
}, xt = g.bind(wt), w = "purpur-card-cta", bt = ({
|
|
807
817
|
["data-testid"]: e = "purpur-card-cta",
|
|
808
|
-
className:
|
|
818
|
+
className: n,
|
|
809
819
|
children: a,
|
|
810
|
-
disabled:
|
|
820
|
+
disabled: o = !1,
|
|
811
821
|
iconPosition: p = "right",
|
|
812
822
|
loading: r = !1,
|
|
813
823
|
text: t,
|
|
814
|
-
|
|
815
|
-
|
|
824
|
+
linkStyling: i = !1,
|
|
825
|
+
...l
|
|
826
|
+
}) => /* @__PURE__ */ u(
|
|
816
827
|
"div",
|
|
817
828
|
{
|
|
818
|
-
className: `${
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
`${O}--md`,
|
|
822
|
-
`${O}--secondary`,
|
|
829
|
+
className: `${xt([
|
|
830
|
+
w,
|
|
831
|
+
n,
|
|
823
832
|
{
|
|
824
|
-
[`${
|
|
825
|
-
[`${
|
|
826
|
-
[`${
|
|
833
|
+
[`${w}--disabled`]: o,
|
|
834
|
+
[`${w}--text`]: !!t,
|
|
835
|
+
[`${w}--cta-styling`]: i,
|
|
836
|
+
[`${w}--button-styling`]: !i,
|
|
837
|
+
[`${w}--button-styling--md`]: !i,
|
|
838
|
+
[`${w}--button-styling--secondary`]: !i,
|
|
839
|
+
[`${w}--button-styling--icon-only`]: !i && !t
|
|
827
840
|
}
|
|
828
|
-
])} ${
|
|
841
|
+
])} ${w}`,
|
|
829
842
|
"data-testid": e,
|
|
830
|
-
...
|
|
831
|
-
children: r ? /* @__PURE__ */
|
|
843
|
+
...l,
|
|
844
|
+
children: r ? /* @__PURE__ */ u(yt, { "data-testid": `${e}-spinner`, size: "xs", disabled: o }) : /* @__PURE__ */ c(xr, { children: [
|
|
832
845
|
p === "left" && a,
|
|
833
846
|
t,
|
|
834
847
|
p === "right" && a
|
|
835
848
|
] })
|
|
836
849
|
}
|
|
837
850
|
);
|
|
838
|
-
function
|
|
851
|
+
function $t(e) {
|
|
839
852
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
840
853
|
}
|
|
841
|
-
var
|
|
854
|
+
var jr = { exports: {} };
|
|
842
855
|
/*!
|
|
843
856
|
Copyright (c) 2018 Jed Watson.
|
|
844
857
|
Licensed under the MIT License (MIT), see
|
|
@@ -846,15 +859,15 @@ var Er = { exports: {} };
|
|
|
846
859
|
*/
|
|
847
860
|
(function(e) {
|
|
848
861
|
(function() {
|
|
849
|
-
var
|
|
862
|
+
var n = {}.hasOwnProperty;
|
|
850
863
|
function a() {
|
|
851
864
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
852
|
-
var
|
|
853
|
-
|
|
865
|
+
var i = arguments[t];
|
|
866
|
+
i && (r = p(r, o.call(this, i)));
|
|
854
867
|
}
|
|
855
868
|
return r;
|
|
856
869
|
}
|
|
857
|
-
function
|
|
870
|
+
function o(r) {
|
|
858
871
|
if (typeof r == "string" || typeof r == "number")
|
|
859
872
|
return this && this[r] || r;
|
|
860
873
|
if (typeof r != "object")
|
|
@@ -864,8 +877,8 @@ var Er = { exports: {} };
|
|
|
864
877
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
865
878
|
return r.toString();
|
|
866
879
|
var t = "";
|
|
867
|
-
for (var
|
|
868
|
-
|
|
880
|
+
for (var i in r)
|
|
881
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
869
882
|
return t;
|
|
870
883
|
}
|
|
871
884
|
function p(r, t) {
|
|
@@ -873,9 +886,9 @@ var Er = { exports: {} };
|
|
|
873
886
|
}
|
|
874
887
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
875
888
|
})();
|
|
876
|
-
})(
|
|
877
|
-
var
|
|
878
|
-
const
|
|
889
|
+
})(jr);
|
|
890
|
+
var St = jr.exports;
|
|
891
|
+
const Ct = /* @__PURE__ */ $t(St), At = {
|
|
879
892
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
880
893
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
881
894
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -883,68 +896,49 @@ const xt = /* @__PURE__ */ yt(wt), bt = {
|
|
|
883
896
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
884
897
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
885
898
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
886
|
-
}, $
|
|
887
|
-
name: "arrow-right",
|
|
888
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M20.9 12a.9.9 0 0 1-.264.636l-5.5 5.5a.9.9 0 0 1-1.272-1.272l3.963-3.964H4a.9.9 0 0 1 0-1.8h13.827l-3.963-3.964a.9.9 0 1 1 1.272-1.272l5.5 5.5A.9.9 0 0 1 20.9 12Z" clip-rule="evenodd"/></svg>',
|
|
889
|
-
keywords: ["arrow-right"],
|
|
890
|
-
category: "utility"
|
|
891
|
-
}, St = {
|
|
892
|
-
name: "checkmark",
|
|
893
|
-
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>',
|
|
894
|
-
keywords: ["checkmark"],
|
|
895
|
-
category: "utility"
|
|
896
|
-
}, jr = (e) => /* @__PURE__ */ l(
|
|
897
|
-
er,
|
|
898
|
-
{
|
|
899
|
-
...e,
|
|
900
|
-
svg: $t
|
|
901
|
-
}
|
|
902
|
-
);
|
|
903
|
-
jr.displayName = "IconArrowRight";
|
|
904
|
-
const Gr = (e) => /* @__PURE__ */ l(
|
|
905
|
-
er,
|
|
906
|
-
{
|
|
907
|
-
...e,
|
|
908
|
-
svg: St
|
|
909
|
-
}
|
|
910
|
-
);
|
|
911
|
-
Gr.displayName = "IconCheckmark";
|
|
912
|
-
const Ct = xt.bind(bt), cr = "purpur-icon", kt = "md", At = (e) => e.filter((i) => Object.keys(i).length >= 1).map((i) => `${i.name}="${i.value}"`).join(" "), Ot = ({ content: e = "", title: i } = {}) => {
|
|
899
|
+
}, kt = Ct.bind(At), fr = "purpur-icon", Ot = "md", Nt = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), Bt = ({ content: e = "", title: n } = {}) => {
|
|
913
900
|
const a = [
|
|
914
901
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
915
902
|
{ name: "fill", value: "currentColor" },
|
|
916
903
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
917
|
-
|
|
918
|
-
],
|
|
919
|
-
return `<svg ${
|
|
920
|
-
},
|
|
904
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
905
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
906
|
+
return `<svg ${Nt(a)}>${o}${e}</svg>`;
|
|
907
|
+
}, Ft = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Ir = ({
|
|
921
908
|
["data-testid"]: e,
|
|
922
|
-
svg:
|
|
909
|
+
svg: n,
|
|
923
910
|
allyTitle: a,
|
|
924
|
-
className:
|
|
925
|
-
size: p =
|
|
911
|
+
className: o,
|
|
912
|
+
size: p = Ot,
|
|
926
913
|
...r
|
|
927
914
|
}) => {
|
|
928
|
-
const t =
|
|
929
|
-
content:
|
|
915
|
+
const t = Bt({
|
|
916
|
+
content: Ft(n.svg),
|
|
930
917
|
title: a
|
|
931
|
-
}),
|
|
932
|
-
return /* @__PURE__ */
|
|
918
|
+
}), i = kt(o, fr, `${fr}--${p}`);
|
|
919
|
+
return /* @__PURE__ */ u(
|
|
933
920
|
"span",
|
|
934
921
|
{
|
|
935
922
|
"aria-label": a,
|
|
936
|
-
className:
|
|
923
|
+
className: i,
|
|
937
924
|
"data-testid": e,
|
|
938
925
|
dangerouslySetInnerHTML: { __html: t },
|
|
939
926
|
...r
|
|
940
927
|
}
|
|
941
928
|
);
|
|
942
929
|
};
|
|
943
|
-
|
|
944
|
-
|
|
930
|
+
Ir.displayName = "Icon";
|
|
931
|
+
const Mt = {
|
|
932
|
+
name: "checkmark",
|
|
933
|
+
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>',
|
|
934
|
+
keywords: ["checkmark"],
|
|
935
|
+
category: "utility"
|
|
936
|
+
}, Gr = (e) => /* @__PURE__ */ u(Ir, { ...e, svg: Mt });
|
|
937
|
+
Gr.displayName = "IconCheckmark";
|
|
938
|
+
function Et(e) {
|
|
945
939
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
946
940
|
}
|
|
947
|
-
var
|
|
941
|
+
var qr = { exports: {} };
|
|
948
942
|
/*!
|
|
949
943
|
Copyright (c) 2018 Jed Watson.
|
|
950
944
|
Licensed under the MIT License (MIT), see
|
|
@@ -952,15 +946,15 @@ var Ir = { exports: {} };
|
|
|
952
946
|
*/
|
|
953
947
|
(function(e) {
|
|
954
948
|
(function() {
|
|
955
|
-
var
|
|
949
|
+
var n = {}.hasOwnProperty;
|
|
956
950
|
function a() {
|
|
957
951
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
958
|
-
var
|
|
959
|
-
|
|
952
|
+
var i = arguments[t];
|
|
953
|
+
i && (r = p(r, o(i)));
|
|
960
954
|
}
|
|
961
955
|
return r;
|
|
962
956
|
}
|
|
963
|
-
function
|
|
957
|
+
function o(r) {
|
|
964
958
|
if (typeof r == "string" || typeof r == "number")
|
|
965
959
|
return r;
|
|
966
960
|
if (typeof r != "object")
|
|
@@ -970,8 +964,8 @@ var Ir = { exports: {} };
|
|
|
970
964
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
971
965
|
return r.toString();
|
|
972
966
|
var t = "";
|
|
973
|
-
for (var
|
|
974
|
-
|
|
967
|
+
for (var i in r)
|
|
968
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
975
969
|
return t;
|
|
976
970
|
}
|
|
977
971
|
function p(r, t) {
|
|
@@ -979,9 +973,9 @@ var Ir = { exports: {} };
|
|
|
979
973
|
}
|
|
980
974
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
981
975
|
})();
|
|
982
|
-
})(
|
|
983
|
-
var
|
|
984
|
-
const
|
|
976
|
+
})(qr);
|
|
977
|
+
var jt = qr.exports;
|
|
978
|
+
const It = /* @__PURE__ */ Et(jt), U = {
|
|
985
979
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
986
980
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
987
981
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -996,7 +990,7 @@ const Mt = /* @__PURE__ */ Ft(Nt), R = {
|
|
|
996
990
|
"purpur-paragraph--additional-100-medium": "_purpur-paragraph--additional-100-medium_1rh57_60",
|
|
997
991
|
"purpur-paragraph--overline-100": "_purpur-paragraph--overline-100_1rh57_67",
|
|
998
992
|
"purpur-paragraph--overline-200": "_purpur-paragraph--overline-200_1rh57_75"
|
|
999
|
-
},
|
|
993
|
+
}, Gt = {
|
|
1000
994
|
PARAGRAPH100: "paragraph-100",
|
|
1001
995
|
PARAGRAPH100MEDIUM: "paragraph-100-medium",
|
|
1002
996
|
PARAGRAPH100BOLD: "paragraph-100-bold",
|
|
@@ -1007,153 +1001,231 @@ const Mt = /* @__PURE__ */ Ft(Nt), R = {
|
|
|
1007
1001
|
ADDITIONAL100MEDIUM: "additional-100-medium",
|
|
1008
1002
|
OVERLINE100: "overline-100",
|
|
1009
1003
|
OVERLINE200: "overline-200"
|
|
1010
|
-
},
|
|
1004
|
+
}, z = "purpur-paragraph", nr = ({
|
|
1011
1005
|
["data-testid"]: e,
|
|
1012
|
-
children:
|
|
1006
|
+
children: n,
|
|
1013
1007
|
className: a,
|
|
1014
|
-
disabled:
|
|
1008
|
+
disabled: o,
|
|
1015
1009
|
enableHyphenation: p = !1,
|
|
1016
1010
|
negative: r = !1,
|
|
1017
|
-
variant: t =
|
|
1018
|
-
...
|
|
1011
|
+
variant: t = Gt.PARAGRAPH100,
|
|
1012
|
+
...i
|
|
1019
1013
|
}) => {
|
|
1020
|
-
const
|
|
1014
|
+
const l = It([
|
|
1021
1015
|
a,
|
|
1022
|
-
|
|
1023
|
-
|
|
1016
|
+
U[z],
|
|
1017
|
+
U[`${z}--${t}`],
|
|
1024
1018
|
{
|
|
1025
|
-
[
|
|
1026
|
-
[
|
|
1027
|
-
[
|
|
1019
|
+
[U[`${z}--hyphens`]]: p,
|
|
1020
|
+
[U[`${z}--disabled`]]: o,
|
|
1021
|
+
[U[`${z}--negative`]]: r
|
|
1028
1022
|
}
|
|
1029
1023
|
]);
|
|
1030
|
-
return /* @__PURE__ */
|
|
1024
|
+
return /* @__PURE__ */ u("p", { ...i, className: l, "data-testid": e, children: n });
|
|
1031
1025
|
};
|
|
1032
|
-
|
|
1033
|
-
const
|
|
1026
|
+
nr.displayName = "Paragraph";
|
|
1027
|
+
const qt = {
|
|
1034
1028
|
"purpur-card-feature-list": "_purpur-card-feature-list_ej4qm_1",
|
|
1035
1029
|
"purpur-card-feature-list__list-item": "_purpur-card-feature-list__list-item_ej4qm_6"
|
|
1036
|
-
},
|
|
1030
|
+
}, gr = g.bind(qt), hr = "purpur-card-feature-list", Zt = ({
|
|
1037
1031
|
["data-testid"]: e = "purpur-card-feature-list",
|
|
1038
|
-
listItems:
|
|
1039
|
-
}) =>
|
|
1032
|
+
listItems: n
|
|
1033
|
+
}) => n && n.length > 0 ? /* @__PURE__ */ u("ul", { className: gr(hr), "data-testid": e, children: n.map((a) => /* @__PURE__ */ c(
|
|
1040
1034
|
"li",
|
|
1041
1035
|
{
|
|
1042
|
-
className:
|
|
1036
|
+
className: gr(`${hr}__list-item`),
|
|
1043
1037
|
"data-testid": `${e}-item`,
|
|
1044
1038
|
children: [
|
|
1045
|
-
/* @__PURE__ */
|
|
1046
|
-
/* @__PURE__ */
|
|
1039
|
+
/* @__PURE__ */ u(Gr, { size: "xs" }),
|
|
1040
|
+
/* @__PURE__ */ u(nr, { children: a })
|
|
1047
1041
|
]
|
|
1048
1042
|
},
|
|
1049
1043
|
a
|
|
1050
|
-
)) }) : null
|
|
1051
|
-
|
|
1052
|
-
"
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
className: i,
|
|
1068
|
-
disabled: a = !1,
|
|
1069
|
-
loading: n = !1,
|
|
1070
|
-
...p
|
|
1071
|
-
}) => /* @__PURE__ */ l(
|
|
1072
|
-
"div",
|
|
1073
|
-
{
|
|
1074
|
-
className: `${Zt([
|
|
1075
|
-
M,
|
|
1076
|
-
i,
|
|
1077
|
-
`${M}--md`,
|
|
1078
|
-
`${M}--icon-only`,
|
|
1079
|
-
`${M}--secondary`,
|
|
1080
|
-
{
|
|
1081
|
-
[`${M}--disabled`]: a
|
|
1044
|
+
)) }) : null;
|
|
1045
|
+
function Lt(e) {
|
|
1046
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1047
|
+
}
|
|
1048
|
+
var Zr = { exports: {} };
|
|
1049
|
+
/*!
|
|
1050
|
+
Copyright (c) 2018 Jed Watson.
|
|
1051
|
+
Licensed under the MIT License (MIT), see
|
|
1052
|
+
http://jedwatson.github.io/classnames
|
|
1053
|
+
*/
|
|
1054
|
+
(function(e) {
|
|
1055
|
+
(function() {
|
|
1056
|
+
var n = {}.hasOwnProperty;
|
|
1057
|
+
function a() {
|
|
1058
|
+
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1059
|
+
var i = arguments[t];
|
|
1060
|
+
i && (r = p(r, o(i)));
|
|
1082
1061
|
}
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1062
|
+
return r;
|
|
1063
|
+
}
|
|
1064
|
+
function o(r) {
|
|
1065
|
+
if (typeof r == "string" || typeof r == "number")
|
|
1066
|
+
return r;
|
|
1067
|
+
if (typeof r != "object")
|
|
1068
|
+
return "";
|
|
1069
|
+
if (Array.isArray(r))
|
|
1070
|
+
return a.apply(null, r);
|
|
1071
|
+
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1072
|
+
return r.toString();
|
|
1073
|
+
var t = "";
|
|
1074
|
+
for (var i in r)
|
|
1075
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1076
|
+
return t;
|
|
1077
|
+
}
|
|
1078
|
+
function p(r, t) {
|
|
1079
|
+
return t ? r ? r + " " + t : r + t : r;
|
|
1080
|
+
}
|
|
1081
|
+
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1082
|
+
})();
|
|
1083
|
+
})(Zr);
|
|
1084
|
+
var Ut = Zr.exports;
|
|
1085
|
+
const zt = /* @__PURE__ */ Lt(Ut), V = {
|
|
1086
|
+
"purpur-heading": "_purpur-heading_k9fhq_1",
|
|
1087
|
+
"purpur-heading--hyphens": "_purpur-heading--hyphens_k9fhq_8",
|
|
1088
|
+
"purpur-heading--negative": "_purpur-heading--negative_k9fhq_11",
|
|
1089
|
+
"purpur-heading--subsection-100": "_purpur-heading--subsection-100_k9fhq_14",
|
|
1090
|
+
"purpur-heading--title-100": "_purpur-heading--title-100_k9fhq_20",
|
|
1091
|
+
"purpur-heading--title-200": "_purpur-heading--title-200_k9fhq_26",
|
|
1092
|
+
"purpur-heading--title-300": "_purpur-heading--title-300_k9fhq_32",
|
|
1093
|
+
"purpur-heading--title-400": "_purpur-heading--title-400_k9fhq_38",
|
|
1094
|
+
"purpur-heading--title-500": "_purpur-heading--title-500_k9fhq_44",
|
|
1095
|
+
"purpur-heading--title-600": "_purpur-heading--title-600_k9fhq_50",
|
|
1096
|
+
"purpur-heading--title-700": "_purpur-heading--title-700_k9fhq_56",
|
|
1097
|
+
"purpur-heading--display-25": "_purpur-heading--display-25_k9fhq_62",
|
|
1098
|
+
"purpur-heading--display-50": "_purpur-heading--display-50_k9fhq_68",
|
|
1099
|
+
"purpur-heading--display-100": "_purpur-heading--display-100_k9fhq_74",
|
|
1100
|
+
"purpur-heading--display-200": "_purpur-heading--display-200_k9fhq_80"
|
|
1101
|
+
}, Pt = {
|
|
1102
|
+
TITLE100: "title-100",
|
|
1103
|
+
TITLE200: "title-200",
|
|
1104
|
+
TITLE300: "title-300",
|
|
1105
|
+
TITLE400: "title-400",
|
|
1106
|
+
TITLE500: "title-500",
|
|
1107
|
+
TITLE600: "title-600",
|
|
1108
|
+
TITLE700: "title-700",
|
|
1109
|
+
SUBSECTION100: "subsection-100"
|
|
1110
|
+
}, W = "purpur-heading", Lr = ({
|
|
1111
|
+
["data-testid"]: e,
|
|
1112
|
+
children: n,
|
|
1113
|
+
className: a = "",
|
|
1114
|
+
enableHyphenation: o = !1,
|
|
1115
|
+
negative: p = !1,
|
|
1116
|
+
tag: r,
|
|
1117
|
+
variant: t = Pt.TITLE100,
|
|
1118
|
+
...i
|
|
1119
|
+
}) => {
|
|
1120
|
+
const l = r, d = zt([
|
|
1121
|
+
a,
|
|
1122
|
+
V[W],
|
|
1123
|
+
V[`${W}--${t}`],
|
|
1124
|
+
{
|
|
1125
|
+
[V[`${W}--hyphens`]]: o,
|
|
1126
|
+
[V[`${W}--negative`]]: p
|
|
1127
|
+
}
|
|
1128
|
+
]);
|
|
1129
|
+
return /* @__PURE__ */ u(l, { ...i, className: d, "data-testid": e, children: n });
|
|
1130
|
+
};
|
|
1131
|
+
Lr.displayName = "Heading";
|
|
1132
|
+
const Rt = {
|
|
1133
|
+
"purpur-card-heading": "_purpur-card-heading_8heg4_1",
|
|
1134
|
+
"purpur-card-heading__heading": "_purpur-card-heading__heading_8heg4_6",
|
|
1135
|
+
"purpur-card-heading__icon": "_purpur-card-heading__icon_8heg4_11"
|
|
1136
|
+
}, Q = g.bind(Rt), rr = "purpur-card-heading", Tt = ({
|
|
1137
|
+
["data-testid"]: e = "purpur-card-heading",
|
|
1138
|
+
title: n,
|
|
1139
|
+
icon: a,
|
|
1140
|
+
children: o,
|
|
1141
|
+
titleTag: p = "h2"
|
|
1142
|
+
}) => /* @__PURE__ */ c("div", { className: Q(rr), "data-testid": e, children: [
|
|
1143
|
+
/* @__PURE__ */ c("div", { className: Q(`${rr}__heading`), children: [
|
|
1144
|
+
a && /* @__PURE__ */ u("div", { className: Q(`${rr}__icon`), children: a }),
|
|
1145
|
+
/* @__PURE__ */ u(Lr, { tag: p, variant: "title-100", children: n })
|
|
1146
|
+
] }),
|
|
1147
|
+
o
|
|
1148
|
+
] }), Dt = {
|
|
1149
|
+
"purpur-card-media": "_purpur-card-media_udc1o_1"
|
|
1150
|
+
}, Ht = g.bind(Dt), Vt = "purpur-card-media", Wt = ({
|
|
1151
|
+
["data-testid"]: e = "purpur-card-media",
|
|
1152
|
+
className: n,
|
|
1153
|
+
children: a
|
|
1154
|
+
}) => /* @__PURE__ */ u("div", { className: Ht([Vt, n]), "data-testid": e, children: a }), Xt = {
|
|
1155
|
+
"purpur-card-media-layout": "_purpur-card-media-layout_1yfvb_1"
|
|
1156
|
+
}, Kt = g.bind(Xt), Yt = "purpur-card-media-layout", Jt = ({
|
|
1157
|
+
["data-testid"]: e = "purpur-card-media-layout",
|
|
1158
|
+
className: n,
|
|
1159
|
+
children: a
|
|
1160
|
+
}) => /* @__PURE__ */ u("div", { className: Kt([Yt, n]), "data-testid": e, children: a }), Qt = {
|
|
1089
1161
|
"purpur-card-overline": "_purpur-card-overline_192fe_1"
|
|
1090
|
-
},
|
|
1162
|
+
}, ra = g.bind(Qt), ea = "purpur-card-overline", ta = ({
|
|
1091
1163
|
["data-testid"]: e = "purpur-card-overline",
|
|
1092
|
-
overline:
|
|
1093
|
-
}) =>
|
|
1164
|
+
overline: n
|
|
1165
|
+
}) => n ? /* @__PURE__ */ u(nr, { className: ra(ea), "data-testid": e, children: n }) : null, aa = {
|
|
1094
1166
|
"purpur-card-root": "_purpur-card-root_bqk1d_1",
|
|
1095
1167
|
"purpur-card-root--primary": "_purpur-card-root--primary_bqk1d_8",
|
|
1096
1168
|
"purpur-card-root--secondary": "_purpur-card-root--secondary_bqk1d_11",
|
|
1097
1169
|
"purpur-card-root--full-height": "_purpur-card-root--full-height_bqk1d_14"
|
|
1098
|
-
},
|
|
1170
|
+
}, ia = {
|
|
1099
1171
|
"purpur-card-trigger-item": "_purpur-card-trigger-item_1sp43_1",
|
|
1100
1172
|
"purpur-card-trigger-item--button": "_purpur-card-trigger-item--button_1sp43_6",
|
|
1101
1173
|
"purpur-card-trigger-item--disabled": "_purpur-card-trigger-item--disabled_1sp43_11"
|
|
1102
1174
|
};
|
|
1103
|
-
function
|
|
1104
|
-
return
|
|
1105
|
-
for (var
|
|
1106
|
-
var a = arguments[
|
|
1107
|
-
for (var
|
|
1175
|
+
function E() {
|
|
1176
|
+
return E = Object.assign ? Object.assign.bind() : function(e) {
|
|
1177
|
+
for (var n = 1; n < arguments.length; n++) {
|
|
1178
|
+
var a = arguments[n];
|
|
1179
|
+
for (var o in a) ({}).hasOwnProperty.call(a, o) && (e[o] = a[o]);
|
|
1108
1180
|
}
|
|
1109
1181
|
return e;
|
|
1110
|
-
},
|
|
1182
|
+
}, E.apply(null, arguments);
|
|
1111
1183
|
}
|
|
1112
|
-
function
|
|
1113
|
-
typeof e == "function" ? e(
|
|
1184
|
+
function na(e, n) {
|
|
1185
|
+
typeof e == "function" ? e(n) : e != null && (e.current = n);
|
|
1114
1186
|
}
|
|
1115
|
-
function
|
|
1116
|
-
return (
|
|
1117
|
-
(a) =>
|
|
1187
|
+
function oa(...e) {
|
|
1188
|
+
return (n) => e.forEach(
|
|
1189
|
+
(a) => na(a, n)
|
|
1118
1190
|
);
|
|
1119
1191
|
}
|
|
1120
|
-
const
|
|
1121
|
-
const { children: a, ...
|
|
1192
|
+
const Ur = /* @__PURE__ */ S((e, n) => {
|
|
1193
|
+
const { children: a, ...o } = e, p = T.toArray(a), r = p.find(ua);
|
|
1122
1194
|
if (r) {
|
|
1123
|
-
const t = r.props.children,
|
|
1124
|
-
return /* @__PURE__ */
|
|
1125
|
-
ref:
|
|
1126
|
-
}), /* @__PURE__ */
|
|
1195
|
+
const t = r.props.children, i = p.map((l) => l === r ? T.count(t) > 1 ? T.only(null) : /* @__PURE__ */ Y(t) ? t.props.children : null : l);
|
|
1196
|
+
return /* @__PURE__ */ D(ar, E({}, o, {
|
|
1197
|
+
ref: n
|
|
1198
|
+
}), /* @__PURE__ */ Y(t) ? /* @__PURE__ */ br(t, void 0, i) : null);
|
|
1127
1199
|
}
|
|
1128
|
-
return /* @__PURE__ */
|
|
1129
|
-
ref:
|
|
1200
|
+
return /* @__PURE__ */ D(ar, E({}, o, {
|
|
1201
|
+
ref: n
|
|
1130
1202
|
}), a);
|
|
1131
1203
|
});
|
|
1132
|
-
|
|
1133
|
-
const
|
|
1134
|
-
const { children: a, ...
|
|
1135
|
-
return /* @__PURE__ */
|
|
1136
|
-
...
|
|
1137
|
-
ref:
|
|
1204
|
+
Ur.displayName = "Slot";
|
|
1205
|
+
const ar = /* @__PURE__ */ S((e, n) => {
|
|
1206
|
+
const { children: a, ...o } = e;
|
|
1207
|
+
return /* @__PURE__ */ Y(a) ? /* @__PURE__ */ br(a, {
|
|
1208
|
+
...la(o, a.props),
|
|
1209
|
+
ref: n ? oa(n, a.ref) : a.ref
|
|
1138
1210
|
}) : T.count(a) > 1 ? T.only(null) : null;
|
|
1139
1211
|
});
|
|
1140
|
-
|
|
1141
|
-
const
|
|
1142
|
-
function
|
|
1143
|
-
return /* @__PURE__ */
|
|
1212
|
+
ar.displayName = "SlotClone";
|
|
1213
|
+
const pa = ({ children: e }) => /* @__PURE__ */ D(Jr, null, e);
|
|
1214
|
+
function ua(e) {
|
|
1215
|
+
return /* @__PURE__ */ Y(e) && e.type === pa;
|
|
1144
1216
|
}
|
|
1145
|
-
function
|
|
1217
|
+
function la(e, n) {
|
|
1146
1218
|
const a = {
|
|
1147
|
-
...
|
|
1219
|
+
...n
|
|
1148
1220
|
};
|
|
1149
|
-
for (const
|
|
1150
|
-
const p = e[
|
|
1151
|
-
/^on[A-Z]/.test(
|
|
1221
|
+
for (const o in n) {
|
|
1222
|
+
const p = e[o], r = n[o];
|
|
1223
|
+
/^on[A-Z]/.test(o) ? p && r ? a[o] = (...t) => {
|
|
1152
1224
|
r(...t), p(...t);
|
|
1153
|
-
} : p && (a[
|
|
1225
|
+
} : p && (a[o] = p) : o === "style" ? a[o] = {
|
|
1154
1226
|
...p,
|
|
1155
1227
|
...r
|
|
1156
|
-
} :
|
|
1228
|
+
} : o === "className" && (a[o] = [
|
|
1157
1229
|
p,
|
|
1158
1230
|
r
|
|
1159
1231
|
].filter(Boolean).join(" "));
|
|
@@ -1163,7 +1235,7 @@ function Xt(e, i) {
|
|
|
1163
1235
|
...a
|
|
1164
1236
|
};
|
|
1165
1237
|
}
|
|
1166
|
-
const
|
|
1238
|
+
const sa = [
|
|
1167
1239
|
"a",
|
|
1168
1240
|
"button",
|
|
1169
1241
|
"div",
|
|
@@ -1180,21 +1252,21 @@ const Kt = [
|
|
|
1180
1252
|
"span",
|
|
1181
1253
|
"svg",
|
|
1182
1254
|
"ul"
|
|
1183
|
-
],
|
|
1184
|
-
const a = /* @__PURE__ */
|
|
1185
|
-
const { asChild: r, ...t } =
|
|
1186
|
-
return
|
|
1255
|
+
], da = sa.reduce((e, n) => {
|
|
1256
|
+
const a = /* @__PURE__ */ S((o, p) => {
|
|
1257
|
+
const { asChild: r, ...t } = o, i = r ? Ur : n;
|
|
1258
|
+
return Yr(() => {
|
|
1187
1259
|
window[Symbol.for("radix-ui")] = !0;
|
|
1188
|
-
}, []), /* @__PURE__ */
|
|
1260
|
+
}, []), /* @__PURE__ */ D(i, E({}, t, {
|
|
1189
1261
|
ref: p
|
|
1190
1262
|
}));
|
|
1191
1263
|
});
|
|
1192
|
-
return a.displayName = `Primitive.${
|
|
1264
|
+
return a.displayName = `Primitive.${n}`, {
|
|
1193
1265
|
...e,
|
|
1194
|
-
[
|
|
1266
|
+
[n]: a
|
|
1195
1267
|
};
|
|
1196
|
-
}, {}),
|
|
1197
|
-
ref:
|
|
1268
|
+
}, {}), ca = /* @__PURE__ */ S((e, n) => /* @__PURE__ */ D(da.span, E({}, e, {
|
|
1269
|
+
ref: n,
|
|
1198
1270
|
style: {
|
|
1199
1271
|
// See: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
|
|
1200
1272
|
position: "absolute",
|
|
@@ -1209,115 +1281,118 @@ const Kt = [
|
|
|
1209
1281
|
wordWrap: "normal",
|
|
1210
1282
|
...e.style
|
|
1211
1283
|
}
|
|
1212
|
-
}))),
|
|
1284
|
+
}))), _a = ca, mr = ({
|
|
1213
1285
|
asChild: e,
|
|
1214
|
-
children:
|
|
1286
|
+
children: n,
|
|
1215
1287
|
className: a = "",
|
|
1216
|
-
["data-testid"]:
|
|
1217
|
-
}) => /* @__PURE__ */
|
|
1288
|
+
["data-testid"]: o
|
|
1289
|
+
}) => /* @__PURE__ */ u(_a, { asChild: e, "data-testid": o, className: a, children: n }), vr = g.bind(ia), N = "purpur-card-trigger-item", fa = ({
|
|
1218
1290
|
["data-testid"]: e = "purpur-card-trigger-item",
|
|
1219
|
-
disabled:
|
|
1291
|
+
disabled: n = !1,
|
|
1220
1292
|
href: a,
|
|
1221
|
-
onClick:
|
|
1293
|
+
onClick: o,
|
|
1222
1294
|
screenReaderText: p
|
|
1223
1295
|
}) => {
|
|
1224
|
-
const r = (
|
|
1225
|
-
|
|
1226
|
-
}, t = `${
|
|
1296
|
+
const r = (i) => {
|
|
1297
|
+
n ? i.preventDefault() : o && o();
|
|
1298
|
+
}, t = `${N} ${n ? `${N}--disabled` : ""}`;
|
|
1227
1299
|
return a ? (
|
|
1228
1300
|
// eslint-disable-next-line jsx-a11y/anchor-is-valid
|
|
1229
|
-
/* @__PURE__ */
|
|
1301
|
+
/* @__PURE__ */ u(
|
|
1230
1302
|
"a",
|
|
1231
1303
|
{
|
|
1232
|
-
"aria-disabled":
|
|
1233
|
-
className: `${
|
|
1234
|
-
|
|
1304
|
+
"aria-disabled": n,
|
|
1305
|
+
className: `${vr([
|
|
1306
|
+
N,
|
|
1235
1307
|
{
|
|
1236
|
-
[`${
|
|
1308
|
+
[`${N}--disabled`]: n
|
|
1237
1309
|
}
|
|
1238
1310
|
])} ${t}`,
|
|
1239
1311
|
"data-testid": e,
|
|
1240
|
-
href:
|
|
1241
|
-
tabIndex:
|
|
1242
|
-
|
|
1312
|
+
href: n ? void 0 : a,
|
|
1313
|
+
tabIndex: n ? 0 : void 0,
|
|
1314
|
+
onClick: r,
|
|
1315
|
+
children: /* @__PURE__ */ u(mr, { children: p })
|
|
1243
1316
|
}
|
|
1244
1317
|
)
|
|
1245
|
-
) : /* @__PURE__ */
|
|
1318
|
+
) : /* @__PURE__ */ u(
|
|
1246
1319
|
"button",
|
|
1247
1320
|
{
|
|
1248
|
-
"aria-disabled":
|
|
1249
|
-
className: `${
|
|
1250
|
-
|
|
1251
|
-
`${
|
|
1321
|
+
"aria-disabled": n,
|
|
1322
|
+
className: `${vr([
|
|
1323
|
+
N,
|
|
1324
|
+
`${N}--button`,
|
|
1252
1325
|
{
|
|
1253
|
-
[`${
|
|
1326
|
+
[`${N}--disabled`]: n
|
|
1254
1327
|
}
|
|
1255
1328
|
])} ${t}`,
|
|
1256
1329
|
"data-testid": e,
|
|
1257
1330
|
type: "button",
|
|
1258
1331
|
onClick: r,
|
|
1259
|
-
children: /* @__PURE__ */
|
|
1332
|
+
children: /* @__PURE__ */ u(mr, { children: p })
|
|
1260
1333
|
}
|
|
1261
1334
|
);
|
|
1262
|
-
},
|
|
1335
|
+
}, ga = g.bind(aa), er = "purpur-card-root", zr = S(
|
|
1263
1336
|
({
|
|
1264
1337
|
["data-testid"]: e = "purpur-card-root",
|
|
1265
|
-
children:
|
|
1338
|
+
children: n,
|
|
1266
1339
|
className: a,
|
|
1267
|
-
disabled:
|
|
1340
|
+
disabled: o,
|
|
1268
1341
|
fullHeight: p,
|
|
1269
1342
|
href: r,
|
|
1270
1343
|
onClick: t,
|
|
1271
|
-
screenReaderText:
|
|
1272
|
-
variant:
|
|
1344
|
+
screenReaderText: i,
|
|
1345
|
+
variant: l,
|
|
1273
1346
|
...d
|
|
1274
|
-
},
|
|
1275
|
-
const
|
|
1276
|
-
|
|
1347
|
+
}, h) => {
|
|
1348
|
+
const x = ga([
|
|
1349
|
+
er,
|
|
1277
1350
|
a,
|
|
1278
1351
|
{
|
|
1279
|
-
[`${
|
|
1280
|
-
[`${
|
|
1352
|
+
[`${er}--${l}`]: l,
|
|
1353
|
+
[`${er}--full-height`]: p
|
|
1281
1354
|
}
|
|
1282
1355
|
]);
|
|
1283
|
-
return /* @__PURE__ */
|
|
1284
|
-
|
|
1285
|
-
(t || r) &&
|
|
1286
|
-
|
|
1356
|
+
return /* @__PURE__ */ c("div", { className: x, "data-testid": e, ref: h, ...d, children: [
|
|
1357
|
+
n,
|
|
1358
|
+
(t || r) && i && /* @__PURE__ */ u(
|
|
1359
|
+
fa,
|
|
1287
1360
|
{
|
|
1288
|
-
disabled:
|
|
1361
|
+
disabled: o,
|
|
1289
1362
|
href: r,
|
|
1290
1363
|
onClick: t,
|
|
1291
|
-
screenReaderText:
|
|
1364
|
+
screenReaderText: i
|
|
1292
1365
|
}
|
|
1293
1366
|
)
|
|
1294
1367
|
] });
|
|
1295
1368
|
}
|
|
1296
1369
|
);
|
|
1297
|
-
|
|
1298
|
-
const
|
|
1299
|
-
const
|
|
1300
|
-
|
|
1301
|
-
|
|
1370
|
+
zr.displayName = "CardRoot";
|
|
1371
|
+
const yr = g.bind(Ie), tr = "purpur-card", v = ({ children: e, className: n, ...a }) => {
|
|
1372
|
+
const o = yr([
|
|
1373
|
+
tr,
|
|
1374
|
+
n,
|
|
1302
1375
|
{
|
|
1303
|
-
[`${
|
|
1304
|
-
[`${
|
|
1376
|
+
[`${tr}--is-interactive`]: a.onClick || a.href,
|
|
1377
|
+
[`${tr}--disabled`]: a.disabled
|
|
1305
1378
|
}
|
|
1306
1379
|
]);
|
|
1307
|
-
return /* @__PURE__ */
|
|
1380
|
+
return /* @__PURE__ */ u(zr, { className: yr(o), ...a, children: e });
|
|
1308
1381
|
};
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1382
|
+
v.Badge = ot;
|
|
1383
|
+
v.Content = st;
|
|
1384
|
+
v.ContentContainer = _t;
|
|
1385
|
+
v.Cta = bt;
|
|
1386
|
+
v.FeatureList = Zt;
|
|
1387
|
+
v.Overline = ta;
|
|
1388
|
+
v.Heading = Tt;
|
|
1389
|
+
v.Media = Wt;
|
|
1390
|
+
v.MediaLayout = Jt;
|
|
1391
|
+
v.displayName = "Card";
|
|
1392
|
+
function ha(e) {
|
|
1318
1393
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1319
1394
|
}
|
|
1320
|
-
var
|
|
1395
|
+
var Pr = { exports: {} };
|
|
1321
1396
|
/*!
|
|
1322
1397
|
Copyright (c) 2018 Jed Watson.
|
|
1323
1398
|
Licensed under the MIT License (MIT), see
|
|
@@ -1325,15 +1400,15 @@ var Ur = { exports: {} };
|
|
|
1325
1400
|
*/
|
|
1326
1401
|
(function(e) {
|
|
1327
1402
|
(function() {
|
|
1328
|
-
var
|
|
1403
|
+
var n = {}.hasOwnProperty;
|
|
1329
1404
|
function a() {
|
|
1330
1405
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1331
|
-
var
|
|
1332
|
-
|
|
1406
|
+
var i = arguments[t];
|
|
1407
|
+
i && (r = p(r, o.call(this, i)));
|
|
1333
1408
|
}
|
|
1334
1409
|
return r;
|
|
1335
1410
|
}
|
|
1336
|
-
function
|
|
1411
|
+
function o(r) {
|
|
1337
1412
|
if (typeof r == "string" || typeof r == "number")
|
|
1338
1413
|
return this && this[r] || r;
|
|
1339
1414
|
if (typeof r != "object")
|
|
@@ -1343,8 +1418,8 @@ var Ur = { exports: {} };
|
|
|
1343
1418
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1344
1419
|
return r.toString();
|
|
1345
1420
|
var t = "";
|
|
1346
|
-
for (var
|
|
1347
|
-
|
|
1421
|
+
for (var i in r)
|
|
1422
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
1348
1423
|
return t;
|
|
1349
1424
|
}
|
|
1350
1425
|
function p(r, t) {
|
|
@@ -1352,9 +1427,9 @@ var Ur = { exports: {} };
|
|
|
1352
1427
|
}
|
|
1353
1428
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1354
1429
|
})();
|
|
1355
|
-
})(
|
|
1356
|
-
var
|
|
1357
|
-
const
|
|
1430
|
+
})(Pr);
|
|
1431
|
+
var ma = Pr.exports;
|
|
1432
|
+
const va = /* @__PURE__ */ ha(ma), ya = {
|
|
1358
1433
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
1359
1434
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
1360
1435
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -1362,62 +1437,63 @@ const ia = /* @__PURE__ */ ta(aa), oa = {
|
|
|
1362
1437
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
1363
1438
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
1364
1439
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
1365
|
-
},
|
|
1366
|
-
name: "arrow-left",
|
|
1367
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M3.1 12a.9.9 0 0 1 .264-.636l5.5-5.5a.9.9 0 0 1 1.272 1.272L6.173 11.1H20a.9.9 0 0 1 0 1.8H6.173l3.963 3.964a.9.9 0 1 1-1.272 1.272l-5.5-5.5A.9.9 0 0 1 3.1 12Z" clip-rule="evenodd"/></svg>',
|
|
1368
|
-
keywords: ["arrow-left"],
|
|
1369
|
-
category: "utility"
|
|
1370
|
-
}, pa = {
|
|
1371
|
-
name: "arrow-right",
|
|
1372
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M20.9 12a.9.9 0 0 1-.264.636l-5.5 5.5a.9.9 0 0 1-1.272-1.272l3.963-3.964H4a.9.9 0 0 1 0-1.8h13.827l-3.963-3.964a.9.9 0 1 1 1.272-1.272l5.5 5.5A.9.9 0 0 1 20.9 12Z" clip-rule="evenodd"/></svg>',
|
|
1373
|
-
keywords: ["arrow-right"],
|
|
1374
|
-
category: "utility"
|
|
1375
|
-
}, la = {
|
|
1376
|
-
name: "external",
|
|
1377
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M15 3.4a.9.9 0 1 1 0-1.8h6.5a.9.9 0 0 1 .9.9V9a.9.9 0 1 1-1.8 0V4.673l-7.964 7.963a.9.9 0 1 1-1.272-1.272L19.327 3.4H15ZM1.6 5c0-1.05.85-1.9 1.9-1.9h6a.9.9 0 0 1 0 1.8h-6a.1.1 0 0 0-.1.1v15.5a.1.1 0 0 0 .1.1h16a.1.1 0 0 0 .1-.1V14a.9.9 0 1 1 1.8 0v6.5a1.9 1.9 0 0 1-1.9 1.9h-16a1.9 1.9 0 0 1-1.9-1.9V5Z" clip-rule="evenodd"/></svg>',
|
|
1378
|
-
keywords: ["external"],
|
|
1379
|
-
category: "media"
|
|
1380
|
-
}, ua = {
|
|
1381
|
-
name: "phone",
|
|
1382
|
-
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>',
|
|
1383
|
-
keywords: ["phone"],
|
|
1384
|
-
category: "device"
|
|
1385
|
-
}, sa = ia.bind(oa), vr = "purpur-icon", da = "md", ca = (e) => e.filter((i) => Object.keys(i).length >= 1).map((i) => `${i.name}="${i.value}"`).join(" "), _a = ({ content: e = "", title: i } = {}) => {
|
|
1440
|
+
}, wa = va.bind(ya), wr = "purpur-icon", xa = "md", ba = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), $a = ({ content: e = "", title: n } = {}) => {
|
|
1386
1441
|
const a = [
|
|
1387
1442
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
1388
1443
|
{ name: "fill", value: "currentColor" },
|
|
1389
1444
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
1390
|
-
|
|
1391
|
-
],
|
|
1392
|
-
return `<svg ${
|
|
1393
|
-
},
|
|
1445
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
1446
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
1447
|
+
return `<svg ${ba(a)}>${o}${e}</svg>`;
|
|
1448
|
+
}, Sa = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), ir = ({
|
|
1394
1449
|
["data-testid"]: e,
|
|
1395
|
-
svg:
|
|
1450
|
+
svg: n,
|
|
1396
1451
|
allyTitle: a,
|
|
1397
|
-
className:
|
|
1398
|
-
size: p =
|
|
1452
|
+
className: o,
|
|
1453
|
+
size: p = xa,
|
|
1399
1454
|
...r
|
|
1400
1455
|
}) => {
|
|
1401
|
-
const t =
|
|
1402
|
-
content:
|
|
1456
|
+
const t = $a({
|
|
1457
|
+
content: Sa(n.svg),
|
|
1403
1458
|
title: a
|
|
1404
|
-
}),
|
|
1405
|
-
return /* @__PURE__ */
|
|
1459
|
+
}), i = wa(o, wr, `${wr}--${p}`);
|
|
1460
|
+
return /* @__PURE__ */ u(
|
|
1406
1461
|
"span",
|
|
1407
1462
|
{
|
|
1408
1463
|
"aria-label": a,
|
|
1409
|
-
className:
|
|
1464
|
+
className: i,
|
|
1410
1465
|
"data-testid": e,
|
|
1411
1466
|
dangerouslySetInnerHTML: { __html: t },
|
|
1412
1467
|
...r
|
|
1413
1468
|
}
|
|
1414
1469
|
);
|
|
1415
1470
|
};
|
|
1416
|
-
|
|
1417
|
-
|
|
1471
|
+
ir.displayName = "Icon";
|
|
1472
|
+
const Ca = {
|
|
1473
|
+
name: "arrow-left",
|
|
1474
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M3.1 12a.9.9 0 0 1 .264-.636l5.5-5.5a.9.9 0 0 1 1.272 1.272L6.173 11.1H20a.9.9 0 0 1 0 1.8H6.173l3.963 3.964a.9.9 0 1 1-1.272 1.272l-5.5-5.5A.9.9 0 0 1 3.1 12Z" clip-rule="evenodd"/></svg>',
|
|
1475
|
+
keywords: ["arrow-left"],
|
|
1476
|
+
category: "utility"
|
|
1477
|
+
}, Aa = {
|
|
1478
|
+
name: "arrow-right",
|
|
1479
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M20.9 12a.9.9 0 0 1-.264.636l-5.5 5.5a.9.9 0 0 1-1.272-1.272l3.963-3.964H4a.9.9 0 0 1 0-1.8h13.827l-3.963-3.964a.9.9 0 1 1 1.272-1.272l5.5 5.5A.9.9 0 0 1 20.9 12Z" clip-rule="evenodd"/></svg>',
|
|
1480
|
+
keywords: ["arrow-right"],
|
|
1481
|
+
category: "utility"
|
|
1482
|
+
}, ka = {
|
|
1483
|
+
name: "external",
|
|
1484
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M15 3.4a.9.9 0 1 1 0-1.8h6.5a.9.9 0 0 1 .9.9V9a.9.9 0 1 1-1.8 0V4.673l-7.964 7.963a.9.9 0 1 1-1.272-1.272L19.327 3.4H15ZM1.6 5c0-1.05.85-1.9 1.9-1.9h6a.9.9 0 0 1 0 1.8h-6a.1.1 0 0 0-.1.1v15.5a.1.1 0 0 0 .1.1h16a.1.1 0 0 0 .1-.1V14a.9.9 0 1 1 1.8 0v6.5a1.9 1.9 0 0 1-1.9 1.9h-16a1.9 1.9 0 0 1-1.9-1.9V5Z" clip-rule="evenodd"/></svg>',
|
|
1485
|
+
keywords: ["external"],
|
|
1486
|
+
category: "media"
|
|
1487
|
+
}, Oa = {
|
|
1488
|
+
name: "phone",
|
|
1489
|
+
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>',
|
|
1490
|
+
keywords: ["phone"],
|
|
1491
|
+
category: "device"
|
|
1492
|
+
};
|
|
1493
|
+
function Na(e) {
|
|
1418
1494
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1419
1495
|
}
|
|
1420
|
-
var
|
|
1496
|
+
var Rr = { exports: {} };
|
|
1421
1497
|
/*!
|
|
1422
1498
|
Copyright (c) 2018 Jed Watson.
|
|
1423
1499
|
Licensed under the MIT License (MIT), see
|
|
@@ -1425,15 +1501,15 @@ var Lr = { exports: {} };
|
|
|
1425
1501
|
*/
|
|
1426
1502
|
(function(e) {
|
|
1427
1503
|
(function() {
|
|
1428
|
-
var
|
|
1504
|
+
var n = {}.hasOwnProperty;
|
|
1429
1505
|
function a() {
|
|
1430
1506
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1431
|
-
var
|
|
1432
|
-
|
|
1507
|
+
var i = arguments[t];
|
|
1508
|
+
i && (r = p(r, o.call(this, i)));
|
|
1433
1509
|
}
|
|
1434
1510
|
return r;
|
|
1435
1511
|
}
|
|
1436
|
-
function
|
|
1512
|
+
function o(r) {
|
|
1437
1513
|
if (typeof r == "string" || typeof r == "number")
|
|
1438
1514
|
return this && this[r] || r;
|
|
1439
1515
|
if (typeof r != "object")
|
|
@@ -1443,8 +1519,8 @@ var Lr = { exports: {} };
|
|
|
1443
1519
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1444
1520
|
return r.toString();
|
|
1445
1521
|
var t = "";
|
|
1446
|
-
for (var
|
|
1447
|
-
|
|
1522
|
+
for (var i in r)
|
|
1523
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
1448
1524
|
return t;
|
|
1449
1525
|
}
|
|
1450
1526
|
function p(r, t) {
|
|
@@ -1452,9 +1528,9 @@ var Lr = { exports: {} };
|
|
|
1452
1528
|
}
|
|
1453
1529
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1454
1530
|
})();
|
|
1455
|
-
})(
|
|
1456
|
-
var
|
|
1457
|
-
const
|
|
1531
|
+
})(Rr);
|
|
1532
|
+
var Ba = Rr.exports;
|
|
1533
|
+
const Fa = /* @__PURE__ */ Na(Ba), Ma = {
|
|
1458
1534
|
"purpur-cta-link": "_purpur-cta-link_1e75l_1",
|
|
1459
1535
|
"purpur-cta-link--xs": "_purpur-cta-link--xs_1e75l_33",
|
|
1460
1536
|
"purpur-cta-link--icon-only": "_purpur-cta-link--icon-only_1e75l_36",
|
|
@@ -1469,54 +1545,54 @@ const ma = /* @__PURE__ */ ga(ha), va = {
|
|
|
1469
1545
|
"purpur-cta-link--secondary-negative": "_purpur-cta-link--secondary-negative_1e75l_93",
|
|
1470
1546
|
"purpur-cta-link--expressive": "_purpur-cta-link--expressive_1e75l_104",
|
|
1471
1547
|
"purpur-cta-link--expressive-negative": "_purpur-cta-link--expressive-negative_1e75l_114"
|
|
1472
|
-
},
|
|
1473
|
-
forward:
|
|
1474
|
-
external:
|
|
1475
|
-
back:
|
|
1476
|
-
phone:
|
|
1477
|
-
},
|
|
1548
|
+
}, Ea = Fa.bind(Ma), M = "purpur-cta-link", ja = {
|
|
1549
|
+
forward: Aa,
|
|
1550
|
+
external: ka,
|
|
1551
|
+
back: Ca,
|
|
1552
|
+
phone: Oa
|
|
1553
|
+
}, Tr = S(
|
|
1478
1554
|
({
|
|
1479
1555
|
children: e,
|
|
1480
|
-
className:
|
|
1556
|
+
className: n,
|
|
1481
1557
|
["data-testid"]: a,
|
|
1482
|
-
fullWidth:
|
|
1558
|
+
fullWidth: o = !1,
|
|
1483
1559
|
iconOnly: p = !1,
|
|
1484
1560
|
showIcon: r = !0,
|
|
1485
1561
|
negative: t = !1,
|
|
1486
|
-
size:
|
|
1487
|
-
variant:
|
|
1562
|
+
size: i = "md",
|
|
1563
|
+
variant: l,
|
|
1488
1564
|
icon: d = "forward",
|
|
1489
|
-
...
|
|
1490
|
-
},
|
|
1491
|
-
const
|
|
1565
|
+
...h
|
|
1566
|
+
}, x) => {
|
|
1567
|
+
const B = Ea(
|
|
1492
1568
|
[
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
`${
|
|
1496
|
-
`${
|
|
1569
|
+
n,
|
|
1570
|
+
M,
|
|
1571
|
+
`${M}--${t ? `${l}-negative` : l}`,
|
|
1572
|
+
`${M}--${i}`
|
|
1497
1573
|
],
|
|
1498
1574
|
{
|
|
1499
|
-
[`${
|
|
1500
|
-
[`${
|
|
1501
|
-
[`${
|
|
1575
|
+
[`${M}--icon-only`]: p,
|
|
1576
|
+
[`${M}--negative`]: t,
|
|
1577
|
+
[`${M}--full-width`]: o
|
|
1502
1578
|
}
|
|
1503
|
-
),
|
|
1504
|
-
r && (d === "back" || d === "phone") && /* @__PURE__ */
|
|
1579
|
+
), C = ja[d], _ = /* @__PURE__ */ c(xr, { children: [
|
|
1580
|
+
r && (d === "back" || d === "phone") && /* @__PURE__ */ u(ir, { svg: C, size: i === "lg" ? "sm" : "xs" }),
|
|
1505
1581
|
(!p || p && !r) && e,
|
|
1506
|
-
r && (d === "forward" || d === "external") && /* @__PURE__ */
|
|
1507
|
-
] }),
|
|
1508
|
-
...
|
|
1509
|
-
className:
|
|
1582
|
+
r && (d === "forward" || d === "external") && /* @__PURE__ */ u(ir, { svg: C, size: i === "lg" ? "sm" : "xs" })
|
|
1583
|
+
] }), F = {
|
|
1584
|
+
...h,
|
|
1585
|
+
className: B,
|
|
1510
1586
|
"data-testid": a
|
|
1511
1587
|
};
|
|
1512
|
-
return "href" in
|
|
1588
|
+
return "href" in h && h.href ? /* @__PURE__ */ u("a", { ...F, ref: x, children: _ }) : /* @__PURE__ */ u("span", { ...F, ref: x, children: _ });
|
|
1513
1589
|
}
|
|
1514
1590
|
);
|
|
1515
|
-
|
|
1516
|
-
function
|
|
1591
|
+
Tr.displayName = "CtaLink";
|
|
1592
|
+
function Ia(e) {
|
|
1517
1593
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1518
1594
|
}
|
|
1519
|
-
var
|
|
1595
|
+
var Dr = { exports: {} };
|
|
1520
1596
|
/*!
|
|
1521
1597
|
Copyright (c) 2018 Jed Watson.
|
|
1522
1598
|
Licensed under the MIT License (MIT), see
|
|
@@ -1524,15 +1600,15 @@ var Pr = { exports: {} };
|
|
|
1524
1600
|
*/
|
|
1525
1601
|
(function(e) {
|
|
1526
1602
|
(function() {
|
|
1527
|
-
var
|
|
1603
|
+
var n = {}.hasOwnProperty;
|
|
1528
1604
|
function a() {
|
|
1529
1605
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1530
|
-
var
|
|
1531
|
-
|
|
1606
|
+
var i = arguments[t];
|
|
1607
|
+
i && (r = p(r, o(i)));
|
|
1532
1608
|
}
|
|
1533
1609
|
return r;
|
|
1534
1610
|
}
|
|
1535
|
-
function
|
|
1611
|
+
function o(r) {
|
|
1536
1612
|
if (typeof r == "string" || typeof r == "number")
|
|
1537
1613
|
return r;
|
|
1538
1614
|
if (typeof r != "object")
|
|
@@ -1542,8 +1618,8 @@ var Pr = { exports: {} };
|
|
|
1542
1618
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1543
1619
|
return r.toString();
|
|
1544
1620
|
var t = "";
|
|
1545
|
-
for (var
|
|
1546
|
-
|
|
1621
|
+
for (var i in r)
|
|
1622
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1547
1623
|
return t;
|
|
1548
1624
|
}
|
|
1549
1625
|
function p(r, t) {
|
|
@@ -1551,9 +1627,9 @@ var Pr = { exports: {} };
|
|
|
1551
1627
|
}
|
|
1552
1628
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1553
1629
|
})();
|
|
1554
|
-
})(
|
|
1555
|
-
var
|
|
1556
|
-
const
|
|
1630
|
+
})(Dr);
|
|
1631
|
+
var Ga = Dr.exports;
|
|
1632
|
+
const qa = /* @__PURE__ */ Ia(Ga), X = {
|
|
1557
1633
|
"purpur-heading": "_purpur-heading_k9fhq_1",
|
|
1558
1634
|
"purpur-heading--hyphens": "_purpur-heading--hyphens_k9fhq_8",
|
|
1559
1635
|
"purpur-heading--negative": "_purpur-heading--negative_k9fhq_11",
|
|
@@ -1569,7 +1645,7 @@ const $a = /* @__PURE__ */ xa(ba), W = {
|
|
|
1569
1645
|
"purpur-heading--display-50": "_purpur-heading--display-50_k9fhq_68",
|
|
1570
1646
|
"purpur-heading--display-100": "_purpur-heading--display-100_k9fhq_74",
|
|
1571
1647
|
"purpur-heading--display-200": "_purpur-heading--display-200_k9fhq_80"
|
|
1572
|
-
},
|
|
1648
|
+
}, Za = {
|
|
1573
1649
|
TITLE100: "title-100",
|
|
1574
1650
|
TITLE200: "title-200",
|
|
1575
1651
|
TITLE300: "title-300",
|
|
@@ -1578,32 +1654,32 @@ const $a = /* @__PURE__ */ xa(ba), W = {
|
|
|
1578
1654
|
TITLE600: "title-600",
|
|
1579
1655
|
TITLE700: "title-700",
|
|
1580
1656
|
SUBSECTION100: "subsection-100"
|
|
1581
|
-
},
|
|
1657
|
+
}, K = "purpur-heading", Hr = ({
|
|
1582
1658
|
["data-testid"]: e,
|
|
1583
|
-
children:
|
|
1659
|
+
children: n,
|
|
1584
1660
|
className: a = "",
|
|
1585
|
-
enableHyphenation:
|
|
1661
|
+
enableHyphenation: o = !1,
|
|
1586
1662
|
negative: p = !1,
|
|
1587
1663
|
tag: r,
|
|
1588
|
-
variant: t =
|
|
1589
|
-
...
|
|
1664
|
+
variant: t = Za.TITLE100,
|
|
1665
|
+
...i
|
|
1590
1666
|
}) => {
|
|
1591
|
-
const
|
|
1667
|
+
const l = r, d = qa([
|
|
1592
1668
|
a,
|
|
1593
|
-
|
|
1594
|
-
|
|
1669
|
+
X[K],
|
|
1670
|
+
X[`${K}--${t}`],
|
|
1595
1671
|
{
|
|
1596
|
-
[
|
|
1597
|
-
[
|
|
1672
|
+
[X[`${K}--hyphens`]]: o,
|
|
1673
|
+
[X[`${K}--negative`]]: p
|
|
1598
1674
|
}
|
|
1599
1675
|
]);
|
|
1600
|
-
return /* @__PURE__ */ l
|
|
1676
|
+
return /* @__PURE__ */ u(l, { ...i, className: d, "data-testid": e, children: n });
|
|
1601
1677
|
};
|
|
1602
|
-
|
|
1603
|
-
function
|
|
1678
|
+
Hr.displayName = "Heading";
|
|
1679
|
+
function La(e) {
|
|
1604
1680
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1605
1681
|
}
|
|
1606
|
-
var
|
|
1682
|
+
var Vr = { exports: {} };
|
|
1607
1683
|
/*!
|
|
1608
1684
|
Copyright (c) 2018 Jed Watson.
|
|
1609
1685
|
Licensed under the MIT License (MIT), see
|
|
@@ -1611,15 +1687,15 @@ var zr = { exports: {} };
|
|
|
1611
1687
|
*/
|
|
1612
1688
|
(function(e) {
|
|
1613
1689
|
(function() {
|
|
1614
|
-
var
|
|
1690
|
+
var n = {}.hasOwnProperty;
|
|
1615
1691
|
function a() {
|
|
1616
1692
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1617
|
-
var
|
|
1618
|
-
|
|
1693
|
+
var i = arguments[t];
|
|
1694
|
+
i && (r = p(r, o(i)));
|
|
1619
1695
|
}
|
|
1620
1696
|
return r;
|
|
1621
1697
|
}
|
|
1622
|
-
function
|
|
1698
|
+
function o(r) {
|
|
1623
1699
|
if (typeof r == "string" || typeof r == "number")
|
|
1624
1700
|
return r;
|
|
1625
1701
|
if (typeof r != "object")
|
|
@@ -1629,8 +1705,8 @@ var zr = { exports: {} };
|
|
|
1629
1705
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1630
1706
|
return r.toString();
|
|
1631
1707
|
var t = "";
|
|
1632
|
-
for (var
|
|
1633
|
-
|
|
1708
|
+
for (var i in r)
|
|
1709
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1634
1710
|
return t;
|
|
1635
1711
|
}
|
|
1636
1712
|
function p(r, t) {
|
|
@@ -1638,9 +1714,9 @@ var zr = { exports: {} };
|
|
|
1638
1714
|
}
|
|
1639
1715
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1640
1716
|
})();
|
|
1641
|
-
})(
|
|
1642
|
-
var
|
|
1643
|
-
const
|
|
1717
|
+
})(Vr);
|
|
1718
|
+
var Ua = Vr.exports;
|
|
1719
|
+
const za = /* @__PURE__ */ La(Ua), P = {
|
|
1644
1720
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
1645
1721
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
1646
1722
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -1655,7 +1731,7 @@ const Aa = /* @__PURE__ */ Ca(ka), D = {
|
|
|
1655
1731
|
"purpur-paragraph--additional-100-medium": "_purpur-paragraph--additional-100-medium_1rh57_60",
|
|
1656
1732
|
"purpur-paragraph--overline-100": "_purpur-paragraph--overline-100_1rh57_67",
|
|
1657
1733
|
"purpur-paragraph--overline-200": "_purpur-paragraph--overline-200_1rh57_75"
|
|
1658
|
-
},
|
|
1734
|
+
}, Pa = {
|
|
1659
1735
|
PARAGRAPH100: "paragraph-100",
|
|
1660
1736
|
PARAGRAPH100MEDIUM: "paragraph-100-medium",
|
|
1661
1737
|
PARAGRAPH100BOLD: "paragraph-100-bold",
|
|
@@ -1666,33 +1742,33 @@ const Aa = /* @__PURE__ */ Ca(ka), D = {
|
|
|
1666
1742
|
ADDITIONAL100MEDIUM: "additional-100-medium",
|
|
1667
1743
|
OVERLINE100: "overline-100",
|
|
1668
1744
|
OVERLINE200: "overline-200"
|
|
1669
|
-
},
|
|
1745
|
+
}, R = "purpur-paragraph", Wr = ({
|
|
1670
1746
|
["data-testid"]: e,
|
|
1671
|
-
children:
|
|
1747
|
+
children: n,
|
|
1672
1748
|
className: a,
|
|
1673
|
-
disabled:
|
|
1749
|
+
disabled: o,
|
|
1674
1750
|
enableHyphenation: p = !1,
|
|
1675
1751
|
negative: r = !1,
|
|
1676
|
-
variant: t =
|
|
1677
|
-
...
|
|
1752
|
+
variant: t = Pa.PARAGRAPH100,
|
|
1753
|
+
...i
|
|
1678
1754
|
}) => {
|
|
1679
|
-
const
|
|
1755
|
+
const l = za([
|
|
1680
1756
|
a,
|
|
1681
|
-
|
|
1682
|
-
|
|
1757
|
+
P[R],
|
|
1758
|
+
P[`${R}--${t}`],
|
|
1683
1759
|
{
|
|
1684
|
-
[
|
|
1685
|
-
[
|
|
1686
|
-
[
|
|
1760
|
+
[P[`${R}--hyphens`]]: p,
|
|
1761
|
+
[P[`${R}--disabled`]]: o,
|
|
1762
|
+
[P[`${R}--negative`]]: r
|
|
1687
1763
|
}
|
|
1688
1764
|
]);
|
|
1689
|
-
return /* @__PURE__ */
|
|
1765
|
+
return /* @__PURE__ */ u("p", { ...i, className: l, "data-testid": e, children: n });
|
|
1690
1766
|
};
|
|
1691
|
-
|
|
1692
|
-
function
|
|
1767
|
+
Wr.displayName = "Paragraph";
|
|
1768
|
+
function Ra(e) {
|
|
1693
1769
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1694
1770
|
}
|
|
1695
|
-
var
|
|
1771
|
+
var Xr = { exports: {} };
|
|
1696
1772
|
/*!
|
|
1697
1773
|
Copyright (c) 2018 Jed Watson.
|
|
1698
1774
|
Licensed under the MIT License (MIT), see
|
|
@@ -1700,15 +1776,15 @@ var Hr = { exports: {} };
|
|
|
1700
1776
|
*/
|
|
1701
1777
|
(function(e) {
|
|
1702
1778
|
(function() {
|
|
1703
|
-
var
|
|
1779
|
+
var n = {}.hasOwnProperty;
|
|
1704
1780
|
function a() {
|
|
1705
1781
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1706
|
-
var
|
|
1707
|
-
|
|
1782
|
+
var i = arguments[t];
|
|
1783
|
+
i && (r = p(r, o.call(this, i)));
|
|
1708
1784
|
}
|
|
1709
1785
|
return r;
|
|
1710
1786
|
}
|
|
1711
|
-
function
|
|
1787
|
+
function o(r) {
|
|
1712
1788
|
if (typeof r == "string" || typeof r == "number")
|
|
1713
1789
|
return this && this[r] || r;
|
|
1714
1790
|
if (typeof r != "object")
|
|
@@ -1718,8 +1794,8 @@ var Hr = { exports: {} };
|
|
|
1718
1794
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1719
1795
|
return r.toString();
|
|
1720
1796
|
var t = "";
|
|
1721
|
-
for (var
|
|
1722
|
-
|
|
1797
|
+
for (var i in r)
|
|
1798
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
1723
1799
|
return t;
|
|
1724
1800
|
}
|
|
1725
1801
|
function p(r, t) {
|
|
@@ -1727,9 +1803,9 @@ var Hr = { exports: {} };
|
|
|
1727
1803
|
}
|
|
1728
1804
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1729
1805
|
})();
|
|
1730
|
-
})(
|
|
1731
|
-
var
|
|
1732
|
-
const
|
|
1806
|
+
})(Xr);
|
|
1807
|
+
var Ta = Xr.exports;
|
|
1808
|
+
const Da = /* @__PURE__ */ Ra(Ta), Ha = {
|
|
1733
1809
|
"purpur-promotion-card": "_purpur-promotion-card_1cvjr_1",
|
|
1734
1810
|
"purpur-promotion-card--without-image": "_purpur-promotion-card--without-image_1cvjr_8",
|
|
1735
1811
|
"purpur-promotion-card__content": "_purpur-promotion-card__content_1cvjr_8",
|
|
@@ -1750,121 +1826,121 @@ const Na = /* @__PURE__ */ Ba(Fa), Ma = {
|
|
|
1750
1826
|
"purpur-promotion-card__image-wrapper": "_purpur-promotion-card__image-wrapper_1cvjr_149",
|
|
1751
1827
|
"purpur-promotion-card__image-wrapper--decorative": "_purpur-promotion-card__image-wrapper--decorative_1cvjr_152",
|
|
1752
1828
|
"purpur-promotion-card__image-wrapper--product": "_purpur-promotion-card__image-wrapper--product_1cvjr_153"
|
|
1753
|
-
},
|
|
1829
|
+
}, a0 = ["primary", "secondary", "quaternary"], Va = {
|
|
1754
1830
|
primary: "var(--purpur-color-background-tone-on-tone-primary)",
|
|
1755
1831
|
secondary: "var(--purpur-color-background-tone-on-tone-secondary)",
|
|
1756
1832
|
quaternary: "var(--purpur-color-background-tone-on-tone-quaternary)"
|
|
1757
|
-
},
|
|
1833
|
+
}, Wa = {
|
|
1758
1834
|
primary: `url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1125" viewBox="0 0 2000 1125" fill="none"><g clip-path="url(%23clip0_20_36)"><rect width="2000" height="1125" fill="url(%23paint0_linear_20_36)"/><g filter="url(%23filter0_d_20_36)"><path d="M480.784 -336.718L483.018 -338.805C2086.53 -1722.59 2447.86 284.242 2322.13 1089.91C2196.4 1895.57 1114.05 1663.85 598.008 1169.98C188.829 778.383 94.9071 433.168 84.5809 306.459C63.8953 52.6354 248.918 -120.167 480.784 -336.718Z" fill="%23F5E5FF"/></g><g filter="url(%23filter1_d_20_36)"><path d="M478.235 -337.757L480.469 -339.844C2083.98 -1723.63 2445.31 283.203 2319.58 1088.87C2193.85 1894.53 1111.5 1662.81 595.459 1168.95C186.28 777.344 91.9004 426.514 82.0318 305.42C61.3463 51.5961 246.369 -121.206 478.235 -337.757Z" fill="url(%23paint1_linear_20_36)"/></g><path d="M478.351 -359.804L480.585 -361.891C2084.1 -1745.68 2445.43 261.156 2319.7 1066.82C2193.96 1872.48 1111.61 1640.77 595.575 1146.9C186.396 755.297 91.9029 403.076 82.1476 283.373C61.4621 29.5494 246.485 -143.253 478.351 -359.804Z" fill="url(%23paint2_linear_20_36)" stroke="url(%23paint3_linear_20_36)" stroke-width="0.488281"/><g filter="url(%23filter2_d_20_36)"><path d="M895.095 -81.1636L897.087 -83.483C2339.2 -1634.76 2918.4 320.353 2881.77 1134.95C2845.14 1949.54 1743.91 1837.9 1176.83 1403.6C727.176 1059.23 595.967 726.393 571.809 601.58C523.415 351.555 688.373 159.507 895.095 -81.1636Z" fill="%23F5E5FF"/></g><g filter="url(%23filter3_d_20_36)"><path d="M892.877 -81.1463L894.869 -83.4656C2336.98 -1634.74 2916.18 320.371 2879.55 1134.96C2842.92 1949.56 1741.69 1837.92 1174.61 1403.62C724.958 1059.24 592.678 720.879 569.59 601.597C521.196 351.573 686.155 159.524 892.877 -81.1463Z" fill="url(%23paint4_linear_20_36)"/></g><path d="M899.248 -92.3297L901.24 -94.6491C2343.35 -1645.93 2922.56 309.187 2885.93 1123.78C2849.3 1938.37 1748.06 1826.74 1180.98 1392.43C731.329 1048.06 598.784 708.325 575.961 590.414C527.568 340.389 692.526 148.341 899.248 -92.3297Z" fill="url(%23paint5_linear_20_36)" stroke="url(%23paint6_linear_20_36)" stroke-width="0.488281"/></g><defs><filter id="filter0_d_20_36" x="67" y="-812.852" width="2294.05" height="2463.76" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="8"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 0 0.129412 0 0 0 0.95 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_20_36"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_20_36" result="shape"/></filter><filter id="filter1_d_20_36" x="-69.5491" y="-947.891" width="2562.05" height="2731.76" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="75"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 0 0.129412 0 0 0 0.6 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_20_36"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_20_36" result="shape"/></filter><filter id="filter2_d_20_36" x="547.307" y="-664.639" width="2352.09" height="2436.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="8"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 0 0.129412 0 0 0 0.95 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_20_36"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_20_36" result="shape"/></filter><filter id="filter3_d_20_36" x="361.088" y="-864.621" width="2720.09" height="2804.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="100"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 0 0.129412 0 0 0 0.65 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_20_36"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_20_36" result="shape"/></filter><linearGradient id="paint0_linear_20_36" x1="48.3398" y1="4.80196e-07" x2="58.1053" y2="1125" gradientUnits="userSpaceOnUse"><stop stop-color="%23340249"/><stop offset="0.576094" stop-color="%23300244"/><stop offset="1" stop-color="%232D0241"/></linearGradient><linearGradient id="paint1_linear_20_36" x1="80.5668" y1="233.643" x2="606.544" y2="1094.45" gradientUnits="userSpaceOnUse"><stop stop-color="%2359006E"/><stop offset="0.265" stop-color="%2347005E"/><stop offset="0.385" stop-color="%2339004E"/><stop offset="0.720829" stop-color="%23210034"/><stop offset="1" stop-color="%23150026"/></linearGradient><linearGradient id="paint2_linear_20_36" x1="138.672" y1="41.2598" x2="702.488" y2="1106.9" gradientUnits="userSpaceOnUse"><stop stop-color="%2335004A"/><stop offset="0.19574" stop-color="%23320046"/><stop offset="1" stop-color="%2328003B"/></linearGradient><linearGradient id="paint3_linear_20_36" x1="133.5" y1="60.5" x2="546" y2="1048" gradientUnits="userSpaceOnUse"><stop stop-color="%23AC3CAF"/><stop offset="0.506509" stop-color="%234A006B"/><stop offset="1" stop-color="%232B003F"/></linearGradient><linearGradient id="paint4_linear_20_36" x1="560.263" y1="530.414" x2="910.742" y2="1118.56" gradientUnits="userSpaceOnUse"><stop stop-color="%234F0065"/><stop offset="0.340552" stop-color="%2339004E"/><stop offset="0.616738" stop-color="%23230036"/><stop offset="1" stop-color="%23150026"/></linearGradient><linearGradient id="paint5_linear_20_36" x1="781.494" y1="72.6501" x2="2048.67" y2="1066.94" gradientUnits="userSpaceOnUse"><stop stop-color="%232F0044"/><stop offset="0.51248" stop-color="%2328003B"/><stop offset="1" stop-color="%23240037"/></linearGradient><linearGradient id="paint6_linear_20_36" x1="820.5" y1="32.5001" x2="906.975" y2="1110.35" gradientUnits="userSpaceOnUse"><stop stop-color="%238A1994"/><stop offset="0.425" stop-color="%237A1387"/><stop offset="1" stop-color="%2327003A"/></linearGradient><clipPath id="clip0_20_36"><rect width="2000" height="1125" fill="white"/></clipPath></defs></svg>')`,
|
|
1759
1835
|
secondary: `url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1125" viewBox="0 0 2000 1125" fill="none"><g clip-path="url(%23clip0_13_40)"><rect width="2000" height="1125" fill="url(%23paint0_linear_13_40)"/><rect x="-226.435" y="213.022" width="435.932" height="216.966" transform="rotate(-66.9915 -226.435 213.022)" fill="url(%23paint1_linear_13_40)"/><g filter="url(%23filter0_d_13_40)"><path d="M480.784 -336.718L483.018 -338.805C2086.53 -1722.59 2447.86 284.242 2322.13 1089.91C2196.4 1895.57 1114.05 1663.85 598.008 1169.98C188.829 778.383 94.9071 433.168 84.5809 306.459C63.8953 52.6354 248.918 -120.167 480.784 -336.718Z" fill="%23F5E5FF"/></g><g filter="url(%23filter1_d_13_40)"><path d="M478.235 -337.757L480.469 -339.844C2083.98 -1723.63 2445.31 283.203 2319.58 1088.87C2193.85 1894.53 1111.5 1662.81 595.459 1168.95C186.279 777.344 91.9002 426.514 82.0316 305.42C61.346 51.5961 246.369 -121.206 478.235 -337.757Z" fill="url(%23paint2_linear_13_40)"/></g><path d="M478.35 -359.804L480.585 -361.891C2084.1 -1745.68 2445.43 261.156 2319.7 1066.82C2193.96 1872.48 1111.61 1640.77 595.575 1146.9C186.395 755.297 91.9025 403.076 82.1473 283.373C61.4618 29.5494 246.484 -143.253 478.35 -359.804Z" fill="url(%23paint3_linear_13_40)" stroke="url(%23paint4_linear_13_40)" stroke-width="0.488281"/><g filter="url(%23filter2_d_13_40)"><path d="M895.095 -81.1636L897.087 -83.483C2339.2 -1634.76 2918.4 320.353 2881.77 1134.95C2845.14 1949.54 1743.91 1837.9 1176.83 1403.6C727.176 1059.23 595.967 726.393 571.809 601.58C523.415 351.555 688.373 159.507 895.095 -81.1636Z" fill="%23F5E5FF"/></g><g filter="url(%23filter3_d_13_40)"><path d="M892.877 -81.1463L894.869 -83.4656C2336.98 -1634.74 2916.18 320.371 2879.55 1134.96C2842.92 1949.56 1741.69 1837.92 1174.61 1403.62C724.958 1059.24 592.678 720.879 569.59 601.597C521.196 351.573 686.155 159.524 892.877 -81.1463Z" fill="url(%23paint5_linear_13_40)"/></g><path d="M899.248 -92.3297L901.24 -94.6491C2343.35 -1645.93 2922.56 309.187 2885.93 1123.78C2849.3 1938.37 1748.06 1826.74 1180.98 1392.43C731.329 1048.06 598.784 708.325 575.961 590.414C527.568 340.389 692.526 148.341 899.248 -92.3297Z" fill="url(%23paint6_linear_13_40)" stroke="url(%23paint7_linear_13_40)" stroke-width="0.488281"/></g><defs><filter id="filter0_d_13_40" x="67" y="-812.852" width="2294.05" height="2463.76" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="8"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.605849 0 0 0 0 0.52 0 0 0 0 0.65 0 0 0 0.95 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13_40"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13_40" result="shape"/></filter><filter id="filter1_d_13_40" x="20.4507" y="-841.891" width="2382.05" height="2551.76" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="32"/><feGaussianBlur stdDeviation="30"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.628679 0 0 0 0 0.49 0 0 0 0 0.7 0 0 0 0.5 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13_40"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13_40" result="shape"/></filter><filter id="filter2_d_13_40" x="547.307" y="-664.639" width="2352.09" height="2436.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="8"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.594811 0 0 0 0 0.4875 0 0 0 0 0.65 0 0 0 0.95 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13_40"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13_40" result="shape"/></filter><filter id="filter3_d_13_40" x="381.088" y="-820.621" width="2680.09" height="2764.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="24"/><feGaussianBlur stdDeviation="90"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.61425 0 0 0 0 0.455 0 0 0 0 0.7 0 0 0 0.62 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13_40"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13_40" result="shape"/></filter><linearGradient id="paint0_linear_13_40" x1="48.3398" y1="4.80196e-07" x2="58.1053" y2="1125" gradientUnits="userSpaceOnUse"><stop stop-color="%23F6E6FF"/><stop offset="0.465" stop-color="%23F5E2FF"/><stop offset="1" stop-color="%23F2DCFE"/></linearGradient><linearGradient id="paint1_linear_13_40" x1="-8.46836" y1="213.022" x2="-8.46836" y2="429.988" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.0001" stop-color="%23FFFEFD"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_13_40" x1="80.5666" y1="233.643" x2="606.544" y2="1094.45" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.265" stop-color="white"/><stop offset="0.385" stop-color="%23F7EAFF"/><stop offset="0.720829" stop-color="%23D3BCDF"/><stop offset="1" stop-color="%23AA91B7"/></linearGradient><linearGradient id="paint3_linear_13_40" x1="138.672" y1="41.2598" x2="702.487" y2="1106.9" gradientUnits="userSpaceOnUse"><stop stop-color="%23F7E9FF"/><stop offset="0.19574" stop-color="%23F6E7FF"/><stop offset="1" stop-color="%23EBD5F6"/></linearGradient><linearGradient id="paint4_linear_13_40" x1="163.5" y1="527.148" x2="390.5" y2="902.648" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.0001" stop-color="white"/><stop offset="1" stop-color="%23F1DBFC"/></linearGradient><linearGradient id="paint5_linear_13_40" x1="560.263" y1="530.414" x2="910.742" y2="1118.56" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.340552" stop-color="%23F7E9FF"/><stop offset="0.616738" stop-color="%23E1CBED"/><stop offset="1" stop-color="%23AB92B8"/></linearGradient><linearGradient id="paint6_linear_13_40" x1="781.494" y1="72.6501" x2="2048.67" y2="1066.94" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5E3FF"/><stop offset="0.51248" stop-color="%23EBD5F7"/><stop offset="1" stop-color="%23E0C9EB"/></linearGradient><linearGradient id="paint7_linear_13_40" x1="580.804" y1="451.174" x2="906.975" y2="1110.35" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.0001" stop-color="white"/><stop offset="1" stop-color="%23E5DBD5"/></linearGradient><clipPath id="clip0_13_40"><rect width="2000" height="1125" fill="white"/></clipPath></defs></svg>')`,
|
|
1760
1836
|
quaternary: `url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="1125" viewBox="0 0 2000 1125" fill="none"><g clip-path="url(%23clip0_16_50)"><rect width="2000" height="1125" fill="url(%23paint0_linear_16_50)"/><rect x="-145.375" y="247.444" width="435.932" height="128.9" transform="rotate(-66.9915 -145.375 247.444)" fill="url(%23paint1_linear_16_50)"/><g filter="url(%23filter0_d_16_50)"><path d="M480.784 -336.718L483.018 -338.805C2086.53 -1722.59 2447.86 284.242 2322.13 1089.91C2196.4 1895.57 1114.05 1663.85 598.008 1169.98C188.829 778.383 94.9071 433.168 84.5809 306.459C63.8953 52.6354 248.918 -120.167 480.784 -336.718Z" fill="%23EFE5DF"/></g><g filter="url(%23filter1_d_16_50)"><path d="M478.235 -337.757L480.469 -339.844C2083.98 -1723.63 2445.31 283.203 2319.58 1088.87C2193.85 1894.53 1111.5 1662.81 595.459 1168.95C186.279 777.344 91.9002 426.514 82.0316 305.42C61.346 51.5961 246.369 -121.206 478.235 -337.757Z" fill="url(%23paint2_linear_16_50)"/></g><path d="M478.35 -359.804L480.585 -361.891C2084.1 -1745.68 2445.43 261.156 2319.7 1066.82C2193.96 1872.48 1111.61 1640.77 595.575 1146.9C186.395 755.297 91.9025 403.076 82.1473 283.373C61.4618 29.5494 246.484 -143.253 478.35 -359.804Z" fill="url(%23paint3_linear_16_50)" stroke="url(%23paint4_linear_16_50)" stroke-width="0.488281"/><g filter="url(%23filter2_d_16_50)"><path d="M895.095 -81.1636L897.087 -83.483C2339.2 -1634.76 2918.4 320.353 2881.77 1134.95C2845.14 1949.54 1743.91 1837.9 1176.83 1403.6C727.176 1059.23 595.967 726.393 571.809 601.58C523.415 351.555 688.373 159.507 895.095 -81.1636Z" fill="%23EFE5DF"/></g><g filter="url(%23filter3_d_16_50)"><path d="M892.877 -81.1463L894.869 -83.4656C2336.98 -1634.74 2916.18 320.371 2879.55 1134.96C2842.92 1949.56 1741.69 1837.92 1174.61 1403.62C724.958 1059.24 592.677 720.879 569.59 601.597C521.196 351.573 686.155 159.524 892.877 -81.1463Z" fill="url(%23paint5_linear_16_50)"/></g><path d="M899.248 -92.3297L901.24 -94.6491C2343.35 -1645.93 2922.56 309.187 2885.93 1123.78C2849.3 1938.37 1748.06 1826.74 1180.98 1392.43C731.329 1048.06 598.784 708.325 575.961 590.414C527.568 340.389 692.526 148.341 899.248 -92.3297Z" fill="url(%23paint6_linear_16_50)" stroke="url(%23paint7_linear_16_50)" stroke-width="0.488281"/></g><defs><filter id="filter0_d_16_50" x="67" y="-812.852" width="2294.05" height="2463.76" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="8"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.607843 0 0 0 0 0.568627 0 0 0 0 0.545098 0 0 0 0.9 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_16_50"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_16_50" result="shape"/></filter><filter id="filter1_d_16_50" x="0.450684" y="-861.891" width="2422.05" height="2591.76" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="32"/><feGaussianBlur stdDeviation="40"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.607843 0 0 0 0 0.568627 0 0 0 0 0.545098 0 0 0 0.5 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_16_50"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_16_50" result="shape"/></filter><filter id="filter2_d_16_50" x="547.307" y="-664.639" width="2352.09" height="2436.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="16"/><feGaussianBlur stdDeviation="8"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.607843 0 0 0 0 0.568627 0 0 0 0 0.545098 0 0 0 0.9 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_16_50"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_16_50" result="shape"/></filter><filter id="filter3_d_16_50" x="381.088" y="-844.621" width="2680.09" height="2764.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="90"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.607843 0 0 0 0 0.568627 0 0 0 0 0.545098 0 0 0 0.55 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_16_50"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_16_50" result="shape"/></filter><linearGradient id="paint0_linear_16_50" x1="48.3398" y1="4.80196e-07" x2="58.1053" y2="1125" gradientUnits="userSpaceOnUse"><stop stop-color="%23FDF3EE"/><stop offset="0.625484" stop-color="%23F8EEE8"/><stop offset="1" stop-color="%23F0E5DF"/><stop offset="1" stop-color="%23F0E5E0"/></linearGradient><linearGradient id="paint1_linear_16_50" x1="72.5912" y1="247.444" x2="72.5912" y2="376.344" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFFEFD"/><stop offset="0.0001" stop-color="%23FFFEFD"/><stop offset="1" stop-color="%23FFFDFD" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_16_50" x1="80.5666" y1="233.643" x2="606.544" y2="1094.45" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.265" stop-color="white"/><stop offset="0.385" stop-color="%23F5ECE6"/><stop offset="0.720829" stop-color="%23CFC4BE"/><stop offset="1" stop-color="%23C9BDB6"/></linearGradient><linearGradient id="paint3_linear_16_50" x1="138.672" y1="41.2598" x2="702.487" y2="1106.9" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFFAF8"/><stop offset="0.19574" stop-color="%23FEF5EF"/><stop offset="1" stop-color="%23E8DED8"/></linearGradient><linearGradient id="paint4_linear_16_50" x1="163.5" y1="527.148" x2="390.5" y2="902.648" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.0001" stop-color="white"/><stop offset="1" stop-color="%23E5DBD5"/></linearGradient><linearGradient id="paint5_linear_16_50" x1="560.263" y1="530.414" x2="910.742" y2="1118.56" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.340552" stop-color="%23FCF2EC"/><stop offset="0.616738" stop-color="%23D8CEC8"/><stop offset="1" stop-color="%23ACA19C"/></linearGradient><linearGradient id="paint6_linear_16_50" x1="781.494" y1="72.6501" x2="2048.67" y2="1066.94" gradientUnits="userSpaceOnUse"><stop stop-color="%23F8EEE8"/><stop offset="0.51248" stop-color="%23E8DED8"/><stop offset="1" stop-color="%23DDD3CE"/></linearGradient><linearGradient id="paint7_linear_16_50" x1="580.804" y1="451.174" x2="906.975" y2="1110.35" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.0001" stop-color="white"/><stop offset="1" stop-color="%23E5DBD5"/></linearGradient><clipPath id="clip0_16_50"><rect width="2000" height="1125" fill="white"/></clipPath></defs></svg>')`
|
|
1761
|
-
},
|
|
1837
|
+
}, Xa = {
|
|
1762
1838
|
primary: "var(--purpur-color-text-tone-on-tone-primary)",
|
|
1763
1839
|
secondary: "var(--purpur-color-text-tone-on-tone-secondary)",
|
|
1764
1840
|
quaternary: "var(--purpur-color-text-tone-on-tone-tertiary)"
|
|
1765
|
-
}, f =
|
|
1841
|
+
}, f = Da.bind(Ha), s = "purpur-promotion-card", Ka = ({
|
|
1766
1842
|
["data-testid"]: e,
|
|
1767
|
-
variant:
|
|
1843
|
+
variant: n = "primary",
|
|
1768
1844
|
badgeText: a,
|
|
1769
|
-
badgeIcon:
|
|
1845
|
+
badgeIcon: o,
|
|
1770
1846
|
title: p,
|
|
1771
1847
|
titleTag: r = "h2",
|
|
1772
1848
|
titleVariant: t = "title-300",
|
|
1773
|
-
enableTitleHyphenation:
|
|
1774
|
-
className:
|
|
1849
|
+
enableTitleHyphenation: i = !1,
|
|
1850
|
+
className: l,
|
|
1775
1851
|
actions: d,
|
|
1776
|
-
children:
|
|
1777
|
-
style:
|
|
1778
|
-
alignment:
|
|
1779
|
-
additionalText:
|
|
1780
|
-
...
|
|
1781
|
-
},
|
|
1782
|
-
let
|
|
1783
|
-
if ("decorativeImage" in
|
|
1784
|
-
const { hasGradient:
|
|
1785
|
-
|
|
1786
|
-
} else if ("productImage" in
|
|
1787
|
-
const { hasGradient:
|
|
1788
|
-
|
|
1789
|
-
} else if ("hasGradient" in
|
|
1790
|
-
const { hasGradient:
|
|
1791
|
-
|
|
1852
|
+
children: h,
|
|
1853
|
+
style: x,
|
|
1854
|
+
alignment: B = "space-between",
|
|
1855
|
+
additionalText: C,
|
|
1856
|
+
..._
|
|
1857
|
+
}, F) => {
|
|
1858
|
+
let A = _, m, H;
|
|
1859
|
+
if ("decorativeImage" in _) {
|
|
1860
|
+
const { hasGradient: y, decorativeImage: k, ...j } = _;
|
|
1861
|
+
m = k, H = y, A = j;
|
|
1862
|
+
} else if ("productImage" in _) {
|
|
1863
|
+
const { hasGradient: y, productImage: k, ...j } = _;
|
|
1864
|
+
m = k, H = y, A = j;
|
|
1865
|
+
} else if ("hasGradient" in _) {
|
|
1866
|
+
const { hasGradient: y, ...k } = _;
|
|
1867
|
+
H = y, A = k;
|
|
1792
1868
|
}
|
|
1793
|
-
const
|
|
1794
|
-
"--promotion-card-background":
|
|
1795
|
-
"--promotion-card-color":
|
|
1796
|
-
"--promotion-card-background-image":
|
|
1869
|
+
const Kr = {
|
|
1870
|
+
"--promotion-card-background": Va[n],
|
|
1871
|
+
"--promotion-card-color": Xa[n],
|
|
1872
|
+
"--promotion-card-background-image": Wa[n]
|
|
1797
1873
|
};
|
|
1798
|
-
return /* @__PURE__ */
|
|
1874
|
+
return /* @__PURE__ */ u(v, { ref: F, className: f(`${s}__card`), children: /* @__PURE__ */ c(
|
|
1799
1875
|
"div",
|
|
1800
1876
|
{
|
|
1801
1877
|
"data-testid": e,
|
|
1802
1878
|
style: {
|
|
1803
|
-
...
|
|
1804
|
-
...
|
|
1879
|
+
...Kr,
|
|
1880
|
+
...x
|
|
1805
1881
|
},
|
|
1806
1882
|
className: f([
|
|
1807
|
-
|
|
1883
|
+
l,
|
|
1808
1884
|
s,
|
|
1809
|
-
`${s}--${
|
|
1885
|
+
`${s}--${n}`,
|
|
1810
1886
|
{
|
|
1811
|
-
[`${s}--with-image`]:
|
|
1812
|
-
[`${s}--without-image`]: !
|
|
1887
|
+
[`${s}--with-image`]: m,
|
|
1888
|
+
[`${s}--without-image`]: !m
|
|
1813
1889
|
}
|
|
1814
1890
|
]),
|
|
1815
|
-
...
|
|
1891
|
+
...A,
|
|
1816
1892
|
children: [
|
|
1817
|
-
/* @__PURE__ */
|
|
1893
|
+
/* @__PURE__ */ c(
|
|
1818
1894
|
"div",
|
|
1819
1895
|
{
|
|
1820
1896
|
className: f([
|
|
1821
1897
|
`${s}__content`,
|
|
1822
1898
|
{
|
|
1823
|
-
[`${s}__content--with-image`]:
|
|
1824
|
-
[`${s}__content--without-image`]: !
|
|
1899
|
+
[`${s}__content--with-image`]: m,
|
|
1900
|
+
[`${s}__content--without-image`]: !m
|
|
1825
1901
|
}
|
|
1826
1902
|
]),
|
|
1827
1903
|
children: [
|
|
1828
|
-
a && /* @__PURE__ */
|
|
1829
|
-
|
|
1904
|
+
a && /* @__PURE__ */ u("div", { "data-testid": "badgeWrapper", className: f(`${s}__badge-wrapper`), children: /* @__PURE__ */ c(ye, { variant: n === "primary" ? "special" : "attention", showIcon: !1, children: [
|
|
1905
|
+
o && o,
|
|
1830
1906
|
a
|
|
1831
1907
|
] }) }),
|
|
1832
|
-
/* @__PURE__ */
|
|
1908
|
+
/* @__PURE__ */ c(
|
|
1833
1909
|
"div",
|
|
1834
1910
|
{
|
|
1835
1911
|
className: f(
|
|
1836
1912
|
`${s}__main-content`,
|
|
1837
|
-
`${s}__main-content--${
|
|
1913
|
+
`${s}__main-content--${B}`
|
|
1838
1914
|
),
|
|
1839
1915
|
children: [
|
|
1840
|
-
/* @__PURE__ */
|
|
1841
|
-
|
|
1916
|
+
/* @__PURE__ */ u(
|
|
1917
|
+
Hr,
|
|
1842
1918
|
{
|
|
1843
1919
|
tag: r,
|
|
1844
1920
|
variant: t,
|
|
1845
|
-
enableHyphenation:
|
|
1921
|
+
enableHyphenation: i,
|
|
1846
1922
|
className: f(`${s}__heading`),
|
|
1847
1923
|
children: p
|
|
1848
1924
|
}
|
|
1849
1925
|
),
|
|
1850
|
-
/* @__PURE__ */
|
|
1851
|
-
/* @__PURE__ */
|
|
1852
|
-
d && d.length > 0 && /* @__PURE__ */
|
|
1926
|
+
/* @__PURE__ */ c("div", { className: f(`${s}__body`), children: [
|
|
1927
|
+
/* @__PURE__ */ u("div", { className: f(`${s}__child-content`), children: h }),
|
|
1928
|
+
d && d.length > 0 && /* @__PURE__ */ u("div", { className: f(`${s}__actions`), children: d.map(({ label: y, ...k }, j) => {
|
|
1853
1929
|
const I = {
|
|
1854
|
-
variant:
|
|
1855
|
-
negative:
|
|
1930
|
+
variant: j === 0 ? "primary" : "secondary",
|
|
1931
|
+
negative: n === "primary",
|
|
1856
1932
|
...k,
|
|
1857
|
-
children:
|
|
1933
|
+
children: y
|
|
1858
1934
|
};
|
|
1859
|
-
return
|
|
1935
|
+
return Ya(I) ? /* @__PURE__ */ u(Tr, { ...I }, y) : "onClick" in I && !("href" in I) ? /* @__PURE__ */ u(Or, { ...I }, y) : null;
|
|
1860
1936
|
}) }),
|
|
1861
|
-
|
|
1862
|
-
|
|
1937
|
+
C && /* @__PURE__ */ u(
|
|
1938
|
+
Wr,
|
|
1863
1939
|
{
|
|
1864
1940
|
negative: !0,
|
|
1865
1941
|
variant: "additional-100",
|
|
1866
1942
|
className: f(`${s}__additional-text`),
|
|
1867
|
-
children:
|
|
1943
|
+
children: C
|
|
1868
1944
|
}
|
|
1869
1945
|
)
|
|
1870
1946
|
] })
|
|
@@ -1874,19 +1950,19 @@ const Na = /* @__PURE__ */ Ba(Fa), Ma = {
|
|
|
1874
1950
|
]
|
|
1875
1951
|
}
|
|
1876
1952
|
),
|
|
1877
|
-
|
|
1953
|
+
m && /* @__PURE__ */ c(
|
|
1878
1954
|
"div",
|
|
1879
1955
|
{
|
|
1880
1956
|
className: f([
|
|
1881
1957
|
`${s}__image-wrapper`,
|
|
1882
1958
|
{
|
|
1883
|
-
[`${s}__image-wrapper--product`]: "productImage" in
|
|
1884
|
-
[`${s}__image-wrapper--decorative`]: "decorativeImage" in
|
|
1959
|
+
[`${s}__image-wrapper--product`]: "productImage" in _,
|
|
1960
|
+
[`${s}__image-wrapper--decorative`]: "decorativeImage" in _
|
|
1885
1961
|
}
|
|
1886
1962
|
]),
|
|
1887
1963
|
children: [
|
|
1888
|
-
|
|
1889
|
-
|
|
1964
|
+
m,
|
|
1965
|
+
H && /* @__PURE__ */ u(
|
|
1890
1966
|
"div",
|
|
1891
1967
|
{
|
|
1892
1968
|
className: f(`${s}__image-gradient`),
|
|
@@ -1899,10 +1975,10 @@ const Na = /* @__PURE__ */ Ba(Fa), Ma = {
|
|
|
1899
1975
|
]
|
|
1900
1976
|
}
|
|
1901
1977
|
) });
|
|
1902
|
-
},
|
|
1903
|
-
|
|
1978
|
+
}, Ya = (e) => "href" in e, Ja = S(Ka);
|
|
1979
|
+
Ja.displayName = "PromotionCard";
|
|
1904
1980
|
export {
|
|
1905
|
-
|
|
1906
|
-
|
|
1981
|
+
Ja as PromotionCard,
|
|
1982
|
+
a0 as promotionCardVariants
|
|
1907
1983
|
};
|
|
1908
1984
|
//# sourceMappingURL=promotion-card.es.js.map
|