fontdue-js 2.17.2 → 2.18.2

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/__generated__/CartItemProduct_product.graphql.d.ts +1 -1
  3. package/dist/__generated__/CartItemProduct_product.graphql.js +16 -10
  4. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
  5. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +16 -10
  6. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
  7. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +16 -10
  8. package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
  9. package/dist/__generated__/CartOrderUpdateMutation.graphql.js +16 -10
  10. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  11. package/dist/__generated__/CartQuery.graphql.js +16 -10
  12. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
  13. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +37 -29
  14. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
  15. package/dist/__generated__/CartStateUpdateMutation.graphql.js +79 -66
  16. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +2 -1
  17. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +16 -10
  18. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  19. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +16 -10
  20. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
  21. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +37 -29
  22. package/dist/__generated__/NewsletterSignupQuery.graphql.d.ts +3 -1
  23. package/dist/__generated__/NewsletterSignupQuery.graphql.js +16 -4
  24. package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.d.ts +2 -1
  25. package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.js +1 -1
  26. package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
  27. package/dist/__generated__/PrecartAddToCartMutation.graphql.js +21 -15
  28. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +1 -1
  29. package/dist/__generated__/StoreModalCartQuery.graphql.js +27 -21
  30. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
  31. package/dist/__generated__/StoreModalProductQuery.graphql.js +117 -79
  32. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +1 -1
  33. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +39 -4
  34. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +13 -1
  35. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +37 -2
  36. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
  37. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +10 -4
  38. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +2 -1
  39. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +10 -4
  40. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  41. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +36 -28
  42. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +2 -1
  43. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +9 -3
  44. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +2 -1
  45. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +16 -10
  46. package/dist/__generated__/TestFontsForm_Query.graphql.d.ts +3 -1
  47. package/dist/__generated__/TestFontsForm_Query.graphql.js +16 -4
  48. package/dist/__generated__/productState_Query.graphql.d.ts +29 -1
  49. package/dist/__generated__/productState_Query.graphql.js +24 -5
  50. package/dist/__generated__/productState_collectionBundle.graphql.d.ts +41 -0
  51. package/dist/__generated__/productState_collectionBundle.graphql.js +88 -0
  52. package/dist/__generated__/productState_node.graphql.d.ts +29 -1
  53. package/dist/__generated__/productState_node.graphql.js +20 -2
  54. package/dist/components/Cart/CartItem/CartItemProduct.js +3 -3
  55. package/dist/components/CharacterViewer/index.js +22 -2
  56. package/dist/components/NewsletterSignup/index.js +62 -19
  57. package/dist/components/Root/productState.js +35 -7
  58. package/dist/components/StoreModalProductSummary/index.js +21 -9
  59. package/dist/components/StripeProvider/index.d.ts +1 -2
  60. package/dist/components/StripeProvider/index.js +7 -10
  61. package/dist/components/TestFontsForm/index.js +60 -12
  62. package/dist/components/elements/StoreModalUnifiedCheckout.js +4 -4
  63. package/dist/relay/environment.js +5 -1
  64. package/package.json +3 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<fd9a589afeb150e0132fee0779eb4ea1>>
8
+ * @generated SignedSource<<a630ed5ce31009146a5c99d316f11ab9>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -117,22 +117,29 @@ const node = function () {
117
117
  "name": "cssUrl",
118
118
  "storageKey": null
119
119
  },
120
- v17 = [v1 /*: any*/, v2 /*: any*/],
121
- v18 = {
120
+ v17 = {
122
121
  "alias": null,
123
122
  "args": null,
124
123
  "kind": "ScalarField",
125
- "name": "email",
124
+ "name": "totalStyles",
126
125
  "storageKey": null
127
126
  },
127
+ v18 = [v1 /*: any*/, v2 /*: any*/],
128
128
  v19 = {
129
+ "alias": null,
130
+ "args": null,
131
+ "kind": "ScalarField",
132
+ "name": "email",
133
+ "storageKey": null
134
+ },
135
+ v20 = {
129
136
  "alias": null,
130
137
  "args": null,
131
138
  "kind": "ScalarField",
132
139
  "name": "country",
133
140
  "storageKey": null
134
141
  },
135
- v20 = [v18 /*: any*/, {
142
+ v21 = [v19 /*: any*/, {
136
143
  "alias": null,
137
144
  "args": null,
138
145
  "kind": "ScalarField",
@@ -180,7 +187,7 @@ const node = function () {
180
187
  "kind": "ScalarField",
181
188
  "name": "sublocality",
182
189
  "storageKey": null
183
- }, v19 /*: any*/, {
190
+ }, v20 /*: any*/, {
184
191
  "alias": null,
185
192
  "args": null,
186
193
  "kind": "ScalarField",
@@ -593,13 +600,7 @@ const node = function () {
593
600
  "kind": "ScalarField",
594
601
  "name": "isVariableFont",
595
602
  "storageKey": null
596
- }, {
597
- "alias": null,
598
- "args": null,
599
- "kind": "ScalarField",
600
- "name": "totalStyles",
601
- "storageKey": null
602
- }],
603
+ }, v17 /*: any*/],
603
604
  "type": "FontCollection",
604
605
  "abstractKey": null
605
606
  }, {
@@ -639,6 +640,11 @@ const node = function () {
639
640
  }],
640
641
  "type": "FontStyle",
641
642
  "abstractKey": null
643
+ }, {
644
+ "kind": "InlineFragment",
645
+ "selections": [v7 /*: any*/, v17 /*: any*/],
646
+ "type": "CollectionBundle",
647
+ "abstractKey": null
642
648
  }, {
643
649
  "kind": "InlineFragment",
644
650
  "selections": [{
@@ -696,7 +702,7 @@ const node = function () {
696
702
  "kind": "LinkedField",
697
703
  "name": "orderVariableOption",
698
704
  "plural": false,
699
- "selections": v17 /*: any*/,
705
+ "selections": v18 /*: any*/,
700
706
  "storageKey": null
701
707
  }, {
702
708
  "alias": null,
@@ -842,7 +848,7 @@ const node = function () {
842
848
  "kind": "LinkedField",
843
849
  "name": "customer",
844
850
  "plural": false,
845
- "selections": [v7 /*: any*/, v18 /*: any*/, {
851
+ "selections": [v7 /*: any*/, v19 /*: any*/, {
846
852
  "alias": null,
847
853
  "args": null,
848
854
  "kind": "ScalarField",
@@ -863,7 +869,7 @@ const node = function () {
863
869
  "kind": "LinkedField",
864
870
  "name": "licenseeIdentity",
865
871
  "plural": false,
866
- "selections": v20 /*: any*/,
872
+ "selections": v21 /*: any*/,
867
873
  "storageKey": null
868
874
  }, {
869
875
  "alias": null,
@@ -872,7 +878,7 @@ const node = function () {
872
878
  "kind": "LinkedField",
873
879
  "name": "billingIdentity",
874
880
  "plural": false,
875
- "selections": v20 /*: any*/,
881
+ "selections": v21 /*: any*/,
876
882
  "storageKey": null
877
883
  }, v6 /*: any*/],
878
884
  "storageKey": null
@@ -900,7 +906,7 @@ const node = function () {
900
906
  "kind": "LinkedField",
901
907
  "name": "orderVariableOptions",
902
908
  "plural": true,
903
- "selections": v17 /*: any*/,
909
+ "selections": v18 /*: any*/,
904
910
  "storageKey": null
905
911
  }],
906
912
  "storageKey": null
@@ -919,7 +925,7 @@ const node = function () {
919
925
  "storageKey": null
920
926
  }, v7 /*: any*/],
921
927
  "storageKey": null
922
- }, v19 /*: any*/, {
928
+ }, v20 /*: any*/, {
923
929
  "alias": null,
924
930
  "args": null,
925
931
  "kind": "ScalarField",
@@ -930,12 +936,12 @@ const node = function () {
930
936
  }]
931
937
  },
932
938
  "params": {
933
- "cacheID": "b1c9a8d6f3e5bc079d46f21e8e3d3d9c",
939
+ "cacheID": "abbe36c5163d799fdd06edf0789c4aeb",
934
940
  "id": null,
935
941
  "metadata": {},
936
942
  "name": "StoreModalCartQuery",
937
943
  "operationKind": "query",
938
- "text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n settings {\n taxSystem\n }\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n ...StoreModalOrderVariableSelection_order\n id\n total {\n amount\n }\n orderVariableSelections {\n id\n }\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n billingIdentity {\n name\n }\n }\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n settings {\n checkoutAddressCollection\n checkoutPhoneNumberCollection\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: [])\n orderVariableOptions {\n id\n amount\n }\n }\n countries {\n code\n name\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalOrderVariableSelection_order on Order {\n id\n orderVariableSelections {\n orderVariable {\n id\n name\n variableType\n }\n orderVariableDescription(format: HTML)\n orderVariableOption {\n id\n amount\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n settings {\n storeModalSelectOrderVariablesLabel(format: HTML)\n }\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\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 phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n detectedCountry\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n taxSystem\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
944
+ "text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n settings {\n taxSystem\n }\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n ...StoreModalOrderVariableSelection_order\n id\n total {\n amount\n }\n orderVariableSelections {\n id\n }\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n billingIdentity {\n name\n }\n }\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n settings {\n checkoutAddressCollection\n checkoutPhoneNumberCollection\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on CollectionBundle {\n name\n totalStyles\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: [])\n orderVariableOptions {\n id\n amount\n }\n }\n countries {\n code\n name\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalOrderVariableSelection_order on Order {\n id\n orderVariableSelections {\n orderVariable {\n id\n name\n variableType\n }\n orderVariableDescription(format: HTML)\n orderVariableOption {\n id\n amount\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n settings {\n storeModalSelectOrderVariablesLabel(format: HTML)\n }\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\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 phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n clientSecret\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n detectedCountry\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n taxSystem\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
939
945
  }
940
946
  };
941
947
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<af2299fbf3ea6b8fe2121596a59f4019>>
2
+ * @generated SignedSource<<01f76b7ad96fbc5ba37b6fa355d2497c>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<af2299fbf3ea6b8fe2121596a59f4019>>
8
+ * @generated SignedSource<<01f76b7ad96fbc5ba37b6fa355d2497c>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -89,74 +89,68 @@ const node = function () {
89
89
  v13 = [v12 /*: any*/],
90
90
  v14 = {
91
91
  "alias": null,
92
- "args": null,
93
- "concreteType": "Settings",
94
- "kind": "LinkedField",
95
- "name": "settings",
96
- "plural": false,
97
- "selections": [{
98
- "alias": null,
99
- "args": v13 /*: any*/,
100
- "kind": "ScalarField",
101
- "name": "storeModalSelectLicenseeLabel",
102
- "storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
103
- }, {
104
- "alias": null,
105
- "args": v13 /*: any*/,
106
- "kind": "ScalarField",
107
- "name": "storeModalSelectOrderVariablesLabel",
108
- "storageKey": "storeModalSelectOrderVariablesLabel(format:\"HTML\")"
109
- }, {
110
- "alias": null,
111
- "args": v13 /*: any*/,
112
- "kind": "ScalarField",
113
- "name": "storeModalSelectLicensesLabel",
114
- "storageKey": "storeModalSelectLicensesLabel(format:\"HTML\")"
115
- }, {
116
- "alias": null,
117
- "args": v13 /*: any*/,
118
- "kind": "ScalarField",
119
- "name": "storeModalSelectFontsLabel",
120
- "storageKey": "storeModalSelectFontsLabel(format:\"HTML\")"
121
- }],
122
- "storageKey": null
92
+ "args": v13 /*: any*/,
93
+ "kind": "ScalarField",
94
+ "name": "storeModalSelectLicenseeLabel",
95
+ "storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
123
96
  },
124
97
  v15 = {
98
+ "alias": null,
99
+ "args": v13 /*: any*/,
100
+ "kind": "ScalarField",
101
+ "name": "storeModalSelectOrderVariablesLabel",
102
+ "storageKey": "storeModalSelectOrderVariablesLabel(format:\"HTML\")"
103
+ },
104
+ v16 = {
105
+ "alias": null,
106
+ "args": v13 /*: any*/,
107
+ "kind": "ScalarField",
108
+ "name": "storeModalSelectLicensesLabel",
109
+ "storageKey": "storeModalSelectLicensesLabel(format:\"HTML\")"
110
+ },
111
+ v17 = {
112
+ "alias": null,
113
+ "args": v13 /*: any*/,
114
+ "kind": "ScalarField",
115
+ "name": "storeModalSelectFontsLabel",
116
+ "storageKey": "storeModalSelectFontsLabel(format:\"HTML\")"
117
+ },
118
+ v18 = {
125
119
  "alias": null,
126
120
  "args": null,
127
121
  "kind": "ScalarField",
128
122
  "name": "__typename",
129
123
  "storageKey": null
130
124
  },
131
- v16 = {
125
+ v19 = {
132
126
  "alias": null,
133
127
  "args": null,
134
128
  "kind": "ScalarField",
135
129
  "name": "isVariableFont",
136
130
  "storageKey": null
137
131
  },
138
- v17 = {
132
+ v20 = {
139
133
  "alias": null,
140
134
  "args": null,
141
135
  "kind": "ScalarField",
142
136
  "name": "collectionType",
143
137
  "storageKey": null
144
138
  },
145
- v18 = {
139
+ v21 = {
146
140
  "alias": null,
147
141
  "args": null,
148
142
  "kind": "ScalarField",
149
143
  "name": "amount",
150
144
  "storageKey": null
151
145
  },
152
- v19 = [v18 /*: any*/, {
146
+ v22 = [v21 /*: any*/, {
153
147
  "alias": null,
154
148
  "args": null,
155
149
  "kind": "ScalarField",
156
150
  "name": "currency",
157
151
  "storageKey": null
158
152
  }],
159
- v20 = {
153
+ v23 = {
160
154
  "alias": null,
161
155
  "args": null,
162
156
  "concreteType": "Sku",
@@ -170,83 +164,83 @@ const node = function () {
170
164
  "kind": "LinkedField",
171
165
  "name": "price",
172
166
  "plural": false,
173
- "selections": v19 /*: any*/,
167
+ "selections": v22 /*: any*/,
174
168
  "storageKey": null
175
169
  }],
176
170
  "storageKey": null
177
171
  },
178
- v21 = [v4 /*: any*/],
179
- v22 = {
172
+ v24 = [v4 /*: any*/],
173
+ v25 = {
180
174
  "alias": null,
181
175
  "args": null,
182
176
  "concreteType": "FontCollection",
183
177
  "kind": "LinkedField",
184
178
  "name": "parent",
185
179
  "plural": false,
186
- "selections": v21 /*: any*/,
180
+ "selections": v24 /*: any*/,
187
181
  "storageKey": null
188
182
  },
189
- v23 = {
183
+ v26 = {
190
184
  "alias": null,
191
185
  "args": null,
192
186
  "kind": "ScalarField",
193
187
  "name": "cssFamily",
194
188
  "storageKey": null
195
189
  },
196
- v24 = {
190
+ v27 = {
197
191
  "alias": null,
198
192
  "args": null,
199
193
  "kind": "ScalarField",
200
194
  "name": "supportedLanguages",
201
195
  "storageKey": null
202
196
  },
203
- v25 = {
197
+ v28 = {
204
198
  "alias": null,
205
199
  "args": null,
206
200
  "concreteType": "FontStyle",
207
201
  "kind": "LinkedField",
208
202
  "name": "featureStyle",
209
203
  "plural": false,
210
- "selections": [v23 /*: any*/, v11 /*: any*/, v24 /*: any*/, v4 /*: any*/],
204
+ "selections": [v26 /*: any*/, v11 /*: any*/, v27 /*: any*/, v4 /*: any*/],
211
205
  "storageKey": null
212
206
  },
213
- v26 = {
207
+ v29 = {
214
208
  "alias": null,
215
209
  "args": null,
216
210
  "kind": "ScalarField",
217
211
  "name": "totalStyles",
218
212
  "storageKey": null
219
213
  },
220
- v27 = {
214
+ v30 = {
221
215
  "alias": null,
222
216
  "args": null,
223
217
  "concreteType": "Money",
224
218
  "kind": "LinkedField",
225
219
  "name": "totalStylesPrice",
226
220
  "plural": false,
227
- "selections": v19 /*: any*/,
221
+ "selections": v22 /*: any*/,
228
222
  "storageKey": null
229
223
  },
230
- v28 = [{
224
+ v31 = [{
231
225
  "kind": "Literal",
232
226
  "name": "collectionTypes",
233
227
  "value": ["FAMILY"]
234
228
  }],
235
- v29 = {
229
+ v32 = {
236
230
  "alias": null,
237
231
  "args": null,
238
232
  "kind": "ScalarField",
239
233
  "name": "cssUrl",
240
234
  "storageKey": null
241
235
  },
242
- v30 = {
236
+ v33 = {
243
237
  "alias": null,
244
238
  "args": null,
245
239
  "concreteType": "FontStyle",
246
240
  "kind": "LinkedField",
247
241
  "name": "fontStyles",
248
242
  "plural": true,
249
- "selections": [v4 /*: any*/, v23 /*: any*/, {
243
+ "selections": [v4 /*: any*/, v26 /*: any*/, {
250
244
  "alias": null,
251
245
  "args": null,
252
246
  "kind": "ScalarField",
@@ -258,7 +252,7 @@ const node = function () {
258
252
  "kind": "ScalarField",
259
253
  "name": "cssStretch",
260
254
  "storageKey": null
261
- }, v11 /*: any*/, v24 /*: any*/, {
255
+ }, v11 /*: any*/, v27 /*: any*/, {
262
256
  "alias": null,
263
257
  "args": null,
264
258
  "concreteType": "VariableInstance",
@@ -288,28 +282,28 @@ const node = function () {
288
282
  "storageKey": null
289
283
  }],
290
284
  "storageKey": null
291
- }, v20 /*: any*/],
285
+ }, v23 /*: any*/],
292
286
  "storageKey": null
293
287
  },
294
- v31 = {
288
+ v34 = {
295
289
  "alias": null,
296
290
  "args": null,
297
291
  "concreteType": "Bundle",
298
292
  "kind": "LinkedField",
299
293
  "name": "bundles",
300
294
  "plural": true,
301
- "selections": [v4 /*: any*/, v30 /*: any*/, v11 /*: any*/, v20 /*: any*/],
295
+ "selections": [v4 /*: any*/, v33 /*: any*/, v11 /*: any*/, v23 /*: any*/],
302
296
  "storageKey": null
303
297
  },
304
- v32 = [v18 /*: any*/],
305
- v33 = [v26 /*: any*/, {
298
+ v35 = [v21 /*: any*/],
299
+ v36 = [v29 /*: any*/, {
306
300
  "alias": null,
307
301
  "args": v7 /*: any*/,
308
302
  "concreteType": "Money",
309
303
  "kind": "LinkedField",
310
304
  "name": "totalStylesPrice",
311
305
  "plural": false,
312
- "selections": v32 /*: any*/,
306
+ "selections": v35 /*: any*/,
313
307
  "storageKey": null
314
308
  }];
315
309
  return {
@@ -355,7 +349,16 @@ const node = function () {
355
349
  "plural": true,
356
350
  "selections": [v4 /*: any*/, v10 /*: any*/, v11 /*: any*/],
357
351
  "storageKey": null
358
- }, v14 /*: any*/],
352
+ }, {
353
+ "alias": null,
354
+ "args": null,
355
+ "concreteType": "Settings",
356
+ "kind": "LinkedField",
357
+ "name": "settings",
358
+ "plural": false,
359
+ "selections": [v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/],
360
+ "storageKey": null
361
+ }],
359
362
  "storageKey": null
360
363
  }],
361
364
  "type": "RootQueryType",
@@ -373,30 +376,30 @@ const node = function () {
373
376
  "kind": "LinkedField",
374
377
  "name": "node",
375
378
  "plural": false,
376
- "selections": [v15 /*: any*/, v4 /*: any*/, {
379
+ "selections": [v18 /*: any*/, v4 /*: any*/, {
377
380
  "kind": "TypeDiscriminator",
378
381
  "abstractKey": "__isNode"
379
382
  }, {
380
383
  "kind": "InlineFragment",
381
- "selections": [v16 /*: any*/, v17 /*: any*/, v11 /*: any*/, v20 /*: any*/, v22 /*: any*/, v25 /*: any*/, v26 /*: any*/, v27 /*: any*/, {
384
+ "selections": [v19 /*: any*/, v20 /*: any*/, v11 /*: any*/, v23 /*: any*/, v25 /*: any*/, v28 /*: any*/, v29 /*: any*/, v30 /*: any*/, {
382
385
  "alias": null,
383
- "args": v28 /*: any*/,
386
+ "args": v31 /*: any*/,
384
387
  "concreteType": "FontCollection",
385
388
  "kind": "LinkedField",
386
389
  "name": "children",
387
390
  "plural": true,
388
- "selections": [v16 /*: any*/, v26 /*: any*/, v4 /*: any*/, v17 /*: any*/, v11 /*: any*/, v20 /*: any*/, v22 /*: any*/, v25 /*: any*/, v27 /*: any*/, {
391
+ "selections": [v19 /*: any*/, v29 /*: any*/, v4 /*: any*/, v20 /*: any*/, v11 /*: any*/, v23 /*: any*/, v25 /*: any*/, v28 /*: any*/, v30 /*: any*/, {
389
392
  "alias": null,
390
- "args": v28 /*: any*/,
393
+ "args": v31 /*: any*/,
391
394
  "concreteType": "FontCollection",
392
395
  "kind": "LinkedField",
393
396
  "name": "children",
394
397
  "plural": true,
395
- "selections": [v16 /*: any*/, v26 /*: any*/, v4 /*: any*/],
398
+ "selections": [v19 /*: any*/, v29 /*: any*/, v4 /*: any*/],
396
399
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
397
- }, v29 /*: any*/, v31 /*: any*/, v30 /*: any*/],
400
+ }, v32 /*: any*/, v34 /*: any*/, v33 /*: any*/],
398
401
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
399
- }, v29 /*: any*/, v31 /*: any*/, v30 /*: any*/, {
402
+ }, v32 /*: any*/, v34 /*: any*/, v33 /*: any*/, {
400
403
  "alias": null,
401
404
  "args": null,
402
405
  "concreteType": "License",
@@ -441,7 +444,7 @@ const node = function () {
441
444
  "kind": "LinkedField",
442
445
  "name": "licenseOptions",
443
446
  "plural": true,
444
- "selections": [v4 /*: any*/, v11 /*: any*/, v18 /*: any*/, {
447
+ "selections": [v4 /*: any*/, v11 /*: any*/, v21 /*: any*/, {
445
448
  "alias": null,
446
449
  "args": null,
447
450
  "kind": "ScalarField",
@@ -485,7 +488,7 @@ const node = function () {
485
488
  "kind": "LinkedField",
486
489
  "name": "orderVariableOptions",
487
490
  "plural": true,
488
- "selections": [v4 /*: any*/, v18 /*: any*/],
491
+ "selections": [v4 /*: any*/, v21 /*: any*/],
489
492
  "storageKey": null
490
493
  }],
491
494
  "storageKey": null
@@ -510,6 +513,36 @@ const node = function () {
510
513
  "kind": "ScalarField",
511
514
  "name": "detectedCountry",
512
515
  "storageKey": null
516
+ }, {
517
+ "alias": null,
518
+ "args": null,
519
+ "concreteType": "Settings",
520
+ "kind": "LinkedField",
521
+ "name": "settings",
522
+ "plural": false,
523
+ "selections": [{
524
+ "alias": null,
525
+ "args": null,
526
+ "kind": "ScalarField",
527
+ "name": "taxSystem",
528
+ "storageKey": null
529
+ }, {
530
+ "alias": null,
531
+ "args": null,
532
+ "concreteType": "StripeTaxSettings",
533
+ "kind": "LinkedField",
534
+ "name": "stripeTaxSettings",
535
+ "plural": false,
536
+ "selections": [{
537
+ "alias": null,
538
+ "args": null,
539
+ "kind": "ScalarField",
540
+ "name": "taxBehavior",
541
+ "storageKey": null
542
+ }],
543
+ "storageKey": null
544
+ }, v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/],
545
+ "storageKey": null
513
546
  }, {
514
547
  "alias": null,
515
548
  "args": null,
@@ -556,7 +589,7 @@ const node = function () {
556
589
  "kind": "LinkedField",
557
590
  "name": "price",
558
591
  "plural": false,
559
- "selections": v32 /*: any*/,
592
+ "selections": v35 /*: any*/,
560
593
  "storageKey": null
561
594
  }, {
562
595
  "alias": null,
@@ -565,19 +598,24 @@ const node = function () {
565
598
  "kind": "LinkedField",
566
599
  "name": "product",
567
600
  "plural": false,
568
- "selections": [v15 /*: any*/, {
601
+ "selections": [v18 /*: any*/, {
569
602
  "kind": "InlineFragment",
570
- "selections": v33 /*: any*/,
603
+ "selections": v36 /*: any*/,
571
604
  "type": "FontCollection",
572
605
  "abstractKey": null
573
606
  }, {
574
607
  "kind": "InlineFragment",
575
- "selections": v33 /*: any*/,
608
+ "selections": v36 /*: any*/,
576
609
  "type": "Bundle",
577
610
  "abstractKey": null
578
611
  }, {
579
612
  "kind": "InlineFragment",
580
- "selections": v21 /*: any*/,
613
+ "selections": v36 /*: any*/,
614
+ "type": "CollectionBundle",
615
+ "abstractKey": null
616
+ }, {
617
+ "kind": "InlineFragment",
618
+ "selections": v24 /*: any*/,
581
619
  "type": "Node",
582
620
  "abstractKey": "__isNode"
583
621
  }],
@@ -591,21 +629,21 @@ const node = function () {
591
629
  "kind": "LinkedField",
592
630
  "name": "subtotal",
593
631
  "plural": false,
594
- "selections": v19 /*: any*/,
632
+ "selections": v22 /*: any*/,
595
633
  "storageKey": null
596
634
  }],
597
635
  "storageKey": null
598
- }, v14 /*: any*/, v4 /*: any*/],
636
+ }, v4 /*: any*/],
599
637
  "storageKey": null
600
638
  }]
601
639
  },
602
640
  "params": {
603
- "cacheID": "052b047c3b585a85c60edf9e87efea17",
641
+ "cacheID": "784d45bcc0d8d077431acc34805b6350",
604
642
  "id": null,
605
643
  "metadata": {},
606
644
  "name": "StoreModalProductQuery",
607
645
  "operationKind": "query",
608
- "text": "query StoreModalProductQuery(\n $productId: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n collection: node(id: $productId) {\n __typename\n id\n ...StoreModalProductContent_collection_4sncub\n }\n viewer {\n endpoint\n stripeAccountId\n ...OrderVariableSelectionRedux_viewer_2ZguDv\n ...StoreModalProductSummary_viewer_4sncub\n orderVariables {\n id\n variableType\n name\n }\n settings {\n storeModalSelectLicenseeLabel(format: HTML)\n storeModalSelectOrderVariablesLabel(format: HTML)\n storeModalSelectLicensesLabel(format: HTML)\n storeModalSelectFontsLabel(format: HTML)\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelectionRedux_viewer_2ZguDv on Viewer {\n ...OrderVariableSelection_variables_2ZguDv\n detectedCountry\n orderVariables {\n id\n variableType\n }\n}\n\nfragment OrderVariableSelection_variables_2ZguDv on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: $orderVariables)\n orderVariableOptions {\n id\n amount\n }\n }\n countries {\n code\n name\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment StoreModalBundleButton_bundle_4sncub on Bundle {\n id\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n fontStyles {\n id\n ...FontStyle_fontStyle\n }\n}\n\nfragment StoreModalFamilyButton_collection_4sncub on FontCollection {\n isVariableFont\n collectionType\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n parent {\n id\n }\n featureStyle {\n ...FontStyle_fontStyle\n supportedLanguages\n id\n }\n totalStyles\n totalStylesPrice {\n ...Price_price\n }\n ...useTotalStyles_fontCollection\n}\n\nfragment StoreModalFamily_collection_4sncub on FontCollection {\n ...StoreModalFamilyButton_collection_4sncub\n cssUrl\n collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n ...StoreModalBundleButton_bundle_4sncub\n }\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n}\n\nfragment StoreModalProductContent_collection_4sncub on Node {\n __isNode: __typename\n ... on FontCollection {\n id\n ...StoreModalFamily_collection_4sncub\n ...StoreModalProductLicenseSelection_collection\n children(collectionTypes: [FAMILY]) {\n id\n ...StoreModalFamily_collection_4sncub\n }\n }\n id\n}\n\nfragment StoreModalProductLicenseSelection_collection on FontCollection {\n licenses {\n id\n ...StoreModalProductLicense_license\n }\n}\n\nfragment StoreModalProductLicense_license on License {\n id\n url\n name\n description(format: HTML)\n defaultSelected\n variables: licenseVariables {\n id\n name\n variableType\n ...VariableTableAmounts_variable\n options: licenseOptions {\n id\n name\n amount\n ...VariableTableAmounts_option\n }\n }\n}\n\nfragment StoreModalProductSummary_viewer_4sncub on Viewer {\n taxCollections {\n taxName\n inclusive\n }\n orderVariables {\n id\n variableType\n name\n }\n precart(skuIds: [], licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n skus {\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n product {\n __typename\n ... on FontCollection {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Bundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n subtotal {\n ...Price_price\n amount\n currency\n }\n }\n}\n\nfragment StoreModalStyleButton_fontStyle_4sncub on FontStyle {\n id\n name\n supportedLanguages\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n ...FontStyle_fontStyle\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
646
+ "text": "query StoreModalProductQuery(\n $productId: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n collection: node(id: $productId) {\n __typename\n id\n ...StoreModalProductContent_collection_4sncub\n }\n viewer {\n endpoint\n stripeAccountId\n ...OrderVariableSelectionRedux_viewer_2ZguDv\n ...StoreModalProductSummary_viewer_4sncub\n orderVariables {\n id\n variableType\n name\n }\n settings {\n storeModalSelectLicenseeLabel(format: HTML)\n storeModalSelectOrderVariablesLabel(format: HTML)\n storeModalSelectLicensesLabel(format: HTML)\n storeModalSelectFontsLabel(format: HTML)\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelectionRedux_viewer_2ZguDv on Viewer {\n ...OrderVariableSelection_variables_2ZguDv\n detectedCountry\n orderVariables {\n id\n variableType\n }\n}\n\nfragment OrderVariableSelection_variables_2ZguDv on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: $orderVariables)\n orderVariableOptions {\n id\n amount\n }\n }\n countries {\n code\n name\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment StoreModalBundleButton_bundle_4sncub on Bundle {\n id\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n fontStyles {\n id\n ...FontStyle_fontStyle\n }\n}\n\nfragment StoreModalFamilyButton_collection_4sncub on FontCollection {\n isVariableFont\n collectionType\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n parent {\n id\n }\n featureStyle {\n ...FontStyle_fontStyle\n supportedLanguages\n id\n }\n totalStyles\n totalStylesPrice {\n ...Price_price\n }\n ...useTotalStyles_fontCollection\n}\n\nfragment StoreModalFamily_collection_4sncub on FontCollection {\n ...StoreModalFamilyButton_collection_4sncub\n cssUrl\n collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n ...StoreModalBundleButton_bundle_4sncub\n }\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n}\n\nfragment StoreModalProductContent_collection_4sncub on Node {\n __isNode: __typename\n ... on FontCollection {\n id\n ...StoreModalFamily_collection_4sncub\n ...StoreModalProductLicenseSelection_collection\n children(collectionTypes: [FAMILY]) {\n id\n ...StoreModalFamily_collection_4sncub\n }\n }\n id\n}\n\nfragment StoreModalProductLicenseSelection_collection on FontCollection {\n licenses {\n id\n ...StoreModalProductLicense_license\n }\n}\n\nfragment StoreModalProductLicense_license on License {\n id\n url\n name\n description(format: HTML)\n defaultSelected\n variables: licenseVariables {\n id\n name\n variableType\n ...VariableTableAmounts_variable\n options: licenseOptions {\n id\n name\n amount\n ...VariableTableAmounts_option\n }\n }\n}\n\nfragment StoreModalProductSummary_viewer_4sncub on Viewer {\n settings {\n taxSystem\n stripeTaxSettings {\n taxBehavior\n }\n }\n taxCollections {\n taxName\n inclusive\n }\n orderVariables {\n id\n variableType\n name\n }\n precart(skuIds: [], licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n skus {\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n product {\n __typename\n ... on FontCollection {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Bundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on CollectionBundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n subtotal {\n ...Price_price\n amount\n currency\n }\n }\n}\n\nfragment StoreModalStyleButton_fontStyle_4sncub on FontStyle {\n id\n name\n supportedLanguages\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n ...FontStyle_fontStyle\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
609
647
  }
610
648
  };
611
649
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<aec55f866087d95e267738c72d5ee3a8>>
2
+ * @generated SignedSource<<83b109a37737dc7ce69dcc533770b816>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */