@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 CHANGED
@@ -1,6 +1,10 @@
1
1
  # Change Log
2
2
 
3
3
 
4
+ ## [v0.1.75] - 2023-04-04
5
+
6
+ ### Fixed
7
+ - 66c8df2: add missing LayerListItemFactory export
4
8
  ## [v0.1.74] - 2023-04-03
5
9
 
6
10
  ### Fixed
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';