{"version":3,"names":[],"mappings":"","sources":["experiment/ProhibitAnnualBucketRenewal.js"],"sourcesContent":["/*jshint multistr: true*/\nwindow.Experiments = window.Experiments || {};\nwindow.Experiments.ProhibitAnnualBucketRenewal = (function (\n options, account, user, _, mercury\n) {\n 'use strict';\n\n options = options || {};\n _ = _ || window._;\n mercury = mercury || window.mercury || {};\n\n // Variations\n const CONTROL = 'control'; // eslint-disable-line no-unused-vars\n const TREATMENT = 'treatment'; // eslint-disable-line no-unused-vars\n const NONE = 'none'; // eslint-disable-line no-unused-vars\n\n // Actions\n const ASSIGNED = 'assigned';\n const CLICKED = 'clicked';\n const MODAL_SHOWN = 'modalShown';\n const MODAL_CLOSED = 'modalClosed';\n const CONTACT_US_CLICKED = 'contactUsClicked';\n const CONTACT_US_TO_RENEW_CLICKED = 'contactUsToRenewClicked';\n const LEARN_MORE_CLICKED = 'learnMoreClicked';\n\n var service = {\n 'id': 'GROW-2257',\n 'account': null,\n 'launchDarklyFlag': 'grow-2257-prohibit-annual-bucket-renewal',\n 'mercuryAssignmentEventId': 'experiment::assignments',\n 'mercuryEventId': 'growth::g2257SurfaceTieredFeaturesToBucketPlans',\n 'name': 'Prohibit Annual Bucket Renewal',\n 'options': {},\n 'user': null,\n 'variation': null,\n 'version': '1',\n };\n\n const defaultOptions = {\n 'variation': null,\n };\n\n const ProhibitAnnualRenewalDialog = MinimalDialogView.extend({\n tagName: \"div\",\n className: \"dialog-kit grow-2257-prohibit-annual-bucket-renewal contact-us-dialog\",\n events: {\n 'click .contact-us': 'handleContactUsClicked',\n 'click .button-learn-more': 'handleLearnMoreClicked',\n 'click .close': 'close',\n },\n template: Handlebars.compile('\\\n