@opentripplanner/map-popup 5.1.2 → 5.2.0-alpha.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentripplanner/map-popup",
3
- "version": "5.1.2",
3
+ "version": "5.2.0-alpha.2",
4
4
  "description": "A component for displaying map popup contents",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -11,18 +11,18 @@
11
11
  "license": "MIT",
12
12
  "private": false,
13
13
  "dependencies": {
14
- "@opentripplanner/base-map": "^4.0.0",
15
- "@opentripplanner/building-blocks": "^2.0.0",
16
- "@opentripplanner/core-utils": "^12.0.0",
17
- "@opentripplanner/from-to-location-picker": "^3.0.0",
18
- "flat": "^5.0.2"
14
+ "flat": "^5.0.2",
15
+ "@opentripplanner/base-map": "5.0.0-alpha.8",
16
+ "@opentripplanner/building-blocks": "2.1.1-alpha.1",
17
+ "@opentripplanner/core-utils": "13.0.0-alpha.2",
18
+ "@opentripplanner/from-to-location-picker": "3.0.2-alpha.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@opentripplanner/types": "^6.5.2"
21
+ "@opentripplanner/types": "7.0.0-alpha.16"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^18.2.0",
25
- "react-intl": "^5.24.6",
25
+ "react-intl": "^6.8.4",
26
26
  "styled-components": "^5.3.0"
27
27
  },
28
28
  "bugs": {
@@ -31,4 +31,4 @@
31
31
  "scripts": {
32
32
  "tsc": "tsc"
33
33
  }
34
- }
34
+ }
@@ -2,11 +2,21 @@ import React from "react";
2
2
  import { action } from "@storybook/addon-actions";
3
3
  import styled from "styled-components";
4
4
  import { Station, Stop } from "@opentripplanner/types";
5
+ import { IntlProvider } from "react-intl";
6
+ import { Meta } from "@storybook/react";
5
7
  import MapPopupContents from "./index";
6
8
 
9
+ // HOC to wrap components with IntlProvider
10
+ const withIntl = (Story: () => JSX.Element) => (
11
+ <IntlProvider messages={{}} locale="en">
12
+ <Story />
13
+ </IntlProvider>
14
+ );
15
+
7
16
  export default {
8
- title: "Map Popup"
9
- };
17
+ title: "Map Popup",
18
+ decorators: [withIntl]
19
+ } as Meta;
10
20
 
11
21
  const STOP = {
12
22
  flex: false,
@@ -1,19 +1,19 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`Map Popup FloatingCarEntity smoke-test 1`] = `
4
- <div class="styled__MapOverlayPopup-sc-12kjso7-1 idXkMr">
4
+ <div class="styled__MapOverlayPopup-sc-12kjso7-1 cPqJxe">
5
5
  <div id="focus-car_6861-popup-focus-trap"
6
6
  role="presentation"
7
7
  >
8
- <header class="styled__PopupTitle-sc-12kjso7-3 cjkEhb">
8
+ <header class="styled__PopupTitle-sc-12kjso7-3 jRNaQh">
9
9
  MILES Car: 0541
10
10
  </header>
11
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
11
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
12
12
  <strong>
13
13
  Plan a trip:
14
14
  </strong>
15
- <span class="styled__FromToPickerSpan-sc-vb4790-1 hmUShj">
16
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
15
+ <span class="styled__FromToPickerSpan-sc-vb4790-1 giBPod">
16
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
17
17
  <svg viewbox="0 0 512 512"
18
18
  height="0.9em"
19
19
  width="0.9em"
@@ -21,18 +21,18 @@ exports[`Map Popup FloatingCarEntity smoke-test 1`] = `
21
21
  focusable="false"
22
22
  fill="currentColor"
23
23
  xmlns="http://www.w3.org/2000/svg"
24
- class="StyledIconBase-ea9ulj-0 hPhvO styled__FromIcon-sc-n5xcvc-0 jTjMOf"
24
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__FromIcon-sc-n5xcvc-0 dDqEuj"
25
25
  >
