@bunnyapp/components 1.8.0-beta.37 → 1.8.0-beta.39

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 (400) hide show
  1. package/dist/cjs/index.js +3 -3
  2. package/dist/cjs/types/src/UI/Tooltip.d.ts +1 -1
  3. package/dist/cjs/types/src/UI/TruncatedText/TruncatedText.d.ts +1 -1
  4. package/dist/cjs/types/src/components/BillingDetails/BillingDetails.d.ts +1 -1
  5. package/dist/cjs/types/src/components/BillingDetails/BillingDetailsForm.d.ts +1 -1
  6. package/dist/cjs/types/src/components/BillingDetails/components/AddContactButton.d.ts +1 -1
  7. package/dist/cjs/types/src/components/BillingDetails/components/AddContactModal.d.ts +1 -1
  8. package/dist/cjs/types/src/components/BunnyProvider/BunnyProvider.d.ts +1 -1
  9. package/dist/cjs/types/src/components/BunnyProvider/contexts/BunnyProviderCallbacksProvider.d.ts +1 -1
  10. package/dist/cjs/types/src/components/Card.d.ts +1 -1
  11. package/dist/cjs/types/src/components/Checkout/Checkout.d.ts +1 -1
  12. package/dist/cjs/types/src/components/Checkout/QuoteCheckout.d.ts +1 -1
  13. package/dist/cjs/types/src/components/Checkout/QuoteIsLoadingIndicator.d.ts +1 -1
  14. package/dist/cjs/types/src/components/CustomizedAntdComponents/Tag.d.ts +1 -1
  15. package/dist/cjs/types/src/components/DocumentTemplatePreview.d.ts +1 -1
  16. package/dist/cjs/types/src/components/DrawerHeader.d.ts +1 -1
  17. package/dist/cjs/types/src/components/Error.d.ts +1 -1
  18. package/dist/cjs/types/src/components/FeatureUsageGraph.d.ts +1 -1
  19. package/dist/cjs/types/src/components/Footer/BunnyFooterIcon.d.ts +1 -1
  20. package/dist/cjs/types/src/components/Footer/Footer.d.ts +1 -1
  21. package/dist/cjs/types/src/components/HeaderModalWrapper.d.ts +1 -1
  22. package/dist/cjs/types/src/components/Invoice/Invoice.d.ts +1 -1
  23. package/dist/cjs/types/src/components/Invoice/InvoiceQuoteView/DownloadQuoteButton.d.ts +1 -1
  24. package/dist/cjs/types/src/components/Invoice/InvoiceQuoteView/InvoiceQuoteView.d.ts +1 -1
  25. package/dist/cjs/types/src/components/Invoice/InvoiceQuoteView/InvoiceQuoteViewWithButtons.d.ts +1 -1
  26. package/dist/cjs/types/src/components/LegacyInvoicePDF.d.ts +1 -1
  27. package/dist/cjs/types/src/components/PandadocPollingModal.d.ts +1 -1
  28. package/dist/cjs/types/src/components/PaymentForm/DemoPay/CreditCard/CreditCard.d.ts +1 -1
  29. package/dist/cjs/types/src/components/PaymentForm/DemoPay/CreditCard/MiniCreditCard.d.ts +1 -1
  30. package/dist/cjs/types/src/components/PaymentForm/DemoPay/CreditCard/components/CardImage.d.ts +1 -1
  31. package/dist/cjs/types/src/components/PaymentForm/DemoPay/DemoPayCardCvc.d.ts +1 -1
  32. package/dist/cjs/types/src/components/PaymentForm/DemoPay/DemoPayCardNumber.d.ts +1 -1
  33. package/dist/cjs/types/src/components/PaymentForm/DemoPay/DemoPayExpiry.d.ts +1 -1
  34. package/dist/cjs/types/src/components/PaymentForm/DemoPay/DemoPayForm.d.ts +1 -1
  35. package/dist/cjs/types/src/components/PaymentForm/DemoPay/DemoPayFormProvider.d.ts +1 -1
  36. package/dist/cjs/types/src/components/PaymentForm/PaymentForm.d.ts +2 -2
  37. package/dist/cjs/types/src/components/PaymentForm/Stripe/StripeForm.d.ts +1 -1
  38. package/dist/cjs/types/src/components/PaymentForm/Stripe/StripeFormProvider.d.ts +1 -1
  39. package/dist/cjs/types/src/components/PaymentForm/components/CheckoutNoPayment.d.ts +1 -1
  40. package/dist/cjs/types/src/components/PaymentForm/components/CouponEditor.d.ts +1 -1
  41. package/dist/cjs/types/src/components/PaymentForm/components/Pay.d.ts +1 -1
  42. package/dist/cjs/types/src/components/PaymentForm/components/PaymentMethodDetails/PaymentMethodDetails.d.ts +1 -1
  43. package/dist/cjs/types/src/components/PaymentForm/components/PaymentMethodDetails/components/Cancel.d.ts +1 -1
  44. package/dist/cjs/types/src/components/PaymentForm/components/PaymentMethodDetails/components/Collapsible.d.ts +1 -1
  45. package/dist/cjs/types/src/components/PaymentForm/components/PaymentMethodDetails/components/PaymentMethodSelector.d.ts +1 -1
  46. package/dist/cjs/types/src/components/PaymentForm/components/PaymentMethodDetails/components/Save.d.ts +1 -1
  47. package/dist/cjs/types/src/components/PaymentForm/components/StoredPaymentMethods.d.ts +1 -1
  48. package/dist/cjs/types/src/components/PaymentForm/context/AccountIdContext.d.ts +1 -1
  49. package/dist/cjs/types/src/components/PaymentForm/context/CallbacksContext.d.ts +1 -1
  50. package/dist/cjs/types/src/components/PaymentForm/context/CustomCheckoutFunctionContext.d.ts +1 -1
  51. package/dist/cjs/types/src/components/PaymentForm/context/PaymentMethodFormVisibilityContext.d.ts +1 -1
  52. package/dist/cjs/types/src/components/PaymentForm/context/PaymentProvider.d.ts +2 -2
  53. package/dist/cjs/types/src/components/PaymentForm/context/SelectedPaymentPluginContext.d.ts +1 -1
  54. package/dist/cjs/types/src/components/PaymentForm/context/SelectedPluginProvider.d.ts +1 -1
  55. package/dist/cjs/types/src/components/PaymentForm/context/ShowPaymentDetailsContext.d.ts +1 -1
  56. package/dist/cjs/types/src/components/Quote/Quote.d.ts +1 -1
  57. package/dist/cjs/types/src/components/Quote/StyledModal.d.ts +1 -1
  58. package/dist/cjs/types/src/components/Quote/components/AcceptQuoteModal.d.ts +1 -1
  59. package/dist/cjs/types/src/components/Quote/components/NoSigningPluginsForm.d.ts +1 -1
  60. package/dist/cjs/types/src/components/Quote/components/PaymentHoldDisplay.d.ts +1 -1
  61. package/dist/cjs/types/src/components/Quote/components/PaymentHoldModal.d.ts +1 -1
  62. package/dist/cjs/types/src/components/Quote/components/QuoteButtons.d.ts +1 -1
  63. package/dist/cjs/types/src/components/Quote/components/QuoteIsAcceptedLabel.d.ts +1 -1
  64. package/dist/cjs/types/src/components/QuoteProvider/QuoteProvider.d.ts +1 -1
  65. package/dist/cjs/types/src/components/QuoteProvider/context/quantityEditableChargesContext.d.ts +1 -1
  66. package/dist/cjs/types/src/components/QuoteProvider/hooks/useQuoteCreate.d.ts +2 -2
  67. package/dist/cjs/types/src/components/Quotes/Quotes.d.ts +1 -1
  68. package/dist/cjs/types/src/components/Signup/Signup.d.ts +1 -1
  69. package/dist/cjs/types/src/components/Signup/SignupContent.d.ts +1 -1
  70. package/dist/cjs/types/src/components/Signup/components/CheckoutSummary/CheckoutSummary.d.ts +1 -1
  71. package/dist/cjs/types/src/components/Signup/components/CheckoutSummary/components/CheckoutSummaryTotals.d.ts +1 -1
  72. package/dist/cjs/types/src/components/Signup/components/InitialSignupFormFields.d.ts +1 -1
  73. package/dist/cjs/types/src/components/Signup/components/LoadingOverlay.d.ts +1 -1
  74. package/dist/cjs/types/src/components/Signup/components/Logo.d.ts +1 -1
  75. package/dist/cjs/types/src/components/Signup/components/PriceListDisplay.d.ts +1 -1
  76. package/dist/cjs/types/src/components/Signup/components/PurchaseSuccessDisplay.d.ts +1 -1
  77. package/dist/cjs/types/src/components/Signup/components/QuoteCreateButton.d.ts +1 -1
  78. package/dist/cjs/types/src/components/Signup/components/SignupForm/SignupForm.d.ts +1 -1
  79. package/dist/cjs/types/src/components/Signup/components/SignupForm/components/ExistingAccountForm.d.ts +1 -1
  80. package/dist/cjs/types/src/components/Signup/components/SignupForm/components/NewAccountForm.d.ts +1 -1
  81. package/dist/cjs/types/src/components/Signup/components/SignupPaymentForm.d.ts +1 -1
  82. package/dist/cjs/types/src/components/Signup/components/SignupSplitScreenContainer.d.ts +1 -1
  83. package/dist/cjs/types/src/components/Signup/components/SuccessDisplay/SuccessDisplay.d.ts +1 -1
  84. package/dist/cjs/types/src/components/Signup/components/SuccessDisplay/components/SignupSuccessDisplay.d.ts +1 -1
  85. package/dist/cjs/types/src/components/Signup/components/SuccessDisplay/components/SuccessIcon.d.ts +1 -1
  86. package/dist/cjs/types/src/components/Signup/components/SuccessDisplay/components/ViewPortalSubscription.d.ts +1 -1
  87. package/dist/cjs/types/src/components/Signup/hooks/useSignupQuoteQueryData.d.ts +2 -2
  88. package/dist/cjs/types/src/components/Signup/signup-quote/SignupQuote.d.ts +1 -1
  89. package/dist/cjs/types/src/components/Signup/signup-quote/SignupQuoteProvider.d.ts +1 -1
  90. package/dist/cjs/types/src/components/StateTag.d.ts +1 -1
  91. package/dist/cjs/types/src/components/Subscriptions/AddonSubscriptionCards.d.ts +1 -1
  92. package/dist/cjs/types/src/components/Subscriptions/CheckIcon.d.ts +1 -1
  93. package/dist/cjs/types/src/components/Subscriptions/Subscriptions.d.ts +1 -1
  94. package/dist/cjs/types/src/components/Subscriptions/SubscriptionsListContainer.d.ts +1 -1
  95. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/NextPriceListButton.d.ts +1 -1
  96. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/PlanPicker.d.ts +1 -1
  97. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/PriceListGrid.d.ts +1 -1
  98. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutBarInput/CheckoutBarInput.d.ts +1 -1
  99. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutBarSummarySection.d.ts +1 -1
  100. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutButton.d.ts +1 -1
  101. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutPrice.d.ts +1 -1
  102. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/PlanPickerCheckoutBar.d.ts +1 -1
  103. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/BillingPeriodSelector.d.ts +1 -1
  104. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/EverythingPlanFeatures.d.ts +1 -1
  105. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/FeatureGridCell.d.ts +1 -1
  106. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/GridTemplateColumnsWrapper.d.ts +1 -1
  107. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanFeatures/PlanFeatures.d.ts +1 -1
  108. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanFeatures/components/FeatureGroup.d.ts +1 -1
  109. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanFeatures/components/FeatureTitle.d.ts +1 -1
  110. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanPickerGridCell.d.ts +1 -1
  111. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PriceListGridDesktop.d.ts +1 -1
  112. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/featureAddons/FeatureAddonRow.d.ts +1 -1
  113. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/featureAddons/FeatureAddons.d.ts +1 -1
  114. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/featureAddons/FeatureAddonsList.d.ts +1 -1
  115. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/PriceListCardDesktop.d.ts +1 -1
  116. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/addonPlans/AddonPlans.d.ts +1 -1
  117. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/addonPlans/components/AddonPlanModal.d.ts +1 -1
  118. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/addonPlans/components/AddonPlanRow.d.ts +1 -1
  119. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerMobile/PriceListCardMobile.d.ts +1 -1
  120. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerMobile/PriceListGridMobile.d.ts +1 -1
  121. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceDescription/BillingPeriodDescription.d.ts +1 -1
  122. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceDescription/PriceListCardPriceDescription.d.ts +1 -1
  123. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCard.d.ts +1 -1
  124. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardButton.d.ts +1 -1
  125. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardDescription.d.ts +1 -1
  126. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardFeature.d.ts +1 -1
  127. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardPrice.d.ts +1 -1
  128. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardTitle.d.ts +1 -1
  129. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListSelector/BackButton.d.ts +1 -1
  130. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListSelector/PriceListSelector.d.ts +1 -1
  131. package/dist/cjs/types/src/components/Subscriptions/Upgrade/PreviewModeAdvisary.d.ts +1 -1
  132. package/dist/cjs/types/src/components/Subscriptions/Upgrade/Upgrade.d.ts +1 -1
  133. package/dist/cjs/types/src/components/Subscriptions/Upgrade/contexts/DefaultBillingPeriodContext.d.ts +1 -1
  134. package/dist/cjs/types/src/components/Subscriptions/context/changeUpgradingSubscriptionContext.d.ts +1 -1
  135. package/dist/cjs/types/src/components/Subscriptions/context/subscriptionCancelContext.d.ts +1 -1
  136. package/dist/cjs/types/src/components/Subscriptions/context/subscriptionPropsContext.d.ts +1 -1
  137. package/dist/cjs/types/src/components/Subscriptions/context/upgradingSubscriptionContext.d.ts +1 -1
  138. package/dist/cjs/types/src/components/Subscriptions/context/upgradingSubscriptionIdContext.d.ts +1 -1
  139. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/QuantityChangeGridRow.d.ts +1 -1
  140. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/QuantityChangeGridTitle.d.ts +1 -1
  141. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/QuantityDrawer.d.ts +2 -2
  142. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/QuoteChangeSummarySection.d.ts +1 -1
  143. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/context/quoteIdContext.d.ts +1 -1
  144. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/context/quoteIsLoadingContext.d.ts +1 -1
  145. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/context/quoteRecalculateTaxesContext.d.ts +1 -1
  146. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/quantityChangeDrawerDesktop/QuantityChangeDrawerDesktop.d.ts +1 -1
  147. package/dist/cjs/types/src/components/Subscriptions/quantityChangeDrawer/quantityInput/QuantityInput.d.ts +1 -1
  148. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/ChangeQuantitiesButton.d.ts +1 -1
  149. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/ShowInactiveToggle.d.ts +1 -1
  150. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/SubscriptionChargeTotal.d.ts +1 -1
  151. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/SubscriptionChargeUnitPrice.d.ts +4 -1
  152. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/SubscriptionListSkeleton.d.ts +1 -1
  153. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/SubscriptionsList.d.ts +1 -1
  154. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/SubscriptionsNavigation.d.ts +1 -1
  155. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardColumnHeaders.d.ts +1 -1
  156. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardDesktop.d.ts +1 -1
  157. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardDesktopRow.d.ts +1 -1
  158. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionsCardCell.d.ts +1 -1
  159. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/UsageCell.d.ts +1 -1
  160. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardHeader/SubscriptionCardHeader.d.ts +1 -1
  161. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardHeader/components/SubscriptionCardActions.d.ts +1 -1
  162. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardHeader/components/SubscriptionStatusAndActions.d.ts +1 -1
  163. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardMobile/SubscriptionCardCellMobile.d.ts +1 -1
  164. package/dist/cjs/types/src/components/Subscriptions/subscriptionsList/subscriptionCardMobile/SubscriptionCardMobile.d.ts +1 -1
  165. package/dist/cjs/types/src/components/Subscriptions/tieredDisplayDropdown/TieredDisplayDropdown.d.ts +1 -1
  166. package/dist/cjs/types/src/components/TaxationForm.d.ts +1 -1
  167. package/dist/cjs/types/src/components/Transactions/Transactions.d.ts +2 -2
  168. package/dist/cjs/types/src/components/Transactions/transactionsList/TransactionDate.d.ts +1 -1
  169. package/dist/cjs/types/src/components/Transactions/transactionsList/TransactionDownload.d.ts +1 -1
  170. package/dist/cjs/types/src/components/Transactions/transactionsList/TransactionTitle.d.ts +1 -1
  171. package/dist/cjs/types/src/components/Transactions/transactionsList/TransactionsEmptyState.d.ts +1 -1
  172. package/dist/cjs/types/src/components/Transactions/transactionsList/TransactionsListDesktop.d.ts +1 -1
  173. package/dist/cjs/types/src/components/Transactions/transactionsList/TransactionsListMobile.d.ts +1 -1
  174. package/dist/cjs/types/src/components/icons/Amex.d.ts +1 -1
  175. package/dist/cjs/types/src/components/icons/ArrowDownToLine.d.ts +1 -1
  176. package/dist/cjs/types/src/components/icons/Bancontact.d.ts +1 -1
  177. package/dist/cjs/types/src/components/icons/CardIcon.d.ts +1 -1
  178. package/dist/cjs/types/src/components/icons/Cashapp.d.ts +1 -1
  179. package/dist/cjs/types/src/components/icons/ChinaUnionPay.d.ts +1 -1
  180. package/dist/cjs/types/src/components/icons/CreditCard.d.ts +1 -1
  181. package/dist/cjs/types/src/components/icons/DinersClub.d.ts +1 -1
  182. package/dist/cjs/types/src/components/icons/Discover.d.ts +1 -1
  183. package/dist/cjs/types/src/components/icons/IDeal.d.ts +1 -1
  184. package/dist/cjs/types/src/components/icons/JSB.d.ts +1 -1
  185. package/dist/cjs/types/src/components/icons/Link.d.ts +1 -1
  186. package/dist/cjs/types/src/components/icons/Mastercard.d.ts +1 -1
  187. package/dist/cjs/types/src/components/icons/Sepa.d.ts +1 -1
  188. package/dist/cjs/types/src/components/icons/Visa.d.ts +1 -1
  189. package/dist/cjs/types/src/components/priceListPricing/PricingTooltip.d.ts +1 -1
  190. package/dist/cjs/types/src/components/priceListPricing/components/ChargePriceTiers.d.ts +1 -1
  191. package/dist/cjs/types/src/components/priceListPricing/components/PriceTierPrice.d.ts +1 -1
  192. package/dist/cjs/types/src/components/priceListPricing/components/PriceTierRow.d.ts +1 -1
  193. package/dist/cjs/types/src/contexts/BrandContext.d.ts +1 -1
  194. package/dist/cjs/types/src/contexts/onPaymentMethodRemoved.d.ts +1 -1
  195. package/dist/cjs/types/src/contexts/onPaymentMethodSaved.d.ts +1 -1
  196. package/dist/cjs/types/src/hooks/useCurrentUserData.d.ts +2 -2
  197. package/dist/cjs/types/src/hooks/usePaymentMethod.d.ts +2 -2
  198. package/dist/cjs/types/src/utils/createStateContext.d.ts +1 -1
  199. package/dist/cjs/types/src/utils/createValueContext.d.ts +1 -1
  200. package/dist/esm/index.js +13 -13
  201. package/dist/esm/types/src/UI/Tooltip.d.ts +1 -1
  202. package/dist/esm/types/src/UI/TruncatedText/TruncatedText.d.ts +1 -1
  203. package/dist/esm/types/src/components/BillingDetails/BillingDetails.d.ts +1 -1
  204. package/dist/esm/types/src/components/BillingDetails/BillingDetailsForm.d.ts +1 -1
  205. package/dist/esm/types/src/components/BillingDetails/components/AddContactButton.d.ts +1 -1
  206. package/dist/esm/types/src/components/BillingDetails/components/AddContactModal.d.ts +1 -1
  207. package/dist/esm/types/src/components/BunnyProvider/BunnyProvider.d.ts +1 -1
  208. package/dist/esm/types/src/components/BunnyProvider/contexts/BunnyProviderCallbacksProvider.d.ts +1 -1
  209. package/dist/esm/types/src/components/Card.d.ts +1 -1
  210. package/dist/esm/types/src/components/Checkout/Checkout.d.ts +1 -1
  211. package/dist/esm/types/src/components/Checkout/QuoteCheckout.d.ts +1 -1
  212. package/dist/esm/types/src/components/Checkout/QuoteIsLoadingIndicator.d.ts +1 -1
  213. package/dist/esm/types/src/components/CustomizedAntdComponents/Tag.d.ts +1 -1
  214. package/dist/esm/types/src/components/DocumentTemplatePreview.d.ts +1 -1
  215. package/dist/esm/types/src/components/DrawerHeader.d.ts +1 -1
  216. package/dist/esm/types/src/components/Error.d.ts +1 -1
  217. package/dist/esm/types/src/components/FeatureUsageGraph.d.ts +1 -1
  218. package/dist/esm/types/src/components/Footer/BunnyFooterIcon.d.ts +1 -1
  219. package/dist/esm/types/src/components/Footer/Footer.d.ts +1 -1
  220. package/dist/esm/types/src/components/HeaderModalWrapper.d.ts +1 -1
  221. package/dist/esm/types/src/components/Invoice/Invoice.d.ts +1 -1
  222. package/dist/esm/types/src/components/Invoice/InvoiceQuoteView/DownloadQuoteButton.d.ts +1 -1
  223. package/dist/esm/types/src/components/Invoice/InvoiceQuoteView/InvoiceQuoteView.d.ts +1 -1
  224. package/dist/esm/types/src/components/Invoice/InvoiceQuoteView/InvoiceQuoteViewWithButtons.d.ts +1 -1
  225. package/dist/esm/types/src/components/LegacyInvoicePDF.d.ts +1 -1
  226. package/dist/esm/types/src/components/PandadocPollingModal.d.ts +1 -1
  227. package/dist/esm/types/src/components/PaymentForm/DemoPay/CreditCard/CreditCard.d.ts +1 -1
  228. package/dist/esm/types/src/components/PaymentForm/DemoPay/CreditCard/MiniCreditCard.d.ts +1 -1
  229. package/dist/esm/types/src/components/PaymentForm/DemoPay/CreditCard/components/CardImage.d.ts +1 -1
  230. package/dist/esm/types/src/components/PaymentForm/DemoPay/DemoPayCardCvc.d.ts +1 -1
  231. package/dist/esm/types/src/components/PaymentForm/DemoPay/DemoPayCardNumber.d.ts +1 -1
  232. package/dist/esm/types/src/components/PaymentForm/DemoPay/DemoPayExpiry.d.ts +1 -1
  233. package/dist/esm/types/src/components/PaymentForm/DemoPay/DemoPayForm.d.ts +1 -1
  234. package/dist/esm/types/src/components/PaymentForm/DemoPay/DemoPayFormProvider.d.ts +1 -1
  235. package/dist/esm/types/src/components/PaymentForm/PaymentForm.d.ts +2 -2
  236. package/dist/esm/types/src/components/PaymentForm/Stripe/StripeForm.d.ts +1 -1
  237. package/dist/esm/types/src/components/PaymentForm/Stripe/StripeFormProvider.d.ts +1 -1
  238. package/dist/esm/types/src/components/PaymentForm/components/CheckoutNoPayment.d.ts +1 -1
  239. package/dist/esm/types/src/components/PaymentForm/components/CouponEditor.d.ts +1 -1
  240. package/dist/esm/types/src/components/PaymentForm/components/Pay.d.ts +1 -1
  241. package/dist/esm/types/src/components/PaymentForm/components/PaymentMethodDetails/PaymentMethodDetails.d.ts +1 -1
  242. package/dist/esm/types/src/components/PaymentForm/components/PaymentMethodDetails/components/Cancel.d.ts +1 -1
  243. package/dist/esm/types/src/components/PaymentForm/components/PaymentMethodDetails/components/Collapsible.d.ts +1 -1
  244. package/dist/esm/types/src/components/PaymentForm/components/PaymentMethodDetails/components/PaymentMethodSelector.d.ts +1 -1
  245. package/dist/esm/types/src/components/PaymentForm/components/PaymentMethodDetails/components/Save.d.ts +1 -1
  246. package/dist/esm/types/src/components/PaymentForm/components/StoredPaymentMethods.d.ts +1 -1
  247. package/dist/esm/types/src/components/PaymentForm/context/AccountIdContext.d.ts +1 -1
  248. package/dist/esm/types/src/components/PaymentForm/context/CallbacksContext.d.ts +1 -1
  249. package/dist/esm/types/src/components/PaymentForm/context/CustomCheckoutFunctionContext.d.ts +1 -1
  250. package/dist/esm/types/src/components/PaymentForm/context/PaymentMethodFormVisibilityContext.d.ts +1 -1
  251. package/dist/esm/types/src/components/PaymentForm/context/PaymentProvider.d.ts +2 -2
  252. package/dist/esm/types/src/components/PaymentForm/context/SelectedPaymentPluginContext.d.ts +1 -1
  253. package/dist/esm/types/src/components/PaymentForm/context/SelectedPluginProvider.d.ts +1 -1
  254. package/dist/esm/types/src/components/PaymentForm/context/ShowPaymentDetailsContext.d.ts +1 -1
  255. package/dist/esm/types/src/components/Quote/Quote.d.ts +1 -1
  256. package/dist/esm/types/src/components/Quote/StyledModal.d.ts +1 -1
  257. package/dist/esm/types/src/components/Quote/components/AcceptQuoteModal.d.ts +1 -1
  258. package/dist/esm/types/src/components/Quote/components/NoSigningPluginsForm.d.ts +1 -1
  259. package/dist/esm/types/src/components/Quote/components/PaymentHoldDisplay.d.ts +1 -1
  260. package/dist/esm/types/src/components/Quote/components/PaymentHoldModal.d.ts +1 -1
  261. package/dist/esm/types/src/components/Quote/components/QuoteButtons.d.ts +1 -1
  262. package/dist/esm/types/src/components/Quote/components/QuoteIsAcceptedLabel.d.ts +1 -1
  263. package/dist/esm/types/src/components/QuoteProvider/QuoteProvider.d.ts +1 -1
  264. package/dist/esm/types/src/components/QuoteProvider/context/quantityEditableChargesContext.d.ts +1 -1
  265. package/dist/esm/types/src/components/QuoteProvider/hooks/useQuoteCreate.d.ts +2 -2
  266. package/dist/esm/types/src/components/Quotes/Quotes.d.ts +1 -1
  267. package/dist/esm/types/src/components/Signup/Signup.d.ts +1 -1
  268. package/dist/esm/types/src/components/Signup/SignupContent.d.ts +1 -1
  269. package/dist/esm/types/src/components/Signup/components/CheckoutSummary/CheckoutSummary.d.ts +1 -1
  270. package/dist/esm/types/src/components/Signup/components/CheckoutSummary/components/CheckoutSummaryTotals.d.ts +1 -1
  271. package/dist/esm/types/src/components/Signup/components/InitialSignupFormFields.d.ts +1 -1
  272. package/dist/esm/types/src/components/Signup/components/LoadingOverlay.d.ts +1 -1
  273. package/dist/esm/types/src/components/Signup/components/Logo.d.ts +1 -1
  274. package/dist/esm/types/src/components/Signup/components/PriceListDisplay.d.ts +1 -1
  275. package/dist/esm/types/src/components/Signup/components/PurchaseSuccessDisplay.d.ts +1 -1
  276. package/dist/esm/types/src/components/Signup/components/QuoteCreateButton.d.ts +1 -1
  277. package/dist/esm/types/src/components/Signup/components/SignupForm/SignupForm.d.ts +1 -1
  278. package/dist/esm/types/src/components/Signup/components/SignupForm/components/ExistingAccountForm.d.ts +1 -1
  279. package/dist/esm/types/src/components/Signup/components/SignupForm/components/NewAccountForm.d.ts +1 -1
  280. package/dist/esm/types/src/components/Signup/components/SignupPaymentForm.d.ts +1 -1
  281. package/dist/esm/types/src/components/Signup/components/SignupSplitScreenContainer.d.ts +1 -1
  282. package/dist/esm/types/src/components/Signup/components/SuccessDisplay/SuccessDisplay.d.ts +1 -1
  283. package/dist/esm/types/src/components/Signup/components/SuccessDisplay/components/SignupSuccessDisplay.d.ts +1 -1
  284. package/dist/esm/types/src/components/Signup/components/SuccessDisplay/components/SuccessIcon.d.ts +1 -1
  285. package/dist/esm/types/src/components/Signup/components/SuccessDisplay/components/ViewPortalSubscription.d.ts +1 -1
  286. package/dist/esm/types/src/components/Signup/hooks/useSignupQuoteQueryData.d.ts +2 -2
  287. package/dist/esm/types/src/components/Signup/signup-quote/SignupQuote.d.ts +1 -1
  288. package/dist/esm/types/src/components/Signup/signup-quote/SignupQuoteProvider.d.ts +1 -1
  289. package/dist/esm/types/src/components/StateTag.d.ts +1 -1
  290. package/dist/esm/types/src/components/Subscriptions/AddonSubscriptionCards.d.ts +1 -1
  291. package/dist/esm/types/src/components/Subscriptions/CheckIcon.d.ts +1 -1
  292. package/dist/esm/types/src/components/Subscriptions/Subscriptions.d.ts +1 -1
  293. package/dist/esm/types/src/components/Subscriptions/SubscriptionsListContainer.d.ts +1 -1
  294. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/NextPriceListButton.d.ts +1 -1
  295. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/PlanPicker.d.ts +1 -1
  296. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/PriceListGrid.d.ts +1 -1
  297. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutBarInput/CheckoutBarInput.d.ts +1 -1
  298. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutBarSummarySection.d.ts +1 -1
  299. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutButton.d.ts +1 -1
  300. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/CheckoutPrice.d.ts +1 -1
  301. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/checkoutBar/PlanPickerCheckoutBar.d.ts +1 -1
  302. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/BillingPeriodSelector.d.ts +1 -1
  303. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/EverythingPlanFeatures.d.ts +1 -1
  304. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/FeatureGridCell.d.ts +1 -1
  305. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/GridTemplateColumnsWrapper.d.ts +1 -1
  306. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanFeatures/PlanFeatures.d.ts +1 -1
  307. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanFeatures/components/FeatureGroup.d.ts +1 -1
  308. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanFeatures/components/FeatureTitle.d.ts +1 -1
  309. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PlanPickerGridCell.d.ts +1 -1
  310. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/PriceListGridDesktop.d.ts +1 -1
  311. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/featureAddons/FeatureAddonRow.d.ts +1 -1
  312. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/featureAddons/FeatureAddons.d.ts +1 -1
  313. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/featureAddons/FeatureAddonsList.d.ts +1 -1
  314. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/PriceListCardDesktop.d.ts +1 -1
  315. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/addonPlans/AddonPlans.d.ts +1 -1
  316. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/addonPlans/components/AddonPlanModal.d.ts +1 -1
  317. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerDesktop/priceListCardDesktop/addonPlans/components/AddonPlanRow.d.ts +1 -1
  318. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerMobile/PriceListCardMobile.d.ts +1 -1
  319. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/planPickerMobile/PriceListGridMobile.d.ts +1 -1
  320. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceDescription/BillingPeriodDescription.d.ts +1 -1
  321. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceDescription/PriceListCardPriceDescription.d.ts +1 -1
  322. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCard.d.ts +1 -1
  323. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardButton.d.ts +1 -1
  324. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardDescription.d.ts +1 -1
  325. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardFeature.d.ts +1 -1
  326. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardPrice.d.ts +1 -1
  327. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListCard/PriceListCardTitle.d.ts +1 -1
  328. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListSelector/BackButton.d.ts +1 -1
  329. package/dist/esm/types/src/components/Subscriptions/Upgrade/PlanPicker/priceListSelector/PriceListSelector.d.ts +1 -1
  330. package/dist/esm/types/src/components/Subscriptions/Upgrade/PreviewModeAdvisary.d.ts +1 -1
  331. package/dist/esm/types/src/components/Subscriptions/Upgrade/Upgrade.d.ts +1 -1
  332. package/dist/esm/types/src/components/Subscriptions/Upgrade/contexts/DefaultBillingPeriodContext.d.ts +1 -1
  333. package/dist/esm/types/src/components/Subscriptions/context/changeUpgradingSubscriptionContext.d.ts +1 -1
  334. package/dist/esm/types/src/components/Subscriptions/context/subscriptionCancelContext.d.ts +1 -1
  335. package/dist/esm/types/src/components/Subscriptions/context/subscriptionPropsContext.d.ts +1 -1
  336. package/dist/esm/types/src/components/Subscriptions/context/upgradingSubscriptionContext.d.ts +1 -1
  337. package/dist/esm/types/src/components/Subscriptions/context/upgradingSubscriptionIdContext.d.ts +1 -1
  338. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/QuantityChangeGridRow.d.ts +1 -1
  339. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/QuantityChangeGridTitle.d.ts +1 -1
  340. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/QuantityDrawer.d.ts +2 -2
  341. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/QuoteChangeSummarySection.d.ts +1 -1
  342. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/context/quoteIdContext.d.ts +1 -1
  343. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/context/quoteIsLoadingContext.d.ts +1 -1
  344. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/context/quoteRecalculateTaxesContext.d.ts +1 -1
  345. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/quantityChangeDrawerDesktop/QuantityChangeDrawerDesktop.d.ts +1 -1
  346. package/dist/esm/types/src/components/Subscriptions/quantityChangeDrawer/quantityInput/QuantityInput.d.ts +1 -1
  347. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/ChangeQuantitiesButton.d.ts +1 -1
  348. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/ShowInactiveToggle.d.ts +1 -1
  349. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/SubscriptionChargeTotal.d.ts +1 -1
  350. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/SubscriptionChargeUnitPrice.d.ts +4 -1
  351. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/SubscriptionListSkeleton.d.ts +1 -1
  352. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/SubscriptionsList.d.ts +1 -1
  353. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/SubscriptionsNavigation.d.ts +1 -1
  354. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardColumnHeaders.d.ts +1 -1
  355. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardDesktop.d.ts +1 -1
  356. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardDesktopRow.d.ts +1 -1
  357. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionsCardCell.d.ts +1 -1
  358. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/UsageCell.d.ts +1 -1
  359. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardHeader/SubscriptionCardHeader.d.ts +1 -1
  360. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardHeader/components/SubscriptionCardActions.d.ts +1 -1
  361. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardHeader/components/SubscriptionStatusAndActions.d.ts +1 -1
  362. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardMobile/SubscriptionCardCellMobile.d.ts +1 -1
  363. package/dist/esm/types/src/components/Subscriptions/subscriptionsList/subscriptionCardMobile/SubscriptionCardMobile.d.ts +1 -1
  364. package/dist/esm/types/src/components/Subscriptions/tieredDisplayDropdown/TieredDisplayDropdown.d.ts +1 -1
  365. package/dist/esm/types/src/components/TaxationForm.d.ts +1 -1
  366. package/dist/esm/types/src/components/Transactions/Transactions.d.ts +2 -2
  367. package/dist/esm/types/src/components/Transactions/transactionsList/TransactionDate.d.ts +1 -1
  368. package/dist/esm/types/src/components/Transactions/transactionsList/TransactionDownload.d.ts +1 -1
  369. package/dist/esm/types/src/components/Transactions/transactionsList/TransactionTitle.d.ts +1 -1
  370. package/dist/esm/types/src/components/Transactions/transactionsList/TransactionsEmptyState.d.ts +1 -1
  371. package/dist/esm/types/src/components/Transactions/transactionsList/TransactionsListDesktop.d.ts +1 -1
  372. package/dist/esm/types/src/components/Transactions/transactionsList/TransactionsListMobile.d.ts +1 -1
  373. package/dist/esm/types/src/components/icons/Amex.d.ts +1 -1
  374. package/dist/esm/types/src/components/icons/ArrowDownToLine.d.ts +1 -1
  375. package/dist/esm/types/src/components/icons/Bancontact.d.ts +1 -1
  376. package/dist/esm/types/src/components/icons/CardIcon.d.ts +1 -1
  377. package/dist/esm/types/src/components/icons/Cashapp.d.ts +1 -1
  378. package/dist/esm/types/src/components/icons/ChinaUnionPay.d.ts +1 -1
  379. package/dist/esm/types/src/components/icons/CreditCard.d.ts +1 -1
  380. package/dist/esm/types/src/components/icons/DinersClub.d.ts +1 -1
  381. package/dist/esm/types/src/components/icons/Discover.d.ts +1 -1
  382. package/dist/esm/types/src/components/icons/IDeal.d.ts +1 -1
  383. package/dist/esm/types/src/components/icons/JSB.d.ts +1 -1
  384. package/dist/esm/types/src/components/icons/Link.d.ts +1 -1
  385. package/dist/esm/types/src/components/icons/Mastercard.d.ts +1 -1
  386. package/dist/esm/types/src/components/icons/Sepa.d.ts +1 -1
  387. package/dist/esm/types/src/components/icons/Visa.d.ts +1 -1
  388. package/dist/esm/types/src/components/priceListPricing/PricingTooltip.d.ts +1 -1
  389. package/dist/esm/types/src/components/priceListPricing/components/ChargePriceTiers.d.ts +1 -1
  390. package/dist/esm/types/src/components/priceListPricing/components/PriceTierPrice.d.ts +1 -1
  391. package/dist/esm/types/src/components/priceListPricing/components/PriceTierRow.d.ts +1 -1
  392. package/dist/esm/types/src/contexts/BrandContext.d.ts +1 -1
  393. package/dist/esm/types/src/contexts/onPaymentMethodRemoved.d.ts +1 -1
  394. package/dist/esm/types/src/contexts/onPaymentMethodSaved.d.ts +1 -1
  395. package/dist/esm/types/src/hooks/useCurrentUserData.d.ts +2 -2
  396. package/dist/esm/types/src/hooks/usePaymentMethod.d.ts +2 -2
  397. package/dist/esm/types/src/utils/createStateContext.d.ts +1 -1
  398. package/dist/esm/types/src/utils/createValueContext.d.ts +1 -1
  399. package/dist/index.d.ts +23 -23
  400. package/package.json +1 -1
