fontdue-js 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/__generated__/AddressFields_viewer.graphql.d.ts +1 -1
  3. package/dist/__generated__/AddressFields_viewer.graphql.js +4 -2
  4. package/dist/__generated__/CartItem_node.graphql.d.ts +15 -1
  5. package/dist/__generated__/CartItem_node.graphql.js +51 -17
  6. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
  7. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +48 -16
  8. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
  9. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +48 -16
  10. package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
  11. package/dist/__generated__/CartOrderUpdateMutation.graphql.js +48 -16
  12. package/dist/__generated__/CartOrder_viewer.graphql.d.ts +2 -2
  13. package/dist/__generated__/CartOrder_viewer.graphql.js +2 -6
  14. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  15. package/dist/__generated__/CartQuery.graphql.js +79 -77
  16. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
  17. package/dist/__generated__/CartStateUpdateMutation.graphql.js +65 -32
  18. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  19. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +48 -16
  20. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  21. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +48 -16
  22. package/dist/__generated__/Checkout_viewer.graphql.d.ts +2 -1
  23. package/dist/__generated__/Checkout_viewer.graphql.js +8 -2
  24. package/dist/__generated__/CouponCodeInput_viewer.graphql.d.ts +1 -1
  25. package/dist/__generated__/CouponCodeInput_viewer.graphql.js +4 -2
  26. package/dist/__generated__/NodePasswordFormAccessNodeMutation.graphql.d.ts +25 -0
  27. package/dist/__generated__/NodePasswordFormAccessNodeMutation.graphql.js +72 -0
  28. package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
  29. package/dist/__generated__/PrecartAddToCartMutation.graphql.js +48 -16
  30. package/dist/__generated__/PrecartQuery.graphql.d.ts +1 -1
  31. package/dist/__generated__/PrecartQuery.graphql.js +57 -62
  32. package/dist/__generated__/Precart_collection.graphql.d.ts +13 -1
  33. package/dist/__generated__/Precart_collection.graphql.js +64 -17
  34. package/dist/__generated__/Precart_viewer.graphql.d.ts +1 -13
  35. package/dist/__generated__/Precart_viewer.graphql.js +23 -65
  36. package/dist/__generated__/PriceBarSection_node.graphql.d.ts +1 -1
  37. package/dist/__generated__/PriceBarSection_node.graphql.js +4 -2
  38. package/dist/__generated__/SKUPrice_sku.graphql.d.ts +1 -1
  39. package/dist/__generated__/SKUPrice_sku.graphql.js +4 -2
  40. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +2 -2
  41. package/dist/__generated__/StoreModalCartQuery.graphql.js +44 -47
  42. package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +1 -1
  43. package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +17 -16
  44. package/dist/__generated__/StoreModalProductLicenseSelection_collection.graphql.d.ts +20 -0
  45. package/dist/__generated__/StoreModalProductLicenseSelection_collection.graphql.js +47 -0
  46. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +3 -3
  47. package/dist/__generated__/StoreModalProductQuery.graphql.js +82 -65
  48. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +1 -1
  49. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +24 -3
  50. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +5 -1
  51. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +23 -2
  52. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
  53. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +48 -16
  54. package/dist/components/AddToCartBanner/index.js +7 -5
  55. package/dist/components/BuyButton/index.js +7 -5
  56. package/dist/components/Cart/AddressFields.js +3 -3
  57. package/dist/components/Cart/CartItem/index.d.ts +1 -3
  58. package/dist/components/Cart/CartItem/index.js +15 -13
  59. package/dist/components/Cart/CartOrder.js +17 -10
  60. package/dist/components/Cart/CartState.js +7 -4
  61. package/dist/components/Cart/CartTotals.js +2 -2
  62. package/dist/components/Cart/Checkout.js +14 -9
  63. package/dist/components/Cart/CouponCodeInput.js +5 -4
  64. package/dist/components/Cart/Download.js +5 -4
  65. package/dist/components/Cart/IdentityBox.js +2 -2
  66. package/dist/components/Cart/index.js +2 -2
  67. package/dist/components/CartButton/index.js +5 -4
  68. package/dist/components/CharacterViewer/index.js +8 -5
  69. package/dist/components/CollectionAa/index.js +4 -3
  70. package/dist/components/CookieNotification/index.js +6 -7
  71. package/dist/components/CouponText/index.js +3 -2
  72. package/dist/components/CustomerLoginForm/index.js +3 -3
  73. package/dist/components/Family/FamilyList.js +2 -2
  74. package/dist/components/Family/index.js +3 -3
  75. package/dist/components/FontFamilies/index.js +3 -3
  76. package/dist/components/FontStyle/index.js +2 -2
  77. package/dist/components/FontdueProvider/index.d.ts +1 -1
  78. package/dist/components/FontdueProvider/index.js +1 -9
  79. package/dist/components/NewsletterSignup/index.js +5 -4
  80. package/dist/components/NodePasswordForm/index.d.ts +7 -0
  81. package/dist/components/NodePasswordForm/index.js +63 -0
  82. package/dist/components/Precart/License.js +2 -2
  83. package/dist/components/Precart/index.js +17 -13
  84. package/dist/components/Price/index.js +2 -2
  85. package/dist/components/PriceBar/PriceBarSection.js +3 -3
  86. package/dist/components/PriceBar/index.js +3 -3
  87. package/dist/components/Root/index.js +2 -1
  88. package/dist/components/Root/productState.js +11 -6
  89. package/dist/components/SKUPrice/index.js +3 -3
  90. package/dist/components/SelectButton/index.js +3 -3
  91. package/dist/components/SpecimenLink/index.js +2 -2
  92. package/dist/components/StoreModal/StoreModalBundleButton.js +2 -2
  93. package/dist/components/StoreModal/StoreModalCart.js +4 -3
  94. package/dist/components/StoreModal/StoreModalCheckout.js +3 -3
  95. package/dist/components/StoreModal/StoreModalContainer.js +3 -3
  96. package/dist/components/StoreModal/StoreModalDownload.js +5 -4
  97. package/dist/components/StoreModal/StoreModalFamily.js +3 -3
  98. package/dist/components/StoreModal/StoreModalFamilyButton.js +2 -2
  99. package/dist/components/StoreModal/StoreModalIndex.js +2 -2
  100. package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
  101. package/dist/components/StoreModal/StoreModalProduct.js +12 -7
  102. package/dist/components/StoreModal/StoreModalReview.js +11 -7
  103. package/dist/components/StoreModal/StoreModalReviewIdentity.js +3 -2
  104. package/dist/components/StoreModal/StoreModalStyleButton.js +5 -4
  105. package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +3 -3
  106. package/dist/components/StoreModalProductLicenseSelection/index.d.ts +3 -3
  107. package/dist/components/StoreModalProductLicenseSelection/index.js +5 -4
  108. package/dist/components/StoreModalProductSummary/index.js +18 -6
  109. package/dist/components/StripeProvider/index.js +3 -2
  110. package/dist/components/TestFontsForm/index.js +5 -4
  111. package/dist/components/TestModeBanner/index.js +2 -2
  112. package/dist/components/ThemeConfig/index.js +2 -2
  113. package/dist/components/TypeTester/TypeTesterFeatures.js +3 -3
  114. package/dist/components/TypeTester/TypeTesterFeaturesButton.js +3 -3
  115. package/dist/components/TypeTester/TypeTesterFloatingToolbar.js +3 -3
  116. package/dist/components/TypeTester/TypeTesterInput.d.ts +1 -0
  117. package/dist/components/TypeTester/TypeTesterInput.js +5 -2
  118. package/dist/components/TypeTester/TypeTesterStandalone.js +3 -3
  119. package/dist/components/TypeTester/TypeTesterStyleSelectData.js +7 -5
  120. package/dist/components/TypeTester/TypeTesterToolbar.js +9 -5
  121. package/dist/components/TypeTester/TypeTesterVariableAxes.js +2 -2
  122. package/dist/components/TypeTester/index.js +9 -6
  123. package/dist/components/TypeTester/useFeaturesData.js +2 -2
  124. package/dist/components/TypeTesters/index.js +9 -6
  125. package/dist/components/VariableTableAmounts/index.js +4 -3
  126. package/dist/components/useTotalStyles.js +3 -2
  127. package/dist/fontdue.css +18 -3
  128. package/dist/reducer.js +3 -1
  129. package/dist/relay/environment.js +12 -4
  130. package/package.json +3 -2
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<63465b529ba89888b11d8f39f95f1119>>
8
+ * @generated SignedSource<<dd2a9fb06b6d2d4997c0746c50b31f73>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -73,37 +73,44 @@ const node = function () {
73
73
  },
