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,288 +4,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<ca120207f9609a8283eeaedecab5d71f>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
10
16
|
|
|
11
|
-
/*
|
|
12
|
-
mutation CartOrderUpdateMutation(
|
|
13
|
-
$input: UpdateOrderInput!
|
|
14
|
-
) {
|
|
15
|
-
updateOrder(input: $input) {
|
|
16
|
-
order {
|
|
17
|
-
...CartOrder_order
|
|
18
|
-
id
|
|
19
|
-
}
|
|
20
|
-
errors {
|
|
21
|
-
orderItems {
|
|
22
|
-
licenseSelections
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
fragment CartItem_node on OrderItem {
|
|
29
|
-
id
|
|
30
|
-
price {
|
|
31
|
-
...Price_price
|
|
32
|
-
}
|
|
33
|
-
sku {
|
|
34
|
-
price {
|
|
35
|
-
...Price_price
|
|
36
|
-
}
|
|
37
|
-
product {
|
|
38
|
-
__typename
|
|
39
|
-
__isSkuProduct: __typename
|
|
40
|
-
...CollectionAa_product
|
|
41
|
-
...FontStyle_fontStyle
|
|
42
|
-
... on FontStyle {
|
|
43
|
-
family {
|
|
44
|
-
name
|
|
45
|
-
cssUrl
|
|
46
|
-
id
|
|
47
|
-
}
|
|
48
|
-
name
|
|
49
|
-
variableInstances {
|
|
50
|
-
name
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
... on Bundle {
|
|
54
|
-
name
|
|
55
|
-
}
|
|
56
|
-
... on FontCollection {
|
|
57
|
-
name
|
|
58
|
-
isVariableFont
|
|
59
|
-
totalStyles
|
|
60
|
-
featureStyle {
|
|
61
|
-
family {
|
|
62
|
-
cssUrl
|
|
63
|
-
id
|
|
64
|
-
}
|
|
65
|
-
id
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
... on Node {
|
|
69
|
-
__isNode: __typename
|
|
70
|
-
id
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
id
|
|
74
|
-
}
|
|
75
|
-
licenseSelections {
|
|
76
|
-
id
|
|
77
|
-
license {
|
|
78
|
-
id
|
|
79
|
-
name
|
|
80
|
-
multiplier
|
|
81
|
-
}
|
|
82
|
-
variable: licenseVariable {
|
|
83
|
-
id
|
|
84
|
-
variableType
|
|
85
|
-
...VariableTableAmounts_variable
|
|
86
|
-
}
|
|
87
|
-
option: licenseOption {
|
|
88
|
-
id
|
|
89
|
-
amount
|
|
90
|
-
multiplier
|
|
91
|
-
name
|
|
92
|
-
...VariableTableAmounts_option
|
|
93
|
-
}
|
|
94
|
-
variableText
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
fragment CartOrder_order on Order {
|
|
99
|
-
...Checkout_order
|
|
100
|
-
...Download_order
|
|
101
|
-
...CouponCodeInput_order
|
|
102
|
-
...CartTotals_order
|
|
103
|
-
orderItems {
|
|
104
|
-
...CartItem_node
|
|
105
|
-
id
|
|
106
|
-
licenseSelections {
|
|
107
|
-
license {
|
|
108
|
-
id
|
|
109
|
-
}
|
|
110
|
-
licenseVariable {
|
|
111
|
-
id
|
|
112
|
-
variableType
|
|
113
|
-
}
|
|
114
|
-
licenseOption {
|
|
115
|
-
id
|
|
116
|
-
}
|
|
117
|
-
variableText
|
|
118
|
-
id
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
discount {
|
|
122
|
-
id
|
|
123
|
-
}
|
|
124
|
-
customer {
|
|
125
|
-
email
|
|
126
|
-
name
|
|
127
|
-
anonymous
|
|
128
|
-
id
|
|
129
|
-
}
|
|
130
|
-
billingIdentity {
|
|
131
|
-
...IdentityBox_identity
|
|
132
|
-
}
|
|
133
|
-
licenseeIdentity {
|
|
134
|
-
...IdentityBox_identity
|
|
135
|
-
}
|
|
136
|
-
licenseeIsBillingIdentity
|
|
137
|
-
stripePaymentMethod {
|
|
138
|
-
card {
|
|
139
|
-
last4
|
|
140
|
-
brand
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
stripePaymentIntent {
|
|
144
|
-
status
|
|
145
|
-
}
|
|
146
|
-
canCompleteWithCoupon
|
|
147
|
-
completedWithCoupon
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
fragment CartTotals_order on Order {
|
|
151
|
-
subtotal {
|
|
152
|
-
...Price_price
|
|
153
|
-
}
|
|
154
|
-
discount {
|
|
155
|
-
amount {
|
|
156
|
-
amount
|
|
157
|
-
...Price_price
|
|
158
|
-
}
|
|
159
|
-
coupon {
|
|
160
|
-
...CouponText_coupon
|
|
161
|
-
id
|
|
162
|
-
}
|
|
163
|
-
id
|
|
164
|
-
}
|
|
165
|
-
discountedSubtotal {
|
|
166
|
-
...Price_price
|
|
167
|
-
}
|
|
168
|
-
total {
|
|
169
|
-
amount
|
|
170
|
-
...Price_price
|
|
171
|
-
}
|
|
172
|
-
taxes {
|
|
173
|
-
...Price_price
|
|
174
|
-
}
|
|
175
|
-
taxName
|
|
176
|
-
gstIncluded
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
fragment Checkout_order on Order {
|
|
180
|
-
canCompleteWithCoupon
|
|
181
|
-
customer {
|
|
182
|
-
name
|
|
183
|
-
email
|
|
184
|
-
newsletterOptIn
|
|
185
|
-
id
|
|
186
|
-
}
|
|
187
|
-
billingIdentity {
|
|
188
|
-
name
|
|
189
|
-
organization
|
|
190
|
-
email
|
|
191
|
-
phone
|
|
192
|
-
street
|
|
193
|
-
locality
|
|
194
|
-
sublocality
|
|
195
|
-
country
|
|
196
|
-
administrativeArea
|
|
197
|
-
zip
|
|
198
|
-
vatNumber
|
|
199
|
-
}
|
|
200
|
-
licenseeIdentity {
|
|
201
|
-
name
|
|
202
|
-
organization
|
|
203
|
-
email
|
|
204
|
-
phone
|
|
205
|
-
street
|
|
206
|
-
locality
|
|
207
|
-
sublocality
|
|
208
|
-
country
|
|
209
|
-
administrativeArea
|
|
210
|
-
zip
|
|
211
|
-
vatNumber
|
|
212
|
-
}
|
|
213
|
-
licenseeIsBillingIdentity
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
fragment CollectionAa_product on SkuProduct {
|
|
217
|
-
__isSkuProduct: __typename
|
|
218
|
-
__typename
|
|
219
|
-
... on FontCollection {
|
|
220
|
-
featureStyle {
|
|
221
|
-
...FontStyle_fontStyle
|
|
222
|
-
id
|
|
223
|
-
}
|
|
224
|
-
families: children(collectionTypes: [FAMILY]) {
|
|
225
|
-
fontStyles {
|
|
226
|
-
...FontStyle_fontStyle
|
|
227
|
-
id
|
|
228
|
-
}
|
|
229
|
-
id
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
... on Bundle {
|
|
233
|
-
fontStyles {
|
|
234
|
-
...FontStyle_fontStyle
|
|
235
|
-
id
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
fragment CouponCodeInput_order on Order {
|
|
241
|
-
id
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
fragment CouponText_coupon on Coupon {
|
|
245
|
-
type
|
|
246
|
-
percentAmount
|
|
247
|
-
creditAmountRemaining {
|
|
248
|
-
amount
|
|
249
|
-
currency
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
fragment Download_order on Order {
|
|
254
|
-
id
|
|
255
|
-
archiveUrl
|
|
256
|
-
customer {
|
|
257
|
-
email
|
|
258
|
-
id
|
|
259
|
-
}
|
|
260
|
-
completedWithCoupon
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
fragment FontStyle_fontStyle on FontStyle {
|
|
264
|
-
cssFamily
|
|
265
|
-
name
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
fragment IdentityBox_identity on Identity {
|
|
269
|
-
email
|
|
270
|
-
phoneFormatted
|
|
271
|
-
addressFormatted
|
|
272
|
-
vatNumber
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
fragment Price_price on Money {
|
|
276
|
-
amount
|
|
277
|
-
currency
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
fragment VariableTableAmounts_option on LicenseOption {
|
|
281
|
-
amounts
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
fragment VariableTableAmounts_variable on LicenseVariable {
|
|
285
|
-
units
|
|
286
|
-
}
|
|
287
|
-
*/
|
|
288
|
-
|
|
289
17
|
const node = function () {
|
|
290
18
|
var v0 = [{
|
|
291
19
|
"defaultValue": null,
|
|
@@ -448,26 +176,15 @@ const node = function () {
|
|
|
448
176
|
"name": "cssUrl",
|
|
449
177
|
"storageKey": null
|
|
450
178
|
},
|
|
451
|
-
v12 =
|
|
452
|
-
|
|
453
|
-
"args": null,
|
|
454
|
-
"concreteType": "FontStyle",
|
|
455
|
-
"kind": "LinkedField",
|
|
456
|
-
"name": "fontStyles",
|
|
457
|
-
"plural": true,
|
|
458
|
-
"selections": [v10 /*: any*/, v3 /*: any*/, v5 /*: any*/],
|
|
459
|
-
|
|
460
|
-
"storageKey": null
|
|
461
|
-
},
|
|
462
|
-
v13 = [v5 /*: any*/],
|
|
463
|
-
v14 = {
|
|
179
|
+
v12 = [v5 /*: any*/],
|
|
180
|
+
v13 = {
|
|
464
181
|
"alias": null,
|
|
465
182
|
"args": null,
|
|
466
183
|
"kind": "ScalarField",
|
|
467
184
|
"name": "multiplier",
|
|
468
185
|
"storageKey": null
|
|
469
186
|
},
|
|
470
|
-
|
|
187
|
+
v14 = {
|
|
471
188
|
"alias": null,
|
|
472
189
|
"args": null,
|
|
473
190
|
"kind": "ScalarField",
|
|
@@ -738,20 +455,6 @@ const node = function () {
|
|
|
738
455
|
"storageKey": null
|
|
739
456
|
}],
|
|
740
457
|
"storageKey": null
|
|
741
|
-
}, {
|
|
742
|
-
"alias": "families",
|
|
743
|
-
"args": [{
|
|
744
|
-
"kind": "Literal",
|
|
745
|
-
"name": "collectionTypes",
|
|
746
|
-
"value": ["FAMILY"]
|
|
747
|
-
}],
|
|
748
|
-
"concreteType": "FontCollection",
|
|
749
|
-
"kind": "LinkedField",
|
|
750
|
-
"name": "children",
|
|
751
|
-
"plural": true,
|
|
752
|
-
"selections": [v12 /*: any*/, v5 /*: any*/],
|
|
753
|
-
|
|
754
|
-
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
755
458
|
}, v3 /*: any*/, {
|
|
756
459
|
"alias": null,
|
|
757
460
|
"args": null,
|
|
@@ -769,7 +472,17 @@ const node = function () {
|
|
|
769
472
|
"abstractKey": null
|
|
770
473
|
}, {
|
|
771
474
|
"kind": "InlineFragment",
|
|
772
|
-
"selections": [
|
|
475
|
+
"selections": [{
|
|
476
|
+
"alias": null,
|
|
477
|
+
"args": null,
|
|
478
|
+
"concreteType": "FontStyle",
|
|
479
|
+
"kind": "LinkedField",
|
|
480
|
+
"name": "fontStyles",
|
|
481
|
+
"plural": true,
|
|
482
|
+
"selections": [v10 /*: any*/, v3 /*: any*/, v5 /*: any*/],
|
|
483
|
+
|
|
484
|
+
"storageKey": null
|
|
485
|
+
}, v3 /*: any*/],
|
|
773
486
|
|
|
774
487
|
"type": "Bundle",
|
|
775
488
|
"abstractKey": null
|
|
@@ -800,7 +513,7 @@ const node = function () {
|
|
|
800
513
|
"abstractKey": null
|
|
801
514
|
}, {
|
|
802
515
|
"kind": "InlineFragment",
|
|
803
|
-
"selections":
|
|
516
|
+
"selections": v12 /*: any*/,
|
|
804
517
|
"type": "Node",
|
|
805
518
|
"abstractKey": "__isNode"
|
|
806
519
|
}],
|
|
@@ -822,7 +535,7 @@ const node = function () {
|
|
|
822
535
|
"kind": "LinkedField",
|
|
823
536
|
"name": "license",
|
|
824
537
|
"plural": false,
|
|
825
|
-
"selections": [v5 /*: any*/, v3 /*: any*/,
|
|
538
|
+
"selections": [v5 /*: any*/, v3 /*: any*/, v13 /*: any*/],
|
|
826
539
|
|
|
827
540
|
"storageKey": null
|
|
828
541
|
}, {
|
|
@@ -832,7 +545,7 @@ const node = function () {
|
|
|
832
545
|
"kind": "LinkedField",
|
|
833
546
|
"name": "licenseVariable",
|
|
834
547
|
"plural": false,
|
|
835
|
-
"selections": [v5 /*: any*/,
|
|
548
|
+
"selections": [v5 /*: any*/, v14 /*: any*/, {
|
|
836
549
|
"alias": null,
|
|
837
550
|
"args": null,
|
|
838
551
|
"kind": "ScalarField",
|
|
@@ -847,7 +560,7 @@ const node = function () {
|
|
|
847
560
|
"kind": "LinkedField",
|
|
848
561
|
"name": "licenseOption",
|
|
849
562
|
"plural": false,
|
|
850
|
-
"selections": [v5 /*: any*/, v7 /*: any*/,
|
|
563
|
+
"selections": [v5 /*: any*/, v7 /*: any*/, v13 /*: any*/, v3 /*: any*/, {
|
|
851
564
|
"alias": null,
|
|
852
565
|
"args": null,
|
|
853
566
|
"kind": "ScalarField",
|
|
@@ -868,7 +581,7 @@ const node = function () {
|
|
|
868
581
|
"kind": "LinkedField",
|
|
869
582
|
"name": "licenseVariable",
|
|
870
583
|
"plural": false,
|
|
871
|
-
"selections": [v5 /*: any*/,
|
|
584
|
+
"selections": [v5 /*: any*/, v14 /*: any*/],
|
|
872
585
|
|
|
873
586
|
"storageKey": null
|
|
874
587
|
}, {
|
|
@@ -878,7 +591,7 @@ const node = function () {
|
|
|
878
591
|
"kind": "LinkedField",
|
|
879
592
|
"name": "licenseOption",
|
|
880
593
|
"plural": false,
|
|
881
|
-
"selections":
|
|
594
|
+
"selections": v12 /*: any*/,
|
|
882
595
|
"storageKey": null
|
|
883
596
|
}],
|
|
884
597
|
"storageKey": null
|
|
@@ -937,15 +650,15 @@ const node = function () {
|
|
|
937
650
|
}]
|
|
938
651
|
},
|
|
939
652
|
"params": {
|
|
940
|
-
"cacheID": "
|
|
653
|
+
"cacheID": "16d5341f63a9f5b32a6b4a7f79eb2d09",
|
|
941
654
|
"id": null,
|
|
942
655
|
"metadata": {},
|
|
943
656
|
"name": "CartOrderUpdateMutation",
|
|
944
657
|
"operationKind": "mutation",
|
|
945
|
-
"text": "mutation CartOrderUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment 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 ...
|
|
658
|
+
"text": "mutation CartOrderUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment 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"
|
|
946
659
|
}
|
|
947
660
|
};
|
|
948
661
|
}();
|
|
949
|
-
node.hash =
|
|
662
|
+
node.hash = "9f208ec36dbea5d90eeae4574b48bd15";
|
|
950
663
|
var _default = node;
|
|
951
664
|
exports.default = _default;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<806ac8b99f141a3cae1b6a119db16b69>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
7
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export
|
|
8
|
+
export type CartOrder_UpdateErrors$data = {
|
|
4
9
|
readonly orderItems: ReadonlyArray<{
|
|
5
10
|
readonly licenseSelections: string | null;
|
|
6
11
|
} | null> | null;
|
|
7
|
-
readonly " $
|
|
12
|
+
readonly " $fragmentType": "CartOrder_UpdateErrors";
|
|
8
13
|
};
|
|
9
|
-
export
|
|
10
|
-
export declare type CartOrder_UpdateErrors$key = {
|
|
14
|
+
export type CartOrder_UpdateErrors$key = {
|
|
11
15
|
readonly " $data"?: CartOrder_UpdateErrors$data;
|
|
12
|
-
readonly " $
|
|
16
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartOrder_UpdateErrors">;
|
|
13
17
|
};
|
|
14
18
|
declare const node: ReaderFragment;
|
|
15
19
|
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<<806ac8b99f141a3cae1b6a119db16b69>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
@@ -32,6 +38,6 @@ const node = {
|
|
|
32
38
|
"type": "UpdateOrderErrors",
|
|
33
39
|
"abstractKey": null
|
|
34
40
|
};
|
|
35
|
-
node.hash =
|
|
41
|
+
node.hash = "0bc5cd4fa568238d362a545367f9c306";
|
|
36
42
|
var _default = node;
|
|
37
43
|
exports.default = _default;
|
|
@@ -1,56 +1,60 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<29e31e7a6a8d46b3a3aeb393fee5491b>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
7
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export
|
|
8
|
+
export type CartOrder_order$data = {
|
|
9
|
+
readonly billingIdentity: {
|
|
10
|
+
readonly " $fragmentSpreads": FragmentRefs<"IdentityBox_identity">;
|
|
11
|
+
} | null;
|
|
12
|
+
readonly canCompleteWithCoupon: boolean | null;
|
|
13
|
+
readonly completedWithCoupon: boolean | null;
|
|
14
|
+
readonly customer: {
|
|
15
|
+
readonly anonymous: boolean | null;
|
|
16
|
+
readonly email: string | null;
|
|
17
|
+
readonly name: string | null;
|
|
18
|
+
} | null;
|
|
19
|
+
readonly discount: {
|
|
20
|
+
readonly id: string;
|
|
21
|
+
} | null;
|
|
22
|
+
readonly licenseeIdentity: {
|
|
23
|
+
readonly " $fragmentSpreads": FragmentRefs<"IdentityBox_identity">;
|
|
24
|
+
} | null;
|
|
25
|
+
readonly licenseeIsBillingIdentity: boolean | null;
|
|
4
26
|
readonly orderItems: ReadonlyArray<{
|
|
5
27
|
readonly id: string;
|
|
6
28
|
readonly licenseSelections: ReadonlyArray<{
|
|
7
29
|
readonly license: {
|
|
8
30
|
readonly id: string;
|
|
9
31
|
};
|
|
10
|
-
readonly
|
|
32
|
+
readonly licenseOption: {
|
|
11
33
|
readonly id: string;
|
|
12
|
-
readonly variableType: string | null;
|
|
13
34
|
} | null;
|
|
14
|
-
readonly
|
|
35
|
+
readonly licenseVariable: {
|
|
15
36
|
readonly id: string;
|
|
37
|
+
readonly variableType: string | null;
|
|
16
38
|
} | null;
|
|
17
39
|
readonly variableText: string | null;
|
|
18
40
|
}> | null;
|
|
19
|
-
readonly " $
|
|
41
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartItem_node">;
|
|
20
42
|
}> | null;
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
} | null;
|
|
24
|
-
readonly customer: {
|
|
25
|
-
readonly email: string | null;
|
|
26
|
-
readonly name: string | null;
|
|
27
|
-
readonly anonymous: boolean | null;
|
|
28
|
-
} | null;
|
|
29
|
-
readonly billingIdentity: {
|
|
30
|
-
readonly " $fragmentRefs": FragmentRefs<"IdentityBox_identity">;
|
|
31
|
-
} | null;
|
|
32
|
-
readonly licenseeIdentity: {
|
|
33
|
-
readonly " $fragmentRefs": FragmentRefs<"IdentityBox_identity">;
|
|
43
|
+
readonly stripePaymentIntent: {
|
|
44
|
+
readonly status: string | null;
|
|
34
45
|
} | null;
|
|
35
|
-
readonly licenseeIsBillingIdentity: boolean | null;
|
|
36
46
|
readonly stripePaymentMethod: {
|
|
37
47
|
readonly card: {
|
|
38
|
-
readonly last4: string | null;
|
|
39
48
|
readonly brand: string | null;
|
|
49
|
+
readonly last4: string | null;
|
|
40
50
|
} | null;
|
|
41
51
|
} | null;
|
|
42
|
-
readonly
|
|
43
|
-
|
|
44
|
-
} | null;
|
|
45
|
-
readonly canCompleteWithCoupon: boolean | null;
|
|
46
|
-
readonly completedWithCoupon: boolean | null;
|
|
47
|
-
readonly " $fragmentRefs": FragmentRefs<"Checkout_order" | "Download_order" | "CouponCodeInput_order" | "CartTotals_order">;
|
|
48
|
-
readonly " $refType": "CartOrder_order";
|
|
52
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartTotals_order" | "Checkout_order" | "Download_order">;
|
|
53
|
+
readonly " $fragmentType": "CartOrder_order";
|
|
49
54
|
};
|
|
50
|
-
export
|
|
51
|
-
export declare type CartOrder_order$key = {
|
|
55
|
+
export type CartOrder_order$key = {
|
|
52
56
|
readonly " $data"?: CartOrder_order$data;
|
|
53
|
-
readonly " $
|
|
57
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartOrder_order">;
|
|
54
58
|
};
|
|
55
59
|
declare const node: ReaderFragment;
|
|
56
60
|
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<<29e31e7a6a8d46b3a3aeb393fee5491b>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/* tslint:disable */
|
|
8
14
|
/* eslint-disable */
|
|
9
15
|
// @ts-nocheck
|
|
@@ -28,13 +34,29 @@ const node = function () {
|
|
|
28
34
|
"metadata": null,
|
|
29
35
|
"name": "CartOrder_order",
|
|
30
36
|
"selections": [{
|
|
37
|
+
"args": null,
|
|
38
|
+
"kind": "FragmentSpread",
|
|
39
|
+
"name": "Checkout_order"
|
|
40
|
+
}, {
|
|
41
|
+
"args": null,
|
|
42
|
+
"kind": "FragmentSpread",
|
|
43
|
+
"name": "Download_order"
|
|
44
|
+
}, {
|
|
45
|
+
"args": null,
|
|
46
|
+
"kind": "FragmentSpread",
|
|
47
|
+
"name": "CartTotals_order"
|
|
48
|
+
}, {
|
|
31
49
|
"alias": null,
|
|
32
50
|
"args": null,
|
|
33
51
|
"concreteType": "OrderItem",
|
|
34
52
|
"kind": "LinkedField",
|
|
35
53
|
"name": "orderItems",
|
|
36
54
|
"plural": true,
|
|
37
|
-
"selections": [
|
|
55
|
+
"selections": [{
|
|
56
|
+
"args": null,
|
|
57
|
+
"kind": "FragmentSpread",
|
|
58
|
+
"name": "CartItem_node"
|
|
59
|
+
}, v0 /*: any*/, {
|
|
38
60
|
"alias": null,
|
|
39
61
|
"args": null,
|
|
40
62
|
"concreteType": "LicenseSelection",
|
|
@@ -82,10 +104,6 @@ const node = function () {
|
|
|
82
104
|
"storageKey": null
|
|
83
105
|
}],
|
|
84
106
|
"storageKey": null
|
|
85
|
-
}, {
|
|
86
|
-
"args": null,
|
|
87
|
-
"kind": "FragmentSpread",
|
|
88
|
-
"name": "CartItem_node"
|
|
89
107
|
}],
|
|
90
108
|
"storageKey": null
|
|
91
109
|
}, {
|
|
@@ -205,27 +223,11 @@ const node = function () {
|
|
|
205
223
|
"kind": "ScalarField",
|
|
206
224
|
"name": "completedWithCoupon",
|
|
207
225
|
"storageKey": null
|
|
208
|
-
}, {
|
|
209
|
-
"args": null,
|
|
210
|
-
"kind": "FragmentSpread",
|
|
211
|
-
"name": "Checkout_order"
|
|
212
|
-
}, {
|
|
213
|
-
"args": null,
|
|
214
|
-
"kind": "FragmentSpread",
|
|
215
|
-
"name": "Download_order"
|
|
216
|
-
}, {
|
|
217
|
-
"args": null,
|
|
218
|
-
"kind": "FragmentSpread",
|
|
219
|
-
"name": "CouponCodeInput_order"
|
|
220
|
-
}, {
|
|
221
|
-
"args": null,
|
|
222
|
-
"kind": "FragmentSpread",
|
|
223
|
-
"name": "CartTotals_order"
|
|
224
226
|
}],
|
|
225
227
|
"type": "Order",
|
|
226
228
|
"abstractKey": null
|
|
227
229
|
};
|
|
228
230
|
}();
|
|
229
|
-
node.hash =
|
|
231
|
+
node.hash = "84f966e53ef1100c2ea2bb6ef7aa6c54";
|
|
230
232
|
var _default = node;
|
|
231
233
|
exports.default = _default;
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<2681a688e683993e1346be842cc85705>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
2
7
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export
|
|
8
|
+
export type CartOrder_viewer$data = {
|
|
4
9
|
readonly settings: {
|
|
5
10
|
readonly eulaAgreementLabel: string | null;
|
|
6
11
|
} | null;
|
|
7
|
-
readonly " $
|
|
8
|
-
readonly " $
|
|
12
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartItem_viewer" | "Checkout_viewer" | "CouponCodeInput_viewer">;
|
|
13
|
+
readonly " $fragmentType": "CartOrder_viewer";
|
|
9
14
|
};
|
|
10
|
-
export
|
|
11
|
-
export declare type CartOrder_viewer$key = {
|
|
15
|
+
export type CartOrder_viewer$key = {
|
|
12
16
|
readonly " $data"?: CartOrder_viewer$data;
|
|
13
|
-
readonly " $
|
|
17
|
+
readonly " $fragmentSpreads": FragmentRefs<"CartOrder_viewer">;
|
|
14
18
|
};
|
|
15
19
|
declare const node: ReaderFragment;
|
|
16
20
|
export default node;
|