@@ -26,4 +26,4 @@ export declare const PriceListDisplay_QuoteFragment: import("gql.tada").TadaDocu
26
26
  export default function PriceListDisplay({ priceList: maskedPriceList, quote: maskedQuote, }: {
27
27
  priceList: FragmentOf<typeof PriceListDisplay_PriceListFragment> | undefined | null;
28
28
  quote?: FragmentOf<typeof PriceListDisplay_QuoteFragment> | undefined | null;
29
- }): import("react/jsx-runtime").JSX.Element | null;
29
+ }): import("react").JSX.Element | null;
@@ -3,4 +3,4 @@ export default function PurchaseSuccessDisplay({ purchaseAmount, currencyId, ret
3
3
  currencyId: string | undefined | null;
4
4
  returnUrl?: string;
5
5
  companyName: string;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
@@ -2,5 +2,5 @@ type QuoteCreateButtonProps = {
2
2
  priceListCode: string;
3
3
  documentTemplateId?: string;
4
4
  };
5
- export default function QuoteCreateButton({ priceListCode, documentTemplateId, }: QuoteCreateButtonProps): import("react/jsx-runtime").JSX.Element;
5
+ export default function QuoteCreateButton({ priceListCode, documentTemplateId, }: QuoteCreateButtonProps): import("react").JSX.Element;
6
6
  export {};
@@ -9,5 +9,5 @@ type SignupFormProps = {
9
9
  documentTemplateId?: string;
10
10
  requiredBillingDetails?: RequiredBillingDetailsFlags;
11
11
  };
12
- export default function SignupForm({ priceListCode, priceList, defaultFormValues, documentTemplateId, requiredBillingDetails, }: SignupFormProps): import("react/jsx-runtime").JSX.Element;
12
+ export default function SignupForm({ priceListCode, priceList, defaultFormValues, documentTemplateId, requiredBillingDetails, }: SignupFormProps): import("react").JSX.Element;
13
13
  export {};
@@ -28,4 +28,4 @@ export default function ExistingAccountForm({ title, className, account: maskedA
28
28
  priceListCode: string;
29
29
  documentTemplateId?: string;
30
30
  onQuoteAccountSignupSuccess: (portalSessionToken: string, accountId: string, quote: FragmentOf<typeof Signup_QuoteFragment> | null) => void;
31
- }): import("react/jsx-runtime").JSX.Element;
31
+ }): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export default function NewAccountForm({ className, extraFieldsToShow, requiredB
5
5
  requiredBillingDetails?: RequiredBillingDetailsFlags;
6
6
  defaultFormValues?: DefaultSignupValues;
7
7
  title: string;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
@@ -11,5 +11,5 @@ type SignupPaymentFormProps = {
11
11
  quote?: FragmentOf<typeof SignupPaymentForm_QuoteFragment> | null;
12
12
  priceList: FragmentOf<typeof SignupPaymentForm_PriceListFragment> | null | undefined;
13
13
  };
14
- declare const SignupPaymentForm: ({ quote: maskedQuote, priceList: maskedPriceList }: SignupPaymentFormProps) => import("react/jsx-runtime").JSX.Element | null;
14
+ declare const SignupPaymentForm: ({ quote: maskedQuote, priceList: maskedPriceList }: SignupPaymentFormProps) => import("react").JSX.Element | null;
15
15
  export default SignupPaymentForm;
@@ -3,4 +3,4 @@ export default function SignupSplitScreenContainer({ left, right, style, classNa
3
3
  right: React.ReactNode;
4
4
  style?: React.CSSProperties;
5
5
  className?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
@@ -6,5 +6,5 @@ type SuccessDisplayProps = {
6
6
  returnUrl?: string;
7
7
  className?: string;
8
8
  };
9
- declare const SuccessDisplay: ({ quote: maskedQuote, currencyId, returnUrl, className, }: SuccessDisplayProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const SuccessDisplay: ({ quote: maskedQuote, currencyId, returnUrl, className, }: SuccessDisplayProps) => import("react").JSX.Element;
10
10
  export default SuccessDisplay;
@@ -3,4 +3,4 @@ export default function SignupSuccessDisplay({ returnUrl, className, children, }
3
3
  returnUrl?: string;
4
4
  className?: string;
5
5
  children?: ReactNode;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- declare const SuccessIcon: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SuccessIcon: () => import("react").JSX.Element;
2
2
  export default SuccessIcon;
@@ -1,5 +1,5 @@
1
1
  type ViewPortalSubscriptionProps = {
2
2
  returnUrl?: string;
3
3
  };
4
- declare const ViewPortalSubscription: ({ returnUrl }: ViewPortalSubscriptionProps) => import("react/jsx-runtime").JSX.Element | null;
4
+ declare const ViewPortalSubscription: ({ returnUrl }: ViewPortalSubscriptionProps) => import("react").JSX.Element | null;
5
5
  export default ViewPortalSubscription;
@@ -4,9 +4,9 @@ export declare const useSignupQuoteQueryData: ({ tokenOverride, }: {
4
4
  tokenOverride?: string;
5
5
  }) => {
6
6
  data: ResultOf<typeof Signup_QuoteFragment> | undefined;
7
- refetch: (options?: import("@tanstack/query-core").RefetchOptions) => Promise<import("@tanstack/query-core").QueryObserverResult<{
7
+ refetch: (options?: import("@tanstack/query-core").RefetchOptions) => Promise<import("@tanstack/query-core").QueryObserverResult<NoInfer<{
8
8
  [$tada.fragmentRefs]: {
9
9
  Signup_QuoteFragment: "Quote";
10
10
  };
11
- } | undefined, Error>>;
11
+ } | undefined>, Error>>;
12
12
  };
@@ -1,2 +1,2 @@
1
- declare const SignupQuote: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SignupQuote: () => import("react").JSX.Element;
2
2
  export default SignupQuote;
@@ -5,5 +5,5 @@ declare const useSignupQuote: () => {
5
5
  };
6
6
  export declare function SignupQuoteProvider({ children, }: {
7
7
  children: ReactNode;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
9
9
  export { useSignupQuote };
@@ -1,4 +1,4 @@
1
1
  declare const StateTag: ({ state }: {
2
2
  state: string;
3
- }) => import("react/jsx-runtime").JSX.Element;
3
+ }) => import("react").JSX.Element;
4
4
  export default StateTag;
@@ -16,4 +16,4 @@ export declare function AddonSubscriptionsCards({ subscriptions: maskedSubscript
16
16
  subscriptions: FragmentOf<typeof AddonSubscriptionsCards_SubscriptionFragment>[];
17
17
  subscription: FragmentOf<typeof AddonSubscriptionsCards_SubscriptionFragment>;
18
18
  showInactive: boolean;
19
- }): import("react/jsx-runtime").JSX.Element | null;
19
+ }): import("react").JSX.Element | null;
@@ -1,5 +1,5 @@
1
1
  declare const CheckIcon: ({ backgroundColor, size, }: {
2
2
  backgroundColor: string;
3
3
  size: string;
4
- }) => import("react/jsx-runtime").JSX.Element;
4
+ }) => import("react").JSX.Element;
5
5
  export default CheckIcon;
@@ -15,5 +15,5 @@ declare const SubscriptionsWrapper: ({ handlePortalErrors, companyName, isInPrev
15
15
  onPaymentMethodSaved?: (paymentMethodId: string) => void;
16
16
  onPaymentMethodRemoved?: (paymentMethodId: string) => void;
17
17
  onSubscriptionUpgradeClick?: (subscriptionId: string) => void;
18
- }) => import("react/jsx-runtime").JSX.Element;
18
+ }) => import("react").JSX.Element;
19
19
  export default SubscriptionsWrapper;
