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
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<9e2fb92d3b6dbb2988837d16a6e95d8e>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* tslint:disable */
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
const node = function () {
|
|
18
|
+
var v0 = {
|
|
19
|
+
"alias": null,
|
|
20
|
+
"args": null,
|
|
21
|
+
"concreteType": "StripeCheckoutSession",
|
|
22
|
+
"kind": "LinkedField",
|
|
23
|
+
"name": "stripeCheckoutSession",
|
|
24
|
+
"plural": false,
|
|
25
|
+
"selections": [{
|
|
26
|
+
"alias": null,
|
|
27
|
+
"args": null,
|
|
28
|
+
"kind": "ScalarField",
|
|
29
|
+
"name": "clientSecret",
|
|
30
|
+
"storageKey": null
|
|
31
|
+
}],
|
|
32
|
+
"storageKey": null
|
|
33
|
+
};
|
|
34
|
+
return {
|
|
35
|
+
"fragment": {
|
|
36
|
+
"argumentDefinitions": [],
|
|
37
|
+
"kind": "Fragment",
|
|
38
|
+
"metadata": null,
|
|
39
|
+
"name": "StripeProviderCreateCheckoutSessionMutation",
|
|
40
|
+
"selections": [{
|
|
41
|
+
"alias": null,
|
|
42
|
+
"args": null,
|
|
43
|
+
"concreteType": "CreateOrderCheckoutSessionPayload",
|
|
44
|
+
"kind": "LinkedField",
|
|
45
|
+
"name": "createOrderCheckoutSession",
|
|
46
|
+
"plural": false,
|
|
47
|
+
"selections": [{
|
|
48
|
+
"alias": null,
|
|
49
|
+
"args": null,
|
|
50
|
+
"concreteType": "Order",
|
|
51
|
+
"kind": "LinkedField",
|
|
52
|
+
"name": "order",
|
|
53
|
+
"plural": false,
|
|
54
|
+
"selections": [v0 /*: any*/],
|
|
55
|
+
"storageKey": null
|
|
56
|
+
}],
|
|
57
|
+
"storageKey": null
|
|
58
|
+
}],
|
|
59
|
+
"type": "RootMutationType",
|
|
60
|
+
"abstractKey": null
|
|
61
|
+
},
|
|
62
|
+
"kind": "Request",
|
|
63
|
+
"operation": {
|
|
64
|
+
"argumentDefinitions": [],
|
|
65
|
+
"kind": "Operation",
|
|
66
|
+
"name": "StripeProviderCreateCheckoutSessionMutation",
|
|
67
|
+
"selections": [{
|
|
68
|
+
"alias": null,
|
|
69
|
+
"args": null,
|
|
70
|
+
"concreteType": "CreateOrderCheckoutSessionPayload",
|
|
71
|
+
"kind": "LinkedField",
|
|
72
|
+
"name": "createOrderCheckoutSession",
|
|
73
|
+
"plural": false,
|
|
74
|
+
"selections": [{
|
|
75
|
+
"alias": null,
|
|
76
|
+
"args": null,
|
|
77
|
+
"concreteType": "Order",
|
|
78
|
+
"kind": "LinkedField",
|
|
79
|
+
"name": "order",
|
|
80
|
+
"plural": false,
|
|
81
|
+
"selections": [v0 /*: any*/, {
|
|
82
|
+
"alias": null,
|
|
83
|
+
"args": null,
|
|
84
|
+
"kind": "ScalarField",
|
|
85
|
+
"name": "id",
|
|
86
|
+
"storageKey": null
|
|
87
|
+
}],
|
|
88
|
+
"storageKey": null
|
|
89
|
+
}],
|
|
90
|
+
"storageKey": null
|
|
91
|
+
}]
|
|
92
|
+
},
|
|
93
|
+
"params": {
|
|
94
|
+
"cacheID": "0ece78edfb78a66584361cee7d83e6a2",
|
|
95
|
+
"id": null,
|
|
96
|
+
"metadata": {},
|
|
97
|
+
"name": "StripeProviderCreateCheckoutSessionMutation",
|
|
98
|
+
"operationKind": "mutation",
|
|
99
|
+
"text": "mutation StripeProviderCreateCheckoutSessionMutation {\n createOrderCheckoutSession {\n order {\n stripeCheckoutSession {\n clientSecret\n }\n id\n }\n }\n}\n"
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
}();
|
|
103
|
+
node.hash = "2ca9a7fcfed1292117e3cd6d0d95cca6";
|
|
104
|
+
var _default = node;
|
|
105
|
+
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<ef3b4ba4d0eae6811a136a792b0a2fbe>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -12,6 +12,7 @@ export type StripeProvider_viewer$data = {
|
|
|
12
12
|
} | null;
|
|
13
13
|
} | null;
|
|
14
14
|
readonly settings: {
|
|
15
|
+
readonly taxSystem: string;
|
|
15
16
|
readonly uiFontName: string | null;
|
|
16
17
|
readonly uiFontUrl: string | null;
|
|
17
18
|
} | null;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<ef3b4ba4d0eae6811a136a792b0a2fbe>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -38,6 +38,12 @@ const node = {
|
|
|
38
38
|
"kind": "ScalarField",
|
|
39
39
|
"name": "uiFontName",
|
|
40
40
|
"storageKey": null
|
|
41
|
+
}, {
|
|
42
|
+
"alias": null,
|
|
43
|
+
"args": null,
|
|
44
|
+
"kind": "ScalarField",
|
|
45
|
+
"name": "taxSystem",
|
|
46
|
+
"storageKey": null
|
|
41
47
|
}],
|
|
42
48
|
"storageKey": null
|
|
43
49
|
}, {
|
|
@@ -95,6 +101,6 @@ const node = {
|
|
|
95
101
|
"type": "Viewer",
|
|
96
102
|
"abstractKey": null
|
|
97
103
|
};
|
|
98
|
-
node.hash = "
|
|
104
|
+
node.hash = "f605dbdf8e21abec2830e0ce0c7bcc4a";
|
|
99
105
|
var _default = node;
|
|
100
106
|
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<<681640c782b51cf25691d9a4b488a830>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -127,43 +127,39 @@ const node = function () {
|
|
|
127
127
|
"name": "currency",
|
|
128
128
|
"storageKey": null
|
|
129
129
|
}],
|
|
130
|
-
v8 =
|
|
131
|
-
"alias": null,
|
|
132
|
-
"args": null,
|
|
133
|
-
"concreteType": "Money",
|
|
134
|
-
"kind": "LinkedField",
|
|
135
|
-
"name": "price",
|
|
136
|
-
"plural": false,
|
|
137
|
-
"selections": v7 /*: any*/,
|
|
138
|
-
"storageKey": null
|
|
139
|
-
},
|
|
130
|
+
v8 = [v4 /*: any*/],
|
|
140
131
|
v9 = {
|
|
141
132
|
"alias": null,
|
|
142
133
|
"args": null,
|
|
143
|
-
"
|
|
144
|
-
"
|
|
134
|
+
"concreteType": "LicenseOption",
|
|
135
|
+
"kind": "LinkedField",
|
|
136
|
+
"name": "licenseOptions",
|
|
137
|
+
"plural": true,
|
|
138
|
+
"selections": v8 /*: any*/,
|
|
145
139
|
"storageKey": null
|
|
146
140
|
},
|
|
147
141
|
v10 = {
|
|
148
142
|
"alias": null,
|
|
149
143
|
"args": null,
|
|
150
|
-
"
|
|
151
|
-
"
|
|
144
|
+
"concreteType": "Money",
|
|
145
|
+
"kind": "LinkedField",
|
|
146
|
+
"name": "price",
|
|
147
|
+
"plural": false,
|
|
148
|
+
"selections": v7 /*: any*/,
|
|
152
149
|
"storageKey": null
|
|
153
150
|
},
|
|
154
151
|
v11 = {
|
|
155
152
|
"alias": null,
|
|
156
153
|
"args": null,
|
|
157
154
|
"kind": "ScalarField",
|
|
158
|
-
"name": "
|
|
155
|
+
"name": "cssFamily",
|
|
159
156
|
"storageKey": null
|
|
160
157
|
},
|
|
161
|
-
v12 =
|
|
162
|
-
v13 = {
|
|
158
|
+
v12 = {
|
|
163
159
|
"alias": null,
|
|
164
160
|
"args": null,
|
|
165
161
|
"kind": "ScalarField",
|
|
166
|
-
"name": "
|
|
162
|
+
"name": "cssUrl",
|
|
167
163
|
"storageKey": null
|
|
168
164
|
};
|
|
169
165
|
return {
|
|
@@ -324,6 +320,15 @@ const node = function () {
|
|
|
324
320
|
"kind": "ScalarField",
|
|
325
321
|
"name": "percentAmount",
|
|
326
322
|
"storageKey": null
|
|
323
|
+
}, {
|
|
324
|
+
"alias": null,
|
|
325
|
+
"args": null,
|
|
326
|
+
"concreteType": "Money",
|
|
327
|
+
"kind": "LinkedField",
|
|
328
|
+
"name": "creditAmount",
|
|
329
|
+
"plural": false,
|
|
330
|
+
"selections": v7 /*: any*/,
|
|
331
|
+
"storageKey": null
|
|
327
332
|
}, {
|
|
328
333
|
"alias": null,
|
|
329
334
|
"args": null,
|
|
@@ -389,14 +394,92 @@ const node = function () {
|
|
|
389
394
|
"kind": "LinkedField",
|
|
390
395
|
"name": "orderItems",
|
|
391
396
|
"plural": true,
|
|
392
|
-
"selections": [v4 /*: any*/,
|
|
397
|
+
"selections": [v4 /*: any*/, {
|
|
398
|
+
"alias": null,
|
|
399
|
+
"args": null,
|
|
400
|
+
"concreteType": "LicenseSelection",
|
|
401
|
+
"kind": "LinkedField",
|
|
402
|
+
"name": "licenseSelections",
|
|
403
|
+
"plural": true,
|
|
404
|
+
"selections": [{
|
|
405
|
+
"alias": null,
|
|
406
|
+
"args": null,
|
|
407
|
+
"concreteType": "License",
|
|
408
|
+
"kind": "LinkedField",
|
|
409
|
+
"name": "license",
|
|
410
|
+
"plural": false,
|
|
411
|
+
"selections": [v4 /*: any*/, v2 /*: any*/, {
|
|
412
|
+
"alias": null,
|
|
413
|
+
"args": null,
|
|
414
|
+
"concreteType": "LicenseVariable",
|
|
415
|
+
"kind": "LinkedField",
|
|
416
|
+
"name": "licenseVariables",
|
|
417
|
+
"plural": true,
|
|
418
|
+
"selections": [v4 /*: any*/, {
|
|
419
|
+
"alias": null,
|
|
420
|
+
"args": null,
|
|
421
|
+
"concreteType": "LicenseOption",
|
|
422
|
+
"kind": "LinkedField",
|
|
423
|
+
"name": "licenseOptions",
|
|
424
|
+
"plural": true,
|
|
425
|
+
"selections": [v4 /*: any*/, v2 /*: any*/, v6 /*: any*/],
|
|
426
|
+
"storageKey": null
|
|
427
|
+
}],
|
|
428
|
+
"storageKey": null
|
|
429
|
+
}],
|
|
430
|
+
"storageKey": null
|
|
431
|
+
}, {
|
|
432
|
+
"alias": null,
|
|
433
|
+
"args": null,
|
|
434
|
+
"concreteType": "LicenseVariable",
|
|
435
|
+
"kind": "LinkedField",
|
|
436
|
+
"name": "licenseVariable",
|
|
437
|
+
"plural": false,
|
|
438
|
+
"selections": [v4 /*: any*/, {
|
|
439
|
+
"alias": null,
|
|
440
|
+
"args": null,
|
|
441
|
+
"kind": "ScalarField",
|
|
442
|
+
"name": "units",
|
|
443
|
+
"storageKey": null
|
|
444
|
+
}, v2 /*: any*/, {
|
|
445
|
+
"alias": null,
|
|
446
|
+
"args": null,
|
|
447
|
+
"kind": "ScalarField",
|
|
448
|
+
"name": "variableType",
|
|
449
|
+
"storageKey": null
|
|
450
|
+
}, v9 /*: any*/],
|
|
451
|
+
"storageKey": null
|
|
452
|
+
}, {
|
|
453
|
+
"alias": null,
|
|
454
|
+
"args": null,
|
|
455
|
+
"concreteType": "LicenseOption",
|
|
456
|
+
"kind": "LinkedField",
|
|
457
|
+
"name": "licenseOption",
|
|
458
|
+
"plural": false,
|
|
459
|
+
"selections": [v4 /*: any*/, {
|
|
460
|
+
"alias": null,
|
|
461
|
+
"args": null,
|
|
462
|
+
"kind": "ScalarField",
|
|
463
|
+
"name": "amounts",
|
|
464
|
+
"storageKey": null
|
|
465
|
+
}, v2 /*: any*/, v6 /*: any*/],
|
|
466
|
+
"storageKey": null
|
|
467
|
+
}, {
|
|
468
|
+
"alias": null,
|
|
469
|
+
"args": null,
|
|
470
|
+
"kind": "ScalarField",
|
|
471
|
+
"name": "variableText",
|
|
472
|
+
"storageKey": null
|
|
473
|
+
}, v4 /*: any*/],
|
|
474
|
+
"storageKey": null
|
|
475
|
+
}, v10 /*: any*/, {
|
|
393
476
|
"alias": null,
|
|
394
477
|
"args": null,
|
|
395
478
|
"concreteType": "Sku",
|
|
396
479
|
"kind": "LinkedField",
|
|
397
480
|
"name": "sku",
|
|
398
481
|
"plural": false,
|
|
399
|
-
"selections": [
|
|
482
|
+
"selections": [v10 /*: any*/, {
|
|
400
483
|
"alias": null,
|
|
401
484
|
"args": null,
|
|
402
485
|
"concreteType": null,
|
|
@@ -421,14 +504,14 @@ const node = function () {
|
|
|
421
504
|
"kind": "LinkedField",
|
|
422
505
|
"name": "featureStyle",
|
|
423
506
|
"plural": false,
|
|
424
|
-
"selections": [
|
|
507
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, v4 /*: any*/, {
|
|
425
508
|
"alias": null,
|
|
426
509
|
"args": null,
|
|
427
510
|
"concreteType": "FontCollection",
|
|
428
511
|
"kind": "LinkedField",
|
|
429
512
|
"name": "family",
|
|
430
513
|
"plural": false,
|
|
431
|
-
"selections": [
|
|
514
|
+
"selections": [v12 /*: any*/, v4 /*: any*/],
|
|
432
515
|
"storageKey": null
|
|
433
516
|
}],
|
|
434
517
|
"storageKey": null
|
|
@@ -456,21 +539,21 @@ const node = function () {
|
|
|
456
539
|
"kind": "LinkedField",
|
|
457
540
|
"name": "fontStyles",
|
|
458
541
|
"plural": true,
|
|
459
|
-
"selections": [
|
|
542
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, v4 /*: any*/],
|
|
460
543
|
"storageKey": null
|
|
461
544
|
}, v2 /*: any*/],
|
|
462
545
|
"type": "Bundle",
|
|
463
546
|
"abstractKey": null
|
|
464
547
|
}, {
|
|
465
548
|
"kind": "InlineFragment",
|
|
466
|
-
"selections": [
|
|
549
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, {
|
|
467
550
|
"alias": null,
|
|
468
551
|
"args": null,
|
|
469
552
|
"concreteType": "FontCollection",
|
|
470
553
|
"kind": "LinkedField",
|
|
471
554
|
"name": "family",
|
|
472
555
|
"plural": false,
|
|
473
|
-
"selections": [v2 /*: any*/,
|
|
556
|
+
"selections": [v2 /*: any*/, v12 /*: any*/, v4 /*: any*/],
|
|
474
557
|
"storageKey": null
|
|
475
558
|
}, {
|
|
476
559
|
"alias": null,
|
|
@@ -494,22 +577,13 @@ const node = function () {
|
|
|
494
577
|
"name": "licenses",
|
|
495
578
|
"plural": true,
|
|
496
579
|
"selections": [v4 /*: any*/, v2 /*: any*/, {
|
|
497
|
-
"alias":
|
|
580
|
+
"alias": null,
|
|
498
581
|
"args": null,
|
|
499
582
|
"concreteType": "LicenseVariable",
|
|
500
583
|
"kind": "LinkedField",
|
|
501
584
|
"name": "licenseVariables",
|
|
502
585
|
"plural": true,
|
|
503
|
-
"selections": [v4 /*: any*/,
|
|
504
|
-
"alias": "options",
|
|
505
|
-
"args": null,
|
|
506
|
-
"concreteType": "LicenseOption",
|
|
507
|
-
"kind": "LinkedField",
|
|
508
|
-
"name": "licenseOptions",
|
|
509
|
-
"plural": true,
|
|
510
|
-
"selections": [v4 /*: any*/, v6 /*: any*/, v2 /*: any*/],
|
|
511
|
-
"storageKey": null
|
|
512
|
-
}],
|
|
586
|
+
"selections": [v4 /*: any*/, v9 /*: any*/],
|
|
513
587
|
"storageKey": null
|
|
514
588
|
}],
|
|
515
589
|
"storageKey": null
|
|
@@ -518,86 +592,41 @@ const node = function () {
|
|
|
518
592
|
"abstractKey": "__isLicenseable"
|
|
519
593
|
}, {
|
|
520
594
|
"kind": "InlineFragment",
|
|
521
|
-
"selections":
|
|
595
|
+
"selections": v8 /*: any*/,
|
|
522
596
|
"type": "Node",
|
|
523
597
|
"abstractKey": "__isNode"
|
|
524
598
|
}],
|
|
525
599
|
"storageKey": null
|
|
526
600
|
}, v4 /*: any*/],
|
|
527
601
|
"storageKey": null
|
|
602
|
+
}],
|
|
603
|
+
"storageKey": null
|
|
604
|
+
}, {
|
|
605
|
+
"alias": null,
|
|
606
|
+
"args": null,
|
|
607
|
+
"concreteType": "OrderVariableSelection",
|
|
608
|
+
"kind": "LinkedField",
|
|
609
|
+
"name": "orderVariableSelections",
|
|
610
|
+
"plural": true,
|
|
611
|
+
"selections": [{
|
|
612
|
+
"alias": null,
|
|
613
|
+
"args": null,
|
|
614
|
+
"concreteType": "OrderVariable",
|
|
615
|
+
"kind": "LinkedField",
|
|
616
|
+
"name": "orderVariable",
|
|
617
|
+
"plural": false,
|
|
618
|
+
"selections": v8 /*: any*/,
|
|
619
|
+
"storageKey": null
|
|
528
620
|
}, {
|
|
529
621
|
"alias": null,
|
|
530
622
|
"args": null,
|
|
531
|
-
"concreteType": "
|
|
623
|
+
"concreteType": "OrderVariableOption",
|
|
532
624
|
"kind": "LinkedField",
|
|
533
|
-
"name": "
|
|
534
|
-
"plural":
|
|
535
|
-
"selections":
|
|
536
|
-
"alias": null,
|
|
537
|
-
"args": null,
|
|
538
|
-
"concreteType": "License",
|
|
539
|
-
"kind": "LinkedField",
|
|
540
|
-
"name": "license",
|
|
541
|
-
"plural": false,
|
|
542
|
-
"selections": [v4 /*: any*/, v2 /*: any*/, v13 /*: any*/],
|
|
543
|
-
"storageKey": null
|
|
544
|
-
}, {
|
|
545
|
-
"alias": "variable",
|
|
546
|
-
"args": null,
|
|
547
|
-
"concreteType": "LicenseVariable",
|
|
548
|
-
"kind": "LinkedField",
|
|
549
|
-
"name": "licenseVariable",
|
|
550
|
-
"plural": false,
|
|
551
|
-
"selections": [v4 /*: any*/, v11 /*: any*/, {
|
|
552
|
-
"alias": null,
|
|
553
|
-
"args": null,
|
|
554
|
-
"kind": "ScalarField",
|
|
555
|
-
"name": "units",
|
|
556
|
-
"storageKey": null
|
|
557
|
-
}],
|
|
558
|
-
"storageKey": null
|
|
559
|
-
}, {
|
|
560
|
-
"alias": "option",
|
|
561
|
-
"args": null,
|
|
562
|
-
"concreteType": "LicenseOption",
|
|
563
|
-
"kind": "LinkedField",
|
|
564
|
-
"name": "licenseOption",
|
|
565
|
-
"plural": false,
|
|
566
|
-
"selections": [v4 /*: any*/, v6 /*: any*/, v13 /*: any*/, v2 /*: any*/, {
|
|
567
|
-
"alias": null,
|
|
568
|
-
"args": null,
|
|
569
|
-
"kind": "ScalarField",
|
|
570
|
-
"name": "amounts",
|
|
571
|
-
"storageKey": null
|
|
572
|
-
}],
|
|
573
|
-
"storageKey": null
|
|
574
|
-
}, {
|
|
575
|
-
"alias": null,
|
|
576
|
-
"args": null,
|
|
577
|
-
"kind": "ScalarField",
|
|
578
|
-
"name": "variableText",
|
|
579
|
-
"storageKey": null
|
|
580
|
-
}, {
|
|
581
|
-
"alias": null,
|
|
582
|
-
"args": null,
|
|
583
|
-
"concreteType": "LicenseVariable",
|
|
584
|
-
"kind": "LinkedField",
|
|
585
|
-
"name": "licenseVariable",
|
|
586
|
-
"plural": false,
|
|
587
|
-
"selections": [v4 /*: any*/, v11 /*: any*/],
|
|
588
|
-
"storageKey": null
|
|
589
|
-
}, {
|
|
590
|
-
"alias": null,
|
|
591
|
-
"args": null,
|
|
592
|
-
"concreteType": "LicenseOption",
|
|
593
|
-
"kind": "LinkedField",
|
|
594
|
-
"name": "licenseOption",
|
|
595
|
-
"plural": false,
|
|
596
|
-
"selections": v12 /*: any*/,
|
|
597
|
-
"storageKey": null
|
|
598
|
-
}],
|
|
625
|
+
"name": "orderVariableOption",
|
|
626
|
+
"plural": false,
|
|
627
|
+
"selections": v8 /*: any*/,
|
|
599
628
|
"storageKey": null
|
|
600
|
-
}],
|
|
629
|
+
}, v4 /*: any*/],
|
|
601
630
|
"storageKey": null
|
|
602
631
|
}, {
|
|
603
632
|
"alias": null,
|
|
@@ -651,12 +680,12 @@ const node = function () {
|
|
|
651
680
|
}]
|
|
652
681
|
},
|
|
653
682
|
"params": {
|
|
654
|
-
"cacheID": "
|
|
683
|
+
"cacheID": "fe20f6f9d8f9ed49c6d73805a2eb2cd8",
|
|
655
684
|
"id": null,
|
|
656
685
|
"metadata": {},
|
|
657
686
|
"name": "TestFontsFormUpdateCustomerMutation",
|
|
658
687
|
"operationKind": "mutation",
|
|
659
|
-
"text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment
|
|
688
|
+
"text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\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"
|
|
660
689
|
}
|
|
661
690
|
};
|
|
662
691
|
}();
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<01d758e3e6633b1b189fbcdcc26f88f6>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type LicenseOptionsSpec = {
|
|
9
|
+
licenseId: string;
|
|
10
|
+
licenseOptionIds?: ReadonlyArray<string> | null;
|
|
11
|
+
};
|
|
12
|
+
export type OrderVariableSelectionInput = {
|
|
13
|
+
orderVariableId: string;
|
|
14
|
+
orderVariableOptionId?: string | null;
|
|
15
|
+
};
|
|
16
|
+
export type TypeTesterStandaloneChangedStylesQuery$variables = {
|
|
17
|
+
id: string;
|
|
18
|
+
licenseOptions: ReadonlyArray<LicenseOptionsSpec | null>;
|
|
19
|
+
orderVariables?: ReadonlyArray<OrderVariableSelectionInput> | null;
|
|
20
|
+
};
|
|
21
|
+
export type TypeTesterStandaloneChangedStylesQuery$data = {
|
|
22
|
+
readonly node: {
|
|
23
|
+
readonly id?: string;
|
|
24
|
+
readonly " $fragmentSpreads": FragmentRefs<"TypeTester_fontStyle">;
|
|
25
|
+
} | null;
|
|
26
|
+
};
|
|
27
|
+
export type TypeTesterStandaloneChangedStylesQuery = {
|
|
28
|
+
response: TypeTesterStandaloneChangedStylesQuery$data;
|
|
29
|
+
variables: TypeTesterStandaloneChangedStylesQuery$variables;
|
|
30
|
+
};
|
|
31
|
+
declare const node: ConcreteRequest;
|
|
32
|
+
export default node;
|