@mailwoman/react 9.2.0 → 9.3.0

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.
Files changed (207) hide show
  1. package/README.md +1 -1
  2. package/{common → lib/common}/CopyButton.tsx +1 -1
  3. package/{common → lib/common}/LoadingIndicator.tsx +1 -1
  4. package/{index.ts → lib/index.ts} +17 -17
  5. package/{map → lib/map}/CompareToggle.tsx +1 -1
  6. package/{map → lib/map}/DemoControls.tsx +5 -4
  7. package/{map → lib/map}/DemoMap.tsx +2 -2
  8. package/{map → lib/map}/GeocoderDemo.tsx +13 -12
  9. package/{map → lib/map}/OverlayLayers.tsx +3 -3
  10. package/{map → lib/map}/PlaceAutocomplete.tsx +2 -2
  11. package/{map → lib/map}/ResolvedPlaceLayers.tsx +2 -1
  12. package/{map → lib/map}/ResultCamera.tsx +2 -2
  13. package/{map → lib/map}/ResultOverlay.tsx +2 -2
  14. package/{map → lib/map}/ResultPanel.tsx +3 -2
  15. package/{map → lib/map}/VersionPicker.tsx +1 -1
  16. package/{map → lib/map}/index.ts +12 -12
  17. package/{map → lib/map}/place-render.ts +3 -3
  18. package/{map → lib/map}/types.ts +12 -9
  19. package/{map → lib/map}/useDemoGeocode.ts +4 -4
  20. package/{map → lib/map}/useMapPlaceRender.ts +2 -2
  21. package/{map → lib/map}/usePlaceAutocomplete.ts +2 -2
  22. package/{pipeline → lib/pipeline}/CandidatePicker.tsx +2 -2
  23. package/{pipeline → lib/pipeline}/ComponentTable.tsx +2 -1
  24. package/{pipeline → lib/pipeline}/ConfidenceCell.tsx +1 -1
  25. package/{pipeline → lib/pipeline}/PipelineExplorer.tsx +5 -4
  26. package/{pipeline → lib/pipeline}/QueryForm.tsx +2 -2
  27. package/{pipeline → lib/pipeline}/ResolvedPlace.tsx +1 -1
  28. package/{pipeline → lib/pipeline}/copy.ts +1 -1
  29. package/{pipeline → lib/pipeline}/presets.ts +2 -1
  30. package/{pipeline → lib/pipeline}/useParsePipeline.ts +1 -1
  31. package/{poi → lib/poi}/LiveResultsBlock.tsx +2 -2
  32. package/{poi → lib/poi}/POIExplorer.tsx +4 -3
  33. package/{poi → lib/poi}/SubjectPanel.tsx +1 -1
  34. package/{poi → lib/poi}/runtime.ts +3 -3
  35. package/{poi → lib/poi}/types.ts +1 -1
  36. package/{poi → lib/poi}/usePOISearch.ts +5 -5
  37. package/{runtime → lib/runtime}/useDemoRuntime.ts +2 -2
  38. package/out/common/ClientOnly.d.ts.map +1 -1
  39. package/out/common/ClientOnly.js.map +1 -1
  40. package/out/common/CopyButton.d.ts.map +1 -1
  41. package/out/common/CopyButton.js +1 -1
  42. package/out/common/CopyButton.js.map +1 -1
  43. package/out/common/KindBadge.d.ts.map +1 -1
  44. package/out/common/KindBadge.js.map +1 -1
  45. package/out/common/LoadingIndicator.d.ts.map +1 -1
  46. package/out/common/LoadingIndicator.js +1 -1
  47. package/out/common/LoadingIndicator.js.map +1 -1
  48. package/out/common/PresetChips.d.ts.map +1 -1
  49. package/out/common/PresetChips.js.map +1 -1
  50. package/out/common/cx.d.ts.map +1 -1
  51. package/out/common/cx.js.map +1 -1
  52. package/out/common/useClipboard.d.ts.map +1 -1
  53. package/out/common/useClipboard.js.map +1 -1
  54. package/out/common/useDebouncedValue.d.ts.map +1 -1
  55. package/out/common/useDebouncedValue.js.map +1 -1
  56. package/out/index.d.ts +17 -17
  57. package/out/index.d.ts.map +1 -1
  58. package/out/index.js +9 -9
  59. package/out/index.js.map +1 -1
  60. package/out/map/BackendControl.d.ts.map +1 -1
  61. package/out/map/BackendControl.js.map +1 -1
  62. package/out/map/CompareToggle.d.ts +1 -1
  63. package/out/map/CompareToggle.d.ts.map +1 -1
  64. package/out/map/CompareToggle.js.map +1 -1
  65. package/out/map/DemoControls.d.ts +4 -4
  66. package/out/map/DemoControls.d.ts.map +1 -1
  67. package/out/map/DemoControls.js.map +1 -1
  68. package/out/map/DemoMap.d.ts +2 -2
  69. package/out/map/DemoMap.d.ts.map +1 -1
  70. package/out/map/DemoMap.js.map +1 -1
  71. package/out/map/GeocoderDemo.d.ts +3 -3
  72. package/out/map/GeocoderDemo.d.ts.map +1 -1
  73. package/out/map/GeocoderDemo.js +10 -10
  74. package/out/map/GeocoderDemo.js.map +1 -1
  75. package/out/map/OverlayLayers.d.ts +3 -3
  76. package/out/map/OverlayLayers.d.ts.map +1 -1
  77. package/out/map/OverlayLayers.js +2 -2
  78. package/out/map/OverlayLayers.js.map +1 -1
  79. package/out/map/PlaceAutocomplete.d.ts +1 -1
  80. package/out/map/PlaceAutocomplete.d.ts.map +1 -1
  81. package/out/map/PlaceAutocomplete.js +1 -1
  82. package/out/map/PlaceAutocomplete.js.map +1 -1
  83. package/out/map/PlaceMarker.d.ts.map +1 -1
  84. package/out/map/PlaceMarker.js.map +1 -1
  85. package/out/map/ResolvedPlaceLayers.d.ts +1 -1
  86. package/out/map/ResolvedPlaceLayers.d.ts.map +1 -1
  87. package/out/map/ResolvedPlaceLayers.js.map +1 -1
  88. package/out/map/ResultCamera.d.ts +2 -2
  89. package/out/map/ResultCamera.d.ts.map +1 -1
  90. package/out/map/ResultCamera.js +1 -1
  91. package/out/map/ResultCamera.js.map +1 -1
  92. package/out/map/ResultOverlay.d.ts +2 -2
  93. package/out/map/ResultOverlay.d.ts.map +1 -1
  94. package/out/map/ResultOverlay.js.map +1 -1
  95. package/out/map/ResultPanel.d.ts +1 -1
  96. package/out/map/ResultPanel.d.ts.map +1 -1
  97. package/out/map/ResultPanel.js +1 -1
  98. package/out/map/ResultPanel.js.map +1 -1
  99. package/out/map/VersionPicker.d.ts +1 -1
  100. package/out/map/VersionPicker.d.ts.map +1 -1
  101. package/out/map/VersionPicker.js.map +1 -1
  102. package/out/map/geometry.d.ts.map +1 -1
  103. package/out/map/geometry.js.map +1 -1
  104. package/out/map/index.d.ts +12 -12
  105. package/out/map/index.d.ts.map +1 -1
  106. package/out/map/index.js +6 -6
  107. package/out/map/index.js.map +1 -1
  108. package/out/map/place-render.d.ts +2 -2
  109. package/out/map/place-render.d.ts.map +1 -1
  110. package/out/map/place-render.js +1 -1
  111. package/out/map/place-render.js.map +1 -1
  112. package/out/map/types.d.ts +11 -9
  113. package/out/map/types.d.ts.map +1 -1
  114. package/out/map/types.js +2 -2
  115. package/out/map/types.js.map +1 -1
  116. package/out/map/useCompareState.d.ts.map +1 -1
  117. package/out/map/useCompareState.js.map +1 -1
  118. package/out/map/useDemoGeocode.d.ts +3 -3
  119. package/out/map/useDemoGeocode.d.ts.map +1 -1
  120. package/out/map/useDemoGeocode.js +1 -1
  121. package/out/map/useDemoGeocode.js.map +1 -1
  122. package/out/map/useMapPlaceRender.d.ts +1 -1
  123. package/out/map/useMapPlaceRender.d.ts.map +1 -1
  124. package/out/map/useMapPlaceRender.js +1 -1
  125. package/out/map/useMapPlaceRender.js.map +1 -1
  126. package/out/map/usePlaceAutocomplete.d.ts +1 -1
  127. package/out/map/usePlaceAutocomplete.d.ts.map +1 -1
  128. package/out/map/usePlaceAutocomplete.js +1 -1
  129. package/out/map/usePlaceAutocomplete.js.map +1 -1
  130. package/out/pipeline/CandidatePicker.d.ts +1 -1
  131. package/out/pipeline/CandidatePicker.d.ts.map +1 -1
  132. package/out/pipeline/CandidatePicker.js +1 -1
  133. package/out/pipeline/CandidatePicker.js.map +1 -1
  134. package/out/pipeline/ComponentTable.d.ts +1 -1
  135. package/out/pipeline/ComponentTable.d.ts.map +1 -1
  136. package/out/pipeline/ComponentTable.js.map +1 -1
  137. package/out/pipeline/ConfidenceCell.d.ts.map +1 -1
  138. package/out/pipeline/ConfidenceCell.js +1 -1
  139. package/out/pipeline/ConfidenceCell.js.map +1 -1
  140. package/out/pipeline/PipelineExplorer.d.ts +1 -1
  141. package/out/pipeline/PipelineExplorer.d.ts.map +1 -1
  142. package/out/pipeline/PipelineExplorer.js +3 -3
  143. package/out/pipeline/PipelineExplorer.js.map +1 -1
  144. package/out/pipeline/QueryForm.d.ts +2 -2
  145. package/out/pipeline/QueryForm.d.ts.map +1 -1
  146. package/out/pipeline/QueryForm.js.map +1 -1
  147. package/out/pipeline/ResolvedPlace.d.ts +1 -1
  148. package/out/pipeline/ResolvedPlace.d.ts.map +1 -1
  149. package/out/pipeline/ResolvedPlace.js.map +1 -1
  150. package/out/pipeline/copy.d.ts +1 -1
  151. package/out/pipeline/copy.d.ts.map +1 -1
  152. package/out/pipeline/copy.js.map +1 -1
  153. package/out/pipeline/presets.d.ts.map +1 -1
  154. package/out/pipeline/presets.js +2 -1
  155. package/out/pipeline/presets.js.map +1 -1
  156. package/out/pipeline/types.d.ts.map +1 -1
  157. package/out/pipeline/types.js.map +1 -1
  158. package/out/pipeline/useParsePipeline.d.ts +1 -1
  159. package/out/pipeline/useParsePipeline.d.ts.map +1 -1
  160. package/out/pipeline/useParsePipeline.js.map +1 -1
  161. package/out/poi/AbstainPanel.d.ts.map +1 -1
  162. package/out/poi/AbstainPanel.js.map +1 -1
  163. package/out/poi/LiveResultsBlock.d.ts +1 -1
  164. package/out/poi/LiveResultsBlock.d.ts.map +1 -1
  165. package/out/poi/LiveResultsBlock.js +1 -1
  166. package/out/poi/LiveResultsBlock.js.map +1 -1
  167. package/out/poi/OverpassBlock.d.ts.map +1 -1
  168. package/out/poi/OverpassBlock.js.map +1 -1
  169. package/out/poi/POIExplorer.d.ts +1 -1
  170. package/out/poi/POIExplorer.d.ts.map +1 -1
  171. package/out/poi/POIExplorer.js +2 -2
  172. package/out/poi/POIExplorer.js.map +1 -1
  173. package/out/poi/QueryInput.d.ts.map +1 -1
  174. package/out/poi/QueryInput.js.map +1 -1
  175. package/out/poi/SubjectPanel.d.ts +1 -1
  176. package/out/poi/SubjectPanel.d.ts.map +1 -1
  177. package/out/poi/SubjectPanel.js.map +1 -1
  178. package/out/poi/runtime.d.ts +1 -1
  179. package/out/poi/runtime.d.ts.map +1 -1
  180. package/out/poi/runtime.js.map +1 -1
  181. package/out/poi/types.d.ts +1 -1
  182. package/out/poi/types.d.ts.map +1 -1
  183. package/out/poi/types.js +1 -1
  184. package/out/poi/types.js.map +1 -1
  185. package/out/poi/usePOISearch.d.ts +1 -1
  186. package/out/poi/usePOISearch.d.ts.map +1 -1
  187. package/out/poi/usePOISearch.js +4 -4
  188. package/out/poi/usePOISearch.js.map +1 -1
  189. package/out/runtime/useDemoRuntime.d.ts +2 -2
  190. package/out/runtime/useDemoRuntime.d.ts.map +1 -1
  191. package/out/runtime/useDemoRuntime.js +2 -2
  192. package/out/runtime/useDemoRuntime.js.map +1 -1
  193. package/package.json +93 -16
  194. /package/{common → lib/common}/ClientOnly.tsx +0 -0
  195. /package/{common → lib/common}/KindBadge.tsx +0 -0
  196. /package/{common → lib/common}/PresetChips.tsx +0 -0
  197. /package/{common → lib/common}/cx.ts +0 -0
  198. /package/{common → lib/common}/useClipboard.ts +0 -0
  199. /package/{common → lib/common}/useDebouncedValue.ts +0 -0
  200. /package/{map → lib/map}/BackendControl.tsx +0 -0
  201. /package/{map → lib/map}/PlaceMarker.tsx +0 -0
  202. /package/{map → lib/map}/geometry.ts +0 -0
  203. /package/{map → lib/map}/useCompareState.ts +0 -0
  204. /package/{pipeline → lib/pipeline}/types.ts +0 -0
  205. /package/{poi → lib/poi}/AbstainPanel.tsx +0 -0
  206. /package/{poi → lib/poi}/OverpassBlock.tsx +0 -0
  207. /package/{poi → lib/poi}/QueryInput.tsx +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailwoman/react",
