fontdue-js 2.12.0 → 2.13.0-beta1
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/dist/__generated__/CartOrder_viewer.graphql.d.ts +2 -2
- package/dist/__generated__/CartOrder_viewer.graphql.js +2 -6
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +94 -70
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +12 -3
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +12 -3
- package/dist/__generated__/CartTotalsCreateSnapshotMutation.graphql.d.ts +3 -4
- package/dist/__generated__/CartTotalsCreateSnapshotMutation.graphql.js +6 -12
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +12 -3
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +2 -2
- package/dist/__generated__/StoreModalCartQuery.graphql.js +94 -73
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +42 -12
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +35 -19
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +35 -19
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +34 -18
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +5 -1
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +32 -16
- package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +9 -3
- package/dist/__generated__/StripeProvider_viewer.graphql.js +41 -11
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +15 -3
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +16 -4
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +15 -3
- package/dist/__generated__/TypeTesters_collection.graphql.d.ts +3 -1
- package/dist/__generated__/TypeTesters_collection.graphql.js +14 -2
- package/dist/components/Cart/CartOrder.js +2 -4
- package/dist/components/Cart/CartTotals.js +11 -23
- package/dist/components/Cart/CouponCodeInput.d.ts +1 -5
- package/dist/components/Cart/CouponCodeInput.js +15 -67
- package/dist/components/ConfigContext.d.ts +10 -0
- package/dist/components/ConfigContext.js +6 -1
- package/dist/components/StoreModal/StoreModalCart.js +2 -4
- package/dist/components/StripeProvider/index.js +20 -15
- package/dist/components/TypeTester/TypeTesterContext.d.ts +6 -0
- package/dist/components/TypeTester/TypeTesterContext.js +5 -0
- package/dist/components/TypeTester/TypeTesterStandalone.d.ts +1 -0
- package/dist/components/TypeTester/TypeTesterStandalone.js +2 -0
- package/dist/components/TypeTester/TypeTesterStandaloneElement.d.ts +1 -0
- package/dist/components/TypeTester/TypeTesterStandaloneElement.js +2 -0
- package/dist/components/TypeTester/TypeTesterState.d.ts +2 -0
- package/dist/components/TypeTester/TypeTesterState.js +7 -0
- package/dist/components/TypeTester/TypeTesterToolbar.js +13 -2
- package/dist/components/TypeTester/index.d.ts +5 -0
- package/dist/components/TypeTester/useTypeTesterStyler.d.ts +2 -1
- package/dist/components/TypeTester/useTypeTesterStyler.js +8 -1
- package/dist/components/TypeTesters/TypeTestersElement.js +1 -1
- package/dist/components/TypeTesters/index.js +3 -2
- package/dist/components/elements/StoreModalUnifiedCheckout.js +9 -3
- package/dist/fontdue.css +12 -9
- package/package.json +1 -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<<3ee50eb869294e049abec84cdf0cb934>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -319,6 +319,15 @@ const node = function () {
|
|
|
319
319
|
"plural": false,
|
|
320
320
|
"selections": v8 /*: any*/,
|
|
321
321
|
"storageKey": null
|
|
322
|
+
}, {
|
|
323
|
+
"alias": null,
|
|
324
|
+
"args": null,
|
|
325
|
+
"concreteType": "StripePaymentIntent",
|
|
326
|
+
"kind": "LinkedField",
|
|
327
|
+
"name": "stripePaymentIntent",
|
|
328
|
+
"plural": false,
|
|
329
|
+
"selections": v4 /*: any*/,
|
|
330
|
+
"storageKey": null
|
|
322
331
|
}, v7 /*: any*/, {
|
|
323
332
|
"alias": null,
|
|
324
333
|
"args": null,
|
|
@@ -669,12 +678,12 @@ const node = function () {
|
|
|
669
678
|
}]
|
|
670
679
|
},
|
|
671
680
|
"params": {
|
|
672
|
-
"cacheID": "
|
|
681
|
+
"cacheID": "7e8e34cb00d21ddb1bc2f24aaf3e7284",
|
|
673
682
|
"id": null,
|
|
674
683
|
"metadata": {},
|
|
675
684
|
"name": "CartStateUpdateMutation",
|
|
676
685
|
"operationKind": "mutation",
|
|
677
|
-
"text": "mutation CartStateUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartState_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n }\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\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 taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\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 StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
686
|
+
"text": "mutation CartStateUpdateMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartState_order\n ...CartTotals_order\n orderItems {\n ...CartItem_node\n id\n }\n id\n }\n errors {\n orderItems {\n licenseSelections\n }\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\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 taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\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 StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
678
687
|
}
|
|
679
688
|
};
|
|
680
689
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<a4b4b22cee06bf7a0b71e5b62dbc94d0>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -8,11 +8,10 @@ export type CartTotalsCreateSnapshotMutation$variables = Record<PropertyKey, nev
|
|
|
8
8
|
export type CartTotalsCreateSnapshotMutation$data = {
|
|
9
9
|
readonly createOrderSnapshot: {
|
|
10
10
|
readonly orderSnapshot: {
|
|
11
|
-
readonly description: string | null;
|
|
12
11
|
readonly id: string | null;
|
|
13
|
-
readonly
|
|
12
|
+
readonly quotePdfUrl: string | null;
|
|
13
|
+
readonly shareUrl: string | null;
|
|
14
14
|
} | null;
|
|
15
|
-
readonly shareUrl: string | null;
|
|
16
15
|
} | null;
|
|
17
16
|
};
|
|
18
17
|
export type CartTotalsCreateSnapshotMutation = {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<a4b4b22cee06bf7a0b71e5b62dbc94d0>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -39,22 +39,16 @@ const node = function () {
|
|
|
39
39
|
"alias": null,
|
|
40
40
|
"args": null,
|
|
41
41
|
"kind": "ScalarField",
|
|
42
|
-
"name": "
|
|
42
|
+
"name": "quotePdfUrl",
|
|
43
43
|
"storageKey": null
|
|
44
44
|
}, {
|
|
45
45
|
"alias": null,
|
|
46
46
|
"args": null,
|
|
47
47
|
"kind": "ScalarField",
|
|
48
|
-
"name": "
|
|
48
|
+
"name": "shareUrl",
|
|
49
49
|
"storageKey": null
|
|
50
50
|
}],
|
|
51
51
|
"storageKey": null
|
|
52
|
-
}, {
|
|
53
|
-
"alias": null,
|
|
54
|
-
"args": null,
|
|
55
|
-
"kind": "ScalarField",
|
|
56
|
-
"name": "shareUrl",
|
|
57
|
-
"storageKey": null
|
|
58
52
|
}],
|
|
59
53
|
"storageKey": null
|
|
60
54
|
}];
|
|
@@ -76,15 +70,15 @@ const node = function () {
|
|
|
76
70
|
"selections": v0 /*: any*/
|
|
77
71
|
},
|
|
78
72
|
"params": {
|
|
79
|
-
"cacheID": "
|
|
73
|
+
"cacheID": "68ef1e5c60fc0176904bdfe545718bd9",
|
|
80
74
|
"id": null,
|
|
81
75
|
"metadata": {},
|
|
82
76
|
"name": "CartTotalsCreateSnapshotMutation",
|
|
83
77
|
"operationKind": "mutation",
|
|
84
|
-
"text": "mutation CartTotalsCreateSnapshotMutation {\n createOrderSnapshot {\n orderSnapshot {\n id\n
|
|
78
|
+
"text": "mutation CartTotalsCreateSnapshotMutation {\n createOrderSnapshot {\n orderSnapshot {\n id\n quotePdfUrl\n shareUrl\n }\n }\n}\n"
|
|
85
79
|
}
|
|
86
80
|
};
|
|
87
81
|
}();
|
|
88
|
-
node.hash = "
|
|
82
|
+
node.hash = "97e00cf77f0cc65bb808123fe5944c02";
|
|
89
83
|
var _default = node;
|
|
90
84
|
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<<c443bf4cdec131a940f3d360413814ec>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -241,6 +241,15 @@ const node = function () {
|
|
|
241
241
|
"plural": false,
|
|
242
242
|
"selections": v6 /*: any*/,
|
|
243
243
|
"storageKey": null
|
|
244
|
+
}, {
|
|
245
|
+
"alias": null,
|
|
246
|
+
"args": null,
|
|
247
|
+
"concreteType": "StripePaymentIntent",
|
|
248
|
+
"kind": "LinkedField",
|
|
249
|
+
"name": "stripePaymentIntent",
|
|
250
|
+
"plural": false,
|
|
251
|
+
"selections": v2 /*: any*/,
|
|
252
|
+
"storageKey": null
|
|
244
253
|
}, {
|
|
245
254
|
"alias": null,
|
|
246
255
|
"args": null,
|
|
@@ -350,12 +359,12 @@ const node = function () {
|
|
|
350
359
|
}]
|
|
351
360
|
},
|
|
352
361
|
"params": {
|
|
353
|
-
"cacheID": "
|
|
362
|
+
"cacheID": "52bcebfcbb66e3b4e1a7c75a031991cc",
|
|
354
363
|
"id": null,
|
|
355
364
|
"metadata": {},
|
|
356
365
|
"name": "CouponCodeInputApplyCouponMutation",
|
|
357
366
|
"operationKind": "mutation",
|
|
358
|
-
"text": "mutation CouponCodeInputApplyCouponMutation(\n $input: ApplyCouponInput!\n) {\n applyCoupon(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\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 taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n}\n"
|
|
367
|
+
"text": "mutation CouponCodeInputApplyCouponMutation(\n $input: ApplyCouponInput!\n) {\n applyCoupon(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\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 taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phone\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n}\n"
|
|
359
368
|
}
|
|
360
369
|
};
|
|
361
370
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<58dca8131ed8ed3028757361fc2c5bc7>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -31,7 +31,7 @@ export type StoreModalCartQuery$data = {
|
|
|
31
31
|
} | null;
|
|
32
32
|
readonly " $fragmentSpreads": FragmentRefs<"CartState_order" | "CartTotals_order" | "StoreModalUnifiedCheckout_order">;
|
|
33
33
|
} | null;
|
|
34
|
-
readonly " $fragmentSpreads": FragmentRefs<"
|
|
34
|
+
readonly " $fragmentSpreads": FragmentRefs<"OrderVariableSelection_variables" | "StoreModalOrderVariableSelection_viewer" | "StoreModalUnifiedCheckout_viewer" | "StripeProvider_viewer">;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
export type StoreModalCartQuery = {
|