fontdue-js 2.10.0 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +11 -63
- package/dist/__generated__/AddressFields_viewer.graphql.d.ts +1 -11
- package/dist/__generated__/AddressFields_viewer.graphql.js +68 -122
- package/dist/__generated__/BuyButton_collection.graphql.d.ts +2 -2
- package/dist/__generated__/BuyButton_collection.graphql.js +1 -1
- package/dist/__generated__/CartButtonQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartButtonQuery.graphql.js +24 -3
- package/dist/__generated__/CartButton_order.graphql.d.ts +4 -1
- package/dist/__generated__/CartButton_order.graphql.js +15 -2
- package/dist/__generated__/CartItemAdditionalLicenses_licenses.graphql.d.ts +18 -0
- package/dist/__generated__/CartItemAdditionalLicenses_licenses.graphql.js +42 -0
- package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.d.ts +21 -0
- package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.js +52 -0
- package/dist/__generated__/CartItemLicense_selection.graphql.d.ts +29 -0
- package/dist/__generated__/CartItemLicense_selection.graphql.js +80 -0
- package/dist/__generated__/CartItemProduct_product.graphql.d.ts +33 -0
- package/dist/__generated__/CartItemProduct_product.graphql.js +122 -0
- package/dist/__generated__/CartItemVariable_selection.graphql.d.ts +36 -0
- package/dist/__generated__/CartItemVariable_selection.graphql.js +107 -0
- package/dist/__generated__/CartItemVariable_variable.graphql.d.ts +22 -0
- package/dist/__generated__/CartItemVariable_variable.graphql.js +58 -0
- package/dist/__generated__/CartItem_node.graphql.d.ts +9 -34
- package/dist/__generated__/CartItem_node.graphql.js +31 -129
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +7 -1
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrder_order.graphql.d.ts +11 -2
- package/dist/__generated__/CartOrder_order.graphql.js +33 -2
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +143 -108
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +2 -2
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +162 -17
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +8 -2
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +249 -91
- package/dist/__generated__/CartState_order.graphql.d.ts +10 -1
- package/dist/__generated__/CartState_order.graphql.js +30 -3
- package/dist/__generated__/CharacterViewer_collection.graphql.d.ts +5 -5
- package/dist/__generated__/CharacterViewer_collection.graphql.js +1 -1
- package/dist/__generated__/CharacterViewer_family.graphql.d.ts +2 -2
- package/dist/__generated__/CharacterViewer_family.graphql.js +1 -1
- package/dist/__generated__/CharacterViewer_style.graphql.js +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +137 -108
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +7 -1
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +137 -108
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +2 -2
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +162 -17
- package/dist/__generated__/CouponCodeInput_viewer.graphql.js +1 -1
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.js +29 -19
- package/dist/__generated__/CouponText_coupon.graphql.d.ts +5 -1
- package/dist/__generated__/CouponText_coupon.graphql.js +36 -24
- package/dist/__generated__/FamilyList_node.graphql.d.ts +2 -2
- package/dist/__generated__/FamilyList_node.graphql.js +1 -1
- package/dist/__generated__/Family_node.graphql.d.ts +2 -2
- package/dist/__generated__/Family_node.graphql.js +27 -10
- package/dist/__generated__/Family_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +11 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.js +58 -45
- package/dist/__generated__/OrderVariableSelectionMutation.graphql.d.ts +69 -0
- package/dist/__generated__/OrderVariableSelectionMutation_viewer.graphql.d.ts +30 -0
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.js +32 -0
- package/dist/__generated__/OrderVariableSelection_variables.graphql.d.ts +26 -0
- package/dist/__generated__/OrderVariableSelection_variables.graphql.js +79 -0
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +8 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +171 -142
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +7 -2
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +43 -28
- package/dist/__generated__/PriceBarSection_node.graphql.d.ts +2 -2
- package/dist/__generated__/PriceBarSection_node.graphql.js +22 -17
- package/dist/__generated__/PriceBarSection_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/PriceBar_node.graphql.d.ts +1 -1
- package/dist/__generated__/PriceBar_node.graphql.js +20 -4
- package/dist/__generated__/PriceBar_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/SKUPriceRefetchQuery.graphql.d.ts +6 -1
- package/dist/__generated__/SKUPriceUpdateQuery.graphql.d.ts +29 -0
- package/dist/__generated__/SKUPrice_sku.graphql.d.ts +1 -1
- package/dist/__generated__/SKUPrice_sku.graphql.js +13 -17
- package/dist/__generated__/SKUPrice_viewer.graphql.d.ts +19 -0
- package/dist/__generated__/SelectButton_sku.graphql.d.ts +1 -1
- package/dist/__generated__/SelectButton_sku.graphql.js +13 -5
- package/dist/__generated__/SelectButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.js +21 -5
- package/dist/__generated__/StoreModalBundleButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +7 -3
- package/dist/__generated__/StoreModalCartQuery.graphql.js +391 -66
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +3 -6
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +36 -147
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.js +20 -4
- package/dist/__generated__/StoreModalFamilyButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +2 -2
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +29 -12
- package/dist/__generated__/StoreModalFamily_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionOrderUpdateMutation.graphql.d.ts +60 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionVariable_order.graphql.d.ts +27 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionVariable_variable.graphql.d.ts +24 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.d.ts +38 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.js +129 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.d.ts +22 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.js +92 -0
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +24 -7
- package/dist/__generated__/StoreModalProductQuery.graphql.js +193 -130
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +31 -0
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +383 -0
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +8 -1
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +24 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +8 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +59 -29
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +6 -1
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +59 -15
- package/dist/__generated__/StoreModalReviewCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalReviewQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalReviewUpdateOrderMutation.graphql.d.ts +6 -1
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.d.ts +1 -4
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.js +32 -25
- package/dist/__generated__/StoreModalStyleButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +21 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +241 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +28 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +251 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +82 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +292 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +55 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +169 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +28 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +99 -0
- package/dist/__generated__/StripeProviderCreateCheckoutSessionMutation.graphql.d.ts +22 -0
- package/dist/__generated__/StripeProviderCreateCheckoutSessionMutation.graphql.js +105 -0
- package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +2 -1
- package/dist/__generated__/StripeProvider_viewer.graphql.js +8 -2
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +137 -108
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +32 -0
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +293 -0
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +40 -46
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +2 -2
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +3 -3
- package/dist/__generated__/TypeTester_NewStyleQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTester_fontStyle.graphql.d.ts +1 -10
- package/dist/__generated__/TypeTester_fontStyle.graphql.js +48 -41
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +32 -0
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +293 -0
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +41 -37
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +33 -0
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +482 -0
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +41 -37
- package/dist/__generated__/TypeTesters_collection.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesters_collection.graphql.js +43 -14
- package/dist/__generated__/productState_Query.graphql.d.ts +3 -3
- package/dist/__generated__/productState_Query.graphql.js +1 -1
- package/dist/__generated__/productState_collection.graphql.d.ts +2 -2
- package/dist/__generated__/productState_collection.graphql.js +1 -1
- package/dist/__generated__/productState_node.graphql.d.ts +3 -3
- package/dist/__generated__/productState_node.graphql.js +1 -1
- package/dist/__generated__/useOrderVariables_order.graphql.d.ts +24 -0
- package/dist/components/AddToCartBanner/index.js +3 -3
- package/dist/components/BuyButton/index.js +4 -4
- package/dist/components/BuyButton/index.server.js +2 -2
- package/dist/components/BuyingOptions/index.js +1 -1
- package/dist/components/Cart/AddressFields.d.ts +2 -3
- package/dist/components/Cart/AddressFields.js +85 -142
- package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.d.ts +10 -0
- package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.js +38 -0
- package/dist/components/Cart/CartItem/CartItemLicense.d.ts +12 -0
- package/dist/components/Cart/CartItem/CartItemLicense.js +75 -0
- package/dist/components/Cart/CartItem/CartItemProduct.d.ts +7 -0
- package/dist/components/Cart/CartItem/CartItemProduct.js +43 -0
- package/dist/components/Cart/CartItem/CartItemVariable.d.ts +11 -0
- package/dist/components/Cart/CartItem/CartItemVariable.js +76 -0
- package/dist/components/Cart/CartItem/VariableTextInput.d.ts +1 -3
- package/dist/components/Cart/CartItem/VariableTextInput.js +7 -6
- package/dist/components/Cart/CartItem/index.d.ts +4 -1
- package/dist/components/Cart/CartItem/index.js +73 -284
- package/dist/components/Cart/CartOrder.js +19 -39
- package/dist/components/Cart/CartState.d.ts +4 -2
- package/dist/components/Cart/CartState.js +40 -29
- package/dist/components/Cart/CartTotals.js +2 -2
- package/dist/components/Cart/Checkout.js +5 -7
- package/dist/components/Cart/CouponCodeInput.js +4 -4
- package/dist/components/Cart/CustomerFields.d.ts +1 -1
- package/dist/components/Cart/CustomerFields.js +5 -5
- package/dist/components/Cart/Download.js +3 -3
- package/dist/components/Cart/EmptyCart.js +1 -1
- package/dist/components/Cart/IdentityBox.js +1 -1
- package/dist/components/Cart/index.js +2 -2
- package/dist/components/Cart/injectRelayEnvironment.js +2 -2
- package/dist/components/Cart/types.d.ts +5 -4
- package/dist/components/CartButton/index.d.ts +1 -0
- package/dist/components/CartButton/index.js +52 -11
- package/dist/components/CartButton/index.server.js +2 -2
- package/dist/components/CharacterViewer/StyleSelect.js +1 -1
- package/dist/components/CharacterViewer/index.js +8 -8
- package/dist/components/CharacterViewer/index.server.js +2 -2
- package/dist/components/Checkbox/index.js +4 -4
- package/dist/components/CollectionAa/index.js +1 -1
- package/dist/components/ComponentsContext.js +1 -1
- package/dist/components/ConfigContext.js +2 -2
- package/dist/components/CookieNotification/index.js +2 -2
- package/dist/components/CouponText/index.js +9 -4
- package/dist/components/CustomerLoginForm/index.js +3 -3
- package/dist/components/Family/FamilyList.js +1 -1
- package/dist/components/Family/index.js +4 -4
- package/dist/components/FontFamilies/index.js +12 -5
- package/dist/components/FontStyle/index.js +1 -1
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.d.ts +1 -1
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.js +3 -3
- package/dist/components/FontdueProvider/index.js +1 -1
- package/dist/components/FontdueProvider/index.server.js +3 -3
- package/dist/components/Icons/Align.js +1 -1
- package/dist/components/Icons/ArrowDownRight.js +1 -1
- package/dist/components/Icons/ArrowLeft.js +1 -1
- package/dist/components/Icons/ArrowRight.js +1 -1
- package/dist/components/Icons/CarrotDown.js +1 -1
- package/dist/components/Icons/CarrotUp.js +1 -1
- package/dist/components/Icons/Cart.js +1 -1
- package/dist/components/Icons/CartNew.js +1 -1
- package/dist/components/Icons/Check.js +1 -1
- package/dist/components/Icons/Checkbox.js +1 -1
- package/dist/components/Icons/CheckboxChecked.js +1 -1
- package/dist/components/Icons/CheckboxCrossed.js +1 -1
- package/dist/components/Icons/CircledCheck.js +1 -1
- package/dist/components/Icons/CircledInfo.js +1 -1
- package/dist/components/Icons/CircledMinus.js +1 -1
- package/dist/components/Icons/ColorPicker.js +1 -1
- package/dist/components/Icons/CreditCard.js +1 -1
- package/dist/components/Icons/DownArrow.js +1 -1
- package/dist/components/Icons/DownloadFonts.js +1 -1
- package/dist/components/Icons/FrowningFace.js +1 -1
- package/dist/components/Icons/License.js +1 -1
- package/dist/components/Icons/Receipt.js +1 -1
- package/dist/components/Icons/User.js +1 -1
- package/dist/components/Icons/X.js +1 -1
- package/dist/components/Icons/index.js +1 -1
- package/dist/components/NewsletterSignup/NewsletterSignupElement.js +2 -2
- package/dist/components/NewsletterSignup/index.js +4 -4
- package/dist/components/NewsletterSignup/index.server.js +2 -2
- package/dist/components/NodePasswordForm/index.js +6 -7
- package/dist/components/OrderVariableSelection/OrderVariableSelectionMutation.d.ts +7 -0
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.d.ts +11 -0
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +37 -0
- package/dist/components/OrderVariableSelection/index.d.ts +33 -0
- package/dist/components/OrderVariableSelection/index.js +184 -0
- package/dist/components/Precart/License.js +1 -1
- package/dist/components/Precart/index.js +4 -4
- package/dist/components/Price/index.js +2 -2
- package/dist/components/PriceBar/PriceBarSection.js +7 -27
- package/dist/components/PriceBar/index.js +4 -4
- package/dist/components/Root/index.js +4 -4
- package/dist/components/Root/productState.js +1 -1
- package/dist/components/SKUPrice/index.js +5 -31
- package/dist/components/Select/index.js +2 -2
- package/dist/components/SelectButton/index.js +5 -5
- package/dist/components/SelectField/index.js +4 -4
- package/dist/components/SpecimenLink/index.js +1 -1
- package/dist/components/StickyNav/index.js +3 -3
- package/dist/components/StoreModal/StoreModalBundleButton.js +3 -3
- package/dist/components/StoreModal/StoreModalCart.d.ts +0 -1
- package/dist/components/StoreModal/StoreModalCart.js +34 -21
- package/dist/components/StoreModal/StoreModalCheckout.js +46 -49
- package/dist/components/StoreModal/StoreModalCheckoutContext.js +1 -1
- package/dist/components/StoreModal/StoreModalContainer.js +5 -4
- package/dist/components/StoreModal/StoreModalDownload.js +3 -3
- package/dist/components/StoreModal/StoreModalFamily.js +4 -4
- package/dist/components/StoreModal/StoreModalFamilyButton.js +3 -3
- package/dist/components/StoreModal/StoreModalIndex.js +1 -1
- package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
- package/dist/components/StoreModal/StoreModalLicenseeIsBillingSelection.d.ts +7 -0
- package/dist/components/StoreModal/StoreModalLicenseeIsBillingSelection.js +31 -0
- package/dist/components/StoreModal/StoreModalLoader.js +2 -2
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.d.ts +9 -0
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.js +78 -0
- package/dist/components/StoreModal/StoreModalProduct.js +89 -16
- package/dist/components/StoreModal/StoreModalReviewIdentity.js +3 -3
- package/dist/components/StoreModal/StoreModalRouter.js +3 -3
- package/dist/components/StoreModal/StoreModalStyleButton.js +3 -3
- package/dist/components/StoreModal/index.js +3 -3
- package/dist/components/StoreModal/routes.d.ts +0 -2
- package/dist/components/StoreModal/routes.js +6 -12
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.d.ts +1 -1
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.js +5 -5
- package/dist/components/StoreModalProductLicenseSelection/LicenseVariableElement.js +1 -1
- package/dist/components/StoreModalProductLicenseSelection/LicenseVariableRadioElement.js +3 -3
- package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +6 -5
- package/dist/components/StoreModalProductLicenseSelection/index.d.ts +5 -1
- package/dist/components/StoreModalProductLicenseSelection/index.js +17 -10
- package/dist/components/StoreModalProductSummary/index.d.ts +5 -6
- package/dist/components/StoreModalProductSummary/index.js +78 -48
- package/dist/components/StripeLogo.d.ts +2 -0
- package/dist/components/StripeLogo.js +17 -0
- package/dist/components/StripeProvider/index.d.ts +2 -1
- package/dist/components/StripeProvider/index.js +122 -60
- package/dist/components/Stylesheet/index.js +2 -2
- package/dist/components/TestFontsForm/TestFontsFormElement.js +2 -2
- package/dist/components/TestFontsForm/index.js +4 -4
- package/dist/components/TestFontsForm/index.server.js +2 -2
- package/dist/components/TestModeBanner/index.js +1 -1
- package/dist/components/TextField/index.js +2 -2
- package/dist/components/ThemeConfig/index.js +1 -1
- package/dist/components/ThemeConfig/index.server.js +1 -1
- package/dist/components/TypeTester/TypeTesterAlignButtons.js +1 -1
- package/dist/components/TypeTester/TypeTesterBullet.js +1 -1
- package/dist/components/TypeTester/TypeTesterContent.js +4 -4
- package/dist/components/TypeTester/TypeTesterContext.js +2 -2
- package/dist/components/TypeTester/TypeTesterEditAll.js +3 -3
- package/dist/components/TypeTester/TypeTesterFeatures.js +3 -3
- package/dist/components/TypeTester/TypeTesterFeaturesButton.js +3 -3
- package/dist/components/TypeTester/TypeTesterFitter.js +2 -2
- package/dist/components/TypeTester/TypeTesterFloatingToolbar.js +3 -3
- package/dist/components/TypeTester/TypeTesterInput.js +2 -2
- package/dist/components/TypeTester/TypeTesterSlider.js +2 -2
- package/dist/components/TypeTester/TypeTesterStandalone.js +36 -5
- package/dist/components/TypeTester/TypeTesterStandalone.server.js +4 -10
- package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -2
- package/dist/components/TypeTester/TypeTesterState.js +1 -1
- package/dist/components/TypeTester/TypeTesterStyleSelect.js +1 -1
- package/dist/components/TypeTester/TypeTesterStyleSelectData.js +4 -4
- package/dist/components/TypeTester/TypeTesterToolbar.js +3 -3
- package/dist/components/TypeTester/TypeTesterVariableAxes.js +1 -1
- package/dist/components/TypeTester/index.d.ts +2 -0
- package/dist/components/TypeTester/index.js +12 -47
- package/dist/components/TypeTester/useFeaturesData.js +1 -1
- package/dist/components/TypeTesters/TypeTestersElement.js +2 -2
- package/dist/components/TypeTesters/index.js +85 -20
- package/dist/components/TypeTesters/index.server.js +5 -11
- package/dist/components/VariableTableAmounts/index.js +1 -1
- package/dist/components/elements/Button/index.js +2 -2
- package/dist/components/elements/EmptyCart/index.js +3 -3
- package/dist/components/elements/StoreModalCartLayout/index.d.ts +3 -3
- package/dist/components/elements/StoreModalCartLayout/index.js +12 -14
- package/dist/components/elements/StoreModalContainer/StoreModalContainerContext.js +1 -1
- package/dist/components/elements/StoreModalContainer/index.d.ts +1 -0
- package/dist/components/elements/StoreModalContainer/index.js +6 -4
- package/dist/components/elements/StoreModalDownloadLayout/index.js +1 -1
- package/dist/components/elements/StoreModalFamily/index.js +1 -1
- package/dist/components/elements/StoreModalFamilyButton/index.js +2 -2
- package/dist/components/elements/StoreModalIndexItem/index.js +1 -1
- package/dist/components/elements/StoreModalLicenseeIsBillingIdentityElement.d.ts +11 -0
- package/dist/components/elements/StoreModalLicenseeIsBillingIdentityElement.js +61 -0
- package/dist/components/elements/StoreModalLoadingScreen/index.js +1 -1
- package/dist/components/elements/StoreModalPageContainer/index.js +1 -1
- package/dist/components/elements/StoreModalStyleButton/index.js +2 -2
- package/dist/components/elements/StoreModalUnifiedCheckout.d.ts +10 -0
- package/dist/components/elements/StoreModalUnifiedCheckout.js +494 -0
- package/dist/components/useFontStyle.js +1 -1
- package/dist/components/useTotalStyles.js +1 -1
- package/dist/fontdue.css +339 -232
- package/dist/hooks/useLicenseAndOrderVariables.d.ts +5 -0
- package/dist/hooks/useLicenseAndOrderVariables.js +25 -0
- package/dist/hooks/useOrderVariables.d.ts +5 -0
- package/dist/hooks/useRefetchOnLicenseChanges.d.ts +22 -0
- package/dist/hooks/useRefetchOnLicenseChanges.js +61 -0
- package/dist/react-ranger.js +1 -1
- package/dist/reducer.d.ts +12 -0
- package/dist/reducer.js +17 -1
- package/dist/relay/environment.d.ts +1 -1
- package/dist/relay/environment.js +6 -9
- package/dist/vanilla/FontStyle.js +1 -1
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<870223466fc5b3df6420356e151dff54>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -54,51 +54,143 @@ const node = function () {
|
|
|
54
54
|
"name": "name",
|
|
55
55
|
"storageKey": null
|
|
56
56
|
},
|
|
57
|
-
v6 =
|
|
57
|
+
v6 = [v5 /*: any*/],
|
|
58
|
+
v7 = [{
|
|
59
|
+
"kind": "Literal",
|
|
60
|
+
"name": "format",
|
|
61
|
+
"value": "HTML"
|
|
62
|
+
}],
|
|
63
|
+
v8 = {
|
|
58
64
|
"alias": null,
|
|
59
65
|
"args": null,
|
|
60
66
|
"kind": "ScalarField",
|
|
61
|
-
"name": "
|
|
67
|
+
"name": "description",
|
|
62
68
|
"storageKey": null
|
|
63
69
|
},
|
|
64
|
-
|
|
70
|
+
v9 = {
|
|
65
71
|
"alias": null,
|
|
66
72
|
"args": null,
|
|
67
73
|
"kind": "ScalarField",
|
|
68
74
|
"name": "amount",
|
|
69
75
|
"storageKey": null
|
|
70
76
|
},
|
|
71
|
-
|
|
77
|
+
v10 = [v0 /*: any*/, v9 /*: any*/],
|
|
78
|
+
v11 = {
|
|
79
|
+
"alias": null,
|
|
80
|
+
"args": null,
|
|
81
|
+
"concreteType": "LicenseOption",
|
|
82
|
+
"kind": "LinkedField",
|
|
83
|
+
"name": "licenseOptions",
|
|
84
|
+
"plural": true,
|
|
85
|
+
"selections": v3 /*: any*/,
|
|
86
|
+
"storageKey": null
|
|
87
|
+
},
|
|
88
|
+
v12 = [v9 /*: any*/, {
|
|
72
89
|
"alias": null,
|
|
73
90
|
"args": null,
|
|
74
91
|
"kind": "ScalarField",
|
|
75
92
|
"name": "currency",
|
|
76
93
|
"storageKey": null
|
|
77
94
|
}],
|
|
78
|
-
|
|
95
|
+
v13 = {
|
|
79
96
|
"alias": null,
|
|
80
97
|
"args": null,
|
|
81
98
|
"concreteType": "Money",
|
|
82
99
|
"kind": "LinkedField",
|
|
83
100
|
"name": "price",
|
|
84
101
|
"plural": false,
|
|
85
|
-
"selections":
|
|
102
|
+
"selections": v12 /*: any*/,
|
|
86
103
|
"storageKey": null
|
|
87
104
|
},
|
|
88
|
-
|
|
105
|
+
v14 = {
|
|
89
106
|
"alias": null,
|
|
90
107
|
"args": null,
|
|
91
108
|
"kind": "ScalarField",
|
|
92
109
|
"name": "cssFamily",
|
|
93
110
|
"storageKey": null
|
|
94
111
|
},
|
|
95
|
-
|
|
112
|
+
v15 = {
|
|
96
113
|
"alias": null,
|
|
97
114
|
"args": null,
|
|
98
115
|
"kind": "ScalarField",
|
|
99
116
|
"name": "cssUrl",
|
|
100
117
|
"storageKey": null
|
|
101
|
-
}
|
|
118
|
+
},
|
|
119
|
+
v16 = {
|
|
120
|
+
"alias": null,
|
|
121
|
+
"args": null,
|
|
122
|
+
"kind": "ScalarField",
|
|
123
|
+
"name": "email",
|
|
124
|
+
"storageKey": null
|
|
125
|
+
},
|
|
126
|
+
v17 = {
|
|
127
|
+
"alias": null,
|
|
128
|
+
"args": null,
|
|
129
|
+
"kind": "ScalarField",
|
|
130
|
+
"name": "country",
|
|
131
|
+
"storageKey": null
|
|
132
|
+
},
|
|
133
|
+
v18 = [v16 /*: any*/, {
|
|
134
|
+
"alias": null,
|
|
135
|
+
"args": null,
|
|
136
|
+
"kind": "ScalarField",
|
|
137
|
+
"name": "phoneFormatted",
|
|
138
|
+
"storageKey": null
|
|
139
|
+
}, {
|
|
140
|
+
"alias": null,
|
|
141
|
+
"args": null,
|
|
142
|
+
"kind": "ScalarField",
|
|
143
|
+
"name": "addressFormatted",
|
|
144
|
+
"storageKey": null
|
|
145
|
+
}, {
|
|
146
|
+
"alias": null,
|
|
147
|
+
"args": null,
|
|
148
|
+
"kind": "ScalarField",
|
|
149
|
+
"name": "vatNumber",
|
|
150
|
+
"storageKey": null
|
|
151
|
+
}, v5 /*: any*/, {
|
|
152
|
+
"alias": null,
|
|
153
|
+
"args": null,
|
|
154
|
+
"kind": "ScalarField",
|
|
155
|
+
"name": "organization",
|
|
156
|
+
"storageKey": null
|
|
157
|
+
}, {
|
|
158
|
+
"alias": null,
|
|
159
|
+
"args": null,
|
|
160
|
+
"kind": "ScalarField",
|
|
161
|
+
"name": "phone",
|
|
162
|
+
"storageKey": null
|
|
163
|
+
}, {
|
|
164
|
+
"alias": null,
|
|
165
|
+
"args": null,
|
|
166
|
+
"kind": "ScalarField",
|
|
167
|
+
"name": "street",
|
|
168
|
+
"storageKey": null
|
|
169
|
+
}, {
|
|
170
|
+
"alias": null,
|
|
171
|
+
"args": null,
|
|
172
|
+
"kind": "ScalarField",
|
|
173
|
+
"name": "locality",
|
|
174
|
+
"storageKey": null
|
|
175
|
+
}, {
|
|
176
|
+
"alias": null,
|
|
177
|
+
"args": null,
|
|
178
|
+
"kind": "ScalarField",
|
|
179
|
+
"name": "sublocality",
|
|
180
|
+
"storageKey": null
|
|
181
|
+
}, v17 /*: any*/, {
|
|
182
|
+
"alias": null,
|
|
183
|
+
"args": null,
|
|
184
|
+
"kind": "ScalarField",
|
|
185
|
+
"name": "administrativeArea",
|
|
186
|
+
"storageKey": null
|
|
187
|
+
}, {
|
|
188
|
+
"alias": null,
|
|
189
|
+
"args": null,
|
|
190
|
+
"kind": "ScalarField",
|
|
191
|
+
"name": "zip",
|
|
192
|
+
"storageKey": null
|
|
193
|
+
}];
|
|
102
194
|
return {
|
|
103
195
|
"fragment": {
|
|
104
196
|
"argumentDefinitions": [],
|
|
@@ -113,9 +205,25 @@ const node = function () {
|
|
|
113
205
|
"name": "viewer",
|
|
114
206
|
"plural": false,
|
|
115
207
|
"selections": [{
|
|
208
|
+
"args": null,
|
|
209
|
+
"kind": "FragmentSpread",
|
|
210
|
+
"name": "StripeProvider_viewer"
|
|
211
|
+
}, {
|
|
116
212
|
"args": null,
|
|
117
213
|
"kind": "FragmentSpread",
|
|
118
214
|
"name": "CouponCodeInput_viewer"
|
|
215
|
+
}, {
|
|
216
|
+
"args": null,
|
|
217
|
+
"kind": "FragmentSpread",
|
|
218
|
+
"name": "OrderVariableSelection_variables"
|
|
219
|
+
}, {
|
|
220
|
+
"args": null,
|
|
221
|
+
"kind": "FragmentSpread",
|
|
222
|
+
"name": "StoreModalOrderVariableSelection_viewer"
|
|
223
|
+
}, {
|
|
224
|
+
"args": null,
|
|
225
|
+
"kind": "FragmentSpread",
|
|
226
|
+
"name": "StoreModalUnifiedCheckout_viewer"
|
|
119
227
|
}, {
|
|
120
228
|
"alias": null,
|
|
121
229
|
"args": null,
|
|
@@ -132,6 +240,10 @@ const node = function () {
|
|
|
132
240
|
"kind": "FragmentSpread",
|
|
133
241
|
"name": "CartTotals_order"
|
|
134
242
|
}, {
|
|
243
|
+
"args": null,
|
|
244
|
+
"kind": "FragmentSpread",
|
|
245
|
+
"name": "StoreModalUnifiedCheckout_order"
|
|
246
|
+
}, v0 /*: any*/, {
|
|
135
247
|
"alias": null,
|
|
136
248
|
"args": null,
|
|
137
249
|
"concreteType": "OrderItem",
|
|
@@ -171,7 +283,16 @@ const node = function () {
|
|
|
171
283
|
"plural": false,
|
|
172
284
|
"selections": v3 /*: any*/,
|
|
173
285
|
"storageKey": null
|
|
174
|
-
}, v4 /*: any
|
|
286
|
+
}, v4 /*: any*/, {
|
|
287
|
+
"alias": null,
|
|
288
|
+
"args": null,
|
|
289
|
+
"concreteType": "Identity",
|
|
290
|
+
"kind": "LinkedField",
|
|
291
|
+
"name": "billingIdentity",
|
|
292
|
+
"plural": false,
|
|
293
|
+
"selections": v6 /*: any*/,
|
|
294
|
+
"storageKey": null
|
|
295
|
+
}],
|
|
175
296
|
"storageKey": null
|
|
176
297
|
}],
|
|
177
298
|
"storageKey": null
|
|
@@ -192,6 +313,84 @@ const node = function () {
|
|
|
192
313
|
"name": "viewer",
|
|
193
314
|
"plural": false,
|
|
194
315
|
"selections": [{
|
|
316
|
+
"alias": null,
|
|
317
|
+
"args": null,
|
|
318
|
+
"concreteType": "Settings",
|
|
319
|
+
"kind": "LinkedField",
|
|
320
|
+
"name": "settings",
|
|
321
|
+
"plural": false,
|
|
322
|
+
"selections": [{
|
|
323
|
+
"alias": null,
|
|
324
|
+
"args": null,
|
|
325
|
+
"kind": "ScalarField",
|
|
326
|
+
"name": "uiFontUrl",
|
|
327
|
+
"storageKey": null
|
|
328
|
+
}, {
|
|
329
|
+
"alias": null,
|
|
330
|
+
"args": null,
|
|
331
|
+
"kind": "ScalarField",
|
|
332
|
+
"name": "uiFontName",
|
|
333
|
+
"storageKey": null
|
|
334
|
+
}, {
|
|
335
|
+
"alias": null,
|
|
336
|
+
"args": null,
|
|
337
|
+
"kind": "ScalarField",
|
|
338
|
+
"name": "taxSystem",
|
|
339
|
+
"storageKey": null
|
|
340
|
+
}, {
|
|
341
|
+
"alias": null,
|
|
342
|
+
"args": v7 /*: any*/,
|
|
343
|
+
"kind": "ScalarField",
|
|
344
|
+
"name": "storeModalSelectOrderVariablesLabel",
|
|
345
|
+
"storageKey": "storeModalSelectOrderVariablesLabel(format:\"HTML\")"
|
|
346
|
+
}, {
|
|
347
|
+
"alias": null,
|
|
348
|
+
"args": v7 /*: any*/,
|
|
349
|
+
"kind": "ScalarField",
|
|
350
|
+
"name": "eulaAgreementLabel",
|
|
351
|
+
"storageKey": "eulaAgreementLabel(format:\"HTML\")"
|
|
352
|
+
}, {
|
|
353
|
+
"alias": null,
|
|
354
|
+
"args": v7 /*: any*/,
|
|
355
|
+
"kind": "ScalarField",
|
|
356
|
+
"name": "storeModalSelectLicenseeLabel",
|
|
357
|
+
"storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
|
|
358
|
+
}, {
|
|
359
|
+
"alias": null,
|
|
360
|
+
"args": null,
|
|
361
|
+
"kind": "ScalarField",
|
|
362
|
+
"name": "newsletterOptInLabel",
|
|
363
|
+
"storageKey": null
|
|
364
|
+
}],
|
|
365
|
+
"storageKey": null
|
|
366
|
+
}, {
|
|
367
|
+
"alias": null,
|
|
368
|
+
"args": null,
|
|
369
|
+
"concreteType": "ThemeConfig",
|
|
370
|
+
"kind": "LinkedField",
|
|
371
|
+
"name": "themeConfig",
|
|
372
|
+
"plural": false,
|
|
373
|
+
"selections": [{
|
|
374
|
+
"alias": null,
|
|
375
|
+
"args": null,
|
|
376
|
+
"kind": "ScalarField",
|
|
377
|
+
"name": "customProperties",
|
|
378
|
+
"storageKey": null
|
|
379
|
+
}],
|
|
380
|
+
"storageKey": null
|
|
381
|
+
}, {
|
|
382
|
+
"alias": null,
|
|
383
|
+
"args": null,
|
|
384
|
+
"kind": "ScalarField",
|
|
385
|
+
"name": "stripeAccountId",
|
|
386
|
+
"storageKey": null
|
|
387
|
+
}, {
|
|
388
|
+
"alias": null,
|
|
389
|
+
"args": null,
|
|
390
|
+
"kind": "ScalarField",
|
|
391
|
+
"name": "stripePublishableKey",
|
|
392
|
+
"storageKey": null
|
|
393
|
+
}, {
|
|
195
394
|
"alias": null,
|
|
196
395
|
"args": null,
|
|
197
396
|
"concreteType": "Order",
|
|
@@ -199,6 +398,48 @@ const node = function () {
|
|
|
199
398
|
"name": "currentOrder",
|
|
200
399
|
"plural": false,
|
|
201
400
|
"selections": [{
|
|
401
|
+
"alias": null,
|
|
402
|
+
"args": null,
|
|
403
|
+
"concreteType": "StripePaymentIntent",
|
|
404
|
+
"kind": "LinkedField",
|
|
405
|
+
"name": "stripePaymentIntent",
|
|
406
|
+
"plural": false,
|
|
407
|
+
"selections": [{
|
|
408
|
+
"alias": null,
|
|
409
|
+
"args": null,
|
|
410
|
+
"kind": "ScalarField",
|
|
411
|
+
"name": "clientSecret",
|
|
412
|
+
"storageKey": null
|
|
413
|
+
}],
|
|
414
|
+
"storageKey": null
|
|
415
|
+
}, v0 /*: any*/, {
|
|
416
|
+
"alias": null,
|
|
417
|
+
"args": null,
|
|
418
|
+
"concreteType": "OrderVariableSelection",
|
|
419
|
+
"kind": "LinkedField",
|
|
420
|
+
"name": "orderVariableSelections",
|
|
421
|
+
"plural": true,
|
|
422
|
+
"selections": [{
|
|
423
|
+
"alias": null,
|
|
424
|
+
"args": null,
|
|
425
|
+
"concreteType": "OrderVariable",
|
|
426
|
+
"kind": "LinkedField",
|
|
427
|
+
"name": "orderVariable",
|
|
428
|
+
"plural": false,
|
|
429
|
+
"selections": [v0 /*: any*/, v5 /*: any*/, v1 /*: any*/, v8 /*: any*/],
|
|
430
|
+
"storageKey": null
|
|
431
|
+
}, {
|
|
432
|
+
"alias": null,
|
|
433
|
+
"args": null,
|
|
434
|
+
"concreteType": "OrderVariableOption",
|
|
435
|
+
"kind": "LinkedField",
|
|
436
|
+
"name": "orderVariableOption",
|
|
437
|
+
"plural": false,
|
|
438
|
+
"selections": v10 /*: any*/,
|
|
439
|
+
"storageKey": null
|
|
440
|
+
}, v0 /*: any*/],
|
|
441
|
+
"storageKey": null
|
|
442
|
+
}, {
|
|
202
443
|
"alias": null,
|
|
203
444
|
"args": null,
|
|
204
445
|
"concreteType": "OrderItem",
|
|
@@ -219,66 +460,66 @@ const node = function () {
|
|
|
219
460
|
"kind": "LinkedField",
|
|
220
461
|
"name": "license",
|
|
221
462
|
"plural": false,
|
|
222
|
-
"selections": [v0 /*: any*/, v5 /*: any*/,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
463
|
+
"selections": [v0 /*: any*/, v5 /*: any*/, {
|
|
464
|
+
"alias": null,
|
|
465
|
+
"args": null,
|
|
466
|
+
"concreteType": "LicenseVariable",
|
|
467
|
+
"kind": "LinkedField",
|
|
468
|
+
"name": "licenseVariables",
|
|
469
|
+
"plural": true,
|
|
470
|
+
"selections": [v0 /*: any*/, {
|
|
471
|
+
"alias": null,
|
|
472
|
+
"args": null,
|
|
473
|
+
"concreteType": "LicenseOption",
|
|
474
|
+
"kind": "LinkedField",
|
|
475
|
+
"name": "licenseOptions",
|
|
476
|
+
"plural": true,
|
|
477
|
+
"selections": [v0 /*: any*/, v5 /*: any*/, v9 /*: any*/],
|
|
478
|
+
"storageKey": null
|
|
479
|
+
}],
|
|
480
|
+
"storageKey": null
|
|
481
|
+
}],
|
|
232
482
|
"storageKey": null
|
|
233
483
|
}, {
|
|
234
484
|
"alias": null,
|
|
235
485
|
"args": null,
|
|
236
|
-
"concreteType": "LicenseOption",
|
|
237
|
-
"kind": "LinkedField",
|
|
238
|
-
"name": "licenseOption",
|
|
239
|
-
"plural": false,
|
|
240
|
-
"selections": v3 /*: any*/,
|
|
241
|
-
"storageKey": null
|
|
242
|
-
}, v2 /*: any*/, v0 /*: any*/, {
|
|
243
|
-
"alias": "variable",
|
|
244
|
-
"args": null,
|
|
245
486
|
"concreteType": "LicenseVariable",
|
|
246
487
|
"kind": "LinkedField",
|
|
247
488
|
"name": "licenseVariable",
|
|
248
489
|
"plural": false,
|
|
249
|
-
"selections": [v0 /*: any*/,
|
|
490
|
+
"selections": [v0 /*: any*/, {
|
|
250
491
|
"alias": null,
|
|
251
492
|
"args": null,
|
|
252
493
|
"kind": "ScalarField",
|
|
253
494
|
"name": "units",
|
|
254
495
|
"storageKey": null
|
|
255
|
-
}],
|
|
496
|
+
}, v5 /*: any*/, v1 /*: any*/, v11 /*: any*/],
|
|
256
497
|
"storageKey": null
|
|
257
498
|
}, {
|
|
258
|
-
"alias":
|
|
499
|
+
"alias": null,
|
|
259
500
|
"args": null,
|
|
260
501
|
"concreteType": "LicenseOption",
|
|
261
502
|
"kind": "LinkedField",
|
|
262
503
|
"name": "licenseOption",
|
|
263
504
|
"plural": false,
|
|
264
|
-
"selections": [v0 /*: any*/,
|
|
505
|
+
"selections": [v0 /*: any*/, {
|
|
265
506
|
"alias": null,
|
|
266
507
|
"args": null,
|
|
267
508
|
"kind": "ScalarField",
|
|
268
509
|
"name": "amounts",
|
|
269
510
|
"storageKey": null
|
|
270
|
-
}],
|
|
511
|
+
}, v5 /*: any*/, v9 /*: any*/],
|
|
271
512
|
"storageKey": null
|
|
272
|
-
}],
|
|
513
|
+
}, v2 /*: any*/, v0 /*: any*/],
|
|
273
514
|
"storageKey": null
|
|
274
|
-
},
|
|
515
|
+
}, v13 /*: any*/, {
|
|
275
516
|
"alias": null,
|
|
276
517
|
"args": null,
|
|
277
518
|
"concreteType": "Sku",
|
|
278
519
|
"kind": "LinkedField",
|
|
279
520
|
"name": "sku",
|
|
280
521
|
"plural": false,
|
|
281
|
-
"selections": [
|
|
522
|
+
"selections": [v13 /*: any*/, {
|
|
282
523
|
"alias": null,
|
|
283
524
|
"args": null,
|
|
284
525
|
"concreteType": null,
|
|
@@ -303,14 +544,14 @@ const node = function () {
|
|
|
303
544
|
"kind": "LinkedField",
|
|
304
545
|
"name": "featureStyle",
|
|
305
546
|
"plural": false,
|
|
306
|
-
"selections": [
|
|
547
|
+
"selections": [v14 /*: any*/, v5 /*: any*/, v0 /*: any*/, {
|
|
307
548
|
"alias": null,
|
|
308
549
|
"args": null,
|
|
309
550
|
"concreteType": "FontCollection",
|
|
310
551
|
"kind": "LinkedField",
|
|
311
552
|
"name": "family",
|
|
312
553
|
"plural": false,
|
|
313
|
-
"selections": [
|
|
554
|
+
"selections": [v15 /*: any*/, v0 /*: any*/],
|
|
314
555
|
"storageKey": null
|
|
315
556
|
}],
|
|
316
557
|
"storageKey": null
|
|
@@ -338,21 +579,21 @@ const node = function () {
|
|
|
338
579
|
"kind": "LinkedField",
|
|
339
580
|
"name": "fontStyles",
|
|
340
581
|
"plural": true,
|
|
341
|
-
"selections": [
|
|
582
|
+
"selections": [v14 /*: any*/, v5 /*: any*/, v0 /*: any*/],
|
|
342
583
|
"storageKey": null
|
|
343
584
|
}, v5 /*: any*/],
|
|
344
585
|
"type": "Bundle",
|
|
345
586
|
"abstractKey": null
|
|
346
587
|
}, {
|
|
347
588
|
"kind": "InlineFragment",
|
|
348
|
-
"selections": [
|
|
589
|
+
"selections": [v14 /*: any*/, v5 /*: any*/, {
|
|
349
590
|
"alias": null,
|
|
350
591
|
"args": null,
|
|
351
592
|
"concreteType": "FontCollection",
|
|
352
593
|
"kind": "LinkedField",
|
|
353
594
|
"name": "family",
|
|
354
595
|
"plural": false,
|
|
355
|
-
"selections": [v5 /*: any*/,
|
|
596
|
+
"selections": [v5 /*: any*/, v15 /*: any*/, v0 /*: any*/],
|
|
356
597
|
"storageKey": null
|
|
357
598
|
}, {
|
|
358
599
|
"alias": null,
|
|
@@ -361,7 +602,7 @@ const node = function () {
|
|
|
361
602
|
"kind": "LinkedField",
|
|
362
603
|
"name": "variableInstances",
|
|
363
604
|
"plural": true,
|
|
364
|
-
"selections":
|
|
605
|
+
"selections": v6 /*: any*/,
|
|
365
606
|
"storageKey": null
|
|
366
607
|
}],
|
|
367
608
|
"type": "FontStyle",
|
|
@@ -376,22 +617,13 @@ const node = function () {
|
|
|
376
617
|
"name": "licenses",
|
|
377
618
|
"plural": true,
|
|
378
619
|
"selections": [v0 /*: any*/, v5 /*: any*/, {
|
|
379
|
-
"alias":
|
|
620
|
+
"alias": null,
|
|
380
621
|
"args": null,
|
|
381
622
|
"concreteType": "LicenseVariable",
|
|
382
623
|
"kind": "LinkedField",
|
|
383
624
|
"name": "licenseVariables",
|
|
384
625
|
"plural": true,
|
|
385
|
-
"selections": [v0 /*: any*/,
|
|
386
|
-
"alias": "options",
|
|
387
|
-
"args": null,
|
|
388
|
-
"concreteType": "LicenseOption",
|
|
389
|
-
"kind": "LinkedField",
|
|
390
|
-
"name": "licenseOptions",
|
|
391
|
-
"plural": true,
|
|
392
|
-
"selections": [v0 /*: any*/, v7 /*: any*/, v5 /*: any*/],
|
|
393
|
-
"storageKey": null
|
|
394
|
-
}],
|
|
626
|
+
"selections": [v0 /*: any*/, v11 /*: any*/],
|
|
395
627
|
"storageKey": null
|
|
396
628
|
}],
|
|
397
629
|
"storageKey": null
|
|
@@ -416,7 +648,7 @@ const node = function () {
|
|
|
416
648
|
"kind": "LinkedField",
|
|
417
649
|
"name": "subtotal",
|
|
418
650
|
"plural": false,
|
|
419
|
-
"selections":
|
|
651
|
+
"selections": v12 /*: any*/,
|
|
420
652
|
"storageKey": null
|
|
421
653
|
}, {
|
|
422
654
|
"alias": null,
|
|
@@ -432,7 +664,7 @@ const node = function () {
|
|
|
432
664
|
"kind": "LinkedField",
|
|
433
665
|
"name": "amount",
|
|
434
666
|
"plural": false,
|
|
435
|
-
"selections":
|
|
667
|
+
"selections": v12 /*: any*/,
|
|
436
668
|
"storageKey": null
|
|
437
669
|
}, {
|
|
438
670
|
"alias": null,
|
|
@@ -453,6 +685,15 @@ const node = function () {
|
|
|
453
685
|
"kind": "ScalarField",
|
|
454
686
|
"name": "percentAmount",
|
|
455
687
|
"storageKey": null
|
|
688
|
+
}, {
|
|
689
|
+
"alias": null,
|
|
690
|
+
"args": null,
|
|
691
|
+
"concreteType": "Money",
|
|
692
|
+
"kind": "LinkedField",
|
|
693
|
+
"name": "creditAmount",
|
|
694
|
+
"plural": false,
|
|
695
|
+
"selections": v12 /*: any*/,
|
|
696
|
+
"storageKey": null
|
|
456
697
|
}, {
|
|
457
698
|
"alias": null,
|
|
458
699
|
"args": null,
|
|
@@ -460,7 +701,7 @@ const node = function () {
|
|
|
460
701
|
"kind": "LinkedField",
|
|
461
702
|
"name": "creditAmountRemaining",
|
|
462
703
|
"plural": false,
|
|
463
|
-
"selections":
|
|
704
|
+
"selections": v12 /*: any*/,
|
|
464
705
|
"storageKey": null
|
|
465
706
|
}, v0 /*: any*/],
|
|
466
707
|
"storageKey": null
|
|
@@ -473,7 +714,7 @@ const node = function () {
|
|
|
473
714
|
"kind": "LinkedField",
|
|
474
715
|
"name": "discountedSubtotal",
|
|
475
716
|
"plural": false,
|
|
476
|
-
"selections":
|
|
717
|
+
"selections": v12 /*: any*/,
|
|
477
718
|
"storageKey": null
|
|
478
719
|
}, {
|
|
479
720
|
"alias": null,
|
|
@@ -482,7 +723,7 @@ const node = function () {
|
|
|
482
723
|
"kind": "LinkedField",
|
|
483
724
|
"name": "total",
|
|
484
725
|
"plural": false,
|
|
485
|
-
"selections":
|
|
726
|
+
"selections": v12 /*: any*/,
|
|
486
727
|
"storageKey": null
|
|
487
728
|
}, {
|
|
488
729
|
"alias": null,
|
|
@@ -497,7 +738,7 @@ const node = function () {
|
|
|
497
738
|
"kind": "LinkedField",
|
|
498
739
|
"name": "taxes",
|
|
499
740
|
"plural": false,
|
|
500
|
-
"selections":
|
|
741
|
+
"selections": v12 /*: any*/,
|
|
501
742
|
"storageKey": null
|
|
502
743
|
}, {
|
|
503
744
|
"alias": null,
|
|
@@ -511,22 +752,106 @@ const node = function () {
|
|
|
511
752
|
"kind": "ScalarField",
|
|
512
753
|
"name": "gstIncluded",
|
|
513
754
|
"storageKey": null
|
|
514
|
-
},
|
|
755
|
+
}, {
|
|
756
|
+
"alias": null,
|
|
757
|
+
"args": null,
|
|
758
|
+
"kind": "ScalarField",
|
|
759
|
+
"name": "completeUrl",
|
|
760
|
+
"storageKey": null
|
|
761
|
+
}, {
|
|
762
|
+
"alias": null,
|
|
763
|
+
"args": null,
|
|
764
|
+
"kind": "ScalarField",
|
|
765
|
+
"name": "canCompleteWithCoupon",
|
|
766
|
+
"storageKey": null
|
|
767
|
+
}, {
|
|
768
|
+
"alias": null,
|
|
769
|
+
"args": null,
|
|
770
|
+
"concreteType": "Customer",
|
|
771
|
+
"kind": "LinkedField",
|
|
772
|
+
"name": "customer",
|
|
773
|
+
"plural": false,
|
|
774
|
+
"selections": [v5 /*: any*/, v16 /*: any*/, {
|
|
775
|
+
"alias": null,
|
|
776
|
+
"args": null,
|
|
777
|
+
"kind": "ScalarField",
|
|
778
|
+
"name": "newsletterOptIn",
|
|
779
|
+
"storageKey": null
|
|
780
|
+
}, v0 /*: any*/],
|
|
781
|
+
"storageKey": null
|
|
782
|
+
}, {
|
|
783
|
+
"alias": null,
|
|
784
|
+
"args": null,
|
|
785
|
+
"kind": "ScalarField",
|
|
786
|
+
"name": "licenseeIsBillingIdentity",
|
|
787
|
+
"storageKey": null
|
|
788
|
+
}, {
|
|
789
|
+
"alias": null,
|
|
790
|
+
"args": null,
|
|
791
|
+
"concreteType": "Identity",
|
|
792
|
+
"kind": "LinkedField",
|
|
793
|
+
"name": "licenseeIdentity",
|
|
794
|
+
"plural": false,
|
|
795
|
+
"selections": v18 /*: any*/,
|
|
796
|
+
"storageKey": null
|
|
797
|
+
}, {
|
|
798
|
+
"alias": null,
|
|
799
|
+
"args": null,
|
|
800
|
+
"concreteType": "Identity",
|
|
801
|
+
"kind": "LinkedField",
|
|
802
|
+
"name": "billingIdentity",
|
|
803
|
+
"plural": false,
|
|
804
|
+
"selections": v18 /*: any*/,
|
|
805
|
+
"storageKey": null
|
|
806
|
+
}, v4 /*: any*/],
|
|
807
|
+
"storageKey": null
|
|
808
|
+
}, {
|
|
809
|
+
"alias": null,
|
|
810
|
+
"args": null,
|
|
811
|
+
"concreteType": "OrderVariable",
|
|
812
|
+
"kind": "LinkedField",
|
|
813
|
+
"name": "orderVariables",
|
|
814
|
+
"plural": true,
|
|
815
|
+
"selections": [v0 /*: any*/, v5 /*: any*/, v1 /*: any*/, v8 /*: any*/, {
|
|
816
|
+
"alias": null,
|
|
817
|
+
"args": null,
|
|
818
|
+
"concreteType": "OrderVariableOption",
|
|
819
|
+
"kind": "LinkedField",
|
|
820
|
+
"name": "orderVariableOptions",
|
|
821
|
+
"plural": true,
|
|
822
|
+
"selections": v10 /*: any*/,
|
|
823
|
+
"storageKey": null
|
|
824
|
+
}],
|
|
825
|
+
"storageKey": null
|
|
826
|
+
}, {
|
|
827
|
+
"alias": null,
|
|
828
|
+
"args": null,
|
|
829
|
+
"concreteType": "Country",
|
|
830
|
+
"kind": "LinkedField",
|
|
831
|
+
"name": "countries",
|
|
832
|
+
"plural": true,
|
|
833
|
+
"selections": [{
|
|
834
|
+
"alias": null,
|
|
835
|
+
"args": null,
|
|
836
|
+
"kind": "ScalarField",
|
|
837
|
+
"name": "code",
|
|
838
|
+
"storageKey": null
|
|
839
|
+
}, v5 /*: any*/],
|
|
515
840
|
"storageKey": null
|
|
516
|
-
}, v0 /*: any*/],
|
|
841
|
+
}, v17 /*: any*/, v0 /*: any*/],
|
|
517
842
|
"storageKey": null
|
|
518
843
|
}]
|
|
519
844
|
},
|
|
520
845
|
"params": {
|
|
521
|
-
"cacheID": "
|
|
846
|
+
"cacheID": "5c5e17793f013c188d307c83f9898fc4",
|
|
522
847
|
"id": null,
|
|
523
848
|
"metadata": {},
|
|
524
849
|
"name": "StoreModalCartQuery",
|
|
525
850
|
"operationKind": "query",
|
|
526
|
-
"text": "query StoreModalCartQuery {\n viewer {\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n
|
|
851
|
+
"text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n id\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n billingIdentity {\n name\n }\n }\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\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 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 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 FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description\n orderVariableOptions {\n id\n amount\n }\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n currentOrder {\n id\n orderVariableSelections {\n orderVariable {\n id\n name\n variableType\n description\n }\n orderVariableOption {\n id\n amount\n }\n id\n }\n }\n settings {\n storeModalSelectOrderVariablesLabel(format: HTML)\n }\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel\n taxSystem\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n uiFontUrl\n uiFontName\n taxSystem\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
527
852
|
}
|
|
528
853
|
};
|
|
529
854
|
}();
|
|
530
|
-
node.hash = "
|
|
855
|
+
node.hash = "93e2e176a9d9e14f49d28bbc0a239928";
|
|
531
856
|
var _default = node;
|
|
532
857
|
exports.default = _default;
|