sunpeak 0.2.5 → 0.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunpeak",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "The ChatGPT Apps UI SDK. Build and test your ChatGPT App UI locally with approved shadcn React components.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -18,6 +18,8 @@ export default defineConfig({
18
18
  '~': parentSrc,
19
19
  }),
20
20
  },
21
+ // Enable "style" condition for CSS-only packages like tw-animate-css
22
+ conditions: ['style'],
21
23
  },
22
24
  server: {
23
25
  port: 6767,