@vertigis/react-ui 8.16.0 → 9.1.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.
Files changed (1721) hide show
  1. package/Accordion/index.d.ts +2 -2
  2. package/Accordion/index.js +2 -7
  3. package/AccordionActions/index.d.ts +2 -2
  4. package/AccordionActions/index.js +2 -7
  5. package/AccordionDetails/index.d.ts +2 -2
  6. package/AccordionDetails/index.js +2 -7
  7. package/AccordionSummary/index.d.ts +2 -2
  8. package/AccordionSummary/index.js +2 -7
  9. package/Alert/index.d.ts +2 -0
  10. package/Alert/index.js +2 -0
  11. package/AlertTitle/index.d.ts +2 -0
  12. package/AlertTitle/index.js +2 -0
  13. package/Autocomplete/index.d.ts +2 -0
  14. package/Autocomplete/index.js +2 -0
  15. package/Avatar/index.d.ts +2 -2
  16. package/Avatar/index.js +2 -7
  17. package/AvatarGroup/index.d.ts +2 -0
  18. package/AvatarGroup/index.js +2 -0
  19. package/Backdrop/index.d.ts +2 -0
  20. package/Backdrop/index.js +2 -0
  21. package/Badge/index.d.ts +2 -2
  22. package/Badge/index.js +2 -7
  23. package/Box/index.d.ts +2 -0
  24. package/Box/index.js +2 -0
  25. package/Breadcrumbs/index.d.ts +2 -2
  26. package/Breadcrumbs/index.js +2 -7
  27. package/Button/index.d.ts +3 -2
  28. package/Button/index.js +2 -7
  29. package/ButtonBase/index.d.ts +2 -2
  30. package/ButtonBase/index.js +2 -7
  31. package/ButtonGroup/index.d.ts +3 -2
  32. package/ButtonGroup/index.js +2 -7
  33. package/Card/index.d.ts +2 -2
  34. package/Card/index.js +2 -7
  35. package/CardActionArea/index.d.ts +2 -2
  36. package/CardActionArea/index.js +2 -7
  37. package/CardActions/index.d.ts +2 -2
  38. package/CardActions/index.js +2 -7
  39. package/CardContent/index.d.ts +2 -2
  40. package/CardContent/index.js +2 -7
  41. package/CardHeader/index.d.ts +2 -2
  42. package/CardHeader/index.js +2 -7
  43. package/CardMedia/index.d.ts +2 -2
  44. package/CardMedia/index.js +2 -7
  45. package/Checkbox/Checkbox.d.ts +10 -15
  46. package/Checkbox/Checkbox.js +4 -25
  47. package/Checkbox/index.js +2 -7
  48. package/Chip/index.d.ts +2 -2
  49. package/Chip/index.js +2 -7
  50. package/CircularProgress/CircularProgress.d.ts +2 -2
  51. package/CircularProgress/CircularProgress.js +2 -7
  52. package/CircularProgress/index.d.ts +2 -2
  53. package/CircularProgress/index.js +2 -7
  54. package/Collapse/index.d.ts +2 -2
  55. package/Collapse/index.js +2 -7
  56. package/Container/index.d.ts +2 -0
  57. package/Container/index.js +2 -0
  58. package/CssBaseline/index.d.ts +2 -1
  59. package/CssBaseline/index.js +2 -8
  60. package/Dialog/index.d.ts +2 -2
  61. package/Dialog/index.js +2 -7
  62. package/DialogActions/index.d.ts +2 -2
  63. package/DialogActions/index.js +2 -7
  64. package/DialogContent/index.d.ts +2 -2
  65. package/DialogContent/index.js +2 -7
  66. package/DialogContentText/index.d.ts +2 -2
  67. package/DialogContentText/index.js +2 -7
  68. package/DialogTitle/index.d.ts +2 -2
  69. package/DialogTitle/index.js +2 -7
  70. package/Divider/index.d.ts +2 -2
  71. package/Divider/index.js +2 -7
  72. package/Drawer/index.d.ts +2 -2
  73. package/Drawer/index.js +2 -7
  74. package/Fade/index.d.ts +2 -2
  75. package/Fade/index.js +2 -7
  76. package/FormControl/index.d.ts +2 -2
  77. package/FormControl/index.js +2 -7
  78. package/FormControlLabel/index.d.ts +2 -2
  79. package/FormControlLabel/index.js +2 -7
  80. package/FormGroup/index.d.ts +2 -2
  81. package/FormGroup/index.js +2 -7
  82. package/FormHelperText/index.d.ts +2 -2
  83. package/FormHelperText/index.js +2 -7
  84. package/FormLabel/FormLabel.d.ts +31 -9
  85. package/FormLabel/FormLabel.js +26 -30
  86. package/FormLabel/index.js +2 -7
  87. package/GlobalStyles/index.d.ts +2 -0
  88. package/GlobalStyles/index.js +2 -0
  89. package/Grid/index.d.ts +2 -2
  90. package/Grid/index.js +2 -7
  91. package/Grow/index.d.ts +2 -2
  92. package/Grow/index.js +2 -7
  93. package/Hidden/index.d.ts +2 -2
  94. package/Hidden/index.js +2 -7
  95. package/IconButton/IconButton.d.ts +18 -30
  96. package/IconButton/IconButton.js +4 -29
  97. package/IconButton/index.js +2 -7
  98. package/ImageList/index.d.ts +2 -0
  99. package/ImageList/index.js +2 -0
  100. package/ImageListItem/index.d.ts +2 -0
  101. package/ImageListItem/index.js +2 -0
  102. package/ImageListItemBar/index.d.ts +2 -0
  103. package/ImageListItemBar/index.js +2 -0
  104. package/Input/index.d.ts +2 -2
  105. package/Input/index.js +2 -7
  106. package/InputAdornment/index.d.ts +2 -2
  107. package/InputAdornment/index.js +2 -7
  108. package/LinearProgress/index.d.ts +2 -2
  109. package/LinearProgress/index.js +2 -7
  110. package/Link/Link.d.ts +39 -20
  111. package/Link/Link.js +29 -28
  112. package/Link/index.js +2 -7
  113. package/List/index.d.ts +2 -2
  114. package/List/index.js +2 -7
  115. package/ListItem/index.d.ts +2 -2
  116. package/ListItem/index.js +2 -7
  117. package/ListItemAvatar/index.d.ts +2 -2
  118. package/ListItemAvatar/index.js +2 -7
  119. package/ListItemButton/index.d.ts +2 -0
  120. package/ListItemButton/index.js +2 -0
  121. package/ListItemIcon/index.d.ts +2 -2
  122. package/ListItemIcon/index.js +2 -7
  123. package/ListItemSecondaryAction/index.d.ts +2 -2
  124. package/ListItemSecondaryAction/index.js +2 -7
  125. package/ListItemText/index.d.ts +2 -2
  126. package/ListItemText/index.js +2 -7
  127. package/ListSubheader/index.d.ts +2 -2
  128. package/ListSubheader/index.js +2 -7
  129. package/Menu/index.d.ts +2 -2
  130. package/Menu/index.js +2 -7
  131. package/MenuItem/index.d.ts +2 -2
  132. package/MenuItem/index.js +2 -7
  133. package/MenuList/index.d.ts +2 -2
  134. package/MenuList/index.js +2 -7
  135. package/Modal/index.d.ts +2 -4
  136. package/Modal/index.js +1 -9
  137. package/NativeSelect/index.d.ts +2 -2
  138. package/NativeSelect/index.js +2 -7
  139. package/Pagination/index.d.ts +2 -0
  140. package/Pagination/index.js +2 -0
  141. package/Paper/index.d.ts +2 -2
  142. package/Paper/index.js +2 -7
  143. package/Popover/index.d.ts +2 -2
  144. package/Popover/index.js +2 -7
  145. package/Popper/index.d.ts +2 -2
  146. package/Popper/index.js +2 -7
  147. package/Radio/Radio.d.ts +10 -13
  148. package/Radio/Radio.js +4 -26
  149. package/Radio/index.js +2 -7
  150. package/RadioGroup/index.d.ts +2 -2
  151. package/RadioGroup/index.js +2 -7
  152. package/Select/index.d.ts +2 -2
  153. package/Select/index.js +2 -7
  154. package/Skeleton/index.d.ts +2 -0
  155. package/Skeleton/index.js +2 -0
  156. package/Slide/index.d.ts +2 -2
  157. package/Slide/index.js +2 -7
  158. package/Slider/index.d.ts +2 -2
  159. package/Slider/index.js +2 -7
  160. package/Snackbar/index.d.ts +2 -2
  161. package/Snackbar/index.js +2 -7
  162. package/SnackbarContent/index.d.ts +2 -2
  163. package/SnackbarContent/index.js +2 -7
  164. package/Stack/index.d.ts +2 -0
  165. package/Stack/index.js +2 -0
  166. package/Switch/Switch.d.ts +11 -13
  167. package/Switch/Switch.js +4 -32
  168. package/Switch/index.js +2 -7
  169. package/Tab/Tab.d.ts +51 -46
  170. package/Tab/Tab.js +43 -34
  171. package/Tab/index.js +2 -7
  172. package/Table/index.d.ts +2 -2
  173. package/Table/index.js +2 -7
  174. package/TableBody/index.d.ts +2 -2
  175. package/TableBody/index.js +2 -7
  176. package/TableCell/TableCell.d.ts +8 -3
  177. package/TableCell/TableCell.js +5 -6
  178. package/TableCell/index.js +2 -7
  179. package/TableContainer/index.d.ts +2 -0
  180. package/TableContainer/index.js +2 -0
  181. package/TableFooter/index.d.ts +2 -2
  182. package/TableFooter/index.js +2 -7
  183. package/TableHead/index.d.ts +2 -2
  184. package/TableHead/index.js +2 -7
  185. package/TablePagination/index.d.ts +2 -2
  186. package/TablePagination/index.js +2 -7
  187. package/TableRow/index.d.ts +2 -2
  188. package/TableRow/index.js +2 -7
  189. package/TableSortLabel/index.d.ts +2 -2
  190. package/TableSortLabel/index.js +2 -7
  191. package/Tabs/Tabs.d.ts +38 -17
  192. package/Tabs/Tabs.js +28 -27
  193. package/Tabs/index.js +2 -7
  194. package/ToggleButton/ToggleButton.d.ts +18 -0
  195. package/ToggleButton/ToggleButton.js +3 -0
  196. package/ToggleButton/index.d.ts +2 -0
  197. package/ToggleButton/index.js +2 -0
  198. package/ToggleButtonGroup/index.d.ts +2 -0
  199. package/ToggleButtonGroup/index.js +2 -0
  200. package/Tooltip/index.d.ts +2 -2
  201. package/Tooltip/index.js +2 -7
  202. package/Typography/index.d.ts +2 -2
  203. package/Typography/index.js +2 -7
  204. package/Zoom/index.d.ts +2 -2
  205. package/Zoom/index.js +2 -7
  206. package/colors/Color.d.ts +1 -1
  207. package/colors/Color.js +1 -2
  208. package/colors/blue.js +1 -3
  209. package/colors/burntOrange.js +1 -3
  210. package/colors/common.d.ts +1 -1
  211. package/colors/common.js +1 -8
  212. package/colors/darkBurntOrange.js +1 -3
  213. package/colors/green.js +1 -3
  214. package/colors/grey.js +1 -3
  215. package/colors/orange.js +1 -3
  216. package/colors/purple.js +1 -3
  217. package/colors/red.js +1 -3
  218. package/colors/teal.js +1 -3
  219. package/colors/woodlandGreen.js +1 -3
  220. package/icons/Accessibility.d.ts +3 -1
  221. package/icons/Accessibility.js +3 -7
  222. package/icons/AccuracyOff.d.ts +4 -0
  223. package/icons/AccuracyOff.js +3 -0
  224. package/icons/ActionMenu.d.ts +3 -1
  225. package/icons/ActionMenu.js +3 -7
  226. package/icons/Activate.d.ts +3 -1
  227. package/icons/Activate.js +3 -7
  228. package/icons/Add.d.ts +3 -1
  229. package/icons/Add.js +3 -8
  230. package/icons/AddIntersectingVertex.d.ts +3 -1
  231. package/icons/AddIntersectingVertex.js +3 -8
  232. package/icons/AddToDrawLayer.d.ts +3 -1
  233. package/icons/AddToDrawLayer.js +3 -8
  234. package/icons/Address.d.ts +3 -1
  235. package/icons/Address.js +3 -7
  236. package/icons/AddressSearch.d.ts +3 -1
  237. package/icons/AddressSearch.js +3 -8
  238. package/icons/AdjustHeight.d.ts +3 -1
  239. package/icons/AdjustHeight.js +3 -7
  240. package/icons/AfterActionPlayback.d.ts +3 -1
  241. package/icons/AfterActionPlayback.js +3 -9
  242. package/icons/Alarm.d.ts +3 -1
  243. package/icons/Alarm.js +3 -7
  244. package/icons/AlarmAdd.d.ts +3 -1
  245. package/icons/AlarmAdd.js +3 -7
  246. package/icons/AlarmClear.d.ts +3 -1
  247. package/icons/AlarmClear.js +3 -7
  248. package/icons/AlarmDisabled.d.ts +3 -1
  249. package/icons/AlarmDisabled.js +3 -7
  250. package/icons/AlarmInfo.d.ts +3 -1
  251. package/icons/AlarmInfo.js +3 -7
  252. package/icons/AlarmNone.d.ts +3 -1
  253. package/icons/AlarmNone.js +3 -7
  254. package/icons/AlarmNotifications.d.ts +3 -1
  255. package/icons/AlarmNotifications.js +3 -7
  256. package/icons/AlignToEdge.d.ts +3 -1
  257. package/icons/AlignToEdge.js +3 -8
  258. package/icons/ArcgisSave.d.ts +3 -1
  259. package/icons/ArcgisSave.js +3 -7
  260. package/icons/ArcgisShortcut.d.ts +3 -1
  261. package/icons/ArcgisShortcut.js +3 -7
  262. package/icons/Area.d.ts +3 -1
  263. package/icons/Area.js +3 -7
  264. package/icons/AreaRetired.d.ts +3 -1
  265. package/icons/AreaRetired.js +3 -9
  266. package/icons/Arrow.d.ts +3 -1
  267. package/icons/Arrow.js +3 -7
  268. package/icons/ArrowBack.d.ts +3 -1
  269. package/icons/ArrowBack.js +3 -7
  270. package/icons/ArrowBottomLeft.d.ts +3 -1
  271. package/icons/ArrowBottomLeft.js +3 -7
  272. package/icons/ArrowBottomRight.d.ts +3 -1
  273. package/icons/ArrowBottomRight.js +3 -7
  274. package/icons/ArrowBoxDown.d.ts +3 -1
  275. package/icons/ArrowBoxDown.js +3 -8
  276. package/icons/ArrowBoxUp.d.ts +3 -1
  277. package/icons/ArrowBoxUp.js +3 -8
  278. package/icons/ArrowDown.d.ts +3 -1
  279. package/icons/ArrowDown.js +3 -7
  280. package/icons/ArrowLeft.d.ts +3 -1
  281. package/icons/ArrowLeft.js +3 -7
  282. package/icons/ArrowRight.d.ts +3 -1
  283. package/icons/ArrowRight.js +3 -7
  284. package/icons/ArrowTopLeft.d.ts +3 -1
  285. package/icons/ArrowTopLeft.js +3 -7
  286. package/icons/ArrowTopRight.d.ts +3 -1
  287. package/icons/ArrowTopRight.js +3 -7
  288. package/icons/ArrowUp.d.ts +3 -1
  289. package/icons/ArrowUp.js +3 -7
  290. package/icons/AssignSurveyorGrid.d.ts +3 -1
  291. package/icons/AssignSurveyorGrid.js +3 -8
  292. package/icons/AssignSurveyorWorkOrder.d.ts +3 -1
  293. package/icons/AssignSurveyorWorkOrder.js +3 -8
  294. package/icons/AssignVendorMapGrid.d.ts +3 -1
  295. package/icons/AssignVendorMapGrid.js +3 -8
  296. package/icons/AssignVendorWorkOrder.d.ts +3 -1
  297. package/icons/AssignVendorWorkOrder.js +3 -8
  298. package/icons/Attach.d.ts +3 -1
  299. package/icons/Attach.js +3 -7
  300. package/icons/AttachFilePhoto.d.ts +3 -1
  301. package/icons/AttachFilePhoto.js +3 -8
  302. package/icons/AttachManage.d.ts +3 -1
  303. package/icons/AttachManage.js +3 -8
  304. package/icons/AttachMultipleFiles.d.ts +3 -1
  305. package/icons/AttachMultipleFiles.js +3 -7
  306. package/icons/Authentication.d.ts +3 -1
  307. package/icons/Authentication.js +3 -7
  308. package/icons/Band.d.ts +3 -1
  309. package/icons/Band.js +3 -7
  310. package/icons/BaseballField.d.ts +3 -1
  311. package/icons/BaseballField.js +3 -7
  312. package/icons/Basemap.d.ts +3 -1
  313. package/icons/Basemap.js +3 -8
  314. package/icons/Bearing.d.ts +3 -1
  315. package/icons/Bearing.js +3 -7
  316. package/icons/Binary.d.ts +3 -1
  317. package/icons/Binary.js +3 -7
  318. package/icons/BladingLane.d.ts +3 -1
  319. package/icons/BladingLane.js +3 -7
  320. package/icons/BladingNeighborhood.d.ts +3 -1
  321. package/icons/BladingNeighborhood.js +3 -8
  322. package/icons/BladingReport.d.ts +3 -1
  323. package/icons/BladingReport.js +3 -8
  324. package/icons/BladingTotal.d.ts +3 -1
  325. package/icons/BladingTotal.js +3 -8
  326. package/icons/Bluetooth.d.ts +3 -1
  327. package/icons/Bluetooth.js +3 -7
  328. package/icons/BoardmapSearch.d.ts +3 -1
  329. package/icons/BoardmapSearch.js +3 -8
  330. package/icons/Book.d.ts +3 -1
  331. package/icons/Book.js +3 -7
  332. package/icons/Bookmark.d.ts +3 -1
  333. package/icons/Bookmark.js +3 -7
  334. package/icons/BoxFalse.d.ts +3 -1
  335. package/icons/BoxFalse.js +3 -8
  336. package/icons/BoxTrue.d.ts +3 -1
  337. package/icons/BoxTrue.js +3 -7
  338. package/icons/Branding.d.ts +3 -1
  339. package/icons/Branding.js +3 -7
  340. package/icons/BroadbandCoverage.d.ts +3 -1
  341. package/icons/BroadbandCoverage.js +3 -8
  342. package/icons/BroadbandExplore.d.ts +3 -1
  343. package/icons/BroadbandExplore.js +3 -8
  344. package/icons/BroadbandFind.d.ts +3 -1
  345. package/icons/BroadbandFind.js +3 -8
  346. package/icons/Buffer.d.ts +3 -1
  347. package/icons/Buffer.js +3 -9
  348. package/icons/BufferIdentify.d.ts +3 -1
  349. package/icons/BufferIdentify.js +3 -9
  350. package/icons/BufferMeasure.d.ts +3 -1
  351. package/icons/BufferMeasure.js +3 -9
  352. package/icons/BufferOff.d.ts +3 -1
  353. package/icons/BufferOff.js +3 -9
  354. package/icons/BufferOn.d.ts +3 -1
  355. package/icons/BufferOn.js +3 -8
  356. package/icons/BufferShape.d.ts +3 -1
  357. package/icons/BufferShape.js +3 -9
  358. package/icons/Build.d.ts +3 -1
  359. package/icons/Build.js +3 -7
  360. package/icons/Button.d.ts +3 -1
  361. package/icons/Button.js +3 -7
  362. package/icons/Calendar.d.ts +3 -1
  363. package/icons/Calendar.js +3 -8
  364. package/icons/Callout.d.ts +3 -1
  365. package/icons/Callout.js +3 -8
  366. package/icons/CalloutAdd.d.ts +3 -1
  367. package/icons/CalloutAdd.js +3 -8
  368. package/icons/CalloutClear.d.ts +3 -1
  369. package/icons/CalloutClear.js +3 -8
  370. package/icons/CameraSwitch.d.ts +3 -1
  371. package/icons/CameraSwitch.js +3 -7
  372. package/icons/Cancel.d.ts +3 -1
  373. package/icons/Cancel.js +3 -7
  374. package/icons/Cards.d.ts +3 -1
  375. package/icons/Cards.js +3 -8
  376. package/icons/CatchBasinId.d.ts +3 -1
  377. package/icons/CatchBasinId.js +3 -8
  378. package/icons/CenterMap.d.ts +3 -1
  379. package/icons/CenterMap.js +3 -8
  380. package/icons/ChangeTheme.d.ts +3 -1
  381. package/icons/ChangeTheme.js +3 -8
  382. package/icons/ChartArea.d.ts +3 -1
  383. package/icons/ChartArea.js +3 -7
  384. package/icons/ChartAreaRange.d.ts +3 -1
  385. package/icons/ChartAreaRange.js +3 -7
  386. package/icons/ChartBlank.d.ts +3 -1
  387. package/icons/ChartBlank.js +3 -7
  388. package/icons/ChartLine.d.ts +3 -1
  389. package/icons/ChartLine.js +3 -7
  390. package/icons/ChartLinear.d.ts +3 -1
  391. package/icons/ChartLinear.js +3 -7
  392. package/icons/ChartScatter.d.ts +3 -1
  393. package/icons/ChartScatter.js +3 -7
  394. package/icons/Charting.d.ts +3 -1
  395. package/icons/Charting.js +3 -8
  396. package/icons/ChartingEdit.d.ts +3 -1
  397. package/icons/ChartingEdit.js +3 -8
  398. package/icons/ChartingHorizontal.d.ts +3 -1
  399. package/icons/ChartingHorizontal.js +3 -7
  400. package/icons/Check.d.ts +3 -1
  401. package/icons/Check.js +3 -7
  402. package/icons/ChevronBottomLeft.d.ts +3 -1
  403. package/icons/ChevronBottomLeft.js +3 -7
  404. package/icons/ChevronBottomRight.d.ts +3 -1
  405. package/icons/ChevronBottomRight.js +3 -7
  406. package/icons/ChevronDown.d.ts +3 -1
  407. package/icons/ChevronDown.js +3 -7
  408. package/icons/ChevronLeft.d.ts +3 -1
  409. package/icons/ChevronLeft.js +3 -7
  410. package/icons/ChevronRight.d.ts +3 -1
  411. package/icons/ChevronRight.js +3 -7
  412. package/icons/ChevronTopLeft.d.ts +3 -1
  413. package/icons/ChevronTopLeft.js +3 -7
  414. package/icons/ChevronTopRight.d.ts +3 -1
  415. package/icons/ChevronTopRight.js +3 -7
  416. package/icons/ChevronUp.d.ts +3 -1
  417. package/icons/ChevronUp.js +3 -7
  418. package/icons/Clear.d.ts +3 -1
  419. package/icons/Clear.js +3 -7
  420. package/icons/ClipboardList.d.ts +3 -1
  421. package/icons/ClipboardList.js +3 -7
  422. package/icons/ClipboardLocation.d.ts +3 -1
  423. package/icons/ClipboardLocation.js +3 -7
  424. package/icons/ClipboardTable.d.ts +3 -1
  425. package/icons/ClipboardTable.js +3 -7
  426. package/icons/Clock.d.ts +3 -1
  427. package/icons/Clock.js +3 -7
  428. package/icons/Close.d.ts +3 -1
  429. package/icons/Close.js +3 -7
  430. package/icons/Cloud.d.ts +3 -1
  431. package/icons/Cloud.js +3 -7
  432. package/icons/CloudDownload.d.ts +3 -1
  433. package/icons/CloudDownload.js +3 -8
  434. package/icons/CloudOutline.d.ts +3 -1
  435. package/icons/CloudOutline.js +3 -7
  436. package/icons/Clustering.d.ts +3 -1
  437. package/icons/Clustering.js +3 -8
  438. package/icons/ClusteringDropdown.d.ts +3 -1
  439. package/icons/ClusteringDropdown.js +3 -8
  440. package/icons/Cog.d.ts +3 -1
  441. package/icons/Cog.js +3 -7
  442. package/icons/Collaboration.d.ts +3 -1
  443. package/icons/Collaboration.js +3 -9
  444. package/icons/Color.d.ts +3 -1
  445. package/icons/Color.js +3 -7
  446. package/icons/CommandMissing.d.ts +3 -1
  447. package/icons/CommandMissing.js +3 -7
  448. package/icons/Community.d.ts +3 -1
  449. package/icons/Community.js +3 -7
  450. package/icons/CommunityFind.d.ts +3 -1
  451. package/icons/CommunityFind.js +3 -8
  452. package/icons/Compass.d.ts +3 -1
  453. package/icons/Compass.js +3 -8
  454. package/icons/CompletionReportMapGrid.d.ts +3 -1
  455. package/icons/CompletionReportMapGrid.js +3 -8
  456. package/icons/CompletionReportWorkOrder.d.ts +3 -1
  457. package/icons/CompletionReportWorkOrder.js +3 -8
  458. package/icons/ConfigItemDefault.d.ts +3 -1
  459. package/icons/ConfigItemDefault.js +3 -8
  460. package/icons/Connection.d.ts +3 -1
  461. package/icons/Connection.js +3 -7
  462. package/icons/ConnectionOff.d.ts +3 -1
  463. package/icons/ConnectionOff.js +3 -7
  464. package/icons/ConnectionOn.d.ts +3 -1
  465. package/icons/ConnectionOn.js +3 -8
  466. package/icons/ConsoleMoreInfo.d.ts +3 -1
  467. package/icons/ConsoleMoreInfo.js +3 -7
  468. package/icons/ConstructionReport.d.ts +3 -1
  469. package/icons/ConstructionReport.js +3 -7
  470. package/icons/Contact.d.ts +3 -1
  471. package/icons/Contact.js +3 -7
  472. package/icons/Coordinates.d.ts +3 -1
  473. package/icons/Coordinates.js +3 -8
  474. package/icons/CoordinatesAdd.d.ts +3 -1
  475. package/icons/CoordinatesAdd.js +3 -8
  476. package/icons/CoordinatesAlbers.d.ts +3 -1
  477. package/icons/CoordinatesAlbers.js +3 -8
  478. package/icons/CoordinatesHide.d.ts +3 -1
  479. package/icons/CoordinatesHide.js +3 -8
  480. package/icons/CoordinatesLatLong.d.ts +3 -1
  481. package/icons/CoordinatesLatLong.js +3 -8
  482. package/icons/CoordinatesMapTip.d.ts +3 -1
  483. package/icons/CoordinatesMapTip.js +3 -7
  484. package/icons/CoordinatesShow.d.ts +3 -1
  485. package/icons/CoordinatesShow.js +3 -8
  486. package/icons/CoordinatesUtm.d.ts +3 -1
  487. package/icons/CoordinatesUtm.js +3 -8
  488. package/icons/Copy.d.ts +3 -1
  489. package/icons/Copy.js +3 -8
  490. package/icons/CopyToCollab.d.ts +3 -1
  491. package/icons/CopyToCollab.js +3 -7
  492. package/icons/CrashAttenuatorAdd.d.ts +3 -1
  493. package/icons/CrashAttenuatorAdd.js +3 -9
  494. package/icons/Csv.d.ts +3 -1
  495. package/icons/Csv.js +3 -7
  496. package/icons/CsvAdd.d.ts +3 -1
  497. package/icons/CsvAdd.js +3 -7
  498. package/icons/CsvExport.d.ts +3 -1
  499. package/icons/CsvExport.js +3 -7
  500. package/icons/Cut.d.ts +3 -1
  501. package/icons/Cut.js +3 -7
  502. package/icons/Dashboard.d.ts +3 -1
  503. package/icons/Dashboard.js +3 -7
  504. package/icons/DashboardDropdown.d.ts +3 -1
  505. package/icons/DashboardDropdown.js +3 -8
  506. package/icons/DataEdit.d.ts +3 -1
  507. package/icons/DataEdit.js +3 -8
  508. package/icons/DatabaseTest.d.ts +3 -1
  509. package/icons/DatabaseTest.js +3 -7
  510. package/icons/DatasourceAdd.d.ts +3 -1
  511. package/icons/DatasourceAdd.js +3 -7
  512. package/icons/DateCancel.d.ts +3 -1
  513. package/icons/DateCancel.js +3 -9
  514. package/icons/DateFilter.d.ts +3 -1
  515. package/icons/DateFilter.js +3 -9
  516. package/icons/Debug.d.ts +3 -1
  517. package/icons/Debug.js +3 -7
  518. package/icons/Decimal.d.ts +3 -1
  519. package/icons/Decimal.js +3 -7
  520. package/icons/DefaultCommand.d.ts +3 -1
  521. package/icons/DefaultCommand.js +3 -7
  522. package/icons/Density.d.ts +3 -1
  523. package/icons/Density.js +3 -7
  524. package/icons/Details.d.ts +3 -1
  525. package/icons/Details.js +3 -7
  526. package/icons/DetailsDropdown.d.ts +3 -1
  527. package/icons/DetailsDropdown.js +3 -8
  528. package/icons/DeviceActive.d.ts +3 -1
  529. package/icons/DeviceActive.js +3 -8
  530. package/icons/DeviceComputer.d.ts +3 -1
  531. package/icons/DeviceComputer.js +3 -7
  532. package/icons/DeviceLaptop.d.ts +3 -1
  533. package/icons/DeviceLaptop.js +3 -7
  534. package/icons/DevicePhone.d.ts +3 -1
  535. package/icons/DevicePhone.js +3 -7
  536. package/icons/DeviceRotate.d.ts +3 -1
  537. package/icons/DeviceRotate.js +3 -7
  538. package/icons/DeviceTablet.d.ts +3 -1
  539. package/icons/DeviceTablet.js +3 -7
  540. package/icons/Dialog.d.ts +3 -1
  541. package/icons/Dialog.js +3 -7
  542. package/icons/Diameter.d.ts +3 -1
  543. package/icons/Diameter.js +3 -8
  544. package/icons/DirectionsAlternate.d.ts +3 -1
  545. package/icons/DirectionsAlternate.js +3 -7
  546. package/icons/DirectionsArrive.d.ts +3 -1
  547. package/icons/DirectionsArrive.js +3 -8
  548. package/icons/DirectionsBearLeft.d.ts +3 -1
  549. package/icons/DirectionsBearLeft.js +3 -7
  550. package/icons/DirectionsBearRight.d.ts +3 -1
  551. package/icons/DirectionsBearRight.js +3 -7
  552. package/icons/DirectionsDepart.d.ts +3 -1
  553. package/icons/DirectionsDepart.js +3 -7
  554. package/icons/DirectionsExit.d.ts +3 -1
  555. package/icons/DirectionsExit.js +3 -7
  556. package/icons/DirectionsForkCenter.d.ts +3 -1
  557. package/icons/DirectionsForkCenter.js +3 -7
  558. package/icons/DirectionsForkLeft.d.ts +3 -1
  559. package/icons/DirectionsForkLeft.js +3 -10
  560. package/icons/DirectionsForkRight.d.ts +3 -1
  561. package/icons/DirectionsForkRight.js +3 -7
  562. package/icons/DirectionsMerge.d.ts +3 -1
  563. package/icons/DirectionsMerge.js +3 -7
  564. package/icons/DirectionsRoundabout.d.ts +3 -1
  565. package/icons/DirectionsRoundabout.js +3 -7
  566. package/icons/DirectionsSharpLeft.d.ts +3 -1
  567. package/icons/DirectionsSharpLeft.js +3 -7
  568. package/icons/DirectionsSharpRight.d.ts +3 -1
  569. package/icons/DirectionsSharpRight.js +3 -7
  570. package/icons/DirectionsStraight.d.ts +3 -1
  571. package/icons/DirectionsStraight.js +3 -7
  572. package/icons/DirectionsTurnLeft.d.ts +3 -1
  573. package/icons/DirectionsTurnLeft.js +3 -7
  574. package/icons/DirectionsTurnLeftLeft.d.ts +3 -1
  575. package/icons/DirectionsTurnLeftLeft.js +3 -7
  576. package/icons/DirectionsTurnLeftRight.d.ts +3 -1
  577. package/icons/DirectionsTurnLeftRight.js +3 -7
  578. package/icons/DirectionsTurnRight.d.ts +3 -1
  579. package/icons/DirectionsTurnRight.js +3 -7
  580. package/icons/DirectionsTurnRightLeft.d.ts +3 -1
  581. package/icons/DirectionsTurnRightLeft.js +3 -7
  582. package/icons/DirectionsTurnRightRight.d.ts +3 -1
  583. package/icons/DirectionsTurnRightRight.js +3 -7
  584. package/icons/DirectionsUTurn.d.ts +3 -1
  585. package/icons/DirectionsUTurn.js +3 -7
  586. package/icons/DirectionsUnknown.d.ts +3 -1
  587. package/icons/DirectionsUnknown.js +3 -7
  588. package/icons/Disclaimer.d.ts +3 -1
  589. package/icons/Disclaimer.js +3 -8
  590. package/icons/DoubleArrowBottomLeft.d.ts +3 -1
  591. package/icons/DoubleArrowBottomLeft.js +3 -8
  592. package/icons/DoubleArrowBottomRight.d.ts +3 -1
  593. package/icons/DoubleArrowBottomRight.js +3 -8
  594. package/icons/DoubleArrowDown.d.ts +3 -1
  595. package/icons/DoubleArrowDown.js +3 -8
  596. package/icons/DoubleArrowLeft.d.ts +3 -1
  597. package/icons/DoubleArrowLeft.js +3 -8
  598. package/icons/DoubleArrowRight.d.ts +3 -1
  599. package/icons/DoubleArrowRight.js +3 -8
  600. package/icons/DoubleArrowTopLeft.d.ts +3 -1
  601. package/icons/DoubleArrowTopLeft.js +3 -8
  602. package/icons/DoubleArrowTopRight.d.ts +3 -1
  603. package/icons/DoubleArrowTopRight.js +3 -8
  604. package/icons/DoubleArrowUp.d.ts +3 -1
  605. package/icons/DoubleArrowUp.js +3 -8
  606. package/icons/Download.d.ts +3 -1
  607. package/icons/Download.js +3 -8
  608. package/icons/Drag.d.ts +3 -1
  609. package/icons/Drag.js +3 -7
  610. package/icons/Draw.d.ts +3 -1
  611. package/icons/Draw.js +3 -7
  612. package/icons/DrawArrow.d.ts +3 -1
  613. package/icons/DrawArrow.js +3 -7
  614. package/icons/DrawCircle.d.ts +3 -1
  615. package/icons/DrawCircle.js +3 -7
  616. package/icons/DrawClearAll.d.ts +3 -1
  617. package/icons/DrawClearAll.js +3 -7
  618. package/icons/DrawClearAllMaps.d.ts +3 -1
  619. package/icons/DrawClearAllMaps.js +3 -10
  620. package/icons/DrawEdit.d.ts +3 -1
  621. package/icons/DrawEdit.js +3 -8
  622. package/icons/DrawEllipse.d.ts +3 -1
  623. package/icons/DrawEllipse.js +3 -7
  624. package/icons/DrawExtent.d.ts +3 -1
  625. package/icons/DrawExtent.js +3 -7
  626. package/icons/DrawExtract.d.ts +3 -1
  627. package/icons/DrawExtract.js +3 -9
  628. package/icons/DrawFreehand.d.ts +3 -1
  629. package/icons/DrawFreehand.js +3 -7
  630. package/icons/DrawLine.d.ts +3 -1
  631. package/icons/DrawLine.js +3 -7
  632. package/icons/DrawMultipoint.d.ts +3 -1
  633. package/icons/DrawMultipoint.js +3 -7
  634. package/icons/DrawPoint.d.ts +3 -1
  635. package/icons/DrawPoint.js +3 -7
  636. package/icons/DrawPolygon.d.ts +3 -1
  637. package/icons/DrawPolygon.js +3 -7
  638. package/icons/DrawPolygonFreehand.d.ts +3 -1
  639. package/icons/DrawPolygonFreehand.js +3 -7
  640. package/icons/DrawPolyline.d.ts +3 -1
  641. package/icons/DrawPolyline.js +3 -7
  642. package/icons/DrawRectangle.d.ts +3 -1
  643. package/icons/DrawRectangle.js +3 -7
  644. package/icons/DrawReshape.d.ts +3 -1
  645. package/icons/DrawReshape.js +3 -8
  646. package/icons/DrawText.d.ts +3 -1
  647. package/icons/DrawText.js +3 -7
  648. package/icons/DrawTriangle.d.ts +3 -1
  649. package/icons/DrawTriangle.js +3 -7
  650. package/icons/DrawUnion.d.ts +3 -1
  651. package/icons/DrawUnion.js +3 -7
  652. package/icons/Edit.d.ts +3 -1
  653. package/icons/Edit.js +3 -7
  654. package/icons/EditDoc.d.ts +3 -1
  655. package/icons/EditDoc.js +3 -8
  656. package/icons/EditLog.d.ts +3 -1
  657. package/icons/EditLog.js +3 -8
  658. package/icons/EmergencyFacilitySearch.d.ts +3 -1
  659. package/icons/EmergencyFacilitySearch.js +3 -8
  660. package/icons/Equation.d.ts +3 -1
  661. package/icons/Equation.js +3 -8
  662. package/icons/Erase.d.ts +3 -1
  663. package/icons/Erase.js +3 -7
  664. package/icons/Error.d.ts +3 -1
  665. package/icons/Error.js +3 -7
  666. package/icons/Export.d.ts +3 -1
  667. package/icons/Export.js +3 -8
  668. package/icons/ExtentBasic.d.ts +3 -1
  669. package/icons/ExtentBasic.js +3 -7
  670. package/icons/ExtentScale.d.ts +3 -1
  671. package/icons/ExtentScale.js +3 -7
  672. package/icons/FeatureAdd.d.ts +3 -1
  673. package/icons/FeatureAdd.js +3 -7
  674. package/icons/FeatureAddHydrant.d.ts +3 -1
  675. package/icons/FeatureAddHydrant.js +3 -8
  676. package/icons/FeatureAddLandUse.d.ts +3 -1
  677. package/icons/FeatureAddLandUse.js +3 -8
  678. package/icons/FeatureAddServiceRequest.d.ts +3 -1
  679. package/icons/FeatureAddServiceRequest.js +3 -8
  680. package/icons/FeatureAddTree.d.ts +3 -1
  681. package/icons/FeatureAddTree.js +3 -8
  682. package/icons/FeatureAddWell.d.ts +3 -1
  683. package/icons/FeatureAddWell.js +3 -8
  684. package/icons/FeatureCreate.d.ts +3 -1
  685. package/icons/FeatureCreate.js +3 -9
  686. package/icons/FeatureDelete.d.ts +3 -1
  687. package/icons/FeatureDelete.js +3 -8
  688. package/icons/FeatureEdit.d.ts +3 -1
  689. package/icons/FeatureEdit.js +3 -7
  690. package/icons/FeatureLocation.d.ts +3 -1
  691. package/icons/FeatureLocation.js +3 -7
  692. package/icons/FeatureSummary.d.ts +3 -1
  693. package/icons/FeatureSummary.js +3 -7
  694. package/icons/Feedback.d.ts +3 -1
  695. package/icons/Feedback.js +3 -8
  696. package/icons/Fields.d.ts +3 -1
  697. package/icons/Fields.js +3 -7
  698. package/icons/FileAdd.d.ts +3 -1
  699. package/icons/FileAdd.js +3 -8
  700. package/icons/FileClear.d.ts +3 -1
  701. package/icons/FileClear.js +3 -8
  702. package/icons/FileMulti.d.ts +3 -1
  703. package/icons/FileMulti.js +3 -9
  704. package/icons/Filter.d.ts +3 -1
  705. package/icons/Filter.js +3 -7
  706. package/icons/FilterEffects.d.ts +3 -1
  707. package/icons/FilterEffects.js +3 -7
  708. package/icons/FilterEffectsClear.d.ts +3 -1
  709. package/icons/FilterEffectsClear.js +3 -7
  710. package/icons/FilterEffectsClearAll.d.ts +3 -1
  711. package/icons/FilterEffectsClearAll.js +3 -7
  712. package/icons/FilterError.d.ts +3 -1
  713. package/icons/FilterError.js +3 -7
  714. package/icons/FilterOff.d.ts +3 -1
  715. package/icons/FilterOff.js +3 -7
  716. package/icons/FilterOn.d.ts +3 -1
  717. package/icons/FilterOn.js +3 -8
  718. package/icons/FixtureSearch.d.ts +3 -1
  719. package/icons/FixtureSearch.js +3 -8
  720. package/icons/Flash.d.ts +3 -1
  721. package/icons/Flash.js +3 -7
  722. package/icons/Flyout.d.ts +3 -1
  723. package/icons/Flyout.js +3 -7
  724. package/icons/Folder.d.ts +3 -1
  725. package/icons/Folder.js +3 -8
  726. package/icons/FolderAdd.d.ts +3 -1
  727. package/icons/FolderAdd.js +3 -8
  728. package/icons/FolderOutline.d.ts +3 -1
  729. package/icons/FolderOutline.js +3 -7
  730. package/icons/Form.d.ts +3 -1
  731. package/icons/Form.js +3 -8
  732. package/icons/Fraction.d.ts +3 -1
  733. package/icons/Fraction.js +3 -7
  734. package/icons/Geocode.d.ts +3 -1
  735. package/icons/Geocode.js +3 -7
  736. package/icons/GeocodeBatch.d.ts +3 -1
  737. package/icons/GeocodeBatch.js +3 -7
  738. package/icons/Geolocate.d.ts +3 -1
  739. package/icons/Geolocate.js +3 -7
  740. package/icons/GeolocateActive.d.ts +3 -1
  741. package/icons/GeolocateActive.js +3 -8
  742. package/icons/GeolocateCenter.d.ts +3 -1
  743. package/icons/GeolocateCenter.js +3 -7
  744. package/icons/GeolocateCenterLocked.d.ts +3 -1
  745. package/icons/GeolocateCenterLocked.js +3 -7
  746. package/icons/GeolocateCentered.d.ts +3 -1
  747. package/icons/GeolocateCentered.js +3 -8
  748. package/icons/GeolocateDisabled.d.ts +3 -1
  749. package/icons/GeolocateDisabled.js +3 -7
  750. package/icons/GeolocateFollow.d.ts +3 -1
  751. package/icons/GeolocateFollow.js +3 -7
  752. package/icons/GeolocateFollowActive.d.ts +3 -1
  753. package/icons/GeolocateFollowActive.js +3 -8
  754. package/icons/GeolocateOrientation.d.ts +3 -1
  755. package/icons/GeolocateOrientation.js +3 -7
  756. package/icons/GeolocateReCenter.d.ts +3 -1
  757. package/icons/GeolocateReCenter.js +3 -7
  758. package/icons/GeolocateStop.d.ts +3 -1
  759. package/icons/GeolocateStop.js +3 -8
  760. package/icons/GeolocateTrack.d.ts +3 -1
  761. package/icons/GeolocateTrack.js +3 -7
  762. package/icons/GeolocateTrackActive.d.ts +3 -1
  763. package/icons/GeolocateTrackActive.js +3 -7
  764. package/icons/Geometry.d.ts +3 -1
  765. package/icons/Geometry.js +3 -7
  766. package/icons/Georss.d.ts +3 -1
  767. package/icons/Georss.js +3 -8
  768. package/icons/GlobalId.d.ts +3 -1
  769. package/icons/GlobalId.js +3 -7
  770. package/icons/Globe.d.ts +3 -1
  771. package/icons/Globe.js +3 -7
  772. package/icons/GolfCourse.d.ts +3 -1
  773. package/icons/GolfCourse.js +3 -8
  774. package/icons/Group.d.ts +3 -1
  775. package/icons/Group.js +3 -8
  776. package/icons/GuId.d.ts +3 -1
  777. package/icons/GuId.js +3 -7
  778. package/icons/Hamburger.d.ts +3 -1
  779. package/icons/Hamburger.js +3 -7
  780. package/icons/Heatmap.d.ts +3 -1
  781. package/icons/Heatmap.js +3 -8
  782. package/icons/HeatmapDropdown.d.ts +3 -1
  783. package/icons/HeatmapDropdown.js +3 -8
  784. package/icons/Help.d.ts +3 -1
  785. package/icons/Help.js +3 -7
  786. package/icons/HelpCursor.d.ts +3 -1
  787. package/icons/HelpCursor.js +3 -7
  788. package/icons/Highlight.d.ts +3 -1
  789. package/icons/Highlight.js +3 -7
  790. package/icons/HighlightClear.d.ts +3 -1
  791. package/icons/HighlightClear.js +3 -7
  792. package/icons/HighlightClearAll.d.ts +3 -1
  793. package/icons/HighlightClearAll.js +3 -7
  794. package/icons/HighlightFocus.d.ts +3 -1
  795. package/icons/HighlightFocus.js +3 -8
  796. package/icons/HighlightFocusClear.d.ts +3 -1
  797. package/icons/HighlightFocusClear.js +3 -7
  798. package/icons/HighlightPulse.d.ts +3 -1
  799. package/icons/HighlightPulse.js +3 -7
  800. package/icons/History.d.ts +3 -1
  801. package/icons/History.js +3 -8
  802. package/icons/Home.d.ts +3 -1
  803. package/icons/Home.js +3 -8
  804. package/icons/Hourglass.d.ts +3 -1
  805. package/icons/Hourglass.js +3 -8
  806. package/icons/HouseAdd.d.ts +3 -1
  807. package/icons/HouseAdd.js +3 -8
  808. package/icons/HouseEmail.d.ts +3 -1
  809. package/icons/HouseEmail.js +3 -9
  810. package/icons/HouseNumber.d.ts +3 -1
  811. package/icons/HouseNumber.js +3 -8
  812. package/icons/HouseOwner.d.ts +3 -1
  813. package/icons/HouseOwner.js +3 -8
  814. package/icons/HousePointer.d.ts +3 -1
  815. package/icons/HousePointer.js +3 -8
  816. package/icons/HouseValue.d.ts +3 -1
  817. package/icons/HouseValue.js +3 -9
  818. package/icons/HydrantId.d.ts +3 -1
  819. package/icons/HydrantId.js +3 -8
  820. package/icons/IdGenerate.d.ts +3 -1
  821. package/icons/IdGenerate.js +3 -8
  822. package/icons/Identifiable.d.ts +3 -1
  823. package/icons/Identifiable.js +3 -8
  824. package/icons/Identify.d.ts +3 -1
  825. package/icons/Identify.js +3 -8
  826. package/icons/IdentifyFreehand.d.ts +3 -1
  827. package/icons/IdentifyFreehand.js +3 -7
  828. package/icons/IdentifyMapPoint.d.ts +3 -1
  829. package/icons/IdentifyMapPoint.js +3 -7
  830. package/icons/IdentifyPolygon.d.ts +3 -1
  831. package/icons/IdentifyPolygon.js +3 -7
  832. package/icons/IdentifyPolyline.d.ts +3 -1
  833. package/icons/IdentifyPolyline.js +3 -7
  834. package/icons/IdentifyRectangle.d.ts +3 -1
  835. package/icons/IdentifyRectangle.js +3 -8
  836. package/icons/Image.d.ts +3 -1
  837. package/icons/Image.js +3 -9
  838. package/icons/ImageNone.d.ts +3 -1
  839. package/icons/ImageNone.js +3 -7
  840. package/icons/Info.d.ts +3 -1
  841. package/icons/Info.js +3 -7
  842. package/icons/InheritedDenied.d.ts +3 -1
  843. package/icons/InheritedDenied.js +3 -7
  844. package/icons/InheritedEditable.d.ts +3 -1
  845. package/icons/InheritedEditable.js +3 -7
  846. package/icons/InheritedVisible.d.ts +3 -1
  847. package/icons/InheritedVisible.js +3 -7
  848. package/icons/Inspection.d.ts +3 -1
  849. package/icons/Inspection.js +3 -9
  850. package/icons/InspectionFeature.d.ts +3 -1
  851. package/icons/InspectionFeature.js +3 -8
  852. package/icons/Integer.d.ts +3 -1
  853. package/icons/Integer.js +3 -7
  854. package/icons/IntersectingFeatures.d.ts +3 -1
  855. package/icons/IntersectingFeatures.js +3 -7
  856. package/icons/IntersectionLocate.d.ts +3 -1
  857. package/icons/IntersectionLocate.js +3 -8
  858. package/icons/ItemsFirst.d.ts +3 -1
  859. package/icons/ItemsFirst.js +3 -7
  860. package/icons/Iwtm.d.ts +3 -1
  861. package/icons/Iwtm.js +3 -11
  862. package/icons/Label.d.ts +3 -1
  863. package/icons/Label.js +3 -10
  864. package/icons/LabelOptions.d.ts +3 -1
  865. package/icons/LabelOptions.js +3 -8
  866. package/icons/Language.d.ts +3 -1
  867. package/icons/Language.js +3 -7
  868. package/icons/LayerCatalog.d.ts +3 -1
  869. package/icons/LayerCatalog.js +3 -8
  870. package/icons/LayerOptions.d.ts +3 -1
  871. package/icons/LayerOptions.js +3 -8
  872. package/icons/LayerPresets.d.ts +3 -1
  873. package/icons/LayerPresets.js +3 -7
  874. package/icons/LayerRemove.d.ts +3 -1
  875. package/icons/LayerRemove.js +3 -8
  876. package/icons/LayerStyleEdit.d.ts +3 -1
  877. package/icons/LayerStyleEdit.js +3 -7
  878. package/icons/Layers.d.ts +3 -1
  879. package/icons/Layers.js +3 -9
  880. package/icons/LayersActions.d.ts +3 -1
  881. package/icons/LayersActions.js +3 -7
  882. package/icons/LayersAdd.d.ts +3 -1
  883. package/icons/LayersAdd.js +3 -8
  884. package/icons/LayersEmail.d.ts +3 -1
  885. package/icons/LayersEmail.js +3 -8
  886. package/icons/LayersExtract.d.ts +3 -1
  887. package/icons/LayersExtract.js +3 -8
  888. package/icons/LayersFiltered.d.ts +3 -1
  889. package/icons/LayersFiltered.js +3 -8
  890. package/icons/LayersMenu.d.ts +3 -1
  891. package/icons/LayersMenu.js +3 -8
  892. package/icons/LayersReorder.d.ts +3 -1
  893. package/icons/LayersReorder.js +3 -8
  894. package/icons/LayersSnapping.d.ts +3 -1
  895. package/icons/LayersSnapping.js +3 -9
  896. package/icons/Legend.d.ts +3 -1
  897. package/icons/Legend.js +3 -9
  898. package/icons/LeisureFacilitySearch.d.ts +3 -1
  899. package/icons/LeisureFacilitySearch.js +3 -17
  900. package/icons/LineStyleEdit.d.ts +3 -1
  901. package/icons/LineStyleEdit.js +3 -7
  902. package/icons/Link.d.ts +3 -1
  903. package/icons/Link.js +3 -7
  904. package/icons/LinkExternal.d.ts +3 -1
  905. package/icons/LinkExternal.js +3 -7
  906. package/icons/LocationClear.d.ts +3 -1
  907. package/icons/LocationClear.js +3 -7
  908. package/icons/LocationSelect.d.ts +3 -1
  909. package/icons/LocationSelect.js +3 -8
  910. package/icons/LocationSet.d.ts +3 -1
  911. package/icons/LocationSet.js +3 -7
  912. package/icons/Lock.d.ts +3 -1
  913. package/icons/Lock.js +3 -8
  914. package/icons/ManholeId.d.ts +3 -1
  915. package/icons/ManholeId.js +3 -8
  916. package/icons/Map.d.ts +3 -1
  917. package/icons/Map.js +3 -7
  918. package/icons/Map3rdParty.d.ts +3 -1
  919. package/icons/Map3rdParty.js +3 -9
  920. package/icons/MapArea.d.ts +3 -1
  921. package/icons/MapArea.js +3 -7
  922. package/icons/MapBing.d.ts +3 -1
  923. package/icons/MapBing.js +3 -9
  924. package/icons/MapDefault.d.ts +3 -1
  925. package/icons/MapDefault.js +3 -8
  926. package/icons/MapGoogle.d.ts +3 -1
  927. package/icons/MapGoogle.js +3 -8
  928. package/icons/MapInfo.d.ts +3 -1
  929. package/icons/MapInfo.js +3 -8
  930. package/icons/MapOffline.d.ts +3 -1
  931. package/icons/MapOffline.js +3 -8
  932. package/icons/MapPin.d.ts +3 -1
  933. package/icons/MapPin.js +3 -7
  934. package/icons/MapRefresh.d.ts +3 -1
  935. package/icons/MapRefresh.js +3 -7
  936. package/icons/MapSyncOff.d.ts +3 -1
  937. package/icons/MapSyncOff.js +3 -9
  938. package/icons/MapSyncOn.d.ts +3 -1
  939. package/icons/MapSyncOn.js +3 -8
  940. package/icons/MapTax.d.ts +3 -1
  941. package/icons/MapTax.js +3 -8
  942. package/icons/Maximize.d.ts +3 -1
  943. package/icons/Maximize.js +3 -8
  944. package/icons/MaximizeRestore.d.ts +3 -1
  945. package/icons/MaximizeRestore.js +3 -8
  946. package/icons/Measure.d.ts +3 -1
  947. package/icons/Measure.js +3 -7
  948. package/icons/MeasureArea.d.ts +3 -1
  949. package/icons/MeasureArea.js +3 -8
  950. package/icons/MeasureCircle.d.ts +3 -1
  951. package/icons/MeasureCircle.js +3 -7
  952. package/icons/MeasureConvert.d.ts +3 -1
  953. package/icons/MeasureConvert.js +3 -8
  954. package/icons/MeasureDistance.d.ts +3 -1
  955. package/icons/MeasureDistance.js +3 -7
  956. package/icons/MeasureEllipse.d.ts +3 -1
  957. package/icons/MeasureEllipse.js +3 -7
  958. package/icons/MeasureFreehand.d.ts +3 -1
  959. package/icons/MeasureFreehand.js +3 -7
  960. package/icons/MeasurePolygon.d.ts +3 -1
  961. package/icons/MeasurePolygon.js +3 -7
  962. package/icons/MeasurePolygonFreehand.d.ts +3 -1
  963. package/icons/MeasurePolygonFreehand.js +3 -7
  964. package/icons/MeasurePolyline.d.ts +3 -1
  965. package/icons/MeasurePolyline.js +3 -7
  966. package/icons/MeasureRectangle.d.ts +3 -1
  967. package/icons/MeasureRectangle.js +3 -7
  968. package/icons/MeasureRestart.d.ts +3 -1
  969. package/icons/MeasureRestart.js +3 -7
  970. package/icons/Menu.d.ts +3 -1
  971. package/icons/Menu.js +3 -7
  972. package/icons/MenuCollapse.d.ts +3 -1
  973. package/icons/MenuCollapse.js +3 -7
  974. package/icons/MenuExpand.d.ts +3 -1
  975. package/icons/MenuExpand.js +3 -7
  976. package/icons/MenuGlobal.d.ts +3 -1
  977. package/icons/MenuGlobal.js +3 -7
  978. package/icons/MenuHoisted.d.ts +3 -1
  979. package/icons/MenuHoisted.js +3 -7
  980. package/icons/Message.d.ts +3 -1
  981. package/icons/Message.js +3 -7
  982. package/icons/Metadata.d.ts +3 -1
  983. package/icons/Metadata.js +3 -7
  984. package/icons/Minimize.d.ts +3 -1
  985. package/icons/Minimize.js +3 -7
  986. package/icons/MinimizeRestore.d.ts +3 -1
  987. package/icons/MinimizeRestore.js +3 -7
  988. package/icons/Minus.d.ts +3 -1
  989. package/icons/Minus.js +3 -8
  990. package/icons/More.d.ts +3 -1
  991. package/icons/More.js +3 -7
  992. package/icons/MoreCircle.d.ts +3 -1
  993. package/icons/MoreCircle.js +3 -10
  994. package/icons/Move.d.ts +3 -1
  995. package/icons/Move.js +3 -7
  996. package/icons/MoveDown.d.ts +3 -1
  997. package/icons/MoveDown.js +3 -7
  998. package/icons/MoveUp.d.ts +3 -1
  999. package/icons/MoveUp.js +3 -7
  1000. package/icons/NeighborhoodSearch.d.ts +3 -1
  1001. package/icons/NeighborhoodSearch.js +3 -8
  1002. package/icons/NeighborhoodSign.d.ts +3 -1
  1003. package/icons/NeighborhoodSign.js +3 -9
  1004. package/icons/NoIcon.d.ts +3 -1
  1005. package/icons/NoIcon.js +3 -7
  1006. package/icons/NorthArrow.d.ts +3 -1
  1007. package/icons/NorthArrow.js +3 -7
  1008. package/icons/ObjectId.d.ts +3 -1
  1009. package/icons/ObjectId.js +3 -7
  1010. package/icons/Open.d.ts +3 -1
  1011. package/icons/Open.js +3 -8
  1012. package/icons/OtherClearGridsHighlight.d.ts +3 -1
  1013. package/icons/OtherClearGridsHighlight.js +3 -7
  1014. package/icons/OverviewMap.d.ts +3 -1
  1015. package/icons/OverviewMap.js +3 -7
  1016. package/icons/Owner.d.ts +3 -1
  1017. package/icons/Owner.js +3 -7
  1018. package/icons/Pan.d.ts +3 -1
  1019. package/icons/Pan.js +3 -7
  1020. package/icons/Panel.d.ts +3 -1
  1021. package/icons/Panel.js +3 -7
  1022. package/icons/PanelMinimize.d.ts +3 -1
  1023. package/icons/PanelMinimize.js +3 -7
  1024. package/icons/PanelMore.d.ts +3 -1
  1025. package/icons/PanelMore.js +3 -7
  1026. package/icons/PanelRestore.d.ts +3 -1
  1027. package/icons/PanelRestore.js +3 -7
  1028. package/icons/ParcelAccount.d.ts +3 -1
  1029. package/icons/ParcelAccount.js +3 -9
  1030. package/icons/ParcelAin.d.ts +3 -1
  1031. package/icons/ParcelAin.js +3 -9
  1032. package/icons/ParcelId.d.ts +3 -1
  1033. package/icons/ParcelId.js +3 -9
  1034. package/icons/ParcelPin.d.ts +3 -1
  1035. package/icons/ParcelPin.js +3 -9
  1036. package/icons/Parcels.d.ts +3 -1
  1037. package/icons/Parcels.js +3 -7
  1038. package/icons/ParkingLot.d.ts +3 -1
  1039. package/icons/ParkingLot.js +3 -8
  1040. package/icons/PastureSearch.d.ts +3 -1
  1041. package/icons/PastureSearch.js +3 -8
  1042. package/icons/PavementAdd.d.ts +3 -1
  1043. package/icons/PavementAdd.js +3 -8
  1044. package/icons/Pdf.d.ts +3 -1
  1045. package/icons/Pdf.js +3 -8
  1046. package/icons/PdfDownload.d.ts +3 -1
  1047. package/icons/PdfDownload.js +3 -8
  1048. package/icons/PerfPlanning.d.ts +3 -1
  1049. package/icons/PerfPlanning.js +3 -9
  1050. package/icons/Photo.d.ts +3 -1
  1051. package/icons/Photo.js +3 -7
  1052. package/icons/Pictometry.d.ts +3 -1
  1053. package/icons/Pictometry.js +3 -7
  1054. package/icons/PlaybackNext.d.ts +3 -1
  1055. package/icons/PlaybackNext.js +3 -8
  1056. package/icons/PlaybackPause.d.ts +3 -1
  1057. package/icons/PlaybackPause.js +3 -8
  1058. package/icons/PlaybackPlay.d.ts +3 -1
  1059. package/icons/PlaybackPlay.js +3 -8
  1060. package/icons/PlaybackPrevious.d.ts +3 -1
  1061. package/icons/PlaybackPrevious.js +3 -8
  1062. package/icons/PlaybackRecord.d.ts +3 -1
  1063. package/icons/PlaybackRecord.js +3 -8
  1064. package/icons/PlaybackStepNext.d.ts +3 -1
  1065. package/icons/PlaybackStepNext.js +3 -8
  1066. package/icons/PlaybackStepPrevious.d.ts +3 -1
  1067. package/icons/PlaybackStepPrevious.js +3 -8
  1068. package/icons/PlaybackStop.d.ts +3 -1
  1069. package/icons/PlaybackStop.js +3 -8
  1070. package/icons/Plus.d.ts +3 -1
  1071. package/icons/Plus.js +3 -7
  1072. package/icons/PointStyleEdit.d.ts +3 -1
  1073. package/icons/PointStyleEdit.js +3 -7
  1074. package/icons/Pointer.d.ts +3 -1
  1075. package/icons/Pointer.js +3 -7
  1076. package/icons/PointerClear.d.ts +3 -1
  1077. package/icons/PointerClear.js +3 -8
  1078. package/icons/PointerSubtract.d.ts +3 -1
  1079. package/icons/PointerSubtract.js +3 -8
  1080. package/icons/PoleSearch.d.ts +3 -1
  1081. package/icons/PoleSearch.js +3 -8
  1082. package/icons/PolicingAnalyze.d.ts +3 -1
  1083. package/icons/PolicingAnalyze.js +3 -7
  1084. package/icons/PolicingVisualize.d.ts +3 -1
  1085. package/icons/PolicingVisualize.js +3 -7
  1086. package/icons/PolyMarkAdd.d.ts +3 -1
  1087. package/icons/PolyMarkAdd.js +3 -9
  1088. package/icons/PolyMarkUpload.d.ts +3 -1
  1089. package/icons/PolyMarkUpload.js +3 -9
  1090. package/icons/PolygonAdd.d.ts +3 -1
  1091. package/icons/PolygonAdd.js +3 -9
  1092. package/icons/PolygonCut.d.ts +3 -1
  1093. package/icons/PolygonCut.js +3 -8
  1094. package/icons/PolygonStyleEdit.d.ts +3 -1
  1095. package/icons/PolygonStyleEdit.js +3 -7
  1096. package/icons/PoolsSearch.d.ts +3 -1
  1097. package/icons/PoolsSearch.js +3 -7
  1098. package/icons/PopIn.d.ts +3 -1
  1099. package/icons/PopIn.js +3 -7
  1100. package/icons/PopOut.d.ts +3 -1
  1101. package/icons/PopOut.js +3 -7
  1102. package/icons/Portal.d.ts +3 -1
  1103. package/icons/Portal.js +3 -7
  1104. package/icons/PotholeAdd.d.ts +3 -1
  1105. package/icons/PotholeAdd.js +3 -8
  1106. package/icons/PotholeInspect.d.ts +3 -1
  1107. package/icons/PotholeInspect.js +3 -8
  1108. package/icons/PotholeLayer.d.ts +3 -1
  1109. package/icons/PotholeLayer.js +3 -8
  1110. package/icons/PotholePrint.d.ts +3 -1
  1111. package/icons/PotholePrint.js +3 -7
  1112. package/icons/PotholeRepair.d.ts +3 -1
  1113. package/icons/PotholeRepair.js +3 -8
  1114. package/icons/PotholeRepairMultiple.d.ts +3 -1
  1115. package/icons/PotholeRepairMultiple.js +3 -7
  1116. package/icons/Print.d.ts +3 -1
  1117. package/icons/Print.js +3 -8
  1118. package/icons/Privacy.d.ts +3 -1
  1119. package/icons/Privacy.js +3 -7
  1120. package/icons/Profile.d.ts +3 -1
  1121. package/icons/Profile.js +3 -8
  1122. package/icons/ProgressReportsMapGrid.d.ts +3 -1
  1123. package/icons/ProgressReportsMapGrid.js +3 -8
  1124. package/icons/ProgressReportsWorkOrder.d.ts +3 -1
  1125. package/icons/ProgressReportsWorkOrder.js +3 -8
  1126. package/icons/Property.d.ts +3 -1
  1127. package/icons/Property.js +3 -7
  1128. package/icons/Proximity.d.ts +3 -1
  1129. package/icons/Proximity.js +3 -8
  1130. package/icons/Query.d.ts +3 -1
  1131. package/icons/Query.js +3 -8
  1132. package/icons/QueryBuilder.d.ts +3 -1
  1133. package/icons/QueryBuilder.js +3 -8
  1134. package/icons/QueryBuilderAdvanced.d.ts +3 -1
  1135. package/icons/QueryBuilderAdvanced.js +3 -8
  1136. package/icons/Queryable.d.ts +3 -1
  1137. package/icons/Queryable.js +3 -7
  1138. package/icons/RangeEnd.d.ts +3 -1
  1139. package/icons/RangeEnd.js +3 -7
  1140. package/icons/RangeStart.d.ts +3 -1
  1141. package/icons/RangeStart.js +3 -7
  1142. package/icons/Redo.d.ts +3 -1
  1143. package/icons/Redo.js +3 -7
  1144. package/icons/RefineAdd.d.ts +3 -1
  1145. package/icons/RefineAdd.js +3 -8
  1146. package/icons/RefineIntersect.d.ts +3 -1
  1147. package/icons/RefineIntersect.js +3 -9
  1148. package/icons/RefineResults.d.ts +3 -1
  1149. package/icons/RefineResults.js +3 -8
  1150. package/icons/RefineSubtract.d.ts +3 -1
  1151. package/icons/RefineSubtract.js +3 -9
  1152. package/icons/Refresh.d.ts +3 -1
  1153. package/icons/Refresh.js +3 -7
  1154. package/icons/Region.d.ts +3 -1
  1155. package/icons/Region.js +3 -8
  1156. package/icons/ReportDataError.d.ts +3 -1
  1157. package/icons/ReportDataError.js +3 -9
  1158. package/icons/ReportProblem.d.ts +3 -1
  1159. package/icons/ReportProblem.js +3 -7
  1160. package/icons/ReportSign.d.ts +3 -1
  1161. package/icons/ReportSign.js +3 -8
  1162. package/icons/Reports.d.ts +3 -1
  1163. package/icons/Reports.js +3 -8
  1164. package/icons/ReserveSearch.d.ts +3 -1
  1165. package/icons/ReserveSearch.js +3 -8
  1166. package/icons/RestoreDefaults.d.ts +3 -1
  1167. package/icons/RestoreDefaults.js +3 -7
  1168. package/icons/ResultCard.d.ts +3 -1
  1169. package/icons/ResultCard.js +3 -7
  1170. package/icons/ResultClear.d.ts +3 -1
  1171. package/icons/ResultClear.js +3 -7
  1172. package/icons/ResultClearAll.d.ts +3 -1
  1173. package/icons/ResultClearAll.js +3 -7
  1174. package/icons/ResultDefault.d.ts +3 -1
  1175. package/icons/ResultDefault.js +3 -7
  1176. package/icons/ResultList.d.ts +3 -1
  1177. package/icons/ResultList.js +3 -7
  1178. package/icons/ResultPan.d.ts +3 -1
  1179. package/icons/ResultPan.js +3 -7
  1180. package/icons/ReturnArrow.d.ts +3 -1
  1181. package/icons/ReturnArrow.js +3 -7
  1182. package/icons/RoadClosure.d.ts +3 -1
  1183. package/icons/RoadClosure.js +3 -8
  1184. package/icons/RoadClosureSearch.d.ts +3 -1
  1185. package/icons/RoadClosureSearch.js +3 -8
  1186. package/icons/RoadSignAdd.d.ts +3 -1
  1187. package/icons/RoadSignAdd.js +3 -8
  1188. package/icons/RoadSignsReport.d.ts +3 -1
  1189. package/icons/RoadSignsReport.js +3 -9
  1190. package/icons/Rooftop.d.ts +3 -1
  1191. package/icons/Rooftop.js +3 -7
  1192. package/icons/RouteExpand.d.ts +4 -0
  1193. package/icons/RouteExpand.js +3 -0
  1194. package/icons/Rss.d.ts +3 -1
  1195. package/icons/Rss.js +3 -7
  1196. package/icons/RubberBand.d.ts +3 -1
  1197. package/icons/RubberBand.js +3 -7
  1198. package/icons/RuralSearch.d.ts +3 -1
  1199. package/icons/RuralSearch.js +3 -7
  1200. package/icons/Save.d.ts +3 -1
  1201. package/icons/Save.js +3 -8
  1202. package/icons/SaveAs.d.ts +3 -1
  1203. package/icons/SaveAs.js +3 -8
  1204. package/icons/ScaleInput.d.ts +3 -1
  1205. package/icons/ScaleInput.js +3 -8
  1206. package/icons/Scalebar.d.ts +3 -1
  1207. package/icons/Scalebar.js +3 -7
  1208. package/icons/ScanBarcode.d.ts +3 -1
  1209. package/icons/ScanBarcode.js +3 -7
  1210. package/icons/ScanMulti.d.ts +3 -1
  1211. package/icons/ScanMulti.js +3 -7
  1212. package/icons/ScanQr.d.ts +3 -1
  1213. package/icons/ScanQr.js +3 -7
  1214. package/icons/School.d.ts +3 -1
  1215. package/icons/School.js +3 -7
  1216. package/icons/SchoolsSearch.d.ts +3 -1
  1217. package/icons/SchoolsSearch.js +3 -8
  1218. package/icons/Scroll.d.ts +3 -1
  1219. package/icons/Scroll.js +3 -7
  1220. package/icons/Search.d.ts +3 -1
  1221. package/icons/Search.js +3 -7
  1222. package/icons/SearchDocument.d.ts +3 -1
  1223. package/icons/SearchDocument.js +3 -8
  1224. package/icons/SearchDocumentDownload.d.ts +3 -1
  1225. package/icons/SearchDocumentDownload.js +3 -8
  1226. package/icons/SearchDocumentId.d.ts +3 -1
  1227. package/icons/SearchDocumentId.js +3 -8
  1228. package/icons/SearchExtent.d.ts +3 -1
  1229. package/icons/SearchExtent.js +3 -7
  1230. package/icons/SearchGuide.d.ts +3 -1
  1231. package/icons/SearchGuide.js +3 -7
  1232. package/icons/SearchLink.d.ts +3 -1
  1233. package/icons/SearchLink.js +3 -7
  1234. package/icons/SearchNeighborhood.d.ts +3 -1
  1235. package/icons/SearchNeighborhood.js +3 -9
  1236. package/icons/SearchNumber.d.ts +3 -1
  1237. package/icons/SearchNumber.js +3 -8
  1238. package/icons/SearchParcels.d.ts +3 -1
  1239. package/icons/SearchParcels.js +3 -7
  1240. package/icons/SearchPark.d.ts +3 -1
  1241. package/icons/SearchPark.js +3 -8
  1242. package/icons/SearchRailway.d.ts +3 -1
  1243. package/icons/SearchRailway.js +3 -8
  1244. package/icons/SearchResults.d.ts +3 -1
  1245. package/icons/SearchResults.js +3 -8
  1246. package/icons/SearchRoadSigns.d.ts +3 -1
  1247. package/icons/SearchRoadSigns.js +3 -8
  1248. package/icons/SearchSegment.d.ts +3 -1
  1249. package/icons/SearchSegment.js +3 -7
  1250. package/icons/SearchStreet.d.ts +3 -1
  1251. package/icons/SearchStreet.js +3 -8
  1252. package/icons/SearchStreetMarking.d.ts +3 -1
  1253. package/icons/SearchStreetMarking.js +3 -8
  1254. package/icons/SearchSurvey.d.ts +3 -1
  1255. package/icons/SearchSurvey.js +3 -8
  1256. package/icons/Searchable.d.ts +3 -1
  1257. package/icons/Searchable.js +3 -8
  1258. package/icons/SectionId.d.ts +3 -1
  1259. package/icons/SectionId.js +3 -8
  1260. package/icons/SelectedAll.d.ts +3 -1
  1261. package/icons/SelectedAll.js +3 -7
  1262. package/icons/SelectedNone.d.ts +3 -1
  1263. package/icons/SelectedNone.js +3 -7
  1264. package/icons/SelectedPartial.d.ts +3 -1
  1265. package/icons/SelectedPartial.js +3 -8
  1266. package/icons/Selection.d.ts +3 -1
  1267. package/icons/Selection.js +3 -8
  1268. package/icons/Server.d.ts +3 -1
  1269. package/icons/Server.js +3 -7
  1270. package/icons/ServiceFeature.d.ts +3 -1
  1271. package/icons/ServiceFeature.js +3 -7
  1272. package/icons/ServiceGeocode.d.ts +3 -1
  1273. package/icons/ServiceGeocode.js +3 -7
  1274. package/icons/ServiceGeometry.d.ts +3 -1
  1275. package/icons/ServiceGeometry.js +3 -7
  1276. package/icons/ServiceGp.d.ts +3 -1
  1277. package/icons/ServiceGp.js +3 -7
  1278. package/icons/ServiceMap.d.ts +3 -1
  1279. package/icons/ServiceMap.js +3 -7
  1280. package/icons/ServiceNetwork.d.ts +3 -1
  1281. package/icons/ServiceNetwork.js +3 -7
  1282. package/icons/ServicePicture.d.ts +3 -1
  1283. package/icons/ServicePicture.js +3 -7
  1284. package/icons/ServiceRequest.d.ts +3 -1
  1285. package/icons/ServiceRequest.js +3 -8
  1286. package/icons/ServiceRequestInvestigate.d.ts +3 -1
  1287. package/icons/ServiceRequestInvestigate.js +3 -8
  1288. package/icons/ServiceRequestReport.d.ts +3 -1
  1289. package/icons/ServiceRequestReport.js +3 -8
  1290. package/icons/ServiceStream.d.ts +3 -1
  1291. package/icons/ServiceStream.js +3 -7
  1292. package/icons/Settings.d.ts +3 -1
  1293. package/icons/Settings.js +3 -7
  1294. package/icons/Sewer.d.ts +3 -1
  1295. package/icons/Sewer.js +3 -7
  1296. package/icons/Shapefile.d.ts +3 -1
  1297. package/icons/Shapefile.js +3 -7
  1298. package/icons/ShapefileAdd.d.ts +3 -1
  1299. package/icons/ShapefileAdd.js +3 -7
  1300. package/icons/ShapefileExport.d.ts +3 -1
  1301. package/icons/ShapefileExport.js +3 -7
  1302. package/icons/Share.d.ts +3 -1
  1303. package/icons/Share.js +3 -8
  1304. package/icons/ShareMap.d.ts +3 -1
  1305. package/icons/ShareMap.js +3 -7
  1306. package/icons/SignAdd.d.ts +3 -1
  1307. package/icons/SignAdd.js +3 -7
  1308. package/icons/SignIn.d.ts +3 -1
  1309. package/icons/SignIn.js +3 -8
  1310. package/icons/SignOut.d.ts +3 -1
  1311. package/icons/SignOut.js +3 -7
  1312. package/icons/SkateParkSearch.d.ts +3 -1
  1313. package/icons/SkateParkSearch.js +3 -7
  1314. package/icons/SlotBottomCenter.d.ts +3 -1
  1315. package/icons/SlotBottomCenter.js +3 -7
  1316. package/icons/SlotBottomLeft.d.ts +3 -1
  1317. package/icons/SlotBottomLeft.js +3 -7
  1318. package/icons/SlotBottomRight.d.ts +3 -1
  1319. package/icons/SlotBottomRight.js +3 -7
  1320. package/icons/SlotTopCenter.d.ts +3 -1
  1321. package/icons/SlotTopCenter.js +3 -7
  1322. package/icons/SlotTopLeft.d.ts +3 -1
  1323. package/icons/SlotTopLeft.js +3 -7
  1324. package/icons/SlotTopRight.d.ts +3 -1
  1325. package/icons/SlotTopRight.js +3 -7
  1326. package/icons/Snapping.d.ts +3 -1
  1327. package/icons/Snapping.js +3 -7
  1328. package/icons/Snippet.d.ts +3 -1
  1329. package/icons/Snippet.js +3 -7
  1330. package/icons/SnowAdd.d.ts +3 -1
  1331. package/icons/SnowAdd.js +3 -8
  1332. package/icons/SnowGradingAssign.d.ts +3 -1
  1333. package/icons/SnowGradingAssign.js +3 -8
  1334. package/icons/SnowGradingCity.d.ts +3 -1
  1335. package/icons/SnowGradingCity.js +3 -8
  1336. package/icons/SnowGradingGlobal.d.ts +3 -1
  1337. package/icons/SnowGradingGlobal.js +3 -8
  1338. package/icons/SnowGradingMap.d.ts +3 -1
  1339. package/icons/SnowGradingMap.js +3 -8
  1340. package/icons/SnowGradingReport.d.ts +3 -1
  1341. package/icons/SnowGradingReport.js +3 -8
  1342. package/icons/SnowGradingSelection.d.ts +3 -1
  1343. package/icons/SnowGradingSelection.js +3 -8
  1344. package/icons/SnowParking.d.ts +3 -1
  1345. package/icons/SnowParking.js +3 -8
  1346. package/icons/SoccerField.d.ts +3 -1
  1347. package/icons/SoccerField.js +3 -8
  1348. package/icons/SortDown.d.ts +3 -1
  1349. package/icons/SortDown.js +3 -7
  1350. package/icons/SortUnsorted.d.ts +3 -1
  1351. package/icons/SortUnsorted.js +3 -7
  1352. package/icons/SortUp.d.ts +3 -1
  1353. package/icons/SortUp.js +3 -7
  1354. package/icons/SpeedTest.d.ts +3 -1
  1355. package/icons/SpeedTest.js +3 -8
  1356. package/icons/SpeedTestResults.d.ts +3 -1
  1357. package/icons/SpeedTestResults.js +3 -9
  1358. package/icons/SpillAnalysis.d.ts +3 -1
  1359. package/icons/SpillAnalysis.js +3 -8
  1360. package/icons/Split.d.ts +3 -1
  1361. package/icons/Split.js +3 -7
  1362. package/icons/SprayPadSearch.d.ts +3 -1
  1363. package/icons/SprayPadSearch.js +3 -8
  1364. package/icons/Stack.d.ts +3 -1
  1365. package/icons/Stack.js +3 -7
  1366. package/icons/Star.d.ts +3 -1
  1367. package/icons/Star.js +3 -7
  1368. package/icons/StarAdd.d.ts +3 -1
  1369. package/icons/StarAdd.js +3 -8
  1370. package/icons/StarCheck.d.ts +3 -1
  1371. package/icons/StarCheck.js +3 -9
  1372. package/icons/StationLocator.d.ts +3 -1
  1373. package/icons/StationLocator.js +3 -8
  1374. package/icons/Stop.d.ts +3 -1
  1375. package/icons/Stop.js +3 -7
  1376. package/icons/StreetEdit.d.ts +3 -1
  1377. package/icons/StreetEdit.js +3 -7
  1378. package/icons/StreetLaneMaintenance.d.ts +3 -1
  1379. package/icons/StreetLaneMaintenance.js +3 -7
  1380. package/icons/StreetNumber.d.ts +3 -1
  1381. package/icons/StreetNumber.js +3 -7
  1382. package/icons/Styles.d.ts +3 -1
  1383. package/icons/Styles.js +3 -8
  1384. package/icons/Subdivision.d.ts +3 -1
  1385. package/icons/Subdivision.js +3 -7
  1386. package/icons/Subtract.d.ts +3 -1
  1387. package/icons/Subtract.js +3 -7
  1388. package/icons/Success.d.ts +3 -1
  1389. package/icons/Success.js +3 -8
  1390. package/icons/Survey.d.ts +3 -1
  1391. package/icons/Survey.js +3 -8
  1392. package/icons/Suspend.d.ts +3 -1
  1393. package/icons/Suspend.js +3 -7
  1394. package/icons/SvgIcon.d.ts +2 -2
  1395. package/icons/SvgIcon.js +2 -7
  1396. package/icons/SwatchPicker.d.ts +3 -1
  1397. package/icons/SwatchPicker.js +3 -9
  1398. package/icons/SweepingEdit.d.ts +3 -1
  1399. package/icons/SweepingEdit.js +3 -7
  1400. package/icons/SweepingGlobal.d.ts +3 -1
  1401. package/icons/SweepingGlobal.js +3 -7
  1402. package/icons/SweepingNeighborhood.d.ts +3 -1
  1403. package/icons/SweepingNeighborhood.js +3 -7
  1404. package/icons/SweepingPrint.d.ts +3 -1
  1405. package/icons/SweepingPrint.js +3 -8
  1406. package/icons/SweepingSelection.d.ts +3 -1
  1407. package/icons/SweepingSelection.js +3 -7
  1408. package/icons/SwitchSearch.d.ts +3 -1
  1409. package/icons/SwitchSearch.js +3 -7
  1410. package/icons/Symbolize.d.ts +3 -1
  1411. package/icons/Symbolize.js +3 -7
  1412. package/icons/Sync.d.ts +3 -1
  1413. package/icons/Sync.js +3 -7
  1414. package/icons/SyncManage.d.ts +3 -1
  1415. package/icons/SyncManage.js +3 -8
  1416. package/icons/Table.d.ts +3 -1
  1417. package/icons/Table.js +3 -7
  1418. package/icons/Tabs.d.ts +3 -1
  1419. package/icons/Tabs.js +3 -7
  1420. package/icons/Taskbar.d.ts +3 -1
  1421. package/icons/Taskbar.js +3 -7
  1422. package/icons/Team.d.ts +3 -1
  1423. package/icons/Team.js +3 -8
  1424. package/icons/TeamAdd.d.ts +3 -1
  1425. package/icons/TeamAdd.js +3 -8
  1426. package/icons/TeamRemove.d.ts +3 -1
  1427. package/icons/TeamRemove.js +3 -9
  1428. package/icons/TemplatePicker.d.ts +3 -1
  1429. package/icons/TemplatePicker.js +3 -8
  1430. package/icons/TennisCourt.d.ts +3 -1
  1431. package/icons/TennisCourt.js +3 -8
  1432. package/icons/Text.d.ts +3 -1
  1433. package/icons/Text.js +3 -8
  1434. package/icons/TextField.d.ts +3 -1
  1435. package/icons/TextField.js +3 -7
  1436. package/icons/ThemeDark.d.ts +3 -1
  1437. package/icons/ThemeDark.js +3 -7
  1438. package/icons/ThemeLight.d.ts +3 -1
  1439. package/icons/ThemeLight.js +3 -7
  1440. package/icons/TipsAndTricks.d.ts +3 -1
  1441. package/icons/TipsAndTricks.js +3 -7
  1442. package/icons/Toggle3d.d.ts +3 -1
  1443. package/icons/Toggle3d.js +3 -7
  1444. package/icons/Tools.d.ts +3 -1
  1445. package/icons/Tools.js +3 -7
  1446. package/icons/Tour.d.ts +3 -1
  1447. package/icons/Tour.js +3 -7
  1448. package/icons/TownshipSearch.d.ts +3 -1
  1449. package/icons/TownshipSearch.js +3 -7
  1450. package/icons/Traffic.d.ts +3 -1
  1451. package/icons/Traffic.js +3 -8
  1452. package/icons/TransformerSearch.d.ts +3 -1
  1453. package/icons/TransformerSearch.js +3 -8
  1454. package/icons/Trash.d.ts +3 -1
  1455. package/icons/Trash.js +3 -7
  1456. package/icons/Undo.d.ts +3 -1
  1457. package/icons/Undo.js +3 -7
  1458. package/icons/Ungroup.d.ts +3 -1
  1459. package/icons/Ungroup.js +3 -8
  1460. package/icons/Unlink.d.ts +3 -1
  1461. package/icons/Unlink.js +3 -7
  1462. package/icons/Unlock.d.ts +3 -1
  1463. package/icons/Unlock.js +3 -7
  1464. package/icons/Update.d.ts +3 -1
  1465. package/icons/Update.js +3 -7
  1466. package/icons/Upload.d.ts +3 -1
  1467. package/icons/Upload.js +3 -7
  1468. package/icons/UrbanSearch.d.ts +3 -1
  1469. package/icons/UrbanSearch.js +3 -8
  1470. package/icons/Usb.d.ts +3 -1
  1471. package/icons/Usb.js +3 -7
  1472. package/icons/User.d.ts +3 -1
  1473. package/icons/User.js +3 -7
  1474. package/icons/UserCog.d.ts +3 -1
  1475. package/icons/UserCog.js +3 -7
  1476. package/icons/UsersManage.d.ts +3 -1
  1477. package/icons/UsersManage.js +3 -7
  1478. package/icons/UtilityCutAdd.d.ts +3 -1
  1479. package/icons/UtilityCutAdd.js +3 -9
  1480. package/icons/UtilityCutDelete.d.ts +3 -1
  1481. package/icons/UtilityCutDelete.js +3 -9
  1482. package/icons/UtilityCutEdit.d.ts +3 -1
  1483. package/icons/UtilityCutEdit.js +3 -8
  1484. package/icons/UtilityCutMove.d.ts +3 -1
  1485. package/icons/UtilityCutMove.js +3 -8
  1486. package/icons/ValveInspected.d.ts +3 -1
  1487. package/icons/ValveInspected.js +3 -7
  1488. package/icons/VendorsManage.d.ts +3 -1
  1489. package/icons/VendorsManage.js +3 -8
  1490. package/icons/ViewGrid.d.ts +3 -1
  1491. package/icons/ViewGrid.js +3 -7
  1492. package/icons/ViewList.d.ts +3 -1
  1493. package/icons/ViewList.js +3 -7
  1494. package/icons/ViewSwitchCompact.d.ts +3 -1
  1495. package/icons/ViewSwitchCompact.js +3 -8
  1496. package/icons/ViewSwitchList.d.ts +3 -1
  1497. package/icons/ViewSwitchList.js +3 -9
  1498. package/icons/ViewSwitchTable.d.ts +3 -1
  1499. package/icons/ViewSwitchTable.js +3 -9
  1500. package/icons/ViewSwitchTabs.d.ts +3 -1
  1501. package/icons/ViewSwitchTabs.js +3 -8
  1502. package/icons/Visibility.d.ts +3 -1
  1503. package/icons/Visibility.js +3 -7
  1504. package/icons/Visible.d.ts +3 -1
  1505. package/icons/Visible.js +3 -7
  1506. package/icons/VisibleOff.d.ts +3 -1
  1507. package/icons/VisibleOff.js +3 -7
  1508. package/icons/Visualizations.d.ts +3 -1
  1509. package/icons/Visualizations.js +3 -9
  1510. package/icons/Warning.d.ts +3 -1
  1511. package/icons/Warning.js +3 -8
  1512. package/icons/Water.d.ts +3 -1
  1513. package/icons/Water.js +3 -10
  1514. package/icons/Watershed.d.ts +3 -1
  1515. package/icons/Watershed.js +3 -8
  1516. package/icons/Weather.d.ts +3 -1
  1517. package/icons/Weather.js +3 -8
  1518. package/icons/Wifi.d.ts +3 -1
  1519. package/icons/Wifi.js +3 -7
  1520. package/icons/WindowDock.d.ts +3 -1
  1521. package/icons/WindowDock.js +3 -8
  1522. package/icons/WindowNew.d.ts +3 -1
  1523. package/icons/WindowNew.js +3 -8
  1524. package/icons/WorkOrder.d.ts +3 -1
  1525. package/icons/WorkOrder.js +3 -7
  1526. package/icons/WorkOrderClose.d.ts +3 -1
  1527. package/icons/WorkOrderClose.js +3 -8
  1528. package/icons/WorkOrderComplete.d.ts +3 -1
  1529. package/icons/WorkOrderComplete.js +3 -8
  1530. package/icons/WorkOrderFastTrack.d.ts +3 -1
  1531. package/icons/WorkOrderFastTrack.js +3 -8
  1532. package/icons/Workflow.d.ts +3 -1
  1533. package/icons/Workflow.js +3 -7
  1534. package/icons/WorkingView.d.ts +3 -1
  1535. package/icons/WorkingView.js +3 -7
  1536. package/icons/Xlsx.d.ts +3 -1
  1537. package/icons/Xlsx.js +3 -7
  1538. package/icons/XlsxAdd.d.ts +3 -1
  1539. package/icons/XlsxAdd.js +3 -7
  1540. package/icons/XlsxExport.d.ts +3 -1
  1541. package/icons/XlsxExport.js +3 -8
  1542. package/icons/Xml.d.ts +3 -1
  1543. package/icons/Xml.js +3 -7
  1544. package/icons/YouthCenterSearch.d.ts +3 -1
  1545. package/icons/YouthCenterSearch.js +3 -8
  1546. package/icons/ZoomControl.d.ts +3 -1
  1547. package/icons/ZoomControl.js +3 -8
  1548. package/icons/ZoomExtent.d.ts +3 -1
  1549. package/icons/ZoomExtent.js +3 -8
  1550. package/icons/ZoomExtentAll.d.ts +3 -1
  1551. package/icons/ZoomExtentAll.js +3 -7
  1552. package/icons/ZoomFeature.d.ts +3 -1
  1553. package/icons/ZoomFeature.js +3 -9
  1554. package/icons/ZoomFull.d.ts +3 -1
  1555. package/icons/ZoomFull.js +3 -8
  1556. package/icons/ZoomIn.d.ts +3 -1
  1557. package/icons/ZoomIn.js +3 -8
  1558. package/icons/ZoomInitial.d.ts +3 -1
  1559. package/icons/ZoomInitial.js +3 -8
  1560. package/icons/ZoomNext.d.ts +3 -1
  1561. package/icons/ZoomNext.js +3 -8
  1562. package/icons/ZoomOut.d.ts +3 -1
  1563. package/icons/ZoomOut.js +3 -8
  1564. package/icons/ZoomPrevious.d.ts +3 -1
  1565. package/icons/ZoomPrevious.js +3 -8
  1566. package/icons/ZoomVisibleScale.d.ts +3 -1
  1567. package/icons/ZoomVisibleScale.js +3 -8
  1568. package/icons/index.d.ts +2 -0
  1569. package/icons/index.js +673 -1361
  1570. package/icons/utils/createSvgIcon.d.ts +3 -3
  1571. package/icons/utils/createSvgIcon.js +24 -24
  1572. package/package.json +16 -16
  1573. package/styles/CacheProvider.d.ts +6 -0
  1574. package/styles/CacheProvider.js +8 -0
  1575. package/styles/createTheme.d.ts +12 -6
  1576. package/styles/createTheme.js +680 -420
  1577. package/styles/index.d.ts +13 -4
  1578. package/styles/index.js +25 -36
  1579. package/styles/themeAugmentation.d.ts +26 -0
  1580. package/useMediaQuery/index.d.ts +2 -2
  1581. package/useMediaQuery/index.js +2 -7
  1582. package/utils/generateId.js +2 -7
  1583. package/utils/intl.js +4 -11
  1584. package/Accordion/Accordion.d.ts +0 -3
  1585. package/Accordion/Accordion.js +0 -6
  1586. package/AccordionActions/AccordionActions.d.ts +0 -3
  1587. package/AccordionActions/AccordionActions.js +0 -6
  1588. package/AccordionDetails/AccordionDetails.d.ts +0 -3
  1589. package/AccordionDetails/AccordionDetails.js +0 -6
  1590. package/AccordionSummary/AccordionSummary.d.ts +0 -3
  1591. package/AccordionSummary/AccordionSummary.js +0 -6
  1592. package/Avatar/Avatar.d.ts +0 -3
  1593. package/Avatar/Avatar.js +0 -6
  1594. package/Badge/Badge.d.ts +0 -2
  1595. package/Badge/Badge.js +0 -7
  1596. package/Breadcrumbs/Breadcrumbs.d.ts +0 -2
  1597. package/Breadcrumbs/Breadcrumbs.js +0 -7
  1598. package/Button/Button.d.ts +0 -3
  1599. package/Button/Button.js +0 -6
  1600. package/ButtonBase/ButtonBase.d.ts +0 -3
  1601. package/ButtonBase/ButtonBase.js +0 -6
  1602. package/ButtonGroup/ButtonGroup.d.ts +0 -2
  1603. package/ButtonGroup/ButtonGroup.js +0 -7
  1604. package/Chip/Chip.d.ts +0 -2
  1605. package/Chip/Chip.js +0 -7
  1606. package/Collapse/Collapse.d.ts +0 -3
  1607. package/Collapse/Collapse.js +0 -6
  1608. package/CssBaseline/CssBaseline.d.ts +0 -10
  1609. package/CssBaseline/CssBaseline.js +0 -48
  1610. package/Dialog/Dialog.d.ts +0 -3
  1611. package/Dialog/Dialog.js +0 -6
  1612. package/DialogActions/DialogActions.d.ts +0 -3
  1613. package/DialogActions/DialogActions.js +0 -6
  1614. package/DialogContent/DialogContent.d.ts +0 -3
  1615. package/DialogContent/DialogContent.js +0 -6
  1616. package/DialogContentText/DialogContentText.d.ts +0 -2
  1617. package/DialogContentText/DialogContentText.js +0 -7
  1618. package/DialogTitle/DialogTitle.d.ts +0 -3
  1619. package/DialogTitle/DialogTitle.js +0 -6
  1620. package/Divider/Divider.d.ts +0 -3
  1621. package/Divider/Divider.js +0 -6
  1622. package/Fade/Fade.d.ts +0 -3
  1623. package/Fade/Fade.js +0 -6
  1624. package/FormControl/FormControl.d.ts +0 -2
  1625. package/FormControl/FormControl.js +0 -7
  1626. package/FormControlLabel/FormControlLabel.d.ts +0 -3
  1627. package/FormControlLabel/FormControlLabel.js +0 -6
  1628. package/FormGroup/FormGroup.d.ts +0 -3
  1629. package/FormGroup/FormGroup.js +0 -6
  1630. package/FormHelperText/FormHelperText.d.ts +0 -3
  1631. package/FormHelperText/FormHelperText.js +0 -6
  1632. package/Grid/Grid.d.ts +0 -2
  1633. package/Grid/Grid.js +0 -7
  1634. package/GridList/GridList.d.ts +0 -2
  1635. package/GridList/GridList.js +0 -7
  1636. package/GridList/index.d.ts +0 -2
  1637. package/GridList/index.js +0 -7
  1638. package/GridListTile/GridListTile.d.ts +0 -2
  1639. package/GridListTile/GridListTile.js +0 -7
  1640. package/GridListTile/index.d.ts +0 -2
  1641. package/GridListTile/index.js +0 -7
  1642. package/GridListTileBar/GridListTileBar.d.ts +0 -2
  1643. package/GridListTileBar/GridListTileBar.js +0 -7
  1644. package/GridListTileBar/index.d.ts +0 -2
  1645. package/GridListTileBar/index.js +0 -7
  1646. package/Grow/Grow.d.ts +0 -3
  1647. package/Grow/Grow.js +0 -6
  1648. package/Input/Input.d.ts +0 -3
  1649. package/Input/Input.js +0 -6
  1650. package/InputAdornment/InputAdornment.d.ts +0 -3
  1651. package/InputAdornment/InputAdornment.js +0 -6
  1652. package/LinearProgress/LinearProgress.d.ts +0 -2
  1653. package/LinearProgress/LinearProgress.js +0 -7
  1654. package/List/List.d.ts +0 -3
  1655. package/List/List.js +0 -6
  1656. package/ListItem/ListItem.d.ts +0 -3
  1657. package/ListItem/ListItem.js +0 -6
  1658. package/ListItemAvatar/ListItemAvatar.d.ts +0 -3
  1659. package/ListItemAvatar/ListItemAvatar.js +0 -6
  1660. package/ListItemIcon/ListItemIcon.d.ts +0 -3
  1661. package/ListItemIcon/ListItemIcon.js +0 -6
  1662. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -3
  1663. package/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -6
  1664. package/ListItemText/ListItemText.d.ts +0 -3
  1665. package/ListItemText/ListItemText.js +0 -6
  1666. package/ListSubheader/ListSubheader.d.ts +0 -3
  1667. package/ListSubheader/ListSubheader.js +0 -6
  1668. package/Menu/Menu.d.ts +0 -2
  1669. package/Menu/Menu.js +0 -7
  1670. package/MenuItem/MenuItem.d.ts +0 -69
  1671. package/MenuItem/MenuItem.js +0 -9
  1672. package/MenuList/MenuList.d.ts +0 -2
  1673. package/MenuList/MenuList.js +0 -7
  1674. package/Modal/Modal.d.ts +0 -2
  1675. package/Modal/Modal.js +0 -7
  1676. package/Modal/ModalManager.d.ts +0 -7
  1677. package/Modal/ModalManager.js +0 -10
  1678. package/NativeSelect/NativeSelect.d.ts +0 -3
  1679. package/NativeSelect/NativeSelect.js +0 -6
  1680. package/Paper/Paper.d.ts +0 -3
  1681. package/Paper/Paper.js +0 -6
  1682. package/Popover/Popover.d.ts +0 -3
  1683. package/Popover/Popover.js +0 -6
  1684. package/Popper/Popper.d.ts +0 -3
  1685. package/Popper/Popper.js +0 -6
  1686. package/RadioGroup/RadioGroup.d.ts +0 -3
  1687. package/RadioGroup/RadioGroup.js +0 -6
  1688. package/Select/Select.d.ts +0 -3
  1689. package/Select/Select.js +0 -6
  1690. package/Slide/Slide.d.ts +0 -3
  1691. package/Slide/Slide.js +0 -6
  1692. package/Slider/Slider.d.ts +0 -2
  1693. package/Slider/Slider.js +0 -7
  1694. package/Snackbar/Snackbar.d.ts +0 -3
  1695. package/Snackbar/Snackbar.js +0 -6
  1696. package/SnackbarContent/SnackbarContent.d.ts +0 -3
  1697. package/SnackbarContent/SnackbarContent.js +0 -6
  1698. package/Table/Table.d.ts +0 -3
  1699. package/Table/Table.js +0 -6
  1700. package/TableBody/TableBody.d.ts +0 -3
  1701. package/TableBody/TableBody.js +0 -6
  1702. package/TableFooter/TableFooter.d.ts +0 -3
  1703. package/TableFooter/TableFooter.js +0 -6
  1704. package/TableHead/TableHead.d.ts +0 -3
  1705. package/TableHead/TableHead.js +0 -6
  1706. package/TablePagination/TablePagination.d.ts +0 -3
  1707. package/TablePagination/TablePagination.js +0 -6
  1708. package/TableRow/TableRow.d.ts +0 -3
  1709. package/TableRow/TableRow.js +0 -6
  1710. package/TableSortLabel/TableSortLabel.d.ts +0 -3
  1711. package/TableSortLabel/TableSortLabel.js +0 -6
  1712. package/Tooltip/Tooltip.d.ts +0 -3
  1713. package/Tooltip/Tooltip.js +0 -6
  1714. package/Typography/Typography.d.ts +0 -3
  1715. package/Typography/Typography.js +0 -6
  1716. package/Zoom/Zoom.d.ts +0 -3
  1717. package/Zoom/Zoom.js +0 -6
  1718. package/styles/StylesProvider.d.ts +0 -3
  1719. package/styles/StylesProvider.js +0 -33
  1720. package/styles/withStyles.d.ts +0 -11
  1721. package/styles/withStyles.js +0 -7
@@ -1,16 +1,10 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- const styles_1 = require("@material-ui/core/styles");
5
- const merge_1 = tslib_1.__importDefault(require("lodash/merge"));
6
- const Modal_1 = require("../Modal");
7
- const blue_1 = tslib_1.__importDefault(require("../colors/blue"));
8
- const common_1 = tslib_1.__importDefault(require("../colors/common"));
9
- const green_1 = tslib_1.__importDefault(require("../colors/green"));
10
- const grey_1 = tslib_1.__importDefault(require("../colors/grey"));
11
- const red_1 = tslib_1.__importDefault(require("../colors/red"));
12
- const index_1 = require("./index");
13
- const black = "#333333";
1
+ import { alpha, createTheme as createMuiTheme, } from "@mui/material/styles";
2
+ import merge from "lodash/merge";
3
+ import blue from "../colors/blue";
4
+ import common from "../colors/common";
5
+ import green from "../colors/green";
6
+ import grey from "../colors/grey";
7
+ import red from "../colors/red";
14
8
  const secondaryTextColor = "#666666";
15
9
  const primaryTextColor = "#333333";
16
10
  const primaryErrorColor = "#B22222";
@@ -19,7 +13,7 @@ const primarySuccessColor = "#008040";
19
13
  const lightThemeOverrides = {
20
14
  palette: {
21
15
  background: {
22
- default: common_1.default.white,
16
+ default: common.white,
23
17
  },
24
18
  },
25
19
  text: {
@@ -29,10 +23,10 @@ const lightThemeOverrides = {
29
23
  };
30
24
  const defaultOptions = {
31
25
  palette: {
32
- primary: blue_1.default,
33
- secondary: green_1.default,
34
- grey: grey_1.default,
35
- error: { ...red_1.default, main: primaryErrorColor },
26
+ primary: blue,
27
+ secondary: green,
28
+ grey: { ...grey, main: grey[300], dark: grey[400] },
29
+ error: { ...red, main: primaryErrorColor },
36
30
  warning: { main: primaryWarningColor },
37
31
  success: { main: primarySuccessColor },
38
32
  },
@@ -40,14 +34,106 @@ const defaultOptions = {
40
34
  fontFamily: `"Segoe UI", "Helvetica Neue", "Droid Sans", Helvetica, Arial, sans-serif`,
41
35
  },
42
36
  };
43
- // eslint-disable-next-line @typescript-eslint/explicit-function-return-type
44
- const selectBase = (theme) => ({
37
+ const defaultDenseOptions = {
38
+ spacing: 6,
39
+ components: {
40
+ MuiButton: {
41
+ defaultProps: { size: "small" },
42
+ },
43
+ MuiFilledInput: {
44
+ defaultProps: { margin: "dense" },
45
+ },
46
+ MuiFormControl: {
47
+ defaultProps: { margin: "dense" },
48
+ },
49
+ MuiFormHelperText: {
50
+ defaultProps: { margin: "dense" },
51
+ },
52
+ MuiIconButton: {
53
+ defaultProps: { size: "small" },
54
+ },
55
+ MuiInputBase: {
56
+ defaultProps: { margin: "dense" },
57
+ },
58
+ MuiInputLabel: {
59
+ defaultProps: { margin: "dense" },
60
+ },
61
+ MuiListItem: {
62
+ defaultProps: { dense: true },
63
+ },
64
+ MuiListItemButton: {
65
+ defaultProps: { dense: true },
66
+ },
67
+ MuiMenuItem: {
68
+ defaultProps: { dense: true },
69
+ },
70
+ MuiOutlinedInput: {
71
+ defaultProps: { margin: "dense" },
72
+ },
73
+ MuiFab: {
74
+ defaultProps: { size: "small" },
75
+ },
76
+ MuiTable: {
77
+ defaultProps: { size: "small" },
78
+ },
79
+ MuiTextField: {
80
+ defaultProps: { margin: "dense" },
81
+ },
82
+ MuiToolbar: {
83
+ defaultProps: { variant: "dense" },
84
+ },
85
+ },
86
+ };
87
+ /**
88
+ * Common style overrides for both Select and NativeSelect.
89
+ */
90
+ const getSelectStyles = (theme) => ({
45
91
  borderRadius: theme.shape.borderRadius,
46
92
  "&:focus": {
93
+ borderRadius: theme.shape.borderRadius,
47
94
  // Reset focused background color
48
- backgroundColor: undefined,
49
- // Reset border-radius focus style
50
- borderRadius: undefined,
95
+ backgroundColor: "inherit",
96
+ },
97
+ });
98
+ const getFocusHighlightStyles = ({ palette }) => ({
99
+ boxShadow: `0 0 0 2px ${palette.grey[600]} inset,
100
+ 0 0 0 3px ${palette.common.white} inset,
101
+ 0 0 0 5px ${palette.grey[600]} inset`,
102
+ });
103
+ /**
104
+ * Common style overrides for both MenuItem and ListItemButton.
105
+ */
106
+ const getMenuItemStyles = ({ palette, transitions }) => ({
107
+ overflow: "hidden",
108
+ "&:hover": {
109
+ backgroundColor: "transparent",
110
+ },
111
+ "&:before": {
112
+ content: '""',
113
+ position: "absolute",
114
+ left: 0,
115
+ display: "block",
116
+ width: 3,
117
+ height: "100%",
118
+ backgroundColor: palette.primary.main,
119
+ transform: "translateX(-3px)",
120
+ transition: transitions.create(["transform"], {
121
+ duration: transitions.duration.short,
122
+ }),
123
+ },
124
+ "&:hover:before": {
125
+ transform: "translateX(0)",
126
+ },
127
+ "&.Mui-selected:before": {
128
+ width: 6,
129
+ backgroundColor: palette.primary.main,
130
+ transform: "scaleX(1.5)",
131
+ },
132
+ "&.Mui-selected:hover": {
133
+ backgroundColor: "transparent",
134
+ },
135
+ "&:hover, &.Mui-selected": {
136
+ background: `linear-gradient(to right, ${palette.mode === "dark" ? palette.grey[800] : palette.grey[100]} 0%, transparent 100%)`,
51
137
  },
52
138
  });
53
139
  /**
@@ -55,504 +141,678 @@ const selectBase = (theme) => ({
55
141
  * We must create these separately after the fact.
56
142
  */
57
143
  function getOverrides(theme) {
144
+ const { palette, shape, spacing, transitions, typography } = theme;
58
145
  return {
59
- props: {
60
- MuiButton: {
61
- disableFocusRipple: true,
62
- variant: "contained",
63
- },
64
- MuiButtonGroup: {
65
- disableFocusRipple: true,
66
- variant: "contained",
67
- },
68
- MuiCheckbox: {
69
- focusRipple: false,
70
- },
71
- MuiIconButton: {
72
- focusRipple: false,
73
- },
74
- MuiInput: {
75
- disableUnderline: true,
76
- },
77
- MuiModal: {
78
- dir: theme.direction,
79
- manager: Modal_1.defaultModalManager,
80
- },
81
- MuiNativeSelect: {
82
- disableUnderline: true,
83
- },
84
- // HACK: Popper is missing from MUI's types, but this is a
85
- // legitimate key. This avoids type errors.
86
- [`${"MuiPopper"}`]: {
87
- dir: theme.direction,
88
- },
89
- MuiRadio: {
90
- focusRipple: false,
91
- },
92
- MuiSelect: {
93
- disableUnderline: true,
94
- },
95
- MuiSwitch: {
96
- focusRipple: false,
97
- },
98
- MuiTab: {
99
- focusRipple: false,
146
+ components: {
147
+ MuiBackdrop: {
148
+ styleOverrides: {
149
+ root: {
150
+ backgroundColor: "rgba(0, 0, 0, 0.4)",
151
+ },
152
+ invisible: {
153
+ backgroundColor: "transparent",
154
+ },
155
+ },
100
156
  },
101
- },
102
- overrides: {
103
- // Button will use 'actionable' palette instead of primary for
104
- // primary/contrast button colors This allows the app to have
105
- // different colors for primary components (used in sidebar, icons,
106
- // etc) and actionable components (buttons)
107
157
  MuiButton: {
108
- root: {
109
- border: "1px solid transparent",
110
- textTransform: undefined,
111
- "&$focusVisible:active": {
112
- backgroundColor: index_1.fade(theme.palette.grey.A200, 0.5),
158
+ defaultProps: {
159
+ disableFocusRipple: true,
160
+ color: "grey",
161
+ variant: "contained",
162
+ },
163
+ styleOverrides: {
164
+ // Button will use 'actionable' palette instead of primary
165
+ // for primary/contrast button colors This allows the app to
166
+ // have different colors for primary components (used in
167
+ // sidebar, icons, etc) and actionable components (buttons)
168
+ root: {
169
+ borderStyle: "solid",
170
+ borderWidth: 1,
171
+ textTransform: "none",
172
+ "&.Mui-focusVisible:active": {
173
+ backgroundColor: alpha(palette.grey.A200, 0.5),
174
+ },
113
175
  },
114
- },
115
- textPrimary: {
116
- "&$focusVisible:active": {
117
- backgroundColor: index_1.fade(theme.palette.primary.main, 0.25),
176
+ contained: {
177
+ borderColor: palette.grey[400],
178
+ boxShadow: "none",
179
+ "&:hover": {
180
+ boxShadow: "none",
181
+ },
182
+ "&.Mui-disabled": {
183
+ borderColor: palette.grey[300],
184
+ },
185
+ "&:active": {
186
+ boxShadow: "none",
187
+ },
188
+ "&.Mui-focusVisible": {
189
+ ...getFocusHighlightStyles(theme),
190
+ },
191
+ "&.Mui-focusVisible:active": {
192
+ backgroundColor: palette.grey[500],
193
+ },
118
194
  },
119
- },
120
- textSecondary: {
121
- "&$focusVisible:active": {
122
- backgroundColor: index_1.fade(theme.palette.secondary.main, 0.25),
195
+ containedPrimary: {
196
+ borderColor: palette.primary.dark,
197
+ "&.Mui-focusVisible:active": {
198
+ backgroundColor: alpha(palette.primary.main, 0.5),
199
+ },
123
200
  },
124
- },
125
- contained: {
126
- borderColor: theme.palette.grey[400],
127
- boxShadow: "none",
128
- "&:hover": {
129
- boxShadow: undefined,
201
+ containedSecondary: {
202
+ borderColor: palette.secondary.dark,
203
+ "&.Mui-focusVisible:active": {
204
+ backgroundColor: alpha(palette.secondary.main, 0.5),
205
+ },
130
206
  },
131
- "&$disabled": {
132
- borderColor: theme.palette.grey[300],
207
+ outlined: {
208
+ "&.Mui-focusVisible:active": {
209
+ backgroundColor: palette.grey[500],
210
+ },
133
211
  },
134
- "&:active": {
135
- boxShadow: undefined,
212
+ sizeMedium: {
213
+ padding: "6px 16px",
136
214
  },
137
- "&$focusVisible": {
138
- boxShadow: undefined,
215
+ text: {
216
+ borderColor: "transparent",
139
217
  },
140
- "&$focusVisible:active": {
141
- backgroundColor: theme.palette.grey[500],
218
+ textPrimary: {
219
+ "&.Mui-focusVisible:active": {
220
+ backgroundColor: alpha(palette.primary.main, 0.25),
221
+ },
142
222
  },
143
- },
144
- outlined: {
145
- padding: undefined,
146
- "&$focusVisible:active": {
147
- backgroundColor: theme.palette.grey[500],
223
+ textSecondary: {
224
+ "&.Mui-focusVisible:active": {
225
+ backgroundColor: alpha(palette.secondary.main, 0.25),
226
+ },
148
227
  },
149
228
  },
150
- containedPrimary: {
151
- borderColor: theme.palette.primary.dark,
152
- "&$focusVisible:active": {
153
- backgroundColor: index_1.fade(theme.palette.primary.main, 0.5),
229
+ variants: [
230
+ {
231
+ // The "grey" color is our own augmentation which is
232
+ // equivalent to the "default" color in MUI v4, which
233
+ // was removed in v5.
234
+ props: { variant: "contained", color: "grey" },
235
+ style: {
236
+ color: theme.palette.getContrastText(theme.palette.grey[300]),
237
+ },
154
238
  },
155
- },
156
- containedSecondary: {
157
- borderColor: theme.palette.secondary.dark,
158
- "&$focusVisible:active": {
159
- backgroundColor: index_1.fade(theme.palette.secondary.main, 0.5),
239
+ {
240
+ props: { variant: "outlined", color: "grey" },
241
+ style: {
242
+ color: theme.palette.text.primary,
243
+ borderColor: theme.palette.mode === "light"
244
+ ? "rgba(0, 0, 0, 0.23)"
245
+ : "rgba(255, 255, 255, 0.23)",
246
+ "&.Mui-disabled": {
247
+ border: `1px solid ${theme.palette.action.disabledBackground}`,
248
+ },
249
+ "&:hover": {
250
+ borderColor: theme.palette.mode === "light"
251
+ ? "rgba(0, 0, 0, 0.23)"
252
+ : "rgba(255, 255, 255, 0.23)",
253
+ backgroundColor: alpha(theme.palette.text.primary, theme.palette.action.hoverOpacity),
254
+ },
255
+ },
160
256
  },
161
- },
162
- text: {
163
- padding: undefined,
164
- },
257
+ {
258
+ props: { color: "grey", variant: "text" },
259
+ style: {
260
+ color: theme.palette.text.primary,
261
+ "&:hover": {
262
+ backgroundColor: alpha(theme.palette.text.primary, theme.palette.action.hoverOpacity),
263
+ },
264
+ },
265
+ },
266
+ ],
165
267
  },
166
268
  MuiButtonBase: {
167
- root: {
168
- "&$focusVisible": {
169
- boxShadow: `0 0 0 2px ${theme.palette.grey[600]} inset,
170
- 0 0 0 3px ${theme.palette.common.white} inset,
171
- 0 0 0 5px ${theme.palette.grey[600]} inset`,
269
+ styleOverrides: {
270
+ root: {
271
+ "&.Mui-focusVisible": {
272
+ ...getFocusHighlightStyles(theme),
273
+ },
172
274
  },
173
275
  },
174
276
  },
175
277
  MuiButtonGroup: {
176
- contained: {
177
- boxShadow: undefined,
278
+ defaultProps: {
279
+ color: "grey",
280
+ disableFocusRipple: true,
281
+ variant: "contained",
178
282
  },
179
- grouped: {
180
- margin: 0,
181
- },
182
- groupedContained: {
183
- "&:not(:first-child)": {
184
- // Hide double border
185
- borderLeftWidth: 0,
283
+ styleOverrides: {
284
+ contained: {
285
+ boxShadow: "none",
286
+ },
287
+ grouped: {
288
+ margin: 0,
289
+ },
290
+ groupedContained: {
291
+ "&:not(:first-child)": {
292
+ // Hide double border
293
+ borderLeftWidth: 0,
294
+ },
186
295
  },
187
296
  },
188
297
  },
189
- MuiBackdrop: {
190
- root: {
191
- backgroundColor: "rgba(0, 0, 0, 0.4)",
298
+ MuiCheckbox: {
299
+ defaultProps: {
300
+ color: "secondary",
301
+ focusRipple: false,
302
+ },
303
+ },
304
+ MuiCssBaseline: {
305
+ styleOverrides: {
306
+ html: {
307
+ WebkitFontSmoothing: "antialiased",
308
+ MozOsxFontSmoothing: "grayscale",
309
+ // Change from `box-sizing: content-box` so that `width`
310
+ // is not affected by `padding` or `border`.
311
+ boxSizing: "border-box",
312
+ },
313
+ "*, *::before, *::after": {
314
+ boxSizing: "inherit",
315
+ },
316
+ "strong, b": {
317
+ fontWeight: typography.fontWeightBold,
318
+ },
319
+ body: {
320
+ margin: 0,
321
+ padding: 0,
322
+ color: palette.text.primary,
323
+ ...typography.body1,
324
+ backgroundColor: palette.background.default,
325
+ overflow: "hidden",
326
+ "@media print": {
327
+ // Save printer ink.
328
+ backgroundColor: palette.common.white,
329
+ },
330
+ // Add support for document.body.requestFullScreen().
331
+ // Other elements, if background transparent, are not supported.
332
+ "&::backdrop": {
333
+ backgroundColor: palette.background.default,
334
+ },
335
+ },
192
336
  },
193
337
  },
194
338
  MuiDialogActions: {
195
- root: {
196
- margin: theme.spacing(1),
339
+ styleOverrides: {
340
+ root: {
341
+ margin: spacing(1),
342
+ },
197
343
  },
198
344
  },
199
345
  MuiFormControl: {
200
- root: {
201
- marginBottom: theme.spacing(1),
346
+ styleOverrides: {
347
+ root: {
348
+ marginBottom: spacing(1),
349
+ },
202
350
  },
203
351
  },
204
352
  MuiFormHelperText: {
205
- root: {
206
- color: black,
207
- fontStyle: "italic",
208
- fontSize: theme.typography.pxToRem(13),
209
- marginTop: 0,
210
- marginBottom: theme.spacing(0.5),
353
+ defaultProps: {
354
+ variant: "standard",
355
+ },
356
+ styleOverrides: {
357
+ root: {
358
+ fontStyle: "italic",
359
+ fontSize: typography.pxToRem(13),
360
+ marginTop: 0,
361
+ marginBottom: spacing(0.5),
362
+ },
211
363
  },
212
364
  },
213
365
  MuiFormLabel: {
214
- root: {
215
- // Override disabled background color that gets applied
216
- backgroundColor: "transparent",
217
- margin: theme.spacing(1, 0),
218
- color: "currentColor",
219
- // Clear InlineHelp button
220
- paddingRight: theme.typography.pxToRem(32),
221
- fontWeight: theme.typography.fontWeightMedium,
222
- "&$focused": {
366
+ styleOverrides: {
367
+ root: {
368
+ // Override disabled background color that gets applied
369
+ backgroundColor: "transparent",
370
+ margin: spacing(1, 0),
223
371
  color: "currentColor",
372
+ // Clear InlineHelp button
373
+ paddingRight: typography.pxToRem(32),
374
+ lineHeight: 1,
375
+ fontWeight: typography.fontWeightMedium,
376
+ "&.Mui-focused": {
377
+ color: "currentColor",
378
+ },
224
379
  },
225
380
  },
226
381
  },
227
382
  MuiIconButton: {
228
- root: {
229
- border: "1px solid transparent",
383
+ defaultProps: {
384
+ focusRipple: false,
385
+ },
386
+ styleOverrides: {
387
+ root: {
388
+ border: "1px solid transparent",
389
+ "&.Mui-focusVisible": {
390
+ borderRadius: "50%",
391
+ backgroundColor: "transparent",
392
+ ...getFocusHighlightStyles(theme),
393
+ },
394
+ },
395
+ sizeSmall: {
396
+ padding: 3,
397
+ },
230
398
  },
231
399
  },
232
400
  MuiInput: {
233
- formControl: {
234
- "label + &": {
235
- marginTop: "0",
236
- },
237
- },
238
- input: {
239
- borderRadius: theme.shape.borderRadius,
240
- // Fixes issues with our font where letters such as `g` would get cut off
241
- lineHeight: "1.3125em",
242
- },
243
- root: {
244
- border: `1px solid ${theme.palette.grey[400]}`,
245
- borderRadius: theme.shape.borderRadius,
246
- padding: 0,
247
- "&$focused, &$error$focused": {
248
- borderColor: blue_1.default.A100,
249
- boxShadow: "none",
401
+ defaultProps: {
402
+ disableUnderline: true,
403
+ },
404
+ styleOverrides: {
405
+ formControl: {
406
+ "label + &": {
407
+ marginTop: "0",
408
+ },
250
409
  },
251
- "&$error": {
252
- backgroundColor: index_1.fade(theme.palette.error.main, 0.15),
253
- borderColor: theme.palette.error.main,
254
- boxShadow: `0 0 0 1px ${theme.palette.error.main} inset`,
410
+ input: {
411
+ borderRadius: shape.borderRadius,
412
+ // Fixes issues with our font where letters such as `g` would get cut off
413
+ lineHeight: "1.3125em",
414
+ },
415
+ root: {
416
+ border: `1px solid ${palette.grey[400]}`,
417
+ borderRadius: shape.borderRadius,
418
+ padding: 0,
419
+ "&.Mui-focused, &.Mui-error.Mui-focused": {
420
+ borderColor: blue.A100,
421
+ boxShadow: "none",
422
+ },
423
+ "&.Mui-error": {
424
+ backgroundColor: alpha(palette.error.main, 0.15),
425
+ borderColor: palette.error.main,
426
+ boxShadow: `0 0 0 1px ${palette.error.main} inset`,
427
+ },
428
+ "&.Mui-disabled": {
429
+ borderColor: palette.grey[300],
430
+ backgroundColor: palette.mode === "dark" ? palette.grey[900] : palette.grey[100],
431
+ },
255
432
  },
256
- "&$disabled": {
257
- borderColor: theme.palette.grey[300],
433
+ inputMultiline: {
434
+ padding: "5px 8px",
258
435
  },
259
436
  },
260
- disabled: {
261
- backgroundColor: theme.palette.type === "dark"
262
- ? theme.palette.grey[900]
263
- : theme.palette.grey[100],
264
- },
265
- inputMultiline: {
266
- padding: "5px 8px",
267
- },
268
437
  },
269
438
  MuiInputAdornment: {
270
- positionEnd: {
271
- marginRight: 8,
272
- },
273
- positionStart: {
274
- marginLeft: 8,
439
+ styleOverrides: {
440
+ positionEnd: {
441
+ marginRight: 8,
442
+ },
443
+ positionStart: {
444
+ marginLeft: 8,
445
+ },
275
446
  },
276
447
  },
277
448
  MuiInputBase: {
278
- input: {
279
- // Let the height expand to fit content
280
- height: undefined,
281
- padding: "5px 8px",
449
+ styleOverrides: {
450
+ input: {
451
+ // Let the height expand to fit content
452
+ height: "auto",
453
+ padding: "5px 8px",
454
+ },
455
+ },
456
+ },
457
+ MuiLink: {
458
+ defaultProps: {
459
+ underline: "hover",
460
+ },
461
+ },
462
+ MuiListItemButton: {
463
+ styleOverrides: {
464
+ root: getMenuItemStyles(theme),
282
465
  },
283
466
  },
284
467
  MuiListItem: {
285
- button: {
286
- overflow: "hidden",
287
- "&:hover": {
288
- backgroundColor: undefined,
289
- },
290
- "&:before": {
291
- content: '""',
292
- position: "absolute",
293
- left: 0,
294
- display: "block",
295
- width: 3,
296
- height: "100%",
297
- backgroundColor: theme.palette.primary.main,
298
- transform: "translateX(-3px)",
299
- transition: theme.transitions.create(["transform"], {
300
- duration: theme.transitions.duration.short,
301
- }),
302
- },
303
- "&:hover:before": {
304
- transform: "translateX(0)",
305
- },
306
- "&$selected:before": {
307
- width: 6,
308
- backgroundColor: theme.palette.primary.main,
309
- transform: "scaleX(1.5)",
468
+ variants: [
469
+ {
470
+ // HACK: The button prop is deprecated in MUI 5 in favor
471
+ // of using ListItemButton. This applies the same
472
+ // styling for any existing code still using this
473
+ // property.
474
+ props: { [`${"button"}`]: true },
475
+ style: {
476
+ ...getMenuItemStyles(theme),
477
+ },
310
478
  },
311
- "&:hover, &$selected": {
312
- background: `linear-gradient(to right, ${theme.palette.type === "dark"
313
- ? theme.palette.grey[800]
314
- : theme.palette.grey[100]} 0%, transparent 100%)`,
479
+ ],
480
+ },
481
+ MuiListItemText: {
482
+ styleOverrides: {
483
+ primary: {
484
+ fontWeight: 500,
315
485
  },
316
486
  },
317
487
  },
318
- MuiListItemText: {
319
- primary: {
320
- fontWeight: 500,
488
+ MuiListSubheader: {
489
+ styleOverrides: {
490
+ sticky: {
491
+ backgroundColor: "inherit",
492
+ },
321
493
  },
322
494
  },
323
495
  MuiMenuItem: {
324
- root: {
325
- [theme.breakpoints.up("sm")]: {
326
- // Reset to make height consistent with ListItems
327
- minHeight: undefined,
496
+ styleOverrides: {
497
+ root: {
498
+ [theme.breakpoints.up("sm")]: {
499
+ // Reset to make height consistent with ListItems
500
+ minHeight: 48,
501
+ },
502
+ paddingTop: 8,
503
+ paddingBottom: 8,
504
+ ...getMenuItemStyles(theme),
505
+ },
506
+ dense: {
507
+ [theme.breakpoints.up("sm")]: {
508
+ minHeight: 36,
509
+ },
510
+ paddingTop: 4,
511
+ paddingBottom: 4,
512
+ ["& .MuiListItemIcon-root svg"]: {
513
+ // MUI sets this to 1.25rem, which ignores the
514
+ // theme's `htmlFontSize` setting. Override with
515
+ // pxToRem to get the correct height regardless of
516
+ // HTML font size.
517
+ fontSize: theme.typography.pxToRem(20),
518
+ },
328
519
  },
329
520
  },
330
521
  },
522
+ MuiModal: {
523
+ defaultProps: {
524
+ dir: theme.direction,
525
+ },
526
+ },
331
527
  MuiNativeSelect: {
332
- select: {
333
- ...selectBase(theme),
334
- // Removing until resolution or workaround of https://github.com/mui-org/material-ui/issues/14131
335
- // "&:focus": {
336
- // boxShadow: `0 0 0 2px ${theme.palette.grey[600]} inset,
337
- // 0 0 0 3px ${theme.palette.common.white} inset,
338
- // 0 0 0 5px ${theme.palette.grey[600]} inset`,
339
- // },
528
+ defaultProps: {
529
+ variant: "standard",
530
+ },
531
+ styleOverrides: {
532
+ select: {
533
+ ...getSelectStyles(theme),
534
+ },
535
+ },
536
+ },
537
+ MuiPagination: {
538
+ defaultProps: {
539
+ color: "primary",
540
+ },
541
+ },
542
+ MuiRadio: {
543
+ defaultProps: {
544
+ color: "secondary",
545
+ focusRipple: false,
340
546
  },
341
547
  },
342
548
  MuiSelect: {
343
- select: {
344
- ...selectBase(theme),
549
+ defaultProps: {
550
+ variant: "standard",
345
551
  },
346
- selectMenu: {
347
- // Let the height expand to fit content
348
- height: undefined,
552
+ styleOverrides: {
553
+ select: {
554
+ ...getSelectStyles(theme),
555
+ },
349
556
  },
350
557
  },
351
558
  MuiSwitch: {
352
- root: {
353
- width: 52,
354
- height: 42,
355
- padding: 10,
356
- // 'on' state indicator
357
- "&::before": {
358
- content: "'•'",
359
- position: "absolute",
360
- // Get contrast text color based on track color
361
- color: theme.palette.getContrastText(theme.palette.secondary.main),
362
- left: 14,
363
- top: 7,
364
- fontSize: 18,
365
- },
366
- },
367
- colorPrimary: {
368
- "&$checked": {
369
- color: theme.palette.type === "light"
370
- ? theme.palette.common.black
371
- : theme.palette.common.white,
372
- },
373
- },
374
- colorSecondary: {
375
- "&$checked": {
376
- color: theme.palette.type === "light"
377
- ? theme.palette.common.black
378
- : theme.palette.common.white,
379
- },
380
- },
381
- sizeSmall: {
382
- width: 36,
383
- height: 30,
384
- padding: 6,
385
- // 'on' state indicator
386
- "&::before": {
387
- left: 8,
388
- top: 4,
389
- fontSize: 14,
390
- },
391
- "& $thumb": {
392
- width: 12,
393
- height: 12,
394
- },
395
- "& $switchBase": {
396
- padding: 5,
397
- "&$checked": {
398
- transform: undefined,
399
- },
400
- },
401
- },
402
- switchBase: {
403
- top: 3,
404
- left: 2,
405
- "&$checked": {
406
- transform: "translateX(33%)",
407
- },
408
- "&$checked + $track": {
409
- backgroundColor: theme.palette.secondary.main,
410
- opacity: 1,
411
- },
412
- },
413
- thumb: {
414
- width: 16,
415
- height: 16,
416
- borderRadius: 2,
417
- backgroundColor: theme.palette.type === "light"
418
- ? theme.palette.common.white
419
- : theme.palette.common.black,
420
- },
421
- track: {
422
- borderRadius: theme.shape.borderRadius,
559
+ defaultProps: {
560
+ focusRipple: false,
561
+ },
562
+ styleOverrides: {
563
+ root: {
564
+ width: 52,
565
+ height: 42,
566
+ padding: 10,
567
+ // 'on' state indicator
568
+ "&::before": {
569
+ content: "'•'",
570
+ position: "absolute",
571
+ // Get contrast text color based on track color
572
+ color: palette.getContrastText(palette.secondary.main),
573
+ left: 14,
574
+ top: 7,
575
+ fontSize: 18,
576
+ },
577
+ },
578
+ colorPrimary: {
579
+ "&.Mui-checked": {
580
+ color: palette.mode === "light"
581
+ ? palette.common.black
582
+ : palette.common.white,
583
+ },
584
+ },
585
+ colorSecondary: {
586
+ "&.Mui-checked": {
587
+ color: palette.mode === "light"
588
+ ? palette.common.black
589
+ : palette.common.white,
590
+ },
591
+ },
592
+ sizeSmall: {
593
+ width: 36,
594
+ height: 30,
595
+ padding: 6,
596
+ // 'on' state indicator
597
+ "&::before": {
598
+ left: 8,
599
+ top: 4,
600
+ fontSize: 14,
601
+ },
602
+ "& .MuiSwitch-thumb": {
603
+ width: 12,
604
+ height: 12,
605
+ },
606
+ "& .MuiSwitch-switchBase": {
607
+ padding: 5,
608
+ "&.Mui-checked": {
609
+ transform: "translateX(33%)",
610
+ },
611
+ },
612
+ },
613
+ switchBase: {
614
+ top: 3,
615
+ left: 2,
616
+ border: "1px solid transparent",
617
+ "&.Mui-checked": {
618
+ transform: "translateX(33%)",
619
+ },
620
+ "&.Mui-checked + .MuiSwitch-track": {
621
+ backgroundColor: palette.secondary.main,
622
+ opacity: 1,
623
+ },
624
+ },
625
+ thumb: {
626
+ width: 16,
627
+ height: 16,
628
+ borderRadius: 2,
629
+ backgroundColor: palette.mode === "light" ? palette.common.white : palette.common.black,
630
+ },
631
+ track: {
632
+ borderRadius: shape.borderRadius,
633
+ },
423
634
  },
424
635
  },
425
636
  MuiTab: {
426
- root: {
427
- textTransform: "none",
428
- borderStyle: "solid",
429
- borderWidth: 1,
430
- borderColor: theme.palette.grey[400],
431
- borderLeft: "none",
432
- height: 40,
433
- minHeight: 38,
434
- backgroundColor: theme.palette.type === "dark"
435
- ? theme.palette.grey[900]
436
- : theme.palette.grey[100],
437
- [theme.breakpoints.up("sm")]: {
438
- minWidth: undefined,
637
+ defaultProps: {
638
+ focusRipple: false,
639
+ },
640
+ styleOverrides: {
641
+ root: {
642
+ backgroundColor: palette.mode === "dark" ? palette.grey[900] : palette.grey[100],
643
+ borderStyle: "solid",
644
+ borderWidth: 1,
645
+ borderColor: palette.grey[400],
646
+ borderLeftWidth: 0,
647
+ height: 40,
648
+ minHeight: 38,
649
+ padding: "6px 12px",
650
+ textTransform: "none",
651
+ [theme.breakpoints.up("sm")]: {
652
+ minWidth: 72,
653
+ },
439
654
  },
440
- },
441
- textColorInherit: {
442
- "&$selected": {
443
- backgroundColor: "unset",
655
+ labelIcon: {
656
+ minHeight: 72,
657
+ },
658
+ textColorPrimary: {
659
+ "&.Mui-selected": {
660
+ backgroundColor: "unset",
661
+ },
444
662
  },
445
663
  },
446
- wrapper: {
447
- "$labelIcon &": {
448
- display: "flex",
664
+ },
665
+ MuiTableCell: {
666
+ styleOverrides: {
667
+ root: {
668
+ border: `1px solid ${palette.grey[400]}`,
669
+ padding: 12,
670
+ // TODO: Change to overflowWrap: "anywhere" when Safari supports it
671
+ // as "break-word" is deprecated
672
+ // https://caniuse.com/#feat=mdn-css_properties_overflow-wrap_anywhere
673
+ wordWrap: "break-word",
674
+ "&:last-child": {
675
+ paddingRight: undefined,
676
+ },
677
+ },
678
+ head: {
679
+ // Chosen to match PanelGroup in react-ui-internal.
680
+ backgroundColor: palette.mode === "dark" ? palette.grey[900] : palette.grey[200],
681
+ fontWeight: "bold",
682
+ fontSize: typography.pxToRem(14),
449
683
  },
450
- display: "block",
451
- whiteSpace: "nowrap",
452
- textOverflow: "ellipsis",
453
- overflow: "hidden",
454
- width: "100%",
455
684
  },
456
685
  },
686
+ MuiTableRow: {
687
+ styleOverrides: {},
688
+ },
457
689
  MuiTabs: {
458
- root: {
459
- height: "auto",
460
- minHeight: 36,
461
- },
462
- indicator: {
463
- top: "0",
464
- bottom: "auto",
465
- height: 4,
466
- },
467
- flexContainer: {
468
- borderColor: theme.palette.grey[400],
469
- borderStyle: "solid",
470
- borderWidth: 0,
471
- borderBottomWidth: 1,
472
- "& >div >button": {
473
- marginBottom: -1,
474
- borderLeftWidth: 1,
475
- borderRightWidth: 0,
476
- "&[aria-selected=true]": {
477
- borderBottomColor: theme.palette.background.default,
478
- },
479
- },
480
- "& >div:last-of-type >button": {
481
- borderRightWidth: 1,
690
+ styleOverrides: {
691
+ root: {
692
+ height: "auto",
693
+ minHeight: 36,
694
+ },
695
+ indicator: {
696
+ top: "0",
697
+ bottom: "auto",
698
+ height: 4,
699
+ },
700
+ flexContainer: {
701
+ borderColor: palette.grey[400],
702
+ borderStyle: "solid",
703
+ borderWidth: 0,
704
+ borderBottomWidth: 1,
705
+ "& >div >button": {
706
+ marginBottom: -1,
707
+ borderLeftWidth: 1,
708
+ borderRightWidth: 0,
709
+ "&[aria-selected=true]": {
710
+ borderBottomColor: palette.background.default,
711
+ },
712
+ },
713
+ "& >div:last-of-type >button": {
714
+ borderRightWidth: 1,
715
+ },
482
716
  },
483
- },
484
- // HACK: "vertical" and "flexContainerVertical" are documented
485
- // but missing from MUI's types. This bypasses type errors.
486
- [`${"flexContainerVertical"}`]: {
487
- height: "100%",
488
- borderRightWidth: 1,
489
- borderBottomWidth: 0,
490
- "& >div >button": {
491
- marginBottom: 0,
492
- marginRight: -1,
717
+ flexContainerVertical: {
718
+ height: "100%",
719
+ width: "fit-content",
493
720
  borderBottomWidth: 0,
494
721
  borderRightWidth: 1,
495
- maxWidth: "10em",
496
- width: "calc(100% + 1px)",
497
- "&[aria-selected=true]": {
498
- borderRightColor: theme.palette.background.default,
499
- borderBottomColor: theme.palette.grey[400],
722
+ "& >div >button": {
723
+ marginBottom: 0,
724
+ marginRight: -1,
725
+ borderBottomWidth: 0,
726
+ borderRightWidth: 1,
727
+ maxWidth: "10em",
728
+ width: "calc(100% + 1px)",
729
+ "&[aria-selected=true]": {
730
+ borderRightColor: palette.background.default,
731
+ borderBottomColor: palette.grey[400],
732
+ },
733
+ },
734
+ "& >div:last-of-type >button": {
735
+ borderBottomWidth: 1,
500
736
  },
501
737
  },
502
- "& >div:last-of-type >button": {
503
- borderBottomWidth: 1,
738
+ scrollButtons: {
739
+ border: `1px solid ${palette.grey[400]}`,
504
740
  },
505
- },
506
- scrollButtons: {
507
- border: `1px solid ${theme.palette.grey[400]}`,
508
- },
509
- // HACK: See above.
510
- [`${"vertical"}`]: {
511
- minWidth: "fit-content",
512
- "& $indicator": {
513
- width: 4,
514
- left: 0,
741
+ vertical: {
742
+ minWidth: "fit-content",
743
+ "& .MuiTabs-indicator": {
744
+ width: 4,
745
+ left: 0,
746
+ },
515
747
  },
516
748
  },
517
749
  },
518
- MuiTableCell: {
519
- root: {
520
- border: `1px solid ${theme.palette.grey[400]}`,
521
- padding: 12,
522
- // TODO: Change to overflowWrap: "anywhere" when Safari supports it
523
- // as "break-word" is deprecated
524
- // https://caniuse.com/#feat=mdn-css_properties_overflow-wrap_anywhere
525
- wordWrap: "break-word",
526
- "&:last-child": {
527
- paddingRight: undefined,
528
- },
750
+ MuiToggleButton: {
751
+ defaultProps: {
752
+ disableFocusRipple: true,
529
753
  },
530
- head: {
531
- backgroundColor: theme.palette.grey[100],
532
- fontWeight: "bold",
533
- fontSize: theme.typography.pxToRem(14),
534
- position: undefined,
754
+ styleOverrides: {
755
+ root: {
756
+ // Same as MuiButton
757
+ padding: "6px 16px",
758
+ height: undefined,
759
+ color: alpha(palette.text.primary, 0.7),
760
+ // Border color from Button contained
761
+ borderColor: palette.grey[400],
762
+ textTransform: "none",
763
+ transition: transitions.create(["background-color"], {
764
+ duration: transitions.duration.short,
765
+ }),
766
+ "&:hover": {
767
+ backgroundColor: alpha(palette.text.primary, palette.action.hoverOpacity),
768
+ },
769
+ "&.Mui-focusVisible": {
770
+ ...getFocusHighlightStyles(theme),
771
+ "&:active": {
772
+ // Taken from Button root's focusVisible in createTheme
773
+ backgroundColor: alpha(palette.grey.A200, 0.5),
774
+ },
775
+ "&.Mui-selected:active": {
776
+ // Taken from Button raised's focusVisible in createTheme
777
+ backgroundColor: palette.grey[500],
778
+ },
779
+ },
780
+ "&.Mui-selected": {
781
+ // Color and BackgroundColor from default Button contained style
782
+ color: palette.getContrastText(palette.grey[300]),
783
+ backgroundColor: palette.grey[300],
784
+ "&:hover": {
785
+ backgroundColor: palette.grey.A100,
786
+ },
787
+ "& + &": {
788
+ // Prevent shifting when keyboard focusing or clicking button with mouse
789
+ borderLeft: undefined,
790
+ },
791
+ },
792
+ },
535
793
  },
536
794
  },
537
- MuiTableRow: {
538
- root: {
539
- height: undefined,
540
- },
541
- head: {
542
- height: undefined,
795
+ MuiToggleButtonGroup: {
796
+ styleOverrides: {
797
+ grouped: {
798
+ "&:not(:first-child)": {
799
+ // Prevent shifting when keyboard focusing or clicking button with mouse
800
+ marginLeft: undefined,
801
+ },
802
+ },
543
803
  },
544
804
  },
545
805
  },
546
806
  };
547
807
  }
548
- function createTheme(options) {
549
- // Merge the VertiGIS Studio theme defaults with any user specified theme
550
- // options
551
- const mode = options && options.palette && options.palette.type === "dark" ? "dark" : "light";
808
+ function createTheme(options = {}) {
809
+ // Merge the VertiGIS Studio theme defaults with any user specified theme options
810
+ const mode = options && options.palette && options.palette.mode === "dark" ? "dark" : "light";
552
811
  // If we are using light mode, then we want to use our defined light theme palette
553
- const themeTypeOptions = mode === "light" ? lightThemeOverrides : {};
554
- const mergedOptions = merge_1.default({}, defaultOptions, themeTypeOptions, options || {});
555
- const createdTheme = styles_1.createMuiTheme(mergedOptions);
556
- return merge_1.default({}, getOverrides(createdTheme), createdTheme);
812
+ const modeOptions = mode === "light" ? lightThemeOverrides : {};
813
+ const { dense = false, ...overrides } = options;
814
+ const mergedOptions = merge({}, defaultOptions, modeOptions, dense ? defaultDenseOptions : {}, overrides);
815
+ const createdTheme = createMuiTheme(mergedOptions);
816
+ return merge({}, getOverrides(createdTheme), createdTheme);
557
817
  }
558
- exports.default = createTheme;
818
+ export default createTheme;