@mapcomponents/react-maplibre 0.1.74 → 0.1.75
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 +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +317 -261
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export { default as LayerListItem } from './ui_components/LayerList/LayerListIte
|
|
|
59
59
|
export { default as LayerListFolder } from './ui_components/LayerList/LayerListFolder';
|
|
60
60
|
export { default as LayerPropertyForm } from './ui_components/LayerList/util/LayerPropertyForm';
|
|
61
61
|
export { default as LayerListItemVectorLayer } from './ui_components/LayerList/util/LayerListItemVectorLayer';
|
|
62
|
+
export { default as LayerListItemFactory } from './ui_components/LayerList/LayerListItemFactory';
|
|
62
63
|
export { default as AddLayerButton } from './ui_components/AddLayerButton/AddLayerButton';
|
|
63
64
|
export { default as AddLayerPopup } from './ui_components/AddLayerButton/AddLayerPopup';
|
|
64
65
|
export { default as GeoJsonLayerForm } from './ui_components/AddLayerButton/LayerConfigForms/GeoJsonLayerForm';
|