fontdue-js 0.1.0-alpha2 → 0.1.0-alpha20
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/.nvmrc +1 -0
- package/dist/__generated__/CartOrder_viewer.graphql.js +7 -3
- package/dist/__generated__/CartQuery.graphql.js +9 -5
- package/dist/__generated__/TestFontsForm_Query.graphql.js +18 -9
- package/dist/__generated__/TestFontsForm_viewer.graphql.js +69 -57
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +2 -0
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +96 -53
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +2 -0
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +98 -55
- package/dist/__generated__/TypeTesters_collection.graphql.js +18 -2
- package/dist/components/BuyButton/index.d.ts +3 -3
- package/dist/components/BuyButton/index.js +0 -18
- package/dist/components/Cart/CartOrder.js +1 -1
- package/dist/components/Cart/Checkout.js +3 -2
- package/dist/components/Cart/CustomerFields.js +55 -45
- package/dist/components/ConfigContext.d.ts +6 -0
- package/dist/components/FontdueProvider/index.d.ts +2 -2
- package/dist/components/Icons/CheckboxCrossed.d.ts +3 -0
- package/dist/components/Icons/CheckboxCrossed.js +30 -0
- package/dist/components/Icons/index.d.ts +1 -0
- package/dist/components/Icons/index.js +8 -0
- package/dist/components/NewsletterSignup/index.d.ts +2 -0
- package/dist/components/NewsletterSignup/index.js +4 -2
- package/dist/components/PriceBar/PriceBarSection.js +2 -2
- package/dist/components/Root/index.d.ts +4 -0
- package/dist/components/Root/index.js +93 -50
- package/dist/components/StoreModal/StoreModalCart.js +8 -3
- package/dist/components/StoreModal/StoreModalCheckout.js +6 -2
- package/dist/components/StoreModal/StoreModalIndex.js +25 -13
- package/dist/components/StoreModal/StoreModalProduct.js +9 -3
- package/dist/components/StoreModal/createRouter.js +0 -1
- package/dist/components/StoreModal/types.d.ts +4 -0
- package/dist/components/StoreModal/types.js +5 -0
- package/dist/components/StoreModalProductLicenseSelection/LicenseElement.js +24 -12
- package/dist/components/StoreModalProductLicenseSelection/index.js +1 -1
- package/dist/components/StoreModalProductSummary/index.js +3 -1
- package/dist/components/TestFontsForm/index.d.ts +2 -1
- package/dist/components/TestFontsForm/index.js +25 -16
- package/dist/components/TypeTester/TypeTesterContent.d.ts +1 -0
- package/dist/components/TypeTester/index.d.ts +1 -0
- package/dist/components/TypeTester/index.js +5 -4
- package/dist/components/TypeTester/useTypeTesterStyler.d.ts +2 -1
- package/dist/components/TypeTester/useTypeTesterStyler.js +11 -2
- package/dist/components/TypeTesters/index.d.ts +6 -4
- package/dist/components/TypeTesters/index.js +16 -10
- package/dist/components/elements/EmptyCart/index.js +1 -3
- package/dist/components/elements/StoreModalIndexItem/index.js +18 -16
- package/dist/components/elements/StoreModalReviewConfirm/index.js +7 -1
- package/dist/components/elements/StoreModalReviewLayout/index.js +1 -1
- package/fontdue.css +1450 -1054
- package/fontdue.css.map +1 -0
- package/package.json +11 -7
- package/dist/components/FontLoader/index.js +0 -67
- package/dist/index.js +0 -63
- package/dist/type-tester.js +0 -23
package/.nvmrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v14.13.1
|
|
@@ -23,10 +23,14 @@ const node = {
|
|
|
23
23
|
"plural": false,
|
|
24
24
|
"selections": [{
|
|
25
25
|
"alias": null,
|
|
26
|
-
"args":
|
|
26
|
+
"args": [{
|
|
27
|
+
"kind": "Literal",
|
|
28
|
+
"name": "format",
|
|
29
|
+
"value": "HTML"
|
|
30
|
+
}],
|
|
27
31
|
"kind": "ScalarField",
|
|
28
32
|
"name": "eulaAgreementLabel",
|
|
29
|
-
"storageKey":
|
|
33
|
+
"storageKey": "eulaAgreementLabel(format:\"HTML\")"
|
|
30
34
|
}],
|
|
31
35
|
"storageKey": null
|
|
32
36
|
}, {
|
|
@@ -45,6 +49,6 @@ const node = {
|
|
|
45
49
|
"type": "Viewer",
|
|
46
50
|
"abstractKey": null
|
|
47
51
|
};
|
|
48
|
-
node.hash = '
|
|
52
|
+
node.hash = '43e3f6416c11542af964035f3c40bade';
|
|
49
53
|
var _default = node;
|
|
50
54
|
exports.default = _default;
|
|
@@ -165,7 +165,7 @@ fragment CartOrder_viewer on Viewer {
|
|
|
165
165
|
...CartItem_viewer
|
|
166
166
|
...Checkout_viewer
|
|
167
167
|
settings {
|
|
168
|
-
eulaAgreementLabel
|
|
168
|
+
eulaAgreementLabel(format: HTML)
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
@@ -565,10 +565,14 @@ const node = function () {
|
|
|
565
565
|
"storageKey": null
|
|
566
566
|
}, {
|
|
567
567
|
"alias": null,
|
|
568
|
-
"args":
|
|
568
|
+
"args": [{
|
|
569
|
+
"kind": "Literal",
|
|
570
|
+
"name": "format",
|
|
571
|
+
"value": "HTML"
|
|
572
|
+
}],
|
|
569
573
|
"kind": "ScalarField",
|
|
570
574
|
"name": "eulaAgreementLabel",
|
|
571
|
-
"storageKey":
|
|
575
|
+
"storageKey": "eulaAgreementLabel(format:\"HTML\")"
|
|
572
576
|
}],
|
|
573
577
|
"storageKey": null
|
|
574
578
|
}, {
|
|
@@ -1153,12 +1157,12 @@ const node = function () {
|
|
|
1153
1157
|
}]
|
|
1154
1158
|
},
|
|
1155
1159
|
"params": {
|
|
1156
|
-
"cacheID": "
|
|
1160
|
+
"cacheID": "e1c72a71df53c2c1aee19e5004ae7497",
|
|
1157
1161
|
"id": null,
|
|
1158
1162
|
"metadata": {},
|
|
1159
1163
|
"name": "CartQuery",
|
|
1160
1164
|
"operationKind": "query",
|
|
1161
|
-
"text": "query CartQuery {\n viewer {\n ...Cart_viewer\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartItem_viewer on Viewer {\n licenses(licenseTypes: [RETAIL]) {\n id\n name\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n name\n }\n }\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CouponCodeInput_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n clientSecret\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartOrder_viewer on Viewer {\n ...CartItem_viewer\n ...Checkout_viewer\n settings {\n eulaAgreementLabel\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxes {\n ...Price_price\n }\n isVatTax\n}\n\nfragment Cart_viewer on Viewer {\n ...StripeProvider_viewer\n ...CartOrder_viewer\n currentOrder {\n ...CartOrder_order\n id\n }\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment Checkout_viewer on Viewer {\n ...AddressFields_viewer\n settings {\n uiFontName\n newsletterOptInLabel\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n families: children(collectionTypes: [FAMILY]) {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponCodeInput_order on Order {\n id\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n uiFontUrl\n }\n stripeCredentials {\n stripePublishableKey\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
1165
|
+
"text": "query CartQuery {\n viewer {\n ...Cart_viewer\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n}\n\nfragment CartItem_node on OrderItem {\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n __typename\n __isSkuProduct: __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n id\n license {\n id\n name\n multiplier\n }\n variable: licenseVariable {\n id\n variableType\n ...VariableTableAmounts_variable\n }\n option: licenseOption {\n id\n amount\n multiplier\n name\n ...VariableTableAmounts_option\n }\n variableText\n }\n}\n\nfragment CartItem_viewer on Viewer {\n licenses(licenseTypes: [RETAIL]) {\n id\n name\n variables: licenseVariables {\n id\n name\n variableType\n options: licenseOptions {\n id\n amount\n name\n }\n }\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CouponCodeInput_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n clientSecret\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartOrder_viewer on Viewer {\n ...CartItem_viewer\n ...Checkout_viewer\n settings {\n eulaAgreementLabel(format: HTML)\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxes {\n ...Price_price\n }\n isVatTax\n}\n\nfragment Cart_viewer on Viewer {\n ...StripeProvider_viewer\n ...CartOrder_viewer\n currentOrder {\n ...CartOrder_order\n id\n }\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment Checkout_viewer on Viewer {\n ...AddressFields_viewer\n settings {\n uiFontName\n newsletterOptInLabel\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n families: children(collectionTypes: [FAMILY]) {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponCodeInput_order on Order {\n id\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n uiFontUrl\n }\n stripeCredentials {\n stripePublishableKey\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
1162
1166
|
}
|
|
1163
1167
|
};
|
|
1164
1168
|
}();
|
|
@@ -28,8 +28,8 @@ fragment TestFontsForm_viewer on Viewer {
|
|
|
28
28
|
id
|
|
29
29
|
}
|
|
30
30
|
settings {
|
|
31
|
-
eulaAgreementLabel
|
|
32
|
-
newsletterOptInLabel
|
|
31
|
+
eulaAgreementLabel(format: HTML)
|
|
32
|
+
newsletterOptInLabel(format: HTML)
|
|
33
33
|
}
|
|
34
34
|
testFonts {
|
|
35
35
|
archiveUrl
|
|
@@ -43,7 +43,12 @@ const node = function () {
|
|
|
43
43
|
"kind": "ScalarField",
|
|
44
44
|
"name": "id",
|
|
45
45
|
"storageKey": null
|
|
46
|
-
}
|
|
46
|
+
},
|
|
47
|
+
v1 = [{
|
|
48
|
+
"kind": "Literal",
|
|
49
|
+
"name": "format",
|
|
50
|
+
"value": "HTML"
|
|
51
|
+
}];
|
|
47
52
|
return {
|
|
48
53
|
"fragment": {
|
|
49
54
|
"argumentDefinitions": [],
|
|
@@ -122,16 +127,20 @@ const node = function () {
|
|
|
122
127
|
"plural": false,
|
|
123
128
|
"selections": [{
|
|
124
129
|
"alias": null,
|
|
125
|
-
"args":
|
|
130
|
+
"args": v1
|
|
131
|
+
/*: any*/
|
|
132
|
+
,
|
|
126
133
|
"kind": "ScalarField",
|
|
127
134
|
"name": "eulaAgreementLabel",
|
|
128
|
-
"storageKey":
|
|
135
|
+
"storageKey": "eulaAgreementLabel(format:\"HTML\")"
|
|
129
136
|
}, {
|
|
130
137
|
"alias": null,
|
|
131
|
-
"args":
|
|
138
|
+
"args": v1
|
|
139
|
+
/*: any*/
|
|
140
|
+
,
|
|
132
141
|
"kind": "ScalarField",
|
|
133
142
|
"name": "newsletterOptInLabel",
|
|
134
|
-
"storageKey":
|
|
143
|
+
"storageKey": "newsletterOptInLabel(format:\"HTML\")"
|
|
135
144
|
}],
|
|
136
145
|
"storageKey": null
|
|
137
146
|
}, {
|
|
@@ -156,12 +165,12 @@ const node = function () {
|
|
|
156
165
|
}]
|
|
157
166
|
},
|
|
158
167
|
"params": {
|
|
159
|
-
"cacheID": "
|
|
168
|
+
"cacheID": "598b43f60c1a9c3b5284c2b0532eec1d",
|
|
160
169
|
"id": null,
|
|
161
170
|
"metadata": {},
|
|
162
171
|
"name": "TestFontsForm_Query",
|
|
163
172
|
"operationKind": "query",
|
|
164
|
-
"text": "query TestFontsForm_Query {\n viewer {\n ...TestFontsForm_viewer\n id\n }\n}\n\nfragment TestFontsForm_viewer on Viewer {\n currentOrder {\n customer {\n name\n email\n id\n }\n id\n }\n settings {\n eulaAgreementLabel\n newsletterOptInLabel\n }\n testFonts {\n archiveUrl\n }\n}\n"
|
|
173
|
+
"text": "query TestFontsForm_Query {\n viewer {\n ...TestFontsForm_viewer\n id\n }\n}\n\nfragment TestFontsForm_viewer on Viewer {\n currentOrder {\n customer {\n name\n email\n id\n }\n id\n }\n settings {\n eulaAgreementLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n }\n testFonts {\n archiveUrl\n }\n}\n"
|
|
165
174
|
}
|
|
166
175
|
};
|
|
167
176
|
}();
|
|
@@ -9,81 +9,93 @@ exports.default = void 0;
|
|
|
9
9
|
|
|
10
10
|
/* eslint-disable */
|
|
11
11
|
// @ts-nocheck
|
|
12
|
-
const node = {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"name": "
|
|
23
|
-
"plural": false,
|
|
12
|
+
const node = function () {
|
|
13
|
+
var v0 = [{
|
|
14
|
+
"kind": "Literal",
|
|
15
|
+
"name": "format",
|
|
16
|
+
"value": "HTML"
|
|
17
|
+
}];
|
|
18
|
+
return {
|
|
19
|
+
"argumentDefinitions": [],
|
|
20
|
+
"kind": "Fragment",
|
|
21
|
+
"metadata": null,
|
|
22
|
+
"name": "TestFontsForm_viewer",
|
|
24
23
|
"selections": [{
|
|
25
24
|
"alias": null,
|
|
26
25
|
"args": null,
|
|
27
|
-
"concreteType": "
|
|
26
|
+
"concreteType": "Order",
|
|
28
27
|
"kind": "LinkedField",
|
|
29
|
-
"name": "
|
|
28
|
+
"name": "currentOrder",
|
|
30
29
|
"plural": false,
|
|
31
30
|
"selections": [{
|
|
32
31
|
"alias": null,
|
|
33
32
|
"args": null,
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
33
|
+
"concreteType": "Customer",
|
|
34
|
+
"kind": "LinkedField",
|
|
35
|
+
"name": "customer",
|
|
36
|
+
"plural": false,
|
|
37
|
+
"selections": [{
|
|
38
|
+
"alias": null,
|
|
39
|
+
"args": null,
|
|
40
|
+
"kind": "ScalarField",
|
|
41
|
+
"name": "name",
|
|
42
|
+
"storageKey": null
|
|
43
|
+
}, {
|
|
44
|
+
"alias": null,
|
|
45
|
+
"args": null,
|
|
46
|
+
"kind": "ScalarField",
|
|
47
|
+
"name": "email",
|
|
48
|
+
"storageKey": null
|
|
49
|
+
}],
|
|
42
50
|
"storageKey": null
|
|
43
51
|
}],
|
|
44
52
|
"storageKey": null
|
|
45
|
-
}],
|
|
46
|
-
"storageKey": null
|
|
47
|
-
}, {
|
|
48
|
-
"alias": null,
|
|
49
|
-
"args": null,
|
|
50
|
-
"concreteType": "Settings",
|
|
51
|
-
"kind": "LinkedField",
|
|
52
|
-
"name": "settings",
|
|
53
|
-
"plural": false,
|
|
54
|
-
"selections": [{
|
|
55
|
-
"alias": null,
|
|
56
|
-
"args": null,
|
|
57
|
-
"kind": "ScalarField",
|
|
58
|
-
"name": "eulaAgreementLabel",
|
|
59
|
-
"storageKey": null
|
|
60
53
|
}, {
|
|
61
54
|
"alias": null,
|
|
62
55
|
"args": null,
|
|
63
|
-
"
|
|
64
|
-
"
|
|
56
|
+
"concreteType": "Settings",
|
|
57
|
+
"kind": "LinkedField",
|
|
58
|
+
"name": "settings",
|
|
59
|
+
"plural": false,
|
|
60
|
+
"selections": [{
|
|
61
|
+
"alias": null,
|
|
62
|
+
"args": v0
|
|
63
|
+
/*: any*/
|
|
64
|
+
,
|
|
65
|
+
"kind": "ScalarField",
|
|
66
|
+
"name": "eulaAgreementLabel",
|
|
67
|
+
"storageKey": "eulaAgreementLabel(format:\"HTML\")"
|
|
68
|
+
}, {
|
|
69
|
+
"alias": null,
|
|
70
|
+
"args": v0
|
|
71
|
+
/*: any*/
|
|
72
|
+
,
|
|
73
|
+
"kind": "ScalarField",
|
|
74
|
+
"name": "newsletterOptInLabel",
|
|
75
|
+
"storageKey": "newsletterOptInLabel(format:\"HTML\")"
|
|
76
|
+
}],
|
|
65
77
|
"storageKey": null
|
|
66
|
-
}
|
|
67
|
-
"storageKey": null
|
|
68
|
-
}, {
|
|
69
|
-
"alias": null,
|
|
70
|
-
"args": null,
|
|
71
|
-
"concreteType": "TestFonts",
|
|
72
|
-
"kind": "LinkedField",
|
|
73
|
-
"name": "testFonts",
|
|
74
|
-
"plural": false,
|
|
75
|
-
"selections": [{
|
|
78
|
+
}, {
|
|
76
79
|
"alias": null,
|
|
77
80
|
"args": null,
|
|
78
|
-
"
|
|
79
|
-
"
|
|
81
|
+
"concreteType": "TestFonts",
|
|
82
|
+
"kind": "LinkedField",
|
|
83
|
+
"name": "testFonts",
|
|
84
|
+
"plural": false,
|
|
85
|
+
"selections": [{
|
|
86
|
+
"alias": null,
|
|
87
|
+
"args": null,
|
|
88
|
+
"kind": "ScalarField",
|
|
89
|
+
"name": "archiveUrl",
|
|
90
|
+
"storageKey": null
|
|
91
|
+
}],
|
|
80
92
|
"storageKey": null
|
|
81
93
|
}],
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
node.hash = '
|
|
94
|
+
"type": "Viewer",
|
|
95
|
+
"abstractKey": null
|
|
96
|
+
};
|
|
97
|
+
}();
|
|
98
|
+
|
|
99
|
+
node.hash = '4b3632aa1b6b2a5525ec749ab67f1cde';
|
|
88
100
|
var _default = node;
|
|
89
101
|
exports.default = _default;
|
|
@@ -3,6 +3,8 @@ import { FragmentRefs } from "relay-runtime";
|
|
|
3
3
|
export declare type TypeTestersIDQueryVariables = {
|
|
4
4
|
collectionId: string;
|
|
5
5
|
includePriceBar: boolean;
|
|
6
|
+
tags?: Array<string> | null;
|
|
7
|
+
excludeTags?: Array<string> | null;
|
|
6
8
|
};
|
|
7
9
|
export declare type TypeTestersIDQueryResponse = {
|
|
8
10
|
readonly collection: {
|