fontdue-js 2.12.0 → 2.13.0-beta1

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 (59) 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__/CartTotalsCreateSnapshotMutation.graphql.d.ts +3 -4
  10. package/dist/__generated__/CartTotalsCreateSnapshotMutation.graphql.js +6 -12
  11. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
  12. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +12 -3
  13. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +2 -2
  14. package/dist/__generated__/StoreModalCartQuery.graphql.js +94 -73
  15. package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +1 -1
  16. package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +42 -12
  17. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
  18. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +35 -19
  19. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  20. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +35 -19
  21. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
  22. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +34 -18
  23. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +5 -1
  24. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +32 -16
  25. package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +9 -3
  26. package/dist/__generated__/StripeProvider_viewer.graphql.js +41 -11
  27. package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
  28. package/dist/__generated__/TypeTestersIDQuery.graphql.js +15 -3
  29. package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
  30. package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +16 -4
  31. package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
  32. package/dist/__generated__/TypeTestersSlugQuery.graphql.js +15 -3
  33. package/dist/__generated__/TypeTesters_collection.graphql.d.ts +3 -1
  34. package/dist/__generated__/TypeTesters_collection.graphql.js +14 -2
  35. package/dist/components/Cart/CartOrder.js +2 -4
  36. package/dist/components/Cart/CartTotals.js +11 -23
  37. package/dist/components/Cart/CouponCodeInput.d.ts +1 -5
  38. package/dist/components/Cart/CouponCodeInput.js +15 -67
  39. package/dist/components/ConfigContext.d.ts +10 -0
  40. package/dist/components/ConfigContext.js +6 -1
  41. package/dist/components/StoreModal/StoreModalCart.js +2 -4
  42. package/dist/components/StripeProvider/index.js +20 -15
  43. package/dist/components/TypeTester/TypeTesterContext.d.ts +6 -0
  44. package/dist/components/TypeTester/TypeTesterContext.js +5 -0
  45. package/dist/components/TypeTester/TypeTesterStandalone.d.ts +1 -0
  46. package/dist/components/TypeTester/TypeTesterStandalone.js +2 -0
  47. package/dist/components/TypeTester/TypeTesterStandaloneElement.d.ts +1 -0
  48. package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -0
  49. package/dist/components/TypeTester/TypeTesterState.d.ts +2 -0
  50. package/dist/components/TypeTester/TypeTesterState.js +7 -0
  51. package/dist/components/TypeTester/TypeTesterToolbar.js +13 -2
  52. package/dist/components/TypeTester/index.d.ts +5 -0
  53. package/dist/components/TypeTester/useTypeTesterStyler.d.ts +2 -1
  54. package/dist/components/TypeTester/useTypeTesterStyler.js +8 -1
  55. package/dist/components/TypeTesters/TypeTestersElement.js +1 -1
  56. package/dist/components/TypeTesters/index.js +3 -2
  57. package/dist/components/elements/StoreModalUnifiedCheckout.js +9 -3
  58. package/dist/fontdue.css +12 -9
  59. package/package.json +1 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<9c10ad1cf83c8110f8bb5e4ba1af19d6>>
8
+ * @generated SignedSource<<b3a903c5549d9c1ccd6225bdc9d986a9>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -19,24 +19,31 @@ const node = function () {
19
19
  "alias": null,
20
20
  "args": null,
21
21
  "kind": "ScalarField",
22
- "name": "name",
22
+ "name": "amount",
23
23
  "storageKey": null
24
24
  },
25
25
  v1 = {
26
26
  "alias": null,
27
27
  "args": null,
28
28
  "kind": "ScalarField",
29
- "name": "email",
29
+ "name": "name",
30
30
  "storageKey": null
31
31
  },
32
32
  v2 = {
33
+ "alias": null,
34
+ "args": null,
35
+ "kind": "ScalarField",
36
+ "name": "email",
37
+ "storageKey": null
38
+ },
39
+ v3 = {
33
40
  "alias": null,
34
41
  "args": null,
35
42
  "kind": "ScalarField",
36
43
  "name": "id",
37
44
  "storageKey": null
38
45
  },
