/** Do not edit directly Generated by style-dictionary on Fri Dec 02 2022 14:37:36 GMT+0000 (Coordinated Universal Time) */ export const accent: string = "#7D58FF"; export const error: string = "#EB293A"; export const success: string = "#14C684"; export const white: string = "#FFF"; export const black: string = "#000"; export const cyan: string = "#20D5FF"; export const greyLight: string = "#DADDE2"; export const greyLightLighten1: string = "#DDE0E4"; export const greyLightLighten2: string = "#E1E3E7"; export const greyLightLighten3: string = "#E8EAED"; export const greyLightLighten4: string = "#F0F1F3"; export const greyLightLighten5: string = "#F7F8F9"; export const greyLightDarken1: string = "#C3C6CA"; export const greyLightDarken2: string = "#AEB0B4"; export const greyLightDarken3: string = "#828487"; export const greyLightDarken4: string = "#57585A"; export const greyLightDarken5: string = "#2B2C2D"; export const greyDark: string = "#1B2029"; export const greyDarkLighten1: string = "#262B33"; export const greyDarkLighten2: string = "#32363E"; export const greyDarkLighten3: string = "#484C53"; export const greyDarkLighten4: string = "#76797E"; export const greyDarkLighten5: string = "#A3A5A9"; export const greyDarkDarken1: string = "#181C24"; export const greyDarkDarken2: string = "#151920"; export const greyDarkDarken3: string = "#101318"; export const greyDarkDarken4: string = "#0A0C10"; export const greyDarkDarken5: string = "#050608"; export const red: string = "#EB293A"; export const redLighten1: string = "#ED3E4E"; export const redLighten2: string = "#EF5361"; export const redLighten3: string = "#F37E88"; export const redLighten4: string = "#FBD4D7"; export const redLighten5: string = "#FDF4F4"; export const redDarken1: string = "#D32434"; export const redDarken2: string = "#BC202E"; export const redDarken3: string = "#8D1822"; export const redDarken4: string = "#5E1017"; export const redDarken5: string = "#2F080B"; export const yellow: string = "#F9A328"; export const yellowLighten1: string = "#F9AC3D"; export const yellowLighten2: string = "#FAB553"; export const yellowLighten3: string = "#FBC77E"; export const yellowLighten4: string = "#FDECD4"; export const yellowLighten5: string = "#FEFAF4"; export const yellowDarken1: string = "#DF9223"; export const yellowDarken2: string = "#C78220"; export const yellowDarken3: string = "#956118"; export const yellowDarken4: string = "#634110"; export const yellowDarken5: string = "#312008"; export const green: string = "#14C684"; export const greenLighten1: string = "#2BCB90"; export const greenLighten2: string = "#43D19C"; export const greenLighten3: string = "#72DCB6"; export const greenLighten4: string = "#D0F3E6"; export const greenLighten5: string = "#F3FCF8"; export const greenDarken1: string = "#11B176"; export const greenDarken2: string = "#109E69"; export const greenDarken3: string = "#0C764F"; export const greenDarken4: string = "#084F34"; export const greenDarken5: string = "#04271A"; export const blue: string = "#157FF2"; export const blueLighten1: string = "#2C8CF3"; export const blueLighten2: string = "#4398F4"; export const blueLighten3: string = "#72B2F7"; export const blueLighten4: string = "#D0E5FC"; export const blueLighten5: string = "#F3F8FE"; export const blueDarken1: string = "#1272D9"; export const blueDarken2: string = "#1065C1"; export const blueDarken3: string = "#0C4C91"; export const blueDarken4: string = "#083260"; export const blueDarken5: string = "#041930"; export const pink: string = "#FF007D"; export const pinkLighten1: string = "#FF1A8A"; export const pinkLighten2: string = "#FF3397"; export const pinkLighten3: string = "#FF66B1"; export const pinkLighten4: string = "#FF99CB"; export const pinkLighten5: string = "#FFF2F8"; export const pinkDarken1: string = "#E50070"; export const pinkDarken2: string = "#CC0064"; export const pinkDarken3: string = "#99004B"; export const pinkDarken4: string = "#660032"; export const pinkDarken5: string = "#330019"; export const purple: string = "#7D58FF"; export const purpleLighten1: string = "#8360FF"; export const purpleLighten2: string = "#8A69FF"; export const purpleLighten3: string = "#9779FF"; export const purpleLighten4: string = "#E5DDFF"; export const purpleLighten5: string = "#F8F6FF"; export const purpleDarken1: string = "#704FE5"; export const purpleDarken2: string = "#6446CC"; export const purpleDarken3: string = "#4B3499"; export const purpleDarken4: string = "#322366"; export const purpleDarken5: string = "#191133"; export const borderColorDefault: string = "#DADDE2"; export const borderColorDefaultInverted: string = "#32363E"; export const textColorPrimary: string = "#1B2029"; export const textColorPrimaryInverted: string = "#DADDE2"; export const textColorSecondary: string = "#76797E"; export const textColorSecondaryInverted: string = "#AEB0B4"; export const fontFamilySansSerif: string = "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'"; export const fontFamilyMonospace: string = "'Menlo', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', 'Consolas', monospace"; export const fontLineHeightDefault: string = "1.4"; export const fontLineHeightS: string = "1.25"; export const fontLineHeightM: string = "1.33"; export const fontSizeS: string = "12px"; export const fontSizeM: string = "14px"; export const fontSizeL: string = "18px"; export const fontSizeXl: string = "24px"; export const fontWeightNormal: string = "400"; export const fontWeightMedium: string = "500"; export const borderRadiusSmall: string = "4px"; export const borderRadiusDefault: string = "6px"; export const breakpointSmall: string = "600px"; export const breakpointMedium: string = "900px"; export const breakpointLarge: string = "1200px"; export const breakpointJumbo: string = "1800px"; export const containerWidthDefault: string = "550px"; export const containerWidthAtMedium: string = "800px"; export const containerWidthAtLarge: string = "900px"; export const containerWidthAtJumbo: string = "1100px"; export const iconSizeXxs: string = "12px"; export const iconSizeXs: string = "16px"; export const iconSizeS: string = "24px"; export const iconSizeM: string = "32px"; export const iconSizeL: string = "48px"; export const iconSizeXl: string = "64px"; export const iconSizeXxl: string = "96px"; export const spaceXxs: string = "4px"; export const spaceXs: string = "8px"; export const spaceS: string = "12px"; export const spaceM: string = "16px"; export const spaceL: string = "24px"; export const spaceXl: string = "32px"; export const spaceXxl: string = "48px"; export const textBlockWidth: string = "65ch"; export const zIndexContent: string = "0"; export const zIndexModal: string = "1"; export const zIndexDropdownable: string = "2"; export const themeBrandPrimary: string = "var(--themeBrandPrimary, #7D58FF)"; export const themeBrandPrimaryInverted: string = "var(--themeBrandPrimaryInverted, #7D58FF)"; export const themeBrandSecondary: string = "var(--themeBrandSecondary, #FF00D7)"; export const themeBrandSecondaryInverted: string = "var(--themeBrandSecondaryInverted, #FF00D7)"; export const themeSuccess: string = "var(--themeSuccess, #14C684)"; export const themeSuccessInverted: string = "var(--themeSuccessInverted, #14C684)"; export const themeWarning: string = "var(--themeWarning, #F9A328)"; export const themeWarningInverted: string = "var(--themeWarningInverted, #F9A328)"; export const themeError: string = "var(--themeError, #EB293A)"; export const themeErrorInverted: string = "var(--themeErrorInverted, #EB293A)"; export const themeBgPrimary: string = "var(--themeBgPrimary, #FFFFFF)"; export const themeBgPrimaryInverted: string = "var(--themeBgPrimaryInverted, #1B2029)"; export const themeBgSecondary: string = "var(--themeBgSecondary, #F7F8F9)"; export const themeBgSecondaryInverted: string = "var(--themeBgSecondaryInverted, #1B2029)"; export const themeBgNeutral: string = "var(--themeBgNeutral, #DADDE2)"; export const themeBgNeutralInverted: string = "var(--themeBgNeutralInverted, #57585A)"; export const themeBgDisabled: string = "var(--themeBgDisabled, #E8EAED)"; export const themeBgDisabledInverted: string = "var(--themeBgDisabledInverted, #484C53)"; export const themeBgHover: string = "var(--themeBgHover, #F7F8F9)"; export const themeBgHoverInverted: string = "var(--themeBgHoverInverted, #32363E)"; export const themeBgScrim: string = "var(--themeBgScrim, rgba(0, 0, 0, 0.2))"; export const themeBgSelected: string = "var(--themeBgSelected, #7D58FF)"; export const themeBgSelectedInverted: string = "var(--themeBgSelectedInverted, #7D58FF)"; export const themeBgAppHeader: string = "var(--themeBgAppHeader, #322366)"; export const themeTextColorPrimary: string = "var(--themeTextColorPrimary, #1B2029)"; export const themeTextColorPrimaryInverted: string = "var(--themeTextColorPrimaryInverted, #FFFFFF)"; export const themeTextColorSecondary: string = "var(--themeTextColorSecondary, #76797E)"; export const themeTextColorSecondaryInverted: string = "var(--themeTextColorSecondaryInverted, #AEB0B4)"; export const themeTextColorDisabled: string = "var(--themeTextColorDisabled, #AEB0B4)"; export const themeTextColorDisabledInverted: string = "var(--themeTextColorDisabledInverted, #DDE0E4)"; export const themeTextColorInteractive: string = "var(--themeTextColorInteractive, #7D58FF)"; export const themeTextColorInteractiveInverted: string = "var(--themeTextColorInteractiveInverted, #9779FF)"; export const themeBorder: string = "var(--themeBorder, #DADDE2)"; export const themeBorderInverted: string = "var(--themeBorderInverted, #32363E)"; export const themeBorderHeavy: string = "var(--themeBorderHeavy, #1B2029)"; export const themeBorderHeavyInverted: string = "var(--themeBorderHeavyInverted, #FFFFFF)"; export const themeShadow: string = "var(--themeShadow, rgba(0, 0, 0, 0.1))"; export const themeShadowInverted: string = "var(--themeShadowInverted, rgba(0, 0, 0, 0.1))";