sunpeak 0.20.21 → 0.20.23
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/chatgpt/index.cjs +1 -1
- package/dist/chatgpt/index.js +1 -1
- package/dist/claude/index.cjs +1 -1
- package/dist/claude/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/inspector/index.cjs +1 -1
- package/dist/inspector/index.js +1 -1
- package/dist/{inspector-Cpidgtmu.js → inspector-CJNvLoHo.js} +8 -8
- package/dist/{inspector-Cpidgtmu.js.map → inspector-CJNvLoHo.js.map} +1 -1
- package/dist/{inspector-Dvc7Gi5B.cjs → inspector-DtEighD9.cjs} +8 -8
- package/dist/{inspector-Dvc7Gi5B.cjs.map → inspector-DtEighD9.cjs.map} +1 -1
- package/dist/style.css +2 -2
- package/package.json +9 -9
- package/template/dist/albums/albums.html +1 -1
- package/template/dist/albums/albums.json +1 -1
- package/template/dist/carousel/carousel.html +1 -1
- package/template/dist/carousel/carousel.json +1 -1
- package/template/dist/map/map.html +1 -1
- package/template/dist/map/map.json +1 -1
- package/template/dist/review/review.html +1 -1
- package/template/dist/review/review.json +1 -1
- package/template/node_modules/.bin/playwright +2 -2
- package/template/node_modules/.bin/vite +2 -2
- package/template/node_modules/.bin/vitest +2 -2
- package/template/node_modules/.vite/deps/_metadata.json +4 -4
- package/template/node_modules/.vite-mcp/deps/_metadata.json +21 -21
- package/template/node_modules/.vite-mcp/deps/vitest.js +8 -8
- package/template/node_modules/.vite-mcp/deps/vitest.js.map +1 -1
- package/template/package.json +4 -4
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-dark-chatgpt-darwin.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-dark-chatgpt-linux.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-fullscreen-chatgpt-darwin.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-fullscreen-chatgpt-linux.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-light-chatgpt-darwin.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-light-chatgpt-linux.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-page-light-chatgpt-darwin.png +0 -0
- package/template/tests/e2e/visual.spec.ts-snapshots/albums-page-light-chatgpt-linux.png +0 -0
|
@@ -3616,7 +3616,7 @@ function Conversation({ children, screenWidth, displayMode, platform, onRequestD
|
|
|
3616
3616
|
backgroundColor: "var(--sim-bg-conversation, var(--color-background-primary))"
|
|
3617
3617
|
}
|
|
3618
3618
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3619
|
-
className: "max-w-[40rem] min-[
|
|
3619
|
+
className: "max-w-[40rem] min-[1280px]:max-w-[48rem] mx-auto px-4 pt-4 pb-4 pointer-events-auto",
|
|
3620
3620
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3621
3621
|
className: "relative",
|
|
3622
3622
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("input", {
|
|
@@ -3661,7 +3661,7 @@ function Conversation({ children, screenWidth, displayMode, platform, onRequestD
|
|
|
3661
3661
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3662
3662
|
className: "text-base my-auto mx-auto md:pt-8 px-4",
|
|
3663
3663
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3664
|
-
className: "max-w-[40rem] min-[
|
|
3664
|
+
className: "max-w-[40rem] min-[1280px]:max-w-[48rem] mx-auto flex-1 relative flex w-full min-w-0 flex-col",
|
|
3665
3665
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3666
3666
|
className: "flex max-w-full flex-col grow",
|
|
3667
3667
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
@@ -3696,7 +3696,7 @@ function Conversation({ children, screenWidth, displayMode, platform, onRequestD
|
|
|
3696
3696
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3697
3697
|
className: "text-base my-auto mx-auto pb-10 px-4",
|
|
3698
3698
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3699
|
-
className: "max-w-[40rem] min-[
|
|
3699
|
+
className: "max-w-[40rem] min-[1280px]:max-w-[48rem] mx-auto flex-1 relative flex w-full min-w-0 flex-col",
|
|
3700
3700
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
3701
3701
|
className: "flex max-w-full flex-col grow",
|
|
3702
3702
|
children: [!isFullscreen && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
@@ -3765,7 +3765,7 @@ function Conversation({ children, screenWidth, displayMode, platform, onRequestD
|
|
|
3765
3765
|
backgroundColor: "var(--sim-bg-conversation, var(--color-background-primary))"
|
|
3766
3766
|
}
|
|
3767
3767
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3768
|
-
className: "max-w-[40rem] min-[
|
|
3768
|
+
className: "max-w-[40rem] min-[1280px]:max-w-[48rem] mx-auto px-4 pt-4 pb-4 pointer-events-auto",
|
|
3769
3769
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
3770
3770
|
className: "relative",
|
|
3771
3771
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("input", {
|
|
@@ -3793,7 +3793,7 @@ function Conversation({ children, screenWidth, displayMode, platform, onRequestD
|
|
|
3793
3793
|
//#region src/chatgpt/chatgpt-host.ts
|
|
3794
3794
|
/**
|
|
3795
3795
|
* ChatGPT host version info — matches what ChatGPT reports via the MCP protocol.
|
|
3796
|
-
* Verified against production ChatGPT on 2026-
|
|
3796
|
+
* Verified against production ChatGPT on 2026-05-13.
|
|
3797
3797
|
*/
|
|
3798
3798
|
var CHATGPT_HOST_INFO = {
|
|
3799
3799
|
name: "chatgpt",
|
|
@@ -4085,7 +4085,7 @@ function ClaudeConversation({ children, screenWidth, displayMode, platform, onRe
|
|
|
4085
4085
|
//#region src/claude/claude-host.ts
|
|
4086
4086
|
/**
|
|
4087
4087
|
* Claude host version info — matches what Claude reports via the MCP protocol.
|
|
4088
|
-
* Verified against production Claude on 2026-
|
|
4088
|
+
* Verified against production Claude on 2026-05-13.
|
|
4089
4089
|
*/
|
|
4090
4090
|
var CLAUDE_HOST_INFO = {
|
|
4091
4091
|
name: "Claude",
|
|
@@ -4093,7 +4093,7 @@ var CLAUDE_HOST_INFO = {
|
|
|
4093
4093
|
};
|
|
4094
4094
|
/**
|
|
4095
4095
|
* Claude host capabilities — matches what Claude reports via the MCP protocol.
|
|
4096
|
-
* Verified against production Claude on 2026-
|
|
4096
|
+
* Verified against production Claude on 2026-05-13.
|
|
4097
4097
|
*
|
|
4098
4098
|
* Notable: Claude supports downloadFile, updateModelContext.image, and
|
|
4099
4099
|
* message.text. serverTools and serverResources both report listChanged.
|
|
@@ -8156,4 +8156,4 @@ Object.defineProperty(exports, "useThemeContext", {
|
|
|
8156
8156
|
}
|
|
8157
8157
|
});
|
|
8158
8158
|
|
|
8159
|
-
//# sourceMappingURL=inspector-
|
|
8159
|
+
//# sourceMappingURL=inspector-DtEighD9.cjs.map
|