fontdue-js 2.10.1 → 2.12.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 +17 -3
- 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__/CartTotalsCreateSnapshotMutation.graphql.d.ts +23 -0
- package/dist/__generated__/CartTotalsCreateSnapshotMutation.graphql.js +90 -0
- 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 +83 -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 +393 -68
- 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 +130 -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 +192 -134
- 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 +104 -10
- package/dist/components/Cart/Checkout.js +5 -7
- package/dist/components/Cart/CouponCodeInput.js +6 -6
- 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 +66 -11
- package/dist/components/CartButton/index.server.js +2 -2
- package/dist/components/CharacterViewer/StyleSelect.js +1 -1
- package/dist/components/CharacterViewer/index.js +7 -7
- 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 +189 -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 +15 -8
- 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/TypeTester/useTypeTesterStyler.js +5 -4
- 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 +455 -228
- 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<<75e12747114dabb2a62507f3302de03c>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -36,48 +36,17 @@ const node = function () {
|
|
|
36
36
|
}],
|
|
37
37
|
"storageKey": null
|
|
38
38
|
},
|
|
39
|
-
v2 =
|
|
40
|
-
"alias": null,
|
|
41
|
-
"args": null,
|
|
42
|
-
"kind": "ScalarField",
|
|
43
|
-
"name": "name",
|
|
44
|
-
"storageKey": null
|
|
45
|
-
},
|
|
46
|
-
v3 = {
|
|
47
|
-
"alias": null,
|
|
48
|
-
"args": null,
|
|
49
|
-
"kind": "ScalarField",
|
|
50
|
-
"name": "cssUrl",
|
|
51
|
-
"storageKey": null
|
|
52
|
-
},
|
|
53
|
-
v4 = [v2 /*: any*/],
|
|
54
|
-
v5 = {
|
|
55
|
-
"alias": null,
|
|
56
|
-
"args": null,
|
|
57
|
-
"kind": "ScalarField",
|
|
58
|
-
"name": "variableType",
|
|
59
|
-
"storageKey": null
|
|
60
|
-
},
|
|
61
|
-
v6 = {
|
|
62
|
-
"alias": null,
|
|
63
|
-
"args": null,
|
|
64
|
-
"kind": "ScalarField",
|
|
65
|
-
"name": "amount",
|
|
66
|
-
"storageKey": null
|
|
67
|
-
},
|
|
68
|
-
v7 = {
|
|
69
|
-
"alias": null,
|
|
70
|
-
"args": null,
|
|
71
|
-
"kind": "ScalarField",
|
|
72
|
-
"name": "multiplier",
|
|
73
|
-
"storageKey": null
|
|
74
|
-
};
|
|
39
|
+
v2 = [v0 /*: any*/];
|
|
75
40
|
return {
|
|
76
41
|
"argumentDefinitions": [],
|
|
77
42
|
"kind": "Fragment",
|
|
78
43
|
"metadata": null,
|
|
79
44
|
"name": "CartItem_node",
|
|
80
|
-
"selections": [
|
|
45
|
+
"selections": [{
|
|
46
|
+
"args": null,
|
|
47
|
+
"kind": "FragmentSpread",
|
|
48
|
+
"name": "CartItemAdditionalLicenses_orderItem"
|
|
49
|
+
}, v0 /*: any*/, v1 /*: any*/, {
|
|
81
50
|
"alias": null,
|
|
82
51
|
"args": null,
|
|
83
52
|
"concreteType": "Sku",
|
|
@@ -92,82 +61,15 @@ const node = function () {
|
|
|
92
61
|
"name": "product",
|
|
93
62
|
"plural": false,
|
|
94
63
|
"selections": [{
|
|
64
|
+
"args": null,
|
|
65
|
+
"kind": "FragmentSpread",
|
|
66
|
+
"name": "CartItemProduct_product"
|
|
67
|
+
}, {
|
|
95
68
|
"alias": null,
|
|
96
69
|
"args": null,
|
|
97
70
|
"kind": "ScalarField",
|
|
98
71
|
"name": "__typename",
|
|
99
72
|
"storageKey": null
|
|
100
|
-
}, {
|
|
101
|
-
"args": null,
|
|
102
|
-
"kind": "FragmentSpread",
|
|
103
|
-
"name": "CollectionAa_product"
|
|
104
|
-
}, {
|
|
105
|
-
"args": null,
|
|
106
|
-
"kind": "FragmentSpread",
|
|
107
|
-
"name": "FontStyle_fontStyle"
|
|
108
|
-
}, {
|
|
109
|
-
"kind": "InlineFragment",
|
|
110
|
-
"selections": [{
|
|
111
|
-
"alias": null,
|
|
112
|
-
"args": null,
|
|
113
|
-
"concreteType": "FontCollection",
|
|
114
|
-
"kind": "LinkedField",
|
|
115
|
-
"name": "family",
|
|
116
|
-
"plural": false,
|
|
117
|
-
"selections": [v2 /*: any*/, v3 /*: any*/],
|
|
118
|
-
"storageKey": null
|
|
119
|
-
}, v2 /*: any*/, {
|
|
120
|
-
"alias": null,
|
|
121
|
-
"args": null,
|
|
122
|
-
"concreteType": "VariableInstance",
|
|
123
|
-
"kind": "LinkedField",
|
|
124
|
-
"name": "variableInstances",
|
|
125
|
-
"plural": true,
|
|
126
|
-
"selections": v4 /*: any*/,
|
|
127
|
-
"storageKey": null
|
|
128
|
-
}],
|
|
129
|
-
"type": "FontStyle",
|
|
130
|
-
"abstractKey": null
|
|
131
|
-
}, {
|
|
132
|
-
"kind": "InlineFragment",
|
|
133
|
-
"selections": v4 /*: any*/,
|
|
134
|
-
"type": "Bundle",
|
|
135
|
-
"abstractKey": null
|
|
136
|
-
}, {
|
|
137
|
-
"kind": "InlineFragment",
|
|
138
|
-
"selections": [v2 /*: any*/, {
|
|
139
|
-
"alias": null,
|
|
140
|
-
"args": null,
|
|
141
|
-
"kind": "ScalarField",
|
|
142
|
-
"name": "isVariableFont",
|
|
143
|
-
"storageKey": null
|
|
144
|
-
}, {
|
|
145
|
-
"alias": null,
|
|
146
|
-
"args": null,
|
|
147
|
-
"kind": "ScalarField",
|
|
148
|
-
"name": "totalStyles",
|
|
149
|
-
"storageKey": null
|
|
150
|
-
}, {
|
|
151
|
-
"alias": null,
|
|
152
|
-
"args": null,
|
|
153
|
-
"concreteType": "FontStyle",
|
|
154
|
-
"kind": "LinkedField",
|
|
155
|
-
"name": "featureStyle",
|
|
156
|
-
"plural": false,
|
|
157
|
-
"selections": [{
|
|
158
|
-
"alias": null,
|
|
159
|
-
"args": null,
|
|
160
|
-
"concreteType": "FontCollection",
|
|
161
|
-
"kind": "LinkedField",
|
|
162
|
-
"name": "family",
|
|
163
|
-
"plural": false,
|
|
164
|
-
"selections": [v3 /*: any*/],
|
|
165
|
-
"storageKey": null
|
|
166
|
-
}],
|
|
167
|
-
"storageKey": null
|
|
168
|
-
}],
|
|
169
|
-
"type": "FontCollection",
|
|
170
|
-
"abstractKey": null
|
|
171
73
|
}, {
|
|
172
74
|
"kind": "InlineFragment",
|
|
173
75
|
"selections": [{
|
|
@@ -177,21 +79,25 @@ const node = function () {
|
|
|
177
79
|
"kind": "LinkedField",
|
|
178
80
|
"name": "licenses",
|
|
179
81
|
"plural": true,
|
|
180
|
-
"selections": [
|
|
181
|
-
"
|
|
82
|
+
"selections": [{
|
|
83
|
+
"args": null,
|
|
84
|
+
"kind": "FragmentSpread",
|
|
85
|
+
"name": "CartItemAdditionalLicenses_licenses"
|
|
86
|
+
}, v0 /*: any*/, {
|
|
87
|
+
"alias": null,
|
|
182
88
|
"args": null,
|
|
183
89
|
"concreteType": "LicenseVariable",
|
|
184
90
|
"kind": "LinkedField",
|
|
185
91
|
"name": "licenseVariables",
|
|
186
92
|
"plural": true,
|
|
187
|
-
"selections": [v0 /*: any*/,
|
|
188
|
-
"alias":
|
|
93
|
+
"selections": [v0 /*: any*/, {
|
|
94
|
+
"alias": null,
|
|
189
95
|
"args": null,
|
|
190
96
|
"concreteType": "LicenseOption",
|
|
191
97
|
"kind": "LinkedField",
|
|
192
98
|
"name": "licenseOptions",
|
|
193
99
|
"plural": true,
|
|
194
|
-
"selections":
|
|
100
|
+
"selections": v2 /*: any*/,
|
|
195
101
|
"storageKey": null
|
|
196
102
|
}],
|
|
197
103
|
"storageKey": null
|
|
@@ -211,40 +117,36 @@ const node = function () {
|
|
|
211
117
|
"kind": "LinkedField",
|
|
212
118
|
"name": "licenseSelections",
|
|
213
119
|
"plural": true,
|
|
214
|
-
"selections": [
|
|
120
|
+
"selections": [{
|
|
121
|
+
"args": null,
|
|
122
|
+
"kind": "FragmentSpread",
|
|
123
|
+
"name": "CartItemLicense_selection"
|
|
124
|
+
}, v0 /*: any*/, {
|
|
215
125
|
"alias": null,
|
|
216
126
|
"args": null,
|
|
217
127
|
"concreteType": "License",
|
|
218
128
|
"kind": "LinkedField",
|
|
219
129
|
"name": "license",
|
|
220
130
|
"plural": false,
|
|
221
|
-
"selections":
|
|
131
|
+
"selections": v2 /*: any*/,
|
|
222
132
|
"storageKey": null
|
|
223
133
|
}, {
|
|
224
|
-
"alias":
|
|
134
|
+
"alias": null,
|
|
225
135
|
"args": null,
|
|
226
136
|
"concreteType": "LicenseVariable",
|
|
227
137
|
"kind": "LinkedField",
|
|
228
138
|
"name": "licenseVariable",
|
|
229
139
|
"plural": false,
|
|
230
|
-
"selections":
|
|
231
|
-
"args": null,
|
|
232
|
-
"kind": "FragmentSpread",
|
|
233
|
-
"name": "VariableTableAmounts_variable"
|
|
234
|
-
}],
|
|
140
|
+
"selections": v2 /*: any*/,
|
|
235
141
|
"storageKey": null
|
|
236
142
|
}, {
|
|
237
|
-
"alias":
|
|
143
|
+
"alias": null,
|
|
238
144
|
"args": null,
|
|
239
145
|
"concreteType": "LicenseOption",
|
|
240
146
|
"kind": "LinkedField",
|
|
241
147
|
"name": "licenseOption",
|
|
242
148
|
"plural": false,
|
|
243
|
-
"selections":
|
|
244
|
-
"args": null,
|
|
245
|
-
"kind": "FragmentSpread",
|
|
246
|
-
"name": "VariableTableAmounts_option"
|
|
247
|
-
}],
|
|
149
|
+
"selections": v2 /*: any*/,
|
|
248
150
|
"storageKey": null
|
|
249
151
|
}, {
|
|
250
152
|
"alias": null,
|
|
@@ -259,6 +161,6 @@ const node = function () {
|
|
|
259
161
|
"abstractKey": null
|
|
260
162
|
};
|
|
261
163
|
}();
|
|
262
|
-
node.hash = "
|
|
164
|
+
node.hash = "c17a59a874f66eaed523d8928f9f1171";
|
|
263
165
|
var _default = node;
|
|
264
166
|
exports.default = _default;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<d7ad3fa2dbcf9e5b72e443edcaaca2b9>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -131,43 +131,39 @@ const node = function () {
|
|
|
131
131
|
"name": "currency",
|
|
132
132
|
"storageKey": null
|
|
133
133
|
}],
|
|
134
|
-
v8 =
|
|
135
|
-
"alias": null,
|
|
136
|
-
"args": null,
|
|
137
|
-
"concreteType": "Money",
|
|
138
|
-
"kind": "LinkedField",
|
|
139
|
-
"name": "price",
|
|
140
|
-
"plural": false,
|
|
141
|
-
"selections": v7 /*: any*/,
|
|
142
|
-
"storageKey": null
|
|
143
|
-
},
|
|
134
|
+
v8 = [v4 /*: any*/],
|
|
144
135
|
v9 = {
|
|
145
136
|
"alias": null,
|
|
146
137
|
"args": null,
|
|
147
|
-
"
|
|
148
|
-
"
|
|
138
|
+
"concreteType": "LicenseOption",
|
|
139
|
+
"kind": "LinkedField",
|
|
140
|
+
"name": "licenseOptions",
|
|
141
|
+
"plural": true,
|
|
142
|
+
"selections": v8 /*: any*/,
|
|
149
143
|
"storageKey": null
|
|
150
144
|
},
|
|
151
145
|
v10 = {
|
|
152
146
|
"alias": null,
|
|
153
147
|
"args": null,
|
|
154
|
-
"
|
|
155
|
-
"
|
|
148
|
+
"concreteType": "Money",
|
|
149
|
+
"kind": "LinkedField",
|
|
150
|
+
"name": "price",
|
|
151
|
+
"plural": false,
|
|
152
|
+
"selections": v7 /*: any*/,
|
|
156
153
|
"storageKey": null
|
|
157
154
|
},
|
|
158
155
|
v11 = {
|
|
159
156
|
"alias": null,
|
|
160
157
|
"args": null,
|
|
161
158
|
"kind": "ScalarField",
|
|
162
|
-
"name": "
|
|
159
|
+
"name": "cssFamily",
|
|
163
160
|
"storageKey": null
|
|
164
161
|
},
|
|
165
|
-
v12 =
|
|
166
|
-
v13 = {
|
|
162
|
+
v12 = {
|
|
167
163
|
"alias": null,
|
|
168
164
|
"args": null,
|
|
169
165
|
"kind": "ScalarField",
|
|
170
|
-
"name": "
|
|
166
|
+
"name": "cssUrl",
|
|
171
167
|
"storageKey": null
|
|
172
168
|
};
|
|
173
169
|
return {
|
|
@@ -337,6 +333,15 @@ const node = function () {
|
|
|
337
333
|
"kind": "ScalarField",
|
|
338
334
|
"name": "percentAmount",
|
|
339
335
|
"storageKey": null
|
|
336
|
+
}, {
|
|
337
|
+
"alias": null,
|
|
338
|
+
"args": null,
|
|
339
|
+
"concreteType": "Money",
|
|
340
|
+
"kind": "LinkedField",
|
|
341
|
+
"name": "creditAmount",
|
|
342
|
+
"plural": false,
|
|
343
|
+
"selections": v7 /*: any*/,
|
|
344
|
+
"storageKey": null
|
|
340
345
|
}, {
|
|
341
346
|
"alias": null,
|
|
342
347
|
"args": null,
|
|
@@ -402,14 +407,92 @@ const node = function () {
|
|
|
402
407
|
"kind": "LinkedField",
|
|
403
408
|
"name": "orderItems",
|
|
404
409
|
"plural": true,
|
|
405
|
-
"selections": [v4 /*: any*/,
|
|
410
|
+
"selections": [v4 /*: any*/, {
|
|
411
|
+
"alias": null,
|
|
412
|
+
"args": null,
|
|
413
|
+
"concreteType": "LicenseSelection",
|
|
414
|
+
"kind": "LinkedField",
|
|
415
|
+
"name": "licenseSelections",
|
|
416
|
+
"plural": true,
|
|
417
|
+
"selections": [{
|
|
418
|
+
"alias": null,
|
|
419
|
+
"args": null,
|
|
420
|
+
"concreteType": "License",
|
|
421
|
+
"kind": "LinkedField",
|
|
422
|
+
"name": "license",
|
|
423
|
+
"plural": false,
|
|
424
|
+
"selections": [v4 /*: any*/, v2 /*: any*/, {
|
|
425
|
+
"alias": null,
|
|
426
|
+
"args": null,
|
|
427
|
+
"concreteType": "LicenseVariable",
|
|
428
|
+
"kind": "LinkedField",
|
|
429
|
+
"name": "licenseVariables",
|
|
430
|
+
"plural": true,
|
|
431
|
+
"selections": [v4 /*: any*/, {
|
|
432
|
+
"alias": null,
|
|
433
|
+
"args": null,
|
|
434
|
+
"concreteType": "LicenseOption",
|
|
435
|
+
"kind": "LinkedField",
|
|
436
|
+
"name": "licenseOptions",
|
|
437
|
+
"plural": true,
|
|
438
|
+
"selections": [v4 /*: any*/, v2 /*: any*/, v6 /*: any*/],
|
|
439
|
+
"storageKey": null
|
|
440
|
+
}],
|
|
441
|
+
"storageKey": null
|
|
442
|
+
}],
|
|
443
|
+
"storageKey": null
|
|
444
|
+
}, {
|
|
445
|
+
"alias": null,
|
|
446
|
+
"args": null,
|
|
447
|
+
"concreteType": "LicenseVariable",
|
|
448
|
+
"kind": "LinkedField",
|
|
449
|
+
"name": "licenseVariable",
|
|
450
|
+
"plural": false,
|
|
451
|
+
"selections": [v4 /*: any*/, {
|
|
452
|
+
"alias": null,
|
|
453
|
+
"args": null,
|
|
454
|
+
"kind": "ScalarField",
|
|
455
|
+
"name": "units",
|
|
456
|
+
"storageKey": null
|
|
457
|
+
}, v2 /*: any*/, {
|
|
458
|
+
"alias": null,
|
|
459
|
+
"args": null,
|
|
460
|
+
"kind": "ScalarField",
|
|
461
|
+
"name": "variableType",
|
|
462
|
+
"storageKey": null
|
|
463
|
+
}, v9 /*: any*/],
|
|
464
|
+
"storageKey": null
|
|
465
|
+
}, {
|
|
466
|
+
"alias": null,
|
|
467
|
+
"args": null,
|
|
468
|
+
"concreteType": "LicenseOption",
|
|
469
|
+
"kind": "LinkedField",
|
|
470
|
+
"name": "licenseOption",
|
|
471
|
+
"plural": false,
|
|
472
|
+
"selections": [v4 /*: any*/, {
|
|
473
|
+
"alias": null,
|
|
474
|
+
"args": null,
|
|
475
|
+
"kind": "ScalarField",
|
|
476
|
+
"name": "amounts",
|
|
477
|
+
"storageKey": null
|
|
478
|
+
}, v2 /*: any*/, v6 /*: any*/],
|
|
479
|
+
"storageKey": null
|
|
480
|
+
}, {
|
|
481
|
+
"alias": null,
|
|
482
|
+
"args": null,
|
|
483
|
+
"kind": "ScalarField",
|
|
484
|
+
"name": "variableText",
|
|
485
|
+
"storageKey": null
|
|
486
|
+
}, v4 /*: any*/],
|
|
487
|
+
"storageKey": null
|
|
488
|
+
}, v10 /*: any*/, {
|
|
406
489
|
"alias": null,
|
|
407
490
|
"args": null,
|
|
408
491
|
"concreteType": "Sku",
|
|
409
492
|
"kind": "LinkedField",
|
|
410
493
|
"name": "sku",
|
|
411
494
|
"plural": false,
|
|
412
|
-
"selections": [
|
|
495
|
+
"selections": [v10 /*: any*/, {
|
|
413
496
|
"alias": null,
|
|
414
497
|
"args": null,
|
|
415
498
|
"concreteType": null,
|
|
@@ -434,14 +517,14 @@ const node = function () {
|
|
|
434
517
|
"kind": "LinkedField",
|
|
435
518
|
"name": "featureStyle",
|
|
436
519
|
"plural": false,
|
|
437
|
-
"selections": [
|
|
520
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, v4 /*: any*/, {
|
|
438
521
|
"alias": null,
|
|
439
522
|
"args": null,
|
|
440
523
|
"concreteType": "FontCollection",
|
|
441
524
|
"kind": "LinkedField",
|
|
442
525
|
"name": "family",
|
|
443
526
|
"plural": false,
|
|
444
|
-
"selections": [
|
|
527
|
+
"selections": [v12 /*: any*/, v4 /*: any*/],
|
|
445
528
|
"storageKey": null
|
|
446
529
|
}],
|
|
447
530
|
"storageKey": null
|
|
@@ -469,21 +552,21 @@ const node = function () {
|
|
|
469
552
|
"kind": "LinkedField",
|
|
470
553
|
"name": "fontStyles",
|
|
471
554
|
"plural": true,
|
|
472
|
-
"selections": [
|
|
555
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, v4 /*: any*/],
|
|
473
556
|
"storageKey": null
|
|
474
557
|
}, v2 /*: any*/],
|
|
475
558
|
"type": "Bundle",
|
|
476
559
|
"abstractKey": null
|
|
477
560
|
}, {
|
|
478
561
|
"kind": "InlineFragment",
|
|
479
|
-
"selections": [
|
|
562
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, {
|
|
480
563
|
"alias": null,
|
|
481
564
|
"args": null,
|
|
482
565
|
"concreteType": "FontCollection",
|
|
483
566
|
"kind": "LinkedField",
|
|
484
567
|
"name": "family",
|
|
485
568
|
"plural": false,
|
|
486
|
-
"selections": [v2 /*: any*/,
|
|
569
|
+
"selections": [v2 /*: any*/, v12 /*: any*/, v4 /*: any*/],
|
|
487
570
|
"storageKey": null
|
|
488
571
|
}, {
|
|
489
572
|
"alias": null,
|
|
@@ -507,22 +590,13 @@ const node = function () {
|
|
|
507
590
|
"name": "licenses",
|
|
508
591
|
"plural": true,
|
|
509
592
|
"selections": [v4 /*: any*/, v2 /*: any*/, {
|
|
510
|
-
"alias":
|
|
593
|
+
"alias": null,
|
|
511
594
|
"args": null,
|
|
512
595
|
"concreteType": "LicenseVariable",
|
|
513
596
|
"kind": "LinkedField",
|
|
514
597
|
"name": "licenseVariables",
|
|
515
598
|
"plural": true,
|
|
516
|
-
"selections": [v4 /*: any*/,
|
|
517
|
-
"alias": "options",
|
|
518
|
-
"args": null,
|
|
519
|
-
"concreteType": "LicenseOption",
|
|
520
|
-
"kind": "LinkedField",
|
|
521
|
-
"name": "licenseOptions",
|
|
522
|
-
"plural": true,
|
|
523
|
-
"selections": [v4 /*: any*/, v6 /*: any*/, v2 /*: any*/],
|
|
524
|
-
"storageKey": null
|
|
525
|
-
}],
|
|
599
|
+
"selections": [v4 /*: any*/, v9 /*: any*/],
|
|
526
600
|
"storageKey": null
|
|
527
601
|
}],
|
|
528
602
|
"storageKey": null
|
|
@@ -531,86 +605,41 @@ const node = function () {
|
|
|
531
605
|
"abstractKey": "__isLicenseable"
|
|
532
606
|
}, {
|
|
533
607
|
"kind": "InlineFragment",
|
|
534
|
-
"selections":
|
|
608
|
+
"selections": v8 /*: any*/,
|
|
535
609
|
"type": "Node",
|
|
536
610
|
"abstractKey": "__isNode"
|
|
537
611
|
}],
|
|
538
612
|
"storageKey": null
|
|
539
613
|
}, v4 /*: any*/],
|
|
540
614
|
"storageKey": null
|
|
615
|
+
}],
|
|
616
|
+
"storageKey": null
|
|
617
|
+
}, {
|
|
618
|
+
"alias": null,
|
|
619
|
+
"args": null,
|
|
620
|
+
"concreteType": "OrderVariableSelection",
|
|
621
|
+
"kind": "LinkedField",
|
|
622
|
+
"name": "orderVariableSelections",
|
|
623
|
+
"plural": true,
|
|
624
|
+
"selections": [{
|
|
625
|
+
"alias": null,
|
|
626
|
+
"args": null,
|
|
627
|
+
"concreteType": "OrderVariable",
|
|
628
|
+
"kind": "LinkedField",
|
|
629
|
+
"name": "orderVariable",
|
|
630
|
+
"plural": false,
|
|
631
|
+
"selections": v8 /*: any*/,
|
|
632
|
+
"storageKey": null
|
|
541
633
|
}, {
|
|
542
634
|
"alias": null,
|
|
543
635
|
"args": null,
|
|
544
|
-
"concreteType": "
|
|
636
|
+
"concreteType": "OrderVariableOption",
|
|
545
637
|
"kind": "LinkedField",
|
|
546
|
-
"name": "
|
|
547
|
-
"plural":
|
|
548
|
-
"selections":
|
|
549
|
-
"alias": null,
|
|
550
|
-
"args": null,
|
|
551
|
-
"concreteType": "License",
|
|
552
|
-
"kind": "LinkedField",
|
|
553
|
-
"name": "license",
|
|
554
|
-
"plural": false,
|
|
555
|
-
"selections": [v4 /*: any*/, v2 /*: any*/, v13 /*: any*/],
|
|
556
|
-
"storageKey": null
|
|
557
|
-
}, {
|
|
558
|
-
"alias": "variable",
|
|
559
|
-
"args": null,
|
|
560
|
-
"concreteType": "LicenseVariable",
|
|
561
|
-
"kind": "LinkedField",
|
|
562
|
-
"name": "licenseVariable",
|
|
563
|
-
"plural": false,
|
|
564
|
-
"selections": [v4 /*: any*/, v11 /*: any*/, {
|
|
565
|
-
"alias": null,
|
|
566
|
-
"args": null,
|
|
567
|
-
"kind": "ScalarField",
|
|
568
|
-
"name": "units",
|
|
569
|
-
"storageKey": null
|
|
570
|
-
}],
|
|
571
|
-
"storageKey": null
|
|
572
|
-
}, {
|
|
573
|
-
"alias": "option",
|
|
574
|
-
"args": null,
|
|
575
|
-
"concreteType": "LicenseOption",
|
|
576
|
-
"kind": "LinkedField",
|
|
577
|
-
"name": "licenseOption",
|
|
578
|
-
"plural": false,
|
|
579
|
-
"selections": [v4 /*: any*/, v6 /*: any*/, v13 /*: any*/, v2 /*: any*/, {
|
|
580
|
-
"alias": null,
|
|
581
|
-
"args": null,
|
|
582
|
-
"kind": "ScalarField",
|
|
583
|
-
"name": "amounts",
|
|
584
|
-
"storageKey": null
|
|
585
|
-
}],
|
|
586
|
-
"storageKey": null
|
|
587
|
-
}, {
|
|
588
|
-
"alias": null,
|
|
589
|
-
"args": null,
|
|
590
|
-
"kind": "ScalarField",
|
|
591
|
-
"name": "variableText",
|
|
592
|
-
"storageKey": null
|
|
593
|
-
}, {
|
|
594
|
-
"alias": null,
|
|
595
|
-
"args": null,
|
|
596
|
-
"concreteType": "LicenseVariable",
|
|
597
|
-
"kind": "LinkedField",
|
|
598
|
-
"name": "licenseVariable",
|
|
599
|
-
"plural": false,
|
|
600
|
-
"selections": [v4 /*: any*/, v11 /*: any*/],
|
|
601
|
-
"storageKey": null
|
|
602
|
-
}, {
|
|
603
|
-
"alias": null,
|
|
604
|
-
"args": null,
|
|
605
|
-
"concreteType": "LicenseOption",
|
|
606
|
-
"kind": "LinkedField",
|
|
607
|
-
"name": "licenseOption",
|
|
608
|
-
"plural": false,
|
|
609
|
-
"selections": v12 /*: any*/,
|
|
610
|
-
"storageKey": null
|
|
611
|
-
}],
|
|
638
|
+
"name": "orderVariableOption",
|
|
639
|
+
"plural": false,
|
|
640
|
+
"selections": v8 /*: any*/,
|
|
612
641
|
"storageKey": null
|
|
613
|
-
}],
|
|
642
|
+
}, v4 /*: any*/],
|
|
614
643
|
"storageKey": null
|
|
615
644
|
}, {
|
|
616
645
|
"alias": null,
|
|
@@ -664,12 +693,12 @@ const node = function () {
|
|
|
664
693
|
}]
|
|
665
694
|
},
|
|
666
695
|
"params": {
|
|
667
|
-
"cacheID": "
|
|
696
|
+
"cacheID": "970c7c1823ad5f72a8f877a224d5995a",
|
|
668
697
|
"id": null,
|
|
669
698
|
"metadata": {},
|
|
670
699
|
"name": "CartOrderCompleteOrderMutation",
|
|
671
700
|
"operationKind": "mutation",
|
|
672
|
-
"text": "mutation CartOrderCompleteOrderMutation {\n completeOrder {\n order {\n ...CartOrder_order\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n requiresAction\n }\n}\n\nfragment
|
|
701
|
+
"text": "mutation CartOrderCompleteOrderMutation {\n completeOrder {\n order {\n ...CartOrder_order\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n requiresAction\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"
|
|
673
702
|
}
|
|
674
703
|
};
|
|
675
704
|
}();
|