fontdue-js 2.19.2 → 2.20.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.
- package/CHANGELOG.md +15 -0
- package/README.md +11 -10
- package/dist/__generated__/CartItemProduct_product.graphql.d.ts +1 -7
- package/dist/__generated__/CartItemProduct_product.graphql.js +11 -36
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +65 -23
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +65 -23
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +65 -23
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +119 -87
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +65 -23
- package/dist/__generated__/CharacterViewerIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CharacterViewerIDQuery.graphql.js +40 -26
- package/dist/__generated__/CharacterViewerSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CharacterViewerSlugQuery.graphql.js +40 -26
- package/dist/__generated__/CharacterViewerStyleRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CharacterViewerStyleRefetchQuery.graphql.js +62 -41
- package/dist/__generated__/CharacterViewer_collection.graphql.d.ts +1 -3
- package/dist/__generated__/CharacterViewer_collection.graphql.js +6 -13
- package/dist/__generated__/CharacterViewer_family.graphql.d.ts +1 -2
- package/dist/__generated__/CharacterViewer_family.graphql.js +2 -8
- package/dist/__generated__/CharacterViewer_style.graphql.d.ts +2 -1
- package/dist/__generated__/CharacterViewer_style.graphql.js +6 -2
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +65 -23
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +65 -23
- package/dist/__generated__/CollectionAa_Query.graphql.d.ts +1 -1
- package/dist/__generated__/CollectionAa_Query.graphql.js +57 -3
- package/dist/__generated__/Family_node.graphql.d.ts +1 -2
- package/dist/__generated__/Family_node.graphql.js +2 -8
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.js +80 -31
- package/dist/__generated__/FontStyle_fontStyle.graphql.d.ts +2 -3
- package/dist/__generated__/FontStyle_fontStyle.graphql.js +4 -12
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +71 -29
- package/dist/__generated__/ServerConfigProviderQuery.graphql.d.ts +24 -0
- package/dist/__generated__/ServerConfigProviderQuery.graphql.js +108 -0
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalCartQuery.graphql.js +108 -76
- package/dist/__generated__/StoreModalContainerQuery.graphql.d.ts +4 -7
- package/dist/__generated__/StoreModalContainerQuery.graphql.js +58 -25
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +1 -2
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +2 -8
- package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.d.ts +1 -4
- package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.js +2 -17
- package/dist/__generated__/StoreModalIndexQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalIndexQuery.graphql.js +48 -9
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductQuery.graphql.js +85 -41
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +78 -34
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +65 -23
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +55 -7
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +56 -8
- package/dist/__generated__/TypeTester_fontStyle.graphql.d.ts +1 -4
- package/dist/__generated__/TypeTester_fontStyle.graphql.js +2 -17
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +55 -7
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +55 -7
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +55 -7
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +55 -7
- package/dist/__generated__/useFontStyle_fontStyle.graphql.d.ts +28 -0
- package/dist/__generated__/useFontStyle_fontStyle.graphql.js +94 -0
- package/dist/__tests__/collectionBundleSelection.test.js +0 -1
- package/dist/components/Cart/CartItem/CartItemProduct.js +3 -9
- package/dist/components/CharacterViewer/index.js +5 -11
- package/dist/components/ConfigContext.d.ts +13 -0
- package/dist/components/ConfigContext.js +6 -2
- package/dist/components/ConsentBanner/consent.d.ts +18 -0
- package/dist/components/ConsentBanner/consent.js +93 -0
- package/dist/components/ConsentBanner/index.d.ts +3 -0
- package/dist/components/ConsentBanner/index.js +84 -0
- package/dist/components/Family/index.js +2 -5
- package/dist/components/FontStyle/index.js +2 -8
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.js +14 -1
- package/dist/components/FontdueProvider/index.js +1 -2
- package/dist/components/FontdueProvider/index.server.js +1 -2
- package/dist/components/ServerConfigProvider/index.d.ts +8 -0
- package/dist/components/ServerConfigProvider/index.js +41 -0
- package/dist/components/StoreModal/StoreModalContainer.js +15 -17
- package/dist/components/StoreModal/StoreModalFamily.js +1 -5
- package/dist/components/StoreModal/StoreModalIndexItem.js +6 -11
- package/dist/components/Tracking/index.d.ts +2 -0
- package/dist/components/Tracking/index.js +166 -0
- package/dist/components/TypeTester/TypeTesterSlider.js +10 -3
- package/dist/components/TypeTester/index.js +2 -5
- package/dist/components/TypeTester/useTypeTesterStyler.js +27 -85
- package/dist/components/UrlContext.d.ts +3 -0
- package/dist/components/UrlContext.js +15 -0
- package/dist/components/elements/StoreModalContainer/index.d.ts +2 -6
- package/dist/components/elements/StoreModalContainer/index.js +3 -8
- package/dist/components/elements/StoreModalFamily/index.d.ts +0 -1
- package/dist/components/elements/StoreModalFamily/index.js +1 -2
- package/dist/components/useConsent.d.ts +9 -0
- package/dist/components/useConsent.js +26 -0
- package/dist/components/useFont.d.ts +29 -0
- package/dist/components/useFont.js +77 -0
- package/dist/components/useFontLoaded.d.ts +24 -0
- package/dist/components/useFontLoaded.js +60 -0
- package/dist/components/useFontStyle.d.ts +3 -4
- package/dist/components/useFontStyle.js +24 -16
- package/dist/deepMerge.d.ts +4 -0
- package/dist/deepMerge.js +24 -0
- package/dist/fontLoader.d.ts +13 -0
- package/dist/fontLoader.js +55 -0
- package/dist/fontdue.css +65 -0
- package/dist/hooks/useAutofit.d.ts +20 -0
- package/dist/hooks/useAutofit.js +115 -0
- package/dist/react-ranger.js +5 -1
- package/dist/reducer.d.ts +0 -4
- package/dist/reducer.js +0 -11
- package/package.json +5 -2
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<3f84262d5e8bba617e774f141016edc5>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -126,27 +126,84 @@ const node = function () {
|
|
|
126
126
|
"alias": null,
|
|
127
127
|
"args": null,
|
|
128
128
|
"kind": "ScalarField",
|
|
129
|
-
"name": "
|
|
129
|
+
"name": "url",
|
|
130
130
|
"storageKey": null
|
|
131
131
|
},
|
|
132
132
|
v15 = {
|
|
133
|
+
"alias": null,
|
|
134
|
+
"args": null,
|
|
135
|
+
"concreteType": "WebfontSource",
|
|
136
|
+
"kind": "LinkedField",
|
|
137
|
+
"name": "webfontSources",
|
|
138
|
+
"plural": true,
|
|
139
|
+
"selections": [v14 /*: any*/, {
|
|
140
|
+
"alias": null,
|
|
141
|
+
"args": null,
|
|
142
|
+
"kind": "ScalarField",
|
|
143
|
+
"name": "format",
|
|
144
|
+
"storageKey": null
|
|
145
|
+
}],
|
|
146
|
+
"storageKey": null
|
|
147
|
+
},
|
|
148
|
+
v16 = {
|
|
149
|
+
"alias": null,
|
|
150
|
+
"args": null,
|
|
151
|
+
"concreteType": "VerticalMetrics",
|
|
152
|
+
"kind": "LinkedField",
|
|
153
|
+
"name": "verticalMetrics",
|
|
154
|
+
"plural": false,
|
|
155
|
+
"selections": [{
|
|
156
|
+
"alias": null,
|
|
157
|
+
"args": null,
|
|
158
|
+
"kind": "ScalarField",
|
|
159
|
+
"name": "unitsPerEm",
|
|
160
|
+
"storageKey": null
|
|
161
|
+
}, {
|
|
162
|
+
"alias": null,
|
|
163
|
+
"args": null,
|
|
164
|
+
"kind": "ScalarField",
|
|
165
|
+
"name": "ascender",
|
|
166
|
+
"storageKey": null
|
|
167
|
+
}, {
|
|
168
|
+
"alias": null,
|
|
169
|
+
"args": null,
|
|
170
|
+
"kind": "ScalarField",
|
|
171
|
+
"name": "descender",
|
|
172
|
+
"storageKey": null
|
|
173
|
+
}, {
|
|
174
|
+
"alias": null,
|
|
175
|
+
"args": null,
|
|
176
|
+
"kind": "ScalarField",
|
|
177
|
+
"name": "lineGap",
|
|
178
|
+
"storageKey": null
|
|
179
|
+
}],
|
|
180
|
+
"storageKey": null
|
|
181
|
+
},
|
|
182
|
+
v17 = {
|
|
183
|
+
"alias": null,
|
|
184
|
+
"args": null,
|
|
185
|
+
"kind": "ScalarField",
|
|
186
|
+
"name": "supportedLanguages",
|
|
187
|
+
"storageKey": null
|
|
188
|
+
},
|
|
189
|
+
v18 = {
|
|
133
190
|
"alias": null,
|
|
134
191
|
"args": null,
|
|
135
192
|
"concreteType": "FontStyle",
|
|
136
193
|
"kind": "LinkedField",
|
|
137
194
|
"name": "featureStyle",
|
|
138
195
|
"plural": false,
|
|
139
|
-
"selections": [v13 /*: any*/, v8 /*: any*/,
|
|
196
|
+
"selections": [v13 /*: any*/, v8 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/, v5 /*: any*/],
|
|
140
197
|
"storageKey": null
|
|
141
198
|
},
|
|
142
|
-
|
|
199
|
+
v19 = {
|
|
143
200
|
"alias": null,
|
|
144
201
|
"args": null,
|
|
145
202
|
"kind": "ScalarField",
|
|
146
203
|
"name": "totalStyles",
|
|
147
204
|
"storageKey": null
|
|
148
205
|
},
|
|
149
|
-
|
|
206
|
+
v20 = {
|
|
150
207
|
"alias": null,
|
|
151
208
|
"args": null,
|
|
152
209
|
"concreteType": "Money",
|
|
@@ -156,19 +213,12 @@ const node = function () {
|
|
|
156
213
|
"selections": v10 /*: any*/,
|
|
157
214
|
"storageKey": null
|
|
158
215
|
},
|
|
159
|
-
|
|
216
|
+
v21 = [{
|
|
160
217
|
"kind": "Literal",
|
|
161
218
|
"name": "collectionTypes",
|
|
162
219
|
"value": ["FAMILY"]
|
|
163
220
|
}],
|
|
164
|
-
|
|
165
|
-
"alias": null,
|
|
166
|
-
"args": null,
|
|
167
|
-
"kind": "ScalarField",
|
|
168
|
-
"name": "cssUrl",
|
|
169
|
-
"storageKey": null
|
|
170
|
-
},
|
|
171
|
-
v20 = {
|
|
221
|
+
v22 = {
|
|
172
222
|
"alias": null,
|
|
173
223
|
"args": null,
|
|
174
224
|
"concreteType": "FontStyle",
|
|
@@ -187,7 +237,7 @@ const node = function () {
|
|
|
187
237
|
"kind": "ScalarField",
|
|
188
238
|
"name": "cssStretch",
|
|
189
239
|
"storageKey": null
|
|
190
|
-
}, v8 /*: any*/,
|
|
240
|
+
}, v8 /*: any*/, v17 /*: any*/, {
|
|
191
241
|
"alias": null,
|
|
192
242
|
"args": null,
|
|
193
243
|
"concreteType": "VariableInstance",
|
|
@@ -217,10 +267,10 @@ const node = function () {
|
|
|
217
267
|
"storageKey": null
|
|
218
268
|
}],
|
|
219
269
|
"storageKey": null
|
|
220
|
-
}, v11 /*: any*/],
|
|
270
|
+
}, v11 /*: any*/, v15 /*: any*/, v16 /*: any*/],
|
|
221
271
|
"storageKey": null
|
|
222
272
|
},
|
|
223
|
-
|
|
273
|
+
v23 = {
|
|
224
274
|
"alias": null,
|
|
225
275
|
"args": null,
|
|
226
276
|
"concreteType": "Bundle",
|
|
@@ -233,7 +283,7 @@ const node = function () {
|
|
|
233
283
|
"kind": "ScalarField",
|
|
234
284
|
"name": "hidden",
|
|
235
285
|
"storageKey": null
|
|
236
|
-
},
|
|
286
|
+
}, v22 /*: any*/, v8 /*: any*/, v11 /*: any*/],
|
|
237
287
|
"storageKey": null
|
|
238
288
|
};
|
|
239
289
|
return {
|
|
@@ -282,38 +332,32 @@ const node = function () {
|
|
|
282
332
|
"abstractKey": "__isNode"
|
|
283
333
|
}, v5 /*: any*/, {
|
|
284
334
|
"kind": "InlineFragment",
|
|
285
|
-
"selections": [v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v12 /*: any*/,
|
|
335
|
+
"selections": [v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v12 /*: any*/, v18 /*: any*/, v19 /*: any*/, v20 /*: any*/, {
|
|
286
336
|
"alias": null,
|
|
287
|
-
"args":
|
|
337
|
+
"args": v21 /*: any*/,
|
|
288
338
|
"concreteType": "FontCollection",
|
|
289
339
|
"kind": "LinkedField",
|
|
290
340
|
"name": "children",
|
|
291
341
|
"plural": true,
|
|
292
|
-
"selections": [v6 /*: any*/,
|
|
342
|
+
"selections": [v6 /*: any*/, v19 /*: any*/, v5 /*: any*/, v7 /*: any*/, v8 /*: any*/, v11 /*: any*/, v12 /*: any*/, v18 /*: any*/, v20 /*: any*/, {
|
|
293
343
|
"alias": null,
|
|
294
|
-
"args":
|
|
344
|
+
"args": v21 /*: any*/,
|
|
295
345
|
"concreteType": "FontCollection",
|
|
296
346
|
"kind": "LinkedField",
|
|
297
347
|
"name": "children",
|
|
298
348
|
"plural": true,
|
|
299
|
-
"selections": [v6 /*: any*/,
|
|
349
|
+
"selections": [v6 /*: any*/, v19 /*: any*/, v5 /*: any*/],
|
|
300
350
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
301
|
-
},
|
|
351
|
+
}, v23 /*: any*/, v22 /*: any*/],
|
|
302
352
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
303
|
-
},
|
|
353
|
+
}, v23 /*: any*/, v22 /*: any*/, {
|
|
304
354
|
"alias": null,
|
|
305
355
|
"args": null,
|
|
306
356
|
"concreteType": "License",
|
|
307
357
|
"kind": "LinkedField",
|
|
308
358
|
"name": "licenses",
|
|
309
359
|
"plural": true,
|
|
310
|
-
"selections": [v5 /*: any*/, {
|
|
311
|
-
"alias": null,
|
|
312
|
-
"args": null,
|
|
313
|
-
"kind": "ScalarField",
|
|
314
|
-
"name": "url",
|
|
315
|
-
"storageKey": null
|
|
316
|
-
}, v8 /*: any*/, {
|
|
360
|
+
"selections": [v5 /*: any*/, v14 /*: any*/, v8 /*: any*/, {
|
|
317
361
|
"alias": null,
|
|
318
362
|
"args": [{
|
|
319
363
|
"kind": "Literal",
|
|
@@ -375,12 +419,12 @@ const node = function () {
|
|
|
375
419
|
}]
|
|
376
420
|
},
|
|
377
421
|
"params": {
|
|
378
|
-
"cacheID": "
|
|
422
|
+
"cacheID": "db67729502b6f5caa899ebd9c82f964d",
|
|
379
423
|
"id": null,
|
|
380
424
|
"metadata": {},
|
|
381
425
|
"name": "StoreModalProductRefetchQuery",
|
|
382
426
|
"operationKind": "query",
|
|
383
|
-
"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
|
|
427
|
+
"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 hidden\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 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 }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\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"
|
|
384
428
|
}
|
|
385
429
|
};
|
|
386
430
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<9d4a12c7bf6d420569f4db4da099ad9b>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -158,25 +158,76 @@ const node = function () {
|
|
|
158
158
|
v12 = {
|
|
159
159
|
"alias": null,
|
|
160
160
|
"args": null,
|
|
161
|
-
"
|
|
162
|
-
"
|
|
161
|
+
"concreteType": "WebfontSource",
|
|
162
|
+
"kind": "LinkedField",
|
|
163
|
+
"name": "webfontSources",
|
|
164
|
+
"plural": true,
|
|
165
|
+
"selections": [{
|
|
166
|
+
"alias": null,
|
|
167
|
+
"args": null,
|
|
168
|
+
"kind": "ScalarField",
|
|
169
|
+
"name": "url",
|
|
170
|
+
"storageKey": null
|
|
171
|
+
}, {
|
|
172
|
+
"alias": null,
|
|
173
|
+
"args": null,
|
|
174
|
+
"kind": "ScalarField",
|
|
175
|
+
"name": "format",
|
|
176
|
+
"storageKey": null
|
|
177
|
+
}],
|
|
163
178
|
"storageKey": null
|
|
164
179
|
},
|
|
165
180
|
v13 = {
|
|
181
|
+
"alias": null,
|
|
182
|
+
"args": null,
|
|
183
|
+
"concreteType": "VerticalMetrics",
|
|
184
|
+
"kind": "LinkedField",
|
|
185
|
+
"name": "verticalMetrics",
|
|
186
|
+
"plural": false,
|
|
187
|
+
"selections": [{
|
|
188
|
+
"alias": null,
|
|
189
|
+
"args": null,
|
|
190
|
+
"kind": "ScalarField",
|
|
191
|
+
"name": "unitsPerEm",
|
|
192
|
+
"storageKey": null
|
|
193
|
+
}, {
|
|
194
|
+
"alias": null,
|
|
195
|
+
"args": null,
|
|
196
|
+
"kind": "ScalarField",
|
|
197
|
+
"name": "ascender",
|
|
198
|
+
"storageKey": null
|
|
199
|
+
}, {
|
|
200
|
+
"alias": null,
|
|
201
|
+
"args": null,
|
|
202
|
+
"kind": "ScalarField",
|
|
203
|
+
"name": "descender",
|
|
204
|
+
"storageKey": null
|
|
205
|
+
}, {
|
|
206
|
+
"alias": null,
|
|
207
|
+
"args": null,
|
|
208
|
+
"kind": "ScalarField",
|
|
209
|
+
"name": "lineGap",
|
|
210
|
+
"storageKey": null
|
|
211
|
+
}],
|
|
212
|
+
"storageKey": null
|
|
213
|
+
},
|
|
214
|
+
v14 = [v11 /*: any*/, v2 /*: any*/, v12 /*: any*/, v13 /*: any*/, v4 /*: any*/],
|
|
215
|
+
v15 = {
|
|
166
216
|
"alias": null,
|
|
167
217
|
"args": null,
|
|
168
218
|
"kind": "ScalarField",
|
|
169
219
|
"name": "totalStyles",
|
|
170
220
|
"storageKey": null
|
|
171
221
|
},
|
|
172
|
-
|
|
222
|
+
v16 = [v2 /*: any*/, v4 /*: any*/],
|
|
223
|
+
v17 = {
|
|
173
224
|
"alias": null,
|
|
174
225
|
"args": null,
|
|
175
226
|
"concreteType": "FontCollection",
|
|
176
227
|
"kind": "LinkedField",
|
|
177
228
|
"name": "fontCollection",
|
|
178
229
|
"plural": false,
|
|
179
|
-
"selections":
|
|
230
|
+
"selections": v16 /*: any*/,
|
|
180
231
|
"storageKey": null
|
|
181
232
|
};
|
|
182
233
|
return {
|
|
@@ -533,16 +584,7 @@ const node = function () {
|
|
|
533
584
|
"kind": "LinkedField",
|
|
534
585
|
"name": "featureStyle",
|
|
535
586
|
"plural": false,
|
|
536
|
-
"selections":
|
|
537
|
-
"alias": null,
|
|
538
|
-
"args": null,
|
|
539
|
-
"concreteType": "FontCollection",
|
|
540
|
-
"kind": "LinkedField",
|
|
541
|
-
"name": "family",
|
|
542
|
-
"plural": false,
|
|
543
|
-
"selections": [v12 /*: any*/, v4 /*: any*/],
|
|
544
|
-
"storageKey": null
|
|
545
|
-
}],
|
|
587
|
+
"selections": v14 /*: any*/,
|
|
546
588
|
"storageKey": null
|
|
547
589
|
}, v2 /*: any*/, {
|
|
548
590
|
"alias": null,
|
|
@@ -550,7 +592,7 @@ const node = function () {
|
|
|
550
592
|
"kind": "ScalarField",
|
|
551
593
|
"name": "isVariableFont",
|
|
552
594
|
"storageKey": null
|
|
553
|
-
},
|
|
595
|
+
}, v15 /*: any*/],
|
|
554
596
|
"type": "FontCollection",
|
|
555
597
|
"abstractKey": null
|
|
556
598
|
}, {
|
|
@@ -562,21 +604,21 @@ const node = function () {
|
|
|
562
604
|
"kind": "LinkedField",
|
|
563
605
|
"name": "fontStyles",
|
|
564
606
|
"plural": true,
|
|
565
|
-
"selections":
|
|
607
|
+
"selections": v14 /*: any*/,
|
|
566
608
|
"storageKey": null
|
|
567
|
-
}, v2 /*: any*/,
|
|
609
|
+
}, v2 /*: any*/, v17 /*: any*/],
|
|
568
610
|
"type": "Bundle",
|
|
569
611
|
"abstractKey": null
|
|
570
612
|
}, {
|
|
571
613
|
"kind": "InlineFragment",
|
|
572
|
-
"selections": [v11 /*: any*/, v2 /*: any*/, {
|
|
614
|
+
"selections": [v11 /*: any*/, v2 /*: any*/, v12 /*: any*/, v13 /*: any*/, {
|
|
573
615
|
"alias": null,
|
|
574
616
|
"args": null,
|
|
575
617
|
"concreteType": "FontCollection",
|
|
576
618
|
"kind": "LinkedField",
|
|
577
619
|
"name": "family",
|
|
578
620
|
"plural": false,
|
|
579
|
-
"selections":
|
|
621
|
+
"selections": v16 /*: any*/,
|
|
580
622
|
"storageKey": null
|
|
581
623
|
}, {
|
|
582
624
|
"alias": null,
|
|
@@ -592,7 +634,7 @@ const node = function () {
|
|
|
592
634
|
"abstractKey": null
|
|
593
635
|
}, {
|
|
594
636
|
"kind": "InlineFragment",
|
|
595
|
-
"selections": [v2 /*: any*/,
|
|
637
|
+
"selections": [v2 /*: any*/, v15 /*: any*/, v17 /*: any*/],
|
|
596
638
|
"type": "CollectionBundle",
|
|
597
639
|
"abstractKey": null
|
|
598
640
|
}, {
|
|
@@ -714,12 +756,12 @@ const node = function () {
|
|
|
714
756
|
}]
|
|
715
757
|
},
|
|
716
758
|
"params": {
|
|
717
|
-
"cacheID": "
|
|
759
|
+
"cacheID": "813ff54043a7cf92b85b7692458c1c3a",
|
|
718
760
|
"id": null,
|
|
719
761
|
"metadata": {},
|
|
720
762
|
"name": "TestFontsFormUpdateCustomerMutation",
|
|
721
763
|
"operationKind": "mutation",
|
|
722
|
-
"text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n
|
|
764
|
+
"text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n fontCollection {\n name\n id\n }\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n }\n ... on CollectionBundle {\n name\n totalStyles\n fontCollection {\n name\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n taxNotApplicable\n taxNotApplicableReason\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment 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 }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
|
|
723
765
|
}
|
|
724
766
|
};
|
|
725
767
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<9fa60efb9f3ee191c2fa4aa30073470a>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -230,19 +230,67 @@ const node = function () {
|
|
|
230
230
|
"kind": "LinkedField",
|
|
231
231
|
"name": "family",
|
|
232
232
|
"plural": false,
|
|
233
|
-
"selections": [v5 /*: any*/, v2 /*: any
|
|
233
|
+
"selections": [v5 /*: any*/, v2 /*: any*/],
|
|
234
|
+
"storageKey": null
|
|
235
|
+
}, {
|
|
236
|
+
"alias": null,
|
|
237
|
+
"args": null,
|
|
238
|
+
"kind": "ScalarField",
|
|
239
|
+
"name": "cssFamily",
|
|
240
|
+
"storageKey": null
|
|
241
|
+
}, {
|
|
242
|
+
"alias": null,
|
|
243
|
+
"args": null,
|
|
244
|
+
"concreteType": "WebfontSource",
|
|
245
|
+
"kind": "LinkedField",
|
|
246
|
+
"name": "webfontSources",
|
|
247
|
+
"plural": true,
|
|
248
|
+
"selections": [{
|
|
234
249
|
"alias": null,
|
|
235
250
|
"args": null,
|
|
236
251
|
"kind": "ScalarField",
|
|
237
|
-
"name": "
|
|
252
|
+
"name": "url",
|
|
253
|
+
"storageKey": null
|
|
254
|
+
}, {
|
|
255
|
+
"alias": null,
|
|
256
|
+
"args": null,
|
|
257
|
+
"kind": "ScalarField",
|
|
258
|
+
"name": "format",
|
|
238
259
|
"storageKey": null
|
|
239
260
|
}],
|
|
240
261
|
"storageKey": null
|
|
241
262
|
}, {
|
|
242
263
|
"alias": null,
|
|
243
264
|
"args": null,
|
|
244
|
-
"
|
|
245
|
-
"
|
|
265
|
+
"concreteType": "VerticalMetrics",
|
|
266
|
+
"kind": "LinkedField",
|
|
267
|
+
"name": "verticalMetrics",
|
|
268
|
+
"plural": false,
|
|
269
|
+
"selections": [{
|
|
270
|
+
"alias": null,
|
|
271
|
+
"args": null,
|
|
272
|
+
"kind": "ScalarField",
|
|
273
|
+
"name": "unitsPerEm",
|
|
274
|
+
"storageKey": null
|
|
275
|
+
}, {
|
|
276
|
+
"alias": null,
|
|
277
|
+
"args": null,
|
|
278
|
+
"kind": "ScalarField",
|
|
279
|
+
"name": "ascender",
|
|
280
|
+
"storageKey": null
|
|
281
|
+
}, {
|
|
282
|
+
"alias": null,
|
|
283
|
+
"args": null,
|
|
284
|
+
"kind": "ScalarField",
|
|
285
|
+
"name": "descender",
|
|
286
|
+
"storageKey": null
|
|
287
|
+
}, {
|
|
288
|
+
"alias": null,
|
|
289
|
+
"args": null,
|
|
290
|
+
"kind": "ScalarField",
|
|
291
|
+
"name": "lineGap",
|
|
292
|
+
"storageKey": null
|
|
293
|
+
}],
|
|
246
294
|
"storageKey": null
|
|
247
295
|
}, {
|
|
248
296
|
"alias": null,
|
|
@@ -285,12 +333,12 @@ const node = function () {
|
|
|
285
333
|
}]
|
|
286
334
|
},
|
|
287
335
|
"params": {
|
|
288
|
-
"cacheID": "
|
|
336
|
+
"cacheID": "30043fa90a4cc20752bc9126ed6296e7",
|
|
289
337
|
"id": null,
|
|
290
338
|
"metadata": {},
|
|
291
339
|
"name": "TypeTesterStandaloneChangedStylesQuery",
|
|
292
340
|
"operationKind": "query",
|
|
293
|
-
"text": "query TypeTesterStandaloneChangedStylesQuery(\n $id: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $id) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n
|
|
341
|
+
"text": "query TypeTesterStandaloneChangedStylesQuery(\n $id: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $id) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\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 SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
|
|
294
342
|
}
|
|
295
343
|
};
|
|
296
344
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<4a5ff86d743f4b27783693b2d1f4eac1>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -326,19 +326,67 @@ const node = function () {
|
|
|
326
326
|
"kind": "LinkedField",
|
|
327
327
|
"name": "family",
|
|
328
328
|
"plural": false,
|
|
329
|
-
"selections": [v6 /*: any*/, v4 /*: any*/,
|
|
329
|
+
"selections": [v6 /*: any*/, v4 /*: any*/, v5 /*: any*/],
|
|
330
|
+
"storageKey": null
|
|
331
|
+
}, {
|
|
332
|
+
"alias": null,
|
|
333
|
+
"args": null,
|
|
334
|
+
"kind": "ScalarField",
|
|
335
|
+
"name": "cssFamily",
|
|
336
|
+
"storageKey": null
|
|
337
|
+
}, {
|
|
338
|
+
"alias": null,
|
|
339
|
+
"args": null,
|
|
340
|
+
"concreteType": "WebfontSource",
|
|
341
|
+
"kind": "LinkedField",
|
|
342
|
+
"name": "webfontSources",
|
|
343
|
+
"plural": true,
|
|
344
|
+
"selections": [{
|
|
330
345
|
"alias": null,
|
|
331
346
|
"args": null,
|
|
332
347
|
"kind": "ScalarField",
|
|
333
|
-
"name": "
|
|
348
|
+
"name": "url",
|
|
334
349
|
"storageKey": null
|
|
335
|
-
},
|
|
350
|
+
}, {
|
|
351
|
+
"alias": null,
|
|
352
|
+
"args": null,
|
|
353
|
+
"kind": "ScalarField",
|
|
354
|
+
"name": "format",
|
|
355
|
+
"storageKey": null
|
|
356
|
+
}],
|
|
336
357
|
"storageKey": null
|
|
337
358
|
}, {
|
|
338
359
|
"alias": null,
|
|
339
360
|
"args": null,
|
|
340
|
-
"
|
|
341
|
-
"
|
|
361
|
+
"concreteType": "VerticalMetrics",
|
|
362
|
+
"kind": "LinkedField",
|
|
363
|
+
"name": "verticalMetrics",
|
|
364
|
+
"plural": false,
|
|
365
|
+
"selections": [{
|
|
366
|
+
"alias": null,
|
|
367
|
+
"args": null,
|
|
368
|
+
"kind": "ScalarField",
|
|
369
|
+
"name": "unitsPerEm",
|
|
370
|
+
"storageKey": null
|
|
371
|
+
}, {
|
|
372
|
+
"alias": null,
|
|
373
|
+
"args": null,
|
|
374
|
+
"kind": "ScalarField",
|
|
375
|
+
"name": "ascender",
|
|
376
|
+
"storageKey": null
|
|
377
|
+
}, {
|
|
378
|
+
"alias": null,
|
|
379
|
+
"args": null,
|
|
380
|
+
"kind": "ScalarField",
|
|
381
|
+
"name": "descender",
|
|
382
|
+
"storageKey": null
|
|
383
|
+
}, {
|
|
384
|
+
"alias": null,
|
|
385
|
+
"args": null,
|
|
386
|
+
"kind": "ScalarField",
|
|
387
|
+
"name": "lineGap",
|
|
388
|
+
"storageKey": null
|
|
389
|
+
}],
|
|
342
390
|
"storageKey": null
|
|
343
391
|
}, {
|
|
344
392
|
"alias": null,
|
|
@@ -388,12 +436,12 @@ const node = function () {
|
|
|
388
436
|
}]
|
|
389
437
|
},
|
|
390
438
|
"params": {
|
|
391
|
-
"cacheID": "
|
|
439
|
+
"cacheID": "f8935420dd5f41f668f61e8a6f401624",
|
|
392
440
|
"id": null,
|
|
393
441
|
"metadata": {},
|
|
394
442
|
"name": "TypeTesterStandaloneQuery",
|
|
395
443
|
"operationKind": "query",
|
|
396
|
-
"text": "query TypeTesterStandaloneQuery(\n $familyName: String!\n $styleName: String!\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTester_viewer_4g9a6U\n fontStyle(familyName: $familyName, styleName: $styleName) {\n ...TypeTester_fontStyle\n id\n family {\n id\n parent {\n id\n }\n }\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n
|
|
444
|
+
"text": "query TypeTesterStandaloneQuery(\n $familyName: String!\n $styleName: String!\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTester_viewer_4g9a6U\n fontStyle(familyName: $familyName, styleName: $styleName) {\n ...TypeTester_fontStyle\n id\n family {\n id\n parent {\n id\n }\n }\n }\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_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_viewer_4g9a6U on Viewer {\n families: fontCollections(collectionTypes: [FAMILY], first: 999) @include(if: $selectable) {\n edges {\n node {\n id\n name\n isVariableFont\n featureStyle {\n supportedLanguages\n id\n }\n fontStyles {\n id\n name\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n }\n }\n }\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment TypeTester_viewer_4g9a6U on Viewer {\n ...TypeTesterStyleSelectData_viewer_4g9a6U\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
|
|
397
445
|
}
|
|
398
446
|
};
|
|
399
447
|
}();
|