sunpeak 0.16.28 → 0.16.29
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 +27 -18
- package/dist/chatgpt/index.cjs +1 -1
- package/dist/chatgpt/index.js +1 -1
- package/dist/claude/index.cjs +1 -1
- package/dist/claude/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/simulator/index.cjs +1 -1
- package/dist/simulator/index.js +1 -1
- package/dist/{simulator-CmgNnWBO.js → simulator-C7mkK7Sz.js} +31 -32
- package/dist/simulator-C7mkK7Sz.js.map +1 -0
- package/dist/{simulator-BYIH-xqQ.cjs → simulator-DIVvI69i.cjs} +31 -32
- package/dist/simulator-DIVvI69i.cjs.map +1 -0
- package/dist/style.css +27 -18
- package/package.json +1 -1
- package/template/tests/e2e/map.spec.ts +4 -2
- package/dist/simulator-BYIH-xqQ.cjs.map +0 -1
- package/dist/simulator-CmgNnWBO.js.map +0 -1
package/dist/style.css
CHANGED
|
@@ -853,10 +853,6 @@
|
|
|
853
853
|
width: calc(var(--spacing) * 40);
|
|
854
854
|
}
|
|
855
855
|
|
|
856
|
-
.w-56 {
|
|
857
|
-
width: calc(var(--spacing) * 56);
|
|
858
|
-
}
|
|
859
|
-
|
|
860
856
|
.w-\[18px\] {
|
|
861
857
|
width: 18px;
|
|
862
858
|
}
|
|
@@ -971,10 +967,6 @@
|
|
|
971
967
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
972
968
|
}
|
|
973
969
|
|
|
974
|
-
.grid-cols-\[1fr_auto_1fr\] {
|
|
975
|
-
grid-template-columns: 1fr auto 1fr;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
970
|
.grid-cols-\[2fr_1fr\] {
|
|
979
971
|
grid-template-columns: 2fr 1fr;
|
|
980
972
|
}
|
|
@@ -1015,10 +1007,6 @@
|
|
|
1015
1007
|
justify-content: flex-end;
|
|
1016
1008
|
}
|
|
1017
1009
|
|
|
1018
|
-
.justify-start {
|
|
1019
|
-
justify-content: flex-start;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
1010
|
.gap-0\.5 {
|
|
1023
1011
|
gap: calc(var(--spacing) * .5);
|
|
1024
1012
|
}
|
|
@@ -1139,8 +1127,12 @@
|
|
|
1139
1127
|
border-radius: 10px;
|
|
1140
1128
|
}
|
|
1141
1129
|
|
|
1142
|
-
.rounded-\[
|
|
1143
|
-
border-radius:
|
|
1130
|
+
.rounded-\[22px\] {
|
|
1131
|
+
border-radius: 22px;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.rounded-\[28px\] {
|
|
1135
|
+
border-radius: 28px;
|
|
1144
1136
|
}
|
|
1145
1137
|
|
|
1146
1138
|
.rounded-full {
|
|
@@ -1385,10 +1377,18 @@
|
|
|
1385
1377
|
padding: calc(var(--spacing) * 1.5);
|
|
1386
1378
|
}
|
|
1387
1379
|
|
|
1380
|
+
.p-1\.25 {
|
|
1381
|
+
padding: calc(var(--spacing) * 1.25);
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1388
1384
|
.p-2 {
|
|
1389
1385
|
padding: calc(var(--spacing) * 2);
|
|
1390
1386
|
}
|
|
1391
1387
|
|
|
1388
|
+
.p-2\.5 {
|
|
1389
|
+
padding: calc(var(--spacing) * 2.5);
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
1392
|
.p-3 {
|
|
1393
1393
|
padding: calc(var(--spacing) * 3);
|
|
1394
1394
|
}
|
|
@@ -1555,6 +1555,11 @@
|
|
|
1555
1555
|
font-size: 11px;
|
|
1556
1556
|
}
|
|
1557
1557
|
|
|
1558
|
+
.leading-6 {
|
|
1559
|
+
--tw-leading: calc(var(--spacing) * 6);
|
|
1560
|
+
line-height: calc(var(--spacing) * 6);
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1558
1563
|
.leading-none {
|
|
1559
1564
|
--tw-leading: 1;
|
|
1560
1565
|
line-height: 1;
|
|
@@ -1665,13 +1670,13 @@
|
|
|
1665
1670
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1666
1671
|
}
|
|
1667
1672
|
|
|
1668
|
-
.shadow-\[
|
|
1669
|
-
--tw-shadow: 0px 0px 0px 1px var(--tw-shadow-color,
|
|
1673
|
+
.shadow-\[0px_0px_0px_1px_var\(--color-border-primary\)\,0px_4px_12px_rgba\(0\,0\,0\,0\.12\)\] {
|
|
1674
|
+
--tw-shadow: 0px 0px 0px 1px var(--tw-shadow-color, var(--color-border-primary)), 0px 4px 12px var(--tw-shadow-color, #0000001f);
|
|
1670
1675
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1671
1676
|
}
|
|
1672
1677
|
|
|
1673
|
-
.shadow-\[
|
|
1674
|
-
--tw-shadow: 0px 0px 0px 1px var(--tw-shadow-color,
|
|
1678
|
+
.shadow-\[0px_0px_0px_1px_var\(--color-border-primary\)\,0px_6px_20px_rgba\(0\,0\,0\,0\.1\)\] {
|
|
1679
|
+
--tw-shadow: 0px 0px 0px 1px var(--tw-shadow-color, var(--color-border-primary)), 0px 6px 20px var(--tw-shadow-color, #0000001a);
|
|
1675
1680
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1676
1681
|
}
|
|
1677
1682
|
|
|
@@ -2004,6 +2009,10 @@
|
|
|
2004
2009
|
}
|
|
2005
2010
|
|
|
2006
2011
|
@media (min-width: 48rem) {
|
|
2012
|
+
.md\:-start-6 {
|
|
2013
|
+
inset-inline-start: calc(var(--spacing) * -6);
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2007
2016
|
.md\:z-20 {
|
|
2008
2017
|
z-index: 20;
|
|
2009
2018
|
}
|
package/package.json
CHANGED
|
@@ -296,9 +296,11 @@ for (const host of hosts) {
|
|
|
296
296
|
const mapContainer = iframe.locator('.antialiased.w-full.overflow-hidden').first();
|
|
297
297
|
await expect(mapContainer).toBeVisible({ timeout: 10000 });
|
|
298
298
|
|
|
299
|
-
// Suggestion chips should be
|
|
299
|
+
// Suggestion chips should be present (contains "Open now", "Top rated", etc.)
|
|
300
|
+
// Use toBeAttached — Playwright's toBeVisible can false-negative inside
|
|
301
|
+
// double-iframes with overflow:hidden ancestors.
|
|
300
302
|
const openNowChip = iframe.locator('button:has-text("Open now")');
|
|
301
|
-
await expect(openNowChip).
|
|
303
|
+
await expect(openNowChip).toBeAttached({ timeout: 5000 });
|
|
302
304
|
});
|
|
303
305
|
});
|
|
304
306
|
});
|