@bsginstitute/bsg-integra 0.0.3 → 0.0.5
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/package.json
CHANGED
|
@@ -41,6 +41,18 @@
|
|
|
41
41
|
--input: oklch(0.922 0 0);
|
|
42
42
|
--ring: oklch(0.702 0.183 293.541);
|
|
43
43
|
|
|
44
|
+
/* State colors */
|
|
45
|
+
--info: oklch(0.623 0.214 259.815);
|
|
46
|
+
--info-foreground: oklch(0.985 0 0);
|
|
47
|
+
--success: oklch(0.627 0.194 149.214);
|
|
48
|
+
--success-foreground: oklch(0.985 0 0);
|
|
49
|
+
--warning: oklch(0.795 0.184 86.047);
|
|
50
|
+
--warning-foreground: oklch(0.145 0 0);
|
|
51
|
+
|
|
52
|
+
/* Brand color (orange) */
|
|
53
|
+
--brand: oklch(0.646 0.222 41.116);
|
|
54
|
+
--brand-foreground: oklch(0.985 0 0);
|
|
55
|
+
|
|
44
56
|
--radius: 0.625rem;
|
|
45
57
|
|
|
46
58
|
/* Tooltip semantic tokens */
|
|
@@ -98,6 +110,18 @@
|
|
|
98
110
|
--input: oklch(0.269 0 0);
|
|
99
111
|
--ring: oklch(0.439 0 0);
|
|
100
112
|
|
|
113
|
+
/* State colors (dark) */
|
|
114
|
+
--info: oklch(0.546 0.245 262.881);
|
|
115
|
+
--info-foreground: oklch(0.985 0 0);
|
|
116
|
+
--success: oklch(0.627 0.194 149.214);
|
|
117
|
+
--success-foreground: oklch(0.985 0 0);
|
|
118
|
+
--warning: oklch(0.768 0.189 70.08);
|
|
119
|
+
--warning-foreground: oklch(0.145 0 0);
|
|
120
|
+
|
|
121
|
+
/* Brand color (dark) */
|
|
122
|
+
--brand: oklch(0.702 0.209 41.116);
|
|
123
|
+
--brand-foreground: oklch(0.985 0 0);
|
|
124
|
+
|
|
101
125
|
/* Tooltip semantic tokens (dark theme) */
|
|
102
126
|
--tooltip: oklch(0.985 0 0);
|
|
103
127
|
--tooltip-foreground: oklch(0.145 0 0);
|
|
@@ -144,15 +168,14 @@
|
|
|
144
168
|
--color-destructive: var(--destructive);
|
|
145
169
|
--color-destructive-foreground: var(--destructive-foreground);
|
|
146
170
|
|
|
147
|
-
|
|
171
|
+
--color-info: var(--info);
|
|
172
|
+
--color-info-foreground: var(--info-foreground);
|
|
148
173
|
--color-success: var(--success);
|
|
149
174
|
--color-success-foreground: var(--success-foreground);
|
|
150
|
-
|
|
151
175
|
--color-warning: var(--warning);
|
|
152
176
|
--color-warning-foreground: var(--warning-foreground);
|
|
153
|
-
|
|
154
|
-
--color-
|
|
155
|
-
--color-info-foreground: var(--info-foreground);
|
|
177
|
+
--color-brand: var(--brand);
|
|
178
|
+
--color-brand-foreground: var(--brand-foreground);
|
|
156
179
|
|
|
157
180
|
--color-border: var(--border);
|
|
158
181
|
--color-input: var(--input);
|