fontdue-js 2.18.3 → 2.19.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 +15 -0
- package/dist/__generated__/AddToCartBannerQuery.graphql.d.ts +1 -1
- package/dist/__generated__/AddToCartBannerQuery.graphql.js +22 -7
- package/dist/__generated__/AddToCartBanner_item.graphql.d.ts +10 -1
- package/dist/__generated__/AddToCartBanner_item.graphql.js +19 -4
- package/dist/__generated__/AddToCartBanner_order.graphql.d.ts +10 -1
- package/dist/__generated__/AddToCartBanner_order.graphql.js +18 -3
- package/dist/__generated__/CartItemProduct_product.graphql.d.ts +4 -1
- package/dist/__generated__/CartItemProduct_product.graphql.js +15 -5
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +27 -5
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +27 -5
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +27 -5
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +72 -49
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +15 -3
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +27 -5
- package/dist/__generated__/CartTotals_order.graphql.d.ts +3 -1
- package/dist/__generated__/CartTotals_order.graphql.js +14 -2
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +27 -5
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +27 -5
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +15 -3
- package/dist/__generated__/CustomerLoginFormQuery.graphql.d.ts +20 -0
- package/dist/__generated__/CustomerLoginFormQuery.graphql.js +91 -0
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +32 -10
- package/dist/__generated__/PrecartClearCartMutation.graphql.d.ts +61 -0
- package/dist/__generated__/PrecartClearCartMutation.graphql.js +81 -0
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalCartQuery.graphql.js +67 -44
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalCheckoutQuery.graphql.js +18 -17
- package/dist/__generated__/StoreModalFamily_collection.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalFamily_collection.graphql.js +9 -3
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductQuery.graphql.js +10 -4
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +10 -4
- package/dist/__generated__/StoreModalProductSummaryClearCartMutation.graphql.d.ts +61 -0
- package/dist/__generated__/StoreModalProductSummaryClearCartMutation.graphql.js +81 -0
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +15 -3
- package/dist/__generated__/StripeProvider_viewer.graphql.d.ts +2 -1
- package/dist/__generated__/StripeProvider_viewer.graphql.js +78 -75
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +27 -5
- package/dist/components/AddToCartBanner/index.js +7 -1
- package/dist/components/Cart/CartItem/CartItemProduct.js +3 -2
- package/dist/components/Cart/CartTotals.js +7 -7
- package/dist/components/CharacterViewer/index.js +53 -37
- package/dist/components/ConfigContext.d.ts +10 -0
- package/dist/components/ConfigContext.js +7 -2
- package/dist/components/CorsErrorModal.d.ts +1 -0
- package/dist/components/CorsErrorModal.js +99 -0
- package/dist/components/CustomerLoginForm/index.js +12 -4
- package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +2 -1
- package/dist/components/Precart/index.js +30 -4
- package/dist/components/StoreModal/StoreModalFamily.js +2 -2
- package/dist/components/StoreModalProductSummary/index.js +35 -4
- package/dist/components/StripeProvider/index.js +5 -4
- package/dist/components/TypeTester/index.d.ts +5 -0
- package/dist/components/TypeTester/index.js +2 -1
- package/dist/components/TypeTester/useTypeTesterStyler.d.ts +7 -1
- package/dist/components/TypeTester/useTypeTesterStyler.js +8 -2
- package/dist/corsError.d.ts +5 -0
- package/dist/corsError.js +55 -0
- package/dist/fontdue.css +61 -3
- package/dist/relay/environment.js +33 -19
- package/fontdue.css +197 -121
- package/package.json +1 -1
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* @generated SignedSource<<f2bbd4d6155d756aff429c422925d5d2>>
|
|
9
|
+
* @lightSyntaxTransform
|
|
10
|
+
* @nogrep
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* tslint:disable */
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
const node = function () {
|
|
18
|
+
var v0 = [{
|
|
19
|
+
"defaultValue": null,
|
|
20
|
+
"kind": "LocalArgument",
|
|
21
|
+
"name": "input"
|
|
22
|
+
}],
|
|
23
|
+
v1 = [{
|
|
24
|
+
"alias": null,
|
|
25
|
+
"args": [{
|
|
26
|
+
"kind": "Variable",
|
|
27
|
+
"name": "input",
|
|
28
|
+
"variableName": "input"
|
|
29
|
+
}],
|
|
30
|
+
"concreteType": "UpdateOrderPayload",
|
|
31
|
+
"kind": "LinkedField",
|
|
32
|
+
"name": "updateOrder",
|
|
33
|
+
"plural": false,
|
|
34
|
+
"selections": [{
|
|
35
|
+
"alias": null,
|
|
36
|
+
"args": null,
|
|
37
|
+
"concreteType": "Order",
|
|
38
|
+
"kind": "LinkedField",
|
|
39
|
+
"name": "order",
|
|
40
|
+
"plural": false,
|
|
41
|
+
"selections": [{
|
|
42
|
+
"alias": null,
|
|
43
|
+
"args": null,
|
|
44
|
+
"kind": "ScalarField",
|
|
45
|
+
"name": "id",
|
|
46
|
+
"storageKey": null
|
|
47
|
+
}],
|
|
48
|
+
"storageKey": null
|
|
49
|
+
}],
|
|
50
|
+
"storageKey": null
|
|
51
|
+
}];
|
|
52
|
+
return {
|
|
53
|
+
"fragment": {
|
|
54
|
+
"argumentDefinitions": v0 /*: any*/,
|
|
55
|
+
"kind": "Fragment",
|
|
56
|
+
"metadata": null,
|
|
57
|
+
"name": "PrecartClearCartMutation",
|
|
58
|
+
"selections": v1 /*: any*/,
|
|
59
|
+
"type": "RootMutationType",
|
|
60
|
+
"abstractKey": null
|
|
61
|
+
},
|
|
62
|
+
"kind": "Request",
|
|
63
|
+
"operation": {
|
|
64
|
+
"argumentDefinitions": v0 /*: any*/,
|
|
65
|
+
"kind": "Operation",
|
|
66
|
+
"name": "PrecartClearCartMutation",
|
|
67
|
+
"selections": v1 /*: any*/
|
|
68
|
+
},
|
|
69
|
+
"params": {
|
|
70
|
+
"cacheID": "239135e9d5e808bf9d3581d313561850",
|
|
71
|
+
"id": null,
|
|
72
|
+
"metadata": {},
|
|
73
|
+
"name": "PrecartClearCartMutation",
|
|
74
|
+
"operationKind": "mutation",
|
|
75
|
+
"text": "mutation PrecartClearCartMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n id\n }\n }\n}\n"
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
}();
|
|
79
|
+
node.hash = "af8f953028924bdc7866e645c2d0a903";
|
|
80
|
+
var _default = node;
|
|
81
|
+
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<<bb2a55c22e2a3dcc07b4ffcd7725e2ca>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -86,10 +86,17 @@ const node = function () {
|
|
|
86
86
|
"alias": null,
|
|
87
87
|
"args": null,
|
|
88
88
|
"kind": "ScalarField",
|
|
89
|
-
"name": "
|
|
89
|
+
"name": "stripeAccountId",
|
|
90
90
|
"storageKey": null
|
|
91
91
|
},
|
|
92
92
|
v13 = {
|
|
93
|
+
"alias": null,
|
|
94
|
+
"args": null,
|
|
95
|
+
"kind": "ScalarField",
|
|
96
|
+
"name": "currency",
|
|
97
|
+
"storageKey": null
|
|
98
|
+
},
|
|
99
|
+
v14 = {
|
|
93
100
|
"alias": null,
|
|
94
101
|
"args": null,
|
|
95
102
|
"concreteType": "LicenseOption",
|
|
@@ -99,47 +106,57 @@ const node = function () {
|
|
|
99
106
|
"selections": v3 /*: any*/,
|
|
100
107
|
"storageKey": null
|
|
101
108
|
},
|
|
102
|
-
|
|
103
|
-
|
|
109
|
+
v15 = [v2 /*: any*/, v13 /*: any*/],
|
|
110
|
+
v16 = {
|
|
104
111
|
"alias": null,
|
|
105
112
|
"args": null,
|
|
106
113
|
"concreteType": "Money",
|
|
107
114
|
"kind": "LinkedField",
|
|
108
115
|
"name": "price",
|
|
109
116
|
"plural": false,
|
|
110
|
-
"selections":
|
|
117
|
+
"selections": v15 /*: any*/,
|
|
111
118
|
"storageKey": null
|
|
112
119
|
},
|
|
113
|
-
|
|
120
|
+
v17 = {
|
|
114
121
|
"alias": null,
|
|
115
122
|
"args": null,
|
|
116
123
|
"kind": "ScalarField",
|
|
117
124
|
"name": "cssUrl",
|
|
118
125
|
"storageKey": null
|
|
119
126
|
},
|
|
120
|
-
|
|
127
|
+
v18 = {
|
|
121
128
|
"alias": null,
|
|
122
129
|
"args": null,
|
|
123
130
|
"kind": "ScalarField",
|
|
124
131
|
"name": "totalStyles",
|
|
125
132
|
"storageKey": null
|
|
126
133
|
},
|
|
127
|
-
v18 = [v1 /*: any*/, v2 /*: any*/],
|
|
128
134
|
v19 = {
|
|
135
|
+
"alias": null,
|
|
136
|
+
"args": null,
|
|
137
|
+
"concreteType": "FontCollection",
|
|
138
|
+
"kind": "LinkedField",
|
|
139
|
+
"name": "fontCollection",
|
|
140
|
+
"plural": false,
|
|
141
|
+
"selections": [v7 /*: any*/, v1 /*: any*/],
|
|
142
|
+
"storageKey": null
|
|
143
|
+
},
|
|
144
|
+
v20 = [v1 /*: any*/, v2 /*: any*/],
|
|
145
|
+
v21 = {
|
|
129
146
|
"alias": null,
|
|
130
147
|
"args": null,
|
|
131
148
|
"kind": "ScalarField",
|
|
132
149
|
"name": "email",
|
|
133
150
|
"storageKey": null
|
|
134
151
|
},
|
|
135
|
-
|
|
152
|
+
v22 = {
|
|
136
153
|
"alias": null,
|
|
137
154
|
"args": null,
|
|
138
155
|
"kind": "ScalarField",
|
|
139
156
|
"name": "country",
|
|
140
157
|
"storageKey": null
|
|
141
158
|
},
|
|
142
|
-
|
|
159
|
+
v23 = [v21 /*: any*/, {
|
|
143
160
|
"alias": null,
|
|
144
161
|
"args": null,
|
|
145
162
|
"kind": "ScalarField",
|
|
@@ -187,7 +204,7 @@ const node = function () {
|
|
|
187
204
|
"kind": "ScalarField",
|
|
188
205
|
"name": "sublocality",
|
|
189
206
|
"storageKey": null
|
|
190
|
-
},
|
|
207
|
+
}, v22 /*: any*/, {
|
|
191
208
|
"alias": null,
|
|
192
209
|
"args": null,
|
|
193
210
|
"kind": "ScalarField",
|
|
@@ -456,13 +473,7 @@ const node = function () {
|
|
|
456
473
|
"storageKey": null
|
|
457
474
|
}],
|
|
458
475
|
"storageKey": null
|
|
459
|
-
}, {
|
|
460
|
-
"alias": null,
|
|
461
|
-
"args": null,
|
|
462
|
-
"kind": "ScalarField",
|
|
463
|
-
"name": "stripeAccountId",
|
|
464
|
-
"storageKey": null
|
|
465
|
-
}, {
|
|
476
|
+
}, v12 /*: any*/, {
|
|
466
477
|
"alias": null,
|
|
467
478
|
"args": null,
|
|
468
479
|
"kind": "ScalarField",
|
|
@@ -475,7 +486,7 @@ const node = function () {
|
|
|
475
486
|
"kind": "LinkedField",
|
|
476
487
|
"name": "currentOrder",
|
|
477
488
|
"plural": false,
|
|
478
|
-
"selections": [{
|
|
489
|
+
"selections": [v12 /*: any*/, {
|
|
479
490
|
"alias": null,
|
|
480
491
|
"args": null,
|
|
481
492
|
"concreteType": "StripePaymentIntent",
|
|
@@ -488,7 +499,7 @@ const node = function () {
|
|
|
488
499
|
"kind": "ScalarField",
|
|
489
500
|
"name": "clientSecret",
|
|
490
501
|
"storageKey": null
|
|
491
|
-
}, v2 /*: any*/,
|
|
502
|
+
}, v2 /*: any*/, v13 /*: any*/],
|
|
492
503
|
"storageKey": null
|
|
493
504
|
}, v1 /*: any*/, {
|
|
494
505
|
"alias": null,
|
|
@@ -544,7 +555,7 @@ const node = function () {
|
|
|
544
555
|
"kind": "ScalarField",
|
|
545
556
|
"name": "units",
|
|
546
557
|
"storageKey": null
|
|
547
|
-
}, v7 /*: any*/, v4 /*: any*/,
|
|
558
|
+
}, v7 /*: any*/, v4 /*: any*/, v14 /*: any*/],
|
|
548
559
|
"storageKey": null
|
|
549
560
|
}, {
|
|
550
561
|
"alias": null,
|
|
@@ -563,14 +574,14 @@ const node = function () {
|
|
|
563
574
|
"storageKey": null
|
|
564
575
|
}, v5 /*: any*/, v1 /*: any*/],
|
|
565
576
|
"storageKey": null
|
|
566
|
-
},
|
|
577
|
+
}, v16 /*: any*/, {
|
|
567
578
|
"alias": null,
|
|
568
579
|
"args": null,
|
|
569
580
|
"concreteType": "Sku",
|
|
570
581
|
"kind": "LinkedField",
|
|
571
582
|
"name": "sku",
|
|
572
583
|
"plural": false,
|
|
573
|
-
"selections": [
|
|
584
|
+
"selections": [v16 /*: any*/, {
|
|
574
585
|
"alias": null,
|
|
575
586
|
"args": null,
|
|
576
587
|
"concreteType": null,
|
|
@@ -602,7 +613,7 @@ const node = function () {
|
|
|
602
613
|
"kind": "LinkedField",
|
|
603
614
|
"name": "family",
|
|
604
615
|
"plural": false,
|
|
605
|
-
"selections": [
|
|
616
|
+
"selections": [v17 /*: any*/, v1 /*: any*/],
|
|
606
617
|
"storageKey": null
|
|
607
618
|
}],
|
|
608
619
|
"storageKey": null
|
|
@@ -612,7 +623,7 @@ const node = function () {
|
|
|
612
623
|
"kind": "ScalarField",
|
|
613
624
|
"name": "isVariableFont",
|
|
614
625
|
"storageKey": null
|
|
615
|
-
},
|
|
626
|
+
}, v18 /*: any*/],
|
|
616
627
|
"type": "FontCollection",
|
|
617
628
|
"abstractKey": null
|
|
618
629
|
}, {
|
|
@@ -626,7 +637,7 @@ const node = function () {
|
|
|
626
637
|
"plural": true,
|
|
627
638
|
"selections": [v9 /*: any*/, v7 /*: any*/, v1 /*: any*/],
|
|
628
639
|
"storageKey": null
|
|
629
|
-
}, v7 /*: any*/],
|
|
640
|
+
}, v7 /*: any*/, v19 /*: any*/],
|
|
630
641
|
"type": "Bundle",
|
|
631
642
|
"abstractKey": null
|
|
632
643
|
}, {
|
|
@@ -638,7 +649,7 @@ const node = function () {
|
|
|
638
649
|
"kind": "LinkedField",
|
|
639
650
|
"name": "family",
|
|
640
651
|
"plural": false,
|
|
641
|
-
"selections": [v7 /*: any*/,
|
|
652
|
+
"selections": [v7 /*: any*/, v17 /*: any*/, v1 /*: any*/],
|
|
642
653
|
"storageKey": null
|
|
643
654
|
}, {
|
|
644
655
|
"alias": null,
|
|
@@ -654,7 +665,7 @@ const node = function () {
|
|
|
654
665
|
"abstractKey": null
|
|
655
666
|
}, {
|
|
656
667
|
"kind": "InlineFragment",
|
|
657
|
-
"selections": [v7 /*: any*/,
|
|
668
|
+
"selections": [v7 /*: any*/, v18 /*: any*/, v19 /*: any*/],
|
|
658
669
|
"type": "CollectionBundle",
|
|
659
670
|
"abstractKey": null
|
|
660
671
|
}, {
|
|
@@ -673,7 +684,7 @@ const node = function () {
|
|
|
673
684
|
"kind": "LinkedField",
|
|
674
685
|
"name": "licenseVariables",
|
|
675
686
|
"plural": true,
|
|
676
|
-
"selections": [v1 /*: any*/,
|
|
687
|
+
"selections": [v1 /*: any*/, v14 /*: any*/],
|
|
677
688
|
"storageKey": null
|
|
678
689
|
}],
|
|
679
690
|
"storageKey": null
|
|
@@ -714,7 +725,7 @@ const node = function () {
|
|
|
714
725
|
"kind": "LinkedField",
|
|
715
726
|
"name": "orderVariableOption",
|
|
716
727
|
"plural": false,
|
|
717
|
-
"selections":
|
|
728
|
+
"selections": v20 /*: any*/,
|
|
718
729
|
"storageKey": null
|
|
719
730
|
}, {
|
|
720
731
|
"alias": null,
|
|
@@ -737,7 +748,7 @@ const node = function () {
|
|
|
737
748
|
"kind": "LinkedField",
|
|
738
749
|
"name": "subtotal",
|
|
739
750
|
"plural": false,
|
|
740
|
-
"selections":
|
|
751
|
+
"selections": v15 /*: any*/,
|
|
741
752
|
"storageKey": null
|
|
742
753
|
}, {
|
|
743
754
|
"alias": null,
|
|
@@ -753,7 +764,7 @@ const node = function () {
|
|
|
753
764
|
"kind": "LinkedField",
|
|
754
765
|
"name": "amount",
|
|
755
766
|
"plural": false,
|
|
756
|
-
"selections":
|
|
767
|
+
"selections": v15 /*: any*/,
|
|
757
768
|
"storageKey": null
|
|
758
769
|
}, {
|
|
759
770
|
"alias": null,
|
|
@@ -781,7 +792,7 @@ const node = function () {
|
|
|
781
792
|
"kind": "LinkedField",
|
|
782
793
|
"name": "creditAmount",
|
|
783
794
|
"plural": false,
|
|
784
|
-
"selections":
|
|
795
|
+
"selections": v15 /*: any*/,
|
|
785
796
|
"storageKey": null
|
|
786
797
|
}, {
|
|
787
798
|
"alias": null,
|
|
@@ -790,7 +801,7 @@ const node = function () {
|
|
|
790
801
|
"kind": "LinkedField",
|
|
791
802
|
"name": "creditAmountRemaining",
|
|
792
803
|
"plural": false,
|
|
793
|
-
"selections":
|
|
804
|
+
"selections": v15 /*: any*/,
|
|
794
805
|
"storageKey": null
|
|
795
806
|
}, v1 /*: any*/],
|
|
796
807
|
"storageKey": null
|
|
@@ -803,7 +814,7 @@ const node = function () {
|
|
|
803
814
|
"kind": "LinkedField",
|
|
804
815
|
"name": "discountedSubtotal",
|
|
805
816
|
"plural": false,
|
|
806
|
-
"selections":
|
|
817
|
+
"selections": v15 /*: any*/,
|
|
807
818
|
"storageKey": null
|
|
808
819
|
}, {
|
|
809
820
|
"alias": null,
|
|
@@ -812,7 +823,7 @@ const node = function () {
|
|
|
812
823
|
"kind": "LinkedField",
|
|
813
824
|
"name": "total",
|
|
814
825
|
"plural": false,
|
|
815
|
-
"selections":
|
|
826
|
+
"selections": v15 /*: any*/,
|
|
816
827
|
"storageKey": null
|
|
817
828
|
}, {
|
|
818
829
|
"alias": null,
|
|
@@ -827,7 +838,7 @@ const node = function () {
|
|
|
827
838
|
"kind": "LinkedField",
|
|
828
839
|
"name": "taxes",
|
|
829
840
|
"plural": false,
|
|
830
|
-
"selections":
|
|
841
|
+
"selections": v15 /*: any*/,
|
|
831
842
|
"storageKey": null
|
|
832
843
|
}, {
|
|
833
844
|
"alias": null,
|
|
@@ -835,6 +846,18 @@ const node = function () {
|
|
|
835
846
|
"kind": "ScalarField",
|
|
836
847
|
"name": "taxName",
|
|
837
848
|
"storageKey": null
|
|
849
|
+
}, {
|
|
850
|
+
"alias": null,
|
|
851
|
+
"args": null,
|
|
852
|
+
"kind": "ScalarField",
|
|
853
|
+
"name": "taxNotApplicable",
|
|
854
|
+
"storageKey": null
|
|
855
|
+
}, {
|
|
856
|
+
"alias": null,
|
|
857
|
+
"args": null,
|
|
858
|
+
"kind": "ScalarField",
|
|
859
|
+
"name": "taxNotApplicableReason",
|
|
860
|
+
"storageKey": null
|
|
838
861
|
}, {
|
|
839
862
|
"alias": null,
|
|
840
863
|
"args": null,
|
|
@@ -860,7 +883,7 @@ const node = function () {
|
|
|
860
883
|
"kind": "LinkedField",
|
|
861
884
|
"name": "customer",
|
|
862
885
|
"plural": false,
|
|
863
|
-
"selections": [v7 /*: any*/,
|
|
886
|
+
"selections": [v7 /*: any*/, v21 /*: any*/, {
|
|
864
887
|
"alias": null,
|
|
865
888
|
"args": null,
|
|
866
889
|
"kind": "ScalarField",
|
|
@@ -881,7 +904,7 @@ const node = function () {
|
|
|
881
904
|
"kind": "LinkedField",
|
|
882
905
|
"name": "licenseeIdentity",
|
|
883
906
|
"plural": false,
|
|
884
|
-
"selections":
|
|
907
|
+
"selections": v23 /*: any*/,
|
|
885
908
|
"storageKey": null
|
|
886
909
|
}, {
|
|
887
910
|
"alias": null,
|
|
@@ -890,7 +913,7 @@ const node = function () {
|
|
|
890
913
|
"kind": "LinkedField",
|
|
891
914
|
"name": "billingIdentity",
|
|
892
915
|
"plural": false,
|
|
893
|
-
"selections":
|
|
916
|
+
"selections": v23 /*: any*/,
|
|
894
917
|
"storageKey": null
|
|
895
918
|
}, v6 /*: any*/],
|
|
896
919
|
"storageKey": null
|
|
@@ -918,7 +941,7 @@ const node = function () {
|
|
|
918
941
|
"kind": "LinkedField",
|
|
919
942
|
"name": "orderVariableOptions",
|
|
920
943
|
"plural": true,
|
|
921
|
-
"selections":
|
|
944
|
+
"selections": v20 /*: any*/,
|
|
922
945
|
"storageKey": null
|
|
923
946
|
}],
|
|
924
947
|
"storageKey": null
|
|
@@ -937,7 +960,7 @@ const node = function () {
|
|
|
937
960
|
"storageKey": null
|
|
938
961
|
}, v7 /*: any*/],
|
|
939
962
|
"storageKey": null
|
|
940
|
-
},
|
|
963
|
+
}, v22 /*: any*/, {
|
|
941
964
|
"alias": null,
|
|
942
965
|
"args": null,
|
|
943
966
|
"kind": "ScalarField",
|
|
@@ -948,12 +971,12 @@ const node = function () {
|
|
|
948
971
|
}]
|
|
949
972
|
},
|
|
950
973
|
"params": {
|
|
951
|
-
"cacheID": "
|
|
974
|
+
"cacheID": "038730d7c15bb65f786513e2530ae2d1",
|
|
952
975
|
"id": null,
|
|
953
976
|
"metadata": {},
|
|
954
977
|
"name": "StoreModalCartQuery",
|
|
955
978
|
"operationKind": "query",
|
|
956
|
-
"text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n settings {\n taxSystem\n }\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n ...StoreModalOrderVariableSelection_order\n id\n total {\n amount\n }\n orderVariableSelections {\n id\n }\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n billingIdentity {\n name\n }\n }\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n settings {\n checkoutAddressCollection\n checkoutPhoneNumberCollection\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 ... on CollectionBundle {\n name\n totalStyles\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 countryCode\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 OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: [])\n orderVariableOptions {\n id\n amount\n }\n }\n countries {\n code\n name\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalOrderVariableSelection_order on Order {\n id\n orderVariableSelections {\n orderVariable {\n id\n name\n variableType\n }\n orderVariableDescription(format: HTML)\n orderVariableOption {\n id\n amount\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n settings {\n storeModalSelectOrderVariablesLabel(format: HTML)\n }\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 phoneNullable\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 phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n clientSecret\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n detectedCountry\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n taxSystem\n recaptchaEnabled\n recaptchaSiteKey\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
979
|
+
"text": "query StoreModalCartQuery {\n viewer {\n ...StripeProvider_viewer\n ...OrderVariableSelection_variables\n ...StoreModalOrderVariableSelection_viewer\n ...StoreModalUnifiedCheckout_viewer\n settings {\n taxSystem\n }\n currentOrder {\n ...CartState_order\n ...CartTotals_order\n ...StoreModalUnifiedCheckout_order\n ...StoreModalOrderVariableSelection_order\n id\n total {\n amount\n }\n orderVariableSelections {\n id\n }\n orderItems {\n id\n ...CartItem_node\n licenseSelections {\n licenseVariable {\n variableType\n id\n }\n variableText\n id\n }\n }\n discount {\n id\n }\n stripePaymentMethod {\n id\n }\n billingIdentity {\n name\n }\n }\n id\n }\n}\n\nfragment AddressFields_viewer on Viewer {\n countries {\n code\n name\n }\n settings {\n checkoutAddressCollection\n checkoutPhoneNumberCollection\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 fontCollection {\n name\n id\n }\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on CollectionBundle {\n name\n totalStyles\n fontCollection {\n name\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 countryCode\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 taxNotApplicable\n taxNotApplicableReason\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 OrderVariableSelection_variables on Viewer {\n orderVariables {\n id\n name\n variableType\n description(format: HTML, orderVariables: [])\n orderVariableOptions {\n id\n amount\n }\n }\n countries {\n code\n name\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalOrderVariableSelection_order on Order {\n id\n orderVariableSelections {\n orderVariable {\n id\n name\n variableType\n }\n orderVariableDescription(format: HTML)\n orderVariableOption {\n id\n amount\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalOrderVariableSelection_viewer on Viewer {\n ...OrderVariableSelection_variables\n orderVariables {\n id\n }\n settings {\n storeModalSelectOrderVariablesLabel(format: HTML)\n }\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 phoneNullable\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 phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n clientSecret\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment StoreModalUnifiedCheckout_viewer on Viewer {\n ...AddressFields_viewer\n country\n detectedCountry\n settings {\n uiFontName\n eulaAgreementLabel(format: HTML)\n storeModalSelectLicenseeLabel(format: HTML)\n newsletterOptInLabel(format: HTML)\n taxSystem\n recaptchaEnabled\n recaptchaSiteKey\n }\n themeConfig {\n customProperties\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripeAccountId\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
957
980
|
}
|
|
958
981
|
};
|
|
959
982
|
}();
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<8e0a2078bc1fa93f42a0d1d8f1939638>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -16,12 +16,19 @@ exports.default = void 0;
|
|
|
16
16
|
|
|
17
17
|
const node = function () {
|
|
18
18
|
var v0 = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
"alias": null,
|
|
20
|
+
"args": null,
|
|
21
|
+
"kind": "ScalarField",
|
|
22
|
+
"name": "id",
|
|
23
|
+
"storageKey": null
|
|
24
|
+
},
|
|
25
|
+
v1 = {
|
|
26
|
+
"alias": null,
|
|
27
|
+
"args": null,
|
|
28
|
+
"kind": "ScalarField",
|
|
29
|
+
"name": "stripeAccountId",
|
|
30
|
+
"storageKey": null
|
|
31
|
+
};
|
|
25
32
|
return {
|
|
26
33
|
"fragment": {
|
|
27
34
|
"argumentDefinitions": [],
|
|
@@ -138,13 +145,7 @@ const node = function () {
|
|
|
138
145
|
"storageKey": null
|
|
139
146
|
}],
|
|
140
147
|
"storageKey": null
|
|
141
|
-
}, {
|
|
142
|
-
"alias": null,
|
|
143
|
-
"args": null,
|
|
144
|
-
"kind": "ScalarField",
|
|
145
|
-
"name": "stripeAccountId",
|
|
146
|
-
"storageKey": null
|
|
147
|
-
}, {
|
|
148
|
+
}, v1 /*: any*/, {
|
|
148
149
|
"alias": null,
|
|
149
150
|
"args": null,
|
|
150
151
|
"kind": "ScalarField",
|
|
@@ -157,7 +158,7 @@ const node = function () {
|
|
|
157
158
|
"kind": "LinkedField",
|
|
158
159
|
"name": "currentOrder",
|
|
159
160
|
"plural": false,
|
|
160
|
-
"selections": [{
|
|
161
|
+
"selections": [v1 /*: any*/, {
|
|
161
162
|
"alias": null,
|
|
162
163
|
"args": null,
|
|
163
164
|
"concreteType": "StripePaymentIntent",
|
|
@@ -179,12 +180,12 @@ const node = function () {
|
|
|
179
180
|
}]
|
|
180
181
|
},
|
|
181
182
|
"params": {
|
|
182
|
-
"cacheID": "
|
|
183
|
+
"cacheID": "07b3cd9f983a1bda03e85d8908ec2742",
|
|
183
184
|
"id": null,
|
|
184
185
|
"metadata": {},
|
|
185
186
|
"name": "StoreModalCheckoutQuery",
|
|
186
187
|
"operationKind": "query",
|
|
187
|
-
"text": "query StoreModalCheckoutQuery {\n viewer {\n ...StripeProvider_viewer\n currentOrder {\n id\n }\n id\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n"
|
|
188
|
+
"text": "query StoreModalCheckoutQuery {\n viewer {\n ...StripeProvider_viewer\n currentOrder {\n id\n }\n id\n }\n}\n\nfragment StripeProvider_viewer on Viewer {\n settings {\n taxSystem\n uiFontStyle {\n name\n cssFamily\n webfontSources {\n format\n url\n }\n id\n }\n }\n themeConfig {\n customProperties\n }\n stripeAccountId\n stripePublishableKey\n currentOrder {\n stripeAccountId\n stripePaymentIntent {\n clientSecret\n }\n id\n }\n}\n"
|
|
188
189
|
}
|
|
189
190
|
};
|
|
190
191
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<5129aea056fb3260736f1f94d8a9ff13>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -14,6 +14,7 @@ export type StoreModalFamily_collection$data = {
|
|
|
14
14
|
readonly id: string;
|
|
15
15
|
readonly " $fragmentSpreads": FragmentRefs<"StoreModalStyleButton_fontStyle">;
|
|
16
16
|
}> | null;
|
|
17
|
+
readonly hidden: boolean | null;
|
|
17
18
|
readonly id: string;
|
|
18
19
|
readonly " $fragmentSpreads": FragmentRefs<"StoreModalBundleButton_bundle">;
|
|
19
20
|
}> | null;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<5129aea056fb3260736f1f94d8a9ff13>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -114,7 +114,13 @@ const node = function () {
|
|
|
114
114
|
"kind": "LinkedField",
|
|
115
115
|
"name": "bundles",
|
|
116
116
|
"plural": true,
|
|
117
|
-
"selections": [v1 /*: any*/,
|
|
117
|
+
"selections": [v1 /*: any*/, {
|
|
118
|
+
"alias": null,
|
|
119
|
+
"args": null,
|
|
120
|
+
"kind": "ScalarField",
|
|
121
|
+
"name": "hidden",
|
|
122
|
+
"storageKey": null
|
|
123
|
+
}, v2 /*: any*/, {
|
|
118
124
|
"args": v0 /*: any*/,
|
|
119
125
|
"kind": "FragmentSpread",
|
|
120
126
|
"name": "StoreModalBundleButton_bundle"
|
|
@@ -125,6 +131,6 @@ const node = function () {
|
|
|
125
131
|
"abstractKey": null
|
|
126
132
|
};
|
|
127
133
|
}();
|
|
128
|
-
node.hash = "
|
|
134
|
+
node.hash = "9c85d32d917e909af575bdda90949c0b";
|
|
129
135
|
var _default = node;
|
|
130
136
|
exports.default = _default;
|