@mailwoman/react 9.2.0 → 9.4.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 (278) hide show
  1. package/README.md +1 -1
  2. package/fonts.css +59 -0
  3. package/lib/common/About.tsx +89 -0
  4. package/{common → lib/common}/CopyButton.tsx +1 -1
  5. package/{common → lib/common}/KindBadge.tsx +2 -7
  6. package/{common → lib/common}/LoadingIndicator.tsx +1 -1
  7. package/lib/common/confidence-tiers.ts +50 -0
  8. package/lib/common/text-tokens.ts +88 -0
  9. package/{index.ts → lib/index.ts} +44 -42
  10. package/{map → lib/map}/CompareToggle.tsx +2 -2
  11. package/{map/GeocoderDemo.tsx → lib/map/Geocoder.tsx} +45 -44
  12. package/{map/DemoControls.tsx → lib/map/GeocoderControls.tsx} +19 -19
  13. package/{map/DemoMap.tsx → lib/map/MapCanvas.tsx} +16 -16
  14. package/{map → lib/map}/OverlayLayers.tsx +3 -3
  15. package/{map → lib/map}/PlaceAutocomplete.tsx +2 -2
  16. package/{map → lib/map}/PlaceMarker.tsx +1 -1
  17. package/{map → lib/map}/ResolvedPlaceLayers.tsx +5 -4
  18. package/{map → lib/map}/ResultCamera.tsx +3 -3
  19. package/{map → lib/map}/ResultOverlay.tsx +2 -2
  20. package/{map → lib/map}/ResultPanel.tsx +4 -3
  21. package/{map → lib/map}/VersionPicker.tsx +3 -3
  22. package/lib/map/fake-runtime.ts +122 -0
  23. package/{map → lib/map}/index.ts +26 -26
  24. package/lib/map/map-debug.ts +51 -0
  25. package/{map → lib/map}/place-render.ts +5 -4
  26. package/{map → lib/map}/types.ts +51 -46
  27. package/{map/useDemoGeocode.ts → lib/map/useGeocode.ts} +11 -11
  28. package/{map → lib/map}/useMapPlaceRender.ts +2 -2
  29. package/{map → lib/map}/usePlaceAutocomplete.ts +2 -2
  30. package/{pipeline → lib/pipeline}/CandidatePicker.tsx +2 -2
  31. package/{pipeline → lib/pipeline}/ComponentTable.tsx +1 -1
  32. package/lib/pipeline/ConfidenceCell.tsx +31 -0
  33. package/lib/pipeline/FailureDiagnostic.tsx +56 -0
  34. package/{pipeline → lib/pipeline}/PipelineExplorer.tsx +5 -4
  35. package/{pipeline → lib/pipeline}/QueryForm.tsx +2 -2
  36. package/{pipeline → lib/pipeline}/ResolvedPlace.tsx +17 -4
  37. package/lib/pipeline/SpanHighlight.tsx +97 -0
  38. package/lib/pipeline/TimingPanel.tsx +65 -0
  39. package/lib/pipeline/TreeView.tsx +55 -0
  40. package/{pipeline → lib/pipeline}/copy.ts +1 -1
  41. package/{pipeline → lib/pipeline}/presets.ts +2 -1
  42. package/{pipeline → lib/pipeline}/types.ts +2 -75
  43. package/{pipeline → lib/pipeline}/useParsePipeline.ts +2 -1
  44. package/{poi → lib/poi}/LiveResultsBlock.tsx +2 -2
  45. package/{poi → lib/poi}/POIExplorer.tsx +4 -3
  46. package/{poi → lib/poi}/SubjectPanel.tsx +1 -1
  47. package/{poi → lib/poi}/runtime.ts +3 -3
  48. package/{poi → lib/poi}/types.ts +3 -2
  49. package/{poi → lib/poi}/usePOISearch.ts +5 -5
  50. package/{runtime/useDemoRuntime.ts → lib/runtime/useReleaseRuntime.ts} +24 -26
  51. package/out/common/About.d.ts +12 -0
  52. package/out/common/About.d.ts.map +1 -0
  53. package/out/common/About.js +5 -0
  54. package/out/common/About.js.map +1 -0
  55. package/out/common/ClientOnly.d.ts.map +1 -1
  56. package/out/common/ClientOnly.js.map +1 -1
  57. package/out/common/CopyButton.d.ts.map +1 -1
  58. package/out/common/CopyButton.js +1 -1
  59. package/out/common/CopyButton.js.map +1 -1
  60. package/out/common/KindBadge.d.ts +2 -9
  61. package/out/common/KindBadge.d.ts.map +1 -1
  62. package/out/common/KindBadge.js.map +1 -1
  63. package/out/common/LoadingIndicator.d.ts.map +1 -1
  64. package/out/common/LoadingIndicator.js +1 -1
  65. package/out/common/LoadingIndicator.js.map +1 -1
  66. package/out/common/PresetChips.d.ts.map +1 -1
  67. package/out/common/PresetChips.js.map +1 -1
  68. package/out/common/confidence-tiers.d.ts +36 -0
  69. package/out/common/confidence-tiers.d.ts.map +1 -0
  70. package/out/common/confidence-tiers.js +42 -0
  71. package/out/common/confidence-tiers.js.map +1 -0
  72. package/out/common/cx.d.ts.map +1 -1
  73. package/out/common/cx.js.map +1 -1
  74. package/out/common/text-tokens.d.ts +46 -0
  75. package/out/common/text-tokens.d.ts.map +1 -0
  76. package/out/common/text-tokens.js +52 -0
  77. package/out/common/text-tokens.js.map +1 -0
  78. package/out/common/useClipboard.d.ts.map +1 -1
  79. package/out/common/useClipboard.js.map +1 -1
  80. package/out/common/useDebouncedValue.d.ts.map +1 -1
  81. package/out/common/useDebouncedValue.js.map +1 -1
  82. package/out/index.d.ts +27 -18
  83. package/out/index.d.ts.map +1 -1
  84. package/out/index.js +16 -10
  85. package/out/index.js.map +1 -1
  86. package/out/map/BackendControl.d.ts.map +1 -1
  87. package/out/map/BackendControl.js.map +1 -1
  88. package/out/map/CompareToggle.d.ts +2 -2
  89. package/out/map/CompareToggle.d.ts.map +1 -1
  90. package/out/map/CompareToggle.js.map +1 -1
  91. package/out/map/{GeocoderDemo.d.ts → Geocoder.d.ts} +17 -17
  92. package/out/map/Geocoder.d.ts.map +1 -0
  93. package/out/map/{GeocoderDemo.js → Geocoder.js} +30 -30
  94. package/out/map/Geocoder.js.map +1 -0
  95. package/out/map/GeocoderControls.d.ts +63 -0
  96. package/out/map/GeocoderControls.d.ts.map +1 -0
  97. package/out/map/{DemoControls.js → GeocoderControls.js} +2 -2
  98. package/out/map/GeocoderControls.js.map +1 -0
  99. package/out/map/{DemoMap.d.ts → MapCanvas.d.ts} +16 -16
  100. package/out/map/MapCanvas.d.ts.map +1 -0
  101. package/out/map/{DemoMap.js → MapCanvas.js} +2 -2
  102. package/out/map/MapCanvas.js.map +1 -0
  103. package/out/map/OverlayLayers.d.ts +3 -3
  104. package/out/map/OverlayLayers.d.ts.map +1 -1
  105. package/out/map/OverlayLayers.js +2 -2
  106. package/out/map/OverlayLayers.js.map +1 -1
  107. package/out/map/PlaceAutocomplete.d.ts +1 -1
  108. package/out/map/PlaceAutocomplete.d.ts.map +1 -1
  109. package/out/map/PlaceAutocomplete.js +1 -1
  110. package/out/map/PlaceAutocomplete.js.map +1 -1
  111. package/out/map/PlaceMarker.d.ts +1 -1
  112. package/out/map/PlaceMarker.d.ts.map +1 -1
  113. package/out/map/PlaceMarker.js.map +1 -1
  114. package/out/map/ResolvedPlaceLayers.d.ts +4 -4
  115. package/out/map/ResolvedPlaceLayers.d.ts.map +1 -1
  116. package/out/map/ResolvedPlaceLayers.js.map +1 -1
  117. package/out/map/ResultCamera.d.ts +3 -3
  118. package/out/map/ResultCamera.d.ts.map +1 -1
  119. package/out/map/ResultCamera.js +2 -2
  120. package/out/map/ResultCamera.js.map +1 -1
  121. package/out/map/ResultOverlay.d.ts +2 -2
  122. package/out/map/ResultOverlay.d.ts.map +1 -1
  123. package/out/map/ResultOverlay.js.map +1 -1
  124. package/out/map/ResultPanel.d.ts +2 -2
  125. package/out/map/ResultPanel.d.ts.map +1 -1
  126. package/out/map/ResultPanel.js +1 -1
  127. package/out/map/ResultPanel.js.map +1 -1
  128. package/out/map/VersionPicker.d.ts +3 -3
  129. package/out/map/VersionPicker.d.ts.map +1 -1
  130. package/out/map/VersionPicker.js.map +1 -1
  131. package/out/map/fake-runtime.d.ts +38 -0
  132. package/out/map/fake-runtime.d.ts.map +1 -0
  133. package/out/map/fake-runtime.js +107 -0
  134. package/out/map/fake-runtime.js.map +1 -0
  135. package/out/map/geometry.d.ts.map +1 -1
  136. package/out/map/geometry.js.map +1 -1
  137. package/out/map/index.d.ts +19 -19
  138. package/out/map/index.d.ts.map +1 -1
  139. package/out/map/index.js +11 -11
  140. package/out/map/index.js.map +1 -1
  141. package/out/map/map-debug.d.ts +31 -0
  142. package/out/map/map-debug.d.ts.map +1 -0
  143. package/out/map/map-debug.js +31 -0
  144. package/out/map/map-debug.js.map +1 -0
  145. package/out/map/place-render.d.ts +3 -3
  146. package/out/map/place-render.d.ts.map +1 -1
  147. package/out/map/place-render.js +2 -2
  148. package/out/map/place-render.js.map +1 -1
  149. package/out/map/types.d.ts +50 -46
  150. package/out/map/types.d.ts.map +1 -1
  151. package/out/map/types.js +6 -6
  152. package/out/map/types.js.map +1 -1
  153. package/out/map/useCompareState.d.ts.map +1 -1
  154. package/out/map/useCompareState.js.map +1 -1
  155. package/out/map/{useDemoGeocode.d.ts → useGeocode.d.ts} +11 -11
  156. package/out/map/useGeocode.d.ts.map +1 -0
  157. package/out/map/{useDemoGeocode.js → useGeocode.js} +5 -5
  158. package/out/map/useGeocode.js.map +1 -0
  159. package/out/map/useMapPlaceRender.d.ts +1 -1
  160. package/out/map/useMapPlaceRender.d.ts.map +1 -1
  161. package/out/map/useMapPlaceRender.js +1 -1
  162. package/out/map/useMapPlaceRender.js.map +1 -1
  163. package/out/map/usePlaceAutocomplete.d.ts +1 -1
  164. package/out/map/usePlaceAutocomplete.d.ts.map +1 -1
  165. package/out/map/usePlaceAutocomplete.js +1 -1
  166. package/out/map/usePlaceAutocomplete.js.map +1 -1
  167. package/out/pipeline/CandidatePicker.d.ts +1 -1
  168. package/out/pipeline/CandidatePicker.d.ts.map +1 -1
  169. package/out/pipeline/CandidatePicker.js +1 -1
  170. package/out/pipeline/CandidatePicker.js.map +1 -1
  171. package/out/pipeline/ComponentTable.d.ts +1 -1
  172. package/out/pipeline/ComponentTable.d.ts.map +1 -1
  173. package/out/pipeline/ComponentTable.js.map +1 -1
  174. package/out/pipeline/ConfidenceCell.d.ts +2 -2
  175. package/out/pipeline/ConfidenceCell.d.ts.map +1 -1
  176. package/out/pipeline/ConfidenceCell.js +5 -17
  177. package/out/pipeline/ConfidenceCell.js.map +1 -1
  178. package/out/pipeline/FailureDiagnostic.d.ts +15 -0
  179. package/out/pipeline/FailureDiagnostic.d.ts.map +1 -0
  180. package/out/pipeline/FailureDiagnostic.js +21 -0
  181. package/out/pipeline/FailureDiagnostic.js.map +1 -0
  182. package/out/pipeline/PipelineExplorer.d.ts +1 -1
  183. package/out/pipeline/PipelineExplorer.d.ts.map +1 -1
  184. package/out/pipeline/PipelineExplorer.js +3 -3
  185. package/out/pipeline/PipelineExplorer.js.map +1 -1
  186. package/out/pipeline/QueryForm.d.ts +2 -2
  187. package/out/pipeline/QueryForm.d.ts.map +1 -1
  188. package/out/pipeline/QueryForm.js.map +1 -1
  189. package/out/pipeline/ResolvedPlace.d.ts +1 -1
  190. package/out/pipeline/ResolvedPlace.d.ts.map +1 -1
  191. package/out/pipeline/ResolvedPlace.js +4 -10
  192. package/out/pipeline/ResolvedPlace.js.map +1 -1
  193. package/out/pipeline/SpanHighlight.d.ts +23 -0
  194. package/out/pipeline/SpanHighlight.d.ts.map +1 -0
  195. package/out/pipeline/SpanHighlight.js +31 -0
  196. package/out/pipeline/SpanHighlight.js.map +1 -0
  197. package/out/pipeline/TimingPanel.d.ts +16 -0
  198. package/out/pipeline/TimingPanel.d.ts.map +1 -0
  199. package/out/pipeline/TimingPanel.js +20 -0
  200. package/out/pipeline/TimingPanel.js.map +1 -0
  201. package/out/pipeline/TreeView.d.ts +17 -0
  202. package/out/pipeline/TreeView.d.ts.map +1 -0
  203. package/out/pipeline/TreeView.js +15 -0
  204. package/out/pipeline/TreeView.js.map +1 -0
  205. package/out/pipeline/copy.d.ts +1 -1
  206. package/out/pipeline/copy.d.ts.map +1 -1
  207. package/out/pipeline/copy.js.map +1 -1
  208. package/out/pipeline/presets.d.ts.map +1 -1
  209. package/out/pipeline/presets.js +2 -1
  210. package/out/pipeline/presets.js.map +1 -1
  211. package/out/pipeline/types.d.ts +2 -68
  212. package/out/pipeline/types.d.ts.map +1 -1
  213. package/out/pipeline/types.js +1 -1
  214. package/out/pipeline/types.js.map +1 -1
  215. package/out/pipeline/useParsePipeline.d.ts +2 -1
  216. package/out/pipeline/useParsePipeline.d.ts.map +1 -1
  217. package/out/pipeline/useParsePipeline.js.map +1 -1
  218. package/out/poi/AbstainPanel.d.ts.map +1 -1
  219. package/out/poi/AbstainPanel.js.map +1 -1
  220. package/out/poi/LiveResultsBlock.d.ts +1 -1
  221. package/out/poi/LiveResultsBlock.d.ts.map +1 -1
  222. package/out/poi/LiveResultsBlock.js +1 -1
  223. package/out/poi/LiveResultsBlock.js.map +1 -1
  224. package/out/poi/OverpassBlock.d.ts.map +1 -1
  225. package/out/poi/OverpassBlock.js.map +1 -1
  226. package/out/poi/POIExplorer.d.ts +1 -1
  227. package/out/poi/POIExplorer.d.ts.map +1 -1
  228. package/out/poi/POIExplorer.js +2 -2
  229. package/out/poi/POIExplorer.js.map +1 -1
  230. package/out/poi/QueryInput.d.ts.map +1 -1
  231. package/out/poi/QueryInput.js.map +1 -1
  232. package/out/poi/SubjectPanel.d.ts +1 -1
  233. package/out/poi/SubjectPanel.d.ts.map +1 -1
  234. package/out/poi/SubjectPanel.js.map +1 -1
  235. package/out/poi/runtime.d.ts +1 -1
  236. package/out/poi/runtime.d.ts.map +1 -1
  237. package/out/poi/runtime.js.map +1 -1
  238. package/out/poi/types.d.ts +3 -2
  239. package/out/poi/types.d.ts.map +1 -1
  240. package/out/poi/types.js +1 -1
  241. package/out/poi/types.js.map +1 -1
  242. package/out/poi/usePOISearch.d.ts +1 -1
  243. package/out/poi/usePOISearch.d.ts.map +1 -1
  244. package/out/poi/usePOISearch.js +4 -4
  245. package/out/poi/usePOISearch.js.map +1 -1
  246. package/out/runtime/{useDemoRuntime.d.ts → useReleaseRuntime.d.ts} +20 -22
  247. package/out/runtime/useReleaseRuntime.d.ts.map +1 -0
  248. package/out/runtime/{useDemoRuntime.js → useReleaseRuntime.js} +6 -6
  249. package/out/runtime/useReleaseRuntime.js.map +1 -0
  250. package/package.json +221 -34
  251. package/styleframe.config.ts +321 -0
  252. package/styles.css +1074 -664
  253. package/tokens/index.css +115 -0
  254. package/tokens/tokens.json +521 -0
  255. package/tokens/tokens.resolver.json +185 -0
  256. package/out/map/DemoControls.d.ts +0 -64
  257. package/out/map/DemoControls.d.ts.map +0 -1
  258. package/out/map/DemoControls.js.map +0 -1
  259. package/out/map/DemoMap.d.ts.map +0 -1
  260. package/out/map/DemoMap.js.map +0 -1
  261. package/out/map/GeocoderDemo.d.ts.map +0 -1
  262. package/out/map/GeocoderDemo.js.map +0 -1
  263. package/out/map/useDemoGeocode.d.ts.map +0 -1
  264. package/out/map/useDemoGeocode.js.map +0 -1
  265. package/out/runtime/useDemoRuntime.d.ts.map +0 -1
  266. package/out/runtime/useDemoRuntime.js.map +0 -1
  267. package/pipeline/ConfidenceCell.tsx +0 -43
  268. /package/{common → lib/common}/ClientOnly.tsx +0 -0
  269. /package/{common → lib/common}/PresetChips.tsx +0 -0
  270. /package/{common → lib/common}/cx.ts +0 -0
  271. /package/{common → lib/common}/useClipboard.ts +0 -0
  272. /package/{common → lib/common}/useDebouncedValue.ts +0 -0
  273. /package/{map → lib/map}/BackendControl.tsx +0 -0
  274. /package/{map → lib/map}/geometry.ts +0 -0
  275. /package/{map → lib/map}/useCompareState.ts +0 -0
  276. /package/{poi → lib/poi}/AbstainPanel.tsx +0 -0
  277. /package/{poi → lib/poi}/OverpassBlock.tsx +0 -0
  278. /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.4.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": {
