fontdue-js 3.6.0 → 3.7.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.
- package/CHANGELOG.md +8 -0
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +4 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.js +46 -39
- package/dist/__generated__/PriceBar_node.graphql.d.ts +4 -1
- package/dist/__generated__/PriceBar_node.graphql.js +23 -16
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +3 -2
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +3 -3
- package/dist/__generated__/StoreModalIndexPaginationQuery.graphql.d.ts +23 -0
- package/dist/__generated__/StoreModalIndexPaginationQuery.graphql.js +303 -0
- package/dist/__generated__/StoreModalIndexQuery.graphql.d.ts +4 -9
- package/dist/__generated__/StoreModalIndexQuery.graphql.js +90 -53
- package/dist/__generated__/StoreModalIndex_viewer.graphql.d.ts +24 -0
- package/dist/__generated__/StoreModalIndex_viewer.graphql.js +134 -0
- package/dist/__generated__/StoreModalProductContent_collection.graphql.d.ts +4 -1
- package/dist/__generated__/StoreModalProductContent_collection.graphql.js +12 -5
- package/dist/__generated__/StoreModalProductLicenseSelection_collection.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalProductLicenseSelection_collection.graphql.js +27 -24
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductQuery.graphql.js +78 -77
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +54 -53
- package/dist/__generated__/StoreModalProductSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductSlugQuery.graphql.js +78 -77
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +17 -10
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +17 -10
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +17 -10
- package/dist/__generated__/storefrontEventsTrackStorefrontEventMutation.graphql.d.ts +41 -0
- package/dist/__generated__/storefrontEventsTrackStorefrontEventMutation.graphql.js +65 -0
- package/dist/__tests__/bundleSelectionOrder.test.js +92 -0
- package/dist/__tests__/collectionBundleSelection.test.js +441 -1446
- package/dist/__tests__/infiniteScroll.test.js +180 -0
- package/dist/__tests__/licenseExclusions.test.js +2 -1
- package/dist/__tests__/storefrontEvents.test.js +167 -0
- package/dist/__tests__/typeTesterAutofitFeatures.test.js +138 -0
- package/dist/components/Cart/Checkout.js +11 -1
- package/dist/components/Cart/storefrontEvents.d.ts +34 -0
- package/dist/components/Cart/storefrontEvents.js +138 -0
- package/dist/components/FontFamilies/index.js +4 -3
- package/dist/components/Precart/index.js +6 -0
- package/dist/components/PriceBar/index.js +5 -3
- package/dist/components/Root/productState.d.ts +2 -8
- package/dist/components/Root/productState.js +46 -57
- package/dist/components/SKUPrice/index.js +7 -8
- package/dist/components/StoreModal/StoreModalFamily.js +4 -2
- package/dist/components/StoreModal/StoreModalIndex.js +48 -7
- package/dist/components/StoreModal/StoreModalProduct.js +16 -9
- package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.d.ts +2 -1
- package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +8 -3
- package/dist/components/StoreModalProductLicenseSelection/index.js +3 -2
- package/dist/components/TypeTester/useTypeTesterStyler.js +1 -0
- package/dist/components/elements/StoreModalContainer/StoreModalContainerContext.d.ts +1 -0
- package/dist/components/elements/StoreModalContainer/index.js +9 -4
- package/dist/components/elements/StoreModalIndexLoadMore/index.d.ts +8 -0
- package/dist/components/elements/StoreModalIndexLoadMore/index.js +21 -0
- package/dist/components/elements/StoreModalUnifiedCheckout.js +12 -0
- package/dist/components/useInfiniteScroll.d.ts +28 -0
- package/dist/components/useInfiniteScroll.js +50 -0
- package/dist/fontdue.css +33 -0
- package/dist/hooks/useAutofit.d.ts +2 -1
- package/dist/hooks/useAutofit.js +10 -4
- package/dist/reducer.d.ts +5 -5
- package/dist/reducer.js +9 -87
- package/dist/selection.d.ts +40 -0
- package/dist/selection.js +494 -0
- package/dist/utils.d.ts +1 -12
- package/dist/utils.js +1 -36
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<e840eeeb775736ad69637f46fa78e562>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -49,38 +49,45 @@ const node = function () {
|
|
|
49
49
|
"alias": null,
|
|
50
50
|
"args": null,
|
|
51
51
|
"kind": "ScalarField",
|
|
52
|
-
"name": "
|
|
52
|
+
"name": "visibility",
|
|
53
53
|
"storageKey": null
|
|
54
54
|
},
|
|
55
55
|
v7 = {
|
|
56
56
|
"alias": null,
|
|
57
57
|
"args": null,
|
|
58
58
|
"kind": "ScalarField",
|
|
59
|
-
"name": "
|
|
59
|
+
"name": "isVariableFont",
|
|
60
60
|
"storageKey": null
|
|
61
61
|
},
|
|
62
62
|
v8 = {
|
|
63
63
|
"alias": null,
|
|
64
64
|
"args": null,
|
|
65
65
|
"kind": "ScalarField",
|
|
66
|
-
"name": "
|
|
66
|
+
"name": "collectionType",
|
|
67
67
|
"storageKey": null
|
|
68
68
|
},
|
|
69
69
|
v9 = {
|
|
70
|
+
"alias": null,
|
|
71
|
+
"args": null,
|
|
72
|
+
"kind": "ScalarField",
|
|
73
|
+
"name": "name",
|
|
74
|
+
"storageKey": null
|
|
75
|
+
},
|
|
76
|
+
v10 = {
|
|
70
77
|
"alias": null,
|
|
71
78
|
"args": null,
|
|
72
79
|
"kind": "ScalarField",
|
|
73
80
|
"name": "amount",
|
|
74
81
|
"storageKey": null
|
|
75
82
|
},
|
|
76
|
-
|
|
83
|
+
v11 = [v10 /*: any*/, {
|
|
77
84
|
"alias": null,
|
|
78
85
|
"args": null,
|
|
79
86
|
"kind": "ScalarField",
|
|
80
87
|
"name": "currency",
|
|
81
88
|
"storageKey": null
|
|
82
89
|
}],
|
|
83
|
-
|
|
90
|
+
v12 = {
|
|
84
91
|
"alias": null,
|
|
85
92
|
"args": null,
|
|
86
93
|
"concreteType": "Sku",
|
|
@@ -94,44 +101,44 @@ const node = function () {
|
|
|
94
101
|
"kind": "LinkedField",
|
|
95
102
|
"name": "price",
|
|
96
103
|
"plural": false,
|
|
97
|
-
"selections":
|
|
104
|
+
"selections": v11 /*: any*/,
|
|
98
105
|
"storageKey": null
|
|
99
106
|
}],
|
|
100
107
|
"storageKey": null
|
|
101
108
|
},
|
|
102
|
-
|
|
103
|
-
|
|
109
|
+
v13 = [v5 /*: any*/],
|
|
110
|
+
v14 = {
|
|
104
111
|
"alias": null,
|
|
105
112
|
"args": null,
|
|
106
113
|
"concreteType": "FontCollection",
|
|
107
114
|
"kind": "LinkedField",
|
|
108
115
|
"name": "parent",
|
|
109
116
|
"plural": false,
|
|
110
|
-
"selections":
|
|
117
|
+
"selections": v13 /*: any*/,
|
|
111
118
|
"storageKey": null
|
|
112
119
|
},
|
|
113
|
-
|
|
120
|
+
v15 = {
|
|
114
121
|
"alias": null,
|
|
115
122
|
"args": null,
|
|
116
123
|
"kind": "ScalarField",
|
|
117
124
|
"name": "cssFamily",
|
|
118
125
|
"storageKey": null
|
|
119
126
|
},
|
|
120
|
-
|
|
127
|
+
v16 = {
|
|
121
128
|
"alias": null,
|
|
122
129
|
"args": null,
|
|
123
130
|
"kind": "ScalarField",
|
|
124
131
|
"name": "url",
|
|
125
132
|
"storageKey": null
|
|
126
133
|
},
|
|
127
|
-
|
|
134
|
+
v17 = {
|
|
128
135
|
"alias": null,
|
|
129
136
|
"args": null,
|
|
130
137
|
"concreteType": "WebfontSource",
|
|
131
138
|
"kind": "LinkedField",
|
|
132
139
|
"name": "webfontSources",
|
|
133
140
|
"plural": true,
|
|
134
|
-
"selections": [
|
|
141
|
+
"selections": [v16 /*: any*/, {
|
|
135
142
|
"alias": null,
|
|
136
143
|
"args": null,
|
|
137
144
|
"kind": "ScalarField",
|
|
@@ -146,7 +153,7 @@ const node = function () {
|
|
|
146
153
|
}],
|
|
147
154
|
"storageKey": null
|
|
148
155
|
},
|
|
149
|
-
|
|
156
|
+
v18 = {
|
|
150
157
|
"alias": null,
|
|
151
158
|
"args": null,
|
|
152
159
|
"concreteType": "VerticalMetrics",
|
|
@@ -186,67 +193,67 @@ const node = function () {
|
|
|
186
193
|
}],
|
|
187
194
|
"storageKey": null
|
|
188
195
|
},
|
|
189
|
-
|
|
196
|
+
v19 = {
|
|
190
197
|
"alias": null,
|
|
191
198
|
"args": null,
|
|
192
199
|
"kind": "ScalarField",
|
|
193
200
|
"name": "supportedLanguages",
|
|
194
201
|
"storageKey": null
|
|
195
202
|
},
|
|
196
|
-
|
|
203
|
+
v20 = {
|
|
197
204
|
"alias": null,
|
|
198
205
|
"args": null,
|
|
199
206
|
"concreteType": "FontStyle",
|
|
200
207
|
"kind": "LinkedField",
|
|
201
208
|
"name": "featureStyle",
|
|
202
209
|
"plural": false,
|
|
203
|
-
"selections": [
|
|
210
|
+
"selections": [v15 /*: any*/, v9 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/, v5 /*: any*/],
|
|
204
211
|
"storageKey": null
|
|
205
212
|
},
|
|
206
|
-
|
|
213
|
+
v21 = {
|
|
207
214
|
"alias": null,
|
|
208
215
|
"args": null,
|
|
209
216
|
"kind": "ScalarField",
|
|
210
217
|
"name": "totalStyles",
|
|
211
218
|
"storageKey": null
|
|
212
219
|
},
|
|
213
|
-
|
|
220
|
+
v22 = {
|
|
214
221
|
"alias": null,
|
|
215
222
|
"args": null,
|
|
216
223
|
"concreteType": "Money",
|
|
217
224
|
"kind": "LinkedField",
|
|
218
225
|
"name": "totalStylesPrice",
|
|
219
226
|
"plural": false,
|
|
220
|
-
"selections":
|
|
227
|
+
"selections": v11 /*: any*/,
|
|
221
228
|
"storageKey": null
|
|
222
229
|
},
|
|
223
|
-
|
|
230
|
+
v23 = [{
|
|
224
231
|
"kind": "Literal",
|
|
225
232
|
"name": "collectionTypes",
|
|
226
233
|
"value": ["FAMILY"]
|
|
227
234
|
}],
|
|
228
|
-
|
|
235
|
+
v24 = {
|
|
229
236
|
"alias": null,
|
|
230
237
|
"args": null,
|
|
231
238
|
"kind": "ScalarField",
|
|
232
239
|
"name": "cssWeight",
|
|
233
240
|
"storageKey": null
|
|
234
241
|
},
|
|
235
|
-
|
|
242
|
+
v25 = {
|
|
236
243
|
"alias": null,
|
|
237
244
|
"args": null,
|
|
238
245
|
"kind": "ScalarField",
|
|
239
246
|
"name": "cssStretch",
|
|
240
247
|
"storageKey": null
|
|
241
248
|
},
|
|
242
|
-
|
|
249
|
+
v26 = {
|
|
243
250
|
"alias": null,
|
|
244
251
|
"args": null,
|
|
245
252
|
"concreteType": "VariableInstance",
|
|
246
253
|
"kind": "LinkedField",
|
|
247
254
|
"name": "variableInstances",
|
|
248
255
|
"plural": true,
|
|
249
|
-
"selections": [
|
|
256
|
+
"selections": [v9 /*: any*/, {
|
|
250
257
|
"alias": null,
|
|
251
258
|
"args": null,
|
|
252
259
|
"concreteType": "VariableSetting",
|
|
@@ -270,45 +277,39 @@ const node = function () {
|
|
|
270
277
|
}],
|
|
271
278
|
"storageKey": null
|
|
272
279
|
},
|
|
273
|
-
|
|
280
|
+
v27 = {
|
|
274
281
|
"alias": null,
|
|
275
282
|
"args": null,
|
|
276
283
|
"concreteType": "Bundle",
|
|
277
284
|
"kind": "LinkedField",
|
|
278
285
|
"name": "bundles",
|
|
279
286
|
"plural": true,
|
|
280
|
-
"selections": [v5 /*: any*/, {
|
|
281
|
-
"alias": null,
|
|
282
|
-
"args": null,
|
|
283
|
-
"kind": "ScalarField",
|
|
284
|
-
"name": "hidden",
|
|
285
|
-
"storageKey": null
|
|
286
|
-
}, {
|
|
287
|
+
"selections": [v5 /*: any*/, v6 /*: any*/, {
|
|
287
288
|
"alias": null,
|
|
288
289
|
"args": null,
|
|
289
290
|
"concreteType": "FontStyle",
|
|
290
291
|
"kind": "LinkedField",
|
|
291
292
|
"name": "fontStyles",
|
|
292
293
|
"plural": true,
|
|
293
|
-
"selections": [v5 /*: any*/,
|
|
294
|
+
"selections": [v5 /*: any*/, v15 /*: any*/, v24 /*: any*/, v25 /*: any*/, v9 /*: any*/, v19 /*: any*/, v26 /*: any*/, v12 /*: any*/, v17 /*: any*/, v18 /*: any*/],
|
|
294
295
|
"storageKey": null
|
|
295
|
-
},
|
|
296
|
+
}, v9 /*: any*/, v12 /*: any*/],
|
|
296
297
|
"storageKey": null
|
|
297
298
|
},
|
|
298
|
-
|
|
299
|
+
v28 = {
|
|
299
300
|
"alias": null,
|
|
300
301
|
"args": null,
|
|
301
302
|
"concreteType": "FontStyle",
|
|
302
303
|
"kind": "LinkedField",
|
|
303
304
|
"name": "fontStyles",
|
|
304
305
|
"plural": true,
|
|
305
|
-
"selections": [v5 /*: any*/,
|
|
306
|
+
"selections": [v5 /*: any*/, v15 /*: any*/, v24 /*: any*/, v25 /*: any*/, {
|
|
306
307
|
"alias": null,
|
|
307
308
|
"args": null,
|
|
308
309
|
"kind": "ScalarField",
|
|
309
310
|
"name": "cssStyle",
|
|
310
311
|
"storageKey": null
|
|
311
|
-
},
|
|
312
|
+
}, v9 /*: any*/, v19 /*: any*/, v26 /*: any*/, v12 /*: any*/, v17 /*: any*/, v18 /*: any*/],
|
|
312
313
|
"storageKey": null
|
|
313
314
|
};
|
|
314
315
|
return {
|
|
@@ -357,32 +358,32 @@ const node = function () {
|
|
|
357
358
|
"abstractKey": "__isNode"
|
|
358
359
|
}, v5 /*: any*/, {
|
|
359
360
|
"kind": "InlineFragment",
|
|
360
|
-
"selections": [v6 /*: any*/, v7 /*: any*/, v8 /*: any*/,
|
|
361
|
+
"selections": [v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v12 /*: any*/, v14 /*: any*/, v20 /*: any*/, v21 /*: any*/, v22 /*: any*/, {
|
|
361
362
|
"alias": null,
|
|
362
|
-
"args":
|
|
363
|
+
"args": v23 /*: any*/,
|
|
363
364
|
"concreteType": "FontCollection",
|
|
364
365
|
"kind": "LinkedField",
|
|
365
366
|
"name": "children",
|
|
366
367
|
"plural": true,
|
|
367
|
-
"selections": [
|
|
368
|
+
"selections": [v7 /*: any*/, v21 /*: any*/, v5 /*: any*/, v6 /*: any*/, v8 /*: any*/, v9 /*: any*/, v12 /*: any*/, v14 /*: any*/, v20 /*: any*/, v22 /*: any*/, {
|
|
368
369
|
"alias": null,
|
|
369
|
-
"args":
|
|
370
|
+
"args": v23 /*: any*/,
|
|
370
371
|
"concreteType": "FontCollection",
|
|
371
372
|
"kind": "LinkedField",
|
|
372
373
|
"name": "children",
|
|
373
374
|
"plural": true,
|
|
374
|
-
"selections": [
|
|
375
|
+
"selections": [v7 /*: any*/, v21 /*: any*/, v5 /*: any*/],
|
|
375
376
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
376
|
-
},
|
|
377
|
+
}, v27 /*: any*/, v28 /*: any*/],
|
|
377
378
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
378
|
-
},
|
|
379
|
+
}, v27 /*: any*/, v28 /*: any*/, {
|
|
379
380
|
"alias": null,
|
|
380
381
|
"args": null,
|
|
381
382
|
"concreteType": "License",
|
|
382
383
|
"kind": "LinkedField",
|
|
383
384
|
"name": "licenses",
|
|
384
385
|
"plural": true,
|
|
385
|
-
"selections": [v5 /*: any*/,
|
|
386
|
+
"selections": [v5 /*: any*/, v16 /*: any*/, v9 /*: any*/, {
|
|
386
387
|
"alias": null,
|
|
387
388
|
"args": [{
|
|
388
389
|
"kind": "Literal",
|
|
@@ -405,7 +406,7 @@ const node = function () {
|
|
|
405
406
|
"kind": "LinkedField",
|
|
406
407
|
"name": "excludedLicenses",
|
|
407
408
|
"plural": true,
|
|
408
|
-
"selections":
|
|
409
|
+
"selections": v13 /*: any*/,
|
|
409
410
|
"storageKey": null
|
|
410
411
|
}, {
|
|
411
412
|
"alias": "variables",
|
|
@@ -414,7 +415,7 @@ const node = function () {
|
|
|
414
415
|
"kind": "LinkedField",
|
|
415
416
|
"name": "licenseVariables",
|
|
416
417
|
"plural": true,
|
|
417
|
-
"selections": [v5 /*: any*/,
|
|
418
|
+
"selections": [v5 /*: any*/, v9 /*: any*/, {
|
|
418
419
|
"alias": null,
|
|
419
420
|
"args": null,
|
|
420
421
|
"kind": "ScalarField",
|
|
@@ -433,7 +434,7 @@ const node = function () {
|
|
|
433
434
|
"kind": "LinkedField",
|
|
434
435
|
"name": "licenseOptions",
|
|
435
436
|
"plural": true,
|
|
436
|
-
"selections": [v5 /*: any*/,
|
|
437
|
+
"selections": [v5 /*: any*/, v9 /*: any*/, v10 /*: any*/, {
|
|
437
438
|
"alias": null,
|
|
438
439
|
"args": null,
|
|
439
440
|
"kind": "ScalarField",
|
|
@@ -453,14 +454,14 @@ const node = function () {
|
|
|
453
454
|
}]
|
|
454
455
|
},
|
|
455
456
|
"params": {
|
|
456
|
-
"cacheID": "
|
|
457
|
+
"cacheID": "1fd5cc14743fbe1db1d0e5db26c55ac9",
|
|
457
458
|
"id": null,
|
|
458
459
|
"metadata": {},
|
|
459
460
|
"name": "StoreModalProductRefetchQuery",
|
|
460
461
|
"operationKind": "query",
|
|
461
|
-
"text": "query StoreModalProductRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...StoreModalProductContent_collection_4sncub\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\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 collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n
|
|
462
|
+
"text": "query StoreModalProductRefetchQuery(\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...StoreModalProductContent_collection_4sncub\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\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 collectionType\n sku {\n id\n }\n isVariableFont\n bundles {\n id\n visibility\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 cssStyle\n ...StoreModalStyleButton_fontStyle_4sncub\n }\n}\n\nfragment StoreModalProductContent_collection_4sncub on Node {\n __isNode: __typename\n ... on FontCollection {\n id\n visibility\n ...StoreModalFamily_collection_4sncub\n ...StoreModalProductLicenseSelection_collection\n children(collectionTypes: [FAMILY]) {\n id\n visibility\n ...StoreModalFamily_collection_4sncub\n }\n }\n id\n}\n\nfragment StoreModalProductLicenseSelection_collection on FontCollection {\n id\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 excludedLicenses {\n id\n }\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 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 useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n avgCharWidth\n }\n}\n\nfragment useTotalStyles_fontCollection on FontCollection {\n isVariableFont\n totalStyles\n children(collectionTypes: [FAMILY]) {\n isVariableFont\n totalStyles\n id\n }\n}\n"
|
|
462
463
|
}
|
|
463
464
|
};
|
|
464
465
|
}();
|
|
465
|
-
node.hash = "
|
|
466
|
+
node.hash = "f7a9e591b5e1596f4d518fc5d9d46e91";
|
|
466
467
|
export default node;
|