// Compat shim: shared CMS lists that used to live in src/pages/HostCmsGames.jsx.
// That bundle was retired once all six of its screens were rebuilt into their own
// files, but the PROTECTED src/pages/BonusProgramWizard.jsx still reads these two
// globals (bwSkins/bwProviders at BonusProgramWizard.jsx:19-20). Protected files may
// not be edited before Phase F, so the globals are preserved here verbatim from the
// retired bundle (commit 235ae31) rather than the wizard being changed.
// <!-- SUGGESTION: in Phase F, have BonusProgramWizard read these from a named shared
//      module instead of relying on implicit window globals from a sibling page. -->

const CG_SKINS_ALL = ["1xway - test skin", "7lucky", "AcarayBets", "Anchodeespada", "apostando365", "apuestadepana", "ApuestaVip", "ArgenSlots", "Casino166", "Clubn1", "Donjoker", "Juegojoker", "Jokerenvivo", "Jugaygana", "PlaySpin", "Tucasino"];
const CG_PROVIDERS = [
  [530, "Fugaso", "TimelessTech", "Casino", 95, "No parent"],
  [529, "7rings", "TimelessTech", "Casino", 20, "No parent"],
  [528, "Vimplay", "TimelessTech", "Casino", 4, "Vimplay"],
  [527, "Foxy", "TimelessTech", "Missing", 10, "No parent"],
  [519, "Cpgames", "TimelessTech", "Casino", 88, "No parent"],
  [518, "Funkygames", "TimelessTech", "Casino", 86, "No parent"],
  [517, "Advant-play", "TimelessTech", "Casino", 61, "No parent"],
  [516, "Mascot", "TimelessTech", "Casino", 162, "No parent"],
  [515, "Mascot", "TimelessTech", "Casino", 2, "No parent"],
  [514, "Peterandsons", "TimelessTech", "Casino", 67, "No parent"],
  [513, "Scatterkings", "TimelessTech", "Casino", 9, "No parent"],
];
window.CG_SKINS_ALL = CG_SKINS_ALL;
window.CG_PROVIDERS = CG_PROVIDERS;
