@gem-sdk/components 17.0.0-dev.80 → 17.0.0-dev.82

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.
Files changed (91) hide show
  1. package/dist/cjs/cart/components/CartList.js +1 -1
  2. package/dist/cjs/cart/index.js +1 -1
  3. package/dist/cjs/collection/index.js +1 -1
  4. package/dist/cjs/common/components/NoDataState.js +1 -0
  5. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  6. package/dist/cjs/grid/components/row/Row.js +1 -1
  7. package/dist/cjs/grid/components/row/common/styles.js +0 -1
  8. package/dist/cjs/grid/components/section/Section.js +1 -1
  9. package/dist/cjs/grid/components/section/lazyload/LazySectionWrapper.js +1 -0
  10. package/dist/cjs/grid/components/section/lazyload/lazyInteractionTrigger.js +1 -0
  11. package/dist/cjs/grid/components/section/lazyload/lazySectionCoordinator.js +1 -0
  12. package/dist/cjs/grid/components/server/Col.server.js +1 -0
  13. package/dist/cjs/grid/components/server/Root.server.js +1 -0
  14. package/dist/cjs/grid/components/server/Row.server.js +1 -0
  15. package/dist/cjs/grid/components/server/RowEmbeded.client.js +2 -0
  16. package/dist/cjs/grid/components/server/Section.server.js +1 -0
  17. package/dist/cjs/grid/index.js +1 -1
  18. package/dist/cjs/header/components/kind/basic/index.js +1 -1
  19. package/dist/cjs/header/components/kind/modern/index.js +1 -1
  20. package/dist/cjs/header/components/server/Header.server.js +1 -0
  21. package/dist/cjs/header/index.js +1 -1
  22. package/dist/cjs/heading/components/server/Heading.server.js +1 -0
  23. package/dist/cjs/hero-banner/index.js +1 -1
  24. package/dist/cjs/icon/components/server/Icon.server.js +1 -0
  25. package/dist/cjs/icon-list-hoz/components/server/IconListHoz.server.js +1 -0
  26. package/dist/cjs/icon-list-hoz/components/server/IconListHozItem.server.js +1 -0
  27. package/dist/cjs/icon-list-v2/components/server/IconList.server.js +1 -0
  28. package/dist/cjs/image/common/attrsServer.js +1 -0
  29. package/dist/cjs/image/common/classes.js +1 -1
  30. package/dist/cjs/image/components/server/AdaptiveImage.server.js +1 -0
  31. package/dist/cjs/image/components/server/Image.server.js +1 -0
  32. package/dist/cjs/image/components/server/NextImage.server.js +1 -0
  33. package/dist/cjs/index.js +1 -1
  34. package/dist/cjs/line/components/Line.server.js +1 -0
  35. package/dist/cjs/link/components/CustomLink.js +1 -2
  36. package/dist/cjs/link/components/server/Link.server.js +1 -0
  37. package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
  38. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  39. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  40. package/dist/cjs/post-purchase/product/index.js +1 -1
  41. package/dist/cjs/server.js +1 -0
  42. package/dist/cjs/sticky/components/Sticky.server.js +1 -0
  43. package/dist/cjs/sticky/hooks/useServerSticky.js +1 -0
  44. package/dist/cjs/text/components/Text.server.js +1 -0
  45. package/dist/esm/cart/components/CartList.js +1 -1
  46. package/dist/esm/cart/index.js +1 -1
  47. package/dist/esm/collection/index.js +1 -1
  48. package/dist/esm/common/components/NoDataState.js +1 -0
  49. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  50. package/dist/esm/grid/components/row/Row.js +1 -1
  51. package/dist/esm/grid/components/row/common/styles.js +0 -1
  52. package/dist/esm/grid/components/section/Section.js +1 -1
  53. package/dist/esm/grid/components/section/lazyload/LazySectionWrapper.js +1 -0
  54. package/dist/esm/grid/components/section/lazyload/lazyInteractionTrigger.js +1 -0
  55. package/dist/esm/grid/components/section/lazyload/lazySectionCoordinator.js +1 -0
  56. package/dist/esm/grid/components/server/Col.server.js +1 -0
  57. package/dist/esm/grid/components/server/Root.server.js +1 -0
  58. package/dist/esm/grid/components/server/Row.server.js +1 -0
  59. package/dist/esm/grid/components/server/RowEmbeded.client.js +2 -0
  60. package/dist/esm/grid/components/server/Section.server.js +1 -0
  61. package/dist/esm/grid/index.js +1 -1
  62. package/dist/esm/header/components/kind/basic/index.js +1 -1
  63. package/dist/esm/header/components/kind/modern/index.js +1 -1
  64. package/dist/esm/header/components/server/Header.server.js +1 -0
  65. package/dist/esm/header/index.js +1 -1
  66. package/dist/esm/heading/components/server/Heading.server.js +1 -0
  67. package/dist/esm/hero-banner/index.js +1 -1
  68. package/dist/esm/icon/components/server/Icon.server.js +1 -0
  69. package/dist/esm/icon-list-hoz/components/server/IconListHoz.server.js +1 -0
  70. package/dist/esm/icon-list-hoz/components/server/IconListHozItem.server.js +1 -0
  71. package/dist/esm/icon-list-v2/components/server/IconList.server.js +1 -0
  72. package/dist/esm/image/common/attrsServer.js +1 -0
  73. package/dist/esm/image/common/classes.js +1 -1
  74. package/dist/esm/image/components/server/AdaptiveImage.server.js +1 -0
  75. package/dist/esm/image/components/server/Image.server.js +1 -0
  76. package/dist/esm/image/components/server/NextImage.server.js +1 -0
  77. package/dist/esm/index.js +1 -1
  78. package/dist/esm/line/components/Line.server.js +1 -0
  79. package/dist/esm/link/components/CustomLink.js +1 -2
  80. package/dist/esm/link/components/server/Link.server.js +1 -0
  81. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  82. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  83. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  84. package/dist/esm/post-purchase/product/index.js +1 -1
  85. package/dist/esm/server.js +1 -0
  86. package/dist/esm/sticky/components/Sticky.server.js +1 -0
  87. package/dist/esm/sticky/hooks/useServerSticky.js +1 -0
  88. package/dist/esm/text/components/Text.server.js +1 -0
  89. package/dist/types/index.d.ts +24 -4
  90. package/dist/types/server.d.ts +459 -0
  91. package/package.json +16 -4
