@trafilea/afrodita-components 6.8.12 → 6.8.13
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 +127 -107
- package/build/index.esm.js +93 -78
- package/build/index.esm.js.map +1 -1
- package/build/index.js +93 -78
- 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
|
@@ -3418,6 +3418,8 @@ var Share = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, prop
|
|
|
3418
3418
|
|
|
3419
3419
|
var SignOut = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/signout" }), void 0); };
|
|
3420
3420
|
|
|
3421
|
+
var SignOutLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/signout_light" }), void 0)); };
|
|
3422
|
+
|
|
3421
3423
|
var Trash = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/trash" }), void 0); };
|
|
3422
3424
|
|
|
3423
3425
|
var Warning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/warning" }), void 0); };
|
|
@@ -3461,6 +3463,7 @@ var Actions = /*#__PURE__*/Object.freeze({
|
|
|
3461
3463
|
SettingsSolid: SettingsSolid,
|
|
3462
3464
|
Share: Share,
|
|
3463
3465
|
SignOut: SignOut,
|
|
3466
|
+
SignOutLight: SignOutLight,
|
|
3464
3467
|
Trash: Trash,
|
|
3465
3468
|
Warning: Warning
|
|
3466
3469
|
});
|
|
@@ -3630,81 +3633,87 @@ var Download = /*#__PURE__*/Object.freeze({
|
|
|
3630
3633
|
GooglePlay: GooglePlay
|
|
3631
3634
|
});
|
|
3632
3635
|
|
|
3633
|
-
var
|
|
3636
|
+
var BlowingKiss = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/blowing_kiss" }), void 0); };
|
|
3634
3637
|
|
|
3635
|
-
var
|
|
3638
|
+
var Frowning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/frowning" }), void 0); };
|
|
3636
3639
|
|
|
3637
3640
|
var Grinning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/grinning" }), void 0); };
|
|
3638
3641
|
|
|
3639
3642
|
var GrinningWithSweat = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/grinning_with_sweat" }), void 0)); };
|
|
3640
3643
|
|
|
3641
|
-
var
|
|
3644
|
+
var Relieved = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/relieved" }), void 0); };
|
|
3642
3645
|
|
|
3643
|
-
var
|
|
3646
|
+
var SmilingV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/smiling_v2" }), void 0); };
|
|
3644
3647
|
|
|
3645
|
-
var
|
|
3648
|
+
var SmilingV3 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/smiling_v3" }), void 0); };
|
|
3649
|
+
|
|
3650
|
+
var Thinking = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "emoji/thinking" }), void 0); };
|
|
3646
3651
|
|
|
3647
3652
|
var Emoji = /*#__PURE__*/Object.freeze({
|
|
3648
3653
|
__proto__: null,
|
|
3649
|
-
Thinking: Thinking,
|
|
3650
|
-
SmilingV2: SmilingV2,
|
|
3651
|
-
Grinning: Grinning,
|
|
3652
|
-
GrinningWithSweat: GrinningWithSweat,
|
|
3653
3654
|
BlowingKiss: BlowingKiss,
|
|
3654
3655
|
Frowning: Frowning,
|
|
3655
|
-
|
|
3656
|
+
Grinning: Grinning,
|
|
3657
|
+
GrinningWithSweat: GrinningWithSweat,
|
|
3658
|
+
Relieved: Relieved,
|
|
3659
|
+
SmilingV2: SmilingV2,
|
|
3660
|
+
SmilingV3: SmilingV3,
|
|
3661
|
+
Thinking: Thinking
|
|
3656
3662
|
});
|
|
3657
3663
|
|
|
3658
3664
|
var AdaChat = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/ada_chat" }), void 0); };
|
|
3659
3665
|
|
|
3660
|
-
var
|
|
3666
|
+
var Comment$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment" }), void 0); };
|
|
3661
3667
|
|
|
3662
|
-
var
|
|
3668
|
+
var CommentDots = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_dots" }), void 0)); };
|
|
3663
3669
|
|
|
3664
|
-
var
|
|
3670
|
+
var CommentLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_light" }), void 0)); };
|
|
3665
3671
|
|
|
3666
|
-
var
|
|
3672
|
+
var CommentMoney = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/comment_money" }), void 0)); };
|
|
3667
3673
|
|
|
3668
3674
|
var Community$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/community" }), void 0); };
|
|
3669
3675
|
|
|
3670
|
-
var
|
|
3676
|
+
var Light = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light" }), void 0); };
|
|
3671
3677
|
|
|
3672
|
-
var
|
|
3678
|
+
var LightBulb$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light_bulb" }), void 0); };
|
|
3673
3679
|
|
|
3674
|
-
var
|
|
3680
|
+
var LightBulbSolid = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/light_bulb_solid" }), void 0)); };
|
|
3675
3681
|
|
|
3676
|
-
var
|
|
3682
|
+
var Mail = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/mail" }), void 0); };
|
|
3677
3683
|
|
|
3678
|
-
var
|
|
3684
|
+
var Messenger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/messenger" }), void 0); };
|
|
3679
3685
|
|
|
3680
|
-
var
|
|
3686
|
+
var QuestionCircle = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/question_circle" }), void 0)); };
|
|
3681
3687
|
|
|
3682
|
-
var
|
|
3688
|
+
var QuestionCircleLight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/question_circle_light" }), void 0)); };
|
|
3683
3689
|
|
|
3684
|
-
var
|
|
3690
|
+
var QuoteLeft = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_left" }), void 0); };
|
|
3685
3691
|
|
|
3686
|
-
var
|
|
3692
|
+
var QuoteRight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_right" }), void 0)); };
|
|
3687
3693
|
|
|
3688
|
-
var
|
|
3694
|
+
var QuoteSolidLeft = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_solid_left" }), void 0)); };
|
|
3695
|
+
|
|
3696
|
+
var QuoteSolidRight = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "messaging/quote_solid_right" }), void 0)); };
|
|
3689
3697
|
|
|
3690
3698
|
var Messaging = /*#__PURE__*/Object.freeze({
|
|
3691
3699
|
__proto__: null,
|
|
3692
3700
|
AdaChat: AdaChat,
|
|
3693
|
-
QuestionCircle: QuestionCircle,
|
|
3694
|
-
Messenger: Messenger,
|
|
3695
3701
|
Comment: Comment$1,
|
|
3696
|
-
|
|
3702
|
+
CommentDots: CommentDots,
|
|
3703
|
+
CommentLight: CommentLight,
|
|
3704
|
+
CommentMoney: CommentMoney,
|
|
3697
3705
|
Community: Community$1,
|
|
3698
|
-
QuoteLeft: QuoteLeft,
|
|
3699
|
-
QuoteRight: QuoteRight,
|
|
3700
|
-
QuoteSolidLeft: QuoteSolidLeft,
|
|
3701
|
-
QuoteSolidRight: QuoteSolidRight,
|
|
3702
3706
|
Light: Light,
|
|
3703
3707
|
LightBulb: LightBulb$1,
|
|
3704
3708
|
LightBulbSolid: LightBulbSolid,
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3709
|
+
Mail: Mail,
|
|
3710
|
+
Messenger: Messenger,
|
|
3711
|
+
QuestionCircle: QuestionCircle,
|
|
3712
|
+
QuestionCircleLight: QuestionCircleLight,
|
|
3713
|
+
QuoteLeft: QuoteLeft,
|
|
3714
|
+
QuoteRight: QuoteRight,
|
|
3715
|
+
QuoteSolidLeft: QuoteSolidLeft,
|
|
3716
|
+
QuoteSolidRight: QuoteSolidRight
|
|
3708
3717
|
});
|
|
3709
3718
|
|
|
3710
3719
|
var BirthdayGifts = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "myaccount/birthday_gifts" }), void 0)); };
|
|
@@ -3759,89 +3768,89 @@ var MyAccount = /*#__PURE__*/Object.freeze({
|
|
|
3759
3768
|
VIP: VIP
|
|
3760
3769
|
});
|
|
3761
3770
|
|
|
3762
|
-
var
|
|
3763
|
-
|
|
3764
|
-
var User = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user" }), void 0); };
|
|
3765
|
-
|
|
3766
|
-
var ShoppingBag = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag" }), void 0)); };
|
|
3771
|
+
var AddressInformation = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/address_information" }), void 0)); };
|
|
3767
3772
|
|
|
3768
|
-
var
|
|
3773
|
+
var Benefits = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/benefits" }), void 0); };
|
|
3769
3774
|
|
|
3770
|
-
var
|
|
3775
|
+
var ClubMembership = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/club_membership" }), void 0)); };
|
|
3771
3776
|
|
|
3772
|
-
var
|
|
3777
|
+
var Ellipsis = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/ellipsis" }), void 0); };
|
|
3773
3778
|
|
|
3774
|
-
var
|
|
3779
|
+
var EllipsisHorizontal = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/ellipsis_horizontal" }), void 0)); };
|
|
3775
3780
|
|
|
3776
|
-
var
|
|
3781
|
+
var Filters$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/filters" }), void 0); };
|
|
3777
3782
|
|
|
3778
|
-
var
|
|
3783
|
+
var Hamburger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/hamburger" }), void 0); };
|
|
3779
3784
|
|
|
3780
3785
|
var Home = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/home" }), void 0); };
|
|
3781
3786
|
|
|
3782
3787
|
var HomeSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/home_solid" }), void 0); };
|
|
3783
3788
|
|
|
3784
|
-
var
|
|
3785
|
-
|
|
3786
|
-
var UserSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_solid" }), void 0); };
|
|
3789
|
+
var Loading$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/loading" }), void 0); };
|
|
3787
3790
|
|
|
3788
|
-
var
|
|
3791
|
+
var Lock = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/lock" }), void 0); };
|
|
3789
3792
|
|
|
3790
|
-
var
|
|
3793
|
+
var LockSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/lock_solid" }), void 0); };
|
|
3791
3794
|
|
|
3792
|
-
var
|
|
3795
|
+
var MapMarker = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/map_marker" }), void 0); };
|
|
3793
3796
|
|
|
3794
|
-
var
|
|
3797
|
+
var MapSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/map_solid" }), void 0); };
|
|
3795
3798
|
|
|
3796
|
-
var
|
|
3799
|
+
var MenuLines = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/menu_lines" }), void 0); };
|
|
3797
3800
|
|
|
3798
|
-
var
|
|
3801
|
+
var Search = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/search" }), void 0); };
|
|
3799
3802
|
|
|
3800
|
-
var
|
|
3803
|
+
var Shaperbox = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shaperbox" }), void 0); };
|
|
3801
3804
|
|
|
3802
|
-
var
|
|
3805
|
+
var ShoppingBag = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag" }), void 0)); };
|
|
3803
3806
|
|
|
3804
|
-
var
|
|
3807
|
+
var ShoppingBagV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag_v2" }), void 0)); };
|
|
3805
3808
|
|
|
3806
|
-
var
|
|
3809
|
+
var ShoppingBagV3 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_bag_v3" }), void 0)); };
|
|
3807
3810
|
|
|
3808
|
-
var
|
|
3811
|
+
var ShoppingCart = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_cart" }), void 0)); };
|
|
3809
3812
|
|
|
3810
3813
|
var ShoppingCartV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/shopping_cart_v2" }), void 0)); };
|
|
3811
3814
|
|
|
3812
|
-
var
|
|
3815
|
+
var SlideDot$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/slide_dot" }), void 0); };
|
|
3813
3816
|
|
|
3814
|
-
var
|
|
3817
|
+
var SlideDotSolid = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/slide_dot_solid" }), void 0)); };
|
|
3818
|
+
|
|
3819
|
+
var User = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user" }), void 0); };
|
|
3820
|
+
|
|
3821
|
+
var UserSolid = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_solid" }), void 0); };
|
|
3822
|
+
|
|
3823
|
+
var UserV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/user_v2" }), void 0); };
|
|
3815
3824
|
|
|
3816
3825
|
var Navigation = /*#__PURE__*/Object.freeze({
|
|
3817
3826
|
__proto__: null,
|
|
3818
|
-
Search: Search,
|
|
3819
|
-
User: User,
|
|
3820
|
-
ShoppingBag: ShoppingBag,
|
|
3821
|
-
ShoppingCart: ShoppingCart,
|
|
3822
|
-
MapMarker: MapMarker,
|
|
3823
|
-
Hamburger: Hamburger,
|
|
3824
3827
|
AddressInformation: AddressInformation,
|
|
3825
|
-
ClubMembership: ClubMembership,
|
|
3826
3828
|
Benefits: Benefits,
|
|
3827
|
-
|
|
3828
|
-
HomeSolid: HomeSolid,
|
|
3829
|
-
ShoppingBagV2: ShoppingBagV2,
|
|
3830
|
-
UserSolid: UserSolid,
|
|
3831
|
-
SlideDot: SlideDot$1,
|
|
3832
|
-
SlideDotSolid: SlideDotSolid,
|
|
3829
|
+
ClubMembership: ClubMembership,
|
|
3833
3830
|
Ellipsis: Ellipsis,
|
|
3834
3831
|
EllipsisHorizontal: EllipsisHorizontal,
|
|
3835
3832
|
Filters: Filters$1,
|
|
3833
|
+
Hamburger: Hamburger,
|
|
3834
|
+
Home: Home,
|
|
3835
|
+
HomeSolid: HomeSolid,
|
|
3836
|
+
Loading: Loading$1,
|
|
3836
3837
|
Lock: Lock,
|
|
3837
3838
|
LockSolid: LockSolid,
|
|
3838
|
-
|
|
3839
|
+
MapMarker: MapMarker,
|
|
3839
3840
|
MapSolid: MapSolid,
|
|
3840
3841
|
MenuLines: MenuLines,
|
|
3841
|
-
|
|
3842
|
-
|
|
3842
|
+
Search: Search,
|
|
3843
|
+
Shaperbox: Shaperbox,
|
|
3844
|
+
ShoppingBag: ShoppingBag,
|
|
3845
|
+
ShoppingBagV2: ShoppingBagV2,
|
|
3843
3846
|
ShoppingBagV3: ShoppingBagV3,
|
|
3844
|
-
|
|
3847
|
+
ShoppingCart: ShoppingCart,
|
|
3848
|
+
ShoppingCartV2: ShoppingCartV2,
|
|
3849
|
+
SlideDot: SlideDot$1,
|
|
3850
|
+
SlideDotSolid: SlideDotSolid,
|
|
3851
|
+
User: User,
|
|
3852
|
+
UserSolid: UserSolid,
|
|
3853
|
+
UserV2: UserV2
|
|
3845
3854
|
});
|
|
3846
3855
|
|
|
3847
3856
|
var BodConLabel = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/bod_con_label" }), void 0); };
|
|
@@ -3947,6 +3956,10 @@ var ErrorCross = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
|
|
|
3947
3956
|
|
|
3948
3957
|
var FlagUSA = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/flag_usa" }), void 0); };
|
|
3949
3958
|
|
|
3959
|
+
var FreeReturnsV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/free_returns_v2" }), void 0)); };
|
|
3960
|
+
|
|
3961
|
+
var FreeShippingV2 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/free_shipping_v2" }), void 0)); };
|
|
3962
|
+
|
|
3950
3963
|
var Hours = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/hours" }), void 0); };
|
|
3951
3964
|
|
|
3952
3965
|
var KlarnaLogo = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/klarna_logo" }), void 0); };
|
|
@@ -3995,6 +4008,8 @@ var PDP = /*#__PURE__*/Object.freeze({
|
|
|
3995
4008
|
DropEmpty: DropEmpty,
|
|
3996
4009
|
ErrorCross: ErrorCross,
|
|
3997
4010
|
FlagUSA: FlagUSA,
|
|
4011
|
+
FreeReturnsV2: FreeReturnsV2,
|
|
4012
|
+
FreeShippingV2: FreeShippingV2,
|
|
3998
4013
|
Hours: Hours,
|
|
3999
4014
|
KlarnaLogo: KlarnaLogo,
|
|
4000
4015
|
LightBulb: LightBulb,
|