@trafilea/afrodita-components 6.18.0 → 6.18.2

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.js CHANGED
@@ -3400,6 +3400,8 @@ var templateObject_1$1_;
3400
3400
 
3401
3401
  var Add = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/add" }), void 0); };
3402
3402
 
3403
+ var Camera = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/camera" }), void 0); };
3404
+
3403
3405
  var Check$2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/check" }), void 0); };
3404
3406
 
3405
3407
  var CheckboxEmpty = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/check_box_empty" }), void 0)); };
@@ -3481,6 +3483,7 @@ var Warning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, pr
3481
3483
  var Actions = /*#__PURE__*/Object.freeze({
3482
3484
  __proto__: null,
3483
3485
  Add: Add,
3486
+ Camera: Camera,
3484
3487
  Check: Check$2,
3485
3488
  CheckboxEmpty: CheckboxEmpty,
3486
3489
  CheckboxLight: CheckboxLight,
@@ -3594,6 +3597,8 @@ var Arrows = /*#__PURE__*/Object.freeze({
3594
3597
 
3595
3598
  var Atom = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/atom" }), void 0); };
3596
3599
 
3600
+ var BeautyFace = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "beauty_face" }, props, { name: "custom/beauty_face" }), void 0)); };
3601
+
3597
3602
  var Bra = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/bra" }), void 0); };
3598
3603
 
3599
3604
  var Bubbles = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/bubbles" }), void 0); };
@@ -3612,14 +3617,22 @@ var CrueltyFree = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}
3612
3617
 
3613
3618
  var FairAdvantages = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/fair_advantages" }), void 0)); };
3614
3619
 
3620
+ var Focus = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "focus" }, props, { name: "custom/focus" }), void 0)); };
3621
+
3622
+ var FreeShippingTruck = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/free_shipping_truck" }), void 0)); };
3623
+
3615
3624
  var Frown = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/frown" }), void 0); };
3616
3625
 
3626
+ var HigherDiscounts = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/higher_discounts" }), void 0)); };
3627
+
3617
3628
  var MoneyFlow = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/money_flow" }), void 0); };
3618
3629
 
3619
3630
  var NewSixtyDaysGuarantee = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/new_sixty_days_guarantee" }), void 0)); };
3620
3631
 
3621
3632
  var PacksAndBundles = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/packs_and_bundles" }), void 0)); };
3622
3633
 
3634
+ var PrioritySupport = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/priority_support" }), void 0)); };
3635
+
3623
3636
  var SeamlessSupportBra = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/seamless_support_bra" }), void 0)); };
3624
3637
 
3625
3638
  var SixtyDaysBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/sixty_days_bold" }), void 0)); };
@@ -3642,15 +3655,12 @@ var WireFreeComfort = function (props) { return (jsxRuntime.jsx(Icon$1, __assign
3642
3655
 
3643
3656
  var WireFreeComfortBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort_bold" }), void 0)); };
3644
3657
 
3645
- var FreeShippingTruck = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/free_shipping_truck" }), void 0)); };
3646
-
3647
- var HigherDiscounts = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/higher_discounts" }), void 0)); };
3648
-
3649
- var PrioritySupport = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/priority_support" }), void 0)); };
3658
+ var Zoom = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({ testId: "zoom" }, props, { name: "custom/zoom" }), void 0); };
3650
3659
 
3651
3660
  var Custom$1 = /*#__PURE__*/Object.freeze({
3652
3661
  __proto__: null,
3653
3662
  Atom: Atom,
3663
+ BeautyFace: BeautyFace,
3654
3664
  Bra: Bra,
3655
3665
  Bubbles: Bubbles,
3656
3666
  BulletOne: BulletOne,
@@ -3660,10 +3670,14 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
3660
3670
  ClinicallyTested: ClinicallyTested,
3661
3671
  CrueltyFree: CrueltyFree,
3662
3672
  FairAdvantages: FairAdvantages,
3673
+ Focus: Focus,
3674
+ FreeShippingTruck: FreeShippingTruck,
3663
3675
  Frown: Frown,
3676
+ HigherDiscounts: HigherDiscounts,
3664
3677
  MoneyFlow: MoneyFlow,
3665
3678
  NewSixtyDaysGuarantee: NewSixtyDaysGuarantee,
3666
3679
  PacksAndBundles: PacksAndBundles,
3680
+ PrioritySupport: PrioritySupport,
3667
3681
  SeamlessSupportBra: SeamlessSupportBra,
3668
3682
  SixtyDaysBold: SixtyDaysBold,
3669
3683
  SixtyDaysGuarantee: SixtyDaysGuarantee,
@@ -3675,9 +3689,7 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
3675
3689
  Underwear: Underwear,
3676
3690
  WireFreeComfort: WireFreeComfort,
3677
3691
  WireFreeComfortBold: WireFreeComfortBold,
3678
- FreeShippingTruck: FreeShippingTruck,
3679
- HigherDiscounts: HigherDiscounts,
3680
- PrioritySupport: PrioritySupport
3692
+ Zoom: Zoom
3681
3693
  });
3682
3694
 
3683
3695
  var AppleStore = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "download/apple_store" }), void 0); };
@@ -4021,8 +4033,12 @@ var Drop = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({ testId:
4021
4033
 
4022
4034
  var DropEmpty = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "drop-empty" }, props, { name: "pdp/drop_empty" }), void 0)); };
4023
4035
 
4036
+ var DropV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "drop_v2" }, props, { name: "pdp/drop_v2" }), void 0)); };
4037
+
4024
4038
  var ErrorCross = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/error_cross" }), void 0); };
4025
4039
 
4040
+ var FewDrops = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "few_drops" }, props, { name: "pdp/few_drops" }), void 0)); };
4041
+
4026
4042
  var FlagUSA = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/flag_usa" }), void 0); };
4027
4043
 
4028
4044
  var FreeReturnsV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/free_returns_v2" }), void 0)); };
@@ -4069,13 +4085,17 @@ var Stopwatch = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
4069
4085
 
4070
4086
  var TrustBadge = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/trust_badge" }), void 0); };
4071
4087
 
4088
+ var Verified = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/verified" }), void 0); };
4089
+
4072
4090
  var PDP = /*#__PURE__*/Object.freeze({
4073
4091
  __proto__: null,
4074
4092
  CircleNumber: CircleNumber,
4075
4093
  Clock: Clock,
4076
4094
  Drop: Drop,
4077
4095
  DropEmpty: DropEmpty,
4096
+ DropV2: DropV2,
4078
4097
  ErrorCross: ErrorCross,
4098
+ FewDrops: FewDrops,
4079
4099
  FlagUSA: FlagUSA,
4080
4100
  FreeReturnsV2: FreeReturnsV2,
4081
4101
  FreeShippingV2: FreeShippingV2,
@@ -4098,7 +4118,8 @@ var PDP = /*#__PURE__*/Object.freeze({
4098
4118
  StarHalf: StarHalf,
4099
4119
  Stars: Stars,
4100
4120
  Stopwatch: Stopwatch,
4101
- TrustBadge: TrustBadge
4121
+ TrustBadge: TrustBadge,
4122
+ Verified: Verified
4102
4123
  });
4103
4124
 
4104
4125
  var Amazon = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "AmazonIcon" }, props, { name: "payment/amazon" }), void 0)); };