fontdue-js 2.16.0 → 2.17.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 (115) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/__generated__/AddressFieldsRefetchQuery.graphql.d.ts +1 -1
  3. package/dist/__generated__/AddressFieldsRefetchQuery.graphql.js +25 -4
  4. package/dist/__generated__/AddressFields_viewer.graphql.d.ts +5 -1
  5. package/dist/__generated__/AddressFields_viewer.graphql.js +23 -2
  6. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
  7. package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +10 -4
  8. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
  9. package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +10 -4
  10. package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +3 -2
  11. package/dist/__generated__/CartOrderUpdateMutation.graphql.js +10 -4
  12. package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
  13. package/dist/__generated__/CartQuery.graphql.js +22 -4
  14. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
  15. package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +43 -4
  16. package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +3 -2
  17. package/dist/__generated__/CartStateUpdateMutation.graphql.js +60 -53
  18. package/dist/__generated__/CartState_order.graphql.d.ts +2 -1
  19. package/dist/__generated__/CartState_order.graphql.js +8 -2
  20. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  21. package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +10 -4
  22. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +5 -4
  23. package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +10 -4
  24. package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.d.ts +3 -3
  25. package/dist/__generated__/Checkout_UpdateOrderErrors.graphql.js +3 -3
  26. package/dist/__generated__/Checkout_identity.graphql.d.ts +2 -2
  27. package/dist/__generated__/Checkout_identity.graphql.js +3 -3
  28. package/dist/__generated__/Checkout_order.graphql.d.ts +3 -3
  29. package/dist/__generated__/Checkout_order.graphql.js +2 -2
  30. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
  31. package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +43 -4
  32. package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.d.ts +4 -1
  33. package/dist/__generated__/CustomerLoginFormLoginMutation.graphql.js +1 -1
  34. package/dist/__generated__/FontFamiliesQuery.graphql.d.ts +2 -1
  35. package/dist/__generated__/FontFamiliesQuery.graphql.js +1 -1
  36. package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.d.ts +6 -1
  37. package/dist/__generated__/OrderVariableSelectionRedux_viewer.graphql.js +29 -2
  38. package/dist/__generated__/OrderVariableSelection_variables.graphql.d.ts +5 -1
  39. package/dist/__generated__/OrderVariableSelection_variables.graphql.js +31 -15
  40. package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +2 -1
  41. package/dist/__generated__/PrecartAddToCartMutation.graphql.js +10 -4
  42. package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.d.ts +2 -1
  43. package/dist/__generated__/PriceBarSectionRefetchQuery.graphql.js +1 -1
  44. package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +8 -2
  45. package/dist/__generated__/StoreModalCartQuery.graphql.js +174 -127
  46. package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.d.ts +2 -1
  47. package/dist/__generated__/StoreModalIndexItem_fontCollection.graphql.js +8 -2
  48. package/dist/__generated__/StoreModalIndexQuery.graphql.d.ts +1 -1
  49. package/dist/__generated__/StoreModalIndexQuery.graphql.js +9 -3
  50. package/dist/__generated__/StoreModalOrderVariableSelection_order.graphql.d.ts +30 -0
  51. package/dist/__generated__/StoreModalOrderVariableSelection_order.graphql.js +98 -0
  52. package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.d.ts +1 -16
  53. package/dist/__generated__/StoreModalOrderVariableSelection_viewer.graphql.js +40 -104
  54. package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +2 -1
  55. package/dist/__generated__/StoreModalProductQuery.graphql.js +24 -3
  56. package/dist/__generated__/StoreModalProductRefetchQuery.graphql.d.ts +2 -1
  57. package/dist/__generated__/StoreModalProductRefetchQuery.graphql.js +1 -1
  58. package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.d.ts +2 -1
  59. package/dist/__generated__/StoreModalProductSummaryAddToCartMutation.graphql.js +1 -1
  60. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +2 -1
  61. package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +1 -1
  62. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
  63. package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +43 -4
  64. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
  65. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +43 -4
  66. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +6 -5
  67. package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +156 -11
  68. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +13 -3
  69. package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +50 -4
  70. package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +2 -1
  71. package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +10 -4
  72. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
  73. package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +10 -4
  74. package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +2 -1
  75. package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +9 -3
  76. package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
  77. package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +30 -14
  78. package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.d.ts +2 -1
  79. package/dist/__generated__/TypeTesterStyleSelectData_fontStyle.graphql.js +8 -2
  80. package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.d.ts +4 -1
  81. package/dist/__generated__/TypeTesterStyleSelectData_viewer.graphql.js +17 -2
  82. package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +2 -1
  83. package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +9 -3
  84. package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
  85. package/dist/__generated__/TypeTestersIDQuery.graphql.js +53 -37
  86. package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +2 -1
  87. package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +9 -3
  88. package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
  89. package/dist/__generated__/TypeTestersSlugQuery.graphql.js +53 -37
  90. package/dist/components/Cart/AddressFields.d.ts +3 -2
  91. package/dist/components/Cart/AddressFields.js +45 -47
  92. package/dist/components/Cart/CartState.js +1 -1
  93. package/dist/components/Cart/CartTotals.d.ts +5 -2
  94. package/dist/components/Cart/CartTotals.js +24 -10
  95. package/dist/components/Cart/Checkout.js +33 -6
  96. package/dist/components/Cart/CustomerFields.js +5 -2
  97. package/dist/components/Cart/types.d.ts +1 -1
  98. package/dist/components/OrderVariableSelection/OrderVariableSelectionRedux.js +21 -1
  99. package/dist/components/OrderVariableSelection/index.d.ts +1 -0
  100. package/dist/components/OrderVariableSelection/index.js +23 -10
  101. package/dist/components/StoreModal/StoreModalCart.js +9 -6
  102. package/dist/components/StoreModal/StoreModalCheckout.js +0 -37
  103. package/dist/components/StoreModal/StoreModalIndexItem.js +3 -3
  104. package/dist/components/StoreModal/StoreModalOrderVariableSelection.d.ts +3 -1
  105. package/dist/components/StoreModal/StoreModalOrderVariableSelection.js +9 -5
  106. package/dist/components/StoreModal/StoreModalStyleButton.js +1 -8
  107. package/dist/components/StripeProvider/index.js +5 -3
  108. package/dist/components/TypeTester/TypeTesterStyleSelectData.js +12 -3
  109. package/dist/components/elements/StoreModalUnifiedCheckout.d.ts +60 -1
  110. package/dist/components/elements/StoreModalUnifiedCheckout.js +410 -202
  111. package/dist/fontdue.css +36 -10
  112. package/dist/reducer.d.ts +1 -0
  113. package/dist/utils.d.ts +1 -0
  114. package/dist/utils.js +11 -2
  115. package/package.json +2 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<681640c782b51cf25691d9a4b488a830>>
