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
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<1f2a82f15696c2c617af3bce503f56b7>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
6
6
|
import { ReaderFragment } from 'relay-runtime';
|
|
7
7
|
import { FragmentRefs } from "relay-runtime";
|
|
8
8
|
export type TypeTester_fontStyle$data = {
|
|
9
|
-
readonly family: {
|
|
10
|
-
readonly cssUrl: string | null;
|
|
11
|
-
} | null;
|
|
12
9
|
readonly id: string;
|
|
13
10
|
readonly sku: {
|
|
14
11
|
readonly basePrice: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<1f2a82f15696c2c617af3bce503f56b7>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -64,21 +64,6 @@ const node = function () {
|
|
|
64
64
|
"args": null,
|
|
65
65
|
"kind": "FragmentSpread",
|
|
66
66
|
"name": "TypeTesterToolbar_fontStyle"
|
|
67
|
-
}, {
|
|
68
|
-
"alias": null,
|
|
69
|
-
"args": null,
|
|
70
|
-
"concreteType": "FontCollection",
|
|
71
|
-
"kind": "LinkedField",
|
|
72
|
-
"name": "family",
|
|
73
|
-
"plural": false,
|
|
74
|
-
"selections": [{
|
|
75
|
-
"alias": null,
|
|
76
|
-
"args": null,
|
|
77
|
-
"kind": "ScalarField",
|
|
78
|
-
"name": "cssUrl",
|
|
79
|
-
"storageKey": null
|
|
80
|
-
}],
|
|
81
|
-
"storageKey": null
|
|
82
67
|
}, {
|
|
83
68
|
"alias": null,
|
|
84
69
|
"args": null,
|
|
@@ -116,6 +101,6 @@ const node = function () {
|
|
|
116
101
|
"abstractKey": null
|
|
117
102
|
};
|
|
118
103
|
}();
|
|
119
|
-
node.hash = "
|
|
104
|
+
node.hash = "bf89a32c8a0661f2102bbcf8c6bd1aa7";
|
|
120
105
|
var _default = node;
|
|
121
106
|
exports.default = _default;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<ee53363f175b7c99ead7d6d5bd763cf0>>
|
|
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": "173bc2733d002ccd95210c7552fa5ee9",
|
|
289
337
|
"id": null,
|
|
290
338
|
"metadata": {},
|
|
291
339
|
"name": "TypeTestersChangedStylesQuery",
|
|
292
340
|
"operationKind": "query",
|
|
293
|
-
"text": "query TypeTestersChangedStylesQuery(\n $ids: [ID!]!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n nodes(ids: $ids) {\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 TypeTestersChangedStylesQuery(\n $ids: [ID!]!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n nodes(ids: $ids) {\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<<71d6501db0c6827dd291fcaece11b870>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -476,19 +476,67 @@ const node = function () {
|
|
|
476
476
|
"kind": "LinkedField",
|
|
477
477
|
"name": "family",
|
|
478
478
|
"plural": false,
|
|
479
|
-
"selections": [v10 /*: any*/, v9 /*: any
|
|
479
|
+
"selections": [v10 /*: any*/, v9 /*: any*/],
|
|
480
|
+
"storageKey": null
|
|
481
|
+
}, {
|
|
482
|
+
"alias": null,
|
|
483
|
+
"args": null,
|
|
484
|
+
"kind": "ScalarField",
|
|
485
|
+
"name": "cssFamily",
|
|
486
|
+
"storageKey": null
|
|
487
|
+
}, {
|
|
488
|
+
"alias": null,
|
|
489
|
+
"args": null,
|
|
490
|
+
"concreteType": "WebfontSource",
|
|
491
|
+
"kind": "LinkedField",
|
|
492
|
+
"name": "webfontSources",
|
|
493
|
+
"plural": true,
|
|
494
|
+
"selections": [{
|
|
480
495
|
"alias": null,
|
|
481
496
|
"args": null,
|
|
482
497
|
"kind": "ScalarField",
|
|
483
|
-
"name": "
|
|
498
|
+
"name": "url",
|
|
499
|
+
"storageKey": null
|
|
500
|
+
}, {
|
|
501
|
+
"alias": null,
|
|
502
|
+
"args": null,
|
|
503
|
+
"kind": "ScalarField",
|
|
504
|
+
"name": "format",
|
|
484
505
|
"storageKey": null
|
|
485
506
|
}],
|
|
486
507
|
"storageKey": null
|
|
487
508
|
}, {
|
|
488
509
|
"alias": null,
|
|
489
510
|
"args": null,
|
|
490
|
-
"
|
|
491
|
-
"
|
|
511
|
+
"concreteType": "VerticalMetrics",
|
|
512
|
+
"kind": "LinkedField",
|
|
513
|
+
"name": "verticalMetrics",
|
|
514
|
+
"plural": false,
|
|
515
|
+
"selections": [{
|
|
516
|
+
"alias": null,
|
|
517
|
+
"args": null,
|
|
518
|
+
"kind": "ScalarField",
|
|
519
|
+
"name": "unitsPerEm",
|
|
520
|
+
"storageKey": null
|
|
521
|
+
}, {
|
|
522
|
+
"alias": null,
|
|
523
|
+
"args": null,
|
|
524
|
+
"kind": "ScalarField",
|
|
525
|
+
"name": "ascender",
|
|
526
|
+
"storageKey": null
|
|
527
|
+
}, {
|
|
528
|
+
"alias": null,
|
|
529
|
+
"args": null,
|
|
530
|
+
"kind": "ScalarField",
|
|
531
|
+
"name": "descender",
|
|
532
|
+
"storageKey": null
|
|
533
|
+
}, {
|
|
534
|
+
"alias": null,
|
|
535
|
+
"args": null,
|
|
536
|
+
"kind": "ScalarField",
|
|
537
|
+
"name": "lineGap",
|
|
538
|
+
"storageKey": null
|
|
539
|
+
}],
|
|
492
540
|
"storageKey": null
|
|
493
541
|
}, {
|
|
494
542
|
"alias": null,
|
|
@@ -575,12 +623,12 @@ const node = function () {
|
|
|
575
623
|
}]
|
|
576
624
|
},
|
|
577
625
|
"params": {
|
|
578
|
-
"cacheID": "
|
|
626
|
+
"cacheID": "3a1534760d975508c31c99539e118c0d",
|
|
579
627
|
"id": null,
|
|
580
628
|
"metadata": {},
|
|
581
629
|
"name": "TypeTestersIDQuery",
|
|
582
630
|
"operationKind": "query",
|
|
583
|
-
"text": "query TypeTestersIDQuery(\n $collectionId: ID!\n $tags: [String!]\n $excludeTags: [String!]\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTesters_viewer_4g9a6U\n id\n }\n collection: node(id: $collectionId) {\n __typename\n ...TypeTesters_collection_4Goyz5\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n
|
|
631
|
+
"text": "query TypeTestersIDQuery(\n $collectionId: ID!\n $tags: [String!]\n $excludeTags: [String!]\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTesters_viewer_4g9a6U\n id\n }\n collection: node(id: $collectionId) {\n __typename\n ...TypeTesters_collection_4Goyz5\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_3BtHDv on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_3BtHDv\n id\n priceWithLicenseOptions: price(licenseOptions: [], orderVariables: []) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: []) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_3BtHDv on FontCollection {\n ...PriceBarSection_node_3BtHDv\n parent {\n ...PriceBarSection_node_3BtHDv\n id\n }\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 TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\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_3BtHDv 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 TypeTesters_collection_4Goyz5 on FontCollection {\n typeTesters(first: 999, tags: $tags, excludeTags: $excludeTags) {\n edges {\n node {\n id\n content\n size\n lineHeight\n letterSpacing\n autofit\n direction\n fontStyle {\n ...TypeTester_fontStyle_3BtHDv\n id\n family {\n id\n }\n }\n variableSettings {\n axis\n value\n }\n featureSettings {\n feature\n value\n }\n tags\n ...TypeTesterFloatingToolbar_testers\n }\n }\n }\n typeTesterFeatures\n typeTesterAxes\n id\n ...PriceBar_node_3BtHDv\n families: children(collectionTypes: [FAMILY]) {\n id\n ...PriceBar_node_3BtHDv\n }\n parent {\n id\n }\n}\n\nfragment TypeTesters_viewer_4g9a6U on Viewer {\n ...TypeTester_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"
|
|
584
632
|
}
|
|
585
633
|
};
|
|
586
634
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<378eb6628f42a050d9b4175a2d276627>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -389,19 +389,67 @@ const node = function () {
|
|
|
389
389
|
"kind": "LinkedField",
|
|
390
390
|
"name": "family",
|
|
391
391
|
"plural": false,
|
|
392
|
-
"selections": [v12 /*: any*/, v10 /*: any
|
|
392
|
+
"selections": [v12 /*: any*/, v10 /*: any*/],
|
|
393
|
+
"storageKey": null
|
|
394
|
+
}, {
|
|
395
|
+
"alias": null,
|
|
396
|
+
"args": null,
|
|
397
|
+
"kind": "ScalarField",
|
|
398
|
+
"name": "cssFamily",
|
|
399
|
+
"storageKey": null
|
|
400
|
+
}, {
|
|
401
|
+
"alias": null,
|
|
402
|
+
"args": null,
|
|
403
|
+
"concreteType": "WebfontSource",
|
|
404
|
+
"kind": "LinkedField",
|
|
405
|
+
"name": "webfontSources",
|
|
406
|
+
"plural": true,
|
|
407
|
+
"selections": [{
|
|
393
408
|
"alias": null,
|
|
394
409
|
"args": null,
|
|
395
410
|
"kind": "ScalarField",
|
|
396
|
-
"name": "
|
|
411
|
+
"name": "url",
|
|
412
|
+
"storageKey": null
|
|
413
|
+
}, {
|
|
414
|
+
"alias": null,
|
|
415
|
+
"args": null,
|
|
416
|
+
"kind": "ScalarField",
|
|
417
|
+
"name": "format",
|
|
397
418
|
"storageKey": null
|
|
398
419
|
}],
|
|
399
420
|
"storageKey": null
|
|
400
421
|
}, {
|
|
401
422
|
"alias": null,
|
|
402
423
|
"args": null,
|
|
403
|
-
"
|
|
404
|
-
"
|
|
424
|
+
"concreteType": "VerticalMetrics",
|
|
425
|
+
"kind": "LinkedField",
|
|
426
|
+
"name": "verticalMetrics",
|
|
427
|
+
"plural": false,
|
|
428
|
+
"selections": [{
|
|
429
|
+
"alias": null,
|
|
430
|
+
"args": null,
|
|
431
|
+
"kind": "ScalarField",
|
|
432
|
+
"name": "unitsPerEm",
|
|
433
|
+
"storageKey": null
|
|
434
|
+
}, {
|
|
435
|
+
"alias": null,
|
|
436
|
+
"args": null,
|
|
437
|
+
"kind": "ScalarField",
|
|
438
|
+
"name": "ascender",
|
|
439
|
+
"storageKey": null
|
|
440
|
+
}, {
|
|
441
|
+
"alias": null,
|
|
442
|
+
"args": null,
|
|
443
|
+
"kind": "ScalarField",
|
|
444
|
+
"name": "descender",
|
|
445
|
+
"storageKey": null
|
|
446
|
+
}, {
|
|
447
|
+
"alias": null,
|
|
448
|
+
"args": null,
|
|
449
|
+
"kind": "ScalarField",
|
|
450
|
+
"name": "lineGap",
|
|
451
|
+
"storageKey": null
|
|
452
|
+
}],
|
|
405
453
|
"storageKey": null
|
|
406
454
|
}, {
|
|
407
455
|
"alias": null,
|
|
@@ -492,12 +540,12 @@ const node = function () {
|
|
|
492
540
|
}]
|
|
493
541
|
},
|
|
494
542
|
"params": {
|
|
495
|
-
"cacheID": "
|
|
543
|
+
"cacheID": "fe0a845600807da5162f836e04562106",
|
|
496
544
|
"id": null,
|
|
497
545
|
"metadata": {},
|
|
498
546
|
"name": "TypeTestersRefetchQuery",
|
|
499
547
|
"operationKind": "query",
|
|
500
|
-
"text": "query TypeTestersRefetchQuery(\n $excludeTags: [String!] = null\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $tags: [String!] = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...TypeTesters_collection_32it0Z\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n
|
|
548
|
+
"text": "query TypeTestersRefetchQuery(\n $excludeTags: [String!] = null\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $tags: [String!] = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...TypeTesters_collection_32it0Z\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_4sncub on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_4sncub\n id\n priceWithLicenseOptions: price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_4sncub on FontCollection {\n ...PriceBarSection_node_4sncub\n parent {\n ...PriceBarSection_node_4sncub\n id\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 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 TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\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 TypeTesters_collection_32it0Z on FontCollection {\n typeTesters(first: 999, tags: $tags, excludeTags: $excludeTags) {\n edges {\n node {\n id\n content\n size\n lineHeight\n letterSpacing\n autofit\n direction\n fontStyle {\n ...TypeTester_fontStyle_4sncub\n id\n family {\n id\n }\n }\n variableSettings {\n axis\n value\n }\n featureSettings {\n feature\n value\n }\n tags\n ...TypeTesterFloatingToolbar_testers\n }\n }\n }\n typeTesterFeatures\n typeTesterAxes\n id\n ...PriceBar_node_4sncub\n families: children(collectionTypes: [FAMILY]) {\n id\n ...PriceBar_node_4sncub\n }\n parent {\n id\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"
|
|
501
549
|
}
|
|
502
550
|
};
|
|
503
551
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<313bc2e98c37c896a19342c2f9b7901a>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -482,19 +482,67 @@ const node = function () {
|
|
|
482
482
|
"kind": "LinkedField",
|
|
483
483
|
"name": "family",
|
|
484
484
|
"plural": false,
|
|
485
|
-
"selections": [v10 /*: any*/, v9 /*: any
|
|
485
|
+
"selections": [v10 /*: any*/, v9 /*: any*/],
|
|
486
|
+
"storageKey": null
|
|
487
|
+
}, {
|
|
488
|
+
"alias": null,
|
|
489
|
+
"args": null,
|
|
490
|
+
"kind": "ScalarField",
|
|
491
|
+
"name": "cssFamily",
|
|
492
|
+
"storageKey": null
|
|
493
|
+
}, {
|
|
494
|
+
"alias": null,
|
|
495
|
+
"args": null,
|
|
496
|
+
"concreteType": "WebfontSource",
|
|
497
|
+
"kind": "LinkedField",
|
|
498
|
+
"name": "webfontSources",
|
|
499
|
+
"plural": true,
|
|
500
|
+
"selections": [{
|
|
486
501
|
"alias": null,
|
|
487
502
|
"args": null,
|
|
488
503
|
"kind": "ScalarField",
|
|
489
|
-
"name": "
|
|
504
|
+
"name": "url",
|
|
505
|
+
"storageKey": null
|
|
506
|
+
}, {
|
|
507
|
+
"alias": null,
|
|
508
|
+
"args": null,
|
|
509
|
+
"kind": "ScalarField",
|
|
510
|
+
"name": "format",
|
|
490
511
|
"storageKey": null
|
|
491
512
|
}],
|
|
492
513
|
"storageKey": null
|
|
493
514
|
}, {
|
|
494
515
|
"alias": null,
|
|
495
516
|
"args": null,
|
|
496
|
-
"
|
|
497
|
-
"
|
|
517
|
+
"concreteType": "VerticalMetrics",
|
|
518
|
+
"kind": "LinkedField",
|
|
519
|
+
"name": "verticalMetrics",
|
|
520
|
+
"plural": false,
|
|
521
|
+
"selections": [{
|
|
522
|
+
"alias": null,
|
|
523
|
+
"args": null,
|
|
524
|
+
"kind": "ScalarField",
|
|
525
|
+
"name": "unitsPerEm",
|
|
526
|
+
"storageKey": null
|
|
527
|
+
}, {
|
|
528
|
+
"alias": null,
|
|
529
|
+
"args": null,
|
|
530
|
+
"kind": "ScalarField",
|
|
531
|
+
"name": "ascender",
|
|
532
|
+
"storageKey": null
|
|
533
|
+
}, {
|
|
534
|
+
"alias": null,
|
|
535
|
+
"args": null,
|
|
536
|
+
"kind": "ScalarField",
|
|
537
|
+
"name": "descender",
|
|
538
|
+
"storageKey": null
|
|
539
|
+
}, {
|
|
540
|
+
"alias": null,
|
|
541
|
+
"args": null,
|
|
542
|
+
"kind": "ScalarField",
|
|
543
|
+
"name": "lineGap",
|
|
544
|
+
"storageKey": null
|
|
545
|
+
}],
|
|
498
546
|
"storageKey": null
|
|
499
547
|
}, {
|
|
500
548
|
"alias": null,
|
|
@@ -582,12 +630,12 @@ const node = function () {
|
|
|
582
630
|
}]
|
|
583
631
|
},
|
|
584
632
|
"params": {
|
|
585
|
-
"cacheID": "
|
|
633
|
+
"cacheID": "29c527c2d82f9cda8018f39e00abf2b5",
|
|
586
634
|
"id": null,
|
|
587
635
|
"metadata": {},
|
|
588
636
|
"name": "TypeTestersSlugQuery",
|
|
589
637
|
"operationKind": "query",
|
|
590
|
-
"text": "query TypeTestersSlugQuery(\n $collectionSlug: String!\n $tags: [String!]\n $excludeTags: [String!]\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTesters_viewer_4g9a6U\n slug(name: $collectionSlug) {\n collection: fontCollection {\n ...TypeTesters_collection_4Goyz5\n id\n }\n id\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n
|
|
638
|
+
"text": "query TypeTestersSlugQuery(\n $collectionSlug: String!\n $tags: [String!]\n $excludeTags: [String!]\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTesters_viewer_4g9a6U\n slug(name: $collectionSlug) {\n collection: fontCollection {\n ...TypeTesters_collection_4Goyz5\n id\n }\n id\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_3BtHDv on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_3BtHDv\n id\n priceWithLicenseOptions: price(licenseOptions: [], orderVariables: []) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: []) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_3BtHDv on FontCollection {\n ...PriceBarSection_node_3BtHDv\n parent {\n ...PriceBarSection_node_3BtHDv\n id\n }\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 TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\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_3BtHDv 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 TypeTesters_collection_4Goyz5 on FontCollection {\n typeTesters(first: 999, tags: $tags, excludeTags: $excludeTags) {\n edges {\n node {\n id\n content\n size\n lineHeight\n letterSpacing\n autofit\n direction\n fontStyle {\n ...TypeTester_fontStyle_3BtHDv\n id\n family {\n id\n }\n }\n variableSettings {\n axis\n value\n }\n featureSettings {\n feature\n value\n }\n tags\n ...TypeTesterFloatingToolbar_testers\n }\n }\n }\n typeTesterFeatures\n typeTesterAxes\n id\n ...PriceBar_node_3BtHDv\n families: children(collectionTypes: [FAMILY]) {\n id\n ...PriceBar_node_3BtHDv\n }\n parent {\n id\n }\n}\n\nfragment TypeTesters_viewer_4g9a6U on Viewer {\n ...TypeTester_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"
|
|
591
639
|
}
|
|
592
640
|
};
|
|
593
641
|
}();
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<b50f7478f10b59163d4b38cbf7ea2121>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type useFontStyle_fontStyle$data = {
|
|
9
|
+
readonly cssFamily: string | null;
|
|
10
|
+
readonly name: string;
|
|
11
|
+
readonly verticalMetrics: {
|
|
12
|
+
readonly ascender: number;
|
|
13
|
+
readonly descender: number;
|
|
14
|
+
readonly lineGap: number | null;
|
|
15
|
+
readonly unitsPerEm: number;
|
|
16
|
+
};
|
|
17
|
+
readonly webfontSources: ReadonlyArray<{
|
|
18
|
+
readonly format: string | null;
|
|
19
|
+
readonly url: string | null;
|
|
20
|
+
} | null> | null;
|
|
21
|
+
readonly " $fragmentType": "useFontStyle_fontStyle";
|
|
22
|
+
};
|
|
23
|
+
export type useFontStyle_fontStyle$key = {
|
|
24
|
+
readonly " $data"?: useFontStyle_fontStyle$data;
|
|
25
|
+
readonly " $fragmentSpreads": FragmentRefs<"useFontStyle_fontStyle">;
|
|
26
|
+
};
|
|
27
|
+
declare const node: ReaderFragment;
|
|
28
|
+
export default node;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<b50f7478f10b59163d4b38cbf7ea2121>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* tslint:disable */
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
const node = {
|
|
18
|
+
"argumentDefinitions": [],
|
|
19
|
+
"kind": "Fragment",
|
|
20
|
+
"metadata": null,
|
|
21
|
+
"name": "useFontStyle_fontStyle",
|
|
22
|
+
"selections": [{
|
|
23
|
+
"alias": null,
|
|
24
|
+
"args": null,
|
|
25
|
+
"kind": "ScalarField",
|
|
26
|
+
"name": "cssFamily",
|
|
27
|
+
"storageKey": null
|
|
28
|
+
}, {
|
|
29
|
+
"alias": null,
|
|
30
|
+
"args": null,
|
|
31
|
+
"kind": "ScalarField",
|
|
32
|
+
"name": "name",
|
|
33
|
+
"storageKey": null
|
|
34
|
+
}, {
|
|
35
|
+
"alias": null,
|
|
36
|
+
"args": null,
|
|
37
|
+
"concreteType": "WebfontSource",
|
|
38
|
+
"kind": "LinkedField",
|
|
39
|
+
"name": "webfontSources",
|
|
40
|
+
"plural": true,
|
|
41
|
+
"selections": [{
|
|
42
|
+
"alias": null,
|
|
43
|
+
"args": null,
|
|
44
|
+
"kind": "ScalarField",
|
|
45
|
+
"name": "url",
|
|
46
|
+
"storageKey": null
|
|
47
|
+
}, {
|
|
48
|
+
"alias": null,
|
|
49
|
+
"args": null,
|
|
50
|
+
"kind": "ScalarField",
|
|
51
|
+
"name": "format",
|
|
52
|
+
"storageKey": null
|
|
53
|
+
}],
|
|
54
|
+
"storageKey": null
|
|
55
|
+
}, {
|
|
56
|
+
"alias": null,
|
|
57
|
+
"args": null,
|
|
58
|
+
"concreteType": "VerticalMetrics",
|
|
59
|
+
"kind": "LinkedField",
|
|
60
|
+
"name": "verticalMetrics",
|
|
61
|
+
"plural": false,
|
|
62
|
+
"selections": [{
|
|
63
|
+
"alias": null,
|
|
64
|
+
"args": null,
|
|
65
|
+
"kind": "ScalarField",
|
|
66
|
+
"name": "unitsPerEm",
|
|
67
|
+
"storageKey": null
|
|
68
|
+
}, {
|
|
69
|
+
"alias": null,
|
|
70
|
+
"args": null,
|
|
71
|
+
"kind": "ScalarField",
|
|
72
|
+
"name": "ascender",
|
|
73
|
+
"storageKey": null
|
|
74
|
+
}, {
|
|
75
|
+
"alias": null,
|
|
76
|
+
"args": null,
|
|
77
|
+
"kind": "ScalarField",
|
|
78
|
+
"name": "descender",
|
|
79
|
+
"storageKey": null
|
|
80
|
+
}, {
|
|
81
|
+
"alias": null,
|
|
82
|
+
"args": null,
|
|
83
|
+
"kind": "ScalarField",
|
|
84
|
+
"name": "lineGap",
|
|
85
|
+
"storageKey": null
|
|
86
|
+
}],
|
|
87
|
+
"storageKey": null
|
|
88
|
+
}],
|
|
89
|
+
"type": "FontStyle",
|
|
90
|
+
"abstractKey": null
|
|
91
|
+
};
|
|
92
|
+
node.hash = "cc36ae8da5627792c27e9d3ad2b07258";
|
|
93
|
+
var _default = node;
|
|
94
|
+
exports.default = _default;
|