fontdue-js 2.17.2 → 2.18.1

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 (26) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +2 -1
  3. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +1 -1
  4. package/dist/__generated__/NewsletterSignupQuery.graphql.d.ts +3 -1
  5. package/dist/__generated__/NewsletterSignupQuery.graphql.js +16 -4
  6. package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.d.ts +2 -1
  7. package/dist/__generated__/NewsletterSignupUpdateCustomerMutation.graphql.js +1 -1
  8. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
  9. package/dist/__generated__/StoreModalProductQuery.graphql.js +112 -79
  10. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +1 -1
  11. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +34 -4
  12. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +7 -1
  13. package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +32 -2
  14. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +2 -1
  15. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +1 -1
  16. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +2 -1
  17. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +1 -1
  18. package/dist/__generated__/TestFontsForm_Query.graphql.d.ts +3 -1
  19. package/dist/__generated__/TestFontsForm_Query.graphql.js +16 -4
  20. package/dist/components/CharacterViewer/index.js +22 -2
  21. package/dist/components/NewsletterSignup/index.js +62 -19
  22. package/dist/components/StoreModal/StoreModalCart.js +3 -2
  23. package/dist/components/StoreModalProductSummary/index.js +21 -9
  24. package/dist/components/TestFontsForm/index.js +60 -12
  25. package/dist/relay/environment.js +5 -1
  26. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 2.18.1
2
+
3
+ - Fixes payment form when customers use the "share cart" links in sites not yet using Stripe Tax
4
+
5
+ ## 2.18.0
6
+
7
+ - Adds support for reCAPTCHA in the Newsletter Signup and Test Fonts forms
8
+
1
9
  ## 2.17.2
2
10
 
3
11
  - Tweaked the checkout step max width to hug the embedded checkout layout
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<5b33039777785dad78832cc2ef2cb324>>
2
+ * @generated SignedSource<<a772db172942429b82835c3b40bd573f>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -9,6 +9,7 @@ export type UpdateCustomerInput = {
9
9
  email?: string | null;
10
10
  name?: string | null;
11
11
  newsletterOptIn?: boolean | null;
12
+ recaptchaToken?: string | null;
12
13
  };
13
14
  export type CheckoutUpdateCustomerMutation$variables = {
14
15
  input: UpdateCustomerInput;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<5b33039777785dad78832cc2ef2cb324>>
8
+ * @generated SignedSource<<a772db172942429b82835c3b40bd573f>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<ca72c60ca491499ca269be16daa4b91f>>
2
+ * @generated SignedSource<<df066f03356b79ae4bf564f868eab4ab>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -10,6 +10,8 @@ export type NewsletterSignupQuery$data = {
10
10
  readonly settings: {
11
11
  readonly newsletterOptInLabel: string | null;
12
12
  readonly newsletterSuccessLabel: string | null;
13
+ readonly recaptchaEnabled: boolean;
14
+ readonly recaptchaSiteKey: string | null;
13
15
  } | null;
14
16
  };
15
17
  };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<ca72c60ca491499ca269be16daa4b91f>>
8
+ * @generated SignedSource<<df066f03356b79ae4bf564f868eab4ab>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -39,6 +39,18 @@ const node = function () {
39
39
  "kind": "ScalarField",
40
40
  "name": "newsletterSuccessLabel",
41
41
  "storageKey": "newsletterSuccessLabel(format:\"HTML\")"
42
+ }, {
43
+ "alias": null,
44
+ "args": null,
45
+ "kind": "ScalarField",
46
+ "name": "recaptchaEnabled",
47
+ "storageKey": null
48
+ }, {
49
+ "alias": null,
50
+ "args": null,
51
+ "kind": "ScalarField",
52
+ "name": "recaptchaSiteKey",
53
+ "storageKey": null
42
54
  }],
43
55
  "storageKey": null
44
56
  };
@@ -84,15 +96,15 @@ const node = function () {
84
96
  }]
85
97
  },
