sunpeak 0.5.7 → 0.5.8
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,4 +1,6 @@
|
|
|
1
1
|
import '../src/styles/globals.css';
|
|
2
|
+
// Import sunpeak to ensure simulator styles are included via side-effect
|
|
3
|
+
import 'sunpeak';
|
|
2
4
|
// @ts-expect-error - Template file with placeholders
|
|
3
5
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
4
6
|
import { createRoot } from 'react-dom/client';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
/* Import pre-built simulator styles from sunpeak */
|
|
2
|
-
@import "sunpeak/style.css";
|
|
3
|
-
|
|
4
1
|
@import "tailwindcss";
|
|
5
2
|
@import "@openai/apps-sdk-ui/css";
|
|
3
|
+
@import "sunpeak/style.css";
|
|
6
4
|
|
|
7
5
|
/* Scan app-specific source files for Tailwind classes */
|
|
8
6
|
@source "../src/**/*.{ts,tsx}";
|