@geops/rvf-mobility-web-component 0.1.40 → 0.1.42
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/CHANGELOG.md +35 -0
- package/index.js +153 -277
- package/package.json +1 -1
- package/src/NotificationLayer/NotificationLayer.tsx +1 -0
- package/src/NotificationLayer/notificationUtils.ts +234 -160
- package/src/RvfFeatureDetails/RvfLineNetworkDetails/RvfLineNetworkDetails.tsx +172 -131
- package/src/RvfFeatureDetails/RvfNotificationDetails/RvfNotificationDetails.tsx +200 -42
- package/src/icons/disruption-type-banner.xcf +0 -0
- package/src/icons/sbb_add_stop.png +0 -0
- package/src/icons/sbb_add_stop.svg +6 -0
- package/src/icons/sbb_alternative.png +0 -0
- package/src/icons/sbb_alternative.svg +6 -0
- package/src/icons/sbb_cancellation.png +0 -0
- package/src/icons/sbb_cancellation.svg +7 -0
- package/src/icons/sbb_construction.png +0 -0
- package/src/icons/sbb_construction.svg +6 -0
- package/src/icons/sbb_construction_banner.png +0 -0
- package/src/icons/sbb_delay.png +0 -0
- package/src/icons/sbb_delay.svg +6 -0
- package/src/icons/sbb_disruption.png +0 -0
- package/src/icons/sbb_disruption.svg +6 -0
- package/src/icons/sbb_disruption_banner.png +0 -0
- package/src/icons/sbb_info.png +0 -0
- package/src/icons/sbb_info.svg +6 -0
- package/src/icons/sbb_missed_connection.png +0 -0
- package/src/icons/sbb_missed_connection.svg +6 -0
- package/src/icons/sbb_missed_connection_banner.png +0 -0
- package/src/icons/sbb_platform_change.png +0 -0
- package/src/icons/sbb_platform_change.svg +7 -0
- package/src/icons/sbb_replacementbus.png +0 -0
- package/src/icons/sbb_replacementbus.svg +6 -0
- package/src/icons/sbb_replacementbus_banner.png +0 -0
- package/src/icons/sbb_reroute.png +0 -0
- package/src/icons/sbb_reroute.svg +7 -0
- package/src/icons/warning-banner.xcf +0 -0
- package/src/utils/addSourceAndLayers.ts +51 -5
- package/src/utils/{getFeatureInformationTitle.ts → getFeatureInformationTitle.tsx} +14 -2
- package/src/utils/i18n.ts +6 -5
- package/src/utils/sharingGraphqlUtils.ts +16 -9
- package/src/utils/translations.ts +16 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.42](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.41...v0.1.42) (2025-04-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add more infoe in details view ([8502201](https://github.com/geops/rvf-mobility-web-component/commit/85022018cb442c09b3a7ccc9dc127aa045cf3a93))
|
|
11
|
+
* add new banner images ([1c37fcf](https://github.com/geops/rvf-mobility-web-component/commit/1c37fcf5e0ac7c25f881d44a83dfb95acb6bbea4))
|
|
12
|
+
* add new banner images ([d62a925](https://github.com/geops/rvf-mobility-web-component/commit/d62a9258a90b165043ec831829ff112c92fd72fb))
|
|
13
|
+
* add runs text under line ([80d3b76](https://github.com/geops/rvf-mobility-web-component/commit/80d3b76f4472a6cd44a861177a59fda829296ea2))
|
|
14
|
+
* add runs text under line ([f07501b](https://github.com/geops/rvf-mobility-web-component/commit/f07501b7ddd6ffd1b901c28ff069f4c6c758b67a))
|
|
15
|
+
* add svgs images ([44e99a7](https://github.com/geops/rvf-mobility-web-component/commit/44e99a752c311d883328e7d040bd55ba3e4766b5))
|
|
16
|
+
* banner with good color ([06bcb91](https://github.com/geops/rvf-mobility-web-component/commit/06bcb919903439bde16d7e6bbff0dee01937e3d8))
|
|
17
|
+
* change image size by zoom ([3dbc44e](https://github.com/geops/rvf-mobility-web-component/commit/3dbc44e48397d37769b74b6a05e80fead950358e))
|
|
18
|
+
* display also affected stops ([7fc5c14](https://github.com/geops/rvf-mobility-web-component/commit/7fc5c14e910c6bf2afff785b0a693be19445367f))
|
|
19
|
+
* display notifications properly ([362b4e9](https://github.com/geops/rvf-mobility-web-component/commit/362b4e9b51b08e29b8f399a195e4decdf2210b00))
|
|
20
|
+
* display title and affected lines ([b869f2f](https://github.com/geops/rvf-mobility-web-component/commit/b869f2f3fe0a9b799ad0326f6942d8603d632237))
|
|
21
|
+
* disply on zoom 12 ([cb04616](https://github.com/geops/rvf-mobility-web-component/commit/cb04616d3f53974a13c25109e42a29c8b088c1c5))
|
|
22
|
+
* fix style icon size ([c64e394](https://github.com/geops/rvf-mobility-web-component/commit/c64e39422efaf516a636f92f0b4df812ba90884b))
|
|
23
|
+
* hide notification line ([7d4a6f3](https://github.com/geops/rvf-mobility-web-component/commit/7d4a6f33ac108d65f30475cbcda10d1e307cdd1d))
|
|
24
|
+
* make stext bigger ([c71d33b](https://github.com/geops/rvf-mobility-web-component/commit/c71d33b526eb9cf5616a93a617ef56911dcd8b25))
|
|
25
|
+
* make text bigger ([db8aa67](https://github.com/geops/rvf-mobility-web-component/commit/db8aa67c924accb0b7dd65d956d1657e57b115b6))
|
|
26
|
+
* manage requets error properly ([2d51e2e](https://github.com/geops/rvf-mobility-web-component/commit/2d51e2eb90fdc13471422143156a571f10d880c6))
|
|
27
|
+
* sort by runs ([9123981](https://github.com/geops/rvf-mobility-web-component/commit/912398151eb112af10cd0bf820c2922559a0726d))
|
|
28
|
+
* use disruption_type for image ([5ece1cc](https://github.com/geops/rvf-mobility-web-component/commit/5ece1cc05374633b91c58c08be3e994fc4996d4e))
|
|
29
|
+
* use dynamic loading of metadat ([59ecd96](https://github.com/geops/rvf-mobility-web-component/commit/59ecd969ac595437fc948ac272e38a58975b835b))
|
|
30
|
+
* use runs property for filterung ([cef6bcc](https://github.com/geops/rvf-mobility-web-component/commit/cef6bcc1af97356b466ff9627b59cb3de0e0c44c))
|
|
31
|
+
* use time intervals if no publication date ([71bccdc](https://github.com/geops/rvf-mobility-web-component/commit/71bccdc51b982669d23c6b7aea1816fd4ccd3c7b))
|
|
32
|
+
|
|
33
|
+
### [0.1.41](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.40...v0.1.41) (2025-03-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* fix display of notification infos ([558dfdb](https://github.com/geops/rvf-mobility-web-component/commit/558dfdb77a147c3095a0ec36dd59bf58a8693fbe))
|
|
39
|
+
|
|
5
40
|
### [0.1.40](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.39...v0.1.40) (2025-03-03)
|
|
6
41
|
|
|
7
42
|
|