3
- "version": "9.2.0",
3
+ "version": "9.3.0",
4
4
  "description": "React components + headless hooks for mailwoman — parse/geocode/POI explorers, Storybook-tested, Docusaurus-independent.",
5
5
  "license": "AGPL-3.0-only OR LicenseRef-Commercial",
6
6
  "repository": {
@@ -33,14 +33,24 @@
33
33
  "!storybook-static/**"
34
34
  ],
35
35
  "type": "module",
36
+ "sideEffects": [
37
+ "./styles.css"
38
+ ],
36
39
  "imports": {
37
40
  "#index": {
38
41
  "types": "./out/index.d.ts",
42
+ "node": "./out/index.js",
39
43
  "default": "./out/index.js"
40
44
  },
41
45
  "#map": {
42
46
  "types": "./out/map/index.d.ts",
47
+ "node": "./out/map/index.js",
43
48
  "default": "./out/map/index.js"
49
+ },
50
+ "#*": {
51
+ "types": "./out/*.d.ts",
52
+ "node": "./out/*.js",
53
+ "default": "./out/*.js"
44
54
  }
45
55
  },
46
56
  "exports": {
@@ -48,122 +58,152 @@
48
58
  "./styles.css": "./styles.css",
49
59
  ".": {
50
60
  "types": "./out/index.d.ts",
61
+ "node": "./out/index.js",
51
62
  "default": "./out/index.js"
52
63
  },
53
64
  "./map": {
54
65
  "types": "./out/map/index.d.ts",
66
+ "node": "./out/map/index.js",
55
67
  "default": "./out/map/index.js"
56
68
  },
57
69
  "./common/CopyButton": {
58
70
  "types": "./out/common/CopyButton.d.ts",
71
+ "node": "./out/common/CopyButton.js",
59
72
  "default": "./out/common/CopyButton.js"
60
73
  },
61
74
  "./common/KindBadge": {
62
75
  "types": "./out/common/KindBadge.d.ts",
76
+ "node": "./out/common/KindBadge.js",
63
77
  "default": "./out/common/KindBadge.js"
64
78
  },
65
79
  "./common/LoadingIndicator": {
66
80
  "types": "./out/common/LoadingIndicator.d.ts",
81
+ "node": "./out/common/LoadingIndicator.js",
67
82
  "default": "./out/common/LoadingIndicator.js"
68
83
  },
69
84
  "./common/PresetChips": {
70
85
  "types": "./out/common/PresetChips.d.ts",
86
+ "node": "./out/common/PresetChips.js",
71
87
  "default": "./out/common/PresetChips.js"
72
88
  },
73
89
  "./map/DemoMap": {
74
90
  "types": "./out/map/DemoMap.d.ts",
91
+ "node": "./out/map/DemoMap.js",
75
92
  "default": "./out/map/DemoMap.js"
76
93
  },
77
94
  "./map/GeocoderDemo": {
78
95
  "types": "./out/map/GeocoderDemo.d.ts",
96
+ "node": "./out/map/GeocoderDemo.js",
79
97
  "default": "./out/map/GeocoderDemo.js"
80
98
  },
81
99
  "./map/place-render": {
82
100
  "types": "./out/map/place-render.d.ts",
101
+ "node": "./out/map/place-render.js",
83
102
  "default": "./out/map/place-render.js"
84
103
  },
85
104
  "./map/ResultCamera": {
86
105
  "types": "./out/map/ResultCamera.d.ts",
106
+ "node": "./out/map/ResultCamera.js",
87
107
  "default": "./out/map/ResultCamera.js"
88
108
  },
89
109
  "./map/geometry": {
90
110
  "types": "./out/map/geometry.d.ts",
111
+ "node": "./out/map/geometry.js",
91
112
  "default": "./out/map/geometry.js"
92
113
  },
93
114
  "./map/OverlayLayers": {
94
115
  "types": "./out/map/OverlayLayers.d.ts",
116
+ "node": "./out/map/OverlayLayers.js",
95
117
  "default": "./out/map/OverlayLayers.js"
96
118
  },
97
119
  "./map/ResolvedPlaceLayers": {
98
120
  "types": "./out/map/ResolvedPlaceLayers.d.ts",
121
+ "node": "./out/map/ResolvedPlaceLayers.js",
99
122
  "default": "./out/map/ResolvedPlaceLayers.js"
100
123
  },
101
124
  "./map/types": {
102
125
  "types": "./out/map/types.d.ts",
126
+ "node": "./out/map/types.js",
103
127
  "default": "./out/map/types.js"
104
128
  },
105
129
  "./map/BackendControl": {
106
130
  "types": "./out/map/BackendControl.d.ts",
131
+ "node": "./out/map/BackendControl.js",
107
132
  "default": "./out/map/BackendControl.js"
108
133
  },
109
134
  "./map/CompareToggle": {
110
135
  "types": "./out/map/CompareToggle.d.ts",
136
+ "node": "./out/map/CompareToggle.js",
111
137
  "default": "./out/map/CompareToggle.js"
112
138
  },
113
139
  "./map/PlaceAutocomplete": {
114
140
  "types": "./out/map/PlaceAutocomplete.d.ts",
141
+ "node": "./out/map/PlaceAutocomplete.js",
115
142
  "default": "./out/map/PlaceAutocomplete.js"
116
143
  },
117
144
  "./map/ResultPanel": {
118
145
  "types": "./out/map/ResultPanel.d.ts",
146
+ "node": "./out/map/ResultPanel.js",
119
147
  "default": "./out/map/ResultPanel.js"
120
148
  },
121
149
  "./map/usePlaceAutocomplete": {
122
150
  "types": "./out/map/usePlaceAutocomplete.d.ts",
151
+ "node": "./out/map/usePlaceAutocomplete.js",
123
152
  "default": "./out/map/usePlaceAutocomplete.js"
124
153
  },
125
154
  "./map/VersionPicker": {
126
155
  "types": "./out/map/VersionPicker.d.ts",
156
+ "node": "./out/map/VersionPicker.js",
127
157
  "default": "./out/map/VersionPicker.js"
128
158
  },
129
159
  "./pipeline/ComponentTable": {
130
160
  "types": "./out/pipeline/ComponentTable.d.ts",
161
+ "node": "./out/pipeline/ComponentTable.js",
131
162
  "default": "./out/pipeline/ComponentTable.js"
132
163
  },
133
164
  "./pipeline/PipelineExplorer": {
134
165
  "types": "./out/pipeline/PipelineExplorer.d.ts",
166
+ "node": "./out/pipeline/PipelineExplorer.js",
135
167
  "default": "./out/pipeline/PipelineExplorer.js"
136
168
  },
137
169
  "./pipeline/ResolvedPlace": {
138
170
  "types": "./out/pipeline/ResolvedPlace.d.ts",
171
+ "node": "./out/pipeline/ResolvedPlace.js",
139
172
  "default": "./out/pipeline/ResolvedPlace.js"
140
173
  },
141
174
  "./poi/LiveResultsBlock": {
142
175
  "types": "./out/poi/LiveResultsBlock.d.ts",
176
+ "node": "./out/poi/LiveResultsBlock.js",
143
177
  "default": "./out/poi/LiveResultsBlock.js"
144
178
  },
145
179
  "./poi/types": {
146
180
  "types": "./out/poi/types.d.ts",
181
+ "node": "./out/poi/types.js",
147
182
  "default": "./out/poi/types.js"
148
183
  },
149
184
  "./poi/OverpassBlock": {
150
185
  "types": "./out/poi/OverpassBlock.d.ts",
186
+ "node": "./out/poi/OverpassBlock.js",
151
187
  "default": "./out/poi/OverpassBlock.js"
152
188
  },
153
189
  "./poi/POIExplorer": {
154
190
  "types": "./out/poi/POIExplorer.d.ts",
191
+ "node": "./out/poi/POIExplorer.js",
155
192
  "default": "./out/poi/POIExplorer.js"
156
193
  },
157
194
  "./poi/SubjectPanel": {
158
195
  "types": "./out/poi/SubjectPanel.d.ts",
196
+ "node": "./out/poi/SubjectPanel.js",
159
197
  "default": "./out/poi/SubjectPanel.js"
160
198
  },
161
199
  "./poi/usePOISearch": {
162
200
  "types": "./out/poi/usePOISearch.d.ts",
201
+ "node": "./out/poi/usePOISearch.js",
163
202
  "default": "./out/poi/usePOISearch.js"
164
203
  },
165
204
  "./runtime/useDemoRuntime": {
166
205
  "types": "./out/runtime/useDemoRuntime.d.ts",
206
+ "node": "./out/runtime/useDemoRuntime.js",
167
207
  "default": "./out/runtime/useDemoRuntime.js"
168
208
  }
169
209
  },
