{"version":3,"sources":["webpack:///./app/react/pricing/constants/index.js"],"names":["SAVING_AMOUNT_FOR_LICENSES_NUMBERS","PRICING_PLANS"],"mappings":"yGAAA,oEAYO,IAAMA,EAAqC,GAOrCC,EAAgB,CAAC","file":"pricing~quotes.b48937c20c384008d61e.chunk.js","sourcesContent":["/**\n * Array of objects representing saving amounts for different license numbers.\n * Each object represents a tier (range of licenses) and the saving amount for that tier.\n *\n * @type {Array<{title: string, minLicenses: number, maxLicenses: number, savingAmount: number}>}\n *\n * @example\n * const SAVING_AMOUNT_FOR_LICENSES_NUMBERS = [\n * { title: '15-29', minLicenses: 15, maxLicenses: 29, savingAmount: 10 },\n * { title: '30-99', minLicenses: 30, maxLicenses: 99, savingAmount: 15 }\n * ]\n */\nexport const SAVING_AMOUNT_FOR_LICENSES_NUMBERS = []\n\nexport const PLAN_PRICING_SUMMARY_HEIGHT = {\n FOR_SMALL_SIZE: [95, null, null, null, 'auto'],\n FOR_BIG_SIZE: 80,\n}\n\nexport const PRICING_PLANS = ['individual']\n"],"sourceRoot":""}