@opentripplanner/map-popup 6.1.0-alpha.1 → 6.1.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/i18n/es.yml CHANGED
@@ -4,7 +4,7 @@ otpUi:
4
4
  availableDocks: "Estaciones de carga disponibles: {value}"
5
5
  floatingBike: "Bicicleta flotante: {name}"
6
6
  floatingCar: "Coche: {name}"
7
- floatingEScooter: Scooter eléctrico {name}
7
+ floatingEScooter: "Scooter eléctrico: {name}"
8
8
  popupTitle: "{stationNetwork, select, false {{name}} other {{stationNetwork} {name}}}"
9
9
  stopId: Parada n°{stopId}
10
10
  stopViewer: Visor de paradas
package/i18n/fr.yml CHANGED
@@ -4,7 +4,7 @@ otpUi:
4
4
  availableDocks: "Bornes disponibles : {value}"
5
5
  floatingBike: "Vélo flottant : {name}"
6
6
  floatingCar: "Voiture : {name}"
7
- floatingEScooter: Trottinette {name}
7
+ floatingEScooter: "Trottinette\_: {name}"
8
8
  popupTitle: "{stationNetwork, select, false {{name}} other {{stationNetwork} {name}}}"
9
9
  stopId: Arrêt n°{stopId}
10
10
  stopViewer: Info arrêt
package/i18n/ko.yml CHANGED
@@ -4,7 +4,7 @@ otpUi:
4
4
  availableDocks: "사용 가능한 도크: {value}"
5
5
  floatingBike: "프리-플로팅 자전거: {name}"
6
6
  floatingCar: "자동차: {name}"
7
- floatingEScooter: "{name} 전동스쿠터"
7
+ floatingEScooter: 전동스쿠터:{name}
8
8
  popupTitle: "{stationNetwork, select, false {{name}} other {{stationNetwork} {name}}}"
9
9
  stopId: "정류장 ID: {stopId}"
10
10
  stopViewer: 정류장 뷰어
package/i18n/vi.yml CHANGED
@@ -4,7 +4,7 @@ otpUi:
4
4
  availableDocks: "Chỗ dựng xe đạp có sẵn: {value}"
5
5
  floatingBike: "Xe đạp để tự do: {name}"
6
6
  floatingCar: "Xe hơi: {name}"
7
- floatingEScooter: Xe tay ga điện {name}
7
+ floatingEScooter: "Xe tay ga điện: {name}"
8
8
  popupTitle: "{stationNetwork, select, false {{name}} other {{stationNetwork} {name}}}"
9
9
  stopId: Điểm dừng số {stopId}
10
10
  stopViewer: Xem điểm dừng
package/i18n/zh_Hans.yml CHANGED
@@ -4,7 +4,7 @@ otpUi:
4
4
  availableDocks: "可用的充电座: {value}"
5
5
  floatingBike: "自由浮动的自行车: {name}"
6
6
  floatingCar: "汽车: {name}"
7
- floatingEScooter: "{name} 电动滑板车"
7
+ floatingEScooter: 电动滑板车:{name}
8
8
  popupTitle: "{stationNetwork, select, false {{name}} other {{stationNetwork} {name}}}"
9
9
  stopId: "车站 ID: {stopId}"
10
10
  stopViewer: 车站查看器
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentripplanner/map-popup",
3
- "version": "6.1.0-alpha.1",
3
+ "version": "6.1.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",
@@ -12,10 +12,10 @@
12
12
  "private": false,
13
13
  "dependencies": {
14
14
  "flat": "^5.0.2",
15
- "@opentripplanner/base-map": "5.0.1-alpha.1",
15
+ "@opentripplanner/base-map": "5.0.3-alpha.1",
16
+ "@opentripplanner/building-blocks": "3.0.1-alpha.1",
16
17
  "@opentripplanner/core-utils": "14.0.0-alpha.1",
17
- "@opentripplanner/from-to-location-picker": "4.0.1-alpha.1",
18
- "@opentripplanner/building-blocks": "3.0.1-alpha.1"
18
+ "@opentripplanner/from-to-location-picker": "4.0.1-alpha.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@opentripplanner/types": "7.0.0-alpha.18"
package/tsconfig.json CHANGED
@@ -8,6 +8,7 @@
8
8
  "target": "ES2015",
9
9
  "skipLibCheck": true
10
10
  },
11
+
11
12
  "include": ["src/**/*"],
12
13
  "references": [
13
14
  {