@@ -174,133 +214,170 @@
174
214
  "./styles.css": "./styles.css",
175
215
  ".": {
176
216
  "types": "./out/index.d.ts",
217
+ "node": "./out/index.js",
177
218
  "default": "./out/index.js"
178
219
  },
179
220
  "./map": {
180
221
  "types": "./out/map/index.d.ts",
222
+ "node": "./out/map/index.js",
181
223
  "default": "./out/map/index.js"
182
224
  },
183
225
  "./common/CopyButton": {
184
226
  "types": "./out/common/CopyButton.d.ts",
227
+ "node": "./out/common/CopyButton.js",
185
228
  "default": "./out/common/CopyButton.js"
186
229
  },
187
230
  "./common/KindBadge": {
188
231
  "types": "./out/common/KindBadge.d.ts",
232
+ "node": "./out/common/KindBadge.js",
189
233
  "default": "./out/common/KindBadge.js"
190
234
  },
191
235
  "./common/LoadingIndicator": {
192
236
  "types": "./out/common/LoadingIndicator.d.ts",
237
+ "node": "./out/common/LoadingIndicator.js",
193
238
  "default": "./out/common/LoadingIndicator.js"
194
239
  },
195
240
  "./common/PresetChips": {
196
241
  "types": "./out/common/PresetChips.d.ts",
242
+ "node": "./out/common/PresetChips.js",
197
243
  "default": "./out/common/PresetChips.js"
198
244
  },
