@orion-ds/core 1.1.0 → 1.1.1
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/dist/theme.css +48 -8
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -453,8 +453,18 @@
|
|
|
453
453
|
--font-primary: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
454
454
|
--font-secondary: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
455
455
|
|
|
456
|
-
/* Brand Colors:
|
|
457
|
-
|
|
456
|
+
/* Brand Colors: Red */
|
|
457
|
+
--color-brand-50: #fdf2f2;
|
|
458
|
+
--color-brand-100: #fde8e8;
|
|
459
|
+
--color-brand-200: #fbd5d5;
|
|
460
|
+
--color-brand-300: #f8b4b4;
|
|
461
|
+
--color-brand-400: #f08282;
|
|
462
|
+
--color-brand-500: #D7282F;
|
|
463
|
+
--color-brand-600: #b91c22;
|
|
464
|
+
--color-brand-700: #93151b;
|
|
465
|
+
--color-brand-800: #7a151b;
|
|
466
|
+
--color-brand-900: #661619;
|
|
467
|
+
--color-brand-950: #3b090b;
|
|
458
468
|
|
|
459
469
|
/* Geometry: Pill Buttons (Full Radius) */
|
|
460
470
|
--radius-control: var(--radius-lg);
|
|
@@ -562,8 +572,18 @@
|
|
|
562
572
|
--font-primary: 'Work Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
563
573
|
--font-secondary: 'Work Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
564
574
|
|
|
565
|
-
/* Brand Colors:
|
|
566
|
-
|
|
575
|
+
/* Brand Colors: Deepblue */
|
|
576
|
+
--color-brand-50: #e6f2ff;
|
|
577
|
+
--color-brand-100: #b3d9ff;
|
|
578
|
+
--color-brand-200: #80bfff;
|
|
579
|
+
--color-brand-300: #4da6ff;
|
|
580
|
+
--color-brand-400: #1a8cff;
|
|
581
|
+
--color-brand-500: #006FBA;
|
|
582
|
+
--color-brand-600: #0062a6;
|
|
583
|
+
--color-brand-700: #005592;
|
|
584
|
+
--color-brand-800: #00487d;
|
|
585
|
+
--color-brand-900: #003b69;
|
|
586
|
+
--color-brand-950: #002540;
|
|
567
587
|
|
|
568
588
|
/* Override button radius to match control radius (rounded 12px) */
|
|
569
589
|
--radius-button: 12px;
|
|
@@ -603,8 +623,18 @@
|
|
|
603
623
|
--font-primary: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
604
624
|
--font-secondary: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
605
625
|
|
|
606
|
-
/* Brand Colors:
|
|
607
|
-
|
|
626
|
+
/* Brand Colors: Orange */
|
|
627
|
+
--color-brand-50: #fef0eb;
|
|
628
|
+
--color-brand-100: #fdd5c9;
|
|
629
|
+
--color-brand-200: #fcb9a5;
|
|
630
|
+
--color-brand-300: #fa9d80;
|
|
631
|
+
--color-brand-400: #f87d52;
|
|
632
|
+
--color-brand-500: #F15D22;
|
|
633
|
+
--color-brand-600: #d9531f;
|
|
634
|
+
--color-brand-700: #c0491b;
|
|
635
|
+
--color-brand-800: #a63f17;
|
|
636
|
+
--color-brand-900: #8c3513;
|
|
637
|
+
--color-brand-950: #59220c;
|
|
608
638
|
|
|
609
639
|
/* Geometry: Pill Buttons (100% Rounded) */
|
|
610
640
|
--radius-control: var(--radius-md);
|
|
@@ -711,8 +741,18 @@
|
|
|
711
741
|
--font-primary: 'Fugaz One', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
712
742
|
--font-secondary: 'Work Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
|
713
743
|
|
|
714
|
-
/* Brand Colors:
|
|
715
|
-
|
|
744
|
+
/* Brand Colors: Lemon */
|
|
745
|
+
--color-brand-50: #F4FFE6;
|
|
746
|
+
--color-brand-100: #E5FFCC;
|
|
747
|
+
--color-brand-200: #CCFFAA;
|
|
748
|
+
--color-brand-300: #A8FF77;
|
|
749
|
+
--color-brand-400: #8DFF5C;
|
|
750
|
+
--color-brand-500: #72FF43;
|
|
751
|
+
--color-brand-600: #5CE629;
|
|
752
|
+
--color-brand-700: #47B31A;
|
|
753
|
+
--color-brand-800: #358C14;
|
|
754
|
+
--color-brand-900: #266B0F;
|
|
755
|
+
--color-brand-950: #1A4A0A;
|
|
716
756
|
|
|
717
757
|
/* Geometry: Highly Rounded Design */
|
|
718
758
|
--radius-control: 9999px;
|