@stigg/react-sdk 5.30.0 → 5.30.1

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.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import './styles.css';
2
2
  export * from '@stigg/js-client-sdk';
3
- export { Paywall, PaywallProps, OnPlanSelectedCallbackFn, PaywallPlan, SubscribeIntentionType, PaywallLocalization, PlanPriceText, CurrentPlanParams, PaywallData, SelectDefaultTierIndexFn, ShouldHidePlanFn, } from './components/paywall';
3
+ export { Paywall, PaywallProps, OnPlanSelectedCallbackFn, CurrentSubscriptionOverride, CurrentSubscriptionOverrideFn, PaywallPlan, SubscribeIntentionType, PaywallLocalization, PlanPriceText, CurrentPlanParams, PaywallData, SelectDefaultTierIndexFn, ShouldHidePlanFn, } from './components/paywall';
4
4
  export { CustomerPortalProvider, CustomerPortal, CustomerPortalProps, CustomerPortalSection, AddonsList, PaymentDetailsSection, InvoicesSection, CustomerUsageData, CustomerUsageDataProps, SubscriptionsOverview, SubscriptionsOverviewProps, Promotions, CustomerPortalIntentionType, OnBuyMoreCallbackFn, OnManageSubscriptionFn, CustomerPortalLocalization, CustomerPortalTheme, } from './components/customerPortal';
5
5
  export { StiggProvider, StiggProviderProps, StiggContextValue, StiggContext } from './components/StiggProvider';
6
6
  export { Checkout, CheckoutProps, CheckoutProviderProps, CheckoutContainerProps, CheckoutLocalization, CheckoutResult, OnCheckoutCompletedParams, OnCheckoutParams, CheckoutTheme, CheckoutMockProps, MockCheckoutPreviewCallback, MockCheckoutStateCallback, BillingInformation, TaxDetailsInput, } from './components/checkout';
@@ -3492,7 +3492,7 @@ function mapPaywallData(paywall, showOnlyEligiblePlans, currentSubscriptionOverr
3492
3492
  };
3493
3493
  }
3494
3494
 
3495
- var version = "5.30.0";
3495
+ var version = "5.30.1";
3496
3496
  var name = "@stigg/react-sdk";
3497
3497
 
3498
3498
  var StiggContext = /*#__PURE__*/React__default.createContext(null);