fontdue-js 2.12.1 → 2.13.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 (56) hide show
  1. package/dist/__generated__/CartOrder_viewer.graphql.d.ts +2 -2
  2. package/dist/__generated__/CartOrder_viewer.graphql.js +2 -6
  3. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  4. package/dist/__generated__/CartQuery.graphql.js +94 -70
  5. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
  6. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +12 -3
  7. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
  8. package/dist/__generated__/CartStateUpdateMutation.graphql.js +12 -3
  9. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
  10. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +12 -3
  11. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +2 -2
  12. package/dist/__generated__/StoreModalCartQuery.graphql.js +94 -73
  13. package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +1 -1
  14. package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +42 -12
  15. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
  16. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +35 -19
  17. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  18. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +35 -19
  19. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  20. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +34 -18
  21. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +5 -1
  22. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +32 -16
  23. package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +9 -3
  24. package/dist/__generated__/StripeProvider_viewer.graphql.js +41 -11
  25. package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
  26. package/dist/__generated__/TypeTestersIDQuery.graphql.js +15 -3
  27. package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
  28. package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +16 -4
  29. package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
  30. package/dist/__generated__/TypeTestersSlugQuery.graphql.js +15 -3
  31. package/dist/__generated__/TypeTesters_collection.graphql.d.ts +3 -1
  32. package/dist/__generated__/TypeTesters_collection.graphql.js +14 -2
  33. package/dist/components/Cart/CartOrder.js +2 -4
  34. package/dist/components/Cart/CouponCodeInput.d.ts +1 -5
  35. package/dist/components/Cart/CouponCodeInput.js +15 -67
  36. package/dist/components/ConfigContext.d.ts +10 -0
  37. package/dist/components/ConfigContext.js +6 -1
  38. package/dist/components/StoreModal/StoreModalCart.js +2 -4
  39. package/dist/components/StripeProvider/index.js +20 -15
  40. package/dist/components/TypeTester/TypeTesterContext.d.ts +6 -0
  41. package/dist/components/TypeTester/TypeTesterContext.js +5 -0
  42. package/dist/components/TypeTester/TypeTesterStandalone.d.ts +1 -0
  43. package/dist/components/TypeTester/TypeTesterStandalone.js +2 -0
  44. package/dist/components/TypeTester/TypeTesterStandaloneElement.d.ts +1 -0
  45. package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -0
  46. package/dist/components/TypeTester/TypeTesterState.d.ts +2 -0
  47. package/dist/components/TypeTester/TypeTesterState.js +7 -0
  48. package/dist/components/TypeTester/TypeTesterToolbar.js +13 -2
  49. package/dist/components/TypeTester/index.d.ts +5 -0
  50. package/dist/components/TypeTester/useTypeTesterStyler.d.ts +2 -1
  51. package/dist/components/TypeTester/useTypeTesterStyler.js +8 -1
  52. package/dist/components/TypeTesters/TypeTestersElement.js +1 -1
  53. package/dist/components/TypeTesters/index.js +3 -2
  54. package/dist/components/elements/StoreModalUnifiedCheckout.js +9 -3
  55. package/dist/fontdue.css +12 -9
  56. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<de0544dc47757557b7898fd1bab6617d>>
2
+ * @generated SignedSource<<f311ad616c752adb98042d6c206e0fd7>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -9,7 +9,7 @@ export type CartOrder_viewer$data = {
9
9
  readonly settings: {
10
10
  readonly eulaAgreementLabel: string | null;
11
11
  } | null;
12
- readonly " $fragmentSpreads": FragmentRefs<"Checkout_viewer" | "CouponCodeInput_viewer">;
12
+ readonly " $fragmentSpreads": FragmentRefs<"Checkout_viewer">;
13
13
  readonly " $fragmentType": "CartOrder_viewer";
14
14
  };
