@purpurds/promotion-card 5.35.0 → 6.0.1

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