@purpurds/promotion-card 6.12.5 → 7.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 +4 -18
- package/dist/promotion-card.cjs.js +13 -29
- package/dist/promotion-card.cjs.js.map +1 -1
- package/dist/promotion-card.d.ts +3 -8
- package/dist/promotion-card.d.ts.map +1 -1
- package/dist/promotion-card.es.js +577 -1105
- package/dist/promotion-card.es.js.map +1 -1
- package/package.json +11 -11
- package/src/promotion-card.stories.tsx +39 -30
- package/src/promotion-card.test.tsx +18 -0
- package/src/promotion-card.tsx +2 -32
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
import { jsxs as c, jsx as u, Fragment as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import "react-dom";
|
|
5
|
-
function _e(e) {
|
|
1
|
+
import { jsxs as c, jsx as u, Fragment as Lr } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as Nr } from "react";
|
|
3
|
+
function Pr(e) {
|
|
6
4
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
7
5
|
}
|
|
8
|
-
var
|
|
6
|
+
var X = { exports: {} };
|
|
9
7
|
/*!
|
|
10
8
|
Copyright (c) 2018 Jed Watson.
|
|
11
9
|
Licensed under the MIT License (MIT), see
|
|
12
10
|
http://jedwatson.github.io/classnames
|
|
13
11
|
*/
|
|
14
|
-
var
|
|
15
|
-
function
|
|
16
|
-
return
|
|
12
|
+
var rr;
|
|
13
|
+
function Dr() {
|
|
14
|
+
return rr || (rr = 1, function(e) {
|
|
17
15
|
(function() {
|
|
18
|
-
var
|
|
16
|
+
var n = {}.hasOwnProperty;
|
|
19
17
|
function a() {
|
|
20
18
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
21
|
-
var
|
|
22
|
-
|
|
19
|
+
var i = arguments[t];
|
|
20
|
+
i && (r = p(r, o.call(this, i)));
|
|
23
21
|
}
|
|
24
22
|
return r;
|
|
25
23
|
}
|
|
@@ -33,8 +31,8 @@ function fe() {
|
|
|
33
31
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
34
32
|
return r.toString();
|
|
35
33
|
var t = "";
|
|
36
|
-
for (var
|
|
37
|
-
|
|
34
|
+
for (var i in r)
|
|
35
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
38
36
|
return t;
|
|
39
37
|
}
|
|
40
38
|
function p(r, t) {
|
|
@@ -42,10 +40,10 @@ function fe() {
|
|
|
42
40
|
}
|
|
43
41
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
44
42
|
})();
|
|
45
|
-
}(
|
|
43
|
+
}(X)), X.exports;
|
|
46
44
|
}
|
|
47
|
-
var
|
|
48
|
-
const
|
|
45
|
+
var Hr = Dr();
|
|
46
|
+
const Tr = /* @__PURE__ */ Pr(Hr), Vr = {
|
|
49
47
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
50
48
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
51
49
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -53,97 +51,96 @@ const he = /* @__PURE__ */ _e(ge), me = {
|
|
|
53
51
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
54
52
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
55
53
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
56
|
-
},
|
|
54
|
+
}, Wr = Tr.bind(Vr), er = "purpur-icon", Kr = "md", Yr = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), Jr = ({ content: e = "", title: n } = {}) => {
|
|
57
55
|
const a = [
|
|
58
56
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
59
57
|
{ name: "fill", value: "currentColor" },
|
|
60
58
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
61
|
-
|
|
62
|
-
], o =
|
|
63
|
-
return `<svg ${
|
|
64
|
-
},
|
|
59
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
60
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
61
|
+
return `<svg ${Yr(a)}>${o}${e}</svg>`;
|
|
62
|
+
}, Qr = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), jr = ({
|
|
65
63
|
["data-testid"]: e,
|
|
66
|
-
svg:
|
|
64
|
+
svg: n,
|
|
67
65
|
allyTitle: a,
|
|
68
66
|
className: o,
|
|
69
|
-
size: p =
|
|
67
|
+
size: p = Kr,
|
|
70
68
|
...r
|
|
71
69
|
}) => {
|
|
72
|
-
const t =
|
|
73
|
-
content:
|
|
70
|
+
const t = Jr({
|
|
71
|
+
content: Qr(n.svg),
|
|
74
72
|
title: a
|
|
75
|
-
}),
|
|
73
|
+
}), i = Wr(o, er, `${er}--${p}`);
|
|
76
74
|
return /* @__PURE__ */ u(
|
|
77
75
|
"span",
|
|
78
76
|
{
|
|
79
|
-
|
|
80
|
-
className: n,
|
|
77
|
+
className: i,
|
|
81
78
|
"data-testid": e,
|
|
82
79
|
dangerouslySetInnerHTML: { __html: t },
|
|
83
80
|
...r
|
|
84
81
|
}
|
|
85
82
|
);
|
|
86
83
|
};
|
|
87
|
-
|
|
88
|
-
const
|
|
84
|
+
jr.displayName = "Icon";
|
|
85
|
+
const Xr = {
|
|
89
86
|
name: "alert",
|
|
90
87
|
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>',
|
|
91
88
|
keywords: ["alert"],
|
|
92
89
|
category: "status"
|
|
93
|
-
},
|
|
90
|
+
}, re = {
|
|
94
91
|
name: "check-circle",
|
|
95
92
|
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>',
|
|
96
93
|
keywords: ["check-circle"],
|
|
97
94
|
category: "status"
|
|
98
|
-
},
|
|
95
|
+
}, ee = {
|
|
99
96
|
name: "devices",
|
|
100
97
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M10 3.4a.1.1 0 0 0-.1.1V4a.9.9 0 0 1-1.8 0v-.5c0-1.05.85-1.9 1.9-1.9h10c1.05 0 1.9.85 1.9 1.9v15a1.9 1.9 0 0 1-1.9 1.9h-6a.9.9 0 1 1 0-1.8h6a.1.1 0 0 0 .1-.1v-15a.1.1 0 0 0-.1-.1H10ZM2.1 8c0-1.05.85-1.9 1.9-1.9h6c1.05 0 1.9.85 1.9 1.9v12a1.9 1.9 0 0 1-1.9 1.9H4A1.9 1.9 0 0 1 2.1 20V8ZM4 7.9a.1.1 0 0 0-.1.1v12a.1.1 0 0 0 .1.1h6a.1.1 0 0 0 .1-.1V8a.1.1 0 0 0-.1-.1H4ZM14.6 17a.9.9 0 0 1 .9-.9h.5a.9.9 0 1 1 0 1.8h-.5a.9.9 0 0 1-.9-.9Zm-8.5 1.5a.9.9 0 0 1 .9-.9h.5a.9.9 0 1 1 0 1.8H7a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"/></svg>',
|
|
101
98
|
keywords: ["devices"],
|
|
102
99
|
category: "device"
|
|
103
|
-
},
|
|
100
|
+
}, te = {
|
|
104
101
|
name: "error",
|
|
105
102
|
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>',
|
|
106
103
|
keywords: ["error"],
|
|
107
104
|
category: "status"
|
|
108
|
-
},
|
|
105
|
+
}, ae = {
|
|
109
106
|
name: "info",
|
|
110
107
|
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>',
|
|
111
108
|
keywords: ["info"],
|
|
112
109
|
category: "status"
|
|
113
|
-
},
|
|
110
|
+
}, ie = {
|
|
114
111
|
name: "offering",
|
|
115
112
|
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>',
|
|
116
113
|
keywords: ["offering"],
|
|
117
114
|
category: "other"
|
|
118
|
-
},
|
|
115
|
+
}, ne = {
|
|
119
116
|
name: "question",
|
|
120
117
|
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>',
|
|
121
118
|
keywords: ["question"],
|
|
122
119
|
category: "status"
|
|
123
|
-
},
|
|
120
|
+
}, oe = {
|
|
124
121
|
name: "tag",
|
|
125
122
|
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>',
|
|
126
123
|
keywords: ["tag"],
|
|
127
124
|
category: "other"
|
|
128
125
|
};
|
|
129
|
-
function
|
|
126
|
+
function pe(e) {
|
|
130
127
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
131
128
|
}
|
|
132
|
-
var
|
|
129
|
+
var tr = { exports: {} };
|
|
133
130
|
/*!
|
|
134
131
|
Copyright (c) 2018 Jed Watson.
|
|
135
132
|
Licensed under the MIT License (MIT), see
|
|
136
133
|
http://jedwatson.github.io/classnames
|
|
137
134
|
*/
|
|
138
|
-
var
|
|
139
|
-
function
|
|
140
|
-
return
|
|
135
|
+
var ar;
|
|
136
|
+
function ue() {
|
|
137
|
+
return ar || (ar = 1, function(e) {
|
|
141
138
|
(function() {
|
|
142
|
-
var
|
|
139
|
+
var n = {}.hasOwnProperty;
|
|
143
140
|
function a() {
|
|
144
141
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
145
|
-
var
|
|
146
|
-
|
|
142
|
+
var i = arguments[t];
|
|
143
|
+
i && (r = p(r, o(i)));
|
|
147
144
|
}
|
|
148
145
|
return r;
|
|
149
146
|
}
|
|
@@ -157,8 +154,8 @@ function Fe() {
|
|
|
157
154
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
158
155
|
return r.toString();
|
|
159
156
|
var t = "";
|
|
160
|
-
for (var
|
|
161
|
-
|
|
157
|
+
for (var i in r)
|
|
158
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
162
159
|
return t;
|
|
163
160
|
}
|
|
164
161
|
function p(r, t) {
|
|
@@ -166,10 +163,10 @@ function Fe() {
|
|
|
166
163
|
}
|
|
167
164
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
168
165
|
})();
|
|
169
|
-
}(
|
|
166
|
+
}(tr)), tr.exports;
|
|
170
167
|
}
|
|
171
|
-
var
|
|
172
|
-
const
|
|
168
|
+
var le = ue();
|
|
169
|
+
const ir = /* @__PURE__ */ pe(le), P = {
|
|
173
170
|
"purpur-badge": "_purpur-badge_1mlzj_1",
|
|
174
171
|
"purpur-badge__icon": "_purpur-badge__icon_1mlzj_13",
|
|
175
172
|
"purpur-badge--attention": "_purpur-badge--attention_1mlzj_17",
|
|
@@ -181,7 +178,7 @@ const gr = /* @__PURE__ */ Be(Me), X = {
|
|
|
181
178
|
"purpur-badge--warning": "_purpur-badge--warning_1mlzj_41",
|
|
182
179
|
"purpur-badge--error": "_purpur-badge--error_1mlzj_45",
|
|
183
180
|
"purpur-badge--black-friday": "_purpur-badge--black-friday_1mlzj_49"
|
|
184
|
-
},
|
|
181
|
+
}, D = "purpur-badge", g = {
|
|
185
182
|
ATTENTION: "attention",
|
|
186
183
|
BLACK_FRIDAY: "black-friday",
|
|
187
184
|
ERROR: "error",
|
|
@@ -191,155 +188,70 @@ const gr = /* @__PURE__ */ Be(Me), X = {
|
|
|
191
188
|
SPECIAL: "special",
|
|
192
189
|
SUCCESS: "success",
|
|
193
190
|
WARNING: "warning"
|
|
194
|
-
},
|
|
191
|
+
}, se = (e) => {
|
|
195
192
|
switch (e) {
|
|
196
|
-
case
|
|
197
|
-
case
|
|
198
|
-
return
|
|
199
|
-
case
|
|
200
|
-
return
|
|
201
|
-
case
|
|
202
|
-
return
|
|
203
|
-
case
|
|
204
|
-
return
|
|
205
|
-
case
|
|
206
|
-
return
|
|
207
|
-
case
|
|
208
|
-
return
|
|
209
|
-
case
|
|
210
|
-
return
|
|
211
|
-
case
|
|
212
|
-
return
|
|
193
|
+
case g.ATTENTION:
|
|
194
|
+
case g.SPECIAL:
|
|
195
|
+
return ie;
|
|
196
|
+
case g.INFORMATION:
|
|
197
|
+
return ae;
|
|
198
|
+
case g.GENERAL:
|
|
199
|
+
return ee;
|
|
200
|
+
case g.SUCCESS:
|
|
201
|
+
return re;
|
|
202
|
+
case g.WARNING:
|
|
203
|
+
return Xr;
|
|
204
|
+
case g.ERROR:
|
|
205
|
+
return te;
|
|
206
|
+
case g.NEUTRAL:
|
|
207
|
+
return ne;
|
|
208
|
+
case g.BLACK_FRIDAY:
|
|
209
|
+
return oe;
|
|
213
210
|
default:
|
|
214
211
|
return;
|
|
215
212
|
}
|
|
216
|
-
},
|
|
213
|
+
}, de = ({
|
|
217
214
|
children: e,
|
|
218
|
-
showIcon:
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
215
|
+
showIcon: n = !0,
|
|
216
|
+
iconAllyTitle: a,
|
|
217
|
+
variant: o,
|
|
218
|
+
["data-testid"]: p,
|
|
222
219
|
className: r = "",
|
|
223
220
|
...t
|
|
224
221
|
}) => {
|
|
225
|
-
const
|
|
226
|
-
return /* @__PURE__ */ c("span", {
|
|
227
|
-
|
|
228
|
-
|
|
222
|
+
const i = se(o), l = ir([r, P[D], P[`${D}--${o}`]]);
|
|
223
|
+
return /* @__PURE__ */ c("span", { className: l, "data-testid": p, ...t, children: [
|
|
224
|
+
n && i && /* @__PURE__ */ u(
|
|
225
|
+
jr,
|
|
229
226
|
{
|
|
230
|
-
"data-testid": `${
|
|
231
|
-
allyTitle:
|
|
227
|
+
"data-testid": `${p}-icon`,
|
|
228
|
+
allyTitle: a,
|
|
232
229
|
size: "xs",
|
|
233
|
-
svg:
|
|
234
|
-
className:
|
|
230
|
+
svg: i,
|
|
231
|
+
className: ir(P[`${D}__icon`])
|
|
235
232
|
}
|
|
236
233
|
),
|
|
237
234
|
e
|
|
238
235
|
] });
|
|
239
|
-
}, Ee = {
|
|
240
|
-
LG: "lg"
|
|
241
236
|
};
|
|
242
|
-
function
|
|
237
|
+
function ce(e) {
|
|
243
238
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
244
239
|
}
|
|
245
|
-
var
|
|
240
|
+
var nr = { exports: {} };
|
|
246
241
|
/*!
|
|
247
242
|
Copyright (c) 2018 Jed Watson.
|
|
248
243
|
Licensed under the MIT License (MIT), see
|
|
249
244
|
http://jedwatson.github.io/classnames
|
|
250
245
|
*/
|
|
251
|
-
var
|
|
252
|
-
function
|
|
253
|
-
return
|
|
246
|
+
var or;
|
|
247
|
+
function _e() {
|
|
248
|
+
return or || (or = 1, function(e) {
|
|
254
249
|
(function() {
|
|
255
|
-
var
|
|
250
|
+
var n = {}.hasOwnProperty;
|
|
256
251
|
function a() {
|
|
257
252
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
258
|
-
var
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
return r;
|
|
262
|
-
}
|
|
263
|
-
function o(r) {
|
|
264
|
-
if (typeof r == "string" || typeof r == "number")
|
|
265
|
-
return r;
|
|
266
|
-
if (typeof r != "object")
|
|
267
|
-
return "";
|
|
268
|
-
if (Array.isArray(r))
|
|
269
|
-
return a.apply(null, r);
|
|
270
|
-
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
271
|
-
return r.toString();
|
|
272
|
-
var t = "";
|
|
273
|
-
for (var n in r)
|
|
274
|
-
i.call(r, n) && r[n] && (t = p(t, n));
|
|
275
|
-
return t;
|
|
276
|
-
}
|
|
277
|
-
function p(r, t) {
|
|
278
|
-
return t ? r ? r + " " + t : r + t : r;
|
|
279
|
-
}
|
|
280
|
-
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
281
|
-
})();
|
|
282
|
-
}(hr)), hr.exports;
|
|
283
|
-
}
|
|
284
|
-
var Ue = ze();
|
|
285
|
-
const vr = /* @__PURE__ */ qe(Ue), Ie = "_rotate_1xozj_1", Re = "_dash_1xozj_1", Z = {
|
|
286
|
-
"purpur-spinner": "_purpur-spinner_1xozj_1",
|
|
287
|
-
rotate: Ie,
|
|
288
|
-
"purpur-spinner--xxs": "_purpur-spinner--xxs_1xozj_4",
|
|
289
|
-
"purpur-spinner--xs": "_purpur-spinner--xs_1xozj_8",
|
|
290
|
-
"purpur-spinner--sm": "_purpur-spinner--sm_1xozj_12",
|
|
291
|
-
"purpur-spinner--md": "_purpur-spinner--md_1xozj_16",
|
|
292
|
-
"purpur-spinner--lg": "_purpur-spinner--lg_1xozj_20",
|
|
293
|
-
"purpur-spinner__circle": "_purpur-spinner__circle_1xozj_24",
|
|
294
|
-
dash: Re,
|
|
295
|
-
"purpur-spinner__circle--disabled": "_purpur-spinner__circle--disabled_1xozj_33",
|
|
296
|
-
"purpur-spinner__circle--negative": "_purpur-spinner__circle--negative_1xozj_36"
|
|
297
|
-
}, E = "purpur-spinner", Pe = {
|
|
298
|
-
SM: "sm"
|
|
299
|
-
}, Le = ({
|
|
300
|
-
["data-testid"]: e,
|
|
301
|
-
disabled: i = !1,
|
|
302
|
-
negative: a = !1,
|
|
303
|
-
size: o = Pe.SM,
|
|
304
|
-
...p
|
|
305
|
-
}) => /* @__PURE__ */ u(
|
|
306
|
-
"div",
|
|
307
|
-
{
|
|
308
|
-
className: vr([Z[E], Z[`${E}--${o}`]]),
|
|
309
|
-
"data-testid": e,
|
|
310
|
-
...p,
|
|
311
|
-
children: /* @__PURE__ */ u("svg", { viewBox: "0 0 50 50", children: /* @__PURE__ */ u(
|
|
312
|
-
"circle",
|
|
313
|
-
{
|
|
314
|
-
className: vr(Z[`${E}__circle`], {
|
|
315
|
-
[Z[`${E}__circle--disabled`]]: i,
|
|
316
|
-
[Z[`${E}__circle--negative`]]: a
|
|
317
|
-
}),
|
|
318
|
-
cx: "25",
|
|
319
|
-
cy: "25",
|
|
320
|
-
r: "20"
|
|
321
|
-
}
|
|
322
|
-
) })
|
|
323
|
-
}
|
|
324
|
-
);
|
|
325
|
-
function De(e) {
|
|
326
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
327
|
-
}
|
|
328
|
-
var yr = { exports: {} };
|
|
329
|
-
/*!
|
|
330
|
-
Copyright (c) 2018 Jed Watson.
|
|
331
|
-
Licensed under the MIT License (MIT), see
|
|
332
|
-
http://jedwatson.github.io/classnames
|
|
333
|
-
*/
|
|
334
|
-
var wr;
|
|
335
|
-
function He() {
|
|
336
|
-
return wr || (wr = 1, function(e) {
|
|
337
|
-
(function() {
|
|
338
|
-
var i = {}.hasOwnProperty;
|
|
339
|
-
function a() {
|
|
340
|
-
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
341
|
-
var n = arguments[t];
|
|
342
|
-
n && (r = p(r, o.call(this, n)));
|
|
253
|
+
var i = arguments[t];
|
|
254
|
+
i && (r = p(r, o.call(this, i)));
|
|
343
255
|
}
|
|
344
256
|
return r;
|
|
345
257
|
}
|
|
@@ -353,8 +265,8 @@ function He() {
|
|
|
353
265
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
354
266
|
return r.toString();
|
|
355
267
|
var t = "";
|
|
356
|
-
for (var
|
|
357
|
-
|
|
268
|
+
for (var i in r)
|
|
269
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
358
270
|
return t;
|
|
359
271
|
}
|
|
360
272
|
function p(r, t) {
|
|
@@ -362,149 +274,32 @@ function He() {
|
|
|
362
274
|
}
|
|
363
275
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
364
276
|
})();
|
|
365
|
-
}(
|
|
366
|
-
}
|
|
367
|
-
var Te = He();
|
|
368
|
-
const Ve = /* @__PURE__ */ De(Te), We = {
|
|
369
|
-
"purpur-button": "_purpur-button_w455q_1",
|
|
370
|
-
"purpur-button--xs": "_purpur-button--xs_w455q_33",
|
|
371
|
-
"purpur-button--icon-only": "_purpur-button--icon-only_w455q_36",
|
|
372
|
-
"purpur-button--sm": "_purpur-button--sm_w455q_39",
|
|
373
|
-
"purpur-button--md": "_purpur-button--md_w455q_45",
|
|
374
|
-
"purpur-button--lg": "_purpur-button--lg_w455q_51",
|
|
375
|
-
"purpur-button--full-width": "_purpur-button--full-width_w455q_57",
|
|
376
|
-
"purpur-button--primary": "_purpur-button--primary_w455q_60",
|
|
377
|
-
"purpur-button--disabled": "_purpur-button--disabled_w455q_64",
|
|
378
|
-
"purpur-button--primary-negative": "_purpur-button--primary-negative_w455q_70",
|
|
379
|
-
"purpur-button--secondary": "_purpur-button--secondary_w455q_82",
|
|
380
|
-
"purpur-button--secondary-negative": "_purpur-button--secondary-negative_w455q_93",
|
|
381
|
-
"purpur-button--expressive": "_purpur-button--expressive_w455q_104",
|
|
382
|
-
"purpur-button--expressive-negative": "_purpur-button--expressive-negative_w455q_114",
|
|
383
|
-
"purpur-button--negative": "_purpur-button--negative_w455q_126",
|
|
384
|
-
"purpur-button--destructive": "_purpur-button--destructive_w455q_133",
|
|
385
|
-
"purpur-button--destructive-negative": "_purpur-button--destructive-negative_w455q_143",
|
|
386
|
-
"purpur-button--tertiary-purple": "_purpur-button--tertiary-purple_w455q_153",
|
|
387
|
-
"purpur-button--tertiary-purple-negative": "_purpur-button--tertiary-purple-negative_w455q_166",
|
|
388
|
-
"purpur-button--text-negative": "_purpur-button--text-negative_w455q_181",
|
|
389
|
-
"purpur-button--text": "_purpur-button--text_w455q_181"
|
|
390
|
-
}, Ye = Ve.bind(We), O = "purpur-button", Ke = ({
|
|
391
|
-
children: e,
|
|
392
|
-
className: i,
|
|
393
|
-
["data-testid"]: a,
|
|
394
|
-
disabled: o = !1,
|
|
395
|
-
fullWidth: p = !1,
|
|
396
|
-
iconOnly: r,
|
|
397
|
-
loading: t = !1,
|
|
398
|
-
negative: n = !1,
|
|
399
|
-
onClick: l,
|
|
400
|
-
size: _ = "md",
|
|
401
|
-
variant: m,
|
|
402
|
-
type: C = "button",
|
|
403
|
-
...j
|
|
404
|
-
}, S) => {
|
|
405
|
-
if (r && m === "destructive")
|
|
406
|
-
return null;
|
|
407
|
-
const f = Ye(
|
|
408
|
-
[
|
|
409
|
-
O,
|
|
410
|
-
`${O}--${n ? `${m}-negative` : m}`,
|
|
411
|
-
`${O}--${_}`
|
|
412
|
-
],
|
|
413
|
-
{
|
|
414
|
-
[`${O}--icon-only`]: r,
|
|
415
|
-
[`${O}--negative`]: n,
|
|
416
|
-
[`${O}--full-width`]: p,
|
|
417
|
-
[`${O}--disabled`]: o || t
|
|
418
|
-
},
|
|
419
|
-
i
|
|
420
|
-
), B = (v) => {
|
|
421
|
-
o || t ? v.preventDefault() : l && l(v);
|
|
422
|
-
}, k = !!j["aria-disabled"] || o || t;
|
|
423
|
-
return /* @__PURE__ */ c(
|
|
424
|
-
"button",
|
|
425
|
-
{
|
|
426
|
-
className: f,
|
|
427
|
-
"data-testid": a,
|
|
428
|
-
type: C,
|
|
429
|
-
ref: S,
|
|
430
|
-
"aria-disabled": k,
|
|
431
|
-
onClick: B,
|
|
432
|
-
...j,
|
|
433
|
-
children: [
|
|
434
|
-
t && /* @__PURE__ */ u(Le, { size: _ === Ee.LG ? "xs" : "xxs", negative: n, disabled: k }),
|
|
435
|
-
" ",
|
|
436
|
-
e
|
|
437
|
-
]
|
|
438
|
-
}
|
|
439
|
-
);
|
|
440
|
-
}, ee = J(Ke);
|
|
441
|
-
ee.displayName = "Button";
|
|
442
|
-
function Je(e) {
|
|
443
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
277
|
+
}(nr)), nr.exports;
|
|
444
278
|
}
|
|
445
|
-
var
|
|
446
|
-
|
|
447
|
-
Copyright (c) 2018 Jed Watson.
|
|
448
|
-
Licensed under the MIT License (MIT), see
|
|
449
|
-
http://jedwatson.github.io/classnames
|
|
450
|
-
*/
|
|
451
|
-
var br;
|
|
452
|
-
function Xe() {
|
|
453
|
-
return br || (br = 1, function(e) {
|
|
454
|
-
(function() {
|
|
455
|
-
var i = {}.hasOwnProperty;
|
|
456
|
-
function a() {
|
|
457
|
-
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
458
|
-
var n = arguments[t];
|
|
459
|
-
n && (r = p(r, o.call(this, n)));
|
|
460
|
-
}
|
|
461
|
-
return r;
|
|
462
|
-
}
|
|
463
|
-
function o(r) {
|
|
464
|
-
if (typeof r == "string" || typeof r == "number")
|
|
465
|
-
return this && this[r] || r;
|
|
466
|
-
if (typeof r != "object")
|
|
467
|
-
return "";
|
|
468
|
-
if (Array.isArray(r))
|
|
469
|
-
return a.apply(this, r);
|
|
470
|
-
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
471
|
-
return r.toString();
|
|
472
|
-
var t = "";
|
|
473
|
-
for (var n in r)
|
|
474
|
-
i.call(r, n) && r[n] && (t = p(t, this && this[n] || n));
|
|
475
|
-
return t;
|
|
476
|
-
}
|
|
477
|
-
function p(r, t) {
|
|
478
|
-
return t ? r ? r + " " + t : r + t : r;
|
|
479
|
-
}
|
|
480
|
-
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
481
|
-
})();
|
|
482
|
-
}(xr)), xr.exports;
|
|
483
|
-
}
|
|
484
|
-
var Qe = Xe();
|
|
485
|
-
const h = /* @__PURE__ */ Je(Qe), rt = {
|
|
279
|
+
var fe = _e();
|
|
280
|
+
const _ = /* @__PURE__ */ ce(fe), he = {
|
|
486
281
|
"purpur-card__container": "_purpur-card__container_fwz6v_1",
|
|
487
282
|
"purpur-card__container--full-height": "_purpur-card__container--full-height_fwz6v_4",
|
|
488
283
|
"purpur-card": "_purpur-card_fwz6v_1"
|
|
489
284
|
};
|
|
490
|
-
function
|
|
285
|
+
function ge(e) {
|
|
491
286
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
492
287
|
}
|
|
493
|
-
var
|
|
288
|
+
var pr = { exports: {} };
|
|
494
289
|
/*!
|
|
495
290
|
Copyright (c) 2018 Jed Watson.
|
|
496
291
|
Licensed under the MIT License (MIT), see
|
|
497
292
|
http://jedwatson.github.io/classnames
|
|
498
293
|
*/
|
|
499
|
-
var
|
|
500
|
-
function
|
|
501
|
-
return
|
|
294
|
+
var ur;
|
|
295
|
+
function me() {
|
|
296
|
+
return ur || (ur = 1, function(e) {
|
|
502
297
|
(function() {
|
|
503
|
-
var
|
|
298
|
+
var n = {}.hasOwnProperty;
|
|
504
299
|
function a() {
|
|
505
300
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
506
|
-
var
|
|
507
|
-
|
|
301
|
+
var i = arguments[t];
|
|
302
|
+
i && (r = p(r, o.call(this, i)));
|
|
508
303
|
}
|
|
509
304
|
return r;
|
|
510
305
|
}
|
|
@@ -518,8 +313,8 @@ function tt() {
|
|
|
518
313
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
519
314
|
return r.toString();
|
|
520
315
|
var t = "";
|
|
521
|
-
for (var
|
|
522
|
-
|
|
316
|
+
for (var i in r)
|
|
317
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
523
318
|
return t;
|
|
524
319
|
}
|
|
525
320
|
function p(r, t) {
|
|
@@ -527,10 +322,10 @@ function tt() {
|
|
|
527
322
|
}
|
|
528
323
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
529
324
|
})();
|
|
530
|
-
}(
|
|
325
|
+
}(pr)), pr.exports;
|
|
531
326
|
}
|
|
532
|
-
var
|
|
533
|
-
const
|
|
327
|
+
var ve = me();
|
|
328
|
+
const ye = /* @__PURE__ */ ge(ve), we = {
|
|
534
329
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
535
330
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
536
331
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -538,97 +333,96 @@ const nt = /* @__PURE__ */ et(at), it = {
|
|
|
538
333
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
539
334
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
540
335
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
541
|
-
},
|
|
336
|
+
}, xe = ye.bind(we), lr = "purpur-icon", be = "md", Ce = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), Se = ({ content: e = "", title: n } = {}) => {
|
|
542
337
|
const a = [
|
|
543
338
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
544
339
|
{ name: "fill", value: "currentColor" },
|
|
545
340
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
546
|
-
|
|
547
|
-
], o =
|
|
548
|
-
return `<svg ${
|
|
549
|
-
},
|
|
341
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
342
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
343
|
+
return `<svg ${Ce(a)}>${o}${e}</svg>`;
|
|
344
|
+
}, $e = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Mr = ({
|
|
550
345
|
["data-testid"]: e,
|
|
551
|
-
svg:
|
|
346
|
+
svg: n,
|
|
552
347
|
allyTitle: a,
|
|
553
348
|
className: o,
|
|
554
|
-
size: p =
|
|
349
|
+
size: p = be,
|
|
555
350
|
...r
|
|
556
351
|
}) => {
|
|
557
|
-
const t =
|
|
558
|
-
content:
|
|
352
|
+
const t = Se({
|
|
353
|
+
content: $e(n.svg),
|
|
559
354
|
title: a
|
|
560
|
-
}),
|
|
355
|
+
}), i = xe(o, lr, `${lr}--${p}`);
|
|
561
356
|
return /* @__PURE__ */ u(
|
|
562
357
|
"span",
|
|
563
358
|
{
|
|
564
|
-
|
|
565
|
-
className: n,
|
|
359
|
+
className: i,
|
|
566
360
|
"data-testid": e,
|
|
567
361
|
dangerouslySetInnerHTML: { __html: t },
|
|
568
362
|
...r
|
|
569
363
|
}
|
|
570
364
|
);
|
|
571
365
|
};
|
|
572
|
-
|
|
573
|
-
const
|
|
366
|
+
Mr.displayName = "Icon";
|
|
367
|
+
const Ae = {
|
|
574
368
|
name: "alert",
|
|
575
369
|
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>',
|
|
576
370
|
keywords: ["alert"],
|
|
577
371
|
category: "status"
|
|
578
|
-
},
|
|
372
|
+
}, Fe = {
|
|
579
373
|
name: "check-circle",
|
|
580
374
|
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>',
|
|
581
375
|
keywords: ["check-circle"],
|
|
582
376
|
category: "status"
|
|
583
|
-
},
|
|
377
|
+
}, Be = {
|
|
584
378
|
name: "devices",
|
|
585
379
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M10 3.4a.1.1 0 0 0-.1.1V4a.9.9 0 0 1-1.8 0v-.5c0-1.05.85-1.9 1.9-1.9h10c1.05 0 1.9.85 1.9 1.9v15a1.9 1.9 0 0 1-1.9 1.9h-6a.9.9 0 1 1 0-1.8h6a.1.1 0 0 0 .1-.1v-15a.1.1 0 0 0-.1-.1H10ZM2.1 8c0-1.05.85-1.9 1.9-1.9h6c1.05 0 1.9.85 1.9 1.9v12a1.9 1.9 0 0 1-1.9 1.9H4A1.9 1.9 0 0 1 2.1 20V8ZM4 7.9a.1.1 0 0 0-.1.1v12a.1.1 0 0 0 .1.1h6a.1.1 0 0 0 .1-.1V8a.1.1 0 0 0-.1-.1H4ZM14.6 17a.9.9 0 0 1 .9-.9h.5a.9.9 0 1 1 0 1.8h-.5a.9.9 0 0 1-.9-.9Zm-8.5 1.5a.9.9 0 0 1 .9-.9h.5a.9.9 0 1 1 0 1.8H7a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"/></svg>',
|
|
586
380
|
keywords: ["devices"],
|
|
587
381
|
category: "device"
|
|
588
|
-
},
|
|
382
|
+
}, ke = {
|
|
589
383
|
name: "error",
|
|
590
384
|
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>',
|
|
591
385
|
keywords: ["error"],
|
|
592
386
|
category: "status"
|
|
593
|
-
},
|
|
387
|
+
}, Oe = {
|
|
594
388
|
name: "info",
|
|
595
389
|
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>',
|
|
596
390
|
keywords: ["info"],
|
|
597
391
|
category: "status"
|
|
598
|
-
},
|
|
392
|
+
}, Ne = {
|
|
599
393
|
name: "offering",
|
|
600
394
|
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>',
|
|
601
395
|
keywords: ["offering"],
|
|
602
396
|
category: "other"
|
|
603
|
-
},
|
|
397
|
+
}, je = {
|
|
604
398
|
name: "question",
|
|
605
399
|
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>',
|
|
606
400
|
keywords: ["question"],
|
|
607
401
|
category: "status"
|
|
608
|
-
},
|
|
402
|
+
}, Me = {
|
|
609
403
|
name: "tag",
|
|
610
404
|
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>',
|
|
611
405
|
keywords: ["tag"],
|
|
612
406
|
category: "other"
|
|
613
407
|
};
|
|
614
|
-
function
|
|
408
|
+
function Ge(e) {
|
|
615
409
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
616
410
|
}
|
|
617
|
-
var
|
|
411
|
+
var sr = { exports: {} };
|
|
618
412
|
/*!
|
|
619
413
|
Copyright (c) 2018 Jed Watson.
|
|
620
414
|
Licensed under the MIT License (MIT), see
|
|
621
415
|
http://jedwatson.github.io/classnames
|
|
622
416
|
*/
|
|
623
|
-
var
|
|
624
|
-
function
|
|
625
|
-
return
|
|
417
|
+
var dr;
|
|
418
|
+
function Ze() {
|
|
419
|
+
return dr || (dr = 1, function(e) {
|
|
626
420
|
(function() {
|
|
627
|
-
var
|
|
421
|
+
var n = {}.hasOwnProperty;
|
|
628
422
|
function a() {
|
|
629
423
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
630
|
-
var
|
|
631
|
-
|
|
424
|
+
var i = arguments[t];
|
|
425
|
+
i && (r = p(r, o(i)));
|
|
632
426
|
}
|
|
633
427
|
return r;
|
|
634
428
|
}
|
|
@@ -642,8 +436,8 @@ function wt() {
|
|
|
642
436
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
643
437
|
return r.toString();
|
|
644
438
|
var t = "";
|
|
645
|
-
for (var
|
|
646
|
-
|
|
439
|
+
for (var i in r)
|
|
440
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
647
441
|
return t;
|
|
648
442
|
}
|
|
649
443
|
function p(r, t) {
|
|
@@ -651,10 +445,10 @@ function wt() {
|
|
|
651
445
|
}
|
|
652
446
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
653
447
|
})();
|
|
654
|
-
}(
|
|
448
|
+
}(sr)), sr.exports;
|
|
655
449
|
}
|
|
656
|
-
var
|
|
657
|
-
const
|
|
450
|
+
var Ee = Ze();
|
|
451
|
+
const cr = /* @__PURE__ */ Ge(Ee), H = {
|
|
658
452
|
"purpur-badge": "_purpur-badge_1mlzj_1",
|
|
659
453
|
"purpur-badge__icon": "_purpur-badge__icon_1mlzj_13",
|
|
660
454
|
"purpur-badge--attention": "_purpur-badge--attention_1mlzj_17",
|
|
@@ -666,7 +460,7 @@ const Or = /* @__PURE__ */ yt(xt), rr = {
|
|
|
666
460
|
"purpur-badge--warning": "_purpur-badge--warning_1mlzj_41",
|
|
667
461
|
"purpur-badge--error": "_purpur-badge--error_1mlzj_45",
|
|
668
462
|
"purpur-badge--black-friday": "_purpur-badge--black-friday_1mlzj_49"
|
|
669
|
-
},
|
|
463
|
+
}, T = "purpur-badge", m = {
|
|
670
464
|
ATTENTION: "attention",
|
|
671
465
|
BLACK_FRIDAY: "black-friday",
|
|
672
466
|
ERROR: "error",
|
|
@@ -676,80 +470,80 @@ const Or = /* @__PURE__ */ yt(xt), rr = {
|
|
|
676
470
|
SPECIAL: "special",
|
|
677
471
|
SUCCESS: "success",
|
|
678
472
|
WARNING: "warning"
|
|
679
|
-
},
|
|
473
|
+
}, Ue = (e) => {
|
|
680
474
|
switch (e) {
|
|
681
|
-
case
|
|
682
|
-
case
|
|
683
|
-
return
|
|
684
|
-
case
|
|
685
|
-
return
|
|
686
|
-
case
|
|
687
|
-
return
|
|
688
|
-
case
|
|
689
|
-
return
|
|
690
|
-
case
|
|
691
|
-
return
|
|
692
|
-
case
|
|
693
|
-
return
|
|
694
|
-
case
|
|
695
|
-
return
|
|
696
|
-
case
|
|
697
|
-
return
|
|
475
|
+
case m.ATTENTION:
|
|
476
|
+
case m.SPECIAL:
|
|
477
|
+
return Ne;
|
|
478
|
+
case m.INFORMATION:
|
|
479
|
+
return Oe;
|
|
480
|
+
case m.GENERAL:
|
|
481
|
+
return Be;
|
|
482
|
+
case m.SUCCESS:
|
|
483
|
+
return Fe;
|
|
484
|
+
case m.WARNING:
|
|
485
|
+
return Ae;
|
|
486
|
+
case m.ERROR:
|
|
487
|
+
return ke;
|
|
488
|
+
case m.NEUTRAL:
|
|
489
|
+
return je;
|
|
490
|
+
case m.BLACK_FRIDAY:
|
|
491
|
+
return Me;
|
|
698
492
|
default:
|
|
699
493
|
return;
|
|
700
494
|
}
|
|
701
|
-
},
|
|
495
|
+
}, ze = ({
|
|
702
496
|
children: e,
|
|
703
|
-
showIcon:
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
497
|
+
showIcon: n = !0,
|
|
498
|
+
iconAllyTitle: a,
|
|
499
|
+
variant: o,
|
|
500
|
+
["data-testid"]: p,
|
|
707
501
|
className: r = "",
|
|
708
502
|
...t
|
|
709
503
|
}) => {
|
|
710
|
-
const
|
|
711
|
-
return /* @__PURE__ */ c("span", {
|
|
712
|
-
|
|
713
|
-
|
|
504
|
+
const i = Ue(o), l = cr([r, H[T], H[`${T}--${o}`]]);
|
|
505
|
+
return /* @__PURE__ */ c("span", { className: l, "data-testid": p, ...t, children: [
|
|
506
|
+
n && i && /* @__PURE__ */ u(
|
|
507
|
+
Mr,
|
|
714
508
|
{
|
|
715
|
-
"data-testid": `${
|
|
716
|
-
allyTitle:
|
|
509
|
+
"data-testid": `${p}-icon`,
|
|
510
|
+
allyTitle: a,
|
|
717
511
|
size: "xs",
|
|
718
|
-
svg:
|
|
719
|
-
className:
|
|
512
|
+
svg: i,
|
|
513
|
+
className: cr(H[`${T}__icon`])
|
|
720
514
|
}
|
|
721
515
|
),
|
|
722
516
|
e
|
|
723
517
|
] });
|
|
724
|
-
},
|
|
518
|
+
}, Ie = {
|
|
725
519
|
"purpur-card-badge": "_purpur-card-badge_k9ziu_1"
|
|
726
|
-
},
|
|
520
|
+
}, qe = _.bind(Ie), Re = "purpur-card-badge", Le = ({
|
|
727
521
|
["data-testid"]: e = "purpur-card-badge",
|
|
728
|
-
variant:
|
|
522
|
+
variant: n,
|
|
729
523
|
text: a
|
|
730
|
-
}) =>
|
|
731
|
-
|
|
524
|
+
}) => n && a ? /* @__PURE__ */ u(
|
|
525
|
+
ze,
|
|
732
526
|
{
|
|
733
|
-
className:
|
|
734
|
-
variant:
|
|
527
|
+
className: qe(Re),
|
|
528
|
+
variant: n,
|
|
735
529
|
showIcon: !1,
|
|
736
530
|
"data-testid": e,
|
|
737
531
|
children: a
|
|
738
532
|
}
|
|
739
|
-
) : null,
|
|
533
|
+
) : null, Pe = {
|
|
740
534
|
"purpur-card-content": "_purpur-card-content_2uc00_1"
|
|
741
|
-
},
|
|
535
|
+
}, De = _.bind(Pe), He = "purpur-card-content", Te = ({
|
|
742
536
|
["data-testid"]: e = "purpur-card-content",
|
|
743
|
-
children:
|
|
744
|
-
}) => /* @__PURE__ */ u("div", { className:
|
|
537
|
+
children: n
|
|
538
|
+
}) => /* @__PURE__ */ u("div", { className: De(He), "data-testid": e, children: n }), Ve = {
|
|
745
539
|
"purpur-card-content-container": "_purpur-card-content-container_putaw_1",
|
|
746
540
|
"purpur-card-content-container--footer": "_purpur-card-content-container--footer_putaw_12",
|
|
747
541
|
"purpur-card-content-container--gap-size--sm": "_purpur-card-content-container--gap-size--sm_putaw_20",
|
|
748
542
|
"purpur-card-content-container--gap-size--md": "_purpur-card-content-container--gap-size--md_putaw_23",
|
|
749
543
|
"purpur-card-content-container--gap-size--lg": "_purpur-card-content-container--gap-size--lg_putaw_26"
|
|
750
|
-
},
|
|
544
|
+
}, We = _.bind(Ve), V = "purpur-card-content-container", Ke = ({
|
|
751
545
|
["data-testid"]: e = "purpur-card-content-container",
|
|
752
|
-
children:
|
|
546
|
+
children: n,
|
|
753
547
|
className: a,
|
|
754
548
|
isFooter: o = !1,
|
|
755
549
|
gapSize: p = "md",
|
|
@@ -757,37 +551,37 @@ const Or = /* @__PURE__ */ yt(xt), rr = {
|
|
|
757
551
|
}) => /* @__PURE__ */ u(
|
|
758
552
|
"div",
|
|
759
553
|
{
|
|
760
|
-
className:
|
|
761
|
-
|
|
554
|
+
className: We([
|
|
555
|
+
V,
|
|
762
556
|
a,
|
|
763
|
-
`${
|
|
557
|
+
`${V}--gap-size--${p}`,
|
|
764
558
|
{
|
|
765
|
-
[`${
|
|
559
|
+
[`${V}--footer`]: o
|
|
766
560
|
}
|
|
767
561
|
]),
|
|
768
562
|
"data-testid": e,
|
|
769
563
|
...r,
|
|
770
|
-
children:
|
|
564
|
+
children: n
|
|
771
565
|
}
|
|
772
566
|
);
|
|
773
|
-
function
|
|
567
|
+
function Ye(e) {
|
|
774
568
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
775
569
|
}
|
|
776
|
-
var
|
|
570
|
+
var _r = { exports: {} };
|
|
777
571
|
/*!
|
|
778
572
|
Copyright (c) 2018 Jed Watson.
|
|
779
573
|
Licensed under the MIT License (MIT), see
|
|
780
574
|
http://jedwatson.github.io/classnames
|
|
781
575
|
*/
|
|
782
|
-
var
|
|
783
|
-
function
|
|
784
|
-
return
|
|
576
|
+
var fr;
|
|
577
|
+
function Je() {
|
|
578
|
+
return fr || (fr = 1, function(e) {
|
|
785
579
|
(function() {
|
|
786
|
-
var
|
|
580
|
+
var n = {}.hasOwnProperty;
|
|
787
581
|
function a() {
|
|
788
582
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
789
|
-
var
|
|
790
|
-
|
|
583
|
+
var i = arguments[t];
|
|
584
|
+
i && (r = p(r, o(i)));
|
|
791
585
|
}
|
|
792
586
|
return r;
|
|
793
587
|
}
|
|
@@ -801,8 +595,8 @@ function Et() {
|
|
|
801
595
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
802
596
|
return r.toString();
|
|
803
597
|
var t = "";
|
|
804
|
-
for (var
|
|
805
|
-
|
|
598
|
+
for (var i in r)
|
|
599
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
806
600
|
return t;
|
|
807
601
|
}
|
|
808
602
|
function p(r, t) {
|
|
@@ -810,41 +604,41 @@ function Et() {
|
|
|
810
604
|
}
|
|
811
605
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
812
606
|
})();
|
|
813
|
-
}(
|
|
607
|
+
}(_r)), _r.exports;
|
|
814
608
|
}
|
|
815
|
-
var
|
|
816
|
-
const
|
|
609
|
+
var Qe = Je();
|
|
610
|
+
const hr = /* @__PURE__ */ Ye(Qe), Xe = "_rotate_1xozj_1", rt = "_dash_1xozj_1", $ = {
|
|
817
611
|
"purpur-spinner": "_purpur-spinner_1xozj_1",
|
|
818
|
-
rotate:
|
|
612
|
+
rotate: Xe,
|
|
819
613
|
"purpur-spinner--xxs": "_purpur-spinner--xxs_1xozj_4",
|
|
820
614
|
"purpur-spinner--xs": "_purpur-spinner--xs_1xozj_8",
|
|
821
615
|
"purpur-spinner--sm": "_purpur-spinner--sm_1xozj_12",
|
|
822
616
|
"purpur-spinner--md": "_purpur-spinner--md_1xozj_16",
|
|
823
617
|
"purpur-spinner--lg": "_purpur-spinner--lg_1xozj_20",
|
|
824
618
|
"purpur-spinner__circle": "_purpur-spinner__circle_1xozj_24",
|
|
825
|
-
dash:
|
|
619
|
+
dash: rt,
|
|
826
620
|
"purpur-spinner__circle--disabled": "_purpur-spinner__circle--disabled_1xozj_33",
|
|
827
621
|
"purpur-spinner__circle--negative": "_purpur-spinner__circle--negative_1xozj_36"
|
|
828
|
-
},
|
|
622
|
+
}, A = "purpur-spinner", et = {
|
|
829
623
|
SM: "sm"
|
|
830
|
-
},
|
|
624
|
+
}, tt = ({
|
|
831
625
|
["data-testid"]: e,
|
|
832
|
-
disabled:
|
|
626
|
+
disabled: n = !1,
|
|
833
627
|
negative: a = !1,
|
|
834
|
-
size: o =
|
|
628
|
+
size: o = et.SM,
|
|
835
629
|
...p
|
|
836
630
|
}) => /* @__PURE__ */ u(
|
|
837
631
|
"div",
|
|
838
632
|
{
|
|
839
|
-
className:
|
|
633
|
+
className: hr([$[A], $[`${A}--${o}`]]),
|
|
840
634
|
"data-testid": e,
|
|
841
635
|
...p,
|
|
842
636
|
children: /* @__PURE__ */ u("svg", { viewBox: "0 0 50 50", children: /* @__PURE__ */ u(
|
|
843
637
|
"circle",
|
|
844
638
|
{
|
|
845
|
-
className:
|
|
846
|
-
[
|
|
847
|
-
[
|
|
639
|
+
className: hr($[`${A}__circle`], {
|
|
640
|
+
[$[`${A}__circle--disabled`]]: n,
|
|
641
|
+
[$[`${A}__circle--negative`]]: a
|
|
848
642
|
}),
|
|
849
643
|
cx: "25",
|
|
850
644
|
cy: "25",
|
|
@@ -852,7 +646,7 @@ const Br = /* @__PURE__ */ Zt(qt), zt = "_rotate_1xozj_1", Ut = "_dash_1xozj_1",
|
|
|
852
646
|
}
|
|
853
647
|
) })
|
|
854
648
|
}
|
|
855
|
-
),
|
|
649
|
+
), at = {
|
|
856
650
|
"purpur-card-cta--button-styling": "_purpur-card-cta--button-styling_1wc0z_1",
|
|
857
651
|
"purpur-card-cta--button-styling--xs": "_purpur-card-cta--button-styling--xs_1wc0z_33",
|
|
858
652
|
"purpur-card-cta--button-styling--icon-only": "_purpur-card-cta--button-styling--icon-only_1wc0z_36",
|
|
@@ -871,59 +665,59 @@ const Br = /* @__PURE__ */ Zt(qt), zt = "_rotate_1xozj_1", Ut = "_dash_1xozj_1",
|
|
|
871
665
|
"purpur-card-cta--secondary": "_purpur-card-cta--secondary_1wc0z_131",
|
|
872
666
|
"purpur-card-cta--disabled": "_purpur-card-cta--disabled_1wc0z_131",
|
|
873
667
|
"purpur-card-cta--text": "_purpur-card-cta--text_1wc0z_139"
|
|
874
|
-
},
|
|
668
|
+
}, it = _.bind(at), v = "purpur-card-cta", nt = ({
|
|
875
669
|
["data-testid"]: e = "purpur-card-cta",
|
|
876
|
-
className:
|
|
670
|
+
className: n,
|
|
877
671
|
children: a,
|
|
878
672
|
disabled: o = !1,
|
|
879
673
|
iconPosition: p = "right",
|
|
880
674
|
loading: r = !1,
|
|
881
675
|
text: t,
|
|
882
|
-
linkStyling:
|
|
676
|
+
linkStyling: i = !1,
|
|
883
677
|
...l
|
|
884
678
|
}) => /* @__PURE__ */ u(
|
|
885
679
|
"div",
|
|
886
680
|
{
|
|
887
|
-
className: `${
|
|
888
|
-
|
|
889
|
-
|
|
681
|
+
className: `${it([
|
|
682
|
+
v,
|
|
683
|
+
n,
|
|
890
684
|
{
|
|
891
|
-
[`${
|
|
892
|
-
[`${
|
|
893
|
-
[`${
|
|
894
|
-
[`${
|
|
895
|
-
[`${
|
|
896
|
-
[`${
|
|
897
|
-
[`${
|
|
685
|
+
[`${v}--disabled`]: o,
|
|
686
|
+
[`${v}--text`]: !!t,
|
|
687
|
+
[`${v}--cta-styling`]: i,
|
|
688
|
+
[`${v}--button-styling`]: !i,
|
|
689
|
+
[`${v}--button-styling--md`]: !i,
|
|
690
|
+
[`${v}--button-styling--secondary`]: !i,
|
|
691
|
+
[`${v}--button-styling--icon-only`]: !i && !t
|
|
898
692
|
}
|
|
899
|
-
])} ${
|
|
693
|
+
])} ${v}`,
|
|
900
694
|
"data-testid": e,
|
|
901
695
|
...l,
|
|
902
|
-
children: r ? /* @__PURE__ */ u(
|
|
696
|
+
children: r ? /* @__PURE__ */ u(tt, { "data-testid": `${e}-spinner`, size: "xs", disabled: o }) : /* @__PURE__ */ c(Lr, { children: [
|
|
903
697
|
p === "left" && a,
|
|
904
698
|
t,
|
|
905
699
|
p === "right" && a
|
|
906
700
|
] })
|
|
907
701
|
}
|
|
908
702
|
);
|
|
909
|
-
function
|
|
703
|
+
function ot(e) {
|
|
910
704
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
911
705
|
}
|
|
912
|
-
var
|
|
706
|
+
var gr = { exports: {} };
|
|
913
707
|
/*!
|
|
914
708
|
Copyright (c) 2018 Jed Watson.
|
|
915
709
|
Licensed under the MIT License (MIT), see
|
|
916
710
|
http://jedwatson.github.io/classnames
|
|
917
711
|
*/
|
|
918
|
-
var
|
|
919
|
-
function
|
|
920
|
-
return
|
|
712
|
+
var mr;
|
|
713
|
+
function pt() {
|
|
714
|
+
return mr || (mr = 1, function(e) {
|
|
921
715
|
(function() {
|
|
922
|
-
var
|
|
716
|
+
var n = {}.hasOwnProperty;
|
|
923
717
|
function a() {
|
|
924
718
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
925
|
-
var
|
|
926
|
-
|
|
719
|
+
var i = arguments[t];
|
|
720
|
+
i && (r = p(r, o.call(this, i)));
|
|
927
721
|
}
|
|
928
722
|
return r;
|
|
929
723
|
}
|
|
@@ -937,8 +731,8 @@ function Tt() {
|
|
|
937
731
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
938
732
|
return r.toString();
|
|
939
733
|
var t = "";
|
|
940
|
-
for (var
|
|
941
|
-
|
|
734
|
+
for (var i in r)
|
|
735
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
942
736
|
return t;
|
|
943
737
|
}
|
|
944
738
|
function p(r, t) {
|
|
@@ -946,10 +740,10 @@ function Tt() {
|
|
|
946
740
|
}
|
|
947
741
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
948
742
|
})();
|
|
949
|
-
}(
|
|
743
|
+
}(gr)), gr.exports;
|
|
950
744
|
}
|
|
951
|
-
var
|
|
952
|
-
const
|
|
745
|
+
var ut = pt();
|
|
746
|
+
const lt = /* @__PURE__ */ ot(ut), st = {
|
|
953
747
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
954
748
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
955
749
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -957,63 +751,62 @@ const Wt = /* @__PURE__ */ Ht(Vt), Yt = {
|
|
|
957
751
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
958
752
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
959
753
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
960
|
-
},
|
|
754
|
+
}, dt = lt.bind(st), vr = "purpur-icon", ct = "md", _t = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), ft = ({ content: e = "", title: n } = {}) => {
|
|
961
755
|
const a = [
|
|
962
756
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
963
757
|
{ name: "fill", value: "currentColor" },
|
|
964
758
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
965
|
-
|
|
966
|
-
], o =
|
|
967
|
-
return `<svg ${
|
|
968
|
-
},
|
|
759
|
+
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
760
|
+
], o = n ? `<title>${n}</title>` : "";
|
|
761
|
+
return `<svg ${_t(a)}>${o}${e}</svg>`;
|
|
762
|
+
}, ht = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Gr = ({
|
|
969
763
|
["data-testid"]: e,
|
|
970
|
-
svg:
|
|
764
|
+
svg: n,
|
|
971
765
|
allyTitle: a,
|
|
972
766
|
className: o,
|
|
973
|
-
size: p =
|
|
767
|
+
size: p = ct,
|
|
974
768
|
...r
|
|
975
769
|
}) => {
|
|
976
|
-
const t =
|
|
977
|
-
content:
|
|
770
|
+
const t = ft({
|
|
771
|
+
content: ht(n.svg),
|
|
978
772
|
title: a
|
|
979
|
-
}),
|
|
773
|
+
}), i = dt(o, vr, `${vr}--${p}`);
|
|
980
774
|
return /* @__PURE__ */ u(
|
|
981
775
|
"span",
|
|
982
776
|
{
|
|
983
|
-
|
|
984
|
-
className: n,
|
|
777
|
+
className: i,
|
|
985
778
|
"data-testid": e,
|
|
986
779
|
dangerouslySetInnerHTML: { __html: t },
|
|
987
780
|
...r
|
|
988
781
|
}
|
|
989
782
|
);
|
|
990
783
|
};
|
|
991
|
-
|
|
992
|
-
const
|
|
784
|
+
Gr.displayName = "Icon";
|
|
785
|
+
const gt = {
|
|
993
786
|
name: "checkmark",
|
|
994
787
|
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>',
|
|
995
788
|
keywords: ["checkmark"],
|
|
996
789
|
category: "utility"
|
|
997
|
-
},
|
|
998
|
-
|
|
999
|
-
function
|
|
790
|
+
}, Zr = (e) => /* @__PURE__ */ u(Gr, { ...e, svg: gt });
|
|
791
|
+
Zr.displayName = "IconCheckmark";
|
|
792
|
+
function mt(e) {
|
|
1000
793
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1001
794
|
}
|
|
1002
|
-
var
|
|
795
|
+
var yr = { exports: {} };
|
|
1003
796
|
/*!
|
|
1004
797
|
Copyright (c) 2018 Jed Watson.
|
|
1005
798
|
Licensed under the MIT License (MIT), see
|
|
1006
799
|
http://jedwatson.github.io/classnames
|
|
1007
800
|
*/
|
|
1008
|
-
var
|
|
1009
|
-
function
|
|
1010
|
-
return
|
|
801
|
+
var wr;
|
|
802
|
+
function vt() {
|
|
803
|
+
return wr || (wr = 1, function(e) {
|
|
1011
804
|
(function() {
|
|
1012
|
-
var
|
|
805
|
+
var n = {}.hasOwnProperty;
|
|
1013
806
|
function a() {
|
|
1014
807
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1015
|
-
var
|
|
1016
|
-
|
|
808
|
+
var i = arguments[t];
|
|
809
|
+
i && (r = p(r, o(i)));
|
|
1017
810
|
}
|
|
1018
811
|
return r;
|
|
1019
812
|
}
|
|
@@ -1027,8 +820,8 @@ function aa() {
|
|
|
1027
820
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1028
821
|
return r.toString();
|
|
1029
822
|
var t = "";
|
|
1030
|
-
for (var
|
|
1031
|
-
|
|
823
|
+
for (var i in r)
|
|
824
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1032
825
|
return t;
|
|
1033
826
|
}
|
|
1034
827
|
function p(r, t) {
|
|
@@ -1036,10 +829,10 @@ function aa() {
|
|
|
1036
829
|
}
|
|
1037
830
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1038
831
|
})();
|
|
1039
|
-
}(
|
|
832
|
+
}(yr)), yr.exports;
|
|
1040
833
|
}
|
|
1041
|
-
var
|
|
1042
|
-
const
|
|
834
|
+
var yt = vt();
|
|
835
|
+
const wt = /* @__PURE__ */ mt(yt), F = {
|
|
1043
836
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
1044
837
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
1045
838
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -1054,67 +847,67 @@ const ia = /* @__PURE__ */ ta(na), U = {
|
|
|
1054
847
|
"purpur-paragraph--additional-100-medium": "_purpur-paragraph--additional-100-medium_1rh57_60",
|
|
1055
848
|
"purpur-paragraph--overline-100": "_purpur-paragraph--overline-100_1rh57_67",
|
|
1056
849
|
"purpur-paragraph--overline-200": "_purpur-paragraph--overline-200_1rh57_75"
|
|
1057
|
-
},
|
|
850
|
+
}, xt = {
|
|
1058
851
|
PARAGRAPH100: "paragraph-100"
|
|
1059
|
-
},
|
|
852
|
+
}, B = "purpur-paragraph", Q = ({
|
|
1060
853
|
["data-testid"]: e,
|
|
1061
|
-
children:
|
|
854
|
+
children: n,
|
|
1062
855
|
className: a,
|
|
1063
856
|
disabled: o,
|
|
1064
857
|
enableHyphenation: p = !1,
|
|
1065
858
|
negative: r = !1,
|
|
1066
|
-
variant: t =
|
|
1067
|
-
...
|
|
859
|
+
variant: t = xt.PARAGRAPH100,
|
|
860
|
+
...i
|
|
1068
861
|
}) => {
|
|
1069
|
-
const l =
|
|
862
|
+
const l = wt([
|
|
1070
863
|
a,
|
|
1071
|
-
|
|
1072
|
-
|
|
864
|
+
F[B],
|
|
865
|
+
F[`${B}--${t}`],
|
|
1073
866
|
{
|
|
1074
|
-
[
|
|
1075
|
-
[
|
|
1076
|
-
[
|
|
867
|
+
[F[`${B}--hyphens`]]: p,
|
|
868
|
+
[F[`${B}--disabled`]]: o,
|
|
869
|
+
[F[`${B}--negative`]]: r
|
|
1077
870
|
}
|
|
1078
871
|
]);
|
|
1079
|
-
return /* @__PURE__ */ u("p", { ...
|
|
872
|
+
return /* @__PURE__ */ u("p", { ...i, className: l, "data-testid": e, children: n });
|
|
1080
873
|
};
|
|
1081
|
-
|
|
1082
|
-
const
|
|
874
|
+
Q.displayName = "Paragraph";
|
|
875
|
+
const bt = {
|
|
1083
876
|
"purpur-card-feature-list": "_purpur-card-feature-list_198s4_1",
|
|
1084
877
|
"purpur-card-feature-list__list-item": "_purpur-card-feature-list__list-item_198s4_7"
|
|
1085
|
-
},
|
|
878
|
+
}, xr = _.bind(bt), br = "purpur-card-feature-list", Ct = ({
|
|
1086
879
|
["data-testid"]: e = "purpur-card-feature-list",
|
|
1087
|
-
listItems:
|
|
1088
|
-
}) =>
|
|
880
|
+
listItems: n
|
|
881
|
+
}) => n && n.length > 0 ? /* @__PURE__ */ u("ul", { className: xr(br), "data-testid": e, children: n.map((a) => /* @__PURE__ */ c(
|
|
1089
882
|
"li",
|
|
1090
883
|
{
|
|
1091
|
-
className:
|
|
884
|
+
className: xr(`${br}__list-item`),
|
|
1092
885
|
"data-testid": `${e}-item`,
|
|
1093
886
|
children: [
|
|
1094
|
-
/* @__PURE__ */ u(
|
|
1095
|
-
/* @__PURE__ */ u(
|
|
887
|
+
/* @__PURE__ */ u(Zr, { size: "xs" }),
|
|
888
|
+
/* @__PURE__ */ u(Q, { children: a })
|
|
1096
889
|
]
|
|
1097
890
|
},
|
|
1098
891
|
a
|
|
1099
892
|
)) }) : null;
|
|
1100
|
-
function
|
|
893
|
+
function St(e) {
|
|
1101
894
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1102
895
|
}
|
|
1103
|
-
var
|
|
896
|
+
var Cr = { exports: {} };
|
|
1104
897
|
/*!
|
|
1105
898
|
Copyright (c) 2018 Jed Watson.
|
|
1106
899
|
Licensed under the MIT License (MIT), see
|
|
1107
900
|
http://jedwatson.github.io/classnames
|
|
1108
901
|
*/
|
|
1109
|
-
var
|
|
1110
|
-
function
|
|
1111
|
-
return
|
|
902
|
+
var Sr;
|
|
903
|
+
function $t() {
|
|
904
|
+
return Sr || (Sr = 1, function(e) {
|
|
1112
905
|
(function() {
|
|
1113
|
-
var
|
|
906
|
+
var n = {}.hasOwnProperty;
|
|
1114
907
|
function a() {
|
|
1115
908
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1116
|
-
var
|
|
1117
|
-
|
|
909
|
+
var i = arguments[t];
|
|
910
|
+
i && (r = p(r, o(i)));
|
|
1118
911
|
}
|
|
1119
912
|
return r;
|
|
1120
913
|
}
|
|
@@ -1128,8 +921,8 @@ function sa() {
|
|
|
1128
921
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1129
922
|
return r.toString();
|
|
1130
923
|
var t = "";
|
|
1131
|
-
for (var
|
|
1132
|
-
|
|
924
|
+
for (var i in r)
|
|
925
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1133
926
|
return t;
|
|
1134
927
|
}
|
|
1135
928
|
function p(r, t) {
|
|
@@ -1137,10 +930,10 @@ function sa() {
|
|
|
1137
930
|
}
|
|
1138
931
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1139
932
|
})();
|
|
1140
|
-
}(
|
|
933
|
+
}(Cr)), Cr.exports;
|
|
1141
934
|
}
|
|
1142
|
-
var
|
|
1143
|
-
const
|
|
935
|
+
var At = $t();
|
|
936
|
+
const Ft = /* @__PURE__ */ St(At), G = {
|
|
1144
937
|
"purpur-heading": "_purpur-heading_k9fhq_1",
|
|
1145
938
|
"purpur-heading--hyphens": "_purpur-heading--hyphens_k9fhq_8",
|
|
1146
939
|
"purpur-heading--negative": "_purpur-heading--negative_k9fhq_11",
|
|
@@ -1156,531 +949,218 @@ const ca = /* @__PURE__ */ la(da), H = {
|
|
|
1156
949
|
"purpur-heading--display-50": "_purpur-heading--display-50_k9fhq_68",
|
|
1157
950
|
"purpur-heading--display-100": "_purpur-heading--display-100_k9fhq_74",
|
|
1158
951
|
"purpur-heading--display-200": "_purpur-heading--display-200_k9fhq_80"
|
|
1159
|
-
},
|
|
952
|
+
}, Bt = {
|
|
1160
953
|
TITLE100: "title-100"
|
|
1161
|
-
},
|
|
954
|
+
}, Z = "purpur-heading", Er = ({
|
|
1162
955
|
children: e,
|
|
1163
|
-
className:
|
|
956
|
+
className: n = "",
|
|
1164
957
|
enableHyphenation: a = !1,
|
|
1165
958
|
negative: o = !1,
|
|
1166
959
|
tag: p,
|
|
1167
|
-
variant: r =
|
|
960
|
+
variant: r = Bt.TITLE100,
|
|
1168
961
|
...t
|
|
1169
962
|
}) => {
|
|
1170
|
-
const
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
963
|
+
const i = p, l = Ft([
|
|
964
|
+
n,
|
|
965
|
+
G[Z],
|
|
966
|
+
G[`${Z}--${r}`],
|
|
1174
967
|
{
|
|
1175
|
-
[
|
|
1176
|
-
[
|
|
968
|
+
[G[`${Z}--hyphens`]]: a,
|
|
969
|
+
[G[`${Z}--negative`]]: o
|
|
1177
970
|
}
|
|
1178
971
|
]);
|
|
1179
|
-
return /* @__PURE__ */ u(
|
|
972
|
+
return /* @__PURE__ */ u(i, { className: l, ...t, children: e });
|
|
1180
973
|
};
|
|
1181
|
-
|
|
1182
|
-
const
|
|
974
|
+
Er.displayName = "Heading";
|
|
975
|
+
const kt = {
|
|
1183
976
|
"purpur-card-heading": "_purpur-card-heading_j3j6u_1",
|
|
1184
977
|
"purpur-card-heading__header": "_purpur-card-heading__header_j3j6u_6",
|
|
1185
978
|
"purpur-card-heading__heading": "_purpur-card-heading__heading_j3j6u_11",
|
|
1186
979
|
"purpur-card-heading__icon": "_purpur-card-heading__icon_j3j6u_14"
|
|
1187
|
-
},
|
|
980
|
+
}, Ot = {
|
|
981
|
+
"purpur-card-trigger-item--link": "_purpur-card-trigger-item--link_t6ena_1",
|
|
982
|
+
"purpur-card-trigger-item--button": "_purpur-card-trigger-item--button_t6ena_5",
|
|
983
|
+
"purpur-card-trigger-item--disabled": "_purpur-card-trigger-item--disabled_t6ena_18",
|
|
984
|
+
"purpur-card-trigger-item": "_purpur-card-trigger-item_t6ena_1"
|
|
985
|
+
}, $r = _.bind(Ot), w = "purpur-card-trigger-item", Nt = ({
|
|
986
|
+
["data-testid"]: e = "purpur-card-trigger-item",
|
|
987
|
+
["aria-label"]: n,
|
|
988
|
+
disabled: a = !1,
|
|
989
|
+
href: o,
|
|
990
|
+
onClick: p,
|
|
991
|
+
children: r,
|
|
992
|
+
linkElement: t = "a"
|
|
993
|
+
}) => {
|
|
994
|
+
const i = (x) => {
|
|
995
|
+
a ? x.preventDefault() : p && p();
|
|
996
|
+
}, l = `${w} ${a ? `${w}--disabled` : ""}`;
|
|
997
|
+
return o ? /* @__PURE__ */ u(
|
|
998
|
+
t,
|
|
999
|
+
{
|
|
1000
|
+
"aria-disabled": a,
|
|
1001
|
+
"aria-label": n,
|
|
1002
|
+
className: `${$r([
|
|
1003
|
+
w,
|
|
1004
|
+
`${w}--link`,
|
|
1005
|
+
{
|
|
1006
|
+
[`${w}--disabled`]: a
|
|
1007
|
+
}
|
|
1008
|
+
])} ${l}`,
|
|
1009
|
+
"data-testid": e,
|
|
1010
|
+
href: a ? void 0 : o,
|
|
1011
|
+
tabIndex: a ? 0 : void 0,
|
|
1012
|
+
onClick: i,
|
|
1013
|
+
children: r
|
|
1014
|
+
}
|
|
1015
|
+
) : /* @__PURE__ */ u(
|
|
1016
|
+
"button",
|
|
1017
|
+
{
|
|
1018
|
+
"aria-disabled": a,
|
|
1019
|
+
"aria-label": n,
|
|
1020
|
+
className: `${$r([
|
|
1021
|
+
w,
|
|
1022
|
+
`${w}--button`,
|
|
1023
|
+
{
|
|
1024
|
+
[`${w}--disabled`]: a
|
|
1025
|
+
}
|
|
1026
|
+
])} ${l}`,
|
|
1027
|
+
"data-testid": e,
|
|
1028
|
+
type: "button",
|
|
1029
|
+
onClick: i,
|
|
1030
|
+
children: r
|
|
1031
|
+
}
|
|
1032
|
+
);
|
|
1033
|
+
}, E = _.bind(kt), b = "purpur-card-heading", jt = ({
|
|
1188
1034
|
["data-testid"]: e = "purpur-card-heading",
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1035
|
+
["aria-label"]: n,
|
|
1036
|
+
title: a,
|
|
1037
|
+
icon: o,
|
|
1038
|
+
children: p,
|
|
1039
|
+
titleTag: r = "h2",
|
|
1040
|
+
enableHyphenation: t,
|
|
1041
|
+
onClick: i = void 0,
|
|
1042
|
+
href: l = void 0,
|
|
1043
|
+
disabled: x = !1,
|
|
1044
|
+
linkElement: I = "a",
|
|
1045
|
+
variant: q = "title-100",
|
|
1046
|
+
...R
|
|
1047
|
+
}) => {
|
|
1048
|
+
const N = E(b, {
|
|
1049
|
+
[`${b}--is-interactive`]: i || l,
|
|
1050
|
+
[`${b}--disabled`]: x
|
|
1051
|
+
});
|
|
1052
|
+
return /* @__PURE__ */ c("div", { className: N, "data-testid": e, children: [
|
|
1053
|
+
/* @__PURE__ */ c("div", { className: E(`${b}__header`), children: [
|
|
1054
|
+
o && /* @__PURE__ */ u("div", { className: E(`${b}__icon`), children: o }),
|
|
1055
|
+
/* @__PURE__ */ u(
|
|
1056
|
+
Er,
|
|
1057
|
+
{
|
|
1058
|
+
tag: r,
|
|
1059
|
+
className: E(`${b}__heading`),
|
|
1060
|
+
variant: q,
|
|
1061
|
+
enableHyphenation: t,
|
|
1062
|
+
...R,
|
|
1063
|
+
children: i || l ? /* @__PURE__ */ u(
|
|
1064
|
+
Nt,
|
|
1065
|
+
{
|
|
1066
|
+
"aria-label": n,
|
|
1067
|
+
disabled: x,
|
|
1068
|
+
href: l,
|
|
1069
|
+
onClick: i,
|
|
1070
|
+
linkElement: I,
|
|
1071
|
+
children: a
|
|
1072
|
+
}
|
|
1073
|
+
) : a
|
|
1074
|
+
}
|
|
1075
|
+
)
|
|
1076
|
+
] }),
|
|
1077
|
+
p
|
|
1078
|
+
] });
|
|
1079
|
+
}, Mt = {
|
|
1210
1080
|
"purpur-card-media": "_purpur-card-media_udc1o_1"
|
|
1211
|
-
},
|
|
1081
|
+
}, Gt = _.bind(Mt), Zt = "purpur-card-media", Et = ({
|
|
1212
1082
|
["data-testid"]: e = "purpur-card-media",
|
|
1213
|
-
className:
|
|
1083
|
+
className: n,
|
|
1214
1084
|
children: a,
|
|
1215
1085
|
...o
|
|
1216
|
-
}) => /* @__PURE__ */ u("div", { ...o, className:
|
|
1086
|
+
}) => /* @__PURE__ */ u("div", { ...o, className: Gt([Zt, n]), "data-testid": e, children: a }), Ut = {
|
|
1217
1087
|
"purpur-card-media-layout": "_purpur-card-media-layout_1yfvb_1"
|
|
1218
|
-
},
|
|
1088
|
+
}, zt = _.bind(Ut), It = "purpur-card-media-layout", qt = ({
|
|
1219
1089
|
["data-testid"]: e = "purpur-card-media-layout",
|
|
1220
|
-
className:
|
|
1090
|
+
className: n,
|
|
1221
1091
|
children: a,
|
|
1222
1092
|
...o
|
|
1223
|
-
}) => /* @__PURE__ */ u("div", { ...o, className:
|
|
1224
|
-
"purpur-card-overline": "_purpur-card-
|
|
1225
|
-
},
|
|
1093
|
+
}) => /* @__PURE__ */ u("div", { ...o, className: zt([It, n]), "data-testid": e, children: a }), Rt = {
|
|
1094
|
+
"purpur-card-overline": "_purpur-card-overline_qhfj0_1"
|
|
1095
|
+
}, Lt = _.bind(Rt), Pt = "purpur-card-overline", Dt = ({
|
|
1226
1096
|
["data-testid"]: e = "purpur-card-overline",
|
|
1227
|
-
overline:
|
|
1228
|
-
}) =>
|
|
1097
|
+
overline: n
|
|
1098
|
+
}) => n ? /* @__PURE__ */ u(Q, { variant: "overline-100", className: Lt(Pt), "data-testid": e, children: n }) : null, Ht = {
|
|
1229
1099
|
"purpur-card-root": "_purpur-card-root_eupww_1",
|
|
1230
1100
|
"purpur-card-root--primary": "_purpur-card-root--primary_eupww_7",
|
|
1231
1101
|
"purpur-card-root--secondary": "_purpur-card-root--secondary_eupww_10",
|
|
1232
1102
|
"purpur-card-root--full-height": "_purpur-card-root--full-height_eupww_13"
|
|
1233
|
-
},
|
|
1234
|
-
"purpur-card-trigger-item": "_purpur-card-trigger-item_1sp43_1",
|
|
1235
|
-
"purpur-card-trigger-item--button": "_purpur-card-trigger-item--button_1sp43_6",
|
|
1236
|
-
"purpur-card-trigger-item--disabled": "_purpur-card-trigger-item--disabled_1sp43_11"
|
|
1237
|
-
};
|
|
1238
|
-
function Rr(e, i) {
|
|
1239
|
-
if (typeof e == "function")
|
|
1240
|
-
return e(i);
|
|
1241
|
-
e != null && (e.current = i);
|
|
1242
|
-
}
|
|
1243
|
-
function ja(...e) {
|
|
1244
|
-
return (i) => {
|
|
1245
|
-
let a = !1;
|
|
1246
|
-
const o = e.map((p) => {
|
|
1247
|
-
const r = Rr(p, i);
|
|
1248
|
-
return !a && typeof r == "function" && (a = !0), r;
|
|
1249
|
-
});
|
|
1250
|
-
if (a)
|
|
1251
|
-
return () => {
|
|
1252
|
-
for (let p = 0; p < o.length; p++) {
|
|
1253
|
-
const r = o[p];
|
|
1254
|
-
typeof r == "function" ? r() : Rr(e[p], null);
|
|
1255
|
-
}
|
|
1256
|
-
};
|
|
1257
|
-
};
|
|
1258
|
-
}
|
|
1259
|
-
var oe = d.forwardRef((e, i) => {
|
|
1260
|
-
const { children: a, ...o } = e, p = d.Children.toArray(a), r = p.find(Fa);
|
|
1261
|
-
if (r) {
|
|
1262
|
-
const t = r.props.children, n = p.map((l) => l === r ? d.Children.count(t) > 1 ? d.Children.only(null) : d.isValidElement(t) ? t.props.children : null : l);
|
|
1263
|
-
return /* @__PURE__ */ u(or, { ...o, ref: i, children: d.isValidElement(t) ? d.cloneElement(t, void 0, n) : null });
|
|
1264
|
-
}
|
|
1265
|
-
return /* @__PURE__ */ u(or, { ...o, ref: i, children: a });
|
|
1266
|
-
});
|
|
1267
|
-
oe.displayName = "Slot";
|
|
1268
|
-
var or = d.forwardRef((e, i) => {
|
|
1269
|
-
const { children: a, ...o } = e;
|
|
1270
|
-
if (d.isValidElement(a)) {
|
|
1271
|
-
const p = Ga(a), r = Ma(o, a.props);
|
|
1272
|
-
return a.type !== d.Fragment && (r.ref = i ? ja(i, p) : p), d.cloneElement(a, r);
|
|
1273
|
-
}
|
|
1274
|
-
return d.Children.count(a) > 1 ? d.Children.only(null) : null;
|
|
1275
|
-
});
|
|
1276
|
-
or.displayName = "SlotClone";
|
|
1277
|
-
var Ba = ({ children: e }) => /* @__PURE__ */ u(ur, { children: e });
|
|
1278
|
-
function Fa(e) {
|
|
1279
|
-
return d.isValidElement(e) && e.type === Ba;
|
|
1280
|
-
}
|
|
1281
|
-
function Ma(e, i) {
|
|
1282
|
-
const a = { ...i };
|
|
1283
|
-
for (const o in i) {
|
|
1284
|
-
const p = e[o], r = i[o];
|
|
1285
|
-
/^on[A-Z]/.test(o) ? p && r ? a[o] = (...t) => {
|
|
1286
|
-
r(...t), p(...t);
|
|
1287
|
-
} : p && (a[o] = p) : o === "style" ? a[o] = { ...p, ...r } : o === "className" && (a[o] = [p, r].filter(Boolean).join(" "));
|
|
1288
|
-
}
|
|
1289
|
-
return { ...e, ...a };
|
|
1290
|
-
}
|
|
1291
|
-
function Ga(e) {
|
|
1292
|
-
var i, a;
|
|
1293
|
-
let o = (i = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : i.get, p = o && "isReactWarning" in o && o.isReactWarning;
|
|
1294
|
-
return p ? e.ref : (o = (a = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : a.get, p = o && "isReactWarning" in o && o.isReactWarning, p ? e.props.ref : e.props.ref || e.ref);
|
|
1295
|
-
}
|
|
1296
|
-
var Za = [
|
|
1297
|
-
"a",
|
|
1298
|
-
"button",
|
|
1299
|
-
"div",
|
|
1300
|
-
"form",
|
|
1301
|
-
"h2",
|
|
1302
|
-
"h3",
|
|
1303
|
-
"img",
|
|
1304
|
-
"input",
|
|
1305
|
-
"label",
|
|
1306
|
-
"li",
|
|
1307
|
-
"nav",
|
|
1308
|
-
"ol",
|
|
1309
|
-
"p",
|
|
1310
|
-
"span",
|
|
1311
|
-
"svg",
|
|
1312
|
-
"ul"
|
|
1313
|
-
], Ea = Za.reduce((e, i) => {
|
|
1314
|
-
const a = d.forwardRef((o, p) => {
|
|
1315
|
-
const { asChild: r, ...t } = o, n = r ? oe : i;
|
|
1316
|
-
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ u(n, { ...t, ref: p });
|
|
1317
|
-
});
|
|
1318
|
-
return a.displayName = `Primitive.${i}`, { ...e, [i]: a };
|
|
1319
|
-
}, {}), qa = "VisuallyHidden", pe = d.forwardRef(
|
|
1320
|
-
(e, i) => /* @__PURE__ */ u(
|
|
1321
|
-
Ea.span,
|
|
1322
|
-
{
|
|
1323
|
-
...e,
|
|
1324
|
-
ref: i,
|
|
1325
|
-
style: {
|
|
1326
|
-
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
|
|
1327
|
-
position: "absolute",
|
|
1328
|
-
border: 0,
|
|
1329
|
-
width: 1,
|
|
1330
|
-
height: 1,
|
|
1331
|
-
padding: 0,
|
|
1332
|
-
margin: -1,
|
|
1333
|
-
overflow: "hidden",
|
|
1334
|
-
clip: "rect(0, 0, 0, 0)",
|
|
1335
|
-
whiteSpace: "nowrap",
|
|
1336
|
-
wordWrap: "normal",
|
|
1337
|
-
...e.style
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
)
|
|
1341
|
-
);
|
|
1342
|
-
pe.displayName = qa;
|
|
1343
|
-
var za = pe;
|
|
1344
|
-
const Pr = ({
|
|
1345
|
-
asChild: e,
|
|
1346
|
-
children: i,
|
|
1347
|
-
className: a = "",
|
|
1348
|
-
["data-testid"]: o
|
|
1349
|
-
}) => /* @__PURE__ */ u(za, { asChild: e, "data-testid": o, className: a, children: i }), Lr = h.bind(Na), N = "purpur-card-trigger-item", Ua = ({
|
|
1350
|
-
["data-testid"]: e = "purpur-card-trigger-item",
|
|
1351
|
-
disabled: i = !1,
|
|
1352
|
-
href: a,
|
|
1353
|
-
onClick: o,
|
|
1354
|
-
screenReaderText: p
|
|
1355
|
-
}) => {
|
|
1356
|
-
const r = (n) => {
|
|
1357
|
-
i ? n.preventDefault() : o && o();
|
|
1358
|
-
}, t = `${N} ${i ? `${N}--disabled` : ""}`;
|
|
1359
|
-
return a ? (
|
|
1360
|
-
// eslint-disable-next-line jsx-a11y/anchor-is-valid
|
|
1361
|
-
/* @__PURE__ */ u(
|
|
1362
|
-
"a",
|
|
1363
|
-
{
|
|
1364
|
-
"aria-disabled": i,
|
|
1365
|
-
className: `${Lr([
|
|
1366
|
-
N,
|
|
1367
|
-
{
|
|
1368
|
-
[`${N}--disabled`]: i
|
|
1369
|
-
}
|
|
1370
|
-
])} ${t}`,
|
|
1371
|
-
"data-testid": e,
|
|
1372
|
-
href: i ? void 0 : a,
|
|
1373
|
-
tabIndex: i ? 0 : void 0,
|
|
1374
|
-
onClick: r,
|
|
1375
|
-
children: /* @__PURE__ */ u(Pr, { children: p })
|
|
1376
|
-
}
|
|
1377
|
-
)
|
|
1378
|
-
) : /* @__PURE__ */ u(
|
|
1379
|
-
"button",
|
|
1380
|
-
{
|
|
1381
|
-
"aria-disabled": i,
|
|
1382
|
-
className: `${Lr([
|
|
1383
|
-
N,
|
|
1384
|
-
`${N}--button`,
|
|
1385
|
-
{
|
|
1386
|
-
[`${N}--disabled`]: i
|
|
1387
|
-
}
|
|
1388
|
-
])} ${t}`,
|
|
1389
|
-
"data-testid": e,
|
|
1390
|
-
type: "button",
|
|
1391
|
-
onClick: r,
|
|
1392
|
-
children: /* @__PURE__ */ u(Pr, { children: p })
|
|
1393
|
-
}
|
|
1394
|
-
);
|
|
1395
|
-
}, Ia = h.bind(Oa), ar = "purpur-card-root", ue = J(
|
|
1103
|
+
}, Tt = _.bind(Ht), W = "purpur-card-root", Ur = Nr(
|
|
1396
1104
|
({
|
|
1397
1105
|
["data-testid"]: e = "purpur-card-root",
|
|
1398
|
-
children:
|
|
1106
|
+
children: n,
|
|
1399
1107
|
className: a,
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
..._
|
|
1407
|
-
}, m) => {
|
|
1408
|
-
const C = Ia([
|
|
1409
|
-
ar,
|
|
1108
|
+
fullHeight: o = !0,
|
|
1109
|
+
variant: p,
|
|
1110
|
+
...r
|
|
1111
|
+
}, t) => {
|
|
1112
|
+
const i = Tt([
|
|
1113
|
+
W,
|
|
1410
1114
|
a,
|
|
1411
1115
|
{
|
|
1412
|
-
[`${
|
|
1413
|
-
[`${
|
|
1116
|
+
[`${W}--${p}`]: p,
|
|
1117
|
+
[`${W}--full-height`]: o
|
|
1414
1118
|
}
|
|
1415
1119
|
]);
|
|
1416
|
-
return /* @__PURE__ */
|
|
1417
|
-
i,
|
|
1418
|
-
(t || r) && n && /* @__PURE__ */ u(
|
|
1419
|
-
Ua,
|
|
1420
|
-
{
|
|
1421
|
-
disabled: o,
|
|
1422
|
-
href: r,
|
|
1423
|
-
onClick: t,
|
|
1424
|
-
screenReaderText: n
|
|
1425
|
-
}
|
|
1426
|
-
)
|
|
1427
|
-
] });
|
|
1120
|
+
return /* @__PURE__ */ u("div", { className: i, "data-testid": e, ref: t, ...r, children: n });
|
|
1428
1121
|
}
|
|
1429
1122
|
);
|
|
1430
|
-
|
|
1431
|
-
const
|
|
1432
|
-
const o =
|
|
1433
|
-
R,
|
|
1434
|
-
i,
|
|
1435
|
-
{
|
|
1436
|
-
[`${R}--is-interactive`]: a.onClick || a.href,
|
|
1437
|
-
[`${R}--disabled`]: a.disabled
|
|
1438
|
-
}
|
|
1439
|
-
]);
|
|
1123
|
+
Ur.displayName = "CardRoot";
|
|
1124
|
+
const K = _.bind(he), Y = "purpur-card", f = ({ children: e, className: n, ...a }) => {
|
|
1125
|
+
const o = K([Y, n]);
|
|
1440
1126
|
return /* @__PURE__ */ u(
|
|
1441
1127
|
"div",
|
|
1442
1128
|
{
|
|
1443
|
-
className:
|
|
1444
|
-
[`${
|
|
1129
|
+
className: K(`${Y}__container`, {
|
|
1130
|
+
[`${Y}__container--full-height`]: a.fullHeight
|
|
1445
1131
|
}),
|
|
1446
|
-
children: /* @__PURE__ */ u(
|
|
1132
|
+
children: /* @__PURE__ */ u(Ur, { className: K(o), ...a, children: e })
|
|
1447
1133
|
}
|
|
1448
1134
|
);
|
|
1449
1135
|
};
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
function
|
|
1136
|
+
f.Badge = Le;
|
|
1137
|
+
f.Content = Te;
|
|
1138
|
+
f.ContentContainer = Ke;
|
|
1139
|
+
f.Cta = nt;
|
|
1140
|
+
f.FeatureList = Ct;
|
|
1141
|
+
f.Overline = Dt;
|
|
1142
|
+
f.Heading = jt;
|
|
1143
|
+
f.Media = Et;
|
|
1144
|
+
f.MediaLayout = qt;
|
|
1145
|
+
f.displayName = "Card";
|
|
1146
|
+
function Vt(e) {
|
|
1461
1147
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1462
1148
|
}
|
|
1463
|
-
var
|
|
1149
|
+
var Ar = { exports: {} };
|
|
1464
1150
|
/*!
|
|
1465
1151
|
Copyright (c) 2018 Jed Watson.
|
|
1466
1152
|
Licensed under the MIT License (MIT), see
|
|
1467
1153
|
http://jedwatson.github.io/classnames
|
|
1468
1154
|
*/
|
|
1469
|
-
var
|
|
1470
|
-
function
|
|
1471
|
-
return
|
|
1155
|
+
var Fr;
|
|
1156
|
+
function Wt() {
|
|
1157
|
+
return Fr || (Fr = 1, function(e) {
|
|
1472
1158
|
(function() {
|
|
1473
|
-
var
|
|
1159
|
+
var n = {}.hasOwnProperty;
|
|
1474
1160
|
function a() {
|
|
1475
1161
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1476
|
-
var
|
|
1477
|
-
|
|
1478
|
-
}
|
|
1479
|
-
return r;
|
|
1480
|
-
}
|
|
1481
|
-
function o(r) {
|
|
1482
|
-
if (typeof r == "string" || typeof r == "number")
|
|
1483
|
-
return this && this[r] || r;
|
|
1484
|
-
if (typeof r != "object")
|
|
1485
|
-
return "";
|
|
1486
|
-
if (Array.isArray(r))
|
|
1487
|
-
return a.apply(this, r);
|
|
1488
|
-
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1489
|
-
return r.toString();
|
|
1490
|
-
var t = "";
|
|
1491
|
-
for (var n in r)
|
|
1492
|
-
i.call(r, n) && r[n] && (t = p(t, this && this[n] || n));
|
|
1493
|
-
return t;
|
|
1494
|
-
}
|
|
1495
|
-
function p(r, t) {
|
|
1496
|
-
return t ? r ? r + " " + t : r + t : r;
|
|
1497
|
-
}
|
|
1498
|
-
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1499
|
-
})();
|
|
1500
|
-
}(Dr)), Dr.exports;
|
|
1501
|
-
}
|
|
1502
|
-
var La = Pa();
|
|
1503
|
-
const Da = /* @__PURE__ */ Ra(La), Ha = {
|
|
1504
|
-
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
1505
|
-
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
1506
|
-
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
1507
|
-
"purpur-icon--sm": "_purpur-icon--sm_8u1lq_12",
|
|
1508
|
-
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
1509
|
-
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
1510
|
-
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
1511
|
-
}, Ta = Da.bind(Ha), Tr = "purpur-icon", Va = "md", Wa = (e) => e.filter((i) => Object.keys(i).length >= 1).map((i) => `${i.name}="${i.value}"`).join(" "), Ya = ({ content: e = "", title: i } = {}) => {
|
|
1512
|
-
const a = [
|
|
1513
|
-
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
1514
|
-
{ name: "fill", value: "currentColor" },
|
|
1515
|
-
{ name: "viewBox", value: "0 0 24 24" },
|
|
1516
|
-
i ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
1517
|
-
], o = i ? `<title>${i}</title>` : "";
|
|
1518
|
-
return `<svg ${Wa(a)}>${o}${e}</svg>`;
|
|
1519
|
-
}, Ka = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), pr = ({
|
|
1520
|
-
["data-testid"]: e,
|
|
1521
|
-
svg: i,
|
|
1522
|
-
allyTitle: a,
|
|
1523
|
-
className: o,
|
|
1524
|
-
size: p = Va,
|
|
1525
|
-
...r
|
|
1526
|
-
}) => {
|
|
1527
|
-
const t = Ya({
|
|
1528
|
-
content: Ka(i.svg),
|
|
1529
|
-
title: a
|
|
1530
|
-
}), n = Ta(o, Tr, `${Tr}--${p}`);
|
|
1531
|
-
return /* @__PURE__ */ u(
|
|
1532
|
-
"span",
|
|
1533
|
-
{
|
|
1534
|
-
"aria-label": a,
|
|
1535
|
-
className: n,
|
|
1536
|
-
"data-testid": e,
|
|
1537
|
-
dangerouslySetInnerHTML: { __html: t },
|
|
1538
|
-
...r
|
|
1539
|
-
}
|
|
1540
|
-
);
|
|
1541
|
-
};
|
|
1542
|
-
pr.displayName = "Icon";
|
|
1543
|
-
const Ja = {
|
|
1544
|
-
name: "arrow-left",
|
|
1545
|
-
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>',
|
|
1546
|
-
keywords: ["arrow-left"],
|
|
1547
|
-
category: "utility"
|
|
1548
|
-
}, Xa = {
|
|
1549
|
-
name: "arrow-right",
|
|
1550
|
-
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>',
|
|
1551
|
-
keywords: ["arrow-right"],
|
|
1552
|
-
category: "utility"
|
|
1553
|
-
}, Qa = {
|
|
1554
|
-
name: "external",
|
|
1555
|
-
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>',
|
|
1556
|
-
keywords: ["external"],
|
|
1557
|
-
category: "media"
|
|
1558
|
-
}, r0 = {
|
|
1559
|
-
name: "phone",
|
|
1560
|
-
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>',
|
|
1561
|
-
keywords: ["phone"],
|
|
1562
|
-
category: "device"
|
|
1563
|
-
};
|
|
1564
|
-
function e0(e) {
|
|
1565
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1566
|
-
}
|
|
1567
|
-
var Vr = { exports: {} };
|
|
1568
|
-
/*!
|
|
1569
|
-
Copyright (c) 2018 Jed Watson.
|
|
1570
|
-
Licensed under the MIT License (MIT), see
|
|
1571
|
-
http://jedwatson.github.io/classnames
|
|
1572
|
-
*/
|
|
1573
|
-
var Wr;
|
|
1574
|
-
function t0() {
|
|
1575
|
-
return Wr || (Wr = 1, function(e) {
|
|
1576
|
-
(function() {
|
|
1577
|
-
var i = {}.hasOwnProperty;
|
|
1578
|
-
function a() {
|
|
1579
|
-
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1580
|
-
var n = arguments[t];
|
|
1581
|
-
n && (r = p(r, o.call(this, n)));
|
|
1582
|
-
}
|
|
1583
|
-
return r;
|
|
1584
|
-
}
|
|
1585
|
-
function o(r) {
|
|
1586
|
-
if (typeof r == "string" || typeof r == "number")
|
|
1587
|
-
return this && this[r] || r;
|
|
1588
|
-
if (typeof r != "object")
|
|
1589
|
-
return "";
|
|
1590
|
-
if (Array.isArray(r))
|
|
1591
|
-
return a.apply(this, r);
|
|
1592
|
-
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1593
|
-
return r.toString();
|
|
1594
|
-
var t = "";
|
|
1595
|
-
for (var n in r)
|
|
1596
|
-
i.call(r, n) && r[n] && (t = p(t, this && this[n] || n));
|
|
1597
|
-
return t;
|
|
1598
|
-
}
|
|
1599
|
-
function p(r, t) {
|
|
1600
|
-
return t ? r ? r + " " + t : r + t : r;
|
|
1601
|
-
}
|
|
1602
|
-
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1603
|
-
})();
|
|
1604
|
-
}(Vr)), Vr.exports;
|
|
1605
|
-
}
|
|
1606
|
-
var a0 = t0();
|
|
1607
|
-
const n0 = /* @__PURE__ */ e0(a0), i0 = {
|
|
1608
|
-
"purpur-cta-link": "_purpur-cta-link_1e75l_1",
|
|
1609
|
-
"purpur-cta-link--xs": "_purpur-cta-link--xs_1e75l_33",
|
|
1610
|
-
"purpur-cta-link--icon-only": "_purpur-cta-link--icon-only_1e75l_36",
|
|
1611
|
-
"purpur-cta-link--sm": "_purpur-cta-link--sm_1e75l_39",
|
|
1612
|
-
"purpur-cta-link--md": "_purpur-cta-link--md_1e75l_45",
|
|
1613
|
-
"purpur-cta-link--lg": "_purpur-cta-link--lg_1e75l_51",
|
|
1614
|
-
"purpur-cta-link--full-width": "_purpur-cta-link--full-width_1e75l_57",
|
|
1615
|
-
"purpur-cta-link--primary": "_purpur-cta-link--primary_1e75l_60",
|
|
1616
|
-
"purpur-cta-link--disabled": "_purpur-cta-link--disabled_1e75l_64",
|
|
1617
|
-
"purpur-cta-link--primary-negative": "_purpur-cta-link--primary-negative_1e75l_70",
|
|
1618
|
-
"purpur-cta-link--secondary": "_purpur-cta-link--secondary_1e75l_82",
|
|
1619
|
-
"purpur-cta-link--secondary-negative": "_purpur-cta-link--secondary-negative_1e75l_93",
|
|
1620
|
-
"purpur-cta-link--expressive": "_purpur-cta-link--expressive_1e75l_104",
|
|
1621
|
-
"purpur-cta-link--expressive-negative": "_purpur-cta-link--expressive-negative_1e75l_114"
|
|
1622
|
-
}, o0 = n0.bind(i0), F = "purpur-cta-link", p0 = {
|
|
1623
|
-
forward: Xa,
|
|
1624
|
-
external: Qa,
|
|
1625
|
-
back: Ja,
|
|
1626
|
-
phone: r0
|
|
1627
|
-
}, le = J(
|
|
1628
|
-
({
|
|
1629
|
-
children: e,
|
|
1630
|
-
className: i,
|
|
1631
|
-
["data-testid"]: a,
|
|
1632
|
-
fullWidth: o = !1,
|
|
1633
|
-
iconOnly: p = !1,
|
|
1634
|
-
showIcon: r = !0,
|
|
1635
|
-
negative: t = !1,
|
|
1636
|
-
size: n = "md",
|
|
1637
|
-
variant: l,
|
|
1638
|
-
icon: _ = "forward",
|
|
1639
|
-
...m
|
|
1640
|
-
}, C) => {
|
|
1641
|
-
const j = o0(
|
|
1642
|
-
[
|
|
1643
|
-
i,
|
|
1644
|
-
F,
|
|
1645
|
-
`${F}--${t ? `${l}-negative` : l}`,
|
|
1646
|
-
`${F}--${n}`
|
|
1647
|
-
],
|
|
1648
|
-
{
|
|
1649
|
-
[`${F}--icon-only`]: p,
|
|
1650
|
-
[`${F}--negative`]: t,
|
|
1651
|
-
[`${F}--full-width`]: o
|
|
1652
|
-
}
|
|
1653
|
-
), S = p0[_], f = /* @__PURE__ */ c(ur, { children: [
|
|
1654
|
-
r && (_ === "back" || _ === "phone") && /* @__PURE__ */ u(pr, { svg: S, size: n === "lg" ? "sm" : "xs" }),
|
|
1655
|
-
(!p || p && !r) && e,
|
|
1656
|
-
r && (_ === "forward" || _ === "external") && /* @__PURE__ */ u(pr, { svg: S, size: n === "lg" ? "sm" : "xs" })
|
|
1657
|
-
] }), B = {
|
|
1658
|
-
...m,
|
|
1659
|
-
className: j,
|
|
1660
|
-
"data-testid": a
|
|
1661
|
-
};
|
|
1662
|
-
return "href" in m && m.href ? /* @__PURE__ */ u("a", { ...B, ref: C, children: f }) : /* @__PURE__ */ u("span", { ...B, ref: C, children: f });
|
|
1663
|
-
}
|
|
1664
|
-
);
|
|
1665
|
-
le.displayName = "CtaLink";
|
|
1666
|
-
function u0(e) {
|
|
1667
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1668
|
-
}
|
|
1669
|
-
var Yr = { exports: {} };
|
|
1670
|
-
/*!
|
|
1671
|
-
Copyright (c) 2018 Jed Watson.
|
|
1672
|
-
Licensed under the MIT License (MIT), see
|
|
1673
|
-
http://jedwatson.github.io/classnames
|
|
1674
|
-
*/
|
|
1675
|
-
var Kr;
|
|
1676
|
-
function l0() {
|
|
1677
|
-
return Kr || (Kr = 1, function(e) {
|
|
1678
|
-
(function() {
|
|
1679
|
-
var i = {}.hasOwnProperty;
|
|
1680
|
-
function a() {
|
|
1681
|
-
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1682
|
-
var n = arguments[t];
|
|
1683
|
-
n && (r = p(r, o(n)));
|
|
1162
|
+
var i = arguments[t];
|
|
1163
|
+
i && (r = p(r, o(i)));
|
|
1684
1164
|
}
|
|
1685
1165
|
return r;
|
|
1686
1166
|
}
|
|
@@ -1694,8 +1174,8 @@ function l0() {
|
|
|
1694
1174
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1695
1175
|
return r.toString();
|
|
1696
1176
|
var t = "";
|
|
1697
|
-
for (var
|
|
1698
|
-
|
|
1177
|
+
for (var i in r)
|
|
1178
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1699
1179
|
return t;
|
|
1700
1180
|
}
|
|
1701
1181
|
function p(r, t) {
|
|
@@ -1703,10 +1183,10 @@ function l0() {
|
|
|
1703
1183
|
}
|
|
1704
1184
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1705
1185
|
})();
|
|
1706
|
-
}(
|
|
1186
|
+
}(Ar)), Ar.exports;
|
|
1707
1187
|
}
|
|
1708
|
-
var
|
|
1709
|
-
const
|
|
1188
|
+
var Kt = Wt();
|
|
1189
|
+
const Yt = /* @__PURE__ */ Vt(Kt), U = {
|
|
1710
1190
|
"purpur-heading": "_purpur-heading_k9fhq_1",
|
|
1711
1191
|
"purpur-heading--hyphens": "_purpur-heading--hyphens_k9fhq_8",
|
|
1712
1192
|
"purpur-heading--negative": "_purpur-heading--negative_k9fhq_11",
|
|
@@ -1722,47 +1202,47 @@ const d0 = /* @__PURE__ */ u0(s0), Y = {
|
|
|
1722
1202
|
"purpur-heading--display-50": "_purpur-heading--display-50_k9fhq_68",
|
|
1723
1203
|
"purpur-heading--display-100": "_purpur-heading--display-100_k9fhq_74",
|
|
1724
1204
|
"purpur-heading--display-200": "_purpur-heading--display-200_k9fhq_80"
|
|
1725
|
-
},
|
|
1205
|
+
}, Jt = {
|
|
1726
1206
|
TITLE100: "title-100"
|
|
1727
|
-
},
|
|
1207
|
+
}, z = "purpur-heading", zr = ({
|
|
1728
1208
|
children: e,
|
|
1729
|
-
className:
|
|
1209
|
+
className: n = "",
|
|
1730
1210
|
enableHyphenation: a = !1,
|
|
1731
1211
|
negative: o = !1,
|
|
1732
1212
|
tag: p,
|
|
1733
|
-
variant: r =
|
|
1213
|
+
variant: r = Jt.TITLE100,
|
|
1734
1214
|
...t
|
|
1735
1215
|
}) => {
|
|
1736
|
-
const
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1216
|
+
const i = p, l = Yt([
|
|
1217
|
+
n,
|
|
1218
|
+
U[z],
|
|
1219
|
+
U[`${z}--${r}`],
|
|
1740
1220
|
{
|
|
1741
|
-
[
|
|
1742
|
-
[
|
|
1221
|
+
[U[`${z}--hyphens`]]: a,
|
|
1222
|
+
[U[`${z}--negative`]]: o
|
|
1743
1223
|
}
|
|
1744
1224
|
]);
|
|
1745
|
-
return /* @__PURE__ */ u(
|
|
1225
|
+
return /* @__PURE__ */ u(i, { className: l, ...t, children: e });
|
|
1746
1226
|
};
|
|
1747
|
-
|
|
1748
|
-
function
|
|
1227
|
+
zr.displayName = "Heading";
|
|
1228
|
+
function Qt(e) {
|
|
1749
1229
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1750
1230
|
}
|
|
1751
|
-
var
|
|
1231
|
+
var Br = { exports: {} };
|
|
1752
1232
|
/*!
|
|
1753
1233
|
Copyright (c) 2018 Jed Watson.
|
|
1754
1234
|
Licensed under the MIT License (MIT), see
|
|
1755
1235
|
http://jedwatson.github.io/classnames
|
|
1756
1236
|
*/
|
|
1757
|
-
var
|
|
1758
|
-
function
|
|
1759
|
-
return
|
|
1237
|
+
var kr;
|
|
1238
|
+
function Xt() {
|
|
1239
|
+
return kr || (kr = 1, function(e) {
|
|
1760
1240
|
(function() {
|
|
1761
|
-
var
|
|
1241
|
+
var n = {}.hasOwnProperty;
|
|
1762
1242
|
function a() {
|
|
1763
1243
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1764
|
-
var
|
|
1765
|
-
|
|
1244
|
+
var i = arguments[t];
|
|
1245
|
+
i && (r = p(r, o(i)));
|
|
1766
1246
|
}
|
|
1767
1247
|
return r;
|
|
1768
1248
|
}
|
|
@@ -1776,8 +1256,8 @@ function f0() {
|
|
|
1776
1256
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1777
1257
|
return r.toString();
|
|
1778
1258
|
var t = "";
|
|
1779
|
-
for (var
|
|
1780
|
-
|
|
1259
|
+
for (var i in r)
|
|
1260
|
+
n.call(r, i) && r[i] && (t = p(t, i));
|
|
1781
1261
|
return t;
|
|
1782
1262
|
}
|
|
1783
1263
|
function p(r, t) {
|
|
@@ -1785,10 +1265,10 @@ function f0() {
|
|
|
1785
1265
|
}
|
|
1786
1266
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1787
1267
|
})();
|
|
1788
|
-
}(
|
|
1268
|
+
}(Br)), Br.exports;
|
|
1789
1269
|
}
|
|
1790
|
-
var
|
|
1791
|
-
const
|
|
1270
|
+
var ra = Xt();
|
|
1271
|
+
const ea = /* @__PURE__ */ Qt(ra), k = {
|
|
1792
1272
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
1793
1273
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
1794
1274
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -1803,49 +1283,49 @@ const h0 = /* @__PURE__ */ _0(g0), P = {
|
|
|
1803
1283
|
"purpur-paragraph--additional-100-medium": "_purpur-paragraph--additional-100-medium_1rh57_60",
|
|
1804
1284
|
"purpur-paragraph--overline-100": "_purpur-paragraph--overline-100_1rh57_67",
|
|
1805
1285
|
"purpur-paragraph--overline-200": "_purpur-paragraph--overline-200_1rh57_75"
|
|
1806
|
-
},
|
|
1286
|
+
}, ta = {
|
|
1807
1287
|
PARAGRAPH100: "paragraph-100"
|
|
1808
|
-
},
|
|
1288
|
+
}, O = "purpur-paragraph", Ir = ({
|
|
1809
1289
|
["data-testid"]: e,
|
|
1810
|
-
children:
|
|
1290
|
+
children: n,
|
|
1811
1291
|
className: a,
|
|
1812
1292
|
disabled: o,
|
|
1813
1293
|
enableHyphenation: p = !1,
|
|
1814
1294
|
negative: r = !1,
|
|
1815
|
-
variant: t =
|
|
1816
|
-
...
|
|
1295
|
+
variant: t = ta.PARAGRAPH100,
|
|
1296
|
+
...i
|
|
1817
1297
|
}) => {
|
|
1818
|
-
const l =
|
|
1298
|
+
const l = ea([
|
|
1819
1299
|
a,
|
|
1820
|
-
|
|
1821
|
-
|
|
1300
|
+
k[O],
|
|
1301
|
+
k[`${O}--${t}`],
|
|
1822
1302
|
{
|
|
1823
|
-
[
|
|
1824
|
-
[
|
|
1825
|
-
[
|
|
1303
|
+
[k[`${O}--hyphens`]]: p,
|
|
1304
|
+
[k[`${O}--disabled`]]: o,
|
|
1305
|
+
[k[`${O}--negative`]]: r
|
|
1826
1306
|
}
|
|
1827
1307
|
]);
|
|
1828
|
-
return /* @__PURE__ */ u("p", { ...
|
|
1308
|
+
return /* @__PURE__ */ u("p", { ...i, className: l, "data-testid": e, children: n });
|
|
1829
1309
|
};
|
|
1830
|
-
|
|
1831
|
-
function
|
|
1310
|
+
Ir.displayName = "Paragraph";
|
|
1311
|
+
function aa(e) {
|
|
1832
1312
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1833
1313
|
}
|
|
1834
|
-
var
|
|
1314
|
+
var J = { exports: {} };
|
|
1835
1315
|
/*!
|
|
1836
1316
|
Copyright (c) 2018 Jed Watson.
|
|
1837
1317
|
Licensed under the MIT License (MIT), see
|
|
1838
1318
|
http://jedwatson.github.io/classnames
|
|
1839
1319
|
*/
|
|
1840
|
-
var
|
|
1841
|
-
function
|
|
1842
|
-
return
|
|
1320
|
+
var Or;
|
|
1321
|
+
function ia() {
|
|
1322
|
+
return Or || (Or = 1, function(e) {
|
|
1843
1323
|
(function() {
|
|
1844
|
-
var
|
|
1324
|
+
var n = {}.hasOwnProperty;
|
|
1845
1325
|
function a() {
|
|
1846
1326
|
for (var r = "", t = 0; t < arguments.length; t++) {
|
|
1847
|
-
var
|
|
1848
|
-
|
|
1327
|
+
var i = arguments[t];
|
|
1328
|
+
i && (r = p(r, o.call(this, i)));
|
|
1849
1329
|
}
|
|
1850
1330
|
return r;
|
|
1851
1331
|
}
|
|
@@ -1859,8 +1339,8 @@ function y0() {
|
|
|
1859
1339
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
1860
1340
|
return r.toString();
|
|
1861
1341
|
var t = "";
|
|
1862
|
-
for (var
|
|
1863
|
-
|
|
1342
|
+
for (var i in r)
|
|
1343
|
+
n.call(r, i) && r[i] && (t = p(t, this && this[i] || i));
|
|
1864
1344
|
return t;
|
|
1865
1345
|
}
|
|
1866
1346
|
function p(r, t) {
|
|
@@ -1868,10 +1348,10 @@ function y0() {
|
|
|
1868
1348
|
}
|
|
1869
1349
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1870
1350
|
})();
|
|
1871
|
-
}(
|
|
1351
|
+
}(J)), J.exports;
|
|
1872
1352
|
}
|
|
1873
|
-
var
|
|
1874
|
-
const
|
|
1353
|
+
var na = ia();
|
|
1354
|
+
const oa = /* @__PURE__ */ aa(na), pa = {
|
|
1875
1355
|
"purpur-promotion-card": "_purpur-promotion-card_1ufmj_1",
|
|
1876
1356
|
"purpur-promotion-card--without-image": "_purpur-promotion-card--without-image_1ufmj_8",
|
|
1877
1357
|
"purpur-promotion-card__content": "_purpur-promotion-card__content_1ufmj_8",
|
|
@@ -1892,121 +1372,113 @@ const x0 = /* @__PURE__ */ v0(w0), b0 = {
|
|
|
1892
1372
|
"purpur-promotion-card__image-wrapper": "_purpur-promotion-card__image-wrapper_1ufmj_148",
|
|
1893
1373
|
"purpur-promotion-card__image-wrapper--decorative": "_purpur-promotion-card__image-wrapper--decorative_1ufmj_151",
|
|
1894
1374
|
"purpur-promotion-card__image-wrapper--product": "_purpur-promotion-card__image-wrapper--product_1ufmj_152"
|
|
1895
|
-
},
|
|
1375
|
+
}, ha = ["primary", "secondary", "quaternary"], ua = {
|
|
1896
1376
|
primary: "var(--purpur-color-background-tone-on-tone-primary)",
|
|
1897
1377
|
secondary: "var(--purpur-color-background-tone-on-tone-secondary)",
|
|
1898
1378
|
quaternary: "var(--purpur-color-background-tone-on-tone-quaternary)"
|
|
1899
|
-
},
|
|
1379
|
+
}, la = {
|
|
1900
1380
|
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>')`,
|
|
1901
1381
|
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>')`,
|
|
1902
1382
|
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>')`
|
|
1903
|
-
},
|
|
1383
|
+
}, sa = {
|
|
1904
1384
|
primary: "var(--purpur-color-text-tone-on-tone-primary)",
|
|
1905
1385
|
secondary: "var(--purpur-color-text-tone-on-tone-secondary)",
|
|
1906
1386
|
quaternary: "var(--purpur-color-text-tone-on-tone-tertiary)"
|
|
1907
|
-
},
|
|
1387
|
+
}, d = oa.bind(pa), s = "purpur-promotion-card", da = ({
|
|
1908
1388
|
["data-testid"]: e,
|
|
1909
|
-
variant:
|
|
1389
|
+
variant: n = "primary",
|
|
1910
1390
|
badgeText: a,
|
|
1911
1391
|
badgeIcon: o,
|
|
1912
1392
|
title: p,
|
|
1913
1393
|
titleTag: r = "h2",
|
|
1914
1394
|
titleVariant: t = "title-300",
|
|
1915
|
-
enableTitleHyphenation:
|
|
1395
|
+
enableTitleHyphenation: i = !1,
|
|
1916
1396
|
className: l,
|
|
1917
|
-
actions:
|
|
1918
|
-
children:
|
|
1919
|
-
style:
|
|
1920
|
-
alignment:
|
|
1921
|
-
additionalText:
|
|
1922
|
-
...
|
|
1923
|
-
},
|
|
1924
|
-
let
|
|
1925
|
-
if ("decorativeImage" in
|
|
1926
|
-
const { hasGradient:
|
|
1927
|
-
|
|
1928
|
-
} else if ("productImage" in
|
|
1929
|
-
const { hasGradient:
|
|
1930
|
-
|
|
1931
|
-
} else if ("hasGradient" in
|
|
1932
|
-
const { hasGradient:
|
|
1933
|
-
|
|
1397
|
+
actions: x,
|
|
1398
|
+
children: I,
|
|
1399
|
+
style: q,
|
|
1400
|
+
alignment: R = "space-between",
|
|
1401
|
+
additionalText: N,
|
|
1402
|
+
...h
|
|
1403
|
+
}, qr) => {
|
|
1404
|
+
let j = h, y, M;
|
|
1405
|
+
if ("decorativeImage" in h) {
|
|
1406
|
+
const { hasGradient: C, decorativeImage: S, ...L } = h;
|
|
1407
|
+
y = S, M = C, j = L;
|
|
1408
|
+
} else if ("productImage" in h) {
|
|
1409
|
+
const { hasGradient: C, productImage: S, ...L } = h;
|
|
1410
|
+
y = S, M = C, j = L;
|
|
1411
|
+
} else if ("hasGradient" in h) {
|
|
1412
|
+
const { hasGradient: C, ...S } = h;
|
|
1413
|
+
M = C, j = S;
|
|
1934
1414
|
}
|
|
1935
|
-
const
|
|
1936
|
-
"--promotion-card-background":
|
|
1937
|
-
"--promotion-card-color":
|
|
1938
|
-
"--promotion-card-background-image":
|
|
1415
|
+
const Rr = {
|
|
1416
|
+
"--promotion-card-background": ua[n],
|
|
1417
|
+
"--promotion-card-color": sa[n],
|
|
1418
|
+
"--promotion-card-background-image": la[n]
|
|
1939
1419
|
};
|
|
1940
|
-
return /* @__PURE__ */ u(
|
|
1420
|
+
return /* @__PURE__ */ u(f, { ref: qr, className: d(`${s}__card`), fullHeight: !0, children: /* @__PURE__ */ c(
|
|
1941
1421
|
"div",
|
|
1942
1422
|
{
|
|
1943
1423
|
"data-testid": e,
|
|
1944
1424
|
style: {
|
|
1945
|
-
...
|
|
1946
|
-
...
|
|
1425
|
+
...Rr,
|
|
1426
|
+
...q
|
|
1947
1427
|
},
|
|
1948
|
-
className:
|
|
1428
|
+
className: d([
|
|
1949
1429
|
l,
|
|
1950
1430
|
s,
|
|
1951
|
-
`${s}--${
|
|
1431
|
+
`${s}--${n}`,
|
|
1952
1432
|
{
|
|
1953
|
-
[`${s}--with-image`]:
|
|
1954
|
-
[`${s}--without-image`]: !
|
|
1433
|
+
[`${s}--with-image`]: y,
|
|
1434
|
+
[`${s}--without-image`]: !y
|
|
1955
1435
|
}
|
|
1956
1436
|
]),
|
|
1957
|
-
...
|
|
1437
|
+
...j,
|
|
1958
1438
|
children: [
|
|
1959
1439
|
/* @__PURE__ */ c(
|
|
1960
1440
|
"div",
|
|
1961
1441
|
{
|
|
1962
|
-
className:
|
|
1442
|
+
className: d([
|
|
1963
1443
|
`${s}__content`,
|
|
1964
1444
|
{
|
|
1965
|
-
[`${s}__content--with-image`]:
|
|
1966
|
-
[`${s}__content--without-image`]: !
|
|
1445
|
+
[`${s}__content--with-image`]: y,
|
|
1446
|
+
[`${s}__content--without-image`]: !y
|
|
1967
1447
|
}
|
|
1968
1448
|
]),
|
|
1969
1449
|
children: [
|
|
1970
|
-
a && /* @__PURE__ */ u("div", { "data-testid": "badgeWrapper", className:
|
|
1450
|
+
a && /* @__PURE__ */ u("div", { "data-testid": "badgeWrapper", className: d(`${s}__badge-wrapper`), children: /* @__PURE__ */ c(de, { variant: n === "primary" ? "special" : "attention", showIcon: !1, children: [
|
|
1971
1451
|
o && o,
|
|
1972
1452
|
a
|
|
1973
1453
|
] }) }),
|
|
1974
1454
|
/* @__PURE__ */ c(
|
|
1975
1455
|
"div",
|
|
1976
1456
|
{
|
|
1977
|
-
className:
|
|
1457
|
+
className: d(
|
|
1978
1458
|
`${s}__main-content`,
|
|
1979
|
-
`${s}__main-content--${
|
|
1459
|
+
`${s}__main-content--${R}`
|
|
1980
1460
|
),
|
|
1981
1461
|
children: [
|
|
1982
1462
|
/* @__PURE__ */ u(
|
|
1983
|
-
|
|
1463
|
+
zr,
|
|
1984
1464
|
{
|
|
1985
1465
|
tag: r,
|
|
1986
1466
|
variant: t,
|
|
1987
|
-
enableHyphenation:
|
|
1988
|
-
className:
|
|
1467
|
+
enableHyphenation: i,
|
|
1468
|
+
className: d(`${s}__heading`),
|
|
1989
1469
|
children: p
|
|
1990
1470
|
}
|
|
1991
1471
|
),
|
|
1992
|
-
/* @__PURE__ */ c("div", { className:
|
|
1993
|
-
/* @__PURE__ */ u("div", { className:
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
negative: i === "primary",
|
|
1998
|
-
...A,
|
|
1999
|
-
children: w
|
|
2000
|
-
};
|
|
2001
|
-
return A0(G) ? /* @__PURE__ */ u(le, { ...G }, w) : "onClick" in G && !("href" in G) ? /* @__PURE__ */ u(ee, { ...G }, w) : null;
|
|
2002
|
-
}) }),
|
|
2003
|
-
S && /* @__PURE__ */ u(
|
|
2004
|
-
de,
|
|
1472
|
+
/* @__PURE__ */ c("div", { className: d(`${s}__body`), children: [
|
|
1473
|
+
/* @__PURE__ */ u("div", { className: d(`${s}__child-content`), children: I }),
|
|
1474
|
+
x && /* @__PURE__ */ u("div", { className: d(`${s}__actions`), children: x }),
|
|
1475
|
+
N && /* @__PURE__ */ u(
|
|
1476
|
+
Ir,
|
|
2005
1477
|
{
|
|
2006
1478
|
negative: !0,
|
|
2007
1479
|
variant: "additional-100",
|
|
2008
|
-
className:
|
|
2009
|
-
children:
|
|
1480
|
+
className: d(`${s}__additional-text`),
|
|
1481
|
+
children: N
|
|
2010
1482
|
}
|
|
2011
1483
|
)
|
|
2012
1484
|
] })
|
|
@@ -2016,22 +1488,22 @@ const x0 = /* @__PURE__ */ v0(w0), b0 = {
|
|
|
2016
1488
|
]
|
|
2017
1489
|
}
|
|
2018
1490
|
),
|
|
2019
|
-
|
|
1491
|
+
y && /* @__PURE__ */ c(
|
|
2020
1492
|
"div",
|
|
2021
1493
|
{
|
|
2022
|
-
className:
|
|
1494
|
+
className: d([
|
|
2023
1495
|
`${s}__image-wrapper`,
|
|
2024
1496
|
{
|
|
2025
|
-
[`${s}__image-wrapper--product`]: "productImage" in
|
|
2026
|
-
[`${s}__image-wrapper--decorative`]: "decorativeImage" in
|
|
1497
|
+
[`${s}__image-wrapper--product`]: "productImage" in h,
|
|
1498
|
+
[`${s}__image-wrapper--decorative`]: "decorativeImage" in h
|
|
2027
1499
|
}
|
|
2028
1500
|
]),
|
|
2029
1501
|
children: [
|
|
2030
|
-
|
|
2031
|
-
|
|
1502
|
+
y,
|
|
1503
|
+
M && /* @__PURE__ */ u(
|
|
2032
1504
|
"div",
|
|
2033
1505
|
{
|
|
2034
|
-
className:
|
|
1506
|
+
className: d(`${s}__image-gradient`),
|
|
2035
1507
|
"data-testid": "promotion-card-gradient"
|
|
2036
1508
|
}
|
|
2037
1509
|
)
|
|
@@ -2041,10 +1513,10 @@ const x0 = /* @__PURE__ */ v0(w0), b0 = {
|
|
|
2041
1513
|
]
|
|
2042
1514
|
}
|
|
2043
1515
|
) });
|
|
2044
|
-
},
|
|
2045
|
-
|
|
1516
|
+
}, ca = Nr(da);
|
|
1517
|
+
ca.displayName = "PromotionCard";
|
|
2046
1518
|
export {
|
|
2047
|
-
|
|
2048
|
-
|
|
1519
|
+
ca as PromotionCard,
|
|
1520
|
+
ha as promotionCardVariants
|
|
2049
1521
|
};
|
|
2050
1522
|
//# sourceMappingURL=promotion-card.es.js.map
|