fontdue-js 2.4.0 → 2.5.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/__generated__/FamilyList_node.graphql.d.ts +8 -1
  3. package/dist/__generated__/FamilyList_node.graphql.js +32 -2
  4. package/dist/__generated__/Family_node.graphql.d.ts +10 -1
  5. package/dist/__generated__/Family_node.graphql.js +46 -10
  6. package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +1 -1
  7. package/dist/__generated__/FontFamiliesQuery.graphql.js +95 -35
  8. package/dist/__generated__/License_node.graphql.d.ts +2 -1
  9. package/dist/__generated__/License_node.graphql.js +13 -3
  10. package/dist/__generated__/PrecartQuery.graphql.d.ts +1 -1
  11. package/dist/__generated__/PrecartQuery.graphql.js +14 -4
  12. package/dist/__generated__/StoreModalContainerQuery.graphql.d.ts +15 -3
  13. package/dist/__generated__/StoreModalContainerQuery.graphql.js +98 -23
  14. package/dist/__generated__/StoreModalProductLicense_license.graphql.d.ts +2 -1
  15. package/dist/__generated__/StoreModalProductLicense_license.graphql.js +12 -2
  16. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
  17. package/dist/__generated__/StoreModalProductQuery.graphql.js +13 -3
  18. package/dist/components/Family/FamilyList.js +27 -7
  19. package/dist/components/Family/index.js +18 -3
  20. package/dist/components/NewsletterSignup/index.d.ts +2 -4
  21. package/dist/components/NewsletterSignup/index.js +4 -3
  22. package/dist/components/NewsletterSignup/index.server.js +2 -2
  23. package/dist/components/Precart/License.js +9 -2
  24. package/dist/components/Precart/index.js +2 -2
  25. package/dist/components/SKUPrice/index.js +4 -1
  26. package/dist/components/StoreModal/StoreModalContainer.js +17 -3
  27. package/dist/components/StoreModal/StoreModalFamily.d.ts +2 -1
  28. package/dist/components/StoreModal/StoreModalFamily.js +3 -1
  29. package/dist/components/StoreModal/StoreModalProduct.js +1 -0
  30. package/dist/components/StoreModalProductLicenseSelection/LicenseElement.d.ts +1 -0
  31. package/dist/components/StoreModalProductLicenseSelection/LicenseElement.js +10 -2
  32. package/dist/components/StoreModalProductLicenseSelection/StoreModalProductLicense.js +2 -1
  33. package/dist/components/StoreModalProductSummary/index.js +1 -1
  34. package/dist/components/TypeTester/TypeTesterStyleSelectData.js +3 -2
  35. package/dist/components/elements/StoreModalContainer/index.d.ts +8 -2
  36. package/dist/components/elements/StoreModalContainer/index.js +9 -6
  37. package/dist/components/elements/StoreModalFamily/index.d.ts +1 -0
  38. package/dist/components/elements/StoreModalFamily/index.js +5 -2
  39. package/dist/fontdue.css +20 -3
  40. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 2.5.0
2
+
3
+ - Added support for new "Description" field on Licenses, which shows a short description below the license selection
4
+ - Updated some Store Modal headings to use the "UI Font Style Bold" selection in the site settings
5
+ - Improved font selection UX: added a "Select fonts" heading to the font selection page, and updated the language when no fonts are selected from "Please make a selection" to "Please select some fonts"
6
+
7
+ ## 2.4.1
8
+
9
+ - Fixes NewsletterSignup component not accepting props in some cases
10
+
11
+ ## 2.4.0
12
+
13
+ - Adds tax rate as a percentage in cart totals (making it more consistent with how totals are shown in receipts and invoices)
14
+ - Fixes default text alignment for right-to-left type testers (e.g. arabic)
15
+
16
+ ## 2.3.0
17
+
18
+ - Improves StoreModal user experience when selecting fonts: shows a checkmark icon for selected fonts, and shows product prices that result in package discounts with a plus (e.g. $40 -> +$20)
19
+
1
20
  ## 2.2.0
2
21
 
3
22
  - Support for updated stripe integration, for accounts that connected to Stripe after August 11 2023
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<01242a8291632a5627223bd212a6c280>>
2
+ * @generated SignedSource<<60c35ca68860b23028f3cfc232778665>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -10,6 +10,13 @@ export type FamilyList_node$data = {
10
10
  readonly name: string;
11
11
  readonly name_localized: string;
12
12
  readonly supportedLanguages: ReadonlyArray<string> | null;
13
+ readonly variableInstances: ReadonlyArray<{
14
+ readonly coordinates: ReadonlyArray<{
15
+ readonly axis: string;
16
+ readonly value: number;
17
+ }>;
18
+ readonly name: string;
19
+ }> | null;
13
20
  readonly " $fragmentSpreads": FragmentRefs<"FontStyle_fontStyle">;
14
21
  }> | null;
15
22
  readonly name: string;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<01242a8291632a5627223bd212a6c280>>
8
+ * @generated SignedSource<<60c35ca68860b23028f3cfc232778665>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -54,6 +54,36 @@ const node = function () {
54
54
  "kind": "ScalarField",
55
55
  "name": "name",
56
56
  "storageKey": "name(format:\"LOCALIZED\")"
57
+ }, {
58
+ "alias": null,
59
+ "args": null,
60
+ "concreteType": "VariableInstance",
61
+ "kind": "LinkedField",
62
+ "name": "variableInstances",
63
+ "plural": true,
64
+ "selections": [v0 /*: any*/, {
65
+ "alias": null,
66
+ "args": null,
67
+ "concreteType": "VariableSetting",
68
+ "kind": "LinkedField",
69
+ "name": "coordinates",
70
+ "plural": true,
71
+ "selections": [{
72
+ "alias": null,
73
+ "args": null,
74
+ "kind": "ScalarField",
75
+ "name": "axis",
76
+ "storageKey": null
77
+ }, {
78
+ "alias": null,
79
+ "args": null,
80
+ "kind": "ScalarField",
81
+ "name": "value",
82
+ "storageKey": null
83
+ }],
84
+ "storageKey": null
85
+ }],
86
+ "storageKey": null
57
87
  }],
58
88
  "storageKey": null
59
89
  }],
@@ -61,6 +91,6 @@ const node = function () {
61
91
  "abstractKey": null
62
92
  };
63
93
  }();
64
- node.hash = "3e59cb2493f7c235fe19c70689ca2fc6";
94
+ node.hash = "d52770ab2e7aaa83f392a5d80340f3ad";
65
95
  var _default = node;
66
96
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<095cc0e1e4a993cebb6b5d78c90af71c>>
2
+ * @generated SignedSource<<1d4fb162956c6117095ff7fa866dff2b>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -14,6 +14,15 @@ export type Family_node$data = {
14
14
  } | null;
15
15
  readonly " $fragmentSpreads": FragmentRefs<"FamilyList_node">;
16
16
  }> | null;
17
+ readonly fontStyles: ReadonlyArray<{
18
+ readonly variableAxes: ReadonlyArray<{
19
+ readonly name: string;
20
+ }> | null;
21
+ readonly variableInstances: ReadonlyArray<{
22
+ readonly name: string;
23
+ }> | null;
24
+ }> | null;
25
+ readonly isVariableFont: boolean;
17
26
  readonly name: string;
