@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.esm.js
CHANGED
|
@@ -3,6 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
import React__default, { useMemo, useEffect, useCallback, useState, useRef, useContext } from 'react';
|
|
4
4
|
import { createTheme, ThemeProvider, useTheme, styled as styled$2 } from '@mui/material/styles';
|
|
5
5
|
import { v4 } from 'uuid';
|
|
6
|
+
import 'maplibre-gl/dist/maplibre-gl.css';
|
|
6
7
|
import PropTypes from 'prop-types';
|
|
7
8
|
import { Button, CircularProgress, FormControl, InputLabel, Select, MenuItem, FormLabel, RadioGroup, FormControlLabel, Radio, useMediaQuery, Typography, styled, Box, ListItemIcon, Checkbox, Snackbar, Drawer, Grid, Slider, ListItem as ListItem$1, IconButton as IconButton$1, List as List$1, ListItemText as ListItemText$1, Paper as Paper$1, TextField, DialogTitle as DialogTitle$1, DialogActions as DialogActions$1, ListItemButton, ListItemAvatar, Avatar, DialogContent as DialogContent$1, OutlinedInput, Accordion, AccordionSummary, Dialog as Dialog$1 } from '@mui/material';
|
|
8
9
|
import FilterCenterFocusIcon from '@mui/icons-material/FilterCenterFocus';
|