@trafilea/afrodita-components 6.18.0 → 6.18.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.
- package/build/index.d.ts +33 -13
- package/build/index.esm.js +23 -8
- package/build/index.esm.js.map +1 -1
- package/build/index.js +23 -8
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +1 -1
- package/build/theme/shapermint.theme.js +1 -1
- package/build/theme/thebodcon.theme.js +1 -1
- package/build/theme/thespadr.theme.js +1 -1
- package/build/theme/truekind.theme.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -3594,6 +3594,8 @@ var Arrows = /*#__PURE__*/Object.freeze({
|
|
|
3594
3594
|
|
|
3595
3595
|
var Atom = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/atom" }), void 0); };
|
|
3596
3596
|
|
|
3597
|
+
var BeautyFace = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "beauty_face" }, props, { name: "custom/beauty_face" }), void 0)); };
|
|
3598
|
+
|
|
3597
3599
|
var Bra = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/bra" }), void 0); };
|
|
3598
3600
|
|
|
3599
3601
|
var Bubbles = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/bubbles" }), void 0); };
|
|
@@ -3612,14 +3614,22 @@ var CrueltyFree = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}
|
|
|
3612
3614
|
|
|
3613
3615
|
var FairAdvantages = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/fair_advantages" }), void 0)); };
|
|
3614
3616
|
|
|
3617
|
+
var Focus = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "focus" }, props, { name: "custom/focus" }), void 0)); };
|
|
3618
|
+
|
|
3619
|
+
var FreeShippingTruck = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/free_shipping_truck" }), void 0)); };
|
|
3620
|
+
|
|
3615
3621
|
var Frown = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/frown" }), void 0); };
|
|
3616
3622
|
|
|
3623
|
+
var HigherDiscounts = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/higher_discounts" }), void 0)); };
|
|
3624
|
+
|
|
3617
3625
|
var MoneyFlow = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/money_flow" }), void 0); };
|
|
3618
3626
|
|
|
3619
3627
|
var NewSixtyDaysGuarantee = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/new_sixty_days_guarantee" }), void 0)); };
|
|
3620
3628
|
|
|
3621
3629
|
var PacksAndBundles = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/packs_and_bundles" }), void 0)); };
|
|
3622
3630
|
|
|
3631
|
+
var PrioritySupport = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/priority_support" }), void 0)); };
|
|
3632
|
+
|
|
3623
3633
|
var SeamlessSupportBra = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/seamless_support_bra" }), void 0)); };
|
|
3624
3634
|
|
|
3625
3635
|
var SixtyDaysBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/sixty_days_bold" }), void 0)); };
|
|
@@ -3642,15 +3652,12 @@ var WireFreeComfort = function (props) { return (jsxRuntime.jsx(Icon$1, __assign
|
|
|
3642
3652
|
|
|
3643
3653
|
var WireFreeComfortBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort_bold" }), void 0)); };
|
|
3644
3654
|
|
|
3645
|
-
var
|
|
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)); };
|
|
3655
|
+
var Zoom = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({ testId: "zoom" }, props, { name: "custom/zoom" }), void 0); };
|
|
3650
3656
|
|
|
3651
3657
|
var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
3652
3658
|
__proto__: null,
|
|
3653
3659
|
Atom: Atom,
|
|
3660
|
+
BeautyFace: BeautyFace,
|
|
3654
3661
|
Bra: Bra,
|
|
3655
3662
|
Bubbles: Bubbles,
|
|
3656
3663
|
BulletOne: BulletOne,
|
|
@@ -3660,10 +3667,14 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
|
3660
3667
|
ClinicallyTested: ClinicallyTested,
|
|
3661
3668
|
CrueltyFree: CrueltyFree,
|
|
3662
3669
|
FairAdvantages: FairAdvantages,
|
|
3670
|
+
Focus: Focus,
|
|
3671
|
+
FreeShippingTruck: FreeShippingTruck,
|
|
3663
3672
|
Frown: Frown,
|
|
3673
|
+
HigherDiscounts: HigherDiscounts,
|
|
3664
3674
|
MoneyFlow: MoneyFlow,
|
|
3665
3675
|
NewSixtyDaysGuarantee: NewSixtyDaysGuarantee,
|
|
3666
3676
|
PacksAndBundles: PacksAndBundles,
|
|
3677
|
+
PrioritySupport: PrioritySupport,
|
|
3667
3678
|
SeamlessSupportBra: SeamlessSupportBra,
|
|
3668
3679
|
SixtyDaysBold: SixtyDaysBold,
|
|
3669
3680
|
SixtyDaysGuarantee: SixtyDaysGuarantee,
|
|
@@ -3675,9 +3686,7 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
|
3675
3686
|
Underwear: Underwear,
|
|
3676
3687
|
WireFreeComfort: WireFreeComfort,
|
|
3677
3688
|
WireFreeComfortBold: WireFreeComfortBold,
|
|
3678
|
-
|
|
3679
|
-
HigherDiscounts: HigherDiscounts,
|
|
3680
|
-
PrioritySupport: PrioritySupport
|
|
3689
|
+
Zoom: Zoom
|
|
3681
3690
|
});
|
|
3682
3691
|
|
|
3683
3692
|
var AppleStore = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "download/apple_store" }), void 0); };
|
|
@@ -4021,8 +4030,12 @@ var Drop = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({ testId:
|
|
|
4021
4030
|
|
|
4022
4031
|
var DropEmpty = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "drop-empty" }, props, { name: "pdp/drop_empty" }), void 0)); };
|
|
4023
4032
|
|
|
4033
|
+
var DropV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "drop_v2" }, props, { name: "pdp/drop_v2" }), void 0)); };
|
|
4034
|
+
|
|
4024
4035
|
var ErrorCross = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/error_cross" }), void 0); };
|
|
4025
4036
|
|
|
4037
|
+
var FewDrops = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "few_drops" }, props, { name: "pdp/few_drops" }), void 0)); };
|
|
4038
|
+
|
|
4026
4039
|
var FlagUSA = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/flag_usa" }), void 0); };
|
|
4027
4040
|
|
|
4028
4041
|
var FreeReturnsV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/free_returns_v2" }), void 0)); };
|
|
@@ -4075,7 +4088,9 @@ var PDP = /*#__PURE__*/Object.freeze({
|
|
|
4075
4088
|
Clock: Clock,
|
|
4076
4089
|
Drop: Drop,
|
|
4077
4090
|
DropEmpty: DropEmpty,
|
|
4091
|
+
DropV2: DropV2,
|
|
4078
4092
|
ErrorCross: ErrorCross,
|
|
4093
|
+
FewDrops: FewDrops,
|
|
4079
4094
|
FlagUSA: FlagUSA,
|
|
4080
4095
|
FreeReturnsV2: FreeReturnsV2,
|
|
4081
4096
|
FreeShippingV2: FreeShippingV2,
|