fontdue-js 2.22.4 → 2.23.1

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 (71) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.d.ts +4 -1
  3. package/dist/__generated__/CartItemAdditionalLicenses_orderItem.graphql.js +34 -22
  4. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
  5. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +13 -4
  6. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
  7. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +13 -4
  8. package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
  9. package/dist/__generated__/CartOrderUpdateMutation.graphql.js +13 -4
  10. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  11. package/dist/__generated__/CartQuery.graphql.js +13 -4
  12. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
  13. package/dist/__generated__/CartStateUpdateMutation.graphql.js +13 -4
  14. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  15. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +13 -4
  16. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  17. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +13 -4
  18. package/dist/__generated__/FontdueProviderQuery.graphql.d.ts +19 -0
  19. package/dist/__generated__/FontdueProviderQuery.graphql.js +140 -0
  20. package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
  21. package/dist/__generated__/PrecartAddToCartMutation.graphql.js +34 -25
  22. package/dist/__generated__/PrecartQuery.graphql.d.ts +1 -1
  23. package/dist/__generated__/PrecartQuery.graphql.js +17 -7
  24. package/dist/__generated__/Precart_collection.graphql.d.ts +4 -1
  25. package/dist/__generated__/Precart_collection.graphql.js +13 -3
  26. package/dist/__generated__/Precart_license.graphql.d.ts +4 -1
  27. package/dist/__generated__/Precart_license.graphql.js +19 -9
  28. package/dist/__generated__/ServerConfigProvider_viewer.graphql.d.ts +23 -0
  29. package/dist/__generated__/ServerConfigProvider_viewer.graphql.js +57 -0
  30. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +1 -1
  31. package/dist/__generated__/StoreModalCartQuery.graphql.js +13 -4
  32. package/dist/__generated__/StoreModalProductLicense_license.graphql.d.ts +4 -1
  33. package/dist/__generated__/StoreModalProductLicense_license.graphql.js +11 -2
  34. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
  35. package/dist/__generated__/StoreModalProductQuery.graphql.js +12 -3
  36. package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +1 -1
  37. package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +42 -32
  38. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
  39. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +13 -4
  40. package/dist/__generated__/TestModeBanner_viewer.graphql.d.ts +19 -0
  41. package/dist/__generated__/TestModeBanner_viewer.graphql.js +36 -0
  42. package/dist/__generated__/ThemeConfig_viewer.graphql.d.ts +19 -0
  43. package/dist/__generated__/ThemeConfig_viewer.graphql.js +36 -0
  44. package/dist/__tests__/licenseExclusions.test.js +161 -0
  45. package/dist/components/BuyingOptions/index.d.ts +9 -0
  46. package/dist/components/Cart/CartItem/CartItemAdditionalLicenses.js +11 -5
  47. package/dist/components/CookieNotification/index.d.ts +13 -0
  48. package/dist/components/FontdueContextProvider/index.d.ts +17 -0
  49. package/dist/components/FontdueContextProvider/index.js +108 -0
  50. package/dist/components/FontdueContextProvider/index.server.d.ts +4 -0
  51. package/dist/components/FontdueContextProvider/index.server.js +7 -0
  52. package/dist/components/Icons/Checkbox.js +1 -1
  53. package/dist/components/Icons/CheckboxChecked.js +1 -1
  54. package/dist/components/Precart/index.js +12 -7
  55. package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +10 -4
  56. package/dist/components/TypeTester/TypeTesterStandalone.preload.d.ts +3 -3
  57. package/dist/components/TypeTester/TypeTesterStandalone.preload.js +10 -9
  58. package/dist/config.d.ts +2 -1
  59. package/dist/config.js +17 -6
  60. package/dist/fontdue.css +22 -2
  61. package/dist/hooks/useResizeObserver.d.ts +11 -0
  62. package/dist/hooks/useResizeObserver.js +23 -0
  63. package/dist/index.d.ts +2 -2
  64. package/dist/index.js +1 -1
  65. package/dist/loadFontdueProviderQuery.d.ts +3 -0
  66. package/dist/loadFontdueProviderQuery.js +10 -0
  67. package/dist/reducer.d.ts +2 -0
  68. package/dist/reducer.js +3 -1
  69. package/dist/vite.d.ts +2 -0
  70. package/dist/vite.js +139 -0
  71. package/package.json +1 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<2f3c70851ad109cf28db478ff504bdf3>>
8
+ * @generated SignedSource<<22b60fe320184f799553a9299027bd80>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -16,12 +16,13 @@ exports.default = void 0;
16
16
 
17
17
  const node = function () {
18
18
  var v0 = {
19
- "alias": null,
20
- "args": null,
21
- "kind": "ScalarField",
22
- "name": "id",
23
- "storageKey": null
24
- };
19
+ "alias": null,
20
+ "args": null,
21
+ "kind": "ScalarField",
22
+ "name": "id",
23
+ "storageKey": null
24
+ },
25
+ v1 = [v0 /*: any*/];
25
26
  return {
26
27
  "argumentDefinitions": [],
27
28
  "kind": "Fragment",
@@ -39,6 +40,15 @@ const node = function () {
39
40
  "kind": "ScalarField",
40
41
  "name": "defaultSelected",
41
42
  "storageKey": null
43
+ }, {
44
+ "alias": null,
45
+ "args": null,
46
+ "concreteType": "License",
47
+ "kind": "LinkedField",
48
+ "name": "excludedLicenses",
49
+ "plural": true,
50
+ "selections": v1 /*: any*/,
51
+ "storageKey": null
42
52
  }, {
43
53
  "alias": "variables",
44
54
  "args": null,
@@ -53,7 +63,7 @@ const node = function () {
53
63
  "kind": "LinkedField",
54
64
  "name": "licenseOptions",
55
65
  "plural": true,
56
- "selections": [v0 /*: any*/],
66
+ "selections": v1 /*: any*/,
57
67
  "storageKey": null
58
68
  }],
59
69
  "storageKey": null
@@ -62,6 +72,6 @@ const node = function () {
62
72
  "abstractKey": null
63
73
  };
64
74
  }();
65
- node.hash = "0a642f10f28ca7d3857db23cf645895a";
75
+ node.hash = "db49280bb01f8bbef6283c0d3fba99e1";
66
76
  var _default = node;
67
77
  exports.default = _default;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @generated SignedSource<<a83ac66ca93de8f6c51ac4c192aec8b4>>
