sunpeak 0.5.28 → 0.5.29

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.
@@ -1,6 +1,3 @@
1
- /* Establish explicit layer order to ensure SDK UI components beat Tailwind's preflight */
2
- @layer properties, theme, base, components, utilities;
3
-
4
1
  @import "tailwindcss";
5
2
  @import "@openai/apps-sdk-ui/css";
6
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.5.28",
3
+ "version": "0.5.29",
4
4
  "description": "The MCP App SDK. Quickstart, build, & test your ChatGPT App locally!",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -5,6 +5,8 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Sunpeak - ChatGPT App SDK</title>
7
7
  <link rel="icon" type="image/x-icon" href="/favicon.ico" />
8
+ <!-- Establish CSS layer order BEFORE any JS-injected CSS modules -->
9
+ <style>@layer properties, theme, base, components, utilities;</style>
8
10
  </head>
9
11
  <body>
10
12
  <div id="root"></div>
@@ -7,103 +7,103 @@
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": "e9f72e21",
10
+ "fileHash": "86a46826",
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": "93bf59db",
16
+ "fileHash": "cb057fdc",
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": "3127b969",
22
+ "fileHash": "95cc0d1c",
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": "2195d951",
28
+ "fileHash": "a8bfe5aa",
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": "01f56024",
34
+ "fileHash": "ff5a8ad8",
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": "fe5dbb02",
40
+ "fileHash": "58115cd9",
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": "fdf94b93",
46
+ "fileHash": "a9279eac",
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": "d120a242",
52
+ "fileHash": "aa953059",
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": "a7f6a0e2",
58
+ "fileHash": "4d641ddd",
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": "50072bcd",
64
+ "fileHash": "bf4dca24",
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": "51193e44",
70
+ "fileHash": "2c7b2e4c",
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": "bbcaef3e",
76
+ "fileHash": "058eb199",
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": "bd8ee9d4",
82
+ "fileHash": "46683199",
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": "52500586",
88
+ "fileHash": "70d8c38e",
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": "da9d75ac",
94
+ "fileHash": "f283f882",
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": "4cb00185",
100
+ "fileHash": "9bc2d40b",
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": "2e0ce082",
106
+ "fileHash": "6d798b9a",
107
107
  "needsInterop": false
108
108
  }
109
109
  },
@@ -1 +1 @@
1
- {"version":"4.0.13","results":[[":src/components/album/albums.test.tsx",{"duration":326.80638,"failed":false}],[":src/components/album/fullscreen-viewer.test.tsx",{"duration":287.47383100000025,"failed":false}],[":src/components/resources/carousel-resource.test.tsx",{"duration":254.11541999999986,"failed":false}],[":src/components/resources/counter-resource.test.tsx",{"duration":327.93082700000014,"failed":false}],[":src/components/carousel/carousel.test.tsx",{"duration":68.97006199999987,"failed":false}],[":src/components/resources/albums-resource.test.tsx",{"duration":270.80359999999996,"failed":false}],[":src/components/album/film-strip.test.tsx",{"duration":483.3133650000002,"failed":false}],[":src/components/album/album-card.test.tsx",{"duration":390.65234599999985,"failed":false}],[":src/components/card/card.test.tsx",{"duration":53.93288800000005,"failed":false}]]}
1
+ {"version":"4.0.13","results":[[":src/components/album/albums.test.tsx",{"duration":352.48732900000005,"failed":false}],[":src/components/resources/carousel-resource.test.tsx",{"duration":245.6272590000001,"failed":false}],[":src/components/album/fullscreen-viewer.test.tsx",{"duration":287.3208420000001,"failed":false}],[":src/components/resources/counter-resource.test.tsx",{"duration":320.6662189999997,"failed":false}],[":src/components/carousel/carousel.test.tsx",{"duration":89.99498499999982,"failed":false}],[":src/components/resources/albums-resource.test.tsx",{"duration":339.8350640000001,"failed":false}],[":src/components/album/film-strip.test.tsx",{"duration":450.0831289999999,"failed":false}],[":src/components/album/album-card.test.tsx",{"duration":379.06108199999994,"failed":false}],[":src/components/card/card.test.tsx",{"duration":54.65718200000015,"failed":false}]]}
@@ -1,6 +1,3 @@
1
- /* Establish explicit layer order BEFORE any imports to ensure proper cascade */
2
- @layer properties, theme, base, components, utilities;
3
-
4
1
  /* sunpeak/style.css handles tailwindcss and @openai/apps-sdk-ui/css imports */
5
2
  @import "sunpeak/style.css";
6
3