@purpurds/promotion-card 8.2.2 → 8.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/LICENSE.txt +4 -11
- package/dist/promotion-card.cjs.js +13 -13
- package/dist/promotion-card.cjs.js.map +1 -1
- package/dist/promotion-card.es.js +200 -214
- package/dist/promotion-card.es.js.map +1 -1
- package/package.json +13 -13
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsxs as c, jsx as l, Fragment as Pr } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as Gr
|
|
2
|
+
import { forwardRef as Gr } from "react";
|
|
3
|
+
import { useColorScheme as Hr } from "@purpurds/theme";
|
|
3
4
|
function qr(e) {
|
|
4
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
5
6
|
}
|
|
@@ -10,8 +11,8 @@ var X = { exports: {} };
|
|
|
10
11
|
http://jedwatson.github.io/classnames
|
|
11
12
|
*/
|
|
12
13
|
var rr;
|
|
13
|
-
function
|
|
14
|
-
return rr || (rr = 1, function(e) {
|
|
14
|
+
function Tr() {
|
|
15
|
+
return rr || (rr = 1, (function(e) {
|
|
15
16
|
(function() {
|
|
16
17
|
var o = {}.hasOwnProperty;
|
|
17
18
|
function a() {
|
|
@@ -40,10 +41,10 @@ function Vr() {
|
|
|
40
41
|
}
|
|
41
42
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
42
43
|
})();
|
|
43
|
-
}(X)), X.exports;
|
|
44
|
+
})(X)), X.exports;
|
|
44
45
|
}
|
|
45
|
-
var
|
|
46
|
-
const
|
|
46
|
+
var Vr = Tr();
|
|
47
|
+
const zr = /* @__PURE__ */ qr(Vr), Wr = {
|
|
47
48
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
48
49
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
49
50
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -51,64 +52,64 @@ const Wr = /* @__PURE__ */ qr(zr), Kr = {
|
|
|
51
52
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
52
53
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
53
54
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
54
|
-
},
|
|
55
|
+
}, Kr = zr.bind(Wr), er = "purpur-icon", Yr = "md", Qr = (e) => e.filter((o) => Object.keys(o).length >= 1).map((o) => `${o.name}="${o.value}"`).join(" "), Jr = ({ content: e = "", title: o } = {}) => {
|
|
55
56
|
const a = [
|
|
56
57
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
57
58
|
{ name: "fill", value: "currentColor" },
|
|
58
59
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
59
60
|
o ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
60
61
|
], n = o ? `<title>${o}</title>` : "";
|
|
61
|
-
return `<svg ${
|
|
62
|
-
},
|
|
63
|
-
const r =
|
|
64
|
-
content:
|
|
62
|
+
return `<svg ${Qr(a)}>${n}${e}</svg>`;
|
|
63
|
+
}, Xr = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Mr = ({ svg: e, allyTitle: o, className: a, size: n = Yr, ...p }) => {
|
|
64
|
+
const r = Jr({
|
|
65
|
+
content: Xr(e.svg),
|
|
65
66
|
title: o
|
|
66
|
-
}), t =
|
|
67
|
+
}), t = Kr(a, er, `${er}--${n}`);
|
|
67
68
|
return /* @__PURE__ */ l("span", { className: t, dangerouslySetInnerHTML: { __html: r }, ...p });
|
|
68
69
|
};
|
|
69
70
|
Mr.displayName = "Icon";
|
|
70
|
-
const
|
|
71
|
+
const re = {
|
|
71
72
|
name: "alert",
|
|
72
73
|
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>',
|
|
73
74
|
keywords: ["alert"],
|
|
74
75
|
category: "status"
|
|
75
|
-
},
|
|
76
|
+
}, ee = {
|
|
76
77
|
name: "check-circle",
|
|
77
78
|
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>',
|
|
78
79
|
keywords: ["check-circle"],
|
|
79
80
|
category: "status"
|
|
80
|
-
},
|
|
81
|
+
}, te = {
|
|
81
82
|
name: "devices",
|
|
82
83
|
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>',
|
|
83
84
|
keywords: ["devices"],
|
|
84
85
|
category: "device"
|
|
85
|
-
},
|
|
86
|
+
}, ae = {
|
|
86
87
|
name: "error",
|
|
87
88
|
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>',
|
|
88
89
|
keywords: ["error"],
|
|
89
90
|
category: "status"
|
|
90
|
-
},
|
|
91
|
+
}, ie = {
|
|
91
92
|
name: "info",
|
|
92
93
|
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>',
|
|
93
94
|
keywords: ["info"],
|
|
94
95
|
category: "status"
|
|
95
|
-
},
|
|
96
|
+
}, oe = {
|
|
96
97
|
name: "offering",
|
|
97
98
|
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>',
|
|
98
99
|
keywords: ["offering"],
|
|
99
100
|
category: "other"
|
|
100
|
-
},
|
|
101
|
+
}, ne = {
|
|
101
102
|
name: "question",
|
|
102
103
|
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>',
|
|
103
104
|
keywords: ["question"],
|
|
104
105
|
category: "status"
|
|
105
|
-
},
|
|
106
|
+
}, pe = {
|
|
106
107
|
name: "tag",
|
|
107
108
|
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>',
|
|
108
109
|
keywords: ["tag"],
|
|
109
110
|
category: "other"
|
|
110
111
|
};
|
|
111
|
-
function
|
|
112
|
+
function le(e) {
|
|
112
113
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
113
114
|
}
|
|
114
115
|
var tr = { exports: {} };
|
|
@@ -118,8 +119,8 @@ var tr = { exports: {} };
|
|
|
118
119
|
http://jedwatson.github.io/classnames
|
|
119
120
|
*/
|
|
120
121
|
var ar;
|
|
121
|
-
function
|
|
122
|
-
return ar || (ar = 1, function(e) {
|
|
122
|
+
function ue() {
|
|
123
|
+
return ar || (ar = 1, (function(e) {
|
|
123
124
|
(function() {
|
|
124
125
|
var o = {}.hasOwnProperty;
|
|
125
126
|
function a() {
|
|
@@ -148,10 +149,10 @@ function se() {
|
|
|
148
149
|
}
|
|
149
150
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
150
151
|
})();
|
|
151
|
-
}(tr)), tr.exports;
|
|
152
|
+
})(tr)), tr.exports;
|
|
152
153
|
}
|
|
153
|
-
var
|
|
154
|
-
const ir = /* @__PURE__ */
|
|
154
|
+
var se = ue();
|
|
155
|
+
const ir = /* @__PURE__ */ le(se), P = {
|
|
155
156
|
"purpur-badge": "_purpur-badge_1nup9_1",
|
|
156
157
|
"purpur-badge__icon": "_purpur-badge__icon_1nup9_13",
|
|
157
158
|
"purpur-badge--attention": "_purpur-badge--attention_1nup9_17",
|
|
@@ -173,29 +174,29 @@ const ir = /* @__PURE__ */ ue(de), P = {
|
|
|
173
174
|
SPECIAL: "special",
|
|
174
175
|
SUCCESS: "success",
|
|
175
176
|
WARNING: "warning"
|
|
176
|
-
},
|
|
177
|
+
}, de = (e) => {
|
|
177
178
|
switch (e) {
|
|
178
179
|
case m.ATTENTION:
|
|
179
180
|
case m.SPECIAL:
|
|
180
|
-
return ne;
|
|
181
|
-
case m.INFORMATION:
|
|
182
181
|
return oe;
|
|
182
|
+
case m.INFORMATION:
|
|
183
|
+
return ie;
|
|
183
184
|
case m.GENERAL:
|
|
184
|
-
return ae;
|
|
185
|
-
case m.SUCCESS:
|
|
186
185
|
return te;
|
|
187
|
-
case m.
|
|
186
|
+
case m.SUCCESS:
|
|
188
187
|
return ee;
|
|
188
|
+
case m.WARNING:
|
|
189
|
+
return re;
|
|
189
190
|
case m.ERROR:
|
|
190
|
-
return
|
|
191
|
+
return ae;
|
|
191
192
|
case m.NEUTRAL:
|
|
192
|
-
return
|
|
193
|
+
return ne;
|
|
193
194
|
case m.BLACK_FRIDAY:
|
|
194
|
-
return
|
|
195
|
+
return pe;
|
|
195
196
|
default:
|
|
196
197
|
return;
|
|
197
198
|
}
|
|
198
|
-
},
|
|
199
|
+
}, ce = ({
|
|
199
200
|
children: e,
|
|
200
201
|
showIcon: o = !0,
|
|
201
202
|
iconAllyTitle: a,
|
|
@@ -204,7 +205,7 @@ const ir = /* @__PURE__ */ ue(de), P = {
|
|
|
204
205
|
className: r = "",
|
|
205
206
|
...t
|
|
206
207
|
}) => {
|
|
207
|
-
const i =
|
|
208
|
+
const i = de(n), s = ir([r, P[H], P[`${H}--${n}`]]);
|
|
208
209
|
return /* @__PURE__ */ c("span", { className: s, "data-testid": p, ...t, children: [
|
|
209
210
|
o && i && /* @__PURE__ */ l(
|
|
210
211
|
Mr,
|
|
@@ -219,7 +220,7 @@ const ir = /* @__PURE__ */ ue(de), P = {
|
|
|
219
220
|
e
|
|
220
221
|
] });
|
|
221
222
|
};
|
|
222
|
-
function
|
|
223
|
+
function _e(e) {
|
|
223
224
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
224
225
|
}
|
|
225
226
|
var or = { exports: {} };
|
|
@@ -229,8 +230,8 @@ var or = { exports: {} };
|
|
|
229
230
|
http://jedwatson.github.io/classnames
|
|
230
231
|
*/
|
|
231
232
|
var nr;
|
|
232
|
-
function
|
|
233
|
-
return nr || (nr = 1, function(e) {
|
|
233
|
+
function fe() {
|
|
234
|
+
return nr || (nr = 1, (function(e) {
|
|
234
235
|
(function() {
|
|
235
236
|
var o = {}.hasOwnProperty;
|
|
236
237
|
function a() {
|
|
@@ -259,16 +260,16 @@ function he() {
|
|
|
259
260
|
}
|
|
260
261
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
261
262
|
})();
|
|
262
|
-
}(or)), or.exports;
|
|
263
|
+
})(or)), or.exports;
|
|
263
264
|
}
|
|
264
|
-
var
|
|
265
|
-
const _ = /* @__PURE__ */
|
|
265
|
+
var he = fe();
|
|
266
|
+
const _ = /* @__PURE__ */ _e(he), ge = {
|
|
266
267
|
"purpur-card__container--full-height": "_purpur-card__container--full-height_1ethe_1",
|
|
267
268
|
"purpur-card__container--use-container-queries": "_purpur-card__container--use-container-queries_1ethe_4",
|
|
268
269
|
"purpur-card": "_purpur-card_1ethe_1",
|
|
269
270
|
"purpur-card__container--use-media-queries": "_purpur-card__container--use-media-queries_1ethe_25"
|
|
270
271
|
};
|
|
271
|
-
function
|
|
272
|
+
function me(e) {
|
|
272
273
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
273
274
|
}
|
|
274
275
|
var pr = { exports: {} };
|
|
@@ -278,8 +279,8 @@ var pr = { exports: {} };
|
|
|
278
279
|
http://jedwatson.github.io/classnames
|
|
279
280
|
*/
|
|
280
281
|
var lr;
|
|
281
|
-
function
|
|
282
|
-
return lr || (lr = 1, function(e) {
|
|
282
|
+
function ve() {
|
|
283
|
+
return lr || (lr = 1, (function(e) {
|
|
283
284
|
(function() {
|
|
284
285
|
var o = {}.hasOwnProperty;
|
|
285
286
|
function a() {
|
|
@@ -308,10 +309,10 @@ function ye() {
|
|
|
308
309
|
}
|
|
309
310
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
310
311
|
})();
|
|
311
|
-
}(pr)), pr.exports;
|
|
312
|
+
})(pr)), pr.exports;
|
|
312
313
|
}
|
|
313
|
-
var
|
|
314
|
-
const
|
|
314
|
+
var ye = ve();
|
|
315
|
+
const xe = /* @__PURE__ */ me(ye), we = {
|
|
315
316
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
316
317
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
317
318
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -319,64 +320,64 @@ const we = /* @__PURE__ */ ve(xe), be = {
|
|
|
319
320
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
320
321
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
321
322
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
322
|
-
},
|
|
323
|
+
}, be = xe.bind(we), ur = "purpur-icon", Ce = "md", Se = (e) => e.filter((o) => Object.keys(o).length >= 1).map((o) => `${o.name}="${o.value}"`).join(" "), $e = ({ content: e = "", title: o } = {}) => {
|
|
323
324
|
const a = [
|
|
324
325
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
325
326
|
{ name: "fill", value: "currentColor" },
|
|
326
327
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
327
328
|
o ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
328
329
|
], n = o ? `<title>${o}</title>` : "";
|
|
329
|
-
return `<svg ${
|
|
330
|
-
},
|
|
331
|
-
const r =
|
|
332
|
-
content:
|
|
330
|
+
return `<svg ${Se(a)}>${n}${e}</svg>`;
|
|
331
|
+
}, Fe = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Nr = ({ svg: e, allyTitle: o, className: a, size: n = Ce, ...p }) => {
|
|
332
|
+
const r = $e({
|
|
333
|
+
content: Fe(e.svg),
|
|
333
334
|
title: o
|
|
334
|
-
}), t =
|
|
335
|
+
}), t = be(a, ur, `${ur}--${n}`);
|
|
335
336
|
return /* @__PURE__ */ l("span", { className: t, dangerouslySetInnerHTML: { __html: r }, ...p });
|
|
336
337
|
};
|
|
337
338
|
Nr.displayName = "Icon";
|
|
338
|
-
const
|
|
339
|
+
const Be = {
|
|
339
340
|
name: "alert",
|
|
340
341
|
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>',
|
|
341
342
|
keywords: ["alert"],
|
|
342
343
|
category: "status"
|
|
343
|
-
},
|
|
344
|
+
}, Ae = {
|
|
344
345
|
name: "check-circle",
|
|
345
346
|
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>',
|
|
346
347
|
keywords: ["check-circle"],
|
|
347
348
|
category: "status"
|
|
348
|
-
},
|
|
349
|
+
}, Oe = {
|
|
349
350
|
name: "devices",
|
|
350
351
|
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>',
|
|
351
352
|
keywords: ["devices"],
|
|
352
353
|
category: "device"
|
|
353
|
-
},
|
|
354
|
+
}, Ge = {
|
|
354
355
|
name: "error",
|
|
355
356
|
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>',
|
|
356
357
|
keywords: ["error"],
|
|
357
358
|
category: "status"
|
|
358
|
-
},
|
|
359
|
+
}, Me = {
|
|
359
360
|
name: "info",
|
|
360
361
|
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>',
|
|
361
362
|
keywords: ["info"],
|
|
362
363
|
category: "status"
|
|
363
|
-
},
|
|
364
|
+
}, Ne = {
|
|
364
365
|
name: "offering",
|
|
365
366
|
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>',
|
|
366
367
|
keywords: ["offering"],
|
|
367
368
|
category: "other"
|
|
368
|
-
},
|
|
369
|
+
}, ke = {
|
|
369
370
|
name: "question",
|
|
370
371
|
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>',
|
|
371
372
|
keywords: ["question"],
|
|
372
373
|
category: "status"
|
|
373
|
-
},
|
|
374
|
+
}, Ze = {
|
|
374
375
|
name: "tag",
|
|
375
376
|
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>',
|
|
376
377
|
keywords: ["tag"],
|
|
377
378
|
category: "other"
|
|
378
379
|
};
|
|
379
|
-
function
|
|
380
|
+
function Ee(e) {
|
|
380
381
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
381
382
|
}
|
|
382
383
|
var sr = { exports: {} };
|
|
@@ -386,8 +387,8 @@ var sr = { exports: {} };
|
|
|
386
387
|
http://jedwatson.github.io/classnames
|
|
387
388
|
*/
|
|
388
389
|
var dr;
|
|
389
|
-
function
|
|
390
|
-
return dr || (dr = 1, function(e) {
|
|
390
|
+
function Ue() {
|
|
391
|
+
return dr || (dr = 1, (function(e) {
|
|
391
392
|
(function() {
|
|
392
393
|
var o = {}.hasOwnProperty;
|
|
393
394
|
function a() {
|
|
@@ -416,10 +417,10 @@ function Ie() {
|
|
|
416
417
|
}
|
|
417
418
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
418
419
|
})();
|
|
419
|
-
}(sr)), sr.exports;
|
|
420
|
+
})(sr)), sr.exports;
|
|
420
421
|
}
|
|
421
|
-
var
|
|
422
|
-
const cr = /* @__PURE__ */
|
|
422
|
+
var Ie = Ue();
|
|
423
|
+
const cr = /* @__PURE__ */ Ee(Ie), q = {
|
|
423
424
|
"purpur-badge": "_purpur-badge_1nup9_1",
|
|
424
425
|
"purpur-badge__icon": "_purpur-badge__icon_1nup9_13",
|
|
425
426
|
"purpur-badge--attention": "_purpur-badge--attention_1nup9_17",
|
|
@@ -431,7 +432,7 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
431
432
|
"purpur-badge--warning": "_purpur-badge--warning_1nup9_41",
|
|
432
433
|
"purpur-badge--error": "_purpur-badge--error_1nup9_45",
|
|
433
434
|
"purpur-badge--black-friday": "_purpur-badge--black-friday_1nup9_49"
|
|
434
|
-
},
|
|
435
|
+
}, T = "purpur-badge", v = {
|
|
435
436
|
ATTENTION: "attention",
|
|
436
437
|
BLACK_FRIDAY: "black-friday",
|
|
437
438
|
ERROR: "error",
|
|
@@ -441,29 +442,29 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
441
442
|
SPECIAL: "special",
|
|
442
443
|
SUCCESS: "success",
|
|
443
444
|
WARNING: "warning"
|
|
444
|
-
},
|
|
445
|
+
}, De = (e) => {
|
|
445
446
|
switch (e) {
|
|
446
447
|
case v.ATTENTION:
|
|
447
448
|
case v.SPECIAL:
|
|
448
|
-
return ke;
|
|
449
|
-
case v.INFORMATION:
|
|
450
449
|
return Ne;
|
|
450
|
+
case v.INFORMATION:
|
|
451
|
+
return Me;
|
|
451
452
|
case v.GENERAL:
|
|
452
|
-
return Ge;
|
|
453
|
-
case v.SUCCESS:
|
|
454
453
|
return Oe;
|
|
455
|
-
case v.
|
|
454
|
+
case v.SUCCESS:
|
|
456
455
|
return Ae;
|
|
456
|
+
case v.WARNING:
|
|
457
|
+
return Be;
|
|
457
458
|
case v.ERROR:
|
|
458
|
-
return
|
|
459
|
+
return Ge;
|
|
459
460
|
case v.NEUTRAL:
|
|
460
|
-
return
|
|
461
|
+
return ke;
|
|
461
462
|
case v.BLACK_FRIDAY:
|
|
462
|
-
return
|
|
463
|
+
return Ze;
|
|
463
464
|
default:
|
|
464
465
|
return;
|
|
465
466
|
}
|
|
466
|
-
},
|
|
467
|
+
}, Re = ({
|
|
467
468
|
children: e,
|
|
468
469
|
showIcon: o = !0,
|
|
469
470
|
iconAllyTitle: a,
|
|
@@ -472,7 +473,7 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
472
473
|
className: r = "",
|
|
473
474
|
...t
|
|
474
475
|
}) => {
|
|
475
|
-
const i =
|
|
476
|
+
const i = De(n), s = cr([r, q[T], q[`${T}--${n}`]]);
|
|
476
477
|
return /* @__PURE__ */ c("span", { className: s, "data-testid": p, ...t, children: [
|
|
477
478
|
o && i && /* @__PURE__ */ l(
|
|
478
479
|
Nr,
|
|
@@ -481,21 +482,21 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
481
482
|
allyTitle: a,
|
|
482
483
|
size: "xs",
|
|
483
484
|
svg: i,
|
|
484
|
-
className: cr(
|
|
485
|
+
className: cr(q[`${T}__icon`])
|
|
485
486
|
}
|
|
486
487
|
),
|
|
487
488
|
e
|
|
488
489
|
] });
|
|
489
|
-
},
|
|
490
|
+
}, Le = {
|
|
490
491
|
"purpur-card-badge": "_purpur-card-badge_k9ziu_1"
|
|
491
|
-
},
|
|
492
|
+
}, je = _.bind(Le), Pe = "purpur-card-badge", He = ({
|
|
492
493
|
["data-testid"]: e = "purpur-card-badge",
|
|
493
494
|
variant: o,
|
|
494
495
|
text: a
|
|
495
496
|
}) => o && a ? /* @__PURE__ */ l(
|
|
496
|
-
|
|
497
|
+
Re,
|
|
497
498
|
{
|
|
498
|
-
className: Pe
|
|
499
|
+
className: je(Pe),
|
|
499
500
|
variant: o,
|
|
500
501
|
showIcon: !1,
|
|
501
502
|
"data-testid": e,
|
|
@@ -503,12 +504,12 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
503
504
|
}
|
|
504
505
|
) : null, qe = {
|
|
505
506
|
"purpur-card-content": "_purpur-card-content_2uc00_1"
|
|
506
|
-
},
|
|
507
|
+
}, Te = _.bind(qe), Ve = "purpur-card-content", ze = ({
|
|
507
508
|
["data-testid"]: e = "purpur-card-content",
|
|
508
509
|
children: o,
|
|
509
510
|
className: a,
|
|
510
511
|
...n
|
|
511
|
-
}) => /* @__PURE__ */ l("div", { className: Ve
|
|
512
|
+
}) => /* @__PURE__ */ l("div", { className: Te(Ve, a), "data-testid": e, ...n, children: o }), We = {
|
|
512
513
|
"purpur-card-content-container": "_purpur-card-content-container_2oha5_1",
|
|
513
514
|
"purpur-card-content-container--full-height": "_purpur-card-content-container--full-height_2oha5_6",
|
|
514
515
|
"purpur-card-content-container--footer": "_purpur-card-content-container--footer_2oha5_21",
|
|
@@ -516,7 +517,7 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
516
517
|
"purpur-card-content-container--gap-size--md": "_purpur-card-content-container--gap-size--md_2oha5_39",
|
|
517
518
|
"purpur-card-content-container--gap-size--lg": "_purpur-card-content-container--gap-size--lg_2oha5_42",
|
|
518
519
|
"purpur-card-content-container--gap-size--xl": "_purpur-card-content-container--gap-size--xl_2oha5_45"
|
|
519
|
-
},
|
|
520
|
+
}, Ke = _.bind(We), N = "purpur-card-content-container", Ye = ({
|
|
520
521
|
["data-testid"]: e = "purpur-card-content-container",
|
|
521
522
|
children: o,
|
|
522
523
|
className: a,
|
|
@@ -527,7 +528,7 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
527
528
|
}) => /* @__PURE__ */ l(
|
|
528
529
|
"div",
|
|
529
530
|
{
|
|
530
|
-
className:
|
|
531
|
+
className: Ke([
|
|
531
532
|
N,
|
|
532
533
|
a,
|
|
533
534
|
`${N}--gap-size--${r}`,
|
|
@@ -541,7 +542,7 @@ const cr = /* @__PURE__ */ Ue(De), T = {
|
|
|
541
542
|
children: o
|
|
542
543
|
}
|
|
543
544
|
);
|
|
544
|
-
function
|
|
545
|
+
function Qe(e) {
|
|
545
546
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
546
547
|
}
|
|
547
548
|
var _r = { exports: {} };
|
|
@@ -551,8 +552,8 @@ var _r = { exports: {} };
|
|
|
551
552
|
http://jedwatson.github.io/classnames
|
|
552
553
|
*/
|
|
553
554
|
var fr;
|
|
554
|
-
function
|
|
555
|
-
return fr || (fr = 1, function(e) {
|
|
555
|
+
function Je() {
|
|
556
|
+
return fr || (fr = 1, (function(e) {
|
|
556
557
|
(function() {
|
|
557
558
|
var o = {}.hasOwnProperty;
|
|
558
559
|
function a() {
|
|
@@ -581,27 +582,27 @@ function Xe() {
|
|
|
581
582
|
}
|
|
582
583
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
583
584
|
})();
|
|
584
|
-
}(_r)), _r.exports;
|
|
585
|
+
})(_r)), _r.exports;
|
|
585
586
|
}
|
|
586
|
-
var
|
|
587
|
-
const
|
|
587
|
+
var Xe = Je();
|
|
588
|
+
const rt = /* @__PURE__ */ Qe(Xe), et = "_rotate_12t9p_1", tt = "_dash_12t9p_1", at = {
|
|
588
589
|
"purpur-spinner": "_purpur-spinner_12t9p_2",
|
|
589
|
-
rotate:
|
|
590
|
+
rotate: et,
|
|
590
591
|
"purpur-spinner--xxs": "_purpur-spinner--xxs_12t9p_6",
|
|
591
592
|
"purpur-spinner--xs": "_purpur-spinner--xs_12t9p_10",
|
|
592
593
|
"purpur-spinner--sm": "_purpur-spinner--sm_12t9p_14",
|
|
593
594
|
"purpur-spinner--md": "_purpur-spinner--md_12t9p_18",
|
|
594
595
|
"purpur-spinner--lg": "_purpur-spinner--lg_12t9p_22",
|
|
595
596
|
"purpur-spinner__circle": "_purpur-spinner__circle_12t9p_26",
|
|
596
|
-
dash:
|
|
597
|
+
dash: tt,
|
|
597
598
|
"purpur-spinner__circle--disabled": "_purpur-spinner__circle--disabled_12t9p_41",
|
|
598
599
|
"purpur-spinner__circle--negative": "_purpur-spinner__circle--negative_12t9p_44"
|
|
599
|
-
}, hr =
|
|
600
|
+
}, hr = rt.bind(at), $ = "purpur-spinner", it = {
|
|
600
601
|
SM: "sm"
|
|
601
|
-
},
|
|
602
|
+
}, ot = ({
|
|
602
603
|
disabled: e = !1,
|
|
603
604
|
negative: o = !1,
|
|
604
|
-
size: a =
|
|
605
|
+
size: a = it.SM,
|
|
605
606
|
...n
|
|
606
607
|
}) => /* @__PURE__ */ l("div", { className: hr($, `${$}--${a}`), ...n, children: /* @__PURE__ */ l("svg", { viewBox: "0 0 50 50", children: /* @__PURE__ */ l(
|
|
607
608
|
"circle",
|
|
@@ -614,7 +615,7 @@ const et = /* @__PURE__ */ Je(rt), tt = "_rotate_12t9p_1", at = "_dash_12t9p_1",
|
|
|
614
615
|
cy: "25",
|
|
615
616
|
r: "20"
|
|
616
617
|
}
|
|
617
|
-
) }) }),
|
|
618
|
+
) }) }), nt = {
|
|
618
619
|
"purpur-card-cta--button-styling": "_purpur-card-cta--button-styling_1xiey_1",
|
|
619
620
|
"purpur-card-cta--button-styling--xs": "_purpur-card-cta--button-styling--xs_1xiey_33",
|
|
620
621
|
"purpur-card-cta--button-styling--icon-only": "_purpur-card-cta--button-styling--icon-only_1xiey_36",
|
|
@@ -633,7 +634,7 @@ const et = /* @__PURE__ */ Je(rt), tt = "_rotate_12t9p_1", at = "_dash_12t9p_1",
|
|
|
633
634
|
"purpur-card-cta--secondary": "_purpur-card-cta--secondary_1xiey_131",
|
|
634
635
|
"purpur-card-cta--disabled": "_purpur-card-cta--disabled_1xiey_131",
|
|
635
636
|
"purpur-card-cta--text": "_purpur-card-cta--text_1xiey_139"
|
|
636
|
-
},
|
|
637
|
+
}, pt = _.bind(nt), y = "purpur-card-cta", lt = ({
|
|
637
638
|
["data-testid"]: e = "purpur-card-cta",
|
|
638
639
|
className: o,
|
|
639
640
|
children: a,
|
|
@@ -646,7 +647,7 @@ const et = /* @__PURE__ */ Je(rt), tt = "_rotate_12t9p_1", at = "_dash_12t9p_1",
|
|
|
646
647
|
}) => /* @__PURE__ */ l(
|
|
647
648
|
"div",
|
|
648
649
|
{
|
|
649
|
-
className: `${
|
|
650
|
+
className: `${pt([
|
|
650
651
|
y,
|
|
651
652
|
o,
|
|
652
653
|
{
|
|
@@ -661,14 +662,14 @@ const et = /* @__PURE__ */ Je(rt), tt = "_rotate_12t9p_1", at = "_dash_12t9p_1",
|
|
|
661
662
|
])} ${y}`,
|
|
662
663
|
"data-testid": e,
|
|
663
664
|
...s,
|
|
664
|
-
children: r ? /* @__PURE__ */ l(
|
|
665
|
+
children: r ? /* @__PURE__ */ l(ot, { "data-testid": `${e}-spinner`, size: "xs", disabled: n }) : /* @__PURE__ */ c(Pr, { children: [
|
|
665
666
|
p === "left" && a,
|
|
666
667
|
t,
|
|
667
668
|
p === "right" && a
|
|
668
669
|
] })
|
|
669
670
|
}
|
|
670
671
|
);
|
|
671
|
-
function
|
|
672
|
+
function ut(e) {
|
|
672
673
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
673
674
|
}
|
|
674
675
|
var gr = { exports: {} };
|
|
@@ -678,8 +679,8 @@ var gr = { exports: {} };
|
|
|
678
679
|
http://jedwatson.github.io/classnames
|
|
679
680
|
*/
|
|
680
681
|
var mr;
|
|
681
|
-
function
|
|
682
|
-
return mr || (mr = 1, function(e) {
|
|
682
|
+
function st() {
|
|
683
|
+
return mr || (mr = 1, (function(e) {
|
|
683
684
|
(function() {
|
|
684
685
|
var o = {}.hasOwnProperty;
|
|
685
686
|
function a() {
|
|
@@ -708,10 +709,10 @@ function dt() {
|
|
|
708
709
|
}
|
|
709
710
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
710
711
|
})();
|
|
711
|
-
}(gr)), gr.exports;
|
|
712
|
+
})(gr)), gr.exports;
|
|
712
713
|
}
|
|
713
|
-
var
|
|
714
|
-
const
|
|
714
|
+
var dt = st();
|
|
715
|
+
const ct = /* @__PURE__ */ ut(dt), _t = {
|
|
715
716
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
716
717
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
717
718
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -719,30 +720,30 @@ const _t = /* @__PURE__ */ st(ct), ft = {
|
|
|
719
720
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
720
721
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
721
722
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
722
|
-
},
|
|
723
|
+
}, ft = ct.bind(_t), vr = "purpur-icon", ht = "md", gt = (e) => e.filter((o) => Object.keys(o).length >= 1).map((o) => `${o.name}="${o.value}"`).join(" "), mt = ({ content: e = "", title: o } = {}) => {
|
|
723
724
|
const a = [
|
|
724
725
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
725
726
|
{ name: "fill", value: "currentColor" },
|
|
726
727
|
{ name: "viewBox", value: "0 0 24 24" },
|
|
727
728
|
o ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
728
729
|
], n = o ? `<title>${o}</title>` : "";
|
|
729
|
-
return `<svg ${
|
|
730
|
-
},
|
|
731
|
-
const r =
|
|
732
|
-
content:
|
|
730
|
+
return `<svg ${gt(a)}>${n}${e}</svg>`;
|
|
731
|
+
}, vt = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), kr = ({ svg: e, allyTitle: o, className: a, size: n = ht, ...p }) => {
|
|
732
|
+
const r = mt({
|
|
733
|
+
content: vt(e.svg),
|
|
733
734
|
title: o
|
|
734
|
-
}), t =
|
|
735
|
+
}), t = ft(a, vr, `${vr}--${n}`);
|
|
735
736
|
return /* @__PURE__ */ l("span", { className: t, dangerouslySetInnerHTML: { __html: r }, ...p });
|
|
736
737
|
};
|
|
737
738
|
kr.displayName = "Icon";
|
|
738
|
-
const
|
|
739
|
+
const yt = {
|
|
739
740
|
name: "checkmark",
|
|
740
741
|
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>',
|
|
741
742
|
keywords: ["checkmark"],
|
|
742
743
|
category: "utility"
|
|
743
|
-
}, Zr = (e) => /* @__PURE__ */ l(kr, { ...e, svg:
|
|
744
|
+
}, Zr = (e) => /* @__PURE__ */ l(kr, { ...e, svg: yt });
|
|
744
745
|
Zr.displayName = "IconCheckmark";
|
|
745
|
-
function
|
|
746
|
+
function xt(e) {
|
|
746
747
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
747
748
|
}
|
|
748
749
|
var yr = { exports: {} };
|
|
@@ -752,8 +753,8 @@ var yr = { exports: {} };
|
|
|
752
753
|
http://jedwatson.github.io/classnames
|
|
753
754
|
*/
|
|
754
755
|
var xr;
|
|
755
|
-
function
|
|
756
|
-
return xr || (xr = 1, function(e) {
|
|
756
|
+
function wt() {
|
|
757
|
+
return xr || (xr = 1, (function(e) {
|
|
757
758
|
(function() {
|
|
758
759
|
var o = {}.hasOwnProperty;
|
|
759
760
|
function a() {
|
|
@@ -782,10 +783,10 @@ function bt() {
|
|
|
782
783
|
}
|
|
783
784
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
784
785
|
})();
|
|
785
|
-
}(yr)), yr.exports;
|
|
786
|
+
})(yr)), yr.exports;
|
|
786
787
|
}
|
|
787
|
-
var
|
|
788
|
-
const
|
|
788
|
+
var bt = wt();
|
|
789
|
+
const Ct = /* @__PURE__ */ xt(bt), St = {
|
|
789
790
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
790
791
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
791
792
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -800,7 +801,7 @@ const St = /* @__PURE__ */ wt(Ct), $t = {
|
|
|
800
801
|
"purpur-paragraph--additional-100-medium": "_purpur-paragraph--additional-100-medium_1rh57_60",
|
|
801
802
|
"purpur-paragraph--overline-100": "_purpur-paragraph--overline-100_1rh57_67",
|
|
802
803
|
"purpur-paragraph--overline-200": "_purpur-paragraph--overline-200_1rh57_75"
|
|
803
|
-
},
|
|
804
|
+
}, $t = Ct.bind(St), Ft = {
|
|
804
805
|
PARAGRAPH100: "paragraph-100"
|
|
805
806
|
}, F = "purpur-paragraph", J = ({
|
|
806
807
|
children: e,
|
|
@@ -808,10 +809,10 @@ const St = /* @__PURE__ */ wt(Ct), $t = {
|
|
|
808
809
|
disabled: a,
|
|
809
810
|
enableHyphenation: n = !1,
|
|
810
811
|
negative: p = !1,
|
|
811
|
-
variant: r =
|
|
812
|
+
variant: r = Ft.PARAGRAPH100,
|
|
812
813
|
...t
|
|
813
814
|
}) => {
|
|
814
|
-
const i =
|
|
815
|
+
const i = $t(o, F, `${F}--${r}`, {
|
|
815
816
|
[`${F}--hyphens`]: n,
|
|
816
817
|
[`${F}--disabled`]: a,
|
|
817
818
|
[`${F}--negative`]: p
|
|
@@ -819,11 +820,11 @@ const St = /* @__PURE__ */ wt(Ct), $t = {
|
|
|
819
820
|
return /* @__PURE__ */ l("p", { ...t, className: i, children: e });
|
|
820
821
|
};
|
|
821
822
|
J.displayName = "Paragraph";
|
|
822
|
-
const
|
|
823
|
+
const Bt = {
|
|
823
824
|
"purpur-card-feature-list": "_purpur-card-feature-list_1hnss_1",
|
|
824
825
|
"purpur-card-feature-list__list-item": "_purpur-card-feature-list__list-item_1hnss_7",
|
|
825
826
|
"purpur-card-feature-list__icon": "_purpur-card-feature-list__icon_1hnss_12"
|
|
826
|
-
}, V = _.bind(
|
|
827
|
+
}, V = _.bind(Bt), z = "purpur-card-feature-list", At = ({
|
|
827
828
|
["data-testid"]: e = "purpur-card-feature-list",
|
|
828
829
|
listItems: o
|
|
829
830
|
}) => o && o.length > 0 ? /* @__PURE__ */ l("ul", { className: V(z), "data-testid": e, children: o.map((a) => /* @__PURE__ */ c(
|
|
@@ -838,7 +839,7 @@ const At = {
|
|
|
838
839
|
},
|
|
839
840
|
a
|
|
840
841
|
)) }) : null;
|
|
841
|
-
function
|
|
842
|
+
function Ot(e) {
|
|
842
843
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
843
844
|
}
|
|
844
845
|
var wr = { exports: {} };
|
|
@@ -848,8 +849,8 @@ var wr = { exports: {} };
|
|
|
848
849
|
http://jedwatson.github.io/classnames
|
|
849
850
|
*/
|
|
850
851
|
var br;
|
|
851
|
-
function
|
|
852
|
-
return br || (br = 1, function(e) {
|
|
852
|
+
function Gt() {
|
|
853
|
+
return br || (br = 1, (function(e) {
|
|
853
854
|
(function() {
|
|
854
855
|
var o = {}.hasOwnProperty;
|
|
855
856
|
function a() {
|
|
@@ -878,10 +879,10 @@ function Mt() {
|
|
|
878
879
|
}
|
|
879
880
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
880
881
|
})();
|
|
881
|
-
}(wr)), wr.exports;
|
|
882
|
+
})(wr)), wr.exports;
|
|
882
883
|
}
|
|
883
|
-
var
|
|
884
|
-
const
|
|
884
|
+
var Mt = Gt();
|
|
885
|
+
const Nt = /* @__PURE__ */ Ot(Mt), k = {
|
|
885
886
|
"purpur-heading": "_purpur-heading_vo751_1",
|
|
886
887
|
"purpur-heading--hyphens": "_purpur-heading--hyphens_vo751_8",
|
|
887
888
|
"purpur-heading--negative": "_purpur-heading--negative_vo751_11",
|
|
@@ -901,7 +902,7 @@ const kt = /* @__PURE__ */ Gt(Nt), k = {
|
|
|
901
902
|
"purpur-heading--display-50": "_purpur-heading--display-50_vo751_92",
|
|
902
903
|
"purpur-heading--display-100": "_purpur-heading--display-100_vo751_98",
|
|
903
904
|
"purpur-heading--display-200": "_purpur-heading--display-200_vo751_104"
|
|
904
|
-
},
|
|
905
|
+
}, kt = {
|
|
905
906
|
TITLE100: "title-100"
|
|
906
907
|
}, Z = "purpur-heading", Er = ({
|
|
907
908
|
children: e,
|
|
@@ -909,10 +910,10 @@ const kt = /* @__PURE__ */ Gt(Nt), k = {
|
|
|
909
910
|
enableHyphenation: a = !1,
|
|
910
911
|
negative: n = !1,
|
|
911
912
|
tag: p,
|
|
912
|
-
variant: r =
|
|
913
|
+
variant: r = kt.TITLE100,
|
|
913
914
|
...t
|
|
914
915
|
}) => {
|
|
915
|
-
const i = p, s =
|
|
916
|
+
const i = p, s = Nt([
|
|
916
917
|
o,
|
|
917
918
|
k[Z],
|
|
918
919
|
k[`${Z}--${r}`],
|
|
@@ -924,17 +925,17 @@ const kt = /* @__PURE__ */ Gt(Nt), k = {
|
|
|
924
925
|
return /* @__PURE__ */ l(i, { className: s, ...t, children: e });
|
|
925
926
|
};
|
|
926
927
|
Er.displayName = "Heading";
|
|
927
|
-
const
|
|
928
|
+
const Zt = {
|
|
928
929
|
"purpur-card-heading": "_purpur-card-heading_j3j6u_1",
|
|
929
930
|
"purpur-card-heading__header": "_purpur-card-heading__header_j3j6u_6",
|
|
930
931
|
"purpur-card-heading__heading": "_purpur-card-heading__heading_j3j6u_11",
|
|
931
932
|
"purpur-card-heading__icon": "_purpur-card-heading__icon_j3j6u_14"
|
|
932
|
-
},
|
|
933
|
+
}, Et = {
|
|
933
934
|
"purpur-card-trigger-item--link": "_purpur-card-trigger-item--link_t6ena_1",
|
|
934
935
|
"purpur-card-trigger-item--button": "_purpur-card-trigger-item--button_t6ena_5",
|
|
935
936
|
"purpur-card-trigger-item--disabled": "_purpur-card-trigger-item--disabled_t6ena_18",
|
|
936
937
|
"purpur-card-trigger-item": "_purpur-card-trigger-item_t6ena_1"
|
|
937
|
-
}, Cr = _.bind(
|
|
938
|
+
}, Cr = _.bind(Et), x = "purpur-card-trigger-item", Ut = ({
|
|
938
939
|
["data-testid"]: e = "purpur-card-trigger-item",
|
|
939
940
|
["aria-label"]: o,
|
|
940
941
|
disabled: a = !1,
|
|
@@ -982,7 +983,7 @@ const Et = {
|
|
|
982
983
|
children: r
|
|
983
984
|
}
|
|
984
985
|
);
|
|
985
|
-
}, E = _.bind(
|
|
986
|
+
}, E = _.bind(Zt), b = "purpur-card-heading", It = ({
|
|
986
987
|
["data-testid"]: e = "purpur-card-heading",
|
|
987
988
|
["aria-label"]: o,
|
|
988
989
|
title: a,
|
|
@@ -1013,7 +1014,7 @@ const Et = {
|
|
|
1013
1014
|
enableHyphenation: t,
|
|
1014
1015
|
...L,
|
|
1015
1016
|
children: i || s ? /* @__PURE__ */ l(
|
|
1016
|
-
|
|
1017
|
+
Ut,
|
|
1017
1018
|
{
|
|
1018
1019
|
"aria-label": o,
|
|
1019
1020
|
disabled: w,
|
|
@@ -1028,17 +1029,17 @@ const Et = {
|
|
|
1028
1029
|
] }),
|
|
1029
1030
|
p
|
|
1030
1031
|
] });
|
|
1031
|
-
},
|
|
1032
|
+
}, Dt = {
|
|
1032
1033
|
"purpur-card-media": "_purpur-card-media_1om4o_1"
|
|
1033
|
-
},
|
|
1034
|
+
}, Rt = _.bind(Dt), Lt = "purpur-card-media", jt = ({
|
|
1034
1035
|
["data-testid"]: e = "purpur-card-media",
|
|
1035
1036
|
className: o,
|
|
1036
1037
|
children: a,
|
|
1037
1038
|
...n
|
|
1038
|
-
}) => /* @__PURE__ */ l("div", { ...n, className:
|
|
1039
|
+
}) => /* @__PURE__ */ l("div", { ...n, className: Rt([Lt, o]), "data-testid": e, children: a }), Pt = {
|
|
1039
1040
|
"purpur-card-media-layout": "_purpur-card-media-layout_h3935_1",
|
|
1040
1041
|
"purpur-card-media-layout--image-top": "_purpur-card-media-layout--image-top_h3935_11"
|
|
1041
|
-
},
|
|
1042
|
+
}, Ht = _.bind(Pt), Sr = "purpur-card-media-layout", qt = ({
|
|
1042
1043
|
["data-testid"]: e = "purpur-card-media-layout",
|
|
1043
1044
|
className: o,
|
|
1044
1045
|
children: a,
|
|
@@ -1048,21 +1049,21 @@ const Et = {
|
|
|
1048
1049
|
"div",
|
|
1049
1050
|
{
|
|
1050
1051
|
...p,
|
|
1051
|
-
className:
|
|
1052
|
+
className: Ht(Sr, o, { [`${Sr}--image-top`]: n }),
|
|
1052
1053
|
"data-testid": e,
|
|
1053
1054
|
children: a
|
|
1054
1055
|
}
|
|
1055
|
-
),
|
|
1056
|
+
), Tt = {
|
|
1056
1057
|
"purpur-card-overline": "_purpur-card-overline_qhfj0_1"
|
|
1057
|
-
},
|
|
1058
|
+
}, Vt = _.bind(Tt), zt = "purpur-card-overline", Wt = ({
|
|
1058
1059
|
["data-testid"]: e = "purpur-card-overline",
|
|
1059
1060
|
overline: o
|
|
1060
|
-
}) => o ? /* @__PURE__ */ l(J, { variant: "overline-100", className: zt
|
|
1061
|
+
}) => o ? /* @__PURE__ */ l(J, { variant: "overline-100", className: Vt(zt), "data-testid": e, children: o }) : null, Kt = {
|
|
1061
1062
|
"purpur-card-root": "_purpur-card-root_eupww_1",
|
|
1062
1063
|
"purpur-card-root--primary": "_purpur-card-root--primary_eupww_7",
|
|
1063
1064
|
"purpur-card-root--secondary": "_purpur-card-root--secondary_eupww_10",
|
|
1064
1065
|
"purpur-card-root--full-height": "_purpur-card-root--full-height_eupww_13"
|
|
1065
|
-
},
|
|
1066
|
+
}, Yt = _.bind(Kt), W = "purpur-card-root", Ur = Gr(
|
|
1066
1067
|
({
|
|
1067
1068
|
["data-testid"]: e = "purpur-card-root",
|
|
1068
1069
|
children: o,
|
|
@@ -1071,7 +1072,7 @@ const Et = {
|
|
|
1071
1072
|
variant: p,
|
|
1072
1073
|
...r
|
|
1073
1074
|
}, t) => {
|
|
1074
|
-
const i =
|
|
1075
|
+
const i = Yt([
|
|
1075
1076
|
W,
|
|
1076
1077
|
a,
|
|
1077
1078
|
{
|
|
@@ -1083,7 +1084,7 @@ const Et = {
|
|
|
1083
1084
|
}
|
|
1084
1085
|
);
|
|
1085
1086
|
Ur.displayName = "CardRoot";
|
|
1086
|
-
const K = _.bind(
|
|
1087
|
+
const K = _.bind(ge), B = "purpur-card", f = ({ children: e, className: o, useMediaQueries: a, ...n }) => {
|
|
1087
1088
|
const p = K([B, o]);
|
|
1088
1089
|
return /* @__PURE__ */ l(
|
|
1089
1090
|
"div",
|
|
@@ -1097,17 +1098,17 @@ const K = _.bind(me), B = "purpur-card", f = ({ children: e, className: o, useMe
|
|
|
1097
1098
|
}
|
|
1098
1099
|
);
|
|
1099
1100
|
};
|
|
1100
|
-
f.Badge =
|
|
1101
|
-
f.Content =
|
|
1102
|
-
f.ContentContainer =
|
|
1103
|
-
f.Cta =
|
|
1104
|
-
f.FeatureList =
|
|
1105
|
-
f.Overline =
|
|
1106
|
-
f.Heading =
|
|
1107
|
-
f.Media =
|
|
1101
|
+
f.Badge = He;
|
|
1102
|
+
f.Content = ze;
|
|
1103
|
+
f.ContentContainer = Ye;
|
|
1104
|
+
f.Cta = lt;
|
|
1105
|
+
f.FeatureList = At;
|
|
1106
|
+
f.Overline = Wt;
|
|
1107
|
+
f.Heading = It;
|
|
1108
|
+
f.Media = jt;
|
|
1108
1109
|
f.MediaLayout = qt;
|
|
1109
1110
|
f.displayName = "Card";
|
|
1110
|
-
function
|
|
1111
|
+
function Qt(e) {
|
|
1111
1112
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1112
1113
|
}
|
|
1113
1114
|
var $r = { exports: {} };
|
|
@@ -1117,8 +1118,8 @@ var $r = { exports: {} };
|
|
|
1117
1118
|
http://jedwatson.github.io/classnames
|
|
1118
1119
|
*/
|
|
1119
1120
|
var Fr;
|
|
1120
|
-
function
|
|
1121
|
-
return Fr || (Fr = 1, function(e) {
|
|
1121
|
+
function Jt() {
|
|
1122
|
+
return Fr || (Fr = 1, (function(e) {
|
|
1122
1123
|
(function() {
|
|
1123
1124
|
var o = {}.hasOwnProperty;
|
|
1124
1125
|
function a() {
|
|
@@ -1147,10 +1148,10 @@ function Xt() {
|
|
|
1147
1148
|
}
|
|
1148
1149
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1149
1150
|
})();
|
|
1150
|
-
}($r)), $r.exports;
|
|
1151
|
+
})($r)), $r.exports;
|
|
1151
1152
|
}
|
|
1152
|
-
var
|
|
1153
|
-
const
|
|
1153
|
+
var Xt = Jt();
|
|
1154
|
+
const ra = /* @__PURE__ */ Qt(Xt), U = {
|
|
1154
1155
|
"purpur-heading": "_purpur-heading_vo751_1",
|
|
1155
1156
|
"purpur-heading--hyphens": "_purpur-heading--hyphens_vo751_8",
|
|
1156
1157
|
"purpur-heading--negative": "_purpur-heading--negative_vo751_11",
|
|
@@ -1170,7 +1171,7 @@ const ea = /* @__PURE__ */ Jt(ra), U = {
|
|
|
1170
1171
|
"purpur-heading--display-50": "_purpur-heading--display-50_vo751_92",
|
|
1171
1172
|
"purpur-heading--display-100": "_purpur-heading--display-100_vo751_98",
|
|
1172
1173
|
"purpur-heading--display-200": "_purpur-heading--display-200_vo751_104"
|
|
1173
|
-
},
|
|
1174
|
+
}, ea = {
|
|
1174
1175
|
TITLE100: "title-100"
|
|
1175
1176
|
}, I = "purpur-heading", Ir = ({
|
|
1176
1177
|
children: e,
|
|
@@ -1178,10 +1179,10 @@ const ea = /* @__PURE__ */ Jt(ra), U = {
|
|
|
1178
1179
|
enableHyphenation: a = !1,
|
|
1179
1180
|
negative: n = !1,
|
|
1180
1181
|
tag: p,
|
|
1181
|
-
variant: r =
|
|
1182
|
+
variant: r = ea.TITLE100,
|
|
1182
1183
|
...t
|
|
1183
1184
|
}) => {
|
|
1184
|
-
const i = p, s =
|
|
1185
|
+
const i = p, s = ra([
|
|
1185
1186
|
o,
|
|
1186
1187
|
U[I],
|
|
1187
1188
|
U[`${I}--${r}`],
|
|
@@ -1193,7 +1194,7 @@ const ea = /* @__PURE__ */ Jt(ra), U = {
|
|
|
1193
1194
|
return /* @__PURE__ */ l(i, { className: s, ...t, children: e });
|
|
1194
1195
|
};
|
|
1195
1196
|
Ir.displayName = "Heading";
|
|
1196
|
-
function
|
|
1197
|
+
function ta(e) {
|
|
1197
1198
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1198
1199
|
}
|
|
1199
1200
|
var Br = { exports: {} };
|
|
@@ -1203,8 +1204,8 @@ var Br = { exports: {} };
|
|
|
1203
1204
|
http://jedwatson.github.io/classnames
|
|
1204
1205
|
*/
|
|
1205
1206
|
var Ar;
|
|
1206
|
-
function
|
|
1207
|
-
return Ar || (Ar = 1, function(e) {
|
|
1207
|
+
function aa() {
|
|
1208
|
+
return Ar || (Ar = 1, (function(e) {
|
|
1208
1209
|
(function() {
|
|
1209
1210
|
var o = {}.hasOwnProperty;
|
|
1210
1211
|
function a() {
|
|
@@ -1233,10 +1234,10 @@ function ia() {
|
|
|
1233
1234
|
}
|
|
1234
1235
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1235
1236
|
})();
|
|
1236
|
-
}(Br)), Br.exports;
|
|
1237
|
+
})(Br)), Br.exports;
|
|
1237
1238
|
}
|
|
1238
|
-
var
|
|
1239
|
-
const
|
|
1239
|
+
var ia = aa();
|
|
1240
|
+
const oa = /* @__PURE__ */ ta(ia), na = {
|
|
1240
1241
|
"purpur-paragraph": "_purpur-paragraph_1rh57_1",
|
|
1241
1242
|
"purpur-paragraph--disabled": "_purpur-paragraph--disabled_1rh57_7",
|
|
1242
1243
|
"purpur-paragraph--hyphens": "_purpur-paragraph--hyphens_1rh57_10",
|
|
@@ -1251,7 +1252,7 @@ const na = /* @__PURE__ */ aa(oa), pa = {
|
|
|
1251
1252
|
"purpur-paragraph--additional-100-medium": "_purpur-paragraph--additional-100-medium_1rh57_60",
|
|
1252
1253
|
"purpur-paragraph--overline-100": "_purpur-paragraph--overline-100_1rh57_67",
|
|
1253
1254
|
"purpur-paragraph--overline-200": "_purpur-paragraph--overline-200_1rh57_75"
|
|
1254
|
-
},
|
|
1255
|
+
}, pa = oa.bind(na), la = {
|
|
1255
1256
|
PARAGRAPH100: "paragraph-100"
|
|
1256
1257
|
}, A = "purpur-paragraph", Dr = ({
|
|
1257
1258
|
children: e,
|
|
@@ -1259,10 +1260,10 @@ const na = /* @__PURE__ */ aa(oa), pa = {
|
|
|
1259
1260
|
disabled: a,
|
|
1260
1261
|
enableHyphenation: n = !1,
|
|
1261
1262
|
negative: p = !1,
|
|
1262
|
-
variant: r =
|
|
1263
|
+
variant: r = la.PARAGRAPH100,
|
|
1263
1264
|
...t
|
|
1264
1265
|
}) => {
|
|
1265
|
-
const i =
|
|
1266
|
+
const i = pa(o, A, `${A}--${r}`, {
|
|
1266
1267
|
[`${A}--hyphens`]: n,
|
|
1267
1268
|
[`${A}--disabled`]: a,
|
|
1268
1269
|
[`${A}--negative`]: p
|
|
@@ -1270,22 +1271,7 @@ const na = /* @__PURE__ */ aa(oa), pa = {
|
|
|
1270
1271
|
return /* @__PURE__ */ l("p", { ...t, className: i, children: e });
|
|
1271
1272
|
};
|
|
1272
1273
|
Dr.displayName = "Paragraph";
|
|
1273
|
-
|
|
1274
|
-
colorScheme: "light",
|
|
1275
|
-
currentColorScheme: "light",
|
|
1276
|
-
setColorScheme: () => {
|
|
1277
|
-
},
|
|
1278
|
-
options: {}
|
|
1279
|
-
}), da = () => {
|
|
1280
|
-
const e = Tr(sa);
|
|
1281
|
-
if (!e)
|
|
1282
|
-
throw new Error("useTheme must be used within a ThemeProvider");
|
|
1283
|
-
return e;
|
|
1284
|
-
}, ca = () => {
|
|
1285
|
-
const { currentColorScheme: e, setColorScheme: o } = da();
|
|
1286
|
-
return [e, o];
|
|
1287
|
-
};
|
|
1288
|
-
function _a(e) {
|
|
1274
|
+
function ua(e) {
|
|
1289
1275
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1290
1276
|
}
|
|
1291
1277
|
var Y = { exports: {} };
|
|
@@ -1295,8 +1281,8 @@ var Y = { exports: {} };
|
|
|
1295
1281
|
http://jedwatson.github.io/classnames
|
|
1296
1282
|
*/
|
|
1297
1283
|
var Or;
|
|
1298
|
-
function
|
|
1299
|
-
return Or || (Or = 1, function(e) {
|
|
1284
|
+
function sa() {
|
|
1285
|
+
return Or || (Or = 1, (function(e) {
|
|
1300
1286
|
(function() {
|
|
1301
1287
|
var o = {}.hasOwnProperty;
|
|
1302
1288
|
function a() {
|
|
@@ -1325,10 +1311,10 @@ function fa() {
|
|
|
1325
1311
|
}
|
|
1326
1312
|
e.exports ? (a.default = a, e.exports = a) : window.classNames = a;
|
|
1327
1313
|
})();
|
|
1328
|
-
}(Y)), Y.exports;
|
|
1314
|
+
})(Y)), Y.exports;
|
|
1329
1315
|
}
|
|
1330
|
-
var
|
|
1331
|
-
const
|
|
1316
|
+
var da = sa();
|
|
1317
|
+
const ca = /* @__PURE__ */ ua(da), _a = {
|
|
1332
1318
|
"purpur-promotion-card": "_purpur-promotion-card_w866l_1",
|
|
1333
1319
|
"purpur-promotion-card__inner--without-image": "_purpur-promotion-card__inner--without-image_w866l_9",
|
|
1334
1320
|
"purpur-promotion-card__content": "_purpur-promotion-card__content_w866l_9",
|
|
@@ -1348,7 +1334,7 @@ const ga = /* @__PURE__ */ _a(ha), ma = {
|
|
|
1348
1334
|
"purpur-promotion-card__image-wrapper": "_purpur-promotion-card__image-wrapper_w866l_146",
|
|
1349
1335
|
"purpur-promotion-card__image-wrapper--decorative": "_purpur-promotion-card__image-wrapper--decorative_w866l_149",
|
|
1350
1336
|
"purpur-promotion-card__image-wrapper--product": "_purpur-promotion-card__image-wrapper--product_w866l_150"
|
|
1351
|
-
},
|
|
1337
|
+
}, wa = ["primary", "secondary", "quaternary"], fa = {
|
|
1352
1338
|
primary: "var(--purpur-color-background-tone-on-tone-primary)",
|
|
1353
1339
|
secondary: "var(--purpur-color-background-tone-on-tone-secondary)",
|
|
1354
1340
|
quaternary: "var(--purpur-color-background-tone-on-tone-quaternary)"
|
|
@@ -1356,15 +1342,15 @@ const ga = /* @__PURE__ */ _a(ha), ma = {
|
|
|
1356
1342
|
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>')`,
|
|
1357
1343
|
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>')`,
|
|
1358
1344
|
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>')`
|
|
1359
|
-
},
|
|
1345
|
+
}, ha = {
|
|
1360
1346
|
primary: Q.secondary,
|
|
1361
1347
|
secondary: Q.primary,
|
|
1362
1348
|
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_24984_14652)"><rect width="2000" height="1125" fill="url(%23paint0_linear_24984_14652)"/><g filter="url(%23filter0_d_24984_14652)"><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.5808 306.459C63.8953 52.6354 248.918 -120.167 480.784 -336.718Z" fill="%23FFF0E5"/></g><g filter="url(%23filter1_d_24984_14652)"><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.3462 51.596 246.369 -121.206 478.235 -337.757Z" fill="url(%23paint1_linear_24984_14652)"/></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_24984_14652)" stroke="url(%23paint3_linear_24984_14652)" stroke-width="0.488281"/><g filter="url(%23filter2_d_24984_14652)"><path d="M895.095 -81.1636L897.087 -83.483C2339.19 -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.808 601.58C523.415 351.555 688.373 159.507 895.095 -81.1636Z" fill="%23FFF0E5"/></g><g filter="url(%23filter3_d_24984_14652)"><path d="M892.877 -81.1462L894.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.598C521.196 351.573 686.155 159.524 892.877 -81.1462Z" fill="url(%23paint4_linear_24984_14652)"/></g><path d="M899.248 -92.33L901.24 -94.6492C2343.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.34 899.248 -92.33Z" fill="url(%23paint5_linear_24984_14652)" stroke="url(%23paint6_linear_24984_14652)" stroke-width="0.488281"/></g><defs><filter id="filter0_d_24984_14652" 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.0750588 0 0 0 0 0.0633255 0 0 0 0 0.0543529 0 0 0 0.95 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_24984_14652"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_24984_14652" result="shape"/></filter><filter id="filter1_d_24984_14652" 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.0750588 0 0 0 0 0.0633255 0 0 0 0 0.0543529 0 0 0 0.6 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_24984_14652"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_24984_14652" result="shape"/></filter><filter id="filter2_d_24984_14652" 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.0750588 0 0 0 0 0.0633255 0 0 0 0 0.0543529 0 0 0 0.95 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_24984_14652"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_24984_14652" result="shape"/></filter><filter id="filter3_d_24984_14652" 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.0750588 0 0 0 0 0.0633255 0 0 0 0 0.0543529 0 0 0 0.65 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_24984_14652"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_24984_14652" result="shape"/></filter><linearGradient id="paint0_linear_24984_14652" x1="48.3398" y1="4.80196e-07" x2="58.1053" y2="1125" gradientUnits="userSpaceOnUse"><stop stop-color="%232C2520"/><stop offset="0.576094" stop-color="%2329221D"/><stop offset="1" stop-color="%2327211C"/></linearGradient><linearGradient id="paint1_linear_24984_14652" x1="80.5668" y1="233.643" x2="606.544" y2="1094.45" gradientUnits="userSpaceOnUse"><stop stop-color="%2340362E"/><stop offset="0.265" stop-color="%23372E27"/><stop offset="0.385" stop-color="%232D2621"/><stop offset="0.720829" stop-color="%231E1916"/><stop offset="1" stop-color="%23161310"/></linearGradient><linearGradient id="paint2_linear_24984_14652" x1="138.672" y1="41.2598" x2="702.488" y2="1106.9" gradientUnits="userSpaceOnUse"><stop stop-color="%232F2822"/><stop offset="0.19574" stop-color="%232C2520"/><stop offset="1" stop-color="%23221D19"/></linearGradient><linearGradient id="paint3_linear_24984_14652" x1="133.5" y1="60.5" x2="546" y2="1048" gradientUnits="userSpaceOnUse"><stop stop-color="%23887363"/><stop offset="0.506509" stop-color="%233E342D"/><stop offset="1" stop-color="%23251F1A"/></linearGradient><linearGradient id="paint4_linear_24984_14652" x1="560.263" y1="530.414" x2="910.742" y2="1118.56" gradientUnits="userSpaceOnUse"><stop stop-color="%233B312A"/><stop offset="0.340552" stop-color="%232D2621"/><stop offset="0.616738" stop-color="%231F1A17"/><stop offset="1" stop-color="%23161310"/></linearGradient><linearGradient id="paint5_linear_24984_14652" x1="781.493" y1="72.65" x2="2048.67" y2="1066.94" gradientUnits="userSpaceOnUse"><stop stop-color="%232F2822"/><stop offset="0.51248" stop-color="%2326201C"/><stop offset="1" stop-color="%23201B17"/></linearGradient><linearGradient id="paint6_linear_24984_14652" x1="820.5" y1="32.5" x2="906.975" y2="1110.35" gradientUnits="userSpaceOnUse"><stop stop-color="%23645549"/><stop offset="0.425" stop-color="%23594B41"/><stop offset="1" stop-color="%23221C18"/></linearGradient><clipPath id="clip0_24984_14652"><rect width="2000" height="1125" fill="white"/></clipPath></defs></svg>')`
|
|
1363
|
-
},
|
|
1349
|
+
}, ga = {
|
|
1364
1350
|
primary: "var(--purpur-color-text-tone-on-tone-primary)",
|
|
1365
1351
|
secondary: "var(--purpur-color-text-tone-on-tone-secondary)",
|
|
1366
1352
|
quaternary: "var(--purpur-color-text-tone-on-tone-tertiary)"
|
|
1367
|
-
}, d =
|
|
1353
|
+
}, d = ca.bind(_a), u = "purpur-promotion-card", ma = Gr(
|
|
1368
1354
|
({
|
|
1369
1355
|
["data-testid"]: e,
|
|
1370
1356
|
variant: o = "primary",
|
|
@@ -1382,7 +1368,7 @@ const ga = /* @__PURE__ */ _a(ha), ma = {
|
|
|
1382
1368
|
additionalText: O,
|
|
1383
1369
|
...h
|
|
1384
1370
|
}, Rr) => {
|
|
1385
|
-
const [Lr] =
|
|
1371
|
+
const [Lr] = Hr();
|
|
1386
1372
|
let G = h, g, M;
|
|
1387
1373
|
if ("decorativeImage" in h) {
|
|
1388
1374
|
const { hasGradient: C, decorativeImage: S, ...j } = h;
|
|
@@ -1395,9 +1381,9 @@ const ga = /* @__PURE__ */ _a(ha), ma = {
|
|
|
1395
1381
|
M = C, G = S;
|
|
1396
1382
|
}
|
|
1397
1383
|
const jr = {
|
|
1398
|
-
"--promotion-card-background":
|
|
1399
|
-
"--promotion-card-color":
|
|
1400
|
-
"--promotion-card-background-image": g ? "none" : Lr === "dark" ?
|
|
1384
|
+
"--promotion-card-background": fa[o],
|
|
1385
|
+
"--promotion-card-color": ga[o],
|
|
1386
|
+
"--promotion-card-background-image": g ? "none" : Lr === "dark" ? ha[o] : Q[o]
|
|
1401
1387
|
};
|
|
1402
1388
|
return /* @__PURE__ */ l(
|
|
1403
1389
|
f,
|
|
@@ -1427,7 +1413,7 @@ const ga = /* @__PURE__ */ _a(ha), ma = {
|
|
|
1427
1413
|
[`${u}__content--without-image`]: !g
|
|
1428
1414
|
}),
|
|
1429
1415
|
children: [
|
|
1430
|
-
a && /* @__PURE__ */ l("div", { "data-testid": "badgeWrapper", className: d(`${u}__badge-wrapper`), children: /* @__PURE__ */ c(
|
|
1416
|
+
a && /* @__PURE__ */ l("div", { "data-testid": "badgeWrapper", className: d(`${u}__badge-wrapper`), children: /* @__PURE__ */ c(ce, { variant: o === "primary" ? "special" : "attention", showIcon: !1, children: [
|
|
1431
1417
|
n && n,
|
|
1432
1418
|
a
|
|
1433
1419
|
] }) }),
|
|
@@ -1494,9 +1480,9 @@ const ga = /* @__PURE__ */ _a(ha), ma = {
|
|
|
1494
1480
|
);
|
|
1495
1481
|
}
|
|
1496
1482
|
);
|
|
1497
|
-
|
|
1483
|
+
ma.displayName = "PromotionCard";
|
|
1498
1484
|
export {
|
|
1499
|
-
|
|
1500
|
-
|
|
1485
|
+
ma as PromotionCard,
|
|
1486
|
+
wa as promotionCardVariants
|
|
1501
1487
|
};
|
|
1502
1488
|
//# sourceMappingURL=promotion-card.es.js.map
|