@trafilea/afrodita-components 5.0.0-beta.74 → 5.0.0-beta.75

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
@@ -119,12 +119,24 @@ interface SearchBarOptionItem {
119
119
  price: string;
120
120
  title: string;
121
121
  optionUrl: string;
122
+ }
123
+ interface imageVideoProps {
124
+ imageLink: string;
125
+ isVideo?: {
126
+ videoTitle?: string;
127
+ videoSubtitle?: string;
128
+ textColor?: string;
129
+ videoLink?: string;
130
+ };
131
+ isMobile?: boolean;
122
132
  }
123
133
 
124
134
  declare const SixtyDaysGuarantee: ({ height, width, fill, title }: IconProps) => JSX.Element;
125
135
 
126
136
  declare const Frown: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
127
137
 
138
+ declare const Smiling: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
139
+
128
140
  declare const BulletOne: ({ height, width, fill, title }: IconProps) => JSX.Element;
129
141
 
130
142
  declare const BulletTwo: ({ height, width, fill, title }: IconProps) => JSX.Element;
@@ -133,6 +145,7 @@ declare const BulletThree: ({ height, width, fill, title }: IconProps) => JSX.El
133
145
 
134
146
  declare const Custom_SixtyDaysGuarantee: typeof SixtyDaysGuarantee;
135
147
  declare const Custom_Frown: typeof Frown;
148
+ declare const Custom_Smiling: typeof Smiling;
136
149
  declare const Custom_BulletOne: typeof BulletOne;
137
150
  declare const Custom_BulletTwo: typeof BulletTwo;
138
151
  declare const Custom_BulletThree: typeof BulletThree;
@@ -140,6 +153,7 @@ declare namespace Custom {
140
153
  export {
141
154
  Custom_SixtyDaysGuarantee as SixtyDaysGuarantee,
142
155
  Custom_Frown as Frown,
156
+ Custom_Smiling as Smiling,
143
157
  Custom_BulletOne as BulletOne,
144
158
  Custom_BulletTwo as BulletTwo,
145
159
  Custom_BulletThree as BulletThree,
@@ -461,6 +475,8 @@ interface IconWrapperProps {
461
475
 
462
476
  declare const Mail: ({ height, width, }: Pick<IconWrapperProps, 'width' | 'height'>) => JSX.Element;
463
477
 
478
+ declare const Community$1: ({ height, width, fill }: IconProps) => JSX.Element;
479
+
464
480
  declare const Messaging_QuestionCircle: typeof QuestionCircle;
465
481
  declare const Messaging_Messenger: typeof Messenger;
466
482
  declare const Messaging_Comment: typeof Comment;
@@ -471,6 +487,7 @@ declare namespace Messaging {
471
487
  Messaging_Messenger as Messenger,
472
488
  Messaging_Comment as Comment,
473
489
  Messaging_Mail as Mail,
490
+ Community$1 as Community,
474
491
  };
475
492
  }
476
493
 
@@ -1945,6 +1962,22 @@ interface NoteProps {
1945
1962
  }
1946
1963
  declare const Note: ({ accentColor, color, backgroundColor, importantNoteText, text, }: NoteProps) => JSX.Element;
1947
1964
 
1965
+ interface TextWithImageProps {
1966
+ title: string;
1967
+ text: string;
1968
+ buttomText: string;
1969
+ backgroundColor: string;
1970
+ imageLeftSide?: boolean;
1971
+ URLLink?: string;
1972
+ onButtonClick?: () => void;
1973
+ isRedirectionURL: boolean;
1974
+ btnBGColor?: string;
1975
+ btnHoverBGColor?: string;
1976
+ imgVideo: imageVideoProps;
1977
+ contentAfterButton?: React.ReactNode;
1978
+ }
1979
+ declare const TextWithImage: ({ title, text, buttomText, backgroundColor, imageLeftSide, ...props }: TextWithImageProps) => _emotion_react_jsx_runtime.JSX.Element;
1980
+
1948
1981
  declare global {
1949
1982
  interface Events {
1950
1983
  modal: {
@@ -1984,4 +2017,4 @@ declare const formatPrice: (value: number, { locale, currency }?: {
1984
2017
  currency?: string | undefined;
1985
2018
  }) => string;
1986
2019
 
1987
- export { Accordion, AmazonButton, AssetsProvider, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, Tab, Tabs, Text, TextButton, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, WithTestId, decimalFormat, formatPrice, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
2020
+ export { Accordion, AmazonButton, AssetsProvider, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, WithTestId, decimalFormat, formatPrice, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };