fontdue-js 2.10.1 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -3
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +11 -63
- package/dist/__generated__/AddressFields_viewer.graphql.d.ts +1 -11
- package/dist/__generated__/AddressFields_viewer.graphql.js +68 -122
- package/dist/__generated__/BuyButton_collection.graphql.d.ts +2 -2
- package/dist/__generated__/BuyButton_collection.graphql.js +1 -1
- package/dist/__generated__/CartButtonQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartButtonQuery.graphql.js +24 -3
- package/dist/__generated__/CartButton_order.graphql.d.ts +4 -1
- package/dist/__generated__/CartButton_order.graphql.js +15 -2
- package/dist/__generated__/CartItemAdditionalLicenses_licenses.graphql.d.ts +18 -0
- package/dist/__generated__/CartItemAdditionalLicenses_licenses.graphql.js +42 -0
- package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.d.ts +21 -0
- package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.js +52 -0
- package/dist/__generated__/CartItemLicense_selection.graphql.d.ts +29 -0
- package/dist/__generated__/CartItemLicense_selection.graphql.js +80 -0
- package/dist/__generated__/CartItemProduct_product.graphql.d.ts +33 -0
- package/dist/__generated__/CartItemProduct_product.graphql.js +122 -0
- package/dist/__generated__/CartItemVariable_selection.graphql.d.ts +36 -0
- package/dist/__generated__/CartItemVariable_selection.graphql.js +107 -0
- package/dist/__generated__/CartItemVariable_variable.graphql.d.ts +22 -0
- package/dist/__generated__/CartItemVariable_variable.graphql.js +58 -0
- package/dist/__generated__/CartItem_node.graphql.d.ts +9 -34
- package/dist/__generated__/CartItem_node.graphql.js +31 -129
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +7 -1
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +137 -108
- package/dist/__generated__/CartOrder_order.graphql.d.ts +11 -2
- package/dist/__generated__/CartOrder_order.graphql.js +33 -2
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +143 -108
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +2 -2
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +162 -17
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +8 -2
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +249 -91
- package/dist/__generated__/CartState_order.graphql.d.ts +10 -1
- package/dist/__generated__/CartState_order.graphql.js +30 -3
- package/dist/__generated__/CartTotalsCreateSnapshotMutation.graphql.d.ts +23 -0
- package/dist/__generated__/CartTotalsCreateSnapshotMutation.graphql.js +90 -0
- package/dist/__generated__/CharacterViewer_collection.graphql.d.ts +5 -5
- package/dist/__generated__/CharacterViewer_collection.graphql.js +1 -1
- package/dist/__generated__/CharacterViewer_family.graphql.d.ts +2 -2
- package/dist/__generated__/CharacterViewer_family.graphql.js +1 -1
- package/dist/__generated__/CharacterViewer_style.graphql.js +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +137 -108
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +7 -1
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +137 -108
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +2 -2
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +162 -17
- package/dist/__generated__/CouponCodeInput_viewer.graphql.js +1 -1
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeRefetchQuery.graphql.js +29 -19
- package/dist/__generated__/CouponText_coupon.graphql.d.ts +5 -1
- package/dist/__generated__/CouponText_coupon.graphql.js +36 -24
- package/dist/__generated__/FamilyList_node.graphql.d.ts +2 -2
- package/dist/__generated__/FamilyList_node.graphql.js +1 -1
- package/dist/__generated__/Family_node.graphql.d.ts +2 -2
- package/dist/__generated__/Family_node.graphql.js +27 -10
- package/dist/__generated__/Family_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +11 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.js +58 -45
- package/dist/__generated__/OrderVariableSelectionMutation.graphql.d.ts +69 -0
- package/dist/__generated__/OrderVariableSelectionMutation_viewer.graphql.d.ts +30 -0
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.js +32 -0
- package/dist/__generated__/OrderVariableSelection_variables.graphql.d.ts +26 -0
- package/dist/__generated__/OrderVariableSelection_variables.graphql.js +83 -0
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +8 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +171 -142
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +7 -2
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +43 -28
- package/dist/__generated__/PriceBarSection_node.graphql.d.ts +2 -2
- package/dist/__generated__/PriceBarSection_node.graphql.js +22 -17
- package/dist/__generated__/PriceBarSection_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/PriceBar_node.graphql.d.ts +1 -1
- package/dist/__generated__/PriceBar_node.graphql.js +20 -4
- package/dist/__generated__/PriceBar_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/SKUPriceRefetchQuery.graphql.d.ts +6 -1
- package/dist/__generated__/SKUPriceUpdateQuery.graphql.d.ts +29 -0
- package/dist/__generated__/SKUPrice_sku.graphql.d.ts +1 -1
- package/dist/__generated__/SKUPrice_sku.graphql.js +13 -17
- package/dist/__generated__/SKUPrice_viewer.graphql.d.ts +19 -0
- package/dist/__generated__/SelectButton_sku.graphql.d.ts +1 -1
- package/dist/__generated__/SelectButton_sku.graphql.js +13 -5
- package/dist/__generated__/SelectButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalBundleButton_bundle.graphql.js +21 -5
- package/dist/__generated__/StoreModalBundleButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +7 -3
- package/dist/__generated__/StoreModalCartQuery.graphql.js +393 -68
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +3 -6
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +36 -147
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalFamilyButton_collection.graphql.js +20 -4
- package/dist/__generated__/StoreModalFamilyButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +2 -2
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +29 -12
- package/dist/__generated__/StoreModalFamily_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionOrderUpdateMutation.graphql.d.ts +60 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionVariable_order.graphql.d.ts +27 -0
- package/dist/__generated__/StoreModalOrderVariableSelectionVariable_variable.graphql.d.ts +24 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.d.ts +38 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.js +130 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.d.ts +22 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.js +92 -0
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +24 -7
- package/dist/__generated__/StoreModalProductQuery.graphql.js +192 -134
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +31 -0
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +383 -0
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +8 -1
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +24 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +8 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +59 -29
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +6 -1
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +59 -15
- package/dist/__generated__/StoreModalReviewCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalReviewQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalReviewUpdateOrderMutation.graphql.d.ts +6 -1
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.d.ts +1 -4
- package/dist/__generated__/StoreModalStyleButton_fontStyle.graphql.js +32 -25
- package/dist/__generated__/StoreModalStyleButton_viewer.graphql.d.ts +17 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +21 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +241 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +28 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +251 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +82 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +292 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +55 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +169 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +28 -0
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +99 -0
- package/dist/__generated__/StripeProviderCreateCheckoutSessionMutation.graphql.d.ts +22 -0
- package/dist/__generated__/StripeProviderCreateCheckoutSessionMutation.graphql.js +105 -0
- package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +2 -1
- package/dist/__generated__/StripeProvider_viewer.graphql.js +8 -2
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +137 -108
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +32 -0
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +293 -0
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +40 -46
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +2 -2
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +3 -3
- package/dist/__generated__/TypeTester_NewStyleQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTester_fontStyle.graphql.d.ts +1 -10
- package/dist/__generated__/TypeTester_fontStyle.graphql.js +48 -41
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +32 -0
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +293 -0
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +41 -37
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +33 -0
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +482 -0
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +41 -37
- package/dist/__generated__/TypeTesters_collection.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesters_collection.graphql.js +43 -14
- package/dist/__generated__/productState_Query.graphql.d.ts +3 -3
- package/dist/__generated__/productState_Query.graphql.js +1 -1
- package/dist/__generated__/productState_collection.graphql.d.ts +2 -2
- package/dist/__generated__/productState_collection.graphql.js +1 -1
- package/dist/__generated__/productState_node.graphql.d.ts +3 -3
- package/dist/__generated__/productState_node.graphql.js +1 -1
- package/dist/__generated__/useOrderVariables_order.graphql.d.ts +24 -0
- package/dist/components/AddToCartBanner/index.js +3 -3
- package/dist/components/BuyButton/index.js +4 -4
- package/dist/components/BuyButton/index.server.js +2 -2
- package/dist/components/BuyingOptions/index.js +1 -1
- package/dist/components/Cart/AddressFields.d.ts +2 -3
- package/dist/components/Cart/AddressFields.js +85 -142
- package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.d.ts +10 -0
- package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.js +38 -0
- package/dist/components/Cart/CartItem/CartItemLicense.d.ts +12 -0
- package/dist/components/Cart/CartItem/CartItemLicense.js +75 -0
- package/dist/components/Cart/CartItem/CartItemProduct.d.ts +7 -0
- package/dist/components/Cart/CartItem/CartItemProduct.js +43 -0
- package/dist/components/Cart/CartItem/CartItemVariable.d.ts +11 -0
- package/dist/components/Cart/CartItem/CartItemVariable.js +76 -0
- package/dist/components/Cart/CartItem/VariableTextInput.d.ts +1 -3
- package/dist/components/Cart/CartItem/VariableTextInput.js +7 -6
- package/dist/components/Cart/CartItem/index.d.ts +4 -1
- package/dist/components/Cart/CartItem/index.js +73 -284
- package/dist/components/Cart/CartOrder.js +19 -39
- package/dist/components/Cart/CartState.d.ts +4 -2
- package/dist/components/Cart/CartState.js +40 -29
- package/dist/components/Cart/CartTotals.js +104 -10
- package/dist/components/Cart/Checkout.js +5 -7
- package/dist/components/Cart/CouponCodeInput.js +6 -6
- package/dist/components/Cart/CustomerFields.d.ts +1 -1
- package/dist/components/Cart/CustomerFields.js +5 -5
- package/dist/components/Cart/Download.js +3 -3
- package/dist/components/Cart/EmptyCart.js +1 -1
- package/dist/components/Cart/IdentityBox.js +1 -1
- package/dist/components/Cart/index.js +2 -2
- package/dist/components/Cart/injectRelayEnvironment.js +2 -2
- package/dist/components/Cart/types.d.ts +5 -4
- package/dist/components/CartButton/index.d.ts +1 -0
- package/dist/components/CartButton/index.js +66 -11
- package/dist/components/CartButton/index.server.js +2 -2
- package/dist/components/CharacterViewer/StyleSelect.js +1 -1
- package/dist/components/CharacterViewer/index.js +7 -7
- package/dist/components/CharacterViewer/index.server.js +2 -2
- package/dist/components/Checkbox/index.js +4 -4
- package/dist/components/CollectionAa/index.js +1 -1
- package/dist/components/ComponentsContext.js +1 -1
- package/dist/components/ConfigContext.js +2 -2
- package/dist/components/CookieNotification/index.js +2 -2
- package/dist/components/CouponText/index.js +9 -4
- package/dist/components/CustomerLoginForm/index.js +3 -3
- package/dist/components/Family/FamilyList.js +1 -1
- package/dist/components/Family/index.js +4 -4
- package/dist/components/FontFamilies/index.js +12 -5
- package/dist/components/FontStyle/index.js +1 -1
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.d.ts +1 -1
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.js +3 -3
- package/dist/components/FontdueProvider/index.js +1 -1
- package/dist/components/FontdueProvider/index.server.js +3 -3
- package/dist/components/Icons/Align.js +1 -1
- package/dist/components/Icons/ArrowDownRight.js +1 -1
- package/dist/components/Icons/ArrowLeft.js +1 -1
- package/dist/components/Icons/ArrowRight.js +1 -1
- package/dist/components/Icons/CarrotDown.js +1 -1
- package/dist/components/Icons/CarrotUp.js +1 -1
- package/dist/components/Icons/Cart.js +1 -1
- package/dist/components/Icons/CartNew.js +1 -1
- package/dist/components/Icons/Check.js +1 -1
- package/dist/components/Icons/Checkbox.js +1 -1
- package/dist/components/Icons/CheckboxChecked.js +1 -1
- package/dist/components/Icons/CheckboxCrossed.js +1 -1
- package/dist/components/Icons/CircledCheck.js +1 -1
- package/dist/components/Icons/CircledInfo.js +1 -1
- package/dist/components/Icons/CircledMinus.js +1 -1
- package/dist/components/Icons/ColorPicker.js +1 -1
- package/dist/components/Icons/CreditCard.js +1 -1
- package/dist/components/Icons/DownArrow.js +1 -1
- package/dist/components/Icons/DownloadFonts.js +1 -1
- package/dist/components/Icons/FrowningFace.js +1 -1
- package/dist/components/Icons/License.js +1 -1
- package/dist/components/Icons/Receipt.js +1 -1
- package/dist/components/Icons/User.js +1 -1
- package/dist/components/Icons/X.js +1 -1
- package/dist/components/Icons/index.js +1 -1
- package/dist/components/NewsletterSignup/NewsletterSignupElement.js +2 -2
- package/dist/components/NewsletterSignup/index.js +4 -4
- package/dist/components/NewsletterSignup/index.server.js +2 -2
- package/dist/components/NodePasswordForm/index.js +6 -7
- package/dist/components/OrderVariableSelection/OrderVariableSelectionMutation.d.ts +7 -0
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.d.ts +11 -0
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +37 -0
- package/dist/components/OrderVariableSelection/index.d.ts +33 -0
- package/dist/components/OrderVariableSelection/index.js +189 -0
- package/dist/components/Precart/License.js +1 -1
- package/dist/components/Precart/index.js +4 -4
- package/dist/components/Price/index.js +2 -2
- package/dist/components/PriceBar/PriceBarSection.js +7 -27
- package/dist/components/PriceBar/index.js +4 -4
- package/dist/components/Root/index.js +15 -8
- package/dist/components/Root/productState.js +1 -1
- package/dist/components/SKUPrice/index.js +5 -31
- package/dist/components/Select/index.js +2 -2
- package/dist/components/SelectButton/index.js +5 -5
- package/dist/components/SelectField/index.js +4 -4
- package/dist/components/SpecimenLink/index.js +1 -1
- package/dist/components/StickyNav/index.js +3 -3
- package/dist/components/StoreModal/StoreModalBundleButton.js +3 -3
- package/dist/components/StoreModal/StoreModalCart.d.ts +0 -1
- package/dist/components/StoreModal/StoreModalCart.js +34 -21
- package/dist/components/StoreModal/StoreModalCheckout.js +46 -49
- package/dist/components/StoreModal/StoreModalCheckoutContext.js +1 -1
- package/dist/components/StoreModal/StoreModalContainer.js +5 -4
- package/dist/components/StoreModal/StoreModalDownload.js +3 -3
- package/dist/components/StoreModal/StoreModalFamily.js +4 -4
- package/dist/components/StoreModal/StoreModalFamilyButton.js +3 -3
- package/dist/components/StoreModal/StoreModalIndex.js +1 -1
- package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
- package/dist/components/StoreModal/StoreModalLicenseeIsBillingSelection.d.ts +7 -0
- package/dist/components/StoreModal/StoreModalLicenseeIsBillingSelection.js +31 -0
- package/dist/components/StoreModal/StoreModalLoader.js +2 -2
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.d.ts +9 -0
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.js +78 -0
- package/dist/components/StoreModal/StoreModalProduct.js +89 -16
- package/dist/components/StoreModal/StoreModalReviewIdentity.js +3 -3
- package/dist/components/StoreModal/StoreModalRouter.js +3 -3
- package/dist/components/StoreModal/StoreModalStyleButton.js +3 -3
- package/dist/components/StoreModal/index.js +3 -3
- package/dist/components/StoreModal/routes.d.ts +0 -2
- package/dist/components/StoreModal/routes.js +6 -12
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.d.ts +1 -1
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.js +5 -5
- package/dist/components/StoreModalProductLicenseSelection/LicenseVariableElement.js +1 -1
- package/dist/components/StoreModalProductLicenseSelection/LicenseVariableRadioElement.js +3 -3
- package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +6 -5
- package/dist/components/StoreModalProductLicenseSelection/index.d.ts +5 -1
- package/dist/components/StoreModalProductLicenseSelection/index.js +17 -10
- package/dist/components/StoreModalProductSummary/index.d.ts +5 -6
- package/dist/components/StoreModalProductSummary/index.js +78 -48
- package/dist/components/StripeLogo.d.ts +2 -0
- package/dist/components/StripeLogo.js +17 -0
- package/dist/components/StripeProvider/index.d.ts +2 -1
- package/dist/components/StripeProvider/index.js +122 -60
- package/dist/components/Stylesheet/index.js +2 -2
- package/dist/components/TestFontsForm/TestFontsFormElement.js +2 -2
- package/dist/components/TestFontsForm/index.js +4 -4
- package/dist/components/TestFontsForm/index.server.js +2 -2
- package/dist/components/TestModeBanner/index.js +1 -1
- package/dist/components/TextField/index.js +2 -2
- package/dist/components/ThemeConfig/index.js +1 -1
- package/dist/components/ThemeConfig/index.server.js +1 -1
- package/dist/components/TypeTester/TypeTesterAlignButtons.js +1 -1
- package/dist/components/TypeTester/TypeTesterBullet.js +1 -1
- package/dist/components/TypeTester/TypeTesterContent.js +4 -4
- package/dist/components/TypeTester/TypeTesterContext.js +2 -2
- package/dist/components/TypeTester/TypeTesterEditAll.js +3 -3
- package/dist/components/TypeTester/TypeTesterFeatures.js +3 -3
- package/dist/components/TypeTester/TypeTesterFeaturesButton.js +3 -3
- package/dist/components/TypeTester/TypeTesterFitter.js +2 -2
- package/dist/components/TypeTester/TypeTesterFloatingToolbar.js +3 -3
- package/dist/components/TypeTester/TypeTesterInput.js +2 -2
- package/dist/components/TypeTester/TypeTesterSlider.js +2 -2
- package/dist/components/TypeTester/TypeTesterStandalone.js +36 -5
- package/dist/components/TypeTester/TypeTesterStandalone.server.js +4 -10
- package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -2
- package/dist/components/TypeTester/TypeTesterState.js +1 -1
- package/dist/components/TypeTester/TypeTesterStyleSelect.js +1 -1
- package/dist/components/TypeTester/TypeTesterStyleSelectData.js +4 -4
- package/dist/components/TypeTester/TypeTesterToolbar.js +3 -3
- package/dist/components/TypeTester/TypeTesterVariableAxes.js +1 -1
- package/dist/components/TypeTester/index.d.ts +2 -0
- package/dist/components/TypeTester/index.js +12 -47
- package/dist/components/TypeTester/useFeaturesData.js +1 -1
- package/dist/components/TypeTester/useTypeTesterStyler.js +5 -4
- package/dist/components/TypeTesters/TypeTestersElement.js +2 -2
- package/dist/components/TypeTesters/index.js +85 -20
- package/dist/components/TypeTesters/index.server.js +5 -11
- package/dist/components/VariableTableAmounts/index.js +1 -1
- package/dist/components/elements/Button/index.js +2 -2
- package/dist/components/elements/EmptyCart/index.js +3 -3
- package/dist/components/elements/StoreModalCartLayout/index.d.ts +3 -3
- package/dist/components/elements/StoreModalCartLayout/index.js +12 -14
- package/dist/components/elements/StoreModalContainer/StoreModalContainerContext.js +1 -1
- package/dist/components/elements/StoreModalContainer/index.d.ts +1 -0
- package/dist/components/elements/StoreModalContainer/index.js +6 -4
- package/dist/components/elements/StoreModalDownloadLayout/index.js +1 -1
- package/dist/components/elements/StoreModalFamily/index.js +1 -1
- package/dist/components/elements/StoreModalFamilyButton/index.js +2 -2
- package/dist/components/elements/StoreModalIndexItem/index.js +1 -1
- package/dist/components/elements/StoreModalLicenseeIsBillingIdentityElement.d.ts +11 -0
- package/dist/components/elements/StoreModalLicenseeIsBillingIdentityElement.js +61 -0
- package/dist/components/elements/StoreModalLoadingScreen/index.js +1 -1
- package/dist/components/elements/StoreModalPageContainer/index.js +1 -1
- package/dist/components/elements/StoreModalStyleButton/index.js +2 -2
- package/dist/components/elements/StoreModalUnifiedCheckout.d.ts +10 -0
- package/dist/components/elements/StoreModalUnifiedCheckout.js +494 -0
- package/dist/components/useFontStyle.js +1 -1
- package/dist/components/useTotalStyles.js +1 -1
- package/dist/fontdue.css +455 -228
- package/dist/hooks/useLicenseAndOrderVariables.d.ts +5 -0
- package/dist/hooks/useLicenseAndOrderVariables.js +25 -0
- package/dist/hooks/useOrderVariables.d.ts +5 -0
- package/dist/hooks/useRefetchOnLicenseChanges.d.ts +22 -0
- package/dist/hooks/useRefetchOnLicenseChanges.js +61 -0
- package/dist/react-ranger.js +1 -1
- package/dist/reducer.d.ts +12 -0
- package/dist/reducer.js +17 -1
- package/dist/relay/environment.d.ts +1 -1
- package/dist/relay/environment.js +6 -9
- package/dist/vanilla/FontStyle.js +1 -1
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<9d124ad8e1a5d0f583d782de74201241>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -39,12 +39,93 @@ const node = function () {
|
|
|
39
39
|
"storageKey": null
|
|
40
40
|
}],
|
|
41
41
|
v3 = {
|
|
42
|
+
"alias": null,
|
|
43
|
+
"args": null,
|
|
44
|
+
"kind": "ScalarField",
|
|
45
|
+
"name": "name",
|
|
46
|
+
"storageKey": null
|
|
47
|
+
},
|
|
48
|
+
v4 = {
|
|
49
|
+
"alias": null,
|
|
50
|
+
"args": null,
|
|
51
|
+
"kind": "ScalarField",
|
|
52
|
+
"name": "email",
|
|
53
|
+
"storageKey": null
|
|
54
|
+
},
|
|
55
|
+
v5 = {
|
|
42
56
|
"alias": null,
|
|
43
57
|
"args": null,
|
|
44
58
|
"kind": "ScalarField",
|
|
45
59
|
"name": "id",
|
|
46
60
|
"storageKey": null
|
|
47
|
-
}
|
|
61
|
+
},
|
|
62
|
+
v6 = [v4 /*: any*/, {
|
|
63
|
+
"alias": null,
|
|
64
|
+
"args": null,
|
|
65
|
+
"kind": "ScalarField",
|
|
66
|
+
"name": "phoneFormatted",
|
|
67
|
+
"storageKey": null
|
|
68
|
+
}, {
|
|
69
|
+
"alias": null,
|
|
70
|
+
"args": null,
|
|
71
|
+
"kind": "ScalarField",
|
|
72
|
+
"name": "addressFormatted",
|
|
73
|
+
"storageKey": null
|
|
74
|
+
}, {
|
|
75
|
+
"alias": null,
|
|
76
|
+
"args": null,
|
|
77
|
+
"kind": "ScalarField",
|
|
78
|
+
"name": "vatNumber",
|
|
79
|
+
"storageKey": null
|
|
80
|
+
}, v3 /*: any*/, {
|
|
81
|
+
"alias": null,
|
|
82
|
+
"args": null,
|
|
83
|
+
"kind": "ScalarField",
|
|
84
|
+
"name": "organization",
|
|
85
|
+
"storageKey": null
|
|
86
|
+
}, {
|
|
87
|
+
"alias": null,
|
|
88
|
+
"args": null,
|
|
89
|
+
"kind": "ScalarField",
|
|
90
|
+
"name": "phone",
|
|
91
|
+
"storageKey": null
|
|
92
|
+
}, {
|
|
93
|
+
"alias": null,
|
|
94
|
+
"args": null,
|
|
95
|
+
"kind": "ScalarField",
|
|
96
|
+
"name": "street",
|
|
97
|
+
"storageKey": null
|
|
98
|
+
}, {
|
|
99
|
+
"alias": null,
|
|
100
|
+
"args": null,
|
|
101
|
+
"kind": "ScalarField",
|
|
102
|
+
"name": "locality",
|
|
103
|
+
"storageKey": null
|
|
104
|
+
}, {
|
|
105
|
+
"alias": null,
|
|
106
|
+
"args": null,
|
|
107
|
+
"kind": "ScalarField",
|
|
108
|
+
"name": "sublocality",
|
|
109
|
+
"storageKey": null
|
|
110
|
+
}, {
|
|
111
|
+
"alias": null,
|
|
112
|
+
"args": null,
|
|
113
|
+
"kind": "ScalarField",
|
|
114
|
+
"name": "country",
|
|
115
|
+
"storageKey": null
|
|
116
|
+
}, {
|
|
117
|
+
"alias": null,
|
|
118
|
+
"args": null,
|
|
119
|
+
"kind": "ScalarField",
|
|
120
|
+
"name": "administrativeArea",
|
|
121
|
+
"storageKey": null
|
|
122
|
+
}, {
|
|
123
|
+
"alias": null,
|
|
124
|
+
"args": null,
|
|
125
|
+
"kind": "ScalarField",
|
|
126
|
+
"name": "zip",
|
|
127
|
+
"storageKey": null
|
|
128
|
+
}];
|
|
48
129
|
return {
|
|
49
130
|
"fragment": {
|
|
50
131
|
"argumentDefinitions": v0 /*: any*/,
|
|
@@ -66,6 +147,10 @@ const node = function () {
|
|
|
66
147
|
"name": "order",
|
|
67
148
|
"plural": false,
|
|
68
149
|
"selections": [{
|
|
150
|
+
"args": null,
|
|
151
|
+
"kind": "FragmentSpread",
|
|
152
|
+
"name": "StoreModalUnifiedCheckout_order"
|
|
153
|
+
}, {
|
|
69
154
|
"args": null,
|
|
70
155
|
"kind": "FragmentSpread",
|
|
71
156
|
"name": "CartTotals_order"
|
|
@@ -97,6 +182,66 @@ const node = function () {
|
|
|
97
182
|
"name": "order",
|
|
98
183
|
"plural": false,
|
|
99
184
|
"selections": [{
|
|
185
|
+
"alias": null,
|
|
186
|
+
"args": null,
|
|
187
|
+
"kind": "ScalarField",
|
|
188
|
+
"name": "completeUrl",
|
|
189
|
+
"storageKey": null
|
|
190
|
+
}, {
|
|
191
|
+
"alias": null,
|
|
192
|
+
"args": null,
|
|
193
|
+
"kind": "ScalarField",
|
|
194
|
+
"name": "canCompleteWithCoupon",
|
|
195
|
+
"storageKey": null
|
|
196
|
+
}, {
|
|
197
|
+
"alias": null,
|
|
198
|
+
"args": null,
|
|
199
|
+
"concreteType": "Money",
|
|
200
|
+
"kind": "LinkedField",
|
|
201
|
+
"name": "total",
|
|
202
|
+
"plural": false,
|
|
203
|
+
"selections": v2 /*: any*/,
|
|
204
|
+
"storageKey": null
|
|
205
|
+
}, {
|
|
206
|
+
"alias": null,
|
|
207
|
+
"args": null,
|
|
208
|
+
"concreteType": "Customer",
|
|
209
|
+
"kind": "LinkedField",
|
|
210
|
+
"name": "customer",
|
|
211
|
+
"plural": false,
|
|
212
|
+
"selections": [v3 /*: any*/, v4 /*: any*/, {
|
|
213
|
+
"alias": null,
|
|
214
|
+
"args": null,
|
|
215
|
+
"kind": "ScalarField",
|
|
216
|
+
"name": "newsletterOptIn",
|
|
217
|
+
"storageKey": null
|
|
218
|
+
}, v5 /*: any*/],
|
|
219
|
+
"storageKey": null
|
|
220
|
+
}, {
|
|
221
|
+
"alias": null,
|
|
222
|
+
"args": null,
|
|
223
|
+
"kind": "ScalarField",
|
|
224
|
+
"name": "licenseeIsBillingIdentity",
|
|
225
|
+
"storageKey": null
|
|
226
|
+
}, {
|
|
227
|
+
"alias": null,
|
|
228
|
+
"args": null,
|
|
229
|
+
"concreteType": "Identity",
|
|
230
|
+
"kind": "LinkedField",
|
|
231
|
+
"name": "licenseeIdentity",
|
|
232
|
+
"plural": false,
|
|
233
|
+
"selections": v6 /*: any*/,
|
|
234
|
+
"storageKey": null
|
|
235
|
+
}, {
|
|
236
|
+
"alias": null,
|
|
237
|
+
"args": null,
|
|
238
|
+
"concreteType": "Identity",
|
|
239
|
+
"kind": "LinkedField",
|
|
240
|
+
"name": "billingIdentity",
|
|
241
|
+
"plural": false,
|
|
242
|
+
"selections": v6 /*: any*/,
|
|
243
|
+
"storageKey": null
|
|
244
|
+
}, {
|
|
100
245
|
"alias": null,
|
|
101
246
|
"args": null,
|
|
102
247
|
"concreteType": "Money",
|
|
@@ -140,6 +285,15 @@ const node = function () {
|
|
|
140
285
|
"kind": "ScalarField",
|
|
141
286
|
"name": "percentAmount",
|
|
142
287
|
"storageKey": null
|
|
288
|
+
}, {
|
|
289
|
+
"alias": null,
|
|
290
|
+
"args": null,
|
|
291
|
+
"concreteType": "Money",
|
|
292
|
+
"kind": "LinkedField",
|
|
293
|
+
"name": "creditAmount",
|
|
294
|
+
"plural": false,
|
|
295
|
+
"selections": v2 /*: any*/,
|
|
296
|
+
"storageKey": null
|
|
143
297
|
}, {
|
|
144
298
|
"alias": null,
|
|
145
299
|
"args": null,
|
|
@@ -149,9 +303,9 @@ const node = function () {
|
|
|
149
303
|
"plural": false,
|
|
150
304
|
"selections": v2 /*: any*/,
|
|
151
305
|
"storageKey": null
|
|
152
|
-
},
|
|
306
|
+
}, v5 /*: any*/],
|
|
153
307
|
"storageKey": null
|
|
154
|
-
},
|
|
308
|
+
}, v5 /*: any*/],
|
|
155
309
|
"storageKey": null
|
|
156
310
|
}, {
|
|
157
311
|
"alias": null,
|
|
@@ -162,15 +316,6 @@ const node = function () {
|
|
|
162
316
|
"plural": false,
|
|
163
317
|
"selections": v2 /*: any*/,
|
|
164
318
|
"storageKey": null
|
|
165
|
-
}, {
|
|
166
|
-
"alias": null,
|
|
167
|
-
"args": null,
|
|
168
|
-
"concreteType": "Money",
|
|
169
|
-
"kind": "LinkedField",
|
|
170
|
-
"name": "total",
|
|
171
|
-
"plural": false,
|
|
172
|
-
"selections": v2 /*: any*/,
|
|
173
|
-
"storageKey": null
|
|
174
319
|
}, {
|
|
175
320
|
"alias": null,
|
|
176
321
|
"args": null,
|
|
@@ -198,22 +343,22 @@ const node = function () {
|
|
|
198
343
|
"kind": "ScalarField",
|
|
199
344
|
"name": "gstIncluded",
|
|
200
345
|
"storageKey": null
|
|
201
|
-
},
|
|
346
|
+
}, v5 /*: any*/],
|
|
202
347
|
"storageKey": null
|
|
203
348
|
}],
|
|
204
349
|
"storageKey": null
|
|
205
350
|
}]
|
|
206
351
|
},
|
|
207
352
|
"params": {
|
|
208
|
-
"cacheID": "
|
|
353
|
+
"cacheID": "f34b1a44e04964c479fa07bffef8157e",
|
|
209
354
|
"id": null,
|
|
210
355
|
"metadata": {},
|
|
211
356
|
"name": "CouponCodeInputApplyCouponMutation",
|
|
212
357
|
"operationKind": "mutation",
|
|
213
|
-
"text": "mutation CouponCodeInputApplyCouponMutation(\n $input: ApplyCouponInput!\n) {\n applyCoupon(input: $input) {\n order {\n ...CartTotals_order\n id\n }\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n"
|
|
358
|
+
"text": "mutation CouponCodeInputApplyCouponMutation(\n $input: ApplyCouponInput!\n) {\n applyCoupon(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n}\n"
|
|
214
359
|
}
|
|
215
360
|
};
|
|
216
361
|
}();
|
|
217
|
-
node.hash = "
|
|
362
|
+
node.hash = "c53b64e200d60a461b3f47f15578e34e";
|
|
218
363
|
var _default = node;
|
|
219
364
|
exports.default = _default;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _CouponCodeRefetchQuery = _interopRequireDefault(require("./CouponCodeRefetchQuery.graphql"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
10
|
* @generated SignedSource<<747741e741f1f3ba76d80e5ad7144459>>
|
|
11
11
|
* @lightSyntaxTransform
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<6d9db8ee3fc136c368f5a87d2fb9dc6e>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -29,7 +29,20 @@ const node = function () {
|
|
|
29
29
|
"name": "code",
|
|
30
30
|
"variableName": "code"
|
|
31
31
|
},
|
|
32
|
-
v2 = {
|
|
32
|
+
v2 = [{
|
|
33
|
+
"alias": null,
|
|
34
|
+
"args": null,
|
|
35
|
+
"kind": "ScalarField",
|
|
36
|
+
"name": "amount",
|
|
37
|
+
"storageKey": null
|
|
38
|
+
}, {
|
|
39
|
+
"alias": null,
|
|
40
|
+
"args": null,
|
|
41
|
+
"kind": "ScalarField",
|
|
42
|
+
"name": "currency",
|
|
43
|
+
"storageKey": null
|
|
44
|
+
}],
|
|
45
|
+
v3 = {
|
|
33
46
|
"alias": null,
|
|
34
47
|
"args": null,
|
|
35
48
|
"kind": "ScalarField",
|
|
@@ -106,6 +119,15 @@ const node = function () {
|
|
|
106
119
|
"kind": "ScalarField",
|
|
107
120
|
"name": "percentAmount",
|
|
108
121
|
"storageKey": null
|
|
122
|
+
}, {
|
|
123
|
+
"alias": null,
|
|
124
|
+
"args": null,
|
|
125
|
+
"concreteType": "Money",
|
|
126
|
+
"kind": "LinkedField",
|
|
127
|
+
"name": "creditAmount",
|
|
128
|
+
"plural": false,
|
|
129
|
+
"selections": v2 /*: any*/,
|
|
130
|
+
"storageKey": null
|
|
109
131
|
}, {
|
|
110
132
|
"alias": null,
|
|
111
133
|
"args": null,
|
|
@@ -113,19 +135,7 @@ const node = function () {
|
|
|
113
135
|
"kind": "LinkedField",
|
|
114
136
|
"name": "creditAmountRemaining",
|
|
115
137
|
"plural": false,
|
|
116
|
-
"selections":
|
|
117
|
-
"alias": null,
|
|
118
|
-
"args": null,
|
|
119
|
-
"kind": "ScalarField",
|
|
120
|
-
"name": "amount",
|
|
121
|
-
"storageKey": null
|
|
122
|
-
}, {
|
|
123
|
-
"alias": null,
|
|
124
|
-
"args": null,
|
|
125
|
-
"kind": "ScalarField",
|
|
126
|
-
"name": "currency",
|
|
127
|
-
"storageKey": null
|
|
128
|
-
}],
|
|
138
|
+
"selections": v2 /*: any*/,
|
|
129
139
|
"storageKey": null
|
|
130
140
|
}],
|
|
131
141
|
"type": "Coupon",
|
|
@@ -143,23 +153,23 @@ const node = function () {
|
|
|
143
153
|
"abstractKey": null
|
|
144
154
|
}, {
|
|
145
155
|
"kind": "InlineFragment",
|
|
146
|
-
"selections": [
|
|
156
|
+
"selections": [v3 /*: any*/],
|
|
147
157
|
"type": "Node",
|
|
148
158
|
"abstractKey": "__isNode"
|
|
149
159
|
}],
|
|
150
160
|
"storageKey": null
|
|
151
161
|
}]
|
|
152
|
-
},
|
|
162
|
+
}, v3 /*: any*/],
|
|
153
163
|
"storageKey": null
|
|
154
164
|
}]
|
|
155
165
|
},
|
|
156
166
|
"params": {
|
|
157
|
-
"cacheID": "
|
|
167
|
+
"cacheID": "f08c0f721fec69553d4c9f16ee5882f0",
|
|
158
168
|
"id": null,
|
|
159
169
|
"metadata": {},
|
|
160
170
|
"name": "CouponCodeRefetchQuery",
|
|
161
171
|
"operationKind": "query",
|
|
162
|
-
"text": "query CouponCodeRefetchQuery(\n $code: String = \"\"\n $includeCoupon: Boolean = false\n) {\n viewer {\n ...CouponCodeInput_viewer_i9A7a\n id\n }\n}\n\nfragment CouponCodeInput_viewer_i9A7a on Viewer {\n coupon(code: $code) @include(if: $includeCoupon) {\n __typename\n ... on Coupon {\n ...CouponText_coupon\n }\n ... on Error {\n message\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n"
|
|
172
|
+
"text": "query CouponCodeRefetchQuery(\n $code: String = \"\"\n $includeCoupon: Boolean = false\n) {\n viewer {\n ...CouponCodeInput_viewer_i9A7a\n id\n }\n}\n\nfragment CouponCodeInput_viewer_i9A7a on Viewer {\n coupon(code: $code) @include(if: $includeCoupon) {\n __typename\n ... on Coupon {\n ...CouponText_coupon\n }\n ... on Error {\n message\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n"
|
|
163
173
|
}
|
|
164
174
|
};
|
|
165
175
|
}();
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<7959b7dd394b0f11e64a2643d084be32>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
6
6
|
import { ReaderFragment } from 'relay-runtime';
|
|
7
7
|
import { FragmentRefs } from "relay-runtime";
|
|
8
8
|
export type CouponText_coupon$data = {
|
|
9
|
+
readonly creditAmount: {
|
|
10
|
+
readonly amount: number;
|
|
11
|
+
readonly currency: string;
|
|
12
|
+
} | null;
|
|
9
13
|
readonly creditAmountRemaining: {
|
|
10
14
|
readonly amount: number;
|
|
11
15
|
readonly currency: string;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<7959b7dd394b0f11e64a2643d084be32>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -14,48 +14,60 @@ exports.default = void 0;
|
|
|
14
14
|
/* eslint-disable */
|
|
15
15
|
// @ts-nocheck
|
|
16
16
|
|
|
17
|
-
const node = {
|
|
18
|
-
|
|
19
|
-
"kind": "Fragment",
|
|
20
|
-
"metadata": null,
|
|
21
|
-
"name": "CouponText_coupon",
|
|
22
|
-
"selections": [{
|
|
17
|
+
const node = function () {
|
|
18
|
+
var v0 = [{
|
|
23
19
|
"alias": null,
|
|
24
20
|
"args": null,
|
|
25
21
|
"kind": "ScalarField",
|
|
26
|
-
"name": "
|
|
22
|
+
"name": "amount",
|
|
27
23
|
"storageKey": null
|
|
28
24
|
}, {
|
|
29
25
|
"alias": null,
|
|
30
26
|
"args": null,
|
|
31
27
|
"kind": "ScalarField",
|
|
32
|
-
"name": "
|
|
28
|
+
"name": "currency",
|
|
33
29
|
"storageKey": null
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"name": "
|
|
40
|
-
"plural": false,
|
|
30
|
+
}];
|
|
31
|
+
return {
|
|
32
|
+
"argumentDefinitions": [],
|
|
33
|
+
"kind": "Fragment",
|
|
34
|
+
"metadata": null,
|
|
35
|
+
"name": "CouponText_coupon",
|
|
41
36
|
"selections": [{
|
|
42
37
|
"alias": null,
|
|
43
38
|
"args": null,
|
|
44
39
|
"kind": "ScalarField",
|
|
45
|
-
"name": "
|
|
40
|
+
"name": "type",
|
|
46
41
|
"storageKey": null
|
|
47
42
|
}, {
|
|
48
43
|
"alias": null,
|
|
49
44
|
"args": null,
|
|
50
45
|
"kind": "ScalarField",
|
|
51
|
-
"name": "
|
|
46
|
+
"name": "percentAmount",
|
|
47
|
+
"storageKey": null
|
|
48
|
+
}, {
|
|
49
|
+
"alias": null,
|
|
50
|
+
"args": null,
|
|
51
|
+
"concreteType": "Money",
|
|
52
|
+
"kind": "LinkedField",
|
|
53
|
+
"name": "creditAmount",
|
|
54
|
+
"plural": false,
|
|
55
|
+
"selections": v0 /*: any*/,
|
|
56
|
+
"storageKey": null
|
|
57
|
+
}, {
|
|
58
|
+
"alias": null,
|
|
59
|
+
"args": null,
|
|
60
|
+
"concreteType": "Money",
|
|
61
|
+
"kind": "LinkedField",
|
|
62
|
+
"name": "creditAmountRemaining",
|
|
63
|
+
"plural": false,
|
|
64
|
+
"selections": v0 /*: any*/,
|
|
52
65
|
"storageKey": null
|
|
53
66
|
}],
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
node.hash = "1d8116645b5f96a820af21db9e15f375";
|
|
67
|
+
"type": "Coupon",
|
|
68
|
+
"abstractKey": null
|
|
69
|
+
};
|
|
70
|
+
}();
|
|
71
|
+
node.hash = "484f6e7b6a444d53ee056ac4a43a58f3";
|
|
60
72
|
var _default = node;
|
|
61
73
|
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<80f564ffba06ead4c47325a877483413>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -18,7 +18,7 @@ export type FamilyList_node$data = {
|
|
|
18
18
|
readonly name: string;
|
|
19
19
|
}> | null;
|
|
20
20
|
readonly " $fragmentSpreads": FragmentRefs<"FontStyle_fontStyle">;
|
|
21
|
-
}
|
|
21
|
+
}>;
|
|
22
22
|
readonly name: string;
|
|
23
23
|
readonly " $fragmentType": "FamilyList_node";
|
|
24
24
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<4346e10a77695713cf5b9a6b7497cd5b>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -21,7 +21,7 @@ export type Family_node$data = {
|
|
|
21
21
|
readonly variableInstances: ReadonlyArray<{
|
|
22
22
|
readonly name: string;
|
|
23
23
|
}> | null;
|
|
24
|
-
}
|
|
24
|
+
}>;
|
|
25
25
|
readonly isVariableFont: boolean;
|
|
26
26
|
readonly name: string;
|
|
27
27
|
readonly sku: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<4346e10a77695713cf5b9a6b7497cd5b>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -20,16 +20,33 @@ const node = function () {
|
|
|
20
20
|
"kind": "FragmentSpread",
|
|
21
21
|
"name": "FamilyList_node"
|
|
22
22
|
},
|
|
23
|
-
v1 = {
|
|
23
|
+
v1 = [{
|
|
24
|
+
"kind": "Variable",
|
|
25
|
+
"name": "licenseOptions",
|
|
26
|
+
"variableName": "licenseOptions"
|
|
27
|
+
}, {
|
|
28
|
+
"kind": "Variable",
|
|
29
|
+
"name": "orderVariables",
|
|
30
|
+
"variableName": "orderVariables"
|
|
31
|
+
}],
|
|
32
|
+
v2 = {
|
|
24
33
|
"alias": null,
|
|
25
34
|
"args": null,
|
|
26
35
|
"kind": "ScalarField",
|
|
27
36
|
"name": "name",
|
|
28
37
|
"storageKey": null
|
|
29
38
|
},
|
|
30
|
-
|
|
39
|
+
v3 = [v2 /*: any*/];
|
|
31
40
|
return {
|
|
32
|
-
"argumentDefinitions": [
|
|
41
|
+
"argumentDefinitions": [{
|
|
42
|
+
"defaultValue": [],
|
|
43
|
+
"kind": "LocalArgument",
|
|
44
|
+
"name": "licenseOptions"
|
|
45
|
+
}, {
|
|
46
|
+
"defaultValue": [],
|
|
47
|
+
"kind": "LocalArgument",
|
|
48
|
+
"name": "orderVariables"
|
|
49
|
+
}],
|
|
33
50
|
"kind": "Fragment",
|
|
34
51
|
"metadata": null,
|
|
35
52
|
"name": "Family_node",
|
|
@@ -47,11 +64,11 @@ const node = function () {
|
|
|
47
64
|
"name": "id",
|
|
48
65
|
"storageKey": null
|
|
49
66
|
}, {
|
|
50
|
-
"args":
|
|
67
|
+
"args": v1 /*: any*/,
|
|
51
68
|
"kind": "FragmentSpread",
|
|
52
69
|
"name": "SKUPrice_sku"
|
|
53
70
|
}, {
|
|
54
|
-
"args":
|
|
71
|
+
"args": v1 /*: any*/,
|
|
55
72
|
"kind": "FragmentSpread",
|
|
56
73
|
"name": "SelectButton_sku"
|
|
57
74
|
}],
|
|
@@ -62,7 +79,7 @@ const node = function () {
|
|
|
62
79
|
"kind": "ScalarField",
|
|
63
80
|
"name": "cssUrl",
|
|
64
81
|
"storageKey": null
|
|
65
|
-
},
|
|
82
|
+
}, v2 /*: any*/, {
|
|
66
83
|
"alias": null,
|
|
67
84
|
"args": null,
|
|
68
85
|
"kind": "ScalarField",
|
|
@@ -94,7 +111,7 @@ const node = function () {
|
|
|
94
111
|
"kind": "LinkedField",
|
|
95
112
|
"name": "variableAxes",
|
|
96
113
|
"plural": true,
|
|
97
|
-
"selections":
|
|
114
|
+
"selections": v3 /*: any*/,
|
|
98
115
|
"storageKey": null
|
|
99
116
|
}, {
|
|
100
117
|
"alias": null,
|
|
@@ -103,7 +120,7 @@ const node = function () {
|
|
|
103
120
|
"kind": "LinkedField",
|
|
104
121
|
"name": "variableInstances",
|
|
105
122
|
"plural": true,
|
|
106
|
-
"selections":
|
|
123
|
+
"selections": v3 /*: any*/,
|
|
107
124
|
"storageKey": null
|
|
108
125
|
}],
|
|
109
126
|
"storageKey": null
|
|
@@ -144,6 +161,6 @@ const node = function () {
|
|
|
144
161
|
"abstractKey": null
|
|
145
162
|
};
|
|
146
163
|
}();
|
|
147
|
-
node.hash = "
|
|
164
|
+
node.hash = "da6c597ec8c8b1672cb1596281a7fc2a";
|
|
148
165
|
var _default = node;
|
|
149
166
|
exports.default = _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<8f18b710dfd154a0a33b3ccc983a96bb>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type Family_viewer$data = {
|
|
9
|
+
readonly " $fragmentSpreads": FragmentRefs<"SKUPrice_viewer" | "SelectButton_viewer">;
|
|
10
|
+
readonly " $fragmentType": "Family_viewer";
|
|
11
|
+
};
|
|
12
|
+
export type Family_viewer$key = {
|
|
13
|
+
readonly " $data"?: Family_viewer$data;
|
|
14
|
+
readonly " $fragmentSpreads": FragmentRefs<"Family_viewer">;
|
|
15
|
+
};
|
|
16
|
+
declare const node: ReaderFragment;
|
|
17
|
+
export default node;
|
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<2cb731b4bc4768d7fe01387fe81dfb27>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
6
6
|
import { ConcreteRequest } from 'relay-runtime';
|
|
7
7
|
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type LicenseOptionsSpec = {
|
|
9
|
+
licenseId: string;
|
|
10
|
+
licenseOptionIds?: ReadonlyArray<string> | null;
|
|
11
|
+
};
|
|
12
|
+
export type OrderVariableSelectionInput = {
|
|
13
|
+
orderVariableId: string;
|
|
14
|
+
orderVariableOptionId?: string | null;
|
|
15
|
+
};
|
|
8
16
|
export type FontFamiliesQuery$variables = {
|
|
9
17
|
collectionId: string;
|
|
18
|
+
licenseOptions: ReadonlyArray<LicenseOptionsSpec | null>;
|
|
19
|
+
orderVariables?: ReadonlyArray<OrderVariableSelectionInput> | null;
|
|
10
20
|
};
|
|
11
21
|
export type FontFamiliesQuery$data = {
|
|
12
22
|
readonly node: {
|