8
+ * @generated SignedSource<<955383975fd3e6c3d1aead410f172705>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -56,7 +56,7 @@ const node = function () {
56
56
  "alias": null,
57
57
  "args": null,
58
58
  "kind": "ScalarField",
59
- "name": "phone",
59
+ "name": "phoneNullable",
60
60
  "storageKey": null
61
61
  }, {
62
62
  "alias": null,
@@ -626,6 +626,12 @@ const node = function () {
626
626
  "plural": false,
627
627
  "selections": v8 /*: any*/,
628
628
  "storageKey": null
629
+ }, {
630
+ "alias": null,
631
+ "args": null,
632
+ "kind": "ScalarField",
633
+ "name": "countryCode",
634
+ "storageKey": null
629
635
  }, v4 /*: any*/],
630
636
  "storageKey": null
631
637
  }, {
@@ -680,12 +686,12 @@ const node = function () {
680
686
  }]
681
687
  },
682
688
  "params": {
683
- "cacheID": "fe20f6f9d8f9ed49c6d73805a2eb2cd8",
689
+ "cacheID": "7257fc5aa23250270ae452fe00cecbeb",
684
690
  "id": null,
685
691
  "metadata": {},
686
692
  "name": "TestFontsFormUpdateCustomerMutation",
687
693
  "operationKind": "mutation",
688
- "text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\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 CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\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 orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\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 }\n canCompleteWithCoupon\n completedWithCoupon\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 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 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 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 VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
694
+ "text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\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 CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\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 orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\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 }\n canCompleteWithCoupon\n completedWithCoupon\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 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 phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\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 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 VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
689
695
  }
690
696
  };
691
697
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<01d758e3e6633b1b189fbcdcc26f88f6>>
2
+ * @generated SignedSource<<9e8a4fa0e489d7a259904dc2ffeaceb0>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -10,6 +10,7 @@ export type LicenseOptionsSpec = {
10
10
  licenseOptionIds?: ReadonlyArray<string> | null;
11
11
  };
12
12
  export type OrderVariableSelectionInput = {
13
+ countryCode?: string | null;
13
14
  orderVariableId: string;
14
15
  orderVariableOptionId?: string | null;
15
16
  };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<01d758e3e6633b1b189fbcdcc26f88f6>>
8
+ * @generated SignedSource<<9e8a4fa0e489d7a259904dc2ffeaceb0>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -176,6 +176,12 @@ const node = function () {
176
176
  }],
177
177
  "storageKey": null
178
178
  }, v5 /*: any*/, {
179
+ "alias": null,
180
+ "args": null,
181
+ "kind": "ScalarField",
182
+ "name": "supportedLanguages",
183
+ "storageKey": null
184
+ }, {
179
185
  "alias": null,
180
186
  "args": null,
181
187
  "kind": "ScalarField",
@@ -279,12 +285,12 @@ const node = function () {
279
285
  }]
280
286
  },
281
287
  "params": {
282
- "cacheID": "ea96c07d009b68aded0551cd9873e063",
288
+ "cacheID": "ea23a351f699ff17f0590ea8cf5331bf",
283
289
  "id": null,
284
290
  "metadata": {},
285
291
  "name": "TypeTesterStandaloneChangedStylesQuery",
286
292
  "operationKind": "query",
287
- "text": "query TypeTesterStandaloneChangedStylesQuery(\n $id: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $id) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\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_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n family {\n cssUrl\n id\n }\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n"
293
+ "text": "query TypeTesterStandaloneChangedStylesQuery(\n $id: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $id) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\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_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n family {\n cssUrl\n id\n }\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n"
288
294
  }
289
295
  };
290
296
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<89cea2967697d6a566efde1985ad2c9e>>
2
+ * @generated SignedSource<<9257126f8beeb17ac1fbf4b0d93d2a79>>
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<<89cea2967697d6a566efde1985ad2c9e>>
8
+ * @generated SignedSource<<9257126f8beeb17ac1fbf4b0d93d2a79>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -67,31 +67,38 @@ const node = function () {
67
67
  "alias": null,
68
68
  "args": null,
69
69
  "kind": "ScalarField",
70
- "name": "cssWeight",
70
+ "name": "supportedLanguages",
71
71
  "storageKey": null
72
72
  },
73
73
  v8 = {
74
74
  "alias": null,
75
75
  "args": null,
76
76
  "kind": "ScalarField",
77
- "name": "cssStyle",
77
+ "name": "cssWeight",
78
78
  "storageKey": null
79
79
  },
80
80
  v9 = {
81
81
  "alias": null,
82
82
  "args": null,
83
83
  "kind": "ScalarField",
84
- "name": "cssStretch",
84
+ "name": "cssStyle",
85
85
  "storageKey": null
86
86
  },