@@ -15,6 +15,10 @@
15
15
  "out/**/*.d.ts.map",
16
16
  "README.md",
17
17
  "styles.css",
18
+ "fonts.css",
19
+ "tokens/index.css",
20
+ "tokens/tokens.json",
21
+ "tokens/tokens.resolver.json",
18
22
  "*.ts",
19
23
  "*.tsx",
20
24
  "**/*.ts",
@@ -33,138 +37,228 @@
33
37
  "!storybook-static/**"
34
38
  ],
35
39
  "type": "module",
40
+ "sideEffects": [
41
+ "./styles.css",
42
+ "./fonts.css",
43
+ "./tokens/index.css"
44
+ ],
36
45
  "imports": {
37
46
  "#index": {
38
47
  "types": "./out/index.d.ts",
48
+ "node": "./out/index.js",
39
49
  "default": "./out/index.js"
40
50
  },
41
51
  "#map": {
42
52
  "types": "./out/map/index.d.ts",
53
+ "node": "./out/map/index.js",
43
54
  "default": "./out/map/index.js"
55
+ },
56
+ "#*": {
57
+ "types": "./out/*.d.ts",
58
+ "node": "./out/*.js",
59
+ "default": "./out/*.js"
44
60
  }
45
61
  },
46
62
  "exports": {
47
63
  "./package.json": "./package.json",
48
64
  "./styles.css": "./styles.css",
65
+ "./tokens.css": "./tokens/index.css",
66
+ "./fonts.css": "./fonts.css",
67
+ "./tokens.json": "./tokens/tokens.json",
49
68
  ".": {
50
69
  "types": "./out/index.d.ts",
70
+ "node": "./out/index.js",
51
71
  "default": "./out/index.js"
52
72
  },
53
73
  "./map": {
54
74
  "types": "./out/map/index.d.ts",
75
+ "node": "./out/map/index.js",
55
76
  "default": "./out/map/index.js"
56
77
  },
57
78
  "./common/CopyButton": {
58
79
  "types": "./out/common/CopyButton.d.ts",
80
+ "node": "./out/common/CopyButton.js",
59
81
  "default": "./out/common/CopyButton.js"
60
82
  },
61
83
  "./common/KindBadge": {
62
84
  "types": "./out/common/KindBadge.d.ts",
85
+ "node": "./out/common/KindBadge.js",
63
86
  "default": "./out/common/KindBadge.js"
64
87
  },
88
+ "./common/confidence-tiers": {
89
+ "types": "./out/common/confidence-tiers.d.ts",
90
+ "node": "./out/common/confidence-tiers.js",
91
+ "default": "./out/common/confidence-tiers.js"
92
+ },
93
+ "./common/text-tokens": {
94
+ "types": "./out/common/text-tokens.d.ts",
95
+ "node": "./out/common/text-tokens.js",
96
+ "default": "./out/common/text-tokens.js"
97
+ },
65
98
  "./common/LoadingIndicator": {
66
99
  "types": "./out/common/LoadingIndicator.d.ts",
100
+ "node": "./out/common/LoadingIndicator.js",
67
101
  "default": "./out/common/LoadingIndicator.js"
68
102
  },
69
103
  "./common/PresetChips": {
70
104
  "types": "./out/common/PresetChips.d.ts",
105
+ "node": "./out/common/PresetChips.js",
71
106
  "default": "./out/common/PresetChips.js"
72
107
  },
73
- "./map/DemoMap": {
74
- "types": "./out/map/DemoMap.d.ts",
75
- "default": "./out/map/DemoMap.js"
108
+ "./map/MapCanvas": {
109
+ "types": "./out/map/MapCanvas.d.ts",
110
+ "node": "./out/map/MapCanvas.js",
111
+ "default": "./out/map/MapCanvas.js"
76
112
  },
77
- "./map/GeocoderDemo": {
78
- "types": "./out/map/GeocoderDemo.d.ts",
79
- "default": "./out/map/GeocoderDemo.js"
113
+ "./map/Geocoder": {
114
+ "types": "./out/map/Geocoder.d.ts",
115
+ "node": "./out/map/Geocoder.js",
116
+ "default": "./out/map/Geocoder.js"
80
117
  },
81
118
  "./map/place-render": {
82
119
  "types": "./out/map/place-render.d.ts",
120
+ "node": "./out/map/place-render.js",
83
121
  "default": "./out/map/place-render.js"
84
122
  },
85
123
  "./map/ResultCamera": {
86
124
  "types": "./out/map/ResultCamera.d.ts",
125
+ "node": "./out/map/ResultCamera.js",
87
126
  "default": "./out/map/ResultCamera.js"
88
127
  },
89
128
  "./map/geometry": {
90
129
  "types": "./out/map/geometry.d.ts",
130
+ "node": "./out/map/geometry.js",
91
131
  "default": "./out/map/geometry.js"
92
132
  },
93
133
  "./map/OverlayLayers": {
94
134
  "types": "./out/map/OverlayLayers.d.ts",
135
+ "node": "./out/map/OverlayLayers.js",
95
136
  "default": "./out/map/OverlayLayers.js"
96
137
  },
97
138
  "./map/ResolvedPlaceLayers": {
98
139
  "types": "./out/map/ResolvedPlaceLayers.d.ts",
140
+ "node": "./out/map/ResolvedPlaceLayers.js",
99
141
  "default": "./out/map/ResolvedPlaceLayers.js"
100
142
  },
101
143
  "./map/types": {
102
144
  "types": "./out/map/types.d.ts",
145
+ "node": "./out/map/types.js",
103
146
  "default": "./out/map/types.js"
104
147
  },
105
148
  "./map/BackendControl": {
106
149
  "types": "./out/map/BackendControl.d.ts",
150
+ "node": "./out/map/BackendControl.js",
107
151
  "default": "./out/map/BackendControl.js"
108
152
  },
109
153
  "./map/CompareToggle": {
110
154
  "types": "./out/map/CompareToggle.d.ts",
155
+ "node": "./out/map/CompareToggle.js",
111
156
  "default": "./out/map/CompareToggle.js"
112
157
  },
113
158
  "./map/PlaceAutocomplete": {
114
159
  "types": "./out/map/PlaceAutocomplete.d.ts",
160
+ "node": "./out/map/PlaceAutocomplete.js",
115
161
  "default": "./out/map/PlaceAutocomplete.js"
116
162
  },
117
163
  "./map/ResultPanel": {
118
164
  "types": "./out/map/ResultPanel.d.ts",
165
+ "node": "./out/map/ResultPanel.js",
119
166
  "default": "./out/map/ResultPanel.js"
120
167
  },
168
+ "./map/fake-runtime": {
169
+ "types": "./out/map/fake-runtime.d.ts",
170
+ "node": "./out/map/fake-runtime.js",
171
+ "default": "./out/map/fake-runtime.js"
172
+ },
173
+ "./map/map-debug": {
174
+ "types": "./out/map/map-debug.d.ts",
175
+ "node": "./out/map/map-debug.js",
176
+ "default": "./out/map/map-debug.js"
177
+ },
178
+ "./common/About": {
179
+ "types": "./out/common/About.d.ts",
180
+ "node": "./out/common/About.js",
181
+ "default": "./out/common/About.js"
182
+ },
183
+ "./pipeline/FailureDiagnostic": {
184
+ "types": "./out/pipeline/FailureDiagnostic.d.ts",
185
+ "node": "./out/pipeline/FailureDiagnostic.js",
186
+ "default": "./out/pipeline/FailureDiagnostic.js"
187
+ },
188
+ "./pipeline/SpanHighlight": {
189
+ "types": "./out/pipeline/SpanHighlight.d.ts",
190
+ "node": "./out/pipeline/SpanHighlight.js",
191
+ "default": "./out/pipeline/SpanHighlight.js"
192
+ },
193
+ "./pipeline/TimingPanel": {
194
+ "types": "./out/pipeline/TimingPanel.d.ts",
195
+ "node": "./out/pipeline/TimingPanel.js",
196
+ "default": "./out/pipeline/TimingPanel.js"
197
+ },
198
+ "./pipeline/TreeView": {
199
+ "types": "./out/pipeline/TreeView.d.ts",
200
+ "node": "./out/pipeline/TreeView.js",
201
+ "default": "./out/pipeline/TreeView.js"
202
+ },
121
203
  "./map/usePlaceAutocomplete": {
122
204
  "types": "./out/map/usePlaceAutocomplete.d.ts",
205
+ "node": "./out/map/usePlaceAutocomplete.js",
123
206
  "default": "./out/map/usePlaceAutocomplete.js"
124
207
  },
125
208
  "./map/VersionPicker": {
126
209
  "types": "./out/map/VersionPicker.d.ts",
210
+ "node": "./out/map/VersionPicker.js",
127
211
  "default": "./out/map/VersionPicker.js"
128
212
  },
129
213
  "./pipeline/ComponentTable": {
130
214
  "types": "./out/pipeline/ComponentTable.d.ts",
215
+ "node": "./out/pipeline/ComponentTable.js",
131
216
  "default": "./out/pipeline/ComponentTable.js"
132
217
  },
133
218
  "./pipeline/PipelineExplorer": {
134
219
  "types": "./out/pipeline/PipelineExplorer.d.ts",
220
+ "node": "./out/pipeline/PipelineExplorer.js",
135
221
  "default": "./out/pipeline/PipelineExplorer.js"
136
222
  },
137
223
  "./pipeline/ResolvedPlace": {
138
224
  "types": "./out/pipeline/ResolvedPlace.d.ts",
225
+ "node": "./out/pipeline/ResolvedPlace.js",
139
226
  "default": "./out/pipeline/ResolvedPlace.js"
140
227
  },
141
228
  "./poi/LiveResultsBlock": {
142
229
  "types": "./out/poi/LiveResultsBlock.d.ts",
230
+ "node": "./out/poi/LiveResultsBlock.js",
143
231
  "default": "./out/poi/LiveResultsBlock.js"
144
232
  },
145
233
  "./poi/types": {
146
234
  "types": "./out/poi/types.d.ts",
235
+ "node": "./out/poi/types.js",
147
236
  "default": "./out/poi/types.js"
148
237
  },
149
238
  "./poi/OverpassBlock": {
150
239
  "types": "./out/poi/OverpassBlock.d.ts",
240
+ "node": "./out/poi/OverpassBlock.js",
151
241
  "default": "./out/poi/OverpassBlock.js"
152
242
  },
153
243
  "./poi/POIExplorer": {
154
244
  "types": "./out/poi/POIExplorer.d.ts",
245
+ "node": "./out/poi/POIExplorer.js",
155
246
  "default": "./out/poi/POIExplorer.js"
156
247
  },
157
248
  "./poi/SubjectPanel": {
158
249
  "types": "./out/poi/SubjectPanel.d.ts",
250
+ "node": "./out/poi/SubjectPanel.js",
159
251
  "default": "./out/poi/SubjectPanel.js"
160
252
  },
161
253
  "./poi/usePOISearch": {
162
254
  "types": "./out/poi/usePOISearch.d.ts",
255
+ "node": "./out/poi/usePOISearch.js",
163
256
  "default": "./out/poi/usePOISearch.js"
164
257
  },
165
- "./runtime/useDemoRuntime": {
166
- "types": "./out/runtime/useDemoRuntime.d.ts",
167
- "default": "./out/runtime/useDemoRuntime.js"
258
+ "./runtime/useReleaseRuntime": {
259
+ "types": "./out/runtime/useReleaseRuntime.d.ts",
260
+ "node": "./out/runtime/useReleaseRuntime.js",
261
+ "default": "./out/runtime/useReleaseRuntime.js"
168
262
  }
169
263
  },
170
264
  "publishConfig": {
@@ -172,165 +266,258 @@
172
266
  "exports": {
173
267
  "./package.json": "./package.json",
174
268
  "./styles.css": "./styles.css",
269
+ "./tokens.css": "./tokens/index.css",
270
+ "./fonts.css": "./fonts.css",
271
+ "./tokens.json": "./tokens/tokens.json",
175
272
  ".": {
176
273
  "types": "./out/index.d.ts",
274
+ "node": "./out/index.js",
177
275
  "default": "./out/index.js"
178
276
  },
179
277
  "./map": {
180
278
  "types": "./out/map/index.d.ts",
279
+ "node": "./out/map/index.js",
181
280
  "default": "./out/map/index.js"
182
281
  },
183
282
  "./common/CopyButton": {
184
283
  "types": "./out/common/CopyButton.d.ts",
284
+ "node": "./out/common/CopyButton.js",
185
285
  "default": "./out/common/CopyButton.js"
186
286
  },
187
287
  "./common/KindBadge": {
188
288
  "types": "./out/common/KindBadge.d.ts",
289
+ "node": "./out/common/KindBadge.js",
189
290
  "default": "./out/common/KindBadge.js"
190
291
  },
292
+ "./common/confidence-tiers": {
293
+ "types": "./out/common/confidence-tiers.d.ts",
294
+ "node": "./out/common/confidence-tiers.js",
295
+ "default": "./out/common/confidence-tiers.js"
296
+ },
297
+ "./common/text-tokens": {
298
+ "types": "./out/common/text-tokens.d.ts",
299
+ "node": "./out/common/text-tokens.js",
300
+ "default": "./out/common/text-tokens.js"
301
+ },
191
302
  "./common/LoadingIndicator": {
192
303
  "types": "./out/common/LoadingIndicator.d.ts",
304
+ "node": "./out/common/LoadingIndicator.js",
193
305
  "default": "./out/common/LoadingIndicator.js"
194
306
  },
195
307
  "./common/PresetChips": {
196
308
  "types": "./out/common/PresetChips.d.ts",
309
+ "node": "./out/common/PresetChips.js",
197
310
  "default": "./out/common/PresetChips.js"
198
311
  },
199
- "./map/DemoMap": {
200
- "types": "./out/map/DemoMap.d.ts",
201
- "default": "./out/map/DemoMap.js"
312
+ "./map/MapCanvas": {
313
+ "types": "./out/map/MapCanvas.d.ts",
314
+ "node": "./out/map/MapCanvas.js",
315
+ "default": "./out/map/MapCanvas.js"
202
316
  },
203
- "./map/GeocoderDemo": {
204
- "types": "./out/map/GeocoderDemo.d.ts",
205
- "default": "./out/map/GeocoderDemo.js"
317
+ "./map/Geocoder": {
318
+ "types": "./out/map/Geocoder.d.ts",
319
+ "node": "./out/map/Geocoder.js",
320
+ "default": "./out/map/Geocoder.js"
206
321
  },
207
322
  "./map/place-render": {
208
323
  "types": "./out/map/place-render.d.ts",
324
+ "node": "./out/map/place-render.js",
209
325
  "default": "./out/map/place-render.js"
210
326
  },
211
327
  "./map/ResultCamera": {
212
328
  "types": "./out/map/ResultCamera.d.ts",
329
+ "node": "./out/map/ResultCamera.js",
213
330
  "default": "./out/map/ResultCamera.js"
214
331
  },
215
332
  "./map/geometry": {
216
333
  "types": "./out/map/geometry.d.ts",
334
+ "node": "./out/map/geometry.js",
217
335
  "default": "./out/map/geometry.js"
218
336
  },
219
337
  "./map/OverlayLayers": {
220
338
  "types": "./out/map/OverlayLayers.d.ts",
339
+ "node": "./out/map/OverlayLayers.js",
221
340
  "default": "./out/map/OverlayLayers.js"
222
341
  },
223
342
  "./map/ResolvedPlaceLayers": {
224
343
  "types": "./out/map/ResolvedPlaceLayers.d.ts",
344
+ "node": "./out/map/ResolvedPlaceLayers.js",
225
345
  "default": "./out/map/ResolvedPlaceLayers.js"
226
346
  },
227
347
  "./map/types": {
228
348
  "types": "./out/map/types.d.ts",
349
+ "node": "./out/map/types.js",
229
350
  "default": "./out/map/types.js"
230
351
  },
231
352
  "./map/BackendControl": {
232
353
  "types": "./out/map/BackendControl.d.ts",
354
+ "node": "./out/map/BackendControl.js",
233
355
  "default": "./out/map/BackendControl.js"
234
356
  },
235
357
  "./map/CompareToggle": {
236
358
  "types": "./out/map/CompareToggle.d.ts",
359
+ "node": "./out/map/CompareToggle.js",
237
360
  "default": "./out/map/CompareToggle.js"
238
361
  },
239
362
  "./map/PlaceAutocomplete": {
240
363
  "types": "./out/map/PlaceAutocomplete.d.ts",
364
+ "node": "./out/map/PlaceAutocomplete.js",
241
365
  "default": "./out/map/PlaceAutocomplete.js"
242
366
  },
243
367
  "./map/ResultPanel": {
244
368
  "types": "./out/map/ResultPanel.d.ts",
369
+ "node": "./out/map/ResultPanel.js",
245
370
  "default": "./out/map/ResultPanel.js"
246
371
  },
372
+ "./map/fake-runtime": {
373
+ "types": "./out/map/fake-runtime.d.ts",
374
+ "node": "./out/map/fake-runtime.js",
375
+ "default": "./out/map/fake-runtime.js"
376
+ },
377
+ "./map/map-debug": {
378
+ "types": "./out/map/map-debug.d.ts",
379
+ "node": "./out/map/map-debug.js",
380
+ "default": "./out/map/map-debug.js"
381
+ },
382
+ "./common/About": {
383
+ "types": "./out/common/About.d.ts",
384
+ "node": "./out/common/About.js",
385
+ "default": "./out/common/About.js"
386
+ },
387
+ "./pipeline/FailureDiagnostic": {
388
+ "types": "./out/pipeline/FailureDiagnostic.d.ts",
389
+ "node": "./out/pipeline/FailureDiagnostic.js",
390
+ "default": "./out/pipeline/FailureDiagnostic.js"
391
+ },
392
+ "./pipeline/SpanHighlight": {
393
+ "types": "./out/pipeline/SpanHighlight.d.ts",
394
+ "node": "./out/pipeline/SpanHighlight.js",
395
+ "default": "./out/pipeline/SpanHighlight.js"
396
+ },
397
+ "./pipeline/TimingPanel": {
398
+ "types": "./out/pipeline/TimingPanel.d.ts",
399
+ "node": "./out/pipeline/TimingPanel.js",
400
+ "default": "./out/pipeline/TimingPanel.js"
401
+ },
402
+ "./pipeline/TreeView": {
403
+ "types": "./out/pipeline/TreeView.d.ts",
404
+ "node": "./out/pipeline/TreeView.js",
405
+ "default": "./out/pipeline/TreeView.js"
406
+ },
247
407
  "./map/usePlaceAutocomplete": {
248
408
  "types": "./out/map/usePlaceAutocomplete.d.ts",
409
+ "node": "./out/map/usePlaceAutocomplete.js",
249
410
  "default": "./out/map/usePlaceAutocomplete.js"
250
411
  },
251
412
  "./map/VersionPicker": {
252
413
  "types": "./out/map/VersionPicker.d.ts",
414
+ "node": "./out/map/VersionPicker.js",
253
415
  "default": "./out/map/VersionPicker.js"
254
416
  },
255
417
  "./pipeline/ComponentTable": {
256
418
  "types": "./out/pipeline/ComponentTable.d.ts",
419
+ "node": "./out/pipeline/ComponentTable.js",
257
420
  "default": "./out/pipeline/ComponentTable.js"
258
421
  },
259
422
  "./pipeline/PipelineExplorer": {
260
423
  "types": "./out/pipeline/PipelineExplorer.d.ts",
424
+ "node": "./out/pipeline/PipelineExplorer.js",
261
425
  "default": "./out/pipeline/PipelineExplorer.js"
262
426
  },
263
427
  "./pipeline/ResolvedPlace": {
264
428
  "types": "./out/pipeline/ResolvedPlace.d.ts",
429
+ "node": "./out/pipeline/ResolvedPlace.js",
265
430
  "default": "./out/pipeline/ResolvedPlace.js"
266
431
  },
267
432
  "./poi/LiveResultsBlock": {
268
433
  "types": "./out/poi/LiveResultsBlock.d.ts",
434
+ "node": "./out/poi/LiveResultsBlock.js",
269
435
  "default": "./out/poi/LiveResultsBlock.js"
270
436
  },
271
437
  "./poi/types": {
272
438
  "types": "./out/poi/types.d.ts",
439
+ "node": "./out/poi/types.js",
273
440
  "default": "./out/poi/types.js"
274
441
  },
275
442
  "./poi/OverpassBlock": {
276
443
  "types": "./out/poi/OverpassBlock.d.ts",
444
+ "node": "./out/poi/OverpassBlock.js",
277
445
  "default": "./out/poi/OverpassBlock.js"
278
446
  },
279
447
  "./poi/POIExplorer": {
280
448
  "types": "./out/poi/POIExplorer.d.ts",
449
+ "node": "./out/poi/POIExplorer.js",
281
450
  "default": "./out/poi/POIExplorer.js"
282
451
  },
283
452
  "./poi/SubjectPanel": {
284
453
  "types": "./out/poi/SubjectPanel.d.ts",
454
+ "node": "./out/poi/SubjectPanel.js",
285
455
  "default": "./out/poi/SubjectPanel.js"
286
456
  },
287
457
  "./poi/usePOISearch": {
288
458
  "types": "./out/poi/usePOISearch.d.ts",
459
+ "node": "./out/poi/usePOISearch.js",
289
460
  "default": "./out/poi/usePOISearch.js"
290
461
  },
291
- "./runtime/useDemoRuntime": {
292
- "types": "./out/runtime/useDemoRuntime.d.ts",
293
- "default": "./out/runtime/useDemoRuntime.js"
462
+ "./runtime/useReleaseRuntime": {
463
+ "types": "./out/runtime/useReleaseRuntime.d.ts",
464
+ "node": "./out/runtime/useReleaseRuntime.js",
465
+ "default": "./out/runtime/useReleaseRuntime.js"
294
466
  }
295
467
  },
296
468
  "imports": {
297
469
  "#index": {
298
470
  "types": "./out/index.d.ts",
471
+ "node": "./out/index.js",
299
472
  "default": "./out/index.js"
300
473
  },
301
474
  "#map": {
302
475
  "types": "./out/map/index.d.ts",
476
+ "node": "./out/map/index.js",
303
477
  "default": "./out/map/index.js"
478
+ },
479
+ "#*": {
480
+ "types": "./out/*.d.ts",
481
+ "node": "./out/*.js",
482
+ "default": "./out/*.js"
304
483
  }
305
484
  }
306
485
  },
307
486
  "scripts": {
487
+ "tokens": "styleframe build styleframe.config.ts --outputDir tokens --clean && styleframe dtcg export --output tokens --collection Mailwoman && oxfmt tokens",
308
488
  "storybook": "storybook dev -p 6007 --no-open",
309
489
  "build-storybook": "storybook build",
310
490
  "test:browser": "vitest run --config vitest.config.ts",
311
491
  "test:node": "vitest run --config vitest.node.config.ts"
312
492
  },
313
493
  "dependencies": {
314
- "@mailwoman/kind-classifier": "9.2.0",
315
- "@mailwoman/poi-taxonomy": "9.2.0",
316
- "@mailwoman/query-shape": "9.2.0"
494
+ "@mailwoman/core": "9.4.0",
495
+ "@mailwoman/kind-classifier": "9.4.0",
496
+ "@mailwoman/poi-taxonomy": "9.4.0",
497
+ "@mailwoman/query-shape": "9.4.0"
317
498
  },
318
499
  "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",
500
+ "@storybook/addon-docs": "^10.6.0",
501
+ "@storybook/react-vite": "^10.6.0",
502
+ "@styleframe/core": "^3.6.2",
503
+ "@styleframe/loader": "^3.0.4",
504
+ "@styleframe/plugin": "^3.4.1",
505
+ "@styleframe/transpiler": "^3.4.2",
506
+ "@types/react": "^19.2.18",
507
+ "@types/react-dom": "^19.2.7",
508
+ "@vitejs/plugin-react": "^6.1.1",
509
+ "@vitest/browser-playwright": "4.1.11",
510
+ "maplibre-gl": "^6.7.0",
511
+ "oxfmt": "0.66.0",
512
+ "playwright": "^1.63.0",
327
513
  "react": "^19.2.8",
328
514
  "react-dom": "^19.2.8",
329
- "react-map-gl": "^8.1.2",
330
- "storybook": "^10.5.5",
515
+ "react-map-gl": "^8.1.3",
516
+ "storybook": "^10.6.0",
517
+ "styleframe": "^3.9.1",
331
518
  "typescript": "^6.0.3",
332
- "vite": "^8.2.0",
333
- "vitest": "4.1.10"
519
+ "vite": "^8.2.2",
520
+ "vitest": "4.1.11"
334
521
  },
335
522
  "peerDependencies": {
336
523
  "maplibre-gl": ">=5",