@trafilea/afrodita-components 6.39.8 → 6.39.9
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 +5 -1
- package/build/index.esm.js +3 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -155,7 +155,7 @@ declare type Custom$1 = 'custom/atom' | 'custom/avatar_placeholder' | 'custom/br
|
|
|
155
155
|
declare type Download$1 = 'download/apple_store' | 'download/google_play';
|
|
156
156
|
declare type Emoji$1 = 'emoji/blowing_kiss' | 'emoji/frowning' | 'emoji/grinning' | 'emoji/grinning_with_sweat' | 'emoji/relieved' | 'emoji/smiling_v2' | 'emoji/smiling_v3' | 'emoji/thinking';
|
|
157
157
|
declare type Messaging$1 = 'messaging/ada_chat' | 'messaging/comment' | 'messaging/comment_dots' | 'messaging/comment_light' | 'messaging/comment_money' | 'messaging/community' | 'messaging/light' | 'messaging/light_bulb' | 'messaging/light_bulb_solid' | 'messaging/mail' | 'messaging/messenger' | 'messaging/question_circle' | 'messaging/quote_left' | 'messaging/quote_right' | 'messaging/quote_solid_left' | 'messaging/quote_solid_right' | 'messaging/question_circle_light';
|
|
158
|
-
declare type MyAccount$1 = 'myaccount/birthday_gifts' | 'myaccount/community' | 'myaccount/deals_offers' | 'myaccount/free_returns' | 'myaccount/free_shipping' | 'myaccount/guard' | 'myaccount/members_only_discount' | 'myaccount/members_only_discount_opposite' | 'myaccount/personal_stylist' | 'myaccount/priority_shipping' | 'myaccount/profile' | 'myaccount/place_image' | 'myaccount/sale_tag' | 'myaccount/style_fashion_content' | 'myaccount/cart' | 'myaccount/vip';
|
|
158
|
+
declare type MyAccount$1 = 'myaccount/birthday_gifts' | 'myaccount/community' | 'myaccount/deals_offers' | 'myaccount/free_returns' | 'myaccount/free_shipping' | 'myaccount/guard' | 'myaccount/members_only_discount' | 'myaccount/members_only_discount_opposite' | 'myaccount/personal_stylist' | 'myaccount/priority_shipping' | 'myaccount/profile' | 'myaccount/place_image' | 'myaccount/sale_tag' | 'myaccount/style_fashion_content' | 'myaccount/cart' | 'myaccount/vip' | 'myaccount/calendar';
|
|
159
159
|
declare type Navigation$1 = 'navigation/address_information' | 'navigation/benefits' | 'navigation/club_membership' | 'navigation/ellipsis' | 'navigation/ellipsis_horizontal' | 'navigation/filters' | 'navigation/hamburger' | 'navigation/home' | 'navigation/home_solid' | 'navigation/loading' | 'navigation/lock' | 'navigation/lock_solid' | 'navigation/map_marker' | 'navigation/map_marker_light' | 'navigation/map_solid' | 'navigation/menu_lines' | 'navigation/search' | 'navigation/shaperbox' | 'navigation/shopping_bag' | 'navigation/shopping_bag_v2' | 'navigation/shopping_bag_v3' | 'navigation/shopping_bag_v4' | 'navigation/shopping_cart' | 'navigation/shopping_cart_v2' | 'navigation/slide_dot' | 'navigation/slide_dot_solid' | 'navigation/user' | 'navigation/address_information_light' | 'navigation/user_solid' | 'navigation/user_v2' | 'navigation/filters_v2' | 'navigation/gift';
|
|
160
160
|
declare type Other$1 = 'other/bod_con_label' | 'other/bod_con_mobile_label' | 'other/call_us' | 'other/chat' | 'other/email' | 'other/express_shipping' | 'other/fit_guarantee' | 'other/fit_predictor' | 'other/free_exchange' | 'other/get_discount' | 'other/hassel_free_returns' | 'other/loading' | 'other/mc_afee' | 'other/play' | 'other/qr_code' | 'other/question_with_circle' | 'other/revel_beauty' | 'other/shapermint' | 'other/shapermint_club_icon' | 'other/shapermint_club_icon2' | 'other/shapermint_club_label' | 'other/shapermint_club_mobile_label' | 'other/shapermint_logo' | 'other/shm_club' | 'other/shop_now' | 'other/sign_form' | 'other/sixty_days_tsd' | 'other/the_bod_con' | 'other/the_spa_dr' | 'other/lock' | 'other/help_center' | 'other/coupons';
|
|
161
161
|
declare type Payment$1 = 'payment/amazon' | 'payment/amex' | 'payment/jcb' | 'payment/klarna' | 'payment/master_card' | 'payment/paypal' | 'payment/visa' | 'payment/payment_methods';
|
|
@@ -720,6 +720,8 @@ declare namespace Messaging {
|
|
|
720
720
|
|
|
721
721
|
declare const BirthdayGifts: IconComponent;
|
|
722
722
|
|
|
723
|
+
declare const Calendar: IconComponent;
|
|
724
|
+
|
|
723
725
|
declare const Cart: IconComponent;
|
|
724
726
|
|
|
725
727
|
declare const Community: IconComponent;
|
|
@@ -751,6 +753,7 @@ declare const StyleFashionContent: IconComponent;
|
|
|
751
753
|
declare const VIP: IconComponent;
|
|
752
754
|
|
|
753
755
|
declare const MyAccount_BirthdayGifts: typeof BirthdayGifts;
|
|
756
|
+
declare const MyAccount_Calendar: typeof Calendar;
|
|
754
757
|
declare const MyAccount_Cart: typeof Cart;
|
|
755
758
|
declare const MyAccount_Community: typeof Community;
|
|
756
759
|
declare const MyAccount_DealsOffers: typeof DealsOffers;
|
|
@@ -769,6 +772,7 @@ declare const MyAccount_VIP: typeof VIP;
|
|
|
769
772
|
declare namespace MyAccount {
|
|
770
773
|
export {
|
|
771
774
|
MyAccount_BirthdayGifts as BirthdayGifts,
|
|
775
|
+
MyAccount_Calendar as Calendar,
|
|
772
776
|
MyAccount_Cart as Cart,
|
|
773
777
|
MyAccount_Community as Community,
|
|
774
778
|
MyAccount_DealsOffers as DealsOffers,
|
package/build/index.esm.js
CHANGED
|
@@ -4340,6 +4340,8 @@ var Messaging = /*#__PURE__*/Object.freeze({
|
|
|
4340
4340
|
|
|
4341
4341
|
var BirthdayGifts = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "myaccount/birthday_gifts" }), void 0)); };
|
|
4342
4342
|
|
|
4343
|
+
var Calendar = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "myaccount/calendar" }), void 0); };
|
|
4344
|
+
|
|
4343
4345
|
var Cart = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "myaccount/cart" }), void 0); };
|
|
4344
4346
|
|
|
4345
4347
|
var Community = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "myaccount/community" }), void 0); };
|
|
@@ -4373,6 +4375,7 @@ var VIP = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name:
|
|
|
4373
4375
|
var MyAccount = /*#__PURE__*/Object.freeze({
|
|
4374
4376
|
__proto__: null,
|
|
4375
4377
|
BirthdayGifts: BirthdayGifts,
|
|
4378
|
+
Calendar: Calendar,
|
|
4376
4379
|
Cart: Cart,
|
|
4377
4380
|
Community: Community,
|
|
4378
4381
|
DealsOffers: DealsOffers,
|