26
26
  <path fill="currentColor"
27
- d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"
27
+ d="M160 256c0-53.9 42.1-96 96-96 53 0 96 42.1 96 96 0 53-43 96-96 96-53.9 0-96-43-96-96zm352 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z"
28
28
  >
29
29
  </path>
30
30
  </svg>
31
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
31
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
32
32
  From here
33
33
  </button>
34
34
  </span>
35
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
35
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
36
36
  <svg viewbox="0 0 384 512"
37
37
  height="0.9em"
38
38
  width="0.9em"
@@ -40,14 +40,14 @@ exports[`Map Popup FloatingCarEntity smoke-test 1`] = `
40
40
  focusable="false"
41
41
  fill="currentColor"
42
42
  xmlns="http://www.w3.org/2000/svg"
43
- class="StyledIconBase-ea9ulj-0 hPhvO styled__ToIcon-sc-n5xcvc-2 ipFnZE"
43
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__ToIcon-sc-n5xcvc-2 gZxRwk"
44
44
  >
45
45
  <path fill="currentColor"
46
- d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
46
+ d="M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"
47
47
  >
48
48
  </path>
49
49
  </svg>
50
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
50
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
51
51
  To here
52
52
  </button>
53
53
  </span>
@@ -58,19 +58,19 @@ exports[`Map Popup FloatingCarEntity smoke-test 1`] = `
58
58
  `;
59
59
 
60
60
  exports[`Map Popup FloatingVehicleEntity smoke-test 1`] = `
61
- <div class="styled__MapOverlayPopup-sc-12kjso7-1 idXkMr">
61
+ <div class="styled__MapOverlayPopup-sc-12kjso7-1 cPqJxe">
62
62
  <div id="focus-22bike_686122-popup-focus-trap"
63
63
  role="presentation"
64
64
  >
65
- <header class="styled__PopupTitle-sc-12kjso7-3 cjkEhb">
65
+ <header class="styled__PopupTitle-sc-12kjso7-3 jRNaQh">
66
66
  BIKETOWN Free-floating bike: 0541
67
67
  </header>
68
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
68
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
69
69
  <strong>
70
70
  Plan a trip:
71
71
  </strong>
72
- <span class="styled__FromToPickerSpan-sc-vb4790-1 hmUShj">
73
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
72
+ <span class="styled__FromToPickerSpan-sc-vb4790-1 giBPod">
73
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
74
74
  <svg viewbox="0 0 512 512"
75
75
  height="0.9em"
76
76
  width="0.9em"
@@ -78,18 +78,18 @@ exports[`Map Popup FloatingVehicleEntity smoke-test 1`] = `
78
78
  focusable="false"
79
79
  fill="currentColor"
80
80
  xmlns="http://www.w3.org/2000/svg"
81
- class="StyledIconBase-ea9ulj-0 hPhvO styled__FromIcon-sc-n5xcvc-0 jTjMOf"
81
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__FromIcon-sc-n5xcvc-0 dDqEuj"
82
82
  >
83
83
  <path fill="currentColor"
84
- d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"
84
+ d="M160 256c0-53.9 42.1-96 96-96 53 0 96 42.1 96 96 0 53-43 96-96 96-53.9 0-96-43-96-96zm352 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z"
85
85
  >
86
86
  </path>
87
87
  </svg>
88
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
88
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
89
89
  From here
90
90
  </button>
91
91
  </span>
92
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
92
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
93
93
  <svg viewbox="0 0 384 512"
94
94
  height="0.9em"
95
95
  width="0.9em"
@@ -97,14 +97,14 @@ exports[`Map Popup FloatingVehicleEntity smoke-test 1`] = `
97
97
  focusable="false"
98
98
  fill="currentColor"
99
99
  xmlns="http://www.w3.org/2000/svg"
100
- class="StyledIconBase-ea9ulj-0 hPhvO styled__ToIcon-sc-n5xcvc-2 ipFnZE"
100
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__ToIcon-sc-n5xcvc-2 gZxRwk"
101
101
  >
102
102
  <path fill="currentColor"
103
- d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
103
+ d="M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"
104
104
  >
105
105
  </path>
106
106
  </svg>
107
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
107
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
108
108
  To here
109
109
  </button>
110
110
  </span>
@@ -115,14 +115,14 @@ exports[`Map Popup FloatingVehicleEntity smoke-test 1`] = `
115
115
  `;
116
116
 
117
117
  exports[`Map Popup StationEntity smoke-test 1`] = `
118
- <div class="styled__MapOverlayPopup-sc-12kjso7-1 idXkMr">
118
+ <div class="styled__MapOverlayPopup-sc-12kjso7-1 cPqJxe">
119
119
  <div id="focus-22hub_158022-popup-focus-trap"
120
120
  role="presentation"
121
121
  >
122
- <header class="styled__PopupTitle-sc-12kjso7-3 cjkEhb">
122
+ <header class="styled__PopupTitle-sc-12kjso7-3 jRNaQh">
123
123
  BIKETOWN SW Morrison at 18th
124
124
  </header>
125
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
125
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
126
126
  <div>
127
127
  Available bikes: 6
128
128
  </div>
@@ -130,12 +130,12 @@ exports[`Map Popup StationEntity smoke-test 1`] = `
130
130
  Available docks: 11
131
131
  </div>
132
132
  </p>
133
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
133
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
134
134
  <strong>
135
135
  Plan a trip:
136
136
  </strong>
137
- <span class="styled__FromToPickerSpan-sc-vb4790-1 hmUShj">
138
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
137
+ <span class="styled__FromToPickerSpan-sc-vb4790-1 giBPod">
138
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
139
139
  <svg viewbox="0 0 512 512"
140
140
  height="0.9em"
141
141
  width="0.9em"
@@ -143,18 +143,18 @@ exports[`Map Popup StationEntity smoke-test 1`] = `
143
143
  focusable="false"
144
144
  fill="currentColor"
145
145
  xmlns="http://www.w3.org/2000/svg"
146
- class="StyledIconBase-ea9ulj-0 hPhvO styled__FromIcon-sc-n5xcvc-0 jTjMOf"
146
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__FromIcon-sc-n5xcvc-0 dDqEuj"
147
147
  >
148
148
  <path fill="currentColor"
149
- d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"
149
+ d="M160 256c0-53.9 42.1-96 96-96 53 0 96 42.1 96 96 0 53-43 96-96 96-53.9 0-96-43-96-96zm352 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z"
150
150
  >
151
151
  </path>
152
152
  </svg>
153
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
153
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
154
154
  From here
155
155
  </button>
156
156
  </span>
157
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
157
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
158
158
  <svg viewbox="0 0 384 512"
159
159
  height="0.9em"
160
160
  width="0.9em"
@@ -162,14 +162,14 @@ exports[`Map Popup StationEntity smoke-test 1`] = `
162
162
  focusable="false"
163
163
  fill="currentColor"
164
164
  xmlns="http://www.w3.org/2000/svg"
165
- class="StyledIconBase-ea9ulj-0 hPhvO styled__ToIcon-sc-n5xcvc-2 ipFnZE"
165
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__ToIcon-sc-n5xcvc-2 gZxRwk"
166
166
  >
167
167
  <path fill="currentColor"
168
- d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
168
+ d="M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"
169
169
  >
170
170
  </path>
171
171
  </svg>
172
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
172
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
173
173
  To here
174
174
  </button>
175
175
  </span>
@@ -180,27 +180,27 @@ exports[`Map Popup StationEntity smoke-test 1`] = `
180
180
  `;
181
181
 
182
182
  exports[`Map Popup StopEntity smoke-test 1`] = `
183
- <div class="styled__MapOverlayPopup-sc-12kjso7-1 idXkMr">
183
+ <div class="styled__MapOverlayPopup-sc-12kjso7-1 cPqJxe">
184
184
  <div id="focus-9526-popup-focus-trap"
185
185
  role="presentation"
186
186
  >
187
- <header class="styled__PopupTitle-sc-12kjso7-3 cjkEhb">
187
+ <header class="styled__PopupTitle-sc-12kjso7-3 jRNaQh">
188
188
  W Burnside &amp; SW 2nd
189
189
  </header>
190
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
190
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
191
191
  <strong>
192
192
  Stop ID: 9526
193
193
  </strong>
194
- <button class="styled__ViewStopButton-sc-12v7ov3-0 jdXQjY">
194
+ <button class="styled__ViewStopButton-sc-12v7ov3-0 fRdwNC">
195
195
  Stop Viewer
196
196
  </button>
197
197
  </p>
198
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
198
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
199
199
  <strong>
200
200
  Plan a trip:
201
201
  </strong>
202
- <span class="styled__FromToPickerSpan-sc-vb4790-1 hmUShj">
203
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
202
+ <span class="styled__FromToPickerSpan-sc-vb4790-1 giBPod">
203
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
204
204
  <svg viewbox="0 0 512 512"
205
205
  height="0.9em"
206
206
  width="0.9em"
@@ -208,18 +208,18 @@ exports[`Map Popup StopEntity smoke-test 1`] = `
208
208
  focusable="false"
209
209
  fill="currentColor"
210
210
  xmlns="http://www.w3.org/2000/svg"
211
- class="StyledIconBase-ea9ulj-0 hPhvO styled__FromIcon-sc-n5xcvc-0 jTjMOf"
211
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__FromIcon-sc-n5xcvc-0 dDqEuj"
212
212
  >
213
213
  <path fill="currentColor"
214
- d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"
214
+ d="M160 256c0-53.9 42.1-96 96-96 53 0 96 42.1 96 96 0 53-43 96-96 96-53.9 0-96-43-96-96zm352 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z"
215
215
  >
216
216
  </path>
217
217
  </svg>
218
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
218
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
219
219
  From here
220
220
  </button>
221
221
  </span>
222
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
222
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
223
223
  <svg viewbox="0 0 384 512"
224
224
  height="0.9em"
225
225
  width="0.9em"
@@ -227,14 +227,14 @@ exports[`Map Popup StopEntity smoke-test 1`] = `
227
227
  focusable="false"
228
228
  fill="currentColor"
229
229
  xmlns="http://www.w3.org/2000/svg"
230
- class="StyledIconBase-ea9ulj-0 hPhvO styled__ToIcon-sc-n5xcvc-2 ipFnZE"
230
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__ToIcon-sc-n5xcvc-2 gZxRwk"
231
231
  >
232
232
  <path fill="currentColor"
233
- d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
233
+ d="M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"
234
234
  >
235
235
  </path>
236
236
  </svg>
237
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
237
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
238
238
  To here
239
239
  </button>
240
240
  </span>
@@ -245,11 +245,11 @@ exports[`Map Popup StopEntity smoke-test 1`] = `
245
245
  `;
246
246
 
247
247
  exports[`Map Popup StopEntityNoHandlers smoke-test 1`] = `
248
- <div class="styled__MapOverlayPopup-sc-12kjso7-1 idXkMr">
248
+ <div class="styled__MapOverlayPopup-sc-12kjso7-1 cPqJxe">
249
249
  <div id="focus-9526-popup-focus-trap"
250
250
  role="presentation"
251
251
  >
252
- <header class="styled__PopupTitle-sc-12kjso7-3 cjkEhb">
252
+ <header class="styled__PopupTitle-sc-12kjso7-3 jRNaQh">
253
253
  W Burnside &amp; SW 2nd
254
254
  </header>
255
255
  </div>
@@ -257,30 +257,30 @@ exports[`Map Popup StopEntityNoHandlers smoke-test 1`] = `
257
257
  `;
258
258
 
