@trafilea/afrodita-components 5.0.0-beta.294 → 5.0.0-beta.296

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
@@ -424,6 +424,8 @@ declare const ShapermintClubMobileLabel: ({ height, width }: IconProps) => JSX.E
424
424
 
425
425
  declare const ShapermintClubIcon: ({ height, width }: IconProps) => JSX.Element;
426
426
 
427
+ declare const ShapermintClubIcon2: ({ height, width }: IconProps) => JSX.Element;
428
+
427
429
  declare const BodConLabel: ({ height, width }: IconProps) => JSX.Element;
428
430
 
429
431
  declare const BodConMobileLabel: ({ height, width }: IconProps) => JSX.Element;
@@ -448,6 +450,7 @@ declare const Other_ExpressShipping: typeof ExpressShipping;
448
450
  declare const Other_ShapermintClubLabel: typeof ShapermintClubLabel;
449
451
  declare const Other_ShapermintClubMobileLabel: typeof ShapermintClubMobileLabel;
450
452
  declare const Other_ShapermintClubIcon: typeof ShapermintClubIcon;
453
+ declare const Other_ShapermintClubIcon2: typeof ShapermintClubIcon2;
451
454
  declare const Other_BodConLabel: typeof BodConLabel;
452
455
  declare const Other_BodConMobileLabel: typeof BodConMobileLabel;
453
456
  declare namespace Other {
@@ -474,6 +477,7 @@ declare namespace Other {
474
477
  Other_ShapermintClubLabel as ShapermintClubLabel,
475
478
  Other_ShapermintClubMobileLabel as ShapermintClubMobileLabel,
476
479
  Other_ShapermintClubIcon as ShapermintClubIcon,
480
+ Other_ShapermintClubIcon2 as ShapermintClubIcon2,
477
481
  Other_BodConLabel as BodConLabel,
478
482
  Other_BodConMobileLabel as BodConMobileLabel,
479
483
  };
@@ -3046,6 +3050,33 @@ interface SelectedOption {
3046
3050
  }
3047
3051
  declare const SizeDropdown: React.FC<DropdownProps>;
3048
3052
 
3053
+ interface IAutoshipProps {
3054
+ singlePurchaseLabel: string;
3055
+ subscriptionLabel: string;
3056
+ tooltipContent?: {
3057
+ text: string;
3058
+ color?: string;
3059
+ };
3060
+ tooltipHeader?: {
3061
+ title: string;
3062
+ };
3063
+ pricing?: {
3064
+ originalPrice: number;
3065
+ discountedPrice: number;
3066
+ discountPercentage: number;
3067
+ };
3068
+ frequencyValues?: Array<number>;
3069
+ frequencyUnit?: string;
3070
+ autoshipBenefits: string[];
3071
+ onChange: (values: {
3072
+ subscriptionPeriod: number;
3073
+ autoship: boolean;
3074
+ originalPrice: number;
3075
+ discountedPrice: number;
3076
+ }) => void;
3077
+ }
3078
+ declare const Autoship: ({ tooltipContent, tooltipHeader, pricing, frequencyValues, frequencyUnit, autoshipBenefits, onChange, singlePurchaseLabel, subscriptionLabel, }: IAutoshipProps) => JSX.Element;
3079
+
3049
3080
  declare global {
3050
3081
  interface Events {
3051
3082
  modal: {
@@ -3089,4 +3120,4 @@ declare const getSrcSet: (imgLink: string, ...breakpoints: number[]) => string;
3089
3120
 
3090
3121
  declare const mediaQueries: facepaint.DynamicStyleFunction;
3091
3122
 
3092
- export { AbsorbencyLevel, Accordion, AccordionOptions, AmazonButton, AssetsProvider, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, BuyNowPayLater, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, ClubOfferTag, ClubRadioGroupInput, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownDialog, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, HurryUp, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MotivatorProgressBar, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, PackSelectorV2, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProductGalleryMobileV2, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, RadioPrimary, Rating, Review$1 as Review, Review as ReviewDetail, ReviewsHeader, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeChartTable, SizeDropdown, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, StrengthBars, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, TrackingProgress, TrackingProgressV2, WithTestId, decimalFormat, formatPrice, getSrcSet, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, mediaQueries, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
3123
+ export { AbsorbencyLevel, Accordion, AccordionOptions, AmazonButton, AssetsProvider, Autoship, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, BuyNowPayLater, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, ClubOfferTag, ClubRadioGroupInput, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownDialog, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, HurryUp, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MotivatorProgressBar, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, PackSelectorV2, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProductGalleryMobileV2, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, RadioPrimary, Rating, Review$1 as Review, Review as ReviewDetail, ReviewsHeader, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeChartTable, SizeDropdown, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, StrengthBars, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, TrackingProgress, TrackingProgressV2, WithTestId, decimalFormat, formatPrice, getSrcSet, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, mediaQueries, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };