@ctlyst.id/icons 2.8.19 → 2.8.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +276 -85
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +274 -85
- package/dist/index.mjs.map +1 -1
- package/dist/v2.d.mts +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +428 -396
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +355 -325
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6168,9 +6168,99 @@ var ImgNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs157(
|
|
|
6168
6168
|
);
|
|
6169
6169
|
var img_not_found_default = ImgNotFound;
|
|
6170
6170
|
|
|
6171
|
-
// src/illustrations/img-
|
|
6171
|
+
// src/illustrations/img-order.tsx
|
|
6172
6172
|
import { jsx as jsx263, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
6173
|
-
var
|
|
6173
|
+
var ImgOrder = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs158(
|
|
6174
|
+
"svg",
|
|
6175
|
+
{
|
|
6176
|
+
"data-test-id": `illustration-order${testId ? `-${testId}` : ""}`,
|
|
6177
|
+
width: size,
|
|
6178
|
+
height: size,
|
|
6179
|
+
viewBox: "0 0 120 120",
|
|
6180
|
+
fill: "none",
|
|
6181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6182
|
+
...props,
|
|
6183
|
+
children: [
|
|
6184
|
+
/* @__PURE__ */ jsxs158("g", { clipPath: "url(#clip0_2289_30611)", children: [
|
|
6185
|
+
/* @__PURE__ */ jsx263(
|
|
6186
|
+
"path",
|
|
6187
|
+
{
|
|
6188
|
+
d: "M59.6475 2.05762C84.5218 2.05762 104.725 22.2519 104.725 47.1348V118.115H14.5703V47.1348C14.5703 22.2605 34.7646 2.05762 59.6475 2.05762Z",
|
|
6189
|
+
fill: "url(#paint0_linear_2289_30611)"
|
|
6190
|
+
}
|
|
6191
|
+
),
|
|
6192
|
+
/* @__PURE__ */ jsx263(
|
|
6193
|
+
"path",
|
|
6194
|
+
{
|
|
6195
|
+
fillRule: "evenodd",
|
|
6196
|
+
clipRule: "evenodd",
|
|
6197
|
+
d: "M88.2052 42.1532L25.1069 35.6883L18.642 98.7866L81.7402 105.251L88.2052 42.1532ZM18.9844 28.168L11.1216 104.909L87.8628 112.772L95.7255 36.0307L18.9844 28.168Z",
|
|
6198
|
+
fill: "#232022"
|
|
6199
|
+
}
|
|
6200
|
+
),
|
|
6201
|
+
/* @__PURE__ */ jsx263(
|
|
6202
|
+
"path",
|
|
6203
|
+
{
|
|
6204
|
+
fillRule: "evenodd",
|
|
6205
|
+
clipRule: "evenodd",
|
|
6206
|
+
d: "M41.7891 30.5195L72.9184 33.709L69.9825 62.3631L55.1248 54.6296L38.8624 59.0836L41.7891 30.5195ZM55.9062 47.3059L64.1904 51.6179L65.3981 39.8315L47.9116 38.0399L46.704 49.8262L55.9062 47.3059Z",
|
|
6207
|
+
fill: "#12784A"
|
|
6208
|
+
}
|
|
6209
|
+
),
|
|
6210
|
+
/* @__PURE__ */ jsx263(
|
|
6211
|
+
"path",
|
|
6212
|
+
{
|
|
6213
|
+
fillRule: "evenodd",
|
|
6214
|
+
clipRule: "evenodd",
|
|
6215
|
+
d: "M74.824 97.9142L53.512 95.7306L54.2109 88.9092L75.5229 91.0928L74.824 97.9142Z",
|
|
6216
|
+
fill: "#232022"
|
|
6217
|
+
}
|
|
6218
|
+
),
|
|
6219
|
+
/* @__PURE__ */ jsx263(
|
|
6220
|
+
"path",
|
|
6221
|
+
{
|
|
6222
|
+
fillRule: "evenodd",
|
|
6223
|
+
clipRule: "evenodd",
|
|
6224
|
+
d: "M31.1825 18.4872L85.7426 24.0774L95.7012 36.014L90.4359 40.4068L82.266 30.6142L33.2613 25.5933L23.2755 33.5256L19.0103 28.1564L31.1825 18.4872Z",
|
|
6225
|
+
fill: "#232022"
|
|
6226
|
+
}
|
|
6227
|
+
),
|
|
6228
|
+
/* @__PURE__ */ jsx263(
|
|
6229
|
+
"path",
|
|
6230
|
+
{
|
|
6231
|
+
fillRule: "evenodd",
|
|
6232
|
+
clipRule: "evenodd",
|
|
6233
|
+
d: "M47.3818 20.1288L69.8077 22.4265L72.9116 33.8011L66.2963 35.6062L64.4305 28.7686L51.2583 27.4191L47.8538 33.7828L41.8075 30.5481L47.3818 20.1288Z",
|
|
6234
|
+
fill: "#12784A"
|
|
6235
|
+
}
|
|
6236
|
+
)
|
|
6237
|
+
] }),
|
|
6238
|
+
/* @__PURE__ */ jsxs158("defs", { children: [
|
|
6239
|
+
/* @__PURE__ */ jsxs158(
|
|
6240
|
+
"linearGradient",
|
|
6241
|
+
{
|
|
6242
|
+
id: "paint0_linear_2289_30611",
|
|
6243
|
+
x1: "59.6475",
|
|
6244
|
+
y1: "2.05762",
|
|
6245
|
+
x2: "59.6475",
|
|
6246
|
+
y2: "118.115",
|
|
6247
|
+
gradientUnits: "userSpaceOnUse",
|
|
6248
|
+
children: [
|
|
6249
|
+
/* @__PURE__ */ jsx263("stop", { offset: "0.2", stopColor: "#E6F6FF" }),
|
|
6250
|
+
/* @__PURE__ */ jsx263("stop", { offset: "1", stopColor: "white" })
|
|
6251
|
+
]
|
|
6252
|
+
}
|
|
6253
|
+
),
|
|
6254
|
+
/* @__PURE__ */ jsx263("clipPath", { id: "clip0_2289_30611", children: /* @__PURE__ */ jsx263("rect", { width: "120", height: "120", fill: "white" }) })
|
|
6255
|
+
] })
|
|
6256
|
+
]
|
|
6257
|
+
}
|
|
6258
|
+
);
|
|
6259
|
+
var img_order_default = ImgOrder;
|
|
6260
|
+
|
|
6261
|
+
// src/illustrations/img-overload.tsx
|
|
6262
|
+
import { jsx as jsx264, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
6263
|
+
var ImgOverload = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs159(
|
|
6174
6264
|
"svg",
|
|
6175
6265
|
{
|
|
6176
6266
|
"data-test-id": `illustration-overload${testId ? `-${testId}` : ""}`,
|
|
@@ -6181,24 +6271,24 @@ var ImgOverload = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs158(
|
|
|
6181
6271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6182
6272
|
...props,
|
|
6183
6273
|
children: [
|
|
6184
|
-
/* @__PURE__ */
|
|
6185
|
-
/* @__PURE__ */
|
|
6274
|
+
/* @__PURE__ */ jsx264("path", { d: "M69.59 2.4c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.99C17 25.97 40.56 2.4 69.59 2.4Z", fill: "#E0E0E0" }),
|
|
6275
|
+
/* @__PURE__ */ jsx264(
|
|
6186
6276
|
"path",
|
|
6187
6277
|
{
|
|
6188
6278
|
d: "M26.13 22.968 10.436 53.73l15.73 76.433 84.145-17.317L89.146 10 26.13 22.968Zm72.907 82.451-65.446 13.469-13.132-63.81 12.083-23.684 49.178-10.12 17.317 84.145Z",
|
|
6189
6279
|
fill: "#000"
|
|
6190
6280
|
}
|
|
6191
6281
|
),
|
|
6192
|
-
/* @__PURE__ */
|
|
6193
|
-
/* @__PURE__ */
|
|
6282
|
+
/* @__PURE__ */ jsx264("path", { d: "M67.14 92.493a4.773 4.773 0 1 0-1.924-9.35 4.773 4.773 0 0 0 1.925 9.35Z", fill: "#12784A" }),
|
|
6283
|
+
/* @__PURE__ */ jsx264("path", { d: "m62.195 44.783-9.35 1.924 5.773 28.049 9.349-1.924-5.772-28.05Z", fill: "#000" })
|
|
6194
6284
|
]
|
|
6195
6285
|
}
|
|
6196
6286
|
);
|
|
6197
6287
|
var img_overload_default = ImgOverload;
|
|
6198
6288
|
|
|
6199
6289
|
// src/illustrations/img-payment-failed.tsx
|
|
6200
|
-
import { jsx as
|
|
6201
|
-
var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6290
|
+
import { jsx as jsx265, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
6291
|
+
var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs160(
|
|
6202
6292
|
"svg",
|
|
6203
6293
|
{
|
|
6204
6294
|
"data-test-id": `illustration-payment-failed${testId ? `-${testId}` : ""}`,
|
|
@@ -6209,30 +6299,30 @@ var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsx
|
|
|
6209
6299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6210
6300
|
...props,
|
|
6211
6301
|
children: [
|
|
6212
|
-
/* @__PURE__ */
|
|
6302
|
+
/* @__PURE__ */ jsx265(
|
|
6213
6303
|
"path",
|
|
6214
6304
|
{
|
|
6215
6305
|
d: "M69.59 2.29999C98.61 2.29999 122.18 25.86 122.18 54.89V137.7H17V54.89C17 25.86 40.56 2.29999 69.59 2.29999Z",
|
|
6216
6306
|
fill: "#E0E0E0"
|
|
6217
6307
|
}
|
|
6218
6308
|
),
|
|
6219
|
-
/* @__PURE__ */
|
|
6309
|
+
/* @__PURE__ */ jsx265(
|
|
6220
6310
|
"path",
|
|
6221
6311
|
{
|
|
6222
6312
|
d: "M20.4021 57.0375L19.7069 50.4233C18.976 43.4692 21.2917 40.3536 27.7142 39.6785L92.4793 32.8714L91.655 25.0285L26.8899 31.8356C16.1625 32.9631 10.6861 40.0409 11.864 51.2476L12.5592 57.8618L12.5505 57.8627L18.1485 111.125C18.9646 118.889 25.9177 124.52 33.6822 123.704L111.066 115.57L103.99 48.252L20.4021 57.0375ZM102.399 108.561L32.8588 115.87C29.434 116.229 26.3523 113.734 25.9924 110.309L21.2177 64.8813L96.9716 56.9193L102.399 108.561Z",
|
|
6223
6313
|
fill: "black"
|
|
6224
6314
|
}
|
|
6225
6315
|
),
|
|
6226
|
-
/* @__PURE__ */
|
|
6316
|
+
/* @__PURE__ */ jsx265(
|
|
6227
6317
|
"path",
|
|
6228
6318
|
{
|
|
6229
6319
|
d: "M79.6261 93.1566C84.1646 92.6796 87.457 88.6138 86.98 84.0753C86.503 79.5368 82.4371 76.2444 77.8987 76.7214C73.3602 77.1984 70.0677 81.2642 70.5447 85.8027C71.0218 90.3412 75.0876 93.6337 79.6261 93.1566Z",
|
|
6230
6320
|
fill: "#12784A"
|
|
6231
6321
|
}
|
|
6232
6322
|
),
|
|
6233
|
-
/* @__PURE__ */
|
|
6234
|
-
/* @__PURE__ */
|
|
6235
|
-
/* @__PURE__ */
|
|
6323
|
+
/* @__PURE__ */ jsx265("path", { d: "M92.936 37.1319L27.4999 44.0095L28.3242 51.8524L93.7603 44.9748L92.936 37.1319Z", fill: "#12784A" }),
|
|
6324
|
+
/* @__PURE__ */ jsx265("circle", { cx: "26.3096", cy: "89.245", r: "20.3775", transform: "rotate(0.231944 26.3096 89.245)", fill: "black" }),
|
|
6325
|
+
/* @__PURE__ */ jsx265(
|
|
6236
6326
|
"path",
|
|
6237
6327
|
{
|
|
6238
6328
|
d: "M37.3883 82.8636L33.2105 78.5524L26.5203 85.0503L20.1013 78.4373L15.8009 82.6072L22.2111 89.2297L15.5118 95.7279L19.6893 100.03L26.3886 93.5317L32.9607 100.314L37.2608 96.1349L30.689 89.3617L37.3883 82.8636Z",
|
|
@@ -6245,8 +6335,8 @@ var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsx
|
|
|
6245
6335
|
var img_payment_failed_default = ImgPaymentFailed;
|
|
6246
6336
|
|
|
6247
6337
|
// src/illustrations/img-payment-pending.tsx
|
|
6248
|
-
import { jsx as
|
|
6249
|
-
var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6338
|
+
import { jsx as jsx266, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
6339
|
+
var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
6250
6340
|
"svg",
|
|
6251
6341
|
{
|
|
6252
6342
|
"data-test-id": `illustration-payment-pending${testId ? `-${testId}` : ""}`,
|
|
@@ -6257,36 +6347,36 @@ var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ js
|
|
|
6257
6347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6258
6348
|
...props,
|
|
6259
6349
|
children: [
|
|
6260
|
-
/* @__PURE__ */
|
|
6350
|
+
/* @__PURE__ */ jsx266(
|
|
6261
6351
|
"path",
|
|
6262
6352
|
{
|
|
6263
6353
|
d: "M69.59 2.29999C98.61 2.29999 122.18 25.86 122.18 54.89V137.7H17V54.89C17 25.86 40.56 2.29999 69.59 2.29999Z",
|
|
6264
6354
|
fill: "#E0E0E0"
|
|
6265
6355
|
}
|
|
6266
6356
|
),
|
|
6267
|
-
/* @__PURE__ */
|
|
6357
|
+
/* @__PURE__ */ jsx266(
|
|
6268
6358
|
"path",
|
|
6269
6359
|
{
|
|
6270
6360
|
d: "M23.4021 55.0375L22.7069 48.4233C21.976 41.4692 24.2917 38.3536 30.7142 37.6785L95.4793 30.8714L94.655 23.0285L29.8899 29.8356C19.1625 30.9631 13.6861 38.0409 14.864 49.2476L15.5592 55.8618L15.5505 55.8627L21.1485 109.125C21.9646 116.889 28.9177 122.52 36.6822 121.704L114.066 113.57L106.99 46.252L23.4021 55.0375ZM105.399 106.561L35.8588 113.87C32.434 114.229 29.3523 111.734 28.9924 108.309L24.2177 62.8813L99.9716 54.9193L105.399 106.561Z",
|
|
6271
6361
|
fill: "black"
|
|
6272
6362
|
}
|
|
6273
6363
|
),
|
|
6274
|
-
/* @__PURE__ */
|
|
6364
|
+
/* @__PURE__ */ jsx266(
|
|
6275
6365
|
"path",
|
|
6276
6366
|
{
|
|
6277
6367
|
d: "M82.6261 91.1566C87.1646 90.6796 90.457 86.6138 89.98 82.0753C89.503 77.5368 85.4371 74.2444 80.8987 74.7214C76.3602 75.1984 73.0677 79.2642 73.5447 83.8027C74.0218 88.3412 78.0876 91.6337 82.6261 91.1566Z",
|
|
6278
6368
|
fill: "#12784A"
|
|
6279
6369
|
}
|
|
6280
6370
|
),
|
|
6281
|
-
/* @__PURE__ */
|
|
6282
|
-
/* @__PURE__ */
|
|
6371
|
+
/* @__PURE__ */ jsx266("path", { d: "M95.936 35.1319L30.4999 42.0095L31.3242 49.8524L96.7603 42.9748L95.936 35.1319Z", fill: "#12784A" }),
|
|
6372
|
+
/* @__PURE__ */ jsx266(
|
|
6283
6373
|
"path",
|
|
6284
6374
|
{
|
|
6285
6375
|
d: "M29.3716 108.125C40.6824 108.125 49.8516 98.9556 49.8516 87.6448C49.8516 76.334 40.6824 67.1648 29.3716 67.1648C18.0608 67.1648 8.8916 76.334 8.8916 87.6448C8.8916 98.9556 18.0608 108.125 29.3716 108.125Z",
|
|
6286
6376
|
fill: "black"
|
|
6287
6377
|
}
|
|
6288
6378
|
),
|
|
6289
|
-
/* @__PURE__ */
|
|
6379
|
+
/* @__PURE__ */ jsx266(
|
|
6290
6380
|
"path",
|
|
6291
6381
|
{
|
|
6292
6382
|
fillRule: "evenodd",
|
|
@@ -6301,8 +6391,8 @@ var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ js
|
|
|
6301
6391
|
var img_payment_pending_default = ImgPaymentPending;
|
|
6302
6392
|
|
|
6303
6393
|
// src/illustrations/img-postal.tsx
|
|
6304
|
-
import { jsx as
|
|
6305
|
-
var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6394
|
+
import { jsx as jsx267, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
6395
|
+
var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs162(
|
|
6306
6396
|
"svg",
|
|
6307
6397
|
{
|
|
6308
6398
|
"data-test-id": `illustration-postal${testId ? `-${testId}` : ""}`,
|
|
@@ -6313,14 +6403,14 @@ var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
6313
6403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6314
6404
|
...props,
|
|
6315
6405
|
children: [
|
|
6316
|
-
/* @__PURE__ */
|
|
6406
|
+
/* @__PURE__ */ jsx267(
|
|
6317
6407
|
"path",
|
|
6318
6408
|
{
|
|
6319
6409
|
d: "M69.59 2.40002C98.61 2.40002 122.18 25.96 122.18 54.99V137.8H17V54.99C17 25.96 40.57 2.40002 69.59 2.40002Z",
|
|
6320
6410
|
fill: "#E0E0E0"
|
|
6321
6411
|
}
|
|
6322
6412
|
),
|
|
6323
|
-
/* @__PURE__ */
|
|
6413
|
+
/* @__PURE__ */ jsx267(
|
|
6324
6414
|
"path",
|
|
6325
6415
|
{
|
|
6326
6416
|
d: "M14.8455 120.855L14.9208 121.349L15.4151 121.274L116.254 105.925L116.748 105.85L116.673 105.355L110.123 62.3279C107.991 48.3195 94.8686 38.664 80.8602 40.7963L29.8279 48.564C15.8195 50.6963 6.16401 63.8189 8.29625 77.8272L14.8455 120.855ZM16.2167 73.0611L16.2167 73.0598C16.6329 64.9363 22.7176 57.93 31.0602 56.6602C40.5957 55.2088 49.5435 61.7925 50.9949 71.328L53.8421 90.033L19.2396 95.2999L16.3924 76.5949C16.2109 75.4023 16.1545 74.2182 16.2167 73.0611ZM21.7846 112.02L20.4719 103.396L55.0744 98.1292L56.3871 106.754L21.7846 112.02ZM107.419 98.9858L64.4833 105.521L59.0911 70.0956C58.0745 63.4168 54.5528 57.7256 49.63 53.8336L82.0925 48.8925C91.628 47.441 100.576 54.0248 102.027 63.5602L107.419 98.9858Z",
|
|
@@ -6328,7 +6418,7 @@ var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
6328
6418
|
stroke: "black"
|
|
6329
6419
|
}
|
|
6330
6420
|
),
|
|
6331
|
-
/* @__PURE__ */
|
|
6421
|
+
/* @__PURE__ */ jsx267(
|
|
6332
6422
|
"path",
|
|
6333
6423
|
{
|
|
6334
6424
|
d: "M86.6926 20.4247L86.6174 19.9304L86.1231 20.0057L72.0323 22.1505L64.9248 23.2323L64.4305 23.3076L64.5057 23.8019L66.4936 36.862L74.709 90.8351L74.7842 91.3294L75.2785 91.2541L82.3861 90.1723L82.8804 90.097L82.8051 89.6027L74.665 36.124L88.2615 34.0544L88.7558 33.9792L88.6805 33.4849L86.6926 20.4247Z",
|
|
@@ -6341,9 +6431,106 @@ var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
6341
6431
|
);
|
|
6342
6432
|
var img_postal_default = ImgPostal;
|
|
6343
6433
|
|
|
6434
|
+
// src/illustrations/img-product.tsx
|
|
6435
|
+
import { jsx as jsx268, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
6436
|
+
var ImgProduct = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs163(
|
|
6437
|
+
"svg",
|
|
6438
|
+
{
|
|
6439
|
+
"data-test-id": `illustration-product${testId ? `-${testId}` : ""}`,
|
|
6440
|
+
width: size,
|
|
6441
|
+
height: size,
|
|
6442
|
+
viewBox: "0 0 120 120",
|
|
6443
|
+
fill: "none",
|
|
6444
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6445
|
+
...props,
|
|
6446
|
+
children: [
|
|
6447
|
+
/* @__PURE__ */ jsxs163("g", { clipPath: "url(#clip0_2289_8203)", children: [
|
|
6448
|
+
/* @__PURE__ */ jsx268(
|
|
6449
|
+
"path",
|
|
6450
|
+
{
|
|
6451
|
+
d: "M59.6475 1.11426C84.5217 1.11426 104.725 21.3085 104.725 46.1914V117.171H14.5703V46.1914C14.5703 21.3085 34.7646 1.11426 59.6475 1.11426Z",
|
|
6452
|
+
fill: "url(#paint0_linear_2289_8203)"
|
|
6453
|
+
}
|
|
6454
|
+
),
|
|
6455
|
+
/* @__PURE__ */ jsxs163("g", { clipPath: "url(#clip1_2289_8203)", children: [
|
|
6456
|
+
/* @__PURE__ */ jsx268(
|
|
6457
|
+
"path",
|
|
6458
|
+
{
|
|
6459
|
+
d: "M119.489 31.1074L113.055 28.2497L112.556 28.4818C110.354 29.5782 108.325 29.934 106.592 29.2776C103.659 28.3055 102.163 25.3976 102.079 25.294L101.847 24.7953L94.954 23.5967L94.6678 24.515C91.618 33.6791 93.135 41.8057 93.8167 44.3433C93.3083 44.6693 92.5826 45.2569 91.6495 46.0125L94.4638 46.3083L94.4145 46.7773C94.8292 46.4415 95.1304 46.2835 95.3476 46.0218L96.1721 46.2981C95.7279 46.9153 95.0763 47.7005 94.3951 48.767L94.2328 53.0181C96.2468 50.0998 97.7869 48.0802 98.4582 47.1075L103.144 48.5484C103.372 51.7971 103.833 64.555 101.776 77.807L104.018 78.1374C105.995 65.6359 105.653 53.5544 105.44 49.264L107.464 49.8561C112.275 63.6403 110.763 82.5454 110.679 84.2438C109.43 88.0013 102.157 85.909 102.064 85.8992L101.511 85.7462L101.096 86.082C98.8349 87.7413 95.5516 87.3962 92.9643 86.7449L92.9054 89.1098C95.6803 89.7809 99.2549 90.0617 102.005 88.2641C104.039 88.7625 111.297 90.0944 112.985 84.8655L113.004 84.6779C113.093 83.8336 114.863 64.2916 109.785 49.4361C116.681 40.6763 119.143 32.5886 119.276 32.2232L119.489 31.1074ZM108.18 47.5602L96.0533 43.8196C95.5098 41.7707 94.1016 34.4144 96.5837 26.1391L100.213 26.8051C98.5799 36.0232 105.679 31.6477 105.98 31.4897C106.138 31.7908 109.517 39.3542 113.351 30.8417L116.704 32.3322C115.885 34.7121 113.328 40.9878 108.18 47.5602Z",
|
|
6460
|
+
fill: "#12784A"
|
|
6461
|
+
}
|
|
6462
|
+
),
|
|
6463
|
+
/* @__PURE__ */ jsx268(
|
|
6464
|
+
"path",
|
|
6465
|
+
{
|
|
6466
|
+
d: "M50.1821 99.4153C50.35 99.6227 50.6117 99.8399 50.8833 99.9633L50.9771 99.9731L53.7866 101.217L53.8804 101.227C54.3298 101.464 54.9174 102.189 55.4014 102.999L40.3873 104.171L33.0791 97.9023C32.9014 97.7887 32.7236 97.6752 32.5458 97.5617C31.8249 97.2014 31.0646 97.2163 30.3685 97.5225C29.465 97.9966 28.8974 98.8855 28.8827 99.9272L28.9132 105.052L25.8521 105.299L23.1093 88.9822L24.3728 85.985C24.5061 85.6197 24.5455 85.2444 24.5948 84.7754L24.3077 80.2874L28.223 80.035L28.6438 87.7618L31.226 87.559L30.6175 79.8124L36.5422 79.3918L37.0059 76.7849L28.0201 77.4528L27.9263 77.443L21.4289 77.8982L21.9188 84.9683L20.3987 88.6024L23.5863 107.907L31.4266 107.308L31.3612 99.8083L39.4545 106.729L59.0405 105.373C58.8822 103.27 57.0598 99.8537 55.0749 98.8863C54.9811 98.8764 54.9811 98.8764 54.8971 98.7727L52.0876 97.529L48.6606 94.0389L44.6268 93.6149L50.1821 99.4153Z",
|
|
6467
|
+
fill: "#12784A"
|
|
6468
|
+
}
|
|
6469
|
+
),
|
|
6470
|
+
/* @__PURE__ */ jsx268(
|
|
6471
|
+
"path",
|
|
6472
|
+
{
|
|
6473
|
+
d: "M26.9461 59.6991L22.1344 42.3107L24.8991 41.2735C27.0624 45.9586 32.2668 48.7819 37.5841 47.8233C39.0405 47.5021 40.4229 46.9835 41.6472 46.1637C41.9582 45.9118 42.363 45.6699 42.674 45.418L43.4287 40.9447L45.8678 41.2011C46.845 39.1223 47.1952 36.6931 46.6912 34.269C46.5529 33.7802 46.4146 33.2914 46.2763 32.8027L48.9472 31.7555L54.3107 42.0884L57.125 42.3842L50.0132 28.8325L45.2638 30.7045C42.8537 26.5625 38.079 24.1637 33.1369 25.1618C31.6805 25.483 30.2981 26.0016 29.0738 26.8214C25.2132 29.261 23.1058 33.9715 24.0298 38.7161C24.0199 38.8099 24.094 39.0074 24.178 39.1111L19.3446 40.8794L25.3815 62.8543L40.5232 56.858L40.9967 54.1573L26.9461 59.6991ZM44.104 33.6177C44.1682 33.909 44.3164 34.3039 44.3708 34.689C45.1218 38.3721 43.498 42.0901 40.3434 44.1297C39.3264 44.7816 38.2354 45.236 37.0801 45.3991C32.9181 46.1947 28.7803 44.0526 27.0813 40.3647L44.104 33.6177ZM30.3973 28.6677C31.4143 28.0158 32.5053 27.5614 33.6606 27.3983C37.4376 26.6571 41.2395 28.3846 43.1853 31.5293L26.2663 38.1924C25.6189 34.4253 27.139 30.7913 30.3973 28.6677Z",
|
|
6474
|
+
fill: "#12784A"
|
|
6475
|
+
}
|
|
6476
|
+
),
|
|
6477
|
+
/* @__PURE__ */ jsx268(
|
|
6478
|
+
"path",
|
|
6479
|
+
{
|
|
6480
|
+
d: "M96.9873 44.5961L89.6702 43.8271C89.2045 33.8192 81.4566 25.4172 71.1375 24.3326C60.8184 23.248 51.4929 29.8556 48.8628 39.538L41.6394 38.7788L31.6404 95.1099L94.9622 101.765L96.9873 44.5961ZM70.6445 29.0231C78.3369 29.8316 84.2379 35.9529 84.9698 43.4279L53.6373 40.1347C55.9073 32.9753 62.9521 28.2146 70.6445 29.0231ZM37.1992 90.9518L45.5555 43.9327L92.1791 48.8331L90.4832 96.5522L37.1992 90.9518Z",
|
|
6481
|
+
fill: "#232022"
|
|
6482
|
+
}
|
|
6483
|
+
),
|
|
6484
|
+
/* @__PURE__ */ jsx268(
|
|
6485
|
+
"path",
|
|
6486
|
+
{
|
|
6487
|
+
d: "M59.8318 65.3369C61.5204 65.5144 62.9718 64.3391 63.1493 62.6505C63.3267 60.9619 62.1514 59.5106 60.4629 59.3331C58.7743 59.1556 57.3229 60.3309 57.1454 62.0195C56.9679 63.7081 58.1531 65.0656 59.8318 65.3369Z",
|
|
6488
|
+
fill: "#232022"
|
|
6489
|
+
}
|
|
6490
|
+
),
|
|
6491
|
+
/* @__PURE__ */ jsx268(
|
|
6492
|
+
"path",
|
|
6493
|
+
{
|
|
6494
|
+
d: "M74.2391 66.703C75.8742 66.378 76.9363 64.7891 76.6113 63.1539C76.2863 61.5188 74.6973 60.4567 73.0622 60.7817C71.4271 61.1067 70.365 62.6956 70.69 64.3308C71.015 65.9659 72.6039 67.028 74.2391 66.703Z",
|
|
6495
|
+
fill: "#232022"
|
|
6496
|
+
}
|
|
6497
|
+
),
|
|
6498
|
+
/* @__PURE__ */ jsx268(
|
|
6499
|
+
"path",
|
|
6500
|
+
{
|
|
6501
|
+
d: "M64.7188 81.1216C69.8784 81.6639 74.7807 79.239 77.619 74.7949L73.1651 72.0505C71.4621 74.7169 68.4605 76.2035 65.3549 75.9719C62.1654 75.6367 59.5286 73.6523 58.4271 70.5963L53.4901 72.4486C55.1646 77.2721 59.4655 80.5695 64.7188 81.1216Z",
|
|
6502
|
+
fill: "#232022"
|
|
6503
|
+
}
|
|
6504
|
+
)
|
|
6505
|
+
] })
|
|
6506
|
+
] }),
|
|
6507
|
+
/* @__PURE__ */ jsxs163("defs", { children: [
|
|
6508
|
+
/* @__PURE__ */ jsxs163(
|
|
6509
|
+
"linearGradient",
|
|
6510
|
+
{
|
|
6511
|
+
id: "paint0_linear_2289_8203",
|
|
6512
|
+
x1: "59.6475",
|
|
6513
|
+
y1: "1.11426",
|
|
6514
|
+
x2: "59.6475",
|
|
6515
|
+
y2: "117.171",
|
|
6516
|
+
gradientUnits: "userSpaceOnUse",
|
|
6517
|
+
children: [
|
|
6518
|
+
/* @__PURE__ */ jsx268("stop", { offset: "0.2", stopColor: "#E6F6FF" }),
|
|
6519
|
+
/* @__PURE__ */ jsx268("stop", { offset: "1", stopColor: "white" })
|
|
6520
|
+
]
|
|
6521
|
+
}
|
|
6522
|
+
),
|
|
6523
|
+
/* @__PURE__ */ jsx268("clipPath", { id: "clip0_2289_8203", children: /* @__PURE__ */ jsx268("rect", { width: "120", height: "120", fill: "white" }) }),
|
|
6524
|
+
/* @__PURE__ */ jsx268("clipPath", { id: "clip1_2289_8203", children: /* @__PURE__ */ jsx268("rect", { width: "98.5714", height: "91.4026", fill: "white", transform: "translate(21.9688 15.9258) rotate(6)" }) })
|
|
6525
|
+
] })
|
|
6526
|
+
]
|
|
6527
|
+
}
|
|
6528
|
+
);
|
|
6529
|
+
var img_product_default = ImgProduct;
|
|
6530
|
+
|
|
6344
6531
|
// src/illustrations/img-refresh.tsx
|
|
6345
|
-
import { jsx as
|
|
6346
|
-
var ImgRefresh = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6532
|
+
import { jsx as jsx269, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
6533
|
+
var ImgRefresh = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
6347
6534
|
"svg",
|
|
6348
6535
|
{
|
|
6349
6536
|
"data-test-id": `illustration-refresh${testId ? `-${testId}` : ""}`,
|
|
@@ -6354,29 +6541,29 @@ var ImgRefresh = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs162(
|
|
|
6354
6541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6355
6542
|
...props,
|
|
6356
6543
|
children: [
|
|
6357
|
-
/* @__PURE__ */
|
|
6544
|
+
/* @__PURE__ */ jsx269(
|
|
6358
6545
|
"path",
|
|
6359
6546
|
{
|
|
6360
6547
|
d: "M69.59 2.79999C98.61 2.79999 122.18 26.36 122.18 55.39V138.2H17V55.39C17 26.36 40.56 2.79999 69.59 2.79999Z",
|
|
6361
6548
|
fill: "#E0E0E0"
|
|
6362
6549
|
}
|
|
6363
6550
|
),
|
|
6364
|
-
/* @__PURE__ */
|
|
6551
|
+
/* @__PURE__ */ jsx269(
|
|
6365
6552
|
"path",
|
|
6366
6553
|
{
|
|
6367
6554
|
d: "M26.1475 60.3028C32.299 31.993 60.2882 13.9962 88.598 20.1476C105.295 23.7756 119.192 35.3425 125.83 51.0954L129.56 33.9323L138.887 35.9591L131.793 68.6064L99.1462 61.5124L101.173 52.1846L117.403 55.7113C117.403 55.7113 117.225 55.1841 117.126 54.9672C111.743 41.978 100.283 32.4548 86.5711 29.4754C63.4382 24.4488 40.5019 39.1968 35.4753 62.3297C30.4488 85.4626 45.1967 108.399 68.3296 113.425C91.4625 118.452 114.399 103.704 119.425 80.5712L128.753 82.598C122.602 110.908 94.6126 128.905 66.3028 122.753C37.9929 116.602 19.9961 88.6127 26.1475 60.3028Z",
|
|
6368
6555
|
fill: "black"
|
|
6369
6556
|
}
|
|
6370
6557
|
),
|
|
6371
|
-
/* @__PURE__ */
|
|
6558
|
+
/* @__PURE__ */ jsx269("path", { d: "M101 52L99 61.5L132 69L139 35.5L129.5 33.5L124.5 57L101 52Z", fill: "#12784A" })
|
|
6372
6559
|
]
|
|
6373
6560
|
}
|
|
6374
6561
|
);
|
|
6375
6562
|
var img_refresh_default = ImgRefresh;
|
|
6376
6563
|
|
|
6377
6564
|
// src/illustrations/img-search-not-found.tsx
|
|
6378
|
-
import { jsx as
|
|
6379
|
-
var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6565
|
+
import { jsx as jsx270, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
6566
|
+
var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs165(
|
|
6380
6567
|
"svg",
|
|
6381
6568
|
{
|
|
6382
6569
|
"data-test-id": `illustration-search-not-found${testId ? `-${testId}` : ""}`,
|
|
@@ -6387,16 +6574,16 @@ var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ js
|
|
|
6387
6574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6388
6575
|
...props,
|
|
6389
6576
|
children: [
|
|
6390
|
-
/* @__PURE__ */
|
|
6391
|
-
/* @__PURE__ */
|
|
6577
|
+
/* @__PURE__ */ jsx270("path", { d: "M69.59 2.3c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.89C17 25.87 40.56 2.3 69.59 2.3Z", fill: "#E0E0E0" }),
|
|
6578
|
+
/* @__PURE__ */ jsx270(
|
|
6392
6579
|
"path",
|
|
6393
6580
|
{
|
|
6394
6581
|
d: "M87.096 42.971c-5.476-1.785-11.312-1.162-16.144 1.782a19.006 19.006 0 0 0-8.912 13.433l9.44 1.413a9.559 9.559 0 0 1 4.432-6.72c2.447-1.515 5.338-1.807 8.14-.856 3.63 1.219 6.319 4.855 6.421 8.682.12 5.327-3.752 8.946-7.631 9.716-5.076 1.026-8.842 4.902-9.59 9.906l-.545 3.634 9.44 1.413.545-3.634c.14-.944.936-1.742 2.078-1.957 9.111-1.87 15.538-9.98 15.296-19.33-.184-7.798-5.522-15.015-12.923-17.475l-.047-.007Z",
|
|
6395
6582
|
fill: "#000"
|
|
6396
6583
|
}
|
|
6397
6584
|
),
|
|
6398
|
-
/* @__PURE__ */
|
|
6399
|
-
/* @__PURE__ */
|
|
6585
|
+
/* @__PURE__ */ jsx270("path", { d: "M75.26 98.82a4.773 4.773 0 1 0 1.414-9.44 4.773 4.773 0 0 0-1.414 9.44Z", fill: "#12784A" }),
|
|
6586
|
+
/* @__PURE__ */ jsx270(
|
|
6400
6587
|
"path",
|
|
6401
6588
|
{
|
|
6402
6589
|
d: "M87.272 18.579c-28.65-4.29-55.404 15.497-59.694 44.148-4.288 28.652 15.498 55.405 44.15 59.695 28.651 4.289 55.404-15.498 59.693-44.15 4.289-28.65-15.497-55.404-44.148-59.693ZM73.141 112.98c-23.412-3.504-39.627-25.428-36.122-48.84 3.505-23.412 25.428-39.627 48.84-36.122 23.412 3.505 39.627 25.429 36.122 48.84-3.505 23.412-25.429 39.627-48.84 36.122Z",
|
|
@@ -6409,8 +6596,8 @@ var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ js
|
|
|
6409
6596
|
var img_search_not_found_default = ImgSearchNotFound;
|
|
6410
6597
|
|
|
6411
6598
|
// src/illustrations/img-shield.tsx
|
|
6412
|
-
import { jsx as
|
|
6413
|
-
var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6599
|
+
import { jsx as jsx271, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
6600
|
+
var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs166(
|
|
6414
6601
|
"svg",
|
|
6415
6602
|
{
|
|
6416
6603
|
"data-test-id": `illustration-shield${testId ? `-${testId}` : ""}`,
|
|
@@ -6421,29 +6608,29 @@ var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
|
6421
6608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6422
6609
|
...props,
|
|
6423
6610
|
children: [
|
|
6424
|
-
/* @__PURE__ */
|
|
6425
|
-
/* @__PURE__ */
|
|
6611
|
+
/* @__PURE__ */ jsx271("path", { d: "M69.59 2.4c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.99C17 25.96 40.57 2.4 69.59 2.4Z", fill: "#E0E0E0" }),
|
|
6612
|
+
/* @__PURE__ */ jsx271(
|
|
6426
6613
|
"path",
|
|
6427
6614
|
{
|
|
6428
6615
|
d: "m46.073 66.272 2.881 3.723-4.646 2.497 5.185.9-1.733 4.62-4.557-2.884 1.819 5.04-4.676.736.14-5.35-3.396 4.19-3.163-3.933 4.646-2.497-5.135-.83 1.624-4.48 4.707 2.824-1.87-5.12 4.766-.747-.209 5.441 3.607-4.13h.01Z",
|
|
6429
6616
|
fill: "#000"
|
|
6430
6617
|
}
|
|
6431
6618
|
),
|
|
6432
|
-
/* @__PURE__ */
|
|
6619
|
+
/* @__PURE__ */ jsx271(
|
|
6433
6620
|
"path",
|
|
6434
6621
|
{
|
|
6435
6622
|
d: "m67.424 62.9 2.881 3.723-4.646 2.497 5.186.9-1.734 4.62-4.557-2.884 1.82 5.04-4.677.737.14-5.351-3.396 4.19-3.163-3.933 4.646-2.496-5.135-.831 1.625-4.48 4.706 2.824-1.87-5.12 4.766-.747-.209 5.442 3.607-4.131h.01Z",
|
|
6436
6623
|
fill: "#12784A"
|
|
6437
6624
|
}
|
|
6438
6625
|
),
|
|
6439
|
-
/* @__PURE__ */
|
|
6626
|
+
/* @__PURE__ */ jsx271(
|
|
6440
6627
|
"path",
|
|
6441
6628
|
{
|
|
6442
6629
|
d: "m88.775 59.538 2.881 3.724-4.646 2.496 5.186.9-1.734 4.62-4.556-2.884 1.818 5.04-4.675.737.139-5.351-3.396 4.19-3.163-3.933 4.646-2.496-5.135-.83 1.625-4.48 4.706 2.823-1.87-5.12 4.767-.747-.21 5.442 3.607-4.131h.01Z",
|
|
6443
6630
|
fill: "#000"
|
|
6444
6631
|
}
|
|
6445
6632
|
),
|
|
6446
|
-
/* @__PURE__ */
|
|
6633
|
+
/* @__PURE__ */ jsx271(
|
|
6447
6634
|
"path",
|
|
6448
6635
|
{
|
|
6449
6636
|
d: "M56.208 23.872 11.02 44.621l5.6 38.475c2.137 14.681 11.872 27.245 25.4 32.748l29.312 11.932 24.694-19.793c11.398-9.131 17.155-23.901 15.011-38.63l-5.601-38.475-49.228-7.008Zm45.38 46.809c1.663 11.424-2.746 22.865-11.559 29.884l-20.291 16.259-24.084-9.8c-10.401-4.222-17.943-13.972-19.599-25.349l-4.583-31.488 36.152-16.59 39.38 5.596 4.584 31.488Z",
|
|
@@ -6456,8 +6643,8 @@ var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
|
6456
6643
|
var img_shield_default = ImgShield;
|
|
6457
6644
|
|
|
6458
6645
|
// src/illustrations/img-update.tsx
|
|
6459
|
-
import { jsx as
|
|
6460
|
-
var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6646
|
+
import { jsx as jsx272, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
6647
|
+
var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs167(
|
|
6461
6648
|
"svg",
|
|
6462
6649
|
{
|
|
6463
6650
|
"data-test-id": `illustration-update${testId ? `-${testId}` : ""}`,
|
|
@@ -6468,15 +6655,15 @@ var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs165(
|
|
|
6468
6655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6469
6656
|
...props,
|
|
6470
6657
|
children: [
|
|
6471
|
-
/* @__PURE__ */
|
|
6472
|
-
/* @__PURE__ */
|
|
6658
|
+
/* @__PURE__ */ jsx272("path", { d: "M69.59 2.3c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.89C17 25.87 40.56 2.3 69.59 2.3Z", fill: "#E0E0E0" }),
|
|
6659
|
+
/* @__PURE__ */ jsx272(
|
|
6473
6660
|
"path",
|
|
6474
6661
|
{
|
|
6475
6662
|
d: "M41.4 61.174c7.243-21.204 30.394-32.596 51.603-25.397 8.894 3.063 16.524 9.205 21.456 17.161l-14.02-4.767-3.812 11.204 22.213 7.564c4.992 1.686 10.416-.988 12.112-5.967l7.564-22.214-11.205-3.812-3.582 10.522c-14.927-22.834-45.29-30.548-69.457-17.052a52.316 52.316 0 0 0-24.078 28.956l-.537 1.592 11.204 3.813.548-1.59-.01-.013Z",
|
|
6476
6663
|
fill: "#12784A"
|
|
6477
6664
|
}
|
|
6478
6665
|
),
|
|
6479
|
-
/* @__PURE__ */
|
|
6666
|
+
/* @__PURE__ */ jsx272(
|
|
6480
6667
|
"path",
|
|
6481
6668
|
{
|
|
6482
6669
|
d: "M118.399 87.381c-7.188 21.211-30.284 32.622-51.495 25.434-8.954-3.037-16.638-9.198-21.574-17.212l14.03 4.781 3.812-11.204-22.224-7.566c-4.969-1.694-10.416.988-12.112 5.968l-7.564 22.213 11.204 3.812 3.581-10.511c8.545 13.068 22.158 21.191 36.772 23.208a52.242 52.242 0 0 0 32.685-6.156 52.317 52.317 0 0 0 24.079-28.956l.536-1.592-11.204-3.812-.538 1.603.012-.01Z",
|
|
@@ -6489,8 +6676,8 @@ var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs165(
|
|
|
6489
6676
|
var img_update_default = ImgUpdate;
|
|
6490
6677
|
|
|
6491
6678
|
// src/illustrations/img-voila-points.tsx
|
|
6492
|
-
import { jsx as
|
|
6493
|
-
var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /* @__PURE__ */
|
|
6679
|
+
import { jsx as jsx273, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
6680
|
+
var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /* @__PURE__ */ jsx273(
|
|
6494
6681
|
"svg",
|
|
6495
6682
|
{
|
|
6496
6683
|
"data-test-id": `illustration-voila-points${testId ? `-${testId}` : ""}`,
|
|
@@ -6500,9 +6687,9 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6500
6687
|
viewBox: "0 0 113 113",
|
|
6501
6688
|
fill: "none",
|
|
6502
6689
|
...props,
|
|
6503
|
-
children: /* @__PURE__ */
|
|
6504
|
-
/* @__PURE__ */
|
|
6505
|
-
/* @__PURE__ */
|
|
6690
|
+
children: /* @__PURE__ */ jsxs168("g", { opacity, children: [
|
|
6691
|
+
/* @__PURE__ */ jsx273("path", { d: "M50.8652 61.0371L62.6594 58.8239L69.3881 94.6815L57.5939 96.8946L50.8652 61.0371Z", fill: "#B5E4CF" }),
|
|
6692
|
+
/* @__PURE__ */ jsx273(
|
|
6506
6693
|
"path",
|
|
6507
6694
|
{
|
|
6508
6695
|
fillRule: "evenodd",
|
|
@@ -6511,7 +6698,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6511
6698
|
fill: "#CCCCCC"
|
|
6512
6699
|
}
|
|
6513
6700
|
),
|
|
6514
|
-
/* @__PURE__ */
|
|
6701
|
+
/* @__PURE__ */ jsx273(
|
|
6515
6702
|
"path",
|
|
6516
6703
|
{
|
|
6517
6704
|
fillRule: "evenodd",
|
|
@@ -6520,7 +6707,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6520
6707
|
fill: "#CCCCCC"
|
|
6521
6708
|
}
|
|
6522
6709
|
),
|
|
6523
|
-
/* @__PURE__ */
|
|
6710
|
+
/* @__PURE__ */ jsx273(
|
|
6524
6711
|
"path",
|
|
6525
6712
|
{
|
|
6526
6713
|
fillRule: "evenodd",
|
|
@@ -6529,14 +6716,14 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6529
6716
|
fill: "#CCCCCC"
|
|
6530
6717
|
}
|
|
6531
6718
|
),
|
|
6532
|
-
/* @__PURE__ */
|
|
6719
|
+
/* @__PURE__ */ jsx273(
|
|
6533
6720
|
"path",
|
|
6534
6721
|
{
|
|
6535
6722
|
d: "M56.0605 56.0234C55.6152 56.107 55.17 56.1905 54.7188 56.2422C43.2286 57.6412 32.7725 49.4637 31.3417 37.9794C30.0124 27.0357 37.4188 16.856 48.263 14.8211C48.7082 14.7376 49.1534 14.654 49.6046 14.6023C61.0948 13.2033 71.5509 21.3808 72.9817 32.8651C74.311 43.8088 66.9046 53.9885 56.0605 56.0234Z",
|
|
6536
6723
|
fill: "#B5E4CF"
|
|
6537
6724
|
}
|
|
6538
6725
|
),
|
|
6539
|
-
/* @__PURE__ */
|
|
6726
|
+
/* @__PURE__ */ jsx273(
|
|
6540
6727
|
"path",
|
|
6541
6728
|
{
|
|
6542
6729
|
fillRule: "evenodd",
|
|
@@ -6545,14 +6732,14 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6545
6732
|
fill: "#CCCCCC"
|
|
6546
6733
|
}
|
|
6547
6734
|
),
|
|
6548
|
-
/* @__PURE__ */
|
|
6735
|
+
/* @__PURE__ */ jsx273(
|
|
6549
6736
|
"path",
|
|
6550
6737
|
{
|
|
6551
6738
|
d: "M55.0261 50.568C54.6987 50.6294 54.3714 50.6908 54.0397 50.7288C45.5919 51.7574 37.9045 45.7452 36.8525 37.3018C35.8752 29.2558 41.3205 21.7716 49.2932 20.2755C49.6206 20.2141 49.9479 20.1526 50.2796 20.1146C58.7274 19.0861 66.4148 25.0983 67.4668 33.5417C68.4441 41.5876 62.9988 49.0719 55.0261 50.568Z",
|
|
6552
6739
|
fill: "#B5E4CF"
|
|
6553
6740
|
}
|
|
6554
6741
|
),
|
|
6555
|
-
/* @__PURE__ */
|
|
6742
|
+
/* @__PURE__ */ jsx273(
|
|
6556
6743
|
"path",
|
|
6557
6744
|
{
|
|
6558
6745
|
fillRule: "evenodd",
|
|
@@ -6561,7 +6748,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6561
6748
|
fill: "white"
|
|
6562
6749
|
}
|
|
6563
6750
|
),
|
|
6564
|
-
/* @__PURE__ */
|
|
6751
|
+
/* @__PURE__ */ jsx273(
|
|
6565
6752
|
"path",
|
|
6566
6753
|
{
|
|
6567
6754
|
fillRule: "evenodd",
|
|
@@ -6570,14 +6757,14 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6570
6757
|
fill: "white"
|
|
6571
6758
|
}
|
|
6572
6759
|
),
|
|
6573
|
-
/* @__PURE__ */
|
|
6760
|
+
/* @__PURE__ */ jsx273(
|
|
6574
6761
|
"path",
|
|
6575
6762
|
{
|
|
6576
6763
|
d: "M48.8602 31.3101L48.1332 38.9389L44.7217 32.106C44.5956 31.8333 44.3885 31.6304 44.1112 31.5008C43.835 31.3628 43.5455 31.3182 43.2498 31.3737L42.7193 31.4733C42.442 31.5253 42.2343 31.6862 42.1171 31.9425C41.9999 32.1985 42.0141 32.4609 42.1544 32.7056L46.9234 41.2971L46.9278 41.3043C47.0821 41.5592 47.2922 41.7541 47.5559 41.8841L47.5606 41.8863C47.8356 42.014 48.1229 42.0522 48.4161 41.9972L48.9465 41.8976C49.2468 41.8413 49.5026 41.7027 49.7054 41.4823C49.9152 41.263 50.0429 41.0017 50.0837 40.704L51.4137 30.9681C51.4557 30.6892 51.3739 30.4395 51.1718 30.2433C50.9696 30.047 50.7178 29.9724 50.4404 30.0244L49.9689 30.1129C49.6757 30.1679 49.4218 30.3076 49.2118 30.5263L49.2083 30.5302C49.0066 30.7503 48.8895 31.013 48.8602 31.3101Z",
|
|
6577
6764
|
fill: "white"
|
|
6578
6765
|
}
|
|
6579
6766
|
),
|
|
6580
|
-
/* @__PURE__ */
|
|
6767
|
+
/* @__PURE__ */ jsx273(
|
|
6581
6768
|
"path",
|
|
6582
6769
|
{
|
|
6583
6770
|
fillRule: "evenodd",
|
|
@@ -6586,7 +6773,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6586
6773
|
fill: "#CCCCCC"
|
|
6587
6774
|
}
|
|
6588
6775
|
),
|
|
6589
|
-
/* @__PURE__ */
|
|
6776
|
+
/* @__PURE__ */ jsx273(
|
|
6590
6777
|
"path",
|
|
6591
6778
|
{
|
|
6592
6779
|
fillRule: "evenodd",
|
|
@@ -6595,7 +6782,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6595
6782
|
fill: "#CCCCCC"
|
|
6596
6783
|
}
|
|
6597
6784
|
),
|
|
6598
|
-
/* @__PURE__ */
|
|
6785
|
+
/* @__PURE__ */ jsx273(
|
|
6599
6786
|
"path",
|
|
6600
6787
|
{
|
|
6601
6788
|
fillRule: "evenodd",
|
|
@@ -6604,7 +6791,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6604
6791
|
fill: "#CCCCCC"
|
|
6605
6792
|
}
|
|
6606
6793
|
),
|
|
6607
|
-
/* @__PURE__ */
|
|
6794
|
+
/* @__PURE__ */ jsx273(
|
|
6608
6795
|
"path",
|
|
6609
6796
|
{
|
|
6610
6797
|
fillRule: "evenodd",
|
|
@@ -6619,8 +6806,8 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6619
6806
|
var img_voila_points_default = ImgEmptyProduct2;
|
|
6620
6807
|
|
|
6621
6808
|
// src/illustrations/img-voucher.tsx
|
|
6622
|
-
import { jsx as
|
|
6623
|
-
var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6809
|
+
import { jsx as jsx274, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
6810
|
+
var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs169(
|
|
6624
6811
|
"svg",
|
|
6625
6812
|
{
|
|
6626
6813
|
"data-test-id": `illustration-voucher${testId ? `-${testId}` : ""}`,
|
|
@@ -6631,22 +6818,22 @@ var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs167(
|
|
|
6631
6818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6632
6819
|
...props,
|
|
6633
6820
|
children: [
|
|
6634
|
-
/* @__PURE__ */
|
|
6821
|
+
/* @__PURE__ */ jsx274(
|
|
6635
6822
|
"path",
|
|
6636
6823
|
{
|
|
6637
6824
|
d: "M69.59 2.29999C98.61 2.29999 122.18 25.86 122.18 54.89V137.7H17V54.89C17 25.86 40.56 2.29999 69.59 2.29999Z",
|
|
6638
6825
|
fill: "#E0E0E0"
|
|
6639
6826
|
}
|
|
6640
6827
|
),
|
|
6641
|
-
/* @__PURE__ */
|
|
6642
|
-
/* @__PURE__ */
|
|
6828
|
+
/* @__PURE__ */ jsxs169("g", { clipPath: "url(#clip0_18340_17787)", children: [
|
|
6829
|
+
/* @__PURE__ */ jsx274(
|
|
6643
6830
|
"path",
|
|
6644
6831
|
{
|
|
6645
6832
|
d: "M124.746 54.354L123.898 62.6307C115.88 65.1465 109.748 72.0073 108.869 80.5924C107.989 89.1774 112.592 97.138 119.933 101.228L119.085 109.504L32.6278 100.646L33.4758 92.3693C41.494 89.8535 47.6153 82.9916 48.4949 74.4066C49.3745 65.8215 44.7719 57.861 37.4305 53.7714L38.2785 45.4947L124.746 54.354ZM134.616 46.3182L30.2427 35.6243L27.7476 59.9768C34.9499 60.7147 40.2307 66.7645 39.5417 73.4893C38.8527 80.2141 32.4547 85.0672 25.2525 84.3293L22.7573 108.682L127.131 119.376L129.626 95.0232C122.424 94.2853 117.143 88.2355 117.832 81.5107C118.521 74.7859 124.919 69.9328 132.121 70.6707L134.616 46.3182Z",
|
|
6646
6833
|
fill: "black"
|
|
6647
6834
|
}
|
|
6648
6835
|
),
|
|
6649
|
-
/* @__PURE__ */
|
|
6836
|
+
/* @__PURE__ */ jsx274(
|
|
6650
6837
|
"path",
|
|
6651
6838
|
{
|
|
6652
6839
|
d: "M96.0287 91.3908L84.9473 78.0164L98.1686 67.0618L92.4331 60.1395L79.2117 71.0941L68.393 58.0368L61.4717 63.7623L72.2994 76.8305L59.0781 87.7851L64.8045 94.6965L78.0259 83.7419L89.1164 97.1273L96.0287 91.3908Z",
|
|
@@ -6654,15 +6841,15 @@ var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs167(
|
|
|
6654
6841
|
}
|
|
6655
6842
|
)
|
|
6656
6843
|
] }),
|
|
6657
|
-
/* @__PURE__ */
|
|
6844
|
+
/* @__PURE__ */ jsx274("defs", { children: /* @__PURE__ */ jsx274("clipPath", { id: "clip0_18340_17787", children: /* @__PURE__ */ jsx274("rect", { width: "104.92", height: "73.44", fill: "white", transform: "translate(30.2427 35.6243) rotate(5.85)" }) }) })
|
|
6658
6845
|
]
|
|
6659
6846
|
}
|
|
6660
6847
|
);
|
|
6661
6848
|
var img_voucher_default = ImgVoucher;
|
|
6662
6849
|
|
|
6663
6850
|
// src/illustrations/img-warning.tsx
|
|
6664
|
-
import { jsx as
|
|
6665
|
-
var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6851
|
+
import { jsx as jsx275, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
6852
|
+
var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs170(
|
|
6666
6853
|
"svg",
|
|
6667
6854
|
{
|
|
6668
6855
|
"data-test-id": `illustration-warning${testId ? `-${testId}` : ""}`,
|
|
@@ -6673,16 +6860,16 @@ var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs168(
|
|
|
6673
6860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6674
6861
|
...props,
|
|
6675
6862
|
children: [
|
|
6676
|
-
/* @__PURE__ */
|
|
6677
|
-
/* @__PURE__ */
|
|
6863
|
+
/* @__PURE__ */ jsx275("path", { d: "M69.59 2.3c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.89C17 25.87 40.56 2.3 69.59 2.3Z", fill: "#E0E0E0" }),
|
|
6864
|
+
/* @__PURE__ */ jsx275(
|
|
6678
6865
|
"path",
|
|
6679
6866
|
{
|
|
6680
6867
|
d: "m52.09 25.543-40.873 95.842 104.181-13.087-63.307-82.755Zm2.406 19.15L97.6 101.01l-70.89 8.904 27.834-65.227-.047.006Z",
|
|
6681
6868
|
fill: "#000"
|
|
6682
6869
|
}
|
|
6683
6870
|
),
|
|
6684
|
-
/* @__PURE__ */
|
|
6685
|
-
/* @__PURE__ */
|
|
6871
|
+
/* @__PURE__ */ jsx275("path", { d: "m61.811 64.636-9.47 1.19 2.492 19.844 9.47-1.19-2.492-19.844Z", fill: "#000" }),
|
|
6872
|
+
/* @__PURE__ */ jsx275(
|
|
6686
6873
|
"path",
|
|
6687
6874
|
{
|
|
6688
6875
|
d: "M61.438 99.958c2.615-.328 4.456-2.816 4.112-5.555-.344-2.74-2.743-4.695-5.358-4.367-2.616.329-4.457 2.816-4.113 5.556.344 2.74 2.743 4.695 5.359 4.366Z",
|
|
@@ -6695,8 +6882,8 @@ var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs168(
|
|
|
6695
6882
|
var img_warning_default = ImgWarning;
|
|
6696
6883
|
|
|
6697
6884
|
// src/illustrations/img-welcome.tsx
|
|
6698
|
-
import { jsx as
|
|
6699
|
-
var ImgWelcome = ({ size = 140, testId, ...props }) => /* @__PURE__ */
|
|
6885
|
+
import { jsx as jsx276, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
6886
|
+
var ImgWelcome = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs171(
|
|
6700
6887
|
"svg",
|
|
6701
6888
|
{
|
|
6702
6889
|
"data-test-id": `illustration-404${testId ? `-${testId}` : ""}`,
|
|
@@ -6707,15 +6894,15 @@ var ImgWelcome = ({ size = 140, testId, ...props }) => /* @__PURE__ */ jsxs169(
|
|
|
6707
6894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6708
6895
|
...props,
|
|
6709
6896
|
children: [
|
|
6710
|
-
/* @__PURE__ */
|
|
6711
|
-
/* @__PURE__ */
|
|
6897
|
+
/* @__PURE__ */ jsx276("path", { d: "M69.59 2.4c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.99C17 25.97 40.56 2.4 69.59 2.4Z", fill: "#E0E0E0" }),
|
|
6898
|
+
/* @__PURE__ */ jsx276(
|
|
6712
6899
|
"path",
|
|
6713
6900
|
{
|
|
6714
6901
|
d: "M57.005 27.075c.239 0 .485.017.732.05 2.441.328 4.175 2.17 4.537 4.874 1.718 12.74 3.427 25.48 5.145 38.219.05.378.09.764.222 1.11.23.583.789.928 1.348.928.353 0 .699-.131.962-.419.287-.32.443-.822.51-1.258 1.766-11.975 3.5-23.95 5.284-35.917.14-.93.411-1.915.888-2.713.937-1.586 2.622-2.449 4.372-2.449.609 0 1.233.107 1.833.32 2.384.863 3.74 3.198 3.395 5.886-1.118 8.753-2.203 17.514-3.378 26.268-.847 6.288-1.965 12.559-.403 18.888.016.057.016.115.025.172.304 2.186 1.512 3.592 3.46 4.036a4.76 4.76 0 0 0 1.052.123c1.512 0 2.82-.78 3.797-2.285 2.08-3.189 4.134-6.394 6.247-9.559 2.359-3.542 5.745-5.515 9.896-6.18.246-.042.493-.058.723-.058 1.323 0 2.408.625 3.181 1.841.863 1.348.772 3.008-.214 4.364-7.931 10.924-15.847 21.855-23.81 32.762-2.77 3.797-6.379 6.584-10.76 8.326-.674.271-1.364.501-2.063.723a23.869 23.869 0 0 1-4.2.954l-7.085.953h-.041c-.205-.024-.419-.066-.624-.066h-.042c-.238 0-.476.009-.706.009-2.113 0-4.2-.272-6.214-.929-9.329-3.058-14.967-9.403-16.537-19.118-1.118-6.929-3.592-13.225-7.874-18.789-2.12-2.753-4.266-5.499-6.362-8.268a435.243 435.243 0 0 1-4.019-5.384c-.033-.05-.994-1.553-.608-3.353.394-1.554 1.307-2.663 2.827-3.222a4.67 4.67 0 0 1 1.636-.304c1.397 0 2.688.69 3.715 2.022 4.75 6.156 9.501 12.328 14.252 18.484.411.526.847.79 1.307.79.246 0 .493-.075.748-.223.682-.402.871-1.084.51-1.997-.362-.929-.765-1.833-1.143-2.753-4.028-9.658-8.071-19.307-12.066-28.981-.37-.888-.575-1.94-.526-2.893.148-2.417 2.088-4.364 4.471-4.718.272-.041.543-.058.806-.058 2.112 0 3.97 1.25 4.866 3.395 3.591 8.573 7.159 17.154 10.734 25.734.756 1.808 1.504 3.625 2.277 5.433.263.608.863 1.011 1.487 1.011.222 0 .436-.05.65-.156.526-.271.764-.773.682-1.455a31.234 31.234 0 0 0-.115-.871l-4.414-32.82c-.206-1.512-.444-3.016-.6-4.528-.337-3.255 2.129-5.926 5.227-5.926m0-6.575a11.826 11.826 0 0 0-8.778 3.904c-2.252 2.498-3.345 5.885-2.991 9.28.049.5.115.994.172 1.487a11.59 11.59 0 0 0-9.214-4.48c-.583 0-1.175.041-1.759.132-5.515.814-9.756 5.367-10.076 10.833-.115 1.882.246 3.945 1.002 5.786a812.31 812.31 0 0 0 1.644 3.97 10.841 10.841 0 0 0-2.876-.386c-1.315 0-2.63.238-3.913.715-3.51 1.298-5.967 4.052-6.92 7.767l-.033.131-.025.132c-.88 4.15.946 7.389 1.52 8.285l.083.123.09.123.025.041.033.042a375.61 375.61 0 0 0 4.077 5.457c1.38 1.825 2.802 3.658 4.167 5.425.74.961 1.487 1.923 2.227 2.885 3.436 4.47 5.597 9.649 6.6 15.83 1.948 12.049 9.206 20.466 20.984 24.312 2.54.83 5.318 1.249 8.26 1.249h.501c.058 0 .115.017.173.017l.353.041h.798l.444-.058 7.11-.953a31.248 31.248 0 0 0 5.341-1.208c.716-.23 1.57-.518 2.475-.871 5.54-2.203 10.126-5.754 13.635-10.562 6.09-8.334 12.247-16.825 18.206-25.036l5.613-7.734c2.565-3.534 2.737-8.153.444-11.762-1.972-3.106-5.153-4.89-8.729-4.89-.583 0-1.175.05-1.767.14-6.082.978-11.038 4.093-14.326 9.024a440.83 440.83 0 0 0-3.312 5.039c-.09-3.206.378-6.584.863-10.093l.246-1.8c.896-6.707 1.768-13.53 2.598-20.12l.789-6.19c.723-5.688-2.433-10.989-7.669-12.896a11.939 11.939 0 0 0-4.076-.723c-4.118 0-7.965 2.178-10.036 5.68-.863 1.454-1.447 3.172-1.726 5.095l-.05.345c-.13-.97-.262-1.947-.394-2.917-.764-5.663-4.759-9.79-10.184-10.513a11.575 11.575 0 0 0-1.602-.107l-.017.009Z",
|
|
6715
6902
|
fill: "#000"
|
|
6716
6903
|
}
|
|
6717
6904
|
),
|
|
6718
|
-
/* @__PURE__ */
|
|
6905
|
+
/* @__PURE__ */ jsx276(
|
|
6719
6906
|
"path",
|
|
6720
6907
|
{
|
|
6721
6908
|
d: "M53.792 110.689c-.05-.238-4.537-23.992 23.416-34.783l2.556 5.851c-22.759 8.787-19.512 26.984-19.364 27.757l-6.617 1.175h.009Z",
|
|
@@ -6990,10 +7177,12 @@ export {
|
|
|
6990
7177
|
img_no_transaction_default as ImgNoTransaction,
|
|
6991
7178
|
img_no_voila_point_default as ImgNoVoilaPoint,
|
|
6992
7179
|
img_not_found_default as ImgNotFound,
|
|
7180
|
+
img_order_default as ImgOrder,
|
|
6993
7181
|
img_overload_default as ImgOverload,
|
|
6994
7182
|
img_payment_failed_default as ImgPaymentFailed,
|
|
6995
7183
|
img_payment_pending_default as ImgPaymentPending,
|
|
6996
7184
|
img_postal_default as ImgPostal,
|
|
7185
|
+
img_product_default as ImgProduct,
|
|
6997
7186
|
img_refresh_default as ImgRefresh,
|
|
6998
7187
|
img_search_not_found_default as ImgSearchNotFound,
|
|
6999
7188
|
img_shield_default as ImgShield,
|