@gem-sdk/core 2.0.0-dev.156 → 2.0.0-dev.157

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.
@@ -144,6 +144,45 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
144
144
  app_id: appSetting?.appId
145
145
  };
146
146
  }
147
+ case 'Stamped':
148
+ {
149
+ return {
150
+ ...currentSetting,
151
+ feed_type: appSetting.visualGalleryType,
152
+ auto_play: appSetting.autoSlide,
153
+ color_star: appSetting.starColor,
154
+ color_hover: appSetting.hoverColor,
155
+ color_hover_opacity: appSetting.hoverOpacity,
156
+ review_ids: appSetting.reviewIds,
157
+ product_ids: appSetting.productIds,
158
+ category: appSetting.productType,
159
+ product_brand: appSetting.productVendor,
160
+ tags: appSetting.tags,
161
+ min_rating: appSetting.minimumRating,
162
+ fill_empty: appSetting.fillEmpty,
163
+ random: appSetting.random,
164
+ with_photos: appSetting.withPhotos,
165
+ color_link: appSetting.linkColor,
166
+ product_image: appSetting.showProductImage,
167
+ take: appSetting.limitResults,
168
+ color_verified: appSetting.verifiedColor,
169
+ color_text: appSetting.textColor,
170
+ title: appSetting.carouselTitle,
171
+ color_title: appSetting.titleColor,
172
+ api_key: appSetting.publicKey,
173
+ store_hash: appSetting.storeHash,
174
+ label1: appSetting.labelFront,
175
+ label2: appSetting.labelBack,
176
+ width: appSetting.imageWidth,
177
+ height: appSetting.imageHeight,
178
+ product_id: appSetting.productId,
179
+ animation: appSetting.mainWidgetAnimation,
180
+ tags_exclude: appSetting.excludeTags,
181
+ tags_include: appSetting.includeTags,
182
+ search: appSetting.search,
183
+ linkify: appSetting.linkify
184
+ };
185
+ }
147
186
  default:
148
187
  return currentSetting;
149
188
  }
@@ -793,7 +832,163 @@ const TrustshopProductReviews = {
793
832
  'review-testimonial': null
794
833
  }
795
834
  };
