fontdue-js 2.16.1 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +25 -4
- package/dist/__generated__/AddressFields_viewer.graphql.d.ts +5 -1
- package/dist/__generated__/AddressFields_viewer.graphql.js +23 -2
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +10 -4
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +10 -4
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +3 -2
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +10 -4
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +22 -4
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +43 -4
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +3 -2
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +60 -53
- package/dist/__generated__/CartState_order.graphql.d.ts +2 -1
- package/dist/__generated__/CartState_order.graphql.js +8 -2
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +10 -4
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +5 -4
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +10 -4
- package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.d.ts +3 -3
- package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.js +3 -3
- package/dist/__generated__/Checkout_identity.graphql.d.ts +2 -2
- package/dist/__generated__/Checkout_identity.graphql.js +3 -3
- package/dist/__generated__/Checkout_order.graphql.d.ts +3 -3
- package/dist/__generated__/Checkout_order.graphql.js +2 -2
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +43 -4
- package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.d.ts +4 -1
- package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.js +1 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +2 -1
- package/dist/__generated__/FontFamiliesQuery.graphql.js +1 -1
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.d.ts +6 -1
- package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.js +29 -2
- package/dist/__generated__/OrderVariableSelection_variables.graphql.d.ts +5 -1
- package/dist/__generated__/OrderVariableSelection_variables.graphql.js +31 -15
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +2 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +10 -4
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +2 -1
- package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +1 -1
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +8 -2
- package/dist/__generated__/StoreModalCartQuery.graphql.js +173 -126
- package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.js +8 -2
- package/dist/__generated__/StoreModalIndexQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalIndexQuery.graphql.js +9 -3
- package/dist/__generated__/StoreModalOrderVariableSelection_order.graphql.d.ts +30 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_order.graphql.js +98 -0
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.d.ts +1 -16
- package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.js +40 -104
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalProductQuery.graphql.js +24 -3
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +1 -1
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +1 -1
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +43 -4
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +43 -4
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +5 -4
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +43 -4
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +13 -3
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +50 -4
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +8 -2
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +10 -4
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +2 -1
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +9 -3
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +30 -14
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.d.ts +2 -1
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.js +8 -2
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +4 -1
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +17 -2
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +2 -1
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +9 -3
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +53 -37
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +2 -1
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +9 -3
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +53 -37
- package/dist/components/Cart/AddressFields.d.ts +3 -2
- package/dist/components/Cart/AddressFields.js +45 -47
- package/dist/components/Cart/CartState.js +1 -1
- package/dist/components/Cart/CartTotals.d.ts +5 -2
- package/dist/components/Cart/CartTotals.js +24 -10
- package/dist/components/Cart/Checkout.js +33 -6
- package/dist/components/Cart/types.d.ts +1 -1
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +21 -1
- package/dist/components/OrderVariableSelection/index.d.ts +1 -0
- package/dist/components/OrderVariableSelection/index.js +23 -10
- package/dist/components/StoreModal/StoreModalCart.js +9 -6
- package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.d.ts +3 -1
- package/dist/components/StoreModal/StoreModalOrderVariableSelection.js +9 -5
- package/dist/components/StoreModal/StoreModalStyleButton.js +1 -8
- package/dist/components/StripeProvider/index.js +5 -3
- package/dist/components/TypeTester/TypeTesterStyleSelectData.js +12 -3
- package/dist/components/elements/StoreModalUnifiedCheckout.d.ts +60 -1
- package/dist/components/elements/StoreModalUnifiedCheckout.js +409 -201
- package/dist/fontdue.css +36 -10
- package/dist/reducer.d.ts +1 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +11 -2
- package/package.json +2 -1
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<9257126f8beeb17ac1fbf4b0d93d2a79>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -67,31 +67,38 @@ const node = function () {
|
|
|
67
67
|
"alias": null,
|
|
68
68
|
"args": null,
|
|
69
69
|
"kind": "ScalarField",
|
|
70
|
-
"name": "
|
|
70
|
+
"name": "supportedLanguages",
|
|
71
71
|
"storageKey": null
|
|
72
72
|
},
|
|
73
73
|
v8 = {
|
|
74
74
|
"alias": null,
|
|
75
75
|
"args": null,
|
|
76
76
|
"kind": "ScalarField",
|
|
77
|
-
"name": "
|
|
77
|
+
"name": "cssWeight",
|
|
78
78
|
"storageKey": null
|
|
79
79
|
},
|
|
80
80
|
v9 = {
|
|
81
81
|
"alias": null,
|
|
82
82
|
"args": null,
|
|
83
83
|
"kind": "ScalarField",
|
|
84
|
-
"name": "
|
|
84
|
+
"name": "cssStyle",
|
|
85
85
|
"storageKey": null
|
|
86
86
|
},
|
|
87
87
|
v10 = {
|
|
88
88
|
"alias": null,
|
|
89
89
|
"args": null,
|
|
90
90
|
"kind": "ScalarField",
|
|
91
|
-
"name": "
|
|
91
|
+
"name": "cssStretch",
|
|
92
92
|
"storageKey": null
|
|
93
93
|
},
|
|
94
94
|
v11 = {
|
|
95
|
+
"alias": null,
|
|
96
|
+
"args": null,
|
|
97
|
+
"kind": "ScalarField",
|
|
98
|
+
"name": "axis",
|
|
99
|
+
"storageKey": null
|
|
100
|
+
},
|
|
101
|
+
v12 = {
|
|
95
102
|
"alias": null,
|
|
96
103
|
"args": null,
|
|
97
104
|
"concreteType": "VariableInstance",
|
|
@@ -105,7 +112,7 @@ const node = function () {
|
|
|
105
112
|
"kind": "LinkedField",
|
|
106
113
|
"name": "coordinates",
|
|
107
114
|
"plural": true,
|
|
108
|
-
"selections": [
|
|
115
|
+
"selections": [v11 /*: any*/, {
|
|
109
116
|
"alias": null,
|
|
110
117
|
"args": null,
|
|
111
118
|
"kind": "ScalarField",
|
|
@@ -116,7 +123,7 @@ const node = function () {
|
|
|
116
123
|
}],
|
|
117
124
|
"storageKey": null
|
|
118
125
|
},
|
|
119
|
-
|
|
126
|
+
v13 = {
|
|
120
127
|
"alias": null,
|
|
121
128
|
"args": null,
|
|
122
129
|
"kind": "ScalarField",
|
|
@@ -223,6 +230,15 @@ const node = function () {
|
|
|
223
230
|
"kind": "ScalarField",
|
|
224
231
|
"name": "isVariableFont",
|
|
225
232
|
"storageKey": null
|
|
233
|
+
}, {
|
|
234
|
+
"alias": null,
|
|
235
|
+
"args": null,
|
|
236
|
+
"concreteType": "FontStyle",
|
|
237
|
+
"kind": "LinkedField",
|
|
238
|
+
"name": "featureStyle",
|
|
239
|
+
"plural": false,
|
|
240
|
+
"selections": [v7 /*: any*/, v4 /*: any*/],
|
|
241
|
+
"storageKey": null
|
|
226
242
|
}, {
|
|
227
243
|
"alias": null,
|
|
228
244
|
"args": null,
|
|
@@ -230,7 +246,7 @@ const node = function () {
|
|
|
230
246
|
"kind": "LinkedField",
|
|
231
247
|
"name": "fontStyles",
|
|
232
248
|
"plural": true,
|
|
233
|
-
"selections": [v4 /*: any*/, v6 /*: any*/,
|
|
249
|
+
"selections": [v4 /*: any*/, v6 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, v12 /*: any*/],
|
|
234
250
|
"storageKey": null
|
|
235
251
|
}],
|
|
236
252
|
"storageKey": null
|
|
@@ -289,7 +305,7 @@ const node = function () {
|
|
|
289
305
|
"kind": "LinkedField",
|
|
290
306
|
"name": "variableAxes",
|
|
291
307
|
"plural": true,
|
|
292
|
-
"selections": [
|
|
308
|
+
"selections": [v11 /*: any*/, v6 /*: any*/, {
|
|
293
309
|
"alias": null,
|
|
294
310
|
"args": null,
|
|
295
311
|
"kind": "ScalarField",
|
|
@@ -303,7 +319,7 @@ const node = function () {
|
|
|
303
319
|
"storageKey": null
|
|
304
320
|
}],
|
|
305
321
|
"storageKey": null
|
|
306
|
-
}, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/,
|
|
322
|
+
}, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, v12 /*: any*/, {
|
|
307
323
|
"alias": null,
|
|
308
324
|
"args": null,
|
|
309
325
|
"concreteType": "FontCollection",
|
|
@@ -346,7 +362,7 @@ const node = function () {
|
|
|
346
362
|
"kind": "LinkedField",
|
|
347
363
|
"name": "price",
|
|
348
364
|
"plural": false,
|
|
349
|
-
"selections": [
|
|
365
|
+
"selections": [v13 /*: any*/, {
|
|
350
366
|
"alias": null,
|
|
351
367
|
"args": null,
|
|
352
368
|
"kind": "ScalarField",
|
|
@@ -361,7 +377,7 @@ const node = function () {
|
|
|
361
377
|
"kind": "LinkedField",
|
|
362
378
|
"name": "price",
|
|
363
379
|
"plural": false,
|
|
364
|
-
"selections": [
|
|
380
|
+
"selections": [v13 /*: any*/],
|
|
365
381
|
"storageKey": null
|
|
366
382
|
}],
|
|
367
383
|
"storageKey": null
|
|
@@ -372,12 +388,12 @@ const node = function () {
|
|
|
372
388
|
}]
|
|
373
389
|
},
|
|
374
390
|
"params": {
|
|
375
|
-
"cacheID": "
|
|
391
|
+
"cacheID": "23b5b03f43f9981f80974b66aac9f93d",
|
|
376
392
|
"id": null,
|
|
377
393
|
"metadata": {},
|
|
378
394
|
"name": "TypeTesterStandaloneQuery",
|
|
379
395
|
"operationKind": "query",
|
|
380
|
-
"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 cssFamily\n name\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 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 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 family {\n cssUrl\n id\n }\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"
|
|
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 cssFamily\n name\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 family {\n cssUrl\n id\n }\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"
|
|
381
397
|
}
|
|
382
398
|
};
|
|
383
399
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<6fb60028b0c9ce0576bf8a7c26826e59>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -14,6 +14,7 @@ export type TypeTesterStyleSelectData_fontStyle$data = {
|
|
|
14
14
|
} | null;
|
|
15
15
|
readonly id: string;
|
|
16
16
|
readonly name: string;
|
|
17
|
+
readonly supportedLanguages: ReadonlyArray<string> | null;
|
|
17
18
|
readonly variableInstances: ReadonlyArray<{
|
|
18
19
|
readonly coordinates: ReadonlyArray<{
|
|
19
20
|
readonly axis: 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<<6fb60028b0c9ce0576bf8a7c26826e59>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -34,6 +34,12 @@ const node = function () {
|
|
|
34
34
|
"name": "id",
|
|
35
35
|
"storageKey": null
|
|
36
36
|
}, v0 /*: any*/, {
|
|
37
|
+
"alias": null,
|
|
38
|
+
"args": null,
|
|
39
|
+
"kind": "ScalarField",
|
|
40
|
+
"name": "supportedLanguages",
|
|
41
|
+
"storageKey": null
|
|
42
|
+
}, {
|
|
37
43
|
"alias": null,
|
|
38
44
|
"args": null,
|
|
39
45
|
"kind": "ScalarField",
|
|
@@ -95,6 +101,6 @@ const node = function () {
|
|
|
95
101
|
"abstractKey": null
|
|
96
102
|
};
|
|
97
103
|
}();
|
|
98
|
-
node.hash = "
|
|
104
|
+
node.hash = "187778816a910be9ab709431d1d818b3";
|
|
99
105
|
var _default = node;
|
|
100
106
|
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<de2a1d20c5692c0b9d1b3fb9726732b0>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -9,6 +9,9 @@ export type TypeTesterStyleSelectData_viewer$data = {
|
|
|
9
9
|
readonly families?: {
|
|
10
10
|
readonly edges: ReadonlyArray<{
|
|
11
11
|
readonly node: {
|
|
12
|
+
readonly featureStyle: {
|
|
13
|
+
readonly supportedLanguages: ReadonlyArray<string> | null;
|
|
14
|
+
} | null;
|
|
12
15
|
readonly fontStyles: ReadonlyArray<{
|
|
13
16
|
readonly cssStretch: string | null;
|
|
14
17
|
readonly cssStyle: string | null;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<de2a1d20c5692c0b9d1b3fb9726732b0>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -77,6 +77,21 @@ const node = function () {
|
|
|
77
77
|
"kind": "ScalarField",
|
|
78
78
|
"name": "isVariableFont",
|
|
79
79
|
"storageKey": null
|
|
80
|
+
}, {
|
|
81
|
+
"alias": null,
|
|
82
|
+
"args": null,
|
|
83
|
+
"concreteType": "FontStyle",
|
|
84
|
+
"kind": "LinkedField",
|
|
85
|
+
"name": "featureStyle",
|
|
86
|
+
"plural": false,
|
|
87
|
+
"selections": [{
|
|
88
|
+
"alias": null,
|
|
89
|
+
"args": null,
|
|
90
|
+
"kind": "ScalarField",
|
|
91
|
+
"name": "supportedLanguages",
|
|
92
|
+
"storageKey": null
|
|
93
|
+
}],
|
|
94
|
+
"storageKey": null
|
|
80
95
|
}, {
|
|
81
96
|
"alias": null,
|
|
82
97
|
"args": null,
|
|
@@ -146,6 +161,6 @@ const node = function () {
|
|
|
146
161
|
"abstractKey": null
|
|
147
162
|
};
|
|
148
163
|
}();
|
|
149
|
-
node.hash = "
|
|
164
|
+
node.hash = "5e5834d9202f90bdde5a0a7db49e8639";
|
|
150
165
|
var _default = node;
|
|
151
166
|
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<7a9fa6251405047ddcfc64068ecad989>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -10,6 +10,7 @@ export type LicenseOptionsSpec = {
|
|
|
10
10
|
licenseOptionIds?: ReadonlyArray<string> | null;
|
|
11
11
|
};
|
|
12
12
|
export type OrderVariableSelectionInput = {
|
|
13
|
+
countryCode?: string | null;
|
|
13
14
|
orderVariableId: string;
|
|
14
15
|
orderVariableOptionId?: string | null;
|
|
15
16
|
};
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<7a9fa6251405047ddcfc64068ecad989>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -176,6 +176,12 @@ const node = function () {
|
|
|
176
176
|
}],
|
|
177
177
|
"storageKey": null
|
|
178
178
|
}, v5 /*: any*/, {
|
|
179
|
+
"alias": null,
|
|
180
|
+
"args": null,
|
|
181
|
+
"kind": "ScalarField",
|
|
182
|
+
"name": "supportedLanguages",
|
|
183
|
+
"storageKey": null
|
|
184
|
+
}, {
|
|
179
185
|
"alias": null,
|
|
180
186
|
"args": null,
|
|
181
187
|
"kind": "ScalarField",
|
|
@@ -279,12 +285,12 @@ const node = function () {
|
|
|
279
285
|
}]
|
|
280
286
|
},
|
|
281
287
|
"params": {
|
|
282
|
-
"cacheID": "
|
|
288
|
+
"cacheID": "999cb0164a85d4638507d9e0afd1407c",
|
|
283
289
|
"id": null,
|
|
284
290
|
"metadata": {},
|
|
285
291
|
"name": "TypeTestersChangedStylesQuery",
|
|
286
292
|
"operationKind": "query",
|
|
287
|
-
"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 cssFamily\n name\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 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 family {\n cssUrl\n id\n }\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"
|
|
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 cssFamily\n name\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 family {\n cssUrl\n id\n }\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"
|
|
288
294
|
}
|
|
289
295
|
};
|
|
290
296
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<c0f6e4fabd1f9a149b34f1326d8e446f>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -78,39 +78,46 @@ const node = function () {
|
|
|
78
78
|
"alias": null,
|
|
79
79
|
"args": null,
|
|
80
80
|
"kind": "ScalarField",
|
|
81
|
-
"name": "
|
|
81
|
+
"name": "supportedLanguages",
|
|
82
82
|
"storageKey": null
|
|
83
83
|
},
|
|
84
84
|
v12 = {
|
|
85
85
|
"alias": null,
|
|
86
86
|
"args": null,
|
|
87
87
|
"kind": "ScalarField",
|
|
88
|
-
"name": "
|
|
88
|
+
"name": "cssWeight",
|
|
89
89
|
"storageKey": null
|
|
90
90
|
},
|
|
91
91
|
v13 = {
|
|
92
92
|
"alias": null,
|
|
93
93
|
"args": null,
|
|
94
94
|
"kind": "ScalarField",
|
|
95
|
-
"name": "
|
|
95
|
+
"name": "cssStyle",
|
|
96
96
|
"storageKey": null
|
|
97
97
|
},
|
|
98
98
|
v14 = {
|
|
99
99
|
"alias": null,
|
|
100
100
|
"args": null,
|
|
101
101
|
"kind": "ScalarField",
|
|
102
|
-
"name": "
|
|
102
|
+
"name": "cssStretch",
|
|
103
103
|
"storageKey": null
|
|
104
104
|
},
|
|
105
105
|
v15 = {
|
|
106
|
+
"alias": null,
|
|
107
|
+
"args": null,
|
|
108
|
+
"kind": "ScalarField",
|
|
109
|
+
"name": "axis",
|
|
110
|
+
"storageKey": null
|
|
111
|
+
},
|
|
112
|
+
v16 = {
|
|
106
113
|
"alias": null,
|
|
107
114
|
"args": null,
|
|
108
115
|
"kind": "ScalarField",
|
|
109
116
|
"name": "value",
|
|
110
117
|
"storageKey": null
|
|
111
118
|
},
|
|
112
|
-
|
|
113
|
-
|
|
119
|
+
v17 = [v15 /*: any*/, v16 /*: any*/],
|
|
120
|
+
v18 = {
|
|
114
121
|
"alias": null,
|
|
115
122
|
"args": null,
|
|
116
123
|
"concreteType": "VariableInstance",
|
|
@@ -124,96 +131,96 @@ const node = function () {
|
|
|
124
131
|
"kind": "LinkedField",
|
|
125
132
|
"name": "coordinates",
|
|
126
133
|
"plural": true,
|
|
127
|
-
"selections":
|
|
134
|
+
"selections": v17 /*: any*/,
|
|
128
135
|
"storageKey": null
|
|
129
136
|
}],
|
|
130
137
|
"storageKey": null
|
|
131
138
|
},
|
|
132
|
-
|
|
139
|
+
v19 = {
|
|
133
140
|
"kind": "Literal",
|
|
134
141
|
"name": "licenseOptions",
|
|
135
142
|
"value": [] /*: any*/
|
|
136
143
|
},
|
|
137
|
-
|
|
144
|
+
v20 = [v19 /*: any*/, {
|
|
138
145
|
"kind": "Literal",
|
|
139
146
|
"name": "orderVariables",
|
|
140
147
|
"value": [] /*: any*/
|
|
141
148
|
}],
|
|
142
|
-
|
|
149
|
+
v21 = {
|
|
143
150
|
"alias": null,
|
|
144
151
|
"args": null,
|
|
145
152
|
"kind": "ScalarField",
|
|
146
153
|
"name": "amount",
|
|
147
154
|
"storageKey": null
|
|
148
155
|
},
|
|
149
|
-
|
|
156
|
+
v22 = [v21 /*: any*/, {
|
|
150
157
|
"alias": null,
|
|
151
158
|
"args": null,
|
|
152
159
|
"kind": "ScalarField",
|
|
153
160
|
"name": "currency",
|
|
154
161
|
"storageKey": null
|
|
155
162
|
}],
|
|
156
|
-
|
|
163
|
+
v23 = {
|
|
157
164
|
"alias": null,
|
|
158
|
-
"args":
|
|
165
|
+
"args": v20 /*: any*/,
|
|
159
166
|
"concreteType": "Money",
|
|
160
167
|
"kind": "LinkedField",
|
|
161
168
|
"name": "price",
|
|
162
169
|
"plural": false,
|
|
163
|
-
"selections":
|
|
170
|
+
"selections": v22 /*: any*/,
|
|
164
171
|
"storageKey": "price(licenseOptions:[],orderVariables:[])"
|
|
165
172
|
},
|
|
166
|
-
|
|
173
|
+
v24 = {
|
|
167
174
|
"alias": null,
|
|
168
175
|
"args": null,
|
|
169
176
|
"kind": "ScalarField",
|
|
170
177
|
"name": "collectionType",
|
|
171
178
|
"storageKey": null
|
|
172
179
|
},
|
|
173
|
-
|
|
180
|
+
v25 = {
|
|
174
181
|
"alias": null,
|
|
175
182
|
"args": null,
|
|
176
183
|
"concreteType": "Sku",
|
|
177
184
|
"kind": "LinkedField",
|
|
178
185
|
"name": "sku",
|
|
179
186
|
"plural": false,
|
|
180
|
-
"selections": [v9 /*: any*/,
|
|
187
|
+
"selections": [v9 /*: any*/, v23 /*: any*/, {
|
|
181
188
|
"alias": "priceWithLicenseOptions",
|
|
182
|
-
"args":
|
|
189
|
+
"args": v20 /*: any*/,
|
|
183
190
|
"concreteType": "Money",
|
|
184
191
|
"kind": "LinkedField",
|
|
185
192
|
"name": "price",
|
|
186
193
|
"plural": false,
|
|
187
|
-
"selections":
|
|
194
|
+
"selections": v22 /*: any*/,
|
|
188
195
|
"storageKey": "price(licenseOptions:[],orderVariables:[])"
|
|
189
196
|
}],
|
|
190
197
|
"storageKey": null
|
|
191
198
|
},
|
|
192
|
-
|
|
199
|
+
v26 = {
|
|
193
200
|
"alias": null,
|
|
194
201
|
"args": null,
|
|
195
202
|
"kind": "ScalarField",
|
|
196
203
|
"name": "totalStyles",
|
|
197
204
|
"storageKey": null
|
|
198
205
|
},
|
|
199
|
-
|
|
206
|
+
v27 = {
|
|
200
207
|
"alias": null,
|
|
201
|
-
"args": [
|
|
208
|
+
"args": [v19 /*: any*/],
|
|
202
209
|
"concreteType": "Money",
|
|
203
210
|
"kind": "LinkedField",
|
|
204
211
|
"name": "totalStylesPrice",
|
|
205
212
|
"plural": false,
|
|
206
|
-
"selections":
|
|
213
|
+
"selections": v22 /*: any*/,
|
|
207
214
|
"storageKey": "totalStylesPrice(licenseOptions:[])"
|
|
208
215
|
},
|
|
209
|
-
|
|
216
|
+
v28 = {
|
|
210
217
|
"alias": null,
|
|
211
218
|
"args": null,
|
|
212
219
|
"concreteType": "FontCollection",
|
|
213
220
|
"kind": "LinkedField",
|
|
214
221
|
"name": "parent",
|
|
215
222
|
"plural": false,
|
|
216
|
-
"selections": [v9 /*: any*/, v10 /*: any*/,
|
|
223
|
+
"selections": [v9 /*: any*/, v10 /*: any*/, v24 /*: any*/, v25 /*: any*/, v26 /*: any*/, v27 /*: any*/],
|
|
217
224
|
"storageKey": null
|
|
218
225
|
};
|
|
219
226
|
return {
|
|
@@ -299,6 +306,15 @@ const node = function () {
|
|
|
299
306
|
"kind": "ScalarField",
|
|
300
307
|
"name": "isVariableFont",
|
|
301
308
|
"storageKey": null
|
|
309
|
+
}, {
|
|
310
|
+
"alias": null,
|
|
311
|
+
"args": null,
|
|
312
|
+
"concreteType": "FontStyle",
|
|
313
|
+
"kind": "LinkedField",
|
|
314
|
+
"name": "featureStyle",
|
|
315
|
+
"plural": false,
|
|
316
|
+
"selections": [v11 /*: any*/, v9 /*: any*/],
|
|
317
|
+
"storageKey": null
|
|
302
318
|
}, {
|
|
303
319
|
"alias": null,
|
|
304
320
|
"args": null,
|
|
@@ -306,7 +322,7 @@ const node = function () {
|
|
|
306
322
|
"kind": "LinkedField",
|
|
307
323
|
"name": "fontStyles",
|
|
308
324
|
"plural": true,
|
|
309
|
-
"selections": [v9 /*: any*/, v10 /*: any*/,
|
|
325
|
+
"selections": [v9 /*: any*/, v10 /*: any*/, v12 /*: any*/, v13 /*: any*/, v14 /*: any*/, v18 /*: any*/],
|
|
310
326
|
"storageKey": null
|
|
311
327
|
}],
|
|
312
328
|
"storageKey": null
|
|
@@ -439,7 +455,7 @@ const node = function () {
|
|
|
439
455
|
"kind": "LinkedField",
|
|
440
456
|
"name": "variableAxes",
|
|
441
457
|
"plural": true,
|
|
442
|
-
"selections": [
|
|
458
|
+
"selections": [v15 /*: any*/, v10 /*: any*/, {
|
|
443
459
|
"alias": null,
|
|
444
460
|
"args": null,
|
|
445
461
|
"kind": "ScalarField",
|
|
@@ -453,7 +469,7 @@ const node = function () {
|
|
|
453
469
|
"storageKey": null
|
|
454
470
|
}],
|
|
455
471
|
"storageKey": null
|
|
456
|
-
}, v10 /*: any*/, v11 /*: any*/, v12 /*: any*/, v13 /*: any*/,
|
|
472
|
+
}, v10 /*: any*/, v11 /*: any*/, v12 /*: any*/, v13 /*: any*/, v14 /*: any*/, v18 /*: any*/, {
|
|
457
473
|
"alias": null,
|
|
458
474
|
"args": null,
|
|
459
475
|
"concreteType": "FontCollection",
|
|
@@ -481,14 +497,14 @@ const node = function () {
|
|
|
481
497
|
"kind": "LinkedField",
|
|
482
498
|
"name": "sku",
|
|
483
499
|
"plural": false,
|
|
484
|
-
"selections": [v9 /*: any*/,
|
|
500
|
+
"selections": [v9 /*: any*/, v23 /*: any*/, {
|
|
485
501
|
"alias": "basePrice",
|
|
486
502
|
"args": null,
|
|
487
503
|
"concreteType": "Money",
|
|
488
504
|
"kind": "LinkedField",
|
|
489
505
|
"name": "price",
|
|
490
506
|
"plural": false,
|
|
491
|
-
"selections": [
|
|
507
|
+
"selections": [v21 /*: any*/],
|
|
492
508
|
"storageKey": null
|
|
493
509
|
}],
|
|
494
510
|
"storageKey": null
|
|
@@ -501,7 +517,7 @@ const node = function () {
|
|
|
501
517
|
"kind": "LinkedField",
|
|
502
518
|
"name": "variableSettings",
|
|
503
519
|
"plural": true,
|
|
504
|
-
"selections":
|
|
520
|
+
"selections": v17 /*: any*/,
|
|
505
521
|
"storageKey": null
|
|
506
522
|
}, {
|
|
507
523
|
"alias": null,
|
|
@@ -516,7 +532,7 @@ const node = function () {
|
|
|
516
532
|
"kind": "ScalarField",
|
|
517
533
|
"name": "feature",
|
|
518
534
|
"storageKey": null
|
|
519
|
-
},
|
|
535
|
+
}, v16 /*: any*/],
|
|
520
536
|
"storageKey": null
|
|
521
537
|
}, {
|
|
522
538
|
"alias": null,
|
|
@@ -542,14 +558,14 @@ const node = function () {
|
|
|
542
558
|
"kind": "ScalarField",
|
|
543
559
|
"name": "typeTesterAxes",
|
|
544
560
|
"storageKey": null
|
|
545
|
-
}, v10 /*: any*/,
|
|
561
|
+
}, v10 /*: any*/, v24 /*: any*/, v25 /*: any*/, v26 /*: any*/, v27 /*: any*/, v28 /*: any*/, {
|
|
546
562
|
"alias": "families",
|
|
547
563
|
"args": [v7 /*: any*/],
|
|
548
564
|
"concreteType": "FontCollection",
|
|
549
565
|
"kind": "LinkedField",
|
|
550
566
|
"name": "children",
|
|
551
567
|
"plural": true,
|
|
552
|
-
"selections": [v9 /*: any*/, v10 /*: any*/,
|
|
568
|
+
"selections": [v9 /*: any*/, v10 /*: any*/, v24 /*: any*/, v25 /*: any*/, v26 /*: any*/, v27 /*: any*/, v28 /*: any*/],
|
|
553
569
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
554
570
|
}],
|
|
555
571
|
"type": "FontCollection",
|
|
@@ -559,12 +575,12 @@ const node = function () {
|
|
|
559
575
|
}]
|
|
560
576
|
},
|
|
561
577
|
"params": {
|
|
562
|
-
"cacheID": "
|
|
578
|
+
"cacheID": "acbc4bcb08645d410f7a94e8b2db3d2b",
|
|
563
579
|
"id": null,
|
|
564
580
|
"metadata": {},
|
|
565
581
|
"name": "TypeTestersIDQuery",
|
|
566
582
|
"operationKind": "query",
|
|
567
|
-
"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 cssFamily\n name\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 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 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 family {\n cssUrl\n id\n }\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"
|
|
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 cssFamily\n name\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 family {\n cssUrl\n id\n }\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"
|
|
568
584
|
}
|
|
569
585
|
};
|
|
570
586
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<950078d2a894ea603b9774c7d0a4f31e>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -10,6 +10,7 @@ export type LicenseOptionsSpec = {
|
|
|
10
10
|
licenseOptionIds?: ReadonlyArray<string> | null;
|
|
11
11
|
};
|
|
12
12
|
export type OrderVariableSelectionInput = {
|
|
13
|
+
countryCode?: string | null;
|
|
13
14
|
orderVariableId: string;
|
|
14
15
|
orderVariableOptionId?: string | null;
|
|
15
16
|
};
|