@abumble/design-system 0.0.24 → 0.0.26

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/styles.css +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abumble/design-system",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "files": [
5
5
  "dist",
6
6
  "src/styles.css"
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 50, text 800, border 400) */
197
- --banner-info: oklch(0.97 0.014 247.896);
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.982 0.018 155.826);
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.984 0.046 102.211);
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.977 0.014 17.38);
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: var(--radius);
263
+ border-radius: 0.25rem;
264
264
  padding: 0.75rem;
265
265
  }
266
266