835
+ const Stamped = {
836
+ Stamped: {
837
+ 'main-widget': {
838
+ animation: true,
839
+ tags_exclude: '',
840
+ tags_include: '',
841
+ search: '',
842
+ linkify: true,
843
+ use_metafields: false,
844
+ sku_tagtype: 'sku'
845
+ },
846
+ 'product-rating-image': {
847
+ api_key: '',
848
+ store_hash: '',
849
+ product_id: '',
850
+ width: '',
851
+ height: ''
852
+ },
853
+ 'badge-double-image': {
854
+ api_key: '',
855
+ store_hash: '',
856
+ label1: '',
857
+ label2: '',
858
+ width: '',
859
+ height: ''
860
+ },
861
+ 'badge-single-image': {
862
+ api_key: '',
863
+ store_hash: '',
864
+ label1: '',
865
+ label2: '',
866
+ width: '',
867
+ height: ''
868
+ },
869
+ carousel: {
870
+ title: 'Real Reviews from Real Customers',
871
+ auto_play: false,
872
+ take: 30,
873
+ color_title: '',
874
+ color_star: '',
875
+ color_text: '',
876
+ color_link: '',
877
+ review_ids: '',
878
+ product_ids: '',
879
+ category: '',
880
+ product_brand: '',
881
+ tags: '',
882
+ min_rating: 'none',
883
+ fill_empty: false,
884
+ random: false,
885
+ with_photos: false
886
+ },
887
+ 'checkout-comments': {
888
+ product_ids: '',
889
+ style: 'box',
890
+ title: '',
891
+ timeago: false,
892
+ style_color_text: '',
893
+ style_color_link: ''
894
+ },
895
+ 'full-page': {
896
+ product_image: true,
897
+ take: 30,
898
+ label_substitute: '',
899
+ color_star: '',
900
+ color_verified: '',
901
+ color_text: '',
902
+ color_link: '',
903
+ review_ids: '',
904
+ product_ids: '',
905
+ category: '',
906
+ product_brand: '',
907
+ tags: '',
908
+ min_rating: 'none',
909
+ fill_empty: false,
910
+ random: false,
911
+ with_photos: false
912
+ },
913
+ 'instagram-feed': {
914
+ feed_type: 'carousel',
915
+ color_hover: '',
916
+ hover_text: '',
917
+ shop_button_text: '',
918
+ auto_play: false,
919
+ review_ids: '',
920
+ product_ids: '',
921
+ category: '',
922
+ product_brand: '',
923
+ tags: '',
924
+ min_rating: 'none',
925
+ fill_empty: false,
926
+ random: false,
927
+ with_photos: false
928
+ },
929
+ 'single-highlight': {
930
+ review_ids: '',
931
+ product_ids: '',
932
+ category: '',
933
+ product_brand: '',
934
+ tags: ''
935
+ },
936
+ 'site-badge': {
937
+ badge_type: 'badge',
938
+ color_outer: '',
939
+ color_inner: '',
940
+ color_ribbon: '',
941
+ color_text: '',
942
+ color_stars: '',
943
+ title_size: 12,
944
+ title: 'Verified Reviews'
945
+ },
946
+ 'star-rating-badge': {
947
+ use_metafields: false,
948
+ sku_tagtype: 'sku',
949
+ is_featured_product: false,
950
+ featured_product_handle: ''
951
+ },
952
+ 'top-rated': {
953
+ color_star: '',
954
+ color_link: ''
955
+ },
956
+ 'visual-gallery': {
957
+ feed_type: 'feed',
958
+ auto_play: false,
959
+ color_star: '',
960
+ color_hover: '',
961
+ color_hover_opacity: 50,
962
+ review_ids: '',
963
+ product_ids: '',
964
+ category: '',
965
+ product_brand: '',
966
+ tags: '',
967
+ min_rating: 'none',
968
+ fill_empty: false,
969
+ random: false,
970
+ with_photos: false
971
+ },
972
+ 'wall-photos': {
973
+ feed_type: 'feed',
974
+ auto_play: false,
975
+ color_star: '',
976
+ color_hover: '',
977
+ color_hover_opacity: 50,
978
+ review_ids: '',
979
+ product_ids: '',
980
+ category: '',
981
+ product_brand: '',
982
+ tags: '',
983
+ min_rating: 'none',
984
+ fill_empty: false,
985
+ random: false,
986
+ with_photos: false
987
+ }
988
+ }
989
+ };
796
990
  const composeSettingsByWidgetType = {
991
+ ...Stamped,
797
992
  ...TrustshopProductReviews,
798
993
  ...HulkProductOptions,
799
994
  ...MyappgurusProductReviews,
@@ -6,7 +6,8 @@ var getAppBlockType = require('./getAppBlockType.js');
6
6
  const listAppUpdateNewVersion = [
7
7
  'Growave',
8
8
  'Trustoo',
9
- 'LooxReviews'
9
+ 'LooxReviews',
10
+ 'Stamped'
10
11
  ];
11
12
  const listThirdPartyRejectAppBlock = {
12
13
  YotpoReviews: {
@@ -17,6 +18,9 @@ const listThirdPartyRejectAppBlock = {
17
18
  },
18
19
  LooxReviews: {
19
20
  conditionToReject: 'settings?.version === "v1"'
21
+ },
22
+ Stamped: {
23
+ conditionToReject: 'settings?.version === "v1"'
20
24
  }
21
25
  };
22
26
  const getAppBlockConfig = (tag, appBlockId, settings)=>{
@@ -142,6 +142,45 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
142
142
  app_id: appSetting?.appId
143
143
  };
144
144
  }
145
+ case 'Stamped':
146
+ {
147
+ return {
148
+ ...currentSetting,
149
+ feed_type: appSetting.visualGalleryType,
150
+ auto_play: appSetting.autoSlide,
151
+ color_star: appSetting.starColor,
152
+ color_hover: appSetting.hoverColor,
153
+ color_hover_opacity: appSetting.hoverOpacity,
154
+ review_ids: appSetting.reviewIds,
155
+ product_ids: appSetting.productIds,
156
+ category: appSetting.productType,
157
+ product_brand: appSetting.productVendor,
158
+ tags: appSetting.tags,
159
+ min_rating: appSetting.minimumRating,
160
+ fill_empty: appSetting.fillEmpty,
161
+ random: appSetting.random,
162
+ with_photos: appSetting.withPhotos,
163
+ color_link: appSetting.linkColor,
164
+ product_image: appSetting.showProductImage,
165
+ take: appSetting.limitResults,
166
+ color_verified: appSetting.verifiedColor,
167
+ color_text: appSetting.textColor,
168
+ title: appSetting.carouselTitle,
169
+ color_title: appSetting.titleColor,
170
+ api_key: appSetting.publicKey,
171
+ store_hash: appSetting.storeHash,
172
+ label1: appSetting.labelFront,
173
+ label2: appSetting.labelBack,
174
+ width: appSetting.imageWidth,
175
+ height: appSetting.imageHeight,
176
+ product_id: appSetting.productId,
177
+ animation: appSetting.mainWidgetAnimation,
178
+ tags_exclude: appSetting.excludeTags,
179
+ tags_include: appSetting.includeTags,
180
+ search: appSetting.search,
181
+ linkify: appSetting.linkify
182
+ };
183
+ }
145
184
  default:
146
185
  return currentSetting;
147
186
  }
@@ -791,7 +830,163 @@ const TrustshopProductReviews = {
791
830
  'review-testimonial': null
792
831
  }
793
832
  };
833
+ const Stamped = {
834
+ Stamped: {
835
+ 'main-widget': {
836
+ animation: true,
837
+ tags_exclude: '',
838
+ tags_include: '',
839
+ search: '',
840
+ linkify: true,
841
+ use_metafields: false,
842
+ sku_tagtype: 'sku'
843
+ },
844
+ 'product-rating-image': {
845
+ api_key: '',
846
+ store_hash: '',
847
+ product_id: '',
848
+ width: '',
849
+ height: ''
850
+ },
851
+ 'badge-double-image': {
852
+ api_key: '',
853
+ store_hash: '',
854
+ label1: '',
855
+ label2: '',
856
+ width: '',
857
+ height: ''
858
+ },
859
+ 'badge-single-image': {
860
+ api_key: '',
861
+ store_hash: '',
862
+ label1: '',
863
+ label2: '',
864
+ width: '',
865
+ height: ''
866
+ },
867
+ carousel: {
868
+ title: 'Real Reviews from Real Customers',
869
+ auto_play: false,
870
+ take: 30,
871
+ color_title: '',
872
+ color_star: '',
873
+ color_text: '',
874
+ color_link: '',
875
+ review_ids: '',
876
+ product_ids: '',
877
+ category: '',
878
+ product_brand: '',
879
+ tags: '',
880
+ min_rating: 'none',
881
+ fill_empty: false,
882
+ random: false,
883
+ with_photos: false
884
+ },
885
+ 'checkout-comments': {
886
+ product_ids: '',
887
+ style: 'box',
888
+ title: '',
889
+ timeago: false,
890
+ style_color_text: '',
891
+ style_color_link: ''
892
+ },
893
+ 'full-page': {
894
+ product_image: true,
895
+ take: 30,
896
+ label_substitute: '',
897
+ color_star: '',
898
+ color_verified: '',
899
+ color_text: '',
900
+ color_link: '',
901
+ review_ids: '',
902
+ product_ids: '',
903
+ category: '',
904
+ product_brand: '',
905
+ tags: '',
906
+ min_rating: 'none',
907
+ fill_empty: false,
908
+ random: false,
909
+ with_photos: false
910
+ },
911
+ 'instagram-feed': {
912
+ feed_type: 'carousel',
913
+ color_hover: '',
914
+ hover_text: '',
915
+ shop_button_text: '',
916
+ auto_play: false,
917
+ review_ids: '',
918
+ product_ids: '',
919
+ category: '',
920
+ product_brand: '',
921
+ tags: '',
922
+ min_rating: 'none',
923
+ fill_empty: false,
924
+ random: false,
925
+ with_photos: false
926
+ },
927
+ 'single-highlight': {
928
+ review_ids: '',
929
+ product_ids: '',
930
+ category: '',
931
+ product_brand: '',
932
+ tags: ''
933
+ },
934
+ 'site-badge': {
935
+ badge_type: 'badge',
936
+ color_outer: '',
937
+ color_inner: '',
938
+ color_ribbon: '',
939
+ color_text: '',
940
+ color_stars: '',
941
+ title_size: 12,
942
+ title: 'Verified Reviews'
943
+ },
944
+ 'star-rating-badge': {
945
+ use_metafields: false,
946
+ sku_tagtype: 'sku',
947
+ is_featured_product: false,
948
+ featured_product_handle: ''
949
+ },
950
+ 'top-rated': {
951
+ color_star: '',
952
+ color_link: ''
953
+ },
954
+ 'visual-gallery': {
955
+ feed_type: 'feed',
956
+ auto_play: false,
957
+ color_star: '',
958
+ color_hover: '',
959
+ color_hover_opacity: 50,
960
+ review_ids: '',
961
+ product_ids: '',
962
+ category: '',
963
+ product_brand: '',
964
+ tags: '',
965
+ min_rating: 'none',
966
+ fill_empty: false,
967
+ random: false,
968
+ with_photos: false
969
+ },
970
+ 'wall-photos': {
971
+ feed_type: 'feed',
972
+ auto_play: false,
973
+ color_star: '',
974
+ color_hover: '',
975
+ color_hover_opacity: 50,
976
+ review_ids: '',
977
+ product_ids: '',
978
+ category: '',
979
+ product_brand: '',
980
+ tags: '',
981
+ min_rating: 'none',
982
+ fill_empty: false,
983
+ random: false,
984
+ with_photos: false
985
+ }
986
+ }
987
+ };
794
988
  const composeSettingsByWidgetType = {
989
+ ...Stamped,
795
990
  ...TrustshopProductReviews,
796
991
  ...HulkProductOptions,
797
992
  ...MyappgurusProductReviews,
@@ -4,7 +4,8 @@ import { getAppBlockType } from './getAppBlockType.js';
4
4
  const listAppUpdateNewVersion = [
5
5
  'Growave',
6
6
  'Trustoo',
7
- 'LooxReviews'
7
+ 'LooxReviews',
8
+ 'Stamped'
8
9
  ];
9
10
  const listThirdPartyRejectAppBlock = {
10
11
  YotpoReviews: {
@@ -15,6 +16,9 @@ const listThirdPartyRejectAppBlock = {
15
16
  },
16
17
  LooxReviews: {
17
18
  conditionToReject: 'settings?.version === "v1"'
19
+ },
20
+ Stamped: {
21
+ conditionToReject: 'settings?.version === "v1"'
18
22
  }
19
23
  };
20
24
  const getAppBlockConfig = (tag, appBlockId, settings)=>{
@@ -7253,6 +7253,7 @@ type InstantJudgeMeReviewsWidgetType = 'single_product_preview_badge' | 'review_
7253
7253
  type InstantLooxReviewsWidgetType = 'product_reviews_widget' | 'reviews_widget_all_stores' | 'product_star_ratings_widget' | 'carousel_widget';
7254
7254
  type InstantKlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget' | 'full_page_widget';
7255
7255
  type StampedWidgetType = 'main-widget' | 'carousel' | 'full-page' | 'visual-gallery' | 'wall-photos' | 'site-badge' | 'instagram-feed' | 'checkout-reviews' | 'single-highlight' | 'top-rated' | 'badge-single' | 'badge-double' | 'badge-ribbon' | 'product-rating';
7256
+ type StampedWidgetTypeV2 = 'main-widget' | 'product-rating-image' | 'badge-double-image' | 'badge-ribbon-image' | 'badge-single-image' | 'carousel' | 'checkout-comments' | 'full-page' | 'instagram-feed' | 'single-highlight' | 'site-badge' | 'star-rating-badge' | 'top-rated' | 'visual-gallery' | 'wall-photos';
7256
7257
  type LaiProductReviewsWidgetType = 'reviews_widget' | 'star_ratings' | 'homepage_reviews' | 'happy_customer_reviews' | 'star_ratings_in_list' | 'advanced_widget';
7257
7258
  type LaiProductReviewsAdvancedWidgetType = 'cardCarousel' | 'testimonialCarousel' | 'mediaGallery' | 'cardGrid';
7258
7259
  type YotpoReviewsWidgetType = 'reviews' | 'star-rating' | 'reviewHighlights';
@@ -42397,4 +42398,4 @@ declare const useInteraction: () => {
42397
42398
  interactionListenerLoaded: (callback: () => void) => void;
42398
42399
  };
42399
42400
 
42400
- export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, QueryPublishedShopMetasArgs, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, SettingByAnimationType, SettingByAnimationValues, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, ShopShopifyDocument, ShopShopifyQueryResponse, ShopShopifyQueryVariables, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTextHoverColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterCornerInStyle, filterToolbarPreview, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAlignmentClasses, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBgImageSourceByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getLayoutClasses, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImageByDevice, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useTimezone, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
42401
+ export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, QueryPublishedShopMetasArgs, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, SettingByAnimationType, SettingByAnimationValues, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, ShopShopifyDocument, ShopShopifyQueryResponse, ShopShopifyQueryVariables, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StampedWidgetTypeV2, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTextHoverColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterCornerInStyle, filterToolbarPreview, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAlignmentClasses, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBgImageSourceByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getLayoutClasses, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImageByDevice, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useTimezone, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.156",
3
+ "version": "2.0.0-dev.157",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",