15
15
  export type CartOrder_viewer$key = {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<de0544dc47757557b7898fd1bab6617d>>
8
+ * @generated SignedSource<<f311ad616c752adb98042d6c206e0fd7>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -20,10 +20,6 @@ const node = {
20
20
  "metadata": null,
21
21
  "name": "CartOrder_viewer",
22
22
  "selections": [{
23
- "args": null,
24
- "kind": "FragmentSpread",
25
- "name": "CouponCodeInput_viewer"
26
- }, {
27
23
  "args": null,
28
24
  "kind": "FragmentSpread",
29
25
  "name": "Checkout_viewer"
@@ -50,6 +46,6 @@ const node = {
50
46
  "type": "Viewer",
51
47
  "abstractKey": null
52
48
  };
53
- node.hash = "13e1fb5c61670fcdf4add0214ea88ea5";
49
+ node.hash = "8cf5ab5a33a474483a6c231cc44b0df1";
54
50
  var _default = node;
55
51
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<56d3610893e89b4fd0be9da7629cbc54>>
2
+ * @generated SignedSource<<cc2fcf981be148d0e44a7d7bf1ad4ba5>>
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<<56d3610893e89b4fd0be9da7629cbc54>>
8
+ * @generated SignedSource<<cc2fcf981be148d0e44a7d7bf1ad4ba5>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -19,37 +19,44 @@ const node = function () {
19
19
  "alias": null,
20
20
  "args": null,
21
21
  "kind": "ScalarField",
22
- "name": "id",
22
+ "name": "name",
23
23
  "storageKey": null
24
24
  },
25
25
  v1 = {
26
26
  "alias": null,
27
27
  "args": null,
28
28
  "kind": "ScalarField",
29
- "name": "name",
29
+ "name": "cssFamily",
30
30
  "storageKey": null
31
31
  },
32
32
  v2 = {
33
33
  "alias": null,
34
34
  "args": null,
35
35
  "kind": "ScalarField",
36
- "name": "email",
36
+ "name": "id",
37
37
  "storageKey": null
38
38
  },
39
39
  v3 = {
40
+ "alias": null,
41
+ "args": null,
42
+ "kind": "ScalarField",
43
+ "name": "email",
44
+ "storageKey": null
45
+ },
46
+ v4 = {
40
47
  "alias": null,
41
48
  "args": null,
42
49
  "kind": "ScalarField",
43
50
  "name": "country",
44
51
  "storageKey": null
45
52
  },
46
- v4 = [v1 /*: any*/, {
53
+ v5 = [v0 /*: any*/, {
47
54
  "alias": null,
48
55
  "args": null,
49
56
  "kind": "ScalarField",
50
57
  "name": "organization",
51
58
  "storageKey": null
52
- }, v2 /*: any*/, {
59
+ }, v3 /*: any*/, {
53
60
  "alias": null,
54
61
  "args": null,
55
62
  "kind": "ScalarField",
@@ -73,7 +80,7 @@ const node = function () {
73
80
  "kind": "ScalarField",
74
81
  "name": "sublocality",
75
82
  "storageKey": null
76
- }, v3 /*: any*/, {
83
+ }, v4 /*: any*/, {
77
84
  "alias": null,
78
85
  "args": null,
79
86
  "kind": "ScalarField",
@@ -104,46 +111,39 @@ const node = function () {
104
111
  "name": "addressFormatted",
105
112
  "storageKey": null
106
113
  }],
107
- v5 = {
114
+ v6 = {
108
115
  "alias": null,
109
116
  "args": null,
110
117
  "kind": "ScalarField",
111
118
  "name": "amount",
112
119
  "storageKey": null
113
120
  },
114
- v6 = [v5 /*: any*/, {
121
+ v7 = [v6 /*: any*/, {
115
122
  "alias": null,
116
123
  "args": null,
117
124
  "kind": "ScalarField",
118
125
  "name": "currency",
119
126
  "storageKey": null
120
127
  }],
121
- v7 = [v0 /*: any*/],
122
- v8 = {
128
+ v8 = [v2 /*: any*/],
129
+ v9 = {
123
130
  "alias": null,
124
131
  "args": null,
125
132
  "concreteType": "LicenseOption",
126
133
  "kind": "LinkedField",
127
134
  "name": "licenseOptions",
128
135
  "plural": true,
129
- "selections": v7 /*: any*/,
136
+ "selections": v8 /*: any*/,
130
137
  "storageKey": null
131
138
  },
132
- v9 = {
139
+ v10 = {
133
140
  "alias": null,
134
141
  "args": null,
135
142
  "concreteType": "Money",
136
143
  "kind": "LinkedField",
137
144
  "name": "price",
138
145
  "plural": false,
139
- "selections": v6 /*: any*/,
140
- "storageKey": null
141
- },
142
- v10 = {
143
- "alias": null,
144
- "args": null,
145
- "kind": "ScalarField",
146
- "name": "cssFamily",
146
+ "selections": v7 /*: any*/,
147
147
  "storageKey": null
148
148
  },
149
149
  v11 = {
@@ -216,19 +216,43 @@ const node = function () {
216
216
  "alias": null,
217
217
  "args": null,
218
218
  "kind": "ScalarField",
219
- "name": "uiFontUrl",
219
+ "name": "taxSystem",
220
220
  "storageKey": null
221
221
  }, {
222
222
  "alias": null,
223
223
  "args": null,
224
- "kind": "ScalarField",
225
- "name": "uiFontName",
224
+ "concreteType": "FontStyle",
225
+ "kind": "LinkedField",
226
+ "name": "uiFontStyle",
227
+ "plural": false,
228
+ "selections": [v0 /*: any*/, v1 /*: any*/, {
229
+ "alias": null,
230
+ "args": null,
231
+ "concreteType": "WebfontSource",
232
+ "kind": "LinkedField",
233
+ "name": "webfontSources",
234
+ "plural": true,
235
+ "selections": [{
236
+ "alias": null,
237
+ "args": null,
238
+ "kind": "ScalarField",
239
+ "name": "format",
240
+ "storageKey": null
241
+ }, {
242
+ "alias": null,
243
+ "args": null,
244
+ "kind": "ScalarField",
245
+ "name": "url",
246
+ "storageKey": null
247
+ }],
248
+ "storageKey": null
249
+ }, v2 /*: any*/],
226
250
  "storageKey": null
227
251
  }, {
228
252
  "alias": null,
229
253
  "args": null,
230
254
  "kind": "ScalarField",
231
- "name": "taxSystem",
255
+ "name": "uiFontName",
232
256
  "storageKey": null
233
257
  }, {
234
258
  "alias": null,
@@ -303,7 +327,7 @@ const node = function () {
303
327
  "storageKey": null
304
328
  }],
305
329
  "storageKey": null
306
- }, v0 /*: any*/, {
330
+ }, v2 /*: any*/, {
307
331
  "alias": null,
308
332
  "args": null,
309
333
  "kind": "ScalarField",
@@ -316,13 +340,13 @@ const node = function () {
316
340
  "kind": "LinkedField",
317
341
  "name": "customer",
318
342
  "plural": false,
319
- "selections": [v1 /*: any*/, v2 /*: any*/, {
343
+ "selections": [v0 /*: any*/, v3 /*: any*/, {
320
344
  "alias": null,
321
345
  "args": null,
322
346
  "kind": "ScalarField",
323
347
  "name": "newsletterOptIn",
324
348
  "storageKey": null
325
- }, v0 /*: any*/, {
349
+ }, v2 /*: any*/, {
326
350
  "alias": null,
327
351
  "args": null,
328
352
  "kind": "ScalarField",
@@ -337,7 +361,7 @@ const node = function () {
337
361
  "kind": "LinkedField",
338
362
  "name": "billingIdentity",
339
363
  "plural": false,
340
- "selections": v4 /*: any*/,
364
+ "selections": v5 /*: any*/,
341
365
  "storageKey": null
342
366
  }, {
343
367
  "alias": null,
@@ -346,7 +370,7 @@ const node = function () {
346
370
  "kind": "LinkedField",
347
371
  "name": "licenseeIdentity",
348
372
  "plural": false,
349
- "selections": v4 /*: any*/,
373
+ "selections": v5 /*: any*/,
350
374
  "storageKey": null
351
375
  }, {
352
376
  "alias": null,
@@ -373,7 +397,7 @@ const node = function () {
373
397
  "kind": "LinkedField",
374
398
  "name": "subtotal",
375
399
  "plural": false,
376
- "selections": v6 /*: any*/,
400
+ "selections": v7 /*: any*/,
377
401
  "storageKey": null
378
402
  }, {
379
403
  "alias": null,
@@ -389,7 +413,7 @@ const node = function () {
389
413
  "kind": "LinkedField",
390
414
  "name": "amount",
391
415
  "plural": false,
392
- "selections": v6 /*: any*/,
416
+ "selections": v7 /*: any*/,
393
417
  "storageKey": null
394
418
  }, {
395
419
  "alias": null,
@@ -417,7 +441,7 @@ const node = function () {
417
441
  "kind": "LinkedField",
418
442
  "name": "creditAmount",
419
443
  "plural": false,
420
- "selections": v6 /*: any*/,
444
+ "selections": v7 /*: any*/,
421
445
  "storageKey": null
422
446
  }, {
423
447
  "alias": null,
@@ -426,11 +450,11 @@ const node = function () {
426
450
  "kind": "LinkedField",
427
451
  "name": "creditAmountRemaining",
428
452
  "plural": false,
429
- "selections": v6 /*: any*/,
453
+ "selections": v7 /*: any*/,
430
454
  "storageKey": null
431
- }, v0 /*: any*/],
455
+ }, v2 /*: any*/],
432
456
  "storageKey": null
433
- }, v0 /*: any*/],
457
+ }, v2 /*: any*/],
434
458
  "storageKey": null
435
459
  }, {
436
460
  "alias": null,
@@ -439,7 +463,7 @@ const node = function () {
439
463
  "kind": "LinkedField",
440
464
  "name": "discountedSubtotal",
441
465
  "plural": false,
442
- "selections": v6 /*: any*/,
466
+ "selections": v7 /*: any*/,
443
467
  "storageKey": null
444
468
  }, {
445
469
  "alias": null,
@@ -448,7 +472,7 @@ const node = function () {
448
472
  "kind": "LinkedField",
449
473
  "name": "total",
450
474
  "plural": false,
451
- "selections": v6 /*: any*/,
475
+ "selections": v7 /*: any*/,
452
476
  "storageKey": null
453
477
  }, {
454
478
  "alias": null,
@@ -463,7 +487,7 @@ const node = function () {
463
487
  "kind": "LinkedField",
464
488
  "name": "taxes",
465
489
  "plural": false,
466
- "selections": v6 /*: any*/,
490
+ "selections": v7 /*: any*/,
467
491
  "storageKey": null
468
492
  }, {
469
493
  "alias": null,
@@ -484,7 +508,7 @@ const node = function () {
484
508
  "kind": "LinkedField",
485
509
  "name": "orderItems",
486
510
  "plural": true,
487
- "selections": [v0 /*: any*/, {
511
+ "selections": [v2 /*: any*/, {
488
512
  "alias": null,
489
513
  "args": null,
490
514
  "concreteType": "LicenseSelection",
@@ -498,21 +522,21 @@ const node = function () {
498
522
  "kind": "LinkedField",
499
523
  "name": "license",
500
524
  "plural": false,
501
- "selections": [v0 /*: any*/, v1 /*: any*/, {
525
+ "selections": [v2 /*: any*/, v0 /*: any*/, {
502
526
  "alias": null,
503
527
  "args": null,
504
528
  "concreteType": "LicenseVariable",
505
529
  "kind": "LinkedField",
506
530
  "name": "licenseVariables",
507
531
  "plural": true,
508
- "selections": [v0 /*: any*/, {
532
+ "selections": [v2 /*: any*/, {
509
533
  "alias": null,
510
534
  "args": null,
511
535
  "concreteType": "LicenseOption",
512
536
  "kind": "LinkedField",
513
537
  "name": "licenseOptions",
514
538
  "plural": true,
515
- "selections": [v0 /*: any*/, v1 /*: any*/, v5 /*: any*/],
539
+ "selections": [v2 /*: any*/, v0 /*: any*/, v6 /*: any*/],
516
540
  "storageKey": null
517
541
  }],
518
542
  "storageKey": null
@@ -525,19 +549,19 @@ const node = function () {
525
549
  "kind": "LinkedField",
526
550
  "name": "licenseVariable",
527
551
  "plural": false,
528
- "selections": [v0 /*: any*/, {
552
+ "selections": [v2 /*: any*/, {
529
553
  "alias": null,
530
554
  "args": null,
531
555
  "kind": "ScalarField",
532
556
  "name": "units",
533
557
  "storageKey": null
534
- }, v1 /*: any*/, {
558
+ }, v0 /*: any*/, {
535
559
  "alias": null,
536
560
  "args": null,
537
561
  "kind": "ScalarField",
538
562
  "name": "variableType",
539
563
  "storageKey": null
540
- }, v8 /*: any*/],
564
+ }, v9 /*: any*/],
541
565
  "storageKey": null
542
566
  }, {
543
567
  "alias": null,
@@ -546,13 +570,13 @@ const node = function () {
546
570
  "kind": "LinkedField",
547
571
  "name": "licenseOption",
548
572
  "plural": false,
549
- "selections": [v0 /*: any*/, {
573
+ "selections": [v2 /*: any*/, {
550
574
  "alias": null,
551
575
  "args": null,
552
576
  "kind": "ScalarField",
553
577
  "name": "amounts",
554
578
  "storageKey": null
555
- }, v1 /*: any*/, v5 /*: any*/],
579
+ }, v0 /*: any*/, v6 /*: any*/],
556
580
  "storageKey": null
557
581
  }, {
558
582
  "alias": null,
@@ -560,16 +584,16 @@ const node = function () {
560
584
  "kind": "ScalarField",
561
585
  "name": "variableText",
562
586
  "storageKey": null
563
- }, v0 /*: any*/],
587
+ }, v2 /*: any*/],
564
588
  "storageKey": null
565
- }, v9 /*: any*/, {
589
+ }, v10 /*: any*/, {
566
590
  "alias": null,
567
591
  "args": null,
568
592
  "concreteType": "Sku",
569
593
  "kind": "LinkedField",
570
594
  "name": "sku",
571
595
  "plural": false,
572
- "selections": [v9 /*: any*/, {
596
+ "selections": [v10 /*: any*/, {
573
597
  "alias": null,
574
598
  "args": null,
575
599
  "concreteType": null,
@@ -594,18 +618,18 @@ const node = function () {
594
618
  "kind": "LinkedField",
595
619
  "name": "featureStyle",
596
620
  "plural": false,
597
- "selections": [v10 /*: any*/, v1 /*: any*/, v0 /*: any*/, {
621
+ "selections": [v1 /*: any*/, v0 /*: any*/, v2 /*: any*/, {
598
622
  "alias": null,
599
623
  "args": null,
600
624
  "concreteType": "FontCollection",
601
625
  "kind": "LinkedField",
602
626
  "name": "family",
603
627
  "plural": false,
604
- "selections": [v11 /*: any*/, v0 /*: any*/],
628
+ "selections": [v11 /*: any*/, v2 /*: any*/],
605
629
  "storageKey": null
606
630
  }],
607
631
  "storageKey": null
608
- }, v1 /*: any*/, {
632
+ }, v0 /*: any*/, {
609
633
  "alias": null,
610
634
  "args": null,
611
635
  "kind": "ScalarField",
@@ -629,21 +653,21 @@ const node = function () {
629
653
  "kind": "LinkedField",
630
654
  "name": "fontStyles",
631
655
  "plural": true,
632
- "selections": [v10 /*: any*/, v1 /*: any*/, v0 /*: any*/],
656
+ "selections": [v1 /*: any*/, v0 /*: any*/, v2 /*: any*/],
633
657
  "storageKey": null
634
- }, v1 /*: any*/],
658
+ }, v0 /*: any*/],
635
659
  "type": "Bundle",
636
660
  "abstractKey": null
637
661
  }, {
638
662
  "kind": "InlineFragment",
639
- "selections": [v10 /*: any*/, v1 /*: any*/, {
663
+ "selections": [v1 /*: any*/, v0 /*: any*/, {
640
664
  "alias": null,
641
665
  "args": null,
642
666
  "concreteType": "FontCollection",
643
667
  "kind": "LinkedField",
644
668
  "name": "family",
645
669
  "plural": false,
646
- "selections": [v1 /*: any*/, v11 /*: any*/, v0 /*: any*/],
670
+ "selections": [v0 /*: any*/, v11 /*: any*/, v2 /*: any*/],
647
671
  "storageKey": null
648
672
  }, {
649
673
  "alias": null,
@@ -652,7 +676,7 @@ const node = function () {
652
676
  "kind": "LinkedField",
653
677
  "name": "variableInstances",
654
678
  "plural": true,
655
- "selections": [v1 /*: any*/],
679
+ "selections": [v0 /*: any*/],
656
680
  "storageKey": null
657
681
  }],
658
682
  "type": "FontStyle",
@@ -666,14 +690,14 @@ const node = function () {
666
690
  "kind": "LinkedField",
667
691
  "name": "licenses",
668
692
  "plural": true,
669
- "selections": [v0 /*: any*/, v1 /*: any*/, {
693
+ "selections": [v2 /*: any*/, v0 /*: any*/, {
670
694
  "alias": null,
671
695
  "args": null,
672
696
  "concreteType": "LicenseVariable",
673
697
  "kind": "LinkedField",
674
698
  "name": "licenseVariables",
675
699
  "plural": true,
676
- "selections": [v0 /*: any*/, v8 /*: any*/],
700
+ "selections": [v2 /*: any*/, v9 /*: any*/],
677
701
  "storageKey": null
678
702
  }],
679
703
  "storageKey": null
@@ -682,12 +706,12 @@ const node = function () {
682
706
  "abstractKey": "__isLicenseable"
683
707
  }, {
684
708
  "kind": "InlineFragment",
685
- "selections": v7 /*: any*/,
709
+ "selections": v8 /*: any*/,
686
710
  "type": "Node",
687
711
  "abstractKey": "__isNode"
688
712
  }],
689
713
  "storageKey": null
690
- }, v0 /*: any*/],
714
+ }, v2 /*: any*/],
691
715
  "storageKey": null
692
716
  }],
693
717
  "storageKey": null
@@ -705,7 +729,7 @@ const node = function () {
705
729
  "kind": "LinkedField",
706
730
  "name": "orderVariable",
707
731
  "plural": false,
708
- "selections": v7 /*: any*/,
732
+ "selections": v8 /*: any*/,
709
733
  "storageKey": null
710
734
  }, {
711
735
  "alias": null,
@@ -714,9 +738,9 @@ const node = function () {
714
738
  "kind": "LinkedField",
715
739
  "name": "orderVariableOption",
716
740
  "plural": false,
717
- "selections": v7 /*: any*/,
741
+ "selections": v8 /*: any*/,
718
742
  "storageKey": null
719
- }, v0 /*: any*/],
743
+ }, v2 /*: any*/],
720
744
  "storageKey": null
721
745
  }, {
722
746
  "alias": null,
@@ -763,19 +787,19 @@ const node = function () {
763
787
  "kind": "ScalarField",
764
788
  "name": "code",
765
789
  "storageKey": null
766
- }, v1 /*: any*/],
790
+ }, v0 /*: any*/],
767
791
  "storageKey": null
768
- }, v3 /*: any*/, v0 /*: any*/],
792
+ }, v4 /*: any*/, v2 /*: any*/],
769
793
  "storageKey": null
770
794
  }]
771
795
  },
772
796
  "params": {
773
- "cacheID": "7871c0fcc027d8e88628360ee4637502",
797
+ "cacheID": "3992be0e55d4857907c7822ceb1e7250",
774
798
  "id": null,
775
799
  "metadata": {},
776
800
  "name": "CartQuery",
777
801
  "operationKind": "query",
778
- "text": "query CartQuery {\n viewer {\n ...StripeProvider_viewer\n ...CartOrder_viewer\n currentOrder {\n ...CartOrder_order\n id\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 CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\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 orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\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 CartOrder_viewer on Viewer {\n ...Checkout_viewer\n settings {\n eulaAgreementLabel(format: HTML)\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 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 Checkout_viewer on Viewer {\n ...AddressFields_viewer\n country\n settings {\n uiFontName\n newsletterOptInLabel\n }\n themeConfig {\n customProperties\n }\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 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 StripeProvider_viewer on Viewer {\n settings {\n uiFontUrl\n uiFontName\n taxSystem\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"
802
+ "text": "query CartQuery {\n viewer {\n ...StripeProvider_viewer\n ...CartOrder_viewer\n currentOrder {\n ...CartOrder_order\n id\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 CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\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 orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\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 CartOrder_viewer on Viewer {\n ...Checkout_viewer\n settings {\n eulaAgreementLabel(format: HTML)\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 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 Checkout_viewer on Viewer {\n ...AddressFields_viewer\n country\n settings {\n uiFontName\n newsletterOptInLabel\n }\n themeConfig {\n customProperties\n }\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 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 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"
779
803
  }
780
804
  };
781
805
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<03a58d30fa386d2e70de2f51297a5e39>>
2
+ * @generated SignedSource<<670a1fea8beb05e3b603840246cf5464>>
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<<03a58d30fa386d2e70de2f51297a5e39>>
8
+ * @generated SignedSource<<670a1fea8beb05e3b603840246cf5464>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -231,6 +231,15 @@ const node = function () {
231
231
  "plural": false,
232
232
  "selections": v4 /*: any*/,
233
233
  "storageKey": null
234
+ }, {
235
+ "alias": null,
236
+ "args": null,
237
+ "concreteType": "StripePaymentIntent",
238
+ "kind": "LinkedField",
239
+ "name": "stripePaymentIntent",
240
+ "plural": false,
241
+ "selections": v0 /*: any*/,
242
+ "storageKey": null
234
243
  }, {
235
244
  "alias": null,
236
245
  "args": null,
@@ -340,12 +349,12 @@ const node = function () {
340
349
  }]
341
350
  },
342
351
  "params": {
343
- "cacheID": "b478ac964e2921288e699a0466825cb8",
352
+ "cacheID": "be3159a4ea6e3775594e76d96120866e",
344
353
  "id": null,
345
354
  "metadata": {},
346
355
  "name": "CartStateRemoveDiscountMutation",
347
356
  "operationKind": "mutation",
348
- "text": "mutation CartStateRemoveDiscountMutation {\n removeDiscount {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n}\n"
357
+ "text": "mutation CartStateRemoveDiscountMutation {\n removeDiscount {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n}\n"
349
358
  }
350
359
  };
351
360
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<66a6cec85990db39ec5dc9a4cdfcd8f7>>
2
+ * @generated SignedSource<<3ee50eb869294e049abec84cdf0cb934>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */