sunpeak 0.5.13 → 0.5.15
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 +5 -0
- package/dist/index.cjs +17 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +17 -25
- package/dist/index.js.map +1 -1
- package/dist/style.css +10 -0
- package/package.json +1 -1
- package/template/dist/chatgpt/albums.js +1 -1
- package/template/dist/chatgpt/carousel.js +1 -1
- package/template/dist/chatgpt/counter.js +1 -1
- package/template/node_modules/.vite/deps/_metadata.json +17 -17
- package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
package/dist/style.css
CHANGED
|
@@ -3587,6 +3587,10 @@
|
|
|
3587
3587
|
background-color: var(--color-background-primary-soft);
|
|
3588
3588
|
}
|
|
3589
3589
|
|
|
3590
|
+
.bg-sidebar {
|
|
3591
|
+
background-color: var(--color-surface-secondary);
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3590
3594
|
.bg-surface {
|
|
3591
3595
|
background-color: var(--color-surface);
|
|
3592
3596
|
}
|
|
@@ -3917,6 +3921,12 @@
|
|
|
3917
3921
|
outline-style: none;
|
|
3918
3922
|
}
|
|
3919
3923
|
|
|
3924
|
+
@media not all and (min-width: 768px) {
|
|
3925
|
+
.max-md\:hidden {
|
|
3926
|
+
display: none;
|
|
3927
|
+
}
|
|
3928
|
+
}
|
|
3929
|
+
|
|
3920
3930
|
@media (min-width: 768px) {
|
|
3921
3931
|
.md\:block {
|
|
3922
3932
|
display: block;
|