@trafilea/afrodita-components 6.6.3 → 6.6.5

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 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';
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';
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';
@@ -368,6 +368,8 @@ declare const ThumbsDown: IconComponent;
368
368
 
369
369
  declare const ThumbsUp: IconComponent;
370
370
 
371
+ declare const TkSixtyDaysBold: IconComponent;
372
+
371
373
  declare const Underwear: IconComponent;
372
374
 
373
375
  declare const WireFreeComfort: IconComponent;
@@ -395,6 +397,7 @@ declare const Custom_Smiling: typeof Smiling;
395
397
  declare const Custom_Subscription: typeof Subscription;
396
398
  declare const Custom_ThumbsDown: typeof ThumbsDown;
397
399
  declare const Custom_ThumbsUp: typeof ThumbsUp;
400
+ declare const Custom_TkSixtyDaysBold: typeof TkSixtyDaysBold;
398
401
  declare const Custom_Underwear: typeof Underwear;
399
402
  declare const Custom_WireFreeComfort: typeof WireFreeComfort;
400
403
  declare const Custom_WireFreeComfortBold: typeof WireFreeComfortBold;
@@ -421,6 +424,7 @@ declare namespace Custom {
421
424
  Custom_Subscription as Subscription,
422
425
  Custom_ThumbsDown as ThumbsDown,
423
426
  Custom_ThumbsUp as ThumbsUp,
427
+ Custom_TkSixtyDaysBold as TkSixtyDaysBold,
424
428
  Custom_Underwear as Underwear,
425
429
  Custom_WireFreeComfort as WireFreeComfort,
426
430
  Custom_WireFreeComfortBold as WireFreeComfortBold,
@@ -3548,6 +3548,8 @@ var ThumbsDown = function (props) { return jsx$1(Icon$1, __assign$1({}, props, {
3548
3548
 
3549
3549
  var ThumbsUp = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "custom/thumbs_up" }), void 0); };
3550
3550
 
3551
+ var TkSixtyDaysBold = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "custom/tk_sixty_days_bold" }), void 0)); };
3552
+
3551
3553
  var Underwear = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "custom/underwear" }), void 0); };
3552
3554
 
3553
3555
  var WireFreeComfort = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort" }), void 0)); };
@@ -3577,6 +3579,7 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
3577
3579
  Subscription: Subscription,
3578
3580
  ThumbsDown: ThumbsDown,
3579
3581
  ThumbsUp: ThumbsUp,
3582
+ TkSixtyDaysBold: TkSixtyDaysBold,
3580
3583
  Underwear: Underwear,
3581
3584
  WireFreeComfort: WireFreeComfort,
3582
3585
  WireFreeComfortBold: WireFreeComfortBold