3
+ * @lightSyntaxTransform
4
+ * @nogrep
5
+ */
6
+ import { ReaderFragment } from 'relay-runtime';
7
+ import { FragmentRefs } from "relay-runtime";
8
+ export type ServerConfigProvider_viewer$data = {
9
+ readonly fontdueConfig: {
10
+ readonly tracking: {
11
+ readonly consentMessage: string | null;
12
+ readonly consentRequired: boolean;
13
+ readonly enabled: boolean;
14
+ } | null;
15
+ } | null;
16
+ readonly " $fragmentType": "ServerConfigProvider_viewer";
17
+ };
18
+ export type ServerConfigProvider_viewer$key = {
19
+ readonly " $data"?: ServerConfigProvider_viewer$data;
20
+ readonly " $fragmentSpreads": FragmentRefs<"ServerConfigProvider_viewer">;
21
+ };
22
+ declare const node: ReaderFragment;
23
+ export default node;
@@ -0,0 +1,57 @@
1
+ /**
2
+ * @generated SignedSource<<a83ac66ca93de8f6c51ac4c192aec8b4>>
3
+ * @lightSyntaxTransform
4
+ * @nogrep
5
+ */
6
+
7
+ /* tslint:disable */
8
+ /* eslint-disable */
9
+ // @ts-nocheck
10
+
11
+ const node = {
12
+ "argumentDefinitions": [],
13
+ "kind": "Fragment",
14
+ "metadata": null,
15
+ "name": "ServerConfigProvider_viewer",
16
+ "selections": [{
17
+ "alias": null,
18
+ "args": null,
19
+ "concreteType": "FontdueConfig",
20
+ "kind": "LinkedField",
21
+ "name": "fontdueConfig",
22
+ "plural": false,
23
+ "selections": [{
24
+ "alias": null,
25
+ "args": null,
26
+ "concreteType": "FontdueTrackingConfig",
27
+ "kind": "LinkedField",
28
+ "name": "tracking",
29
+ "plural": false,
30
+ "selections": [{
31
+ "alias": null,
32
+ "args": null,
33
+ "kind": "ScalarField",
34
+ "name": "enabled",
35
+ "storageKey": null
36
+ }, {
37
+ "alias": null,
38
+ "args": null,
39
+ "kind": "ScalarField",
40
+ "name": "consentRequired",
41
+ "storageKey": null
42
+ }, {
43
+ "alias": null,
44
+ "args": null,
45
+ "kind": "ScalarField",
46
+ "name": "consentMessage",
47
+ "storageKey": null
48
+ }],
49
+ "storageKey": null
50
+ }],
51
+ "storageKey": null
52
+ }],
53
+ "type": "Viewer",
54
+ "abstractKey": null
55
+ };
56
+ node.hash = "6afcb0c3813a418a470e48415f963064";
57
+ export default node;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<de22376f523161fb89d24230c859eb9d>>
2
+ * @generated SignedSource<<f881bbc92f737f96c0bb39372d175fc0>>
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<<de22376f523161fb89d24230c859eb9d>>
8
+ * @generated SignedSource<<f881bbc92f737f96c0bb39372d175fc0>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -563,7 +563,16 @@ const node = function () {
563
563
  "kind": "LinkedField",
564
564
  "name": "license",
565
565
  "plural": false,
566
- "selections": [v1 /*: any*/, v7 /*: any*/, {
566
+ "selections": [v1 /*: any*/, {
567
+ "alias": null,
568
+ "args": null,
569
+ "concreteType": "License",
570
+ "kind": "LinkedField",
571
+ "name": "excludedLicenses",
572
+ "plural": true,
573
+ "selections": v3 /*: any*/,
574
+ "storageKey": null
575
+ }, v7 /*: any*/, {
567
576
  "alias": null,
568
577
  "args": null,
569
578
  "concreteType": "LicenseVariable",
@@ -1003,12 +1012,12 @@ const node = function () {
1003
1012
  }]
1004
1013
  },
1005
1014
  "params": {
1006
- "cacheID": "4ff744add22c8127281b65b30517491b",
1015
+ "cacheID": "0c171742489d9700f864bc48e4324307",
1007
1016
  "id": null,
1008
1017
  "metadata": {},
1009
1018
  "name": "StoreModalCartQuery",
1010
1019
  "operationKind": "query",
1011
- "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 id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n fontCollection {\n name\n id\n }\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n }\n ... on CollectionBundle {\n name\n totalStyles\n fontCollection {\n name\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 taxNotApplicable\n taxNotApplicableReason\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 ...useFontStyle_fontStyle\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 recaptchaEnabled\n recaptchaSiteKey\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 stripeAccountId\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\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
1020
+ "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 excludedLicenses {\n id\n }\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 id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n fontCollection {\n name\n id\n }\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n }\n ... on CollectionBundle {\n name\n totalStyles\n fontCollection {\n name\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 taxNotApplicable\n taxNotApplicableReason\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 ...useFontStyle_fontStyle\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 recaptchaEnabled\n recaptchaSiteKey\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 stripeAccountId\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\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
1012
1021
  }
1013
1022
  };
1014
1023
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<dd6db7b3eba7006e154e3d3c52d9ec45>>
2
+ * @generated SignedSource<<178e0515267df3c5bce26e4a3d027e23>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -8,6 +8,9 @@ import { FragmentRefs } from "relay-runtime";
8
8
  export type StoreModalProductLicense_license$data = {
9
9
  readonly defaultSelected: boolean | null;
10
10
  readonly description: string | null;
11
+ readonly excludedLicenses: ReadonlyArray<{
12
+ readonly id: string;
13
+ }>;
11
14
  readonly id: string;
12
15
  readonly name: string | null;
13
16
  readonly url: string | null;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<dd6db7b3eba7006e154e3d3c52d9ec45>>
8
+ * @generated SignedSource<<178e0515267df3c5bce26e4a3d027e23>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -56,6 +56,15 @@ const node = function () {
56
56
  "kind": "ScalarField",
57
57
  "name": "defaultSelected",
58
58
  "storageKey": null
59
+ }, {
60
+ "alias": null,
61
+ "args": null,
62
+ "concreteType": "License",
63
+ "kind": "LinkedField",
64
+ "name": "excludedLicenses",
65
+ "plural": true,
66
+ "selections": [v0 /*: any*/],
67
+ "storageKey": null
59
68
  }, {
60
69
  "alias": "variables",
61
70
  "args": null,
@@ -99,6 +108,6 @@ const node = function () {
99
108
  "abstractKey": null
100
109
  };
101
110
  }();
102
- node.hash = "5729815aeedac2b8ea39eaab0a986b48";
111
+ node.hash = "87cd41e76dcd8952d7096940a383b9f3";
103
112
  var _default = node;
104
113
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<c89ad11922bfdc3daa3eeb12dc141b85>>
2
+ * @generated SignedSource<<56c2560864651a703675e1c28f574b95>>
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<<c89ad11922bfdc3daa3eeb12dc141b85>>
8
+ * @generated SignedSource<<56c2560864651a703675e1c28f574b95>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -492,6 +492,15 @@ const node = function () {
492
492
  "kind": "ScalarField",
493
493
  "name": "defaultSelected",
494
494
  "storageKey": null
495
+ }, {
496
+ "alias": null,
497
+ "args": null,
498
+ "concreteType": "License",
499
+ "kind": "LinkedField",
500
+ "name": "excludedLicenses",
501
+ "plural": true,
502
+ "selections": v24 /*: any*/,
503
+ "storageKey": null
495
504
  }, {
496
505
  "alias": "variables",
497
506
  "args": null,
@@ -706,12 +715,12 @@ const node = function () {
706
715
  }]
707
716
  },
708
717
  "params": {
709
- "cacheID": "104a32b41807b73dd9d88e355d720a3b",
718
+ "cacheID": "9ce3e5ba9cc291f73e63ce9ea15defb9",
710
719
  "id": null,
711
720
  "metadata": {},
712
721
  "name": "StoreModalProductQuery",
713
722
  "operationKind": "query",
714
- "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 ...useFontStyle_fontStyle\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 collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n hidden\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 cssStyle\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 useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
723
+ "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 ...useFontStyle_fontStyle\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 collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n hidden\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 cssStyle\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 excludedLicenses {\n id\n }\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 useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
715
724
  }
716
725
  };
717
726
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<52c18d108c3d802a9478b6b6002d480a>>
2
+ * @generated SignedSource<<b8beebf238632610eff5094fa103228c>>
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<<52c18d108c3d802a9478b6b6002d480a>>
8
+ * @generated SignedSource<<b8beebf238632610eff5094fa103228c>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -105,38 +105,39 @@ const node = function () {
105
105
  }],
