@minmaps-dev/mm-web-sdk 1.0.0-rc.26 → 1.0.0-rc.28
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 +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.ts +9 -0
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/package.json +2 -2
- package/src/themes/alt3-hybrid-style.json +69 -32
package/dist/react.d.ts
CHANGED
|
@@ -101,6 +101,15 @@ interface SDKOptions {
|
|
|
101
101
|
* the icon hiding while the disc stays painted.
|
|
102
102
|
*/
|
|
103
103
|
amenityBadge?: AmenityBadgeStyle | false;
|
|
104
|
+
/**
|
|
105
|
+
* Badge for vertical-circulation connectors (elevator / stairs / escalator).
|
|
106
|
+
* These render as their own visual class — a navy disc with a white glyph —
|
|
107
|
+
* so circulation reads distinct from the gold service amenities. Pass `false`
|
|
108
|
+
* to fall them back into the regular gold badge, or an object to tune the
|
|
109
|
+
* disc / ring. When `amenityBadge` is `false`, connectors are badge-less too
|
|
110
|
+
* unless this is set explicitly.
|
|
111
|
+
*/
|
|
112
|
+
connectorBadge?: AmenityBadgeStyle | false;
|
|
104
113
|
/**
|
|
105
114
|
* Chip composited behind each destination's uploaded logo. Destinations are
|
|
106
115
|
* full-colour brand images (not recoloured), so they get a neutral white
|