39
- v3 = [v1 /*: any*/, {
46
+ v4 = [v2 /*: any*/, {
40
47
  "alias": null,
41
48
  "args": null,
42
49
  "kind": "ScalarField",
@@ -54,7 +61,7 @@ const node = function () {
54
61
  "kind": "ScalarField",
55
62
  "name": "vatNumber",
56
63
  "storageKey": null
57
- }, v0 /*: any*/, {
64
+ }, v1 /*: any*/, {
58
65
  "alias": null,
59
66
  "args": null,
60
67
  "kind": "ScalarField",
@@ -173,13 +180,7 @@ const node = function () {
173
180
  "kind": "LinkedField",
174
181
  "name": "total",
175
182
  "plural": false,
176
- "selections": [{
177
- "alias": null,
178
- "args": null,
179
- "kind": "ScalarField",
180
- "name": "amount",
181
- "storageKey": null
182
- }],
183
+ "selections": [v0 /*: any*/],
183
184
  "storageKey": null
184
185
  }, {
185
186
  "alias": null,
@@ -188,13 +189,13 @@ const node = function () {
188
189
  "kind": "LinkedField",
189
190
  "name": "customer",
190
191
  "plural": false,
191
- "selections": [v0 /*: any*/, v1 /*: any*/, {
192
+ "selections": [v1 /*: any*/, v2 /*: any*/, {
192
193
  "alias": null,
193
194
  "args": null,
194
195
  "kind": "ScalarField",
195
196
  "name": "newsletterOptIn",
196
197
  "storageKey": null
197
- }, v2 /*: any*/],
198
+ }, v3 /*: any*/],
198
199
  "storageKey": null
199
200
  }, {
200
201
  "alias": null,
@@ -209,7 +210,7 @@ const node = function () {
209
210
  "kind": "LinkedField",
210
211
  "name": "licenseeIdentity",
211
212
  "plural": false,
212
- "selections": v3 /*: any*/,
213
+ "selections": v4 /*: any*/,
213
214
  "storageKey": null
214
215
  }, {
215
216
  "alias": null,
@@ -218,21 +219,36 @@ const node = function () {
218
219
  "kind": "LinkedField",
219
220
  "name": "billingIdentity",
220
221
  "plural": false,
221
- "selections": v3 /*: any*/,
222
+ "selections": v4 /*: any*/,
223
+ "storageKey": null
224
+ }, {
225
+ "alias": null,
226
+ "args": null,
227
+ "concreteType": "StripePaymentIntent",
228
+ "kind": "LinkedField",
229
+ "name": "stripePaymentIntent",
230
+ "plural": false,
231
+ "selections": [v0 /*: any*/, {
232
+ "alias": null,
233
+ "args": null,
234
+ "kind": "ScalarField",
235
+ "name": "currency",
236
+ "storageKey": null
237
+ }],
222
238
  "storageKey": null
223
- }, v2 /*: any*/],
239
+ }, v3 /*: any*/],
224
240
  "storageKey": null
225
241
  }],
226
242
  "storageKey": null
227
243
  }]
228
244
  },
229
245
  "params": {
230
- "cacheID": "5114b57a0d19eac0c5852a71dc8520e0",
246
+ "cacheID": "e1e85a5555d6d5b590048c4874bd8709",
231
247
  "id": null,
232
248
  "metadata": {},
233
249
  "name": "StoreModalUnifiedCheckoutCompleteOrderMutation",
234
250
  "operationKind": "mutation",
235
- "text": "mutation StoreModalUnifiedCheckoutCompleteOrderMutation {\n completeOrder {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\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}\n"
251
+ "text": "mutation StoreModalUnifiedCheckoutCompleteOrderMutation {\n completeOrder {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\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"
236
252
  }
237
253
  };
238
254
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<03fa78524f4dc6d74a0124e6c916cc68>>
2
+ * @generated SignedSource<<b114cad3b3eea5a87cbac5529e8377da>>
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<<03fa78524f4dc6d74a0124e6c916cc68>>
8
+ * @generated SignedSource<<b114cad3b3eea5a87cbac5529e8377da>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -29,24 +29,31 @@ const node = function () {
29
29
  "alias": null,
30
30
  "args": null,
31
31
  "kind": "ScalarField",
32
- "name": "name",
32
+ "name": "amount",
33
33
  "storageKey": null
34
34
  },
