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<<14479f42eceba973c0af1e637ab310ec>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -152,43 +152,39 @@ const node = function () {
|
|
|
152
152
|
"name": "currency",
|
|
153
153
|
"storageKey": null
|
|
154
154
|
}],
|
|
155
|
-
v9 =
|
|
156
|
-
"alias": null,
|
|
157
|
-
"args": null,
|
|
158
|
-
"concreteType": "Money",
|
|
159
|
-
"kind": "LinkedField",
|
|
160
|
-
"name": "price",
|
|
161
|
-
"plural": false,
|
|
162
|
-
"selections": v8 /*: any*/,
|
|
163
|
-
"storageKey": null
|
|
164
|
-
},
|
|
155
|
+
v9 = [v5 /*: any*/],
|
|
165
156
|
v10 = {
|
|
166
157
|
"alias": null,
|
|
167
158
|
"args": null,
|
|
168
|
-
"
|
|
169
|
-
"
|
|
159
|
+
"concreteType": "LicenseOption",
|
|
160
|
+
"kind": "LinkedField",
|
|
161
|
+
"name": "licenseOptions",
|
|
162
|
+
"plural": true,
|
|
163
|
+
"selections": v9 /*: any*/,
|
|
170
164
|
"storageKey": null
|
|
171
165
|
},
|
|
172
166
|
v11 = {
|
|
173
167
|
"alias": null,
|
|
174
168
|
"args": null,
|
|
175
|
-
"
|
|
176
|
-
"
|
|
169
|
+
"concreteType": "Money",
|
|
170
|
+
"kind": "LinkedField",
|
|
171
|
+
"name": "price",
|
|
172
|
+
"plural": false,
|
|
173
|
+
"selections": v8 /*: any*/,
|
|
177
174
|
"storageKey": null
|
|
178
175
|
},
|
|
179
176
|
v12 = {
|
|
180
177
|
"alias": null,
|
|
181
178
|
"args": null,
|
|
182
179
|
"kind": "ScalarField",
|
|
183
|
-
"name": "
|
|
180
|
+
"name": "cssFamily",
|
|
184
181
|
"storageKey": null
|
|
185
182
|
},
|
|
186
|
-
v13 =
|
|
187
|
-
v14 = {
|
|
183
|
+
v13 = {
|
|
188
184
|
"alias": null,
|
|
189
185
|
"args": null,
|
|
190
186
|
"kind": "ScalarField",
|
|
191
|
-
"name": "
|
|
187
|
+
"name": "cssUrl",
|
|
192
188
|
"storageKey": null
|
|
193
189
|
};
|
|
194
190
|
return {
|
|
@@ -349,6 +345,15 @@ const node = function () {
|
|
|
349
345
|
"kind": "ScalarField",
|
|
350
346
|
"name": "percentAmount",
|
|
351
347
|
"storageKey": null
|
|
348
|
+
}, {
|
|
349
|
+
"alias": null,
|
|
350
|
+
"args": null,
|
|
351
|
+
"concreteType": "Money",
|
|
352
|
+
"kind": "LinkedField",
|
|
353
|
+
"name": "creditAmount",
|
|
354
|
+
"plural": false,
|
|
355
|
+
"selections": v8 /*: any*/,
|
|
356
|
+
"storageKey": null
|
|
352
357
|
}, {
|
|
353
358
|
"alias": null,
|
|
354
359
|
"args": null,
|
|
@@ -414,14 +419,92 @@ const node = function () {
|
|
|
414
419
|
"kind": "LinkedField",
|
|
415
420
|
"name": "orderItems",
|
|
416
421
|
"plural": true,
|
|
417
|
-
"selections": [v5 /*: any*/,
|
|
422
|
+
"selections": [v5 /*: any*/, {
|
|
423
|
+
"alias": null,
|
|
424
|
+
"args": null,
|
|
425
|
+
"concreteType": "LicenseSelection",
|
|
426
|
+
"kind": "LinkedField",
|
|
427
|
+
"name": "licenseSelections",
|
|
428
|
+
"plural": true,
|
|
429
|
+
"selections": [{
|
|
430
|
+
"alias": null,
|
|
431
|
+
"args": null,
|
|
432
|
+
"concreteType": "License",
|
|
433
|
+
"kind": "LinkedField",
|
|
434
|
+
"name": "license",
|
|
435
|
+
"plural": false,
|
|
436
|
+
"selections": [v5 /*: any*/, v3 /*: any*/, {
|
|
437
|
+
"alias": null,
|
|
438
|
+
"args": null,
|
|
439
|
+
"concreteType": "LicenseVariable",
|
|
440
|
+
"kind": "LinkedField",
|
|
441
|
+
"name": "licenseVariables",
|
|
442
|
+
"plural": true,
|
|
443
|
+
"selections": [v5 /*: any*/, {
|
|
444
|
+
"alias": null,
|
|
445
|
+
"args": null,
|
|
446
|
+
"concreteType": "LicenseOption",
|
|
447
|
+
"kind": "LinkedField",
|
|
448
|
+
"name": "licenseOptions",
|
|
449
|
+
"plural": true,
|
|
450
|
+
"selections": [v5 /*: any*/, v3 /*: any*/, v7 /*: any*/],
|
|
451
|
+
"storageKey": null
|
|
452
|
+
}],
|
|
453
|
+
"storageKey": null
|
|
454
|
+
}],
|
|
455
|
+
"storageKey": null
|
|
456
|
+
}, {
|
|
457
|
+
"alias": null,
|
|
458
|
+
"args": null,
|
|
459
|
+
"concreteType": "LicenseVariable",
|
|
460
|
+
"kind": "LinkedField",
|
|
461
|
+
"name": "licenseVariable",
|
|
462
|
+
"plural": false,
|
|
463
|
+
"selections": [v5 /*: any*/, {
|
|
464
|
+
"alias": null,
|
|
465
|
+
"args": null,
|
|
466
|
+
"kind": "ScalarField",
|
|
467
|
+
"name": "units",
|
|
468
|
+
"storageKey": null
|
|
469
|
+
}, v3 /*: any*/, {
|
|
470
|
+
"alias": null,
|
|
471
|
+
"args": null,
|
|
472
|
+
"kind": "ScalarField",
|
|
473
|
+
"name": "variableType",
|
|
474
|
+
"storageKey": null
|
|
475
|
+
}, v10 /*: any*/],
|
|
476
|
+
"storageKey": null
|
|
477
|
+
}, {
|
|
478
|
+
"alias": null,
|
|
479
|
+
"args": null,
|
|
480
|
+
"concreteType": "LicenseOption",
|
|
481
|
+
"kind": "LinkedField",
|
|
482
|
+
"name": "licenseOption",
|
|
483
|
+
"plural": false,
|
|
484
|
+
"selections": [v5 /*: any*/, {
|
|
485
|
+
"alias": null,
|
|
486
|
+
"args": null,
|
|
487
|
+
"kind": "ScalarField",
|
|
488
|
+
"name": "amounts",
|
|
489
|
+
"storageKey": null
|
|
490
|
+
}, v3 /*: any*/, v7 /*: any*/],
|
|
491
|
+
"storageKey": null
|
|
492
|
+
}, {
|
|
493
|
+
"alias": null,
|
|
494
|
+
"args": null,
|
|
495
|
+
"kind": "ScalarField",
|
|
496
|
+
"name": "variableText",
|
|
497
|
+
"storageKey": null
|
|
498
|
+
}, v5 /*: any*/],
|
|
499
|
+
"storageKey": null
|
|
500
|
+
}, v11 /*: any*/, {
|
|
418
501
|
"alias": null,
|
|
419
502
|
"args": null,
|
|
420
503
|
"concreteType": "Sku",
|
|
421
504
|
"kind": "LinkedField",
|
|
422
505
|
"name": "sku",
|
|
423
506
|
"plural": false,
|
|
424
|
-
"selections": [
|
|
507
|
+
"selections": [v11 /*: any*/, {
|
|
425
508
|
"alias": null,
|
|
426
509
|
"args": null,
|
|
427
510
|
"concreteType": null,
|
|
@@ -446,14 +529,14 @@ const node = function () {
|
|
|
446
529
|
"kind": "LinkedField",
|
|
447
530
|
"name": "featureStyle",
|
|
448
531
|
"plural": false,
|
|
449
|
-
"selections": [
|
|
532
|
+
"selections": [v12 /*: any*/, v3 /*: any*/, v5 /*: any*/, {
|
|
450
533
|
"alias": null,
|
|
451
534
|
"args": null,
|
|
452
535
|
"concreteType": "FontCollection",
|
|
453
536
|
"kind": "LinkedField",
|
|
454
537
|
"name": "family",
|
|
455
538
|
"plural": false,
|
|
456
|
-
"selections": [
|
|
539
|
+
"selections": [v13 /*: any*/, v5 /*: any*/],
|
|
457
540
|
"storageKey": null
|
|
458
541
|
}],
|
|
459
542
|
"storageKey": null
|
|
@@ -481,21 +564,21 @@ const node = function () {
|
|
|
481
564
|
"kind": "LinkedField",
|
|
482
565
|
"name": "fontStyles",
|
|
483
566
|
"plural": true,
|
|
484
|
-
"selections": [
|
|
567
|
+
"selections": [v12 /*: any*/, v3 /*: any*/, v5 /*: any*/],
|
|
485
568
|
"storageKey": null
|
|
486
569
|
}, v3 /*: any*/],
|
|
487
570
|
"type": "Bundle",
|
|
488
571
|
"abstractKey": null
|
|
489
572
|
}, {
|
|
490
573
|
"kind": "InlineFragment",
|
|
491
|
-
"selections": [
|
|
574
|
+
"selections": [v12 /*: any*/, v3 /*: any*/, {
|
|
492
575
|
"alias": null,
|
|
493
576
|
"args": null,
|
|
494
577
|
"concreteType": "FontCollection",
|
|
495
578
|
"kind": "LinkedField",
|
|
496
579
|
"name": "family",
|
|
497
580
|
"plural": false,
|
|
498
|
-
"selections": [v3 /*: any*/,
|
|
581
|
+
"selections": [v3 /*: any*/, v13 /*: any*/, v5 /*: any*/],
|
|
499
582
|
"storageKey": null
|
|
500
583
|
}, {
|
|
501
584
|
"alias": null,
|
|
@@ -519,22 +602,13 @@ const node = function () {
|
|
|
519
602
|
"name": "licenses",
|
|
520
603
|
"plural": true,
|
|
521
604
|
"selections": [v5 /*: any*/, v3 /*: any*/, {
|
|
522
|
-
"alias":
|
|
605
|
+
"alias": null,
|
|
523
606
|
"args": null,
|
|
524
607
|
"concreteType": "LicenseVariable",
|
|
525
608
|
"kind": "LinkedField",
|
|
526
609
|
"name": "licenseVariables",
|
|
527
610
|
"plural": true,
|
|
528
|
-
"selections": [v5 /*: any*/,
|
|
529
|
-
"alias": "options",
|
|
530
|
-
"args": null,
|
|
531
|
-
"concreteType": "LicenseOption",
|
|
532
|
-
"kind": "LinkedField",
|
|
533
|
-
"name": "licenseOptions",
|
|
534
|
-
"plural": true,
|
|
535
|
-
"selections": [v5 /*: any*/, v7 /*: any*/, v3 /*: any*/],
|
|
536
|
-
"storageKey": null
|
|
537
|
-
}],
|
|
611
|
+
"selections": [v5 /*: any*/, v10 /*: any*/],
|
|
538
612
|
"storageKey": null
|
|
539
613
|
}],
|
|
540
614
|
"storageKey": null
|
|
@@ -543,86 +617,41 @@ const node = function () {
|
|
|
543
617
|
"abstractKey": "__isLicenseable"
|
|
544
618
|
}, {
|
|
545
619
|
"kind": "InlineFragment",
|
|
546
|
-
"selections":
|
|
620
|
+
"selections": v9 /*: any*/,
|
|
547
621
|
"type": "Node",
|
|
548
622
|
"abstractKey": "__isNode"
|
|
549
623
|
}],
|
|
550
624
|
"storageKey": null
|
|
551
625
|
}, v5 /*: any*/],
|
|
552
626
|
"storageKey": null
|
|
627
|
+
}],
|
|
628
|
+
"storageKey": null
|
|
629
|
+
}, {
|
|
630
|
+
"alias": null,
|
|
631
|
+
"args": null,
|
|
632
|
+
"concreteType": "OrderVariableSelection",
|
|
633
|
+
"kind": "LinkedField",
|
|
634
|
+
"name": "orderVariableSelections",
|
|
635
|
+
"plural": true,
|
|
636
|
+
"selections": [{
|
|
637
|
+
"alias": null,
|
|
638
|
+
"args": null,
|
|
639
|
+
"concreteType": "OrderVariable",
|
|
640
|
+
"kind": "LinkedField",
|
|
641
|
+
"name": "orderVariable",
|
|
642
|
+
"plural": false,
|
|
643
|
+
"selections": v9 /*: any*/,
|
|
644
|
+
"storageKey": null
|
|
553
645
|
}, {
|
|
554
646
|
"alias": null,
|
|
555
647
|
"args": null,
|
|
556
|
-
"concreteType": "
|
|
648
|
+
"concreteType": "OrderVariableOption",
|
|
557
649
|
"kind": "LinkedField",
|
|
558
|
-
"name": "
|
|
559
|
-
"plural":
|
|
560
|
-
"selections":
|
|
561
|
-
"alias": null,
|
|
562
|
-
"args": null,
|
|
563
|
-
"concreteType": "License",
|
|
564
|
-
"kind": "LinkedField",
|
|
565
|
-
"name": "license",
|
|
566
|
-
"plural": false,
|
|
567
|
-
"selections": [v5 /*: any*/, v3 /*: any*/, v14 /*: any*/],
|
|
568
|
-
"storageKey": null
|
|
569
|
-
}, {
|
|
570
|
-
"alias": "variable",
|
|
571
|
-
"args": null,
|
|
572
|
-
"concreteType": "LicenseVariable",
|
|
573
|
-
"kind": "LinkedField",
|
|
574
|
-
"name": "licenseVariable",
|
|
575
|
-
"plural": false,
|
|
576
|
-
"selections": [v5 /*: any*/, v12 /*: any*/, {
|
|
577
|
-
"alias": null,
|
|
578
|
-
"args": null,
|
|
579
|
-
"kind": "ScalarField",
|
|
580
|
-
"name": "units",
|
|
581
|
-
"storageKey": null
|
|
582
|
-
}],
|
|
583
|
-
"storageKey": null
|
|
584
|
-
}, {
|
|
585
|
-
"alias": "option",
|
|
586
|
-
"args": null,
|
|
587
|
-
"concreteType": "LicenseOption",
|
|
588
|
-
"kind": "LinkedField",
|
|
589
|
-
"name": "licenseOption",
|
|
590
|
-
"plural": false,
|
|
591
|
-
"selections": [v5 /*: any*/, v7 /*: any*/, v14 /*: any*/, v3 /*: any*/, {
|
|
592
|
-
"alias": null,
|
|
593
|
-
"args": null,
|
|
594
|
-
"kind": "ScalarField",
|
|
595
|
-
"name": "amounts",
|
|
596
|
-
"storageKey": null
|
|
597
|
-
}],
|
|
598
|
-
"storageKey": null
|
|
599
|
-
}, {
|
|
600
|
-
"alias": null,
|
|
601
|
-
"args": null,
|
|
602
|
-
"kind": "ScalarField",
|
|
603
|
-
"name": "variableText",
|
|
604
|
-
"storageKey": null
|
|
605
|
-
}, {
|
|
606
|
-
"alias": null,
|
|
607
|
-
"args": null,
|
|
608
|
-
"concreteType": "LicenseVariable",
|
|
609
|
-
"kind": "LinkedField",
|
|
610
|
-
"name": "licenseVariable",
|
|
611
|
-
"plural": false,
|
|
612
|
-
"selections": [v5 /*: any*/, v12 /*: any*/],
|
|
613
|
-
"storageKey": null
|
|
614
|
-
}, {
|
|
615
|
-
"alias": null,
|
|
616
|
-
"args": null,
|
|
617
|
-
"concreteType": "LicenseOption",
|
|
618
|
-
"kind": "LinkedField",
|
|
619
|
-
"name": "licenseOption",
|
|
620
|
-
"plural": false,
|
|
621
|
-
"selections": v13 /*: any*/,
|
|
622
|
-
"storageKey": null
|
|
623
|
-
}],
|
|
650
|
+
"name": "orderVariableOption",
|
|
651
|
+
"plural": false,
|
|
652
|
+
"selections": v9 /*: any*/,
|
|
624
653
|
"storageKey": null
|
|
625
|
-
}],
|
|
654
|
+
}, v5 /*: any*/],
|
|
626
655
|
"storageKey": null
|
|
627
656
|
}, {
|
|
628
657
|
"alias": null,
|
|
@@ -676,12 +705,12 @@ const node = function () {
|
|
|
676
705
|
}]
|
|
677
706
|
},
|
|
678
707
|
"params": {
|
|
679
|
-
"cacheID": "
|
|
708
|
+
"cacheID": "3a2ccf2aecec37125c85cc7d8df7ed44",
|
|
680
709
|
"id": null,
|
|
681
710
|
"metadata": {},
|
|
682
711
|
"name": "CartOrderUpdateMutation",
|
|
683
712
|
"operationKind": "mutation",
|
|
684
|
-
"text": "mutation CartOrderUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment
|
|
713
|
+
"text": "mutation CartOrderUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
685
714
|
}
|
|
686
715
|
};
|
|
687
716
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<6153c58954f97c275e29e8cf593e7214>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -19,6 +19,7 @@ export type CartOrder_order$data = {
|
|
|
19
19
|
readonly discount: {
|
|
20
20
|
readonly id: string;
|
|
21
21
|
} | null;
|
|
22
|
+
readonly id: string;
|
|
22
23
|
readonly licenseeIdentity: {
|
|
23
24
|
readonly " $fragmentSpreads": FragmentRefs<"IdentityBox_identity">;
|
|
24
25
|
} | null;
|
|
@@ -40,6 +41,14 @@ export type CartOrder_order$data = {
|
|
|
40
41
|
}> | null;
|
|
41
42
|
readonly " $fragmentSpreads": FragmentRefs<"CartItem_node">;
|
|
42
43
|
}> | null;
|
|
44
|
+
readonly orderVariableSelections: ReadonlyArray<{
|
|
45
|
+
readonly orderVariable: {
|
|
46
|
+
readonly id: string;
|
|
47
|
+
};
|
|
48
|
+
readonly orderVariableOption: {
|
|
49
|
+
readonly id: string;
|
|
50
|
+
} | null;
|
|
51
|
+
}> | null;
|
|
43
52
|
readonly stripePaymentIntent: {
|
|
44
53
|
readonly status: string | null;
|
|
45
54
|
} | null;
|
|
@@ -49,7 +58,7 @@ export type CartOrder_order$data = {
|
|
|
49
58
|
readonly last4: string | null;
|
|
50
59
|
} | null;
|
|
51
60
|
} | null;
|
|
52
|
-
readonly " $fragmentSpreads": FragmentRefs<"CartTotals_order" | "Checkout_order" | "Download_order">;
|
|
61
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartState_order" | "CartTotals_order" | "Checkout_order" | "Download_order">;
|
|
53
62
|
readonly " $fragmentType": "CartOrder_order";
|
|
54
63
|
};
|
|
55
64
|
export type CartOrder_order$key = {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<6153c58954f97c275e29e8cf593e7214>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -46,6 +46,10 @@ const node = function () {
|
|
|
46
46
|
"kind": "FragmentSpread",
|
|
47
47
|
"name": "CartTotals_order"
|
|
48
48
|
}, {
|
|
49
|
+
"args": null,
|
|
50
|
+
"kind": "FragmentSpread",
|
|
51
|
+
"name": "CartState_order"
|
|
52
|
+
}, v0 /*: any*/, {
|
|
49
53
|
"alias": null,
|
|
50
54
|
"args": null,
|
|
51
55
|
"concreteType": "OrderItem",
|
|
@@ -106,6 +110,33 @@ const node = function () {
|
|
|
106
110
|
"storageKey": null
|
|
107
111
|
}],
|
|
108
112
|
"storageKey": null
|
|
113
|
+
}, {
|
|
114
|
+
"alias": null,
|
|
115
|
+
"args": null,
|
|
116
|
+
"concreteType": "OrderVariableSelection",
|
|
117
|
+
"kind": "LinkedField",
|
|
118
|
+
"name": "orderVariableSelections",
|
|
119
|
+
"plural": true,
|
|
120
|
+
"selections": [{
|
|
121
|
+
"alias": null,
|
|
122
|
+
"args": null,
|
|
123
|
+
"concreteType": "OrderVariable",
|
|
124
|
+
"kind": "LinkedField",
|
|
125
|
+
"name": "orderVariable",
|
|
126
|
+
"plural": false,
|
|
127
|
+
"selections": v1 /*: any*/,
|
|
128
|
+
"storageKey": null
|
|
129
|
+
}, {
|
|
130
|
+
"alias": null,
|
|
131
|
+
"args": null,
|
|
132
|
+
"concreteType": "OrderVariableOption",
|
|
133
|
+
"kind": "LinkedField",
|
|
134
|
+
"name": "orderVariableOption",
|
|
135
|
+
"plural": false,
|
|
136
|
+
"selections": v1 /*: any*/,
|
|
137
|
+
"storageKey": null
|
|
138
|
+
}],
|
|
139
|
+
"storageKey": null
|
|
109
140
|
}, {
|
|
110
141
|
"alias": null,
|
|
111
142
|
"args": null,
|
|
@@ -228,6 +259,6 @@ const node = function () {
|
|
|
228
259
|
"abstractKey": null
|
|
229
260
|
};
|
|
230
261
|
}();
|
|
231
|
-
node.hash = "
|
|
262
|
+
node.hash = "25ef000c40000c4f76f973ac6ac7f593";
|
|
232
263
|
var _default = node;
|
|
233
264
|
exports.default = _default;
|