86
98
  "params": {
87
- "cacheID": "6bae89f9f27ef84575b73db64bc9d664",
99
+ "cacheID": "15efe914f968e3d924a148b551942978",
88
100
  "id": null,
89
101
  "metadata": {},
90
102
  "name": "NewsletterSignupQuery",
91
103
  "operationKind": "query",
92
- "text": "query NewsletterSignupQuery {\n viewer {\n settings {\n newsletterOptInLabel(format: HTML)\n newsletterSuccessLabel(format: HTML)\n }\n id\n }\n}\n"
104
+ "text": "query NewsletterSignupQuery {\n viewer {\n settings {\n newsletterOptInLabel(format: HTML)\n newsletterSuccessLabel(format: HTML)\n recaptchaEnabled\n recaptchaSiteKey\n }\n id\n }\n}\n"
93
105
  }
94
106
  };
95
107
  }();
96
- node.hash = "16f0b6d7ed420ec5857c972b77805e4c";
108
+ node.hash = "24b303198a6038318723fc0124548862";
97
109
  var _default = node;
98
110
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<c5498a3844e7cde2e5a67686644fe236>>
2
+ * @generated SignedSource<<bd1eb06f06d0656884453a2e619618a7>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -8,6 +8,7 @@ export type UpdateCustomerInput = {
8
8
  email?: string | null;
9
9
  name?: string | null;
10
10
  newsletterOptIn?: boolean | null;
11
+ recaptchaToken?: string | null;
11
12
  };
