sunpeak 0.5.17 → 0.5.18

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
  <a href="https://sunpeak.ai">
3
3
  <picture>
4
- <img alt="Sunpeak logo" src="https://sunpeak.ai/images/sunpeak_github.svg">
4
+ <img alt="Sunpeak logo" src="https://d10djik02wlf6x.cloudfront.net/sunpeak-github.svg">
5
5
  </picture>
6
6
  </a>
7
7
  </div>
@@ -24,7 +24,7 @@ Quickstart, build, and test your ChatGPT App locally with OpenAI apps-sdk-ui Rea
24
24
  <div align="center">
25
25
  <a href="https://docs.sunpeak.ai/library/chatgpt-simulator">
26
26
  <picture>
27
- <img alt="ChatGPT Simulator" src="https://sunpeak.ai/images/chatgpt-simulator.png">
27
+ <img alt="ChatGPT Simulator" src="https://d10djik02wlf6x.cloudfront.net/chatgpt-simulator.png">
28
28
  </picture>
29
29
  </a>
30
30
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "description": "The MCP App SDK. Quickstart, build, & test your ChatGPT App locally!",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -2,9 +2,9 @@ import {
2
2
  Button,
3
3
  ButtonLink,
4
4
  CopyButton
5
- } from "./chunk-PRLY65A2.js";
6
- import "./chunk-XB525PXG.js";
5
+ } from "./chunk-675LFNY2.js";
7
6
  import "./chunk-QPJAV452.js";
7
+ import "./chunk-XB525PXG.js";
8
8
  import "./chunk-YOJ6QPGS.js";
9
9
  import "./chunk-BAG6OO6S.js";
10
10
  import "./chunk-EGRHWZRV.js";
@@ -5,11 +5,11 @@ import {
5
5
  handlePressableMouseEnter,
6
6
  waitForAnimationFrame
7
7
  } from "./chunk-BAG6OO6S.js";
8
+ import "./chunk-EGRHWZRV.js";
8
9
  import {
9
10
  dist_exports4 as dist_exports
10
11
  } from "./chunk-SGWD4VEU.js";
11
12
  import "./chunk-KFGKZMLK.js";
12
- import "./chunk-EGRHWZRV.js";
13
13
  import {
14
14
  clsx_default
15
15
  } from "./chunk-CNYJBM5F.js";
@@ -1,8 +1,14 @@
1
+ import {
2
+ Input
3
+ } from "./chunk-CQ3GYAYB.js";
1
4
  import {
2
5
  Button,
3
6
  LoadingIndicator,
4
7
  TransitionGroup
5
- } from "./chunk-PRLY65A2.js";
8
+ } from "./chunk-675LFNY2.js";
9
+ import {
10
+ o
11
+ } from "./chunk-QPJAV452.js";
6
12
  import {
7
13
  Check_default,
8
14
  ChevronDownVector_default,
@@ -11,12 +17,6 @@ import {
11
17
  Search_default,
12
18
  X_default
13
19
  } from "./chunk-XB525PXG.js";
14
- import {
15
- Input
16
- } from "./chunk-CQ3GYAYB.js";
17
- import {
18
- o
19
- } from "./chunk-QPJAV452.js";
20
20
  import {
21
21
  useTimeout
22
22
  } from "./chunk-YOJ6QPGS.js";
@@ -26,13 +26,13 @@ import {
26
26
  toCssVariables,
27
27
  waitForAnimationFrame
28
28
  } from "./chunk-BAG6OO6S.js";
29
+ import "./chunk-EGRHWZRV.js";
29
30
  import {
30
31
  dist_exports,
31
32
  dist_exports3 as dist_exports2,
32
33
  dist_exports5 as dist_exports3
33
34
  } from "./chunk-SGWD4VEU.js";
34
35
  import "./chunk-KFGKZMLK.js";
35
- import "./chunk-EGRHWZRV.js";
36
36
  import {
37
37
  clsx_default
38
38
  } from "./chunk-CNYJBM5F.js";
@@ -7,134 +7,134 @@
7
7
  "react": {
8
8
  "src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/index.js",
9
9
  "file": "react.js",
10
- "fileHash": "9f9292ff",
10
+ "fileHash": "06cf141e",
11
11
  "needsInterop": true
12
12
  },
13
13
  "react-dom": {
14
14
  "src": "../../../../node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js",
15
15
  "file": "react-dom.js",
16
- "fileHash": "4943b018",
16
+ "fileHash": "0cf14ea0",
17
17
  "needsInterop": true
18
18
  },
19
19
  "react/jsx-dev-runtime": {
20
20
  "src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-dev-runtime.js",
21
21
  "file": "react_jsx-dev-runtime.js",
22
- "fileHash": "13cb4e82",
22
+ "fileHash": "6bb19c1a",
23
23
  "needsInterop": true
24
24
  },
25
25
  "react/jsx-runtime": {
26
26
  "src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js",
27
27
  "file": "react_jsx-runtime.js",
28
- "fileHash": "c1b7a323",
28
+ "fileHash": "8273a91e",
29
29
  "needsInterop": true
30
30
  },
31
31
  "@openai/apps-sdk-ui/components/Button": {
32
32
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Button/index.js",
33
33
  "file": "@openai_apps-sdk-ui_components_Button.js",
34
- "fileHash": "d11f10e3",
34
+ "fileHash": "767cbffa",
35
35
  "needsInterop": false
36
36
  },
37
37
  "@openai/apps-sdk-ui/components/Checkbox": {
38
38
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Checkbox/index.js",
39
39
  "file": "@openai_apps-sdk-ui_components_Checkbox.js",
40
- "fileHash": "48b405d7",
40
+ "fileHash": "82589bf3",
41
41
  "needsInterop": false
42
42
  },
43
43
  "@openai/apps-sdk-ui/components/Icon": {
44
44
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Icon/index.js",
45
45
  "file": "@openai_apps-sdk-ui_components_Icon.js",
46
- "fileHash": "82b7cd9b",
46
+ "fileHash": "d70180a9",
47
47
  "needsInterop": false
48
48
  },
49
49
  "@openai/apps-sdk-ui/components/Input": {
50
50
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Input/index.js",
51
51
  "file": "@openai_apps-sdk-ui_components_Input.js",
52
- "fileHash": "25d68597",
52
+ "fileHash": "fcb03085",
53
53
  "needsInterop": false
54
54
  },
55
55
  "@openai/apps-sdk-ui/components/SegmentedControl": {
56
56
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/SegmentedControl/index.js",
57
57
  "file": "@openai_apps-sdk-ui_components_SegmentedControl.js",
58
- "fileHash": "6f65ea54",
58
+ "fileHash": "b497e6e1",
59
59
  "needsInterop": false
60
60
  },
61
61
  "@openai/apps-sdk-ui/components/Select": {
62
62
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Select/index.js",
63
63
  "file": "@openai_apps-sdk-ui_components_Select.js",
64
- "fileHash": "cd7121dd",
64
+ "fileHash": "b9c31b46",
65
65
  "needsInterop": false
66
66
  },
67
67
  "@openai/apps-sdk-ui/components/Textarea": {
68
68
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Textarea/index.js",
69
69
  "file": "@openai_apps-sdk-ui_components_Textarea.js",
70
- "fileHash": "37a29f03",
70
+ "fileHash": "cb2b489f",
71
71
  "needsInterop": false
72
72
  },
73
73
  "@openai/apps-sdk-ui/theme": {
74
74
  "src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/lib/theme.js",
75
75
  "file": "@openai_apps-sdk-ui_theme.js",
76
- "fileHash": "cec2c357",
76
+ "fileHash": "9d5ce0a8",
77
77
  "needsInterop": false
78
78
  },
79
79
  "clsx": {
80
80
  "src": "../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs",
81
81
  "file": "clsx.js",
82
- "fileHash": "7a00c4b1",
82
+ "fileHash": "339f1acb",
83
83
  "needsInterop": false
84
84
  },
85
85
  "embla-carousel-react": {
86
86
  "src": "../../../../node_modules/.pnpm/embla-carousel-react@8.6.0_react@19.2.0/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js",
87
87
  "file": "embla-carousel-react.js",
88
- "fileHash": "7977568f",
88
+ "fileHash": "72884b0a",
89
89
  "needsInterop": false
90
90
  },
91
91
  "embla-carousel-wheel-gestures": {
92
92
  "src": "../../../../node_modules/.pnpm/embla-carousel-wheel-gestures@8.1.0_embla-carousel@8.6.0/node_modules/embla-carousel-wheel-gestures/dist/embla-carousel-wheel-gestures.esm.js",
93
93
  "file": "embla-carousel-wheel-gestures.js",
94
- "fileHash": "c5f8d825",
94
+ "fileHash": "68b0935d",
95
95
  "needsInterop": false
96
96
  },
97
97
  "react-dom/client": {
98
98
  "src": "../../../../node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js",
99
99
  "file": "react-dom_client.js",
100
- "fileHash": "8b09036e",
100
+ "fileHash": "cbf4ff1e",
101
101
  "needsInterop": true
102
102
  },
103
103
  "tailwind-merge": {
104
104
  "src": "../../../../node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs",
105
105
  "file": "tailwind-merge.js",
106
- "fileHash": "5d548d9e",
106
+ "fileHash": "5e9a0e0e",
107
107
  "needsInterop": false
108
108
  }
109
109
  },
