@purpurds/promotion-card 5.34.4 → 6.0.0

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