@minmaps-dev/mm-web-sdk 1.0.0-rc.27 → 1.0.0-rc.29

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/dist/index.d.ts CHANGED
@@ -383,6 +383,15 @@ interface SDKOptions {
383
383
  * the icon hiding while the disc stays painted.
384
384
  */
385
385
  amenityBadge?: AmenityBadgeStyle | false;
386
+ /**
387
+ * Badge for vertical-circulation connectors (elevator / stairs / escalator).
388
+ * These render as their own visual class — a navy disc with a white glyph —
389
+ * so circulation reads distinct from the gold service amenities. Pass `false`
390
+ * to fall them back into the regular gold badge, or an object to tune the
391
+ * disc / ring. When `amenityBadge` is `false`, connectors are badge-less too
392
+ * unless this is set explicitly.
393
+ */
394
+ connectorBadge?: AmenityBadgeStyle | false;
386
395
  /**
387
396
  * Chip composited behind each destination's uploaded logo. Destinations are
388
397
  * full-colour brand images (not recoloured), so they get a neutral white
@@ -597,6 +606,9 @@ declare class MinuteMaps {
597
606
  * clockwise from north. Sourced from JACS `Device.heading`. `null` when
598
607
  * the venue's device record has no heading set.
599
608
  *
609
+ * In order to rotate the map so it is oriented towards the user's gaze,
610
+ * 180 is subtracted from `Device.heading`.
611
+ *
600
612
  * Drives `recenterOnKiosk({ useHeading: true })` and the directional
601
613
  * cone rendered next to the "You are here" marker.
602
614
  */