fontdue-js 2.10.0 → 2.11.0
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/CHANGELOG.md +4 -0
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +11 -63
- package/dist/__generated__/AddressFields_viewer.graphql.d.ts +1 -11
- package/dist/__generated__/AddressFields_viewer.graphql.js +68 -122
- package/dist/__generated__/BuyButton_collection.graphql.d.ts +2 -2
- package/dist/__generated__/BuyButton_collection.graphql.js +1 -1
- package/dist/__generated__/CartButtonQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartButtonQuery.graphql.js +24 -3
- package/dist/__generated__/CartButton_order.graphql.d.ts +4 -1
- package/dist/__generated__/CartButton_order.graphql.js +15 -2
- package/dist/__generated__/CartItemAdditionalLicenses_licenses.graphql.d.ts +18 -0
- package/dist/__generated__/CartItemAdditionalLicenses_licenses.graphql.js +42 -0
- package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.d.ts +21 -0
- package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.js +52 -0
- package/dist/__generated__/CartItemLicense_selection.graphql.d.ts +29 -0
- package/dist/__generated__/CartItemLicense_selection.graphql.js +80 -0
- package/dist/__generated__/CartItemProduct_product.graphql.d.ts +33 -0
- package/dist/__generated__/CartItemProduct_product.graphql.js +122 -0
- package/dist/__generated__/CartItemVariable_selection.graphql.d.ts +36 -0
- package/dist/__generated__/CartItemVariable_selection.graphql.js +107 -0
- package/dist/__generated__/CartItemVariable_variable.graphql.d.ts +22 -0
- package/dist/__generated__/CartItemVariable_variable.graphql.js +58 -0
- package/dist/__generated__/CartItem_node.graphql.d.ts +9 -34
- package/dist/__generated__/CartItem_node.graphql.js +31 -129
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +7 -1
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrder_order.graphql.d.ts +11 -2
- package/dist/__generated__/CartOrder_order.graphql.js +33 -2
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +143 -108
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +2 -2
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +162 -17
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +8 -2
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +249 -91
- package/dist/__generated__/CartState_order.graphql.d.ts +10 -1
- package/dist/__generated__/CartState_order.graphql.js +30 -3
- package/dist/__generated__/CharacterViewer_collection.graphql.d.ts +5 -5
- package/dist/__generated__/CharacterViewer_collection.graphql.js +1 -1
- package/dist/__generated__/CharacterViewer_family.graphql.d.ts +2 -2
- package/dist/__generated__/CharacterViewer_family.graphql.js +1 -1
- package/dist/__generated__/CharacterViewer_style.graphql.js +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +137 -108
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +7 -1
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +137 -108
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +2 -2
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +162 -17
- package/dist/__generated__/CouponCodeInput_viewer.graphql.js +1 -1
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.js +29 -19
- package/dist/__generated__/CouponText_coupon.graphql.d.ts +5 -1
- package/dist/__generated__/CouponText_coupon.graphql.js +36 -24
- package/dist/__generated__/FamilyList_node.graphql.d.ts +2 -2
- package/dist/__generated__/FamilyList_node.graphql.js +1 -1
- package/dist/__generated__/Family_node.graphql.d.ts +2 -2
- package/dist/__generated__/Family_node.graphql.js +27 -10
- package/dist/__generated__/Family_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +11 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.js +58 -45
- package/dist/__generated__/OrderVariableSelectionMutation.graphql.d.ts +69 -0
- package/dist/__generated__/OrderVariableSelectionMutation_viewer.graphql.d.ts +30 -0
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.js +32 -0
- package/dist/__generated__/OrderVariableSelection_variables.graphql.d.ts +26 -0
- package/dist/__generated__/OrderVariableSelection_variables.graphql.js +79 -0
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +8 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +171 -142
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +7 -2
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +43 -28
- package/dist/__generated__/PriceBarSection_node.graphql.d.ts +2 -2
- package/dist/__generated__/PriceBarSection_node.graphql.js +22 -17
- package/dist/__generated__/PriceBarSection_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/PriceBar_node.graphql.d.ts +1 -1
- package/dist/__generated__/PriceBar_node.graphql.js +20 -4
- package/dist/__generated__/PriceBar_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/SKUPriceRefetchQuery.graphql.d.ts +6 -1
- package/dist/__generated__/SKUPriceUpdateQuery.graphql.d.ts +29 -0
- package/dist/__generated__/SKUPrice_sku.graphql.d.ts +1 -1
- package/dist/__generated__/SKUPrice_sku.graphql.js +13 -17
- package/dist/__generated__/SKUPrice_viewer.graphql.d.ts +19 -0
- package/dist/__generated__/SelectButton_sku.graphql.d.ts +1 -1
- package/dist/__generated__/SelectButton_sku.graphql.js +13 -5
- package/dist/__generated__/SelectButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.js +21 -5
- package/dist/__generated__/StoreModalBundleButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +7 -3
- package/dist/__generated__/StoreModalCartQuery.graphql.js +391 -66
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +3 -6
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +36 -147
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.js +20 -4
- package/dist/__generated__/StoreModalFamilyButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +2 -2
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +29 -12
- package/dist/__generated__/StoreModalFamily_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionOrderUpdateMutation.graphql.d.ts +60 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionVariable_order.graphql.d.ts +27 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionVariable_variable.graphql.d.ts +24 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.d.ts +38 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.js +129 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.d.ts +22 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.js +92 -0
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +24 -7
- package/dist/__generated__/StoreModalProductQuery.graphql.js +193 -130
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +31 -0
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +383 -0
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +8 -1
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +24 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +8 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +59 -29
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +6 -1
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +59 -15
- package/dist/__generated__/StoreModalReviewCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalReviewQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalReviewUpdateOrderMutation.graphql.d.ts +6 -1
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.d.ts +1 -4
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.js +32 -25
- package/dist/__generated__/StoreModalStyleButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +21 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +241 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +28 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +251 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +82 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +292 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +55 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +169 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +28 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +99 -0
- package/dist/__generated__/StripeProviderCreateCheckoutSessionMutation.graphql.d.ts +22 -0
- package/dist/__generated__/StripeProviderCreateCheckoutSessionMutation.graphql.js +105 -0
- package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +2 -1
- package/dist/__generated__/StripeProvider_viewer.graphql.js +8 -2
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +137 -108
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +32 -0
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +293 -0
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +40 -46
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +2 -2
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +3 -3
- package/dist/__generated__/TypeTester_NewStyleQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTester_fontStyle.graphql.d.ts +1 -10
- package/dist/__generated__/TypeTester_fontStyle.graphql.js +48 -41
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +32 -0
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +293 -0
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +41 -37
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +33 -0
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +482 -0
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +41 -37
- package/dist/__generated__/TypeTesters_collection.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesters_collection.graphql.js +43 -14
- package/dist/__generated__/productState_Query.graphql.d.ts +3 -3
- package/dist/__generated__/productState_Query.graphql.js +1 -1
- package/dist/__generated__/productState_collection.graphql.d.ts +2 -2
- package/dist/__generated__/productState_collection.graphql.js +1 -1
- package/dist/__generated__/productState_node.graphql.d.ts +3 -3
- package/dist/__generated__/productState_node.graphql.js +1 -1
- package/dist/__generated__/useOrderVariables_order.graphql.d.ts +24 -0
- package/dist/components/AddToCartBanner/index.js +3 -3
- package/dist/components/BuyButton/index.js +4 -4
- package/dist/components/BuyButton/index.server.js +2 -2
- package/dist/components/BuyingOptions/index.js +1 -1
- package/dist/components/Cart/AddressFields.d.ts +2 -3
- package/dist/components/Cart/AddressFields.js +85 -142
- package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.d.ts +10 -0
- package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.js +38 -0
- package/dist/components/Cart/CartItem/CartItemLicense.d.ts +12 -0
- package/dist/components/Cart/CartItem/CartItemLicense.js +75 -0
- package/dist/components/Cart/CartItem/CartItemProduct.d.ts +7 -0
- package/dist/components/Cart/CartItem/CartItemProduct.js +43 -0
- package/dist/components/Cart/CartItem/CartItemVariable.d.ts +11 -0
- package/dist/components/Cart/CartItem/CartItemVariable.js +76 -0
- package/dist/components/Cart/CartItem/VariableTextInput.d.ts +1 -3
- package/dist/components/Cart/CartItem/VariableTextInput.js +7 -6
- package/dist/components/Cart/CartItem/index.d.ts +4 -1
- package/dist/components/Cart/CartItem/index.js +73 -284
- package/dist/components/Cart/CartOrder.js +19 -39
- package/dist/components/Cart/CartState.d.ts +4 -2
- package/dist/components/Cart/CartState.js +40 -29
- package/dist/components/Cart/CartTotals.js +2 -2
- package/dist/components/Cart/Checkout.js +5 -7
- package/dist/components/Cart/CouponCodeInput.js +4 -4
- package/dist/components/Cart/CustomerFields.d.ts +1 -1
- package/dist/components/Cart/CustomerFields.js +5 -5
- package/dist/components/Cart/Download.js +3 -3
- package/dist/components/Cart/EmptyCart.js +1 -1
- package/dist/components/Cart/IdentityBox.js +1 -1
- package/dist/components/Cart/index.js +2 -2
- package/dist/components/Cart/injectRelayEnvironment.js +2 -2
- package/dist/components/Cart/types.d.ts +5 -4
- package/dist/components/CartButton/index.d.ts +1 -0
- package/dist/components/CartButton/index.js +52 -11
- package/dist/components/CartButton/index.server.js +2 -2
- package/dist/components/CharacterViewer/StyleSelect.js +1 -1
- package/dist/components/CharacterViewer/index.js +8 -8
- package/dist/components/CharacterViewer/index.server.js +2 -2
- package/dist/components/Checkbox/index.js +4 -4
- package/dist/components/CollectionAa/index.js +1 -1
- package/dist/components/ComponentsContext.js +1 -1
- package/dist/components/ConfigContext.js +2 -2
- package/dist/components/CookieNotification/index.js +2 -2
- package/dist/components/CouponText/index.js +9 -4
- package/dist/components/CustomerLoginForm/index.js +3 -3
- package/dist/components/Family/FamilyList.js +1 -1
- package/dist/components/Family/index.js +4 -4
- package/dist/components/FontFamilies/index.js +12 -5
- package/dist/components/FontStyle/index.js +1 -1
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.d.ts +1 -1
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.js +3 -3
- package/dist/components/FontdueProvider/index.js +1 -1
- package/dist/components/FontdueProvider/index.server.js +3 -3
- package/dist/components/Icons/Align.js +1 -1
- package/dist/components/Icons/ArrowDownRight.js +1 -1
- package/dist/components/Icons/ArrowLeft.js +1 -1
- package/dist/components/Icons/ArrowRight.js +1 -1
- package/dist/components/Icons/CarrotDown.js +1 -1
- package/dist/components/Icons/CarrotUp.js +1 -1
- package/dist/components/Icons/Cart.js +1 -1
- package/dist/components/Icons/CartNew.js +1 -1
- package/dist/components/Icons/Check.js +1 -1
- package/dist/components/Icons/Checkbox.js +1 -1
- package/dist/components/Icons/CheckboxChecked.js +1 -1
- package/dist/components/Icons/CheckboxCrossed.js +1 -1
- package/dist/components/Icons/CircledCheck.js +1 -1
- package/dist/components/Icons/CircledInfo.js +1 -1
- package/dist/components/Icons/CircledMinus.js +1 -1
- package/dist/components/Icons/ColorPicker.js +1 -1
- package/dist/components/Icons/CreditCard.js +1 -1
- package/dist/components/Icons/DownArrow.js +1 -1
- package/dist/components/Icons/DownloadFonts.js +1 -1
- package/dist/components/Icons/FrowningFace.js +1 -1
- package/dist/components/Icons/License.js +1 -1
- package/dist/components/Icons/Receipt.js +1 -1
- package/dist/components/Icons/User.js +1 -1
- package/dist/components/Icons/X.js +1 -1
- package/dist/components/Icons/index.js +1 -1
- package/dist/components/NewsletterSignup/NewsletterSignupElement.js +2 -2
- package/dist/components/NewsletterSignup/index.js +4 -4
- package/dist/components/NewsletterSignup/index.server.js +2 -2
- package/dist/components/NodePasswordForm/index.js +6 -7
- package/dist/components/OrderVariableSelection/OrderVariableSelectionMutation.d.ts +7 -0
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.d.ts +11 -0
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +37 -0
- package/dist/components/OrderVariableSelection/index.d.ts +33 -0
- package/dist/components/OrderVariableSelection/index.js +184 -0
- package/dist/components/Precart/License.js +1 -1
- package/dist/components/Precart/index.js +4 -4
- package/dist/components/Price/index.js +2 -2
- package/dist/components/PriceBar/PriceBarSection.js +7 -27
- package/dist/components/PriceBar/index.js +4 -4
- package/dist/components/Root/index.js +4 -4
- package/dist/components/Root/productState.js +1 -1
- package/dist/components/SKUPrice/index.js +5 -31
- package/dist/components/Select/index.js +2 -2
- package/dist/components/SelectButton/index.js +5 -5
- package/dist/components/SelectField/index.js +4 -4
- package/dist/components/SpecimenLink/index.js +1 -1
- package/dist/components/StickyNav/index.js +3 -3
- package/dist/components/StoreModal/StoreModalBundleButton.js +3 -3
- package/dist/components/StoreModal/StoreModalCart.d.ts +0 -1
- package/dist/components/StoreModal/StoreModalCart.js +34 -21
- package/dist/components/StoreModal/StoreModalCheckout.js +46 -49
- package/dist/components/StoreModal/StoreModalCheckoutContext.js +1 -1
- package/dist/components/StoreModal/StoreModalContainer.js +5 -4
- package/dist/components/StoreModal/StoreModalDownload.js +3 -3
- package/dist/components/StoreModal/StoreModalFamily.js +4 -4
- package/dist/components/StoreModal/StoreModalFamilyButton.js +3 -3
- package/dist/components/StoreModal/StoreModalIndex.js +1 -1
- package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
- package/dist/components/StoreModal/StoreModalLicenseeIsBillingSelection.d.ts +7 -0
- package/dist/components/StoreModal/StoreModalLicenseeIsBillingSelection.js +31 -0
- package/dist/components/StoreModal/StoreModalLoader.js +2 -2
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.d.ts +9 -0
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.js +78 -0
- package/dist/components/StoreModal/StoreModalProduct.js +89 -16
- package/dist/components/StoreModal/StoreModalReviewIdentity.js +3 -3
- package/dist/components/StoreModal/StoreModalRouter.js +3 -3
- package/dist/components/StoreModal/StoreModalStyleButton.js +3 -3
- package/dist/components/StoreModal/index.js +3 -3
- package/dist/components/StoreModal/routes.d.ts +0 -2
- package/dist/components/StoreModal/routes.js +6 -12
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.d.ts +1 -1
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.js +5 -5
- package/dist/components/StoreModalProductLicenseSelection/LicenseVariableElement.js +1 -1
- package/dist/components/StoreModalProductLicenseSelection/LicenseVariableRadioElement.js +3 -3
- package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +6 -5
- package/dist/components/StoreModalProductLicenseSelection/index.d.ts +5 -1
- package/dist/components/StoreModalProductLicenseSelection/index.js +17 -10
- package/dist/components/StoreModalProductSummary/index.d.ts +5 -6
- package/dist/components/StoreModalProductSummary/index.js +78 -48
- package/dist/components/StripeLogo.d.ts +2 -0
- package/dist/components/StripeLogo.js +17 -0
- package/dist/components/StripeProvider/index.d.ts +2 -1
- package/dist/components/StripeProvider/index.js +122 -60
- package/dist/components/Stylesheet/index.js +2 -2
- package/dist/components/TestFontsForm/TestFontsFormElement.js +2 -2
- package/dist/components/TestFontsForm/index.js +4 -4
- package/dist/components/TestFontsForm/index.server.js +2 -2
- package/dist/components/TestModeBanner/index.js +1 -1
- package/dist/components/TextField/index.js +2 -2
- package/dist/components/ThemeConfig/index.js +1 -1
- package/dist/components/ThemeConfig/index.server.js +1 -1
- package/dist/components/TypeTester/TypeTesterAlignButtons.js +1 -1
- package/dist/components/TypeTester/TypeTesterBullet.js +1 -1
- package/dist/components/TypeTester/TypeTesterContent.js +4 -4
- package/dist/components/TypeTester/TypeTesterContext.js +2 -2
- package/dist/components/TypeTester/TypeTesterEditAll.js +3 -3
- package/dist/components/TypeTester/TypeTesterFeatures.js +3 -3
- package/dist/components/TypeTester/TypeTesterFeaturesButton.js +3 -3
- package/dist/components/TypeTester/TypeTesterFitter.js +2 -2
- package/dist/components/TypeTester/TypeTesterFloatingToolbar.js +3 -3
- package/dist/components/TypeTester/TypeTesterInput.js +2 -2
- package/dist/components/TypeTester/TypeTesterSlider.js +2 -2
- package/dist/components/TypeTester/TypeTesterStandalone.js +36 -5
- package/dist/components/TypeTester/TypeTesterStandalone.server.js +4 -10
- package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -2
- package/dist/components/TypeTester/TypeTesterState.js +1 -1
- package/dist/components/TypeTester/TypeTesterStyleSelect.js +1 -1
- package/dist/components/TypeTester/TypeTesterStyleSelectData.js +4 -4
- package/dist/components/TypeTester/TypeTesterToolbar.js +3 -3
- package/dist/components/TypeTester/TypeTesterVariableAxes.js +1 -1
- package/dist/components/TypeTester/index.d.ts +2 -0
- package/dist/components/TypeTester/index.js +12 -47
- package/dist/components/TypeTester/useFeaturesData.js +1 -1
- package/dist/components/TypeTesters/TypeTestersElement.js +2 -2
- package/dist/components/TypeTesters/index.js +85 -20
- package/dist/components/TypeTesters/index.server.js +5 -11
- package/dist/components/VariableTableAmounts/index.js +1 -1
- package/dist/components/elements/Button/index.js +2 -2
- package/dist/components/elements/EmptyCart/index.js +3 -3
- package/dist/components/elements/StoreModalCartLayout/index.d.ts +3 -3
- package/dist/components/elements/StoreModalCartLayout/index.js +12 -14
- package/dist/components/elements/StoreModalContainer/StoreModalContainerContext.js +1 -1
- package/dist/components/elements/StoreModalContainer/index.d.ts +1 -0
- package/dist/components/elements/StoreModalContainer/index.js +6 -4
- package/dist/components/elements/StoreModalDownloadLayout/index.js +1 -1
- package/dist/components/elements/StoreModalFamily/index.js +1 -1
- package/dist/components/elements/StoreModalFamilyButton/index.js +2 -2
- package/dist/components/elements/StoreModalIndexItem/index.js +1 -1
- package/dist/components/elements/StoreModalLicenseeIsBillingIdentityElement.d.ts +11 -0
- package/dist/components/elements/StoreModalLicenseeIsBillingIdentityElement.js +61 -0
- package/dist/components/elements/StoreModalLoadingScreen/index.js +1 -1
- package/dist/components/elements/StoreModalPageContainer/index.js +1 -1
- package/dist/components/elements/StoreModalStyleButton/index.js +2 -2
- package/dist/components/elements/StoreModalUnifiedCheckout.d.ts +10 -0
- package/dist/components/elements/StoreModalUnifiedCheckout.js +494 -0
- package/dist/components/useFontStyle.js +1 -1
- package/dist/components/useTotalStyles.js +1 -1
- package/dist/fontdue.css +339 -232
- package/dist/hooks/useLicenseAndOrderVariables.d.ts +5 -0
- package/dist/hooks/useLicenseAndOrderVariables.js +25 -0
- package/dist/hooks/useOrderVariables.d.ts +5 -0
- package/dist/hooks/useRefetchOnLicenseChanges.d.ts +22 -0
- package/dist/hooks/useRefetchOnLicenseChanges.js +61 -0
- package/dist/react-ranger.js +1 -1
- package/dist/reducer.d.ts +12 -0
- package/dist/reducer.js +17 -1
- package/dist/relay/environment.d.ts +1 -1
- package/dist/relay/environment.js +6 -9
- package/dist/vanilla/FontStyle.js +1 -1
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<e8366b25cefac2669353485e6d634495>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -23,26 +23,36 @@ const node = function () {
|
|
|
23
23
|
v1 = {
|
|
24
24
|
"defaultValue": [] /*: any*/,
|
|
25
25
|
"kind": "LocalArgument",
|
|
26
|
-
"name": "
|
|
26
|
+
"name": "licenseOptions"
|
|
27
27
|
},
|
|
28
|
-
v2 =
|
|
28
|
+
v2 = {
|
|
29
|
+
"defaultValue": [] /*: any*/,
|
|
30
|
+
"kind": "LocalArgument",
|
|
31
|
+
"name": "orderVariables"
|
|
32
|
+
},
|
|
33
|
+
v3 = [{
|
|
29
34
|
"kind": "Variable",
|
|
30
35
|
"name": "id",
|
|
31
36
|
"variableName": "id"
|
|
32
37
|
}],
|
|
33
|
-
|
|
38
|
+
v4 = {
|
|
39
|
+
"kind": "Variable",
|
|
40
|
+
"name": "licenseOptions",
|
|
41
|
+
"variableName": "licenseOptions"
|
|
42
|
+
},
|
|
43
|
+
v5 = [v4 /*: any*/, {
|
|
44
|
+
"kind": "Variable",
|
|
45
|
+
"name": "orderVariables",
|
|
46
|
+
"variableName": "orderVariables"
|
|
47
|
+
}],
|
|
48
|
+
v6 = {
|
|
34
49
|
"alias": null,
|
|
35
50
|
"args": null,
|
|
36
51
|
"kind": "ScalarField",
|
|
37
52
|
"name": "id",
|
|
38
53
|
"storageKey": null
|
|
39
54
|
},
|
|
40
|
-
|
|
41
|
-
"kind": "Variable",
|
|
42
|
-
"name": "licenseOptions",
|
|
43
|
-
"variableName": "licenseOptionsSpecs"
|
|
44
|
-
}],
|
|
45
|
-
v5 = [{
|
|
55
|
+
v7 = [{
|
|
46
56
|
"alias": null,
|
|
47
57
|
"args": null,
|
|
48
58
|
"kind": "ScalarField",
|
|
@@ -57,23 +67,19 @@ const node = function () {
|
|
|
57
67
|
}];
|
|
58
68
|
return {
|
|
59
69
|
"fragment": {
|
|
60
|
-
"argumentDefinitions": [v0 /*: any*/, v1 /*: any*/],
|
|
70
|
+
"argumentDefinitions": [v0 /*: any*/, v1 /*: any*/, v2 /*: any*/],
|
|
61
71
|
"kind": "Fragment",
|
|
62
72
|
"metadata": null,
|
|
63
73
|
"name": "PriceBarSectionRefetchQuery",
|
|
64
74
|
"selections": [{
|
|
65
75
|
"alias": null,
|
|
66
|
-
"args":
|
|
76
|
+
"args": v3 /*: any*/,
|
|
67
77
|
"concreteType": null,
|
|
68
78
|
"kind": "LinkedField",
|
|
69
79
|
"name": "node",
|
|
70
80
|
"plural": false,
|
|
71
81
|
"selections": [{
|
|
72
|
-
"args":
|
|
73
|
-
"kind": "Variable",
|
|
74
|
-
"name": "licenseOptionsSpecs",
|
|
75
|
-
"variableName": "licenseOptionsSpecs"
|
|
76
|
-
}],
|
|
82
|
+
"args": v5 /*: any*/,
|
|
77
83
|
"kind": "FragmentSpread",
|
|
78
84
|
"name": "PriceBarSection_node"
|
|
79
85
|
}],
|
|
@@ -84,12 +90,12 @@ const node = function () {
|
|
|
84
90
|
},
|
|
85
91
|
"kind": "Request",
|
|
86
92
|
"operation": {
|
|
87
|
-
"argumentDefinitions": [v1 /*: any*/, v0 /*: any*/],
|
|
93
|
+
"argumentDefinitions": [v1 /*: any*/, v2 /*: any*/, v0 /*: any*/],
|
|
88
94
|
"kind": "Operation",
|
|
89
95
|
"name": "PriceBarSectionRefetchQuery",
|
|
90
96
|
"selections": [{
|
|
91
97
|
"alias": null,
|
|
92
|
-
"args":
|
|
98
|
+
"args": v3 /*: any*/,
|
|
93
99
|
"concreteType": null,
|
|
94
100
|
"kind": "LinkedField",
|
|
95
101
|
"name": "node",
|
|
@@ -100,7 +106,7 @@ const node = function () {
|
|
|
100
106
|
"kind": "ScalarField",
|
|
101
107
|
"name": "__typename",
|
|
102
108
|
"storageKey": null
|
|
103
|
-
},
|
|
109
|
+
}, v6 /*: any*/, {
|
|
104
110
|
"kind": "InlineFragment",
|
|
105
111
|
"selections": [{
|
|
106
112
|
"alias": null,
|
|
@@ -121,14 +127,23 @@ const node = function () {
|
|
|
121
127
|
"kind": "LinkedField",
|
|
122
128
|
"name": "sku",
|
|
123
129
|
"plural": false,
|
|
124
|
-
"selections": [
|
|
130
|
+
"selections": [v6 /*: any*/, {
|
|
125
131
|
"alias": null,
|
|
126
|
-
"args":
|
|
132
|
+
"args": v5 /*: any*/,
|
|
133
|
+
"concreteType": "Money",
|
|
134
|
+
"kind": "LinkedField",
|
|
135
|
+
"name": "price",
|
|
136
|
+
"plural": false,
|
|
137
|
+
"selections": v7 /*: any*/,
|
|
138
|
+
"storageKey": null
|
|
139
|
+
}, {
|
|
140
|
+
"alias": "priceWithLicenseOptions",
|
|
141
|
+
"args": v5 /*: any*/,
|
|
127
142
|
"concreteType": "Money",
|
|
128
143
|
"kind": "LinkedField",
|
|
129
144
|
"name": "price",
|
|
130
145
|
"plural": false,
|
|
131
|
-
"selections":
|
|
146
|
+
"selections": v7 /*: any*/,
|
|
132
147
|
"storageKey": null
|
|
133
148
|
}],
|
|
134
149
|
"storageKey": null
|
|
@@ -140,12 +155,12 @@ const node = function () {
|
|
|
140
155
|
"storageKey": null
|
|
141
156
|
}, {
|
|
142
157
|
"alias": null,
|
|
143
|
-
"args": v4 /*: any
|
|
158
|
+
"args": [v4 /*: any*/],
|
|
144
159
|
"concreteType": "Money",
|
|
145
160
|
"kind": "LinkedField",
|
|
146
161
|
"name": "totalStylesPrice",
|
|
147
162
|
"plural": false,
|
|
148
|
-
"selections":
|
|
163
|
+
"selections": v7 /*: any*/,
|
|
149
164
|
"storageKey": null
|
|
150
165
|
}],
|
|
151
166
|
"type": "FontCollection",
|
|
@@ -155,15 +170,15 @@ const node = function () {
|
|
|
155
170
|
}]
|
|
156
171
|
},
|
|
157
172
|
"params": {
|
|
158
|
-
"cacheID": "
|
|
173
|
+
"cacheID": "6221469efe8f1710f53f5f1802324044",
|
|
159
174
|
"id": null,
|
|
160
175
|
"metadata": {},
|
|
161
176
|
"name": "PriceBarSectionRefetchQuery",
|
|
162
177
|
"operationKind": "query",
|
|
163
|
-
"text": "query PriceBarSectionRefetchQuery(\n $
|
|
178
|
+
"text": "query PriceBarSectionRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...PriceBarSection_node_4sncub\n id\n }\n}\n\nfragment PriceBarSection_node_4sncub on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_4sncub\n id\n priceWithLicenseOptions: price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions) {\n ...Price_price\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n"
|
|
164
179
|
}
|
|
165
180
|
};
|
|
166
181
|
}();
|
|
167
|
-
node.hash = "
|
|
182
|
+
node.hash = "f7d785b4599958bb699c2a706ab763cc";
|
|
168
183
|
var _default = node;
|
|
169
184
|
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<4ddafcf4fc811ebc54bd9be3aa1937a8>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -11,7 +11,7 @@ export type PriceBarSection_node$data = {
|
|
|
11
11
|
readonly name: string;
|
|
12
12
|
readonly sku: {
|
|
13
13
|
readonly id: string;
|
|
14
|
-
readonly
|
|
14
|
+
readonly priceWithLicenseOptions: {
|
|
15
15
|
readonly " $fragmentSpreads": FragmentRefs<"Price_price">;
|
|
16
16
|
};
|
|
17
17
|
readonly " $fragmentSpreads": FragmentRefs<"SelectButton_sku">;
|
|
@@ -5,9 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _PriceBarSectionRefetchQuery = _interopRequireDefault(require("./PriceBarSectionRefetchQuery.graphql"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @generated SignedSource<<
|
|
10
|
+
* @generated SignedSource<<4ddafcf4fc811ebc54bd9be3aa1937a8>>
|
|
11
11
|
* @lightSyntaxTransform
|
|
12
12
|
* @nogrep
|
|
13
13
|
*/
|
|
@@ -24,12 +24,17 @@ const node = function () {
|
|
|
24
24
|
"name": "id",
|
|
25
25
|
"storageKey": null
|
|
26
26
|
},
|
|
27
|
-
v1 =
|
|
27
|
+
v1 = {
|
|
28
28
|
"kind": "Variable",
|
|
29
29
|
"name": "licenseOptions",
|
|
30
|
-
"variableName": "
|
|
30
|
+
"variableName": "licenseOptions"
|
|
31
|
+
},
|
|
32
|
+
v2 = [v1 /*: any*/, {
|
|
33
|
+
"kind": "Variable",
|
|
34
|
+
"name": "orderVariables",
|
|
35
|
+
"variableName": "orderVariables"
|
|
31
36
|
}],
|
|
32
|
-
|
|
37
|
+
v3 = [{
|
|
33
38
|
"args": null,
|
|
34
39
|
"kind": "FragmentSpread",
|
|
35
40
|
"name": "Price_price"
|
|
@@ -38,7 +43,11 @@ const node = function () {
|
|
|
38
43
|
"argumentDefinitions": [{
|
|
39
44
|
"defaultValue": [],
|
|
40
45
|
"kind": "LocalArgument",
|
|
41
|
-
"name": "
|
|
46
|
+
"name": "licenseOptions"
|
|
47
|
+
}, {
|
|
48
|
+
"defaultValue": [],
|
|
49
|
+
"kind": "LocalArgument",
|
|
50
|
+
"name": "orderVariables"
|
|
42
51
|
}],
|
|
43
52
|
"kind": "Fragment",
|
|
44
53
|
"metadata": {
|
|
@@ -73,21 +82,17 @@ const node = function () {
|
|
|
73
82
|
"name": "sku",
|
|
74
83
|
"plural": false,
|
|
75
84
|
"selections": [{
|
|
76
|
-
"args":
|
|
77
|
-
"kind": "Variable",
|
|
78
|
-
"name": "licenseOptionsSpecs",
|
|
79
|
-
"variableName": "licenseOptionsSpecs"
|
|
80
|
-
}],
|
|
85
|
+
"args": v2 /*: any*/,
|
|
81
86
|
"kind": "FragmentSpread",
|
|
82
87
|
"name": "SelectButton_sku"
|
|
83
88
|
}, v0 /*: any*/, {
|
|
84
|
-
"alias":
|
|
85
|
-
"args":
|
|
89
|
+
"alias": "priceWithLicenseOptions",
|
|
90
|
+
"args": v2 /*: any*/,
|
|
86
91
|
"concreteType": "Money",
|
|
87
92
|
"kind": "LinkedField",
|
|
88
93
|
"name": "price",
|
|
89
94
|
"plural": false,
|
|
90
|
-
"selections":
|
|
95
|
+
"selections": v3 /*: any*/,
|
|
91
96
|
"storageKey": null
|
|
92
97
|
}],
|
|
93
98
|
"storageKey": null
|
|
@@ -99,18 +104,18 @@ const node = function () {
|
|
|
99
104
|
"storageKey": null
|
|
100
105
|
}, {
|
|
101
106
|
"alias": null,
|
|
102
|
-
"args": v1 /*: any
|
|
107
|
+
"args": [v1 /*: any*/],
|
|
103
108
|
"concreteType": "Money",
|
|
104
109
|
"kind": "LinkedField",
|
|
105
110
|
"name": "totalStylesPrice",
|
|
106
111
|
"plural": false,
|
|
107
|
-
"selections":
|
|
112
|
+
"selections": v3 /*: any*/,
|
|
108
113
|
"storageKey": null
|
|
109
114
|
}],
|
|
110
115
|
"type": "FontCollection",
|
|
111
116
|
"abstractKey": null
|
|
112
117
|
};
|
|
113
118
|
}();
|
|
114
|
-
node.hash = "
|
|
119
|
+
node.hash = "f7d785b4599958bb699c2a706ab763cc";
|
|
115
120
|
var _default = node;
|
|
116
121
|
exports.default = _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<142c667e02ceadc776429f5aab379f14>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type PriceBarSection_viewer$data = {
|
|
9
|
+
readonly " $fragmentSpreads": FragmentRefs<"SelectButton_viewer">;
|
|
10
|
+
readonly " $fragmentType": "PriceBarSection_viewer";
|
|
11
|
+
};
|
|
12
|
+
export type PriceBarSection_viewer$key = {
|
|
13
|
+
readonly " $data"?: PriceBarSection_viewer$data;
|
|
14
|
+
readonly " $fragmentSpreads": FragmentRefs<"PriceBarSection_viewer">;
|
|
15
|
+
};
|
|
16
|
+
declare const node: ReaderFragment;
|
|
17
|
+
export default node;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<0954b7b421419075cc0c3e3b9fd5edae>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -16,12 +16,28 @@ exports.default = void 0;
|
|
|
16
16
|
|
|
17
17
|
const node = function () {
|
|
18
18
|
var v0 = {
|
|
19
|
-
"args":
|
|
19
|
+
"args": [{
|
|
20
|
+
"kind": "Variable",
|
|
21
|
+
"name": "licenseOptions",
|
|
22
|
+
"variableName": "licenseOptions"
|
|
23
|
+
}, {
|
|
24
|
+
"kind": "Variable",
|
|
25
|
+
"name": "orderVariables",
|
|
26
|
+
"variableName": "orderVariables"
|
|
27
|
+
}],
|
|
20
28
|
"kind": "FragmentSpread",
|
|
21
29
|
"name": "PriceBarSection_node"
|
|
22
30
|
};
|
|
23
31
|
return {
|
|
24
|
-
"argumentDefinitions": [
|
|
32
|
+
"argumentDefinitions": [{
|
|
33
|
+
"defaultValue": [],
|
|
34
|
+
"kind": "LocalArgument",
|
|
35
|
+
"name": "licenseOptions"
|
|
36
|
+
}, {
|
|
37
|
+
"defaultValue": [],
|
|
38
|
+
"kind": "LocalArgument",
|
|
39
|
+
"name": "orderVariables"
|
|
40
|
+
}],
|
|
25
41
|
"kind": "Fragment",
|
|
26
42
|
"metadata": null,
|
|
27
43
|
"name": "PriceBar_node",
|
|
@@ -39,6 +55,6 @@ const node = function () {
|
|
|
39
55
|
"abstractKey": null
|
|
40
56
|
};
|
|
41
57
|
}();
|
|
42
|
-
node.hash = "
|
|
58
|
+
node.hash = "60c5de3c786db43860478f1b0e00f3df";
|
|
43
59
|
var _default = node;
|
|
44
60
|
exports.default = _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<ee63b1714f62e6b9eb749f739ae22466>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type PriceBar_viewer$data = {
|
|
9
|
+
readonly " $fragmentSpreads": FragmentRefs<"PriceBarSection_viewer">;
|
|
10
|
+
readonly " $fragmentType": "PriceBar_viewer";
|
|
11
|
+
};
|
|
12
|
+
export type PriceBar_viewer$key = {
|
|
13
|
+
readonly " $data"?: PriceBar_viewer$data;
|
|
14
|
+
readonly " $fragmentSpreads": FragmentRefs<"PriceBar_viewer">;
|
|
15
|
+
};
|
|
16
|
+
declare const node: ReaderFragment;
|
|
17
|
+
export default node;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<d9ffbc6501f79eb466adc33f39ab3b76>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -9,9 +9,14 @@ export type LicenseOptionsSpec = {
|
|
|
9
9
|
licenseId: string;
|
|
10
10
|
licenseOptionIds?: ReadonlyArray<string> | null;
|
|
11
11
|
};
|
|
12
|
+
export type OrderVariableSelectionInput = {
|
|
13
|
+
orderVariableId: string;
|
|
14
|
+
orderVariableOptionId?: string | null;
|
|
15
|
+
};
|
|
12
16
|
export type SKUPriceRefetchQuery$variables = {
|
|
13
17
|
id: string;
|
|
14
18
|
licenseOptionsSpecs?: ReadonlyArray<LicenseOptionsSpec | null> | null;
|
|
19
|
+
orderVariables?: ReadonlyArray<OrderVariableSelectionInput | null> | null;
|
|
15
20
|
};
|
|
16
21
|
export type SKUPriceRefetchQuery$data = {
|
|
17
22
|
readonly node: {
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<1c3cabaa212f2eada70518cb0218e8eb>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type OrderVariableSelectionInput = {
|
|
9
|
+
orderVariableId: string;
|
|
10
|
+
orderVariableOptionId?: string | null;
|
|
11
|
+
};
|
|
12
|
+
export type SKUPriceUpdateQuery$variables = {
|
|
13
|
+
id: string;
|
|
14
|
+
orderVariables?: ReadonlyArray<OrderVariableSelectionInput | null> | null;
|
|
15
|
+
};
|
|
16
|
+
export type SKUPriceUpdateQuery$data = {
|
|
17
|
+
readonly node: {
|
|
18
|
+
readonly price?: {
|
|
19
|
+
readonly amount: number;
|
|
20
|
+
readonly " $fragmentSpreads": FragmentRefs<"Price_price">;
|
|
21
|
+
};
|
|
22
|
+
} | null;
|
|
23
|
+
};
|
|
24
|
+
export type SKUPriceUpdateQuery = {
|
|
25
|
+
response: SKUPriceUpdateQuery$data;
|
|
26
|
+
variables: SKUPriceUpdateQuery$variables;
|
|
27
|
+
};
|
|
28
|
+
declare const node: ConcreteRequest;
|
|
29
|
+
export default node;
|
|
@@ -4,10 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _SKUPriceRefetchQuery = _interopRequireDefault(require("./SKUPriceRefetchQuery.graphql"));
|
|
8
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
7
|
/**
|
|
10
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<14ca22bd97d32f975c45c25632f3b010>>
|
|
11
9
|
* @lightSyntaxTransform
|
|
12
10
|
* @nogrep
|
|
13
11
|
*/
|
|
@@ -20,20 +18,14 @@ const node = {
|
|
|
20
18
|
"argumentDefinitions": [{
|
|
21
19
|
"defaultValue": [],
|
|
22
20
|
"kind": "LocalArgument",
|
|
23
|
-
"name": "
|
|
21
|
+
"name": "licenseOptions"
|
|
22
|
+
}, {
|
|
23
|
+
"defaultValue": [],
|
|
24
|
+
"kind": "LocalArgument",
|
|
25
|
+
"name": "orderVariables"
|
|
24
26
|
}],
|
|
25
27
|
"kind": "Fragment",
|
|
26
|
-
"metadata":
|
|
27
|
-
"refetch": {
|
|
28
|
-
"connection": null,
|
|
29
|
-
"fragmentPathInResult": ["node"],
|
|
30
|
-
"operation": _SKUPriceRefetchQuery.default,
|
|
31
|
-
"identifierInfo": {
|
|
32
|
-
"identifierField": "id",
|
|
33
|
-
"identifierQueryVariableName": "id"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
},
|
|
28
|
+
"metadata": null,
|
|
37
29
|
"name": "SKUPrice_sku",
|
|
38
30
|
"selections": [{
|
|
39
31
|
"alias": null,
|
|
@@ -46,7 +38,11 @@ const node = {
|
|
|
46
38
|
"args": [{
|
|
47
39
|
"kind": "Variable",
|
|
48
40
|
"name": "licenseOptions",
|
|
49
|
-
"variableName": "
|
|
41
|
+
"variableName": "licenseOptions"
|
|
42
|
+
}, {
|
|
43
|
+
"kind": "Variable",
|
|
44
|
+
"name": "orderVariables",
|
|
45
|
+
"variableName": "orderVariables"
|
|
50
46
|
}],
|
|
51
47
|
"concreteType": "Money",
|
|
52
48
|
"kind": "LinkedField",
|
|
@@ -68,6 +64,6 @@ const node = {
|
|
|
68
64
|
"type": "Sku",
|
|
69
65
|
"abstractKey": null
|
|
70
66
|
};
|
|
71
|
-
node.hash = "
|
|
67
|
+
node.hash = "344d6975fdcc1c1ccc6f306608473e2e";
|
|
72
68
|
var _default = node;
|
|
73
69
|
exports.default = _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<a6cd758e1235f394c9e5f7ccb82c30ca>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type SKUPrice_viewer$data = {
|
|
9
|
+
readonly currentOrder: {
|
|
10
|
+
readonly " $fragmentSpreads": FragmentRefs<"useOrderVariables_order">;
|
|
11
|
+
} | null;
|
|
12
|
+
readonly " $fragmentType": "SKUPrice_viewer";
|
|
13
|
+
};
|
|
14
|
+
export type SKUPrice_viewer$key = {
|
|
15
|
+
readonly " $data"?: SKUPrice_viewer$data;
|
|
16
|
+
readonly " $fragmentSpreads": FragmentRefs<"SKUPrice_viewer">;
|
|
17
|
+
};
|
|
18
|
+
declare const node: ReaderFragment;
|
|
19
|
+
export default node;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<126b0f7e88d45aa6dc0e39e88653b304>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -18,7 +18,11 @@ const node = {
|
|
|
18
18
|
"argumentDefinitions": [{
|
|
19
19
|
"defaultValue": [],
|
|
20
20
|
"kind": "LocalArgument",
|
|
21
|
-
"name": "
|
|
21
|
+
"name": "licenseOptions"
|
|
22
|
+
}, {
|
|
23
|
+
"defaultValue": [],
|
|
24
|
+
"kind": "LocalArgument",
|
|
25
|
+
"name": "orderVariables"
|
|
22
26
|
}],
|
|
23
27
|
"kind": "Fragment",
|
|
24
28
|
"metadata": null,
|
|
@@ -32,8 +36,12 @@ const node = {
|
|
|
32
36
|
}, {
|
|
33
37
|
"args": [{
|
|
34
38
|
"kind": "Variable",
|
|
35
|
-
"name": "
|
|
36
|
-
"variableName": "
|
|
39
|
+
"name": "licenseOptions",
|
|
40
|
+
"variableName": "licenseOptions"
|
|
41
|
+
}, {
|
|
42
|
+
"kind": "Variable",
|
|
43
|
+
"name": "orderVariables",
|
|
44
|
+
"variableName": "orderVariables"
|
|
37
45
|
}],
|
|
38
46
|
"kind": "FragmentSpread",
|
|
39
47
|
"name": "SKUPrice_sku"
|
|
@@ -41,6 +49,6 @@ const node = {
|
|
|
41
49
|
"type": "Sku",
|
|
42
50
|
"abstractKey": null
|
|
43
51
|
};
|
|
44
|
-
node.hash = "
|
|
52
|
+
node.hash = "ce7cb4cf209fc2d1076d29ecbda4ebf3";
|
|
45
53
|
var _default = node;
|
|
46
54
|
exports.default = _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<add65eb83bfbbae297a313de244b984e>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type SelectButton_viewer$data = {
|
|
9
|
+
readonly " $fragmentSpreads": FragmentRefs<"SKUPrice_viewer">;
|
|
10
|
+
readonly " $fragmentType": "SelectButton_viewer";
|
|
11
|
+
};
|
|
12
|
+
export type SelectButton_viewer$key = {
|
|
13
|
+
readonly " $data"?: SelectButton_viewer$data;
|
|
14
|
+
readonly " $fragmentSpreads": FragmentRefs<"SelectButton_viewer">;
|
|
15
|
+
};
|
|
16
|
+
declare const node: ReaderFragment;
|
|
17
|
+
export default node;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<12454d44131e2bbfcad436d4cbbd0a3c>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -10,6 +10,7 @@ export type StoreModalBundleButton_bundle$data = {
|
|
|
10
10
|
readonly id: string;
|
|
11
11
|
readonly " $fragmentSpreads": FragmentRefs<"FontStyle_fontStyle">;
|
|
12
12
|
}> | null;
|
|
13
|
+
readonly id: string;
|
|
13
14
|
readonly name: string;
|
|
14
15
|
readonly sku: {
|
|
15
16
|
readonly id: string;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<12454d44131e2bbfcad436d4cbbd0a3c>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -23,11 +23,19 @@ const node = function () {
|
|
|
23
23
|
"storageKey": null
|
|
24
24
|
};
|
|
25
25
|
return {
|
|
26
|
-
"argumentDefinitions": [
|
|
26
|
+
"argumentDefinitions": [{
|
|
27
|
+
"defaultValue": [],
|
|
28
|
+
"kind": "LocalArgument",
|
|
29
|
+
"name": "licenseOptions"
|
|
30
|
+
}, {
|
|
31
|
+
"defaultValue": [],
|
|
32
|
+
"kind": "LocalArgument",
|
|
33
|
+
"name": "orderVariables"
|
|
34
|
+
}],
|
|
27
35
|
"kind": "Fragment",
|
|
28
36
|
"metadata": null,
|
|
29
37
|
"name": "StoreModalBundleButton_bundle",
|
|
30
|
-
"selections": [{
|
|
38
|
+
"selections": [v0 /*: any*/, {
|
|
31
39
|
"alias": null,
|
|
32
40
|
"args": null,
|
|
33
41
|
"kind": "ScalarField",
|
|
@@ -41,7 +49,15 @@ const node = function () {
|
|
|
41
49
|
"name": "sku",
|
|
42
50
|
"plural": false,
|
|
43
51
|
"selections": [{
|
|
44
|
-
"args":
|
|
52
|
+
"args": [{
|
|
53
|
+
"kind": "Variable",
|
|
54
|
+
"name": "licenseOptions",
|
|
55
|
+
"variableName": "licenseOptions"
|
|
56
|
+
}, {
|
|
57
|
+
"kind": "Variable",
|
|
58
|
+
"name": "orderVariables",
|
|
59
|
+
"variableName": "orderVariables"
|
|
60
|
+
}],
|
|
45
61
|
"kind": "FragmentSpread",
|
|
46
62
|
"name": "SKUPrice_sku"
|
|
47
63
|
}, v0 /*: any*/],
|
|
@@ -64,6 +80,6 @@ const node = function () {
|
|
|
64
80
|
"abstractKey": null
|
|
65
81
|
};
|
|
66
82
|
}();
|
|
67
|
-
node.hash = "
|
|
83
|
+
node.hash = "524b936dedb01e6669ca020b96e28ea6";
|
|
68
84
|
var _default = node;
|
|
69
85
|
exports.default = _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<74979508adcca5701ec5da60f6656a98>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type StoreModalBundleButton_viewer$data = {
|
|
9
|
+
readonly " $fragmentSpreads": FragmentRefs<"SKUPrice_viewer">;
|
|
10
|
+
readonly " $fragmentType": "StoreModalBundleButton_viewer";
|
|
11
|
+
};
|
|
12
|
+
export type StoreModalBundleButton_viewer$key = {
|
|
13
|
+
readonly " $data"?: StoreModalBundleButton_viewer$data;
|
|
14
|
+
readonly " $fragmentSpreads": FragmentRefs<"StoreModalBundleButton_viewer">;
|
|
15
|
+
};
|
|
16
|
+
declare const node: ReaderFragment;
|
|
17
|
+
export default node;
|