sunpeak 0.5.14 → 0.5.15

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/dist/style.css CHANGED
@@ -3587,6 +3587,10 @@
3587
3587
  background-color: var(--color-background-primary-soft);
3588
3588
  }
3589
3589
 
3590
+ .bg-sidebar {
3591
+ background-color: var(--color-surface-secondary);
3592
+ }
3593
+
3590
3594
  .bg-surface {
3591
3595
  background-color: var(--color-surface);
3592
3596
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "The MCP App SDK. Quickstart, build, & test your ChatGPT App locally!",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",