@stigg/react-sdk 7.9.0 → 7.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/stigg-sdk.cjs.js +318 -318
- package/dist/stigg-sdk.esm.js +318 -318
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -209,8 +209,9 @@ type PaywallContainerProps = {
|
|
|
209
209
|
selectDefaultTierIndex?: SelectDefaultTierIndexFn;
|
|
210
210
|
hideCompatibleAddons?: boolean;
|
|
211
211
|
currentSubscriptionOverride?: CurrentSubscriptionOverrideFn;
|
|
212
|
+
skeletonPlanCount?: number;
|
|
212
213
|
};
|
|
213
|
-
declare const PaywallContainer: ({ productId, resourceId, highlightedPlanId, showOnlyEligiblePlans, textOverrides, onPlanSelected, preferredBillingPeriod, onBillingPeriodChange, billingCountryCode, shouldHidePlan, selectDefaultTierIndex, currentSubscriptionOverride: currentSubscriptionOverrideFn, hideCompatibleAddons, }: PaywallContainerProps) => react_jsx_runtime.JSX.Element;
|
|
214
|
+
declare const PaywallContainer: ({ productId, resourceId, highlightedPlanId, showOnlyEligiblePlans, textOverrides, onPlanSelected, preferredBillingPeriod, onBillingPeriodChange, billingCountryCode, shouldHidePlan, selectDefaultTierIndex, currentSubscriptionOverride: currentSubscriptionOverrideFn, hideCompatibleAddons, skeletonPlanCount, }: PaywallContainerProps) => react_jsx_runtime.JSX.Element;
|
|
214
215
|
|
|
215
216
|
type CustomerPortalLocalization = {
|
|
216
217
|
manageSubscription: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -209,8 +209,9 @@ type PaywallContainerProps = {
|
|
|
209
209
|
selectDefaultTierIndex?: SelectDefaultTierIndexFn;
|
|
210
210
|
hideCompatibleAddons?: boolean;
|
|
211
211
|
currentSubscriptionOverride?: CurrentSubscriptionOverrideFn;
|
|
212
|
+
skeletonPlanCount?: number;
|
|
212
213
|
};
|
|
213
|
-
declare const PaywallContainer: ({ productId, resourceId, highlightedPlanId, showOnlyEligiblePlans, textOverrides, onPlanSelected, preferredBillingPeriod, onBillingPeriodChange, billingCountryCode, shouldHidePlan, selectDefaultTierIndex, currentSubscriptionOverride: currentSubscriptionOverrideFn, hideCompatibleAddons, }: PaywallContainerProps) => react_jsx_runtime.JSX.Element;
|
|
214
|
+
declare const PaywallContainer: ({ productId, resourceId, highlightedPlanId, showOnlyEligiblePlans, textOverrides, onPlanSelected, preferredBillingPeriod, onBillingPeriodChange, billingCountryCode, shouldHidePlan, selectDefaultTierIndex, currentSubscriptionOverride: currentSubscriptionOverrideFn, hideCompatibleAddons, skeletonPlanCount, }: PaywallContainerProps) => react_jsx_runtime.JSX.Element;
|
|
214
215
|
|
|
215
216
|
type CustomerPortalLocalization = {
|
|
216
217
|
manageSubscription: string;
|