UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

263 lines (262 loc) 11.6 kB
import { PackageIdentifier, } from "../../../types/variables"; export const VARIABLES = Object.freeze({ [PackageIdentifier.weekly]: { "product.price": "$2.99", "product.price_per_period": "$2.99/week", "product.price_per_period_abbreviated": "$2.99/wk", "product.price_per_day": "$0.43", "product.price_per_week": "$2.99", "product.price_per_month": "$11.96", "product.price_per_year": "$155.48", "product.period": "week", "product.period_abbreviated": "wk", "product.periodly": "weekly", "product.period_in_days": "7", "product.period_in_weeks": "1", "product.period_in_months": "0", "product.period_in_years": "0", "product.period_with_unit": "1 week", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "$1.99", "product.offer_price_per_day": "$0.07", "product.offer_price_per_week": "$0.50", "product.offer_price_per_month": "$1.99", "product.offer_price_per_year": "$23.88", "product.offer_period": "week", "product.offer_period_abbreviated": "wk", "product.offer_period_in_days": "7", "product.offer_period_in_weeks": "1", "product.offer_period_in_months": "0", "product.offer_period_in_years": "0", "product.offer_period_with_unit": "1 week", "product.offer_end_date": "December 31, 2024", "product.secondary_offer_price": "$2.99", "product.secondary_offer_period": "week", "product.secondary_offer_period_abbreviated": "wk", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, [PackageIdentifier.monthly]: { "product.price": "$9.99", "product.price_per_period": "$9.99/month", "product.price_per_period_abbreviated": "$9.99/mo", "product.price_per_day": "$0.33", "product.price_per_week": "$2.50", "product.price_per_month": "$9.99", "product.price_per_year": "$119.88", "product.period": "month", "product.period_abbreviated": "mo", "product.periodly": "monthly", "product.period_in_days": "30", "product.period_in_weeks": "4", "product.period_in_months": "1", "product.period_in_years": "0", "product.period_with_unit": "1 month", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "$1.99", "product.offer_price_per_day": "$0.07", "product.offer_price_per_week": "$0.50", "product.offer_price_per_month": "$1.99", "product.offer_price_per_year": "$23.88", "product.offer_period": "week", "product.offer_period_abbreviated": "wk", "product.offer_period_in_days": "7", "product.offer_period_in_weeks": "1", "product.offer_period_in_months": "0", "product.offer_period_in_years": "0", "product.offer_period_with_unit": "1 week", "product.offer_end_date": "December 31, 2024", "product.secondary_offer_price": "$2.99", "product.secondary_offer_period": "week", "product.secondary_offer_period_abbreviated": "wk", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, [PackageIdentifier.two_month]: { "product.price": "$17.99", "product.price_per_period": "$17.99/2 months", "product.price_per_period_abbreviated": "$17.99/2mo", "product.price_per_day": "$0.30", "product.price_per_week": "$2.25", "product.price_per_month": "$9.00", "product.price_per_year": "$107.94", "product.period": "2 months", "product.period_abbreviated": "2mo", "product.periodly": "2 months", "product.period_in_days": "60", "product.period_in_weeks": "8", "product.period_in_months": "2", "product.period_in_years": "0", "product.period_with_unit": "2 months", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "$1.99", "product.offer_price_per_day": "$0.07", "product.offer_price_per_week": "$0.50", "product.offer_price_per_month": "$1.99", "product.offer_price_per_year": "$23.88", "product.offer_period": "week", "product.offer_period_abbreviated": "wk", "product.offer_period_in_days": "7", "product.offer_period_in_weeks": "1", "product.offer_period_in_months": "0", "product.offer_period_in_years": "0", "product.offer_period_with_unit": "1 week", "product.offer_end_date": "December 31, 2024", "product.secondary_offer_price": "$2.99", "product.secondary_offer_period": "week", "product.secondary_offer_period_abbreviated": "wk", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, [PackageIdentifier.three_month]: { "product.price": "$24.99", "product.price_per_period": "$24.99/3 months", "product.price_per_period_abbreviated": "$24.99/3mo", "product.price_per_day": "$0.28", "product.price_per_week": "$1.92", "product.price_per_month": "$8.33", "product.price_per_year": "$99.96", "product.period": "3 months", "product.period_abbreviated": "3mo", "product.periodly": "3 months", "product.period_in_days": "90", "product.period_in_weeks": "13", "product.period_in_months": "3", "product.period_in_years": "0", "product.period_with_unit": "3 months", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "$1.99", "product.offer_price_per_day": "$0.07", "product.offer_price_per_week": "$0.50", "product.offer_price_per_month": "$1.99", "product.offer_price_per_year": "$23.88", "product.offer_period": "week", "product.offer_period_abbreviated": "wk", "product.offer_period_in_days": "7", "product.offer_period_in_weeks": "1", "product.offer_period_in_months": "0", "product.offer_period_in_years": "0", "product.offer_period_with_unit": "1 week", "product.offer_end_date": "December 31, 2024", "product.secondary_offer_price": "$2.99", "product.secondary_offer_period": "week", "product.secondary_offer_period_abbreviated": "wk", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, [PackageIdentifier.six_month]: { "product.price": "$39.99", "product.price_per_period": "$39.99/6 months", "product.price_per_period_abbreviated": "$39.99/6mo", "product.price_per_day": "$0.22", "product.price_per_week": "$1.54", "product.price_per_month": "$6.67", "product.price_per_year": "$79.98", "product.period": "6 months", "product.period_abbreviated": "6mo", "product.periodly": "6 months", "product.period_in_days": "180", "product.period_in_weeks": "13", "product.period_in_months": "6", "product.period_in_years": "0", "product.period_with_unit": "6 months", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "$1.99", "product.offer_price_per_day": "$0.07", "product.offer_price_per_week": "$0.50", "product.offer_price_per_month": "$1.99", "product.offer_price_per_year": "$23.88", "product.offer_period": "week", "product.offer_period_abbreviated": "wk", "product.offer_period_in_days": "7", "product.offer_period_in_weeks": "1", "product.offer_period_in_months": "0", "product.offer_period_in_years": "0", "product.offer_period_with_unit": "1 week", "product.offer_end_date": "December 31, 2024", "product.secondary_offer_price": "$2.99", "product.secondary_offer_period": "week", "product.secondary_offer_period_abbreviated": "wk", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, [PackageIdentifier.annual]: { "product.price": "$69.99", "product.price_per_period": "$69.99/year", "product.price_per_period_abbreviated": "$69.99/yr", "product.price_per_day": "$0.19", "product.price_per_week": "$1.35", "product.price_per_month": "$5.83", "product.price_per_year": "$69.99", "product.period": "year", "product.period_abbreviated": "yr", "product.periodly": "yearly", "product.period_in_days": "365", "product.period_in_weeks": "52", "product.period_in_months": "12", "product.period_in_years": "1", "product.period_with_unit": "1 year", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "$1.99", "product.offer_price_per_day": "$0.07", "product.offer_price_per_week": "$0.50", "product.offer_price_per_month": "$1.99", "product.offer_price_per_year": "$23.88", "product.offer_period": "week", "product.offer_period_abbreviated": "wk", "product.offer_period_in_days": "7", "product.offer_period_in_weeks": "1", "product.offer_period_in_months": "0", "product.offer_period_in_years": "0", "product.offer_period_with_unit": "1 week", "product.offer_end_date": "December 31, 2024", "product.secondary_offer_price": "$2.99", "product.secondary_offer_period": "week", "product.secondary_offer_period_abbreviated": "wk", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, [PackageIdentifier.lifetime]: { "product.price": "$119.99", "product.price_per_period": "$119.99", "product.price_per_period_abbreviated": "$119.99", "product.price_per_day": "$119.99", "product.price_per_week": "$119.99", "product.price_per_month": "$119.99", "product.price_per_year": "$119.99", "product.period": "lifetime", "product.period_abbreviated": "lifetime", "product.periodly": "lifetime", "product.period_in_days": "", "product.period_in_weeks": "", "product.period_in_months": "", "product.period_in_years": "", "product.period_with_unit": "lifetime", "product.currency_code": "USD", "product.currency_symbol": "$", "product.offer_price": "", "product.offer_price_per_day": "", "product.offer_price_per_week": "", "product.offer_price_per_month": "", "product.offer_price_per_year": "", "product.offer_period": "", "product.offer_period_abbreviated": "", "product.offer_period_in_days": "", "product.offer_period_in_weeks": "", "product.offer_period_in_months": "", "product.offer_period_in_years": "", "product.offer_period_with_unit": "", "product.offer_end_date": "", "product.secondary_offer_price": "", "product.secondary_offer_period": "", "product.secondary_offer_period_abbreviated": "", "product.relative_discount": "19%", "product.store_product_name": "Pro Access", }, });