@trafilea/afrodita-components 5.0.0-beta.276 → 5.0.0-beta.278
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 +16 -1
- package/build/index.esm.js +447 -412
- package/build/index.esm.js.map +1 -1
- package/build/index.js +447 -411
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -602,6 +602,8 @@ declare const NewClock: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
|
602
602
|
|
|
603
603
|
declare const KlarnaLogo: ({ height, width }: IconProps) => JSX.Element;
|
|
604
604
|
|
|
605
|
+
declare const TrustBadge: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
606
|
+
|
|
605
607
|
declare const PDP_Clock: typeof Clock;
|
|
606
608
|
declare const PDP_FlagUSA: typeof FlagUSA;
|
|
607
609
|
declare const PDP_Minus: typeof Minus;
|
|
@@ -624,6 +626,7 @@ declare const PDP_Moon: typeof Moon;
|
|
|
624
626
|
declare const PDP_Hours: typeof Hours;
|
|
625
627
|
declare const PDP_NewClock: typeof NewClock;
|
|
626
628
|
declare const PDP_KlarnaLogo: typeof KlarnaLogo;
|
|
629
|
+
declare const PDP_TrustBadge: typeof TrustBadge;
|
|
627
630
|
declare namespace PDP {
|
|
628
631
|
export {
|
|
629
632
|
PDP_Clock as Clock,
|
|
@@ -649,6 +652,7 @@ declare namespace PDP {
|
|
|
649
652
|
PDP_Hours as Hours,
|
|
650
653
|
PDP_NewClock as NewClock,
|
|
651
654
|
PDP_KlarnaLogo as KlarnaLogo,
|
|
655
|
+
PDP_TrustBadge as TrustBadge,
|
|
652
656
|
};
|
|
653
657
|
}
|
|
654
658
|
|
|
@@ -3021,6 +3025,17 @@ interface StrengthBarProps {
|
|
|
3021
3025
|
}
|
|
3022
3026
|
declare const StrengthBars: ({ barsFilled, supportText }: StrengthBarProps) => JSX.Element;
|
|
3023
3027
|
|
|
3028
|
+
interface DropdownProps {
|
|
3029
|
+
options: SelectedOption[];
|
|
3030
|
+
defaultLabel: string;
|
|
3031
|
+
onOptionSelect: (option: string) => void;
|
|
3032
|
+
}
|
|
3033
|
+
interface SelectedOption {
|
|
3034
|
+
size: string;
|
|
3035
|
+
detail: string;
|
|
3036
|
+
}
|
|
3037
|
+
declare const SizeDropdown: React.FC<DropdownProps>;
|
|
3038
|
+
|
|
3024
3039
|
declare global {
|
|
3025
3040
|
interface Events {
|
|
3026
3041
|
modal: {
|
|
@@ -3064,4 +3079,4 @@ declare const getSrcSet: (imgLink: string, ...breakpoints: number[]) => string;
|
|
|
3064
3079
|
|
|
3065
3080
|
declare const mediaQueries: facepaint.DynamicStyleFunction;
|
|
3066
3081
|
|
|
3067
|
-
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, 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 };
|
|
3082
|
+
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 };
|