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

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,676 +0,0 @@
1
- /**
2
- * Harvey Creative Theme
3
- * Modern, vibrant design with Inter font and warm burgundy/gold color palette
4
- */
5
- export const harveyTheme = {
6
- fonts: {
7
- primary: {
8
- family: 'Inter',
9
- fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
10
- weights: [300, 400, 500, 600, 700],
11
- display: 'swap',
12
- source: {
13
- type: 'google'
14
- },
15
- sizes: {
16
- xs: '0.75rem',
17
- sm: '0.875rem',
18
- md: '1rem',
19
- lg: '1.125rem',
20
- xl: '1.25rem',
21
- '2xl': '1.5rem',
22
- '3xl': '1.875rem',
23
- '4xl': '2.25rem',
24
- '5xl': '3rem',
25
- '6xl': '3.75rem'
26
- },
27
- lineHeights: {
28
- tight: '1.25',
29
- normal: '1.5',
30
- relaxed: '1.75',
31
- loose: '2'
32
- },
33
- letterSpacing: {
34
- tight: '-0.025em',
35
- normal: '0em',
36
- wide: '0.025em',
37
- wider: '0.05em',
38
- widest: '0.1em'
39
- }
40
- },
41
- secondary: {
42
- family: 'Inter',
43
- fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
44
- weights: [300, 400, 500, 600, 700],
45
- display: 'swap',
46
- source: {
47
- type: 'google'
48
- },
49
- sizes: {
50
- xs: '0.75rem',
51
- sm: '0.875rem',
52
- md: '1rem',
53
- lg: '1.125rem',
54
- xl: '1.25rem',
55
- '2xl': '1.5rem',
56
- '3xl': '1.875rem',
57
- '4xl': '2.25rem',
58
- '5xl': '3rem',
59
- '6xl': '3.75rem'
60
- },
61
- lineHeights: {
62
- tight: '1.25',
63
- normal: '1.5',
64
- relaxed: '1.75',
65
- loose: '2'
66
- },
67
- letterSpacing: {
68
- tight: '-0.025em',
69
- normal: '0em',
70
- wide: '0.025em',
71
- wider: '0.05em',
72
- widest: '0.1em'
73
- }
74
- },
75
- display: {
76
- family: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
77
- weights: [400, 500, 600, 700],
78
- sizes: {
79
- xs: '1.5rem',
80
- sm: '1.875rem',
81
- md: '2.25rem',
82
- lg: '3rem',
83
- xl: '3.75rem',
84
- '2xl': '4.5rem',
85
- '3xl': '6rem',
86
- '4xl': '7.5rem',
87
- '5xl': '9rem',
88
- '6xl': '12rem'
89
- },
90
- lineHeights: {
91
- tight: '1.1',
92
- normal: '1.2',
93
- relaxed: '1.3',
94
- loose: '1.4'
95
- },
96
- letterSpacing: {
97
- tight: '-0.02em',
98
- normal: '-0.01em',
99
- wide: '0em',
100
- wider: '0.01em',
101
- widest: '0.02em'
102
- }
103
- },
104
- body: {
105
- family: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
106
- weights: [300, 400, 500],
107
- sizes: {
108
- xs: '0.75rem',
109
- sm: '0.875rem',
110
- md: '1rem',
111
- lg: '1.125rem',
112
- xl: '1.25rem',
113
- '2xl': '1.5rem',
114
- '3xl': '1.875rem',
115
- '4xl': '2.25rem',
116
- '5xl': '3rem',
117
- '6xl': '3.75rem'
118
- },
119
- lineHeights: {
120
- tight: '1.4',
121
- normal: '1.6',
122
- relaxed: '1.8',
123
- loose: '2'
124
- },
125
- letterSpacing: {
126
- tight: '-0.01em',
127
- normal: '0em',
128
- wide: '0.01em',
129
- wider: '0.02em',
130
- widest: '0.05em'
131
- }
132
- },
133
- mono: {
134
- family: 'ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace',
135
- weights: [400, 500, 600],
136
- sizes: {
137
- xs: '0.75rem',
138
- sm: '0.875rem',
139
- md: '1rem',
140
- lg: '1.125rem',
141
- xl: '1.25rem',
142
- '2xl': '1.5rem',
143
- '3xl': '1.875rem',
144
- '4xl': '2.25rem',
145
- '5xl': '3rem',
146
- '6xl': '3.75rem'
147
- },
148
- lineHeights: {
149
- tight: '1.25',
150
- normal: '1.5',
151
- relaxed: '1.75',
152
- loose: '2'
153
- },
154
- letterSpacing: {
155
- tight: '-0.025em',
156
- normal: '0em',
157
- wide: '0.025em',
158
- wider: '0.05em',
159
- widest: '0.1em'
160
- }
161
- }
162
- },
163
- colors: {
164
- primary: {
165
- 50: '#FBEAEA',
166
- 100: '#F4CFCF',
167
- 200: '#E8A9A9',
168
- 300: '#D97D7D',
169
- 400: '#C55A5A',
170
- 500: '#A3485A',
171
- 600: '#8C3447',
172
- 700: '#752737',
173
- 800: '#662222',
174
- 900: '#421414',
175
- // RGB versions for rgba() usage
176
- '500-rgb': '163, 72, 90',
177
- '600-rgb': '140, 52, 71',
178
- '700-rgb': '117, 39, 55'
179
- },
180
- secondary: {
181
- 50: '#FFF8E8',
182
- 100: '#FFF1D1',
183
- 200: '#FDE5B3',
184
- 300: '#F5DAA7',
185
- 400: '#EACF8D',
186
- 500: '#D9BA71',
187
- 600: '#BCA059',
188
- 700: '#9C8245',
189
- 800: '#7B6534',
190
- 900: '#544521'
191
- },
192
- semantic: {
193
- success: '#1E824C',
194
- warning: '#E6A23C',
195
- error: '#D93025',
196
- errorDark: '#A12017',
197
- info: '#007BCE',
198
- // RGB versions for rgba() usage
199
- successRgb: '30, 130, 76',
200
- warningRgb: '230, 162, 60',
201
- errorRgb: '217, 48, 37',
202
- errorDarkRgb: '161, 32, 23',
203
- infoRgb: '0, 123, 206',
204
- // Additional RGB versions referenced in CSS
205
- 'success-rgb': '30, 130, 76',
206
- 'warning-rgb': '230, 162, 60',
207
- 'error-rgb': '217, 48, 37',
208
- 'error-dark-rgb': '161, 32, 23',
209
- 'info-rgb': '0, 123, 206'
210
- },
211
- neutral: {
212
- 50: '#FAFAFA',
213
- 100: '#F4F4F4',
214
- 200: '#E8E8E8',
215
- 300: '#D1D1D1',
216
- 400: '#B5B5B5',
217
- 500: '#999999',
218
- 600: '#7A7A7A',
219
- 700: '#5C5C5C',
220
- 800: '#3D3D3D',
221
- 900: '#1E1E1E'
222
- },
223
- surface: {
224
- background: '#FFF9F3',
225
- surface: '#FFFFFF',
226
- border: '#EAD7C0',
227
- divider: '#F0E2D0'
228
- },
229
- text: {
230
- primary: '#2B1212',
231
- secondary: '#5E3A3A',
232
- muted: '#8C6F6F',
233
- inverse: '#FFFFFF',
234
- onPrimary: '#FFFFFF',
235
- onSecondary: '#2B1212',
236
- onSurface: '#2B1212'
237
- },
238
- interactive: {
239
- hover: '#842A3B',
240
- active: '#662222',
241
- focus: '#A3485A',
242
- disabled: '#C9B6B6'
243
- },
244
- // Additional colors referenced in CSS
245
- accent: '#F5DAA7',
246
- 'bg-primary': '#FBEAEA',
247
- 'bg-secondary': '#FFF1D1',
248
- 'surface-bg': '#FFF9F3',
249
- // Additional missing CSS variables
250
- 'primary-hover': '#842A3B',
251
- 'primary-active': '#662222',
252
- 'accent-rgb': '245, 218, 167',
253
- 'border': '#EAD7C0',
254
- // Border semantic variables
255
- 'border-transparent': 'transparent',
256
- // Text colors referenced in CSS
257
- 'text-primary': '#2B1212',
258
- 'text-secondary': '#5E3A3A'
259
- },
260
- navigation: {
261
- layout: 'horizontal',
262
- style: 'enhanced',
263
- behavior: 'static',
264
- responsive: 'mobile-first',
265
- animations: {
266
- duration: {
267
- fast: '0.15s',
268
- normal: '0.2s',
269
- slow: '0.3s',
270
- instant: '0s'
271
- },
272
- easing: {
273
- linear: 'linear',
274
- ease: 'ease',
275
- easeIn: 'ease-in',
276
- easeOut: 'ease-out',
277
- easeInOut: 'ease-in-out',
278
- bounce: 'cubic-bezier(0.68, -0.55, 0.265, 1.55)',
279
- elastic: 'cubic-bezier(0.175, 0.885, 0.32, 1.275)'
280
- },
281
- stagger: {
282
- enabled: true,
283
- delay: '0.05s',
284
- direction: 'forward'
285
- },
286
- transitions: {
287
- enter: '0.2s ease-out',
288
- exit: '0.15s ease-in',
289
- move: '0.2s ease',
290
- resize: '0.1s ease'
291
- }
292
- },
293
- spacing: {
294
- container: '1rem',
295
- item: '0.5rem',
296
- group: '1rem',
297
- divider: '0.25rem',
298
- icon: '0.5rem',
299
- text: '0.25rem',
300
- padding: {
301
- horizontal: '1rem',
302
- vertical: '0.75rem',
303
- top: '0.75rem',
304
- right: '1rem',
305
- bottom: '0.75rem',
306
- left: '1rem'
307
- },
308
- margin: {
309
- horizontal: '0.5rem',
310
- vertical: '0.25rem',
311
- top: '0.25rem',
312
- right: '0.5rem',
313
- bottom: '0.25rem',
314
- left: '0.5rem'
315
- }
316
- },
317
- colors: {
318
- background: {
319
- primary: '#ffffff',
320
- secondary: '#FFF9F3',
321
- tertiary: '#FAFAFA',
322
- light: '#ffffff',
323
- dark: '#2B1212',
324
- contrast: '#000000'
325
- },
326
- text: {
327
- primary: '#2B1212',
328
- secondary: '#5E3A3A',
329
- tertiary: '#8C6F6F',
330
- light: '#B5B5B5',
331
- dark: '#2B1212',
332
- contrast: '#ffffff'
333
- },
334
- border: {
335
- primary: '#EAD7C0',
336
- secondary: '#F0E2D0',
337
- tertiary: '#B5B5B5',
338
- light: '#F4F4F4',
339
- dark: '#5E3A3A',
340
- contrast: '#000000'
341
- },
342
- accent: {
343
- primary: '#A3485A',
344
- secondary: '#8C3447',
345
- tertiary: '#752737',
346
- light: '#E8A9A9',
347
- dark: '#8C3447',
348
- contrast: '#ffffff'
349
- },
350
- hover: {
351
- primary: '#FFF9F3',
352
- secondary: '#FAFAFA',
353
- tertiary: '#F4F4F4',
354
- light: '#ffffff',
355
- dark: '#421414',
356
- contrast: '#FFF9F3'
357
- },
358
- active: {
359
- primary: '#A3485A',
360
- secondary: '#8C3447',
361
- tertiary: '#752737',
362
- light: '#E8A9A9',
363
- dark: '#8C3447',
364
- contrast: '#ffffff'
365
- },
366
- disabled: {
367
- primary: '#F4F4F4',
368
- secondary: '#E8E8E8',
369
- tertiary: '#D1D1D1',
370
- light: '#FAFAFA',
371
- dark: '#8C6F6F',
372
- contrast: '#B5B5B5'
373
- },
374
- focus: {
375
- primary: '#A3485A',
376
- secondary: '#8C3447',
377
- tertiary: '#752737',
378
- light: '#E8A9A9',
379
- dark: '#8C3447',
380
- contrast: '#ffffff'
381
- }
382
- },
383
- typography: {
384
- fontFamily: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
385
- fontSize: {
386
- xs: '0.75rem',
387
- sm: '0.875rem',
388
- base: '1rem',
389
- lg: '1.125rem',
390
- xl: '1.25rem',
391
- '2xl': '1.5rem'
392
- },
393
- fontWeight: {
394
- light: '300',
395
- normal: '400',
396
- medium: '500',
397
- semibold: '600',
398
- bold: '700'
399
- },
400
- lineHeight: {
401
- tight: '1.25',
402
- normal: '1.5',
403
- relaxed: '1.75',
404
- loose: '2'
405
- },
406
- letterSpacing: {
407
- tight: '-0.025em',
408
- normal: '0',
409
- wide: '0.025em',
410
- wider: '0.05em'
411
- }
412
- },
413
- breakpoints: {
414
- mobile: '640px',
415
- tablet: '768px',
416
- desktop: '1024px',
417
- wide: '1280px',
418
- ultra: '1536px'
419
- }
420
- },
421
- spacing: {
422
- scale: {
423
- xs: '0.25rem',
424
- sm: '0.5rem',
425
- md: '1rem',
426
- lg: '1.5rem',
427
- xl: '2rem',
428
- '2xl': '3rem',
429
- '3xl': '4rem',
430
- '4xl': '6rem',
431
- '5xl': '8rem',
432
- '6xl': '12rem'
433
- },
434
- component: {
435
- button: {
436
- padding: '0.75rem 1.5rem',
437
- margin: '0.5rem',
438
- gap: '0.5rem'
439
- },
440
- input: {
441
- padding: '0.75rem 1rem',
442
- margin: '0.5rem',
443
- gap: '0.5rem'
444
- },
445
- card: {
446
- padding: '1.5rem',
447
- margin: '1rem',
448
- gap: '1rem'
449
- }
450
- },
451
- layout: {
452
- page: '2rem',
453
- section: '3rem',
454
- container: '1rem',
455
- grid: '1.5rem'
456
- }
457
- },
458
- shadows: {
459
- sm: '0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)',
460
- md: '0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)',
461
- lg: '0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)',
462
- xl: '0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)',
463
- '2xl': '0 25px 50px -12px rgb(249 115 22 / 0.25)',
464
- inner: 'inset 0 2px 4px 0 rgb(0 0 0 / 0.06)',
465
- none: '0 0 #0000'
466
- },
467
- transitions: {
468
- duration: {
469
- fast: '0.15s',
470
- normal: '0.2s',
471
- slow: '0.3s'
472
- },
473
- easing: {
474
- linear: 'linear',
475
- ease: 'ease',
476
- easeIn: 'ease-in',
477
- easeOut: 'ease-out',
478
- easeInOut: 'ease-in-out'
479
- },
480
- properties: {
481
- colors: '0.2s ease',
482
- transform: '0.2s ease',
483
- opacity: '0.15s ease',
484
- shadow: '0.2s ease'
485
- }
486
- },
487
- borderRadius: {
488
- none: '0',
489
- sm: '0.125rem',
490
- md: '0.375rem',
491
- lg: '0.5rem',
492
- xl: '0.75rem',
493
- '2xl': '1rem',
494
- full: '9999px'
495
- },
496
- borderWidth: {
497
- none: '0',
498
- thin: '0.5px',
499
- normal: '1px',
500
- focus: '2px',
501
- thick: '3px',
502
- extraThick: '4px'
503
- },
504
- animation: {
505
- duration: {
506
- fast: '0.3s',
507
- normal: '0.2s',
508
- slow: '1.5s'
509
- },
510
- easing: {
511
- linear: 'linear',
512
- ease: 'ease',
513
- easeIn: 'ease-in',
514
- easeOut: 'ease-out',
515
- easeInOut: 'ease-in-out'
516
- },
517
- transforms: {
518
- hoverY: '-2px',
519
- offsetY: '10px',
520
- scale: '1.02'
521
- }
522
- },
523
- accessibility: {
524
- focusRing: {
525
- width: '3px',
526
- offset: '2px',
527
- color: 'var(--cs-colors-interactive-focus)'
528
- },
529
- outline: {
530
- offset: '2px'
531
- },
532
- highContrast: {
533
- borderWidth: '2px',
534
- outlineWidth: '4px'
535
- },
536
- disabled: {
537
- cursor: 'not-allowed',
538
- opacity: '0.7'
539
- }
540
- },
541
- print: {
542
- borderColor: '#000',
543
- textColor: '#000',
544
- textSecondaryColor: '#333',
545
- backgroundColor: 'transparent'
546
- },
547
- containerQuery: {
548
- small: '400px',
549
- medium: '600px',
550
- large: '800px'
551
- },
552
- container: {
553
- width: {
554
- small: '16rem',
555
- medium: '20rem',
556
- large: '24rem',
557
- xl: '32rem',
558
- full: '100%'
559
- }
560
- },
561
- shimmer: {
562
- alpha: '0.2',
563
- color: 'rgba(255, 255, 255, 0.2)'
564
- },
565
- meta: {
566
- name: 'Harvey Creative',
567
- description: 'Modern, vibrant design system with Inter typography and warm burgundy/gold color palette for creative projects',
568
- author: 'Harvey Design Team',
569
- version: '1.0.0',
570
- category: 'creative',
571
- tags: ['modern', 'vibrant', 'creative', 'inter', 'burgundy', 'gold', 'warm'],
572
- preview: '/themes/harvey-creative-preview.png',
573
- createdAt: '2024-12-01T00:00:00.000Z',
574
- updatedAt: '2024-12-01T00:00:00.000Z'
575
- },
576
- // NEW: Add dark mode overrides
577
- modes: {
578
- dark: {
579
- colors: {
580
- primary: {
581
- 50: '#2B1212',
582
- 100: '#421414',
583
- 200: '#662222',
584
- 300: '#752737',
585
- 400: '#8C3447',
586
- 500: '#A3485A',
587
- 600: '#C55A5A',
588
- 700: '#D97D7D',
589
- 800: '#E8A9A9',
590
- 900: '#FBEAEA',
591
- // RGB versions for rgba() usage
592
- '500-rgb': '163, 72, 90',
593
- '600-rgb': '197, 90, 90',
594
- '700-rgb': '217, 125, 125'
595
- },
596
- secondary: {
597
- 50: '#2E2314',
598
- 100: '#3E2E17',
599
- 200: '#5E4722',
600
- 300: '#7B6534',
601
- 400: '#9C8245',
602
- 500: '#BCA059',
603
- 600: '#D9BA71',
604
- 700: '#EACF8D',
605
- 800: '#F5DAA7',
606
- 900: '#FFF1D1'
607
- },
608
- semantic: {
609
- success: '#34D399',
610
- warning: '#FBBF24',
611
- error: '#F87171',
612
- errorDark: '#B91C1C',
613
- info: '#60A5FA',
614
- // RGB versions for rgba() usage
615
- successRgb: '52, 211, 153',
616
- warningRgb: '251, 191, 36',
617
- errorRgb: '248, 113, 113',
618
- errorDarkRgb: '185, 28, 28',
619
- infoRgb: '96, 165, 250',
620
- // Additional RGB versions referenced in CSS
621
- 'success-rgb': '52, 211, 153',
622
- 'warning-rgb': '251, 191, 36',
623
- 'error-rgb': '248, 113, 113',
624
- 'error-dark-rgb': '185, 28, 28',
625
- 'info-rgb': '96, 165, 250'
626
- },
627
- neutral: {
628
- 50: '#121212',
629
- 100: '#1A1A1A',
630
- 200: '#232323',
631
- 300: '#2E2E2E',
632
- 400: '#3C3C3C',
633
- 500: '#565656',
634
- 600: '#7A7A7A',
635
- 700: '#A0A0A0',
636
- 800: '#C5C5C5',
637
- 900: '#E8E8E8'
638
- },
639
- surface: {
640
- background: '#1B0D0D',
641
- surface: '#2B1212',
642
- border: '#3C1818',
643
- divider: '#4A2222'
644
- },
645
- text: {
646
- primary: '#F5DAA7',
647
- secondary: '#EACF8D',
648
- muted: '#C9B6B6',
649
- inverse: '#1B0D0D',
650
- onPrimary: '#1B0D0D',
651
- onSecondary: '#1B0D0D',
652
- onSurface: '#F5DAA7'
653
- },
654
- interactive: {
655
- hover: '#A3485A',
656
- active: '#842A3B',
657
- focus: '#C55A5A',
658
- disabled: '#3C1818'
659
- },
660
- // Additional colors referenced in CSS
661
- accent: '#EACF8D',
662
- 'bg-primary': '#2B1212',
663
- 'bg-secondary': '#3E2E17',
664
- 'surface-bg': '#1B0D0D',
665
- // Additional missing CSS variables
666
- 'primary-hover': '#C55A5A',
667
- 'primary-active': '#E8A9A9',
668
- 'accent-rgb': '234, 207, 141',
669
- 'border': '#3C1818',
670
- // Text colors referenced in CSS
671
- 'text-primary': '#F5DAA7',
672
- 'text-secondary': '#EACF8D'
673
- }
674
- }
675
- }
676
- };