74
74
  v6 = [v3 /*: any*/],
75
75
  v7 = {
76
+ "alias": null,
77
+ "args": null,
78
+ "kind": "ScalarField",
79
+ "name": "variableType",
80
+ "storageKey": null
81
+ },
82
+ v8 = {
76
83
  "alias": null,
77
84
  "args": null,
78
85
  "kind": "ScalarField",
79
86
  "name": "amount",
80
87
  "storageKey": null
81
88
  },
82
- v8 = [v7 /*: any*/, {
89
+ v9 = [v8 /*: any*/, {
83
90
  "alias": null,
84
91
  "args": null,
85
92
  "kind": "ScalarField",
86
93
  "name": "currency",
87
94
  "storageKey": null
88
95
  }],
89
- v9 = {
96
+ v10 = {
90
97
  "alias": null,
91
98
  "args": null,
92
99
  "concreteType": "Money",
93
100
  "kind": "LinkedField",
94
101
  "name": "price",
95
102
  "plural": false,
96
- "selections": v8 /*: any*/,
103
+ "selections": v9 /*: any*/,
97
104
  "storageKey": null
98
105
  },
99
- v10 = {
106
+ v11 = {
100
107
  "alias": null,
101
108
  "args": null,
102
109
  "kind": "ScalarField",
103
110
  "name": "cssFamily",
104
111
  "storageKey": null
105
112
  },
106
- v11 = {
113
+ v12 = {
107
114
  "alias": null,
108
115
  "args": null,
109
116
  "kind": "ScalarField",
@@ -232,13 +239,7 @@ const node = function () {
232
239
  "kind": "LinkedField",
233
240
  "name": "licenseVariable",
234
241
  "plural": false,
235
- "selections": [v3 /*: any*/, {
236
- "alias": null,
237
- "args": null,
238
- "kind": "ScalarField",
239
- "name": "variableType",
240
- "storageKey": null
241
- }, {
242
+ "selections": [v3 /*: any*/, v7 /*: any*/, {
242
243
  "alias": null,
243
244
  "args": null,
244
245
  "kind": "ScalarField",
@@ -253,7 +254,7 @@ const node = function () {
253
254
  "kind": "LinkedField",
254
255
  "name": "licenseOption",
255
256
  "plural": false,
256
- "selections": [v3 /*: any*/, v7 /*: any*/, v5 /*: any*/, v4 /*: any*/, {
257
+ "selections": [v3 /*: any*/, v8 /*: any*/, v5 /*: any*/, v4 /*: any*/, {
257
258
  "alias": null,
258
259
  "args": null,
259
260
  "kind": "ScalarField",
@@ -263,14 +264,14 @@ const node = function () {
263
264
  "storageKey": null
264
265
  }],
265
266
  "storageKey": null
266
- }, v9 /*: any*/, {
267
+ }, v10 /*: any*/, {
267
268
  "alias": null,
268
269
  "args": null,
269
270
  "concreteType": "Sku",
270
271
  "kind": "LinkedField",
271
272
  "name": "sku",
272
273
  "plural": false,
273
- "selections": [v9 /*: any*/, {
274
+ "selections": [v10 /*: any*/, {
274
275
  "alias": null,
275
276
  "args": null,
276
277
  "concreteType": null,
@@ -278,14 +279,14 @@ const node = function () {
278
279
  "name": "product",
279
280
  "plural": false,
280
281
  "selections": [{
282
+ "kind": "TypeDiscriminator",
283
+ "abstractKey": "__isSkuProduct"
284
+ }, {
281
285
  "alias": null,
282
286
  "args": null,
283
287
  "kind": "ScalarField",
284
288
  "name": "__typename",
285
289
  "storageKey": null
286
- }, {
287
- "kind": "TypeDiscriminator",
288
- "abstractKey": "__isSkuProduct"
289
290
  }, {
290
291
  "kind": "InlineFragment",
291
292
  "selections": [{
@@ -295,14 +296,14 @@ const node = function () {
295
296
  "kind": "LinkedField",
296
297
  "name": "featureStyle",
297
298
  "plural": false,
298
- "selections": [v10 /*: any*/, v4 /*: any*/, v3 /*: any*/, {
299
+ "selections": [v11 /*: any*/, v4 /*: any*/, v3 /*: any*/, {
299
300
  "alias": null,
300
301
  "args": null,
301
302
  "concreteType": "FontCollection",
302
303
  "kind": "LinkedField",
303
304
  "name": "family",
304
305
  "plural": false,
305
- "selections": [v11 /*: any*/, v3 /*: any*/],
306
+ "selections": [v12 /*: any*/, v3 /*: any*/],
306
307
  "storageKey": null
307
308
  }],
308
309
  "storageKey": null
@@ -330,21 +331,21 @@ const node = function () {
330
331
  "kind": "LinkedField",
331
332
  "name": "fontStyles",
332
333
  "plural": true,
333
- "selections": [v10 /*: any*/, v4 /*: any*/, v3 /*: any*/],
334
+ "selections": [v11 /*: any*/, v4 /*: any*/, v3 /*: any*/],
334
335
  "storageKey": null
335
336
  }, v4 /*: any*/],
336
337
  "type": "Bundle",
337
338
  "abstractKey": null
338
339
  }, {
339
340
  "kind": "InlineFragment",
340
- "selections": [v10 /*: any*/, v4 /*: any*/, {
341
+ "selections": [v11 /*: any*/, v4 /*: any*/, {
341
342
  "alias": null,
342
343
  "args": null,
343
344
  "concreteType": "FontCollection",
344
345
  "kind": "LinkedField",
345
346
  "name": "family",
346
347
  "plural": false,
347
- "selections": [v4 /*: any*/, v11 /*: any*/, v3 /*: any*/],
348
+ "selections": [v4 /*: any*/, v12 /*: any*/, v3 /*: any*/],
348
349
  "storageKey": null
349
350
  }, {
350
351
  "alias": null,
@@ -358,6 +359,38 @@ const node = function () {
358
359
  }],
359
360
  "type": "FontStyle",
360
361
  "abstractKey": null
362
+ }, {
363
+ "kind": "InlineFragment",
364
+ "selections": [{
365
+ "alias": null,
366
+ "args": null,
367
+ "concreteType": "License",
368
+ "kind": "LinkedField",
369
+ "name": "licenses",
370
+ "plural": true,
371
+ "selections": [v3 /*: any*/, v4 /*: any*/, {
372
+ "alias": "variables",
373
+ "args": null,
374
+ "concreteType": "LicenseVariable",
375
+ "kind": "LinkedField",
376
+ "name": "licenseVariables",
377
+ "plural": true,
378
+ "selections": [v3 /*: any*/, v4 /*: any*/, v7 /*: any*/, {
379
+ "alias": "options",
380
+ "args": null,
381
+ "concreteType": "LicenseOption",
382
+ "kind": "LinkedField",
383
+ "name": "licenseOptions",
384
+ "plural": true,
385
+ "selections": [v3 /*: any*/, v8 /*: any*/, v4 /*: any*/],
386
+ "storageKey": null
387
+ }],
388
+ "storageKey": null
389
+ }],
390
+ "storageKey": null
391
+ }],
392
+ "type": "Licenseable",
393
+ "abstractKey": "__isLicenseable"
361
394
  }, {
362
395
  "kind": "InlineFragment",
363
396
  "selections": v6 /*: any*/,
@@ -376,7 +409,7 @@ const node = function () {
376
409
  "kind": "LinkedField",
377
410
  "name": "subtotal",
378
411
  "plural": false,
379
- "selections": v8 /*: any*/,
412
+ "selections": v9 /*: any*/,
380
413
  "storageKey": null
381
414
  }, {
382
415
  "alias": null,
@@ -392,7 +425,7 @@ const node = function () {
392
425
  "kind": "LinkedField",
393
426
  "name": "amount",
394
427
  "plural": false,
395
- "selections": v8 /*: any*/,
428
+ "selections": v9 /*: any*/,
396
429
  "storageKey": null
397
430
  }, {
398
431
  "alias": null,
@@ -420,7 +453,7 @@ const node = function () {
420
453
  "kind": "LinkedField",
421
454
  "name": "creditAmountRemaining",
422
455
  "plural": false,
423
- "selections": v8 /*: any*/,
456
+ "selections": v9 /*: any*/,
424
457
  "storageKey": null
425
458
  }, v3 /*: any*/],
426
459
  "storageKey": null
@@ -433,7 +466,7 @@ const node = function () {
433
466
  "kind": "LinkedField",
434
467
  "name": "discountedSubtotal",
435
468
  "plural": false,
436
- "selections": v8 /*: any*/,
469
+ "selections": v9 /*: any*/,
437
470
  "storageKey": null
438
471
  }, {
439
472
  "alias": null,
@@ -442,7 +475,7 @@ const node = function () {
442
475
  "kind": "LinkedField",
443
476
  "name": "total",
444
477
  "plural": false,
445
- "selections": v8 /*: any*/,
478
+ "selections": v9 /*: any*/,
446
479
  "storageKey": null
447
480
  }, {
448
481
  "alias": null,
@@ -457,7 +490,7 @@ const node = function () {
457
490
  "kind": "LinkedField",
458
491
  "name": "taxes",
459
492
  "plural": false,
460
- "selections": v8 /*: any*/,
493
+ "selections": v9 /*: any*/,
461
494
  "storageKey": null
462
495
  }, {
463
496
  "alias": null,
@@ -478,12 +511,12 @@ const node = function () {
478
511
  }]
479
512
  },
480
513
  "params": {
481
- "cacheID": "f57d82a7140022ebd42ff567f100baf9",
514
+ "cacheID": "c7fe62ab7c41677ffe8cbc1cab9aa691",
482
515
  "id": null,
483
516
  "metadata": {},
484
517
  "name": "CartStateUpdateMutation",
485
518
  "operationKind": "mutation",
486
- "text": "mutation CartStateUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartState_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n }\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\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}\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 creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
519
+ "text": "mutation CartStateUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartState_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n }\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __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 Licenseable {\n __isLicenseable: __typename\n licenses {\n id\n name\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n name\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\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}\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 creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
487
520
  }
488
521
  };
489
522
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<fd04817d81fb6bc919134dbef299a267>>
2
+ * @generated SignedSource<<ccd48b65cf9fed15c10c1336107abf74>>
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<<fd04817d81fb6bc919134dbef299a267>>
8
+ * @generated SignedSource<<ccd48b65cf9fed15c10c1336107abf74>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -151,19 +151,19 @@ const node = function () {
151
151
  "name": "cssUrl",
152
152
  "storageKey": null
153
153
  },
154
- v11 = [v4 /*: any*/],
155
- v12 = {
154
+ v11 = {
156
155
  "alias": null,
157
156
  "args": null,
158
157
  "kind": "ScalarField",
159
- "name": "multiplier",
158
+ "name": "variableType",
160
159
  "storageKey": null
161
160
  },
161
+ v12 = [v4 /*: any*/],
162
162
  v13 = {
163
163
  "alias": null,
164
164
  "args": null,
165
165
  "kind": "ScalarField",
166
- "name": "variableType",
166
+ "name": "multiplier",
167
167
  "storageKey": null
168
168
  };
169
169
  return {
@@ -404,14 +404,14 @@ const node = function () {
404
404
  "name": "product",
405
405
  "plural": false,
406
406
  "selections": [{
407
+ "kind": "TypeDiscriminator",
408
+ "abstractKey": "__isSkuProduct"
409
+ }, {
407
410
  "alias": null,
408
411
  "args": null,
409
412
  "kind": "ScalarField",
410
413
  "name": "__typename",
411
414
  "storageKey": null
412
- }, {
413
- "kind": "TypeDiscriminator",
414
- "abstractKey": "__isSkuProduct"
415
415
  }, {
416
416
  "kind": "InlineFragment",
417
417
  "selections": [{
@@ -486,7 +486,39 @@ const node = function () {
486
486
  "abstractKey": null
487
487
  }, {
488
488
  "kind": "InlineFragment",
489
- "selections": v11 /*: any*/,
489
+ "selections": [{
490
+ "alias": null,
491
+ "args": null,
492
+ "concreteType": "License",
493
+ "kind": "LinkedField",
494
+ "name": "licenses",
495
+ "plural": true,
496
+ "selections": [v4 /*: any*/, v2 /*: any*/, {
497
+ "alias": "variables",
498
+ "args": null,
499
+ "concreteType": "LicenseVariable",
500
+ "kind": "LinkedField",
501
+ "name": "licenseVariables",
502
+ "plural": true,
503
+ "selections": [v4 /*: any*/, v2 /*: any*/, v11 /*: any*/, {
504
+ "alias": "options",
505
+ "args": null,
506
+ "concreteType": "LicenseOption",
507
+ "kind": "LinkedField",
508
+ "name": "licenseOptions",
509
+ "plural": true,
510
+ "selections": [v4 /*: any*/, v6 /*: any*/, v2 /*: any*/],
511
+ "storageKey": null
512
+ }],
513
+ "storageKey": null
514
+ }],
515
+ "storageKey": null
516
+ }],
517
+ "type": "Licenseable",
518
+ "abstractKey": "__isLicenseable"
519
+ }, {
520
+ "kind": "InlineFragment",
521
+ "selections": v12 /*: any*/,
490
522
  "type": "Node",
491
523
  "abstractKey": "__isNode"
492
524
  }],
@@ -507,7 +539,7 @@ const node = function () {
507
539
  "kind": "LinkedField",
508
540
  "name": "license",
509
541
  "plural": false,
510
- "selections": [v4 /*: any*/, v2 /*: any*/, v12 /*: any*/],
542
+ "selections": [v4 /*: any*/, v2 /*: any*/, v13 /*: any*/],
511
543
  "storageKey": null
512
544
  }, {
513
545
  "alias": "variable",
@@ -516,7 +548,7 @@ const node = function () {
516
548
  "kind": "LinkedField",
517
549
  "name": "licenseVariable",
518
550
  "plural": false,
519
- "selections": [v4 /*: any*/, v13 /*: any*/, {
551
+ "selections": [v4 /*: any*/, v11 /*: any*/, {
520
552
  "alias": null,
521
553
  "args": null,
522
554
  "kind": "ScalarField",
@@ -531,7 +563,7 @@ const node = function () {
531
563
  "kind": "LinkedField",
532
564
  "name": "licenseOption",
533
565
  "plural": false,
534
- "selections": [v4 /*: any*/, v6 /*: any*/, v12 /*: any*/, v2 /*: any*/, {
566
+ "selections": [v4 /*: any*/, v6 /*: any*/, v13 /*: any*/, v2 /*: any*/, {
535
567
  "alias": null,
536
568
  "args": null,
537
569
  "kind": "ScalarField",
@@ -552,7 +584,7 @@ const node = function () {
552
584
  "kind": "LinkedField",
553
585
  "name": "licenseVariable",
554
586
  "plural": false,
555
- "selections": [v4 /*: any*/, v13 /*: any*/],
587
+ "selections": [v4 /*: any*/, v11 /*: any*/],
556
588
  "storageKey": null
557
589
  }, {
558
590
  "alias": null,
@@ -561,7 +593,7 @@ const node = function () {
561
593
  "kind": "LinkedField",
562
594
  "name": "licenseOption",
563
595
  "plural": false,
564
- "selections": v11 /*: any*/,
596
+ "selections": v12 /*: any*/,
565
597
  "storageKey": null
566
598
  }],
567
599
  "storageKey": null
@@ -619,12 +651,12 @@ const node = function () {
619
651
  }]
620
652
  },
621
653
  "params": {
622
- "cacheID": "96a7587bcab51964adf62c40c2866f78",
654
+ "cacheID": "888a6abbe6fa2f85b3c6fa0e5720f4a5",
623
655
  "id": null,
624
656
  "metadata": {},
625
657
  "name": "CheckoutUpdateCustomerMutation",
626
658
  "operationKind": "mutation",
627
- "text": "mutation CheckoutUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
659
+ "text": "mutation CheckoutUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __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 Licenseable {\n __isLicenseable: __typename\n licenses {\n id\n name\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n name\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
628
660
  }
629
661
  };
630
662
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<0a54bd7ab9f2c2463877df180875bf9f>>
2
+ * @generated SignedSource<<4027273b85c46637f47b4226ad696973>>
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<<0a54bd7ab9f2c2463877df180875bf9f>>
8
+ * @generated SignedSource<<4027273b85c46637f47b4226ad696973>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -192,19 +192,19 @@ const node = function () {
192
192
  "name": "cssUrl",
193
193
  "storageKey": null
194
194
  },
195
- v19 = [v12 /*: any*/],
196
- v20 = {
195
+ v19 = {
197
196
  "alias": null,
198
197
  "args": null,
199
198
  "kind": "ScalarField",
200
- "name": "multiplier",
199
+ "name": "variableType",
201
200
  "storageKey": null
202
201
  },
202
+ v20 = [v12 /*: any*/],
203
203
  v21 = {
204
204
  "alias": null,
205
205
  "args": null,
206
206
  "kind": "ScalarField",
207
- "name": "variableType",
207
+ "name": "multiplier",
208
208
  "storageKey": null
209
209
  };
210
210
  return {
@@ -445,14 +445,14 @@ const node = function () {
445
445
  "name": "product",
446
446
  "plural": false,
447
447
  "selections": [{
448
+ "kind": "TypeDiscriminator",
449
+ "abstractKey": "__isSkuProduct"
450
+ }, {
448
451
  "alias": null,
449
452
  "args": null,
450
453
  "kind": "ScalarField",
451
454
  "name": "__typename",
452
455
  "storageKey": null
453
- }, {
454
- "kind": "TypeDiscriminator",
455
- "abstractKey": "__isSkuProduct"
456
456
  }, {
457
457
  "kind": "InlineFragment",
458
458
  "selections": [{
@@ -527,7 +527,39 @@ const node = function () {
527
527
  "abstractKey": null
528
528
  }, {
529
529
  "kind": "InlineFragment",
530
- "selections": v19 /*: any*/,
530
+ "selections": [{
531
+ "alias": null,
532
+ "args": null,
533
+ "concreteType": "License",
534
+ "kind": "LinkedField",
535
+ "name": "licenses",
536
+ "plural": true,
537
+ "selections": [v12 /*: any*/, v11 /*: any*/, {
538
+ "alias": "variables",
539
+ "args": null,
540
+ "concreteType": "LicenseVariable",
541
+ "kind": "LinkedField",
542
+ "name": "licenseVariables",
543
+ "plural": true,
544
+ "selections": [v12 /*: any*/, v11 /*: any*/, v19 /*: any*/, {
545
+ "alias": "options",
546
+ "args": null,
547
+ "concreteType": "LicenseOption",
548
+ "kind": "LinkedField",
549
+ "name": "licenseOptions",
550
+ "plural": true,
551
+ "selections": [v12 /*: any*/, v14 /*: any*/, v11 /*: any*/],
552
+ "storageKey": null
553
+ }],
554
+ "storageKey": null
555
+ }],
556
+ "storageKey": null
557
+ }],
558
+ "type": "Licenseable",
559
+ "abstractKey": "__isLicenseable"
560
+ }, {
561
+ "kind": "InlineFragment",
562
+ "selections": v20 /*: any*/,
531
563
  "type": "Node",
532
564
  "abstractKey": "__isNode"
533
565
  }],
@@ -548,7 +580,7 @@ const node = function () {
548
580
  "kind": "LinkedField",
549
581
  "name": "license",
550
582
  "plural": false,
551
- "selections": [v12 /*: any*/, v11 /*: any*/, v20 /*: any*/],
583
+ "selections": [v12 /*: any*/, v11 /*: any*/, v21 /*: any*/],
552
584
  "storageKey": null
553
585
  }, {
554
586
  "alias": "variable",
@@ -557,7 +589,7 @@ const node = function () {
557
589
  "kind": "LinkedField",
558
590
  "name": "licenseVariable",
559
591
  "plural": false,
560
- "selections": [v12 /*: any*/, v21 /*: any*/, {
592
+ "selections": [v12 /*: any*/, v19 /*: any*/, {
561
593
  "alias": null,
562
594
  "args": null,
563
595
  "kind": "ScalarField",
@@ -572,7 +604,7 @@ const node = function () {
572
604
  "kind": "LinkedField",
573
605
  "name": "licenseOption",
574
606
  "plural": false,
575
- "selections": [v12 /*: any*/, v14 /*: any*/, v20 /*: any*/, v11 /*: any*/, {
607
+ "selections": [v12 /*: any*/, v14 /*: any*/, v21 /*: any*/, v11 /*: any*/, {
576
608
  "alias": null,
577
609
  "args": null,
578
610
  "kind": "ScalarField",
@@ -593,7 +625,7 @@ const node = function () {
593
625
  "kind": "LinkedField",
594
626
  "name": "licenseVariable",
595
627
  "plural": false,
596
- "selections": [v12 /*: any*/, v21 /*: any*/],
628
+ "selections": [v12 /*: any*/, v19 /*: any*/],
597
629
  "storageKey": null
598
630
  }, {
599
631
  "alias": null,
@@ -602,7 +634,7 @@ const node = function () {
602
634
  "kind": "LinkedField",
603
635
  "name": "licenseOption",
604
636
  "plural": false,
605
- "selections": v19 /*: any*/,
637
+ "selections": v20 /*: any*/,
606
638
  "storageKey": null
607
639
  }],
608
640
  "storageKey": null
@@ -660,12 +692,12 @@ const node = function () {
660
692
  }]
661
693
  },
662
694
  "params": {
663
- "cacheID": "9fb89a3be83ed4609142e1bfbad05aca",
695
+ "cacheID": "cf6c410860ea2fd0ef7c4d15a4a77e95",
664
696
  "id": null,
665
697
  "metadata": {},
666
698
  "name": "CheckoutUpdateOrderMutation",
667
699
  "operationKind": "mutation",
668
- "text": "mutation CheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
700
+ "text": "mutation CheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __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 Licenseable {\n __isLicenseable: __typename\n licenses {\n id\n name\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n name\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
669
701
  }
670
702
  };
671
703
  }();
@@ -1,11 +1,12 @@
1
1
  /**
2
- * @generated SignedSource<<2d79fa0f79d75c1cf358e36a7ae1fe25>>
2
+ * @generated SignedSource<<6d346bfae5f878131c423bbc5cb1f999>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
6
6
  import { ReaderFragment } from 'relay-runtime';
7
7
  import { FragmentRefs } from "relay-runtime";
8
8
  export type Checkout_viewer$data = {
9
+ readonly country: string;
9
10
  readonly settings: {
10
11
  readonly newsletterOptInLabel: string | null;
11
12
  readonly uiFontName: string | null;