fontdue-js 2.16.0 → 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 +11 -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 +174 -127
- 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 +6 -5
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +156 -11
- 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 +10 -4
- 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/CustomerFields.js +5 -2
- 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/StoreModalCheckout.js +0 -37
- 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 +410 -202
- 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<<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
|
};
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<950078d2a894ea603b9774c7d0a4f31e>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -341,6 +341,12 @@ const node = function () {
|
|
|
341
341
|
}],
|
|
342
342
|
"storageKey": null
|
|
343
343
|
}, v12 /*: any*/, {
|
|
344
|
+
"alias": null,
|
|
345
|
+
"args": null,
|
|
346
|
+
"kind": "ScalarField",
|
|
347
|
+
"name": "supportedLanguages",
|
|
348
|
+
"storageKey": null
|
|
349
|
+
}, {
|
|
344
350
|
"alias": null,
|
|
345
351
|
"args": null,
|
|
346
352
|
"kind": "ScalarField",
|
|
@@ -486,12 +492,12 @@ const node = function () {
|
|
|
486
492
|
}]
|
|
487
493
|
},
|
|
488
494
|
"params": {
|
|
489
|
-
"cacheID": "
|
|
495
|
+
"cacheID": "21f60a31fa4d0078bfe4819ceb3a78d8",
|
|
490
496
|
"id": null,
|
|
491
497
|
"metadata": {},
|
|
492
498
|
"name": "TypeTestersRefetchQuery",
|
|
493
499
|
"operationKind": "query",
|
|
494
|
-
"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 cssFamily\n name\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 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 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"
|
|
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 cssFamily\n name\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 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 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"
|
|
495
501
|
}
|
|
496
502
|
};
|
|
497
503
|
}();
|