create-bearnie 0.4.3 → 0.4.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bearnie",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Create a new Astro project with Bearnie UI components",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -61,6 +61,9 @@
61
61
  /* Surface */
62
62
  --color-surface: var(--surface);
63
63
 
64
+ /* Canvas */
65
+ --color-canvas: var(--canvas);
66
+
64
67
  /* Shadows — theme-aware via elevation tokens */
65
68
  --shadow-xs: var(--elevation-xs);
66
69
  --shadow-sm: var(--elevation-sm);
@@ -106,6 +109,7 @@
106
109
 
107
110
  --overlay: oklch(0 0 0);
108
111
  --surface: oklch(1 0 0);
112
+ --canvas: var(--muted);
109
113
 
110
114
  --sidebar: oklch(0.985 0 0);
111
115
  --sidebar-foreground: oklch(0.145 0 0);
@@ -194,6 +198,7 @@
194
198
 
195
199
  --overlay: oklch(0 0 0);
196
200
  --surface: oklch(0.19 0 0);
201
+ --canvas: oklch(0.185 0 0);
197
202
 
198
203
  --sidebar: oklch(0.205 0 0);
199
204
  --sidebar-foreground: oklch(0.985 0 0);