flughaveno-sdk 1.4.12 → 1.4.13

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/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # flughaveno-sdk
2
2
 
3
- > **Owner:** `pedrof@cartodb.com` | **Last Updated:** 2026-06-11
3
+ > **Owner:** `pedrof@cartodb.com` | **Last Updated:** 2026-06-12
4
4
 
5
- Embeddable Vue 2 SDK for interactive airport map navigation at AENA airports. Published as the `flughaveno-sdk` npm package (v1.4.12) and consumed as a global class `window.AMap`.
5
+ Embeddable Vue 2 SDK for interactive airport map navigation at AENA airports. Published as the `flughaveno-sdk` npm package (v1.4.13) and consumed as a global class `window.AMap`.
6
6
 
7
7
  ## Purpose
8
8
 
9
9
  Provides an embeddable map component that renders AENA airport interiors (terminals, floors, POIs) and supports route navigation, search, PMR accessibility, MUPI signage mode, AVA mode and print mode. Consumers instantiate `AMap` against a DOM container and drive it through options + callbacks.
10
10
 
11
- In route mode, search results that group several identical POIs (same name, building and floor — e.g. "Aseos (5)") expand into an accessible inline list of instances (WCAG AAA disclosure pattern: `aria-expanded`, Esc to collapse, ≥44px targets, distances to the other route endpoint when available) so the user explicitly chooses which instance to use as origin/destination/step. Each option also has a "show on map" pin button that switches the map to the instance's building/floor and flies to it. Map camera animations honor `prefers-reduced-motion`.
11
+ In route mode, search results that group several identical POIs (same name, building and floor — e.g. "Aseos (5)") expand into an accessible inline list of instances (WCAG AAA disclosure pattern: chevron + `aria-expanded`, Esc to collapse, ≥44px targets, distances to the other route endpoint when available) labelled with the POI name plus a numeric suffix ("Aseos y PMR 1…n"), so the user explicitly chooses which instance to use as origin/destination/step. Each option also has a "show on map" pin button that switches the map to the instance's building/floor and flies to it. Map camera animations honor `prefers-reduced-motion`.
12
12
 
13
13
  ## Setup
14
14