@mapcomponents/react-maplibre 1.0.2 → 1.0.3
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.cjs.js
CHANGED
|
@@ -4,6 +4,7 @@ var maplibregl = require('maplibre-gl');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var styles = require('@mui/material/styles');
|
|
6
6
|
var uuid = require('uuid');
|
|
7
|
+
require('maplibre-gl/dist/maplibre-gl.css');
|
|
7
8
|
var PropTypes = require('prop-types');
|
|
8
9
|
var material = require('@mui/material');
|
|
9
10
|
var FilterCenterFocusIcon = require('@mui/icons-material/FilterCenterFocus');
|