199
245
  "./map/DemoMap": {
200
246
  "types": "./out/map/DemoMap.d.ts",
247
+ "node": "./out/map/DemoMap.js",
201
248
  "default": "./out/map/DemoMap.js"
202
249
  },
203
250
  "./map/GeocoderDemo": {
204
251
  "types": "./out/map/GeocoderDemo.d.ts",
252
+ "node": "./out/map/GeocoderDemo.js",
205
253
  "default": "./out/map/GeocoderDemo.js"
206
254
  },
207
255
  "./map/place-render": {
208
256
  "types": "./out/map/place-render.d.ts",
257
+ "node": "./out/map/place-render.js",
209
258
  "default": "./out/map/place-render.js"
210
259
  },
211
260
  "./map/ResultCamera": {
212
261
  "types": "./out/map/ResultCamera.d.ts",
262
+ "node": "./out/map/ResultCamera.js",
213
263
  "default": "./out/map/ResultCamera.js"
214
264
  },
215
265
  "./map/geometry": {
216
266
  "types": "./out/map/geometry.d.ts",
267
+ "node": "./out/map/geometry.js",
217
268
  "default": "./out/map/geometry.js"
218
269
  },
219
270
  "./map/OverlayLayers": {
220
271
  "types": "./out/map/OverlayLayers.d.ts",
272
+ "node": "./out/map/OverlayLayers.js",
221
273
  "default": "./out/map/OverlayLayers.js"
222
274
  },
