@floegence/floe-webapp-core 0.36.55 → 0.36.57

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.
@@ -34,11 +34,11 @@
34
34
  --terminal-panel-border: var(--chrome-border);
35
35
 
36
36
  /* Card */
37
- --card: hsl(36 12% 96%);
37
+ --card: hsl(0 0% 100%);
38
38
  --card-foreground: hsl(215 40% 13%);
39
39
 
40
40
  /* Popover */
41
- --popover: hsl(36 12% 96%);
41
+ --popover: hsl(0 0% 100%);
42
42
  --popover-foreground: hsl(215 40% 13%);
43
43
 
44
44
  /* Status colors - Using OKLCH for perceptual consistency */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.36.55",
3
+ "version": "0.36.57",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",