110
110
  "chunks": {
111
- "chunk-PRLY65A2": {
112
- "file": "chunk-PRLY65A2.js"
113
- },
114
- "chunk-XB525PXG": {
115
- "file": "chunk-XB525PXG.js"
116
- },
117
111
  "chunk-CQ3GYAYB": {
118
112
  "file": "chunk-CQ3GYAYB.js"
119
113
  },
114
+ "chunk-675LFNY2": {
115
+ "file": "chunk-675LFNY2.js"
116
+ },
120
117
  "chunk-QPJAV452": {
121
118
  "file": "chunk-QPJAV452.js"
122
119
  },
120
+ "chunk-XB525PXG": {
121
+ "file": "chunk-XB525PXG.js"
122
+ },
123
123
  "chunk-YOJ6QPGS": {
124
124
  "file": "chunk-YOJ6QPGS.js"
125
125
  },
126
126
  "chunk-BAG6OO6S": {
127
127
  "file": "chunk-BAG6OO6S.js"
128
128
  },
129
+ "chunk-EGRHWZRV": {
130
+ "file": "chunk-EGRHWZRV.js"
131
+ },
129
132
  "chunk-SGWD4VEU": {
130
133
  "file": "chunk-SGWD4VEU.js"
131
134
  },
132
135
  "chunk-KFGKZMLK": {
133
136
  "file": "chunk-KFGKZMLK.js"
134
137
  },
135
- "chunk-EGRHWZRV": {
136
- "file": "chunk-EGRHWZRV.js"
137
- },
138
138
  "chunk-CNYJBM5F": {
139
139
  "file": "chunk-CNYJBM5F.js"
140
140
  },
@@ -1,10 +1,10 @@
1
+ import {
2
+ o
3
+ } from "./chunk-QPJAV452.js";
1
4
  import {
2
5
  Check_default,
3
6
  Copy_default
4
7
  } from "./chunk-XB525PXG.js";
5
- import {
6
- o
7
- } from "./chunk-QPJAV452.js";
8
8
  import {
9
9
  useTimeout
10
10
  } from "./chunk-YOJ6QPGS.js";
@@ -625,4 +625,4 @@ export {
625
625
  ButtonLink,
626
626
  CopyButton
627
627
  };
628
- //# sourceMappingURL=chunk-PRLY65A2.js.map
628
+ //# sourceMappingURL=chunk-675LFNY2.js.map
@@ -1 +1 @@
1
- {"version":"4.0.13","results":[[":src/components/album/fullscreen-viewer.test.tsx",{"duration":225.97365200000013,"failed":false}],[":src/components/resources/carousel-resource.test.tsx",{"duration":254.122474,"failed":false}],[":src/components/album/albums.test.tsx",{"duration":316.821197,"failed":false}],[":src/components/resources/counter-resource.test.tsx",{"duration":330.27491199999986,"failed":false}],[":src/components/carousel/carousel.test.tsx",{"duration":86.61474699999962,"failed":false}],[":src/components/resources/albums-resource.test.tsx",{"duration":280.079291,"failed":false}],[":src/components/album/film-strip.test.tsx",{"duration":461.38244800000007,"failed":false}],[":src/components/album/album-card.test.tsx",{"duration":341.3352309999998,"failed":false}],[":src/components/card/card.test.tsx",{"duration":54.68800999999985,"failed":false}]]}
1
+ {"version":"4.0.13","results":[[":src/components/album/albums.test.tsx",{"duration":345.1719760000001,"failed":false}],[":src/components/resources/carousel-resource.test.tsx",{"duration":259.7773770000001,"failed":false}],[":src/components/album/fullscreen-viewer.test.tsx",{"duration":239.07196999999996,"failed":false}],[":src/components/resources/counter-resource.test.tsx",{"duration":366.42872199999965,"failed":false}],[":src/components/carousel/carousel.test.tsx",{"duration":89.68212499999981,"failed":false}],[":src/components/resources/albums-resource.test.tsx",{"duration":276.13348199999996,"failed":false}],[":src/components/album/film-strip.test.tsx",{"duration":516.9409169999999,"failed":false}],[":src/components/album/album-card.test.tsx",{"duration":313.33463800000004,"failed":false}],[":src/components/card/card.test.tsx",{"duration":58.67706799999996,"failed":false}]]}