223
275
  "./map/ResolvedPlaceLayers": {
224
276
  "types": "./out/map/ResolvedPlaceLayers.d.ts",
277
+ "node": "./out/map/ResolvedPlaceLayers.js",
225
278
  "default": "./out/map/ResolvedPlaceLayers.js"
226
279
  },
227
280
  "./map/types": {
228
281
  "types": "./out/map/types.d.ts",
282
+ "node": "./out/map/types.js",
229
283
  "default": "./out/map/types.js"
230
284
  },
231
285
  "./map/BackendControl": {
232
286
  "types": "./out/map/BackendControl.d.ts",
287
+ "node": "./out/map/BackendControl.js",
233
288
  "default": "./out/map/BackendControl.js"
234
289
  },
235
290
  "./map/CompareToggle": {
236
291
  "types": "./out/map/CompareToggle.d.ts",
292
+ "node": "./out/map/CompareToggle.js",
237
293
  "default": "./out/map/CompareToggle.js"
238
294
  },
239
295
  "./map/PlaceAutocomplete": {
240
296
  "types": "./out/map/PlaceAutocomplete.d.ts",
297
+ "node": "./out/map/PlaceAutocomplete.js",
241
298
  "default": "./out/map/PlaceAutocomplete.js"
242
299
  },
243
300
  "./map/ResultPanel": {
244
301
  "types": "./out/map/ResultPanel.d.ts",
302
+ "node": "./out/map/ResultPanel.js",
245
303
  "default": "./out/map/ResultPanel.js"
246
304
  },
