@gem-sdk/core 1.53.0-dev.0 → 1.53.0-dev.107

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 (34) hide show
  1. package/dist/cjs/components/ComponentToolbarPreview.js +58 -3
  2. package/dist/cjs/components/ComponentWrapper.js +16 -1
  3. package/dist/cjs/components/InteractionSuffix.js +9 -70
  4. package/dist/cjs/components/Render.liquid.js +3 -2
  5. package/dist/cjs/contexts/PageContext.js +9 -1
  6. package/dist/cjs/graphql/queries/published-shop-metas.js +15 -0
  7. package/dist/cjs/helpers/animations.js +11 -2
  8. package/dist/cjs/helpers/background.js +3 -1
  9. package/dist/cjs/helpers/interaction/index.js +24 -5
  10. package/dist/cjs/helpers/radius.js +11 -1
  11. package/dist/cjs/helpers/third-party/appConfig.js +42 -0
  12. package/dist/cjs/helpers/third-party/appSetting.js +124 -2
  13. package/dist/cjs/helpers/third-party/constant.js +7 -1
  14. package/dist/cjs/hooks/animation/useAnimationConfig.js +2 -1
  15. package/dist/cjs/hooks/animation/useApplyAnimation.js +5 -5
  16. package/dist/cjs/index.js +2 -0
  17. package/dist/esm/components/ComponentToolbarPreview.js +58 -3
  18. package/dist/esm/components/ComponentWrapper.js +16 -1
  19. package/dist/esm/components/InteractionSuffix.js +10 -71
  20. package/dist/esm/components/Render.liquid.js +3 -2
  21. package/dist/esm/contexts/PageContext.js +9 -1
  22. package/dist/esm/graphql/queries/published-shop-metas.js +13 -0
  23. package/dist/esm/helpers/animations.js +11 -2
  24. package/dist/esm/helpers/background.js +3 -1
  25. package/dist/esm/helpers/interaction/index.js +24 -5
  26. package/dist/esm/helpers/radius.js +11 -1
  27. package/dist/esm/helpers/third-party/appConfig.js +37 -1
  28. package/dist/esm/helpers/third-party/appSetting.js +124 -2
  29. package/dist/esm/helpers/third-party/constant.js +8 -2
  30. package/dist/esm/hooks/animation/useAnimationConfig.js +2 -1
  31. package/dist/esm/hooks/animation/useApplyAnimation.js +5 -5
  32. package/dist/esm/index.js +1 -0
  33. package/dist/types/index.d.ts +70 -10
  34. package/package.json +3 -3
@@ -86,6 +86,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
86
86
  bundle_id: appSetting?.['customBundleId']
87
87
  };
88
88
  }
89
+ case 'PumperBundlesVolumeDiscount':
90
+ {
91
+ return {
92
+ ...currentSetting,
93
+ selected_product: appSetting?.['productHandle'] || '{{ product }}'
94
+ };
95
+ }
89
96
  default:
90
97
  return currentSetting;
91
98
  }
