{
  "version": 3,
  "sources": ["../../src/themes/colors.ts", "../../src/themes/base.ts", "../../src/themes/bahamaBlue.ts", "../../src/themes/pinkVivid.ts", "../../src/themes/blueVivid.ts", "../../src/themes/openpatch.ts"],
  "sourcesContent": ["import * as CSS from \"csstype\";\n\nexport type Color = {\n  \"50\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"100\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"200\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"300\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"400\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"500\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"600\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"700\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"800\": Exclude<CSS.Properties[\"color\"], undefined>;\n  \"900\": Exclude<CSS.Properties[\"color\"], undefined>;\n};\n\nexport const teal: Color = {\n  \"50\": \"#EFFCF6\",\n  \"100\": \"#C6F7E2\",\n  \"200\": \"#8EEDC7\",\n  \"300\": \"#65D6AD\",\n  \"400\": \"#3EBD93\",\n  \"500\": \"#27AB83\",\n  \"600\": \"#199473\",\n  \"700\": \"#147D64\",\n  \"800\": \"#0C6B58\",\n  \"900\": \"#014D40\",\n};\n\nexport const mintGreen: Color = {\n  \"50\": \"#eaffea\",\n  \"100\": \"#d6ffd6\",\n  \"200\": \"#ccffcc\",\n  \"300\": \"#b7ffb7\",\n  \"400\": \"#adffad\",\n  \"500\": \"#98ff98\",\n  \"600\": \"#89e689\",\n  \"700\": \"#7acc7a\",\n  \"800\": \"#5b995b\",\n  \"900\": \"#3d663d\",\n};\n\nexport const bahamaBlue: Color = {\n  \"50\": \"#e6f1f4\",\n  \"100\": \"#b3d4df\",\n  \"200\": \"#99c5d5\",\n  \"300\": \"#66a9bf\",\n  \"400\": \"#008ebd\",\n  \"500\": \"#006f95\",\n  \"600\": \"#006282\",\n  \"700\": \"#005977\",\n  \"800\": \"#004359\",\n  \"900\": \"#00384b\",\n};\n\nexport const blueGrey: Color = {\n  \"50\": \"#F0F4F8\",\n  \"100\": \"#D9E2EC\",\n  \"200\": \"#BCCCDC\",\n  \"300\": \"#9FB3C8\",\n  \"400\": \"#829AB1\",\n  \"500\": \"#627D98\",\n  \"600\": \"#486581\",\n  \"700\": \"#334E68\",\n  \"800\": \"#243B53\",\n  \"900\": \"#102A43\",\n};\n\nexport const coolGrey: Color = {\n  \"50\": \"#F5F7FA\",\n  \"100\": \"#E4E7EB\",\n  \"200\": \"#CBD2D9\",\n  \"300\": \"#9AA5B1\",\n  \"400\": \"#7B8794\",\n  \"500\": \"#616E7C\",\n  \"600\": \"#52606D\",\n  \"700\": \"#3E4C59\",\n  \"800\": \"#323F4B\",\n  \"900\": \"#1F2933\",\n};\n\nexport const blue: Color = {\n  \"50\": \"#DCEEFB\",\n  \"100\": \"#B6E0FE\",\n  \"200\": \"#84C5F4\",\n  \"300\": \"#62B0E8\",\n  \"400\": \"#4098D7\",\n  \"500\": \"#2680C2\",\n  \"600\": \"#186FAF\",\n  \"700\": \"#0F609B\",\n  \"800\": \"#0A558C\",\n  \"900\": \"#003E6B\",\n};\n\nexport const blueVivid: Color = {\n  \"50\": \"#E6F6FF\",\n  \"100\": \"#BAE3FF\",\n  \"200\": \"#7CC4FA\",\n  \"300\": \"#47A3F3\",\n  \"400\": \"#2186EB\",\n  \"500\": \"#0967D2\",\n  \"600\": \"#0552B5\",\n  \"700\": \"#03449E\",\n  \"800\": \"#01337D\",\n  \"900\": \"#002159\",\n};\n\nexport const cyanVivid: Color = {\n  \"50\": \"#E1FCF8\",\n  \"100\": \"#C1FEF6\",\n  \"200\": \"#92FDF2\",\n  \"300\": \"#62F4EB\",\n  \"400\": \"#3AE7E1\",\n  \"500\": \"#1CD4D4\",\n  \"600\": \"#0FB5BA\",\n  \"700\": \"#099AA4\",\n  \"800\": \"#07818F\",\n  \"900\": \"#05606E\",\n};\n\nexport const pinkVivid: Color = {\n  \"50\": \"#FFE3EC\",\n  \"100\": \"#FFB8D2\",\n  \"200\": \"#FF8CBA\",\n  \"300\": \"#F364A2\",\n  \"400\": \"#E8368F\",\n  \"500\": \"#DA127D\",\n  \"600\": \"#BC0A6F\",\n  \"700\": \"#A30664\",\n  \"800\": \"#870557\",\n  \"900\": \"#620042\",\n};\n\nexport const purple: Color = {\n  \"50\": \"#EAE2F8\",\n  \"100\": \"#CFBCF2\",\n  \"200\": \"#A081D9\",\n  \"300\": \"#8662C7\",\n  \"400\": \"#724BB7\",\n  \"500\": \"#653CAD\",\n  \"600\": \"#51279B\",\n  \"700\": \"#421987\",\n  \"800\": \"#34126F\",\n  \"900\": \"#240754\",\n};\n\nexport const purpleVivid: Color = {\n  \"50\": \"#F2EBFE\",\n  \"100\": \"#DAC4FF\",\n  \"200\": \"#B990FF\",\n  \"300\": \"#A368FC\",\n  \"400\": \"#9446ED\",\n  \"500\": \"#8719E0\",\n  \"600\": \"#7A0ECC\",\n  \"700\": \"#690CB0\",\n  \"800\": \"#580A94\",\n  \"900\": \"#44056E\",\n};\n\nexport const orangeVivid: Color = {\n  \"50\": \"#FFE8D9\",\n  \"100\": \"#FFD0B5\",\n  \"200\": \"#FFB088\",\n  \"300\": \"#FF9466\",\n  \"400\": \"#F9703E\",\n  \"500\": \"#F35627\",\n  \"600\": \"#DE3A11\",\n  \"700\": \"#C52707\",\n  \"800\": \"#AD1D07\",\n  \"900\": \"#841003\",\n};\n\nexport const red: Color = {\n  \"50\": \"#FFEEEE\",\n  \"100\": \"#FACDCD\",\n  \"200\": \"#F29B9B\",\n  \"300\": \"#E66A6A\",\n  \"400\": \"#D64545\",\n  \"500\": \"#BA2525\",\n  \"600\": \"#A61B1B\",\n  \"700\": \"#911111\",\n  \"800\": \"#780A0A\",\n  \"900\": \"#610404\",\n};\n\nexport const redVivid: Color = {\n  \"50\": \"#FFE3E3\",\n  \"100\": \"#FFBDBD\",\n  \"200\": \"#FF9B9B\",\n  \"300\": \"#F86A6A\",\n  \"400\": \"#EF4E4E\",\n  \"500\": \"#E12D39\",\n  \"600\": \"#CF1124\",\n  \"700\": \"#AB091E\",\n  \"800\": \"#8A041A\",\n  \"900\": \"#610316\",\n};\n\nexport const yellow: Color = {\n  \"50\": \"#FFFAEB\",\n  \"100\": \"#FCEFC7\",\n  \"200\": \"#F8E3A3\",\n  \"300\": \"#F9DA8B\",\n  \"400\": \"#F7D070\",\n  \"500\": \"#E9B949\",\n  \"600\": \"#C99A2E\",\n  \"700\": \"#A27C1A\",\n  \"800\": \"#7C5E10\",\n  \"900\": \"#513C06\",\n};\n\nexport const yellowVivid: Color = {\n  \"50\": \"#FFFBEA\",\n  \"100\": \"#FFF3C4\",\n  \"200\": \"#FCE588\",\n  \"300\": \"#FADB5F\",\n  \"400\": \"#F7C948\",\n  \"500\": \"#F0B429\",\n  \"600\": \"#DE911D\",\n  \"700\": \"#CB6E17\",\n  \"800\": \"#B44D12\",\n  \"900\": \"#8D2B0B\",\n};\n", "import { Theme } from \"@emotion/react\";\nimport { coolGrey, red, yellow, blue, teal, purple } from \"./colors\";\n\nconst base: Theme = {\n  breakpoints: [\"768px\", \"1024px\"],\n  space: {\n    xxsmall: \"4px\",\n    xsmall: \"8px\",\n    small: \"16px\",\n    medium: \"24px\",\n    large: \"32px\",\n    xlarge: \"48px\",\n    xxlarge: \"64px\",\n    standard: \"16px\",\n    none: \"0px\",\n    gutter: \"8px\",\n    auto: \"auto\",\n    full: \"100%\",\n  },\n  sizes: {\n    xsmall: \"400px\",\n    small: \"600px\",\n    medium: \"940px\",\n    large: \"1280px\",\n  },\n  fonts: {\n    body:\n      'Rubik, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif',\n    heading: \"Rubik, system-ui\",\n    monospace: '\"Ubuntu Mono\", Menlo, monospace',\n  },\n  fontSizes: {\n    xsmall: \"12px\",\n    small: \"14px\",\n    medium: \"16px\",\n    large: \"20px\",\n    xlarge: \"24px\",\n    xxlarge: \"32px\",\n    standard: \"16px\",\n  },\n  fontWeights: {\n    hairline: 100,\n    thin: 200,\n    light: 300,\n    standard: 400,\n    medium: 500,\n    semibold: 600,\n    bold: 700,\n    extrabold: 800,\n    black: 900,\n  },\n  lineHeights: {\n    none: \"1\",\n    tight: \"1.25\",\n    snug: \"1.375\",\n    standard: \"1.5\",\n    relaxed: \"1.625\",\n    loose: \"2\",\n  },\n  letterSpacings: {\n    tighter: \"-0.05em\",\n    tight: \"-0.025em\",\n    standard: \"0\",\n    wide: \"0.025em\",\n    wider: \"0.05em\",\n    widest: \"0.1em\",\n  },\n  colors: {\n    currentColor: \"currentColor\",\n    transparent: \"transparent\",\n    text: coolGrey[900],\n    background: coolGrey[50],\n    card: \"#fff\",\n    primary: teal,\n    accent: purple,\n    neutral: coolGrey,\n    success: teal,\n    warning: yellow,\n    error: red,\n    info: blue,\n  },\n  borderWidths: {\n    standard: \"1px\",\n    none: \"0\",\n    light: \"2px\",\n    medium: \"4px\",\n    semibold: \"8px\",\n  },\n  radii: {\n    none: \"0\",\n    small: \"4px\",\n    standard: \"8px\",\n    medium: \"10px\",\n    large: \"12px\",\n    full: \"9999px\",\n  },\n  shadows: {\n    xsmall: \"0 0 0 1px rgba(0, 0, 0, 0.05)\",\n    small: \"0 1px 2px 0 rgba(0, 0, 0, 0.05)\",\n    standard: \"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)\",\n    medium:\n      \"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)\",\n    large:\n      \"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)\",\n    xlarge:\n      \"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)\",\n    xxlarge: \"0 25px 50px -12px rgba(0, 0, 0, 0.25)\",\n    inner: \"inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)\",\n    outline: \"0 0 0 3px rgba(66, 153, 225, 0.5)\",\n    none: \"none\",\n  },\n  zIndices: {\n    auto: \"auto\",\n    \"0\": 0,\n    \"10\": 10,\n    \"20\": 20,\n    \"30\": 30,\n    \"40\": 40,\n    \"50\": 50,\n  },\n  cursor: {\n    auto: \"auto\",\n    default: \"default\",\n    pointer: \"pointer\",\n    wait: \"wait\",\n    text: \"text\",\n    move: \"move\",\n    \"not-allowed\": \"not-allowed\",\n  },\n};\n\nexport default base;\n", "import { Theme } from \"@emotion/react\";\nimport { bahamaBlue as primary } from \"./colors\";\nimport { PartialDeep } from \"type-fest\";\n\nconst theme: PartialDeep<Theme> = {\n  colors: {\n    primary,\n  },\n};\n\nexport default theme;\n", "import { Theme } from \"@emotion/react\";\nimport { pinkVivid as primary } from \"./colors\";\nimport { coolGrey as neutral } from \"./colors\";\nimport { cyanVivid as info } from \"./colors\";\nimport { purpleVivid as accent } from \"./colors\";\nimport { redVivid as error } from \"./colors\";\nimport { teal as success } from \"./colors\";\nimport { yellowVivid as warning } from \"./colors\";\nimport { PartialDeep } from \"type-fest\";\n\nconst theme: PartialDeep<Theme> = {\n  colors: {\n    primary,\n    neutral,\n    accent,\n    error,\n    success,\n    warning,\n    info,\n  },\n};\n\nexport default theme;\n", "import { Theme } from \"@emotion/react\";\nimport { blueVivid as primary } from \"./colors\";\nimport { coolGrey as neutral } from \"./colors\";\nimport { cyanVivid as info } from \"./colors\";\nimport { redVivid as error } from \"./colors\";\nimport { teal as success } from \"./colors\";\nimport { yellowVivid as warning } from \"./colors\";\nimport { PartialDeep } from \"type-fest\";\n\nconst theme: PartialDeep<Theme> = {\n  colors: {\n    primary,\n    neutral,\n    accent: info,\n    error,\n    success,\n    warning,\n    info,\n  },\n};\n\nexport default theme;\n", "import { Theme } from \"@emotion/react\";\nimport { PartialDeep } from \"type-fest\";\n\nconst theme: PartialDeep<Theme> = {};\n\nexport default theme;\n"],
  "mappings": "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",
  "names": []
}