247
305
  "./map/usePlaceAutocomplete": {
248
306
  "types": "./out/map/usePlaceAutocomplete.d.ts",
307
+ "node": "./out/map/usePlaceAutocomplete.js",
249
308
  "default": "./out/map/usePlaceAutocomplete.js"
250
309
  },
251
310
  "./map/VersionPicker": {
252
311
  "types": "./out/map/VersionPicker.d.ts",
312
+ "node": "./out/map/VersionPicker.js",
253
313
  "default": "./out/map/VersionPicker.js"
254
314
  },
255
315
  "./pipeline/ComponentTable": {
256
316
  "types": "./out/pipeline/ComponentTable.d.ts",
317
+ "node": "./out/pipeline/ComponentTable.js",
257
318
  "default": "./out/pipeline/ComponentTable.js"
258
319
  },
259
320
  "./pipeline/PipelineExplorer": {
260
321
  "types": "./out/pipeline/PipelineExplorer.d.ts",
322
+ "node": "./out/pipeline/PipelineExplorer.js",
261
323
  "default": "./out/pipeline/PipelineExplorer.js"
262
324
  },
263
325
  "./pipeline/ResolvedPlace": {
264
326
  "types": "./out/pipeline/ResolvedPlace.d.ts",
327
+ "node": "./out/pipeline/ResolvedPlace.js",
265
328
  "default": "./out/pipeline/ResolvedPlace.js"
266
329
  },
