@trafilea/afrodita-components 5.0.0-beta.154 → 5.0.0-beta.155
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 +28 -3
- package/build/index.esm.js +450 -421
- package/build/index.esm.js.map +1 -1
- package/build/index.js +451 -421
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2012,7 +2012,7 @@ interface ProductOrderItemProps {
|
|
|
2012
2012
|
}
|
|
2013
2013
|
declare const SimpleOrderItem: ({ title, subtitle, image, price, tag, quantity, finalPriceStyle, }: ProductOrderItemProps) => JSX.Element;
|
|
2014
2014
|
|
|
2015
|
-
interface ReviewProps {
|
|
2015
|
+
interface ReviewProps$1 {
|
|
2016
2016
|
reviewerName: string;
|
|
2017
2017
|
date: Date;
|
|
2018
2018
|
rating: number;
|
|
@@ -2028,7 +2028,7 @@ interface ReviewProps {
|
|
|
2028
2028
|
};
|
|
2029
2029
|
reviewVariant?: string;
|
|
2030
2030
|
}
|
|
2031
|
-
declare const Review: ({ reviewerName, date, rating, stars, title, description, image, reviewVariant, }: ReviewProps) => JSX.Element;
|
|
2031
|
+
declare const Review$1: ({ reviewerName, date, rating, stars, title, description, image, reviewVariant, }: ReviewProps$1) => JSX.Element;
|
|
2032
2032
|
|
|
2033
2033
|
interface SliderNavigationProps {
|
|
2034
2034
|
children: JSX.Element | JSX.Element[] | StyledComponent<any>;
|
|
@@ -2352,10 +2352,12 @@ declare type ModalProps = {
|
|
|
2352
2352
|
id: string;
|
|
2353
2353
|
dismissable?: boolean;
|
|
2354
2354
|
maxFullScreen?: boolean;
|
|
2355
|
+
padding?: string;
|
|
2355
2356
|
};
|
|
2356
2357
|
interface ContainerProps {
|
|
2357
2358
|
maxFullScreen: boolean;
|
|
2358
2359
|
opened?: boolean;
|
|
2360
|
+
padding?: string;
|
|
2359
2361
|
}
|
|
2360
2362
|
declare const Overlay: _emotion_styled.StyledComponent<{
|
|
2361
2363
|
theme?: _emotion_react.Theme | undefined;
|
|
@@ -2585,6 +2587,29 @@ interface ReviewsHeaderProps {
|
|
|
2585
2587
|
}
|
|
2586
2588
|
declare const ReviewsHeader: ({ title, rating, reviews, reviewsText, reviewsSummary, onClickReview, }: ReviewsHeaderProps) => JSX.Element;
|
|
2587
2589
|
|
|
2590
|
+
interface ReviewProps {
|
|
2591
|
+
reviewerName: string;
|
|
2592
|
+
date: Date;
|
|
2593
|
+
rating: number;
|
|
2594
|
+
stars: {
|
|
2595
|
+
color: string;
|
|
2596
|
+
size: ComponentSize.Medium | ComponentSize.Small;
|
|
2597
|
+
};
|
|
2598
|
+
title: string;
|
|
2599
|
+
description: string;
|
|
2600
|
+
image?: {
|
|
2601
|
+
src: string;
|
|
2602
|
+
alt: string;
|
|
2603
|
+
};
|
|
2604
|
+
modalId: string;
|
|
2605
|
+
maxFullScreen?: boolean;
|
|
2606
|
+
verified?: boolean;
|
|
2607
|
+
productImage?: string;
|
|
2608
|
+
productTitle?: string;
|
|
2609
|
+
productLink?: string;
|
|
2610
|
+
}
|
|
2611
|
+
declare const Review: ({ reviewerName, date, rating, stars, title, description, image, modalId, maxFullScreen, verified, productImage, productTitle, productLink, }: ReviewProps) => JSX.Element;
|
|
2612
|
+
|
|
2588
2613
|
declare global {
|
|
2589
2614
|
interface Events {
|
|
2590
2615
|
modal: {
|
|
@@ -2624,4 +2649,4 @@ declare const formatPrice: (value: number, { locale, currency }?: {
|
|
|
2624
2649
|
currency?: string | undefined;
|
|
2625
2650
|
}) => string;
|
|
2626
2651
|
|
|
2627
|
-
export { Accordion, AccordionOptions, AmazonButton, AssetsProvider, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownDialog, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ReviewsHeader, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeChartTable, 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, TrackingProgress, WithTestId, decimalFormat, formatPrice, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
|
|
2652
|
+
export { Accordion, AccordionOptions, AmazonButton, AssetsProvider, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownDialog, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review$1 as Review, Review as ReviewDetail, ReviewsHeader, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeChartTable, 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, TrackingProgress, WithTestId, decimalFormat, formatPrice, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
|