12
13
  export type NewsletterSignupUpdateCustomerMutation$variables = {
13
14
  input: UpdateCustomerInput;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<c5498a3844e7cde2e5a67686644fe236>>
8
+ * @generated SignedSource<<bd1eb06f06d0656884453a2e619618a7>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<af2299fbf3ea6b8fe2121596a59f4019>>
2
+ * @generated SignedSource<<28fffb90a34578b2e3645c46d55eca62>>
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<<af2299fbf3ea6b8fe2121596a59f4019>>
8
+ * @generated SignedSource<<28fffb90a34578b2e3645c46d55eca62>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -89,74 +89,68 @@ const node = function () {
89
89
  v13 = [v12 /*: any*/],
90
90
  v14 = {
91
91
  "alias": null,
92
- "args": null,
93
- "concreteType": "Settings",
94
- "kind": "LinkedField",
95
- "name": "settings",
96
- "plural": false,
97
- "selections": [{
98
- "alias": null,
99
- "args": v13 /*: any*/,
100
- "kind": "ScalarField",
101
- "name": "storeModalSelectLicenseeLabel",
102
- "storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
103
- }, {
104
- "alias": null,
105
- "args": v13 /*: any*/,
106
- "kind": "ScalarField",
107
- "name": "storeModalSelectOrderVariablesLabel",
108
- "storageKey": "storeModalSelectOrderVariablesLabel(format:\"HTML\")"
109
- }, {
110
- "alias": null,
111
- "args": v13 /*: any*/,
112
- "kind": "ScalarField",
113
- "name": "storeModalSelectLicensesLabel",
114
- "storageKey": "storeModalSelectLicensesLabel(format:\"HTML\")"
115
- }, {
116
- "alias": null,
117
- "args": v13 /*: any*/,
118
- "kind": "ScalarField",
119
- "name": "storeModalSelectFontsLabel",
120
- "storageKey": "storeModalSelectFontsLabel(format:\"HTML\")"
121
- }],
122
- "storageKey": null
92
+ "args": v13 /*: any*/,
93
+ "kind": "ScalarField",
94
+ "name": "storeModalSelectLicenseeLabel",
95
+ "storageKey": "storeModalSelectLicenseeLabel(format:\"HTML\")"
123
96
  },
124
97
  v15 = {
98
+ "alias": null,
99
+ "args": v13 /*: any*/,
100
+ "kind": "ScalarField",
101
+ "name": "storeModalSelectOrderVariablesLabel",
102
+ "storageKey": "storeModalSelectOrderVariablesLabel(format:\"HTML\")"
103
+ },
104
+ v16 = {
105
+ "alias": null,
106
+ "args": v13 /*: any*/,
107
+ "kind": "ScalarField",
108
+ "name": "storeModalSelectLicensesLabel",
109
+ "storageKey": "storeModalSelectLicensesLabel(format:\"HTML\")"
110
+ },
111
+ v17 = {
112
+ "alias": null,
113
+ "args": v13 /*: any*/,
114
+ "kind": "ScalarField",
115
+ "name": "storeModalSelectFontsLabel",
116
+ "storageKey": "storeModalSelectFontsLabel(format:\"HTML\")"
117
+ },
118
+ v18 = {
125
119
  "alias": null,
126
120
  "args": null,
127
121
  "kind": "ScalarField",
128
122
  "name": "__typename",
129
123
  "storageKey": null
130
124
  },
131
- v16 = {
125
+ v19 = {
132
126
  "alias": null,
133
127
  "args": null,
134
128
  "kind": "ScalarField",
135
129
  "name": "isVariableFont",
136
130
  "storageKey": null
137
131
  },
138
- v17 = {
132
+ v20 = {
139
133
  "alias": null,
140
134
  "args": null,
141
135
  "kind": "ScalarField",
142
136
  "name": "collectionType",
143
137
  "storageKey": null
144
138
  },
145
- v18 = {
139
+ v21 = {
146
140
  "alias": null,
147
141
  "args": null,
148
142
  "kind": "ScalarField",
149
143
  "name": "amount",
150
144
  "storageKey": null
151
145
  },
152
- v19 = [v18 /*: any*/, {
146
+ v22 = [v21 /*: any*/, {
153
147
  "alias": null,
154
148
  "args": null,
155
149
  "kind": "ScalarField",
156
150
  "name": "currency",
157
151
  "storageKey": null
158
152
  }],
159
- v20 = {
153
+ v23 = {
160
154
  "alias": null,
161
155
  "args": null,
162
156
  "concreteType": "Sku",
@@ -170,83 +164,83 @@ const node = function () {
170
164
  "kind": "LinkedField",
171
165
  "name": "price",
172
166
  "plural": false,
173
- "selections": v19 /*: any*/,
167
+ "selections": v22 /*: any*/,
174
168
  "storageKey": null
175
169
  }],
176
170
  "storageKey": null
177
171
  },
178
- v21 = [v4 /*: any*/],
179
- v22 = {
172
+ v24 = [v4 /*: any*/],
173
+ v25 = {
180
174
  "alias": null,
181
175
  "args": null,
182
176
  "concreteType": "FontCollection",
183
177
  "kind": "LinkedField",
184
178
  "name": "parent",
185
179
  "plural": false,
186
- "selections": v21 /*: any*/,
180
+ "selections": v24 /*: any*/,
187
181
  "storageKey": null
188
182
  },
189
- v23 = {
183
+ v26 = {
190
184
  "alias": null,
191
185
  "args": null,
192
186
  "kind": "ScalarField",
193
187
  "name": "cssFamily",
194
188
  "storageKey": null
195
189
  },
196
- v24 = {
190
+ v27 = {
197
191
  "alias": null,
198
192
  "args": null,
199
193
  "kind": "ScalarField",
200
194
  "name": "supportedLanguages",
201
195
  "storageKey": null
202
196
  },
203
- v25 = {
197
+ v28 = {
204
198
  "alias": null,
205
199
  "args": null,
206
200
  "concreteType": "FontStyle",
207
201
  "kind": "LinkedField",
208
202
  "name": "featureStyle",
209
203
  "plural": false,
210
- "selections": [v23 /*: any*/, v11 /*: any*/, v24 /*: any*/, v4 /*: any*/],
204
+ "selections": [v26 /*: any*/, v11 /*: any*/, v27 /*: any*/, v4 /*: any*/],
211
205
  "storageKey": null
212
206
  },
213
- v26 = {
207
+ v29 = {
214
208
  "alias": null,
215
209
  "args": null,
216
210
  "kind": "ScalarField",
217
211
  "name": "totalStyles",
218
212
  "storageKey": null
219
213
  },
220
- v27 = {
214
+ v30 = {
221
215
  "alias": null,
222
216
  "args": null,
223
217
  "concreteType": "Money",
224
218
  "kind": "LinkedField",
225
219
  "name": "totalStylesPrice",
226
220
  "plural": false,
227
- "selections": v19 /*: any*/,
221
+ "selections": v22 /*: any*/,
228
222
  "storageKey": null
229
223
  },
230
- v28 = [{
224
+ v31 = [{
231
225
  "kind": "Literal",
232
226
  "name": "collectionTypes",
233
227
  "value": ["FAMILY"]
234
228
  }],
235
- v29 = {
229
+ v32 = {
236
230
  "alias": null,
237
231
  "args": null,
238
232
  "kind": "ScalarField",
239
233
  "name": "cssUrl",
240
234
  "storageKey": null
241
235
  },
242
- v30 = {
236
+ v33 = {
243
237
  "alias": null,
244
238
  "args": null,
245
239
  "concreteType": "FontStyle",
246
240
  "kind": "LinkedField",
247
241
  "name": "fontStyles",
248
242
  "plural": true,
249
- "selections": [v4 /*: any*/, v23 /*: any*/, {
243
+ "selections": [v4 /*: any*/, v26 /*: any*/, {
250
244
  "alias": null,
251
245
  "args": null,
252
246
  "kind": "ScalarField",
@@ -258,7 +252,7 @@ const node = function () {
258
252
  "kind": "ScalarField",
259
253
  "name": "cssStretch",
260
254
  "storageKey": null
261
- }, v11 /*: any*/, v24 /*: any*/, {
255
+ }, v11 /*: any*/, v27 /*: any*/, {
262
256
  "alias": null,
263
257
  "args": null,
264
258
  "concreteType": "VariableInstance",
@@ -288,28 +282,28 @@ const node = function () {
288
282
  "storageKey": null
289
283
  }],
290
284
  "storageKey": null
291
- }, v20 /*: any*/],
285
+ }, v23 /*: any*/],
292
286
  "storageKey": null
293
287
  },
294
- v31 = {
288
+ v34 = {
295
289
  "alias": null,
296
290
  "args": null,
297
291
  "concreteType": "Bundle",
298
292
  "kind": "LinkedField",
299
293
  "name": "bundles",
300
294
  "plural": true,
301
- "selections": [v4 /*: any*/, v30 /*: any*/, v11 /*: any*/, v20 /*: any*/],
295
+ "selections": [v4 /*: any*/, v33 /*: any*/, v11 /*: any*/, v23 /*: any*/],
302
296
  "storageKey": null
303
297
  },
304
- v32 = [v18 /*: any*/],
305
- v33 = [v26 /*: any*/, {
298
+ v35 = [v21 /*: any*/],
299
+ v36 = [v29 /*: any*/, {
306
300
  "alias": null,
307
301
  "args": v7 /*: any*/,
308
302
  "concreteType": "Money",
309
303
  "kind": "LinkedField",
310
304
  "name": "totalStylesPrice",
311
305
  "plural": false,
312
- "selections": v32 /*: any*/,
306
+ "selections": v35 /*: any*/,
313
307
  "storageKey": null
314
308
  }];
315
309
  return {
@@ -355,7 +349,16 @@ const node = function () {
355
349
  "plural": true,
356
350
  "selections": [v4 /*: any*/, v10 /*: any*/, v11 /*: any*/],
357
351
  "storageKey": null
358
- }, v14 /*: any*/],
352
+ }, {
353
+ "alias": null,
354
+ "args": null,
355
+ "concreteType": "Settings",
356
+ "kind": "LinkedField",
357
+ "name": "settings",
358
+ "plural": false,
359
+ "selections": [v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/],
360
+ "storageKey": null
361
+ }],
359
362
  "storageKey": null
360
363
  }],
361
364
  "type": "RootQueryType",
@@ -373,30 +376,30 @@ const node = function () {
373
376
  "kind": "LinkedField",
374
377
  "name": "node",
375
378
  "plural": false,
376
- "selections": [v15 /*: any*/, v4 /*: any*/, {
379
+ "selections": [v18 /*: any*/, v4 /*: any*/, {
377
380
  "kind": "TypeDiscriminator",
378
381
  "abstractKey": "__isNode"
379
382
  }, {
380
383
  "kind": "InlineFragment",
381
- "selections": [v16 /*: any*/, v17 /*: any*/, v11 /*: any*/, v20 /*: any*/, v22 /*: any*/, v25 /*: any*/, v26 /*: any*/, v27 /*: any*/, {
384
+ "selections": [v19 /*: any*/, v20 /*: any*/, v11 /*: any*/, v23 /*: any*/, v25 /*: any*/, v28 /*: any*/, v29 /*: any*/, v30 /*: any*/, {
382
385
  "alias": null,
383
- "args": v28 /*: any*/,
386
+ "args": v31 /*: any*/,
384
387
  "concreteType": "FontCollection",
385
388
  "kind": "LinkedField",
386
389
  "name": "children",
387
390
  "plural": true,
388
- "selections": [v16 /*: any*/, v26 /*: any*/, v4 /*: any*/, v17 /*: any*/, v11 /*: any*/, v20 /*: any*/, v22 /*: any*/, v25 /*: any*/, v27 /*: any*/, {
391
+ "selections": [v19 /*: any*/, v29 /*: any*/, v4 /*: any*/, v20 /*: any*/, v11 /*: any*/, v23 /*: any*/, v25 /*: any*/, v28 /*: any*/, v30 /*: any*/, {
389
392
  "alias": null,
390
- "args": v28 /*: any*/,
393
+ "args": v31 /*: any*/,
391
394
  "concreteType": "FontCollection",
392
395
  "kind": "LinkedField",
393
396
  "name": "children",
394
397
  "plural": true,
395
- "selections": [v16 /*: any*/, v26 /*: any*/, v4 /*: any*/],
398
+ "selections": [v19 /*: any*/, v29 /*: any*/, v4 /*: any*/],
396
399
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
397
- }, v29 /*: any*/, v31 /*: any*/, v30 /*: any*/],
400
+ }, v32 /*: any*/, v34 /*: any*/, v33 /*: any*/],
398
401
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
399
- }, v29 /*: any*/, v31 /*: any*/, v30 /*: any*/, {
402
+ }, v32 /*: any*/, v34 /*: any*/, v33 /*: any*/, {
400
403
  "alias": null,
401
404
  "args": null,
402
405
  "concreteType": "License",
@@ -441,7 +444,7 @@ const node = function () {
441
444
  "kind": "LinkedField",
442
445
  "name": "licenseOptions",
443
446
  "plural": true,
444
- "selections": [v4 /*: any*/, v11 /*: any*/, v18 /*: any*/, {
447
+ "selections": [v4 /*: any*/, v11 /*: any*/, v21 /*: any*/, {
445
448
  "alias": null,
446
449
  "args": null,
447
450
  "kind": "ScalarField",
@@ -485,7 +488,7 @@ const node = function () {
485
488
  "kind": "LinkedField",
486
489
  "name": "orderVariableOptions",
487
490
  "plural": true,
488
- "selections": [v4 /*: any*/, v18 /*: any*/],
491
+ "selections": [v4 /*: any*/, v21 /*: any*/],
489
492
  "storageKey": null
490
493
  }],
491
494
  "storageKey": null
@@ -510,6 +513,36 @@ const node = function () {
510
513
  "kind": "ScalarField",
511
514
  "name": "detectedCountry",
512
515
  "storageKey": null
516
+ }, {
517
+ "alias": null,
518
+ "args": null,
519
+ "concreteType": "Settings",
520
+ "kind": "LinkedField",
521
+ "name": "settings",
522
+ "plural": false,
523
+ "selections": [{
524
+ "alias": null,
525
+ "args": null,
526
+ "kind": "ScalarField",
527
+ "name": "taxSystem",
528
+ "storageKey": null
529
+ }, {
530
+ "alias": null,
531
+ "args": null,
532
+ "concreteType": "StripeTaxSettings",
533
+ "kind": "LinkedField",
534
+ "name": "stripeTaxSettings",
535
+ "plural": false,
536
+ "selections": [{
537
+ "alias": null,
538
+ "args": null,
539
+ "kind": "ScalarField",
540
+ "name": "taxBehavior",
541
+ "storageKey": null
542
+ }],
543
+ "storageKey": null
544
+ }, v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/],
545
+ "storageKey": null
513
546
  }, {
514
547
  "alias": null,
515
548
  "args": null,
@@ -556,7 +589,7 @@ const node = function () {
556
589
  "kind": "LinkedField",
557
590
  "name": "price",
558
591
  "plural": false,
559
- "selections": v32 /*: any*/,
592
+ "selections": v35 /*: any*/,
560
593
  "storageKey": null
561
594
  }, {
562
595
  "alias": null,
@@ -565,19 +598,19 @@ const node = function () {
565
598
  "kind": "LinkedField",
566
599
  "name": "product",
567
600
  "plural": false,
568
- "selections": [v15 /*: any*/, {
601
+ "selections": [v18 /*: any*/, {
569
602
  "kind": "InlineFragment",
570
- "selections": v33 /*: any*/,
603
+ "selections": v36 /*: any*/,
571
604
  "type": "FontCollection",
572
605
  "abstractKey": null
573
606
  }, {
574
607
  "kind": "InlineFragment",
575
- "selections": v33 /*: any*/,
608
+ "selections": v36 /*: any*/,
576
609
  "type": "Bundle",
577
610
  "abstractKey": null
578
611
  }, {
579
612
  "kind": "InlineFragment",
580
- "selections": v21 /*: any*/,
613
+ "selections": v24 /*: any*/,
581
614
  "type": "Node",
582
615
  "abstractKey": "__isNode"
583
616
  }],
@@ -591,21 +624,21 @@ const node = function () {
591
624
  "kind": "LinkedField",
592
625
  "name": "subtotal",
593
626
  "plural": false,
594
- "selections": v19 /*: any*/,
627
+ "selections": v22 /*: any*/,
595
628
  "storageKey": null
596
629
  }],
597
630
  "storageKey": null
598
- }, v14 /*: any*/, v4 /*: any*/],
631
+ }, v4 /*: any*/],
599
632
  "storageKey": null
600
633
  }]
601
634
  },
602
635
  "params": {
603
- "cacheID": "052b047c3b585a85c60edf9e87efea17",
636
+ "cacheID": "503c79ef8771b0355e34fcc99856f752",
604
637
  "id": null,
605
638
  "metadata": {},
606
639
  "name": "StoreModalProductQuery",
607
640
  "operationKind": "query",
608
- "text": "query StoreModalProductQuery(\n $productId: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n collection: node(id: $productId) {\n __typename\n id\n ...StoreModalProductContent_collection_4sncub\n }\n viewer {\n endpoint\n stripeAccountId\n ...OrderVariableSelectionRedux_viewer_2ZguDv\n ...StoreModalProductSummary_viewer_4sncub\n orderVariables {\n id\n variableType\n name\n }\n settings {\n storeModalSelectLicenseeLabel(format: HTML)\n storeModalSelectOrderVariablesLabel(format: HTML)\n storeModalSelectLicensesLabel(format: HTML)\n storeModalSelectFontsLabel(format: HTML)\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelectionRedux_viewer_2ZguDv on Viewer {\n ...OrderVariableSelection_variables_2ZguDv\n detectedCountry\n orderVariables {\n id\n variableType\n }\n}\n\nfragment OrderVariableSelection_variables_2ZguDv on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: $orderVariables)\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 SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment StoreModalBundleButton_bundle_4sncub on Bundle {\n id\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n fontStyles {\n id\n ...FontStyle_fontStyle\n }\n}\n\nfragment StoreModalFamilyButton_collection_4sncub on FontCollection {\n isVariableFont\n collectionType\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n parent {\n id\n }\n featureStyle {\n ...FontStyle_fontStyle\n supportedLanguages\n id\n }\n totalStyles\n totalStylesPrice {\n ...Price_price\n }\n ...useTotalStyles_fontCollection\n}\n\nfragment StoreModalFamily_collection_4sncub on FontCollection {\n ...StoreModalFamilyButton_collection_4sncub\n cssUrl\n collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n ...StoreModalBundleButton_bundle_4sncub\n }\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n}\n\nfragment StoreModalProductContent_collection_4sncub on Node {\n __isNode: __typename\n ... on FontCollection {\n id\n ...StoreModalFamily_collection_4sncub\n ...StoreModalProductLicenseSelection_collection\n children(collectionTypes: [FAMILY]) {\n id\n ...StoreModalFamily_collection_4sncub\n }\n }\n id\n}\n\nfragment StoreModalProductLicenseSelection_collection on FontCollection {\n licenses {\n id\n ...StoreModalProductLicense_license\n }\n}\n\nfragment StoreModalProductLicense_license on License {\n id\n url\n name\n description(format: HTML)\n defaultSelected\n variables: licenseVariables {\n id\n name\n variableType\n ...VariableTableAmounts_variable\n options: licenseOptions {\n id\n name\n amount\n ...VariableTableAmounts_option\n }\n }\n}\n\nfragment StoreModalProductSummary_viewer_4sncub on Viewer {\n taxCollections {\n taxName\n inclusive\n }\n orderVariables {\n id\n variableType\n name\n }\n precart(skuIds: [], licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n skus {\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n product {\n __typename\n ... on FontCollection {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Bundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n subtotal {\n ...Price_price\n amount\n currency\n }\n }\n}\n\nfragment StoreModalStyleButton_fontStyle_4sncub on FontStyle {\n id\n name\n supportedLanguages\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n ...FontStyle_fontStyle\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
641
+ "text": "query StoreModalProductQuery(\n $productId: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n collection: node(id: $productId) {\n __typename\n id\n ...StoreModalProductContent_collection_4sncub\n }\n viewer {\n endpoint\n stripeAccountId\n ...OrderVariableSelectionRedux_viewer_2ZguDv\n ...StoreModalProductSummary_viewer_4sncub\n orderVariables {\n id\n variableType\n name\n }\n settings {\n storeModalSelectLicenseeLabel(format: HTML)\n storeModalSelectOrderVariablesLabel(format: HTML)\n storeModalSelectLicensesLabel(format: HTML)\n storeModalSelectFontsLabel(format: HTML)\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment OrderVariableSelectionRedux_viewer_2ZguDv on Viewer {\n ...OrderVariableSelection_variables_2ZguDv\n detectedCountry\n orderVariables {\n id\n variableType\n }\n}\n\nfragment OrderVariableSelection_variables_2ZguDv on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: $orderVariables)\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 SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment StoreModalBundleButton_bundle_4sncub on Bundle {\n id\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n fontStyles {\n id\n ...FontStyle_fontStyle\n }\n}\n\nfragment StoreModalFamilyButton_collection_4sncub on FontCollection {\n isVariableFont\n collectionType\n name\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n parent {\n id\n }\n featureStyle {\n ...FontStyle_fontStyle\n supportedLanguages\n id\n }\n totalStyles\n totalStylesPrice {\n ...Price_price\n }\n ...useTotalStyles_fontCollection\n}\n\nfragment StoreModalFamily_collection_4sncub on FontCollection {\n ...StoreModalFamilyButton_collection_4sncub\n cssUrl\n collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n ...StoreModalBundleButton_bundle_4sncub\n }\n fontStyles {\n id\n cssFamily\n cssWeight\n cssStretch\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n}\n\nfragment StoreModalProductContent_collection_4sncub on Node {\n __isNode: __typename\n ... on FontCollection {\n id\n ...StoreModalFamily_collection_4sncub\n ...StoreModalProductLicenseSelection_collection\n children(collectionTypes: [FAMILY]) {\n id\n ...StoreModalFamily_collection_4sncub\n }\n }\n id\n}\n\nfragment StoreModalProductLicenseSelection_collection on FontCollection {\n licenses {\n id\n ...StoreModalProductLicense_license\n }\n}\n\nfragment StoreModalProductLicense_license on License {\n id\n url\n name\n description(format: HTML)\n defaultSelected\n variables: licenseVariables {\n id\n name\n variableType\n ...VariableTableAmounts_variable\n options: licenseOptions {\n id\n name\n amount\n ...VariableTableAmounts_option\n }\n }\n}\n\nfragment StoreModalProductSummary_viewer_4sncub on Viewer {\n settings {\n taxSystem\n stripeTaxSettings {\n taxBehavior\n }\n }\n taxCollections {\n taxName\n inclusive\n }\n orderVariables {\n id\n variableType\n name\n }\n precart(skuIds: [], licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n skus {\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n product {\n __typename\n ... on FontCollection {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Bundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n subtotal {\n ...Price_price\n amount\n currency\n }\n }\n}\n\nfragment StoreModalStyleButton_fontStyle_4sncub on FontStyle {\n id\n name\n supportedLanguages\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n sku {\n ...SKUPrice_sku_4sncub\n id\n }\n ...FontStyle_fontStyle\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
609
642
  }
610
643
  };
611
644
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<aec55f866087d95e267738c72d5ee3a8>>
2
+ * @generated SignedSource<<349297ebf49782019820f9b1b332d588>>
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<<aec55f866087d95e267738c72d5ee3a8>>
8
+ * @generated SignedSource<<349297ebf49782019820f9b1b332d588>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -110,6 +110,36 @@ const node = function () {
110
110
  "name": "viewer",
111
111
  "plural": false,
112
112
  "selections": [{
113
+ "alias": null,
114
+ "args": null,
115
+ "concreteType": "Settings",
116
+ "kind": "LinkedField",
117
+ "name": "settings",
118
+ "plural": false,
119
+ "selections": [{
120
+ "alias": null,
121
+ "args": null,
122
+ "kind": "ScalarField",
123
+ "name": "taxSystem",
124
+ "storageKey": null
125
+ }, {
126
+ "alias": null,
127
+ "args": null,
128
+ "concreteType": "StripeTaxSettings",
129
+ "kind": "LinkedField",
130
+ "name": "stripeTaxSettings",
131
+ "plural": false,
132
+ "selections": [{
133
+ "alias": null,
134
+ "args": null,
135
+ "kind": "ScalarField",
136
+ "name": "taxBehavior",
137
+ "storageKey": null
138
+ }],
139
+ "storageKey": null
140
+ }],
141
+ "storageKey": null
142
+ }, {
113
143
  "alias": null,
114
144
  "args": null,
115
145
  "concreteType": "TaxCollection",
@@ -232,15 +262,15 @@ const node = function () {
232
262
  }]
233
263
  },
234
264
  "params": {
235
- "cacheID": "18a9ce1edbe2bddd268265e0055671af",
265
+ "cacheID": "2588dc7c95036b4f11968c7e4b439323",
236
266
  "id": null,
237
267
  "metadata": {},
238
268
  "name": "StoreModalProductSummaryRefetchQuery",
239
269
  "operationKind": "query",
240
- "text": "query StoreModalProductSummaryRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $selectedSkuIds: [ID!] = []\n) {\n viewer {\n ...StoreModalProductSummary_viewer_q09oc\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalProductSummary_viewer_q09oc on Viewer {\n taxCollections {\n taxName\n inclusive\n }\n orderVariables {\n id\n variableType\n name\n }\n precart(skuIds: $selectedSkuIds, licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n skus {\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n product {\n __typename\n ... on FontCollection {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Bundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n subtotal {\n ...Price_price\n amount\n currency\n }\n }\n}\n"
270
+ "text": "query StoreModalProductSummaryRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $selectedSkuIds: [ID!] = []\n) {\n viewer {\n ...StoreModalProductSummary_viewer_q09oc\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalProductSummary_viewer_q09oc on Viewer {\n settings {\n taxSystem\n stripeTaxSettings {\n taxBehavior\n }\n }\n taxCollections {\n taxName\n inclusive\n }\n orderVariables {\n id\n variableType\n name\n }\n precart(skuIds: $selectedSkuIds, licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n skus {\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n product {\n __typename\n ... on FontCollection {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Bundle {\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n subtotal {\n ...Price_price\n amount\n currency\n }\n }\n}\n"
241
271
  }
242
272
  };
243
273
  }();
244
- node.hash = "e21762fcdb76ac693bcdf7b98effc40b";
274
+ node.hash = "d95602902697c0bb7ca4be2089649198";
245
275
  var _default = node;
246
276
  exports.default = _default;