35
35
  v3 = {
36
36
  "alias": null,
37
37
  "args": null,
38
38
  "kind": "ScalarField",
39
- "name": "email",
39
+ "name": "name",
40
40
  "storageKey": null
41
41
  },
42
42
  v4 = {
43
+ "alias": null,
44
+ "args": null,
45
+ "kind": "ScalarField",
46
+ "name": "email",
47
+ "storageKey": null
48
+ },
49
+ v5 = {
43
50
  "alias": null,
44
51
  "args": null,
45
52
  "kind": "ScalarField",
46
53
  "name": "id",
47
54
  "storageKey": null
48
55
  },
49
- v5 = [v3 /*: any*/, {
56
+ v6 = [v4 /*: any*/, {
50
57
  "alias": null,
51
58
  "args": null,
52
59
  "kind": "ScalarField",
@@ -64,7 +71,7 @@ const node = function () {
64
71
  "kind": "ScalarField",
65
72
  "name": "vatNumber",
66
73
  "storageKey": null
67
- }, v2 /*: any*/, {
74
+ }, v3 /*: any*/, {
68
75
  "alias": null,
69
76
  "args": null,
70
77
  "kind": "ScalarField",
@@ -183,13 +190,7 @@ const node = function () {
183
190
  "kind": "LinkedField",
184
191
  "name": "total",
185
192
  "plural": false,
186
- "selections": [{
187
- "alias": null,
188
- "args": null,
189
- "kind": "ScalarField",
190
- "name": "amount",
191
- "storageKey": null
192
- }],
193
+ "selections": [v2 /*: any*/],
193
194
  "storageKey": null
194
195
  }, {
195
196
  "alias": null,
@@ -198,13 +199,13 @@ const node = function () {
198
199
  "kind": "LinkedField",
199
200
  "name": "customer",
200
201
  "plural": false,
201
- "selections": [v2 /*: any*/, v3 /*: any*/, {
202
+ "selections": [v3 /*: any*/, v4 /*: any*/, {
202
203
  "alias": null,
203
204
  "args": null,
204
205
  "kind": "ScalarField",
205
206
  "name": "newsletterOptIn",
206
207
  "storageKey": null
207
- }, v4 /*: any*/],
208
+ }, v5 /*: any*/],
208
209
  "storageKey": null
209
210
  }, {
210
211
  "alias": null,
@@ -219,7 +220,7 @@ const node = function () {
219
220
  "kind": "LinkedField",
220
221
  "name": "licenseeIdentity",
221
222
  "plural": false,
222
- "selections": v5 /*: any*/,
223
+ "selections": v6 /*: any*/,
223
224
  "storageKey": null
224
225
  }, {
225
226
  "alias": null,
@@ -228,21 +229,36 @@ const node = function () {
228
229
  "kind": "LinkedField",
229
230
  "name": "billingIdentity",
230
231
  "plural": false,
231
- "selections": v5 /*: any*/,
232
+ "selections": v6 /*: any*/,
233
+ "storageKey": null
234
+ }, {
235
+ "alias": null,
236
+ "args": null,
237
+ "concreteType": "StripePaymentIntent",
238
+ "kind": "LinkedField",
239
+ "name": "stripePaymentIntent",
240
+ "plural": false,
241
+ "selections": [v2 /*: any*/, {
242
+ "alias": null,
243
+ "args": null,
244
+ "kind": "ScalarField",
245
+ "name": "currency",
246
+ "storageKey": null
247
+ }],
232
248
  "storageKey": null
233
- }, v4 /*: any*/],
249
+ }, v5 /*: any*/],
234
250
  "storageKey": null
235
251
  }],
236
252
  "storageKey": null
237
253
  }]
238
254
  },
239
255
  "params": {
240
- "cacheID": "58ba4b75b3ca71862413ef167965154f",
256
+ "cacheID": "3b50a093825d1d120241d71a2a019708",
241
257
  "id": null,
242
258
  "metadata": {},
243
259
  "name": "StoreModalUnifiedCheckoutUpdateCustomerMutation",
244
260
  "operationKind": "mutation",
245
- "text": "mutation StoreModalUnifiedCheckoutUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\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}\n"
261
+ "text": "mutation StoreModalUnifiedCheckoutUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\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"
246
262
  }
