Files
react/lib/constants.ts
witt 5c02bcf0e1 refactor(themes): refactor theme module to keep multiple themes (#440)
* refactor(themes): refactor theme module to keep multiple themes

* chore: migrate APIs to be compatible with new theme system

* test: update snapshots

* chore: migrate the path of the theme module

* feat(themes): append static methods of themes

* chore: hide custom theme when no custom content in the context

* chore: manually add flush to preload styles in html

* docs(themes): update to fit the new theme system
2021-02-03 23:11:35 +08:00

10 lines
279 B
TypeScript

export const CUSTOM_THEME_TYPE = 'Custom'
export const CHINESE_LANGUAGE_IDENT = 'zh-cn'
export const ENGLISH_LANGUAGE_IDENT = 'en-us'
export const GITHUB_URL = 'https://github.com/geist-org/react'
export const CONTRIBUTORS_URL = 'https://contributors.geist-ui.dev/api/users'