diff --git a/react/src/lib/types.ts b/react/src/lib/types.ts index 266e4a4d..d096b7c5 100644 --- a/react/src/lib/types.ts +++ b/react/src/lib/types.ts @@ -28,22 +28,30 @@ export type Theme = | 'transparent_dark' | 'noborder_light' | 'noborder_dark' + | 'noborder_gray' | 'cobalt' + | 'purple_dark' | `https://${string}` | GenericString; export type AvailableLanguage = | 'ar' | 'ca' + | 'da' | 'de' | 'en' + | 'eo' | 'es' | 'fa' | 'fr' + | 'gr' + | 'gsw' | 'he' + | 'hu' | 'id' | 'it' | 'ja' + | 'kh' | 'ko' | 'nl' | 'pl' @@ -54,7 +62,10 @@ export type AvailableLanguage = | 'tr' | 'vi' | 'uk' + | 'uz' | 'zh-CN' + | 'zh-Hans' + | 'zh-Hant' | 'zh-TW' | GenericString; diff --git a/solid/src/lib/types.ts b/solid/src/lib/types.ts index 266e4a4d..d096b7c5 100644 --- a/solid/src/lib/types.ts +++ b/solid/src/lib/types.ts @@ -28,22 +28,30 @@ export type Theme = | 'transparent_dark' | 'noborder_light' | 'noborder_dark' + | 'noborder_gray' | 'cobalt' + | 'purple_dark' | `https://${string}` | GenericString; export type AvailableLanguage = | 'ar' | 'ca' + | 'da' | 'de' | 'en' + | 'eo' | 'es' | 'fa' | 'fr' + | 'gr' + | 'gsw' | 'he' + | 'hu' | 'id' | 'it' | 'ja' + | 'kh' | 'ko' | 'nl' | 'pl' @@ -54,7 +62,10 @@ export type AvailableLanguage = | 'tr' | 'vi' | 'uk' + | 'uz' | 'zh-CN' + | 'zh-Hans' + | 'zh-Hant' | 'zh-TW' | GenericString; diff --git a/svelte/src/lib/types.ts b/svelte/src/lib/types.ts index 266e4a4d..d096b7c5 100644 --- a/svelte/src/lib/types.ts +++ b/svelte/src/lib/types.ts @@ -28,22 +28,30 @@ export type Theme = | 'transparent_dark' | 'noborder_light' | 'noborder_dark' + | 'noborder_gray' | 'cobalt' + | 'purple_dark' | `https://${string}` | GenericString; export type AvailableLanguage = | 'ar' | 'ca' + | 'da' | 'de' | 'en' + | 'eo' | 'es' | 'fa' | 'fr' + | 'gr' + | 'gsw' | 'he' + | 'hu' | 'id' | 'it' | 'ja' + | 'kh' | 'ko' | 'nl' | 'pl' @@ -54,7 +62,10 @@ export type AvailableLanguage = | 'tr' | 'vi' | 'uk' + | 'uz' | 'zh-CN' + | 'zh-Hans' + | 'zh-Hant' | 'zh-TW' | GenericString; diff --git a/vue/src/lib/types.ts b/vue/src/lib/types.ts index 266e4a4d..d096b7c5 100644 --- a/vue/src/lib/types.ts +++ b/vue/src/lib/types.ts @@ -28,22 +28,30 @@ export type Theme = | 'transparent_dark' | 'noborder_light' | 'noborder_dark' + | 'noborder_gray' | 'cobalt' + | 'purple_dark' | `https://${string}` | GenericString; export type AvailableLanguage = | 'ar' | 'ca' + | 'da' | 'de' | 'en' + | 'eo' | 'es' | 'fa' | 'fr' + | 'gr' + | 'gsw' | 'he' + | 'hu' | 'id' | 'it' | 'ja' + | 'kh' | 'ko' | 'nl' | 'pl' @@ -54,7 +62,10 @@ export type AvailableLanguage = | 'tr' | 'vi' | 'uk' + | 'uz' | 'zh-CN' + | 'zh-Hans' + | 'zh-Hant' | 'zh-TW' | GenericString; diff --git a/web/src/types.ts b/web/src/types.ts index 00369702..3a00f05e 100644 --- a/web/src/types.ts +++ b/web/src/types.ts @@ -28,22 +28,30 @@ export type Theme = | 'transparent_dark' | 'noborder_light' | 'noborder_dark' + | 'noborder_gray' | 'cobalt' + | 'purple_dark' | `https://${string}` | GenericString; export type AvailableLanguage = | 'ar' | 'ca' + | 'da' | 'de' | 'en' + | 'eo' | 'es' | 'fa' | 'fr' + | 'gr' + | 'gsw' | 'he' + | 'hu' | 'id' | 'it' | 'ja' + | 'kh' | 'ko' | 'nl' | 'pl' @@ -54,7 +62,10 @@ export type AvailableLanguage = | 'tr' | 'vi' | 'uk' + | 'uz' | 'zh-CN' + | 'zh-Hans' + | 'zh-Hant' | 'zh-TW' | GenericString;