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<<0bb0a80f8cc419233ec7bf0e5b22903c>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -199,25 +199,76 @@ const node = function () {
|
|
|
199
199
|
v20 = {
|
|
200
200
|
"alias": null,
|
|
201
201
|
"args": null,
|
|
202
|
-
"
|
|
203
|
-
"
|
|
202
|
+
"concreteType": "WebfontSource",
|
|
203
|
+
"kind": "LinkedField",
|
|
204
|
+
"name": "webfontSources",
|
|
205
|
+
"plural": true,
|
|
206
|
+
"selections": [{
|
|
207
|
+
"alias": null,
|
|
208
|
+
"args": null,
|
|
209
|
+
"kind": "ScalarField",
|
|
210
|
+
"name": "url",
|
|
211
|
+
"storageKey": null
|
|
212
|
+
}, {
|
|
213
|
+
"alias": null,
|
|
214
|
+
"args": null,
|
|
215
|
+
"kind": "ScalarField",
|
|
216
|
+
"name": "format",
|
|
217
|
+
"storageKey": null
|
|
218
|
+
}],
|
|
204
219
|
"storageKey": null
|
|
205
220
|
},
|
|
206
221
|
v21 = {
|
|
222
|
+
"alias": null,
|
|
223
|
+
"args": null,
|
|
224
|
+
"concreteType": "VerticalMetrics",
|
|
225
|
+
"kind": "LinkedField",
|
|
226
|
+
"name": "verticalMetrics",
|
|
227
|
+
"plural": false,
|
|
228
|
+
"selections": [{
|
|
229
|
+
"alias": null,
|
|
230
|
+
"args": null,
|
|
231
|
+
"kind": "ScalarField",
|
|
232
|
+
"name": "unitsPerEm",
|
|
233
|
+
"storageKey": null
|
|
234
|
+
}, {
|
|
235
|
+
"alias": null,
|
|
236
|
+
"args": null,
|
|
237
|
+
"kind": "ScalarField",
|
|
238
|
+
"name": "ascender",
|
|
239
|
+
"storageKey": null
|
|
240
|
+
}, {
|
|
241
|
+
"alias": null,
|
|
242
|
+
"args": null,
|
|
243
|
+
"kind": "ScalarField",
|
|
244
|
+
"name": "descender",
|
|
245
|
+
"storageKey": null
|
|
246
|
+
}, {
|
|
247
|
+
"alias": null,
|
|
248
|
+
"args": null,
|
|
249
|
+
"kind": "ScalarField",
|
|
250
|
+
"name": "lineGap",
|
|
251
|
+
"storageKey": null
|
|
252
|
+
}],
|
|
253
|
+
"storageKey": null
|
|
254
|
+
},
|
|
255
|
+
v22 = [v19 /*: any*/, v11 /*: any*/, v20 /*: any*/, v21 /*: any*/, v12 /*: any*/],
|
|
256
|
+
v23 = {
|
|
207
257
|
"alias": null,
|
|
208
258
|
"args": null,
|
|
209
259
|
"kind": "ScalarField",
|
|
210
260
|
"name": "totalStyles",
|
|
211
261
|
"storageKey": null
|
|
212
262
|
},
|
|
213
|
-
|
|
263
|
+
v24 = [v11 /*: any*/, v12 /*: any*/],
|
|
264
|
+
v25 = {
|
|
214
265
|
"alias": null,
|
|
215
266
|
"args": null,
|
|
216
267
|
"concreteType": "FontCollection",
|
|
217
268
|
"kind": "LinkedField",
|
|
218
269
|
"name": "fontCollection",
|
|
219
270
|
"plural": false,
|
|
220
|
-
"selections":
|
|
271
|
+
"selections": v24 /*: any*/,
|
|
221
272
|
"storageKey": null
|
|
222
273
|
};
|
|
223
274
|
return {
|
|
@@ -574,16 +625,7 @@ const node = function () {
|
|
|
574
625
|
"kind": "LinkedField",
|
|
575
626
|
"name": "featureStyle",
|
|
576
627
|
"plural": false,
|
|
577
|
-
"selections":
|
|
578
|
-
"alias": null,
|
|
579
|
-
"args": null,
|
|
580
|
-
"concreteType": "FontCollection",
|
|
581
|
-
"kind": "LinkedField",
|
|
582
|
-
"name": "family",
|
|
583
|
-
"plural": false,
|
|
584
|
-
"selections": [v20 /*: any*/, v12 /*: any*/],
|
|
585
|
-
"storageKey": null
|
|
586
|
-
}],
|
|
628
|
+
"selections": v22 /*: any*/,
|
|
587
629
|
"storageKey": null
|
|
588
630
|
}, v11 /*: any*/, {
|
|
589
631
|
"alias": null,
|
|
@@ -591,7 +633,7 @@ const node = function () {
|
|
|
591
633
|
"kind": "ScalarField",
|
|
592
634
|
"name": "isVariableFont",
|
|
593
635
|
"storageKey": null
|
|
594
|
-
},
|
|
636
|
+
}, v23 /*: any*/],
|
|
595
637
|
"type": "FontCollection",
|
|
596
638
|
"abstractKey": null
|
|
597
639
|
}, {
|
|
@@ -603,21 +645,21 @@ const node = function () {
|
|
|
603
645
|
"kind": "LinkedField",
|
|
604
646
|
"name": "fontStyles",
|
|
605
647
|
"plural": true,
|
|
606
|
-
"selections":
|
|
648
|
+
"selections": v22 /*: any*/,
|
|
607
649
|
"storageKey": null
|
|
608
|
-
}, v11 /*: any*/,
|
|
650
|
+
}, v11 /*: any*/, v25 /*: any*/],
|
|
609
651
|
"type": "Bundle",
|
|
610
652
|
"abstractKey": null
|
|
611
653
|
}, {
|
|
612
654
|
"kind": "InlineFragment",
|
|
613
|
-
"selections": [v19 /*: any*/, v11 /*: any*/, {
|
|
655
|
+
"selections": [v19 /*: any*/, v11 /*: any*/, v20 /*: any*/, v21 /*: any*/, {
|
|
614
656
|
"alias": null,
|
|
615
657
|
"args": null,
|
|
616
658
|
"concreteType": "FontCollection",
|
|
617
659
|
"kind": "LinkedField",
|
|
618
660
|
"name": "family",
|
|
619
661
|
"plural": false,
|
|
620
|
-
"selections":
|
|
662
|
+
"selections": v24 /*: any*/,
|
|
621
663
|
"storageKey": null
|
|
622
664
|
}, {
|
|
623
665
|
"alias": null,
|
|
@@ -633,7 +675,7 @@ const node = function () {
|
|
|
633
675
|
"abstractKey": null
|
|
634
676
|
}, {
|
|
635
677
|
"kind": "InlineFragment",
|
|
636
|
-
"selections": [v11 /*: any*/,
|
|
678
|
+
"selections": [v11 /*: any*/, v23 /*: any*/, v25 /*: any*/],
|
|
637
679
|
"type": "CollectionBundle",
|
|
638
680
|
"abstractKey": null
|
|
639
681
|
}, {
|
|
@@ -755,12 +797,12 @@ const node = function () {
|
|
|
755
797
|
}]
|
|
756
798
|
},
|
|
757
799
|
"params": {
|
|
758
|
-
"cacheID": "
|
|
800
|
+
"cacheID": "8460428f7c141981e59a2df2eebaeb54",
|
|
759
801
|
"id": null,
|
|
760
802
|
"metadata": {},
|
|
761
803
|
"name": "CheckoutUpdateOrderMutation",
|
|
762
804
|
"operationKind": "mutation",
|
|
763
|
-
"text": "mutation CheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\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
|
|
805
|
+
"text": "mutation CheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\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"
|
|
764
806
|
}
|
|
765
807
|
};
|
|
766
808
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<01df164883f4337c5a4d04230d1959d5>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -44,6 +44,60 @@ const node = function () {
|
|
|
44
44
|
"kind": "ScalarField",
|
|
45
45
|
"name": "name",
|
|
46
46
|
"storageKey": null
|
|
47
|
+
}, {
|
|
48
|
+
"alias": null,
|
|
49
|
+
"args": null,
|
|
50
|
+
"concreteType": "WebfontSource",
|
|
51
|
+
"kind": "LinkedField",
|
|
52
|
+
"name": "webfontSources",
|
|
53
|
+
"plural": true,
|
|
54
|
+
"selections": [{
|
|
55
|
+
"alias": null,
|
|
56
|
+
"args": null,
|
|
57
|
+
"kind": "ScalarField",
|
|
58
|
+
"name": "url",
|
|
59
|
+
"storageKey": null
|
|
60
|
+
}, {
|
|
61
|
+
"alias": null,
|
|
62
|
+
"args": null,
|
|
63
|
+
"kind": "ScalarField",
|
|
64
|
+
"name": "format",
|
|
65
|
+
"storageKey": null
|
|
66
|
+
}],
|
|
67
|
+
"storageKey": null
|
|
68
|
+
}, {
|
|
69
|
+
"alias": null,
|
|
70
|
+
"args": null,
|
|
71
|
+
"concreteType": "VerticalMetrics",
|
|
72
|
+
"kind": "LinkedField",
|
|
73
|
+
"name": "verticalMetrics",
|
|
74
|
+
"plural": false,
|
|
75
|
+
"selections": [{
|
|
76
|
+
"alias": null,
|
|
77
|
+
"args": null,
|
|
78
|
+
"kind": "ScalarField",
|
|
79
|
+
"name": "unitsPerEm",
|
|
80
|
+
"storageKey": null
|
|
81
|
+
}, {
|
|
82
|
+
"alias": null,
|
|
83
|
+
"args": null,
|
|
84
|
+
"kind": "ScalarField",
|
|
85
|
+
"name": "ascender",
|
|
86
|
+
"storageKey": null
|
|
87
|
+
}, {
|
|
88
|
+
"alias": null,
|
|
89
|
+
"args": null,
|
|
90
|
+
"kind": "ScalarField",
|
|
91
|
+
"name": "descender",
|
|
92
|
+
"storageKey": null
|
|
93
|
+
}, {
|
|
94
|
+
"alias": null,
|
|
95
|
+
"args": null,
|
|
96
|
+
"kind": "ScalarField",
|
|
97
|
+
"name": "lineGap",
|
|
98
|
+
"storageKey": null
|
|
99
|
+
}],
|
|
100
|
+
"storageKey": null
|
|
47
101
|
}, v2 /*: any*/];
|
|
48
102
|
return {
|
|
49
103
|
"fragment": {
|
|
@@ -124,12 +178,12 @@ const node = function () {
|
|
|
124
178
|
}]
|
|
125
179
|
},
|
|
126
180
|
"params": {
|
|
127
|
-
"cacheID": "
|
|
181
|
+
"cacheID": "ff643627746931680449d8fb990b8980",
|
|
128
182
|
"id": null,
|
|
129
183
|
"metadata": {},
|
|
130
184
|
"name": "CollectionAa_Query",
|
|
131
185
|
"operationKind": "query",
|
|
132
|
-
"text": "query CollectionAa_Query(\n $collectionId: ID!\n) {\n product: node(id: $collectionId) {\n __typename\n ...CollectionAa_product\n id\n }\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 FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n"
|
|
186
|
+
"text": "query CollectionAa_Query(\n $collectionId: ID!\n) {\n product: node(id: $collectionId) {\n __typename\n ...CollectionAa_product\n id\n }\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 FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\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"
|
|
133
187
|
}
|
|
134
188
|
};
|
|
135
189
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<20ad19cddfc02d701bc9385f8ffb95d3>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -7,7 +7,6 @@ import { ReaderFragment } from 'relay-runtime';
|
|
|
7
7
|
import { FragmentRefs } from "relay-runtime";
|
|
8
8
|
export type Family_node$data = {
|
|
9
9
|
readonly collectionType: string;
|
|
10
|
-
readonly cssUrl: string | null;
|
|
11
10
|
readonly families: ReadonlyArray<{
|
|
12
11
|
readonly featureStyle: {
|
|
13
12
|
readonly keyCharacters_localized: string;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<20ad19cddfc02d701bc9385f8ffb95d3>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -73,12 +73,6 @@ const node = function () {
|
|
|
73
73
|
"name": "SelectButton_sku"
|
|
74
74
|
}],
|
|
75
75
|
"storageKey": null
|
|
76
|
-
}, {
|
|
77
|
-
"alias": null,
|
|
78
|
-
"args": null,
|
|
79
|
-
"kind": "ScalarField",
|
|
80
|
-
"name": "cssUrl",
|
|
81
|
-
"storageKey": null
|
|
82
76
|
}, v2 /*: any*/, {
|
|
83
77
|
"alias": null,
|
|
84
78
|
"args": null,
|
|
@@ -161,6 +155,6 @@ const node = function () {
|
|
|
161
155
|
"abstractKey": null
|
|
162
156
|
};
|
|
163
157
|
}();
|
|
164
|
-
node.hash = "
|
|
158
|
+
node.hash = "5c49167e8bf2458ab72604ff960636b2";
|
|
165
159
|
var _default = node;
|
|
166
160
|
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<<569f85b9f363cdc3b428d799ff644274>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -67,25 +67,81 @@ const node = function () {
|
|
|
67
67
|
"storageKey": null
|
|
68
68
|
},
|
|
69
69
|
v7 = {
|
|
70
|
+
"alias": null,
|
|
71
|
+
"args": null,
|
|
72
|
+
"concreteType": "WebfontSource",
|
|
73
|
+
"kind": "LinkedField",
|
|
74
|
+
"name": "webfontSources",
|
|
75
|
+
"plural": true,
|
|
76
|
+
"selections": [{
|
|
77
|
+
"alias": null,
|
|
78
|
+
"args": null,
|
|
79
|
+
"kind": "ScalarField",
|
|
80
|
+
"name": "url",
|
|
81
|
+
"storageKey": null
|
|
82
|
+
}, {
|
|
83
|
+
"alias": null,
|
|
84
|
+
"args": null,
|
|
85
|
+
"kind": "ScalarField",
|
|
86
|
+
"name": "format",
|
|
87
|
+
"storageKey": null
|
|
88
|
+
}],
|
|
89
|
+
"storageKey": null
|
|
90
|
+
},
|
|
91
|
+
v8 = {
|
|
92
|
+
"alias": null,
|
|
93
|
+
"args": null,
|
|
94
|
+
"concreteType": "VerticalMetrics",
|
|
95
|
+
"kind": "LinkedField",
|
|
96
|
+
"name": "verticalMetrics",
|
|
97
|
+
"plural": false,
|
|
98
|
+
"selections": [{
|
|
99
|
+
"alias": null,
|
|
100
|
+
"args": null,
|
|
101
|
+
"kind": "ScalarField",
|
|
102
|
+
"name": "unitsPerEm",
|
|
103
|
+
"storageKey": null
|
|
104
|
+
}, {
|
|
105
|
+
"alias": null,
|
|
106
|
+
"args": null,
|
|
107
|
+
"kind": "ScalarField",
|
|
108
|
+
"name": "ascender",
|
|
109
|
+
"storageKey": null
|
|
110
|
+
}, {
|
|
111
|
+
"alias": null,
|
|
112
|
+
"args": null,
|
|
113
|
+
"kind": "ScalarField",
|
|
114
|
+
"name": "descender",
|
|
115
|
+
"storageKey": null
|
|
116
|
+
}, {
|
|
117
|
+
"alias": null,
|
|
118
|
+
"args": null,
|
|
119
|
+
"kind": "ScalarField",
|
|
120
|
+
"name": "lineGap",
|
|
121
|
+
"storageKey": null
|
|
122
|
+
}],
|
|
123
|
+
"storageKey": null
|
|
124
|
+
},
|
|
125
|
+
v9 = {
|
|
70
126
|
"alias": null,
|
|
71
127
|
"args": null,
|
|
72
128
|
"kind": "ScalarField",
|
|
73
129
|
"name": "supportedLanguages",
|
|
74
130
|
"storageKey": null
|
|
75
131
|
},
|
|
76
|
-
|
|
132
|
+
v10 = [{
|
|
77
133
|
"kind": "Literal",
|
|
78
134
|
"name": "format",
|
|
79
135
|
"value": "LOCALIZED"
|
|
80
136
|
}],
|
|
81
|
-
|
|
137
|
+
v11 = {
|
|
82
138
|
"alias": "name_localized",
|
|
83
|
-
"args":
|
|
139
|
+
"args": v10 /*: any*/,
|
|
84
140
|
"kind": "ScalarField",
|
|
85
141
|
"name": "name",
|
|
86
142
|
"storageKey": "name(format:\"LOCALIZED\")"
|
|
87
143
|
},
|
|
88
|
-
|
|
144
|
+
v12 = {
|
|
89
145
|
"alias": null,
|
|
90
146
|
"args": null,
|
|
91
147
|
"concreteType": "VariableInstance",
|
|
@@ -116,21 +172,21 @@ const node = function () {
|
|
|
116
172
|
}],
|
|
117
173
|
"storageKey": null
|
|
118
174
|
},
|
|
119
|
-
|
|
175
|
+
v13 = {
|
|
120
176
|
"alias": null,
|
|
121
177
|
"args": null,
|
|
122
178
|
"kind": "ScalarField",
|
|
123
179
|
"name": "id",
|
|
124
180
|
"storageKey": null
|
|
125
181
|
},
|
|
126
|
-
|
|
182
|
+
v14 = {
|
|
127
183
|
"alias": null,
|
|
128
184
|
"args": null,
|
|
129
185
|
"concreteType": "FontStyle",
|
|
130
186
|
"kind": "LinkedField",
|
|
131
187
|
"name": "fontStyles",
|
|
132
188
|
"plural": true,
|
|
133
|
-
"selections": [v6 /*: any*/, v5 /*: any*/, v7 /*: any*/,
|
|
189
|
+
"selections": [v6 /*: any*/, v5 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v11 /*: any*/, v12 /*: any*/, v13 /*: any*/, {
|
|
134
190
|
"alias": null,
|
|
135
191
|
"args": null,
|
|
136
192
|
"concreteType": "VariableAxis",
|
|
@@ -142,14 +198,14 @@ const node = function () {
|
|
|
142
198
|
}],
|
|
143
199
|
"storageKey": null
|
|
144
200
|
},
|
|
145
|
-
|
|
201
|
+
v15 = {
|
|
146
202
|
"alias": null,
|
|
147
203
|
"args": null,
|
|
148
204
|
"concreteType": "Sku",
|
|
149
205
|
"kind": "LinkedField",
|
|
150
206
|
"name": "sku",
|
|
151
207
|
"plural": false,
|
|
152
|
-
"selections": [
|
|
208
|
+
"selections": [v13 /*: any*/, {
|
|
153
209
|
"alias": null,
|
|
154
210
|
"args": v2 /*: any*/,
|
|
155
211
|
"concreteType": "Money",
|
|
@@ -173,35 +229,28 @@ const node = function () {
|
|
|
173
229
|
}],
|
|
174
230
|
"storageKey": null
|
|
175
231
|
},
|
|
176
|
-
|
|
177
|
-
"alias": null,
|
|
178
|
-
"args": null,
|
|
179
|
-
"kind": "ScalarField",
|
|
180
|
-
"name": "cssUrl",
|
|
181
|
-
"storageKey": null
|
|
182
|
-
},
|
|
183
|
-
v15 = {
|
|
232
|
+
v16 = {
|
|
184
233
|
"alias": null,
|
|
185
234
|
"args": null,
|
|
186
235
|
"kind": "ScalarField",
|
|
187
236
|
"name": "collectionType",
|
|
188
237
|
"storageKey": null
|
|
189
238
|
},
|
|
190
|
-
|
|
239
|
+
v17 = {
|
|
191
240
|
"alias": null,
|
|
192
241
|
"args": null,
|
|
193
242
|
"kind": "ScalarField",
|
|
194
243
|
"name": "totalStyles",
|
|
195
244
|
"storageKey": null
|
|
196
245
|
},
|
|
197
|
-
|
|
246
|
+
v18 = {
|
|
198
247
|
"alias": null,
|
|
199
248
|
"args": null,
|
|
200
249
|
"kind": "ScalarField",
|
|
201
250
|
"name": "isVariableFont",
|
|
202
251
|
"storageKey": null
|
|
203
252
|
},
|
|
204
|
-
|
|
253
|
+
v19 = {
|
|
205
254
|
"alias": null,
|
|
206
255
|
"args": null,
|
|
207
256
|
"concreteType": "FontStyle",
|
|
@@ -210,11 +259,11 @@ const node = function () {
|
|
|
210
259
|
"plural": false,
|
|
211
260
|
"selections": [{
|
|
212
261
|
"alias": "keyCharacters_localized",
|
|
213
|
-
"args":
|
|
262
|
+
"args": v10 /*: any*/,
|
|
214
263
|
"kind": "ScalarField",
|
|
215
264
|
"name": "keyCharacters",
|
|
216
265
|
"storageKey": "keyCharacters(format:\"LOCALIZED\")"
|
|
217
|
-
},
|
|
266
|
+
}, v13 /*: any*/],
|
|
218
267
|
"storageKey": null
|
|
219
268
|
};
|
|
220
269
|
return {
|
|
@@ -270,47 +319,47 @@ const node = function () {
|
|
|
270
319
|
"storageKey": null
|
|
271
320
|
}, {
|
|
272
321
|
"kind": "InlineFragment",
|
|
273
|
-
"selections": [v5 /*: any*/,
|
|
322
|
+
"selections": [v5 /*: any*/, v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, {
|
|
274
323
|
"alias": "families",
|
|
275
324
|
"args": v4 /*: any*/,
|
|
276
325
|
"concreteType": "FontCollection",
|
|
277
326
|
"kind": "LinkedField",
|
|
278
327
|
"name": "children",
|
|
279
328
|
"plural": true,
|
|
280
|
-
"selections": [
|
|
329
|
+
"selections": [v19 /*: any*/, v5 /*: any*/, v14 /*: any*/, v13 /*: any*/, v15 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, {
|
|
281
330
|
"alias": "families",
|
|
282
331
|
"args": v4 /*: any*/,
|
|
283
332
|
"concreteType": "FontCollection",
|
|
284
333
|
"kind": "LinkedField",
|
|
285
334
|
"name": "children",
|
|
286
335
|
"plural": true,
|
|
287
|
-
"selections": [
|
|
336
|
+
"selections": [v19 /*: any*/, v5 /*: any*/, {
|
|
288
337
|
"alias": null,
|
|
289
338
|
"args": null,
|
|
290
339
|
"concreteType": "FontStyle",
|
|
291
340
|
"kind": "LinkedField",
|
|
292
341
|
"name": "fontStyles",
|
|
293
342
|
"plural": true,
|
|
294
|
-
"selections": [v6 /*: any*/, v5 /*: any*/, v7 /*: any*/,
|
|
343
|
+
"selections": [v6 /*: any*/, v5 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v11 /*: any*/, v12 /*: any*/, v13 /*: any*/],
|
|
295
344
|
"storageKey": null
|
|
296
|
-
},
|
|
345
|
+
}, v13 /*: any*/],
|
|
297
346
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
298
347
|
}],
|
|
299
348
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
300
349
|
}],
|
|
301
350
|
"type": "FontCollection",
|
|
302
351
|
"abstractKey": null
|
|
303
|
-
},
|
|
352
|
+
}, v13 /*: any*/],
|
|
304
353
|
"storageKey": null
|
|
305
354
|
}]
|
|
306
355
|
},
|
|
307
356
|
"params": {
|
|
308
|
-
"cacheID": "
|
|
357
|
+
"cacheID": "2b8016acf0da8559293fcc69443a3a12",
|
|
309
358
|
"id": null,
|
|
310
359
|
"metadata": {},
|
|
311
360
|
"name": "FontFamiliesQuery",
|
|
312
361
|
"operationKind": "query",
|
|
313
|
-
"text": "query FontFamiliesQuery(\n $collectionId: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $collectionId) {\n __typename\n ...Family_node_4sncub\n ... on FontCollection {\n families: children(collectionTypes: [FAMILY]) {\n ...Family_node_4sncub\n id\n }\n }\n id\n }\n}\n\nfragment FamilyList_node on FontCollection {\n name\n fontStyles {\n ...FontStyle_fontStyle\n supportedLanguages\n name\n name_localized: name(format: LOCALIZED)\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n id\n }\n}\n\nfragment Family_node_4sncub on FontCollection {\n ...FamilyList_node\n sku {\n id\n ...SKUPrice_sku_4sncub\n ...SelectButton_sku_4sncub\n }\n
|
|
362
|
+
"text": "query FontFamiliesQuery(\n $collectionId: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $collectionId) {\n __typename\n ...Family_node_4sncub\n ... on FontCollection {\n families: children(collectionTypes: [FAMILY]) {\n ...Family_node_4sncub\n id\n }\n }\n id\n }\n}\n\nfragment FamilyList_node on FontCollection {\n name\n fontStyles {\n ...FontStyle_fontStyle\n supportedLanguages\n name\n name_localized: name(format: LOCALIZED)\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n id\n }\n}\n\nfragment Family_node_4sncub on FontCollection {\n ...FamilyList_node\n sku {\n id\n ...SKUPrice_sku_4sncub\n ...SelectButton_sku_4sncub\n }\n name\n collectionType\n totalStyles\n isVariableFont\n fontStyles {\n variableAxes {\n name\n }\n variableInstances {\n name\n }\n id\n }\n families: children(collectionTypes: [FAMILY]) {\n featureStyle {\n keyCharacters_localized: keyCharacters(format: LOCALIZED)\n id\n }\n ...FamilyList_node\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 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"
|
|
314
363
|
}
|
|
315
364
|
};
|
|
316
365
|
}();
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<2f1266ae79d1285c04553f9ce067aa5f>>
|
|
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 FontStyle_fontStyle$data = {
|
|
9
|
-
readonly
|
|
10
|
-
readonly name: string;
|
|
9
|
+
readonly " $fragmentSpreads": FragmentRefs<"useFontStyle_fontStyle">;
|
|
11
10
|
readonly " $fragmentType": "FontStyle_fontStyle";
|
|
12
11
|
};
|
|
13
12
|
export type FontStyle_fontStyle$key = {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<2f1266ae79d1285c04553f9ce067aa5f>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -20,21 +20,13 @@ const node = {
|
|
|
20
20
|
"metadata": null,
|
|
21
21
|
"name": "FontStyle_fontStyle",
|
|
22
22
|
"selections": [{
|
|
23
|
-
"alias": null,
|
|
24
23
|
"args": null,
|
|
25
|
-
"kind": "
|
|
26
|
-
"name": "
|
|
27
|
-
"storageKey": null
|
|
28
|
-
}, {
|
|
29
|
-
"alias": null,
|
|
30
|
-
"args": null,
|
|
31
|
-
"kind": "ScalarField",
|
|
32
|
-
"name": "name",
|
|
33
|
-
"storageKey": null
|
|
24
|
+
"kind": "FragmentSpread",
|
|
25
|
+
"name": "useFontStyle_fontStyle"
|
|
34
26
|
}],
|
|
35
27
|
"type": "FontStyle",
|
|
36
28
|
"abstractKey": null
|
|
37
29
|
};
|
|
38
|
-
node.hash = "
|
|
30
|
+
node.hash = "7891603bea1a3e40f40297bf1697eb3c";
|
|
39
31
|
var _default = node;
|
|
40
32
|
exports.default = _default;
|