@@ -2351,7 +2351,7 @@ type MarqueeItemProps = {
2351
2351
 
2352
2352
  declare const Marquee$1: ({ children, style, builderAttrs, advanced, ...props }: MarqueeProps) => React.JSX.Element;
2353
2353
 
2354
- declare const _default$4: React$1.NamedExoticComponent<MarqueeItemProps>;
2354
+ declare const _default$5: React$1.NamedExoticComponent<MarqueeItemProps>;
2355
2355
 
2356
2356
  declare const marqueeSetting: {
2357
2357
  Marquee: _gem_sdk_core.ComponentSetting<MarqueeProps>;
@@ -6123,6 +6123,26 @@ declare const stickySetting: {
6123
6123
  Sticky: _gem_sdk_core.ComponentSetting<StickyProps>;
6124
6124
  };
6125
6125
 
6126
+ declare const _default$4: {
6127
+ Col: React.FC<ColProps>;
6128
+ Header: ({ builderProps, style, setting, styles, children }: HeaderProps) => React.JSX.Element;
6129
+ Heading: React.FC<HeadingProps>;
6130
+ Icon: React.FC<IconProps>;
6131
+ IconListHoz: React.FC<IconListHozProps>;
6132
+ IconListItemHoz: React.FC<IconListItemProps>;
6133
+ IconListV2: React.FC<IconListProps>;
6134
+ Image: React.FC<ImageProps>;
6135
+ Line: React.FC<LineProps>;
6136
+ Link: React.FC<LinkProps>;
6137
+ Root: React.FC<{
6138
+ children?: React.ReactNode;
6139
+ }>;
6140
+ Row: React.FC<RowProps>;
6141
+ Section: React.FC<RowProps>;
6142
+ Sticky: React.FC<StickyProps>;
6143
+ Text: React.FC<TextProps>;
6144
+ };
6145
+
6126
6146
  declare const _default$3: {
6127
6147
  Sticky: React.ComponentType<StickyProps>;
6128
6148
  ShopPayInstallments: React.ComponentType<ShopPayInstallmentProps>;
@@ -7508,10 +7528,10 @@ declare const _default$2: {
7508
7528
  Header: ({ builderAttrs, builderProps, style, setting, styles, children }: HeaderProps) => React.JSX.Element | null;
7509
7529
  BasicHeader: ({ btnBgColor, btnBorder, btnRounded, btnSpacing, btnTextColor, btnTypography, btnType, btnWidth, openMode, buyNow, breakpoint, ...props }: HeaderCommonProps) => React.JSX.Element;
7510
7530
  ModernHeader: (props: HeaderCommonProps) => React.JSX.Element;
7511
- MobileMenu: ({ menu, typography, typo, arrow, menuTextColor, menuBg, textColor, className, itemEnableHoverEffect, }: Pick<HeaderCommonProps, "menu" | "textColor" | "typography" | "height" | "arrow" | "typo" | "menuTextColor" | "menuBg" | "itemEnableHoverEffect"> & {
7531
+ MobileMenu: ({ menu, typography, typo, arrow, menuTextColor, menuBg, textColor, className, itemEnableHoverEffect, }: Pick<HeaderCommonProps, "menu" | "arrow" | "typography" | "typo" | "menuTextColor" | "menuBg" | "textColor" | "height" | "itemEnableHoverEffect"> & {
7512
7532
  className?: string;
7513
7533
  }) => React.JSX.Element;
7514
- DesktopMenu: ({ menu, height, arrow, textColor, menuTextColor, typography, typo, headerBg, menuBg, className, itemEnableHoverEffect, enableDropdownHoverEffect, }: Pick<HeaderCommonProps, "menu" | "textColor" | "typography" | "height" | "arrow" | "typo" | "menuTextColor" | "menuBg" | "headerBg" | "itemEnableHoverEffect" | "enableDropdownHoverEffect"> & {
7534
+ DesktopMenu: ({ menu, height, arrow, textColor, menuTextColor, typography, typo, headerBg, menuBg, className, itemEnableHoverEffect, enableDropdownHoverEffect, }: Pick<HeaderCommonProps, "menu" | "arrow" | "typography" | "typo" | "menuTextColor" | "menuBg" | "headerBg" | "textColor" | "height" | "itemEnableHoverEffect" | "enableDropdownHoverEffect"> & {
7515
7535
  className?: string;
7516
7536
  }) => React.JSX.Element;
7517
7537
  Heading: React.FC<HeadingProps>;
@@ -8300,5 +8320,5 @@ declare namespace translate {
8300
8320
 
8301
8321
  declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
8302
8322
 
8303
- export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AliReviews$1 as AliReviews, AlsoBoughtCbb$1 as AlsoBoughtCbb, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleSubscriptions$1 as AppstleSubscriptions, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BirdChime$1 as BirdChime, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, Bogos$1 as Bogos, BoldProductOptions$1 as BoldProductOptions, BoldSubscriptions$1 as BoldSubscriptions, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonySubscriptionsApp$1 as BonySubscriptionsApp, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, Button$3 as Button, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, CarouselItem$3 as CarouselItemV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, CollectionBanner$1 as CollectionBanner, CollectionDescription$2 as CollectionDescription, CollectionPaginator$2 as CollectionPaginator, CollectionTitle$1 as CollectionTitle, CollectionToolbar$2 as CollectionToolbar, ContactForm$2 as ContactForm, Countdown$2 as Countdown, Coupon$2 as Coupon, CouponList, CrossSellCartUpsell$1 as CrossSellCartUpsell, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DynamicCheckout$1 as DynamicCheckout, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasySell as EasySellCOD, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EssentPreorderBackInStock$1 as EssentPreorderBackInStock, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EstimateDate$2 as EstimateDate, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FeraReviews$1 as FeraReviews, FileUpload$2 as FileUpload, FirePush$1 as FirePush, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FordeerProductLabels$1 as FordeerProductLabels, FormCheckbox$1 as FormCheckbox, FormDropdown$2 as FormDropdown, FormEmail$2 as FormEmail, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, Growave$1 as Growave, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, Header, Heading$2 as Heading, HeroBanner$2 as HeroBanner, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomFreeShippingBar$1 as HextomFreeShippingBar, HulkFormBuilder$1 as HulkFormBuilder, HulkProductOptions$1 as HulkProductOptions, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, IconListV2$2 as IconListV2, Image$2 as Image, ImageComparison$2 as ImageComparison, ImageDetection, InfiniteOptions$1 as InfiniteOptions, Input, Instafeed$1 as Instafeed, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, JudgemeReviews$1 as JudgemeReviews, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, KachingBundles$1 as KachingBundles, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, KingProductOptions$1 as KingProductOptions, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KlarnaMessaging$1 as KlarnaMessaging, Klaviyo$1 as Klaviyo, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, LaiProductReviews$1 as LaiProductReviews, Line$2 as Line, Link$1 as Link, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoopSubscriptions$1 as LoopSubscriptions, LooxReviews$1 as LooxReviews, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, MaxbundleProductBundles$1 as MaxbundleProductBundles, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, Menu, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, Notify as Notice, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, OUT_OF_STOCK, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, Omnisend$1 as Omnisend, Opinew$1 as Opinew, Pagination, ParcelPanel$1 as ParcelPanel, PickyStory$1 as PickyStory, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, Button$2 as PostPurchaseButton, BuyerConsent as PostPurchaseBuyerConsent, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, Line$1 as PostPurchaseLine, Link as PostPurchaseLink, PostPurchaseProductDescription, PostPurchaseProductDiscountTag, PostPurchaseProductImages, PostPurchaseProductOffer, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductQuantity, ProductSubscription as PostPurchaseProductSubscription, PostPurchaseProductTitle, PostPurchaseProductVariants, Text$3 as PostPurchaseText, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowWodPresale$1 as PreorderNowWodPresale, Product$1 as Product, ProductBadge$2 as ProductBadge, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$2 as ProductButton, ProductDescription$2 as ProductDescription, ProductImages$3 as ProductImages, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductPrice$1 as ProductPrice, ProductProperties$2 as ProductPropertyInput, ProductQuantity$1 as ProductQuantity, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, ProductTitle$1 as ProductTitle, ProductVariants$1 as ProductVariants, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PushOwl$1 as PushOwl, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RechargeSubscriptions$1 as RechargeSubscriptions, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, Releasit$1 as Releasit, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, Rivyo$1 as Rivyo, Root$1 as Root, Row$2 as Row, Ryviu$1 as Ryviu, SealSubscriptions$1 as SealSubscriptions, Section$2 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, Select, Selleasy$1 as Selleasy, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, ShopPayButton$1 as ShopPayButton, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, ShopifySubscriptions$1 as ShopifySubscriptions, SimpleBundlesKits$1 as SimpleBundlesKits, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, Stamped$1 as Stamped, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubmitButton$2 as SubmitButton, SubscribfySubscriptionsApp$1 as SubscribfySubscriptionsApp, TAGS_WITH_REPLACE_LINK_DATA, TabItem$1 as TabItem, Tabs$2 as Tabs, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, Text$2 as Text, TextField$2 as TextField, TextInput$2 as TextInput, TextArea as Textarea, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustMe$1 as TrustMe, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, Trustoo$1 as Trustoo, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustshopProductReviews$1 as TrustshopProductReviews, UltimateSalesBoost$1 as UltimateSalesBoost, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, Video$2 as Video, Vitals$1 as Vitals, WcWishlistBackInStock$1 as WcWishlistBackInStock, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WideBundle$1 as WideBundle, Wiser$1 as Wiser, WishlistKing$1 as WishlistKing, WishlistPlus$1 as WishlistPlus, YotpoLoyalty, YotpoReviews$1 as YotpoReviews, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterPageContext, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
8323
+ export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AliReviews$1 as AliReviews, AlsoBoughtCbb$1 as AlsoBoughtCbb, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleSubscriptions$1 as AppstleSubscriptions, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BirdChime$1 as BirdChime, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, Bogos$1 as Bogos, BoldProductOptions$1 as BoldProductOptions, BoldSubscriptions$1 as BoldSubscriptions, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonySubscriptionsApp$1 as BonySubscriptionsApp, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, Button$3 as Button, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, CarouselItem$3 as CarouselItemV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, CollectionBanner$1 as CollectionBanner, CollectionDescription$2 as CollectionDescription, CollectionPaginator$2 as CollectionPaginator, CollectionTitle$1 as CollectionTitle, CollectionToolbar$2 as CollectionToolbar, ContactForm$2 as ContactForm, Countdown$2 as Countdown, Coupon$2 as Coupon, CouponList, CrossSellCartUpsell$1 as CrossSellCartUpsell, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DynamicCheckout$1 as DynamicCheckout, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasySell as EasySellCOD, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EssentPreorderBackInStock$1 as EssentPreorderBackInStock, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EstimateDate$2 as EstimateDate, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FeraReviews$1 as FeraReviews, FileUpload$2 as FileUpload, FirePush$1 as FirePush, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FordeerProductLabels$1 as FordeerProductLabels, FormCheckbox$1 as FormCheckbox, FormDropdown$2 as FormDropdown, FormEmail$2 as FormEmail, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, Growave$1 as Growave, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, Header, Heading$2 as Heading, HeroBanner$2 as HeroBanner, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomFreeShippingBar$1 as HextomFreeShippingBar, HulkFormBuilder$1 as HulkFormBuilder, HulkProductOptions$1 as HulkProductOptions, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, IconListV2$2 as IconListV2, Image$2 as Image, ImageComparison$2 as ImageComparison, ImageDetection, InfiniteOptions$1 as InfiniteOptions, Input, Instafeed$1 as Instafeed, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, JudgemeReviews$1 as JudgemeReviews, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, KachingBundles$1 as KachingBundles, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, KingProductOptions$1 as KingProductOptions, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KlarnaMessaging$1 as KlarnaMessaging, Klaviyo$1 as Klaviyo, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, LaiProductReviews$1 as LaiProductReviews, Line$2 as Line, Link$1 as Link, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoopSubscriptions$1 as LoopSubscriptions, LooxReviews$1 as LooxReviews, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$5 as MarqueeItem, MaxbundleProductBundles$1 as MaxbundleProductBundles, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, Menu, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, Notify as Notice, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, OUT_OF_STOCK, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, Omnisend$1 as Omnisend, Opinew$1 as Opinew, Pagination, ParcelPanel$1 as ParcelPanel, PickyStory$1 as PickyStory, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, Button$2 as PostPurchaseButton, BuyerConsent as PostPurchaseBuyerConsent, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, Line$1 as PostPurchaseLine, Link as PostPurchaseLink, PostPurchaseProductDescription, PostPurchaseProductDiscountTag, PostPurchaseProductImages, PostPurchaseProductOffer, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductQuantity, ProductSubscription as PostPurchaseProductSubscription, PostPurchaseProductTitle, PostPurchaseProductVariants, Text$3 as PostPurchaseText, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowWodPresale$1 as PreorderNowWodPresale, Product$1 as Product, ProductBadge$2 as ProductBadge, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$2 as ProductButton, ProductDescription$2 as ProductDescription, ProductImages$3 as ProductImages, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductPrice$1 as ProductPrice, ProductProperties$2 as ProductPropertyInput, ProductQuantity$1 as ProductQuantity, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, ProductTitle$1 as ProductTitle, ProductVariants$1 as ProductVariants, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PushOwl$1 as PushOwl, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RechargeSubscriptions$1 as RechargeSubscriptions, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, Releasit$1 as Releasit, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, Rivyo$1 as Rivyo, Root$1 as Root, Row$2 as Row, Ryviu$1 as Ryviu, SealSubscriptions$1 as SealSubscriptions, Section$2 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, Select, Selleasy$1 as Selleasy, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, ShopPayButton$1 as ShopPayButton, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, ShopifySubscriptions$1 as ShopifySubscriptions, SimpleBundlesKits$1 as SimpleBundlesKits, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, Stamped$1 as Stamped, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubmitButton$2 as SubmitButton, SubscribfySubscriptionsApp$1 as SubscribfySubscriptionsApp, TAGS_WITH_REPLACE_LINK_DATA, TabItem$1 as TabItem, Tabs$2 as Tabs, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, Text$2 as Text, TextField$2 as TextField, TextInput$2 as TextInput, TextArea as Textarea, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustMe$1 as TrustMe, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, Trustoo$1 as Trustoo, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustshopProductReviews$1 as TrustshopProductReviews, UltimateSalesBoost$1 as UltimateSalesBoost, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, Video$2 as Video, Vitals$1 as Vitals, WcWishlistBackInStock$1 as WcWishlistBackInStock, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WideBundle$1 as WideBundle, Wiser$1 as Wiser, WishlistKing$1 as WishlistKing, WishlistPlus$1 as WishlistPlus, YotpoLoyalty, YotpoReviews$1 as YotpoReviews, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterPageContext, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, _default$4 as serverComponent, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
8304
8324
  export type { AccordionItemProps, AccordionProps, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgcProps, AliReviewsProps, AlsoBoughtCbbProps, AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendarProps, AppstleBundlesDiscountsProps, AppstleSubscriptionsProps, BestBuyFulfillmentProps, BfSizeChartSizeGuideProps, BirdChimeProps, BloyRewardsProgramLoyaltyProps, BogosProps, BoldProductOptionsProps, BoldSubscriptionsProps, BonLoyaltyRewardsReferralsProps, BonySubscriptionsAppProps, BoostAISearchDiscoveryProps, BundlerProps, ButtonProps, CSSCodeProps, CalloutBoxProps, CalloutTextProps, CarouselItemProps, CarouselItemProps$1 as CarouselItemPropsV3, CarouselProps, CarouselProps$1 as CarouselPropsV3, CarouselSettingProps, CarouselSettingProps$1 as CarouselSettingPropsV3, CarouselStyleProps, CarouselStyleProps$1 as CarouselStylePropsV3, CartProps, CleanSizeChartsProps, ColProps, CollectionBannerProps, CollectionDescriptionProps, CollectionPaginatorProps, CollectionTitleProps, CollectionToolbarProps, CountdownProps, CouponProps, CrossSellCartUpsellProps, CustomProductOptionsVariantProps, DataVideoType, DealeasyVolumeDiscountsProps, DiscountyBulkDiscountSalesProps, DynamicCheckoutProps, EasifyProductOptionsProps, EasyBundleBuilderSkailamaProps, EasySellCODProps, EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlertProps, EssentPreorderBackInStockProps, EssentialAnnouncementBarProps, EssentialCountdownTimerBarProps, EstimateDateProps, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscountsProps, FeraReviewsProps, FileUploadProps, FirePushProps, FlyBundlesUpsellsFbtProps, FordeerProductLabelsProps, FormCheckboxProps, FormDropdownProps, FormEmailProps, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImageProps, GloboProductOptionsVariantProps, GoogleReviewsByReputonProps, GrowaveProps, GrowthSuiteDiscountCodesProps, HeaderProps, HeadingProps, HeroBannerProps, HextomCountdownTimerBarProps, HextomFreeShippingBarProps, HulkFormBuilderProps, HulkProductOptionsProps, IconListHozProps, IconListItemProps$1 as IconListItemProps, IconListProps$1 as IconListProps, IconProps, ImageComparisonItem, ImageDetectionProps, ImageProps, ImgProps, InfiniteOptionsProps, InputProps, InstafeedProps, InstasellShoppableInstagramProps, JudgemeReviewsProps, JunipProductReviewsUgcProps, KachingBundlesProps, KachingSubscriptionsAppProps, KingProductOptionsProps, KiteFreeGiftDiscountProps, KlarnaMessagingProps, KlaviyoProps, KoalaBundleQuantityDiscountProps, LaiProductReviewsProps, LineProps, LinkProps, LoloyalLoyaltyReferralsProps, LoopSubscriptionsProps, LooxReviewsProps, MarqueeItemProps, MarqueeProps, MaxbundleProductBundlesProps, MbcBundleVolumeDiscountProps, MenuProps, MyappgurusProductReviewsProps, NewsletterProps, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrderProps, ObjectFit$2 as ObjectFit, OkendoReviewsLoyaltyProps, OmnisendProps, OpinewProps, PaginationProps, ParcelPanelProps, PickyStoryProps, PostPurchaseAdvancedListProps, PostPurchaseButtonProps, PostPurchaseBuyerConsentProps, PostPurchaseCountdownTimerProps, PostPurchaseImageProps, PostPurchaseLineProps, PostPurchaseLinkProps, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTagProps, PostPurchaseProductImagesProps, PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantityProps, PostPurchaseProductSubscriptionProps, PostPurchaseProductTitleProps, PostPurchaseProductVariantsProps, PostPurchaseTextProps, PowerfulContactFormBuilderProps, PreorderNowPreOrderPqProps, PreorderNowWodPresaleProps, ProductBadgeProps, ProductBundleDiscountProps, ProductBundleItemDiscountProps, ProductButtonProps, ProductDescriptionProps, ProductImagesProps, ProductListProps, ProductListProps$1 as ProductListPropsV3, ProductOptionsCustomizerProps, ProductOptionsVariantOptionProps, ProductPriceProps, ProductPropertiesProps, ProductProps, ProductQuantityProps, ProductReviewsProps, ProductTagProps, ProductTitleProps, ProductVariantsProps, ProductViewMoreProps, PumperBundlesVolumeDiscountProps, PushOwlProps, QikifyUpsellProps, RapiBundleQuantityBreaksProps, RechargeSubscriptionsProps, RecurpaySubscriptionAppProps, ReleasitProps, RequestQuoteHidePriceProps, ReviewxpoProductReviewsAppProps, RivyoProps, RootProps$2 as RootProps, RowProps, RyviuProps, SealSubscriptionsProps, SegunoEmailMarketingProps, SelleasyProps, SeoantTrustBadgesIconProps, ShopPayButtonProps, ShopifyFormsProps, ShopifySubscriptionsProps, SimpleBundlesKitsProps, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSalesProps, StampedProps, StellarDeliveryDatePickupProps, SubifySubscriptionsAppProps, SubmitButtonProps, SubscribfySubscriptionsAppProps, TabItemProps, TabsProps, TagembedSocialPostReviewProps, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizerProps, TextAreaProps, TextFieldProps, TextInputProps, TextProps, TextareaProps, TrustBadgesBearProps, TrustMeProps, TrustedsiteTrustBadgesProps, TrustooProps, TrustreviewsProductReviewsProps, TrustshopProductReviewsProps, UltimateSalesBoostProps, UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketingProps, VendorProps, VitalsProps, WcWishlistBackInStockProps, WhatmoreShoppableVideosreelProps, WideBundleProps, WiserProps, WishlistKingProps, WishlistPlusProps, YotpoLoyaltyProps, YotpoReviewsProps };
@@ -0,0 +1,459 @@
1
+ import { BasePropsWrap, ObjectDevices, BackgroundMedia, SizeSettingGlobal, ColorValueType, StateProp, ShadowProps, TypographySettingV2, AlignProp, TransformProp, TypographySetting, Border, CornerRadius, PageContext, BaseProps, Ratio, ResponsiveStateProp, Background, PaddingType, SizeSetting, ObjectLayoutValue } from '@gem-sdk/core';
2
+ import { Property } from 'csstype';
3
+
4
+ type TextStyleProps = {
5
+ textColor?: ColorValueType;
6
+ parentTextColor?: StateProp<ColorValueType>;
7
+ textShadowNotState?: ShadowProps;
8
+ hasTextShadowNotState?: boolean;
9
+ color?: StateProp<ColorValueType>;
10
+ lineColor?: StateProp<ColorValueType>;
11
+ typo?: TypographySettingV2;
12
+ textAlign?: ObjectDevices<AlignProp>;
13
+ lineClamp?: ObjectDevices<number>;
14
+ hasLineClamp?: ObjectDevices<boolean>;
15
+ hasTextShadow?: StateProp<boolean>;
16
+ textShadow?: StateProp<ShadowProps>;
17
+ transform?: TransformProp;
18
+ spacing?: string;
19
+ thickness?: string | number;
20
+ underlineLink?: {
21
+ hover: boolean;
22
+ normal: boolean;
23
+ };
24
+ /**
25
+ * @deprecated please use `typo` instead
26
+ */
27
+ typography?: TypographySetting;
28
+ /**
29
+ * @deprecated this prop do not use anymore
30
+ */
31
+ hasBoxShadow?: StateProp<boolean>;
32
+ /**
33
+ * @deprecated this prop do not use anymore
34
+ */
35
+ boxShadow?: StateProp<ShadowProps>;
36
+ align?: ObjectDevices<AlignProp>;
37
+ shapeBorder?: ObjectDevices<Border>;
38
+ shapeRounded?: ObjectDevices<CornerRadius>;
39
+ shapeBoxShadow?: ObjectDevices<ShadowProps>;
40
+ isForceValue?: boolean;
41
+ lineThrough?: boolean;
42
+ opacityPrice?: number;
43
+ enableHoverEffect?: boolean;
44
+ };
45
+ type HTMLTag = 'p' | 'span' | 'div' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'small' | 'mark' | 'kbd' | 'i';
46
+ type TextSettingProps = {
47
+ text?: string | number;
48
+ translateSetting?: string;
49
+ htmlTag?: HTMLTag;
50
+ opacityPrice?: number;
51
+ options?: {
52
+ useState?: boolean;
53
+ uniqueId?: string | undefined;
54
+ productID?: string | undefined;
55
+ isCannotEditing?: boolean | undefined;
56
+ disablePointerEvent?: boolean;
57
+ customClass?: {
58
+ wrapper?: string;
59
+ };
60
+ };
61
+ tagWidth?: Record<string, string>;
62
+ background?: ObjectDevices<BackgroundMedia>;
63
+ globalSize?: ObjectDevices<SizeSettingGlobal>;
64
+ excludeFlex?: boolean;
65
+ isForceValue?: boolean;
66
+ };
67
+ type TextProps = BasePropsWrap<TextSettingProps, TextStyleProps> & Omit<React.ComponentPropsWithoutRef<'p'>, ''> & {
68
+ disableEdit?: boolean;
69
+ pageContext?: PageContext;
70
+ };
71
+
72
+ type Position = 'top' | 'bottom';
73
+ type DisplayOptionValue = 'always' | 'after-first-scroll' | 'after-first-cart-button' | 'meet-section';
74
+ type StickySettingProps = {
75
+ display: ObjectDevices<DisplayOptionValue>;
76
+ fullWidth?: ObjectDevices<boolean>;
77
+ width?: ObjectDevices<string>;
78
+ background: ObjectDevices<BackgroundMedia>;
79
+ position: ObjectDevices<Position>;
80
+ padding?: ObjectDevices<string>;
81
+ preloadBgImage?: boolean;
82
+ isScrollToTop?: boolean;
83
+ minimize?: boolean;
84
+ };
85
+ type StickyProps = BasePropsWrap<StickySettingProps> & {
86
+ children?: React.ReactNode;
87
+ pageContext?: PageContext;
88
+ };
89
+
90
+ type LinkSettingProps = {
91
+ type?: 'auto' | 'product' | 'collection' | 'custom';
92
+ label?: string;
93
+ noFollow?: boolean;
94
+ target?: HTMLAnchorElement['target'];
95
+ href?: HTMLAnchorElement['href'];
96
+ };
97
+ type LinkProps = BaseProps<LinkSettingProps> & {
98
+ className?: string;
99
+ style?: React.CSSProperties;
100
+ children?: React.ReactNode;
101
+ title?: string;
102
+ dataId?: string;
103
+ };
104
+
105
+ type LineSettingProps = {
106
+ enableIconText?: ObjectDevices<boolean>;
107
+ text?: string;
108
+ iconSvg?: string;
109
+ position?: AlignProp;
110
+ };
111
+ type LineStyleProps = {
112
+ lineStyle: ObjectDevices<string>;
113
+ color?: ColorValueType;
114
+ thickness?: ObjectDevices<string | number>;
115
+ fullWidth?: ObjectDevices<boolean>;
116
+ width?: ObjectDevices<string | number>;
117
+ align?: ObjectDevices<AlignProp>;
118
+ typography?: TypographySetting;
119
+ typo?: TypographySettingV2;
120
+ textColor?: ColorValueType;
121
+ textSpacing?: string | number;
122
+ iconSize?: ObjectDevices<string | number>;
123
+ iconRotate?: string | number;
124
+ iconColor?: ColorValueType;
125
+ iconSpacing?: string | number;
126
+ transform?: string | number;
127
+ customTransform?: string | number;
128
+ };
129
+ type LineProps = {
130
+ children?: React.ReactNode;
131
+ className?: string;
132
+ } & BaseProps<LineSettingProps, LineStyleProps>;
133
+
134
+ type ObjectFit = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
135
+ type IImageStorageType = 'THEME' | 'FILE_CONTENT' | 'SHOPIFY_CDN';
136
+ type BaseImageData = {
137
+ alt?: string;
138
+ src?: string;
139
+ width?: number;
140
+ height?: number;
141
+ base64?: string;
142
+ backupFileKey?: string;
143
+ backupFilePath?: string;
144
+ storage?: IImageStorageType;
145
+ metafieldDefinitionKey?: string;
146
+ };
147
+ type SharedProps = {
148
+ aspectRatio?: ObjectDevices<string>;
149
+ layout?: ObjectDevices<ObjectFit>;
150
+ objectFit?: ObjectDevices<ObjectFit>;
151
+ borderRadius?: ResponsiveStateProp<string>;
152
+ image?: BaseImageData;
153
+ };
154
+ type ImageStyleProps = {
155
+ shape?: ObjectDevices<SizeSettingGlobal>;
156
+ customAspectRadio?: ObjectDevices<Ratio>;
157
+ fullWidth?: ObjectDevices<boolean>;
158
+ width?: ObjectDevices<number | string>;
159
+ align?: ObjectDevices<AlignProp>;
160
+ opacity?: StateProp<number>;
161
+ opacityColor?: StateProp<ColorValueType>;
162
+ hasBoxShadowImg?: StateProp<boolean>;
163
+ boxShadowImg?: StateProp<ShadowProps>;
164
+ roundedImg?: StateProp<CornerRadius>;
165
+ borderImg?: StateProp<Border>;
166
+ borderRadius?: CornerRadius;
167
+ wrapperBorder?: Border;
168
+ hasActiveShadow?: boolean;
169
+ shadow?: ShadowProps;
170
+ } & Pick<SharedProps, 'layout' | 'aspectRatio' | 'objectFit'>;
171
+ type ImageLink = {
172
+ type?: string;
173
+ link?: string;
174
+ target?: string;
175
+ noFollow?: boolean;
176
+ isTranslate?: boolean;
177
+ };
178
+ type ImageSettingProps = {
179
+ imageStyle?: 'rectangle' | 'circle';
180
+ priority?: boolean;
181
+ quality?: number;
182
+ vw?: ObjectDevices<number>;
183
+ alt?: string;
184
+ title?: string;
185
+ isAdaptive?: boolean;
186
+ imageLink?: ImageLink;
187
+ hoverEffect?: string;
188
+ image?: BaseImageData;
189
+ isNotLazyload?: boolean;
190
+ enableImageLink?: boolean;
191
+ disableNoDataState?: boolean;
192
+ srcSet?: ObjectDevices<BaseImageData>;
193
+ qualityPercent?: ObjectDevices<number>;
194
+ qualityType?: ObjectDevices<QualityType>;
195
+ };
196
+ type QualityType = 'finest' | 'high' | 'medium' | 'custom';
197
+ type ImageProps = BasePropsWrap<ImageSettingProps, ImageStyleProps> & {
198
+ className?: string;
199
+ children?: React.ReactNode;
200
+ onClick?: React.MouseEventHandler<any>;
201
+ onLoad?: React.ReactEventHandler<any>;
202
+ } & {
203
+ advanced?: any;
204
+ };
205
+
206
+ type IconListSettingProps = {
207
+ childItem?: string[];
208
+ textTypo?: TypographySettingV2;
209
+ iconSvg?: string;
210
+ iconWidth?: ObjectDevices<number>;
211
+ childConfig?: string[];
212
+ globalSize?: ObjectDevices<SizeSettingGlobal>;
213
+ iconType?: 'matching' | 'different';
214
+ };
215
+ type IconListStyleProps = {
216
+ horizontalSpacing?: ObjectDevices<Property.Padding>;
217
+ verticalSpacing?: ObjectDevices<Property.Padding>;
218
+ position?: ObjectDevices<'center' | 'baseline'>;
219
+ align?: ObjectDevices<AlignProp>;
220
+ iconColor?: ColorValueType;
221
+ backgroundColor?: ColorValueType;
222
+ iconBorder?: Border;
223
+ iconRounded?: CornerRadius;
224
+ background?: ObjectDevices<Background>;
225
+ panelAlign?: ObjectDevices<AlignProp>;
226
+ contentBoxWidth?: ObjectDevices<string | number>;
227
+ contentBoxPadding?: ObjectDevices<PaddingType>;
228
+ contentBoxBorder?: ObjectDevices<Border>;
229
+ contentBoxRounded?: ObjectDevices<CornerRadius>;
230
+ contentBoxShadow?: ObjectDevices<ShadowProps>;
231
+ };
232
+ type IconListProps = BasePropsWrap<IconListSettingProps, IconListStyleProps> & {
233
+ pageContext?: PageContext;
234
+ };
235
+
236
+ type IconListHozSettingProps = {
237
+ childItem?: string[];
238
+ preload?: boolean;
239
+ };
240
+ type IconListHozStyleProps = {
241
+ background?: ObjectDevices<Background>;
242
+ align?: ObjectDevices<AlignProp>;
243
+ verticalAlign?: ObjectDevices<'start' | 'end' | 'center' | 'space-between'>;
244
+ horizontalSpacing?: Property.Padding;
245
+ };
246
+ type IconListHozProps = BasePropsWrap<IconListHozSettingProps, IconListHozStyleProps> & {
247
+ children?: React.ReactNode;
248
+ };
249
+ type IconListItemProps = BasePropsWrap & React.ComponentPropsWithoutRef<'div'> & {
250
+ horizontalSpacing?: ObjectDevices<Property.Padding>;
251
+ };
252
+
253
+ type IconSettingProps = {
254
+ iconSvg?: string;
255
+ iconLinkEnable?: boolean;
256
+ iconLink?: {
257
+ type?: string;
258
+ link?: string;
259
+ target?: string;
260
+ title?: string;
261
+ noFollow?: boolean;
262
+ };
263
+ };
264
+ type IconStyleProps = {
265
+ iconHeight?: string | number;
266
+ iconSize?: ObjectDevices<Ratio>;
267
+ align?: ObjectDevices<AlignProp>;
268
+ iconWidth?: ObjectDevices<string | number>;
269
+ bgColor?: StateProp<ColorValueType>;
270
+ color?: StateProp<ColorValueType>;
271
+ iconBorder?: StateProp<Border>;
272
+ iconRotate?: number;
273
+ spin?: boolean;
274
+ iconRounded?: StateProp<CornerRadius>;
275
+ iconSpacing?: SizeSetting;
276
+ globalSize?: ObjectDevices<SizeSettingGlobal>;
277
+ iconShadow?: ShadowProps;
278
+ };
279
+ type IconProps = BasePropsWrap<IconSettingProps, IconStyleProps> & {
280
+ className?: string;
281
+ style?: React.CSSProperties;
282
+ } & {
283
+ advanced?: any;
284
+ } & Omit<React.ComponentPropsWithoutRef<'div'>, ''>;
285
+
286
+ type HeadingSettingProps = {
287
+ htmlTag?: number;
288
+ text?: string;
289
+ globalSize?: ObjectDevices<SizeSettingGlobal>;
290
+ background?: ObjectDevices<BackgroundMedia>;
291
+ };
292
+ type HeadingStyleProps = {
293
+ textShadowNotState?: ShadowProps;
294
+ hasTextShadowNotState?: boolean;
295
+ /**
296
+ * @deprecated please use `typo` instead
297
+ */
298
+ typography?: TypographySetting;
299
+ typo?: TypographySettingV2;
300
+ textAlign?: ObjectDevices<AlignProp>;
301
+ lineClamp?: ObjectDevices<number>;
302
+ hasLineClamp?: ObjectDevices<boolean>;
303
+ hasTextShadow?: StateProp<boolean>;
304
+ textShadow?: StateProp<ShadowProps>;
305
+ align?: ObjectDevices<AlignProp>;
306
+ shapeBorder?: ObjectDevices<Border>;
307
+ shapeRounded?: ObjectDevices<CornerRadius>;
308
+ shapeBoxShadow?: ObjectDevices<ShadowProps>;
309
+ };
310
+ type HeadingProps = BasePropsWrap<HeadingSettingProps, HeadingStyleProps> & Omit<React.ComponentPropsWithoutRef<'h1'>, 'children'> & {
311
+ children: React.ReactNode;
312
+ };
313
+
314
+ type MenuData = {
315
+ ROOT: SubMenu;
316
+ } & Menu;
317
+ type SubMenu = {
318
+ id: string;
319
+ title: string;
320
+ link?: string;
321
+ childrens?: string[];
322
+ };
323
+ type Menu = Record<string, SubMenu>;
324
+
325
+ type HeaderStyle = 'basic' | 'morden';
326
+ type MenuItemProps = {
327
+ id: string;
328
+ menu?: MenuData;
329
+ depth?: number;
330
+ maxDepth?: number;
331
+ arrow?: string;
332
+ textColor?: StateProp<ColorValueType>;
333
+ menuTextColor?: StateProp<ColorValueType>;
334
+ typography?: TypographySetting;
335
+ typo?: TypographySettingV2;
336
+ closeMenu?: () => void;
337
+ menuBg?: ObjectDevices<ColorValueType>;
338
+ headerBg?: ObjectDevices<ColorValueType>;
339
+ enableHoverEffect?: boolean;
340
+ enableDropdownHoverEffect?: boolean;
341
+ };
342
+ type HeaderOriginalSettingProps = {
343
+ logo?: NonNullable<ImageProps['setting']>['srcSet'];
344
+ logoWidth?: ObjectDevices<string>;
345
+ logoAspectRatio?: ObjectDevices<string>;
346
+ customAspectRadio?: ObjectDevices<Ratio>;
347
+ layout?: ObjectDevices<ObjectFit>;
348
+ breakpoint?: 'tablet' | 'mobile' | 'desktop';
349
+ cartIcon?: string;
350
+ openMode?: 'popup' | 'page';
351
+ buyNow?: boolean;
352
+ cardEnableHoverEffect?: boolean;
353
+ itemEnableHoverEffect?: boolean;
354
+ enableDropdownHoverEffect?: boolean;
355
+ };
356
+ type HeaderSettingProps = HeaderOriginalSettingProps & Pick<MenuItemProps, 'arrow' | 'menu'>;
357
+ type HeaderStyleProps = {
358
+ height?: ObjectDevices<string>;
359
+ cartIconColor?: StateProp<ColorValueType>;
360
+ btnType?: 'primary' | 'secondary';
361
+ btnRounded?: StateProp<CornerRadius>;
362
+ btnBgColor?: StateProp<ColorValueType>;
363
+ btnTextColor?: StateProp<ColorValueType>;
364
+ btnWidth?: ObjectDevices<string | number | undefined>;
365
+ btnTypography?: TypographySetting;
366
+ btnSpacing?: SizeSetting;
367
+ btnBorder?: StateProp<Border>;
368
+ } & Pick<MenuItemProps, 'typography' | 'typo' | 'menuTextColor' | 'menuBg' | 'headerBg' | 'textColor'>;
369
+ type HeaderProps = BasePropsWrap<HeaderSettingProps & {
370
+ kind?: HeaderStyle;
371
+ }, HeaderStyleProps> & {
372
+ children: React.ReactNode;
373
+ };
374
+
375
+ type ColSettingProps = {
376
+ allowSameHeight?: boolean;
377
+ sameHeightSubgridContainer?: boolean;
378
+ };
379
+ type ColStyleProps = {
380
+ order?: ObjectDevices<number>;
381
+ gap?: ObjectDevices<string>;
382
+ alignItem?: ObjectDevices<Property.AlignItems>;
383
+ justifyContent?: ObjectDevices<Property.JustifyContent>;
384
+ display?: ObjectDevices<Property.Display>;
385
+ fullWidth?: boolean;
386
+ };
387
+ type ColProps = BasePropsWrap<ColSettingProps, ColStyleProps> & React.ComponentPropsWithoutRef<'div'> & {
388
+ justifyContent?: ObjectDevices<Property.JustifyContent>;
389
+ order?: ObjectDevices<number>;
390
+ className?: string;
391
+ children?: any;
392
+ layout?: ObjectDevices<ObjectLayoutValue>;
393
+ parentTag?: string;
394
+ rawChildren?: any[];
395
+ hiddenEmptyCol?: boolean;
396
+ } & {
397
+ advanced?: any;
398
+ };
399
+ type RowSettingProps = {
400
+ responsive?: ObjectDevices<string>;
401
+ layout?: ObjectDevices<ObjectLayoutValue>;
402
+ verticalAlign?: ObjectDevices<'start' | 'end' | 'center' | 'space-between'>;
403
+ horizontalAlign?: ObjectDevices<'start' | 'end' | 'center' | 'space-between'>;
404
+ order?: ObjectDevices<number>;
405
+ inlineAlignment?: 'start' | 'end' | 'center';
406
+ blockAlignment?: 'start' | 'end' | 'center';
407
+ allowSameHeight?: boolean;
408
+ sameHeightSubgridContainer?: boolean;
409
+ isSection?: boolean;
410
+ lazy?: boolean;
411
+ priority?: boolean;
412
+ as?: 'div' | 'section';
413
+ };
414
+ type RowStyleProps = {
415
+ enablePagePadding?: ObjectDevices<boolean>;
416
+ fullWidth?: ObjectDevices<boolean>;
417
+ width?: ObjectDevices<string>;
418
+ height?: ObjectDevices<'auto' | '100%'>;
419
+ preloadBgImage?: boolean;
420
+ columnGap?: ObjectDevices<string>;
421
+ rowGap?: string;
422
+ border?: ObjectDevices<StateProp<Border>>;
423
+ rounded?: ObjectDevices<StateProp<CornerRadius>>;
424
+ padding?: ObjectDevices<SizeSettingGlobal>;
425
+ verticalGutter?: ObjectDevices<string>;
426
+ verticalGutterMobile?: ObjectDevices<string>;
427
+ background?: ObjectDevices<BackgroundMedia>;
428
+ boxShadow?: ObjectDevices<StateProp<ShadowProps>>;
429
+ };
430
+ type RowProps = BasePropsWrap<RowSettingProps, RowStyleProps> & React.ComponentPropsWithoutRef<'div'> & {
431
+ maxWidthWithEmptyChildren?: string | number;
432
+ isNotFullWidth?: boolean;
433
+ rawChildren?: any[];
434
+ hiddenEmptyCol?: boolean;
435
+ parentStyle?: React.CSSProperties;
436
+ pageContext?: PageContext;
437
+ };
438
+
439
+ declare const _default: {
440
+ Col: React.FC<ColProps>;
441
+ Header: ({ builderProps, style, setting, styles, children }: HeaderProps) => React.JSX.Element;
442
+ Heading: React.FC<HeadingProps>;
443
+ Icon: React.FC<IconProps>;
444
+ IconListHoz: React.FC<IconListHozProps>;
445
+ IconListItemHoz: React.FC<IconListItemProps>;
446
+ IconListV2: React.FC<IconListProps>;
447
+ Image: React.FC<ImageProps>;
448
+ Line: React.FC<LineProps>;
449
+ Link: React.FC<LinkProps>;
450
+ Root: React.FC<{
451
+ children?: React.ReactNode;
452
+ }>;
453
+ Row: React.FC<RowProps>;
454
+ Section: React.FC<RowProps>;
455
+ Sticky: React.FC<StickyProps>;
456
+ Text: React.FC<TextProps>;
457
+ };
458
+
459
+ export { _default as default };
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "17.0.0-dev.80",
3
+ "version": "17.0.0-dev.82",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
7
- "types": "dist/types/index.d.ts",
8
7
  "files": [
9
8
  "dist"
10
9
  ],
@@ -26,8 +25,8 @@
26
25
  "i18n:extract": "rollup -c ./scripts/rollup.config.settings.mjs && node ./scripts/translate/extract-texts-to-locales.js && node ./scripts/translate/en-keys-usage.js"
27
26
  },
28
27
  "devDependencies": {
29
- "@gem-sdk/core": "17.0.0-dev.80",
30
- "@gem-sdk/styles": "17.0.0-dev.80",
28
+ "@gem-sdk/core": "17.0.0-dev.82",
29
+ "@gem-sdk/styles": "17.0.0-dev.81",
31
30
  "@gem-sdk/system": "17.0.0-dev.80",
32
31
  "@types/react-transition-group": "^4.4.12",
33
32
  "postcss-import": "16.1.1",
@@ -48,7 +47,15 @@
48
47
  "peerDependencies": {
49
48
  "next": "14.2.35"
50
49
  },
50
+ "typesVersions": {
51
+ "*": {
52
+ "server": [
53
+ "./dist/types/server.d.ts"
54
+ ]
55
+ }
56
+ },
51
57
  "module": "dist/esm/index.js",
58
+ "types": "dist/types/index.d.ts",
52
59
  "exports": {
53
60
  "./package.json": "./package.json",
54
61
  ".": {
@@ -56,6 +63,11 @@
56
63
  "require": "./dist/cjs/index.js",
57
64
  "types": "./dist/types/index.d.ts"
58
65
  },
66
+ "./server": {
67
+ "import": "./dist/esm/server.js",
68
+ "require": "./dist/cjs/server.js",
69
+ "types": "./dist/types/server.d.ts"
70
+ },
59
71
  "./safelist": {
60
72
  "import": "./dist/esm/safelist.js",
61
73
  "require": "./dist/cjs/safelist.js"