@trafilea/afrodita-components 6.6.5 → 6.7.0
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 +13 -1
- package/build/index.esm.js +10 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +10 -1
- package/build/index.js.map +1 -1
- package/build/theme/shapermint.theme.js +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ declare type StyledIconProps = {
|
|
|
49
49
|
|
|
50
50
|
declare type Actions$1 = 'actions/add' | 'actions/check_box_empty' | 'actions/check_box_light' | 'actions/check_box_solid' | 'actions/check' | 'actions/circle_check' | 'actions/circle_clear' | 'actions/circle_info' | 'actions/circle_minus' | 'actions/circle_plus' | 'actions/circle_question' | 'actions/circle_solid_check' | 'actions/circle_solid_clear' | 'actions/circle_solid_info' | 'actions/circle_solid_minus' | 'actions/circle_solid_plus' | 'actions/circle_solid_question' | 'actions/circle_solid_styled_check' | 'actions/circle_solid_warning' | 'actions/circle_warning' | 'actions/clear_light' | 'actions/close' | 'actions/copy_outlined' | 'actions/copy' | 'actions/edit' | 'actions/light_check' | 'actions/light_exclamation' | 'actions/like_solid' | 'actions/like' | 'actions/minus' | 'actions/not_allowed' | 'actions/question' | 'actions/radio_empty' | 'actions/radio_filled' | 'actions/settings_solid' | 'actions/settings' | 'actions/share' | 'actions/signout' | 'actions/trash' | 'actions/warning';
|
|
51
51
|
declare type Arrows$1 = 'arrows/chevron_down' | 'arrows/chevron_down_variant' | 'arrows/chevron_left' | 'arrows/chevron_left_lite' | 'arrows/chevron_left_variant' | 'arrows/chevron_right' | 'arrows/chevron_right_lite' | 'arrows/chevron_right_variant' | 'arrows/chevron_up' | 'arrows/chevron_up_solid' | 'arrows/chevron_up_variant' | 'arrows/circle_chevron_down' | 'arrows/circle_chevron_left' | 'arrows/circle_chevron_right' | 'arrows/circle_chevron_up' | 'arrows/circle_line_down' | 'arrows/circle_line_left' | 'arrows/circle_line_right' | 'arrows/circle_line_up' | 'arrows/circle_up' | 'arrows/double_arrow_up';
|
|
52
|
-
declare type Custom$1 = 'custom/atom' | 'custom/bra' | 'custom/bubbles' | 'custom/bullet_one' | 'custom/bullet_three' | 'custom/bullet_two' | 'custom/certified' | 'custom/clinically_tested' | 'custom/cruelty_free' | 'custom/fair_advantages' | 'custom/frown' | 'custom/frown' | 'custom/money_flow' | 'custom/new_sixty_days_guarantee' | 'custom/packs_and_bundles' | 'custom/seamless_support_bra' | 'custom/sixty_days_bold' | 'custom/sixty_days_guarantee' | 'custom/smiling' | 'custom/subscription' | 'custom/thumbs_down' | 'custom/thumbs_up' | 'custom/underwear' | 'custom/wire_free_comfort' | 'custom/wire_free_comfort_bold' | 'custom/tk_sixty_days_bold';
|
|
52
|
+
declare type Custom$1 = 'custom/atom' | 'custom/bra' | 'custom/bubbles' | 'custom/bullet_one' | 'custom/bullet_three' | 'custom/bullet_two' | 'custom/certified' | 'custom/clinically_tested' | 'custom/cruelty_free' | 'custom/fair_advantages' | 'custom/frown' | 'custom/frown' | 'custom/money_flow' | 'custom/new_sixty_days_guarantee' | 'custom/packs_and_bundles' | 'custom/seamless_support_bra' | 'custom/sixty_days_bold' | 'custom/sixty_days_guarantee' | 'custom/smiling' | 'custom/subscription' | 'custom/thumbs_down' | 'custom/thumbs_up' | 'custom/underwear' | 'custom/wire_free_comfort' | 'custom/wire_free_comfort_bold' | 'custom/tk_sixty_days_bold' | 'custom/free_shipping_truck' | 'custom/higher_discounts' | 'custom/priority_support';
|
|
53
53
|
declare type Download$1 = 'download/apple_store' | 'download/google_play';
|
|
54
54
|
declare type Emoji$1 = 'emoji/blowing_kiss' | 'emoji/frowning' | 'emoji/grinning' | 'emoji/grinning_with_sweat' | 'emoji/relieved' | 'emoji/smiling_v2' | 'emoji/thinking';
|
|
55
55
|
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';
|
|
@@ -376,6 +376,12 @@ declare const WireFreeComfort: IconComponent;
|
|
|
376
376
|
|
|
377
377
|
declare const WireFreeComfortBold: IconComponent;
|
|
378
378
|
|
|
379
|
+
declare const FreeShippingTruck: IconComponent;
|
|
380
|
+
|
|
381
|
+
declare const HigherDiscounts: IconComponent;
|
|
382
|
+
|
|
383
|
+
declare const PrioritySupport: IconComponent;
|
|
384
|
+
|
|
379
385
|
declare const Custom_Atom: typeof Atom;
|
|
380
386
|
declare const Custom_Bra: typeof Bra;
|
|
381
387
|
declare const Custom_Bubbles: typeof Bubbles;
|
|
@@ -401,6 +407,9 @@ declare const Custom_TkSixtyDaysBold: typeof TkSixtyDaysBold;
|
|
|
401
407
|
declare const Custom_Underwear: typeof Underwear;
|
|
402
408
|
declare const Custom_WireFreeComfort: typeof WireFreeComfort;
|
|
403
409
|
declare const Custom_WireFreeComfortBold: typeof WireFreeComfortBold;
|
|
410
|
+
declare const Custom_FreeShippingTruck: typeof FreeShippingTruck;
|
|
411
|
+
declare const Custom_HigherDiscounts: typeof HigherDiscounts;
|
|
412
|
+
declare const Custom_PrioritySupport: typeof PrioritySupport;
|
|
404
413
|
declare namespace Custom {
|
|
405
414
|
export {
|
|
406
415
|
Custom_Atom as Atom,
|
|
@@ -428,6 +437,9 @@ declare namespace Custom {
|
|
|
428
437
|
Custom_Underwear as Underwear,
|
|
429
438
|
Custom_WireFreeComfort as WireFreeComfort,
|
|
430
439
|
Custom_WireFreeComfortBold as WireFreeComfortBold,
|
|
440
|
+
Custom_FreeShippingTruck as FreeShippingTruck,
|
|
441
|
+
Custom_HigherDiscounts as HigherDiscounts,
|
|
442
|
+
Custom_PrioritySupport as PrioritySupport,
|
|
431
443
|
};
|
|
432
444
|
}
|
|
433
445
|
|
package/build/index.esm.js
CHANGED
|
@@ -3556,6 +3556,12 @@ var WireFreeComfort = function (props) { return (jsx$1(Icon$1, __assign$1({}, pr
|
|
|
3556
3556
|
|
|
3557
3557
|
var WireFreeComfortBold = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort_bold" }), void 0)); };
|
|
3558
3558
|
|
|
3559
|
+
var FreeShippingTruck = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "custom/free_shipping_truck" }), void 0)); };
|
|
3560
|
+
|
|
3561
|
+
var HigherDiscounts = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "custom/higher_discounts" }), void 0)); };
|
|
3562
|
+
|
|
3563
|
+
var PrioritySupport = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "custom/priority_support" }), void 0)); };
|
|
3564
|
+
|
|
3559
3565
|
var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
3560
3566
|
__proto__: null,
|
|
3561
3567
|
Atom: Atom,
|
|
@@ -3582,7 +3588,10 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
|
3582
3588
|
TkSixtyDaysBold: TkSixtyDaysBold,
|
|
3583
3589
|
Underwear: Underwear,
|
|
3584
3590
|
WireFreeComfort: WireFreeComfort,
|
|
3585
|
-
WireFreeComfortBold: WireFreeComfortBold
|
|
3591
|
+
WireFreeComfortBold: WireFreeComfortBold,
|
|
3592
|
+
FreeShippingTruck: FreeShippingTruck,
|
|
3593
|
+
HigherDiscounts: HigherDiscounts,
|
|
3594
|
+
PrioritySupport: PrioritySupport
|
|
3586
3595
|
});
|
|
3587
3596
|
|
|
3588
3597
|
var AppleStore = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "download/apple_store" }), void 0); };
|