@privateers/ui 0.3.10 → 0.3.12
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.
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
23
|
:root .brand-dis-creadis,
|
|
24
|
-
.brand-dis-creadis
|
|
24
|
+
.brand-dis-creadis,
|
|
25
|
+
html.brand-dis-creadis {
|
|
25
26
|
/* Typography - TT Commons for DIS/CREADIS brand */
|
|
26
27
|
--font-sans: "TT Commons", ui-sans-serif, system-ui, sans-serif;
|
|
27
28
|
--font-mono: "JetBrains Mono", ui-monospace, monospace;
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
--chart-5: oklch(0.55 0.15 185);
|
|
71
72
|
|
|
72
73
|
/* Border radius - Subtle rounding for professional look */
|
|
73
|
-
--radius: 0.
|
|
74
|
+
--radius: 0.5rem;
|
|
74
75
|
|
|
75
76
|
/* Sidebar */
|
|
76
77
|
--sidebar: oklch(0.98 0.002 250);
|
|
@@ -87,7 +88,9 @@
|
|
|
87
88
|
.dark .brand-dis-creadis,
|
|
88
89
|
.brand-dis-creadis.dark,
|
|
89
90
|
.dark.brand-dis-creadis,
|
|
90
|
-
.brand-dis-creadis .dark
|
|
91
|
+
.brand-dis-creadis .dark,
|
|
92
|
+
html.brand-dis-creadis.dark,
|
|
93
|
+
html.dark.brand-dis-creadis {
|
|
91
94
|
/* Base colors */
|
|
92
95
|
/* --background: oklch(0.15 0.015 250); */
|
|
93
96
|
/* --background: oklch(0.3103 0.0503 157.05); */
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
:root .brand-m-plus,
|
|
15
|
-
.brand-m-plus
|
|
15
|
+
.brand-m-plus,
|
|
16
|
+
html.brand-m-plus {
|
|
16
17
|
/* Typography - Mulish for M+ brand */
|
|
17
18
|
--font-sans: "Mulish", sans-serif;
|
|
18
19
|
--font-mono: "Geist Mono", ui-monospace, monospace;
|
|
@@ -78,7 +79,9 @@
|
|
|
78
79
|
.dark .brand-m-plus,
|
|
79
80
|
.brand-m-plus.dark,
|
|
80
81
|
.dark.brand-m-plus,
|
|
81
|
-
.brand-m-plus .dark
|
|
82
|
+
.brand-m-plus .dark,
|
|
83
|
+
html.brand-m-plus.dark,
|
|
84
|
+
html.dark.brand-m-plus {
|
|
82
85
|
/* Base colors */
|
|
83
86
|
--background: oklch(0.3541 0.0428 179.14);
|
|
84
87
|
--foreground: oklch(0.985 0 0);
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
*/
|
|
27
27
|
|
|
28
28
|
:root .brand-retur,
|
|
29
|
-
.brand-retur
|
|
29
|
+
.brand-retur,
|
|
30
|
+
html.brand-retur {
|
|
30
31
|
/* Typography - Open Sans for body, Oswald for headings */
|
|
31
32
|
--font-sans: "Open Sans", sans-serif;
|
|
32
33
|
--font-heading: "Oswald", sans-serif;
|
|
@@ -93,7 +94,9 @@
|
|
|
93
94
|
.dark .brand-retur,
|
|
94
95
|
.brand-retur.dark,
|
|
95
96
|
.dark.brand-retur,
|
|
96
|
-
.brand-retur .dark
|
|
97
|
+
.brand-retur .dark,
|
|
98
|
+
html.brand-retur.dark,
|
|
99
|
+
html.dark.brand-retur {
|
|
97
100
|
/* Base colors */
|
|
98
101
|
--background: oklch(0.1569 0 0); /* #141414 */
|
|
99
102
|
--foreground: oklch(0.9608 0 0); /* #F4F4F4 */
|