267
330
  "./poi/LiveResultsBlock": {
268
331
  "types": "./out/poi/LiveResultsBlock.d.ts",
332
+ "node": "./out/poi/LiveResultsBlock.js",
269
333
  "default": "./out/poi/LiveResultsBlock.js"
270
334
  },
271
335
  "./poi/types": {
272
336
  "types": "./out/poi/types.d.ts",
337
+ "node": "./out/poi/types.js",
273
338
  "default": "./out/poi/types.js"
274
339
  },
275
340
  "./poi/OverpassBlock": {
276
341
  "types": "./out/poi/OverpassBlock.d.ts",
342
+ "node": "./out/poi/OverpassBlock.js",
277
343
  "default": "./out/poi/OverpassBlock.js"
278
344
  },
279
345
  "./poi/POIExplorer": {
280
346
  "types": "./out/poi/POIExplorer.d.ts",
347
+ "node": "./out/poi/POIExplorer.js",
281
348
  "default": "./out/poi/POIExplorer.js"
282
349
  },
283
350
  "./poi/SubjectPanel": {
284
351
  "types": "./out/poi/SubjectPanel.d.ts",
352
+ "node": "./out/poi/SubjectPanel.js",
285
353
  "default": "./out/poi/SubjectPanel.js"
286
354
  },
