@abumble/design-system 0.0.24 → 0.0.25
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 +1 -1
- package/src/styles.css +6 -6
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -193,17 +193,17 @@ code {
|
|
|
193
193
|
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
194
194
|
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
195
195
|
--sidebar-ring: oklch(0.871 0.006 286.286);
|
|
196
|
-
/* Banner: Tailwind blue/green/yellow/red (light: bg
|
|
197
|
-
--banner-info: oklch(0.
|
|
196
|
+
/* Banner: Tailwind blue/green/yellow/red (light: bg 100, text 800, border 400) */
|
|
197
|
+
--banner-info: oklch(0.931 0.038 253.71);
|
|
198
198
|
--banner-info-foreground: oklch(0.45 0.13 264.052);
|
|
199
199
|
--banner-info-border: oklch(0.704 0.165 259.815);
|
|
200
|
-
--banner-note: oklch(0.
|
|
200
|
+
--banner-note: oklch(0.927 0.048 142.48);
|
|
201
201
|
--banner-note-foreground: oklch(0.448 0.119 151.328);
|
|
202
202
|
--banner-note-border: oklch(0.792 0.209 151.711);
|
|
203
|
-
--banner-warning: oklch(0.
|
|
203
|
+
--banner-warning: oklch(0.937 0.065 99.01);
|
|
204
204
|
--banner-warning-foreground: oklch(0.577 0.245 66.928);
|
|
205
205
|
--banner-warning-border: oklch(0.828 0.189 84.429);
|
|
206
|
-
--banner-alert: oklch(0.
|
|
206
|
+
--banner-alert: oklch(0.936 0.031 17.72);
|
|
207
207
|
--banner-alert-foreground: oklch(0.396 0.141 25.723);
|
|
208
208
|
--banner-alert-border: oklch(0.577 0.245 27.325);
|
|
209
209
|
}
|
|
@@ -260,7 +260,7 @@ code {
|
|
|
260
260
|
[data-banner-type] {
|
|
261
261
|
border-left-width: 4px;
|
|
262
262
|
border-left-style: solid;
|
|
263
|
-
border-radius:
|
|
263
|
+
border-radius: 0.25rem;
|
|
264
264
|
padding: 0.75rem;
|
|
265
265
|
}
|
|
266
266
|
|