@worldresources/wri-design-systems 2.206.0 → 2.207.0
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.js +625 -547
- package/dist/index.d.ts +78 -4
- package/dist/index.esm.js +444 -366
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -489,6 +489,7 @@ line-height: ${getThemedLineHeight(600)};
|
|
|
489
489
|
- [Base Map](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/BaseMap)
|
|
490
490
|
- [Map Marker](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/MapMarker)
|
|
491
491
|
- [Map Pop Up](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/MapPopUp)
|
|
492
|
+
- [Guided Tour](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/MapPopUp/presets/GuidedTour)
|
|
492
493
|
|
|
493
494
|
### Layers
|
|
494
495
|
|