@@ -105,7 +112,7 @@ const ReviewxpoProductReviewsApp = {
105
112
  const PumperBundlesVolumeDiscount = {
106
113
  PumperBundlesVolumeDiscount: {
107
114
  'app-block': {
108
- selected_product: '{{product}}',
115
+ selected_product: '{{ product }}',
109
116
  using_page_builder: false
110
117
  }
111
118
  }
@@ -195,7 +202,121 @@ const PreorderNowWodPresale = {
195
202
  'popups-block': null
196
203
  }
197
204
  };
205
+ const YotpoReviews = {
206
+ YotpoReviews: {
207
+ reviews: {
208
+ product: '{{ product }}'
209
+ },
210
+ 'star-rating': {
211
+ product: '{{ product }}'
212
+ }
213
+ }
214
+ };
215
+ const WhatmoreShoppableVideosreel = {
216
+ WhatmoreShoppableVideosreel: {
217
+ 'app-block': {
218
+ "heading": "Watch and Buy",
219
+ "template-type": "template-f",
220
+ "show-views": "show",
221
+ "ui-theme": "round",
222
+ "color-primary": "#343434",
223
+ "color-secondary": "#343434",
224
+ "title-font": "poppins_n4",
225
+ "primary-font": "poppins_n4",
226
+ "title-font-size": 40,
227
+ "title-font-size-portrait": 24,
228
+ "landscape-padding": 40,
229
+ "top-bottom-padding": 20,
230
+ "scroll-video-tile-size": 80,
231
+ "scroll-video-tile-size-portrait": 80,
232
+ "min-height": 380
233
+ },
234
+ 'app-block-banner': {
235
+ "template-type": "template-banner-a",
236
+ "ui-theme": "round",
237
+ "banner-video-tile-size": 80
238
+ },
239
+ 'app-block-collections': {
240
+ "collectionHeading": "W",
241
+ "template-type": "template-collections-b",
242
+ "ui-theme": "round",
243
+ "color-secondary": "#343434",
244
+ "primary-font": "poppins_n4",
245
+ "tile-size": 60,
246
+ "tile-size-portrait": 60,
247
+ "min-height": 250
248
+ },
249
+ 'app-block-stories': {
250
+ "template-type": "template-stories-a",
251
+ "ui-theme": "round",
252
+ "color-primary": "#343434",
253
+ "color-secondary": "#343434",
254
+ "primary-font": "poppins_n4",
255
+ "stories-top-bottom-padding": 0,
256
+ "story-tile-size": 40,
257
+ "story-tile-size-desktop": 40
258
+ }
259
+ }
260
+ };
261
+ const ProductOptionsCustomizer = {
262
+ ProductOptionsCustomizer: {
263
+ 'product-page-customizer': {
264
+ "pc_container_size": 100,
265
+ "pc_show_options_total": "initial",
266
+ "pc_customizations_total_text": "Customizations Total:",
267
+ "pc_show_preloader": "hide",
268
+ "pc_preloader_color": "",
269
+ "pc_ignore_redirect_command": true,
270
+ "pc_basic_label_text_color": "#000000",
271
+ "pc_basic_label_font_size": 14,
272
+ "pc_basic_label_bolden": "unset",
273
+ "pc_basic_label_space_above": 0,
274
+ "pc_basic_option_background_color": "#FFFFFF",
275
+ "pc_basic_option_text_color": "#000000",
276
+ "pc_basic_option_border_color": "#000000",
277
+ "pc_basic_option_border_style": "solid",
278
+ "pc_basic_option_border_width": 1,
279
+ "pc_basic_option_curve_the_corners": "none",
280
+ "pc_basic_option_font_size": 14,
281
+ "pc_basic_option_bolden": "none",
282
+ "pc_basic_option_width": 100,
283
+ "pc_basic_option_space_above": 0,
284
+ "pc_basic_option_space_below": 0,
285
+ "pc_basic_option_space_inside": 10,
286
+ "pc_advanced_custom_css": "",
287
+ "pc_advanced_custom_js": "",
288
+ "pc_show_image_swatch_preview": false
289
+ }
290
+ }
291
+ };
292
+ const AppointmentBookingCowlendar = {
293
+ AppointmentBookingCowlendar: {
294
+ 'app-section': {
295
+ section_title: 'Services list',
296
+ section_type: 'services-list'
297
+ }
298
+ }
299
+ };
300
+ const SproutPlantTreesGrowSales = {
301
+ SproutPlantTreesGrowSales: {
302
+ badge: null,
303
+ 'impact-banner': null
304
+ }
305
+ };
306
+ const InstasellShoppableInstagram = {
307
+ InstasellShoppableInstagram: {
308
+ 'app-block': {
309
+ heading: 'InstaSell: Instagram Gallery+',
310
+ description: 'Showcase your Instagram Feed on your Shopify Storefront'
311
+ }
312
+ }
313
+ };
198
314
  const composeSettingsByWidgetType = {
315
+ ...InstasellShoppableInstagram,
316
+ ...SproutPlantTreesGrowSales,
317
+ ...AppointmentBookingCowlendar,
318
+ ...ProductOptionsCustomizer,
319
+ ...WhatmoreShoppableVideosreel,
199
320
  ...JunipProductReviewsUgc,
200
321
  ...FlyBundlesUpsellsFbt,
201
322
  ...PreorderNowWodPresale,
@@ -213,7 +334,8 @@ const composeSettingsByWidgetType = {
213
334
  ...RechargeSubscriptions,
214
335
  ...LoyaltyRewardsReferrals,
215
336
  ...SubifySubscriptions,
216
- ...SelleasyWidget
337
+ ...SelleasyWidget,
338
+ ...YotpoReviews
217
339
  };
218
340
 
219
341
  export { composeSettingsByWidgetType, overrideSettings };
@@ -1,4 +1,4 @@
1
- import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig } from './appConfig.js';
1
+ import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig } from './appConfig.js';
2
2
 
