{"version":3,"file":"7c92a29f.js","sources":["../../../src/providers/global-settings-provider/GlobalSettingsContext.ts"],"sourcesContent":["import {createContext} from 'react';\n\nexport type CompanionColor = {\n _key: string;\n main: string;\n companion: string;\n};\n\nexport type GlobalSettingsContextType = {\n promotions: any;\n companionColors: CompanionColor[];\n mainColor: string | null;\n companionColor: string | null;\n setMainColor: (color: string | null) => void;\n};\n\nexport const GlobalSettingsContext = createContext({\n promotions: [],\n companionColors: [],\n mainColor: null,\n companionColor: null,\n setMainColor: (color) => {},\n});\n"],"names":["GlobalSettingsContext","createContext","color"],"mappings":"wCAgBO,MAAMA,EAAwBC,EAAAA,QAAAA,cAAyC,CAC5E,WAAY,CAAC,EACb,gBAAiB,CAAC,EAClB,UAAW,KACX,eAAgB,KAChB,aAAeC,GAAU,CAAC,CAC5B,CAAC"}