@melv1c/ui-core 1.0.0

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.
@@ -0,0 +1,187 @@
1
+ //#region src/locales/de.json.d.ts
2
+ declare let next$5: string;
3
+ declare let previous$5: string;
4
+ declare namespace loginForm$5 {
5
+ let title: string;
6
+ let description: string;
7
+ let email: string;
8
+ let emailPlaceholder: string;
9
+ let password: string;
10
+ let forgotPassword: string;
11
+ let login: string;
12
+ let loggingIn: string;
13
+ let orContinueWith: string;
14
+ let noAccount: string;
15
+ let signUp: string;
16
+ namespace providers {
17
+ let google: string;
18
+ let github: string;
19
+ let apple: string;
20
+ let microsoft: string;
21
+ let facebook: string;
22
+ }
23
+ namespace errors {
24
+ let invalidEmail: string;
25
+ let passwordRequired: string;
26
+ }
27
+ }
28
+ declare namespace __json_default_export {
29
+ export { next$5 as next, previous$5 as previous, loginForm$5 as loginForm };
30
+ }
31
+ //#endregion
32
+ //#region src/locales/en.json.d.ts
33
+ declare let next$4: string;
34
+ declare let previous$4: string;
35
+ declare namespace loginForm$4 {
36
+ let title: string;
37
+ let description: string;
38
+ let email: string;
39
+ let emailPlaceholder: string;
40
+ let password: string;
41
+ let forgotPassword: string;
42
+ let login: string;
43
+ let loggingIn: string;
44
+ let orContinueWith: string;
45
+ let noAccount: string;
46
+ let signUp: string;
47
+ namespace providers {
48
+ let google: string;
49
+ let github: string;
50
+ let apple: string;
51
+ let microsoft: string;
52
+ let facebook: string;
53
+ }
54
+ namespace errors {
55
+ let invalidEmail: string;
56
+ let passwordRequired: string;
57
+ }
58
+ }
59
+ declare namespace __json_default_export$1 {
60
+ export { next$4 as next, previous$4 as previous, loginForm$4 as loginForm };
61
+ }
62
+ //#endregion
63
+ //#region src/locales/es.json.d.ts
64
+ declare let next$3: string;
65
+ declare let previous$3: string;
66
+ declare namespace loginForm$3 {
67
+ let title: string;
68
+ let description: string;
69
+ let email: string;
70
+ let emailPlaceholder: string;
71
+ let password: string;
72
+ let forgotPassword: string;
73
+ let login: string;
74
+ let loggingIn: string;
75
+ let orContinueWith: string;
76
+ let noAccount: string;
77
+ let signUp: string;
78
+ namespace providers {
79
+ let google: string;
80
+ let github: string;
81
+ let apple: string;
82
+ let microsoft: string;
83
+ let facebook: string;
84
+ }
85
+ namespace errors {
86
+ let invalidEmail: string;
87
+ let passwordRequired: string;
88
+ }
89
+ }
90
+ declare namespace __json_default_export$2 {
91
+ export { next$3 as next, previous$3 as previous, loginForm$3 as loginForm };
92
+ }
93
+ //#endregion
94
+ //#region src/locales/fr.json.d.ts
95
+ declare let next$2: string;
96
+ declare let previous$2: string;
97
+ declare namespace loginForm$2 {
98
+ let title: string;
99
+ let description: string;
100
+ let email: string;
101
+ let emailPlaceholder: string;
102
+ let password: string;
103
+ let forgotPassword: string;
104
+ let login: string;
105
+ let loggingIn: string;
106
+ let orContinueWith: string;
107
+ let noAccount: string;
108
+ let signUp: string;
109
+ namespace providers {
110
+ let google: string;
111
+ let github: string;
112
+ let apple: string;
113
+ let microsoft: string;
114
+ let facebook: string;
115
+ }
116
+ namespace errors {
117
+ let invalidEmail: string;
118
+ let passwordRequired: string;
119
+ }
120
+ }
121
+ declare namespace __json_default_export$3 {
122
+ export { next$2 as next, previous$2 as previous, loginForm$2 as loginForm };
123
+ }
124
+ //#endregion
125
+ //#region src/locales/it.json.d.ts
126
+ declare let next$1: string;
127
+ declare let previous$1: string;
128
+ declare namespace loginForm$1 {
129
+ let title: string;
130
+ let description: string;
131
+ let email: string;
132
+ let emailPlaceholder: string;
133
+ let password: string;
134
+ let forgotPassword: string;
135
+ let login: string;
136
+ let loggingIn: string;
137
+ let orContinueWith: string;
138
+ let noAccount: string;
139
+ let signUp: string;
140
+ namespace providers {
141
+ let google: string;
142
+ let github: string;
143
+ let apple: string;
144
+ let microsoft: string;
145
+ let facebook: string;
146
+ }
147
+ namespace errors {
148
+ let invalidEmail: string;
149
+ let passwordRequired: string;
150
+ }
151
+ }
152
+ declare namespace __json_default_export$4 {
153
+ export { next$1 as next, previous$1 as previous, loginForm$1 as loginForm };
154
+ }
155
+ //#endregion
156
+ //#region src/locales/nl.json.d.ts
157
+ declare let next: string;
158
+ declare let previous: string;
159
+ declare namespace loginForm {
160
+ let title: string;
161
+ let description: string;
162
+ let email: string;
163
+ let emailPlaceholder: string;
164
+ let password: string;
165
+ let forgotPassword: string;
166
+ let login: string;
167
+ let loggingIn: string;
168
+ let orContinueWith: string;
169
+ let noAccount: string;
170
+ let signUp: string;
171
+ namespace providers {
172
+ let google: string;
173
+ let github: string;
174
+ let apple: string;
175
+ let microsoft: string;
176
+ let facebook: string;
177
+ }
178
+ namespace errors {
179
+ let invalidEmail: string;
180
+ let passwordRequired: string;
181
+ }
182
+ }
183
+ declare namespace __json_default_export$5 {
184
+ export { next, previous, loginForm };
185
+ }
186
+ //#endregion
187
+ export { __json_default_export as de, __json_default_export$1 as en, __json_default_export$2 as es, __json_default_export$3 as fr, __json_default_export$4 as it, __json_default_export$5 as nl };
@@ -0,0 +1,14 @@
1
+ import { a as en_default, i as es_default, n as it_default, o as de_default, r as fr_default, s as __exportAll, t as nl_default } from "../nl-CCT3Xhp8.mjs";
2
+
3
+ //#region src/locales/index.ts
4
+ var locales_exports = /* @__PURE__ */ __exportAll({
5
+ de: () => de_default,
6
+ en: () => en_default,
7
+ es: () => es_default,
8
+ fr: () => fr_default,
9
+ it: () => it_default,
10
+ nl: () => nl_default
11
+ });
12
+
13
+ //#endregion
14
+ export { de_default as de, en_default as en, es_default as es, fr_default as fr, it_default as it, nl_default as nl, locales_exports as t };
@@ -0,0 +1,204 @@
1
+ //#region \0rolldown/runtime.js
2
+ var __defProp = Object.defineProperty;
3
+ var __exportAll = (all, no_symbols) => {
4
+ let target = {};
5
+ for (var name in all) {
6
+ __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ }
11
+ if (!no_symbols) {
12
+ __defProp(target, Symbol.toStringTag, { value: "Module" });
13
+ }
14
+ return target;
15
+ };
16
+
17
+ //#endregion
18
+ //#region src/locales/de.json
19
+ var de_default = {
20
+ next: "Weiter",
21
+ previous: "Zurück",
22
+ loginForm: {
23
+ "title": "Anmelden bei Ihrem Konto",
24
+ "description": "Geben Sie Ihre Anmeldedaten ein, um auf Ihr Konto zuzugreifen",
25
+ "email": "E-Mail",
26
+ "emailPlaceholder": "name@beispiel.com",
27
+ "password": "Passwort",
28
+ "forgotPassword": "Passwort vergessen?",
29
+ "login": "Anmelden",
30
+ "loggingIn": "Anmeldung läuft...",
31
+ "orContinueWith": "oder fortfahren mit",
32
+ "noAccount": "Sie haben noch kein Konto?",
33
+ "signUp": "Registrieren",
34
+ "providers": {
35
+ "google": "Mit Google fortfahren",
36
+ "github": "Mit GitHub fortfahren",
37
+ "apple": "Mit Apple fortfahren",
38
+ "microsoft": "Mit Microsoft fortfahren",
39
+ "facebook": "Mit Facebook fortfahren"
40
+ },
41
+ "errors": {
42
+ "invalidEmail": "Bitte geben Sie eine gültige E-Mail-Adresse ein.",
43
+ "passwordRequired": "Passwort ist erforderlich."
44
+ }
45
+ }
46
+ };
47
+
48
+ //#endregion
49
+ //#region src/locales/en.json
50
+ var en_default = {
51
+ next: "Next",
52
+ previous: "Previous",
53
+ loginForm: {
54
+ "title": "Login to your account",
55
+ "description": "Enter your credentials to access your account",
56
+ "email": "Email",
57
+ "emailPlaceholder": "name@example.com",
58
+ "password": "Password",
59
+ "forgotPassword": "Forgot password?",
60
+ "login": "Login",
61
+ "loggingIn": "Logging in...",
62
+ "orContinueWith": "or continue with",
63
+ "noAccount": "Don't have an account?",
64
+ "signUp": "Sign up",
65
+ "providers": {
66
+ "google": "Continue with Google",
67
+ "github": "Continue with GitHub",
68
+ "apple": "Continue with Apple",
69
+ "microsoft": "Continue with Microsoft",
70
+ "facebook": "Continue with Facebook"
71
+ },
72
+ "errors": {
73
+ "invalidEmail": "Please enter a valid email address.",
74
+ "passwordRequired": "Password is required."
75
+ }
76
+ }
77
+ };
78
+
79
+ //#endregion
80
+ //#region src/locales/es.json
81
+ var es_default = {
82
+ next: "Siguiente",
83
+ previous: "Anterior",
84
+ loginForm: {
85
+ "title": "Iniciar sesión en su cuenta",
86
+ "description": "Introduzca sus credenciales para acceder a su cuenta",
87
+ "email": "Correo electrónico",
88
+ "emailPlaceholder": "nombre@ejemplo.com",
89
+ "password": "Contraseña",
90
+ "forgotPassword": "¿Olvidó su contraseña?",
91
+ "login": "Iniciar sesión",
92
+ "loggingIn": "Iniciando sesión...",
93
+ "orContinueWith": "o continuar con",
94
+ "noAccount": "¿No tiene una cuenta?",
95
+ "signUp": "Registrarse",
96
+ "providers": {
97
+ "google": "Continuar con Google",
98
+ "github": "Continuar con GitHub",
99
+ "apple": "Continuar con Apple",
100
+ "microsoft": "Continuar con Microsoft",
101
+ "facebook": "Continuar con Facebook"
102
+ },
103
+ "errors": {
104
+ "invalidEmail": "Por favor, introduzca una dirección de correo electrónico válida.",
105
+ "passwordRequired": "La contraseña es obligatoria."
106
+ }
107
+ }
108
+ };
109
+
110
+ //#endregion
111
+ //#region src/locales/fr.json
112
+ var fr_default = {
113
+ next: "Suivant",
114
+ previous: "Précédent",
115
+ loginForm: {
116
+ "title": "Connexion à votre compte",
117
+ "description": "Entrez vos identifiants pour accéder à votre compte",
118
+ "email": "Email",
119
+ "emailPlaceholder": "nom@exemple.com",
120
+ "password": "Mot de passe",
121
+ "forgotPassword": "Mot de passe oublié ?",
122
+ "login": "Se connecter",
123
+ "loggingIn": "Connexion en cours...",
124
+ "orContinueWith": "ou continuer avec",
125
+ "noAccount": "Vous n'avez pas de compte ?",
126
+ "signUp": "S'inscrire",
127
+ "providers": {
128
+ "google": "Continuer avec Google",
129
+ "github": "Continuer avec GitHub",
130
+ "apple": "Continuer avec Apple",
131
+ "microsoft": "Continuer avec Microsoft",
132
+ "facebook": "Continuer avec Facebook"
133
+ },
134
+ "errors": {
135
+ "invalidEmail": "Veuillez saisir une adresse e-mail valide.",
136
+ "passwordRequired": "Le mot de passe est requis."
137
+ }
138
+ }
139
+ };
140
+
141
+ //#endregion
142
+ //#region src/locales/it.json
143
+ var it_default = {
144
+ next: "Successivo",
145
+ previous: "Precedente",
146
+ loginForm: {
147
+ "title": "Accedi al tuo account",
148
+ "description": "Inserisci le tue credenziali per accedere al tuo account",
149
+ "email": "Email",
150
+ "emailPlaceholder": "nome@esempio.com",
151
+ "password": "Password",
152
+ "forgotPassword": "Password dimenticata?",
153
+ "login": "Accedi",
154
+ "loggingIn": "Accesso in corso...",
155
+ "orContinueWith": "o continua con",
156
+ "noAccount": "Non hai un account?",
157
+ "signUp": "Registrati",
158
+ "providers": {
159
+ "google": "Continua con Google",
160
+ "github": "Continua con GitHub",
161
+ "apple": "Continua con Apple",
162
+ "microsoft": "Continua con Microsoft",
163
+ "facebook": "Continua con Facebook"
164
+ },
165
+ "errors": {
166
+ "invalidEmail": "Inserisci un indirizzo email valido.",
167
+ "passwordRequired": "La password è obbligatoria."
168
+ }
169
+ }
170
+ };
171
+
172
+ //#endregion
173
+ //#region src/locales/nl.json
174
+ var nl_default = {
175
+ next: "Volgende",
176
+ previous: "Vorige",
177
+ loginForm: {
178
+ "title": "Inloggen op uw account",
179
+ "description": "Voer uw gegevens in om toegang te krijgen tot uw account",
180
+ "email": "E-mail",
181
+ "emailPlaceholder": "naam@voorbeeld.com",
182
+ "password": "Wachtwoord",
183
+ "forgotPassword": "Wachtwoord vergeten?",
184
+ "login": "Inloggen",
185
+ "loggingIn": "Bezig met inloggen...",
186
+ "orContinueWith": "of ga verder met",
187
+ "noAccount": "Heeft u geen account?",
188
+ "signUp": "Registreren",
189
+ "providers": {
190
+ "google": "Doorgaan met Google",
191
+ "github": "Doorgaan met GitHub",
192
+ "apple": "Doorgaan met Apple",
193
+ "microsoft": "Doorgaan met Microsoft",
194
+ "facebook": "Doorgaan met Facebook"
195
+ },
196
+ "errors": {
197
+ "invalidEmail": "Voer een geldig e-mailadres in.",
198
+ "passwordRequired": "Wachtwoord is verplicht."
199
+ }
200
+ }
201
+ };
202
+
203
+ //#endregion
204
+ export { en_default as a, es_default as i, it_default as n, de_default as o, fr_default as r, __exportAll as s, nl_default as t };
@@ -0,0 +1,117 @@
1
+ :root {
2
+ --background: #faf9f5;
3
+ --foreground: #3d3929;
4
+ --card: #faf9f5;
5
+ --card-foreground: #141413;
6
+ --popover: #ffffff;
7
+ --popover-foreground: #28261b;
8
+ --primary: #c96442;
9
+ --primary-foreground: #ffffff;
10
+ --secondary: #e9e6dc;
11
+ --secondary-foreground: #535146;
12
+ --muted: #ede9de;
13
+ --muted-foreground: #83827d;
14
+ --accent: #e9e6dc;
15
+ --accent-foreground: #28261b;
16
+ --destructive: #141413;
17
+ --destructive-foreground: #ffffff;
18
+ --border: #dad9d4;
19
+ --input: #b4b2a7;
20
+ --ring: #c96442;
21
+ --chart-1: #b05730;
22
+ --chart-2: #9c87f5;
23
+ --chart-3: #ded8c4;
24
+ --chart-4: #dbd3f0;
25
+ --chart-5: #b4552d;
26
+ --sidebar: #f5f4ee;
27
+ --sidebar-foreground: #3d3d3a;
28
+ --sidebar-primary: #c96442;
29
+ --sidebar-primary-foreground: #fbfbfb;
30
+ --sidebar-accent: #e9e6dc;
31
+ --sidebar-accent-foreground: #343434;
32
+ --sidebar-border: #ebebeb;
33
+ --sidebar-ring: #b5b5b5;
34
+ --font-sans:
35
+ ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
36
+ 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
37
+ 'Segoe UI Symbol', 'Noto Color Emoji';
38
+ --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
39
+ --font-mono:
40
+ ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
41
+ monospace;
42
+ --radius: 0.5rem;
43
+ --shadow-x: 0;
44
+ --shadow-y: 1px;
45
+ --shadow-blur: 3px;
46
+ --shadow-spread: 0px;
47
+ --shadow-opacity: 0.1;
48
+ --shadow-color: oklch(0 0 0);
49
+ --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
50
+ --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
51
+ --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
52
+ --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
53
+ --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
54
+ --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
55
+ --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
56
+ --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
57
+ --tracking-normal: 0em;
58
+ --spacing: 0.25rem;
59
+ }
60
+
61
+ .dark {
62
+ --background: #262624;
63
+ --foreground: #c3c0b6;
64
+ --card: #262624;
65
+ --card-foreground: #faf9f5;
66
+ --popover: #30302e;
67
+ --popover-foreground: #e5e5e2;
68
+ --primary: #d97757;
69
+ --primary-foreground: #ffffff;
70
+ --secondary: #faf9f5;
71
+ --secondary-foreground: #30302e;
72
+ --muted: #1b1b19;
73
+ --muted-foreground: #b7b5a9;
74
+ --accent: #1a1915;
75
+ --accent-foreground: #f5f4ee;
76
+ --destructive: #ef4444;
77
+ --destructive-foreground: #ffffff;
78
+ --border: #3e3e38;
79
+ --input: #52514a;
80
+ --ring: #d97757;
81
+ --chart-1: #b05730;
82
+ --chart-2: #9c87f5;
83
+ --chart-3: #1a1915;
84
+ --chart-4: #2f2b48;
85
+ --chart-5: #b4552d;
86
+ --sidebar: #1f1e1d;
87
+ --sidebar-foreground: #c3c0b6;
88
+ --sidebar-primary: #343434;
89
+ --sidebar-primary-foreground: #fbfbfb;
90
+ --sidebar-accent: #0f0f0e;
91
+ --sidebar-accent-foreground: #c3c0b6;
92
+ --sidebar-border: #ebebeb;
93
+ --sidebar-ring: #b5b5b5;
94
+ --font-sans:
95
+ ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
96
+ 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
97
+ 'Segoe UI Symbol', 'Noto Color Emoji';
98
+ --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
99
+ --font-mono:
100
+ ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
101
+ monospace;
102
+ --radius: 0.5rem;
103
+ --shadow-x: 0;
104
+ --shadow-y: 1px;
105
+ --shadow-blur: 3px;
106
+ --shadow-spread: 0px;
107
+ --shadow-opacity: 0.1;
108
+ --shadow-color: oklch(0 0 0);
109
+ --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
110
+ --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
111
+ --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
112
+ --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
113
+ --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
114
+ --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
115
+ --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
116
+ --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
117
+ }
@@ -0,0 +1,70 @@
1
+ :root {
2
+ --background: #ffffff;
3
+ --foreground: #09090b;
4
+ --card: #ffffff;
5
+ --card-foreground: #09090b;
6
+ --popover: #ffffff;
7
+ --popover-foreground: #09090b;
8
+ --primary: #18181b;
9
+ --primary-foreground: #fafafa;
10
+ --secondary: #f4f4f5;
11
+ --secondary-foreground: #18181b;
12
+ --muted: #f4f4f5;
13
+ --muted-foreground: #71717a;
14
+ --accent: #f4f4f5;
15
+ --accent-foreground: #18181b;
16
+ --destructive: #ef4444;
17
+ --destructive-foreground: #fafafa;
18
+ --border: #e4e4e7;
19
+ --input: #e4e4e7;
20
+ --ring: #18181b;
21
+ --chart-1: #e11d48;
22
+ --chart-2: #f97316;
23
+ --chart-3: #eab308;
24
+ --chart-4: #22c55e;
25
+ --chart-5: #3b82f6;
26
+ --sidebar: #fbfbfc;
27
+ --sidebar-foreground: #3f3f46;
28
+ --sidebar-primary: #18181b;
29
+ --sidebar-primary-foreground: #fafafa;
30
+ --sidebar-accent: #f4f4f5;
31
+ --sidebar-accent-foreground: #18181b;
32
+ --sidebar-border: #e4e4e7;
33
+ --sidebar-ring: #18181b;
34
+ --radius: 0.5rem;
35
+ }
36
+
37
+ .dark {
38
+ --background: #09090b;
39
+ --foreground: #fafafa;
40
+ --card: #09090b;
41
+ --card-foreground: #fafafa;
42
+ --popover: #09090b;
43
+ --popover-foreground: #fafafa;
44
+ --primary: #fafafa;
45
+ --primary-foreground: #18181b;
46
+ --secondary: #27272a;
47
+ --secondary-foreground: #fafafa;
48
+ --muted: #27272a;
49
+ --muted-foreground: #a1a1aa;
50
+ --accent: #27272a;
51
+ --accent-foreground: #fafafa;
52
+ --destructive: #7f1d1d;
53
+ --destructive-foreground: #fafafa;
54
+ --border: #27272a;
55
+ --input: #27272a;
56
+ --ring: #d4d4d8;
57
+ --chart-1: #f43f5e;
58
+ --chart-2: #fb923c;
59
+ --chart-3: #facc15;
60
+ --chart-4: #4ade80;
61
+ --chart-5: #60a5fa;
62
+ --sidebar: #0a0a0a;
63
+ --sidebar-foreground: #d4d4d8;
64
+ --sidebar-primary: #fafafa;
65
+ --sidebar-primary-foreground: #18181b;
66
+ --sidebar-accent: #27272a;
67
+ --sidebar-accent-foreground: #fafafa;
68
+ --sidebar-border: #27272a;
69
+ --sidebar-ring: #d4d4d8;
70
+ }
@@ -0,0 +1,107 @@
1
+ :root {
2
+ --background: #cccccc;
3
+ --foreground: #1f1f1f;
4
+ --card: #b0b0b0;
5
+ --card-foreground: #1f1f1f;
6
+ --popover: #b0b0b0;
7
+ --popover-foreground: #1f1f1f;
8
+ --primary: #b71c1c;
9
+ --primary-foreground: #ffffff;
10
+ --secondary: #556b2f;
11
+ --secondary-foreground: #ffffff;
12
+ --muted: #b8b8b8;
13
+ --muted-foreground: #4a4a4a;
14
+ --accent: #4682b4;
15
+ --accent-foreground: #ffffff;
16
+ --destructive: #ff6f00;
17
+ --destructive-foreground: #000000;
18
+ --border: #505050;
19
+ --input: #505050;
20
+ --ring: #b71c1c;
21
+ --chart-1: #b71c1c;
22
+ --chart-2: #556b2f;
23
+ --chart-3: #4682b4;
24
+ --chart-4: #ff6f00;
25
+ --chart-5: #8d6e63;
26
+ --sidebar: #b0b0b0;
27
+ --sidebar-foreground: #1f1f1f;
28
+ --sidebar-primary: #b71c1c;
29
+ --sidebar-primary-foreground: #ffffff;
30
+ --sidebar-accent: #4682b4;
31
+ --sidebar-accent-foreground: #ffffff;
32
+ --sidebar-border: #505050;
33
+ --sidebar-ring: #b71c1c;
34
+ --font-sans: 'Oxanium', sans-serif;
35
+ --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
36
+ --font-mono: 'Source Code Pro', monospace;
37
+ --radius: 0px;
38
+ --shadow-x: 0px;
39
+ --shadow-y: 2px;
40
+ --shadow-blur: 4px;
41
+ --shadow-spread: 0px;
42
+ --shadow-opacity: 0.4;
43
+ --shadow-color: hsl(0 0% 0%);
44
+ --shadow-2xs: 0px 2px 4px 0px hsl(0 0% 0% / 0.2);
45
+ --shadow-xs: 0px 2px 4px 0px hsl(0 0% 0% / 0.2);
46
+ --shadow-sm: 0px 2px 4px 0px hsl(0 0% 0% / 0.4), 0px 1px 2px -1px hsl(0 0% 0% / 0.4);
47
+ --shadow: 0px 2px 4px 0px hsl(0 0% 0% / 0.4), 0px 1px 2px -1px hsl(0 0% 0% / 0.4);
48
+ --shadow-md: 0px 2px 4px 0px hsl(0 0% 0% / 0.4), 0px 2px 4px -1px hsl(0 0% 0% / 0.4);
49
+ --shadow-lg: 0px 2px 4px 0px hsl(0 0% 0% / 0.4), 0px 4px 6px -1px hsl(0 0% 0% / 0.4);
50
+ --shadow-xl: 0px 2px 4px 0px hsl(0 0% 0% / 0.4), 0px 8px 10px -1px hsl(0 0% 0% / 0.4);
51
+ --shadow-2xl: 0px 2px 4px 0px hsl(0 0% 0% / 1);
52
+ --tracking-normal: 0em;
53
+ --spacing: 0.25rem;
54
+ }
55
+
56
+ .dark {
57
+ --background: #1a1a1a;
58
+ --foreground: #e0e0e0;
59
+ --card: #2a2a2a;
60
+ --card-foreground: #e0e0e0;
61
+ --popover: #2a2a2a;
62
+ --popover-foreground: #e0e0e0;
63
+ --primary: #e53935;
64
+ --primary-foreground: #ffffff;
65
+ --secondary: #689f38;
66
+ --secondary-foreground: #000000;
67
+ --muted: #252525;
68
+ --muted-foreground: #a0a0a0;
69
+ --accent: #64b5f6;
70
+ --accent-foreground: #000000;
71
+ --destructive: #ffa000;
72
+ --destructive-foreground: #000000;
73
+ --border: #4a4a4a;
74
+ --input: #4a4a4a;
75
+ --ring: #e53935;
76
+ --chart-1: #e53935;
77
+ --chart-2: #689f38;
78
+ --chart-3: #64b5f6;
79
+ --chart-4: #ffa000;
80
+ --chart-5: #a1887f;
81
+ --sidebar: #141414;
82
+ --sidebar-foreground: #e0e0e0;
83
+ --sidebar-primary: #e53935;
84
+ --sidebar-primary-foreground: #ffffff;
85
+ --sidebar-accent: #64b5f6;
86
+ --sidebar-accent-foreground: #000000;
87
+ --sidebar-border: #4a4a4a;
88
+ --sidebar-ring: #e53935;
89
+ --font-sans: 'Oxanium', sans-serif;
90
+ --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
91
+ --font-mono: 'Source Code Pro', monospace;
92
+ --radius: 0px;
93
+ --shadow-x: 0px;
94
+ --shadow-y: 2px;
95
+ --shadow-blur: 5px;
96
+ --shadow-spread: 0px;
97
+ --shadow-opacity: 0.6;
98
+ --shadow-color: hsl(0 0% 0%);
99
+ --shadow-2xs: 0px 2px 5px 0px hsl(0 0% 0% / 0.3);
100
+ --shadow-xs: 0px 2px 5px 0px hsl(0 0% 0% / 0.3);
101
+ --shadow-sm: 0px 2px 5px 0px hsl(0 0% 0% / 0.6), 0px 1px 2px -1px hsl(0 0% 0% / 0.6);
102
+ --shadow: 0px 2px 5px 0px hsl(0 0% 0% / 0.6), 0px 1px 2px -1px hsl(0 0% 0% / 0.6);
103
+ --shadow-md: 0px 2px 5px 0px hsl(0 0% 0% / 0.6), 0px 2px 4px -1px hsl(0 0% 0% / 0.6);
104
+ --shadow-lg: 0px 2px 5px 0px hsl(0 0% 0% / 0.6), 0px 4px 6px -1px hsl(0 0% 0% / 0.6);
105
+ --shadow-xl: 0px 2px 5px 0px hsl(0 0% 0% / 0.6), 0px 8px 10px -1px hsl(0 0% 0% / 0.6);
106
+ --shadow-2xl: 0px 2px 5px 0px hsl(0 0% 0% / 1.5);
107
+ }