@@ -14,5 +14,5 @@ declare const SubscriptionsListContainer: ({ companyName, showInactive, noSubscr
14
14
  noSubscriptionsComponent?: React.ReactNode;
15
15
  subscriptions: FragmentOf<typeof SubscriptionsListContainer_SubscriptionFragment>[];
16
16
  subscriptionsAreLoading: boolean;
17
- }) => import("react/jsx-runtime").JSX.Element;
17
+ }) => import("react").JSX.Element;
18
18
  export default SubscriptionsListContainer;
@@ -5,5 +5,5 @@ declare const NextPriceListButton: ({ availablePriceLists, priceListStart, setPr
5
5
  numberOfPlansToDisplay: number;
6
6
  priceListStart: number;
7
7
  setPriceListStart: Dispatch<SetStateAction<number>>;
8
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => import("react").JSX.Element;
9
9
  export default NextPriceListButton;
@@ -3,5 +3,5 @@ declare const PlanPicker: ({ onGoBack, areSubscriptionsLoading, subscriptions, }
3
3
  onGoBack?: () => void;
4
4
  areSubscriptionsLoading: boolean;
5
5
  subscriptions: Subscription[];
6
- }) => import("react/jsx-runtime").JSX.Element | null;
6
+ }) => import("react").JSX.Element | null;
7
7
  export default PlanPicker;
@@ -15,5 +15,5 @@ type PriceListGridProps = {
15
15
  selectedBillingPeriod: BillingPeriod | null;
16
16
  onClickPriceListCard: (priceList: PriceList) => void;
17
17
  };
18
- declare const PriceListGrid: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, selectedBillingPeriod, onClickPriceListCard, }: PriceListGridProps) => import("react/jsx-runtime").JSX.Element;
18
+ declare const PriceListGrid: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, selectedBillingPeriod, onClickPriceListCard, }: PriceListGridProps) => import("react").JSX.Element;
19
19
  export default PriceListGrid;
@@ -5,5 +5,5 @@ declare const CheckoutBarInput: ({ disabled, priceListCharge: maskedPriceListCha
5
5
  priceListCharge: FragmentOf<typeof CheckoutBarInput_PriceListChargeFragment>;
6
6
  quantity: number | undefined;
7
7
  onQuantityChanged: (quantity: number) => void;
8
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => import("react").JSX.Element;
9
9
  export default CheckoutBarInput;
@@ -16,5 +16,5 @@ export declare const CheckoutBarSummarySection_QuoteFragment: import("gql.tada")
16
16
  declare const CheckoutBarSummarySection: ({ selectedPriceList, onClickCheckout, }: {
17
17
  selectedPriceList: PriceList;
18
18
  onClickCheckout: () => void;
19
- }) => import("react/jsx-runtime").JSX.Element;
19
+ }) => import("react").JSX.Element;
20
20
  export default CheckoutBarSummarySection;
@@ -3,5 +3,5 @@ declare const CheckoutButton: ({ disabled, onClickCheckout, loading, tooltipText
3
3
  onClickCheckout: () => void;
4
4
  loading: boolean;
5
5
  tooltipText?: string;
6
- }) => import("react/jsx-runtime").JSX.Element;
6
+ }) => import("react").JSX.Element;
7
7
  export default CheckoutButton;
@@ -17,5 +17,5 @@ export declare const CheckoutPrice_QuoteFragment: import("gql.tada").TadaDocumen
17
17
  declare const CheckoutPrice: ({ quote: maskedQuote, selectedPriceList, }: {
18
18
  quote?: FragmentOf<typeof CheckoutPrice_QuoteFragment>;
19
19
  selectedPriceList: PriceList;
20
- }) => import("react/jsx-runtime").JSX.Element;
20
+ }) => import("react").JSX.Element;
21
21
  export default CheckoutPrice;
@@ -3,5 +3,5 @@ declare const PlanPickerCheckoutBar: ({ selectedPriceList, handlePortalErrors, o
3
3
  selectedPriceList: PriceList;
4
4
  handlePortalErrors?: (errors: any) => void;
5
5
  onCheckoutSuccess: () => void;
6
- }) => import("react/jsx-runtime").JSX.Element;
6
+ }) => import("react").JSX.Element;
7
7
  export default PlanPickerCheckoutBar;
@@ -8,5 +8,5 @@ declare const BillingPeriodSelector: ({ availableBillingPeriods, onChangeBilling
8
8
  selectedBillingPeriod: BillingPeriod | null;
9
9
  selectedProduct?: Product;
10
10
  onChangeProduct: (product: Product) => void;
11
- }) => import("react/jsx-runtime").JSX.Element | null;
11
+ }) => import("react").JSX.Element | null;
12
12
  export default BillingPeriodSelector;
@@ -6,5 +6,5 @@ declare const EverythingPlanFeatures: ({ displayPriceLists, selectedProduct, pla
6
6
  selectedProduct?: Product;
7
7
  hideBorder?: boolean;
8
8
  className?: string;
9
- }) => import("react/jsx-runtime").JSX.Element;
9
+ }) => import("react").JSX.Element;
10
10
  export default EverythingPlanFeatures;
@@ -3,5 +3,5 @@ declare const FeatureGridCell: ({ children, isFeatureGroup, noBorder, rowIndex,
3
3
  isFeatureGroup?: boolean;
4
4
  noBorder?: boolean;
5
5
  rowIndex: number;
6
- }) => import("react/jsx-runtime").JSX.Element;
6
+ }) => import("react").JSX.Element;
7
7
  export default FeatureGridCell;
@@ -4,5 +4,5 @@ export declare function GridTemplateColumnsWrapper({ children, className, everyt
4
4
  everythingInPlus: boolean;
5
5
  plansToDisplay: number;
6
6
  style?: React.CSSProperties;
7
- }): import("react/jsx-runtime").JSX.Element;
7
+ }): import("react").JSX.Element;
8
8
  export default GridTemplateColumnsWrapper;
@@ -4,5 +4,5 @@ export declare const PlanFeatures: ({ displayPriceLists, features, plansToDispla
4
4
  displayPriceLists: PriceList[];
5
5
  plansToDisplay: number;
6
6
  features?: Feature[];
7
- }) => import("react/jsx-runtime").JSX.Element;
7
+ }) => import("react").JSX.Element;
8
8
  export default PlanFeatures;
@@ -5,5 +5,5 @@ declare const FeatureGroup: ({ features, displayPriceLists, plansToDisplay, grou
5
5
  displayPriceLists: PriceList[];
6
6
  plansToDisplay: number;
7
7
  groupIndex: number;
8
- }) => import("react/jsx-runtime").JSX.Element;
8
+ }) => import("react").JSX.Element;
9
9
  export default FeatureGroup;
@@ -2,5 +2,5 @@ import Feature from '@/types/Feature';
2
2
  declare const FeatureTitle: ({ isFeatureGroup, feature, }: {
3
3
  isFeatureGroup: boolean;
4
4
  feature: Feature;
5
- }) => import("react/jsx-runtime").JSX.Element;
5
+ }) => import("react").JSX.Element;
6
6
  export default FeatureTitle;
@@ -2,5 +2,5 @@ export declare const PLAN_GRID_PADDING = 4;
2
2
  declare const PlanPickerGridCell: ({ children, noBorder, }: {
3
3
  children?: React.ReactNode;
4
4
  noBorder?: boolean;
5
- }) => import("react/jsx-runtime").JSX.Element;
5
+ }) => import("react").JSX.Element;
6
6
  export default PlanPickerGridCell;
@@ -16,5 +16,5 @@ type PriceListGridDesktopProps = {
16
16
  selectedBillingPeriod: BillingPeriod | null;
17
17
  onClickPriceListCard: (priceList: PriceList) => void;
18
18
  };
