fontdue-js 1.12.4 → 2.0.0-alpha2
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/.depcheckrc +3 -0
- package/dist/__generated__/AddToCartBannerQuery.graphql.d.ts +12 -7
- package/dist/__generated__/AddToCartBannerQuery.graphql.js +18 -47
- package/dist/__generated__/AddToCartBanner_item.graphql.d.ts +34 -0
- package/dist/__generated__/AddToCartBanner_item.graphql.js +93 -0
- package/dist/__generated__/AddToCartBanner_order.graphql.d.ts +19 -12
- package/dist/__generated__/AddToCartBanner_order.graphql.js +12 -1
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +13 -8
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +15 -44
- package/dist/__generated__/AddressFields_viewer.graphql.d.ts +15 -11
- package/dist/__generated__/AddressFields_viewer.graphql.js +7 -1
- package/dist/__generated__/BuyButtonIDQuery.graphql.d.ts +12 -7
- package/dist/__generated__/BuyButtonIDQuery.graphql.js +7 -26
- package/dist/__generated__/BuyButtonSlugQuery.graphql.d.ts +12 -7
- package/dist/__generated__/BuyButtonSlugQuery.graphql.js +7 -31
- package/dist/__generated__/BuyButton_collection.graphql.d.ts +14 -10
- package/dist/__generated__/BuyButton_collection.graphql.js +7 -1
- package/dist/__generated__/CartButtonQuery.graphql.d.ts +12 -7
- package/dist/__generated__/CartButtonQuery.graphql.js +7 -22
- package/dist/__generated__/CartButton_order.graphql.d.ts +13 -9
- package/dist/__generated__/CartButton_order.graphql.js +7 -1
- package/dist/__generated__/CartItem_license.graphql.d.ts +11 -7
- package/dist/__generated__/CartItem_license.graphql.js +7 -1
- package/dist/__generated__/CartItem_licenseSelection.graphql.d.ts +17 -13
- package/dist/__generated__/CartItem_licenseSelection.graphql.js +7 -1
- package/dist/__generated__/CartItem_node.graphql.d.ts +41 -37
- package/dist/__generated__/CartItem_node.graphql.js +7 -1
- package/dist/__generated__/CartItem_product.graphql.d.ts +17 -13
- package/dist/__generated__/CartItem_product.graphql.js +7 -1
- package/dist/__generated__/CartItem_variable.graphql.d.ts +11 -7
- package/dist/__generated__/CartItem_variable.graphql.js +7 -1
- package/dist/__generated__/CartItem_viewer.graphql.d.ts +12 -8
- package/dist/__generated__/CartItem_viewer.graphql.js +7 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +12 -7
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +33 -317
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +12 -7
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +29 -309
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +27 -22
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +29 -316
- package/dist/__generated__/CartOrder_UpdateErrors.graphql.d.ts +10 -6
- package/dist/__generated__/CartOrder_UpdateErrors.graphql.js +7 -1
- package/dist/__generated__/CartOrder_order.graphql.d.ts +35 -31
- package/dist/__generated__/CartOrder_order.graphql.js +24 -22
- package/dist/__generated__/CartOrder_viewer.graphql.d.ts +11 -7
- package/dist/__generated__/CartOrder_viewer.graphql.js +19 -13
- package/dist/__generated__/CartQuery.graphql.d.ts +15 -7
- package/dist/__generated__/CartQuery.graphql.js +48 -380
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +12 -7
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +28 -84
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +30 -25
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +31 -240
- package/dist/__generated__/CartState_order.graphql.d.ts +12 -8
- package/dist/__generated__/CartState_order.graphql.js +7 -1
- package/dist/__generated__/CartTotals_order.graphql.d.ts +22 -18
- package/dist/__generated__/CartTotals_order.graphql.js +7 -1
- package/dist/__generated__/Cart_viewer.graphql.d.ts +11 -7
- package/dist/__generated__/Cart_viewer.graphql.js +15 -9
- package/dist/__generated__/CharacterViewer_Query.graphql.d.ts +12 -7
- package/dist/__generated__/CharacterViewer_Query.graphql.js +7 -80
- package/dist/__generated__/CharacterViewer_SlugQuery.graphql.d.ts +12 -7
- package/dist/__generated__/CharacterViewer_SlugQuery.graphql.js +7 -85
- package/dist/__generated__/CharacterViewer_collection.graphql.d.ts +49 -45
- package/dist/__generated__/CharacterViewer_collection.graphql.js +7 -1
- package/dist/__generated__/CharacterViewer_family.graphql.d.ts +20 -16
- package/dist/__generated__/CharacterViewer_family.graphql.js +7 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +13 -8
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +29 -311
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +34 -29
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +29 -332
- package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.d.ts +17 -13
- package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.js +7 -1
- package/dist/__generated__/Checkout_identity.graphql.d.ts +15 -11
- package/dist/__generated__/Checkout_identity.graphql.js +7 -1
- package/dist/__generated__/Checkout_order.graphql.d.ts +26 -22
- package/dist/__generated__/Checkout_order.graphql.js +7 -1
- package/dist/__generated__/Checkout_viewer.graphql.d.ts +12 -8
- package/dist/__generated__/Checkout_viewer.graphql.js +11 -5
- package/dist/__generated__/CollectionAa_Query.graphql.d.ts +12 -7
- package/dist/__generated__/CollectionAa_Query.graphql.js +21 -71
- package/dist/__generated__/CollectionAa_product.graphql.d.ts +18 -19
- package/dist/__generated__/CollectionAa_product.graphql.js +21 -29
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +26 -0
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +216 -0
- package/dist/__generated__/CouponCodeInput_viewer.graphql.d.ts +13 -9
- package/dist/__generated__/CouponCodeInput_viewer.graphql.js +14 -2
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.d.ts +22 -0
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.js +171 -0
- package/dist/__generated__/CouponText_coupon.graphql.d.ts +12 -8
- package/dist/__generated__/CouponText_coupon.graphql.js +7 -1
- package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.d.ts +12 -7
- package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.js +7 -11
- package/dist/__generated__/DownloadRefetchQuery.graphql.d.ts +12 -7
- package/dist/__generated__/DownloadRefetchQuery.graphql.js +7 -23
- package/dist/__generated__/Download_order.graphql.d.ts +12 -8
- package/dist/__generated__/Download_order.graphql.js +7 -1
- package/dist/__generated__/FamilyList_node.graphql.d.ts +13 -9
- package/dist/__generated__/FamilyList_node.graphql.js +11 -5
- package/dist/__generated__/Family_node.graphql.d.ts +19 -15
- package/dist/__generated__/Family_node.graphql.js +9 -4
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +15 -7
- package/dist/__generated__/FontFamiliesQuery.graphql.js +60 -120
- package/dist/__generated__/FontFamilies_node.graphql.d.ts +11 -7
- package/dist/__generated__/FontFamilies_node.graphql.js +9 -4
- package/dist/__generated__/FontStyle_fontStyle.graphql.d.ts +10 -6
- package/dist/__generated__/FontStyle_fontStyle.graphql.js +7 -1
- package/dist/__generated__/IdentityBox_identity.graphql.d.ts +11 -7
- package/dist/__generated__/IdentityBox_identity.graphql.js +7 -1
- package/dist/__generated__/License_node.graphql.d.ts +14 -10
- package/dist/__generated__/License_node.graphql.js +7 -1
- package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.d.ts +12 -7
- package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.js +7 -13
- package/dist/__generated__/NewsletterSignup_Query.graphql.d.ts +15 -8
- package/dist/__generated__/NewsletterSignup_Query.graphql.js +38 -50
- package/dist/__generated__/NewsletterSignup_viewer.graphql.d.ts +9 -5
- package/dist/__generated__/NewsletterSignup_viewer.graphql.js +7 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +16 -11
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +39 -327
- package/dist/__generated__/PrecartQuery.graphql.d.ts +19 -14
- package/dist/__generated__/PrecartQuery.graphql.js +23 -115
- package/dist/__generated__/Precart_collection.graphql.d.ts +10 -6
- package/dist/__generated__/Precart_collection.graphql.js +7 -1
- package/dist/__generated__/Precart_license.graphql.d.ts +25 -0
- package/dist/__generated__/Precart_license.graphql.js +68 -0
- package/dist/__generated__/Precart_viewer.graphql.d.ts +29 -24
- package/dist/__generated__/Precart_viewer.graphql.js +17 -14
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +26 -0
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +171 -0
- package/dist/__generated__/PriceBarSection_RefetchQuery.graphql.d.ts +13 -8
- package/dist/__generated__/PriceBarSection_RefetchQuery.graphql.js +7 -49
- package/dist/__generated__/PriceBarSection_node.graphql.d.ts +14 -10
- package/dist/__generated__/PriceBarSection_node.graphql.js +24 -11
- package/dist/__generated__/PriceBar_node.graphql.d.ts +12 -8
- package/dist/__generated__/PriceBar_node.graphql.js +9 -4
- package/dist/__generated__/Price_price.graphql.d.ts +10 -6
- package/dist/__generated__/Price_price.graphql.js +7 -1
- package/dist/__generated__/SKUPriceRefetchQuery.graphql.d.ts +26 -0
- package/dist/__generated__/SKUPriceRefetchQuery.graphql.js +132 -0
- package/dist/__generated__/SKUPrice_RefetchQuery.graphql.d.ts +13 -8
- package/dist/__generated__/SKUPrice_RefetchQuery.graphql.js +7 -27
- package/dist/__generated__/SKUPrice_sku.graphql.d.ts +11 -7
- package/dist/__generated__/SKUPrice_sku.graphql.js +15 -2
- package/dist/__generated__/SelectButton_sku.graphql.d.ts +11 -7
- package/dist/__generated__/SelectButton_sku.graphql.js +7 -1
- package/dist/__generated__/SpecimenLinkQuery.graphql.d.ts +16 -8
- package/dist/__generated__/SpecimenLinkQuery.graphql.js +46 -62
- package/dist/__generated__/SpecimenLink_node.graphql.d.ts +9 -5
- package/dist/__generated__/SpecimenLink_node.graphql.js +7 -1
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.d.ts +15 -11
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.js +10 -3
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +17 -12
- package/dist/__generated__/StoreModalCartQuery.graphql.js +44 -279
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +13 -8
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +14 -78
- package/dist/__generated__/StoreModalContainerQuery.graphql.d.ts +12 -7
- package/dist/__generated__/StoreModalContainerQuery.graphql.js +7 -19
- package/dist/__generated__/StoreModalDownloadRefetchQuery.graphql.d.ts +12 -7
- package/dist/__generated__/StoreModalDownloadRefetchQuery.graphql.js +7 -18
- package/dist/__generated__/StoreModalDownload_order.graphql.d.ts +11 -7
- package/dist/__generated__/StoreModalDownload_order.graphql.js +7 -1
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.d.ts +19 -15
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.js +10 -3
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +25 -21
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +13 -6
- package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.d.ts +16 -12
- package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.js +15 -9
- package/dist/__generated__/StoreModalIndexQuery.graphql.d.ts +13 -8
- package/dist/__generated__/StoreModalIndexQuery.graphql.js +7 -55
- package/dist/__generated__/StoreModalProductLicenseSelection_viewer.graphql.d.ts +11 -7
- package/dist/__generated__/StoreModalProductLicenseSelection_viewer.graphql.js +7 -1
- package/dist/__generated__/StoreModalProductLicense_license.graphql.d.ts +16 -12
- package/dist/__generated__/StoreModalProductLicense_license.graphql.js +11 -5
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +15 -10
- package/dist/__generated__/StoreModalProductQuery.graphql.js +10 -208
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +16 -11
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +7 -23
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +16 -11
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +7 -53
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +15 -11
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +12 -6
- package/dist/__generated__/StoreModalReviewCompleteOrderMutation.graphql.d.ts +12 -7
- package/dist/__generated__/StoreModalReviewCompleteOrderMutation.graphql.js +11 -132
- package/dist/__generated__/StoreModalReviewIdentity_identity.graphql.d.ts +11 -7
- package/dist/__generated__/StoreModalReviewIdentity_identity.graphql.js +7 -1
- package/dist/__generated__/StoreModalReviewQuery.graphql.d.ts +13 -8
- package/dist/__generated__/StoreModalReviewQuery.graphql.js +15 -160
- package/dist/__generated__/StoreModalReviewUpdateOrderMutation.graphql.d.ts +25 -20
- package/dist/__generated__/StoreModalReviewUpdateOrderMutation.graphql.js +11 -133
- package/dist/__generated__/StoreModalReview_order.graphql.d.ts +33 -29
- package/dist/__generated__/StoreModalReview_order.graphql.js +15 -9
- package/dist/__generated__/StoreModalReview_viewer.graphql.d.ts +10 -6
- package/dist/__generated__/StoreModalReview_viewer.graphql.js +7 -1
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.d.ts +15 -11
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.js +15 -8
- package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +18 -14
- package/dist/__generated__/StripeProvider_viewer.graphql.js +7 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +13 -8
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +29 -311
- package/dist/__generated__/TestFontsForm_Query.graphql.d.ts +18 -8
- package/dist/__generated__/TestFontsForm_Query.graphql.js +54 -110
- package/dist/__generated__/TestFontsForm_viewer.graphql.d.ts +9 -5
- package/dist/__generated__/TestFontsForm_viewer.graphql.js +7 -1
- package/dist/__generated__/TestModeBannerQuery.graphql.d.ts +18 -8
- package/dist/__generated__/TestModeBannerQuery.graphql.js +70 -82
- package/dist/__generated__/TestModeBanner_viewer.graphql.d.ts +9 -5
- package/dist/__generated__/TestModeBanner_viewer.graphql.js +7 -1
- package/dist/__generated__/ThemeConfigQuery.graphql.d.ts +14 -8
- package/dist/__generated__/ThemeConfigQuery.graphql.js +59 -68
- package/dist/__generated__/ThemeConfig_viewer.graphql.d.ts +9 -5
- package/dist/__generated__/ThemeConfig_viewer.graphql.js +7 -1
- package/dist/__generated__/TypeTesterFeatures_fontStyle.graphql.d.ts +11 -7
- package/dist/__generated__/TypeTesterFeatures_fontStyle.graphql.js +7 -1
- package/dist/__generated__/TypeTesterFloatingToolbar_testers.graphql.d.ts +12 -8
- package/dist/__generated__/TypeTesterFloatingToolbar_testers.graphql.js +7 -1
- package/dist/__generated__/TypeTesterStandalone_StyleQuery.graphql.d.ts +14 -9
- package/dist/__generated__/TypeTesterStandalone_StyleQuery.graphql.js +16 -163
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.d.ts +17 -13
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.js +7 -1
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyleData.graphql.d.ts +14 -10
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyleData.graphql.js +7 -1
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +17 -13
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +7 -1
- package/dist/__generated__/TypeTester_NewStyleQuery.graphql.d.ts +22 -17
- package/dist/__generated__/TypeTester_NewStyleQuery.graphql.js +10 -114
- package/dist/__generated__/TypeTester_fontStyle.graphql.d.ts +21 -17
- package/dist/__generated__/TypeTester_fontStyle.graphql.js +32 -26
- package/dist/__generated__/TypeTester_sku.graphql.d.ts +12 -8
- package/dist/__generated__/TypeTester_sku.graphql.js +15 -9
- package/dist/__generated__/TypeTester_viewer.graphql.d.ts +11 -7
- package/dist/__generated__/TypeTester_viewer.graphql.js +7 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +17 -12
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +55 -262
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +15 -10
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +59 -268
- package/dist/__generated__/TypeTesters_collection.graphql.d.ts +31 -23
- package/dist/__generated__/TypeTesters_collection.graphql.js +36 -13
- package/dist/__generated__/TypeTesters_viewer.graphql.d.ts +11 -7
- package/dist/__generated__/TypeTesters_viewer.graphql.js +7 -1
- package/dist/__generated__/VariableTableAmounts_option.graphql.d.ts +10 -6
- package/dist/__generated__/VariableTableAmounts_option.graphql.js +7 -1
- package/dist/__generated__/VariableTableAmounts_variable.graphql.d.ts +10 -6
- package/dist/__generated__/VariableTableAmounts_variable.graphql.js +7 -1
- package/dist/__generated__/productState_Query.graphql.d.ts +52 -47
- package/dist/__generated__/productState_Query.graphql.js +7 -89
- package/dist/__generated__/productState_bundle.graphql.d.ts +17 -13
- package/dist/__generated__/productState_bundle.graphql.js +7 -1
- package/dist/__generated__/productState_collection.graphql.d.ts +29 -25
- package/dist/__generated__/productState_collection.graphql.js +7 -1
- package/dist/__generated__/productState_node.graphql.d.ts +48 -44
- package/dist/__generated__/productState_node.graphql.js +7 -1
- package/dist/__generated__/productState_sku.graphql.d.ts +9 -5
- package/dist/__generated__/productState_sku.graphql.js +7 -1
- package/dist/__generated__/useFeaturesData_fontStyle.graphql.d.ts +17 -13
- package/dist/__generated__/useFeaturesData_fontStyle.graphql.js +7 -1
- package/dist/__generated__/useTotalStyles_fontCollection.graphql.d.ts +11 -7
- package/dist/__generated__/useTotalStyles_fontCollection.graphql.js +7 -1
- package/dist/components/AddToCartBanner/index.d.ts +3 -0
- package/dist/components/AddToCartBanner/index.js +60 -93
- package/dist/components/BuyButton/index.d.ts +1 -1
- package/dist/components/BuyButton/index.js +37 -45
- package/dist/components/Cart/AddressFields.d.ts +2 -2
- package/dist/components/Cart/AddressFields.js +2 -2
- package/dist/components/Cart/CartItem/index.d.ts +5 -5
- package/dist/components/Cart/CartItem/index.js +1 -1
- package/dist/components/Cart/CartOrder.d.ts +2 -2
- package/dist/components/Cart/CartOrder.js +3 -24
- package/dist/components/Cart/CartState.d.ts +3 -6
- package/dist/components/Cart/CartState.js +3 -23
- package/dist/components/Cart/CartTotals.d.ts +3 -3
- package/dist/components/Cart/Checkout.d.ts +2 -2
- package/dist/components/Cart/Checkout.js +7 -1
- package/dist/components/Cart/CouponCodeInput.d.ts +7 -0
- package/dist/components/Cart/CouponCodeInput.js +123 -122
- package/dist/components/Cart/Download.d.ts +3 -3
- package/dist/components/Cart/EmptyCart.d.ts +7 -0
- package/dist/components/Cart/EmptyCart.js +3 -3
- package/dist/components/Cart/index.d.ts +2 -2
- package/dist/components/Cart/index.js +19 -56
- package/dist/components/Cart/types.d.ts +2 -2
- package/dist/components/CartButton/index.d.ts +1 -1
- package/dist/components/CartButton/index.js +13 -29
- package/dist/components/CharacterViewer/index.d.ts +1 -1
- package/dist/components/CharacterViewer/index.js +44 -39
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/CollectionAa/index.d.ts +11 -0
- package/dist/components/CollectionAa/index.js +16 -36
- package/dist/components/ComponentsContext.d.ts +18 -12
- package/dist/components/ConfigContext.d.ts +5 -5
- package/dist/components/CouponText/index.d.ts +3 -3
- package/dist/components/Family/FamilyList.d.ts +3 -3
- package/dist/components/Family/index.d.ts +3 -3
- package/dist/components/Family/index.js +3 -1
- package/dist/components/FontFamilies/index.d.ts +3 -3
- package/dist/components/FontFamilies/index.js +18 -41
- package/dist/components/FontStyle/index.d.ts +3 -3
- package/dist/components/FontdueProvider/index.d.ts +4 -1
- package/dist/components/FontdueProvider/index.js +9 -25
- package/dist/components/Icons/Align.d.ts +4 -4
- package/dist/components/Icons/ArrowDownRight.d.ts +2 -2
- package/dist/components/Icons/ArrowLeft.d.ts +2 -2
- package/dist/components/Icons/ArrowRight.d.ts +2 -2
- package/dist/components/Icons/CarrotDown.d.ts +2 -2
- package/dist/components/Icons/CarrotUp.d.ts +2 -2
- package/dist/components/Icons/Cart.d.ts +2 -2
- package/dist/components/Icons/CartNew.d.ts +2 -2
- package/dist/components/Icons/Check.d.ts +2 -2
- package/dist/components/Icons/Checkbox.d.ts +2 -2
- package/dist/components/Icons/CheckboxChecked.d.ts +2 -2
- package/dist/components/Icons/CheckboxCrossed.d.ts +2 -2
- package/dist/components/Icons/CircledCheck.d.ts +2 -2
- package/dist/components/Icons/CircledInfo.d.ts +2 -2
- package/dist/components/Icons/CircledMinus.d.ts +2 -2
- package/dist/components/Icons/ColorPicker.d.ts +2 -2
- package/dist/components/Icons/CreditCard.d.ts +2 -2
- package/dist/components/Icons/DownloadFonts.d.ts +2 -2
- package/dist/components/Icons/FrowningFace.d.ts +2 -2
- package/dist/components/Icons/License.d.ts +2 -2
- package/dist/components/Icons/Receipt.d.ts +2 -2
- package/dist/components/Icons/User.d.ts +2 -2
- package/dist/components/Icons/X.d.ts +2 -2
- package/dist/components/NewsletterSignup/index.d.ts +3 -3
- package/dist/components/NewsletterSignup/index.js +12 -35
- package/dist/components/Precart/License.d.ts +10 -0
- package/dist/components/Precart/License.js +10 -10
- package/dist/components/Precart/index.d.ts +6 -0
- package/dist/components/Precart/index.js +207 -244
- package/dist/components/Price/index.d.ts +15 -14
- package/dist/components/Price/index.js +15 -8
- package/dist/components/PriceBar/PriceBarSection.d.ts +7 -0
- package/dist/components/PriceBar/PriceBarSection.js +65 -76
- package/dist/components/PriceBar/index.d.ts +7 -0
- package/dist/components/PriceBar/index.js +36 -70
- package/dist/components/Root/index.d.ts +2 -2
- package/dist/components/Root/index.js +95 -31
- package/dist/components/SKUPrice/index.d.ts +5 -6
- package/dist/components/SKUPrice/index.js +25 -19
- package/dist/components/Select/index.d.ts +2 -2
- package/dist/components/SelectButton/index.d.ts +3 -3
- package/dist/components/SelectButton/index.js +4 -2
- package/dist/components/SelectField/index.d.ts +2 -2
- package/dist/components/SpecimenLink/index.d.ts +6 -0
- package/dist/components/SpecimenLink/index.js +13 -39
- package/dist/components/StickyNav/index.d.ts +9 -0
- package/dist/components/StickyNav/index.js +59 -85
- package/dist/components/StoreModal/StoreModalBundleButton.d.ts +4 -4
- package/dist/components/StoreModal/StoreModalCart.js +3 -9
- package/dist/components/StoreModal/StoreModalCheckout.d.ts +1 -1
- package/dist/components/StoreModal/StoreModalContainer.d.ts +4 -1
- package/dist/components/StoreModal/StoreModalContainer.js +3 -1
- package/dist/components/StoreModal/StoreModalDownload.d.ts +3 -3
- package/dist/components/StoreModal/StoreModalDownload.js +0 -1
- package/dist/components/StoreModal/StoreModalFamily.d.ts +3 -3
- package/dist/components/StoreModal/StoreModalFamilyButton.d.ts +3 -3
- package/dist/components/StoreModal/StoreModalIndex.d.ts +2 -2
- package/dist/components/StoreModal/StoreModalIndex.js +1 -2
- package/dist/components/StoreModal/StoreModalIndexItem.d.ts +2 -2
- package/dist/components/StoreModal/StoreModalLoader.d.ts +4 -1
- package/dist/components/StoreModal/StoreModalLoader.js +2 -2
- package/dist/components/StoreModal/StoreModalReview.js +0 -1
- package/dist/components/StoreModal/StoreModalReviewIdentity.d.ts +3 -3
- package/dist/components/StoreModal/StoreModalStyleButton.d.ts +4 -4
- package/dist/components/StoreModal/routes.d.ts +5 -5
- package/dist/components/StoreModal/types.d.ts +3 -3
- package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.d.ts +3 -3
- package/dist/components/StoreModalProductLicenseSelection/index.d.ts +3 -3
- package/dist/components/StoreModalProductSummary/index.d.ts +3 -3
- package/dist/components/StripeProvider/index.d.ts +2 -2
- package/dist/components/TestFontsForm/TestFontsFormElement.d.ts +2 -2
- package/dist/components/TestFontsForm/index.d.ts +3 -3
- package/dist/components/TestFontsForm/index.js +6 -31
- package/dist/components/TestModeBanner/index.d.ts +2 -2
- package/dist/components/TestModeBanner/index.js +6 -25
- package/dist/components/TextField/index.d.ts +2 -2
- package/dist/components/TextField/index.js +3 -1
- package/dist/components/ThemeConfig/index.d.ts +2 -2
- package/dist/components/ThemeConfig/index.js +6 -25
- package/dist/components/TypeTester/TypeTesterContext.d.ts +5 -2
- package/dist/components/TypeTester/TypeTesterContext.js +4 -4
- package/dist/components/TypeTester/TypeTesterFeatures.d.ts +3 -3
- package/dist/components/TypeTester/TypeTesterFitter.d.ts +4 -2
- package/dist/components/TypeTester/TypeTesterFloatingToolbar.d.ts +3 -3
- package/dist/components/TypeTester/TypeTesterStandalone.d.ts +1 -0
- package/dist/components/TypeTester/TypeTesterStandalone.js +32 -39
- package/dist/components/TypeTester/TypeTesterStandaloneElement.d.ts +1 -0
- package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -0
- package/dist/components/TypeTester/TypeTesterState.js +3 -2
- package/dist/components/TypeTester/TypeTesterStyleSelectData.d.ts +5 -5
- package/dist/components/TypeTester/features.d.ts +1 -1
- package/dist/components/TypeTester/index.js +3 -1
- package/dist/components/TypeTester/types.d.ts +7 -7
- package/dist/components/TypeTester/useFeaturesData.d.ts +8 -8
- package/dist/components/TypeTester/useTypeTesterStyler.js +14 -18
- package/dist/components/TypeTesters/TypeTestersElement.d.ts +1 -1
- package/dist/components/TypeTesters/TypeTestersElement.js +10 -3
- package/dist/components/TypeTesters/index.d.ts +3 -3
- package/dist/components/TypeTesters/index.js +80 -91
- package/dist/components/VariableTableAmounts/index.d.ts +5 -5
- package/dist/components/elements/Button/index.d.ts +2 -2
- package/dist/components/elements/Button/index.js +2 -2
- package/dist/components/elements/EmptyCart/index.d.ts +2 -2
- package/dist/components/elements/StoreModalContainer/index.d.ts +1 -0
- package/dist/components/elements/StoreModalContainer/index.js +4 -2
- package/dist/components/elements/StoreModalFamilyButton/index.d.ts +1 -1
- package/dist/components/elements/StoreModalPageContainer/index.d.ts +1 -1
- package/dist/components/elements/StoreModalStyleButton/index.d.ts +2 -2
- package/dist/reducer.d.ts +5 -3
- package/dist/reducer.js +25 -0
- package/dist/utils.d.ts +4 -4
- package/dist/utils.js +1 -0
- package/fontdue.css +13 -6
- package/fontdue.css.map +1 -1
- package/package.json +27 -65
|
@@ -4,304 +4,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<52a9b5fe1fc373e50060aaf9927de3c4>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
10
16
|
|
|
11
|
-
/*
|
|
12
|
-
mutation CheckoutUpdateOrderMutation(
|
|
13
|
-
$input: UpdateOrderInput!
|
|
14
|
-
) {
|
|
15
|
-
updateOrder(input: $input) {
|
|
16
|
-
order {
|
|
17
|
-
...CartOrder_order
|
|
18
|
-
id
|
|
19
|
-
}
|
|
20
|
-
errors {
|
|
21
|
-
stripePaymentMethodId
|
|
22
|
-
billingIdentity {
|
|
23
|
-
zip
|
|
24
|
-
phone
|
|
25
|
-
administrativeArea
|
|
26
|
-
locality
|
|
27
|
-
sublocality
|
|
28
|
-
email
|
|
29
|
-
vatNumber
|
|
30
|
-
}
|
|
31
|
-
licenseeIdentity {
|
|
32
|
-
zip
|
|
33
|
-
phone
|
|
34
|
-
administrativeArea
|
|
35
|
-
locality
|
|
36
|
-
sublocality
|
|
37
|
-
email
|
|
38
|
-
vatNumber
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
fragment CartItem_node on OrderItem {
|
|
45
|
-
id
|
|
46
|
-
price {
|
|
47
|
-
...Price_price
|
|
48
|
-
}
|
|
49
|
-
sku {
|
|
50
|
-
price {
|
|
51
|
-
...Price_price
|
|
52
|
-
}
|
|
53
|
-
product {
|
|
54
|
-
__typename
|
|
55
|
-
__isSkuProduct: __typename
|
|
56
|
-
...CollectionAa_product
|
|
57
|
-
...FontStyle_fontStyle
|
|
58
|
-
... on FontStyle {
|
|
59
|
-
family {
|
|
60
|
-
name
|
|
61
|
-
cssUrl
|
|
62
|
-
id
|
|
63
|
-
}
|
|
64
|
-
name
|
|
65
|
-
variableInstances {
|
|
66
|
-
name
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
... on Bundle {
|
|
70
|
-
name
|
|
71
|
-
}
|
|
72
|
-
... on FontCollection {
|
|
73
|
-
name
|
|
74
|
-
isVariableFont
|
|
75
|
-
totalStyles
|
|
76
|
-
featureStyle {
|
|
77
|
-
family {
|
|
78
|
-
cssUrl
|
|
79
|
-
id
|
|
80
|
-
}
|
|
81
|
-
id
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
... on Node {
|
|
85
|
-
__isNode: __typename
|
|
86
|
-
id
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
id
|
|
90
|
-
}
|
|
91
|
-
licenseSelections {
|
|
92
|
-
id
|
|
93
|
-
license {
|
|
94
|
-
id
|
|
95
|
-
name
|
|
96
|
-
multiplier
|
|
97
|
-
}
|
|
98
|
-
variable: licenseVariable {
|
|
99
|
-
id
|
|
100
|
-
variableType
|
|
101
|
-
...VariableTableAmounts_variable
|
|
102
|
-
}
|
|
103
|
-
option: licenseOption {
|
|
104
|
-
id
|
|
105
|
-
amount
|
|
106
|
-
multiplier
|
|
107
|
-
name
|
|
108
|
-
...VariableTableAmounts_option
|
|
109
|
-
}
|
|
110
|
-
variableText
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
fragment CartOrder_order on Order {
|
|
115
|
-
...Checkout_order
|
|
116
|
-
...Download_order
|
|
117
|
-
...CouponCodeInput_order
|
|
118
|
-
...CartTotals_order
|
|
119
|
-
orderItems {
|
|
120
|
-
...CartItem_node
|
|
121
|
-
id
|
|
122
|
-
licenseSelections {
|
|
123
|
-
license {
|
|
124
|
-
id
|
|
125
|
-
}
|
|
126
|
-
licenseVariable {
|
|
127
|
-
id
|
|
128
|
-
variableType
|
|
129
|
-
}
|
|
130
|
-
licenseOption {
|
|
131
|
-
id
|
|
132
|
-
}
|
|
133
|
-
variableText
|
|
134
|
-
id
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
discount {
|
|
138
|
-
id
|
|
139
|
-
}
|
|
140
|
-
customer {
|
|
141
|
-
email
|
|
142
|
-
name
|
|
143
|
-
anonymous
|
|
144
|
-
id
|
|
145
|
-
}
|
|
146
|
-
billingIdentity {
|
|
147
|
-
...IdentityBox_identity
|
|
148
|
-
}
|
|
149
|
-
licenseeIdentity {
|
|
150
|
-
...IdentityBox_identity
|
|
151
|
-
}
|
|
152
|
-
licenseeIsBillingIdentity
|
|
153
|
-
stripePaymentMethod {
|
|
154
|
-
card {
|
|
155
|
-
last4
|
|
156
|
-
brand
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
stripePaymentIntent {
|
|
160
|
-
status
|
|
161
|
-
}
|
|
162
|
-
canCompleteWithCoupon
|
|
163
|
-
completedWithCoupon
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
fragment CartTotals_order on Order {
|
|
167
|
-
subtotal {
|
|
168
|
-
...Price_price
|
|
169
|
-
}
|
|
170
|
-
discount {
|
|
171
|
-
amount {
|
|
172
|
-
amount
|
|
173
|
-
...Price_price
|
|
174
|
-
}
|
|
175
|
-
coupon {
|
|
176
|
-
...CouponText_coupon
|
|
177
|
-
id
|
|
178
|
-
}
|
|
179
|
-
id
|
|
180
|
-
}
|
|
181
|
-
discountedSubtotal {
|
|
182
|
-
...Price_price
|
|
183
|
-
}
|
|
184
|
-
total {
|
|
185
|
-
amount
|
|
186
|
-
...Price_price
|
|
187
|
-
}
|
|
188
|
-
taxes {
|
|
189
|
-
...Price_price
|
|
190
|
-
}
|
|
191
|
-
taxName
|
|
192
|
-
gstIncluded
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
fragment Checkout_order on Order {
|
|
196
|
-
canCompleteWithCoupon
|
|
197
|
-
customer {
|
|
198
|
-
name
|
|
199
|
-
email
|
|
200
|
-
newsletterOptIn
|
|
201
|
-
id
|
|
202
|
-
}
|
|
203
|
-
billingIdentity {
|
|
204
|
-
name
|
|
205
|
-
organization
|
|
206
|
-
email
|
|
207
|
-
phone
|
|
208
|
-
street
|
|
209
|
-
locality
|
|
210
|
-
sublocality
|
|
211
|
-
country
|
|
212
|
-
administrativeArea
|
|
213
|
-
zip
|
|
214
|
-
vatNumber
|
|
215
|
-
}
|
|
216
|
-
licenseeIdentity {
|
|
217
|
-
name
|
|
218
|
-
organization
|
|
219
|
-
email
|
|
220
|
-
phone
|
|
221
|
-
street
|
|
222
|
-
locality
|
|
223
|
-
sublocality
|
|
224
|
-
country
|
|
225
|
-
administrativeArea
|
|
226
|
-
zip
|
|
227
|
-
vatNumber
|
|
228
|
-
}
|
|
229
|
-
licenseeIsBillingIdentity
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
fragment CollectionAa_product on SkuProduct {
|
|
233
|
-
__isSkuProduct: __typename
|
|
234
|
-
__typename
|
|
235
|
-
... on FontCollection {
|
|
236
|
-
featureStyle {
|
|
237
|
-
...FontStyle_fontStyle
|
|
238
|
-
id
|
|
239
|
-
}
|
|
240
|
-
families: children(collectionTypes: [FAMILY]) {
|
|
241
|
-
fontStyles {
|
|
242
|
-
...FontStyle_fontStyle
|
|
243
|
-
id
|
|
244
|
-
}
|
|
245
|
-
id
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
... on Bundle {
|
|
249
|
-
fontStyles {
|
|
250
|
-
...FontStyle_fontStyle
|
|
251
|
-
id
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
fragment CouponCodeInput_order on Order {
|
|
257
|
-
id
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
fragment CouponText_coupon on Coupon {
|
|
261
|
-
type
|
|
262
|
-
percentAmount
|
|
263
|
-
creditAmountRemaining {
|
|
264
|
-
amount
|
|
265
|
-
currency
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
fragment Download_order on Order {
|
|
270
|
-
id
|
|
271
|
-
archiveUrl
|
|
272
|
-
customer {
|
|
273
|
-
email
|
|
274
|
-
id
|
|
275
|
-
}
|
|
276
|
-
completedWithCoupon
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
fragment FontStyle_fontStyle on FontStyle {
|
|
280
|
-
cssFamily
|
|
281
|
-
name
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
fragment IdentityBox_identity on Identity {
|
|
285
|
-
email
|
|
286
|
-
phoneFormatted
|
|
287
|
-
addressFormatted
|
|
288
|
-
vatNumber
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
fragment Price_price on Money {
|
|
292
|
-
amount
|
|
293
|
-
currency
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
fragment VariableTableAmounts_option on LicenseOption {
|
|
297
|
-
amounts
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
fragment VariableTableAmounts_variable on LicenseVariable {
|
|
301
|
-
units
|
|
302
|
-
}
|
|
303
|
-
*/
|
|
304
|
-
|
|
305
17
|
const node = function () {
|
|
306
18
|
var v0 = [{
|
|
307
19
|
"defaultValue": null,
|
|
@@ -480,26 +192,15 @@ const node = function () {
|
|
|
480
192
|
"name": "cssUrl",
|
|
481
193
|
"storageKey": null
|
|
482
194
|
},
|
|
483
|
-
v19 =
|
|
484
|
-
|
|
485
|
-
"args": null,
|
|
486
|
-
"concreteType": "FontStyle",
|
|
487
|
-
"kind": "LinkedField",
|
|
488
|
-
"name": "fontStyles",
|
|
489
|
-
"plural": true,
|
|
490
|
-
"selections": [v17 /*: any*/, v11 /*: any*/, v12 /*: any*/],
|
|
491
|
-
|
|
492
|
-
"storageKey": null
|
|
493
|
-
},
|
|
494
|
-
v20 = [v12 /*: any*/],
|
|
495
|
-
v21 = {
|
|
195
|
+
v19 = [v12 /*: any*/],
|
|
196
|
+
v20 = {
|
|
496
197
|
"alias": null,
|
|
497
198
|
"args": null,
|
|
498
199
|
"kind": "ScalarField",
|
|
499
200
|
"name": "multiplier",
|
|
500
201
|
"storageKey": null
|
|
501
202
|
},
|
|
502
|
-
|
|
203
|
+
v21 = {
|
|
503
204
|
"alias": null,
|
|
504
205
|
"args": null,
|
|
505
206
|
"kind": "ScalarField",
|
|
@@ -770,20 +471,6 @@ const node = function () {
|
|
|
770
471
|
"storageKey": null
|
|
771
472
|
}],
|
|
772
473
|
"storageKey": null
|
|
773
|
-
}, {
|
|
774
|
-
"alias": "families",
|
|
775
|
-
"args": [{
|
|
776
|
-
"kind": "Literal",
|
|
777
|
-
"name": "collectionTypes",
|
|
778
|
-
"value": ["FAMILY"]
|
|
779
|
-
}],
|
|
780
|
-
"concreteType": "FontCollection",
|
|
781
|
-
"kind": "LinkedField",
|
|
782
|
-
"name": "children",
|
|
783
|
-
"plural": true,
|
|
784
|
-
"selections": [v19 /*: any*/, v12 /*: any*/],
|
|
785
|
-
|
|
786
|
-
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
787
474
|
}, v11 /*: any*/, {
|
|
788
475
|
"alias": null,
|
|
789
476
|
"args": null,
|
|
@@ -801,7 +488,17 @@ const node = function () {
|
|
|
801
488
|
"abstractKey": null
|
|
802
489
|
}, {
|
|
803
490
|
"kind": "InlineFragment",
|
|
804
|
-
"selections": [
|
|
491
|
+
"selections": [{
|
|
492
|
+
"alias": null,
|
|
493
|
+
"args": null,
|
|
494
|
+
"concreteType": "FontStyle",
|
|
495
|
+
"kind": "LinkedField",
|
|
496
|
+
"name": "fontStyles",
|
|
497
|
+
"plural": true,
|
|
498
|
+
"selections": [v17 /*: any*/, v11 /*: any*/, v12 /*: any*/],
|
|
499
|
+
|
|
500
|
+
"storageKey": null
|
|
501
|
+
}, v11 /*: any*/],
|
|
805
502
|
|
|
806
503
|
"type": "Bundle",
|
|
807
504
|
"abstractKey": null
|
|
@@ -832,7 +529,7 @@ const node = function () {
|
|
|
832
529
|
"abstractKey": null
|
|
833
530
|
}, {
|
|
834
531
|
"kind": "InlineFragment",
|
|
835
|
-
"selections":
|
|
532
|
+
"selections": v19 /*: any*/,
|
|
836
533
|
"type": "Node",
|
|
837
534
|
"abstractKey": "__isNode"
|
|
838
535
|
}],
|
|
@@ -854,7 +551,7 @@ const node = function () {
|
|
|
854
551
|
"kind": "LinkedField",
|
|
855
552
|
"name": "license",
|
|
856
553
|
"plural": false,
|
|
857
|
-
"selections": [v12 /*: any*/, v11 /*: any*/,
|
|
554
|
+
"selections": [v12 /*: any*/, v11 /*: any*/, v20 /*: any*/],
|
|
858
555
|
|
|
859
556
|
"storageKey": null
|
|
860
557
|
}, {
|
|
@@ -864,7 +561,7 @@ const node = function () {
|
|
|
864
561
|
"kind": "LinkedField",
|
|
865
562
|
"name": "licenseVariable",
|
|
866
563
|
"plural": false,
|
|
867
|
-
"selections": [v12 /*: any*/,
|
|
564
|
+
"selections": [v12 /*: any*/, v21 /*: any*/, {
|
|
868
565
|
"alias": null,
|
|
869
566
|
"args": null,
|
|
870
567
|
"kind": "ScalarField",
|
|
@@ -879,7 +576,7 @@ const node = function () {
|
|
|
879
576
|
"kind": "LinkedField",
|
|
880
577
|
"name": "licenseOption",
|
|
881
578
|
"plural": false,
|
|
882
|
-
"selections": [v12 /*: any*/, v14 /*: any*/,
|
|
579
|
+
"selections": [v12 /*: any*/, v14 /*: any*/, v20 /*: any*/, v11 /*: any*/, {
|
|
883
580
|
"alias": null,
|
|
884
581
|
"args": null,
|
|
885
582
|
"kind": "ScalarField",
|
|
@@ -900,7 +597,7 @@ const node = function () {
|
|
|
900
597
|
"kind": "LinkedField",
|
|
901
598
|
"name": "licenseVariable",
|
|
902
599
|
"plural": false,
|
|
903
|
-
"selections": [v12 /*: any*/,
|
|
600
|
+
"selections": [v12 /*: any*/, v21 /*: any*/],
|
|
904
601
|
|
|
905
602
|
"storageKey": null
|
|
906
603
|
}, {
|
|
@@ -910,7 +607,7 @@ const node = function () {
|
|
|
910
607
|
"kind": "LinkedField",
|
|
911
608
|
"name": "licenseOption",
|
|
912
609
|
"plural": false,
|
|
913
|
-
"selections":
|
|
610
|
+
"selections": v19 /*: any*/,
|
|
914
611
|
"storageKey": null
|
|
915
612
|
}],
|
|
916
613
|
"storageKey": null
|
|
@@ -969,15 +666,15 @@ const node = function () {
|
|
|
969
666
|
}]
|
|
970
667
|
},
|
|
971
668
|
"params": {
|
|
972
|
-
"cacheID": "
|
|
669
|
+
"cacheID": "4959f52a2bea0cc8a8db765487dd8be5",
|
|
973
670
|
"id": null,
|
|
974
671
|
"metadata": {},
|
|
975
672
|
"name": "CheckoutUpdateOrderMutation",
|
|
976
673
|
"operationKind": "mutation",
|
|
977
|
-
"text": "mutation CheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __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 ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...
|
|
674
|
+
"text": "mutation CheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __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 ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\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 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 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 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 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"
|
|
978
675
|
}
|
|
979
676
|
};
|
|
980
677
|
}();
|
|
981
|
-
node.hash =
|
|
678
|
+
node.hash = "089745e2478edf385a09357905e4173c";
|
|
982
679
|
var _default = node;
|
|
983
680
|
exports.default = _default;
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<6f2eaa3cfda8bdfdb35fee848262b457>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
7
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export
|
|
4
|
-
readonly stripePaymentMethodId: ReadonlyArray<string | null> | null;
|
|
8
|
+
export type Checkout_UpdateOrderErrors$data = {
|
|
5
9
|
readonly billingIdentity: {
|
|
6
|
-
readonly zip: ReadonlyArray<string | null> | null;
|
|
7
|
-
readonly phone: ReadonlyArray<string | null> | null;
|
|
8
10
|
readonly administrativeArea: ReadonlyArray<string | null> | null;
|
|
11
|
+
readonly email: ReadonlyArray<string | null> | null;
|
|
9
12
|
readonly locality: ReadonlyArray<string | null> | null;
|
|
13
|
+
readonly phone: ReadonlyArray<string | null> | null;
|
|
10
14
|
readonly sublocality: ReadonlyArray<string | null> | null;
|
|
11
|
-
readonly email: ReadonlyArray<string | null> | null;
|
|
12
15
|
readonly vatNumber: ReadonlyArray<string | null> | null;
|
|
16
|
+
readonly zip: ReadonlyArray<string | null> | null;
|
|
13
17
|
} | null;
|
|
14
18
|
readonly licenseeIdentity: {
|
|
15
|
-
readonly zip: ReadonlyArray<string | null> | null;
|
|
16
|
-
readonly phone: ReadonlyArray<string | null> | null;
|
|
17
19
|
readonly administrativeArea: ReadonlyArray<string | null> | null;
|
|
20
|
+
readonly email: ReadonlyArray<string | null> | null;
|
|
18
21
|
readonly locality: ReadonlyArray<string | null> | null;
|
|
22
|
+
readonly phone: ReadonlyArray<string | null> | null;
|
|
19
23
|
readonly sublocality: ReadonlyArray<string | null> | null;
|
|
20
|
-
readonly email: ReadonlyArray<string | null> | null;
|
|
21
24
|
readonly vatNumber: ReadonlyArray<string | null> | null;
|
|
25
|
+
readonly zip: ReadonlyArray<string | null> | null;
|
|
22
26
|
} | null;
|
|
23
|
-
readonly
|
|
27
|
+
readonly stripePaymentMethodId: ReadonlyArray<string | null> | null;
|
|
28
|
+
readonly " $fragmentType": "Checkout_UpdateOrderErrors";
|
|
24
29
|
};
|
|
25
|
-
export
|
|
26
|
-
export declare type Checkout_UpdateOrderErrors$key = {
|
|
30
|
+
export type Checkout_UpdateOrderErrors$key = {
|
|
27
31
|
readonly " $data"?: Checkout_UpdateOrderErrors$data;
|
|
28
|
-
readonly " $
|
|
32
|
+
readonly " $fragmentSpreads": FragmentRefs<"Checkout_UpdateOrderErrors">;
|
|
29
33
|
};
|
|
30
34
|
declare const node: ReaderFragment;
|
|
31
35
|
export default node;
|
|
@@ -4,6 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<6f2eaa3cfda8bdfdb35fee848262b457>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
@@ -86,6 +92,6 @@ const node = function () {
|
|
|
86
92
|
"abstractKey": null
|
|
87
93
|
};
|
|
88
94
|
}();
|
|
89
|
-
node.hash =
|
|
95
|
+
node.hash = "d76073037a16138de572dbb22d72da8f";
|
|
90
96
|
var _default = node;
|
|
91
97
|
exports.default = _default;
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<0fe9818a2396c41aa7a05bef063dd598>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
7
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export
|
|
8
|
+
export type Checkout_identity$data = {
|
|
9
|
+
readonly administrativeArea: string | null;
|
|
10
|
+
readonly country: string;
|
|
11
|
+
readonly email: string;
|
|
12
|
+
readonly locality: string | null;
|
|
4
13
|
readonly name: string;
|
|
5
14
|
readonly organization: string | null;
|
|
6
|
-
readonly email: string;
|
|
7
15
|
readonly phone: string;
|
|
8
16
|
readonly street: string | null;
|
|
9
|
-
readonly locality: string | null;
|
|
10
17
|
readonly sublocality: string | null;
|
|
11
|
-
readonly country: string;
|
|
12
|
-
readonly administrativeArea: string | null;
|
|
13
|
-
readonly zip: string | null;
|
|
14
18
|
readonly vatNumber: string | null;
|
|
15
|
-
readonly
|
|
19
|
+
readonly zip: string | null;
|
|
20
|
+
readonly " $fragmentType": "Checkout_identity";
|
|
16
21
|
};
|
|
17
|
-
export
|
|
18
|
-
export declare type Checkout_identity$key = {
|
|
22
|
+
export type Checkout_identity$key = {
|
|
19
23
|
readonly " $data"?: Checkout_identity$data;
|
|
20
|
-
readonly " $
|
|
24
|
+
readonly " $fragmentSpreads": FragmentRefs<"Checkout_identity">;
|
|
21
25
|
};
|
|
22
26
|
declare const node: ReaderFragment;
|
|
23
27
|
export default node;
|
|
@@ -4,6 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<0fe9818a2396c41aa7a05bef063dd598>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
@@ -83,6 +89,6 @@ const node = {
|
|
|
83
89
|
"type": "Identity",
|
|
84
90
|
"abstractKey": null
|
|
85
91
|
};
|
|
86
|
-
node.hash =
|
|
92
|
+
node.hash = "e69fe84d0b5b4a205aa52d5eefe1048d";
|
|
87
93
|
var _default = node;
|
|
88
94
|
exports.default = _default;
|
|
@@ -1,45 +1,49 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<8de90ae7fb651db859c2eb8cdd4b8928>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
7
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export
|
|
4
|
-
readonly canCompleteWithCoupon: boolean | null;
|
|
5
|
-
readonly customer: {
|
|
6
|
-
readonly name: string | null;
|
|
7
|
-
readonly email: string | null;
|
|
8
|
-
readonly newsletterOptIn: boolean | null;
|
|
9
|
-
} | null;
|
|
8
|
+
export type Checkout_order$data = {
|
|
10
9
|
readonly billingIdentity: {
|
|
10
|
+
readonly administrativeArea: string | null;
|
|
11
|
+
readonly country: string;
|
|
12
|
+
readonly email: string;
|
|
13
|
+
readonly locality: string | null;
|
|
11
14
|
readonly name: string;
|
|
12
15
|
readonly organization: string | null;
|
|
13
|
-
readonly email: string;
|
|
14
16
|
readonly phone: string;
|
|
15
17
|
readonly street: string | null;
|
|
16
|
-
readonly locality: string | null;
|
|
17
18
|
readonly sublocality: string | null;
|
|
18
|
-
readonly country: string;
|
|
19
|
-
readonly administrativeArea: string | null;
|
|
20
|
-
readonly zip: string | null;
|
|
21
19
|
readonly vatNumber: string | null;
|
|
20
|
+
readonly zip: string | null;
|
|
21
|
+
} | null;
|
|
22
|
+
readonly canCompleteWithCoupon: boolean | null;
|
|
23
|
+
readonly customer: {
|
|
24
|
+
readonly email: string | null;
|
|
25
|
+
readonly name: string | null;
|
|
26
|
+
readonly newsletterOptIn: boolean | null;
|
|
22
27
|
} | null;
|
|
23
28
|
readonly licenseeIdentity: {
|
|
29
|
+
readonly administrativeArea: string | null;
|
|
30
|
+
readonly country: string;
|
|
31
|
+
readonly email: string;
|
|
32
|
+
readonly locality: string | null;
|
|
24
33
|
readonly name: string;
|
|
25
34
|
readonly organization: string | null;
|
|
26
|
-
readonly email: string;
|
|
27
35
|
readonly phone: string;
|
|
28
36
|
readonly street: string | null;
|
|
29
|
-
readonly locality: string | null;
|
|
30
37
|
readonly sublocality: string | null;
|
|
31
|
-
readonly country: string;
|
|
32
|
-
readonly administrativeArea: string | null;
|
|
33
|
-
readonly zip: string | null;
|
|
34
38
|
readonly vatNumber: string | null;
|
|
39
|
+
readonly zip: string | null;
|
|
35
40
|
} | null;
|
|
36
41
|
readonly licenseeIsBillingIdentity: boolean | null;
|
|
37
|
-
readonly " $
|
|
42
|
+
readonly " $fragmentType": "Checkout_order";
|
|
38
43
|
};
|
|
39
|
-
export
|
|
40
|
-
export declare type Checkout_order$key = {
|
|
44
|
+
export type Checkout_order$key = {
|
|
41
45
|
readonly " $data"?: Checkout_order$data;
|
|
42
|
-
readonly " $
|
|
46
|
+
readonly " $fragmentSpreads": FragmentRefs<"Checkout_order">;
|
|
43
47
|
};
|
|
44
48
|
declare const node: ReaderFragment;
|
|
45
49
|
export default node;
|
|
@@ -4,6 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<8de90ae7fb651db859c2eb8cdd4b8928>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
@@ -133,6 +139,6 @@ const node = function () {
|
|
|
133
139
|
"abstractKey": null
|
|
134
140
|
};
|
|
135
141
|
}();
|
|
136
|
-
node.hash =
|
|
142
|
+
node.hash = "693ae9c7f2c7fe9a179bad7b86c16928";
|
|
137
143
|
var _default = node;
|
|
138
144
|
exports.default = _default;
|