fontdue-js 2.17.2 → 2.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/__generated__/CartItemProduct_product.graphql.d.ts +1 -1
  3. package/dist/__generated__/CartItemProduct_product.graphql.js +16 -10
  4. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
  5. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +16 -10
  6. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
  7. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +16 -10
  8. package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
  9. package/dist/__generated__/CartOrderUpdateMutation.graphql.js +16 -10
  10. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  11. package/dist/__generated__/CartQuery.graphql.js +16 -10
  12. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
  13. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +37 -29
  14. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
  15. package/dist/__generated__/CartStateUpdateMutation.graphql.js +79 -66
  16. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +2 -1
  17. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +16 -10
  18. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  19. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +16 -10
  20. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
  21. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +37 -29
  22. package/dist/__generated__/NewsletterSignupQuery.graphql.d.ts +3 -1
  23. package/dist/__generated__/NewsletterSignupQuery.graphql.js +16 -4
  24. package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.d.ts +2 -1
  25. package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.js +1 -1
  26. package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
  27. package/dist/__generated__/PrecartAddToCartMutation.graphql.js +21 -15
  28. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +1 -1
  29. package/dist/__generated__/StoreModalCartQuery.graphql.js +27 -21
  30. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
  31. package/dist/__generated__/StoreModalProductQuery.graphql.js +117 -79
  32. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +1 -1
  33. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +39 -4
  34. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +13 -1
  35. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +37 -2
  36. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
  37. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +10 -4
  38. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +2 -1
  39. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +10 -4
  40. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  41. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +36 -28
  42. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +2 -1
  43. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +9 -3
  44. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +2 -1
  45. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +16 -10
  46. package/dist/__generated__/TestFontsForm_Query.graphql.d.ts +3 -1
  47. package/dist/__generated__/TestFontsForm_Query.graphql.js +16 -4
  48. package/dist/__generated__/productState_Query.graphql.d.ts +29 -1
  49. package/dist/__generated__/productState_Query.graphql.js +24 -5
  50. package/dist/__generated__/productState_collectionBundle.graphql.d.ts +41 -0
  51. package/dist/__generated__/productState_collectionBundle.graphql.js +88 -0
  52. package/dist/__generated__/productState_node.graphql.d.ts +29 -1
  53. package/dist/__generated__/productState_node.graphql.js +20 -2
  54. package/dist/components/Cart/CartItem/CartItemProduct.js +3 -3
  55. package/dist/components/CharacterViewer/index.js +22 -2
  56. package/dist/components/NewsletterSignup/index.js +62 -19
  57. package/dist/components/Root/productState.js +35 -7
  58. package/dist/components/StoreModalProductSummary/index.js +21 -9
  59. package/dist/components/StripeProvider/index.d.ts +1 -2
  60. package/dist/components/StripeProvider/index.js +7 -10
  61. package/dist/components/TestFontsForm/index.js +60 -12
  62. package/dist/components/elements/StoreModalUnifiedCheckout.js +4 -4
  63. package/dist/relay/environment.js +5 -1
  64. package/package.json +3 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<eb5cf27c4d8adf391ffa7ef96fd8a9cb>>
8
+ * @generated SignedSource<<5151a6cd79d2856c79a513854ae151b6>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -15,41 +15,43 @@ exports.default = void 0;
15
15
  // @ts-nocheck
16
16
 