247
263
  };
248
264
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<e909e80d2a21cf50cead80170e39c61c>>
2
+ * @generated SignedSource<<0992504a2d31c23dd34d2703a6f41c05>>
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<<e909e80d2a21cf50cead80170e39c61c>>
8
+ * @generated SignedSource<<0992504a2d31c23dd34d2703a6f41c05>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -113,17 +113,24 @@ const node = function () {
113
113
  "alias": null,
114
114
  "args": null,
115
115
  "kind": "ScalarField",
116
- "name": "name",
116
+ "name": "amount",
117
117
  "storageKey": null
118
118
  },
119
119
  v12 = {
120
+ "alias": null,
121
+ "args": null,
122
+ "kind": "ScalarField",
123
+ "name": "name",
124
+ "storageKey": null
125
+ },
126
+ v13 = {
120
127
  "alias": null,
121
128
  "args": null,
122
129
  "kind": "ScalarField",
123
130
  "name": "id",
124
131
  "storageKey": null
125
132
  },
126
- v13 = [v7 /*: any*/, {
133
+ v14 = [v7 /*: any*/, {
127
134
  "alias": null,
128
135
  "args": null,
129
136
  "kind": "ScalarField",
@@ -135,7 +142,7 @@ const node = function () {
135
142
  "kind": "ScalarField",
136
143
  "name": "addressFormatted",
137
144
  "storageKey": null
138
- }, v8 /*: any*/, v11 /*: any*/, {
145
+ }, v8 /*: any*/, v12 /*: any*/, {
139
146
  "alias": null,
140
147
  "args": null,
141
148
  "kind": "ScalarField",
@@ -224,13 +231,7 @@ const node = function () {
224
231
  "kind": "LinkedField",
225
232
  "name": "total",
226
233
  "plural": false,
227
- "selections": [{
228
- "alias": null,
229
- "args": null,
230
- "kind": "ScalarField",
231
- "name": "amount",
232
- "storageKey": null
233
- }],
234
+ "selections": [v11 /*: any*/],
234
235
  "storageKey": null
235
236
  }, {
236
237
  "alias": null,
@@ -239,13 +240,13 @@ const node = function () {
239
240
  "kind": "LinkedField",
240
241
  "name": "customer",
241
242
  "plural": false,
242
- "selections": [v11 /*: any*/, v7 /*: any*/, {
243
+ "selections": [v12 /*: any*/, v7 /*: any*/, {
243
244
  "alias": null,
244
245
  "args": null,
245
246
  "kind": "ScalarField",
246
247
  "name": "newsletterOptIn",
247
248
  "storageKey": null
248
- }, v12 /*: any*/],
249
+ }, v13 /*: any*/],
249
250
  "storageKey": null
250
251
  }, {
251
252
  "alias": null,
@@ -260,7 +261,7 @@ const node = function () {
260
261
  "kind": "LinkedField",
261
262
  "name": "licenseeIdentity",
262
263
  "plural": false,
263
- "selections": v13 /*: any*/,
264
+ "selections": v14 /*: any*/,
264
265
  "storageKey": null
265
266
  }, {
266
267
  "alias": null,
@@ -269,21 +270,36 @@ const node = function () {
269
270
  "kind": "LinkedField",
270
271
  "name": "billingIdentity",
271
272
  "plural": false,
272
- "selections": v13 /*: any*/,
273
+ "selections": v14 /*: any*/,
274
+ "storageKey": null
275
+ }, {
276
+ "alias": null,
277
+ "args": null,
278
+ "concreteType": "StripePaymentIntent",
279
+ "kind": "LinkedField",
280
+ "name": "stripePaymentIntent",
281
+ "plural": false,
282
+ "selections": [v11 /*: any*/, {
283
+ "alias": null,
284
+ "args": null,
285
+ "kind": "ScalarField",
286
+ "name": "currency",
287
+ "storageKey": null
288
+ }],
273
289
  "storageKey": null
274
- }, v12 /*: any*/],
290
+ }, v13 /*: any*/],
275
291
  "storageKey": null
276
292
  }, v10 /*: any*/],
277
293
  "storageKey": null
278
294
  }]
279
295
  },
