fontdue-js 2.26.0 → 2.28.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 +13 -0
- package/dist/__generated__/TypeTesterFamiliesQuery.graphql.d.ts +29 -0
- package/dist/__generated__/TypeTesterFamiliesQuery.graphql.js +174 -0
- package/dist/__generated__/TypeTesterFamiliesStylesQuery.graphql.d.ts +35 -0
- package/dist/__generated__/TypeTesterFamiliesStylesQuery.graphql.js +170 -0
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +4 -4
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -3
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +78 -161
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.d.ts +2 -1
- package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.js +18 -17
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +4 -4
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -5
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +101 -195
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +4 -4
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -3
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +102 -178
- package/dist/__generated__/orderTrackingUpdateOrderTrackingMutation.graphql.d.ts +27 -0
- package/dist/__generated__/orderTrackingUpdateOrderTrackingMutation.graphql.js +72 -0
- package/dist/components/Cart/CartOrder.js +8 -0
- package/dist/components/Cart/orderTracking.d.ts +10 -0
- package/dist/components/Cart/orderTracking.js +43 -0
- package/dist/components/ConfigContext.d.ts +2 -2
- package/dist/components/FontStyle/index.d.ts +2 -0
- package/dist/components/FontStyle/index.js +4 -2
- package/dist/components/FontdueProvider/FontdueProviderClientComponent.js +2 -1
- package/dist/components/TypeTester/TypeTesterFamilies.d.ts +37 -0
- package/dist/components/TypeTester/TypeTesterFamilies.js +128 -0
- package/dist/components/TypeTester/TypeTesterStandalone.js +2 -7
- package/dist/components/TypeTester/TypeTesterStandalone.server.js +1 -2
- package/dist/components/TypeTester/TypeTesterStyleSelect.d.ts +15 -5
- package/dist/components/TypeTester/TypeTesterStyleSelect.js +57 -47
- package/dist/components/TypeTester/TypeTesterStyleSelectData.d.ts +1 -3
- package/dist/components/TypeTester/TypeTesterStyleSelectData.js +210 -52
- package/dist/components/TypeTester/TypeTesterVariableAxes.js +17 -4
- package/dist/components/TypeTester/index.d.ts +1 -3
- package/dist/components/TypeTester/index.js +13 -6
- package/dist/components/TypeTester/useTypeTesterStyler.d.ts +4 -2
- package/dist/components/TypeTester/useTypeTesterStyler.js +78 -11
- package/dist/components/TypeTesters/index.js +6 -20
- package/dist/components/TypeTesters/index.server.js +2 -4
- package/dist/components/elements/StoreModalUnifiedCheckout.js +8 -0
- package/dist/components/useFontStyle.d.ts +7 -0
- package/dist/components/useFontStyle.js +2 -1
- package/dist/fontdue.css +9 -16
- package/dist/hooks.d.ts +1 -0
- package/dist/hooks.js +27 -0
- package/fontdue.css +2 -1
- package/package.json +1 -1
- package/dist/__generated__/FontdueProviderQuery.graphql.d.ts +0 -19
- package/dist/__generated__/FontdueProviderQuery.graphql.js +0 -140
- package/dist/__generated__/ServerConfigProvider_viewer.graphql.d.ts +0 -23
- package/dist/__generated__/ServerConfigProvider_viewer.graphql.js +0 -57
- package/dist/__generated__/TestModeBanner_viewer.graphql.d.ts +0 -19
- package/dist/__generated__/TestModeBanner_viewer.graphql.js +0 -36
- package/dist/__generated__/ThemeConfig_viewer.graphql.d.ts +0 -19
- package/dist/__generated__/ThemeConfig_viewer.graphql.js +0 -36
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +0 -42
- package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +0 -166
- package/dist/__generated__/TypeTester_viewer.graphql.d.ts +0 -17
- package/dist/__generated__/TypeTester_viewer.graphql.js +0 -40
- package/dist/__generated__/TypeTesters_viewer.graphql.d.ts +0 -17
- package/dist/__generated__/TypeTesters_viewer.graphql.js +0 -40
- package/dist/components/BuyingOptions/index.d.ts +0 -9
- package/dist/components/CookieNotification/index.d.ts +0 -13
- package/dist/components/FontdueContextProvider/index.d.ts +0 -17
- package/dist/components/FontdueContextProvider/index.js +0 -108
- package/dist/components/FontdueContextProvider/index.server.d.ts +0 -4
- package/dist/components/FontdueContextProvider/index.server.js +0 -7
- package/dist/components/FontdueProvider/useAuxUIOwner.d.ts +0 -1
- package/dist/components/FontdueProvider/useAuxUIOwner.js +0 -28
- package/dist/components/TypeTester/TypeTesterStandalone.preload.d.ts +0 -14
- package/dist/components/TypeTester/TypeTesterStandalone.preload.js +0 -20
- package/dist/config.d.ts +0 -7
- package/dist/config.js +0 -31
- package/dist/global-shim.d.ts +0 -1
- package/dist/global-shim.js +0 -8
- package/dist/hooks/useResizeObserver.d.ts +0 -11
- package/dist/hooks/useResizeObserver.js +0 -23
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -1
- package/dist/loadFontdueProviderQuery.d.ts +0 -3
- package/dist/loadFontdueProviderQuery.js +0 -10
- package/dist/vite.d.ts +0 -2
- package/dist/vite.js +0 -139
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<22561af57b19df03444fce66bb6bb877>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -26,235 +26,156 @@ const node = function () {
|
|
|
26
26
|
"name": "excludeTags"
|
|
27
27
|
},
|
|
28
28
|
v2 = {
|
|
29
|
-
"defaultValue": null,
|
|
30
|
-
"kind": "LocalArgument",
|
|
31
|
-
"name": "selectable"
|
|
32
|
-
},
|
|
33
|
-
v3 = {
|
|
34
29
|
"defaultValue": null,
|
|
35
30
|
"kind": "LocalArgument",
|
|
36
31
|
"name": "tags"
|
|
37
32
|
},
|
|
38
|
-
|
|
33
|
+
v3 = [{
|
|
39
34
|
"kind": "Variable",
|
|
40
35
|
"name": "id",
|
|
41
36
|
"variableName": "collectionId"
|
|
42
37
|
}],
|
|
43
|
-
|
|
38
|
+
v4 = {
|
|
44
39
|
"kind": "Variable",
|
|
45
40
|
"name": "excludeTags",
|
|
46
41
|
"variableName": "excludeTags"
|
|
47
42
|
},
|
|
48
|
-
|
|
43
|
+
v5 = {
|
|
49
44
|
"kind": "Variable",
|
|
50
45
|
"name": "tags",
|
|
51
46
|
"variableName": "tags"
|
|
52
47
|
},
|
|
53
|
-
|
|
54
|
-
"kind": "Literal",
|
|
55
|
-
"name": "collectionTypes",
|
|
56
|
-
"value": ["FAMILY"]
|
|
57
|
-
},
|
|
58
|
-
v8 = {
|
|
59
|
-
"kind": "Literal",
|
|
60
|
-
"name": "first",
|
|
61
|
-
"value": 999
|
|
62
|
-
},
|
|
63
|
-
v9 = {
|
|
48
|
+
v6 = {
|
|
64
49
|
"alias": null,
|
|
65
50
|
"args": null,
|
|
66
51
|
"kind": "ScalarField",
|
|
67
52
|
"name": "id",
|
|
68
53
|
"storageKey": null
|
|
69
54
|
},
|
|
70
|
-
|
|
71
|
-
"alias": null,
|
|
72
|
-
"args": null,
|
|
73
|
-
"kind": "ScalarField",
|
|
74
|
-
"name": "name",
|
|
75
|
-
"storageKey": null
|
|
76
|
-
},
|
|
77
|
-
v11 = {
|
|
78
|
-
"alias": null,
|
|
79
|
-
"args": null,
|
|
80
|
-
"kind": "ScalarField",
|
|
81
|
-
"name": "supportedLanguages",
|
|
82
|
-
"storageKey": null
|
|
83
|
-
},
|
|
84
|
-
v12 = {
|
|
85
|
-
"alias": null,
|
|
86
|
-
"args": null,
|
|
87
|
-
"kind": "ScalarField",
|
|
88
|
-
"name": "cssWeight",
|
|
89
|
-
"storageKey": null
|
|
90
|
-
},
|
|
91
|
-
v13 = {
|
|
92
|
-
"alias": null,
|
|
93
|
-
"args": null,
|
|
94
|
-
"kind": "ScalarField",
|
|
95
|
-
"name": "cssStyle",
|
|
96
|
-
"storageKey": null
|
|
97
|
-
},
|
|
98
|
-
v14 = {
|
|
55
|
+
v7 = {
|
|
99
56
|
"alias": null,
|
|
100
57
|
"args": null,
|
|
101
58
|
"kind": "ScalarField",
|
|
102
|
-
"name": "
|
|
59
|
+
"name": "axis",
|
|
103
60
|
"storageKey": null
|
|
104
61
|
},
|
|
105
|
-
|
|
62
|
+
v8 = {
|
|
106
63
|
"alias": null,
|
|
107
64
|
"args": null,
|
|
108
65
|
"kind": "ScalarField",
|
|
109
|
-
"name": "
|
|
66
|
+
"name": "name",
|
|
110
67
|
"storageKey": null
|
|
111
68
|
},
|
|
112
|
-
|
|
69
|
+
v9 = {
|
|
113
70
|
"alias": null,
|
|
114
71
|
"args": null,
|
|
115
72
|
"kind": "ScalarField",
|
|
116
73
|
"name": "value",
|
|
117
74
|
"storageKey": null
|
|
118
75
|
},
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"alias": null,
|
|
122
|
-
"args": null,
|
|
123
|
-
"concreteType": "VariableInstance",
|
|
124
|
-
"kind": "LinkedField",
|
|
125
|
-
"name": "variableInstances",
|
|
126
|
-
"plural": true,
|
|
127
|
-
"selections": [v10 /*: any*/, {
|
|
128
|
-
"alias": null,
|
|
129
|
-
"args": null,
|
|
130
|
-
"concreteType": "VariableSetting",
|
|
131
|
-
"kind": "LinkedField",
|
|
132
|
-
"name": "coordinates",
|
|
133
|
-
"plural": true,
|
|
134
|
-
"selections": v17 /*: any*/,
|
|
135
|
-
"storageKey": null
|
|
136
|
-
}],
|
|
137
|
-
"storageKey": null
|
|
138
|
-
},
|
|
139
|
-
v19 = {
|
|
76
|
+
v10 = [v7 /*: any*/, v9 /*: any*/],
|
|
77
|
+
v11 = {
|
|
140
78
|
"kind": "Literal",
|
|
141
79
|
"name": "licenseOptions",
|
|
142
80
|
"value": [] /*: any*/
|
|
143
81
|
},
|
|
144
|
-
|
|
82
|
+
v12 = [v11 /*: any*/, {
|
|
145
83
|
"kind": "Literal",
|
|
146
84
|
"name": "orderVariables",
|
|
147
85
|
"value": [] /*: any*/
|
|
148
86
|
}],
|
|
149
|
-
|
|
87
|
+
v13 = {
|
|
150
88
|
"alias": null,
|
|
151
89
|
"args": null,
|
|
152
90
|
"kind": "ScalarField",
|
|
153
91
|
"name": "amount",
|
|
154
92
|
"storageKey": null
|
|
155
93
|
},
|
|
156
|
-
|
|
94
|
+
v14 = [v13 /*: any*/, {
|
|
157
95
|
"alias": null,
|
|
158
96
|
"args": null,
|
|
159
97
|
"kind": "ScalarField",
|
|
160
98
|
"name": "currency",
|
|
161
99
|
"storageKey": null
|
|
162
100
|
}],
|
|
163
|
-
|
|
101
|
+
v15 = {
|
|
164
102
|
"alias": null,
|
|
165
|
-
"args":
|
|
103
|
+
"args": v12 /*: any*/,
|
|
166
104
|
"concreteType": "Money",
|
|
167
105
|
"kind": "LinkedField",
|
|
168
106
|
"name": "price",
|
|
169
107
|
"plural": false,
|
|
170
|
-
"selections":
|
|
108
|
+
"selections": v14 /*: any*/,
|
|
171
109
|
"storageKey": "price(licenseOptions:[],orderVariables:[])"
|
|
172
110
|
},
|
|
173
|
-
|
|
111
|
+
v16 = {
|
|
174
112
|
"alias": null,
|
|
175
113
|
"args": null,
|
|
176
114
|
"kind": "ScalarField",
|
|
177
115
|
"name": "collectionType",
|
|
178
116
|
"storageKey": null
|
|
179
117
|
},
|
|
180
|
-
|
|
118
|
+
v17 = {
|
|
181
119
|
"alias": null,
|
|
182
120
|
"args": null,
|
|
183
121
|
"concreteType": "Sku",
|
|
184
122
|
"kind": "LinkedField",
|
|
185
123
|
"name": "sku",
|
|
186
124
|
"plural": false,
|
|
187
|
-
"selections": [
|
|
125
|
+
"selections": [v6 /*: any*/, v15 /*: any*/, {
|
|
188
126
|
"alias": "priceWithLicenseOptions",
|
|
189
|
-
"args":
|
|
127
|
+
"args": v12 /*: any*/,
|
|
190
128
|
"concreteType": "Money",
|
|
191
129
|
"kind": "LinkedField",
|
|
192
130
|
"name": "price",
|
|
193
131
|
"plural": false,
|
|
194
|
-
"selections":
|
|
132
|
+
"selections": v14 /*: any*/,
|
|
195
133
|
"storageKey": "price(licenseOptions:[],orderVariables:[])"
|
|
196
134
|
}],
|
|
197
135
|
"storageKey": null
|
|
198
136
|
},
|
|
199
|
-
|
|
137
|
+
v18 = {
|
|
200
138
|
"alias": null,
|
|
201
139
|
"args": null,
|
|
202
140
|
"kind": "ScalarField",
|
|
203
141
|
"name": "totalStyles",
|
|
204
142
|
"storageKey": null
|
|
205
143
|
},
|
|
206
|
-
|
|
144
|
+
v19 = {
|
|
207
145
|
"alias": null,
|
|
208
|
-
"args": [
|
|
146
|
+
"args": [v11 /*: any*/],
|
|
209
147
|
"concreteType": "Money",
|
|
210
148
|
"kind": "LinkedField",
|
|
211
149
|
"name": "totalStylesPrice",
|
|
212
150
|
"plural": false,
|
|
213
|
-
"selections":
|
|
151
|
+
"selections": v14 /*: any*/,
|
|
214
152
|
"storageKey": "totalStylesPrice(licenseOptions:[])"
|
|
215
153
|
},
|
|
216
|
-
|
|
154
|
+
v20 = {
|
|
217
155
|
"alias": null,
|
|
218
156
|
"args": null,
|
|
219
157
|
"concreteType": "FontCollection",
|
|
220
158
|
"kind": "LinkedField",
|
|
221
159
|
"name": "parent",
|
|
222
160
|
"plural": false,
|
|
223
|
-
"selections": [
|
|
161
|
+
"selections": [v6 /*: any*/, v8 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/],
|
|
224
162
|
"storageKey": null
|
|
225
163
|
};
|
|
226
164
|
return {
|
|
227
165
|
"fragment": {
|
|
228
|
-
"argumentDefinitions": [v0 /*: any*/, v1 /*: any*/, v2 /*: any
|
|
166
|
+
"argumentDefinitions": [v0 /*: any*/, v1 /*: any*/, v2 /*: any*/],
|
|
229
167
|
"kind": "Fragment",
|
|
230
168
|
"metadata": null,
|
|
231
169
|
"name": "TypeTestersIDQuery",
|
|
232
170
|
"selections": [{
|
|
233
|
-
"alias": null,
|
|
234
|
-
"args": null,
|
|
235
|
-
"concreteType": "Viewer",
|
|
236
|
-
"kind": "LinkedField",
|
|
237
|
-
"name": "viewer",
|
|
238
|
-
"plural": false,
|
|
239
|
-
"selections": [{
|
|
240
|
-
"args": [{
|
|
241
|
-
"kind": "Variable",
|
|
242
|
-
"name": "selectable",
|
|
243
|
-
"variableName": "selectable"
|
|
244
|
-
}],
|
|
245
|
-
"kind": "FragmentSpread",
|
|
246
|
-
"name": "TypeTesters_viewer"
|
|
247
|
-
}],
|
|
248
|
-
"storageKey": null
|
|
249
|
-
}, {
|
|
250
171
|
"alias": "collection",
|
|
251
|
-
"args":
|
|
172
|
+
"args": v3 /*: any*/,
|
|
252
173
|
"concreteType": null,
|
|
253
174
|
"kind": "LinkedField",
|
|
254
175
|
"name": "node",
|
|
255
176
|
"plural": false,
|
|
256
177
|
"selections": [{
|
|
257
|
-
"args": [
|
|
178
|
+
"args": [v4 /*: any*/, v5 /*: any*/],
|
|
258
179
|
"kind": "FragmentSpread",
|
|
259
180
|
"name": "TypeTesters_collection"
|
|
260
181
|
}],
|
|
@@ -265,77 +186,12 @@ const node = function () {
|
|
|
265
186
|
},
|
|
266
187
|
"kind": "Request",
|
|
267
188
|
"operation": {
|
|
268
|
-
"argumentDefinitions": [v0 /*: any*/,
|
|
189
|
+
"argumentDefinitions": [v0 /*: any*/, v2 /*: any*/, v1 /*: any*/],
|
|
269
190
|
"kind": "Operation",
|
|
270
191
|
"name": "TypeTestersIDQuery",
|
|
271
192
|
"selections": [{
|
|
272
|
-
"alias": null,
|
|
273
|
-
"args": null,
|
|
274
|
-
"concreteType": "Viewer",
|
|
275
|
-
"kind": "LinkedField",
|
|
276
|
-
"name": "viewer",
|
|
277
|
-
"plural": false,
|
|
278
|
-
"selections": [{
|
|
279
|
-
"condition": "selectable",
|
|
280
|
-
"kind": "Condition",
|
|
281
|
-
"passingValue": true,
|
|
282
|
-
"selections": [{
|
|
283
|
-
"alias": "families",
|
|
284
|
-
"args": [v7 /*: any*/, v8 /*: any*/],
|
|
285
|
-
"concreteType": "FontCollectionConnection",
|
|
286
|
-
"kind": "LinkedField",
|
|
287
|
-
"name": "fontCollections",
|
|
288
|
-
"plural": false,
|
|
289
|
-
"selections": [{
|
|
290
|
-
"alias": null,
|
|
291
|
-
"args": null,
|
|
292
|
-
"concreteType": "FontCollectionEdge",
|
|
293
|
-
"kind": "LinkedField",
|
|
294
|
-
"name": "edges",
|
|
295
|
-
"plural": true,
|
|
296
|
-
"selections": [{
|
|
297
|
-
"alias": null,
|
|
298
|
-
"args": null,
|
|
299
|
-
"concreteType": "FontCollection",
|
|
300
|
-
"kind": "LinkedField",
|
|
301
|
-
"name": "node",
|
|
302
|
-
"plural": false,
|
|
303
|
-
"selections": [v9 /*: any*/, v10 /*: any*/, {
|
|
304
|
-
"alias": null,
|
|
305
|
-
"args": null,
|
|
306
|
-
"kind": "ScalarField",
|
|
307
|
-
"name": "isVariableFont",
|
|
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
|
|
318
|
-
}, {
|
|
319
|
-
"alias": null,
|
|
320
|
-
"args": null,
|
|
321
|
-
"concreteType": "FontStyle",
|
|
322
|
-
"kind": "LinkedField",
|
|
323
|
-
"name": "fontStyles",
|
|
324
|
-
"plural": true,
|
|
325
|
-
"selections": [v9 /*: any*/, v10 /*: any*/, v12 /*: any*/, v13 /*: any*/, v14 /*: any*/, v18 /*: any*/],
|
|
326
|
-
"storageKey": null
|
|
327
|
-
}],
|
|
328
|
-
"storageKey": null
|
|
329
|
-
}],
|
|
330
|
-
"storageKey": null
|
|
331
|
-
}],
|
|
332
|
-
"storageKey": "fontCollections(collectionTypes:[\"FAMILY\"],first:999)"
|
|
333
|
-
}]
|
|
334
|
-
}, v9 /*: any*/],
|
|
335
|
-
"storageKey": null
|
|
336
|
-
}, {
|
|
337
193
|
"alias": "collection",
|
|
338
|
-
"args":
|
|
194
|
+
"args": v3 /*: any*/,
|
|
339
195
|
"concreteType": null,
|
|
340
196
|
"kind": "LinkedField",
|
|
341
197
|
"name": "node",
|
|
@@ -346,11 +202,15 @@ const node = function () {
|
|
|
346
202
|
"kind": "ScalarField",
|
|
347
203
|
"name": "__typename",
|
|
348
204
|
"storageKey": null
|
|
349
|
-
},
|
|
205
|
+
}, v6 /*: any*/, {
|
|
350
206
|
"kind": "InlineFragment",
|
|
351
207
|
"selections": [{
|
|
352
208
|
"alias": null,
|
|
353
|
-
"args": [
|
|
209
|
+
"args": [v4 /*: any*/, {
|
|
210
|
+
"kind": "Literal",
|
|
211
|
+
"name": "first",
|
|
212
|
+
"value": 999
|
|
213
|
+
}, v5 /*: any*/],
|
|
354
214
|
"concreteType": "TypeTesterConnection",
|
|
355
215
|
"kind": "LinkedField",
|
|
356
216
|
"name": "typeTesters",
|
|
@@ -369,7 +229,7 @@ const node = function () {
|
|
|
369
229
|
"kind": "LinkedField",
|
|
370
230
|
"name": "node",
|
|
371
231
|
"plural": false,
|
|
372
|
-
"selections": [
|
|
232
|
+
"selections": [v6 /*: any*/, {
|
|
373
233
|
"alias": null,
|
|
374
234
|
"args": null,
|
|
375
235
|
"kind": "ScalarField",
|
|
@@ -412,7 +272,7 @@ const node = function () {
|
|
|
412
272
|
"kind": "LinkedField",
|
|
413
273
|
"name": "fontStyle",
|
|
414
274
|
"plural": false,
|
|
415
|
-
"selections": [
|
|
275
|
+
"selections": [v6 /*: any*/, {
|
|
416
276
|
"alias": null,
|
|
417
277
|
"args": null,
|
|
418
278
|
"concreteType": "FontFeatures",
|
|
@@ -455,7 +315,7 @@ const node = function () {
|
|
|
455
315
|
"kind": "LinkedField",
|
|
456
316
|
"name": "variableAxes",
|
|
457
317
|
"plural": true,
|
|
458
|
-
"selections": [
|
|
318
|
+
"selections": [v7 /*: any*/, v8 /*: any*/, {
|
|
459
319
|
"alias": null,
|
|
460
320
|
"args": null,
|
|
461
321
|
"kind": "ScalarField",
|
|
@@ -469,14 +329,56 @@ const node = function () {
|
|
|
469
329
|
"storageKey": null
|
|
470
330
|
}],
|
|
471
331
|
"storageKey": null
|
|
472
|
-
},
|
|
332
|
+
}, v8 /*: any*/, {
|
|
333
|
+
"alias": null,
|
|
334
|
+
"args": null,
|
|
335
|
+
"kind": "ScalarField",
|
|
336
|
+
"name": "supportedLanguages",
|
|
337
|
+
"storageKey": null
|
|
338
|
+
}, {
|
|
339
|
+
"alias": null,
|
|
340
|
+
"args": null,
|
|
341
|
+
"kind": "ScalarField",
|
|
342
|
+
"name": "cssWeight",
|
|
343
|
+
"storageKey": null
|
|
344
|
+
}, {
|
|
345
|
+
"alias": null,
|
|
346
|
+
"args": null,
|
|
347
|
+
"kind": "ScalarField",
|
|
348
|
+
"name": "cssStyle",
|
|
349
|
+
"storageKey": null
|
|
350
|
+
}, {
|
|
351
|
+
"alias": null,
|
|
352
|
+
"args": null,
|
|
353
|
+
"kind": "ScalarField",
|
|
354
|
+
"name": "cssStretch",
|
|
355
|
+
"storageKey": null
|
|
356
|
+
}, {
|
|
357
|
+
"alias": null,
|
|
358
|
+
"args": null,
|
|
359
|
+
"concreteType": "VariableInstance",
|
|
360
|
+
"kind": "LinkedField",
|
|
361
|
+
"name": "variableInstances",
|
|
362
|
+
"plural": true,
|
|
363
|
+
"selections": [v8 /*: any*/, {
|
|
364
|
+
"alias": null,
|
|
365
|
+
"args": null,
|
|
366
|
+
"concreteType": "VariableSetting",
|
|
367
|
+
"kind": "LinkedField",
|
|
368
|
+
"name": "coordinates",
|
|
369
|
+
"plural": true,
|
|
370
|
+
"selections": v10 /*: any*/,
|
|
371
|
+
"storageKey": null
|
|
372
|
+
}],
|
|
373
|
+
"storageKey": null
|
|
374
|
+
}, {
|
|
473
375
|
"alias": null,
|
|
474
376
|
"args": null,
|
|
475
377
|
"concreteType": "FontCollection",
|
|
476
378
|
"kind": "LinkedField",
|
|
477
379
|
"name": "family",
|
|
478
380
|
"plural": false,
|
|
479
|
-
"selections": [
|
|
381
|
+
"selections": [v6 /*: any*/, v8 /*: any*/],
|
|
480
382
|
"storageKey": null
|
|
481
383
|
}, {
|
|
482
384
|
"alias": null,
|
|
@@ -551,14 +453,14 @@ const node = function () {
|
|
|
551
453
|
"kind": "LinkedField",
|
|
552
454
|
"name": "sku",
|
|
553
455
|
"plural": false,
|
|
554
|
-
"selections": [
|
|
456
|
+
"selections": [v6 /*: any*/, v15 /*: any*/, {
|
|
555
457
|
"alias": "basePrice",
|
|
556
458
|
"args": null,
|
|
557
459
|
"concreteType": "Money",
|
|
558
460
|
"kind": "LinkedField",
|
|
559
461
|
"name": "price",
|
|
560
462
|
"plural": false,
|
|
561
|
-
"selections": [
|
|
463
|
+
"selections": [v13 /*: any*/],
|
|
562
464
|
"storageKey": null
|
|
563
465
|
}],
|
|
564
466
|
"storageKey": null
|
|
@@ -571,7 +473,7 @@ const node = function () {
|
|
|
571
473
|
"kind": "LinkedField",
|
|
572
474
|
"name": "variableSettings",
|
|
573
475
|
"plural": true,
|
|
574
|
-
"selections":
|
|
476
|
+
"selections": v10 /*: any*/,
|
|
575
477
|
"storageKey": null
|
|
576
478
|
}, {
|
|
577
479
|
"alias": null,
|
|
@@ -586,7 +488,7 @@ const node = function () {
|
|
|
586
488
|
"kind": "ScalarField",
|
|
587
489
|
"name": "feature",
|
|
588
490
|
"storageKey": null
|
|
589
|
-
},
|
|
491
|
+
}, v9 /*: any*/],
|
|
590
492
|
"storageKey": null
|
|
591
493
|
}, {
|
|
592
494
|
"alias": null,
|
|
@@ -612,14 +514,18 @@ const node = function () {
|
|
|
612
514
|
"kind": "ScalarField",
|
|
613
515
|
"name": "typeTesterAxes",
|
|
614
516
|
"storageKey": null
|
|
615
|
-
},
|
|
517
|
+
}, v8 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/, v20 /*: any*/, {
|
|
616
518
|
"alias": "families",
|
|
617
|
-
"args": [
|
|
519
|
+
"args": [{
|
|
520
|
+
"kind": "Literal",
|
|
521
|
+
"name": "collectionTypes",
|
|
522
|
+
"value": ["FAMILY"]
|
|
523
|
+
}],
|
|
618
524
|
"concreteType": "FontCollection",
|
|
619
525
|
"kind": "LinkedField",
|
|
620
526
|
"name": "children",
|
|
621
527
|
"plural": true,
|
|
622
|
-
"selections": [
|
|
528
|
+
"selections": [v6 /*: any*/, v8 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/, v20 /*: any*/],
|
|
623
529
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
624
530
|
}],
|
|
625
531
|
"type": "FontCollection",
|
|
@@ -629,15 +535,15 @@ const node = function () {
|
|
|
629
535
|
}]
|
|
630
536
|
},
|
|
631
537
|
"params": {
|
|
632
|
-
"cacheID": "
|
|
538
|
+
"cacheID": "9e8e8b89b9844481f90aa68ad73b2827",
|
|
633
539
|
"id": null,
|
|
634
540
|
"metadata": {},
|
|
635
541
|
"name": "TypeTestersIDQuery",
|
|
636
542
|
"operationKind": "query",
|
|
637
|
-
"text": "query TypeTestersIDQuery(\n $collectionId: ID!\n $tags: [String!]\n $excludeTags: [String!]\n
|
|
543
|
+
"text": "query TypeTestersIDQuery(\n $collectionId: ID!\n $tags: [String!]\n $excludeTags: [String!]\n) {\n collection: node(id: $collectionId) {\n __typename\n ...TypeTesters_collection_4Goyz5\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_3BtHDv on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_3BtHDv\n id\n priceWithLicenseOptions: price(licenseOptions: [], orderVariables: []) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: []) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_3BtHDv on FontCollection {\n ...PriceBarSection_node_3BtHDv\n parent {\n ...PriceBarSection_node_3BtHDv\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_3BtHDv on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment 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 useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
|
|
638
544
|
}
|
|
639
545
|
};
|
|
640
546
|
}();
|
|
641
|
-
node.hash = "
|
|
547
|
+
node.hash = "d3bbb8623a258269114d6e16169cab6b";
|
|
642
548
|
var _default = node;
|
|
643
549
|
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<<7c02e5b14ee76f7211e374ac26e81478>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -389,7 +389,7 @@ const node = function () {
|
|
|
389
389
|
"kind": "LinkedField",
|
|
390
390
|
"name": "family",
|
|
391
391
|
"plural": false,
|
|
392
|
-
"selections": [
|
|
392
|
+
"selections": [v10 /*: any*/, v12 /*: any*/],
|
|
393
393
|
"storageKey": null
|
|
394
394
|
}, {
|
|
395
395
|
"alias": null,
|
|
@@ -546,12 +546,12 @@ const node = function () {
|
|
|
546
546
|
}]
|
|
547
547
|
},
|
|
548
548
|
"params": {
|
|
549
|
-
"cacheID": "
|
|
549
|
+
"cacheID": "2e4a85039f1e3222582bd8d830dca353",
|
|
550
550
|
"id": null,
|
|
551
551
|
"metadata": {},
|
|
552
552
|
"name": "TypeTestersRefetchQuery",
|
|
553
553
|
"operationKind": "query",
|
|
554
|
-
"text": "query TypeTestersRefetchQuery(\n $excludeTags: [String!] = null\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $tags: [String!] = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...TypeTesters_collection_32it0Z\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_4sncub on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_4sncub\n id\n priceWithLicenseOptions: price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_4sncub on FontCollection {\n ...PriceBarSection_node_4sncub\n parent {\n ...PriceBarSection_node_4sncub\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n
|
|
554
|
+
"text": "query TypeTestersRefetchQuery(\n $excludeTags: [String!] = null\n $licenseOptions: [LicenseOptionsSpec] = []\n $orderVariables: [OrderVariableSelectionInput!] = []\n $tags: [String!] = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...TypeTesters_collection_32it0Z\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_4sncub on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_4sncub\n id\n priceWithLicenseOptions: price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptions) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_4sncub on FontCollection {\n ...PriceBarSection_node_4sncub\n parent {\n ...PriceBarSection_node_4sncub\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment TypeTesters_collection_32it0Z on FontCollection {\n typeTesters(first: 999, tags: $tags, excludeTags: $excludeTags) {\n edges {\n node {\n id\n content\n size\n lineHeight\n letterSpacing\n autofit\n direction\n fontStyle {\n ...TypeTester_fontStyle_4sncub\n id\n family {\n id\n }\n }\n variableSettings {\n axis\n value\n }\n featureSettings {\n feature\n value\n }\n tags\n ...TypeTesterFloatingToolbar_testers\n }\n }\n }\n typeTesterFeatures\n typeTesterAxes\n id\n ...PriceBar_node_4sncub\n families: children(collectionTypes: [FAMILY]) {\n id\n ...PriceBar_node_4sncub\n }\n parent {\n id\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n }\n}\n"
|
|
555
555
|
}
|
|
556
556
|
};
|
|
557
557
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<4baa139e690a04efc53c833f3dcd913b>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -8,7 +8,6 @@ import { FragmentRefs } from "relay-runtime";
|
|
|
8
8
|
export type TypeTestersSlugQuery$variables = {
|
|
9
9
|
collectionSlug: string;
|
|
10
10
|
excludeTags?: ReadonlyArray<string> | null;
|
|
11
|
-
selectable: boolean;
|
|
12
11
|
tags?: ReadonlyArray<string> | null;
|
|
13
12
|
};
|
|
14
13
|
export type TypeTestersSlugQuery$data = {
|
|
@@ -18,7 +17,6 @@ export type TypeTestersSlugQuery$data = {
|
|
|
18
17
|
readonly " $fragmentSpreads": FragmentRefs<"TypeTesters_collection">;
|
|
19
18
|
} | null;
|
|
20
19
|
} | null;
|
|
21
|
-
readonly " $fragmentSpreads": FragmentRefs<"TypeTesters_viewer">;
|
|
22
20
|
};
|
|
23
21
|
};
|
|
24
22
|
export type TypeTestersSlugQuery = {
|