@gem-sdk/core 16.1.0-dev.0 → 17.0.0-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/AddOn.js +1 -1
- package/dist/cjs/components/ComponentAnimation.js +1 -1
- package/dist/cjs/components/ComponentToolbarPreview.js +1 -1
- package/dist/cjs/components/ComponentWrapper.js +1 -1
- package/dist/cjs/components/ComponentWrapperPreview.js +1 -1
- package/dist/cjs/components/Empty.js +1 -1
- package/dist/cjs/components/InteractionSuffix.js +1 -1
- package/dist/cjs/components/Render.js +1 -1
- package/dist/cjs/components/Render.liquid.js +12 -12
- package/dist/cjs/components/RenderBlock.js +1 -1
- package/dist/cjs/components/RenderCustomCode.js +3 -3
- package/dist/cjs/components/RenderPreview.js +1 -1
- package/dist/cjs/components/RenderSection.js +1 -1
- package/dist/cjs/components/ai-assistant/AIAssistant.js +1 -0
- package/dist/cjs/components/ai-generator/AIContentGenerator.js +1 -1
- package/dist/cjs/components/ai-generator/AIGenContentLoading.js +1 -1
- package/dist/cjs/components/ai-generator/components/PickProduct.js +1 -1
- package/dist/cjs/components/ai-generator/components/ToneAndVoice.js +1 -1
- package/dist/cjs/components/ai-generator/hooks/useCheckingProductInside.js +1 -1
- package/dist/cjs/components/ai-generator/hooks/useFlipPopup.js +1 -1
- package/dist/cjs/components/ai-generator/hooks/useGettingGenerateRequest.js +1 -1
- package/dist/cjs/components/ai-generator/hooks/useListenEventGenerate.js +1 -1
- package/dist/cjs/components/ai-generator/icons/AIIcon.js +1 -1
- package/dist/cjs/components/ai-generator/icons/CloseIcon.js +1 -1
- package/dist/cjs/components/ai-generator/icons/DropdownIcon.js +1 -1
- package/dist/cjs/components/ai-generator/icons/SearchIcon.js +1 -1
- package/dist/cjs/components/ai-generator/icons/ShowMoreIcon.js +1 -1
- package/dist/cjs/components/ai-generator/icons/UpgradeIcon.js +1 -1
- package/dist/cjs/components/ai-generator/icons/WarningIcon.js +1 -1
- package/dist/cjs/components/animation/AnimationWrapper.js +1 -1
- package/dist/cjs/components/constant.js +1 -1
- package/dist/cjs/components/resize/Resize.js +1 -1
- package/dist/cjs/components/resize/Spacing.js +1 -1
- package/dist/cjs/components/src/product/helpers/variant-presets.js +1 -1
- package/dist/cjs/components/theme-section/CreateThemeSection.js +1 -1
- package/dist/cjs/components/theme-section/ThemeSectionStatus.js +1 -1
- package/dist/cjs/components/theme-section/ThemeSectionTooltip.js +1 -1
- package/dist/cjs/components/toolbar/SectionErrorBanner.js +1 -1
- package/dist/cjs/components/toolbar/Tooltip.js +1 -1
- package/dist/cjs/components/upgrade-element/UpgradeOldElement.js +1 -0
- package/dist/cjs/constants/device.js +1 -1
- package/dist/cjs/constants/index.js +1 -1
- package/dist/cjs/contexts/AddonContext.js +1 -1
- package/dist/cjs/contexts/ArticleContext.js +1 -1
- package/dist/cjs/contexts/ArticleListContext.js +1 -1
- package/dist/cjs/contexts/BuilderComponent.js +1 -1
- package/dist/cjs/contexts/BuilderContext.js +1 -1
- package/dist/cjs/contexts/BuilderPreviewContext.js +1 -1
- package/dist/cjs/contexts/BuilderPreviewUpsellContext.js +2 -0
- package/dist/cjs/contexts/BuilderUpsellWidget.js +2 -0
- package/dist/cjs/contexts/CartLineContext.js +1 -1
- package/dist/cjs/contexts/CollectionContext.js +1 -1
- package/dist/cjs/contexts/I18nContext.js +1 -1
- package/dist/cjs/contexts/ModalContext.js +1 -1
- package/dist/cjs/contexts/PageContext.js +1 -1
- package/dist/cjs/contexts/ProductContext.js +1 -1
- package/dist/cjs/contexts/ProductListContext.js +1 -1
- package/dist/cjs/contexts/SectionContext.js +1 -1
- package/dist/cjs/contexts/ShopContext.js +1 -1
- package/dist/cjs/graphql/fragments/media.generated.js +2 -2
- package/dist/cjs/graphql/fragments/product-list-select.generated.js +50 -0
- package/dist/cjs/graphql/fragments/product-option-value.generated.js +2 -2
- package/dist/cjs/graphql/fragments/product-option.generated.js +7 -2
- package/dist/cjs/graphql/fragments/selected-option.generated.js +2 -2
- package/dist/cjs/graphql/fragments/variant.generated.js +16 -2
- package/dist/cjs/graphql/mutations/page-view-up.generated.js +2 -2
- package/dist/cjs/graphql/queries/articles.generated.js +2 -2
- package/dist/cjs/graphql/queries/blogs.generated.js +2 -2
- package/dist/cjs/graphql/queries/collection-detail-filter.generated.js +145 -10
- package/dist/cjs/graphql/queries/collection.generated.js +124 -8
- package/dist/cjs/graphql/queries/collections.generated.js +40 -3
- package/dist/cjs/graphql/queries/preview-page.generated.js +60 -6
- package/dist/cjs/graphql/queries/product-little-detail.generated.js +54 -5
- package/dist/cjs/graphql/queries/product-medias.generated.js +11 -2
- package/dist/cjs/graphql/queries/product-value-label.generated.js +2 -2
- package/dist/cjs/graphql/queries/product-variant-with-selling-plans.generated.js +58 -4
- package/dist/cjs/graphql/queries/product-variants.generated.js +45 -4
- package/dist/cjs/graphql/queries/products-with-selling-plans.generated.js +206 -16
- package/dist/cjs/graphql/queries/products.generated.js +8 -32
- package/dist/cjs/graphql/queries/published-shop-metas.generated.js +2 -2
- package/dist/cjs/graphql/queries/published-theme-pages.generated.js +80 -9
- package/dist/cjs/graphql/queries/shop-shopify.generated.js +2 -2
- package/dist/cjs/graphql/queries/store-property.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/LibrarySaleFunnelDiscount.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/LibraryTemplate.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/SaleFunnelDiscounts.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/SaleFunnelOffer.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/ShopLibraryPage.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/ThemePage.generated.js +2 -2
- package/dist/cjs/graphql-app-api/queries/ThemePageMeta.generated.js +2 -2
- package/dist/cjs/helpers/GlobalEvent.js +1 -1
- package/dist/cjs/helpers/align.js +1 -1
- package/dist/cjs/helpers/animations.js +1 -1
- package/dist/cjs/helpers/background.js +1 -1
- package/dist/cjs/helpers/backgroundImage.js +1 -1
- package/dist/cjs/helpers/borders.js +4 -4
- package/dist/cjs/helpers/carousel.js +1 -1
- package/dist/cjs/helpers/clone-deep.js +1 -1
- package/dist/cjs/helpers/cls.js +1 -1
- package/dist/cjs/helpers/colors.js +1 -1
- package/dist/cjs/helpers/compose-advance-style.js +1 -1
- package/dist/cjs/helpers/composeClasses.js +1 -1
- package/dist/cjs/helpers/const.js +1 -1
- package/dist/cjs/helpers/constant.js +1 -1
- package/dist/cjs/helpers/convert.js +1 -1
- package/dist/cjs/helpers/covert-entities-html.js +1 -1
- package/dist/cjs/helpers/create-store-front-fetcher.js +1 -1
- package/dist/cjs/helpers/createTranslateKey.js +1 -1
- package/dist/cjs/helpers/css-variable.js +1 -1
- package/dist/cjs/helpers/email.js +1 -1
- package/dist/cjs/helpers/filter-styles.js +1 -1
- package/dist/cjs/helpers/filter-toolbar-preview.js +1 -1
- package/dist/cjs/helpers/flatten-connection.js +1 -1
- package/dist/cjs/helpers/get-resonsive-value.js +1 -1
- package/dist/cjs/helpers/get-shortname.js +1 -1
- package/dist/cjs/helpers/getHashCode.js +1 -1
- package/dist/cjs/helpers/icon-list.js +1 -1
- package/dist/cjs/helpers/interaction/index.js +1 -1
- package/dist/cjs/helpers/is-browser.js +1 -1
- package/dist/cjs/helpers/is-defined.js +1 -1
- package/dist/cjs/helpers/is-empty-children.js +1 -1
- package/dist/cjs/helpers/is-safari.js +1 -1
- package/dist/cjs/helpers/layout.js +1 -1
- package/dist/cjs/helpers/liquid.js +1 -1
- package/dist/cjs/helpers/load-script.js +1 -1
- package/dist/cjs/helpers/loop-component.js +1 -1
- package/dist/cjs/helpers/make-style.js +1 -1
- package/dist/cjs/helpers/normalize-builder-data-upsell.js +1 -0
- package/dist/cjs/helpers/normalize-builder-data.js +1 -1
- package/dist/cjs/helpers/pascal-to-kebab-case.js +1 -1
- package/dist/cjs/helpers/prefetch-queries.js +1 -1
- package/dist/cjs/helpers/product.js +1 -1
- package/dist/cjs/helpers/queries/get-collection.js +1 -1
- package/dist/cjs/helpers/queries/get-collections.js +1 -1
- package/dist/cjs/helpers/queries/get-product-by-slug.js +1 -1
- package/dist/cjs/helpers/queries/get-product.js +1 -1
- package/dist/cjs/helpers/queries/get-products.js +1 -1
- package/dist/cjs/helpers/queries/getProductOffers.js +1 -1
- package/dist/cjs/helpers/query.js +1 -1
- package/dist/cjs/helpers/radius.js +5 -5
- package/dist/cjs/helpers/render.js +1 -1
- package/dist/cjs/helpers/shadow.js +1 -1
- package/dist/cjs/helpers/size.js +3 -3
- package/dist/cjs/helpers/spacing.js +1 -1
- package/dist/cjs/helpers/third-party/addAppBlockId.js +1 -1
- package/dist/cjs/helpers/third-party/appConfig.js +1 -1
- package/dist/cjs/helpers/third-party/appSetting.js +1 -1
- package/dist/cjs/helpers/third-party/composeAppBlockId.js +1 -1
- package/dist/cjs/helpers/third-party/constant.js +1 -1
- package/dist/cjs/helpers/third-party/generateAppBlockConfigs.js +1 -1
- package/dist/cjs/helpers/third-party/getAppBlockType.js +1 -1
- package/dist/cjs/helpers/third-party/getAppBlocks.js +1 -1
- package/dist/cjs/helpers/third-party/mergeBlock.js +1 -1
- package/dist/cjs/helpers/third-party/mergeBlockOrder.js +1 -1
- package/dist/cjs/helpers/third-party/removeGPAppItems.js +1 -1
- package/dist/cjs/helpers/tracking/fpixel.js +1 -1
- package/dist/cjs/helpers/tracking/gtag.js +1 -1
- package/dist/cjs/helpers/tracking/tiktokpixel.js +1 -1
- package/dist/cjs/helpers/typography.js +19 -19
- package/dist/cjs/helpers/variant.js +1 -1
- package/dist/cjs/helpers/verify-external-link.js +1 -1
- package/dist/cjs/hooks/animation/animations.js +1 -1
- package/dist/cjs/hooks/animation/useAnimationActions.js +1 -1
- package/dist/cjs/hooks/animation/useAnimationConfig.js +1 -1
- package/dist/cjs/hooks/animation/useAnimationPreview.js +1 -1
- package/dist/cjs/hooks/animation/useAnimationTarget.js +1 -1
- package/dist/cjs/hooks/animation/useApplyAnimation.js +1 -1
- package/dist/cjs/hooks/animation/useLivePageAnimation.js +1 -1
- package/dist/cjs/hooks/articles/useArticlesQuery.js +1 -1
- package/dist/cjs/hooks/cart/use-add-to-cart.js +1 -2
- package/dist/cjs/hooks/cart/use-cart-data.js +1 -1
- package/dist/cjs/hooks/cart/use-cart-discount-codes-update.js +1 -1
- package/dist/cjs/hooks/cart/use-cart-note-update.js +1 -1
- package/dist/cjs/hooks/cart/use-create-cart.js +1 -1
- package/dist/cjs/hooks/cart/use-remove-cart-item.js +1 -1
- package/dist/cjs/hooks/cart/use-update-cart-item.js +1 -1
- package/dist/cjs/hooks/shop/use-collection-query.js +1 -1
- package/dist/cjs/hooks/shop/use-collections-query.js +1 -1
- package/dist/cjs/hooks/shop/use-product-query.js +1 -1
- package/dist/cjs/hooks/shop/use-products-query.js +1 -1
- package/dist/cjs/hooks/shop/useProductOffersQuery.js +1 -1
- package/dist/cjs/hooks/shop/useShopifyLink.js +1 -1
- package/dist/cjs/hooks/shop.js +1 -1
- package/dist/cjs/hooks/use-current-device.js +1 -1
- package/dist/cjs/hooks/use-lazy-video.js +1 -1
- package/dist/cjs/hooks/useAnimations.js +1 -1
- package/dist/cjs/hooks/useCartId.js +1 -1
- package/dist/cjs/hooks/useCartLine.js +1 -2
- package/dist/cjs/hooks/useCartUI.js +1 -1
- package/dist/cjs/hooks/useCollection.js +1 -1
- package/dist/cjs/hooks/useFetchHandle.js +1 -1
- package/dist/cjs/hooks/useFormatMoney.js +1 -1
- package/dist/cjs/hooks/useI18n.js +1 -1
- package/dist/cjs/hooks/useInitialSwatchesOptions.js +1 -1
- package/dist/cjs/hooks/useInteraction.js +1 -1
- package/dist/cjs/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/dist/cjs/hooks/useLoadScript.js +1 -1
- package/dist/cjs/hooks/useMoney.js +1 -1
- package/dist/cjs/hooks/usePreviewSharePage.js +1 -1
- package/dist/cjs/hooks/usePrevious.js +1 -1
- package/dist/cjs/hooks/useProduct.js +1 -1
- package/dist/cjs/hooks/useRenderMode.js +1 -1
- package/dist/cjs/hooks/useStickyStore.js +1 -1
- package/dist/cjs/hooks/useSuspenseFetch.js +1 -1
- package/dist/cjs/hooks/useSwatchesOptions.js +1 -1
- package/dist/cjs/hooks/useToolbarPostPurchase.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/types/builderUpsell.js +1 -0
- package/dist/cjs/types/global-style.js +1 -1
- package/dist/cjs/upsell-components/Empty.js +2 -0
- package/dist/cjs/upsell-components/RenderPreviewUpsell.js +2 -0
- package/dist/cjs/upsell-components/WrapperWidgetPreview.js +2 -0
- package/dist/esm/components/AddOn.js +1 -1
- package/dist/esm/components/ComponentAnimation.js +1 -1
- package/dist/esm/components/ComponentToolbarPreview.js +1 -1
- package/dist/esm/components/ComponentWrapper.js +1 -1
- package/dist/esm/components/ComponentWrapperPreview.js +1 -1
- package/dist/esm/components/Empty.js +1 -1
- package/dist/esm/components/InteractionSuffix.js +1 -1
- package/dist/esm/components/Render.js +1 -1
- package/dist/esm/components/Render.liquid.js +11 -11
- package/dist/esm/components/RenderBlock.js +1 -1
- package/dist/esm/components/RenderCustomCode.js +2 -2
- package/dist/esm/components/RenderPreview.js +1 -1
- package/dist/esm/components/RenderSection.js +1 -1
- package/dist/esm/components/ai-assistant/AIAssistant.js +1 -0
- package/dist/esm/components/ai-generator/AIContentGenerator.js +1 -1
- package/dist/esm/components/ai-generator/AIGenContentLoading.js +1 -1
- package/dist/esm/components/ai-generator/components/PickProduct.js +1 -1
- package/dist/esm/components/ai-generator/components/ToneAndVoice.js +1 -1
- package/dist/esm/components/ai-generator/hooks/useCheckingProductInside.js +1 -1
- package/dist/esm/components/ai-generator/hooks/useFlipPopup.js +1 -1
- package/dist/esm/components/ai-generator/hooks/useGettingGenerateRequest.js +1 -1
- package/dist/esm/components/ai-generator/hooks/useListenEventGenerate.js +1 -1
- package/dist/esm/components/ai-generator/icons/AIIcon.js +1 -1
- package/dist/esm/components/ai-generator/icons/CloseIcon.js +1 -1
- package/dist/esm/components/ai-generator/icons/DropdownIcon.js +1 -1
- package/dist/esm/components/ai-generator/icons/SearchIcon.js +1 -1
- package/dist/esm/components/ai-generator/icons/ShowMoreIcon.js +1 -1
- package/dist/esm/components/ai-generator/icons/UpgradeIcon.js +1 -1
- package/dist/esm/components/ai-generator/icons/WarningIcon.js +1 -1
- package/dist/esm/components/animation/AnimationWrapper.js +1 -1
- package/dist/esm/components/constant.js +1 -1
- package/dist/esm/components/resize/Resize.js +1 -1
- package/dist/esm/components/resize/Spacing.js +1 -1
- package/dist/esm/components/src/product/helpers/variant-presets.js +1 -1
- package/dist/esm/components/theme-section/CreateThemeSection.js +1 -1
- package/dist/esm/components/theme-section/ThemeSectionStatus.js +1 -1
- package/dist/esm/components/theme-section/ThemeSectionTooltip.js +1 -1
- package/dist/esm/components/toolbar/SectionErrorBanner.js +1 -1
- package/dist/esm/components/toolbar/Tooltip.js +1 -1
- package/dist/esm/components/upgrade-element/UpgradeOldElement.js +1 -0
- package/dist/esm/constants/device.js +1 -1
- package/dist/esm/constants/index.js +1 -1
- package/dist/esm/contexts/AddonContext.js +1 -1
- package/dist/esm/contexts/ArticleContext.js +1 -1
- package/dist/esm/contexts/ArticleListContext.js +1 -1
- package/dist/esm/contexts/BuilderComponent.js +1 -1
- package/dist/esm/contexts/BuilderContext.js +1 -1
- package/dist/esm/contexts/BuilderPreviewContext.js +1 -1
- package/dist/esm/contexts/BuilderPreviewUpsellContext.js +2 -0
- package/dist/esm/contexts/BuilderUpsellWidget.js +2 -0
- package/dist/esm/contexts/CartLineContext.js +1 -1
- package/dist/esm/contexts/CollectionContext.js +1 -1
- package/dist/esm/contexts/I18nContext.js +1 -1
- package/dist/esm/contexts/ModalContext.js +1 -1
- package/dist/esm/contexts/PageContext.js +1 -1
- package/dist/esm/contexts/ProductContext.js +1 -1
- package/dist/esm/contexts/ProductListContext.js +1 -1
- package/dist/esm/contexts/SectionContext.js +1 -1
- package/dist/esm/contexts/ShopContext.js +1 -1
- package/dist/esm/graphql/fragments/media.generated.js +2 -2
- package/dist/esm/graphql/fragments/product-list-select.generated.js +50 -0
- package/dist/esm/graphql/fragments/product-option-value.generated.js +2 -2
- package/dist/esm/graphql/fragments/product-option.generated.js +7 -2
- package/dist/esm/graphql/fragments/selected-option.generated.js +2 -2
- package/dist/esm/graphql/fragments/variant.generated.js +16 -2
- package/dist/esm/graphql/mutations/page-view-up.generated.js +2 -2
- package/dist/esm/graphql/queries/articles.generated.js +2 -2
- package/dist/esm/graphql/queries/blogs.generated.js +2 -2
- package/dist/esm/graphql/queries/collection-detail-filter.generated.js +145 -10
- package/dist/esm/graphql/queries/collection.generated.js +124 -8
- package/dist/esm/graphql/queries/collections.generated.js +40 -3
- package/dist/esm/graphql/queries/preview-page.generated.js +60 -6
- package/dist/esm/graphql/queries/product-little-detail.generated.js +54 -5
- package/dist/esm/graphql/queries/product-medias.generated.js +11 -2
- package/dist/esm/graphql/queries/product-value-label.generated.js +2 -2
- package/dist/esm/graphql/queries/product-variant-with-selling-plans.generated.js +58 -4
- package/dist/esm/graphql/queries/product-variants.generated.js +45 -4
- package/dist/esm/graphql/queries/products-with-selling-plans.generated.js +206 -16
- package/dist/esm/graphql/queries/products.generated.js +4 -28
- package/dist/esm/graphql/queries/published-shop-metas.generated.js +2 -2
- package/dist/esm/graphql/queries/published-theme-pages.generated.js +80 -9
- package/dist/esm/graphql/queries/shop-shopify.generated.js +2 -2
- package/dist/esm/graphql/queries/store-property.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/LibrarySaleFunnelDiscount.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/LibraryTemplate.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/SaleFunnelDiscounts.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/SaleFunnelOffer.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/ShopLibraryPage.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/ThemePage.generated.js +2 -2
- package/dist/esm/graphql-app-api/queries/ThemePageMeta.generated.js +2 -2
- package/dist/esm/helpers/GlobalEvent.js +1 -1
- package/dist/esm/helpers/align.js +1 -1
- package/dist/esm/helpers/animations.js +1 -1
- package/dist/esm/helpers/background.js +1 -1
- package/dist/esm/helpers/backgroundImage.js +1 -1
- package/dist/esm/helpers/borders.js +3 -3
- package/dist/esm/helpers/carousel.js +1 -1
- package/dist/esm/helpers/clone-deep.js +1 -1
- package/dist/esm/helpers/cls.js +1 -1
- package/dist/esm/helpers/colors.js +1 -1
- package/dist/esm/helpers/compose-advance-style.js +1 -1
- package/dist/esm/helpers/composeClasses.js +1 -1
- package/dist/esm/helpers/const.js +1 -1
- package/dist/esm/helpers/constant.js +1 -1
- package/dist/esm/helpers/convert.js +1 -1
- package/dist/esm/helpers/covert-entities-html.js +1 -1
- package/dist/esm/helpers/create-store-front-fetcher.js +1 -1
- package/dist/esm/helpers/createTranslateKey.js +1 -1
- package/dist/esm/helpers/css-variable.js +1 -1
- package/dist/esm/helpers/email.js +1 -1
- package/dist/esm/helpers/filter-styles.js +1 -1
- package/dist/esm/helpers/filter-toolbar-preview.js +1 -1
- package/dist/esm/helpers/flatten-connection.js +1 -1
- package/dist/esm/helpers/get-resonsive-value.js +1 -1
- package/dist/esm/helpers/get-shortname.js +1 -1
- package/dist/esm/helpers/getHashCode.js +1 -1
- package/dist/esm/helpers/icon-list.js +1 -1
- package/dist/esm/helpers/interaction/index.js +1 -1
- package/dist/esm/helpers/is-browser.js +1 -1
- package/dist/esm/helpers/is-defined.js +1 -1
- package/dist/esm/helpers/is-empty-children.js +1 -1
- package/dist/esm/helpers/is-safari.js +1 -1
- package/dist/esm/helpers/layout.js +1 -1
- package/dist/esm/helpers/liquid.js +1 -1
- package/dist/esm/helpers/load-script.js +1 -1
- package/dist/esm/helpers/loop-component.js +1 -1
- package/dist/esm/helpers/make-style.js +1 -1
- package/dist/esm/helpers/normalize-builder-data-upsell.js +1 -0
- package/dist/esm/helpers/normalize-builder-data.js +1 -1
- package/dist/esm/helpers/pascal-to-kebab-case.js +1 -1
- package/dist/esm/helpers/prefetch-queries.js +1 -1
- package/dist/esm/helpers/product.js +1 -1
- package/dist/esm/helpers/queries/get-collection.js +1 -1
- package/dist/esm/helpers/queries/get-collections.js +1 -1
- package/dist/esm/helpers/queries/get-product-by-slug.js +1 -1
- package/dist/esm/helpers/queries/get-product.js +1 -1
- package/dist/esm/helpers/queries/get-products.js +1 -1
- package/dist/esm/helpers/queries/getProductOffers.js +1 -1
- package/dist/esm/helpers/query.js +1 -1
- package/dist/esm/helpers/radius.js +6 -6
- package/dist/esm/helpers/render.js +1 -1
- package/dist/esm/helpers/shadow.js +1 -1
- package/dist/esm/helpers/size.js +4 -4
- package/dist/esm/helpers/spacing.js +1 -1
- package/dist/esm/helpers/third-party/addAppBlockId.js +1 -1
- package/dist/esm/helpers/third-party/appConfig.js +1 -1
- package/dist/esm/helpers/third-party/appSetting.js +1 -1
- package/dist/esm/helpers/third-party/composeAppBlockId.js +1 -1
- package/dist/esm/helpers/third-party/constant.js +1 -1
- package/dist/esm/helpers/third-party/generateAppBlockConfigs.js +1 -1
- package/dist/esm/helpers/third-party/getAppBlockType.js +1 -1
- package/dist/esm/helpers/third-party/getAppBlocks.js +1 -1
- package/dist/esm/helpers/third-party/mergeBlock.js +1 -1
- package/dist/esm/helpers/third-party/mergeBlockOrder.js +1 -1
- package/dist/esm/helpers/third-party/removeGPAppItems.js +1 -1
- package/dist/esm/helpers/tracking/fpixel.js +1 -1
- package/dist/esm/helpers/tracking/gtag.js +1 -1
- package/dist/esm/helpers/tracking/tiktokpixel.js +1 -1
- package/dist/esm/helpers/typography.js +19 -19
- package/dist/esm/helpers/variant.js +1 -1
- package/dist/esm/helpers/verify-external-link.js +1 -1
- package/dist/esm/hooks/animation/animations.js +1 -1
- package/dist/esm/hooks/animation/useAnimationActions.js +1 -1
- package/dist/esm/hooks/animation/useAnimationConfig.js +1 -1
- package/dist/esm/hooks/animation/useAnimationPreview.js +1 -1
- package/dist/esm/hooks/animation/useAnimationTarget.js +1 -1
- package/dist/esm/hooks/animation/useApplyAnimation.js +1 -1
- package/dist/esm/hooks/animation/useLivePageAnimation.js +1 -1
- package/dist/esm/hooks/articles/useArticlesQuery.js +1 -1
- package/dist/esm/hooks/cart/use-add-to-cart.js +1 -2
- package/dist/esm/hooks/cart/use-cart-data.js +1 -1
- package/dist/esm/hooks/cart/use-cart-discount-codes-update.js +1 -1
- package/dist/esm/hooks/cart/use-cart-note-update.js +1 -1
- package/dist/esm/hooks/cart/use-create-cart.js +1 -1
- package/dist/esm/hooks/cart/use-remove-cart-item.js +1 -1
- package/dist/esm/hooks/cart/use-update-cart-item.js +1 -1
- package/dist/esm/hooks/shop/use-collection-query.js +1 -1
- package/dist/esm/hooks/shop/use-collections-query.js +1 -1
- package/dist/esm/hooks/shop/use-product-query.js +1 -1
- package/dist/esm/hooks/shop/use-products-query.js +1 -1
- package/dist/esm/hooks/shop/useProductOffersQuery.js +1 -1
- package/dist/esm/hooks/shop/useShopifyLink.js +1 -1
- package/dist/esm/hooks/shop.js +1 -1
- package/dist/esm/hooks/use-current-device.js +1 -1
- package/dist/esm/hooks/use-lazy-video.js +1 -1
- package/dist/esm/hooks/useAnimations.js +1 -1
- package/dist/esm/hooks/useCartId.js +1 -1
- package/dist/esm/hooks/useCartLine.js +1 -2
- package/dist/esm/hooks/useCartUI.js +1 -1
- package/dist/esm/hooks/useCollection.js +1 -1
- package/dist/esm/hooks/useFetchHandle.js +1 -1
- package/dist/esm/hooks/useFormatMoney.js +1 -1
- package/dist/esm/hooks/useI18n.js +1 -1
- package/dist/esm/hooks/useInitialSwatchesOptions.js +1 -1
- package/dist/esm/hooks/useInteraction.js +1 -1
- package/dist/esm/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/dist/esm/hooks/useLoadScript.js +1 -1
- package/dist/esm/hooks/useMoney.js +1 -1
- package/dist/esm/hooks/usePreviewSharePage.js +1 -1
- package/dist/esm/hooks/usePrevious.js +1 -1
- package/dist/esm/hooks/useProduct.js +1 -1
- package/dist/esm/hooks/useRenderMode.js +1 -1
- package/dist/esm/hooks/useStickyStore.js +1 -1
- package/dist/esm/hooks/useSuspenseFetch.js +1 -1
- package/dist/esm/hooks/useSwatchesOptions.js +1 -1
- package/dist/esm/hooks/useToolbarPostPurchase.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/animations.js +1 -1
- package/dist/esm/types/builder.js +1 -1
- package/dist/esm/types/builderUpsell.js +1 -0
- package/dist/esm/types/custom.js +1 -1
- package/dist/esm/types/global-style.js +1 -1
- package/dist/esm/upsell-components/Empty.js +2 -0
- package/dist/esm/upsell-components/RenderPreviewUpsell.js +2 -0
- package/dist/esm/upsell-components/WrapperWidgetPreview.js +2 -0
- package/dist/types/index.d.ts +31831 -35143
- package/package.json +4 -4
- package/dist/cjs/graphql/fragments/analytic.generated.js +0 -7
- package/dist/cjs/graphql/fragments/collection-detail.generated.js +0 -23
- package/dist/cjs/graphql/fragments/collection-product.generated.js +0 -22
- package/dist/cjs/graphql/fragments/collection.generated.js +0 -20
- package/dist/cjs/graphql/fragments/custom-code.generated.js +0 -6
- package/dist/cjs/graphql/fragments/custom-font.generated.js +0 -14
- package/dist/cjs/graphql/fragments/data-seo.generated.js +0 -7
- package/dist/cjs/graphql/fragments/preview-theme-page.generated.js +0 -35
- package/dist/cjs/graphql/fragments/product-little.generated.js +0 -31
- package/dist/cjs/graphql/fragments/product-variants-with-selling-plans-select.generated.js +0 -44
- package/dist/cjs/graphql/fragments/product.generated.js +0 -38
- package/dist/cjs/graphql/fragments/published-custom-section.generated.js +0 -8
- package/dist/cjs/graphql/fragments/published-page-section.generated.js +0 -7
- package/dist/cjs/graphql/fragments/published-theme-page.generated.js +0 -39
- package/dist/cjs/graphql/fragments/published-theme-style.generated.js +0 -7
- package/dist/cjs/graphql/queries/productsV2.generated.js +0 -32
- package/dist/cjs/hooks/useProductList.js +0 -2
- package/dist/esm/graphql/fragments/analytic.generated.js +0 -7
- package/dist/esm/graphql/fragments/collection-detail.generated.js +0 -23
- package/dist/esm/graphql/fragments/collection-product.generated.js +0 -22
- package/dist/esm/graphql/fragments/collection.generated.js +0 -20
- package/dist/esm/graphql/fragments/custom-code.generated.js +0 -6
- package/dist/esm/graphql/fragments/custom-font.generated.js +0 -14
- package/dist/esm/graphql/fragments/data-seo.generated.js +0 -7
- package/dist/esm/graphql/fragments/preview-theme-page.generated.js +0 -35
- package/dist/esm/graphql/fragments/product-little.generated.js +0 -31
- package/dist/esm/graphql/fragments/product-variants-with-selling-plans-select.generated.js +0 -44
- package/dist/esm/graphql/fragments/product.generated.js +0 -38
- package/dist/esm/graphql/fragments/published-custom-section.generated.js +0 -8
- package/dist/esm/graphql/fragments/published-page-section.generated.js +0 -7
- package/dist/esm/graphql/fragments/published-theme-page.generated.js +0 -39
- package/dist/esm/graphql/fragments/published-theme-style.generated.js +0 -7
- package/dist/esm/graphql/queries/productsV2.generated.js +0 -32
- package/dist/esm/hooks/useProductList.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";function e(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}class r extends String{toString(){return this.value}constructor(r,t){super(r),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=r,this.__meta__=t}}const t=new r(`
|
|
2
2
|
query productMedias($firstMedia: Int = 50, $afterMedia: Cursor, $orderBy: ProductOrder, $where: ProductWhereInput, $orderByMedia: MediaOrder) {
|
|
3
3
|
medias: products(first: 1, orderBy: $orderBy, where: $where) {
|
|
4
4
|
edges {
|
|
@@ -20,4 +20,13 @@
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
fragment MediaSelect on Media {
|
|
24
|
+
id
|
|
25
|
+
baseID
|
|
26
|
+
contentType
|
|
27
|
+
previewImage
|
|
28
|
+
src
|
|
29
|
+
width
|
|
30
|
+
height
|
|
31
|
+
alt
|
|
32
|
+
}`);exports.ProductMediasDocument=t,exports.TypedDocumentString=r;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function t(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}class e extends String{toString(){return this.value}constructor(e,i){super(e),t(this,"__apiType",void 0),t(this,"value",void 0),t(this,"__meta__",void 0),this.value=e,this.__meta__=i}}const i=new e(`
|
|
2
2
|
query productOptionName($limit: Int, $offset: Int) {
|
|
3
3
|
productOptionName(limit: $limit, offset: $offset)
|
|
4
4
|
}
|
|
5
|
-
|
|
5
|
+
`);exports.ProductOptionNameDocument=i,exports.TypedDocumentString=e;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}const r=new t(`
|
|
2
2
|
query ProductVariantsWithSellingPlans($firstVariant: Int = 50, $afterVariant: Cursor, $orderBy: ProductOrder, $orderByVariant: ProductVariantOrder, $where: ProductWhereInput, $first: Int = 1) {
|
|
3
3
|
variants: products(first: $first, orderBy: $orderBy, where: $where) {
|
|
4
4
|
edges {
|
|
@@ -20,6 +20,60 @@
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
fragment ProductVariantsWithSellingPlansSelect on ProductVariant {
|
|
24
|
+
id
|
|
25
|
+
title
|
|
26
|
+
barcode
|
|
27
|
+
baseID
|
|
28
|
+
costPrice
|
|
29
|
+
height
|
|
30
|
+
inventoryPolicy
|
|
31
|
+
inventoryQuantity
|
|
32
|
+
inventoryStatus
|
|
33
|
+
isDigital
|
|
34
|
+
length
|
|
35
|
+
lowInventoryAmount
|
|
36
|
+
manageInventory
|
|
37
|
+
mediaId
|
|
38
|
+
platform
|
|
39
|
+
price
|
|
40
|
+
salePrice
|
|
41
|
+
sku
|
|
42
|
+
soldIndividually
|
|
43
|
+
weight
|
|
44
|
+
width
|
|
45
|
+
selectedOptions {
|
|
46
|
+
...SelectedOptionSelect
|
|
47
|
+
}
|
|
48
|
+
media {
|
|
49
|
+
...MediaSelect
|
|
50
|
+
}
|
|
51
|
+
sellingPlanGroups {
|
|
52
|
+
id
|
|
53
|
+
appID
|
|
54
|
+
sellingPlans {
|
|
55
|
+
id
|
|
56
|
+
name
|
|
57
|
+
baseID
|
|
58
|
+
billingPolicy
|
|
59
|
+
deliveryPolicy
|
|
60
|
+
pricingPolicies
|
|
61
|
+
updatedAt
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
66
|
+
name
|
|
67
|
+
value
|
|
68
|
+
optionType
|
|
69
|
+
}
|
|
70
|
+
fragment MediaSelect on Media {
|
|
71
|
+
id
|
|
72
|
+
baseID
|
|
73
|
+
contentType
|
|
74
|
+
previewImage
|
|
75
|
+
src
|
|
76
|
+
width
|
|
77
|
+
height
|
|
78
|
+
alt
|
|
79
|
+
}`);exports.ProductVariantsWithSellingPlansDocument=r,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}const r=new t(`
|
|
2
2
|
query productVariants($firstVariant: Int = 50, $afterVariant: Cursor, $orderBy: ProductOrder, $orderByVariant: ProductVariantOrder, $where: ProductWhereInput, $first: Int = 1) {
|
|
3
3
|
variants: products(first: $first, orderBy: $orderBy, where: $where) {
|
|
4
4
|
edges {
|
|
@@ -20,6 +20,47 @@
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
fragment VariantSelect on ProductVariant {
|
|
24
|
+
id
|
|
25
|
+
title
|
|
26
|
+
barcode
|
|
27
|
+
baseID
|
|
28
|
+
costPrice
|
|
29
|
+
height
|
|
30
|
+
inventoryPolicy
|
|
31
|
+
inventoryQuantity
|
|
32
|
+
inventoryStatus
|
|
33
|
+
isDigital
|
|
34
|
+
length
|
|
35
|
+
lowInventoryAmount
|
|
36
|
+
manageInventory
|
|
37
|
+
mediaId
|
|
38
|
+
platform
|
|
39
|
+
price
|
|
40
|
+
salePrice
|
|
41
|
+
sku
|
|
42
|
+
soldIndividually
|
|
43
|
+
weight
|
|
44
|
+
width
|
|
45
|
+
selectedOptions {
|
|
46
|
+
...SelectedOptionSelect
|
|
47
|
+
}
|
|
48
|
+
media {
|
|
49
|
+
...MediaSelect
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
53
|
+
name
|
|
54
|
+
value
|
|
55
|
+
optionType
|
|
56
|
+
}
|
|
57
|
+
fragment MediaSelect on Media {
|
|
58
|
+
id
|
|
59
|
+
baseID
|
|
60
|
+
contentType
|
|
61
|
+
previewImage
|
|
62
|
+
src
|
|
63
|
+
width
|
|
64
|
+
height
|
|
65
|
+
alt
|
|
66
|
+
}`);exports.ProductVariantsDocument=r,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}const i=new t(`
|
|
2
2
|
fragment ProductWithSellingPlansSelectFragment on ProductEdge {
|
|
3
3
|
cursor
|
|
4
4
|
node {
|
|
@@ -21,14 +21,6 @@
|
|
|
21
21
|
featuredImage {
|
|
22
22
|
...MediaSelect
|
|
23
23
|
}
|
|
24
|
-
collections {
|
|
25
|
-
edges {
|
|
26
|
-
node {
|
|
27
|
-
id
|
|
28
|
-
title
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
24
|
tags
|
|
33
25
|
sellingPlanGroups {
|
|
34
26
|
appID
|
|
@@ -62,7 +54,77 @@
|
|
|
62
54
|
}
|
|
63
55
|
}
|
|
64
56
|
}
|
|
65
|
-
|
|
57
|
+
fragment ProductOptionSelect on ProductOption {
|
|
58
|
+
id
|
|
59
|
+
name
|
|
60
|
+
optionType
|
|
61
|
+
values {
|
|
62
|
+
...ProductOptionValueSelect
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
fragment ProductOptionValueSelect on ProductOptionValue {
|
|
66
|
+
id
|
|
67
|
+
label
|
|
68
|
+
isDefault
|
|
69
|
+
baseID
|
|
70
|
+
}
|
|
71
|
+
fragment MediaSelect on Media {
|
|
72
|
+
id
|
|
73
|
+
baseID
|
|
74
|
+
contentType
|
|
75
|
+
previewImage
|
|
76
|
+
src
|
|
77
|
+
width
|
|
78
|
+
height
|
|
79
|
+
alt
|
|
80
|
+
}
|
|
81
|
+
fragment ProductVariantsWithSellingPlansSelect on ProductVariant {
|
|
82
|
+
id
|
|
83
|
+
title
|
|
84
|
+
barcode
|
|
85
|
+
baseID
|
|
86
|
+
costPrice
|
|
87
|
+
height
|
|
88
|
+
inventoryPolicy
|
|
89
|
+
inventoryQuantity
|
|
90
|
+
inventoryStatus
|
|
91
|
+
isDigital
|
|
92
|
+
length
|
|
93
|
+
lowInventoryAmount
|
|
94
|
+
manageInventory
|
|
95
|
+
mediaId
|
|
96
|
+
platform
|
|
97
|
+
price
|
|
98
|
+
salePrice
|
|
99
|
+
sku
|
|
100
|
+
soldIndividually
|
|
101
|
+
weight
|
|
102
|
+
width
|
|
103
|
+
selectedOptions {
|
|
104
|
+
...SelectedOptionSelect
|
|
105
|
+
}
|
|
106
|
+
media {
|
|
107
|
+
...MediaSelect
|
|
108
|
+
}
|
|
109
|
+
sellingPlanGroups {
|
|
110
|
+
id
|
|
111
|
+
appID
|
|
112
|
+
sellingPlans {
|
|
113
|
+
id
|
|
114
|
+
name
|
|
115
|
+
baseID
|
|
116
|
+
billingPolicy
|
|
117
|
+
deliveryPolicy
|
|
118
|
+
pricingPolicies
|
|
119
|
+
updatedAt
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
124
|
+
name
|
|
125
|
+
value
|
|
126
|
+
optionType
|
|
127
|
+
}`,{fragmentName:"ProductWithSellingPlansSelectFragment"}),r=new t(`
|
|
66
128
|
query ProductsWithSellingPlans($first: Int, $where: ProductWhereInput, $firstMedia: Int, $orderBy: ProductOrder, $after: Cursor, $firstVariant: Int, $afterVariant: Cursor, $afterMedia: Cursor, $orderByMedia: MediaOrder) {
|
|
67
129
|
products(first: $first, where: $where, orderBy: $orderBy, after: $after) {
|
|
68
130
|
edges {
|
|
@@ -74,9 +136,137 @@
|
|
|
74
136
|
}
|
|
75
137
|
}
|
|
76
138
|
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
139
|
+
fragment ProductWithSellingPlansSelectFragment on ProductEdge {
|
|
140
|
+
cursor
|
|
141
|
+
node {
|
|
142
|
+
id
|
|
143
|
+
title
|
|
144
|
+
createdAt
|
|
145
|
+
description
|
|
146
|
+
descriptionHtml
|
|
147
|
+
handle
|
|
148
|
+
averageRating
|
|
149
|
+
isStorefront
|
|
150
|
+
isSample
|
|
151
|
+
baseID
|
|
152
|
+
sku
|
|
153
|
+
requiresSellingPlan
|
|
154
|
+
options {
|
|
155
|
+
...ProductOptionSelect
|
|
156
|
+
}
|
|
157
|
+
vendor
|
|
158
|
+
featuredImage {
|
|
159
|
+
...MediaSelect
|
|
160
|
+
}
|
|
161
|
+
collections {
|
|
162
|
+
edges {
|
|
163
|
+
node {
|
|
164
|
+
id
|
|
165
|
+
title
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
tags
|
|
170
|
+
sellingPlanGroups {
|
|
171
|
+
appID
|
|
172
|
+
baseID
|
|
173
|
+
id
|
|
174
|
+
name
|
|
175
|
+
}
|
|
176
|
+
medias(first: $firstMedia, after: $afterMedia, orderBy: $orderByMedia) {
|
|
177
|
+
edges {
|
|
178
|
+
cursor
|
|
179
|
+
node {
|
|
180
|
+
...MediaSelect
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
pageInfo {
|
|
184
|
+
endCursor
|
|
185
|
+
hasNextPage
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
variants(first: $firstVariant, after: $afterVariant) {
|
|
189
|
+
edges {
|
|
190
|
+
cursor
|
|
191
|
+
node {
|
|
192
|
+
...ProductVariantsWithSellingPlansSelect
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
pageInfo {
|
|
196
|
+
hasNextPage
|
|
197
|
+
endCursor
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
fragment ProductOptionSelect on ProductOption {
|
|
203
|
+
id
|
|
204
|
+
name
|
|
205
|
+
optionType
|
|
206
|
+
values {
|
|
207
|
+
...ProductOptionValueSelect
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
fragment ProductOptionValueSelect on ProductOptionValue {
|
|
211
|
+
id
|
|
212
|
+
label
|
|
213
|
+
isDefault
|
|
214
|
+
baseID
|
|
215
|
+
}
|
|
216
|
+
fragment MediaSelect on Media {
|
|
217
|
+
id
|
|
218
|
+
baseID
|
|
219
|
+
contentType
|
|
220
|
+
previewImage
|
|
221
|
+
src
|
|
222
|
+
width
|
|
223
|
+
height
|
|
224
|
+
alt
|
|
225
|
+
}
|
|
226
|
+
fragment ProductVariantsWithSellingPlansSelect on ProductVariant {
|
|
227
|
+
id
|
|
228
|
+
title
|
|
229
|
+
barcode
|
|
230
|
+
baseID
|
|
231
|
+
costPrice
|
|
232
|
+
height
|
|
233
|
+
inventoryPolicy
|
|
234
|
+
inventoryQuantity
|
|
235
|
+
inventoryStatus
|
|
236
|
+
isDigital
|
|
237
|
+
length
|
|
238
|
+
lowInventoryAmount
|
|
239
|
+
manageInventory
|
|
240
|
+
mediaId
|
|
241
|
+
platform
|
|
242
|
+
price
|
|
243
|
+
salePrice
|
|
244
|
+
sku
|
|
245
|
+
soldIndividually
|
|
246
|
+
weight
|
|
247
|
+
width
|
|
248
|
+
selectedOptions {
|
|
249
|
+
...SelectedOptionSelect
|
|
250
|
+
}
|
|
251
|
+
media {
|
|
252
|
+
...MediaSelect
|
|
253
|
+
}
|
|
254
|
+
sellingPlanGroups {
|
|
255
|
+
id
|
|
256
|
+
appID
|
|
257
|
+
sellingPlans {
|
|
258
|
+
id
|
|
259
|
+
name
|
|
260
|
+
baseID
|
|
261
|
+
billingPolicy
|
|
262
|
+
deliveryPolicy
|
|
263
|
+
pricingPolicies
|
|
264
|
+
updatedAt
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
fragment SelectedOptionSelect on SelectedOption {
|
|
269
|
+
name
|
|
270
|
+
value
|
|
271
|
+
optionType
|
|
272
|
+
}`);exports.ProductWithSellingPlansSelectFragment=i,exports.ProductsWithSellingPlansDocument=r,exports.TypedDocumentString=t;
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
fragment ProductsEdgeDetail on ProductEdge {
|
|
3
|
-
cursor
|
|
4
|
-
node {
|
|
5
|
-
...ProductSelect
|
|
6
|
-
tags
|
|
7
|
-
sellingPlanGroups {
|
|
8
|
-
appID
|
|
9
|
-
baseID
|
|
10
|
-
id
|
|
11
|
-
name
|
|
12
|
-
}
|
|
13
|
-
collections {
|
|
14
|
-
edges {
|
|
15
|
-
node {
|
|
16
|
-
id
|
|
17
|
-
title
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
`,ProductsDocument=`
|
|
1
|
+
"use strict";var e=require("../fragments/product-list-select.generated.js"),r=require("../fragments/product-option.generated.js"),t=require("../fragments/product-option-value.generated.js"),a=require("../fragments/media.generated.js"),s=require("../fragments/variant.generated.js"),d=require("../fragments/selected-option.generated.js");const o=`
|
|
24
2
|
query products($first: Int, $where: ProductWhereInput, $firstMedia: Int, $orderBy: ProductOrder, $after: Cursor, $firstVariant: Int, $afterVariant: Cursor, $afterMedia: Cursor, $orderByMedia: MediaOrder) {
|
|
25
3
|
products(first: $first, where: $where, orderBy: $orderBy, after: $after) {
|
|
26
4
|
edges {
|
|
27
|
-
...
|
|
5
|
+
...ProductListSelect
|
|
28
6
|
}
|
|
29
7
|
pageInfo {
|
|
30
8
|
endCursor
|
|
@@ -32,11 +10,9 @@
|
|
|
32
10
|
}
|
|
33
11
|
}
|
|
34
12
|
}
|
|
35
|
-
${
|
|
36
|
-
${
|
|
37
|
-
${
|
|
38
|
-
${
|
|
39
|
-
${
|
|
40
|
-
${
|
|
41
|
-
${variant_generated.VariantSelect}
|
|
42
|
-
${selectedOption_generated.SelectedOptionSelect}`;exports.ProductsDocument=ProductsDocument,exports.ProductsEdgeDetail=ProductsEdgeDetail;
|
|
13
|
+
${e.ProductListSelect}
|
|
14
|
+
${r.ProductOptionSelect}
|
|
15
|
+
${t.ProductOptionValueSelect}
|
|
16
|
+
${a.MediaSelect}
|
|
17
|
+
${s.VariantSelect}
|
|
18
|
+
${d.SelectedOptionSelect}`;exports.ProductsDocument=o;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}class t extends String{toString(){return this.value}constructor(t,s){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=s}}const s=new t(`
|
|
2
2
|
query PublishedShopMetas($keys: [String!]) {
|
|
3
3
|
publishedShopMetas(keys: $keys) {
|
|
4
4
|
id
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
value
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
|
|
11
|
+
`);exports.PublishedShopMetasDocument=s,exports.TypedDocumentString=t;
|
|
@@ -1,14 +1,85 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}const i=new t(`
|
|
2
2
|
query publishedThemePages($slug: String, $slugType: PublishedThemePageType!) {
|
|
3
3
|
publishedThemePages(slug: $slug, slugType: $slugType) {
|
|
4
4
|
...PublishedThemePageSelect
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
fragment PublishedThemePageSelect on PublishedThemePage {
|
|
8
|
+
id
|
|
9
|
+
shopID
|
|
10
|
+
name
|
|
11
|
+
handle
|
|
12
|
+
isMobile
|
|
13
|
+
sectionPosition
|
|
14
|
+
pageSections {
|
|
15
|
+
...PublishedPageSectionSelect
|
|
16
|
+
}
|
|
17
|
+
themePageCustomSections {
|
|
18
|
+
...PublishedCustomSectionSelect
|
|
19
|
+
}
|
|
20
|
+
themePageDataSEO {
|
|
21
|
+
...DataSEOSelect
|
|
22
|
+
}
|
|
23
|
+
pageStyle {
|
|
24
|
+
...PublishedThemeStyleSelect
|
|
25
|
+
}
|
|
26
|
+
themePageAnalytic {
|
|
27
|
+
...AnalyticSelect
|
|
28
|
+
}
|
|
29
|
+
themePageCustomCode {
|
|
30
|
+
...CustomCodeSelect
|
|
31
|
+
}
|
|
32
|
+
themePageCustomFonts {
|
|
33
|
+
...CustomFontSelect
|
|
34
|
+
}
|
|
35
|
+
interaction {
|
|
36
|
+
id
|
|
37
|
+
value
|
|
38
|
+
}
|
|
39
|
+
metafields {
|
|
40
|
+
key
|
|
41
|
+
value
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
fragment PublishedPageSectionSelect on PublishedPageSection {
|
|
45
|
+
cid
|
|
46
|
+
component
|
|
47
|
+
id
|
|
48
|
+
}
|
|
49
|
+
fragment PublishedCustomSectionSelect on PublishedCustomSection {
|
|
50
|
+
cid
|
|
51
|
+
component
|
|
52
|
+
id
|
|
53
|
+
type
|
|
54
|
+
}
|
|
55
|
+
fragment DataSEOSelect on DataSEO {
|
|
56
|
+
id
|
|
57
|
+
key
|
|
58
|
+
value
|
|
59
|
+
}
|
|
60
|
+
fragment PublishedThemeStyleSelect on PublishedThemeStyle {
|
|
61
|
+
id
|
|
62
|
+
data
|
|
63
|
+
name
|
|
64
|
+
}
|
|
65
|
+
fragment AnalyticSelect on Analytic {
|
|
66
|
+
fbPixelID
|
|
67
|
+
gaTrackingID
|
|
68
|
+
tiktokPixelID
|
|
69
|
+
}
|
|
70
|
+
fragment CustomCodeSelect on CustomCode {
|
|
71
|
+
body
|
|
72
|
+
header
|
|
73
|
+
}
|
|
74
|
+
fragment CustomFontSelect on CustomFont {
|
|
75
|
+
backupFilePath
|
|
76
|
+
fileKey
|
|
77
|
+
filePath
|
|
78
|
+
fontFamily
|
|
79
|
+
fontStyle
|
|
80
|
+
fontWeight
|
|
81
|
+
id
|
|
82
|
+
mimeType
|
|
83
|
+
shopID
|
|
84
|
+
size
|
|
85
|
+
}`);exports.PublishedThemePagesDocument=i,exports.TypedDocumentString=t;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}const i=new t(`
|
|
2
2
|
query shopShopify {
|
|
3
3
|
shopShopify {
|
|
4
4
|
timezone
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
`);exports.ShopShopifyDocument=i,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}const r=new t(`
|
|
2
2
|
query storeProperty {
|
|
3
3
|
storeProperty {
|
|
4
4
|
favicon
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
primaryDomain
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
|
|
9
|
+
`);exports.StorePropertyDocument=r,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}const i=new t(`
|
|
2
2
|
query LibrarySaleFunnel($librarySaleFunnelId: ID!) {
|
|
3
3
|
librarySaleFunnel(id: $librarySaleFunnelId) {
|
|
4
4
|
id
|
|
@@ -18,4 +18,4 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
`);exports.LibrarySaleFunnelDocument=i,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}const i=new t(`
|
|
2
2
|
query LibraryTemplate($libraryTemplateId: ID!) {
|
|
3
3
|
libraryTemplate(id: $libraryTemplateId) {
|
|
4
4
|
id
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
`);exports.LibraryTemplateDocument=i,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}const r=new t(`
|
|
2
2
|
query SaleFunnelDiscounts($where: SaleFunnelDiscountWhereInput, $orderBy: SaleFunnelDiscountOrder, $last: Int, $before: Cursor, $first: Int, $after: Cursor) {
|
|
3
3
|
saleFunnelDiscounts(
|
|
4
4
|
where: $where
|
|
@@ -31,4 +31,4 @@
|
|
|
31
31
|
totalCount
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
`);exports.SaleFunnelDiscountsDocument=r,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class t extends String{toString(){return this.value}constructor(t,n){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=n}}const n=new t(`
|
|
2
2
|
query SaleFunnelOffer($saleFunnelOfferId: ID!) {
|
|
3
3
|
saleFunnelOffer(id: $saleFunnelOfferId) {
|
|
4
4
|
dynamicDiscounts {
|
|
@@ -18,4 +18,4 @@
|
|
|
18
18
|
deletedAt
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
`);exports.SaleFunnelOfferDocument=n,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,i,t){return i in e?Object.defineProperty(e,i,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[i]=t,e}class i extends String{toString(){return this.value}constructor(i,t){super(i),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=i,this.__meta__=t}}const t=new i(`
|
|
2
2
|
query ShopLibraryPage($shopLibraryPageId: ID!) {
|
|
3
3
|
shopLibraryPage(id: $shopLibraryPageId) {
|
|
4
4
|
id
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
`);exports.ShopLibraryPageDocument=t,exports.TypedDocumentString=i;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}class t extends String{toString(){return this.value}constructor(t,i){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=i}}const i=new t(`
|
|
2
2
|
query ThemePage($themePageId: ID!, $first: Int, $where: ThemeStyleWhereInput) {
|
|
3
3
|
themePage(id: $themePageId) {
|
|
4
4
|
id
|
|
@@ -31,4 +31,4 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
`);exports.ThemePageDocument=i,exports.TypedDocumentString=t;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class t extends String{toString(){return this.value}constructor(t,r){super(t),e(this,"__apiType",void 0),e(this,"value",void 0),e(this,"__meta__",void 0),this.value=t,this.__meta__=r}}const r=new t(`
|
|
2
2
|
query themePageMeta($after: Cursor, $before: Cursor, $first: Int, $last: Int, $themePageID: ID!, $where: ThemePageMetaWhereInput) {
|
|
3
3
|
themePageMeta(
|
|
4
4
|
after: $after
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
totalCount
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
|
|
30
|
+
`);exports.ThemePageMetaDocument=r,exports.TypedDocumentString=t;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={subscribe(e,t){document.addEventListener(e,e=>t(e.detail))},dispatch(e,t){document.dispatchEvent(new CustomEvent(e,{detail:t}))},remove(e,t){document.removeEventListener(e,t)}};
|