sunpeak 0.5.13 → 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
  }
@@ -3917,6 +3921,12 @@
3917
3921
  outline-style: none;
3918
3922
  }
3919
3923
 
3924
+ @media not all and (min-width: 768px) {
3925
+ .max-md\:hidden {
3926
+ display: none;
3927
+ }
3928
+ }
3929
+
3920
3930
  @media (min-width: 768px) {
3921
3931
  .md\:block {
3922
3932
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.5.13",
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",