sunpeak 0.6.5 → 0.6.7
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/bin/sunpeak.js +6 -6
- package/package.json +1 -1
- package/template/dist/chatgpt/{pizzaz.js → map.js} +3 -3
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Button.js +3 -3
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_SegmentedControl.js +1 -1
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Select.js +16 -16
- package/template/node_modules/.vite/deps/@openai_apps-sdk-ui_components_Textarea.js +3 -3
- package/template/node_modules/.vite/deps/_metadata.json +32 -32
- package/template/node_modules/.vite/deps/{chunk-LR7NKCX5.js → chunk-DQAZDQU3.js} +8 -8
- package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
- package/template/src/components/index.ts +1 -1
- package/template/src/components/{pizzaz → map}/index.ts +1 -1
- package/template/src/components/map/map-view.test.tsx +146 -0
- package/template/src/components/{pizzaz → map}/map-view.tsx +2 -2
- package/template/src/components/{pizzaz/pizzaz.tsx → map/map.tsx} +7 -7
- package/template/src/components/map/place-card.test.tsx +76 -0
- package/template/src/components/{pizzaz → map}/place-card.tsx +1 -1
- package/template/src/components/map/place-carousel.test.tsx +84 -0
- package/template/src/components/{pizzaz → map}/place-carousel.tsx +1 -1
- package/template/src/components/map/place-inspector.test.tsx +91 -0
- package/template/src/components/{pizzaz → map}/place-inspector.tsx +2 -2
- package/template/src/components/map/place-list.test.tsx +97 -0
- package/template/src/components/{pizzaz → map}/place-list.tsx +1 -1
- package/template/src/resources/index.ts +1 -1
- package/template/src/resources/{pizzaz-resource.tsx → map-resource.tsx} +5 -5
- package/template/src/simulations/index.ts +2 -2
- package/template/src/simulations/{pizzaz-simulation.ts → map-simulation.ts} +9 -9
- /package/template/node_modules/.vite/deps/{chunk-LR7NKCX5.js.map → chunk-DQAZDQU3.js.map} +0 -0
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
Button,
|
|
3
3
|
ButtonLink,
|
|
4
4
|
CopyButton
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DQAZDQU3.js";
|
|
6
|
+
import "./chunk-XB525PXG.js";
|
|
6
7
|
import "./chunk-YOJ6QPGS.js";
|
|
7
|
-
import "./chunk-QPJAV452.js";
|
|
8
8
|
import "./chunk-BAG6OO6S.js";
|
|
9
|
+
import "./chunk-QPJAV452.js";
|
|
9
10
|
import "./chunk-EGRHWZRV.js";
|
|
10
11
|
import "./chunk-CNYJBM5F.js";
|
|
11
|
-
import "./chunk-XB525PXG.js";
|
|
12
12
|
import "./chunk-PTVT3RFX.js";
|
|
13
13
|
import "./chunk-4TLBUCVB.js";
|
|
14
14
|
import "./chunk-ILHRZGIS.js";
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
handlePressableMouseEnter,
|
|
6
6
|
waitForAnimationFrame
|
|
7
7
|
} from "./chunk-BAG6OO6S.js";
|
|
8
|
-
import "./chunk-EGRHWZRV.js";
|
|
9
8
|
import {
|
|
10
9
|
dist_exports4 as dist_exports
|
|
11
10
|
} from "./chunk-SGWD4VEU.js";
|
|
12
11
|
import "./chunk-KFGKZMLK.js";
|
|
12
|
+
import "./chunk-EGRHWZRV.js";
|
|
13
13
|
import {
|
|
14
14
|
clsx_default
|
|
15
15
|
} from "./chunk-CNYJBM5F.js";
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Input
|
|
3
|
-
} from "./chunk-CQ3GYAYB.js";
|
|
4
1
|
import {
|
|
5
2
|
Button,
|
|
6
3
|
LoadingIndicator,
|
|
7
4
|
TransitionGroup
|
|
8
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DQAZDQU3.js";
|
|
6
|
+
import {
|
|
7
|
+
Check_default,
|
|
8
|
+
ChevronDownVector_default,
|
|
9
|
+
DropdownVector_default,
|
|
10
|
+
Info_default,
|
|
11
|
+
Search_default,
|
|
12
|
+
X_default
|
|
13
|
+
} from "./chunk-XB525PXG.js";
|
|
9
14
|
import {
|
|
10
15
|
useTimeout
|
|
11
16
|
} from "./chunk-YOJ6QPGS.js";
|
|
12
|
-
import {
|
|
13
|
-
o
|
|
14
|
-
} from "./chunk-QPJAV452.js";
|
|
15
17
|
import {
|
|
16
18
|
handlePressableMouseEnter,
|
|
17
19
|
preventDefaultHandler,
|
|
18
20
|
toCssVariables,
|
|
19
21
|
waitForAnimationFrame
|
|
20
22
|
} from "./chunk-BAG6OO6S.js";
|
|
21
|
-
import "./chunk-EGRHWZRV.js";
|
|
22
23
|
import {
|
|
23
24
|
dist_exports,
|
|
24
25
|
dist_exports3 as dist_exports2,
|
|
25
26
|
dist_exports5 as dist_exports3
|
|
26
27
|
} from "./chunk-SGWD4VEU.js";
|
|
27
28
|
import "./chunk-KFGKZMLK.js";
|
|
29
|
+
import {
|
|
30
|
+
Input
|
|
31
|
+
} from "./chunk-CQ3GYAYB.js";
|
|
32
|
+
import {
|
|
33
|
+
o
|
|
34
|
+
} from "./chunk-QPJAV452.js";
|
|
35
|
+
import "./chunk-EGRHWZRV.js";
|
|
28
36
|
import {
|
|
29
37
|
clsx_default
|
|
30
38
|
} from "./chunk-CNYJBM5F.js";
|
|
31
|
-
import {
|
|
32
|
-
Check_default,
|
|
33
|
-
ChevronDownVector_default,
|
|
34
|
-
DropdownVector_default,
|
|
35
|
-
Info_default,
|
|
36
|
-
Search_default,
|
|
37
|
-
X_default
|
|
38
|
-
} from "./chunk-XB525PXG.js";
|
|
39
39
|
import {
|
|
40
40
|
require_jsx_runtime
|
|
41
41
|
} from "./chunk-PTVT3RFX.js";
|
|
@@ -7,149 +7,149 @@
|
|
|
7
7
|
"react": {
|
|
8
8
|
"src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/index.js",
|
|
9
9
|
"file": "react.js",
|
|
10
|
-
"fileHash": "
|
|
10
|
+
"fileHash": "63a1aabd",
|
|
11
11
|
"needsInterop": true
|
|
12
12
|
},
|
|
13
13
|
"react-dom": {
|
|
14
14
|
"src": "../../../../node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/index.js",
|
|
15
15
|
"file": "react-dom.js",
|
|
16
|
-
"fileHash": "
|
|
16
|
+
"fileHash": "39a93d3f",
|
|
17
17
|
"needsInterop": true
|
|
18
18
|
},
|
|
19
19
|
"react/jsx-dev-runtime": {
|
|
20
20
|
"src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-dev-runtime.js",
|
|
21
21
|
"file": "react_jsx-dev-runtime.js",
|
|
22
|
-
"fileHash": "
|
|
22
|
+
"fileHash": "23777ec9",
|
|
23
23
|
"needsInterop": true
|
|
24
24
|
},
|
|
25
25
|
"react/jsx-runtime": {
|
|
26
26
|
"src": "../../../../node_modules/.pnpm/react@19.2.0/node_modules/react/jsx-runtime.js",
|
|
27
27
|
"file": "react_jsx-runtime.js",
|
|
28
|
-
"fileHash": "
|
|
28
|
+
"fileHash": "22021338",
|
|
29
29
|
"needsInterop": true
|
|
30
30
|
},
|
|
31
31
|
"@openai/apps-sdk-ui/components/Avatar": {
|
|
32
32
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Avatar/index.js",
|
|
33
33
|
"file": "@openai_apps-sdk-ui_components_Avatar.js",
|
|
34
|
-
"fileHash": "
|
|
34
|
+
"fileHash": "acc568e6",
|
|
35
35
|
"needsInterop": false
|
|
36
36
|
},
|
|
37
37
|
"@openai/apps-sdk-ui/components/Button": {
|
|
38
38
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Button/index.js",
|
|
39
39
|
"file": "@openai_apps-sdk-ui_components_Button.js",
|
|
40
|
-
"fileHash": "
|
|
40
|
+
"fileHash": "4d606162",
|
|
41
41
|
"needsInterop": false
|
|
42
42
|
},
|
|
43
43
|
"@openai/apps-sdk-ui/components/Checkbox": {
|
|
44
44
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Checkbox/index.js",
|
|
45
45
|
"file": "@openai_apps-sdk-ui_components_Checkbox.js",
|
|
46
|
-
"fileHash": "
|
|
46
|
+
"fileHash": "fe130d50",
|
|
47
47
|
"needsInterop": false
|
|
48
48
|
},
|
|
49
49
|
"@openai/apps-sdk-ui/components/Icon": {
|
|
50
50
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Icon/index.js",
|
|
51
51
|
"file": "@openai_apps-sdk-ui_components_Icon.js",
|
|
52
|
-
"fileHash": "
|
|
52
|
+
"fileHash": "9c6ad541",
|
|
53
53
|
"needsInterop": false
|
|
54
54
|
},
|
|
55
55
|
"@openai/apps-sdk-ui/components/Input": {
|
|
56
56
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Input/index.js",
|
|
57
57
|
"file": "@openai_apps-sdk-ui_components_Input.js",
|
|
58
|
-
"fileHash": "
|
|
58
|
+
"fileHash": "6843ec9f",
|
|
59
59
|
"needsInterop": false
|
|
60
60
|
},
|
|
61
61
|
"@openai/apps-sdk-ui/components/SegmentedControl": {
|
|
62
62
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/SegmentedControl/index.js",
|
|
63
63
|
"file": "@openai_apps-sdk-ui_components_SegmentedControl.js",
|
|
64
|
-
"fileHash": "
|
|
64
|
+
"fileHash": "65fb785b",
|
|
65
65
|
"needsInterop": false
|
|
66
66
|
},
|
|
67
67
|
"@openai/apps-sdk-ui/components/Select": {
|
|
68
68
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Select/index.js",
|
|
69
69
|
"file": "@openai_apps-sdk-ui_components_Select.js",
|
|
70
|
-
"fileHash": "
|
|
70
|
+
"fileHash": "e4d331f8",
|
|
71
71
|
"needsInterop": false
|
|
72
72
|
},
|
|
73
73
|
"@openai/apps-sdk-ui/components/Textarea": {
|
|
74
74
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/components/Textarea/index.js",
|
|
75
75
|
"file": "@openai_apps-sdk-ui_components_Textarea.js",
|
|
76
|
-
"fileHash": "
|
|
76
|
+
"fileHash": "733d2750",
|
|
77
77
|
"needsInterop": false
|
|
78
78
|
},
|
|
79
79
|
"@openai/apps-sdk-ui/theme": {
|
|
80
80
|
"src": "../../../../node_modules/.pnpm/@openai+apps-sdk-ui@0.2.0_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._60630c8dcc43ec213b3e346c9e26579b/node_modules/@openai/apps-sdk-ui/dist/es/lib/theme.js",
|
|
81
81
|
"file": "@openai_apps-sdk-ui_theme.js",
|
|
82
|
-
"fileHash": "
|
|
82
|
+
"fileHash": "86ab9241",
|
|
83
83
|
"needsInterop": false
|
|
84
84
|
},
|
|
85
85
|
"clsx": {
|
|
86
86
|
"src": "../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs",
|
|
87
87
|
"file": "clsx.js",
|
|
88
|
-
"fileHash": "
|
|
88
|
+
"fileHash": "ea30a216",
|
|
89
89
|
"needsInterop": false
|
|
90
90
|
},
|
|
91
91
|
"embla-carousel-react": {
|
|
92
92
|
"src": "../../../../node_modules/.pnpm/embla-carousel-react@8.6.0_react@19.2.0/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js",
|
|
93
93
|
"file": "embla-carousel-react.js",
|
|
94
|
-
"fileHash": "
|
|
94
|
+
"fileHash": "bbac0c24",
|
|
95
95
|
"needsInterop": false
|
|
96
96
|
},
|
|
97
97
|
"embla-carousel-wheel-gestures": {
|
|
98
98
|
"src": "../../../../node_modules/.pnpm/embla-carousel-wheel-gestures@8.1.0_embla-carousel@8.6.0/node_modules/embla-carousel-wheel-gestures/dist/embla-carousel-wheel-gestures.esm.js",
|
|
99
99
|
"file": "embla-carousel-wheel-gestures.js",
|
|
100
|
-
"fileHash": "
|
|
100
|
+
"fileHash": "aea80d6b",
|
|
101
101
|
"needsInterop": false
|
|
102
102
|
},
|
|
103
103
|
"mapbox-gl": {
|
|
104
104
|
"src": "../../../../node_modules/.pnpm/mapbox-gl@3.17.0/node_modules/mapbox-gl/dist/mapbox-gl.js",
|
|
105
105
|
"file": "mapbox-gl.js",
|
|
106
|
-
"fileHash": "
|
|
106
|
+
"fileHash": "94c5be64",
|
|
107
107
|
"needsInterop": true
|
|
108
108
|
},
|
|
109
109
|
"react-dom/client": {
|
|
110
110
|
"src": "../../../../node_modules/.pnpm/react-dom@19.2.0_react@19.2.0/node_modules/react-dom/client.js",
|
|
111
111
|
"file": "react-dom_client.js",
|
|
112
|
-
"fileHash": "
|
|
112
|
+
"fileHash": "8795efae",
|
|
113
113
|
"needsInterop": true
|
|
114
114
|
},
|
|
115
115
|
"tailwind-merge": {
|
|
116
116
|
"src": "../../../../node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs",
|
|
117
117
|
"file": "tailwind-merge.js",
|
|
118
|
-
"fileHash": "
|
|
118
|
+
"fileHash": "4f935315",
|
|
119
119
|
"needsInterop": false
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"chunks": {
|
|
123
|
-
"chunk-
|
|
124
|
-
"file": "chunk-
|
|
123
|
+
"chunk-DQAZDQU3": {
|
|
124
|
+
"file": "chunk-DQAZDQU3.js"
|
|
125
125
|
},
|
|
126
|
-
"chunk-
|
|
127
|
-
"file": "chunk-
|
|
126
|
+
"chunk-XB525PXG": {
|
|
127
|
+
"file": "chunk-XB525PXG.js"
|
|
128
128
|
},
|
|
129
129
|
"chunk-YOJ6QPGS": {
|
|
130
130
|
"file": "chunk-YOJ6QPGS.js"
|
|
131
131
|
},
|
|
132
|
-
"chunk-QPJAV452": {
|
|
133
|
-
"file": "chunk-QPJAV452.js"
|
|
134
|
-
},
|
|
135
132
|
"chunk-BAG6OO6S": {
|
|
136
133
|
"file": "chunk-BAG6OO6S.js"
|
|
137
134
|
},
|
|
138
|
-
"chunk-EGRHWZRV": {
|
|
139
|
-
"file": "chunk-EGRHWZRV.js"
|
|
140
|
-
},
|
|
141
135
|
"chunk-SGWD4VEU": {
|
|
142
136
|
"file": "chunk-SGWD4VEU.js"
|
|
143
137
|
},
|
|
144
138
|
"chunk-KFGKZMLK": {
|
|
145
139
|
"file": "chunk-KFGKZMLK.js"
|
|
146
140
|
},
|
|
141
|
+
"chunk-CQ3GYAYB": {
|
|
142
|
+
"file": "chunk-CQ3GYAYB.js"
|
|
143
|
+
},
|
|
144
|
+
"chunk-QPJAV452": {
|
|
145
|
+
"file": "chunk-QPJAV452.js"
|
|
146
|
+
},
|
|
147
|
+
"chunk-EGRHWZRV": {
|
|
148
|
+
"file": "chunk-EGRHWZRV.js"
|
|
149
|
+
},
|
|
147
150
|
"chunk-CNYJBM5F": {
|
|
148
151
|
"file": "chunk-CNYJBM5F.js"
|
|
149
152
|
},
|
|
150
|
-
"chunk-XB525PXG": {
|
|
151
|
-
"file": "chunk-XB525PXG.js"
|
|
152
|
-
},
|
|
153
153
|
"chunk-PTVT3RFX": {
|
|
154
154
|
"file": "chunk-PTVT3RFX.js"
|
|
155
155
|
},
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Check_default,
|
|
3
|
+
Copy_default
|
|
4
|
+
} from "./chunk-XB525PXG.js";
|
|
1
5
|
import {
|
|
2
6
|
useTimeout
|
|
3
7
|
} from "./chunk-YOJ6QPGS.js";
|
|
4
|
-
import {
|
|
5
|
-
o
|
|
6
|
-
} from "./chunk-QPJAV452.js";
|
|
7
8
|
import {
|
|
8
9
|
handlePressableMouseEnter,
|
|
9
10
|
isDev,
|
|
@@ -15,13 +16,12 @@ import {
|
|
|
15
16
|
toTransformProperty,
|
|
16
17
|
waitForAnimationFrame
|
|
17
18
|
} from "./chunk-BAG6OO6S.js";
|
|
19
|
+
import {
|
|
20
|
+
o
|
|
21
|
+
} from "./chunk-QPJAV452.js";
|
|
18
22
|
import {
|
|
19
23
|
clsx_default
|
|
20
24
|
} from "./chunk-CNYJBM5F.js";
|
|
21
|
-
import {
|
|
22
|
-
Check_default,
|
|
23
|
-
Copy_default
|
|
24
|
-
} from "./chunk-XB525PXG.js";
|
|
25
25
|
import {
|
|
26
26
|
require_jsx_runtime
|
|
27
27
|
} from "./chunk-PTVT3RFX.js";
|
|
@@ -625,4 +625,4 @@ export {
|
|
|
625
625
|
ButtonLink,
|
|
626
626
|
CopyButton
|
|
627
627
|
};
|
|
628
|
-
//# sourceMappingURL=chunk-
|
|
628
|
+
//# sourceMappingURL=chunk-DQAZDQU3.js.map
|
package/template/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"4.0.13","results":[[":src/resources/carousel-resource.test.tsx",{"duration":
|
|
1
|
+
{"version":"4.0.13","results":[[":src/resources/carousel-resource.test.tsx",{"duration":257.4971499999999,"failed":false}],[":src/components/album/albums.test.tsx",{"duration":338.6859280000001,"failed":false}],[":src/components/map/map-view.test.tsx",{"duration":68.25615300000004,"failed":false}],[":src/resources/counter-resource.test.tsx",{"duration":346.021925,"failed":false}],[":src/components/map/place-inspector.test.tsx",{"duration":415.60394399999996,"failed":false}],[":src/components/album/fullscreen-viewer.test.tsx",{"duration":205.53456199999982,"failed":false}],[":src/components/map/place-list.test.tsx",{"duration":166.04964100000007,"failed":false}],[":src/components/map/place-card.test.tsx",{"duration":333.05097,"failed":false}],[":src/components/map/place-carousel.test.tsx",{"duration":443.04913099999976,"failed":false}],[":src/components/album/album-carousel.test.tsx",{"duration":87.34626800000001,"failed":false}],[":src/components/carousel/carousel.test.tsx",{"duration":86.42935499999999,"failed":false}],[":src/resources/albums-resource.test.tsx",{"duration":254.2782340000001,"failed":false}],[":src/components/album/film-strip.test.tsx",{"duration":451.0885719999999,"failed":false}],[":src/components/album/album-card.test.tsx",{"duration":332.125442,"failed":false}],[":src/components/carousel/card.test.tsx",{"duration":91.10827399999994,"failed":false}]]}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { render } from '@testing-library/react';
|
|
2
|
+
import { describe, it, expect, vi, beforeEach } from 'vitest';
|
|
3
|
+
import { MapView } from './map-view';
|
|
4
|
+
import type { Place } from '../../simulations/map-simulation';
|
|
5
|
+
|
|
6
|
+
// Mock mapbox-gl
|
|
7
|
+
vi.mock('mapbox-gl', () => ({
|
|
8
|
+
default: {
|
|
9
|
+
accessToken: '',
|
|
10
|
+
Map: class MockMap {
|
|
11
|
+
on = vi.fn();
|
|
12
|
+
once = vi.fn();
|
|
13
|
+
remove = vi.fn();
|
|
14
|
+
resize = vi.fn();
|
|
15
|
+
loaded = vi.fn().mockReturnValue(true);
|
|
16
|
+
flyTo = vi.fn();
|
|
17
|
+
fitBounds = vi.fn();
|
|
18
|
+
},
|
|
19
|
+
Marker: class MockMarker {
|
|
20
|
+
setLngLat = vi.fn().mockReturnThis();
|
|
21
|
+
addTo = vi.fn().mockReturnThis();
|
|
22
|
+
remove = vi.fn();
|
|
23
|
+
getElement = vi.fn().mockReturnValue(document.createElement('div'));
|
|
24
|
+
},
|
|
25
|
+
LngLatBounds: class MockLngLatBounds {
|
|
26
|
+
extend = vi.fn().mockReturnThis();
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
}));
|
|
30
|
+
|
|
31
|
+
// Mock sunpeak hook
|
|
32
|
+
vi.mock('sunpeak', () => ({
|
|
33
|
+
useMaxHeight: vi.fn().mockReturnValue(600),
|
|
34
|
+
}));
|
|
35
|
+
|
|
36
|
+
describe('MapView', () => {
|
|
37
|
+
const mockPlaces: Place[] = [
|
|
38
|
+
{
|
|
39
|
+
id: 'place-1',
|
|
40
|
+
name: 'First Place',
|
|
41
|
+
coords: [-122.4194, 37.7749],
|
|
42
|
+
description: 'First test place',
|
|
43
|
+
city: 'San Francisco',
|
|
44
|
+
rating: 4.5,
|
|
45
|
+
price: '$$',
|
|
46
|
+
thumbnail: 'https://example.com/1.jpg',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
id: 'place-2',
|
|
50
|
+
name: 'Second Place',
|
|
51
|
+
coords: [-122.4094, 37.7849],
|
|
52
|
+
description: 'Second test place',
|
|
53
|
+
city: 'Oakland',
|
|
54
|
+
rating: 4.2,
|
|
55
|
+
price: '$',
|
|
56
|
+
thumbnail: 'https://example.com/2.jpg',
|
|
57
|
+
},
|
|
58
|
+
];
|
|
59
|
+
|
|
60
|
+
beforeEach(() => {
|
|
61
|
+
vi.clearAllMocks();
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
it('renders map container', () => {
|
|
65
|
+
const { container } = render(
|
|
66
|
+
<MapView
|
|
67
|
+
places={mockPlaces}
|
|
68
|
+
selectedPlace={null}
|
|
69
|
+
isFullscreen={false}
|
|
70
|
+
onSelectPlace={vi.fn()}
|
|
71
|
+
/>
|
|
72
|
+
);
|
|
73
|
+
|
|
74
|
+
const mapContainer = container.querySelector('div[class*="absolute"]');
|
|
75
|
+
expect(mapContainer).toBeInTheDocument();
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
it('applies different styles for fullscreen mode', () => {
|
|
79
|
+
const { container, rerender } = render(
|
|
80
|
+
<MapView
|
|
81
|
+
places={mockPlaces}
|
|
82
|
+
selectedPlace={null}
|
|
83
|
+
isFullscreen={false}
|
|
84
|
+
onSelectPlace={vi.fn()}
|
|
85
|
+
/>
|
|
86
|
+
);
|
|
87
|
+
|
|
88
|
+
let mapWrapper = container.firstChild as HTMLElement;
|
|
89
|
+
expect(mapWrapper.className).not.toContain('left-[340px]');
|
|
90
|
+
|
|
91
|
+
rerender(
|
|
92
|
+
<MapView
|
|
93
|
+
places={mockPlaces}
|
|
94
|
+
selectedPlace={null}
|
|
95
|
+
isFullscreen={true}
|
|
96
|
+
onSelectPlace={vi.fn()}
|
|
97
|
+
/>
|
|
98
|
+
);
|
|
99
|
+
|
|
100
|
+
mapWrapper = container.firstChild as HTMLElement;
|
|
101
|
+
expect(mapWrapper.className).toContain('left-[340px]');
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
it('handles empty places array gracefully', () => {
|
|
105
|
+
const { container } = render(
|
|
106
|
+
<MapView places={[]} selectedPlace={null} isFullscreen={false} onSelectPlace={vi.fn()} />
|
|
107
|
+
);
|
|
108
|
+
|
|
109
|
+
expect(container.firstChild).toBeInTheDocument();
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
it('handles places with invalid coordinates gracefully', () => {
|
|
113
|
+
const invalidPlaces: Place[] = [
|
|
114
|
+
{
|
|
115
|
+
...mockPlaces[0],
|
|
116
|
+
coords: [] as unknown as [number, number],
|
|
117
|
+
},
|
|
118
|
+
];
|
|
119
|
+
|
|
120
|
+
const { container } = render(
|
|
121
|
+
<MapView
|
|
122
|
+
places={invalidPlaces}
|
|
123
|
+
selectedPlace={null}
|
|
124
|
+
isFullscreen={false}
|
|
125
|
+
onSelectPlace={vi.fn()}
|
|
126
|
+
/>
|
|
127
|
+
);
|
|
128
|
+
|
|
129
|
+
expect(container.firstChild).toBeInTheDocument();
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
it('accepts custom className prop', () => {
|
|
133
|
+
const { container } = render(
|
|
134
|
+
<MapView
|
|
135
|
+
places={mockPlaces}
|
|
136
|
+
selectedPlace={null}
|
|
137
|
+
isFullscreen={false}
|
|
138
|
+
onSelectPlace={vi.fn()}
|
|
139
|
+
className="custom-class"
|
|
140
|
+
/>
|
|
141
|
+
);
|
|
142
|
+
|
|
143
|
+
const mapWrapper = container.firstChild as HTMLElement;
|
|
144
|
+
expect(mapWrapper.className).toContain('custom-class');
|
|
145
|
+
});
|
|
146
|
+
});
|
|
@@ -3,7 +3,7 @@ import mapboxgl from 'mapbox-gl';
|
|
|
3
3
|
import 'mapbox-gl/dist/mapbox-gl.css';
|
|
4
4
|
import { useMaxHeight } from 'sunpeak';
|
|
5
5
|
import { cn } from '../../lib/index';
|
|
6
|
-
import type { Place } from '../../simulations/
|
|
6
|
+
import type { Place } from '../../simulations/map-simulation';
|
|
7
7
|
|
|
8
8
|
// Public Mapbox token for demo purposes
|
|
9
9
|
mapboxgl.accessToken =
|
|
@@ -79,7 +79,7 @@ export const MapView = React.forwardRef<HTMLDivElement, MapViewProps>(
|
|
|
79
79
|
if (typeof window === 'undefined') return 0;
|
|
80
80
|
|
|
81
81
|
const isXlUp = window.matchMedia && window.matchMedia('(min-width: 1280px)').matches;
|
|
82
|
-
const el = document.querySelector('.
|
|
82
|
+
const el = document.querySelector('.map-inspector');
|
|
83
83
|
const w = el ? el.getBoundingClientRect().width : 360;
|
|
84
84
|
const half = Math.round(w / 2);
|
|
85
85
|
|
|
@@ -13,19 +13,19 @@ import { PlaceList } from './place-list';
|
|
|
13
13
|
import { PlaceCarousel } from './place-carousel';
|
|
14
14
|
import { PlaceInspector } from './place-inspector';
|
|
15
15
|
import { MapView } from './map-view';
|
|
16
|
-
import type { Place,
|
|
16
|
+
import type { Place, MapData } from '../../simulations/map-simulation';
|
|
17
17
|
|
|
18
|
-
export interface
|
|
18
|
+
export interface MapState extends Record<string, unknown> {
|
|
19
19
|
selectedPlaceId?: string | null;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
export type
|
|
22
|
+
export type MapProps = {
|
|
23
23
|
className?: string;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
-
export const
|
|
27
|
-
const data = useWidgetProps<
|
|
28
|
-
const [widgetState, setWidgetState] = useWidgetState<
|
|
26
|
+
export const Map = React.forwardRef<HTMLDivElement, MapProps>(({ className }, ref) => {
|
|
27
|
+
const data = useWidgetProps<MapData>(() => ({ places: [] }));
|
|
28
|
+
const [widgetState, setWidgetState] = useWidgetState<MapState>(() => ({
|
|
29
29
|
selectedPlaceId: null,
|
|
30
30
|
}));
|
|
31
31
|
const displayMode = useDisplayMode();
|
|
@@ -142,4 +142,4 @@ export const Pizzaz = React.forwardRef<HTMLDivElement, PizzazProps>(({ className
|
|
|
142
142
|
</div>
|
|
143
143
|
);
|
|
144
144
|
});
|
|
145
|
-
|
|
145
|
+
Map.displayName = 'Map';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { render, screen, fireEvent } from '@testing-library/react';
|
|
2
|
+
import { describe, it, expect, vi } from 'vitest';
|
|
3
|
+
import { PlaceCard } from './place-card';
|
|
4
|
+
import type { Place } from '../../simulations/map-simulation';
|
|
5
|
+
|
|
6
|
+
describe('PlaceCard', () => {
|
|
7
|
+
const mockPlace: Place = {
|
|
8
|
+
id: 'test-place',
|
|
9
|
+
name: 'Test Pizza Place',
|
|
10
|
+
coords: [-122.4194, 37.7749],
|
|
11
|
+
description: 'Delicious test pizza',
|
|
12
|
+
city: 'San Francisco',
|
|
13
|
+
rating: 4.5,
|
|
14
|
+
price: '$$',
|
|
15
|
+
thumbnail: 'https://example.com/test.jpg',
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
it('renders place information correctly', () => {
|
|
19
|
+
render(<PlaceCard place={mockPlace} />);
|
|
20
|
+
|
|
21
|
+
expect(screen.getByText('Test Pizza Place')).toBeInTheDocument();
|
|
22
|
+
expect(screen.getByText('Delicious test pizza')).toBeInTheDocument();
|
|
23
|
+
expect(screen.getByText('4.5')).toBeInTheDocument();
|
|
24
|
+
expect(screen.getByText('$$', { exact: false })).toBeInTheDocument();
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
it('renders thumbnail with correct attributes', () => {
|
|
28
|
+
render(<PlaceCard place={mockPlace} />);
|
|
29
|
+
|
|
30
|
+
const image = screen.getByRole('img');
|
|
31
|
+
expect(image).toHaveAttribute('src', 'https://example.com/test.jpg');
|
|
32
|
+
expect(image).toHaveAttribute('alt', 'Test Pizza Place');
|
|
33
|
+
expect(image).toHaveAttribute('loading', 'lazy');
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
it('calls onClick handler when clicked', () => {
|
|
37
|
+
const onClick = vi.fn();
|
|
38
|
+
render(<PlaceCard place={mockPlace} onClick={onClick} />);
|
|
39
|
+
|
|
40
|
+
const button = screen.getByRole('button');
|
|
41
|
+
fireEvent.click(button);
|
|
42
|
+
|
|
43
|
+
expect(onClick).toHaveBeenCalledTimes(1);
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
it('applies selected styles when isSelected is true', () => {
|
|
47
|
+
const { container, rerender } = render(<PlaceCard place={mockPlace} isSelected={false} />);
|
|
48
|
+
|
|
49
|
+
let card = container.firstChild as HTMLElement;
|
|
50
|
+
// Should have hover styles but not the active background
|
|
51
|
+
expect(card.className).toContain('hover:bg-black/5');
|
|
52
|
+
// Check that it doesn't have the non-hover background class by looking at the full class string
|
|
53
|
+
const classesWithoutHover = card.className.replace(/hover:[^\s]+/g, '');
|
|
54
|
+
expect(classesWithoutHover).not.toContain('bg-black/5');
|
|
55
|
+
|
|
56
|
+
rerender(<PlaceCard place={mockPlace} isSelected={true} />);
|
|
57
|
+
card = container.firstChild as HTMLElement;
|
|
58
|
+
// When selected, should have both hover and non-hover background classes
|
|
59
|
+
expect(card.className).toContain('bg-black/5 dark:bg-white/5');
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
it('formats rating to one decimal place', () => {
|
|
63
|
+
const placeWithRating = { ...mockPlace, rating: 4.789 };
|
|
64
|
+
render(<PlaceCard place={placeWithRating} />);
|
|
65
|
+
|
|
66
|
+
expect(screen.getByText('4.8')).toBeInTheDocument();
|
|
67
|
+
expect(screen.queryByText('4.789')).not.toBeInTheDocument();
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
it('renders price when provided', () => {
|
|
71
|
+
const placeWithPrice = { ...mockPlace, price: '$$$' };
|
|
72
|
+
render(<PlaceCard place={placeWithPrice} />);
|
|
73
|
+
|
|
74
|
+
expect(screen.getByText('$$$', { exact: false })).toBeInTheDocument();
|
|
75
|
+
});
|
|
76
|
+
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Star } from '@openai/apps-sdk-ui/components/Icon';
|
|
3
3
|
import { cn } from '../../lib/index';
|
|
4
|
-
import type { Place } from '../../simulations/
|
|
4
|
+
import type { Place } from '../../simulations/map-simulation';
|
|
5
5
|
|
|
6
6
|
export type PlaceCardProps = {
|
|
7
7
|
place: Place;
|