106
106
  "storageKey": null
107
107
  },
108
- v12 = {
108
+ v12 = [v5 /*: any*/],
109
+ v13 = {
109
110
  "alias": null,
110
111
  "args": null,
111
112
  "concreteType": "FontCollection",
112
113
  "kind": "LinkedField",
113
114
  "name": "parent",
114
115
  "plural": false,
115
- "selections": [v5 /*: any*/],
116
+ "selections": v12 /*: any*/,
116
117
  "storageKey": null
117
118
  },
118
- v13 = {
119
+ v14 = {
119
120
  "alias": null,
120
121
  "args": null,
121
122
  "kind": "ScalarField",
122
123
  "name": "cssFamily",
123
124
  "storageKey": null
124
125
  },
125
- v14 = {
126
+ v15 = {
126
127
  "alias": null,
127
128
  "args": null,
128
129
  "kind": "ScalarField",
129
130
  "name": "url",
130
131
  "storageKey": null
131
132
  },
132
- v15 = {
133
+ v16 = {
133
134
  "alias": null,
134
135
  "args": null,
135
136
  "concreteType": "WebfontSource",
136
137
  "kind": "LinkedField",
137
138
  "name": "webfontSources",
138
139
  "plural": true,
139
- "selections": [v14 /*: any*/, {
140
+ "selections": [v15 /*: any*/, {
140
141
  "alias": null,
141
142
  "args": null,
142
143
  "kind": "ScalarField",
@@ -145,7 +146,7 @@ const node = function () {
145
146
  }],
146
147
  "storageKey": null
147
148
  },
148
- v16 = {
149
+ v17 = {
149
150
  "alias": null,
150
151
  "args": null,
151
152
  "concreteType": "VerticalMetrics",
@@ -179,31 +180,31 @@ const node = function () {
179
180
  }],
180
181
  "storageKey": null
181
182
  },
182
- v17 = {
183
+ v18 = {
183
184
  "alias": null,
184
185
  "args": null,
185
186
  "kind": "ScalarField",
186
187
  "name": "supportedLanguages",
187
188
  "storageKey": null
188
189
  },
189
- v18 = {
190
+ v19 = {
190
191
  "alias": null,
191
192
  "args": null,
192
193
  "concreteType": "FontStyle",
193
194
  "kind": "LinkedField",
194
195
  "name": "featureStyle",
195
196
  "plural": false,
196
- "selections": [v13 /*: any*/, v8 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/, v5 /*: any*/],
197
+ "selections": [v14 /*: any*/, v8 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v5 /*: any*/],
197
198
  "storageKey": null
198
199
  },
199
- v19 = {
200
+ v20 = {
200
201
  "alias": null,
201
202
  "args": null,
202
203
  "kind": "ScalarField",
203
204
  "name": "totalStyles",
204
205
  "storageKey": null
205
206
  },
206
- v20 = {
207
+ v21 = {
207
208
  "alias": null,
208
209
  "args": null,
209
210
  "concreteType": "Money",
@@ -213,26 +214,26 @@ const node = function () {
213
214
  "selections": v10 /*: any*/,
214
215
  "storageKey": null
215
216
  },
216
- v21 = [{
217
+ v22 = [{
217
218
  "kind": "Literal",
218
219
  "name": "collectionTypes",
219
220
  "value": ["FAMILY"]
220
221
  }],
221
- v22 = {
222
+ v23 = {
222
223
  "alias": null,
223
224
  "args": null,
224
225
  "kind": "ScalarField",
225
226
  "name": "cssWeight",
226
227
  "storageKey": null
227
228
  },
228
- v23 = {
229
+ v24 = {
229
230
  "alias": null,
230
231
  "args": null,
231
232
  "kind": "ScalarField",
232
233
  "name": "cssStretch",
233
234
  "storageKey": null
234
235
  },
235
- v24 = {
236
+ v25 = {
236
237
  "alias": null,
237
238
  "args": null,
238
239
  "concreteType": "VariableInstance",
@@ -263,7 +264,7 @@ const node = function () {
263
264
  }],
264
265
  "storageKey": null
265
266
  },
266
- v25 = {
267
+ v26 = {
267
268
  "alias": null,
268
269
  "args": null,
269
270
  "concreteType": "Bundle",
@@ -283,25 +284,25 @@ const node = function () {
283
284
  "kind": "LinkedField",
284
285
  "name": "fontStyles",
285
286
  "plural": true,
286
- "selections": [v5 /*: any*/, v13 /*: any*/, v22 /*: any*/, v23 /*: any*/, v8 /*: any*/, v17 /*: any*/, v24 /*: any*/, v11 /*: any*/, v15 /*: any*/, v16 /*: any*/],
287
+ "selections": [v5 /*: any*/, v14 /*: any*/, v23 /*: any*/, v24 /*: any*/, v8 /*: any*/, v18 /*: any*/, v25 /*: any*/, v11 /*: any*/, v16 /*: any*/, v17 /*: any*/],
287
288
  "storageKey": null
288
289
  }, v8 /*: any*/, v11 /*: any*/],
289
290
  "storageKey": null
290
291
  },
291
- v26 = {
292
+ v27 = {
292
293
  "alias": null,
293
294
  "args": null,
294
295
  "concreteType": "FontStyle",
295
296
  "kind": "LinkedField",
296
297
  "name": "fontStyles",
297
298
  "plural": true,
298
- "selections": [v5 /*: any*/, v13 /*: any*/, v22 /*: any*/, v23 /*: any*/, {
299
+ "selections": [v5 /*: any*/, v14 /*: any*/, v23 /*: any*/, v24 /*: any*/, {
299
300
  "alias": null,
300
301
  "args": null,
301
302
  "kind": "ScalarField",
302
303
  "name": "cssStyle",
303
304
  "storageKey": null
304
- }, v8 /*: any*/, v17 /*: any*/, v24 /*: any*/, v11 /*: any*/, v15 /*: any*/, v16 /*: any*/],
305
+ }, v8 /*: any*/, v18 /*: any*/, v25 /*: any*/, v11 /*: any*/, v16 /*: any*/, v17 /*: any*/],
305
306
  "storageKey": null
306
307
  };
307
308
  return {
@@ -350,32 +351,32 @@ const node = function () {
350
351
  "abstractKey": "__isNode"
351
352
  }, v5 /*: any*/, {
352
353
  "kind": "InlineFragment",
353
- "selections": [v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v12 /*: any*/, v18 /*: any*/, v19 /*: any*/, v20 /*: any*/, {
354
+ "selections": [v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v13 /*: any*/, v19 /*: any*/, v20 /*: any*/, v21 /*: any*/, {
354
355
  "alias": null,
355
- "args": v21 /*: any*/,
356
+ "args": v22 /*: any*/,
356
357
  "concreteType": "FontCollection",
357
358
  "kind": "LinkedField",
358
359
  "name": "children",
359
360
  "plural": true,
360
- "selections": [v6 /*: any*/, v19 /*: any*/, v5 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v12 /*: any*/, v18 /*: any*/, v20 /*: any*/, {
361
+ "selections": [v6 /*: any*/, v20 /*: any*/, v5 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v13 /*: any*/, v19 /*: any*/, v21 /*: any*/, {
361
362
  "alias": null,
362
- "args": v21 /*: any*/,
363
+ "args": v22 /*: any*/,
363
364
  "concreteType": "FontCollection",
364
365
  "kind": "LinkedField",
365
366
  "name": "children",
366
367
  "plural": true,
367
- "selections": [v6 /*: any*/, v19 /*: any*/, v5 /*: any*/],
368
+ "selections": [v6 /*: any*/, v20 /*: any*/, v5 /*: any*/],
368
369
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
369
- }, v25 /*: any*/, v26 /*: any*/],
370
+ }, v26 /*: any*/, v27 /*: any*/],
370
371
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
371
- }, v25 /*: any*/, v26 /*: any*/, {
372
+ }, v26 /*: any*/, v27 /*: any*/, {
372
373
  "alias": null,
373
374
  "args": null,
374
375
  "concreteType": "License",
375
376
  "kind": "LinkedField",
376
377
  "name": "licenses",
377
378
  "plural": true,
378
- "selections": [v5 /*: any*/, v14 /*: any*/, v8 /*: any*/, {
379
+ "selections": [v5 /*: any*/, v15 /*: any*/, v8 /*: any*/, {
379
380
  "alias": null,
380
381
  "args": [{
381
382
  "kind": "Literal",
@@ -391,6 +392,15 @@ const node = function () {
391
392
  "kind": "ScalarField",
392
393
  "name": "defaultSelected",
393
394
  "storageKey": null
395
+ }, {
396
+ "alias": null,
397
+ "args": null,
398
+ "concreteType": "License",
399
+ "kind": "LinkedField",
400
+ "name": "excludedLicenses",
401
+ "plural": true,
402
+ "selections": v12 /*: any*/,
403
+ "storageKey": null
394
404
  }, {
395
405
  "alias": "variables",
396
406
  "args": null,
@@ -437,12 +447,12 @@ const node = function () {
437
447
  }]
438
448
  },
439
449
  "params": {
440
- "cacheID": "4d650f53c6065f4ee977deb9f9b8080e",
450
+ "cacheID": "f7601eea0be580a0fdd4993eb176abe1",
441
451
  "id": null,
442
452
  "metadata": {},
443
453
  "name": "StoreModalProductRefetchQuery",
444
454
  "operationKind": "query",
445
- "text": "query StoreModalProductRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...StoreModalProductContent_collection_4sncub\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\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 collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n hidden\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 cssStyle\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 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 useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
455
+ "text": "query StoreModalProductRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...StoreModalProductContent_collection_4sncub\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\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 collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n hidden\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 cssStyle\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 excludedLicenses {\n id\n }\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 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 useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
446
456
  }
447
457
  };
448
458
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<9d4a12c7bf6d420569f4db4da099ad9b>>
2
+ * @generated SignedSource<<c4b112fa13523ab555027709d146aa87>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */