@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.2.46 → 0.2.47

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.
@@ -1,679 +0,0 @@
1
- import { MultiThemeConfig } from '../types';
2
-
3
- /**
4
- * Harvey Creative Theme
5
- * Modern, vibrant design with Inter font and warm burgundy/gold color palette
6
- */
7
- export const harveyTheme: MultiThemeConfig = {
8
- fonts: {
9
- primary: {
10
- family: 'Inter',
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],
13
- display: 'swap',
14
- source: {
15
- type: 'google'
16
- },
17
- sizes: {
18
- xs: '0.75rem',
19
- sm: '0.875rem',
20
- md: '1rem',
21
- lg: '1.125rem',
22
- xl: '1.25rem',
23
- '2xl': '1.5rem',
24
- '3xl': '1.875rem',
25
- '4xl': '2.25rem',
26
- '5xl': '3rem',
27
- '6xl': '3.75rem'
28
- },
29
- lineHeights: {
30
- tight: '1.25',
31
- normal: '1.5',
32
- relaxed: '1.75',
33
- loose: '2'
34
- },
35
- letterSpacing: {
36
- tight: '-0.025em',
37
- normal: '0em',
38
- wide: '0.025em',
39
- wider: '0.05em',
40
- widest: '0.1em'
41
- }
42
- },
43
- secondary: {
44
- family: 'Inter',
45
- fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
46
- weights: [300, 400, 500, 600, 700],
47
- display: 'swap',
48
- source: {
49
- type: 'google'
50
- },
51
- sizes: {
52
- xs: '0.75rem',
53
- sm: '0.875rem',
54
- md: '1rem',
55
- lg: '1.125rem',
56
- xl: '1.25rem',
57
- '2xl': '1.5rem',
58
- '3xl': '1.875rem',
59
- '4xl': '2.25rem',
60
- '5xl': '3rem',
61
- '6xl': '3.75rem'
62
- },
63
- lineHeights: {
64
- tight: '1.25',
65
- normal: '1.5',
66
- relaxed: '1.75',
67
- loose: '2'
68
- },
69
- letterSpacing: {
70
- tight: '-0.025em',
71
- normal: '0em',
72
- wide: '0.025em',
73
- wider: '0.05em',
74
- widest: '0.1em'
75
- }
76
- },
77
- display: {
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
- sizes: {
81
- xs: '1.5rem',
82
- sm: '1.875rem',
83
- md: '2.25rem',
84
- lg: '3rem',
85
- xl: '3.75rem',
86
- '2xl': '4.5rem',
87
- '3xl': '6rem',
88
- '4xl': '7.5rem',
89
- '5xl': '9rem',
90
- '6xl': '12rem'
91
- },
92
- lineHeights: {
93
- tight: '1.1',
94
- normal: '1.2',
95
- relaxed: '1.3',
96
- loose: '1.4'
97
- },
98
- letterSpacing: {
99
- tight: '-0.02em',
100
- normal: '-0.01em',
101
- wide: '0em',
102
- wider: '0.01em',
103
- widest: '0.02em'
104
- }
105
- },
106
- body: {
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
- sizes: {
110
- xs: '0.75rem',
111
- sm: '0.875rem',
112
- md: '1rem',
113
- lg: '1.125rem',
114
- xl: '1.25rem',
115
- '2xl': '1.5rem',
116
- '3xl': '1.875rem',
117
- '4xl': '2.25rem',
118
- '5xl': '3rem',
119
- '6xl': '3.75rem'
120
- },
121
- lineHeights: {
122
- tight: '1.4',
123
- normal: '1.6',
124
- relaxed: '1.8',
125
- loose: '2'
126
- },
127
- letterSpacing: {
128
- tight: '-0.01em',
129
- normal: '0em',
130
- wide: '0.01em',
131
- wider: '0.02em',
132
- widest: '0.05em'
133
- }
134
- },
135
- mono: {
136
- family: 'ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace',
137
- weights: [400, 500, 600],
138
- sizes: {
139
- xs: '0.75rem',
140
- sm: '0.875rem',
141
- md: '1rem',
142
- lg: '1.125rem',
143
- xl: '1.25rem',
144
- '2xl': '1.5rem',
145
- '3xl': '1.875rem',
146
- '4xl': '2.25rem',
147
- '5xl': '3rem',
148
- '6xl': '3.75rem'
149
- },
150
- lineHeights: {
151
- tight: '1.25',
152
- normal: '1.5',
153
- relaxed: '1.75',
154
- loose: '2'
155
- },
156
- letterSpacing: {
157
- tight: '-0.025em',
158
- normal: '0em',
159
- wide: '0.025em',
160
- wider: '0.05em',
161
- widest: '0.1em'
162
- }
163
- }
164
- },
165
- colors: {
166
- primary: {
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'
181
- },
182
- secondary: {
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'
193
- },
194
- semantic: {
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'
212
- },
213
- neutral: {
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'
224
- },
225
- surface: {
226
- background: '#FFF9F3',
227
- surface: '#FFFFFF',
228
- border: '#EAD7C0',
229
- divider: '#F0E2D0'
230
- },
231
- text: {
232
- primary: '#2B1212',
233
- secondary: '#5E3A3A',
234
- muted: '#8C6F6F',
235
- inverse: '#FFFFFF',
236
- onPrimary: '#FFFFFF',
237
- onSecondary: '#2B1212',
238
- onSurface: '#2B1212'
239
- },
240
- interactive: {
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'
261
- },
262
- navigation: {
263
- layout: 'horizontal',
264
- style: 'enhanced',
265
- behavior: 'static',
266
- responsive: 'mobile-first',
267
- animations: {
268
- duration: {
269
- fast: '0.15s',
270
- normal: '0.2s',
271
- slow: '0.3s',
272
- instant: '0s'
273
- },
274
- easing: {
275
- linear: 'linear',
276
- ease: 'ease',
277
- easeIn: 'ease-in',
278
- easeOut: 'ease-out',
279
- easeInOut: 'ease-in-out',
280
- bounce: 'cubic-bezier(0.68, -0.55, 0.265, 1.55)',
281
- elastic: 'cubic-bezier(0.175, 0.885, 0.32, 1.275)'
282
- },
283
- stagger: {
284
- enabled: true,
285
- delay: '0.05s',
286
- direction: 'forward'
287
- },
288
- transitions: {
289
- enter: '0.2s ease-out',
290
- exit: '0.15s ease-in',
291
- move: '0.2s ease',
292
- resize: '0.1s ease'
293
- }
294
- },
295
- spacing: {
296
- container: '1rem',
297
- item: '0.5rem',
298
- group: '1rem',
299
- divider: '0.25rem',
300
- icon: '0.5rem',
301
- text: '0.25rem',
302
- padding: {
303
- horizontal: '1rem',
304
- vertical: '0.75rem',
305
- top: '0.75rem',
306
- right: '1rem',
307
- bottom: '0.75rem',
308
- left: '1rem'
309
- },
310
- margin: {
311
- horizontal: '0.5rem',
312
- vertical: '0.25rem',
313
- top: '0.25rem',
314
- right: '0.5rem',
315
- bottom: '0.25rem',
316
- left: '0.5rem'
317
- }
318
- },
319
- colors: {
320
- background: {
321
- primary: '#ffffff',
322
- secondary: '#FFF9F3',
323
- tertiary: '#FAFAFA',
324
- light: '#ffffff',
325
- dark: '#2B1212',
326
- contrast: '#000000'
327
- },
328
- text: {
329
- primary: '#2B1212',
330
- secondary: '#5E3A3A',
331
- tertiary: '#8C6F6F',
332
- light: '#B5B5B5',
333
- dark: '#2B1212',
334
- contrast: '#ffffff'
335
- },
336
- border: {
337
- primary: '#EAD7C0',
338
- secondary: '#F0E2D0',
339
- tertiary: '#B5B5B5',
340
- light: '#F4F4F4',
341
- dark: '#5E3A3A',
342
- contrast: '#000000'
343
- },
344
- accent: {
345
- primary: '#A3485A',
346
- secondary: '#8C3447',
347
- tertiary: '#752737',
348
- light: '#E8A9A9',
349
- dark: '#8C3447',
350
- contrast: '#ffffff'
351
- },
352
- hover: {
353
- primary: '#FFF9F3',
354
- secondary: '#FAFAFA',
355
- tertiary: '#F4F4F4',
356
- light: '#ffffff',
357
- dark: '#421414',
358
- contrast: '#FFF9F3'
359
- },
360
- active: {
361
- primary: '#A3485A',
362
- secondary: '#8C3447',
363
- tertiary: '#752737',
364
- light: '#E8A9A9',
365
- dark: '#8C3447',
366
- contrast: '#ffffff'
367
- },
368
- disabled: {
369
- primary: '#F4F4F4',
370
- secondary: '#E8E8E8',
371
- tertiary: '#D1D1D1',
372
- light: '#FAFAFA',
373
- dark: '#8C6F6F',
374
- contrast: '#B5B5B5'
375
- },
376
- focus: {
377
- primary: '#A3485A',
378
- secondary: '#8C3447',
379
- tertiary: '#752737',
380
- light: '#E8A9A9',
381
- dark: '#8C3447',
382
- contrast: '#ffffff'
383
- }
384
- },
385
- typography: {
386
- fontFamily: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
387
- fontSize: {
388
- xs: '0.75rem',
389
- sm: '0.875rem',
390
- base: '1rem',
391
- lg: '1.125rem',
392
- xl: '1.25rem',
393
- '2xl': '1.5rem'
394
- },
395
- fontWeight: {
396
- light: '300',
397
- normal: '400',
398
- medium: '500',
399
- semibold: '600',
400
- bold: '700'
401
- },
402
- lineHeight: {
403
- tight: '1.25',
404
- normal: '1.5',
405
- relaxed: '1.75',
406
- loose: '2'
407
- },
408
- letterSpacing: {
409
- tight: '-0.025em',
410
- normal: '0',
411
- wide: '0.025em',
412
- wider: '0.05em'
413
- }
414
- },
415
- breakpoints: {
416
- mobile: '640px',
417
- tablet: '768px',
418
- desktop: '1024px',
419
- wide: '1280px',
420
- ultra: '1536px'
421
- }
422
- },
423
- spacing: {
424
- scale: {
425
- xs: '0.25rem',
426
- sm: '0.5rem',
427
- md: '1rem',
428
- lg: '1.5rem',
429
- xl: '2rem',
430
- '2xl': '3rem',
431
- '3xl': '4rem',
432
- '4xl': '6rem',
433
- '5xl': '8rem',
434
- '6xl': '12rem'
435
- },
436
- component: {
437
- button: {
438
- padding: '0.75rem 1.5rem',
439
- margin: '0.5rem',
440
- gap: '0.5rem'
441
- },
442
- input: {
443
- padding: '0.75rem 1rem',
444
- margin: '0.5rem',
445
- gap: '0.5rem'
446
- },
447
- card: {
448
- padding: '1.5rem',
449
- margin: '1rem',
450
- gap: '1rem'
451
- }
452
- },
453
- layout: {
454
- page: '2rem',
455
- section: '3rem',
456
- container: '1rem',
457
- grid: '1.5rem'
458
- }
459
- },
460
- shadows: {
461
- sm: '0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)',
462
- md: '0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)',
463
- lg: '0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)',
464
- xl: '0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)',
465
- '2xl': '0 25px 50px -12px rgb(249 115 22 / 0.25)',
466
- inner: 'inset 0 2px 4px 0 rgb(0 0 0 / 0.06)',
467
- none: '0 0 #0000'
468
- },
469
- transitions: {
470
- duration: {
471
- fast: '0.15s',
472
- normal: '0.2s',
473
- slow: '0.3s'
474
- },
475
- easing: {
476
- linear: 'linear',
477
- ease: 'ease',
478
- easeIn: 'ease-in',
479
- easeOut: 'ease-out',
480
- easeInOut: 'ease-in-out'
481
- },
482
- properties: {
483
- colors: '0.2s ease',
484
- transform: '0.2s ease',
485
- opacity: '0.15s ease',
486
- shadow: '0.2s ease'
487
- }
488
- },
489
- borderRadius: {
490
- none: '0',
491
- sm: '0.125rem',
492
- md: '0.375rem',
493
- lg: '0.5rem',
494
- xl: '0.75rem',
495
- '2xl': '1rem',
496
- full: '9999px'
497
- },
498
- borderWidth: {
499
- none: '0',
500
- thin: '0.5px',
501
- normal: '1px',
502
- focus: '2px',
503
- thick: '3px',
504
- extraThick: '4px'
505
- },
506
- animation: {
507
- duration: {
508
- fast: '0.3s',
509
- normal: '0.2s',
510
- slow: '1.5s'
511
- },
512
- easing: {
513
- linear: 'linear',
514
- ease: 'ease',
515
- easeIn: 'ease-in',
516
- easeOut: 'ease-out',
517
- easeInOut: 'ease-in-out'
518
- },
519
- transforms: {
520
- hoverY: '-2px',
521
- offsetY: '10px',
522
- scale: '1.02'
523
- }
524
- },
525
- accessibility: {
526
- focusRing: {
527
- width: '3px',
528
- offset: '2px',
529
- color: 'var(--cs-colors-interactive-focus)'
530
- },
531
- outline: {
532
- offset: '2px'
533
- },
534
- highContrast: {
535
- borderWidth: '2px',
536
- outlineWidth: '4px'
537
- },
538
- disabled: {
539
- cursor: 'not-allowed',
540
- opacity: '0.7'
541
- }
542
- },
543
- print: {
544
- borderColor: '#000',
545
- textColor: '#000',
546
- textSecondaryColor: '#333',
547
- backgroundColor: 'transparent'
548
- },
549
- containerQuery: {
550
- small: '400px',
551
- medium: '600px',
552
- large: '800px'
553
- },
554
- container: {
555
- width: {
556
- small: '16rem',
557
- medium: '20rem',
558
- large: '24rem',
559
- xl: '32rem',
560
- full: '100%'
561
- }
562
- },
563
- shimmer: {
564
- alpha: '0.2',
565
- color: 'rgba(255, 255, 255, 0.2)'
566
- },
567
- meta: {
568
- name: 'Harvey Creative',
569
- description: 'Modern, vibrant design system with Inter typography and warm burgundy/gold color palette for creative projects',
570
- author: 'Harvey Design Team',
571
- version: '1.0.0',
572
- category: 'creative',
573
- tags: ['modern', 'vibrant', 'creative', 'inter', 'burgundy', 'gold', 'warm'],
574
- preview: '/themes/harvey-creative-preview.png',
575
- createdAt: '2024-12-01T00:00:00.000Z',
576
- updatedAt: '2024-12-01T00:00:00.000Z'
577
- },
578
-
579
- // NEW: Add dark mode overrides
580
- modes: {
581
- dark: {
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
- }
677
- }
678
- }
679
- };