287
355
  "./poi/usePOISearch": {
288
356
  "types": "./out/poi/usePOISearch.d.ts",
357
+ "node": "./out/poi/usePOISearch.js",
289
358
  "default": "./out/poi/usePOISearch.js"
290
359
  },
291
360
  "./runtime/useDemoRuntime": {
292
361
  "types": "./out/runtime/useDemoRuntime.d.ts",
362
+ "node": "./out/runtime/useDemoRuntime.js",
293
363
  "default": "./out/runtime/useDemoRuntime.js"
294
364
  }
295
365
  },
296
366
  "imports": {
297
367
  "#index": {
298
368
  "types": "./out/index.d.ts",
369
+ "node": "./out/index.js",
299
370
  "default": "./out/index.js"
300
371
  },
301
372
  "#map": {
302
373
  "types": "./out/map/index.d.ts",
374
+ "node": "./out/map/index.js",
303
375
  "default": "./out/map/index.js"
376
+ },
377
+ "#*": {
378
+ "types": "./out/*.d.ts",
379
+ "node": "./out/*.js",
380
+ "default": "./out/*.js"
304
381
  }
305
382
  }
306
383
  },
@@ -311,26 +388,26 @@
311
388
  "test:node": "vitest run --config vitest.node.config.ts"
312
389
  },
313
390
  "dependencies": {
314
- "@mailwoman/kind-classifier": "9.2.0",
315
- "@mailwoman/poi-taxonomy": "9.2.0",
316
- "@mailwoman/query-shape": "9.2.0"
391
+ "@mailwoman/kind-classifier": "9.3.0",
392
+ "@mailwoman/poi-taxonomy": "9.3.0",
393
+ "@mailwoman/query-shape": "9.3.0"
317
394
  },
318
395
  "devDependencies": {
319
- "@storybook/addon-docs": "^10.5.5",
320
- "@storybook/react-vite": "^10.5.5",
321
- "@types/react": "^19.2.17",
322
- "@types/react-dom": "^19.2.3",
323
- "@vitejs/plugin-react": "^6.0.5",
324
- "@vitest/browser-playwright": "4.1.10",
325
- "maplibre-gl": "^5.24.0",
326
- "playwright": "^1.62.1",
396
+ "@storybook/addon-docs": "^10.6.0",
397
+ "@storybook/react-vite": "^10.6.0",
398
+ "@types/react": "^19.2.18",
399
+ "@types/react-dom": "^19.2.7",
400
+ "@vitejs/plugin-react": "^6.1.1",
401
+ "@vitest/browser-playwright": "4.1.11",
402
+ "maplibre-gl": "^6.7.0",
403
+ "playwright": "^1.63.0",
327
404
  "react": "^19.2.8",
328
405
  "react-dom": "^19.2.8",
329
- "react-map-gl": "^8.1.2",
330
- "storybook": "^10.5.5",
406
+ "react-map-gl": "^8.1.3",
407
+ "storybook": "^10.6.0",
331
408
  "typescript": "^6.0.3",
332
- "vite": "^8.2.0",
333
- "vitest": "4.1.10"
409
+ "vite": "^8.2.2",
410
+ "vitest": "4.1.11"
334
411
  },
335
412
  "peerDependencies": {
336
413
  "maplibre-gl": ">=5",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes