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