3
3
  const mapShopifyAppMeta = {
4
4
  ...RechargeSubscriptionsConfig,
@@ -18,7 +18,13 @@ const mapShopifyAppMeta = {
18
18
  ...PreorderNowPreOrderPqConfig,
19
19
  ...FlyBundlesUpsellsFbtConfig,
20
20
  ...JunipProductReviewsUgcConfig,
21
- ...PreorderNowWodPresaleConfig
21
+ ...PreorderNowWodPresaleConfig,
22
+ ...YotpoReviewsV3UgcConfig,
23
+ ...WhatmoreShoppableVideosreelConfig,
24
+ ...ProductOptionsCustomizerConfig,
25
+ ...AppointmentBookingCowlendarConfig,
26
+ ...SproutPlantTreesGrowSalesConfig,
27
+ ...InstasellShoppableInstagramConfig
22
28
  };
23
29
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
24
30
 
@@ -12,7 +12,8 @@ const useAnimationConfig = (props)=>{
12
12
  const { animation, setting } = triggerConfig[trigger];
13
13
  return {
14
14
  type: animation,
15
- setting: setting[animation]
15
+ setting: setting[animation],
16
+ reverse: trigger === "hidden"
16
17
  };
17
18
  }, [
18
19
  configByDevices
@@ -21,13 +21,13 @@ const useApplyAnimation = ({ props })=>{
21
21
  setAnimationOnFinish,
22
22
  setToolbarActive
23
23
  });
24
- const generateAnimation = useCallback(({ target, setting, type })=>{
25
- return animation[type](target, setting);
24
+ const generateAnimation = useCallback(({ target, setting, type, reverse })=>{
25
+ return animation[type](target, setting, reverse);
26
26
  }, [
27
27
  animation
28
28
  ]);
29
29
  const initListAnimations = useCallback(()=>{
30
- const { type, setting } = getAnimationConfig();
30
+ const { type, setting, reverse } = getAnimationConfig();
31
31
  if (!type || type === AnimationType.None || !targetObjects.current.length) {
32
32
  cancelAnimation();
33
33
  return;
@@ -35,9 +35,9 @@ const useApplyAnimation = ({ props })=>{
35
35
  const listAnimations = targetObjects.current.map((item)=>generateAnimation({
36
36
  type,
37
37
  setting,
38
- target: item.target
38
+ target: item.target,
39
+ reverse
39
40
  }));
40
- console.log('listAnimations', listAnimations);
41
41
  cancelAnimation();
42
42
  setAnimation(listAnimations);
43
43
  }, [
package/dist/esm/index.js CHANGED
@@ -17,6 +17,7 @@ export { ModalProvider, useModalStore } from './contexts/ModalContext.js';
17
17
  export { ArticleListProvider, useArticleListStore } from './contexts/ArticleListContext.js';
18
18
  export { ArticleProvider, useArticleStore } from './contexts/ArticleContext.js';
19
19
  export { PageViewUpDocument } from './graphql/mutations/page-view-up.generated.js';
20
+ export { PublishedShopMetasDocument } from './graphql/queries/published-shop-metas.js';
20
21
  export { CollectionDetailFilterDocument } from './graphql/queries/collection-detail-filter.generated.js';
21
22
  export { CollectionDocument } from './graphql/queries/collection.generated.js';
22
23
  export { CollectionsDocument } from './graphql/queries/collections.generated.js';
@@ -5413,6 +5413,7 @@ type PublishedShopMetaWhereInput$1 = {
5413
5413
  valueNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
5414
5414
  };
5415
5415
  type PublishedThemePage$1 = {
5416
+ children?: Maybe$1<Array<Maybe$1<PublishedThemePage$1>>>;
5416
5417
  createdAt?: Maybe$1<Scalars$2['Time']>;
5417
5418
  default: Scalars$2['Boolean'];
5418
5419
  description?: Maybe$1<Scalars$2['String']>;
@@ -5677,12 +5678,18 @@ type PublishedThemePageWhereInput$1 = {
5677
5678
  handleNEQ?: InputMaybe$1<Scalars$2['String']>;
5678
5679
  handleNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
5679
5680
  handleNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
5681
+ /** children edge predicates */
5682
+ hasChildren?: InputMaybe$1<Scalars$2['Boolean']>;
5683
+ hasChildrenWith?: InputMaybe$1<Array<PublishedThemePageWhereInput$1>>;
5680
5684
  /** interaction edge predicates */
5681
5685
  hasInteraction?: InputMaybe$1<Scalars$2['Boolean']>;
5682
5686
  hasInteractionWith?: InputMaybe$1<Array<PublishedPageInteractionWhereInput$1>>;
5683
5687
  /** offer edge predicates */
5684
5688
  hasOffer?: InputMaybe$1<Scalars$2['Boolean']>;
5685
5689
  hasOfferWith?: InputMaybe$1<Array<PublishedSaleFunnelOfferWhereInput$1>>;
5690
+ /** parent edge predicates */
5691
+ hasParent?: InputMaybe$1<Scalars$2['Boolean']>;
5692
+ hasParentWith?: InputMaybe$1<Array<PublishedThemePageWhereInput$1>>;
5686
5693
  /** publishedPageSection edge predicates */
5687
5694
  hasPublishedPageSection?: InputMaybe$1<Scalars$2['Boolean']>;
5688
5695
  hasPublishedPageSectionWith?: InputMaybe$1<Array<PublishedPageSectionWhereInput$1>>;
@@ -5745,6 +5752,13 @@ type PublishedThemePageWhereInput$1 = {
5745
5752
  offerIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
5746
5753
  offerIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
5747
5754
  or?: InputMaybe$1<Array<PublishedThemePageWhereInput$1>>;
5755
+ /** parent_id field predicates */
5756
+ parentID?: InputMaybe$1<Scalars$2['ID']>;
5757
+ parentIDIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
5758
+ parentIDIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
5759
+ parentIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
5760
+ parentIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
5761
+ parentIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
5748
5762
  /** split_percentage field predicates */
5749
5763
  splitPercentage?: InputMaybe$1<Scalars$2['Float']>;
5750
5764
  splitPercentageGT?: InputMaybe$1<Scalars$2['Float']>;
@@ -5998,6 +6012,7 @@ type Query$1 = {
5998
6012
  productOptionValues?: Maybe$1<ProductOptionValueConnection$1>;
5999
6013
  productOptions?: Maybe$1<ProductOptionConnection$1>;
6000
6014
  products?: Maybe$1<ProductConnection$1>;
6015
+ publishedShopMetas?: Maybe$1<Array<PublishedShopMeta$1>>;
6001
6016
  publishedThemePages?: Maybe$1<Array<Maybe$1<PublishedThemePage$1>>>;
6002
6017
  publishedThemeSection?: Maybe$1<PublishedThemeSection$1>;
6003
6018
  publishedThemeSections?: Maybe$1<PublishedThemeSectionConnection$1>;
@@ -6111,6 +6126,9 @@ type QueryProductsArgs$1 = {
6111
6126
  orderBy?: InputMaybe$1<ProductOrder$1>;
6112
6127
  where?: InputMaybe$1<ProductWhereInput$1>;
6113
6128
  };
6129
+ type QueryPublishedShopMetasArgs = {
6130
+ keys?: InputMaybe$1<Array<Scalars$2['String']>>;
6131
+ };
6114
6132
  type QueryPublishedThemePagesArgs$1 = {
6115
6133
  slug?: InputMaybe$1<Scalars$2['String']>;
6116
6134
  slugType: PublishedThemePageType$1;
@@ -6482,6 +6500,7 @@ type shop_EntityFindPublishedThemePageOnlineStoreDataByIdArgs = EntityFindPublis
6482
6500
  type shop_EntityFindPublishedThemeSectionByIdArgs = EntityFindPublishedThemeSectionByIdArgs;
6483
6501
  type shop_EntityFindPublishedThemeStyleByIdArgs = EntityFindPublishedThemeStyleByIdArgs;
6484
6502
  type shop_EntityFindTagByIdArgs = EntityFindTagByIdArgs;
6503
+ type shop_QueryPublishedShopMetasArgs = QueryPublishedShopMetasArgs;
6485
6504
  type shop_Query_EntitiesArgs = Query_EntitiesArgs;
6486
6505
  type shop__Entity = _Entity;
6487
6506
  type shop__Service = _Service;
@@ -6694,6 +6713,7 @@ declare namespace shop {
6694
6713
  QueryProductOptionValuesArgs$1 as QueryProductOptionValuesArgs,
6695
6714
  QueryProductOptionsArgs$1 as QueryProductOptionsArgs,
6696
6715
  QueryProductsArgs$1 as QueryProductsArgs,
6716
+ shop_QueryPublishedShopMetasArgs as QueryPublishedShopMetasArgs,
6697
6717
  QueryPublishedThemePagesArgs$1 as QueryPublishedThemePagesArgs,
6698
6718
  QueryPublishedThemeSectionArgs$1 as QueryPublishedThemeSectionArgs,
6699
6719
  QueryPublishedThemeSectionsArgs$1 as QueryPublishedThemeSectionsArgs,
@@ -6887,7 +6907,7 @@ type VitalsWidgetType = 'addToWishlist' | 'goToWishlist' | 'paymentLogos' | 'rec
6887
6907
  type FeraReviewsWidgetType = 'productReviews' | 'testimonialCarousel' | 'allReviews' | 'averageStoreRatingBadge' | 'inStoreMedia' | 'averageRatingBadge' | 'productPageMedia';
6888
6908
  type FeraReviewsV3WidgetType = 'allReviews' | 'testimonialCarousel' | 'mediaGallery' | 'productDetailRating' | 'productReviews' | 'productCollectionRating' | 'otherWidget';
6889
6909
  type GrowaveWidgetType = 'reviews' | 'badge' | 'productListBadge' | 'wishList' | 'socialShare' | 'favorite';
6890
- type AliReviewsWidgetType = 'section' | 'starRating' | 'starBadge' | 'starBadgeCollection' | 'carouselSlider';
6910
+ type AliReviewsWidgetType = 'starRating' | 'reviewBox';
6891
6911
  type OpinewWidgetType = 'reviews' | 'badge' | 'badgeCollection' | 'carousel' | 'allReviews' | 'allReviewsBadge';
6892
6912
  type OpinewDesignWidgetType = 'opinew_badge_wide_average' | 'opinew_badge_wide' | 'opinew_badge_small';
6893
6913
  type UltimateSalesBoostWidgetType = 'sticker' | 'message' | 'getItByTimer' | 'buyXGetTY' | 'countdownTimer' | 'stockInventoryNumber' | 'trustBadge' | 'advancedTrustBadge';
@@ -6899,6 +6919,7 @@ type ObjectLayoutValue = {
6899
6919
  display?: 'fill' | 'fit';
6900
6920
  cols?: number[];
6901
6921
  keepCol?: boolean;
6922
+ gap?: string;
6902
6923
  };
6903
6924
  type ProductReviewsWidgetType = 'reviews' | 'badge';
6904
6925
  type TrustooWidgetType = 'starRatingInList' | 'starRating' | 'reviews';
@@ -6910,10 +6931,12 @@ type InstantKlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget
6910
6931
  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';
6911
6932
  type LaiProductReviewsWidgetType = 'reviews_widget' | 'star_ratings' | 'homepage_reviews' | 'happy_customer_reviews' | 'star_ratings_in_list' | 'advanced_widget';
6912
6933
  type LaiProductReviewsAdvancedWidgetType = 'cardCarousel' | 'testimonialCarousel' | 'mediaGallery' | 'cardGrid';
6913
- type YotpoReviewsWidgetType = 'reviews' | 'badge' | 'reviewHighlights';
6934
+ type YotpoReviewsWidgetType = 'reviews' | 'star-rating' | 'reviewHighlights';
6914
6935
  type BogosWidgetType = 'icon' | 'thumnail' | 'slider' | 'message' | 'classic-bundle' | 'quantity-break';
6915
6936
  type PreOrderNowWodWidgetType = 'app-block' | 'popups-block';
6916
6937
  type TagShopWidgetType = 'homeLandingGalleries' | 'productGalleries' | 'tagGalleries';
6938
+ type AirProductReview = 'review_box' | 'star_rating' | 'review_carousel';
6939
+ type FastBundleWidgetType = 'all_bundles' | 'fbt_position' | 'product_bundles' | 'product_bundle_with_ids' | 'volume_position';
6917
6940
 
6918
6941
  type ResponsiveConfig<T> = {
6919
6942
  desktop: {
@@ -7755,6 +7778,7 @@ type TypographyV2ControlType<T> = SharedControlType<T> & {
7755
7778
  hiddenSetting?: {
7756
7779
  color?: boolean;
7757
7780
  transform?: boolean;
7781
+ fontWeight?: boolean;
7758
7782
  };
7759
7783
  disableCollapse?: boolean;
7760
7784
  };
@@ -8239,7 +8263,23 @@ type SettingUIGroup = {
8239
8263
  };
8240
8264
  };
8241
8265
 
8242
- type ControlProp<T> = ProductBundleChildControlType<T> | SelectProductBundleControlType<T> | AngleControlType<T> | CheckboxControlType<T> | ColorPickerControlType<T> | GroupControlType<T> | IconControlType<T> | InputFixContentControlType<T> | InputNumberControlType<T> | InputUnitControlType<T> | InputUnitSpacingControlType<T> | InputUnitWidthControlType<T> | InputControlType<T> | MarginControlType<T> | PaddingControlType<T> | PositionControlType<T> | RadioGroupControlType | RangeControlType<T> | SegmentControlType<T> | OpenLinkControlType<T> | SelectControlType<T> | TextareaControlType<T> | ToggleControlType<T> | ImageControlType<T> | ChildrensControlType | GridControlType<T> | FlexControlType<T> | TextEditorControlType<T> | ProductControlType<T> | TypographyControlType<T> | TypographyV2ControlType<T> | MenuControlType<T> | BehaviorStateControlType<T> | PickLinkControlType<T> | BoxShadowControlType<T> | TextShadowControlType<T> | BorderControlType<T> | BorderRadiusControlType<T> | RadiusPresetControlType<T> | SizeControlType<T> | ChildItemType<T> | PickMultiProductControlType<T> | CollectionControlType<T> | BackgroundControlType<T> | VisibilityControlType<T> | SelectVariantControlType | CountdownEvergreenType | Timezone<T> | CustomContentControlType<T> | DateTimePickerControlType | CountdownDailyType | KlaviyoCodes | YotpoLoyaltyCodes | InputWidthControlType<T> | LayoutSegmentControlType<T> | InputSpacing<T> | UniqueIdControlType<T> | PositionSquareControlType<T> | CustomCodeEditor | LayoutControlType<T> | LayoutBannerControlType<T> | SwatchesLinkControlType<T> | VariantSwatchesPresetControlType<T> | VariantSwatchesOnlyDefaultVariantControlType<T> | ProductListControlType<T> | ArticleListControlType<T> | CollectionBannerControlType<T> | Ratio<T> | StickyDisplayControlType<T> | SyncProductPropertiesControlType<T> | StepsGuide<T> | ImageShape<T> | GridArrange<T> | SizeSetting$1<T> | ChildIconType<T> | DropdownInput<T> | Dropdown<T> | AliPickSectionControlType<T> | ParallaxScrollingType<T> | BackgroundColorPickerType<T> | PlayPauseControlType<T> | LayoutCustomSegmentControlType<T> | SneakPeakRange<T> | SneakPeakTypeControlType<T> | SneakPeakControlType<T> | ProductInputCurrencyUnitControlType<T> | TypographyPostPurchaseControlType<T> | ProductOffersControlType<T> | DiscountAndShippingFee<T> | PostPurchaseTextareaControlType<T> | NotesControlType<T> | ButtonLayoutType<T> | ShapeSelectorControlType<T> | DisplayTriggerControlType<T> | CustomPositionControlType<T> | DealControlType<T>;
8266
+ type ProductHandleType<T> = SharedControlType<T> & {
8267
+ type: 'product-handle';
8268
+ };
8269
+
8270
+ type ColorPickerV2ControlType<T> = SharedControlType<T> & {
8271
+ type: 'color-picker-v2';
8272
+ };
8273
+
8274
+ type BorderV2ControlType<T> = SharedControlType<T> & {
8275
+ type: 'border-v2';
8276
+ };
8277
+
8278
+ type CornerV2ControlType<T> = SharedControlType<T> & {
8279
+ type: 'corner-v2';
8280
+ };
8281
+
8282
+ type ControlProp<T> = ProductBundleChildControlType<T> | SelectProductBundleControlType<T> | AngleControlType<T> | CheckboxControlType<T> | ColorPickerControlType<T> | GroupControlType<T> | IconControlType<T> | InputFixContentControlType<T> | InputNumberControlType<T> | InputUnitControlType<T> | InputUnitSpacingControlType<T> | InputUnitWidthControlType<T> | InputControlType<T> | MarginControlType<T> | PaddingControlType<T> | PositionControlType<T> | RadioGroupControlType | RangeControlType<T> | SegmentControlType<T> | OpenLinkControlType<T> | SelectControlType<T> | TextareaControlType<T> | ToggleControlType<T> | ImageControlType<T> | ChildrensControlType | GridControlType<T> | FlexControlType<T> | TextEditorControlType<T> | ProductControlType<T> | TypographyControlType<T> | TypographyV2ControlType<T> | MenuControlType<T> | BehaviorStateControlType<T> | PickLinkControlType<T> | BoxShadowControlType<T> | TextShadowControlType<T> | BorderControlType<T> | BorderRadiusControlType<T> | RadiusPresetControlType<T> | SizeControlType<T> | ChildItemType<T> | PickMultiProductControlType<T> | CollectionControlType<T> | BackgroundControlType<T> | VisibilityControlType<T> | SelectVariantControlType | CountdownEvergreenType | Timezone<T> | CustomContentControlType<T> | DateTimePickerControlType | CountdownDailyType | KlaviyoCodes | YotpoLoyaltyCodes | InputWidthControlType<T> | LayoutSegmentControlType<T> | InputSpacing<T> | UniqueIdControlType<T> | PositionSquareControlType<T> | CustomCodeEditor | LayoutControlType<T> | LayoutBannerControlType<T> | SwatchesLinkControlType<T> | VariantSwatchesPresetControlType<T> | VariantSwatchesOnlyDefaultVariantControlType<T> | ProductListControlType<T> | ArticleListControlType<T> | CollectionBannerControlType<T> | Ratio<T> | StickyDisplayControlType<T> | SyncProductPropertiesControlType<T> | StepsGuide<T> | ImageShape<T> | GridArrange<T> | SizeSetting$1<T> | ChildIconType<T> | DropdownInput<T> | Dropdown<T> | AliPickSectionControlType<T> | ParallaxScrollingType<T> | BackgroundColorPickerType<T> | PlayPauseControlType<T> | LayoutCustomSegmentControlType<T> | SneakPeakRange<T> | SneakPeakTypeControlType<T> | SneakPeakControlType<T> | ProductInputCurrencyUnitControlType<T> | TypographyPostPurchaseControlType<T> | ProductOffersControlType<T> | DiscountAndShippingFee<T> | PostPurchaseTextareaControlType<T> | NotesControlType<T> | ButtonLayoutType<T> | ShapeSelectorControlType<T> | DisplayTriggerControlType<T> | CustomPositionControlType<T> | DealControlType<T> | ProductHandleType<T> | ColorPickerV2ControlType<T> | BorderV2ControlType<T> | CornerV2ControlType<T>;
8243
8283
  type ControlTriggerAction = {
8244
8284
  controlId: string;
8245
8285
  newValue?: any;
@@ -8266,6 +8306,7 @@ type ComponentSetting<P extends BaseProps> = {
8266
8306
  icon?: string;
8267
8307
  settings?: Setting<P>[];
8268
8308
  advanced?: Record<string, any>;
8309
+ rootOverride?: Record<string, any>;
8269
8310
  init?: InitComponentType[] | {
8270
8311
  default: InitComponentType[];
8271
8312
  mobileOnly?: InitComponentType[];
@@ -8382,6 +8423,7 @@ type ComponentPreset = {
8382
8423
  components: InitComponentType[];
8383
8424
  hideTextContent?: boolean;
8384
8425
  flowTagComponents?: Record<string, InitComponentType[]>;
8426
+ rootOverride?: Record<string, any>;
8385
8427
  };
8386
8428
 
8387
8429
  type PageContext = {
@@ -8433,6 +8475,7 @@ type InteractionElement<E, T> = {
8433
8475
  elementTag?: string;
8434
8476
  targetOutsideSelector?: string;
8435
8477
  targetInsideSelector?: string;
8478
+ type?: 'ELEMENT' | 'PAGE';
8436
8479
  };
8437
8480
  declare enum InteractionTargetEvent {
8438
8481
  'gp:change-background-color' = 0,
@@ -8496,6 +8539,7 @@ type InteractionTarget = {
8496
8539
  targetOutsideSelector?: string;
8497
8540
  targetInsideSelector?: string;
8498
8541
  events?: InteractionTargetEventObject[];
8542
+ type?: 'ELEMENT' | 'PAGE';
8499
8543
  };
8500
8544
  type InteractionTargetEventObject = {
8501
8545
  event: InteractionTargetEvent;
@@ -30800,7 +30844,7 @@ type TypographyV2Family = string | {
30800
30844
  value: string;
30801
30845
  type: TypographyV2FontFamilyType;
30802
30846
  };
30803
- type TypographyV2FontFamilyType = 'google' | 'custom' | 'theme';
30847
+ type TypographyV2FontFamilyType = 'google' | 'custom' | 'theme' | 'bunny';
30804
30848
 
30805
30849
  /**
30806
30850
  * @deprecated Please use `TypographySettingV2`
@@ -30853,7 +30897,7 @@ type CornerRadius = {
30853
30897
  bbrr?: string;
30854
30898
  radiusType?: CornerRadiusType;
30855
30899
  };
30856
- type CornerRadiusType = 'none' | 'large' | 'medium' | 'small' | 'circle' | 'custom';
30900
+ type CornerRadiusType = 'none' | 'large' | 'medium' | 'small' | 'circle' | 'custom' | 'rounded';
30857
30901
  type ColorType$1 = NestedKeys<BrandColorObject> | NestedKeys<BackgroundColorObject> | NestedKeys<TextColorObject> | NestedKeys<LineColorObject> | NestedKeys<FuncColorObject>;
30858
30902
  type FontName = 'body' | 'heading' | 'code';
30859
30903
  type ColorKey = 'transparent' | 'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'indigo' | 'purple' | 'pink' | 'gray';
@@ -30895,7 +30939,7 @@ type ObjectDeviceGlobalType<T> = {
30895
30939
  mobile?: T;
30896
30940
  };
30897
30941
  type SpacingType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl';
30898
- type RoundedSize = 'small' | 'medium' | 'large' | 'circle' | 'none' | 'custom';
30942
+ type RoundedSize = 'small' | 'medium' | 'large' | 'circle' | 'none' | 'custom' | 'rounded';
30899
30943
  type ContainerProp = 'width' | 'padding';
30900
30944
  type GlobalStyleResponsiveConfig = {
30901
30945
  color?: Partial<Record<ColorType$1, string>>;
@@ -31381,7 +31425,8 @@ type PageContextProps = {
31381
31425
  interactionData?: {
31382
31426
  item?: Interaction;
31383
31427
  isSelectOnPage?: boolean;
31384
- selectType?: 'element' | 'page';
31428
+ selectType?: 'ELEMENT' | 'PAGE';
31429
+ settingType?: 'TRIGGER' | 'TARGET';
31385
31430
  };
31386
31431
  setDynamicProduct: (data: DynamicProduct) => void;
31387
31432
  setDynamicCollection: (data: DynamicCollection) => void;
@@ -31390,7 +31435,8 @@ type PageContextProps = {
31390
31435
  setPublicStoreFrontData: (publicStoreFrontData: PublicStoreFrontData | null) => void;
31391
31436
  setInteractionItem: (item: Interaction) => void;
31392
31437
  setInteractionIsSelectOnPage: (value: boolean) => void;
31393
- setInteractionSelectType: (selectType: 'element' | 'page') => void;
31438
+ setInteractionSelectType: (selectType: 'ELEMENT' | 'PAGE') => void;
31439
+ setInteractionSettingType: (settingType?: 'TRIGGER' | 'TARGET') => void;
31394
31440
  };
31395
31441
  type PageProviderProps = Pick<PageContextProps, 'dynamicProduct' | 'dynamicCollection' | 'productOffers'> & {
31396
31442
  children: React.ReactNode;
@@ -31474,6 +31520,11 @@ type PageViewUpMutationVariables = Exact$1<{
31474
31520
  type PageViewUpMutationResponse = Pick<Mutation$1, 'pageViewUp'>;
31475
31521
  declare const PageViewUpDocument = "\n mutation pageViewUp($pageHandle: String!) {\n pageViewUp(pageHandle: $pageHandle)\n}\n ";
31476
31522
 
31523
+ type PublishedShopMetasQueryResponse = {
31524
+ publishedShopMetas?: Maybe$1<Array<Pick<PublishedShopMeta$1, 'id' | 'createdAt' | 'updatedAt' | 'key' | 'value'>>>;
31525
+ };
31526
+ declare const PublishedShopMetasDocument = "\n query PublishedShopMetas($keys: [String!]) {\n publishedShopMetas(keys: $keys) {\n id\n createdAt\n updatedAt\n key\n value\n }\n}\n ";
31527
+
31477
31528
  type CollectionDetailFilterQueryVariables = Exact$1<{
31478
31529
  firstProduct?: InputMaybe$1<Scalars$2['Int']>;
31479
31530
  orderBy?: InputMaybe$1<CollectionOrder$1>;
@@ -31913,6 +31964,7 @@ declare namespace tiktokpixel {
31913
31964
  };
31914
31965
  }
31915
31966
 
31967
+ type CSSStateKey<T extends ShortHandProperty> = `--${T}` | `--hvr-${T}` | `--focus-${T}`;
31916
31968
  type ResponsiveKey<T extends ShortHandProperty> = `--${T}` | `--${T}-tablet` | `--${T}-mobile`;
31917
31969
  declare const removeNullUndefined: <T extends Record<string, any>>(obj: T) => T;
31918
31970
  declare const makeStyleKey: <T extends ShortHandProperty>(name: T) => string[];
@@ -31943,6 +31995,7 @@ type Options = {
31943
31995
  liquid?: boolean;
31944
31996
  ignoreBgAttachment?: boolean;
31945
31997
  ignoreBackgroundImage?: boolean;
31998
+ ignoreBackgroundImageProperties?: boolean;
31946
31999
  ignoreBackgroundColor?: boolean;
31947
32000
  };
31948
32001
  declare const getStyleBackgroundByDevice: (background?: ObjectDevices<Background>, options?: Options) => {
@@ -41611,13 +41664,20 @@ declare const useInteraction: () => {
41611
41664
  event: string;
41612
41665
  selector: string;
41613
41666
  }, callback: (data: any) => void) => void;
41614
- trigger: ({ event, data, selector }: {
41667
+ trigger: ({ event, data, selector, element: elementParam, }: {
41615
41668
  event: string;
41616
41669
  data?: any;
41617
41670
  selector: string;
41671
+ element?: HTMLElement | undefined;
41618
41672
  }) => void;
41619
41673
  saveToElementInteractionData: (element: HTMLElement, key: string, value: string) => void;
41620
41674
  closeSelectOnPage: () => void;
41675
+ ref: React.MutableRefObject<null>;
41676
+ findElementIncludingSelf: (element: any, selector: string) => any;
41677
+ getInteractionPreviousData: (element: HTMLElement, key: string) => {
41678
+ previousData: any;
41679
+ interactionDataJson: any;
41680
+ };
41621
41681
  };
41622
41682
 
41623
- export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, 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, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, 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, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetType, 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, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewPageDocument, PreviewPageQueryResponse, PreviewPageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, 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, 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, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBorderCss, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, 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, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getPaddingGlobalSize, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResonsiveStyleShadow, getResponsiveStateValue, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBgColor, 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, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
41683
+ 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, 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, GrowaveWidgetType, 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, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewPageDocument, PreviewPageQueryResponse, PreviewPageQueryVariables, 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, 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, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBorderCss, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, 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, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getPaddingGlobalSize, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResonsiveStyleShadow, getResponsiveStateValue, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBgColor, 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, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.0-dev.0",
3
+ "version": "1.53.0-dev.107",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,8 +27,8 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "1.53.0-dev.0",
31
- "@gem-sdk/styles": "1.53.0-dev.0",
30
+ "@gem-sdk/adapter-shopify": "1.53.0-dev.105",
31
+ "@gem-sdk/styles": "1.53.0-dev.107",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {