{"version":3,"file":"static/js/theme-definition3.a8a0b4a7.chunk.js","mappings":"oGAEO,SAASA,IACZ,MAAO,CACHC,KAAM,sCACNC,KAAM,kCACNC,MAAO,mCACPC,QAAS,6BACTC,KAAM,kCACNC,OAAQ,oCACRC,MAAO,mCACPC,MAAO,mCACPC,QAAS,mCACTC,UAAW,6CAEnB,C,kOCTaC,EAAQ,qGAYhB,OAZgB,8BACjB,WACI,OACI,SAAC,KAAO,kBAAKC,KAAKC,OAAK,cACnB,wBACI,iBACIC,KAAK,eACLC,EAAE,gjBAKtB,KAAC,EAZgB,CAASC,EAAAA,eCFjBC,EAAuC,CAChDC,SAAUP,G,iCCORQ,GAAeC,EAAAA,EAAAA,IAAiB,8HAShCC,EAAiC,CACnCC,aAAcC,EAAAA,EAAAA,OACdC,iBAAkBD,EAAAA,EAAAA,WAClBE,kBAAmBF,EAAAA,EAAAA,YACnBG,qBAAsBH,EAAAA,EAAAA,eAEtBI,eAAgBJ,EAAAA,EAAAA,OAChBK,mBAAoBL,EAAAA,EAAAA,WACpBM,oBAAqBN,EAAAA,EAAAA,YACrBO,uBAAwBP,EAAAA,EAAAA,eAExBQ,eAAgBR,EAAAA,EAAAA,MAChBS,qBAAsBT,EAAAA,EAAAA,QACtBU,WAAYV,EAAAA,EAAAA,QACZW,gBAAiBX,EAAAA,EAAAA,QACjBY,gBAAiBZ,EAAAA,EAAAA,QACjBa,iBAAkBb,EAAAA,EAAAA,QAClBc,mBAAoBd,EAAAA,EAAAA,MACpBe,qBAAsBf,EAAAA,EAAAA,OACtBgB,eAAgBhB,EAAAA,EAAAA,OAEhBiB,SAAUjB,EAAAA,EAAAA,MACVkB,eAAgBlB,EAAAA,EAAAA,QAChBmB,KAAMnB,EAAAA,EAAAA,QACNoB,UAAWpB,EAAAA,EAAAA,MACXqB,UAAWrB,EAAAA,EAAAA,MACXsB,WAAYtB,EAAAA,EAAAA,OACZuB,aAAcvB,EAAAA,EAAAA,MACdwB,WAAYxB,EAAAA,EAAAA,OAEZyB,cAAezB,EAAAA,EAAAA,MACf0B,oBAAqB1B,EAAAA,EAAAA,QACrB2B,UAAW3B,EAAAA,EAAAA,QACX4B,eAAgB5B,EAAAA,EAAAA,QAChB6B,iBAAkB7B,EAAAA,EAAAA,QAClB8B,kBAAmB9B,EAAAA,EAAAA,QACnB+B,kBAAmB/B,EAAAA,EAAAA,QAEnBgC,OAAQhC,EAAAA,EAAAA,OACRiC,WAAYjC,EAAAA,EAAAA,WACZkC,YAAalC,EAAAA,EAAAA,YAEbmC,WAAYnC,EAAAA,EAAAA,MACZoC,YAAapC,EAAAA,EAAAA,MACbqC,WAAYrC,EAAAA,EAAAA,QACZsC,cAAetC,EAAAA,EAAAA,OAEfuC,8BAA+BvC,EAAAA,EAAAA,QAC/BwC,8BAA+B,GAE/BC,uBAAwBzC,EAAAA,EAAAA,QACxB0C,uBAAwB1C,EAAAA,EAAAA,OAwEtB2C,GAAalE,EAAAA,EAAAA,KAEbmE,EAA+B,CACjCC,UAAW,CACPC,KAAMH,EAAW9D,QACjBkE,UAAWJ,EAAW7D,KACtBkE,OAAQL,EAAWjE,KACnBuE,OAAQN,EAAW1D,MACnBiE,OAAQP,EAAW/D,MACnBuE,OAAQR,EAAWxD,UACnBiE,OAAQ,aAIVC,GAA6BC,EAAAA,EAAAA,GAAU,CACzCxD,cAAeA,EACfyD,MAAOZ,EACPa,mBAAoB9D,IAGxB2D,EAAeI,cAAgB,SAAC7D,EAAY,IAC5CyD,EAAeK,IAAMd,EAGrB,IAOA,EAP0C,CACtCe,UAAWC,EAAAA,EAAAA,UACXC,WAAYR,EACZS,iBAAkBT,EAClBU,YAAaV,E","sources":["app-react/themes/definitions/casino888/make-casino888-fonts-family.ts","app-react/themes/definitions/casino888/icons/info.icon.tsx","app-react/themes/definitions/casino888/icons-registry.ts","app-react/themes/definitions/casino888/theme.definition.tsx"],"sourcesContent":["import {IFontFamily} from '../../architecture/sections/font-family.interface';\r\n\r\nexport function makeCasino888FontsFamily(): IFontFamily {\r\n return {\r\n body: '\"888-DemiBold\", verdana, sans-serif',\r\n thin: '\"888-Thin\", verdana, sans-serif',\r\n light: '\"888-Light\", verdana, sans-serif',\r\n regular: '\"888\", verdana, sans-serif',\r\n bold: '\"888-Bold\", verdana, sans-serif',\r\n medium: '\"888-Medium\", verdana, sans-serif',\r\n black: '\"888-Black\", verdana, sans-serif',\r\n ultra: '\"888-Ultra\", verdana, sans-serif',\r\n primary: '\"888-Orbit\", verdana, sans-serif',\r\n secondary: '\"Oleo-Script-Regular\", verdana, sans-serif',\r\n }\r\n}","import * as React from \"react\";\r\nimport { SvgIcon, ISvgIconProps } from \"../../../../basic-ui-components/icon/svg-icon/svg.icon\";\r\n\r\nexport interface IInfoIconProps extends ISvgIconProps {\r\n}\r\n\r\nexport class InfoIcon extends React.PureComponent {\r\n render() {\r\n return (\r\n \r\n \r\n \r\n \r\n \r\n );\r\n }\r\n}","import {IThemeIcons} from '../../architecture/sections/theme-icons.interface';\r\nimport {InfoIcon} from './icons/info.icon';\r\n\r\n\r\nexport const Casino888Icons: Partial = {\r\n infoIcon: InfoIcon\r\n}\r\n\r\n","import {OrbitTheme} from '../../architecture/orbit-theme.interface';\r\nimport {makeTheme} from '../../make-theme';\r\nimport {IGeneralColors} from '../../architecture/sections/general-colors.interface';\r\nimport {makeCasino888FontsFamily} from './make-casino888-fonts-family';\r\nimport {Casino888Icons} from './icons-registry';\r\nimport { ThemeName } from '../../architecture/theme-names';\r\nimport {createGlobalStyle} from \"styled-components\";\r\nimport React from \"react\";\r\nimport {baseColors} from \"./base-colors\";\r\nimport {IThemeDefinition} from \"../../../services/theme/theme-definition.interface\";\r\nimport {ISdkTheme} from \"../../architecture/sections/sdk/sdk-theme.interface\";\r\n\r\nconst GlobalStyles = createGlobalStyle`\r\n body {\r\n font-family: \"888-Orbit\", verdana, sans-serif;\r\n font-weight: 600;\r\n }\r\n`;\r\n\r\n\r\n\r\nconst generalColors: IGeneralColors = {\r\n brandPrimary: baseColors.base01,\r\n brandPrimaryDark: baseColors.base01Dark,\r\n brandPrimaryLight: baseColors.base01Light,\r\n brandPrimaryContrast: baseColors.base01Contrast,\r\n\r\n brandSecondary: baseColors.base02,\r\n brandSecondaryDark: baseColors.base02Dark,\r\n brandSecondaryLight: baseColors.base02Light,\r\n brandSecondaryContrast: baseColors.base02Contrast,\r\n\r\n backgroundDark: baseColors.black,\r\n backgroundMiddleDark: baseColors.gray023,\r\n background: baseColors.gray033, //bodyBackground\r\n backgroundLight: baseColors.gray043, //bodyBackgroundLight\r\n backgroundHover: baseColors.gray033,\r\n backgroundActive: baseColors.gray033,\r\n backgroundContrast: baseColors.white,\r\n iconBackgroundActive: baseColors.base01,\r\n logoBackground: baseColors.base01,\r\n\r\n textDark: baseColors.black,\r\n textMiddleDark: baseColors.gray113,\r\n text: baseColors.gray183,\r\n textLight: baseColors.white, //bodyText\r\n textHover: baseColors.white,\r\n textActive: baseColors.base01,\r\n textContrast: baseColors.white,\r\n moneyColor: baseColors.base02,\r\n\r\n boxBorderDark: baseColors.black,\r\n boxBorderMediumDark: baseColors.gray023,\r\n boxBorder: baseColors.gray033,\r\n boxBorderLight: baseColors.gray043,\r\n boxBorderLighter: baseColors.gray053,\r\n boxBorderContrast: baseColors.gray113, //bodyInfo\r\n modalDialogBorder: baseColors.gray113,\r\n\r\n danger: baseColors.base03,\r\n dangerDark: baseColors.base03Dark,\r\n dangerLight: baseColors.base03Light,\r\n\r\n buttonDark: baseColors.black,\r\n buttonLight: baseColors.white,\r\n buttonInfo: baseColors.gray113,\r\n buttonWarning: baseColors.base03,\r\n\r\n horizontalLineBackgroundColor: baseColors.gray033,\r\n horizontalLineBackgroundImage: \"\",\r\n\r\n gameModeRealBackground: baseColors.gray023,\r\n gameModeDemoBackground: baseColors.white,\r\n\r\n\r\n\r\n //bodyText: baseColors.white,\r\n //bodyInfo: baseColors.gray110,\r\n //bodyBackground: baseColors.gray020,\r\n //bodyBackgroundLight: baseColors.gray030,\r\n //bodyHover: baseColors.gray020,\r\n //buttonDark: baseColors.black,\r\n //buttonLight: baseColors.white,\r\n //buttonInfo: baseColors.gray110,\r\n //buttonWarning: baseColors.base03,\r\n\r\n //componentBackground: baseColors.gray040,\r\n //componentTextInfo: baseColors.gray110,\r\n //componentTextLight: baseColors.white,\r\n //headerBackground: baseColors.black,\r\n //headerText: baseColors.base01,\r\n //modalDialogBorder: baseColors.gray110,\r\n //gameDescriptionText: baseColors.gray200,\r\n //intermediatePageGradientBackground: `linear-gradient(to bottom, ${baseColors.transparent} 46%, ${baseColors.gray020} 100%)`,\r\n //dividerBottomBorder: baseColors.gray030,\r\n //dividerTopBorder: baseColors.gray050,\r\n //navBackground: baseColors.black,\r\n //navBoxBackground: baseColors.gray040,\r\n //navItemTextNormal: baseColors.gray110,\r\n //navItemTextHover: baseColors.white,\r\n //navItemTextActive: baseColors.base01,\r\n //filterItemTextActive: baseColors.base02,\r\n //gameNumberBadgeColor: baseColors.black,\r\n //profileBoxMessagesBackground: baseColors.gray050,\r\n\r\n //usefulLinkBackground: baseColors.gray040,\r\n //usefulLinkTextNormal: baseColors.gray110,\r\n //usefulLinkTextHover: baseColors.white,\r\n\r\n //arenaTitle: baseColors.white,\r\n //filterSelected: baseColors.base01,\r\n //filterTop: baseColors.base02Dark,\r\n //filterMiddle: baseColors.base02Light,\r\n //filterBottom: baseColors.base01Dark,\r\n\r\n //spinnerBackground: baseColors.black,\r\n\r\n //arenaTitleTopDevider: baseColors.black,\r\n //arenaTitleBottomDevider: baseColors.gray070,\r\n\r\n //searchLinksBorder: baseColors.gray040,\r\n //searchResultsBorder: baseColors.gray050,\r\n\r\n //userMenuSectionText: baseColors.gray110,\r\n //userMenuSectionBg: baseColors.gray040,\r\n //userMenuTitleText: baseColors.gray110, //!!!\r\n //userMenuBalanceTitle: baseColors.white,\r\n //userMenuBalanceColor: baseColors.base02,\r\n //userMenuBalanceBorder: baseColors.gray020,\r\n //sideMenuLogoBackground: baseColors.base01,\r\n //verticalListBackground: baseColors.gray020,\r\n //jackpotValueColor: baseColors.base02,\r\n\r\n //imageLoadBackgroundColor: baseColors.black,\r\n //popupHeaderTextColor: baseColors.white,\r\n //popupHeaderBackgroundColor: baseColors.gray040,\r\n //popupIconColor: baseColors.base02,\r\n //popupContentBackgroundColor: baseColors.gray020,\r\n //filtersTitleColor: baseColors.gray200,\r\n //filterCheckboxBorder: baseColors.gray070\r\n\r\n // popupIconColor: Color.brandGreen,\r\n};\r\n\r\nconst FontFamily = makeCasino888FontsFamily();\r\n\r\nconst sdkTheme: Partial = {\r\n fontTypes: {\r\n Main: FontFamily.regular,\r\n Secondary: FontFamily.bold,\r\n Type03: FontFamily.body,\r\n Type04: FontFamily.ultra,\r\n Type05: FontFamily.light,\r\n Type06: FontFamily.secondary,\r\n Type07: \"Digital7\"\r\n }\r\n};\r\n\r\nconst Casino888Theme: OrbitTheme = makeTheme({\r\n generalColors: generalColors,\r\n fonts: FontFamily,\r\n themeSpecificIcons: Casino888Icons\r\n});\r\n\r\nCasino888Theme.globalStyles = ();\r\nCasino888Theme.sdk = sdkTheme;\r\n\r\n\r\nconst themeDefinition: IThemeDefinition = {\r\n themeName: ThemeName.Casino888,\r\n shellTheme: Casino888Theme,\r\n mainContentTheme: Casino888Theme,\r\n popupsTheme: Casino888Theme\r\n}\r\n\r\nexport default themeDefinition;"],"names":["makeCasino888FontsFamily","body","thin","light","regular","bold","medium","black","ultra","primary","secondary","InfoIcon","this","props","fill","d","React","Casino888Icons","infoIcon","GlobalStyles","createGlobalStyle","generalColors","brandPrimary","baseColors","brandPrimaryDark","brandPrimaryLight","brandPrimaryContrast","brandSecondary","brandSecondaryDark","brandSecondaryLight","brandSecondaryContrast","backgroundDark","backgroundMiddleDark","background","backgroundLight","backgroundHover","backgroundActive","backgroundContrast","iconBackgroundActive","logoBackground","textDark","textMiddleDark","text","textLight","textHover","textActive","textContrast","moneyColor","boxBorderDark","boxBorderMediumDark","boxBorder","boxBorderLight","boxBorderLighter","boxBorderContrast","modalDialogBorder","danger","dangerDark","dangerLight","buttonDark","buttonLight","buttonInfo","buttonWarning","horizontalLineBackgroundColor","horizontalLineBackgroundImage","gameModeRealBackground","gameModeDemoBackground","FontFamily","sdkTheme","fontTypes","Main","Secondary","Type03","Type04","Type05","Type06","Type07","Casino888Theme","makeTheme","fonts","themeSpecificIcons","globalStyles","sdk","themeName","ThemeName","shellTheme","mainContentTheme","popupsTheme"],"sourceRoot":""}