sunpeak 0.5.5 → 0.5.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/dist/chatgpt/globals.css
CHANGED
|
@@ -1,11 +1,2 @@
|
|
|
1
|
-
@import "tailwindcss";
|
|
2
|
-
@import "@openai/apps-sdk-ui/css";
|
|
3
|
-
|
|
4
1
|
/* Scan simulator source files for Tailwind classes */
|
|
5
2
|
@source "./**/*.{ts,tsx}";
|
|
6
|
-
|
|
7
|
-
/* Required for Tailwind to find class references in Apps SDK UI components. */
|
|
8
|
-
@source "../node_modules/@openai/apps-sdk-ui";
|
|
9
|
-
|
|
10
|
-
/* Configure dark mode to use data-theme attribute (OpenAI SDK standard) */
|
|
11
|
-
@custom-variant dark (&:where([data-theme="dark"], [data-theme="dark"] *));
|
package/dist/style.css
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import "tailwindcss";
|
|
2
2
|
@import "@openai/apps-sdk-ui/css";
|
|
3
3
|
|
|
4
|
-
/* Import simulator
|
|
4
|
+
/* Import simulator source scanning from sunpeak */
|
|
5
5
|
@import "sunpeak/chatgpt/globals.css";
|
|
6
6
|
|
|
7
7
|
/* Scan app-specific source files for Tailwind classes */
|