87
87
  v10 = {
88
88
  "alias": null,
89
89
  "args": null,
90
90
  "kind": "ScalarField",
91
- "name": "axis",
91
+ "name": "cssStretch",
92
92
  "storageKey": null
93
93
  },
94
94
  v11 = {
95
+ "alias": null,
96
+ "args": null,
97
+ "kind": "ScalarField",
98
+ "name": "axis",
99
+ "storageKey": null
100
+ },
101
+ v12 = {
95
102
  "alias": null,
96
103
  "args": null,
97
104
  "concreteType": "VariableInstance",
@@ -105,7 +112,7 @@ const node = function () {
105
112
  "kind": "LinkedField",
106
113
  "name": "coordinates",
107
114
  "plural": true,
108
- "selections": [v10 /*: any*/, {
115
+ "selections": [v11 /*: any*/, {
109
116
  "alias": null,
110
117
  "args": null,
111
118
  "kind": "ScalarField",
@@ -116,7 +123,7 @@ const node = function () {
116
123
  }],
117
124
  "storageKey": null
118
125
  },
119
- v12 = {
126
+ v13 = {
120
127
  "alias": null,
121
128
  "args": null,
122
129
  "kind": "ScalarField",
@@ -223,6 +230,15 @@ const node = function () {
223
230
  "kind": "ScalarField",
224
231
  "name": "isVariableFont",
225
232
  "storageKey": null
233
+ }, {
234
+ "alias": null,
235
+ "args": null,
236
+ "concreteType": "FontStyle",
237
+ "kind": "LinkedField",
238
+ "name": "featureStyle",
239
+ "plural": false,
240
+ "selections": [v7 /*: any*/, v4 /*: any*/],
241
+ "storageKey": null
226
242
  }, {
227
243
  "alias": null,
228
244
  "args": null,
@@ -230,7 +246,7 @@ const node = function () {
230
246
  "kind": "LinkedField",
231
247
  "name": "fontStyles",
232
248
  "plural": true,
233
- "selections": [v4 /*: any*/, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v11 /*: any*/],
249
+ "selections": [v4 /*: any*/, v6 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, v12 /*: any*/],
234
250
  "storageKey": null
235
251
  }],
236
252
  "storageKey": null
@@ -289,7 +305,7 @@ const node = function () {
289
305
  "kind": "LinkedField",
290
306
  "name": "variableAxes",
291
307
  "plural": true,
292
- "selections": [v10 /*: any*/, v6 /*: any*/, {
308
+ "selections": [v11 /*: any*/, v6 /*: any*/, {
293
309
  "alias": null,
294
310
  "args": null,
295
311
  "kind": "ScalarField",
@@ -303,7 +319,7 @@ const node = function () {
303
319
  "storageKey": null
304
320
  }],
305
321
  "storageKey": null
306
- }, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v11 /*: any*/, {
322
+ }, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/, v10 /*: any*/, v12 /*: any*/, {
307
323
  "alias": null,
308
324
  "args": null,
309
325
  "concreteType": "FontCollection",
@@ -346,7 +362,7 @@ const node = function () {
346
362
  "kind": "LinkedField",
347
363
  "name": "price",
348
364
  "plural": false,
349
- "selections": [v12 /*: any*/, {
365
+ "selections": [v13 /*: any*/, {
350
366
  "alias": null,
351
367
  "args": null,
352
368
  "kind": "ScalarField",
@@ -361,7 +377,7 @@ const node = function () {
361
377
  "kind": "LinkedField",
362
378
  "name": "price",
363
379
  "plural": false,
364
- "selections": [v12 /*: any*/],
380
+ "selections": [v13 /*: any*/],
365
381
  "storageKey": null
366
382
  }],
367
383
  "storageKey": null
@@ -372,12 +388,12 @@ const node = function () {
372
388
  }]
373
389
  },
374
390
  "params": {
375
- "cacheID": "3971b93a56f35270419864a144d0b347",
391
+ "cacheID": "23b5b03f43f9981f80974b66aac9f93d",
376
392
  "id": null,
377
393
  "metadata": {},
378
394
  "name": "TypeTesterStandaloneQuery",
379
395
  "operationKind": "query",
380
- "text": "query TypeTesterStandaloneQuery(\n $familyName: String!\n $styleName: String!\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTester_viewer_4g9a6U\n fontStyle(familyName: $familyName, styleName: $styleName) {\n ...TypeTester_fontStyle\n id\n family {\n id\n parent {\n id\n }\n }\n }\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_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_viewer_4g9a6U on Viewer {\n families: fontCollections(collectionTypes: [FAMILY], first: 999) @include(if: $selectable) {\n edges {\n node {\n id\n name\n isVariableFont\n fontStyles {\n id\n name\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n }\n }\n }\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n family {\n cssUrl\n id\n }\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment TypeTester_viewer_4g9a6U on Viewer {\n ...TypeTesterStyleSelectData_viewer_4g9a6U\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n"
396
+ "text": "query TypeTesterStandaloneQuery(\n $familyName: String!\n $styleName: String!\n $selectable: Boolean!\n) {\n viewer {\n ...TypeTester_viewer_4g9a6U\n fontStyle(familyName: $familyName, styleName: $styleName) {\n ...TypeTester_fontStyle\n id\n family {\n id\n parent {\n id\n }\n }\n }\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_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_viewer_4g9a6U on Viewer {\n families: fontCollections(collectionTypes: [FAMILY], first: 999) @include(if: $selectable) {\n edges {\n node {\n id\n name\n isVariableFont\n featureStyle {\n supportedLanguages\n id\n }\n fontStyles {\n id\n name\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n }\n }\n }\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n family {\n cssUrl\n id\n }\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment TypeTester_viewer_4g9a6U on Viewer {\n ...TypeTesterStyleSelectData_viewer_4g9a6U\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n"
381
397
  }
382
398
  };
383
399
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<2db6b2017fd7d2123b9495055122dfd5>>
2
+ * @generated SignedSource<<6fb60028b0c9ce0576bf8a7c26826e59>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -14,6 +14,7 @@ export type TypeTesterStyleSelectData_fontStyle$data = {
14
14
  } | null;
15
15
  readonly id: string;
16
16
  readonly name: string;
17
+ readonly supportedLanguages: ReadonlyArray<string> | null;
17
18
  readonly variableInstances: ReadonlyArray<{
18
19
  readonly coordinates: ReadonlyArray<{
19
20
  readonly axis: string;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<2db6b2017fd7d2123b9495055122dfd5>>
8
+ * @generated SignedSource<<6fb60028b0c9ce0576bf8a7c26826e59>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -34,6 +34,12 @@ const node = function () {
34
34
  "name": "id",
35
35
  "storageKey": null
36
36
  }, v0 /*: any*/, {
37
+ "alias": null,
38
+ "args": null,
39
+ "kind": "ScalarField",
40
+ "name": "supportedLanguages",
41
+ "storageKey": null
42
+ }, {
37
43
  "alias": null,
38
44
  "args": null,
39
45
  "kind": "ScalarField",
@@ -95,6 +101,6 @@ const node = function () {
95
101
  "abstractKey": null
96
102
  };
97
103
  }();
98
- node.hash = "6d485f52ae538b13da3f1f924512299c";
104
+ node.hash = "187778816a910be9ab709431d1d818b3";
99
105
  var _default = node;
100
106
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<8f1dd666707073dbac709ca017125b40>>
2
+ * @generated SignedSource<<de2a1d20c5692c0b9d1b3fb9726732b0>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -9,6 +9,9 @@ export type TypeTesterStyleSelectData_viewer$data = {
9
9
  readonly families?: {
10
10
  readonly edges: ReadonlyArray<{
11
11
  readonly node: {
12
+ readonly featureStyle: {
13
+ readonly supportedLanguages: ReadonlyArray<string> | null;
14
+ } | null;
12
15
  readonly fontStyles: ReadonlyArray<{
13
16
  readonly cssStretch: string | null;
14
17
  readonly cssStyle: string | null;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<8f1dd666707073dbac709ca017125b40>>
8
+ * @generated SignedSource<<de2a1d20c5692c0b9d1b3fb9726732b0>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -77,6 +77,21 @@ const node = function () {
77
77
  "kind": "ScalarField",
78
78
  "name": "isVariableFont",
79
79
  "storageKey": null
80
+ }, {
81
+ "alias": null,
82
+ "args": null,
83
+ "concreteType": "FontStyle",
84
+ "kind": "LinkedField",
85
+ "name": "featureStyle",
86
+ "plural": false,
87
+ "selections": [{
88
+ "alias": null,
89
+ "args": null,
90
+ "kind": "ScalarField",
91
+ "name": "supportedLanguages",
92
+ "storageKey": null
93
+ }],
94
+ "storageKey": null
80
95
  }, {
81
96
  "alias": null,
82
97
  "args": null,
@@ -146,6 +161,6 @@ const node = function () {
146
161
  "abstractKey": null
147
162
  };
148
163
  }();
149
- node.hash = "1358148ad95a34299279a025b991e467";
164
+ node.hash = "5e5834d9202f90bdde5a0a7db49e8639";
150
165
  var _default = node;
151
166
  exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<2be1ef2d6646d48d7a4be82807309db9>>
2
+ * @generated SignedSource<<7a9fa6251405047ddcfc64068ecad989>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */
@@ -10,6 +10,7 @@ export type LicenseOptionsSpec = {
10
10
  licenseOptionIds?: ReadonlyArray<string> | null;
11
11
  };
12
12
  export type OrderVariableSelectionInput = {
13
+ countryCode?: string | null;
13
14
  orderVariableId: string;
14
15
  orderVariableOptionId?: string | null;
15
16
  };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<2be1ef2d6646d48d7a4be82807309db9>>
8
+ * @generated SignedSource<<7a9fa6251405047ddcfc64068ecad989>>
9
9
  * @lightSyntaxTransform
10
10
  * @nogrep
11
11
  */
@@ -176,6 +176,12 @@ const node = function () {
176
176
  }],
177
177
  "storageKey": null
178
178
  }, v5 /*: any*/, {
179
+ "alias": null,
180
+ "args": null,
181
+ "kind": "ScalarField",
182
+ "name": "supportedLanguages",
183
+ "storageKey": null
184
+ }, {
179
185
  "alias": null,
180
186
  "args": null,
181
187
  "kind": "ScalarField",
@@ -279,12 +285,12 @@ const node = function () {
279
285
  }]
280
286
  },
281
287
  "params": {
282
- "cacheID": "6b0ba6b931aad5be5856ad321e1c3fa1",
288
+ "cacheID": "999cb0164a85d4638507d9e0afd1407c",
283
289
  "id": null,
284
290
  "metadata": {},
285
291
  "name": "TypeTestersChangedStylesQuery",
286
292
  "operationKind": "query",
287
- "text": "query TypeTestersChangedStylesQuery(\n $ids: [ID!]!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n nodes(ids: $ids) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\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_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n family {\n cssUrl\n id\n }\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n"
293
+ "text": "query TypeTestersChangedStylesQuery(\n $ids: [ID!]!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n nodes(ids: $ids) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\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_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n name\n id\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n family {\n cssUrl\n id\n }\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n stylisticSetNames {\n featureName\n humanName\n }\n }\n}\n"
288
294
  }
289
295
  };
290
296
  }();
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<94b5d191e2d009e3c429a070604ade9a>>
2
+ * @generated SignedSource<<c0f6e4fabd1f9a149b34f1326d8e446f>>
3
3
  * @lightSyntaxTransform
4
4
  * @nogrep
5
5
  */