17
17
  const node = function () {
18
- var v0 = [{
18
+ var v0 = {
19
19
  "alias": null,
20
20
  "args": null,
21
21
  "kind": "ScalarField",
22
22
  "name": "amount",
23
23
  "storageKey": null
24
- }, {
24
+ },
25
+ v1 = {
25
26
  "alias": null,
26
27
  "args": null,
27
28
  "kind": "ScalarField",
28
29
  "name": "currency",
29
30
  "storageKey": null
30
- }],
31
- v1 = {
31
+ },
32
+ v2 = [v0 /*: any*/, v1 /*: any*/],
33
+ v3 = {
32
34
  "alias": null,
33
35
  "args": null,
34
36
  "kind": "ScalarField",
35
37
  "name": "name",
36
38
  "storageKey": null
37
39
  },
38
- v2 = {
40
+ v4 = {
39
41
  "alias": null,
40
42
  "args": null,
41
43
  "kind": "ScalarField",
42
44
  "name": "email",
43
45
  "storageKey": null
44
46
  },
45
- v3 = {
47
+ v5 = {
46
48
  "alias": null,
47
49
  "args": null,
48
50
  "kind": "ScalarField",
49
51
  "name": "id",
50
52
  "storageKey": null
51
53
  },
52
- v4 = [v2 /*: any*/, {
54
+ v6 = [v4 /*: any*/, {
53
55
  "alias": null,
54
56
  "args": null,
55
57
  "kind": "ScalarField",
@@ -67,7 +69,7 @@ const node = function () {
67
69
  "kind": "ScalarField",
68
70
  "name": "vatNumber",
69
71
  "storageKey": null
70
- }, v1 /*: any*/, {
72
+ }, v3 /*: any*/, {
71
73
  "alias": null,
72
74
  "args": null,
73
75
  "kind": "ScalarField",
@@ -190,7 +192,7 @@ const node = function () {
190
192
  "kind": "LinkedField",
191
193
  "name": "total",
192
194
  "plural": false,
193
- "selections": v0 /*: any*/,
195
+ "selections": v2 /*: any*/,
194
196
  "storageKey": null
195
197
  }, {
196
198
  "alias": null,
@@ -199,13 +201,13 @@ const node = function () {
199
201
  "kind": "LinkedField",
200
202
  "name": "customer",
201
203
  "plural": false,
202
- "selections": [v1 /*: any*/, v2 /*: any*/, {
204
+ "selections": [v3 /*: any*/, v4 /*: any*/, {
203
205
  "alias": null,
204
206
  "args": null,
205
207
  "kind": "ScalarField",
206
208
  "name": "newsletterOptIn",
207
209
  "storageKey": null
208
- }, v3 /*: any*/],
210
+ }, v5 /*: any*/],
209
211
  "storageKey": null
210
212
  }, {
211
213
  "alias": null,
@@ -220,7 +222,7 @@ const node = function () {
220
222
  "kind": "LinkedField",
221
223
  "name": "licenseeIdentity",
222
224
  "plural": false,
223
- "selections": v4 /*: any*/,
225
+ "selections": v6 /*: any*/,
224
226
  "storageKey": null
225
227
  }, {
226
228
  "alias": null,
@@ -229,7 +231,7 @@ const node = function () {
229
231
  "kind": "LinkedField",
230
232
  "name": "billingIdentity",
231
233
  "plural": false,
232
- "selections": v4 /*: any*/,
234
+ "selections": v6 /*: any*/,
233
235
  "storageKey": null
234
236
  }, {
235
237
  "alias": null,
@@ -238,7 +240,13 @@ const node = function () {
238
240
  "kind": "LinkedField",
239
241
  "name": "stripePaymentIntent",
240
242
  "plural": false,
241
- "selections": v0 /*: any*/,
243
+ "selections": [{
244
+ "alias": null,
245
+ "args": null,
246
+ "kind": "ScalarField",
247
+ "name": "clientSecret",
248
+ "storageKey": null
249
+ }, v0 /*: any*/, v1 /*: any*/],
242
250
  "storageKey": null
243
251
  }, {
244
252
  "alias": null,
@@ -254,7 +262,7 @@ const node = function () {
254
262
  "kind": "LinkedField",
255
263
  "name": "orderVariable",
256
264
  "plural": false,
257
- "selections": [v3 /*: any*/, {
265
+ "selections": [v5 /*: any*/, {
258
266
  "alias": null,
259
267
  "args": null,
260
268
  "kind": "ScalarField",
@@ -269,7 +277,7 @@ const node = function () {
269
277
  "kind": "LinkedField",
270
278
  "name": "orderVariableOption",
271
279
  "plural": false,
272
- "selections": [v3 /*: any*/],
280
+ "selections": [v5 /*: any*/],
273
281
  "storageKey": null
274
282
  }, {
275
283
  "alias": null,
@@ -277,7 +285,7 @@ const node = function () {
277
285
  "kind": "ScalarField",
278
286
  "name": "countryCode",
279
287
  "storageKey": null
280
- }, v3 /*: any*/],
288
+ }, v5 /*: any*/],
281
289
  "storageKey": null
282
290
  }, {
283
291
  "alias": null,
@@ -286,7 +294,7 @@ const node = function () {
286
294
  "kind": "LinkedField",
287
295
  "name": "subtotal",
288
296
  "plural": false,
289
- "selections": v0 /*: any*/,
297
+ "selections": v2 /*: any*/,
290
298
  "storageKey": null
291
299
  }, {
292
300
  "alias": null,
@@ -302,7 +310,7 @@ const node = function () {
302
310
  "kind": "LinkedField",
303
311
  "name": "amount",
304
312
  "plural": false,
305
- "selections": v0 /*: any*/,
313
+ "selections": v2 /*: any*/,
306
314
  "storageKey": null
307
315
  }, {
308
316
  "alias": null,
@@ -330,7 +338,7 @@ const node = function () {
330
338
  "kind": "LinkedField",
331
339
  "name": "creditAmount",
332
340
  "plural": false,
333
- "selections": v0 /*: any*/,
341
+ "selections": v2 /*: any*/,
334
342
  "storageKey": null
335
343
  }, {
336
344
  "alias": null,
@@ -339,11 +347,11 @@ const node = function () {
339
347
  "kind": "LinkedField",
340
348
  "name": "creditAmountRemaining",
341
349
  "plural": false,
342
- "selections": v0 /*: any*/,
350
+ "selections": v2 /*: any*/,
343
351
  "storageKey": null
344
- }, v3 /*: any*/],
352
+ }, v5 /*: any*/],
345
353
  "storageKey": null
346
- }, v3 /*: any*/],
354
+ }, v5 /*: any*/],
347
355
  "storageKey": null
348
356
  }, {
349
357
  "alias": null,
@@ -352,7 +360,7 @@ const node = function () {
352
360
  "kind": "LinkedField",
353
361
  "name": "discountedSubtotal",
354
362
  "plural": false,
355
- "selections": v0 /*: any*/,
363
+ "selections": v2 /*: any*/,
356
364
  "storageKey": null
357
365
  }, {
358
366
  "alias": null,
@@ -367,7 +375,7 @@ const node = function () {
367
375
  "kind": "LinkedField",
368
376
  "name": "taxes",
369
377
  "plural": false,
370
- "selections": v0 /*: any*/,
378
+ "selections": v2 /*: any*/,
371
379
  "storageKey": null
372
380
  }, {
373
381
  "alias": null,
@@ -381,19 +389,19 @@ const node = function () {
381
389
  "kind": "ScalarField",
382
390
  "name": "gstIncluded",
383
391
  "storageKey": null
384
- }, v3 /*: any*/],
392
+ }, v5 /*: any*/],
385
393
  "storageKey": null
386
394
  }],
387
395
  "storageKey": null
388
396
  }]
389
397
  },
390
398
  "params": {
391
- "cacheID": "e07de5e7388ce9ac51e3e5a63c6f38fc",
399
+ "cacheID": "23b645f08a4819fa57911af25f88bf68",
392
400
  "id": null,
393
401
  "metadata": {},
394
402
  "name": "CartStateRemoveDiscountMutation",
395
403
  "operationKind": "mutation",
396
- "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 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"
404
+ "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 phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n clientSecret\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n"
397
405
  }
398
406
  };
399
407
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<bd9b59eeebfe16cdf470a0f12de93f0b>>
2
+ * @generated SignedSource<<885790dd0856bee9d09a335ef126f64a>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */