@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.2.45 → 0.2.46
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 +1 -1
- package/dist/styles.css +339 -211
- package/dist/themes/themes/harvey.d.ts +1 -1
- package/dist/themes/themes/harvey.d.ts.map +1 -1
- package/dist/themes/themes/harvey.esm.js +296 -171
- package/dist/themes/themes/harvey.js +296 -171
- package/package.json +1 -1
- package/src/themes/themes/harvey.ts +296 -171
|
@@ -2,14 +2,14 @@ import { MultiThemeConfig } from '../types';
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Harvey Creative Theme
|
|
5
|
-
* Modern, vibrant design with
|
|
5
|
+
* Modern, vibrant design with Inter font and warm burgundy/gold color palette
|
|
6
6
|
*/
|
|
7
7
|
export const harveyTheme: MultiThemeConfig = {
|
|
8
8
|
fonts: {
|
|
9
9
|
primary: {
|
|
10
|
-
family: '
|
|
10
|
+
family: 'Inter',
|
|
11
11
|
fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
|
|
12
|
-
weights: [300, 400, 500, 600, 700
|
|
12
|
+
weights: [300, 400, 500, 600, 700],
|
|
13
13
|
display: 'swap',
|
|
14
14
|
source: {
|
|
15
15
|
type: 'google'
|
|
@@ -27,21 +27,21 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
27
27
|
'6xl': '3.75rem'
|
|
28
28
|
},
|
|
29
29
|
lineHeights: {
|
|
30
|
-
tight: '1.
|
|
30
|
+
tight: '1.25',
|
|
31
31
|
normal: '1.5',
|
|
32
|
-
relaxed: '1.
|
|
32
|
+
relaxed: '1.75',
|
|
33
33
|
loose: '2'
|
|
34
34
|
},
|
|
35
35
|
letterSpacing: {
|
|
36
|
-
tight: '-0.
|
|
36
|
+
tight: '-0.025em',
|
|
37
37
|
normal: '0em',
|
|
38
|
-
wide: '0.
|
|
39
|
-
wider: '0.
|
|
40
|
-
widest: '0.
|
|
38
|
+
wide: '0.025em',
|
|
39
|
+
wider: '0.05em',
|
|
40
|
+
widest: '0.1em'
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
secondary: {
|
|
44
|
-
family: '
|
|
44
|
+
family: 'Inter',
|
|
45
45
|
fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
|
|
46
46
|
weights: [300, 400, 500, 600, 700],
|
|
47
47
|
display: 'swap',
|
|
@@ -61,22 +61,22 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
61
61
|
'6xl': '3.75rem'
|
|
62
62
|
},
|
|
63
63
|
lineHeights: {
|
|
64
|
-
tight: '1.
|
|
64
|
+
tight: '1.25',
|
|
65
65
|
normal: '1.5',
|
|
66
|
-
relaxed: '1.
|
|
66
|
+
relaxed: '1.75',
|
|
67
67
|
loose: '2'
|
|
68
68
|
},
|
|
69
69
|
letterSpacing: {
|
|
70
|
-
tight: '-0.
|
|
70
|
+
tight: '-0.025em',
|
|
71
71
|
normal: '0em',
|
|
72
|
-
wide: '0.
|
|
73
|
-
wider: '0.
|
|
74
|
-
widest: '0.
|
|
72
|
+
wide: '0.025em',
|
|
73
|
+
wider: '0.05em',
|
|
74
|
+
widest: '0.1em'
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
display: {
|
|
78
|
-
family: '
|
|
79
|
-
weights: [
|
|
78
|
+
family: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
|
|
79
|
+
weights: [400, 500, 600, 700],
|
|
80
80
|
sizes: {
|
|
81
81
|
xs: '1.5rem',
|
|
82
82
|
sm: '1.875rem',
|
|
@@ -90,22 +90,22 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
90
90
|
'6xl': '12rem'
|
|
91
91
|
},
|
|
92
92
|
lineHeights: {
|
|
93
|
-
tight: '1.
|
|
94
|
-
normal: '1.
|
|
95
|
-
relaxed: '1.
|
|
96
|
-
loose: '1.
|
|
93
|
+
tight: '1.1',
|
|
94
|
+
normal: '1.2',
|
|
95
|
+
relaxed: '1.3',
|
|
96
|
+
loose: '1.4'
|
|
97
97
|
},
|
|
98
98
|
letterSpacing: {
|
|
99
|
-
tight: '-0.
|
|
100
|
-
normal: '-0.
|
|
101
|
-
wide: '
|
|
102
|
-
wider: '
|
|
103
|
-
widest: '0.
|
|
99
|
+
tight: '-0.02em',
|
|
100
|
+
normal: '-0.01em',
|
|
101
|
+
wide: '0em',
|
|
102
|
+
wider: '0.01em',
|
|
103
|
+
widest: '0.02em'
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
body: {
|
|
107
|
-
family: '
|
|
108
|
-
weights: [300, 400, 500
|
|
107
|
+
family: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
|
|
108
|
+
weights: [300, 400, 500],
|
|
109
109
|
sizes: {
|
|
110
110
|
xs: '0.75rem',
|
|
111
111
|
sm: '0.875rem',
|
|
@@ -119,17 +119,17 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
119
119
|
'6xl': '3.75rem'
|
|
120
120
|
},
|
|
121
121
|
lineHeights: {
|
|
122
|
-
tight: '1.
|
|
122
|
+
tight: '1.4',
|
|
123
123
|
normal: '1.6',
|
|
124
124
|
relaxed: '1.8',
|
|
125
|
-
loose: '2
|
|
125
|
+
loose: '2'
|
|
126
126
|
},
|
|
127
127
|
letterSpacing: {
|
|
128
128
|
tight: '-0.01em',
|
|
129
129
|
normal: '0em',
|
|
130
130
|
wide: '0.01em',
|
|
131
131
|
wider: '0.02em',
|
|
132
|
-
widest: '0.
|
|
132
|
+
widest: '0.05em'
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
mono: {
|
|
@@ -164,79 +164,111 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
164
164
|
},
|
|
165
165
|
colors: {
|
|
166
166
|
primary: {
|
|
167
|
-
50: '#
|
|
168
|
-
100: '#
|
|
169
|
-
200: '#
|
|
170
|
-
300: '#
|
|
171
|
-
400: '#
|
|
172
|
-
500: '#
|
|
173
|
-
600: '#
|
|
174
|
-
700: '#
|
|
175
|
-
800: '#
|
|
176
|
-
900: '#
|
|
167
|
+
50: '#FBEAEA',
|
|
168
|
+
100: '#F4CFCF',
|
|
169
|
+
200: '#E8A9A9',
|
|
170
|
+
300: '#D97D7D',
|
|
171
|
+
400: '#C55A5A',
|
|
172
|
+
500: '#A3485A',
|
|
173
|
+
600: '#8C3447',
|
|
174
|
+
700: '#752737',
|
|
175
|
+
800: '#662222',
|
|
176
|
+
900: '#421414',
|
|
177
|
+
// RGB versions for rgba() usage
|
|
178
|
+
'500-rgb': '163, 72, 90',
|
|
179
|
+
'600-rgb': '140, 52, 71',
|
|
180
|
+
'700-rgb': '117, 39, 55'
|
|
177
181
|
},
|
|
178
182
|
secondary: {
|
|
179
|
-
50: '#
|
|
180
|
-
100: '#
|
|
181
|
-
200: '#
|
|
182
|
-
300: '#
|
|
183
|
-
400: '#
|
|
184
|
-
500: '#
|
|
185
|
-
600: '#
|
|
186
|
-
700: '#
|
|
187
|
-
800: '#
|
|
188
|
-
900: '#
|
|
183
|
+
50: '#FFF8E8',
|
|
184
|
+
100: '#FFF1D1',
|
|
185
|
+
200: '#FDE5B3',
|
|
186
|
+
300: '#F5DAA7',
|
|
187
|
+
400: '#EACF8D',
|
|
188
|
+
500: '#D9BA71',
|
|
189
|
+
600: '#BCA059',
|
|
190
|
+
700: '#9C8245',
|
|
191
|
+
800: '#7B6534',
|
|
192
|
+
900: '#544521'
|
|
189
193
|
},
|
|
190
194
|
semantic: {
|
|
191
|
-
success: '#
|
|
192
|
-
warning: '#
|
|
193
|
-
error: '#
|
|
194
|
-
|
|
195
|
+
success: '#1E824C',
|
|
196
|
+
warning: '#E6A23C',
|
|
197
|
+
error: '#D93025',
|
|
198
|
+
errorDark: '#A12017',
|
|
199
|
+
info: '#007BCE',
|
|
200
|
+
// RGB versions for rgba() usage
|
|
201
|
+
successRgb: '30, 130, 76',
|
|
202
|
+
warningRgb: '230, 162, 60',
|
|
203
|
+
errorRgb: '217, 48, 37',
|
|
204
|
+
errorDarkRgb: '161, 32, 23',
|
|
205
|
+
infoRgb: '0, 123, 206',
|
|
206
|
+
// Additional RGB versions referenced in CSS
|
|
207
|
+
'success-rgb': '30, 130, 76',
|
|
208
|
+
'warning-rgb': '230, 162, 60',
|
|
209
|
+
'error-rgb': '217, 48, 37',
|
|
210
|
+
'error-dark-rgb': '161, 32, 23',
|
|
211
|
+
'info-rgb': '0, 123, 206'
|
|
195
212
|
},
|
|
196
213
|
neutral: {
|
|
197
|
-
50: '#
|
|
198
|
-
100: '#
|
|
199
|
-
200: '#
|
|
200
|
-
300: '#
|
|
201
|
-
400: '#
|
|
202
|
-
500: '#
|
|
203
|
-
600: '#
|
|
204
|
-
700: '#
|
|
205
|
-
800: '#
|
|
206
|
-
900: '#
|
|
214
|
+
50: '#FAFAFA',
|
|
215
|
+
100: '#F4F4F4',
|
|
216
|
+
200: '#E8E8E8',
|
|
217
|
+
300: '#D1D1D1',
|
|
218
|
+
400: '#B5B5B5',
|
|
219
|
+
500: '#999999',
|
|
220
|
+
600: '#7A7A7A',
|
|
221
|
+
700: '#5C5C5C',
|
|
222
|
+
800: '#3D3D3D',
|
|
223
|
+
900: '#1E1E1E'
|
|
207
224
|
},
|
|
208
225
|
surface: {
|
|
209
|
-
background: '#
|
|
210
|
-
surface: '#
|
|
211
|
-
border: '#
|
|
212
|
-
divider: '#
|
|
226
|
+
background: '#FFF9F3',
|
|
227
|
+
surface: '#FFFFFF',
|
|
228
|
+
border: '#EAD7C0',
|
|
229
|
+
divider: '#F0E2D0'
|
|
213
230
|
},
|
|
214
231
|
text: {
|
|
215
|
-
primary: '#
|
|
216
|
-
secondary: '#
|
|
217
|
-
muted: '#
|
|
218
|
-
inverse: '#
|
|
219
|
-
onPrimary: '#
|
|
220
|
-
onSecondary: '#
|
|
221
|
-
onSurface: '#
|
|
232
|
+
primary: '#2B1212',
|
|
233
|
+
secondary: '#5E3A3A',
|
|
234
|
+
muted: '#8C6F6F',
|
|
235
|
+
inverse: '#FFFFFF',
|
|
236
|
+
onPrimary: '#FFFFFF',
|
|
237
|
+
onSecondary: '#2B1212',
|
|
238
|
+
onSurface: '#2B1212'
|
|
222
239
|
},
|
|
223
240
|
interactive: {
|
|
224
|
-
hover: '#
|
|
225
|
-
active: '#
|
|
226
|
-
focus: '#
|
|
227
|
-
disabled: '#
|
|
228
|
-
}
|
|
241
|
+
hover: '#842A3B',
|
|
242
|
+
active: '#662222',
|
|
243
|
+
focus: '#A3485A',
|
|
244
|
+
disabled: '#C9B6B6'
|
|
245
|
+
},
|
|
246
|
+
// Additional colors referenced in CSS
|
|
247
|
+
accent: '#F5DAA7',
|
|
248
|
+
'bg-primary': '#FBEAEA',
|
|
249
|
+
'bg-secondary': '#FFF1D1',
|
|
250
|
+
'surface-bg': '#FFF9F3',
|
|
251
|
+
// Additional missing CSS variables
|
|
252
|
+
'primary-hover': '#842A3B',
|
|
253
|
+
'primary-active': '#662222',
|
|
254
|
+
'accent-rgb': '245, 218, 167',
|
|
255
|
+
'border': '#EAD7C0',
|
|
256
|
+
// Border semantic variables
|
|
257
|
+
'border-transparent': 'transparent',
|
|
258
|
+
// Text colors referenced in CSS
|
|
259
|
+
'text-primary': '#2B1212',
|
|
260
|
+
'text-secondary': '#5E3A3A'
|
|
229
261
|
},
|
|
230
262
|
navigation: {
|
|
231
263
|
layout: 'horizontal',
|
|
232
|
-
style: '
|
|
233
|
-
behavior: '
|
|
234
|
-
responsive: '
|
|
264
|
+
style: 'enhanced',
|
|
265
|
+
behavior: 'static',
|
|
266
|
+
responsive: 'mobile-first',
|
|
235
267
|
animations: {
|
|
236
268
|
duration: {
|
|
237
|
-
fast: '0.
|
|
238
|
-
normal: '0.
|
|
239
|
-
slow: '0.
|
|
269
|
+
fast: '0.15s',
|
|
270
|
+
normal: '0.2s',
|
|
271
|
+
slow: '0.3s',
|
|
240
272
|
instant: '0s'
|
|
241
273
|
},
|
|
242
274
|
easing: {
|
|
@@ -250,108 +282,108 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
250
282
|
},
|
|
251
283
|
stagger: {
|
|
252
284
|
enabled: true,
|
|
253
|
-
delay: '0.
|
|
285
|
+
delay: '0.05s',
|
|
254
286
|
direction: 'forward'
|
|
255
287
|
},
|
|
256
288
|
transitions: {
|
|
257
|
-
enter: '0.
|
|
258
|
-
exit: '0.
|
|
259
|
-
move: '0.
|
|
260
|
-
resize: '0.
|
|
289
|
+
enter: '0.2s ease-out',
|
|
290
|
+
exit: '0.15s ease-in',
|
|
291
|
+
move: '0.2s ease',
|
|
292
|
+
resize: '0.1s ease'
|
|
261
293
|
}
|
|
262
294
|
},
|
|
263
295
|
spacing: {
|
|
264
|
-
container: '
|
|
265
|
-
item: '0.
|
|
266
|
-
group: '
|
|
267
|
-
divider: '0.
|
|
268
|
-
icon: '0.
|
|
269
|
-
text: '0.
|
|
296
|
+
container: '1rem',
|
|
297
|
+
item: '0.5rem',
|
|
298
|
+
group: '1rem',
|
|
299
|
+
divider: '0.25rem',
|
|
300
|
+
icon: '0.5rem',
|
|
301
|
+
text: '0.25rem',
|
|
270
302
|
padding: {
|
|
271
|
-
horizontal: '
|
|
272
|
-
vertical: '
|
|
273
|
-
top: '
|
|
274
|
-
right: '
|
|
275
|
-
bottom: '
|
|
276
|
-
left: '
|
|
303
|
+
horizontal: '1rem',
|
|
304
|
+
vertical: '0.75rem',
|
|
305
|
+
top: '0.75rem',
|
|
306
|
+
right: '1rem',
|
|
307
|
+
bottom: '0.75rem',
|
|
308
|
+
left: '1rem'
|
|
277
309
|
},
|
|
278
310
|
margin: {
|
|
279
|
-
horizontal: '0.
|
|
280
|
-
vertical: '0.
|
|
281
|
-
top: '0.
|
|
282
|
-
right: '0.
|
|
283
|
-
bottom: '0.
|
|
284
|
-
left: '0.
|
|
311
|
+
horizontal: '0.5rem',
|
|
312
|
+
vertical: '0.25rem',
|
|
313
|
+
top: '0.25rem',
|
|
314
|
+
right: '0.5rem',
|
|
315
|
+
bottom: '0.25rem',
|
|
316
|
+
left: '0.5rem'
|
|
285
317
|
}
|
|
286
318
|
},
|
|
287
319
|
colors: {
|
|
288
320
|
background: {
|
|
289
321
|
primary: '#ffffff',
|
|
290
|
-
secondary: '#
|
|
291
|
-
tertiary: '#
|
|
322
|
+
secondary: '#FFF9F3',
|
|
323
|
+
tertiary: '#FAFAFA',
|
|
292
324
|
light: '#ffffff',
|
|
293
|
-
dark: '#
|
|
325
|
+
dark: '#2B1212',
|
|
294
326
|
contrast: '#000000'
|
|
295
327
|
},
|
|
296
328
|
text: {
|
|
297
|
-
primary: '#
|
|
298
|
-
secondary: '#
|
|
299
|
-
tertiary: '#
|
|
300
|
-
light: '#
|
|
301
|
-
dark: '#
|
|
329
|
+
primary: '#2B1212',
|
|
330
|
+
secondary: '#5E3A3A',
|
|
331
|
+
tertiary: '#8C6F6F',
|
|
332
|
+
light: '#B5B5B5',
|
|
333
|
+
dark: '#2B1212',
|
|
302
334
|
contrast: '#ffffff'
|
|
303
335
|
},
|
|
304
336
|
border: {
|
|
305
|
-
primary: '#
|
|
306
|
-
secondary: '#
|
|
307
|
-
tertiary: '#
|
|
308
|
-
light: '#
|
|
309
|
-
dark: '#
|
|
337
|
+
primary: '#EAD7C0',
|
|
338
|
+
secondary: '#F0E2D0',
|
|
339
|
+
tertiary: '#B5B5B5',
|
|
340
|
+
light: '#F4F4F4',
|
|
341
|
+
dark: '#5E3A3A',
|
|
310
342
|
contrast: '#000000'
|
|
311
343
|
},
|
|
312
344
|
accent: {
|
|
313
|
-
primary: '#
|
|
314
|
-
secondary: '#
|
|
315
|
-
tertiary: '#
|
|
316
|
-
light: '#
|
|
317
|
-
dark: '#
|
|
345
|
+
primary: '#A3485A',
|
|
346
|
+
secondary: '#8C3447',
|
|
347
|
+
tertiary: '#752737',
|
|
348
|
+
light: '#E8A9A9',
|
|
349
|
+
dark: '#8C3447',
|
|
318
350
|
contrast: '#ffffff'
|
|
319
351
|
},
|
|
320
352
|
hover: {
|
|
321
|
-
primary: '#
|
|
322
|
-
secondary: '#
|
|
323
|
-
tertiary: '#
|
|
353
|
+
primary: '#FFF9F3',
|
|
354
|
+
secondary: '#FAFAFA',
|
|
355
|
+
tertiary: '#F4F4F4',
|
|
324
356
|
light: '#ffffff',
|
|
325
|
-
dark: '#
|
|
326
|
-
contrast: '#
|
|
357
|
+
dark: '#421414',
|
|
358
|
+
contrast: '#FFF9F3'
|
|
327
359
|
},
|
|
328
360
|
active: {
|
|
329
|
-
primary: '#
|
|
330
|
-
secondary: '#
|
|
331
|
-
tertiary: '#
|
|
332
|
-
light: '#
|
|
333
|
-
dark: '#
|
|
361
|
+
primary: '#A3485A',
|
|
362
|
+
secondary: '#8C3447',
|
|
363
|
+
tertiary: '#752737',
|
|
364
|
+
light: '#E8A9A9',
|
|
365
|
+
dark: '#8C3447',
|
|
334
366
|
contrast: '#ffffff'
|
|
335
367
|
},
|
|
336
368
|
disabled: {
|
|
337
|
-
primary: '#
|
|
338
|
-
secondary: '#
|
|
339
|
-
tertiary: '#
|
|
340
|
-
light: '#
|
|
341
|
-
dark: '#
|
|
342
|
-
contrast: '#
|
|
369
|
+
primary: '#F4F4F4',
|
|
370
|
+
secondary: '#E8E8E8',
|
|
371
|
+
tertiary: '#D1D1D1',
|
|
372
|
+
light: '#FAFAFA',
|
|
373
|
+
dark: '#8C6F6F',
|
|
374
|
+
contrast: '#B5B5B5'
|
|
343
375
|
},
|
|
344
376
|
focus: {
|
|
345
|
-
primary: '#
|
|
346
|
-
secondary: '#
|
|
347
|
-
tertiary: '#
|
|
348
|
-
light: '#
|
|
349
|
-
dark: '#
|
|
377
|
+
primary: '#A3485A',
|
|
378
|
+
secondary: '#8C3447',
|
|
379
|
+
tertiary: '#752737',
|
|
380
|
+
light: '#E8A9A9',
|
|
381
|
+
dark: '#8C3447',
|
|
350
382
|
contrast: '#ffffff'
|
|
351
383
|
}
|
|
352
384
|
},
|
|
353
385
|
typography: {
|
|
354
|
-
fontFamily: '
|
|
386
|
+
fontFamily: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
|
|
355
387
|
fontSize: {
|
|
356
388
|
xs: '0.75rem',
|
|
357
389
|
sm: '0.875rem',
|
|
@@ -403,26 +435,26 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
403
435
|
},
|
|
404
436
|
component: {
|
|
405
437
|
button: {
|
|
406
|
-
padding: '0.
|
|
438
|
+
padding: '0.75rem 1.5rem',
|
|
407
439
|
margin: '0.5rem',
|
|
408
|
-
gap: '0.
|
|
440
|
+
gap: '0.5rem'
|
|
409
441
|
},
|
|
410
442
|
input: {
|
|
411
|
-
padding: '0.
|
|
443
|
+
padding: '0.75rem 1rem',
|
|
412
444
|
margin: '0.5rem',
|
|
413
445
|
gap: '0.5rem'
|
|
414
446
|
},
|
|
415
447
|
card: {
|
|
416
|
-
padding: '1.
|
|
448
|
+
padding: '1.5rem',
|
|
417
449
|
margin: '1rem',
|
|
418
|
-
gap: '
|
|
450
|
+
gap: '1rem'
|
|
419
451
|
}
|
|
420
452
|
},
|
|
421
453
|
layout: {
|
|
422
|
-
page: '
|
|
423
|
-
section: '
|
|
424
|
-
container: '
|
|
425
|
-
grid: '1.
|
|
454
|
+
page: '2rem',
|
|
455
|
+
section: '3rem',
|
|
456
|
+
container: '1rem',
|
|
457
|
+
grid: '1.5rem'
|
|
426
458
|
}
|
|
427
459
|
},
|
|
428
460
|
shadows: {
|
|
@@ -436,9 +468,9 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
436
468
|
},
|
|
437
469
|
transitions: {
|
|
438
470
|
duration: {
|
|
439
|
-
fast: '0.
|
|
440
|
-
normal: '0.
|
|
441
|
-
slow: '0.
|
|
471
|
+
fast: '0.15s',
|
|
472
|
+
normal: '0.2s',
|
|
473
|
+
slow: '0.3s'
|
|
442
474
|
},
|
|
443
475
|
easing: {
|
|
444
476
|
linear: 'linear',
|
|
@@ -448,10 +480,10 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
448
480
|
easeInOut: 'ease-in-out'
|
|
449
481
|
},
|
|
450
482
|
properties: {
|
|
451
|
-
colors: '0.
|
|
452
|
-
transform: '0.
|
|
453
|
-
opacity: '0.
|
|
454
|
-
shadow: '0.
|
|
483
|
+
colors: '0.2s ease',
|
|
484
|
+
transform: '0.2s ease',
|
|
485
|
+
opacity: '0.15s ease',
|
|
486
|
+
shadow: '0.2s ease'
|
|
455
487
|
}
|
|
456
488
|
},
|
|
457
489
|
borderRadius: {
|
|
@@ -534,11 +566,11 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
534
566
|
},
|
|
535
567
|
meta: {
|
|
536
568
|
name: 'Harvey Creative',
|
|
537
|
-
description: 'Modern, vibrant design system with
|
|
569
|
+
description: 'Modern, vibrant design system with Inter typography and warm burgundy/gold color palette for creative projects',
|
|
538
570
|
author: 'Harvey Design Team',
|
|
539
571
|
version: '1.0.0',
|
|
540
572
|
category: 'creative',
|
|
541
|
-
tags: ['modern', 'vibrant', 'creative', '
|
|
573
|
+
tags: ['modern', 'vibrant', 'creative', 'inter', 'burgundy', 'gold', 'warm'],
|
|
542
574
|
preview: '/themes/harvey-creative-preview.png',
|
|
543
575
|
createdAt: '2024-12-01T00:00:00.000Z',
|
|
544
576
|
updatedAt: '2024-12-01T00:00:00.000Z'
|
|
@@ -547,8 +579,101 @@ export const harveyTheme: MultiThemeConfig = {
|
|
|
547
579
|
// NEW: Add dark mode overrides
|
|
548
580
|
modes: {
|
|
549
581
|
dark: {
|
|
550
|
-
|
|
551
|
-
|
|
582
|
+
colors: {
|
|
583
|
+
primary: {
|
|
584
|
+
50: '#2B1212',
|
|
585
|
+
100: '#421414',
|
|
586
|
+
200: '#662222',
|
|
587
|
+
300: '#752737',
|
|
588
|
+
400: '#8C3447',
|
|
589
|
+
500: '#A3485A',
|
|
590
|
+
600: '#C55A5A',
|
|
591
|
+
700: '#D97D7D',
|
|
592
|
+
800: '#E8A9A9',
|
|
593
|
+
900: '#FBEAEA',
|
|
594
|
+
// RGB versions for rgba() usage
|
|
595
|
+
'500-rgb': '163, 72, 90',
|
|
596
|
+
'600-rgb': '197, 90, 90',
|
|
597
|
+
'700-rgb': '217, 125, 125'
|
|
598
|
+
},
|
|
599
|
+
secondary: {
|
|
600
|
+
50: '#2E2314',
|
|
601
|
+
100: '#3E2E17',
|
|
602
|
+
200: '#5E4722',
|
|
603
|
+
300: '#7B6534',
|
|
604
|
+
400: '#9C8245',
|
|
605
|
+
500: '#BCA059',
|
|
606
|
+
600: '#D9BA71',
|
|
607
|
+
700: '#EACF8D',
|
|
608
|
+
800: '#F5DAA7',
|
|
609
|
+
900: '#FFF1D1'
|
|
610
|
+
},
|
|
611
|
+
semantic: {
|
|
612
|
+
success: '#34D399',
|
|
613
|
+
warning: '#FBBF24',
|
|
614
|
+
error: '#F87171',
|
|
615
|
+
errorDark: '#B91C1C',
|
|
616
|
+
info: '#60A5FA',
|
|
617
|
+
// RGB versions for rgba() usage
|
|
618
|
+
successRgb: '52, 211, 153',
|
|
619
|
+
warningRgb: '251, 191, 36',
|
|
620
|
+
errorRgb: '248, 113, 113',
|
|
621
|
+
errorDarkRgb: '185, 28, 28',
|
|
622
|
+
infoRgb: '96, 165, 250',
|
|
623
|
+
// Additional RGB versions referenced in CSS
|
|
624
|
+
'success-rgb': '52, 211, 153',
|
|
625
|
+
'warning-rgb': '251, 191, 36',
|
|
626
|
+
'error-rgb': '248, 113, 113',
|
|
627
|
+
'error-dark-rgb': '185, 28, 28',
|
|
628
|
+
'info-rgb': '96, 165, 250'
|
|
629
|
+
},
|
|
630
|
+
neutral: {
|
|
631
|
+
50: '#121212',
|
|
632
|
+
100: '#1A1A1A',
|
|
633
|
+
200: '#232323',
|
|
634
|
+
300: '#2E2E2E',
|
|
635
|
+
400: '#3C3C3C',
|
|
636
|
+
500: '#565656',
|
|
637
|
+
600: '#7A7A7A',
|
|
638
|
+
700: '#A0A0A0',
|
|
639
|
+
800: '#C5C5C5',
|
|
640
|
+
900: '#E8E8E8'
|
|
641
|
+
},
|
|
642
|
+
surface: {
|
|
643
|
+
background: '#1B0D0D',
|
|
644
|
+
surface: '#2B1212',
|
|
645
|
+
border: '#3C1818',
|
|
646
|
+
divider: '#4A2222'
|
|
647
|
+
},
|
|
648
|
+
text: {
|
|
649
|
+
primary: '#F5DAA7',
|
|
650
|
+
secondary: '#EACF8D',
|
|
651
|
+
muted: '#C9B6B6',
|
|
652
|
+
inverse: '#1B0D0D',
|
|
653
|
+
onPrimary: '#1B0D0D',
|
|
654
|
+
onSecondary: '#1B0D0D',
|
|
655
|
+
onSurface: '#F5DAA7'
|
|
656
|
+
},
|
|
657
|
+
interactive: {
|
|
658
|
+
hover: '#A3485A',
|
|
659
|
+
active: '#842A3B',
|
|
660
|
+
focus: '#C55A5A',
|
|
661
|
+
disabled: '#3C1818'
|
|
662
|
+
},
|
|
663
|
+
// Additional colors referenced in CSS
|
|
664
|
+
accent: '#EACF8D',
|
|
665
|
+
'bg-primary': '#2B1212',
|
|
666
|
+
'bg-secondary': '#3E2E17',
|
|
667
|
+
'surface-bg': '#1B0D0D',
|
|
668
|
+
// Additional missing CSS variables
|
|
669
|
+
'primary-hover': '#C55A5A',
|
|
670
|
+
'primary-active': '#E8A9A9',
|
|
671
|
+
'accent-rgb': '234, 207, 141',
|
|
672
|
+
'border': '#3C1818',
|
|
673
|
+
// Text colors referenced in CSS
|
|
674
|
+
'text-primary': '#F5DAA7',
|
|
675
|
+
'text-secondary': '#EACF8D'
|
|
676
|
+
}
|
|
552
677
|
}
|
|
553
678
|
}
|
|
554
679
|
};
|