280
296
  "params": {
281
- "cacheID": "9ff9f1568175168a1a5254fe7f63b250",
297
+ "cacheID": "9ad86d9afd7109684ff666243fc89884",
282
298
  "id": null,
283
299
  "metadata": {},
284
300
  "name": "StoreModalUnifiedCheckoutUpdateOrderMutation",
285
301
  "operationKind": "mutation",
286
- "text": "mutation StoreModalUnifiedCheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment 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"
302
+ "text": "mutation StoreModalUnifiedCheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phone\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment 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"
287
303
  }
288
304
  };
289
305
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<b881df74c1240e1295ded8ee05f99f8e>>
2
+ * @generated SignedSource<<ac69799134efdd1dcc10ff9f0578eef7>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -42,6 +42,10 @@ export type StoreModalUnifiedCheckout_order$data = {
42
42
  readonly " $fragmentSpreads": FragmentRefs<"StoreModalReviewIdentity_identity">;
43
43
  } | null;
44
44
  readonly licenseeIsBillingIdentity: boolean | null;
45
+ readonly stripePaymentIntent: {
46
+ readonly amount: number | null;
47
+ readonly currency: string | null;
48
+ } | null;
45
49
  readonly total: {
46
50
  readonly amount: number;
47
51
  } | null;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<b881df74c1240e1295ded8ee05f99f8e>>
8
+ * @generated SignedSource<<ac69799134efdd1dcc10ff9f0578eef7>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -19,27 +19,34 @@ const node = function () {
19
19
  "alias": null,
20
20
  "args": null,
21
21
  "kind": "ScalarField",
22
- "name": "name",
22
+ "name": "amount",
23
23
  "storageKey": null
24
24
  },
25
25
  v1 = {
26
+ "alias": null,
27
+ "args": null,
28
+ "kind": "ScalarField",
29
+ "name": "name",
30
+ "storageKey": null
31
+ },
32
+ v2 = {
26
33
  "alias": null,
27
34
  "args": null,
28
35
  "kind": "ScalarField",
29
36
  "name": "email",
30
37
  "storageKey": null
31
38
  },
32
- v2 = [{
39
+ v3 = [{
33
40
  "args": null,
34
41
  "kind": "FragmentSpread",
35
42
  "name": "StoreModalReviewIdentity_identity"
36
- }, v0 /*: any*/, {
43
+ }, v1 /*: any*/, {
37
44
  "alias": null,
38
45
  "args": null,
39
46
  "kind": "ScalarField",
40
47
  "name": "organization",
41
48
  "storageKey": null
42
- }, v1 /*: any*/, {
49
+ }, v2 /*: any*/, {
43
50
  "alias": null,
44
51
  "args": null,
45
52
  "kind": "ScalarField",
@@ -112,13 +119,7 @@ const node = function () {
112
119
  "kind": "LinkedField",
113
120
  "name": "total",
114
121
  "plural": false,
115
- "selections": [{
116
- "alias": null,
117
- "args": null,
118
- "kind": "ScalarField",
119
- "name": "amount",
120
- "storageKey": null
121
- }],
122
+ "selections": [v0 /*: any*/],
122
123
  "storageKey": null
123
124
  }, {
124
125
  "alias": null,
@@ -127,7 +128,7 @@ const node = function () {
127
128
  "kind": "LinkedField",
128
129
  "name": "customer",
129
130
  "plural": false,
130
- "selections": [v0 /*: any*/, v1 /*: any*/, {
131
+ "selections": [v1 /*: any*/, v2 /*: any*/, {
131
132
  "alias": null,
132
133
  "args": null,
133
134
  "kind": "ScalarField",
@@ -148,7 +149,7 @@ const node = function () {
148
149
  "kind": "LinkedField",
149
150
  "name": "licenseeIdentity",
150
151
  "plural": false,
151
- "selections": v2 /*: any*/,
152
+ "selections": v3 /*: any*/,
152
153
  "storageKey": null
153
154
  }, {
154
155
  "alias": null,
@@ -157,13 +158,28 @@ const node = function () {
157
158
  "kind": "LinkedField",
158
159
  "name": "billingIdentity",
159
160
  "plural": false,
160
- "selections": v2 /*: any*/,
161
+ "selections": v3 /*: any*/,
162
+ "storageKey": null
163
+ }, {
164
+ "alias": null,
165
+ "args": null,
166
+ "concreteType": "StripePaymentIntent",
167
+ "kind": "LinkedField",
168
+ "name": "stripePaymentIntent",
169
+ "plural": false,
170
+ "selections": [v0 /*: any*/, {
171
+ "alias": null,
172
+ "args": null,
173
+ "kind": "ScalarField",
174
+ "name": "currency",
175
+ "storageKey": null
176
+ }],
161
177
  "storageKey": null
162
178
  }],
163
179
  "type": "Order",
164
180
  "abstractKey": null
165
181
  };
166
182
  }();
167
- node.hash = "7d57ce77b4bfe26f3131ced66fa07e72";
183
+ node.hash = "94683a80ba2c7104fd80f9e508cd6d70";
168
184
  var _default = node;
169
185
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<ef3b4ba4d0eae6811a136a792b0a2fbe>>
2
+ * @generated SignedSource<<4238c12cf3971ac1ea702387409f7e02>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -13,8 +13,14 @@ export type StripeProvider_viewer$data = {
13
13
  } | null;
14
14
  readonly settings: {
15
15
  readonly taxSystem: string;
16
- readonly uiFontName: string | null;
17
- readonly uiFontUrl: string | null;
16
+ readonly uiFontStyle: {
17
+ readonly cssFamily: string | null;
18
+ readonly name: string;
19
+ readonly webfontSources: ReadonlyArray<{
20
+ readonly format: string | null;
21
+ readonly url: string | null;
22
+ } | null> | null;
23
+ } | null;
18
24
  } | null;
19
25
  readonly stripeAccountId: string | null;
20
26
  readonly stripePublishableKey: string | null;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<ef3b4ba4d0eae6811a136a792b0a2fbe>>
8
+ * @generated SignedSource<<4238c12cf3971ac1ea702387409f7e02>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -30,19 +30,49 @@ const node = {
30
30
  "alias": null,
31
31
  "args": null,
32
32
  "kind": "ScalarField",
33
- "name": "uiFontUrl",
34
- "storageKey": null
35
- }, {
36
- "alias": null,
37
- "args": null,
38
- "kind": "ScalarField",
39
- "name": "uiFontName",
33
+ "name": "taxSystem",
40
34
  "storageKey": null
41
35
  }, {
42
36
  "alias": null,
43
37
  "args": null,
44
- "kind": "ScalarField",
45
- "name": "taxSystem",
38
+ "concreteType": "FontStyle",
39
+ "kind": "LinkedField",
40
+ "name": "uiFontStyle",
41
+ "plural": false,
42
+ "selections": [{
43
+ "alias": null,
44
+ "args": null,
45
+ "kind": "ScalarField",
46
+ "name": "name",
47
+ "storageKey": null
48
+ }, {
49
+ "alias": null,
50
+ "args": null,
51
+ "kind": "ScalarField",
52
+ "name": "cssFamily",
53
+ "storageKey": null
54
+ }, {
55
+ "alias": null,
56
+ "args": null,
57
+ "concreteType": "WebfontSource",
58
+ "kind": "LinkedField",
59
+ "name": "webfontSources",
60
+ "plural": true,
61
+ "selections": [{
62
+ "alias": null,
63
+ "args": null,
64
+ "kind": "ScalarField",
65
+ "name": "format",
66
+ "storageKey": null
67
+ }, {
68
+ "alias": null,
69
+ "args": null,
70
+ "kind": "ScalarField",
71
+ "name": "url",
72
+ "storageKey": null
73
+ }],
74
+ "storageKey": null
75
+ }],
46
76
  "storageKey": null
47
77
  }],
48
78
  "storageKey": null
@@ -101,6 +131,6 @@ const node = {
101
131
  "type": "Viewer",
102
132
  "abstractKey": null
103
133
  };
104
- node.hash = "f605dbdf8e21abec2830e0ce0c7bcc4a";
134
+ node.hash = "dd5fd4cdd75d727050b8d1d6f4269fa8";
105
135
  var _default = node;
106
136
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<ee944923898769db839c5f9202e4aab5>>
2
+ * @generated SignedSource<<f0d878bad3783039c7a23d6aac28d635>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */