sunpeak 0.9.6 → 0.9.10
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/index.cjs +1 -1
- package/dist/chatgpt/index.js +1 -1
- package/dist/chatgpt/simple-sidebar.d.ts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/{simulator-url-BStCoFTv.cjs → simulator-url-oevkxbU4.cjs} +358 -286
- package/dist/simulator-url-oevkxbU4.cjs.map +1 -0
- package/dist/{simulator-url-BOSS60NS.js → simulator-url-wBi-pko3.js} +358 -286
- package/dist/simulator-url-wBi-pko3.js.map +1 -0
- package/dist/style.css +40 -4
- package/package.json +1 -1
- package/template/dist/albums.js +7 -7
- package/template/dist/albums.json +1 -1
- package/template/dist/carousel.js +6 -6
- package/template/dist/carousel.json +1 -1
- package/template/dist/map.js +17 -17
- package/template/dist/map.json +1 -1
- package/template/dist/review.js +7 -7
- package/template/dist/review.json +1 -1
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js +4 -4
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js +6 -6
- package/template/node_modules/.vite/deps/_metadata.json +25 -25
- package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
- package/template/src/components/album/album-carousel.tsx +28 -3
- package/template/src/components/carousel/carousel.tsx +28 -3
- package/dist/simulator-url-BOSS60NS.js.map +0 -1
- package/dist/simulator-url-BStCoFTv.cjs.map +0 -1
package/dist/style.css
CHANGED
|
@@ -6282,6 +6282,10 @@ background-color: var(--gray-200);
|
|
|
6282
6282
|
min-height: calc(var(--spacing) * 8);
|
|
6283
6283
|
}
|
|
6284
6284
|
|
|
6285
|
+
.w-1 {
|
|
6286
|
+
width: calc(var(--spacing) * 1);
|
|
6287
|
+
}
|
|
6288
|
+
|
|
6285
6289
|
.w-3 {
|
|
6286
6290
|
width: calc(var(--spacing) * 3);
|
|
6287
6291
|
}
|
|
@@ -6403,6 +6407,10 @@ background-color: var(--gray-200);
|
|
|
6403
6407
|
animation: var(--animate-spin);
|
|
6404
6408
|
}
|
|
6405
6409
|
|
|
6410
|
+
.cursor-col-resize {
|
|
6411
|
+
cursor: col-resize;
|
|
6412
|
+
}
|
|
6413
|
+
|
|
6406
6414
|
.cursor-pointer {
|
|
6407
6415
|
cursor: pointer;
|
|
6408
6416
|
}
|
|
@@ -6416,10 +6424,18 @@ background-color: var(--gray-200);
|
|
|
6416
6424
|
resize: both;
|
|
6417
6425
|
}
|
|
6418
6426
|
|
|
6427
|
+
.resize-y {
|
|
6428
|
+
resize: vertical;
|
|
6429
|
+
}
|
|
6430
|
+
|
|
6419
6431
|
.grid-cols-2 {
|
|
6420
6432
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
6421
6433
|
}
|
|
6422
6434
|
|
|
6435
|
+
.grid-cols-4 {
|
|
6436
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
6437
|
+
}
|
|
6438
|
+
|
|
6423
6439
|
.grid-cols-\[1fr_auto_1fr\] {
|
|
6424
6440
|
grid-template-columns: 1fr auto 1fr;
|
|
6425
6441
|
}
|
|
@@ -6464,6 +6480,10 @@ background-color: var(--gray-200);
|
|
|
6464
6480
|
justify-content: flex-start;
|
|
6465
6481
|
}
|
|
6466
6482
|
|
|
6483
|
+
.gap-0\.5 {
|
|
6484
|
+
gap: calc(var(--spacing) * .5);
|
|
6485
|
+
}
|
|
6486
|
+
|
|
6467
6487
|
.gap-1 {
|
|
6468
6488
|
gap: calc(var(--spacing) * 1);
|
|
6469
6489
|
}
|
|
@@ -7180,6 +7200,10 @@ background-color: var(--gray-200);
|
|
|
7180
7200
|
z-index: 100;
|
|
7181
7201
|
}
|
|
7182
7202
|
|
|
7203
|
+
.max-md\:\!w-2\/3 {
|
|
7204
|
+
width: 66.6667% !important;
|
|
7205
|
+
}
|
|
7206
|
+
|
|
7183
7207
|
.max-md\:-translate-x-full {
|
|
7184
7208
|
--tw-translate-x: -100%;
|
|
7185
7209
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -7251,10 +7275,6 @@ background-color: var(--gray-200);
|
|
|
7251
7275
|
}
|
|
7252
7276
|
|
|
7253
7277
|
@media (min-width: 768px) {
|
|
7254
|
-
.md\:relative {
|
|
7255
|
-
position: relative;
|
|
7256
|
-
}
|
|
7257
|
-
|
|
7258
7278
|
.md\:z-20 {
|
|
7259
7279
|
z-index: 20;
|
|
7260
7280
|
}
|
|
@@ -7267,6 +7287,10 @@ background-color: var(--gray-200);
|
|
|
7267
7287
|
margin-inline: calc(var(--spacing) * -4);
|
|
7268
7288
|
}
|
|
7269
7289
|
|
|
7290
|
+
.md\:block {
|
|
7291
|
+
display: block;
|
|
7292
|
+
}
|
|
7293
|
+
|
|
7270
7294
|
.md\:flex {
|
|
7271
7295
|
display: flex;
|
|
7272
7296
|
}
|
|
@@ -7443,6 +7467,18 @@ background-color: var(--gray-200);
|
|
|
7443
7467
|
.\[\&\:hover\]\:bg-transparent:hover {
|
|
7444
7468
|
background-color: #0000;
|
|
7445
7469
|
}
|
|
7470
|
+
|
|
7471
|
+
.\[\&\>textarea\]\:\!h-full > textarea {
|
|
7472
|
+
height: 100% !important;
|
|
7473
|
+
}
|
|
7474
|
+
|
|
7475
|
+
.\[\&\>textarea\]\:\!max-h-none > textarea {
|
|
7476
|
+
max-height: none !important;
|
|
7477
|
+
}
|
|
7478
|
+
|
|
7479
|
+
.\[\&\>textarea\]\:\!min-h-0 > textarea {
|
|
7480
|
+
min-height: calc(var(--spacing) * 0) !important;
|
|
7481
|
+
}
|
|
7446
7482
|
}
|
|
7447
7483
|
|
|
7448
7484
|
@property --tw-translate-x {
|