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
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<e909e80d2a21cf50cead80170e39c61c>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* tslint:disable */
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
const node = function () {
|
|
18
|
+
var v0 = [{
|
|
19
|
+
"defaultValue": null,
|
|
20
|
+
"kind": "LocalArgument",
|
|
21
|
+
"name": "input"
|
|
22
|
+
}],
|
|
23
|
+
v1 = [{
|
|
24
|
+
"kind": "Variable",
|
|
25
|
+
"name": "input",
|
|
26
|
+
"variableName": "input"
|
|
27
|
+
}],
|
|
28
|
+
v2 = {
|
|
29
|
+
"alias": null,
|
|
30
|
+
"args": null,
|
|
31
|
+
"kind": "ScalarField",
|
|
32
|
+
"name": "zip",
|
|
33
|
+
"storageKey": null
|
|
34
|
+
},
|
|
35
|
+
v3 = {
|
|
36
|
+
"alias": null,
|
|
37
|
+
"args": null,
|
|
38
|
+
"kind": "ScalarField",
|
|
39
|
+
"name": "phone",
|
|
40
|
+
"storageKey": null
|
|
41
|
+
},
|
|
42
|
+
v4 = {
|
|
43
|
+
"alias": null,
|
|
44
|
+
"args": null,
|
|
45
|
+
"kind": "ScalarField",
|
|
46
|
+
"name": "administrativeArea",
|
|
47
|
+
"storageKey": null
|
|
48
|
+
},
|
|
49
|
+
v5 = {
|
|
50
|
+
"alias": null,
|
|
51
|
+
"args": null,
|
|
52
|
+
"kind": "ScalarField",
|
|
53
|
+
"name": "locality",
|
|
54
|
+
"storageKey": null
|
|
55
|
+
},
|
|
56
|
+
v6 = {
|
|
57
|
+
"alias": null,
|
|
58
|
+
"args": null,
|
|
59
|
+
"kind": "ScalarField",
|
|
60
|
+
"name": "sublocality",
|
|
61
|
+
"storageKey": null
|
|
62
|
+
},
|
|
63
|
+
v7 = {
|
|
64
|
+
"alias": null,
|
|
65
|
+
"args": null,
|
|
66
|
+
"kind": "ScalarField",
|
|
67
|
+
"name": "email",
|
|
68
|
+
"storageKey": null
|
|
69
|
+
},
|
|
70
|
+
v8 = {
|
|
71
|
+
"alias": null,
|
|
72
|
+
"args": null,
|
|
73
|
+
"kind": "ScalarField",
|
|
74
|
+
"name": "vatNumber",
|
|
75
|
+
"storageKey": null
|
|
76
|
+
},
|
|
77
|
+
v9 = [v2 /*: any*/, v3 /*: any*/, v4 /*: any*/, v5 /*: any*/, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/],
|
|
78
|
+
v10 = {
|
|
79
|
+
"alias": null,
|
|
80
|
+
"args": null,
|
|
81
|
+
"concreteType": "UpdateOrderErrors",
|
|
82
|
+
"kind": "LinkedField",
|
|
83
|
+
"name": "errors",
|
|
84
|
+
"plural": false,
|
|
85
|
+
"selections": [{
|
|
86
|
+
"alias": null,
|
|
87
|
+
"args": null,
|
|
88
|
+
"kind": "ScalarField",
|
|
89
|
+
"name": "stripePaymentMethodId",
|
|
90
|
+
"storageKey": null
|
|
91
|
+
}, {
|
|
92
|
+
"alias": null,
|
|
93
|
+
"args": null,
|
|
94
|
+
"concreteType": "IdentityErrors",
|
|
95
|
+
"kind": "LinkedField",
|
|
96
|
+
"name": "billingIdentity",
|
|
97
|
+
"plural": false,
|
|
98
|
+
"selections": v9 /*: any*/,
|
|
99
|
+
"storageKey": null
|
|
100
|
+
}, {
|
|
101
|
+
"alias": null,
|
|
102
|
+
"args": null,
|
|
103
|
+
"concreteType": "IdentityErrors",
|
|
104
|
+
"kind": "LinkedField",
|
|
105
|
+
"name": "licenseeIdentity",
|
|
106
|
+
"plural": false,
|
|
107
|
+
"selections": v9 /*: any*/,
|
|
108
|
+
"storageKey": null
|
|
109
|
+
}],
|
|
110
|
+
"storageKey": null
|
|
111
|
+
},
|
|
112
|
+
v11 = {
|
|
113
|
+
"alias": null,
|
|
114
|
+
"args": null,
|
|
115
|
+
"kind": "ScalarField",
|
|
116
|
+
"name": "name",
|
|
117
|
+
"storageKey": null
|
|
118
|
+
},
|
|
119
|
+
v12 = {
|
|
120
|
+
"alias": null,
|
|
121
|
+
"args": null,
|
|
122
|
+
"kind": "ScalarField",
|
|
123
|
+
"name": "id",
|
|
124
|
+
"storageKey": null
|
|
125
|
+
},
|
|
126
|
+
v13 = [v7 /*: any*/, {
|
|
127
|
+
"alias": null,
|
|
128
|
+
"args": null,
|
|
129
|
+
"kind": "ScalarField",
|
|
130
|
+
"name": "phoneFormatted",
|
|
131
|
+
"storageKey": null
|
|
132
|
+
}, {
|
|
133
|
+
"alias": null,
|
|
134
|
+
"args": null,
|
|
135
|
+
"kind": "ScalarField",
|
|
136
|
+
"name": "addressFormatted",
|
|
137
|
+
"storageKey": null
|
|
138
|
+
}, v8 /*: any*/, v11 /*: any*/, {
|
|
139
|
+
"alias": null,
|
|
140
|
+
"args": null,
|
|
141
|
+
"kind": "ScalarField",
|
|
142
|
+
"name": "organization",
|
|
143
|
+
"storageKey": null
|
|
144
|
+
}, v3 /*: any*/, {
|
|
145
|
+
"alias": null,
|
|
146
|
+
"args": null,
|
|
147
|
+
"kind": "ScalarField",
|
|
148
|
+
"name": "street",
|
|
149
|
+
"storageKey": null
|
|
150
|
+
}, v5 /*: any*/, v6 /*: any*/, {
|
|
151
|
+
"alias": null,
|
|
152
|
+
"args": null,
|
|
153
|
+
"kind": "ScalarField",
|
|
154
|
+
"name": "country",
|
|
155
|
+
"storageKey": null
|
|
156
|
+
}, v4 /*: any*/, v2 /*: any*/];
|
|
157
|
+
return {
|
|
158
|
+
"fragment": {
|
|
159
|
+
"argumentDefinitions": v0 /*: any*/,
|
|
160
|
+
"kind": "Fragment",
|
|
161
|
+
"metadata": null,
|
|
162
|
+
"name": "StoreModalUnifiedCheckoutUpdateOrderMutation",
|
|
163
|
+
"selections": [{
|
|
164
|
+
"alias": null,
|
|
165
|
+
"args": v1 /*: any*/,
|
|
166
|
+
"concreteType": "UpdateOrderPayload",
|
|
167
|
+
"kind": "LinkedField",
|
|
168
|
+
"name": "updateOrder",
|
|
169
|
+
"plural": false,
|
|
170
|
+
"selections": [{
|
|
171
|
+
"alias": null,
|
|
172
|
+
"args": null,
|
|
173
|
+
"concreteType": "Order",
|
|
174
|
+
"kind": "LinkedField",
|
|
175
|
+
"name": "order",
|
|
176
|
+
"plural": false,
|
|
177
|
+
"selections": [{
|
|
178
|
+
"args": null,
|
|
179
|
+
"kind": "FragmentSpread",
|
|
180
|
+
"name": "StoreModalUnifiedCheckout_order"
|
|
181
|
+
}],
|
|
182
|
+
"storageKey": null
|
|
183
|
+
}, v10 /*: any*/],
|
|
184
|
+
"storageKey": null
|
|
185
|
+
}],
|
|
186
|
+
"type": "RootMutationType",
|
|
187
|
+
"abstractKey": null
|
|
188
|
+
},
|
|
189
|
+
"kind": "Request",
|
|
190
|
+
"operation": {
|
|
191
|
+
"argumentDefinitions": v0 /*: any*/,
|
|
192
|
+
"kind": "Operation",
|
|
193
|
+
"name": "StoreModalUnifiedCheckoutUpdateOrderMutation",
|
|
194
|
+
"selections": [{
|
|
195
|
+
"alias": null,
|
|
196
|
+
"args": v1 /*: any*/,
|
|
197
|
+
"concreteType": "UpdateOrderPayload",
|
|
198
|
+
"kind": "LinkedField",
|
|
199
|
+
"name": "updateOrder",
|
|
200
|
+
"plural": false,
|
|
201
|
+
"selections": [{
|
|
202
|
+
"alias": null,
|
|
203
|
+
"args": null,
|
|
204
|
+
"concreteType": "Order",
|
|
205
|
+
"kind": "LinkedField",
|
|
206
|
+
"name": "order",
|
|
207
|
+
"plural": false,
|
|
208
|
+
"selections": [{
|
|
209
|
+
"alias": null,
|
|
210
|
+
"args": null,
|
|
211
|
+
"kind": "ScalarField",
|
|
212
|
+
"name": "completeUrl",
|
|
213
|
+
"storageKey": null
|
|
214
|
+
}, {
|
|
215
|
+
"alias": null,
|
|
216
|
+
"args": null,
|
|
217
|
+
"kind": "ScalarField",
|
|
218
|
+
"name": "canCompleteWithCoupon",
|
|
219
|
+
"storageKey": null
|
|
220
|
+
}, {
|
|
221
|
+
"alias": null,
|
|
222
|
+
"args": null,
|
|
223
|
+
"concreteType": "Money",
|
|
224
|
+
"kind": "LinkedField",
|
|
225
|
+
"name": "total",
|
|
226
|
+
"plural": false,
|
|
227
|
+
"selections": [{
|
|
228
|
+
"alias": null,
|
|
229
|
+
"args": null,
|
|
230
|
+
"kind": "ScalarField",
|
|
231
|
+
"name": "amount",
|
|
232
|
+
"storageKey": null
|
|
233
|
+
}],
|
|
234
|
+
"storageKey": null
|
|
235
|
+
}, {
|
|
236
|
+
"alias": null,
|
|
237
|
+
"args": null,
|
|
238
|
+
"concreteType": "Customer",
|
|
239
|
+
"kind": "LinkedField",
|
|
240
|
+
"name": "customer",
|
|
241
|
+
"plural": false,
|
|
242
|
+
"selections": [v11 /*: any*/, v7 /*: any*/, {
|
|
243
|
+
"alias": null,
|
|
244
|
+
"args": null,
|
|
245
|
+
"kind": "ScalarField",
|
|
246
|
+
"name": "newsletterOptIn",
|
|
247
|
+
"storageKey": null
|
|
248
|
+
}, v12 /*: any*/],
|
|
249
|
+
"storageKey": null
|
|
250
|
+
}, {
|
|
251
|
+
"alias": null,
|
|
252
|
+
"args": null,
|
|
253
|
+
"kind": "ScalarField",
|
|
254
|
+
"name": "licenseeIsBillingIdentity",
|
|
255
|
+
"storageKey": null
|
|
256
|
+
}, {
|
|
257
|
+
"alias": null,
|
|
258
|
+
"args": null,
|
|
259
|
+
"concreteType": "Identity",
|
|
260
|
+
"kind": "LinkedField",
|
|
261
|
+
"name": "licenseeIdentity",
|
|
262
|
+
"plural": false,
|
|
263
|
+
"selections": v13 /*: any*/,
|
|
264
|
+
"storageKey": null
|
|
265
|
+
}, {
|
|
266
|
+
"alias": null,
|
|
267
|
+
"args": null,
|
|
268
|
+
"concreteType": "Identity",
|
|
269
|
+
"kind": "LinkedField",
|
|
270
|
+
"name": "billingIdentity",
|
|
271
|
+
"plural": false,
|
|
272
|
+
"selections": v13 /*: any*/,
|
|
273
|
+
"storageKey": null
|
|
274
|
+
}, v12 /*: any*/],
|
|
275
|
+
"storageKey": null
|
|
276
|
+
}, v10 /*: any*/],
|
|
277
|
+
"storageKey": null
|
|
278
|
+
}]
|
|
279
|
+
},
|
|
280
|
+
"params": {
|
|
281
|
+
"cacheID": "9ff9f1568175168a1a5254fe7f63b250",
|
|
282
|
+
"id": null,
|
|
283
|
+
"metadata": {},
|
|
284
|
+
"name": "StoreModalUnifiedCheckoutUpdateOrderMutation",
|
|
285
|
+
"operationKind": "mutation",
|
|
286
|
+
"text": "mutation StoreModalUnifiedCheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n}\n"
|
|
287
|
+
}
|
|
288
|
+
};
|
|
289
|
+
}();
|
|
290
|
+
node.hash = "3538bf8bf1c5bad7768ef2059b309a59";
|
|
291
|
+
var _default = node;
|
|
292
|
+
exports.default = _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<b881df74c1240e1295ded8ee05f99f8e>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type StoreModalUnifiedCheckout_order$data = {
|
|
9
|
+
readonly billingIdentity: {
|
|
10
|
+
readonly administrativeArea: string | null;
|
|
11
|
+
readonly country: string;
|
|
12
|
+
readonly email: string;
|
|
13
|
+
readonly locality: string | null;
|
|
14
|
+
readonly name: string;
|
|
15
|
+
readonly organization: string | null;
|
|
16
|
+
readonly phone: string;
|
|
17
|
+
readonly street: string | null;
|
|
18
|
+
readonly sublocality: string | null;
|
|
19
|
+
readonly vatNumber: string | null;
|
|
20
|
+
readonly zip: string | null;
|
|
21
|
+
readonly " $fragmentSpreads": FragmentRefs<"StoreModalReviewIdentity_identity">;
|
|
22
|
+
} | null;
|
|
23
|
+
readonly canCompleteWithCoupon: boolean | null;
|
|
24
|
+
readonly completeUrl: string;
|
|
25
|
+
readonly customer: {
|
|
26
|
+
readonly email: string | null;
|
|
27
|
+
readonly name: string | null;
|
|
28
|
+
readonly newsletterOptIn: boolean | null;
|
|
29
|
+
} | null;
|
|
30
|
+
readonly licenseeIdentity: {
|
|
31
|
+
readonly administrativeArea: string | null;
|
|
32
|
+
readonly country: string;
|
|
33
|
+
readonly email: string;
|
|
34
|
+
readonly locality: string | null;
|
|
35
|
+
readonly name: string;
|
|
36
|
+
readonly organization: string | null;
|
|
37
|
+
readonly phone: string;
|
|
38
|
+
readonly street: string | null;
|
|
39
|
+
readonly sublocality: string | null;
|
|
40
|
+
readonly vatNumber: string | null;
|
|
41
|
+
readonly zip: string | null;
|
|
42
|
+
readonly " $fragmentSpreads": FragmentRefs<"StoreModalReviewIdentity_identity">;
|
|
43
|
+
} | null;
|
|
44
|
+
readonly licenseeIsBillingIdentity: boolean | null;
|
|
45
|
+
readonly total: {
|
|
46
|
+
readonly amount: number;
|
|
47
|
+
} | null;
|
|
48
|
+
readonly " $fragmentType": "StoreModalUnifiedCheckout_order";
|
|
49
|
+
};
|
|
50
|
+
export type StoreModalUnifiedCheckout_order$key = {
|
|
51
|
+
readonly " $data"?: StoreModalUnifiedCheckout_order$data;
|
|
52
|
+
readonly " $fragmentSpreads": FragmentRefs<"StoreModalUnifiedCheckout_order">;
|
|
53
|
+
};
|
|
54
|
+
declare const node: ReaderFragment;
|
|
55
|
+
export default node;
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<b881df74c1240e1295ded8ee05f99f8e>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* tslint:disable */
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
const node = function () {
|
|
18
|
+
var v0 = {
|
|
19
|
+
"alias": null,
|
|
20
|
+
"args": null,
|
|
21
|
+
"kind": "ScalarField",
|
|
22
|
+
"name": "name",
|
|
23
|
+
"storageKey": null
|
|
24
|
+
},
|
|
25
|
+
v1 = {
|
|
26
|
+
"alias": null,
|
|
27
|
+
"args": null,
|
|
28
|
+
"kind": "ScalarField",
|
|
29
|
+
"name": "email",
|
|
30
|
+
"storageKey": null
|
|
31
|
+
},
|
|
32
|
+
v2 = [{
|
|
33
|
+
"args": null,
|
|
34
|
+
"kind": "FragmentSpread",
|
|
35
|
+
"name": "StoreModalReviewIdentity_identity"
|
|
36
|
+
}, v0 /*: any*/, {
|
|
37
|
+
"alias": null,
|
|
38
|
+
"args": null,
|
|
39
|
+
"kind": "ScalarField",
|
|
40
|
+
"name": "organization",
|
|
41
|
+
"storageKey": null
|
|
42
|
+
}, v1 /*: any*/, {
|
|
43
|
+
"alias": null,
|
|
44
|
+
"args": null,
|
|
45
|
+
"kind": "ScalarField",
|
|
46
|
+
"name": "phone",
|
|
47
|
+
"storageKey": null
|
|
48
|
+
}, {
|
|
49
|
+
"alias": null,
|
|
50
|
+
"args": null,
|
|
51
|
+
"kind": "ScalarField",
|
|
52
|
+
"name": "street",
|
|
53
|
+
"storageKey": null
|
|
54
|
+
}, {
|
|
55
|
+
"alias": null,
|
|
56
|
+
"args": null,
|
|
57
|
+
"kind": "ScalarField",
|
|
58
|
+
"name": "locality",
|
|
59
|
+
"storageKey": null
|
|
60
|
+
}, {
|
|
61
|
+
"alias": null,
|
|
62
|
+
"args": null,
|
|
63
|
+
"kind": "ScalarField",
|
|
64
|
+
"name": "sublocality",
|
|
65
|
+
"storageKey": null
|
|
66
|
+
}, {
|
|
67
|
+
"alias": null,
|
|
68
|
+
"args": null,
|
|
69
|
+
"kind": "ScalarField",
|
|
70
|
+
"name": "country",
|
|
71
|
+
"storageKey": null
|
|
72
|
+
}, {
|
|
73
|
+
"alias": null,
|
|
74
|
+
"args": null,
|
|
75
|
+
"kind": "ScalarField",
|
|
76
|
+
"name": "administrativeArea",
|
|
77
|
+
"storageKey": null
|
|
78
|
+
}, {
|
|
79
|
+
"alias": null,
|
|
80
|
+
"args": null,
|
|
81
|
+
"kind": "ScalarField",
|
|
82
|
+
"name": "zip",
|
|
83
|
+
"storageKey": null
|
|
84
|
+
}, {
|
|
85
|
+
"alias": null,
|
|
86
|
+
"args": null,
|
|
87
|
+
"kind": "ScalarField",
|
|
88
|
+
"name": "vatNumber",
|
|
89
|
+
"storageKey": null
|
|
90
|
+
}];
|
|
91
|
+
return {
|
|
92
|
+
"argumentDefinitions": [],
|
|
93
|
+
"kind": "Fragment",
|
|
94
|
+
"metadata": null,
|
|
95
|
+
"name": "StoreModalUnifiedCheckout_order",
|
|
96
|
+
"selections": [{
|
|
97
|
+
"alias": null,
|
|
98
|
+
"args": null,
|
|
99
|
+
"kind": "ScalarField",
|
|
100
|
+
"name": "completeUrl",
|
|
101
|
+
"storageKey": null
|
|
102
|
+
}, {
|
|
103
|
+
"alias": null,
|
|
104
|
+
"args": null,
|
|
105
|
+
"kind": "ScalarField",
|
|
106
|
+
"name": "canCompleteWithCoupon",
|
|
107
|
+
"storageKey": null
|
|
108
|
+
}, {
|
|
109
|
+
"alias": null,
|
|
110
|
+
"args": null,
|
|
111
|
+
"concreteType": "Money",
|
|
112
|
+
"kind": "LinkedField",
|
|
113
|
+
"name": "total",
|
|
114
|
+
"plural": false,
|
|
115
|
+
"selections": [{
|
|
116
|
+
"alias": null,
|
|
117
|
+
"args": null,
|
|
118
|
+
"kind": "ScalarField",
|
|
119
|
+
"name": "amount",
|
|
120
|
+
"storageKey": null
|
|
121
|
+
}],
|
|
122
|
+
"storageKey": null
|
|
123
|
+
}, {
|
|
124
|
+
"alias": null,
|
|
125
|
+
"args": null,
|
|
126
|
+
"concreteType": "Customer",
|
|
127
|
+
"kind": "LinkedField",
|
|
128
|
+
"name": "customer",
|
|
129
|
+
"plural": false,
|
|
130
|
+
"selections": [v0 /*: any*/, v1 /*: any*/, {
|
|
131
|
+
"alias": null,
|
|
132
|
+
"args": null,
|
|
133
|
+
"kind": "ScalarField",
|
|
134
|
+
"name": "newsletterOptIn",
|
|
135
|
+
"storageKey": null
|
|
136
|
+
}],
|
|
137
|
+
"storageKey": null
|
|
138
|
+
}, {
|
|
139
|
+
"alias": null,
|
|
140
|
+
"args": null,
|
|
141
|
+
"kind": "ScalarField",
|
|
142
|
+
"name": "licenseeIsBillingIdentity",
|
|
143
|
+
"storageKey": null
|
|
144
|
+
}, {
|
|
145
|
+
"alias": null,
|
|
146
|
+
"args": null,
|
|
147
|
+
"concreteType": "Identity",
|
|
148
|
+
"kind": "LinkedField",
|
|
149
|
+
"name": "licenseeIdentity",
|
|
150
|
+
"plural": false,
|
|
151
|
+
"selections": v2 /*: any*/,
|
|
152
|
+
"storageKey": null
|
|
153
|
+
}, {
|
|
154
|
+
"alias": null,
|
|
155
|
+
"args": null,
|
|
156
|
+
"concreteType": "Identity",
|
|
157
|
+
"kind": "LinkedField",
|
|
158
|
+
"name": "billingIdentity",
|
|
159
|
+
"plural": false,
|
|
160
|
+
"selections": v2 /*: any*/,
|
|
161
|
+
"storageKey": null
|
|
162
|
+
}],
|
|
163
|
+
"type": "Order",
|
|
164
|
+
"abstractKey": null
|
|
165
|
+
};
|
|
166
|
+
}();
|
|
167
|
+
node.hash = "7d57ce77b4bfe26f3131ced66fa07e72";
|
|
168
|
+
var _default = node;
|
|
169
|
+
exports.default = _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<49f302f60ede0172f6f8f0a399a8d24e>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type StoreModalUnifiedCheckout_viewer$data = {
|
|
9
|
+
readonly country: string;
|
|
10
|
+
readonly settings: {
|
|
11
|
+
readonly eulaAgreementLabel: string | null;
|
|
12
|
+
readonly newsletterOptInLabel: string | null;
|
|
13
|
+
readonly storeModalSelectLicenseeLabel: string | null;
|
|
14
|
+
readonly taxSystem: string;
|
|
15
|
+
readonly uiFontName: string | null;
|
|
16
|
+
} | null;
|
|
17
|
+
readonly themeConfig: {
|
|
18
|
+
readonly customProperties: ReadonlyArray<string> | null;
|
|
19
|
+
} | null;
|
|
20
|
+
readonly " $fragmentSpreads": FragmentRefs<"AddressFields_viewer">;
|
|
21
|
+
readonly " $fragmentType": "StoreModalUnifiedCheckout_viewer";
|
|
22
|
+
};
|
|
23
|
+
export type StoreModalUnifiedCheckout_viewer$key = {
|
|
24
|
+
readonly " $data"?: StoreModalUnifiedCheckout_viewer$data;
|
|
25
|
+
readonly " $fragmentSpreads": FragmentRefs<"StoreModalUnifiedCheckout_viewer">;
|
|
26
|
+
};
|
|
27
|
+
declare const node: ReaderFragment;
|
|
28
|
+
export default node;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<49f302f60ede0172f6f8f0a399a8d24e>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* tslint:disable */
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
const node = function () {
|
|
18
|
+
var v0 = [{
|
|
19
|
+
"kind": "Literal",
|
|
20
|
+
"name": "format",
|
|
21
|
+
"value": "HTML"
|
|
22
|
+
}];
|
|
23
|
+
return {
|
|
24
|
+
"argumentDefinitions": [],
|
|
25
|
+
"kind": "Fragment",
|
|
26
|
+
"metadata": null,
|
|
27
|
+
"name": "StoreModalUnifiedCheckout_viewer",
|
|
28
|
+
"selections": [{
|
|
29
|
+
"args": null,
|
|
30
|
+
"kind": "FragmentSpread",
|
|
31
|
+
"name": "AddressFields_viewer"
|
|
32
|
+
}, {
|
|
33
|
+
"alias": null,
|
|
34
|
+
"args": null,
|
|
35
|
+
"kind": "ScalarField",
|
|
36
|
+
"name": "country",
|
|
37
|
+
"storageKey": null
|
|
38
|
+
}, {
|
|
39
|
+
"alias": null,
|
|
40
|
+
"args": null,
|
|
41
|
+
"concreteType": "Settings",
|
|
42
|
+
"kind": "LinkedField",
|
|
43
|
+
"name": "settings",
|
|
44
|
+
"plural": false,
|
|
45
|
+
"selections": [{
|
|
46
|
+
"alias": null,
|
|
47
|
+
"args": null,
|
|
48
|
+
"kind": "ScalarField",
|
|
49
|
+
"name": "uiFontName",
|
|
50
|
+
"storageKey": null
|
|
51
|
+
}, {
|
|
52
|
+
"alias": null,
|
|
53
|
+
"args": v0 /*: any*/,
|
|
54
|
+
"kind": "ScalarField",
|
|
55
|
+
"name": "eulaAgreementLabel",
|
|
56
|
+
"storageKey": "eulaAgreementLabel(format:\"HTML\")"
|
|
57
|
+
}, {
|
|
58
|
+
"alias": null,
|
|
59
|
+
"args": v0 /*: any*/,
|
|
60
|
+
"kind": "ScalarField",
|
|
61
|
+
"name": "storeModalSelectLicenseeLabel",
|
|
62
|
+
"storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
|
|
63
|
+
}, {
|
|
64
|
+
"alias": null,
|
|
65
|
+
"args": null,
|
|
66
|
+
"kind": "ScalarField",
|
|
67
|
+
"name": "newsletterOptInLabel",
|
|
68
|
+
"storageKey": null
|
|
69
|
+
}, {
|
|
70
|
+
"alias": null,
|
|
71
|
+
"args": null,
|
|
72
|
+
"kind": "ScalarField",
|
|
73
|
+
"name": "taxSystem",
|
|
74
|
+
"storageKey": null
|
|
75
|
+
}],
|
|
76
|
+
"storageKey": null
|
|
77
|
+
}, {
|
|
78
|
+
"alias": null,
|
|
79
|
+
"args": null,
|
|
80
|
+
"concreteType": "ThemeConfig",
|
|
81
|
+
"kind": "LinkedField",
|
|
82
|
+
"name": "themeConfig",
|
|
83
|
+
"plural": false,
|
|
84
|
+
"selections": [{
|
|
85
|
+
"alias": null,
|
|
86
|
+
"args": null,
|
|
87
|
+
"kind": "ScalarField",
|
|
88
|
+
"name": "customProperties",
|
|
89
|
+
"storageKey": null
|
|
90
|
+
}],
|
|
91
|
+
"storageKey": null
|
|
92
|
+
}],
|
|
93
|
+
"type": "Viewer",
|
|
94
|
+
"abstractKey": null
|
|
95
|
+
};
|
|
96
|
+
}();
|
|
97
|
+
node.hash = "82e9144073b645e6b124db4f559c1ab3";
|
|
98
|
+
var _default = node;
|
|
99
|
+
exports.default = _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<9e2fb92d3b6dbb2988837d16a6e95d8e>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
7
|
+
export type StripeProviderCreateCheckoutSessionMutation$variables = Record<PropertyKey, never>;
|
|
8
|
+
export type StripeProviderCreateCheckoutSessionMutation$data = {
|
|
9
|
+
readonly createOrderCheckoutSession: {
|
|
10
|
+
readonly order: {
|
|
11
|
+
readonly stripeCheckoutSession: {
|
|
12
|
+
readonly clientSecret: string | null;
|
|
13
|
+
} | null;
|
|
14
|
+
} | null;
|
|
15
|
+
} | null;
|
|
16
|
+
};
|
|
17
|
+
export type StripeProviderCreateCheckoutSessionMutation = {
|
|
18
|
+
response: StripeProviderCreateCheckoutSessionMutation$data;
|
|
19
|
+
variables: StripeProviderCreateCheckoutSessionMutation$variables;
|
|
20
|
+
};
|
|
21
|
+
declare const node: ConcreteRequest;
|
|
22
|
+
export default node;
|