@metrifox/react-sdk 2.0.0 → 2.0.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
@@ -774,7 +774,7 @@ interface Feature {
774
774
 
775
775
  declare const CustomerPortal: ({ customerKey, sectionsConfig, theme }: CustomerPortalProps) => react_jsx_runtime.JSX.Element;
776
776
 
777
- declare const PriceCard: ({ plan, interval, featureOrderMap, isPricePage, isCustomerPortal, statusTag, addPriceButton, buttonText, isCurrentPlan, planActions, cardAction, buttonAction, }: {
777
+ declare const PriceCard: ({ plan, interval, isPricePage, isCustomerPortal, statusTag, addPriceButton, buttonText, isCurrentPlan, planActions, cardAction, buttonAction, }: {
778
778
  plan: Offering;
779
779
  interval: string;
780
780
  featureOrderMap: Map<string, number>;