@trafilea/afrodita-components 5.0.0-beta.217 → 5.0.0-beta.218

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/build/index.d.ts CHANGED
@@ -403,6 +403,8 @@ declare const FitGuarantee: ({ height, width, fill, testId }: IconProps) => JSX.
403
403
 
404
404
  declare const QuestionWithCircle: ({ height, width, fill, testId }: IconProps) => JSX.Element;
405
405
 
406
+ declare const ExpressShipping: ({ height, width, fill, testId }: IconProps) => JSX.Element;
407
+
406
408
  type Other_LoadingProps = LoadingProps;
407
409
  declare const Other_Shapermint: typeof Shapermint;
408
410
  declare const Other_McAfee: typeof McAfee;
@@ -419,6 +421,7 @@ declare const Other_HasselFreeReturns: typeof HasselFreeReturns;
419
421
  declare const Other_Play: typeof Play;
420
422
  declare const Other_FitGuarantee: typeof FitGuarantee;
421
423
  declare const Other_QuestionWithCircle: typeof QuestionWithCircle;
424
+ declare const Other_ExpressShipping: typeof ExpressShipping;
422
425
  declare namespace Other {
423
426
  export {
424
427
  FitPredictor$1 as FitPredictor,
@@ -439,6 +442,7 @@ declare namespace Other {
439
442
  Other_Play as Play,
440
443
  Other_FitGuarantee as FitGuarantee,
441
444
  Other_QuestionWithCircle as QuestionWithCircle,
445
+ Other_ExpressShipping as ExpressShipping,
442
446
  };
443
447
  }
444
448
 
@@ -467,6 +467,11 @@ var QuestionWithCircle = function (_a) {
467
467
  return (jsxs$1(IconWrapper$1, __assign$1({ viewBoxX: 256, viewBoxY: 256, width: width, height: height, title: "QuestionWithCircle", testId: testId }, { children: [jsx$1("defs", {}, void 0), jsxs$1("g", __assign$1({ transform: "translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" }, { children: [jsx$1("path", { d: "M 45 61.898 c -1.657 0 -3 -1.344 -3 -3 v -6.612 c 0 -0.825 0.34 -1.614 0.94 -2.182 l 9.553 -9.019 c 1.873 -1.946 2.903 -4.502 2.903 -7.206 v -0.357 c 0 -2.827 -1.115 -5.471 -3.141 -7.445 c -2.025 -1.974 -4.693 -3.031 -7.532 -2.947 c -5.58 0.144 -10.12 4.941 -10.12 10.694 c 0 1.657 -1.343 3 -3 3 s -3 -1.343 -3 -3 c 0 -8.978 7.162 -16.465 15.965 -16.692 c 4.467 -0.122 8.68 1.536 11.874 4.648 c 3.194 3.113 4.953 7.283 4.953 11.742 v 0.357 c 0 4.295 -1.649 8.356 -4.646 11.434 c -0.029 0.03 -0.06 0.06 -0.09 0.089 L 48 53.579 v 5.319 C 48 60.555 46.657 61.898 45 61.898 z", transform: " matrix(1 0 0 1 0 0) ", strokeLinecap: "round" }, void 0), jsx$1("path", { d: "M 45 73.87 c -0.26 0 -0.52 -0.021 -0.78 -0.07 c -0.26 -0.06 -0.51 -0.13 -0.75 -0.23 c -0.24 -0.1 -0.47 -0.229 -0.69 -0.369 c -0.22 -0.15 -0.42 -0.311 -0.61 -0.5 C 41.43 71.96 41 70.93 41 69.87 c 0 -0.261 0.03 -0.521 0.08 -0.78 c 0.05 -0.25 0.13 -0.51 0.23 -0.75 s 0.22 -0.47 0.36 -0.69 c 0.15 -0.22 0.32 -0.42 0.5 -0.609 c 0.19 -0.181 0.39 -0.351 0.61 -0.49 c 0.22 -0.15 0.45 -0.27 0.69 -0.37 c 0.24 -0.1 0.49 -0.18 0.75 -0.229 c 0.51 -0.101 1.05 -0.101 1.56 0 c 0.26 0.05 0.51 0.13 0.75 0.229 c 0.239 0.101 0.47 0.22 0.689 0.37 c 0.22 0.14 0.42 0.31 0.61 0.49 c 0.18 0.189 0.35 0.39 0.5 0.609 c 0.14 0.221 0.26 0.45 0.359 0.69 c 0.101 0.24 0.181 0.5 0.23 0.75 c 0.05 0.26 0.08 0.52 0.08 0.78 c 0 1.06 -0.431 2.09 -1.17 2.83 C 47.08 73.45 46.05 73.87 45 73.87 z", transform: " matrix(1 0 0 1 0 0) ", strokeLinecap: "round" }, void 0), jsx$1("path", { d: "M 45 90 C 20.187 90 0 69.813 0 45 S 20.187 0 45 0 s 45 20.187 45 45 S 69.813 90 45 90 z M 45 6 C 23.495 6 6 23.495 6 45 s 17.495 39 39 39 s 39 -17.495 39 -39 S 66.505 6 45 6 z", transform: " matrix(1 0 0 1 0 0) ", strokeLinecap: "round" }, void 0)] }), void 0)] }), void 0));
468
468
  };
469
469
 
470
+ var ExpressShipping = function (_a) {
471
+ var height = _a.height, width = _a.width, fill = _a.fill, testId = _a.testId;
472
+ return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 64, viewBoxY: 64, title: "fit guarantee", testId: testId }, { children: [jsxs$1("g", __assign$1({ clipPath: "url(#clip0_26_485)" }, { children: [jsx$1("rect", { width: "64", height: "64", rx: "32", fill: "#F5BAB0" }, void 0), jsx$1("path", { d: "M0 30L18 43L41.5 32L69.5 35L85 30V72H0V30Z", fill: "#FE9D8C" }, void 0), jsx$1("g", __assign$1({ clipPath: "url(#clip1_26_485)" }, { children: jsx$1("path", { d: "M13.553 20.6118V22.9647H35.9059V40.6118H28.6636C28.1389 38.5894 26.32 37.0824 24.1412 37.0824C21.9624 37.0824 20.1436 38.5894 19.6189 40.6118H18.2589V34.7294H15.9059V42.9647H19.6189C20.1436 44.9871 21.9624 46.4941 24.1412 46.4941C26.32 46.4941 28.1389 44.9871 28.6636 42.9647H38.4424C38.9671 44.9871 40.7859 46.4941 42.9647 46.4941C45.1436 46.4941 46.9624 44.9871 47.4871 42.9647H51.2V33.3694L51.1259 33.1847L48.773 26.1259L48.5177 25.3176H38.2589V20.6118H13.553ZM14.7294 25.3176V27.6706H25.3177V25.3176H14.7294ZM38.2589 27.6706H46.8247L48.8471 33.7V40.6118H47.4871C46.9624 38.5894 45.1436 37.0824 42.9647 37.0824C40.7859 37.0824 38.9671 38.5894 38.4424 40.6118H38.2589V27.6706ZM15.9059 30.0235V32.3765H22.9647V30.0235H15.9059ZM24.1412 39.4353C25.4553 39.4353 26.4942 40.4741 26.4942 41.7882C26.4942 43.1024 25.4553 44.1412 24.1412 44.1412C22.8271 44.1412 21.7883 43.1024 21.7883 41.7882C21.7883 40.4741 22.8271 39.4353 24.1412 39.4353ZM42.9647 39.4353C44.2789 39.4353 45.3177 40.4741 45.3177 41.7882C45.3177 43.1024 44.2789 44.1412 42.9647 44.1412C41.6506 44.1412 40.6118 43.1024 40.6118 41.7882C40.6118 40.4741 41.6506 39.4353 42.9647 39.4353Z", fill: fill }, void 0) }), void 0)] }), void 0), jsxs$1("defs", { children: [jsx$1("clipPath", __assign$1({ id: "clip0_26_485" }, { children: jsx$1("rect", { width: "64", height: "64", rx: "32", fill: "white" }, void 0) }), void 0), jsx$1("clipPath", __assign$1({ id: "clip1_26_485" }, { children: jsx$1("rect", { width: "37.6471", height: "37.6471", fill: "white", transform: "translate(13.553 13.5529)" }, void 0) }), void 0)] }, void 0)] }), void 0));
473
+ };
474
+
470
475
  var Other = /*#__PURE__*/Object.freeze({
471
476
  __proto__: null,
472
477
  FitPredictor: FitPredictor$1,
@@ -485,7 +490,8 @@ var Other = /*#__PURE__*/Object.freeze({
485
490
  HasselFreeReturns: HasselFreeReturns,
486
491
  Play: Play,
487
492
  FitGuarantee: FitGuarantee,
488
- QuestionWithCircle: QuestionWithCircle
493
+ QuestionWithCircle: QuestionWithCircle,
494
+ ExpressShipping: ExpressShipping
489
495
  });
490
496
 
491
497
  var ChevronDown = function (_a) {