259
259
  exports[`Map Popup StopEntitywithEntityPrefix smoke-test 1`] = `
260
- <div class="styled__MapOverlayPopup-sc-12kjso7-1 idXkMr">
260
+ <div class="styled__MapOverlayPopup-sc-12kjso7-1 cPqJxe">
261
261
  <div id="focus-9526-popup-focus-trap"
262
262
  role="presentation"
263
263
  >
264
- <header class="styled__PopupTitle-sc-12kjso7-3 cjkEhb">
265
- <span class="MapPopupstory__DemoIcon-sc-vlk9f0-0 eLlbsf">
264
+ <header class="styled__PopupTitle-sc-12kjso7-3 jRNaQh">
265
+ <span class="MapPopupstory__DemoIcon-sc-vlk9f0-0 hzuFzw">
266
266
  W
267
267
  </span>
268
268
  W Burnside &amp; SW 2nd
269
269
  </header>
270
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
270
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
271
271
  <strong>
272
272
  Stop ID: 9526
273
273
  </strong>
274
- <button class="styled__ViewStopButton-sc-12v7ov3-0 jdXQjY">
274
+ <button class="styled__ViewStopButton-sc-12v7ov3-0 fRdwNC">
275
275
  Stop Viewer
276
276
  </button>
277
277
  </p>
278
- <p class="styled__PopupRow-sc-12kjso7-2 gahTQU">
278
+ <p class="styled__PopupRow-sc-12kjso7-2 ckOOWr">
279
279
  <strong>
280
280
  Plan a trip:
281
281
  </strong>
282
- <span class="styled__FromToPickerSpan-sc-vb4790-1 hmUShj">
283
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
282
+ <span class="styled__FromToPickerSpan-sc-vb4790-1 giBPod">
283
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
284
284
  <svg viewbox="0 0 512 512"
285
285
  height="0.9em"
286
286
  width="0.9em"
@@ -288,18 +288,18 @@ exports[`Map Popup StopEntitywithEntityPrefix smoke-test 1`] = `
288
288
  focusable="false"
289
289
  fill="currentColor"
290
290
  xmlns="http://www.w3.org/2000/svg"
291
- class="StyledIconBase-ea9ulj-0 hPhvO styled__FromIcon-sc-n5xcvc-0 jTjMOf"
291
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__FromIcon-sc-n5xcvc-0 dDqEuj"
292
292
  >
293
293
  <path fill="currentColor"
294
- d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"
294
+ d="M160 256c0-53.9 42.1-96 96-96 53 0 96 42.1 96 96 0 53-43 96-96 96-53.9 0-96-43-96-96zm352 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z"
295
295
  >
296
296
  </path>
297
297
  </svg>
298
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
298
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
299
299
  From here
300
300
  </button>
301
301
  </span>
302
- <span class="styled__LocationPickerSpan-sc-vb4790-0 gwsIFy">
302
+ <span class="styled__LocationPickerSpan-sc-vb4790-0 gsVfXo">
303
303
  <svg viewbox="0 0 384 512"
304
304
  height="0.9em"
305
305
  width="0.9em"
@@ -307,14 +307,14 @@ exports[`Map Popup StopEntitywithEntityPrefix smoke-test 1`] = `
307
307
  focusable="false"
308
308
  fill="currentColor"
309
309
  xmlns="http://www.w3.org/2000/svg"
310
- class="StyledIconBase-ea9ulj-0 hPhvO styled__ToIcon-sc-n5xcvc-2 ipFnZE"
310
+ class="StyledIconBase-sc-ea9ulj-0 ebjPRL styled__ToIcon-sc-n5xcvc-2 gZxRwk"
311
311
  >
312
312
  <path fill="currentColor"
313
- d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
313
+ d="M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"
314
314
  >
315
315
  </path>
316
316
  </svg>
317
- <button class="styled__Button-sc-vb4790-2 hNNoVB">
317
+ <button class="styled__Button-sc-vb4790-2 ekklXB">
318
318
  To here
319
319
  </button>
320
320
  </span>
package/tsconfig.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "extends": "../../tsconfig.json",
3
+
3
4
  "compilerOptions": {
4
5
  "composite": true,
5
6
  "outDir": "./lib",