19
- declare const PriceListGridDesktop: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, trialRemainingDays, selectedBillingPeriod, onClickPriceListCard, }: PriceListGridDesktopProps) => import("react/jsx-runtime").JSX.Element;
19
+ declare const PriceListGridDesktop: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, trialRemainingDays, selectedBillingPeriod, onClickPriceListCard, }: PriceListGridDesktopProps) => import("react").JSX.Element;
20
20
  export default PriceListGridDesktop;
@@ -27,4 +27,4 @@ export declare const FeatureAddonRow_PriceListChargeFragment: import("gql.tada")
27
27
  export declare function FeatureAddonRow({ featureAddon: maskedFeatureAddon, priceList: maskedPriceList, }: {
28
28
  featureAddon: FragmentOf<typeof FeatureAddonRow_PriceListChargeFragment>;
29
29
  priceList: FragmentOf<typeof FeatureAddonRow_PriceListFragment>;
30
- }): import("react/jsx-runtime").JSX.Element;
30
+ }): import("react").JSX.Element;
@@ -12,5 +12,5 @@ declare const PlanFeatureAddons: ({ displayPriceLists: maskedDisplayPriceLists,
12
12
  displayPriceLists: FragmentOf<typeof PlanFeatureAddons_PriceListFragment>[];
13
13
  plansToDisplay: number;
14
14
  everythingInPlus: boolean;
15
- }) => import("react/jsx-runtime").JSX.Element;
15
+ }) => import("react").JSX.Element;
16
16
  export default PlanFeatureAddons;
@@ -26,4 +26,4 @@ export declare const FeatureAddonsList_PriceListFragment: import("gql.tada").Tad
26
26
  }>;
27
27
  export declare function FeatureAddonsList({ priceList: maskedPriceList, }: {
28
28
  priceList: FragmentOf<typeof FeatureAddonsList_PriceListFragment>;
29
- }): import("react/jsx-runtime").JSX.Element;
29
+ }): import("react").JSX.Element;
@@ -35,5 +35,5 @@ declare const PriceListCardDesktop: ({ hideButton, description, disableSelectCur
35
35
  trialRemainingDays?: number;
36
36
  noBorder?: boolean;
37
37
  onClickPriceListCard?: (priceList: DeprecatedPriceList) => void;
38
- }) => import("react/jsx-runtime").JSX.Element;
38
+ }) => import("react").JSX.Element;
39
39
  export default PriceListCardDesktop;
@@ -7,5 +7,5 @@ type PlanAddonsCardProps = {
7
7
  selectedBillingPeriod: BillingPeriod;
8
8
  className?: string;
9
9
  };
10
- export declare const AddonPlans: ({ selectedPriceList, subscriptions, selectedBillingPeriod, className, }: PlanAddonsCardProps) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const AddonPlans: ({ selectedPriceList, subscriptions, selectedBillingPeriod, className, }: PlanAddonsCardProps) => import("react").JSX.Element;
11
11
  export {};
@@ -16,4 +16,4 @@ export declare const AddonPlanModal_PriceListFragment: import("gql.tada").TadaDo
16
16
  export declare function AddonPlanModal({ onClose, priceList: maskedPriceList, }: {
17
17
  onClose: () => void;
18
18
  priceList: FragmentOf<typeof AddonPlanModal_PriceListFragment> | undefined;
19
- }): import("react/jsx-runtime").JSX.Element | null;
19
+ }): import("react").JSX.Element | null;
@@ -22,4 +22,4 @@ export declare function AddonPlanRow({ addonPriceList: maskedAddonPriceList, sel
22
22
  selectedPriceList: DeprecatedPriceList;
23
23
  onClickSelect: () => void;
24
24
  isPurchased: boolean;
25
- }): import("react/jsx-runtime").JSX.Element;
25
+ }): import("react").JSX.Element;
@@ -26,5 +26,5 @@ declare const PriceListCardMobile: ({ description, isPriceListCurrentSubscriptio
26
26
  trialRemainingDays?: number;
27
27
  disableOnClickPriceListCard: boolean;
28
28
  onClickPriceListCard?: (priceList: PriceList) => void;
29
- }) => import("react/jsx-runtime").JSX.Element;
29
+ }) => import("react").JSX.Element;
30
30
  export default PriceListCardMobile;
@@ -10,5 +10,5 @@ declare const PriceListGridMobile: ({ availablePriceLists, priceListChangeOption
10
10
  subscriptions?: Subscription[];
11
11
  trialRemainingDays?: number;
12
12
  onClickPriceListCard: (priceList: PriceList) => void;
13
- }) => import("react/jsx-runtime").JSX.Element;
13
+ }) => import("react").JSX.Element;
14
14
  export default PriceListGridMobile;
@@ -9,5 +9,5 @@ export declare const BillingPeriodDescription_PriceListFragment: import("gql.tad
9
9
  }>;
10
10
  declare const BillingPeriodDescription: ({ priceList: maskedPriceList, }: {
11
11
  priceList: FragmentOf<typeof BillingPeriodDescription_PriceListFragment>;
12
- }) => import("react/jsx-runtime").JSX.Element;
12
+ }) => import("react").JSX.Element;
13
13
  export default BillingPeriodDescription;
@@ -26,5 +26,5 @@ export declare const PriceListCardPriceDescription_PriceListFragment: import("gq
26
26
  }>;
27
27
  declare const PriceListCardPriceDescription: ({ priceList: maskedPriceList, }: {
28
28
  priceList: FragmentOf<typeof PriceListCardPriceDescription_PriceListFragment>;
29
- }) => import("react/jsx-runtime").JSX.Element | null;
29
+ }) => import("react").JSX.Element | null;
30
30
  export default PriceListCardPriceDescription;
@@ -26,5 +26,5 @@ declare const PriceListCard: ({ hideButton, isSelected, priceList: maskedPriceLi
26
26
  noBorder?: boolean;
27
27
  onClickPriceListCard?: (priceList: DeprecatedPriceList) => void;
28
28
  disableCurrentPlan?: boolean;
29
- }) => import("react/jsx-runtime").JSX.Element;
29
+ }) => import("react").JSX.Element;
30
30
  export default PriceListCard;
@@ -32,5 +32,5 @@ declare const PriceListCardButton: ({ disableSelectCurrentPlan, isPriceListCurre
32
32
  isSelected: boolean;
33
33
  priceList: FragmentOf<typeof PriceListCardButton_PriceListFragment>;
34
34
  subscriptionPlan?: Subscription;
35
- }) => import("react/jsx-runtime").JSX.Element;
35
+ }) => import("react").JSX.Element;
36
36
  export default PriceListCardButton;
@@ -1,5 +1,5 @@
1
1
  declare const PriceListCardDescription: ({ description, className }: {
2
2
  description?: string;
3
3
  className?: string;
4
- }) => import("react/jsx-runtime").JSX.Element | null;
4
+ }) => import("react").JSX.Element | null;
5
5
  export default PriceListCardDescription;
@@ -2,5 +2,5 @@ import { PlanFeature } from '@/types/frontendTypes';
2
2
  declare const PriceListCardFeature: ({ index, planFeature, }: {
3
3
  index: number;
4
4
  planFeature: PlanFeature;
5
- }) => import("react/jsx-runtime").JSX.Element;
5
+ }) => import("react").JSX.Element;
6
6
  export default PriceListCardFeature;
@@ -11,5 +11,5 @@ export declare const PriceListCardPrice_PriceListFragment: import("gql.tada").Ta
11
11
  declare const PriceListCardPrice: ({ className, priceList: maskedPriceList, }: {
12
12
  className?: string;
13
13
  priceList: FragmentOf<typeof PriceListCardPrice_PriceListFragment>;
14
- }) => import("react/jsx-runtime").JSX.Element;
14
+ }) => import("react").JSX.Element;
15
15
  export default PriceListCardPrice;
@@ -2,5 +2,5 @@ declare const PriceListCardTitle: ({ planName, isPriceListCurrentSubscription, t
2
2
  planName: string;
3
3
  isPriceListCurrentSubscription: boolean;
4
4
  trialRemainingDays?: number;
5
- }) => import("react/jsx-runtime").JSX.Element;
5
+ }) => import("react").JSX.Element;
6
6
  export default PriceListCardTitle;
@@ -1,4 +1,4 @@
1
1
  export default function BackButton({ onClick, title }: {
2
2
  onClick?: () => void;
3
3
  title?: string;
4
- }): import("react/jsx-runtime").JSX.Element;
4
+ }): import("react").JSX.Element;
@@ -23,5 +23,5 @@ declare const PriceListSelector: ({ arePlanChangeOptionsLoading, areSubscription
23
23
  priceListChangeOptions: PriceListChangeOptions;
24
24
  subscriptions: Subscription[];
25
25
  onGoBack?: () => void;
26
- }) => import("react/jsx-runtime").JSX.Element;
26
+ }) => import("react").JSX.Element;
27
27
  export default PriceListSelector;
@@ -1,4 +1,4 @@
1
1
  declare const PreviewModeAdvisary: ({ isInPreviewMode }: {
2
2
  isInPreviewMode: boolean;
3
- }) => import("react/jsx-runtime").JSX.Element | null;
3
+ }) => import("react").JSX.Element | null;
4
4
  export default PreviewModeAdvisary;
@@ -12,5 +12,5 @@ declare const UpgradeWrapper: ({ onChangePlanCancel, handlePortalErrors, onPayme
12
12
  * If provided and the billing period is available, the billing period selector will default to this value.
13
13
  */
14
14
  defaultBillingPeriod?: "ONCE" | "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "ANNUAL";
15
- }) => import("react/jsx-runtime").JSX.Element | null;
15
+ }) => import("react").JSX.Element | null;
16
16
  export default UpgradeWrapper;
@@ -1,4 +1,4 @@
1
1
  export declare const DefaultBillingPeriodProvider: ({ value, children }: {
2
2
  value: "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "ANNUAL" | "ONCE" | undefined;
3
3
  children?: import("react").ReactNode;
4
- }) => import("react/jsx-runtime").JSX.Element, useDefaultBillingPeriod: () => "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "ANNUAL" | "ONCE" | undefined;
4
+ }) => import("react").JSX.Element, useDefaultBillingPeriod: () => "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "ANNUAL" | "ONCE" | undefined;
@@ -1,5 +1,5 @@
1
1
  declare const ChangeUpgradingSubscriptionProvider: ({ value, children }: {
2
2
  value: (subscriptionId: string) => void;
3
3
  children?: import("react").ReactNode;
4
- }) => import("react/jsx-runtime").JSX.Element, useChangeUpgradingSubscription: () => (subscriptionId: string) => void;
4
+ }) => import("react").JSX.Element, useChangeUpgradingSubscription: () => (subscriptionId: string) => void;
5
5
  export { ChangeUpgradingSubscriptionProvider, useChangeUpgradingSubscription };
@@ -1,5 +1,5 @@
1
1
  declare const SubscriptionCancelProvider: ({ value, children }: {
2
2
  value: (subscriptionId: string) => void;
3
3
  children?: import("react").ReactNode;
4
- }) => import("react/jsx-runtime").JSX.Element, useSubscriptionCancel: () => (subscriptionId: string) => void;
4
+ }) => import("react").JSX.Element, useSubscriptionCancel: () => (subscriptionId: string) => void;
5
5
  export { SubscriptionCancelProvider, useSubscriptionCancel };
@@ -11,4 +11,4 @@ export type SubscriptionProps = {
11
11
  export declare const SubscriptionPropsProvider: ({ value, children }: {
12
12
  value: SubscriptionProps;
13
13
  children?: import("react").ReactNode;
14
- }) => import("react/jsx-runtime").JSX.Element, useSubscriptionProps: () => SubscriptionProps;
14
+ }) => import("react").JSX.Element, useSubscriptionProps: () => SubscriptionProps;
@@ -32,7 +32,7 @@ export declare const UpgradingSubscriptionProvider: ({ value, children }: {
32
32
  };
33
33
  } | null | undefined;
34
34
  children?: import("react").ReactNode;
35
- }) => import("react/jsx-runtime").JSX.Element, useUpgradingSubscription: () => {
35
+ }) => import("react").JSX.Element, useUpgradingSubscription: () => {
36
36
  id: string;
37
37
  state: "ACTIVE" | "TRIAL" | "CANCELED" | "EXPIRED" | "TRIAL_EXPIRED" | "PENDING";
38
38
  priceList: {
@@ -1,4 +1,4 @@
1
1
  export declare const UpgradingSubscriptionIdProvider: ({ initialValue, children, }: {
2
2
  initialValue?: string | undefined;
3
3
  children?: import("react").ReactNode;
4
- }) => import("react/jsx-runtime").JSX.Element, useUpgradingSubscriptionId: () => [string | undefined, import("react").Dispatch<import("react").SetStateAction<string | undefined>>];
4
+ }) => import("react").JSX.Element, useUpgradingSubscriptionId: () => [string | undefined, import("react").Dispatch<import("react").SetStateAction<string | undefined>>];
@@ -44,5 +44,5 @@ declare const QuantityChangeGridRow: ({ subscription: maskedSubscription, subscr
44
44
  setUpdatingChargeQuantityId: (updatingChargeQuantityId: string | undefined) => void;
45
45
  updatingChargeQuantityId: string | undefined;
46
46
  setErrorUpdatingQuantity: (errorUpdatingQuantity: boolean) => void;
47
- }) => import("react/jsx-runtime").JSX.Element | null;
47
+ }) => import("react").JSX.Element | null;
48
48
  export default QuantityChangeGridRow;
@@ -2,5 +2,5 @@ import { ReactNode } from 'react';
2
2
  declare const QuantityChangeGridTitle: ({ children, right }: {
3
3
  children: ReactNode;
4
4
  right?: boolean;
5
- }) => import("react/jsx-runtime").JSX.Element;
5
+ }) => import("react").JSX.Element;
6
6
  export default QuantityChangeGridTitle;
@@ -6,6 +6,6 @@ interface QuantityDrawerProps {
6
6
  setQuantityDrawerOpen: (open: boolean) => void;
7
7
  handlePortalErrors?: (errors: any) => void;
8
8
  }
9
- export declare const QuantityDrawerContent: ({ subscriptions, quantityDrawerOpen, setQuantityDrawerOpen, handlePortalErrors, }: QuantityDrawerProps) => import("react/jsx-runtime").JSX.Element;
10
- export declare const QuantityDrawer: ({ subscriptions, quantityDrawerOpen, setQuantityDrawerOpen, handlePortalErrors, }: QuantityDrawerProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const QuantityDrawerContent: ({ subscriptions, quantityDrawerOpen, setQuantityDrawerOpen, handlePortalErrors, }: QuantityDrawerProps) => import("react").JSX.Element;
10
+ export declare const QuantityDrawer: ({ subscriptions, quantityDrawerOpen, setQuantityDrawerOpen, handlePortalErrors, }: QuantityDrawerProps) => import("react").JSX.Element;
11
11
  export {};
@@ -12,5 +12,5 @@ export declare const QuoteChangeSummarySection_QuoteFragment: import("gql.tada")
12
12
  declare const QuoteChangeSummarySection: ({ openCheckout, errorUpdatingQuantity, }: {
13
13
  openCheckout: () => void;
14
14
  errorUpdatingQuantity: boolean;
15
- }) => import("react/jsx-runtime").JSX.Element;
15
+ }) => import("react").JSX.Element;
16
16
  export default QuoteChangeSummarySection;
@@ -1,5 +1,5 @@
1
1
  declare const QuoteIdProvider: ({ initialValue, children, }: {
2
2
  initialValue?: string | undefined;
3
3
  children?: import("react").ReactNode;
4
- }) => import("react/jsx-runtime").JSX.Element, useQuoteId: () => [string | undefined, import("react").Dispatch<import("react").SetStateAction<string | undefined>>];
4
+ }) => import("react").JSX.Element, useQuoteId: () => [string | undefined, import("react").Dispatch<import("react").SetStateAction<string | undefined>>];
5
5
  export { QuoteIdProvider, useQuoteId };
@@ -1,5 +1,5 @@
1
1
  declare const QuoteIsLoadingProvider: ({ initialValue, children, }: {
2
2
  initialValue?: boolean | undefined;
3
3
  children?: import("react").ReactNode;
4
- }) => import("react/jsx-runtime").JSX.Element, useQuoteIsLoading: () => [boolean, import("react").Dispatch<import("react").SetStateAction<boolean>>];
4
+ }) => import("react").JSX.Element, useQuoteIsLoading: () => [boolean, import("react").Dispatch<import("react").SetStateAction<boolean>>];
5
5
  export { QuoteIsLoadingProvider, useQuoteIsLoading };
@@ -5,5 +5,5 @@ export type QuoteRecalculateTaxesValue = {
5
5
  declare const QuoteRecalculateTaxesProvider: ({ value, children }: {
6
6
  value: QuoteRecalculateTaxesValue;
7
7
  children?: import("react").ReactNode;
8
- }) => import("react/jsx-runtime").JSX.Element, useQuoteRecalculateTaxes: () => QuoteRecalculateTaxesValue;
8
+ }) => import("react").JSX.Element, useQuoteRecalculateTaxes: () => QuoteRecalculateTaxesValue;
9
9
  export { QuoteRecalculateTaxesProvider, useQuoteRecalculateTaxes };
@@ -21,5 +21,5 @@ declare const QuantityChangeDrawerDesktop: ({ onClose, open, openCheckout, subsc
21
21
  subscriptions: (FragmentOf<typeof QuantityDrawerDesktop_SubscriptionFragment> | null)[];
22
22
  setUpdatingChargeQuantityId: (updatingChargeQuantityId: string | undefined) => void;
23
23
  updatingChargeQuantityId: string | undefined;
24
- }) => import("react/jsx-runtime").JSX.Element | null;
24
+ }) => import("react").JSX.Element | null;
25
25
  export default QuantityChangeDrawerDesktop;