fontdue-js 2.16.1 → 2.17.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 (113) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +1 -1
  3. package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +25 -4
  4. package/dist/__generated__/AddressFields_viewer.graphql.d.ts +5 -1
  5. package/dist/__generated__/AddressFields_viewer.graphql.js +23 -2
  6. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
  7. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +10 -4
  8. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
  9. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +10 -4
  10. package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +3 -2
  11. package/dist/__generated__/CartOrderUpdateMutation.graphql.js +10 -4
  12. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  13. package/dist/__generated__/CartQuery.graphql.js +22 -4
  14. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
  15. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +43 -4
  16. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +3 -2
  17. package/dist/__generated__/CartStateUpdateMutation.graphql.js +60 -53
  18. package/dist/__generated__/CartState_order.graphql.d.ts +2 -1
  19. package/dist/__generated__/CartState_order.graphql.js +8 -2
  20. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  21. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +10 -4
  22. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +5 -4
  23. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +10 -4
  24. package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.d.ts +3 -3
  25. package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.js +3 -3
  26. package/dist/__generated__/Checkout_identity.graphql.d.ts +2 -2
  27. package/dist/__generated__/Checkout_identity.graphql.js +3 -3
  28. package/dist/__generated__/Checkout_order.graphql.d.ts +3 -3
  29. package/dist/__generated__/Checkout_order.graphql.js +2 -2
  30. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
  31. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +43 -4
  32. package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.d.ts +4 -1
  33. package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.js +1 -1
  34. package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +2 -1
  35. package/dist/__generated__/FontFamiliesQuery.graphql.js +1 -1
  36. package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.d.ts +6 -1
  37. package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.js +29 -2
  38. package/dist/__generated__/OrderVariableSelection_variables.graphql.d.ts +5 -1
  39. package/dist/__generated__/OrderVariableSelection_variables.graphql.js +31 -15
  40. package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +2 -1
  41. package/dist/__generated__/PrecartAddToCartMutation.graphql.js +10 -4
  42. package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +2 -1
  43. package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +1 -1
  44. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +8 -2
  45. package/dist/__generated__/StoreModalCartQuery.graphql.js +173 -126
  46. package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.d.ts +2 -1
  47. package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.js +8 -2
  48. package/dist/__generated__/StoreModalIndexQuery.graphql.d.ts +1 -1
  49. package/dist/__generated__/StoreModalIndexQuery.graphql.js +9 -3
  50. package/dist/__generated__/StoreModalOrderVariableSelection_order.graphql.d.ts +30 -0
  51. package/dist/__generated__/StoreModalOrderVariableSelection_order.graphql.js +98 -0
  52. package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.d.ts +1 -16
  53. package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.js +40 -104
  54. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +2 -1
  55. package/dist/__generated__/StoreModalProductQuery.graphql.js +24 -3
  56. package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +2 -1
  57. package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +1 -1
  58. package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +2 -1
  59. package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +1 -1
  60. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +2 -1
  61. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +1 -1
  62. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
  63. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +43 -4
  64. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  65. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +43 -4
  66. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +5 -4
  67. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +43 -4
  68. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +13 -3
  69. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +50 -4
  70. package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +2 -1
  71. package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +8 -2
  72. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
  73. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +10 -4
  74. package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +2 -1
  75. package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +9 -3
  76. package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
  77. package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +30 -14
  78. package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.d.ts +2 -1
  79. package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.js +8 -2
  80. package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +4 -1
  81. package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +17 -2
  82. package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +2 -1
  83. package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +9 -3
  84. package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
  85. package/dist/__generated__/TypeTestersIDQuery.graphql.js +53 -37
  86. package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +2 -1
  87. package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +9 -3
  88. package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
  89. package/dist/__generated__/TypeTestersSlugQuery.graphql.js +53 -37
  90. package/dist/components/Cart/AddressFields.d.ts +3 -2
  91. package/dist/components/Cart/AddressFields.js +45 -47
  92. package/dist/components/Cart/CartState.js +1 -1
  93. package/dist/components/Cart/CartTotals.d.ts +5 -2
  94. package/dist/components/Cart/CartTotals.js +24 -10
  95. package/dist/components/Cart/Checkout.js +33 -6
  96. package/dist/components/Cart/types.d.ts +1 -1
  97. package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +21 -1
  98. package/dist/components/OrderVariableSelection/index.d.ts +1 -0
  99. package/dist/components/OrderVariableSelection/index.js +23 -10
  100. package/dist/components/StoreModal/StoreModalCart.js +9 -6
  101. package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
  102. package/dist/components/StoreModal/StoreModalOrderVariableSelection.d.ts +3 -1
  103. package/dist/components/StoreModal/StoreModalOrderVariableSelection.js +9 -5
  104. package/dist/components/StoreModal/StoreModalStyleButton.js +1 -8
  105. package/dist/components/StripeProvider/index.js +5 -3
  106. package/dist/components/TypeTester/TypeTesterStyleSelectData.js +12 -3
  107. package/dist/components/elements/StoreModalUnifiedCheckout.d.ts +60 -1
  108. package/dist/components/elements/StoreModalUnifiedCheckout.js +409 -201
  109. package/dist/fontdue.css +36 -10
  110. package/dist/reducer.d.ts +1 -0
  111. package/dist/utils.d.ts +1 -0
  112. package/dist/utils.js +11 -2
  113. package/package.json +2 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<32ef739f082b36f9849982aa3e68bdf4>>
