@billingos/sdk 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -4151,7 +4151,8 @@ function PricingTable({
4151
4151
  onPlanChanged,
4152
4152
  customer: customerProp,
4153
4153
  footerText = "All plans include SSL security and 99.9% uptime SLA",
4154
- compact = false
4154
+ compact = false,
4155
+ adaptivePricing
4155
4156
  }) {
4156
4157
  const [isYearly, setIsYearly] = React24.useState(defaultInterval === "year");
4157
4158
  const [selectedPriceId, setSelectedPriceId] = React24.useState(null);
@@ -4246,7 +4247,8 @@ function PricingTable({
4246
4247
  customer: { email: finalCustomerEmail, name: finalCustomerName },
4247
4248
  onSuccess: handlePaymentSuccess,
4248
4249
  existingSubscriptionId: currentSubscription?.id,
4249
- theme
4250
+ theme,
4251
+ adaptivePricing
4250
4252
  }
4251
4253
  ) : /* @__PURE__ */ jsx29(
4252
4254
  PaymentBottomSheet,