@telegraph/tokens 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/README.md +8 -4
- package/dist/cjs/css-variables-map.js +1 -0
- package/dist/cjs/flattened-css-variables-map.js +1 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/css-variables-map.mjs +3 -0
- package/dist/esm/flattened-css-variables-map.mjs +3 -0
- package/dist/esm/index.mjs +605 -309
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/css-variables-map.d.ts +279 -0
- package/dist/types/flattened-css-variables-map.d.ts +279 -0
- package/package.json +16 -12
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../src/tokens/border-style.ts","../../src/tokens/breakpoint.ts","../../src/tokens/color.ts","../../src/tokens/family.ts","../../src/tokens/leading.ts","../../src/tokens/rounded.ts","../../src/tokens/shadow.ts","../../src/tokens/spacing.ts","../../src/tokens/text.ts","../../src/tokens/tracking.ts","../../src/tokens/weight.ts","../../src/tokens/zIndex.ts","../../src/index.ts"],"sourcesContent":["export const borderStyle = {\n solid: \"solid\",\n dashed: \"dashed\",\n};\n","// Breakpoint sizes from Tailwind CSS\n// https://tailwindcss.com/docs/screens\nexport const breakpoint = {\n sm: \"640px\",\n md: \"768px\",\n lg: \"1024px\",\n xl: \"1280px\",\n \"2xl\": \"1536px\",\n};\n","export const color = {\n transparent: \"transparent\",\n white: \"#FFFFFF\",\n black: \"#000000\",\n surface: {\n 1: { light: \"#FFFFFF\", dark: \"#18191B\"},\n 2: { light: \"#FDFDFC\", dark: \"#101112\"},\n 3: { light: \"#FFFFFF\", dark: \"#101112\"},\n },\n alpha: {\n white: {\n 1: \"rgba(255, 255, 255, 0.05)\",\n 2: \"rgba(255, 255, 255, 0.1)\",\n 3: \"rgba(255, 255, 255, 0.15)\",\n 4: \"rgba(255, 255, 255, 0.2)\",\n 5: \"rgba(255, 255, 255, 0.3)\",\n 6: \"rgba(255, 255, 255, 0.4)\",\n 7: \"rgba(255, 255, 255, 0.5)\",\n 8: \"rgba(255, 255, 255, 0.6)\",\n 9: \"rgba(255, 255, 255, 0.7)\",\n 10: \"rgba(255, 255, 255, 0.8)\",\n 11: \"rgba(255, 255, 255, 0.9)\",\n 12: \"rgba(255, 255, 255, 0.95)\",\n },\n black: {\n 1: \"rgba(0, 0, 0, 0.05)\",\n 2: \"rgba(0, 0, 0, 0.1)\",\n 3: \"rgba(0, 0, 0, 0.15)\",\n 4: \"rgba(0, 0, 0, 0.2)\",\n 5: \"rgba(0, 0, 0, 0.3)\",\n 6: \"rgba(0, 0, 0, 0.4)\",\n 7: \"rgba(0, 0, 0, 0.5)\",\n 8: \"rgba(0, 0, 0, 0.6)\",\n 9: \"rgba(0, 0, 0, 0.7)\",\n 10: \"rgba(0, 0, 0, 0.8)\",\n 11: \"rgba(0, 0, 0, 0.9)\",\n 12: \"rgba(0, 0, 0, 0.95)\",\n },\n },\n gray: {\n 1: { light: \"#FCFCFD\", dark: \"#101112\" },\n 2: { light: \"#f9f9fb\", dark: \"#18191B\" },\n 3: { light: \"#EFF0F3\", dark: \"#212325\" },\n 4: { light: \"#E6E8EB\", dark: \"#282A2D\" },\n 5: { light: \"#DFE2E5\", dark: \"#2F3235\" },\n 6: { light: \"#D7DADF\", dark: \"#383B3E\" },\n 7: { light: \"#CBCFD5\", dark: \"#45484D\" },\n 8: { light: \"#B6BCC4\", dark: \"#5C6268\" },\n 9: { light: \"#888E95\", dark: \"#6A6F76\" },\n 10: { light: \"#7E848A\", dark: \"#777D84\" },\n 11: { light: \"#60646A\", dark: \"#AFB5BB\" },\n 12: { light: \"#1D2023\", dark: \"#EDEEEF\" },\n },\n beige: {\n 1: { light: \"#FDFDFC\", dark: \"#12110F\" },\n 2: { light: \"#F9F9F8\", dark: \"#191817\" },\n 3: { light: \"#F0F0EF\", dark: \"#232220\" },\n 4: { light: \"#E9E8E7\", dark: \"#2A2927\" },\n 5: { light: \"#E2E1DF\", dark: \"#31302E\" },\n 6: { light: \"#DAD9D7\", dark: \"#3B3937\" },\n 7: { light: \"#CFCECC\", dark: \"#484745\" },\n 8: { light: \"#BCBBB8\", dark: \"#61605D\" },\n 9: { light: \"#8E8C8A\", dark: \"#6E6D6A\" },\n 10: { light: \"#83827F\", dark: \"#7C7A78\" },\n 11: { light: \"#646360\", dark: \"#B4B3B0\" },\n 12: { light: \"#21201E\", dark: \"#EEEDEB\" },\n },\n accent: {\n 1: { light: \"#FFFCFB\", dark: \"#160F0D\" },\n 2: { light: \"#FFF5F2\", dark: \"#201412\" },\n 3: { light: \"#FFE9E2\", dark: \"#3B140D\" },\n 4: { light: \"#FFD6CB\", dark: \"#530E04\" },\n 5: { light: \"#FFC8BA\", dark: \"#631507\" },\n 6: { light: \"#FFB7A6\", dark: \"#742315\" },\n 7: { light: \"#FFA28F\", dark: \"#8D3323\" },\n 8: { light: \"#F88872\", dark: \"#B5432F\" },\n 9: { light: \"#FF573A\", dark: \"#FF573A\" },\n 10: { light: \"#F2472A\", dark: \"#F1492D\" },\n 11: { light: \"#DB3619\", dark: \"#FF917A\" },\n 12: { light: \"#5C291F\", dark: \"#FFD1C7\" },\n },\n green: {\n 1: { light: \"#FBFEFC\", dark: \"#0C130F\" },\n 2: { light: \"#F4FBF7\", dark: \"#111B16\" },\n 3: { light: \"#E4F7EC\", dark: \"#112D20\" },\n 4: { light: \"#D3F1E0\", dark: \"#0C3C28\" },\n 5: { light: \"#BFEAD2\", dark: \"#104A32\" },\n 6: { light: \"#A7DFC1\", dark: \"#18583D\" },\n 7: { light: \"#86D0AA\", dark: \"#1E6949\" },\n 8: { light: \"#4FBA8A\", dark: \"#217D57\" },\n 9: { light: \"#00AA72\", dark: \"#00AA72\" },\n 10: { light: \"#009C68\", dark: \"#009D66\" },\n 11: { light: \"#00834F\", dark: \"#4DD399\" },\n 12: { light: \"#183B2B\", dark: \"#AAF3CC\" },\n },\n yellow: {\n 1: { light: \"#FEFDFB\", dark: \"#16120C\" },\n 2: { light: \"#FEFBE9\", dark: \"#1D180F\" },\n 3: { light: \"#FFF7C2\", dark: \"#302008\" },\n 4: { light: \"#FFEE9C\", dark: \"#3F2700\" },\n 5: { light: \"#FBE577\", dark: \"#4D3000\" },\n 6: { light: \"#F3D673\", dark: \"#5C3D05\" },\n 7: { light: \"#E9C162\", dark: \"#714F19\" },\n 8: { light: \"#F3D673\", dark: \"#8F6424\" },\n 9: { light: \"#FFC53D\", dark: \"#FFC53D\" },\n 10: { light: \"#FFBA18\", dark: \"#FFD60A\" },\n 11: { light: \"#AB6400\", dark: \"#FFCA16\" },\n 12: { light: \"#4F3422\", dark: \"#FFE7B3\" },\n },\n blue: {\n 1: { light: \"#FCFDFF\", dark: \"#0B111C\" },\n 2: { light: \"#F6F9FF\", dark: \"#111826\" },\n 3: { light: \"#EBF2FF\", dark: \"#152548\" },\n 4: { light: \"#DEEBFF\", dark: \"#172E63\" },\n 5: { light: \"#CEE0FF\", dark: \"#1F3A76\" },\n 6: { light: \"#BBD3FF\", dark: \"#294787\" },\n 7: { light: \"#A3C1FB\", dark: \"#35569D\" },\n 8: { light: \"#81A8F6\", dark: \"#3F66BB\" },\n 9: { light: \"#4A82FF\", dark: \"#4A82FF\" },\n 10: { light: \"#4276EC\", dark: \"#3E75F1\" },\n 11: { light: \"#3569E0\", dark: \"#89B3FF\" },\n 12: { light: \"#193065\", dark: \"#D1E1FF\" },\n },\n red: {\n 1: { light: \"#FFFCFC\", dark: \"#180E0F\" },\n 2: { light: \"#FFF7F7\", dark: \"#201314\" },\n 3: { light: \"#FFE9E9\", dark: \"#3F0F15\" },\n 4: { light: \"#FFDADB\", dark: \"#550517\" },\n 5: { light: \"#FFCBCD\", dark: \"#670A1F\" },\n 6: { light: \"#FFBBBE\", dark: \"#79182A\" },\n 7: { light: \"#FAA7AB\", dark: \"#932738\" },\n 8: { light: \"#F28B92\", dark: \"#C1334A\" },\n 9: { light: \"#E9004A\", dark: \"#E9004A\" },\n 10: { light: \"#D9003D\", dark: \"#C3354C\" },\n 11: { light: \"#D9003E\", dark: \"#FF8E98\" },\n 12: { light: \"#6C041F\", dark: \"#FFCFD1\" },\n },\n purple: {\n 1: { light: \"#FCFCFF\", dark: \"#100F1D\" },\n 2: { light: \"#F8F8FF\", dark: \"#161528\" },\n 3: { light: \"#F1F1FF\", dark: \"#241E4B\" },\n 4: { light: \"#E6E6FF\", dark: \"#2E2368\" },\n 5: { light: \"#DADAFF\", dark: \"#382C77\" },\n 6: { light: \"#CCCBFF\", dark: \"#423786\" },\n 7: { light: \"#B9B6FF\", dark: \"#4F449C\" },\n 8: { light: \"#9F99FC\", dark: \"#6153BD\" },\n 9: { light: \"#6547DE\", dark: \"#6547DE\" },\n 10: { light: \"#583DC4\", dark: \"#5936CD\" },\n 11: { light: \"#6148D0\", dark: \"#AEA8FF\" },\n 12: { light: \"#2E2269\", dark: \"#DEDEFF\" },\n },\n};\n","export const family = {\n sans: \"Inter, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\n mono: \"Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace\",\n};\n","export const leading = {\n 0: \"1rem\",\n 1: \"1rem\",\n 2: \"1.25rem\",\n 3: \"1.5rem\",\n 4: \"1.5rem\",\n 5: \"1.75rem\",\n 6: \"2rem\",\n 7: \"2.25rem\",\n 8: \"2.5rem\",\n 9: \"3.5rem\",\n \"code-0\": \"1.0rem\",\n \"code-1\": \"1.0rem\",\n \"code-2\": \"1.25rem\",\n \"code-3\": \"1.5rem\",\n \"code-4\": \"1.75rem\",\n \"code-5\": \"1.75rem\",\n \"code-6\": \"2.0rem\",\n \"code-7\": \"2.25rem\",\n \"code-8\": \"2.5rem\",\n \"code-9\": \"3.0rem\",\n};\n","export const rounded = {\n 0: \"0px\",\n 1: \"0.125rem\",\n 2: \"0.25rem\",\n 3: \"0.375rem\",\n 4: \"0.5rem\",\n 5: \"0.75rem\",\n 6: \"1rem\",\n full: \"9999px\",\n};\n","export const shadow = {\n 0: \"0px 0px 0px 0px rgba(0, 0, 0, 0.00)\",\n inner:\n \"0px 5px 2px 0px rgba(28, 32, 36, 0.01) inset, 0px 3px 2px 0px rgba(28, 32, 36, 0.03) inset, 0px 1px 1px 0px rgba(28, 32, 36, 0.05) inset, 0px 0px 1px 0px rgba(28, 32, 36, 0.06) inset\",\n 1: \"0px 0px 0px 1px rgba(0,0,0, 0.06), inset 0px 0px 0px 1px rgba(255,255,255, 0.08), inset 0px 1px 0px 0px rgba(255,255,255, 0.06), inset 0px -1px 0px 0px rgba(255,255,255, 0.02), 0px 1px 2px 0px rgba(0,0,0, 0.03)\",\n 2: \"0px 0px 0px 1px rgba(0,0,0, 0.06), inset 0px 0px 0px 1px rgba(255,255,255, 0.1), inset 0px 1px 0px 0px rgba(255,255,255, 0.08), inset 0px -1px 0px 0px rgba(255,255,255, 0.02), 0px 1px 2px 0px rgba(0,0,0, 0.04), 0px 4px 8px -2px rgba(0,0,0, 0.05)\",\n 3: \"0px 0px 0px 1px rgba(0,0,0, 0.06), inset 0px 0px 0px 1px rgba(255,255,255, 0.12), inset 0px 1px 0px 0px rgba(255,255,255, 0.09), inset 0px -1px 0px 0px rgba(255,255,255, 0.03), 0px 1px 1px 0px rgba(0,0,0, 0.04), 0px 4px 6px -1px rgba(0,0,0, 0.05), 0px 8px 16px -4px rgba(0,0,0, 0.06)\",\n};\n","export const spacing = {\n px: \"1px\",\n 0: \"0px\",\n \"0_5\": \"0.125rem\",\n 1: \"0.25rem\",\n \"1_5\": \"0.375rem\",\n 2: \"0.5rem\",\n \"2_5\": \"0.625rem\",\n 3: \"0.75rem\",\n \"3_5\": \"0.875rem\",\n 4: \"1rem\",\n 5: \"1.25rem\",\n 6: \"1.5rem\",\n 7: \"1.75rem\",\n 8: \"2rem\",\n 9: \"2.25rem\",\n 10: \"2.5rem\",\n 11: \"2.75rem\",\n 12: \"3rem\",\n 14: \"3.5rem\",\n 16: \"4rem\",\n 20: \"5rem\",\n 24: \"6rem\",\n 28: \"7rem\",\n 32: \"8rem\",\n 36: \"9rem\",\n 40: \"10rem\",\n 44: \"11rem\",\n 48: \"12rem\",\n 52: \"13rem\",\n 56: \"14rem\",\n 60: \"15rem\",\n 64: \"16rem\",\n 72: \"18rem\",\n 80: \"20rem\",\n 96: \"24rem\",\n 120: \"30rem\",\n 140: \"35rem\",\n 160: \"40rem\", // Default card and modal width\n full: \"100%\",\n auto: \"auto\",\n};\n","export const text = {\n 0: \"0.6875rem\",\n 1: \"0.75rem\",\n 2: \"0.8125rem\",\n 3: \"0.9375rem\",\n 4: \"1.125rem\",\n 5: \"1.25rem\",\n 6: \"1.5rem\",\n 7: \"1.875rem\",\n 8: \"2.25rem\",\n 9: \"3rem\",\n \"code-0\": \"0.625rem\",\n \"code-1\": \"0.688rem\",\n \"code-2\": \"0.812rem\",\n \"code-4\": \"1.062rem\",\n \"code-5\": \"1.188rem\",\n \"code-6\": \"1.438rem\",\n \"code-7\": \"1.75rem\",\n \"code-8\": \"2.125rem\",\n \"code-9\": \"2.875rem\",\n};\n","export const tracking = {\n 0: \"0.25%\",\n 1: \"0.25%\",\n 2: \"0\",\n 3: \"0\",\n 4: \"-0.25%\",\n 5: \"-0.5%\",\n 6: \"-0.625%\",\n 7: \"-0.75%\",\n 8: \"-1%\",\n 9: \"-2.5%\",\n};\n","export const weight = {\n regular: \"400\",\n medium: \"500\",\n \"semi-bold\": \"600\",\n};\n","// Taken from Chakra: https://v2.chakra-ui.com/docs/styled-system/theme#z-index-values\nexport const zIndex = {\n hidden: \"-1\",\n base: \"0\",\n auto: \"auto\",\n dropdown: \"1000\",\n sticky: \"1100\",\n banner: \"1200\",\n overlay: \"1300\",\n modal: \"1400\",\n popover: \"1500\",\n skipLink: \"1600\",\n toast: \"1700\",\n tooltip: \"1800\",\n};\n","import { borderStyle } from \"./tokens/border-style\";\nimport { breakpoint } from \"./tokens/breakpoint\";\nimport { color } from \"./tokens/color\";\nimport { family } from \"./tokens/family\";\nimport { leading } from \"./tokens/leading\";\nimport { rounded } from \"./tokens/rounded\";\nimport { shadow } from \"./tokens/shadow\";\nimport { spacing } from \"./tokens/spacing\";\nimport { text } from \"./tokens/text\";\nimport { tracking } from \"./tokens/tracking\";\nimport { weight } from \"./tokens/weight\";\nimport { zIndex } from \"./tokens/zIndex\";\n\nexport default {\n tokens: {\n \"border-style\": borderStyle,\n color,\n rounded,\n shadow,\n spacing,\n family,\n leading,\n tracking,\n text,\n weight,\n breakpoint,\n zIndex,\n },\n};\n"],"names":["borderStyle","breakpoint","color","family","leading","rounded","shadow","spacing","text","tracking","weight","zIndex","index"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/tokens/border-style.ts","../../src/tokens/breakpoint.ts","../../src/tokens/color.ts","../../src/tokens/family.ts","../../src/tokens/leading.ts","../../src/tokens/rounded.ts","../../src/tokens/shadow.ts","../../src/tokens/spacing.ts","../../src/tokens/text.ts","../../src/tokens/tracking.ts","../../src/tokens/weight.ts","../../src/tokens/zIndex.ts","../../src/index.ts"],"sourcesContent":["export const borderStyle = {\n solid: \"solid\",\n dashed: \"dashed\",\n};\n","// Breakpoint sizes from Tailwind CSS\n// https://tailwindcss.com/docs/screens\nexport const breakpoint = {\n sm: \"640px\",\n md: \"768px\",\n lg: \"1024px\",\n xl: \"1280px\",\n \"2xl\": \"1536px\",\n};\n","export const color = {\n transparent: \"transparent\",\n white: \"#FFFFFF\",\n black: \"#000000\",\n surface: {\n 1: { light: \"#FFFFFF\", dark: \"#18191B\"},\n 2: { light: \"#FDFDFC\", dark: \"#101112\"},\n 3: { light: \"#FFFFFF\", dark: \"#101112\"},\n },\n alpha: {\n white: {\n 1: \"rgba(255, 255, 255, 0.05)\",\n 2: \"rgba(255, 255, 255, 0.1)\",\n 3: \"rgba(255, 255, 255, 0.15)\",\n 4: \"rgba(255, 255, 255, 0.2)\",\n 5: \"rgba(255, 255, 255, 0.3)\",\n 6: \"rgba(255, 255, 255, 0.4)\",\n 7: \"rgba(255, 255, 255, 0.5)\",\n 8: \"rgba(255, 255, 255, 0.6)\",\n 9: \"rgba(255, 255, 255, 0.7)\",\n 10: \"rgba(255, 255, 255, 0.8)\",\n 11: \"rgba(255, 255, 255, 0.9)\",\n 12: \"rgba(255, 255, 255, 0.95)\",\n },\n black: {\n 1: \"rgba(0, 0, 0, 0.05)\",\n 2: \"rgba(0, 0, 0, 0.1)\",\n 3: \"rgba(0, 0, 0, 0.15)\",\n 4: \"rgba(0, 0, 0, 0.2)\",\n 5: \"rgba(0, 0, 0, 0.3)\",\n 6: \"rgba(0, 0, 0, 0.4)\",\n 7: \"rgba(0, 0, 0, 0.5)\",\n 8: \"rgba(0, 0, 0, 0.6)\",\n 9: \"rgba(0, 0, 0, 0.7)\",\n 10: \"rgba(0, 0, 0, 0.8)\",\n 11: \"rgba(0, 0, 0, 0.9)\",\n 12: \"rgba(0, 0, 0, 0.95)\",\n },\n },\n gray: {\n 1: { light: \"#FCFCFD\", dark: \"#101112\" },\n 2: { light: \"#f9f9fb\", dark: \"#18191B\" },\n 3: { light: \"#EFF0F3\", dark: \"#212325\" },\n 4: { light: \"#E6E8EB\", dark: \"#282A2D\" },\n 5: { light: \"#DFE2E5\", dark: \"#2F3235\" },\n 6: { light: \"#D7DADF\", dark: \"#383B3E\" },\n 7: { light: \"#CBCFD5\", dark: \"#45484D\" },\n 8: { light: \"#B6BCC4\", dark: \"#5C6268\" },\n 9: { light: \"#888E95\", dark: \"#6A6F76\" },\n 10: { light: \"#7E848A\", dark: \"#777D84\" },\n 11: { light: \"#60646A\", dark: \"#AFB5BB\" },\n 12: { light: \"#1D2023\", dark: \"#EDEEEF\" },\n },\n beige: {\n 1: { light: \"#FDFDFC\", dark: \"#12110F\" },\n 2: { light: \"#F9F9F8\", dark: \"#191817\" },\n 3: { light: \"#F0F0EF\", dark: \"#232220\" },\n 4: { light: \"#E9E8E7\", dark: \"#2A2927\" },\n 5: { light: \"#E2E1DF\", dark: \"#31302E\" },\n 6: { light: \"#DAD9D7\", dark: \"#3B3937\" },\n 7: { light: \"#CFCECC\", dark: \"#484745\" },\n 8: { light: \"#BCBBB8\", dark: \"#61605D\" },\n 9: { light: \"#8E8C8A\", dark: \"#6E6D6A\" },\n 10: { light: \"#83827F\", dark: \"#7C7A78\" },\n 11: { light: \"#646360\", dark: \"#B4B3B0\" },\n 12: { light: \"#21201E\", dark: \"#EEEDEB\" },\n },\n accent: {\n 1: { light: \"#FFFCFB\", dark: \"#160F0D\" },\n 2: { light: \"#FFF5F2\", dark: \"#201412\" },\n 3: { light: \"#FFE9E2\", dark: \"#3B140D\" },\n 4: { light: \"#FFD6CB\", dark: \"#530E04\" },\n 5: { light: \"#FFC8BA\", dark: \"#631507\" },\n 6: { light: \"#FFB7A6\", dark: \"#742315\" },\n 7: { light: \"#FFA28F\", dark: \"#8D3323\" },\n 8: { light: \"#F88872\", dark: \"#B5432F\" },\n 9: { light: \"#FF573A\", dark: \"#FF573A\" },\n 10: { light: \"#F2472A\", dark: \"#F1492D\" },\n 11: { light: \"#DB3619\", dark: \"#FF917A\" },\n 12: { light: \"#5C291F\", dark: \"#FFD1C7\" },\n },\n green: {\n 1: { light: \"#FBFEFC\", dark: \"#0C130F\" },\n 2: { light: \"#F4FBF7\", dark: \"#111B16\" },\n 3: { light: \"#E4F7EC\", dark: \"#112D20\" },\n 4: { light: \"#D3F1E0\", dark: \"#0C3C28\" },\n 5: { light: \"#BFEAD2\", dark: \"#104A32\" },\n 6: { light: \"#A7DFC1\", dark: \"#18583D\" },\n 7: { light: \"#86D0AA\", dark: \"#1E6949\" },\n 8: { light: \"#4FBA8A\", dark: \"#217D57\" },\n 9: { light: \"#00AA72\", dark: \"#00AA72\" },\n 10: { light: \"#009C68\", dark: \"#009D66\" },\n 11: { light: \"#00834F\", dark: \"#4DD399\" },\n 12: { light: \"#183B2B\", dark: \"#AAF3CC\" },\n },\n yellow: {\n 1: { light: \"#FEFDFB\", dark: \"#16120C\" },\n 2: { light: \"#FEFBE9\", dark: \"#1D180F\" },\n 3: { light: \"#FFF7C2\", dark: \"#302008\" },\n 4: { light: \"#FFEE9C\", dark: \"#3F2700\" },\n 5: { light: \"#FBE577\", dark: \"#4D3000\" },\n 6: { light: \"#F3D673\", dark: \"#5C3D05\" },\n 7: { light: \"#E9C162\", dark: \"#714F19\" },\n 8: { light: \"#F3D673\", dark: \"#8F6424\" },\n 9: { light: \"#FFC53D\", dark: \"#FFC53D\" },\n 10: { light: \"#FFBA18\", dark: \"#FFD60A\" },\n 11: { light: \"#AB6400\", dark: \"#FFCA16\" },\n 12: { light: \"#4F3422\", dark: \"#FFE7B3\" },\n },\n blue: {\n 1: { light: \"#FCFDFF\", dark: \"#0B111C\" },\n 2: { light: \"#F6F9FF\", dark: \"#111826\" },\n 3: { light: \"#EBF2FF\", dark: \"#152548\" },\n 4: { light: \"#DEEBFF\", dark: \"#172E63\" },\n 5: { light: \"#CEE0FF\", dark: \"#1F3A76\" },\n 6: { light: \"#BBD3FF\", dark: \"#294787\" },\n 7: { light: \"#A3C1FB\", dark: \"#35569D\" },\n 8: { light: \"#81A8F6\", dark: \"#3F66BB\" },\n 9: { light: \"#4A82FF\", dark: \"#4A82FF\" },\n 10: { light: \"#4276EC\", dark: \"#3E75F1\" },\n 11: { light: \"#3569E0\", dark: \"#89B3FF\" },\n 12: { light: \"#193065\", dark: \"#D1E1FF\" },\n },\n red: {\n 1: { light: \"#FFFCFC\", dark: \"#180E0F\" },\n 2: { light: \"#FFF7F7\", dark: \"#201314\" },\n 3: { light: \"#FFE9E9\", dark: \"#3F0F15\" },\n 4: { light: \"#FFDADB\", dark: \"#550517\" },\n 5: { light: \"#FFCBCD\", dark: \"#670A1F\" },\n 6: { light: \"#FFBBBE\", dark: \"#79182A\" },\n 7: { light: \"#FAA7AB\", dark: \"#932738\" },\n 8: { light: \"#F28B92\", dark: \"#C1334A\" },\n 9: { light: \"#E9004A\", dark: \"#E9004A\" },\n 10: { light: \"#D9003D\", dark: \"#C3354C\" },\n 11: { light: \"#D9003E\", dark: \"#FF8E98\" },\n 12: { light: \"#6C041F\", dark: \"#FFCFD1\" },\n },\n purple: {\n 1: { light: \"#FCFCFF\", dark: \"#100F1D\" },\n 2: { light: \"#F8F8FF\", dark: \"#161528\" },\n 3: { light: \"#F1F1FF\", dark: \"#241E4B\" },\n 4: { light: \"#E6E6FF\", dark: \"#2E2368\" },\n 5: { light: \"#DADAFF\", dark: \"#382C77\" },\n 6: { light: \"#CCCBFF\", dark: \"#423786\" },\n 7: { light: \"#B9B6FF\", dark: \"#4F449C\" },\n 8: { light: \"#9F99FC\", dark: \"#6153BD\" },\n 9: { light: \"#6547DE\", dark: \"#6547DE\" },\n 10: { light: \"#583DC4\", dark: \"#5936CD\" },\n 11: { light: \"#6148D0\", dark: \"#AEA8FF\" },\n 12: { light: \"#2E2269\", dark: \"#DEDEFF\" },\n },\n};\n","export const family = {\n sans: \"Inter, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\n mono: \"Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace\",\n};\n","export const leading = {\n 0: \"1rem\",\n 1: \"1rem\",\n 2: \"1.25rem\",\n 3: \"1.5rem\",\n 4: \"1.5rem\",\n 5: \"1.75rem\",\n 6: \"2rem\",\n 7: \"2.25rem\",\n 8: \"2.5rem\",\n 9: \"3.5rem\",\n \"code-0\": \"1.0rem\",\n \"code-1\": \"1.0rem\",\n \"code-2\": \"1.25rem\",\n \"code-3\": \"1.5rem\",\n \"code-4\": \"1.75rem\",\n \"code-5\": \"1.75rem\",\n \"code-6\": \"2.0rem\",\n \"code-7\": \"2.25rem\",\n \"code-8\": \"2.5rem\",\n \"code-9\": \"3.0rem\",\n};\n","export const rounded = {\n 0: \"0px\",\n 1: \"0.125rem\",\n 2: \"0.25rem\",\n 3: \"0.375rem\",\n 4: \"0.5rem\",\n 5: \"0.75rem\",\n 6: \"1rem\",\n full: \"9999px\",\n};\n","export const shadow = {\n 0: \"0px 0px 0px 0px rgba(0, 0, 0, 0.00)\",\n inner:\n \"0px 5px 2px 0px rgba(28, 32, 36, 0.01) inset, 0px 3px 2px 0px rgba(28, 32, 36, 0.03) inset, 0px 1px 1px 0px rgba(28, 32, 36, 0.05) inset, 0px 0px 1px 0px rgba(28, 32, 36, 0.06) inset\",\n 1: \"0px 0px 0px 1px rgba(0,0,0, 0.06), inset 0px 0px 0px 1px rgba(255,255,255, 0.08), inset 0px 1px 0px 0px rgba(255,255,255, 0.06), inset 0px -1px 0px 0px rgba(255,255,255, 0.02), 0px 1px 2px 0px rgba(0,0,0, 0.03)\",\n 2: \"0px 0px 0px 1px rgba(0,0,0, 0.06), inset 0px 0px 0px 1px rgba(255,255,255, 0.1), inset 0px 1px 0px 0px rgba(255,255,255, 0.08), inset 0px -1px 0px 0px rgba(255,255,255, 0.02), 0px 1px 2px 0px rgba(0,0,0, 0.04), 0px 4px 8px -2px rgba(0,0,0, 0.05)\",\n 3: \"0px 0px 0px 1px rgba(0,0,0, 0.06), inset 0px 0px 0px 1px rgba(255,255,255, 0.12), inset 0px 1px 0px 0px rgba(255,255,255, 0.09), inset 0px -1px 0px 0px rgba(255,255,255, 0.03), 0px 1px 1px 0px rgba(0,0,0, 0.04), 0px 4px 6px -1px rgba(0,0,0, 0.05), 0px 8px 16px -4px rgba(0,0,0, 0.06)\",\n};\n","export const spacing = {\n px: \"1px\",\n 0: \"0px\",\n \"0_5\": \"0.125rem\",\n 1: \"0.25rem\",\n \"1_5\": \"0.375rem\",\n 2: \"0.5rem\",\n \"2_5\": \"0.625rem\",\n 3: \"0.75rem\",\n \"3_5\": \"0.875rem\",\n 4: \"1rem\",\n 5: \"1.25rem\",\n 6: \"1.5rem\",\n 7: \"1.75rem\",\n 8: \"2rem\",\n 9: \"2.25rem\",\n 10: \"2.5rem\",\n 11: \"2.75rem\",\n 12: \"3rem\",\n 14: \"3.5rem\",\n 16: \"4rem\",\n 20: \"5rem\",\n 24: \"6rem\",\n 28: \"7rem\",\n 32: \"8rem\",\n 36: \"9rem\",\n 40: \"10rem\",\n 44: \"11rem\",\n 48: \"12rem\",\n 52: \"13rem\",\n 56: \"14rem\",\n 60: \"15rem\",\n 64: \"16rem\",\n 72: \"18rem\",\n 80: \"20rem\",\n 96: \"24rem\",\n 120: \"30rem\",\n 140: \"35rem\",\n 160: \"40rem\", // Default card and modal width\n full: \"100%\",\n auto: \"auto\",\n};\n","export const text = {\n 0: \"0.6875rem\",\n 1: \"0.75rem\",\n 2: \"0.8125rem\",\n 3: \"0.9375rem\",\n 4: \"1.125rem\",\n 5: \"1.25rem\",\n 6: \"1.5rem\",\n 7: \"1.875rem\",\n 8: \"2.25rem\",\n 9: \"3rem\",\n \"code-0\": \"0.625rem\",\n \"code-1\": \"0.688rem\",\n \"code-2\": \"0.812rem\",\n \"code-4\": \"1.062rem\",\n \"code-5\": \"1.188rem\",\n \"code-6\": \"1.438rem\",\n \"code-7\": \"1.75rem\",\n \"code-8\": \"2.125rem\",\n \"code-9\": \"2.875rem\",\n};\n","export const tracking = {\n 0: \"0.25%\",\n 1: \"0.25%\",\n 2: \"0\",\n 3: \"0\",\n 4: \"-0.25%\",\n 5: \"-0.5%\",\n 6: \"-0.625%\",\n 7: \"-0.75%\",\n 8: \"-1%\",\n 9: \"-2.5%\",\n};\n","export const weight = {\n regular: \"400\",\n medium: \"500\",\n \"semi-bold\": \"600\",\n};\n","// Taken from Chakra: https://v2.chakra-ui.com/docs/styled-system/theme#z-index-values\nexport const zIndex = {\n hidden: \"-1\",\n base: \"0\",\n auto: \"auto\",\n dropdown: \"1000\",\n sticky: \"1100\",\n banner: \"1200\",\n overlay: \"1300\",\n modal: \"1400\",\n popover: \"1500\",\n skipLink: \"1600\",\n toast: \"1700\",\n tooltip: \"1800\",\n};\n","import { borderStyle } from \"./tokens/border-style\";\nimport { breakpoint } from \"./tokens/breakpoint\";\nimport { color } from \"./tokens/color\";\nimport { family } from \"./tokens/family\";\nimport { leading } from \"./tokens/leading\";\nimport { rounded } from \"./tokens/rounded\";\nimport { shadow } from \"./tokens/shadow\";\nimport { spacing } from \"./tokens/spacing\";\nimport { text } from \"./tokens/text\";\nimport { tracking } from \"./tokens/tracking\";\nimport { weight } from \"./tokens/weight\";\nimport { zIndex } from \"./tokens/zIndex\";\n\nexport default {\n tokens: {\n \"border-style\": borderStyle,\n color,\n rounded,\n shadow,\n spacing,\n family,\n leading,\n tracking,\n text,\n weight,\n breakpoint,\n zIndex,\n },\n};\n"],"mappings":"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"}
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
declare const cssVariablesMap: {
|
|
2
|
+
readonly "border-style": {
|
|
3
|
+
readonly "solid": string;
|
|
4
|
+
readonly "dashed": string;
|
|
5
|
+
};
|
|
6
|
+
readonly "color": {
|
|
7
|
+
readonly "transparent": string;
|
|
8
|
+
readonly "white": string;
|
|
9
|
+
readonly "black": string;
|
|
10
|
+
readonly "surface-1": string;
|
|
11
|
+
readonly "surface-2": string;
|
|
12
|
+
readonly "surface-3": string;
|
|
13
|
+
readonly "alpha-white-1": string;
|
|
14
|
+
readonly "alpha-white-2": string;
|
|
15
|
+
readonly "alpha-white-3": string;
|
|
16
|
+
readonly "alpha-white-4": string;
|
|
17
|
+
readonly "alpha-white-5": string;
|
|
18
|
+
readonly "alpha-white-6": string;
|
|
19
|
+
readonly "alpha-white-7": string;
|
|
20
|
+
readonly "alpha-white-8": string;
|
|
21
|
+
readonly "alpha-white-9": string;
|
|
22
|
+
readonly "alpha-white-10": string;
|
|
23
|
+
readonly "alpha-white-11": string;
|
|
24
|
+
readonly "alpha-white-12": string;
|
|
25
|
+
readonly "alpha-black-1": string;
|
|
26
|
+
readonly "alpha-black-2": string;
|
|
27
|
+
readonly "alpha-black-3": string;
|
|
28
|
+
readonly "alpha-black-4": string;
|
|
29
|
+
readonly "alpha-black-5": string;
|
|
30
|
+
readonly "alpha-black-6": string;
|
|
31
|
+
readonly "alpha-black-7": string;
|
|
32
|
+
readonly "alpha-black-8": string;
|
|
33
|
+
readonly "alpha-black-9": string;
|
|
34
|
+
readonly "alpha-black-10": string;
|
|
35
|
+
readonly "alpha-black-11": string;
|
|
36
|
+
readonly "alpha-black-12": string;
|
|
37
|
+
readonly "gray-1": string;
|
|
38
|
+
readonly "gray-2": string;
|
|
39
|
+
readonly "gray-3": string;
|
|
40
|
+
readonly "gray-4": string;
|
|
41
|
+
readonly "gray-5": string;
|
|
42
|
+
readonly "gray-6": string;
|
|
43
|
+
readonly "gray-7": string;
|
|
44
|
+
readonly "gray-8": string;
|
|
45
|
+
readonly "gray-9": string;
|
|
46
|
+
readonly "gray-10": string;
|
|
47
|
+
readonly "gray-11": string;
|
|
48
|
+
readonly "gray-12": string;
|
|
49
|
+
readonly "beige-1": string;
|
|
50
|
+
readonly "beige-2": string;
|
|
51
|
+
readonly "beige-3": string;
|
|
52
|
+
readonly "beige-4": string;
|
|
53
|
+
readonly "beige-5": string;
|
|
54
|
+
readonly "beige-6": string;
|
|
55
|
+
readonly "beige-7": string;
|
|
56
|
+
readonly "beige-8": string;
|
|
57
|
+
readonly "beige-9": string;
|
|
58
|
+
readonly "beige-10": string;
|
|
59
|
+
readonly "beige-11": string;
|
|
60
|
+
readonly "beige-12": string;
|
|
61
|
+
readonly "accent-1": string;
|
|
62
|
+
readonly "accent-2": string;
|
|
63
|
+
readonly "accent-3": string;
|
|
64
|
+
readonly "accent-4": string;
|
|
65
|
+
readonly "accent-5": string;
|
|
66
|
+
readonly "accent-6": string;
|
|
67
|
+
readonly "accent-7": string;
|
|
68
|
+
readonly "accent-8": string;
|
|
69
|
+
readonly "accent-9": string;
|
|
70
|
+
readonly "accent-10": string;
|
|
71
|
+
readonly "accent-11": string;
|
|
72
|
+
readonly "accent-12": string;
|
|
73
|
+
readonly "green-1": string;
|
|
74
|
+
readonly "green-2": string;
|
|
75
|
+
readonly "green-3": string;
|
|
76
|
+
readonly "green-4": string;
|
|
77
|
+
readonly "green-5": string;
|
|
78
|
+
readonly "green-6": string;
|
|
79
|
+
readonly "green-7": string;
|
|
80
|
+
readonly "green-8": string;
|
|
81
|
+
readonly "green-9": string;
|
|
82
|
+
readonly "green-10": string;
|
|
83
|
+
readonly "green-11": string;
|
|
84
|
+
readonly "green-12": string;
|
|
85
|
+
readonly "yellow-1": string;
|
|
86
|
+
readonly "yellow-2": string;
|
|
87
|
+
readonly "yellow-3": string;
|
|
88
|
+
readonly "yellow-4": string;
|
|
89
|
+
readonly "yellow-5": string;
|
|
90
|
+
readonly "yellow-6": string;
|
|
91
|
+
readonly "yellow-7": string;
|
|
92
|
+
readonly "yellow-8": string;
|
|
93
|
+
readonly "yellow-9": string;
|
|
94
|
+
readonly "yellow-10": string;
|
|
95
|
+
readonly "yellow-11": string;
|
|
96
|
+
readonly "yellow-12": string;
|
|
97
|
+
readonly "blue-1": string;
|
|
98
|
+
readonly "blue-2": string;
|
|
99
|
+
readonly "blue-3": string;
|
|
100
|
+
readonly "blue-4": string;
|
|
101
|
+
readonly "blue-5": string;
|
|
102
|
+
readonly "blue-6": string;
|
|
103
|
+
readonly "blue-7": string;
|
|
104
|
+
readonly "blue-8": string;
|
|
105
|
+
readonly "blue-9": string;
|
|
106
|
+
readonly "blue-10": string;
|
|
107
|
+
readonly "blue-11": string;
|
|
108
|
+
readonly "blue-12": string;
|
|
109
|
+
readonly "red-1": string;
|
|
110
|
+
readonly "red-2": string;
|
|
111
|
+
readonly "red-3": string;
|
|
112
|
+
readonly "red-4": string;
|
|
113
|
+
readonly "red-5": string;
|
|
114
|
+
readonly "red-6": string;
|
|
115
|
+
readonly "red-7": string;
|
|
116
|
+
readonly "red-8": string;
|
|
117
|
+
readonly "red-9": string;
|
|
118
|
+
readonly "red-10": string;
|
|
119
|
+
readonly "red-11": string;
|
|
120
|
+
readonly "red-12": string;
|
|
121
|
+
readonly "purple-1": string;
|
|
122
|
+
readonly "purple-2": string;
|
|
123
|
+
readonly "purple-3": string;
|
|
124
|
+
readonly "purple-4": string;
|
|
125
|
+
readonly "purple-5": string;
|
|
126
|
+
readonly "purple-6": string;
|
|
127
|
+
readonly "purple-7": string;
|
|
128
|
+
readonly "purple-8": string;
|
|
129
|
+
readonly "purple-9": string;
|
|
130
|
+
readonly "purple-10": string;
|
|
131
|
+
readonly "purple-11": string;
|
|
132
|
+
readonly "purple-12": string;
|
|
133
|
+
};
|
|
134
|
+
readonly "rounded": {
|
|
135
|
+
readonly "0": string;
|
|
136
|
+
readonly "1": string;
|
|
137
|
+
readonly "2": string;
|
|
138
|
+
readonly "3": string;
|
|
139
|
+
readonly "4": string;
|
|
140
|
+
readonly "5": string;
|
|
141
|
+
readonly "6": string;
|
|
142
|
+
readonly "full": string;
|
|
143
|
+
};
|
|
144
|
+
readonly "shadow": {
|
|
145
|
+
readonly "0": string;
|
|
146
|
+
readonly "1": string;
|
|
147
|
+
readonly "2": string;
|
|
148
|
+
readonly "3": string;
|
|
149
|
+
readonly "inner": string;
|
|
150
|
+
};
|
|
151
|
+
readonly "spacing": {
|
|
152
|
+
readonly "0": string;
|
|
153
|
+
readonly "1": string;
|
|
154
|
+
readonly "2": string;
|
|
155
|
+
readonly "3": string;
|
|
156
|
+
readonly "4": string;
|
|
157
|
+
readonly "5": string;
|
|
158
|
+
readonly "6": string;
|
|
159
|
+
readonly "7": string;
|
|
160
|
+
readonly "8": string;
|
|
161
|
+
readonly "9": string;
|
|
162
|
+
readonly "10": string;
|
|
163
|
+
readonly "11": string;
|
|
164
|
+
readonly "12": string;
|
|
165
|
+
readonly "14": string;
|
|
166
|
+
readonly "16": string;
|
|
167
|
+
readonly "20": string;
|
|
168
|
+
readonly "24": string;
|
|
169
|
+
readonly "28": string;
|
|
170
|
+
readonly "32": string;
|
|
171
|
+
readonly "36": string;
|
|
172
|
+
readonly "40": string;
|
|
173
|
+
readonly "44": string;
|
|
174
|
+
readonly "48": string;
|
|
175
|
+
readonly "52": string;
|
|
176
|
+
readonly "56": string;
|
|
177
|
+
readonly "60": string;
|
|
178
|
+
readonly "64": string;
|
|
179
|
+
readonly "72": string;
|
|
180
|
+
readonly "80": string;
|
|
181
|
+
readonly "96": string;
|
|
182
|
+
readonly "120": string;
|
|
183
|
+
readonly "140": string;
|
|
184
|
+
readonly "160": string;
|
|
185
|
+
readonly "px": string;
|
|
186
|
+
readonly "0_5": string;
|
|
187
|
+
readonly "1_5": string;
|
|
188
|
+
readonly "2_5": string;
|
|
189
|
+
readonly "3_5": string;
|
|
190
|
+
readonly "full": string;
|
|
191
|
+
readonly "auto": string;
|
|
192
|
+
};
|
|
193
|
+
readonly "family": {
|
|
194
|
+
readonly "sans": string;
|
|
195
|
+
readonly "mono": string;
|
|
196
|
+
};
|
|
197
|
+
readonly "leading": {
|
|
198
|
+
readonly "0": string;
|
|
199
|
+
readonly "1": string;
|
|
200
|
+
readonly "2": string;
|
|
201
|
+
readonly "3": string;
|
|
202
|
+
readonly "4": string;
|
|
203
|
+
readonly "5": string;
|
|
204
|
+
readonly "6": string;
|
|
205
|
+
readonly "7": string;
|
|
206
|
+
readonly "8": string;
|
|
207
|
+
readonly "9": string;
|
|
208
|
+
readonly "code-0": string;
|
|
209
|
+
readonly "code-1": string;
|
|
210
|
+
readonly "code-2": string;
|
|
211
|
+
readonly "code-3": string;
|
|
212
|
+
readonly "code-4": string;
|
|
213
|
+
readonly "code-5": string;
|
|
214
|
+
readonly "code-6": string;
|
|
215
|
+
readonly "code-7": string;
|
|
216
|
+
readonly "code-8": string;
|
|
217
|
+
readonly "code-9": string;
|
|
218
|
+
};
|
|
219
|
+
readonly "tracking": {
|
|
220
|
+
readonly "0": string;
|
|
221
|
+
readonly "1": string;
|
|
222
|
+
readonly "2": string;
|
|
223
|
+
readonly "3": string;
|
|
224
|
+
readonly "4": string;
|
|
225
|
+
readonly "5": string;
|
|
226
|
+
readonly "6": string;
|
|
227
|
+
readonly "7": string;
|
|
228
|
+
readonly "8": string;
|
|
229
|
+
readonly "9": string;
|
|
230
|
+
};
|
|
231
|
+
readonly "text": {
|
|
232
|
+
readonly "0": string;
|
|
233
|
+
readonly "1": string;
|
|
234
|
+
readonly "2": string;
|
|
235
|
+
readonly "3": string;
|
|
236
|
+
readonly "4": string;
|
|
237
|
+
readonly "5": string;
|
|
238
|
+
readonly "6": string;
|
|
239
|
+
readonly "7": string;
|
|
240
|
+
readonly "8": string;
|
|
241
|
+
readonly "9": string;
|
|
242
|
+
readonly "code-0": string;
|
|
243
|
+
readonly "code-1": string;
|
|
244
|
+
readonly "code-2": string;
|
|
245
|
+
readonly "code-4": string;
|
|
246
|
+
readonly "code-5": string;
|
|
247
|
+
readonly "code-6": string;
|
|
248
|
+
readonly "code-7": string;
|
|
249
|
+
readonly "code-8": string;
|
|
250
|
+
readonly "code-9": string;
|
|
251
|
+
};
|
|
252
|
+
readonly "weight": {
|
|
253
|
+
readonly "regular": string;
|
|
254
|
+
readonly "medium": string;
|
|
255
|
+
readonly "semi-bold": string;
|
|
256
|
+
};
|
|
257
|
+
readonly "breakpoint": {
|
|
258
|
+
readonly "sm": string;
|
|
259
|
+
readonly "md": string;
|
|
260
|
+
readonly "lg": string;
|
|
261
|
+
readonly "xl": string;
|
|
262
|
+
readonly "2xl": string;
|
|
263
|
+
};
|
|
264
|
+
readonly "zIndex": {
|
|
265
|
+
readonly "hidden": string;
|
|
266
|
+
readonly "base": string;
|
|
267
|
+
readonly "auto": string;
|
|
268
|
+
readonly "dropdown": string;
|
|
269
|
+
readonly "sticky": string;
|
|
270
|
+
readonly "banner": string;
|
|
271
|
+
readonly "overlay": string;
|
|
272
|
+
readonly "modal": string;
|
|
273
|
+
readonly "popover": string;
|
|
274
|
+
readonly "skipLink": string;
|
|
275
|
+
readonly "toast": string;
|
|
276
|
+
readonly "tooltip": string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
export default cssVariablesMap;
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
declare const flattenedCssVariablesMap: {
|
|
2
|
+
readonly "border-style": {
|
|
3
|
+
readonly "border-style-solid": string;
|
|
4
|
+
readonly "border-style-dashed": string;
|
|
5
|
+
};
|
|
6
|
+
readonly "color": {
|
|
7
|
+
readonly "transparent": string;
|
|
8
|
+
readonly "white": string;
|
|
9
|
+
readonly "black": string;
|
|
10
|
+
readonly "surface-1": string;
|
|
11
|
+
readonly "surface-2": string;
|
|
12
|
+
readonly "surface-3": string;
|
|
13
|
+
readonly "alpha-white-1": string;
|
|
14
|
+
readonly "alpha-white-2": string;
|
|
15
|
+
readonly "alpha-white-3": string;
|
|
16
|
+
readonly "alpha-white-4": string;
|
|
17
|
+
readonly "alpha-white-5": string;
|
|
18
|
+
readonly "alpha-white-6": string;
|
|
19
|
+
readonly "alpha-white-7": string;
|
|
20
|
+
readonly "alpha-white-8": string;
|
|
21
|
+
readonly "alpha-white-9": string;
|
|
22
|
+
readonly "alpha-white-10": string;
|
|
23
|
+
readonly "alpha-white-11": string;
|
|
24
|
+
readonly "alpha-white-12": string;
|
|
25
|
+
readonly "alpha-black-1": string;
|
|
26
|
+
readonly "alpha-black-2": string;
|
|
27
|
+
readonly "alpha-black-3": string;
|
|
28
|
+
readonly "alpha-black-4": string;
|
|
29
|
+
readonly "alpha-black-5": string;
|
|
30
|
+
readonly "alpha-black-6": string;
|
|
31
|
+
readonly "alpha-black-7": string;
|
|
32
|
+
readonly "alpha-black-8": string;
|
|
33
|
+
readonly "alpha-black-9": string;
|
|
34
|
+
readonly "alpha-black-10": string;
|
|
35
|
+
readonly "alpha-black-11": string;
|
|
36
|
+
readonly "alpha-black-12": string;
|
|
37
|
+
readonly "gray-1": string;
|
|
38
|
+
readonly "gray-2": string;
|
|
39
|
+
readonly "gray-3": string;
|
|
40
|
+
readonly "gray-4": string;
|
|
41
|
+
readonly "gray-5": string;
|
|
42
|
+
readonly "gray-6": string;
|
|
43
|
+
readonly "gray-7": string;
|
|
44
|
+
readonly "gray-8": string;
|
|
45
|
+
readonly "gray-9": string;
|
|
46
|
+
readonly "gray-10": string;
|
|
47
|
+
readonly "gray-11": string;
|
|
48
|
+
readonly "gray-12": string;
|
|
49
|
+
readonly "beige-1": string;
|
|
50
|
+
readonly "beige-2": string;
|
|
51
|
+
readonly "beige-3": string;
|
|
52
|
+
readonly "beige-4": string;
|
|
53
|
+
readonly "beige-5": string;
|
|
54
|
+
readonly "beige-6": string;
|
|
55
|
+
readonly "beige-7": string;
|
|
56
|
+
readonly "beige-8": string;
|
|
57
|
+
readonly "beige-9": string;
|
|
58
|
+
readonly "beige-10": string;
|
|
59
|
+
readonly "beige-11": string;
|
|
60
|
+
readonly "beige-12": string;
|
|
61
|
+
readonly "accent-1": string;
|
|
62
|
+
readonly "accent-2": string;
|
|
63
|
+
readonly "accent-3": string;
|
|
64
|
+
readonly "accent-4": string;
|
|
65
|
+
readonly "accent-5": string;
|
|
66
|
+
readonly "accent-6": string;
|
|
67
|
+
readonly "accent-7": string;
|
|
68
|
+
readonly "accent-8": string;
|
|
69
|
+
readonly "accent-9": string;
|
|
70
|
+
readonly "accent-10": string;
|
|
71
|
+
readonly "accent-11": string;
|
|
72
|
+
readonly "accent-12": string;
|
|
73
|
+
readonly "green-1": string;
|
|
74
|
+
readonly "green-2": string;
|
|
75
|
+
readonly "green-3": string;
|
|
76
|
+
readonly "green-4": string;
|
|
77
|
+
readonly "green-5": string;
|
|
78
|
+
readonly "green-6": string;
|
|
79
|
+
readonly "green-7": string;
|
|
80
|
+
readonly "green-8": string;
|
|
81
|
+
readonly "green-9": string;
|
|
82
|
+
readonly "green-10": string;
|
|
83
|
+
readonly "green-11": string;
|
|
84
|
+
readonly "green-12": string;
|
|
85
|
+
readonly "yellow-1": string;
|
|
86
|
+
readonly "yellow-2": string;
|
|
87
|
+
readonly "yellow-3": string;
|
|
88
|
+
readonly "yellow-4": string;
|
|
89
|
+
readonly "yellow-5": string;
|
|
90
|
+
readonly "yellow-6": string;
|
|
91
|
+
readonly "yellow-7": string;
|
|
92
|
+
readonly "yellow-8": string;
|
|
93
|
+
readonly "yellow-9": string;
|
|
94
|
+
readonly "yellow-10": string;
|
|
95
|
+
readonly "yellow-11": string;
|
|
96
|
+
readonly "yellow-12": string;
|
|
97
|
+
readonly "blue-1": string;
|
|
98
|
+
readonly "blue-2": string;
|
|
99
|
+
readonly "blue-3": string;
|
|
100
|
+
readonly "blue-4": string;
|
|
101
|
+
readonly "blue-5": string;
|
|
102
|
+
readonly "blue-6": string;
|
|
103
|
+
readonly "blue-7": string;
|
|
104
|
+
readonly "blue-8": string;
|
|
105
|
+
readonly "blue-9": string;
|
|
106
|
+
readonly "blue-10": string;
|
|
107
|
+
readonly "blue-11": string;
|
|
108
|
+
readonly "blue-12": string;
|
|
109
|
+
readonly "red-1": string;
|
|
110
|
+
readonly "red-2": string;
|
|
111
|
+
readonly "red-3": string;
|
|
112
|
+
readonly "red-4": string;
|
|
113
|
+
readonly "red-5": string;
|
|
114
|
+
readonly "red-6": string;
|
|
115
|
+
readonly "red-7": string;
|
|
116
|
+
readonly "red-8": string;
|
|
117
|
+
readonly "red-9": string;
|
|
118
|
+
readonly "red-10": string;
|
|
119
|
+
readonly "red-11": string;
|
|
120
|
+
readonly "red-12": string;
|
|
121
|
+
readonly "purple-1": string;
|
|
122
|
+
readonly "purple-2": string;
|
|
123
|
+
readonly "purple-3": string;
|
|
124
|
+
readonly "purple-4": string;
|
|
125
|
+
readonly "purple-5": string;
|
|
126
|
+
readonly "purple-6": string;
|
|
127
|
+
readonly "purple-7": string;
|
|
128
|
+
readonly "purple-8": string;
|
|
129
|
+
readonly "purple-9": string;
|
|
130
|
+
readonly "purple-10": string;
|
|
131
|
+
readonly "purple-11": string;
|
|
132
|
+
readonly "purple-12": string;
|
|
133
|
+
};
|
|
134
|
+
readonly "rounded": {
|
|
135
|
+
readonly "rounded-0": string;
|
|
136
|
+
readonly "rounded-1": string;
|
|
137
|
+
readonly "rounded-2": string;
|
|
138
|
+
readonly "rounded-3": string;
|
|
139
|
+
readonly "rounded-4": string;
|
|
140
|
+
readonly "rounded-5": string;
|
|
141
|
+
readonly "rounded-6": string;
|
|
142
|
+
readonly "rounded-full": string;
|
|
143
|
+
};
|
|
144
|
+
readonly "shadow": {
|
|
145
|
+
readonly "shadow-0": string;
|
|
146
|
+
readonly "shadow-1": string;
|
|
147
|
+
readonly "shadow-2": string;
|
|
148
|
+
readonly "shadow-3": string;
|
|
149
|
+
readonly "shadow-inner": string;
|
|
150
|
+
};
|
|
151
|
+
readonly "spacing": {
|
|
152
|
+
readonly "spacing-0": string;
|
|
153
|
+
readonly "spacing-1": string;
|
|
154
|
+
readonly "spacing-2": string;
|
|
155
|
+
readonly "spacing-3": string;
|
|
156
|
+
readonly "spacing-4": string;
|
|
157
|
+
readonly "spacing-5": string;
|
|
158
|
+
readonly "spacing-6": string;
|
|
159
|
+
readonly "spacing-7": string;
|
|
160
|
+
readonly "spacing-8": string;
|
|
161
|
+
readonly "spacing-9": string;
|
|
162
|
+
readonly "spacing-10": string;
|
|
163
|
+
readonly "spacing-11": string;
|
|
164
|
+
readonly "spacing-12": string;
|
|
165
|
+
readonly "spacing-14": string;
|
|
166
|
+
readonly "spacing-16": string;
|
|
167
|
+
readonly "spacing-20": string;
|
|
168
|
+
readonly "spacing-24": string;
|
|
169
|
+
readonly "spacing-28": string;
|
|
170
|
+
readonly "spacing-32": string;
|
|
171
|
+
readonly "spacing-36": string;
|
|
172
|
+
readonly "spacing-40": string;
|
|
173
|
+
readonly "spacing-44": string;
|
|
174
|
+
readonly "spacing-48": string;
|
|
175
|
+
readonly "spacing-52": string;
|
|
176
|
+
readonly "spacing-56": string;
|
|
177
|
+
readonly "spacing-60": string;
|
|
178
|
+
readonly "spacing-64": string;
|
|
179
|
+
readonly "spacing-72": string;
|
|
180
|
+
readonly "spacing-80": string;
|
|
181
|
+
readonly "spacing-96": string;
|
|
182
|
+
readonly "spacing-120": string;
|
|
183
|
+
readonly "spacing-140": string;
|
|
184
|
+
readonly "spacing-160": string;
|
|
185
|
+
readonly "spacing-px": string;
|
|
186
|
+
readonly "spacing-0_5": string;
|
|
187
|
+
readonly "spacing-1_5": string;
|
|
188
|
+
readonly "spacing-2_5": string;
|
|
189
|
+
readonly "spacing-3_5": string;
|
|
190
|
+
readonly "spacing-full": string;
|
|
191
|
+
readonly "spacing-auto": string;
|
|
192
|
+
};
|
|
193
|
+
readonly "family": {
|
|
194
|
+
readonly "family-sans": string;
|
|
195
|
+
readonly "family-mono": string;
|
|
196
|
+
};
|
|
197
|
+
readonly "leading": {
|
|
198
|
+
readonly "leading-0": string;
|
|
199
|
+
readonly "leading-1": string;
|
|
200
|
+
readonly "leading-2": string;
|
|
201
|
+
readonly "leading-3": string;
|
|
202
|
+
readonly "leading-4": string;
|
|
203
|
+
readonly "leading-5": string;
|
|
204
|
+
readonly "leading-6": string;
|
|
205
|
+
readonly "leading-7": string;
|
|
206
|
+
readonly "leading-8": string;
|
|
207
|
+
readonly "leading-9": string;
|
|
208
|
+
readonly "leading-code-0": string;
|
|
209
|
+
readonly "leading-code-1": string;
|
|
210
|
+
readonly "leading-code-2": string;
|
|
211
|
+
readonly "leading-code-3": string;
|
|
212
|
+
readonly "leading-code-4": string;
|
|
213
|
+
readonly "leading-code-5": string;
|
|
214
|
+
readonly "leading-code-6": string;
|
|
215
|
+
readonly "leading-code-7": string;
|
|
216
|
+
readonly "leading-code-8": string;
|
|
217
|
+
readonly "leading-code-9": string;
|
|
218
|
+
};
|
|
219
|
+
readonly "tracking": {
|
|
220
|
+
readonly "tracking-0": string;
|
|
221
|
+
readonly "tracking-1": string;
|
|
222
|
+
readonly "tracking-2": string;
|
|
223
|
+
readonly "tracking-3": string;
|
|
224
|
+
readonly "tracking-4": string;
|
|
225
|
+
readonly "tracking-5": string;
|
|
226
|
+
readonly "tracking-6": string;
|
|
227
|
+
readonly "tracking-7": string;
|
|
228
|
+
readonly "tracking-8": string;
|
|
229
|
+
readonly "tracking-9": string;
|
|
230
|
+
};
|
|
231
|
+
readonly "text": {
|
|
232
|
+
readonly "text-0": string;
|
|
233
|
+
readonly "text-1": string;
|
|
234
|
+
readonly "text-2": string;
|
|
235
|
+
readonly "text-3": string;
|
|
236
|
+
readonly "text-4": string;
|
|
237
|
+
readonly "text-5": string;
|
|
238
|
+
readonly "text-6": string;
|
|
239
|
+
readonly "text-7": string;
|
|
240
|
+
readonly "text-8": string;
|
|
241
|
+
readonly "text-9": string;
|
|
242
|
+
readonly "text-code-0": string;
|
|
243
|
+
readonly "text-code-1": string;
|
|
244
|
+
readonly "text-code-2": string;
|
|
245
|
+
readonly "text-code-4": string;
|
|
246
|
+
readonly "text-code-5": string;
|
|
247
|
+
readonly "text-code-6": string;
|
|
248
|
+
readonly "text-code-7": string;
|
|
249
|
+
readonly "text-code-8": string;
|
|
250
|
+
readonly "text-code-9": string;
|
|
251
|
+
};
|
|
252
|
+
readonly "weight": {
|
|
253
|
+
readonly "weight-regular": string;
|
|
254
|
+
readonly "weight-medium": string;
|
|
255
|
+
readonly "weight-semi-bold": string;
|
|
256
|
+
};
|
|
257
|
+
readonly "breakpoint": {
|
|
258
|
+
readonly "breakpoint-sm": string;
|
|
259
|
+
readonly "breakpoint-md": string;
|
|
260
|
+
readonly "breakpoint-lg": string;
|
|
261
|
+
readonly "breakpoint-xl": string;
|
|
262
|
+
readonly "breakpoint-2xl": string;
|
|
263
|
+
};
|
|
264
|
+
readonly "zIndex": {
|
|
265
|
+
readonly "zIndex-hidden": string;
|
|
266
|
+
readonly "zIndex-base": string;
|
|
267
|
+
readonly "zIndex-auto": string;
|
|
268
|
+
readonly "zIndex-dropdown": string;
|
|
269
|
+
readonly "zIndex-sticky": string;
|
|
270
|
+
readonly "zIndex-banner": string;
|
|
271
|
+
readonly "zIndex-overlay": string;
|
|
272
|
+
readonly "zIndex-modal": string;
|
|
273
|
+
readonly "zIndex-popover": string;
|
|
274
|
+
readonly "zIndex-skipLink": string;
|
|
275
|
+
readonly "zIndex-toast": string;
|
|
276
|
+
readonly "zIndex-tooltip": string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
export default flattenedCssVariablesMap;
|