@trafilea/afrodita-components 5.0.0-beta.180 → 5.0.0-beta.182
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 +22 -2
- package/build/index.esm.js +358 -327
- package/build/index.esm.js.map +1 -1
- package/build/index.js +359 -327
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2458,6 +2458,26 @@ declare type SpacingProps = {
|
|
|
2458
2458
|
};
|
|
2459
2459
|
declare const Spacing: FC<SpacingProps>;
|
|
2460
2460
|
|
|
2461
|
+
interface PackOption$1 {
|
|
2462
|
+
label: string;
|
|
2463
|
+
description: string;
|
|
2464
|
+
meta: {
|
|
2465
|
+
discountPercentage: number;
|
|
2466
|
+
originalPrice: number;
|
|
2467
|
+
price: number;
|
|
2468
|
+
quantity: number;
|
|
2469
|
+
icon: string;
|
|
2470
|
+
tag?: string;
|
|
2471
|
+
};
|
|
2472
|
+
}
|
|
2473
|
+
interface PackSelectorProps$1 {
|
|
2474
|
+
packs: PackOption$1[];
|
|
2475
|
+
selectedValue: PackOption$1;
|
|
2476
|
+
onChange: (size: PackOption$1) => void;
|
|
2477
|
+
currencyCode?: string;
|
|
2478
|
+
}
|
|
2479
|
+
declare const PackSelector: FC<PackSelectorProps$1>;
|
|
2480
|
+
|
|
2461
2481
|
interface PackOption {
|
|
2462
2482
|
label: string;
|
|
2463
2483
|
description: string;
|
|
@@ -2476,7 +2496,7 @@ interface PackSelectorProps {
|
|
|
2476
2496
|
onChange: (size: PackOption) => void;
|
|
2477
2497
|
currencyCode?: string;
|
|
2478
2498
|
}
|
|
2479
|
-
declare const
|
|
2499
|
+
declare const PackSelectorV2: FC<PackSelectorProps>;
|
|
2480
2500
|
|
|
2481
2501
|
interface FiltersProps {
|
|
2482
2502
|
values: Filter[];
|
|
@@ -2703,4 +2723,4 @@ declare const formatPrice: (value: number, { locale, currency }?: {
|
|
|
2703
2723
|
currency?: string | undefined;
|
|
2704
2724
|
}) => string;
|
|
2705
2725
|
|
|
2706
|
-
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, ProductGalleryMobileV2, 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 };
|
|
2726
|
+
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, PackSelectorV2, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProductGalleryMobileV2, 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 };
|