8
+ * @generated SignedSource<<fa0bfd6a031dd6bc8059a4198aaf5090>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -19,119 +19,126 @@ const node = function () {
19
19
  "alias": null,
20
20
  "args": null,
21
21
  "kind": "ScalarField",
22
- "name": "id",
22
+ "name": "taxSystem",
23
23
  "storageKey": null
24
24
  },
25
25
  v1 = {
26
26
  "alias": null,
27
27
  "args": null,
28
28
  "kind": "ScalarField",
29
- "name": "amount",
29
+ "name": "id",
30
30
  "storageKey": null
31
31
  },
32
32
  v2 = {
33
+ "alias": null,
34
+ "args": null,
35
+ "kind": "ScalarField",
36
+ "name": "amount",
37
+ "storageKey": null
38
+ },
39
+ v3 = [v1 /*: any*/],
40
+ v4 = {
33
41
  "alias": null,
34
42
  "args": null,
35
43
  "kind": "ScalarField",
36
44
  "name": "variableType",
37
45
  "storageKey": null
38
46
  },
39
- v3 = {
47
+ v5 = {
40
48
  "alias": null,
41
49
  "args": null,
42
50
  "kind": "ScalarField",
43
51
  "name": "variableText",
44
52
  "storageKey": null
45
53
  },
46
- v4 = [v0 /*: any*/],
47
- v5 = {
54
+ v6 = {
48
55
  "alias": null,
49
56
  "args": null,
50
57
  "concreteType": "StripePaymentMethod",
51
58
  "kind": "LinkedField",
52
59
  "name": "stripePaymentMethod",
53
60
  "plural": false,
54
- "selections": v4 /*: any*/,
61
+ "selections": v3 /*: any*/,
55
62
  "storageKey": null
56
63
  },
57
- v6 = {
64
+ v7 = {
58
65
  "alias": null,
59
66
  "args": null,
60
67
  "kind": "ScalarField",
61
68
  "name": "name",
62
69
  "storageKey": null
63
70
  },
64
- v7 = [v6 /*: any*/],
65
- v8 = {
71
+ v8 = [v7 /*: any*/],
72
+ v9 = {
66
73
  "alias": null,
67
74
  "args": null,
68
75
  "kind": "ScalarField",
69
76
  "name": "cssFamily",
70
77
  "storageKey": null
71
78
  },
72
- v9 = [{
79
+ v10 = [{
73
80
  "kind": "Literal",
74
81
  "name": "format",
75
82
  "value": "HTML"
76
83
  }],
77
- v10 = {
84
+ v11 = {
78
85
  "alias": null,
79
86
  "args": null,
80
87
  "kind": "ScalarField",
81
88
  "name": "currency",
82
89
  "storageKey": null
83
90
  },
84
- v11 = {
85
- "alias": null,
86
- "args": v9 /*: any*/,
87
- "kind": "ScalarField",
88
- "name": "description",
89
- "storageKey": "description(format:\"HTML\")"
90
- },
91
- v12 = [v0 /*: any*/, v1 /*: any*/],
92
- v13 = {
91
+ v12 = {
93
92
  "alias": null,
94
93
  "args": null,
95
94
  "concreteType": "LicenseOption",
96
95
  "kind": "LinkedField",
97
96
  "name": "licenseOptions",
98
97
  "plural": true,
99
- "selections": v4 /*: any*/,
98
+ "selections": v3 /*: any*/,
100
99
  "storageKey": null
101
100
  },
102
- v14 = [v1 /*: any*/, v10 /*: any*/],
103
- v15 = {
101
+ v13 = [v2 /*: any*/, v11 /*: any*/],
102
+ v14 = {
104
103
  "alias": null,
105
104
  "args": null,
106
105
  "concreteType": "Money",
107
106
  "kind": "LinkedField",
108
107
  "name": "price",
109
108
  "plural": false,
110
- "selections": v14 /*: any*/,
109
+ "selections": v13 /*: any*/,
111
110
  "storageKey": null
112
111
  },
113
- v16 = {
112
+ v15 = {
114
113
  "alias": null,
115
114
  "args": null,
116
115
  "kind": "ScalarField",
117
116
  "name": "cssUrl",
118
117
  "storageKey": null
119
118
  },
120
- v17 = {
119
+ v16 = {
120
+ "alias": null,
121
+ "args": v10 /*: any*/,
122
+ "kind": "ScalarField",
123
+ "name": "description",
124
+ "storageKey": "description(format:\"HTML\")"
125
+ },
126
+ v17 = [v1 /*: any*/, v2 /*: any*/],
127
+ v18 = {
121
128
  "alias": null,
122
129
  "args": null,
123
130
  "kind": "ScalarField",
124
131
  "name": "email",
125
132
  "storageKey": null
126
133
  },
127
- v18 = {
134
+ v19 = {
128
135
  "alias": null,
129
136
  "args": null,
130
137
  "kind": "ScalarField",
131
138
  "name": "country",
132
139
  "storageKey": null
133
140
  },
134
- v19 = [v17 /*: any*/, {
141
+ v20 = [v18 /*: any*/, {
135
142
  "alias": null,
136
143
  "args": null,
137
144
  "kind": "ScalarField",
@@ -149,7 +156,7 @@ const node = function () {
149
156
  "kind": "ScalarField",
150
157
  "name": "vatNumber",
151
158
  "storageKey": null
152
- }, v6 /*: any*/, {
159
+ }, v7 /*: any*/, {
153
160
  "alias": null,
154
161
  "args": null,
155
162
  "kind": "ScalarField",
@@ -159,7 +166,7 @@ const node = function () {
159
166
  "alias": null,
160
167
  "args": null,
161
168
  "kind": "ScalarField",
162
- "name": "phone",
169
+ "name": "phoneNullable",
163
170
  "storageKey": null
164
171
  }, {
165
172
  "alias": null,
@@ -179,7 +186,7 @@ const node = function () {
179
186
  "kind": "ScalarField",
180
187
  "name": "sublocality",
181
188
  "storageKey": null
182
- }, v18 /*: any*/, {
189
+ }, v19 /*: any*/, {
183
190
  "alias": null,
184
191
  "args": null,
185
192
  "kind": "ScalarField",
@@ -221,6 +228,15 @@ const node = function () {
221
228
  "args": null,
222
229
  "kind": "FragmentSpread",
223
230
  "name": "StoreModalUnifiedCheckout_viewer"
231
+ }, {
232
+ "alias": null,
233
+ "args": null,
234
+ "concreteType": "Settings",
235
+ "kind": "LinkedField",
236
+ "name": "settings",
237
+ "plural": false,
238
+ "selections": [v0 /*: any*/],
239
+ "storageKey": null
224
240
  }, {
225
241
  "alias": null,
226
242
  "args": null,
@@ -240,14 +256,27 @@ const node = function () {
240
256
  "args": null,
241
257
  "kind": "FragmentSpread",
242
258
  "name": "StoreModalUnifiedCheckout_order"
243
- }, v0 /*: any*/, {
259
+ }, {
260
+ "args": null,
261
+ "kind": "FragmentSpread",
262
+ "name": "StoreModalOrderVariableSelection_order"
263
+ }, v1 /*: any*/, {
244
264
  "alias": null,
245
265
  "args": null,
246
266
  "concreteType": "Money",
247
267
  "kind": "LinkedField",
248
268
  "name": "total",
249
269
  "plural": false,
250
- "selections": [v1 /*: any*/],
270
+ "selections": [v2 /*: any*/],
271
+ "storageKey": null
272
+ }, {
273
+ "alias": null,
274
+ "args": null,
275
+ "concreteType": "OrderVariableSelection",
276
+ "kind": "LinkedField",
277
+ "name": "orderVariableSelections",
278
+ "plural": true,
279
+ "selections": v3 /*: any*/,
251
280
  "storageKey": null
252
281
  }, {
253
282
  "alias": null,
@@ -256,7 +285,7 @@ const node = function () {
256
285
  "kind": "LinkedField",
257
286
  "name": "orderItems",
258
287
  "plural": true,
259
- "selections": [v0 /*: any*/, {
288
+ "selections": [v1 /*: any*/, {
260
289
  "args": null,
261
290
  "kind": "FragmentSpread",
262
291
  "name": "CartItem_node"
@@ -274,9 +303,9 @@ const node = function () {
274
303
  "kind": "LinkedField",
275
304
  "name": "licenseVariable",
276
305
  "plural": false,
277
- "selections": [v2 /*: any*/],
306
+ "selections": [v4 /*: any*/],
278
307
  "storageKey": null
279
- }, v3 /*: any*/],
308
+ }, v5 /*: any*/],
280
309
  "storageKey": null
281
310
  }],
282
311
  "storageKey": null
@@ -287,16 +316,16 @@ const node = function () {
287
316
  "kind": "LinkedField",
288
317
  "name": "discount",
289
318
  "plural": false,
290
- "selections": v4 /*: any*/,
319
+ "selections": v3 /*: any*/,
291
320
  "storageKey": null
292
- }, v5 /*: any*/, {
321
+ }, v6 /*: any*/, {
293
322
  "alias": null,
294
323
  "args": null,
295
324
  "concreteType": "Identity",
296
325
  "kind": "LinkedField",
297
326
  "name": "billingIdentity",
298
327
  "plural": false,
299
- "selections": v7 /*: any*/,
328
+ "selections": v8 /*: any*/,
300
329
  "storageKey": null
301
330
  }],
302
331
  "storageKey": null
@@ -325,20 +354,14 @@ const node = function () {
325
354
  "kind": "LinkedField",
326
355
  "name": "settings",
327
356
  "plural": false,
328
- "selections": [{
329
- "alias": null,
330
- "args": null,
331
- "kind": "ScalarField",
332
- "name": "taxSystem",
333
- "storageKey": null
334
- }, {
357
+ "selections": [v0 /*: any*/, {
335
358
  "alias": null,
336
359
  "args": null,
337
360
  "concreteType": "FontStyle",
338
361
  "kind": "LinkedField",
339
362
  "name": "uiFontStyle",
340
363
  "plural": false,
341
- "selections": [v6 /*: any*/, v8 /*: any*/, {
364
+ "selections": [v7 /*: any*/, v9 /*: any*/, {
342
365
  "alias": null,
343
366
  "args": null,
344
367
  "concreteType": "WebfontSource",
@@ -359,14 +382,26 @@ const node = function () {
359
382
  "storageKey": null
360
383
  }],
361
384
  "storageKey": null
362
- }, v0 /*: any*/],
385
+ }, v1 /*: any*/],
363
386
  "storageKey": null
364
387
  }, {
365
388
  "alias": null,
366
- "args": v9 /*: any*/,
389
+ "args": v10 /*: any*/,
367
390
  "kind": "ScalarField",
368
391
  "name": "storeModalSelectOrderVariablesLabel",
369
392
  "storageKey": "storeModalSelectOrderVariablesLabel(format:\"HTML\")"
393
+ }, {
394
+ "alias": null,
395
+ "args": null,
396
+ "kind": "ScalarField",
397
+ "name": "checkoutAddressCollection",
398
+ "storageKey": null
399
+ }, {
400
+ "alias": null,
401
+ "args": null,
402
+ "kind": "ScalarField",
403
+ "name": "checkoutPhoneNumberCollection",
404
+ "storageKey": null
370
405
  }, {
371
406
  "alias": null,
372
407
  "args": null,
@@ -375,19 +410,19 @@ const node = function () {
375
410
  "storageKey": null
376
411
  }, {
377
412
  "alias": null,
378
- "args": v9 /*: any*/,
413
+ "args": v10 /*: any*/,
379
414
  "kind": "ScalarField",
380
415
  "name": "eulaAgreementLabel",
381
416
  "storageKey": "eulaAgreementLabel(format:\"HTML\")"
382
417
  }, {
383
418
  "alias": null,
384
- "args": v9 /*: any*/,
419
+ "args": v10 /*: any*/,
385
420
  "kind": "ScalarField",
386
421
  "name": "storeModalSelectLicenseeLabel",
387
422
  "storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
388
423
  }, {
389
424
  "alias": null,
390
- "args": v9 /*: any*/,
425
+ "args": v10 /*: any*/,
391
426
  "kind": "ScalarField",
392
427
  "name": "newsletterOptInLabel",
393
428
  "storageKey": "newsletterOptInLabel(format:\"HTML\")"
@@ -440,43 +475,16 @@ const node = function () {
440
475
  "kind": "ScalarField",
441
476
  "name": "clientSecret",
442
477
  "storageKey": null
443
- }, v1 /*: any*/, v10 /*: any*/],
478
+ }, v2 /*: any*/, v11 /*: any*/],
444
479
  "storageKey": null
445
- }, v0 /*: any*/, {
446
- "alias": null,
447
- "args": null,
448
- "concreteType": "OrderVariableSelection",
449
- "kind": "LinkedField",
450
- "name": "orderVariableSelections",
451
- "plural": true,
452
- "selections": [{
453
- "alias": null,
454
- "args": null,
455
- "concreteType": "OrderVariable",
456
- "kind": "LinkedField",
457
- "name": "orderVariable",
458
- "plural": false,
459
- "selections": [v0 /*: any*/, v6 /*: any*/, v2 /*: any*/, v11 /*: any*/],
460
- "storageKey": null
461
- }, {
462
- "alias": null,
463
- "args": null,
464
- "concreteType": "OrderVariableOption",
465
- "kind": "LinkedField",
466
- "name": "orderVariableOption",
467
- "plural": false,
468
- "selections": v12 /*: any*/,
469
- "storageKey": null
470
- }, v0 /*: any*/],
471
- "storageKey": null
472
- }, {
480
+ }, v1 /*: any*/, {
473
481
  "alias": null,
474
482
  "args": null,
475
483
  "concreteType": "OrderItem",
476
484
  "kind": "LinkedField",
477
485
  "name": "orderItems",
478
486
  "plural": true,
479
- "selections": [v0 /*: any*/, {
487
+ "selections": [v1 /*: any*/, {
480
488
  "alias": null,
481
489
  "args": null,
482
490
  "concreteType": "LicenseSelection",
@@ -490,21 +498,21 @@ const node = function () {
490
498
  "kind": "LinkedField",
491
499
  "name": "license",
492
500
  "plural": false,
493
- "selections": [v0 /*: any*/, v6 /*: any*/, {
501
+ "selections": [v1 /*: any*/, v7 /*: any*/, {
494
502
  "alias": null,
495
503
  "args": null,
496
504
  "concreteType": "LicenseVariable",
497
505
  "kind": "LinkedField",
498
506
  "name": "licenseVariables",
499
507
  "plural": true,
500
- "selections": [v0 /*: any*/, {
508
+ "selections": [v1 /*: any*/, {
501
509
  "alias": null,
502
510
  "args": null,
503
511
  "concreteType": "LicenseOption",
504
512
  "kind": "LinkedField",
505
513
  "name": "licenseOptions",
506
514
  "plural": true,
507
- "selections": [v0 /*: any*/, v6 /*: any*/, v1 /*: any*/],
515
+ "selections": [v1 /*: any*/, v7 /*: any*/, v2 /*: any*/],
508
516
  "storageKey": null
509
517
  }],
510
518
  "storageKey": null
@@ -517,13 +525,13 @@ const node = function () {
517
525
  "kind": "LinkedField",
518
526
  "name": "licenseVariable",
519
527
  "plural": false,
520
- "selections": [v0 /*: any*/, {
528
+ "selections": [v1 /*: any*/, {
521
529
  "alias": null,
522
530
  "args": null,
523
531
  "kind": "ScalarField",
524
532
  "name": "units",
525
533
  "storageKey": null
526
- }, v6 /*: any*/, v2 /*: any*/, v13 /*: any*/],
534
+ }, v7 /*: any*/, v4 /*: any*/, v12 /*: any*/],
527
535
  "storageKey": null
528
536
  }, {
529
537
  "alias": null,
@@ -532,24 +540,24 @@ const node = function () {
532
540
  "kind": "LinkedField",
533
541
  "name": "licenseOption",
534
542
  "plural": false,
535
- "selections": [v0 /*: any*/, {
543
+ "selections": [v1 /*: any*/, {
536
544
  "alias": null,
537
545
  "args": null,
538
546
  "kind": "ScalarField",
539
547
  "name": "amounts",
540
548
  "storageKey": null
541
- }, v6 /*: any*/, v1 /*: any*/],
549
+ }, v7 /*: any*/, v2 /*: any*/],
542
550
  "storageKey": null
543
- }, v3 /*: any*/, v0 /*: any*/],
551
+ }, v5 /*: any*/, v1 /*: any*/],
544
552
  "storageKey": null
545
- }, v15 /*: any*/, {
553
+ }, v14 /*: any*/, {
546
554
  "alias": null,
547
555
  "args": null,
548
556
  "concreteType": "Sku",
549
557
  "kind": "LinkedField",
550
558
  "name": "sku",
551
559
  "plural": false,
552
- "selections": [v15 /*: any*/, {
560
+ "selections": [v14 /*: any*/, {
553
561
  "alias": null,
554
562
  "args": null,
555
563
  "concreteType": null,
@@ -574,18 +582,18 @@ const node = function () {
574
582
  "kind": "LinkedField",
575
583
  "name": "featureStyle",
576
584
  "plural": false,
577
- "selections": [v8 /*: any*/, v6 /*: any*/, v0 /*: any*/, {
585
+ "selections": [v9 /*: any*/, v7 /*: any*/, v1 /*: any*/, {
578
586
  "alias": null,
579
587
  "args": null,
580
588
  "concreteType": "FontCollection",
581
589
  "kind": "LinkedField",
582
590
  "name": "family",
583
591
  "plural": false,
584
- "selections": [v16 /*: any*/, v0 /*: any*/],
592
+ "selections": [v15 /*: any*/, v1 /*: any*/],
585
593
  "storageKey": null
586
594
  }],
587
595
  "storageKey": null
588
- }, v6 /*: any*/, {
596
+ }, v7 /*: any*/, {
589
597
  "alias": null,
590
598
  "args": null,
591
599
  "kind": "ScalarField",
@@ -609,21 +617,21 @@ const node = function () {
609
617
  "kind": "LinkedField",
610
618
  "name": "fontStyles",
611
619
  "plural": true,
612
- "selections": [v8 /*: any*/, v6 /*: any*/, v0 /*: any*/],
620
+ "selections": [v9 /*: any*/, v7 /*: any*/, v1 /*: any*/],
613
621
  "storageKey": null
614
- }, v6 /*: any*/],
622
+ }, v7 /*: any*/],
615
623
  "type": "Bundle",
616
624
  "abstractKey": null
617
625
  }, {
618
626
  "kind": "InlineFragment",
619
- "selections": [v8 /*: any*/, v6 /*: any*/, {
627
+ "selections": [v9 /*: any*/, v7 /*: any*/, {
620
628
  "alias": null,
621
629
  "args": null,
622
630
  "concreteType": "FontCollection",
623
631
  "kind": "LinkedField",
624
632
  "name": "family",
625
633
  "plural": false,
626
- "selections": [v6 /*: any*/, v16 /*: any*/, v0 /*: any*/],
634
+ "selections": [v7 /*: any*/, v15 /*: any*/, v1 /*: any*/],
627
635
  "storageKey": null
628
636
  }, {
629
637
  "alias": null,
@@ -632,7 +640,7 @@ const node = function () {
632
640
  "kind": "LinkedField",
633
641
  "name": "variableInstances",
634
642
  "plural": true,
635
- "selections": v7 /*: any*/,
643
+ "selections": v8 /*: any*/,
636
644
  "storageKey": null
637
645
  }],
638
646
  "type": "FontStyle",
@@ -646,14 +654,14 @@ const node = function () {
646
654
  "kind": "LinkedField",
647
655
  "name": "licenses",
648
656
  "plural": true,
649
- "selections": [v0 /*: any*/, v6 /*: any*/, {
657
+ "selections": [v1 /*: any*/, v7 /*: any*/, {
650
658
  "alias": null,
651
659
  "args": null,
652
660
  "concreteType": "LicenseVariable",
653
661
  "kind": "LinkedField",
654
662
  "name": "licenseVariables",
655
663
  "plural": true,
656
- "selections": [v0 /*: any*/, v13 /*: any*/],
664
+ "selections": [v1 /*: any*/, v12 /*: any*/],
657
665
  "storageKey": null
658
666
  }],
659
667
  "storageKey": null
@@ -662,15 +670,48 @@ const node = function () {
662
670
  "abstractKey": "__isLicenseable"
663
671
  }, {
664
672
  "kind": "InlineFragment",
665
- "selections": v4 /*: any*/,
673
+ "selections": v3 /*: any*/,
666
674
  "type": "Node",
667
675
  "abstractKey": "__isNode"
668
676
  }],
669
677
  "storageKey": null
670
- }, v0 /*: any*/],
678
+ }, v1 /*: any*/],
671
679
  "storageKey": null
672
680
  }],
673
681
  "storageKey": null
682
+ }, {
683
+ "alias": null,
684
+ "args": null,
685
+ "concreteType": "OrderVariableSelection",
686
+ "kind": "LinkedField",
687
+ "name": "orderVariableSelections",
688
+ "plural": true,
689
+ "selections": [{
690
+ "alias": null,
691
+ "args": null,
692
+ "concreteType": "OrderVariable",
693
+ "kind": "LinkedField",
694
+ "name": "orderVariable",
695
+ "plural": false,
696
+ "selections": [v1 /*: any*/, v4 /*: any*/, v7 /*: any*/, v16 /*: any*/],
697
+ "storageKey": null
698
+ }, {
699
+ "alias": null,
700
+ "args": null,
701
+ "concreteType": "OrderVariableOption",
702
+ "kind": "LinkedField",
703
+ "name": "orderVariableOption",
704
+ "plural": false,
705
+ "selections": v17 /*: any*/,
706
+ "storageKey": null
707
+ }, {
708
+ "alias": null,
709
+ "args": null,
710
+ "kind": "ScalarField",
711
+ "name": "countryCode",
712
+ "storageKey": null
713
+ }, v1 /*: any*/],
714
+ "storageKey": null
674
715
  }, {
675
716
  "alias": null,
676
717
  "args": null,
@@ -678,7 +719,7 @@ const node = function () {
678
719
  "kind": "LinkedField",
679
720
  "name": "subtotal",
680
721
  "plural": false,
681
- "selections": v14 /*: any*/,
722
+ "selections": v13 /*: any*/,
682
723
  "storageKey": null
683
724
  }, {
684
725
  "alias": null,
@@ -694,7 +735,7 @@ const node = function () {
694
735
  "kind": "LinkedField",
695
736
  "name": "amount",
696
737
  "plural": false,
697
- "selections": v14 /*: any*/,
738
+ "selections": v13 /*: any*/,
698
739
  "storageKey": null
699
740
  }, {
700
741
  "alias": null,
@@ -722,7 +763,7 @@ const node = function () {
722
763
  "kind": "LinkedField",
723
764
  "name": "creditAmount",
724
765
  "plural": false,
725
- "selections": v14 /*: any*/,
766
+ "selections": v13 /*: any*/,
726
767
  "storageKey": null
727
768
  }, {
728
769
  "alias": null,
@@ -731,11 +772,11 @@ const node = function () {
731
772
  "kind": "LinkedField",
732
773
  "name": "creditAmountRemaining",
733
774
  "plural": false,
734
- "selections": v14 /*: any*/,
775
+ "selections": v13 /*: any*/,
735
776
  "storageKey": null
736
- }, v0 /*: any*/],
777
+ }, v1 /*: any*/],
737
778
  "storageKey": null
738
- }, v0 /*: any*/],
779
+ }, v1 /*: any*/],
739
780
  "storageKey": null
740
781
  }, {
741
782
  "alias": null,
@@ -744,7 +785,7 @@ const node = function () {
744
785
  "kind": "LinkedField",
745
786
  "name": "discountedSubtotal",
746
787
  "plural": false,
747
- "selections": v14 /*: any*/,
788
+ "selections": v13 /*: any*/,
748
789
  "storageKey": null
749
790
  }, {
750
791
  "alias": null,
@@ -753,7 +794,7 @@ const node = function () {
753
794
  "kind": "LinkedField",
754
795
  "name": "total",
755
796
  "plural": false,
756
- "selections": v14 /*: any*/,
797
+ "selections": v13 /*: any*/,
757
798
  "storageKey": null
758
799
  }, {
759
800
  "alias": null,
@@ -768,7 +809,7 @@ const node = function () {
768
809
  "kind": "LinkedField",
769
810
  "name": "taxes",
770
811
  "plural": false,
771
- "selections": v14 /*: any*/,
812
+ "selections": v13 /*: any*/,
772
813
  "storageKey": null
773
814
  }, {
774
815
  "alias": null,
@@ -801,13 +842,13 @@ const node = function () {
801
842
  "kind": "LinkedField",
802
843
  "name": "customer",
803
844
  "plural": false,
804
- "selections": [v6 /*: any*/, v17 /*: any*/, {
845
+ "selections": [v7 /*: any*/, v18 /*: any*/, {
805
846
  "alias": null,
806
847
  "args": null,
807
848
  "kind": "ScalarField",
808
849
  "name": "newsletterOptIn",
809
850
  "storageKey": null
810
- }, v0 /*: any*/],
851
+ }, v1 /*: any*/],
811
852
  "storageKey": null
812
853
  }, {
813
854
  "alias": null,
@@ -822,7 +863,7 @@ const node = function () {
822
863
  "kind": "LinkedField",
823
864
  "name": "licenseeIdentity",
824
865
  "plural": false,
825
- "selections": v19 /*: any*/,
866
+ "selections": v20 /*: any*/,
826
867
  "storageKey": null
827
868
  }, {
828
869
  "alias": null,
@@ -831,9 +872,9 @@ const node = function () {
831
872
  "kind": "LinkedField",
832
873
  "name": "billingIdentity",
833
874
  "plural": false,
834
- "selections": v19 /*: any*/,
875
+ "selections": v20 /*: any*/,
835
876
  "storageKey": null
836
- }, v5 /*: any*/],
877
+ }, v6 /*: any*/],
837
878
  "storageKey": null
838
879
  }, {
839
880
  "alias": null,
@@ -842,14 +883,14 @@ const node = function () {
842
883
  "kind": "LinkedField",
843
884
  "name": "orderVariables",
844
885
  "plural": true,
845
- "selections": [v0 /*: any*/, v6 /*: any*/, v2 /*: any*/, v11 /*: any*/, {
886
+ "selections": [v1 /*: any*/, v7 /*: any*/, v4 /*: any*/, v16 /*: any*/, {
846
887
  "alias": null,
847
888
  "args": null,
848
889
  "concreteType": "OrderVariableOption",
849
890
  "kind": "LinkedField",
850
891
  "name": "orderVariableOptions",
851
892
  "plural": true,
852
- "selections": v12 /*: any*/,
893
+ "selections": v17 /*: any*/,
853
894
  "storageKey": null
854
895
  }],
855
896
  "storageKey": null
@@ -866,22 +907,28 @@ const node = function () {
866
907
  "kind": "ScalarField",
867
908
  "name": "code",
868
909
  "storageKey": null
869
- }, v6 /*: any*/],
910
+ }, v7 /*: any*/],
911
+ "storageKey": null
912
+ }, v19 /*: any*/, {
913
+ "alias": null,
914
+ "args": null,
915
+ "kind": "ScalarField",
916
+ "name": "detectedCountry",
870
917
  "storageKey": null
871
- }, v18 /*: any*/, v0 /*: any*/],
918
+ }, v1 /*: any*/],
872
919
  "storageKey": null
873
920
  }]
874
921
  },
875
922
  "params": {
876
- "cacheID": "0f87b0407f4a312d1e532c8fe116c7ea",
923
+ "cacheID": "ca12e4f81ac8e967be0126275e3053a8",
877
924
  "id": null,
878
925
  "metadata": {},
879
926
  "name": "StoreModalCartQuery",
880
927
  "operationKind": "query",
881
- "text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n id\n total {\n amount\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}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML)\n orderVariableOptions {\n id\n amount\n }\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n currentOrder {\n id\n orderVariableSelections {\n orderVariable {\n id\n name\n variableType\n description(format: HTML)\n }\n orderVariableOption {\n id\n amount\n }\n id\n }\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 phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n taxSystem\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
928
+ "text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n settings {\n taxSystem\n }\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n ...StoreModalOrderVariableSelection_order\n id\n total {\n amount\n }\n orderVariableSelections {\n id\n }\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n billingIdentity {\n name\n }\n }\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n settings {\n checkoutAddressCollection\n checkoutPhoneNumberCollection\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML)\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 description(format: HTML)\n }\n orderVariableOption {\n id\n amount\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n settings {\n storeModalSelectOrderVariablesLabel(format: HTML)\n }\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n detectedCountry\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n taxSystem\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
882
929
  }
883
930
  };
884
931
  }();
885
- node.hash = "01df757f83a8740dcfa4ed706347ab35";
932
+ node.hash = "cfbbbef5d65b35eacebf30617fe2538e";
886
933
  var _default = node;
887
934
  exports.default = _default;