18
27
  readonly sku: {
19
28
  readonly id: string;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<095cc0e1e4a993cebb6b5d78c90af71c>>
8
+ * @generated SignedSource<<1d4fb162956c6117095ff7fa866dff2b>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -16,10 +16,19 @@ exports.default = void 0;
16
16
 
17
17
  const node = function () {
18
18
  var v0 = {
19
- "args": null,
20
- "kind": "FragmentSpread",
21
- "name": "FamilyList_node"
22
- };
19
+ "args": null,
20
+ "kind": "FragmentSpread",
21
+ "name": "FamilyList_node"
22
+ },
23
+ v1 = {
24
+ "alias": null,
25
+ "args": null,
26
+ "kind": "ScalarField",
27
+ "name": "name",
28
+ "storageKey": null
29
+ },
30
+ v2 = [v1 /*: any*/];
31
+
23
32
  return {
24
33
  "argumentDefinitions": [],
25
34
  "kind": "Fragment",
@@ -54,23 +63,50 @@ const node = function () {
54
63
  "kind": "ScalarField",
55
64
  "name": "cssUrl",
56
65
  "storageKey": null
57
- }, {
66
+ }, v1 /*: any*/, {
58
67
  "alias": null,
59
68
  "args": null,
60
69
  "kind": "ScalarField",
61
- "name": "name",
70
+ "name": "collectionType",
62
71
  "storageKey": null
63
72
  }, {
64
73
  "alias": null,
65
74
  "args": null,
66
75
  "kind": "ScalarField",
67
- "name": "collectionType",
76
+ "name": "totalStyles",
68
77
  "storageKey": null
69
78
  }, {
70
79
  "alias": null,
71
80
  "args": null,
72
81
  "kind": "ScalarField",
73
- "name": "totalStyles",
82
+ "name": "isVariableFont",
83
+ "storageKey": null
84
+ }, {
85
+ "alias": null,
86
+ "args": null,
87
+ "concreteType": "FontStyle",
88
+ "kind": "LinkedField",
89
+ "name": "fontStyles",
90
+ "plural": true,
91
+ "selections": [{
92
+ "alias": null,
93
+ "args": null,
94
+ "concreteType": "VariableAxis",
95
+ "kind": "LinkedField",
96
+ "name": "variableAxes",
97
+ "plural": true,
98
+ "selections": v2 /*: any*/,
99
+ "storageKey": null
100
+ }, {
101
+ "alias": null,
102
+ "args": null,
103
+ "concreteType": "VariableInstance",
104
+ "kind": "LinkedField",
105
+ "name": "variableInstances",
106
+ "plural": true,
107
+ "selections": v2 /*: any*/,
108
+ "storageKey": null
109
+ }],
74
110
  "storageKey": null
75
111
  }, {
76
112
  "alias": "families",
@@ -110,6 +146,6 @@ const node = function () {
110
146
  "abstractKey": null
111
147
  };
112
148
  }();
113
- node.hash = "b51af1e6bc979d5219f04c848dc3d76d";
149
+ node.hash = "2fecc4fd332a593d28387a3a87559fe4";
114
150
  var _default = node;
115
151
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<7b378eaec907edc50e7111f817d12cae>>
2
+ * @generated SignedSource<<3a7afd49b802244383f88fd3d1ea0bd3>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<7b378eaec907edc50e7111f817d12cae>>
8
+ * @generated SignedSource<<3a7afd49b802244383f88fd3d1ea0bd3>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -42,55 +42,98 @@ const node = function () {
42
42
  "name": "name",
43
43
  "storageKey": null
44
44
  },
45
- v5 = [{
45
+ v5 = {
46
+ "alias": null,
47
+ "args": null,
48
+ "kind": "ScalarField",
49
+ "name": "cssFamily",
50
+ "storageKey": null
51
+ },
52
+ v6 = {
53
+ "alias": null,
54
+ "args": null,
55
+ "kind": "ScalarField",
56
+ "name": "supportedLanguages",
57
+ "storageKey": null
58
+ },
59
+ v7 = [{
46
60
  "kind": "Literal",
47
61
  "name": "format",
48
62
  "value": "LOCALIZED"
49
63
  }],
50
- v6 = {
64
+ v8 = {
65
+ "alias": "name_localized",
66
+ "args": v7 /*: any*/,
67
+ "kind": "ScalarField",
68
+ "name": "name",
69
+ "storageKey": "name(format:\"LOCALIZED\")"
70
+ },
71
+ v9 = {
72
+ "alias": null,
73
+ "args": null,
74
+ "concreteType": "VariableInstance",
75
+ "kind": "LinkedField",
76
+ "name": "variableInstances",
77
+ "plural": true,
78
+ "selections": [v4 /*: any*/, {
79
+ "alias": null,
80
+ "args": null,
81
+ "concreteType": "VariableSetting",
82
+ "kind": "LinkedField",
83
+ "name": "coordinates",
84
+ "plural": true,
85
+ "selections": [{
86
+ "alias": null,
87
+ "args": null,
88
+ "kind": "ScalarField",
89
+ "name": "axis",
90
+ "storageKey": null
91
+ }, {
92
+ "alias": null,
93
+ "args": null,
94
+ "kind": "ScalarField",
95
+ "name": "value",
96
+ "storageKey": null
97
+ }],
98
+ "storageKey": null
99
+ }],
100
+ "storageKey": null
101
+ },
102
+ v10 = {
51
103
  "alias": null,
52
104
  "args": null,
53
105
  "kind": "ScalarField",
54
106
  "name": "id",
55
107
  "storageKey": null
56
108
  },
57
- v7 = {
109
+ v11 = {
58
110
  "alias": null,
59
111
  "args": null,
60
112
  "concreteType": "FontStyle",
61
113
  "kind": "LinkedField",
62
114
  "name": "fontStyles",
63
115
  "plural": true,
64
- "selections": [{
65
- "alias": null,
66
- "args": null,
67
- "kind": "ScalarField",
68
- "name": "cssFamily",
69
- "storageKey": null
70
- }, v4 /*: any*/, {
116
+ "selections": [v5 /*: any*/, v4 /*: any*/, v6 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, {
71
117
  "alias": null,
72
118
  "args": null,
73
- "kind": "ScalarField",
74
- "name": "supportedLanguages",
75
- "storageKey": null
76
- }, {
77
- "alias": "name_localized",
78
- "args": v5 /*: any*/,
79
- "kind": "ScalarField",
80
- "name": "name",
81
- "storageKey": "name(format:\"LOCALIZED\")"
82
- }, v6 /*: any*/],
119
+ "concreteType": "VariableAxis",
120
+ "kind": "LinkedField",
121
+ "name": "variableAxes",
122
+ "plural": true,
123
+ "selections": [v4 /*: any*/],
83
124
 
125
+ "storageKey": null
126
+ }],
84
127
  "storageKey": null
85
128
  },
86
- v8 = {
129
+ v12 = {
87
130
  "alias": null,
88
131
  "args": null,
89
132
  "concreteType": "Sku",
90
133
  "kind": "LinkedField",
91
134
  "name": "sku",
92
135
  "plural": false,
93
- "selections": [v6 /*: any*/, {
136
+ "selections": [v10 /*: any*/, {
94
137
  "alias": null,
95
138
  "args": [{
96
139
  "kind": "Literal",
@@ -119,28 +162,35 @@ const node = function () {
119
162
  }],
120
163
  "storageKey": null
121
164
  },
122
- v9 = {
165
+ v13 = {
123
166
  "alias": null,
124
167
  "args": null,
125
168
  "kind": "ScalarField",
126
169
  "name": "cssUrl",
127
170
  "storageKey": null
128
171
  },
129
- v10 = {
172
+ v14 = {
130
173
  "alias": null,
131
174
  "args": null,
132
175
  "kind": "ScalarField",
133
176
  "name": "collectionType",
134
177
  "storageKey": null
135
178
  },
136
- v11 = {
179
+ v15 = {
137
180
  "alias": null,
138
181
  "args": null,
139
182
  "kind": "ScalarField",
140
183
  "name": "totalStyles",
141
184
  "storageKey": null
142
185
  },
143
- v12 = {
186
+ v16 = {
187
+ "alias": null,
188
+ "args": null,
189
+ "kind": "ScalarField",
190
+ "name": "isVariableFont",
191
+ "storageKey": null
192
+ },
193
+ v17 = {
144
194
  "alias": null,
145
195
  "args": null,
146
196
  "concreteType": "FontStyle",
@@ -149,11 +199,11 @@ const node = function () {
149
199
  "plural": false,
150
200
  "selections": [{
151
201
  "alias": "keyCharacters_localized",
152
- "args": v5 /*: any*/,
202
+ "args": v7 /*: any*/,
153
203
  "kind": "ScalarField",
154
204
  "name": "keyCharacters",
155
205
  "storageKey": "keyCharacters(format:\"LOCALIZED\")"
156
- }, v6 /*: any*/],
206
+ }, v10 /*: any*/],
157
207
 
158
208
  "storageKey": null
159
209
  };
@@ -211,21 +261,31 @@ const node = function () {
211
261
  "storageKey": null
212
262
  }, {
213
263
  "kind": "InlineFragment",
214
- "selections": [v4 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, v11 /*: any*/, {
264
+ "selections": [v4 /*: any*/, v11 /*: any*/, v12 /*: any*/, v13 /*: any*/, v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, {
215
265
  "alias": "families",
216
266
  "args": v3 /*: any*/,
217
267
  "concreteType": "FontCollection",
218
268
  "kind": "LinkedField",
219
269
  "name": "children",
220
270
  "plural": true,
221
- "selections": [v12 /*: any*/, v4 /*: any*/, v7 /*: any*/, v6 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, v11 /*: any*/, {
271
+ "selections": [v17 /*: any*/, v4 /*: any*/, v11 /*: any*/, v10 /*: any*/, v12 /*: any*/, v13 /*: any*/, v14 /*: any*/, v15 /*: any*/, v16 /*: any*/, {
222
272
  "alias": "families",
223
273
  "args": v3 /*: any*/,
224
274
  "concreteType": "FontCollection",
225
275
  "kind": "LinkedField",
226
276
  "name": "children",
227
277
  "plural": true,
228
- "selections": [v12 /*: any*/, v4 /*: any*/, v7 /*: any*/, v6 /*: any*/],
278
+ "selections": [v17 /*: any*/, v4 /*: any*/, {
279
+ "alias": null,
280
+ "args": null,
281
+ "concreteType": "FontStyle",
282
+ "kind": "LinkedField",
283
+ "name": "fontStyles",
284
+ "plural": true,
285
+ "selections": [v5 /*: any*/, v4 /*: any*/, v6 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/],
286
+
287
+ "storageKey": null
288
+ }, v10 /*: any*/],
229
289
 
230
290
  "storageKey": "children(collectionTypes:[\"FAMILY\"])"
231
291
  }],
@@ -233,18 +293,18 @@ const node = function () {
233
293
  }],
234
294
  "type": "FontCollection",
235
295
  "abstractKey": null
236
- }, v6 /*: any*/],
296
+ }, v10 /*: any*/],
237
297
 
238
298
  "storageKey": null
239
299
  }]
240
300
  },
241
301
  "params": {
242
- "cacheID": "62e46c66d93dcb7446f0e37a9a26ec7f",
302
+ "cacheID": "ac29ff13395d753a44c16d0c988b3e7a",
243
303
  "id": null,
244
304
  "metadata": {},
245
305
  "name": "FontFamiliesQuery",
246
306
  "operationKind": "query",
247
- "text": "query FontFamiliesQuery(\n $collectionId: ID!\n) {\n node(id: $collectionId) {\n __typename\n ...Family_node\n ... on FontCollection {\n families: children(collectionTypes: [FAMILY]) {\n ...Family_node\n id\n }\n }\n id\n }\n}\n\nfragment FamilyList_node on FontCollection {\n name\n fontStyles {\n ...FontStyle_fontStyle\n supportedLanguages\n name\n name_localized: name(format: LOCALIZED)\n id\n }\n}\n\nfragment Family_node on FontCollection {\n ...FamilyList_node\n sku {\n id\n ...SKUPrice_sku\n ...SelectButton_sku\n }\n cssUrl\n name\n collectionType\n totalStyles\n families: children(collectionTypes: [FAMILY]) {\n featureStyle {\n keyCharacters_localized: keyCharacters(format: LOCALIZED)\n id\n }\n ...FamilyList_node\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku on Sku {\n id\n price(licenseOptions: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SKUPrice_sku_2AMk59 on Sku {\n id\n price(licenseOptions: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku on Sku {\n id\n ...SKUPrice_sku_2AMk59\n}\n"
307
+ "text": "query FontFamiliesQuery(\n $collectionId: ID!\n) {\n node(id: $collectionId) {\n __typename\n ...Family_node\n ... on FontCollection {\n families: children(collectionTypes: [FAMILY]) {\n ...Family_node\n id\n }\n }\n id\n }\n}\n\nfragment FamilyList_node on FontCollection {\n name\n fontStyles {\n ...FontStyle_fontStyle\n supportedLanguages\n name\n name_localized: name(format: LOCALIZED)\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n id\n }\n}\n\nfragment Family_node on FontCollection {\n ...FamilyList_node\n sku {\n id\n ...SKUPrice_sku\n ...SelectButton_sku\n }\n cssUrl\n name\n collectionType\n totalStyles\n isVariableFont\n fontStyles {\n variableAxes {\n name\n }\n variableInstances {\n name\n }\n id\n }\n families: children(collectionTypes: [FAMILY]) {\n featureStyle {\n keyCharacters_localized: keyCharacters(format: LOCALIZED)\n id\n }\n ...FamilyList_node\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku on Sku {\n id\n price(licenseOptions: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SKUPrice_sku_2AMk59 on Sku {\n id\n price(licenseOptions: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku on Sku {\n id\n ...SKUPrice_sku_2AMk59\n}\n"
248
308
  }
249
309
  };
250
310
  }();
@@ -1,11 +1,12 @@
1
1
  /**
2
- * @generated SignedSource<<763c405fdfe0923a5c762398d6c08948>>
2
+ * @generated SignedSource<<a40cbcfab954c3a91aa6db48a2173c06>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
6
6
  import { ReaderFragment } from 'relay-runtime';
7
7
  import { FragmentRefs } from "relay-runtime";
8
8
  export type License_node$data = {
9
+ readonly description: string | null;
9
10
  readonly id: string;
10
11
  readonly multiplier: string | null;
11
12
  readonly name: string | null;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<763c405fdfe0923a5c762398d6c08948>>
8
+ * @generated SignedSource<<a40cbcfab954c3a91aa6db48a2173c06>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -47,7 +47,17 @@ const node = function () {
47
47
  "kind": "ScalarField",
48
48
  "name": "url",
49
49
  "storageKey": null
50
- }, v1 /*: any*/, v2 /*: any*/, {
50
+ }, v1 /*: any*/, {
51
+ "alias": null,
52
+ "args": [{
53
+ "kind": "Literal",
54
+ "name": "format",
55
+ "value": "HTML"
56
+ }],
57
+ "kind": "ScalarField",
58
+ "name": "description",
59
+ "storageKey": "description(format:\"HTML\")"
60
+ }, v2 /*: any*/, {
51
61
  "alias": "variables",
52
62
  "args": null,
53
63
  "concreteType": "LicenseVariable",
@@ -83,6 +93,6 @@ const node = function () {
83
93
  "abstractKey": null
84
94
  };
85
95
  }();
86
- node.hash = "215059eeecc274d540639b4247513ee2";
96
+ node.hash = "1550b152731d8412ffc55716cb536407";
87
97
  var _default = node;
88
98
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<d6a6b14950b4a7b5295adcae28814e4d>>
2
+ * @generated SignedSource<<5863f231bf5a9e85364cf3f665a16c6a>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<d6a6b14950b4a7b5295adcae28814e4d>>
8
+ * @generated SignedSource<<5863f231bf5a9e85364cf3f665a16c6a>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -242,7 +242,17 @@ const node = function () {
242
242
  "kind": "ScalarField",
243
243
  "name": "url",
244
244
  "storageKey": null
245
- }, v10 /*: any*/, v13 /*: any*/, {
245
+ }, v10 /*: any*/, {
246
+ "alias": null,
247
+ "args": [{
248
+ "kind": "Literal",
249
+ "name": "format",
250
+ "value": "HTML"
251
+ }],
252
+ "kind": "ScalarField",
253
+ "name": "description",
254
+ "storageKey": "description(format:\"HTML\")"
255
+ }, v13 /*: any*/, {
246
256
  "alias": "variables",
247
257
  "args": null,
248
258
  "concreteType": "LicenseVariable",
@@ -296,12 +306,12 @@ const node = function () {
296
306
  }]
297
307
  },
298
308
  "params": {
299
- "cacheID": "674621a783c04736a9f2fe16f2667575",
309
+ "cacheID": "9100aa9ac647943ff260798eae9601f0",
300
310
  "id": null,
301
311
  "metadata": {},
302
312
  "name": "PrecartQuery",
303
313
  "operationKind": "query",
304
- "text": "query PrecartQuery(\n $licenseOptionsSpecs: [LicenseOptionsSpec]!\n $selectedSkuIds: [ID]!\n $collectionId: ID!\n) {\n viewer {\n ...Precart_viewer_DvL55\n id\n }\n collection: node(id: $collectionId) {\n __typename\n ...Precart_collection\n id\n }\n}\n\nfragment License_node on License {\n id\n url\n name\n multiplier\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n multiplier\n }\n }\n}\n\nfragment Precart_collection on FontCollection {\n name\n}\n\nfragment Precart_viewer_DvL55 on Viewer {\n precart(skuIds: $selectedSkuIds, licenseOptions: $licenseOptionsSpecs) {\n skus {\n id\n price(licenseOptions: $licenseOptionsSpecs) {\n amount\n ...Price_price\n }\n product {\n __typename\n ... on FontCollection {\n name\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptionsSpecs) {\n amount\n }\n }\n ... on Bundle {\n name\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptionsSpecs) {\n amount\n }\n }\n ... on FontStyle {\n name\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n subtotal {\n amount\n currency\n ...Price_price\n }\n }\n licenses(licenseTypes: [RETAIL]) {\n ...License_node\n name\n id\n defaultSelected\n variables: licenseVariables {\n id\n options: licenseOptions {\n id\n }\n }\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n"
314
+ "text": "query PrecartQuery(\n $licenseOptionsSpecs: [LicenseOptionsSpec]!\n $selectedSkuIds: [ID]!\n $collectionId: ID!\n) {\n viewer {\n ...Precart_viewer_DvL55\n id\n }\n collection: node(id: $collectionId) {\n __typename\n ...Precart_collection\n id\n }\n}\n\nfragment License_node on License {\n id\n url\n name\n description(format: HTML)\n multiplier\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n multiplier\n }\n }\n}\n\nfragment Precart_collection on FontCollection {\n name\n}\n\nfragment Precart_viewer_DvL55 on Viewer {\n precart(skuIds: $selectedSkuIds, licenseOptions: $licenseOptionsSpecs) {\n skus {\n id\n price(licenseOptions: $licenseOptionsSpecs) {\n amount\n ...Price_price\n }\n product {\n __typename\n ... on FontCollection {\n name\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptionsSpecs) {\n amount\n }\n }\n ... on Bundle {\n name\n totalStyles\n totalStylesPrice(licenseOptions: $licenseOptionsSpecs) {\n amount\n }\n }\n ... on FontStyle {\n name\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n subtotal {\n amount\n currency\n ...Price_price\n }\n }\n licenses(licenseTypes: [RETAIL]) {\n ...License_node\n name\n id\n defaultSelected\n variables: licenseVariables {\n id\n options: licenseOptions {\n id\n }\n }\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n"
305
315
  }
306
316
  };
307
317
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<a5cfb56566c459856b3fca56dcc4a45c>>
2
+ * @generated SignedSource<<602548031710d0196136676f735a8272>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -13,8 +13,20 @@ export type StoreModalContainerQuery$data = {
13
13
  }> | null;
14
14
  } | null;
15
15
  readonly settings: {
16
- readonly uiFontName: string | null;
17
- readonly uiFontUrl: string | null;
16
+ readonly uiFontStyle: {
17
+ readonly cssFamily: string | null;
18
+ readonly family: {
19
+ readonly cssUrl: string | null;
20
+ } | null;
21
+ readonly name: string;
22
+ } | null;
23
+ readonly uiFontStyleBold: {
24
+ readonly cssFamily: string | null;
25
+ readonly family: {
26
+ readonly cssUrl: string | null;
27
+ } | null;
28
+ readonly name: string;
29
+ } | null;
18
30
  } | null;
19
31
  };
20
32
  };