@terraware/web-components 2.14.1-rc.1 → 2.14.1-rc.1001

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 (515) hide show
  1. package/components/Autocomplete/Autocomplete.d.ts +1 -0
  2. package/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  3. package/components/Autocomplete/Autocomplete.js +42 -44
  4. package/components/Badge/index.d.ts +1 -0
  5. package/components/Badge/index.d.ts.map +1 -1
  6. package/components/Badge/index.js +7 -8
  7. package/components/BusySpinner/index.d.ts +1 -0
  8. package/components/BusySpinner/index.d.ts.map +1 -1
  9. package/components/BusySpinner/index.js +5 -3
  10. package/components/Button/Button.d.ts +2 -1
  11. package/components/Button/Button.d.ts.map +1 -1
  12. package/components/Button/Button.js +23 -24
  13. package/components/Button/button.test.js +4 -4
  14. package/components/Checkbox.js +25 -27
  15. package/components/Confirm/index.js +28 -28
  16. package/components/DatePicker/DatePicker.d.ts +12 -30
  17. package/components/DatePicker/DatePicker.d.ts.map +1 -1
  18. package/components/DatePicker/DatePicker.js +39 -71
  19. package/components/DialogBox/DialogBox.js +31 -25
  20. package/components/Divisor.d.ts +1 -0
  21. package/components/Divisor.d.ts.map +1 -1
  22. package/components/Divisor.js +3 -2
  23. package/components/Dropdown.d.ts +1 -0
  24. package/components/Dropdown.d.ts.map +1 -1
  25. package/components/Dropdown.js +39 -51
  26. package/components/ErrorBox/ErrorBox.d.ts +1 -0
  27. package/components/ErrorBox/ErrorBox.d.ts.map +1 -1
  28. package/components/ErrorBox/ErrorBox.js +11 -8
  29. package/components/FileChooser/index.d.ts +1 -0
  30. package/components/FileChooser/index.d.ts.map +1 -1
  31. package/components/FileChooser/index.js +58 -62
  32. package/components/FormBottomBar/index.d.ts +1 -0
  33. package/components/FormBottomBar/index.d.ts.map +1 -1
  34. package/components/FormBottomBar/index.js +55 -68
  35. package/components/Icon/Icon.d.ts +2 -1
  36. package/components/Icon/Icon.d.ts.map +1 -1
  37. package/components/Icon/Icon.js +16 -19
  38. package/components/Icon/icons/index.js +2 -3
  39. package/components/IconTooltip/index.d.ts +1 -0
  40. package/components/IconTooltip/index.d.ts.map +1 -1
  41. package/components/IconTooltip/index.js +32 -39
  42. package/components/Message/Message.d.ts +1 -0
  43. package/components/Message/Message.d.ts.map +1 -1
  44. package/components/Message/Message.js +21 -17
  45. package/components/MultiSelect/MultiSelect.test.js +16 -30
  46. package/components/MultiSelect/index.d.ts +1 -0
  47. package/components/MultiSelect/index.d.ts.map +1 -1
  48. package/components/MultiSelect/index.js +32 -42
  49. package/components/Navbar/NavFooter.js +3 -1
  50. package/components/Navbar/NavItem.js +19 -23
  51. package/components/Navbar/NavSection.d.ts +1 -0
  52. package/components/Navbar/NavSection.d.ts.map +1 -1
  53. package/components/Navbar/NavSection.js +4 -3
  54. package/components/Navbar/Navbar.js +26 -27
  55. package/components/Navbar/SubNavbar.js +3 -1
  56. package/components/Note.d.ts +1 -0
  57. package/components/Note.d.ts.map +1 -1
  58. package/components/Note.js +12 -12
  59. package/components/PageForm/index.js +18 -39
  60. package/components/PhotoChooser/index.d.ts +1 -0
  61. package/components/PhotoChooser/index.d.ts.map +1 -1
  62. package/components/PhotoChooser/index.js +57 -72
  63. package/components/Pill/index.d.ts +1 -0
  64. package/components/Pill/index.d.ts.map +1 -1
  65. package/components/Pill/index.js +12 -10
  66. package/components/PillList/index.d.ts +1 -0
  67. package/components/PillList/index.d.ts.map +1 -1
  68. package/components/PillList/index.js +15 -15
  69. package/components/PopoverMenu/Popover.js +25 -28
  70. package/components/PopoverMenu/index.js +26 -30
  71. package/components/PopoverMultiSelect/index.d.ts +1 -0
  72. package/components/PopoverMultiSelect/index.d.ts.map +1 -1
  73. package/components/PopoverMultiSelect/index.js +19 -26
  74. package/components/ProgressCircle/ProgressCircle.d.ts +1 -0
  75. package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -1
  76. package/components/ProgressCircle/ProgressCircle.js +7 -6
  77. package/components/RadioButton.js +1 -1
  78. package/components/Select/Select.d.ts +1 -0
  79. package/components/Select/Select.d.ts.map +1 -1
  80. package/components/Select/Select.js +3 -9
  81. package/components/Select/SelectT.js +65 -81
  82. package/components/Separator/index.d.ts +1 -1
  83. package/components/Separator/index.d.ts.map +1 -1
  84. package/components/Separator/index.js +2 -3
  85. package/components/Slider/index.d.ts +1 -0
  86. package/components/Slider/index.d.ts.map +1 -1
  87. package/components/Slider/index.js +13 -11
  88. package/components/SummaryBox.d.ts +1 -0
  89. package/components/SummaryBox.d.ts.map +1 -1
  90. package/components/SummaryBox.js +45 -46
  91. package/components/Tabs/index.js +33 -41
  92. package/components/TextTruncated/index.js +52 -62
  93. package/components/Textfield/Textfield.d.ts +1 -0
  94. package/components/Textfield/Textfield.d.ts.map +1 -1
  95. package/components/Textfield/Textfield.js +38 -38
  96. package/components/Textfield/TruncatedTextArea.d.ts +1 -1
  97. package/components/Textfield/TruncatedTextArea.d.ts.map +1 -1
  98. package/components/Textfield/TruncatedTextArea.js +29 -42
  99. package/components/Tooltip/Tooltip.d.ts +1 -0
  100. package/components/Tooltip/Tooltip.d.ts.map +1 -1
  101. package/components/Tooltip/Tooltip.js +24 -28
  102. package/components/ViewPhotosDialog/index.js +41 -65
  103. package/components/svg/BlobbyGrayIconImage.d.ts +1 -1
  104. package/components/svg/BlobbyGrayIconImage.d.ts.map +1 -1
  105. package/components/svg/BlobbyGrayIconImage.js +7 -9
  106. package/components/svg/BlobbyGrayIconImport.d.ts +1 -1
  107. package/components/svg/BlobbyGrayIconImport.d.ts.map +1 -1
  108. package/components/svg/BlobbyGrayIconImport.js +7 -9
  109. package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts +1 -1
  110. package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -1
  111. package/components/svg/BlobbyGrayIconUploadToTheCloud.js +7 -9
  112. package/components/svg/BlobbyIconCloudChecked.d.ts +1 -1
  113. package/components/svg/BlobbyIconCloudChecked.d.ts.map +1 -1
  114. package/components/svg/BlobbyIconCloudChecked.js +7 -9
  115. package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts +1 -1
  116. package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts.map +1 -1
  117. package/components/svg/BlobbyIconExportOrUploadPhoto.js +7 -9
  118. package/components/svg/BlobbyIconFolder.d.ts +1 -1
  119. package/components/svg/BlobbyIconFolder.d.ts.map +1 -1
  120. package/components/svg/BlobbyIconFolder.js +7 -9
  121. package/components/svg/BlobbyIconGraphReport.d.ts +1 -1
  122. package/components/svg/BlobbyIconGraphReport.d.ts.map +1 -1
  123. package/components/svg/BlobbyIconGraphReport.js +7 -9
  124. package/components/svg/BlobbyIconHappy.d.ts +1 -1
  125. package/components/svg/BlobbyIconHappy.d.ts.map +1 -1
  126. package/components/svg/BlobbyIconHappy.js +7 -9
  127. package/components/svg/BlobbyIconHeartMonitor.d.ts +1 -1
  128. package/components/svg/BlobbyIconHeartMonitor.d.ts.map +1 -1
  129. package/components/svg/BlobbyIconHeartMonitor.js +7 -9
  130. package/components/svg/BlobbyIconLeaf.d.ts +1 -1
  131. package/components/svg/BlobbyIconLeaf.d.ts.map +1 -1
  132. package/components/svg/BlobbyIconLeaf.js +7 -9
  133. package/components/svg/BlobbyIconLibrary.d.ts +1 -1
  134. package/components/svg/BlobbyIconLibrary.d.ts.map +1 -1
  135. package/components/svg/BlobbyIconLibrary.js +7 -9
  136. package/components/svg/BlobbyIconNursery.d.ts +1 -1
  137. package/components/svg/BlobbyIconNursery.d.ts.map +1 -1
  138. package/components/svg/BlobbyIconNursery.js +7 -9
  139. package/components/svg/BlobbyIconOrganization.d.ts +1 -1
  140. package/components/svg/BlobbyIconOrganization.d.ts.map +1 -1
  141. package/components/svg/BlobbyIconOrganization.js +7 -9
  142. package/components/svg/BlobbyIconParchment.d.ts +1 -1
  143. package/components/svg/BlobbyIconParchment.d.ts.map +1 -1
  144. package/components/svg/BlobbyIconParchment.js +7 -9
  145. package/components/svg/BlobbyIconPeople.d.ts +1 -1
  146. package/components/svg/BlobbyIconPeople.d.ts.map +1 -1
  147. package/components/svg/BlobbyIconPeople.js +7 -9
  148. package/components/svg/BlobbyIconSeedBank.d.ts +1 -1
  149. package/components/svg/BlobbyIconSeedBank.d.ts.map +1 -1
  150. package/components/svg/BlobbyIconSeedBank.js +7 -9
  151. package/components/svg/BlobbyIconSeedling.d.ts +1 -1
  152. package/components/svg/BlobbyIconSeedling.d.ts.map +1 -1
  153. package/components/svg/BlobbyIconSeedling.js +7 -9
  154. package/components/svg/BlobbyIconSeeds.d.ts +1 -1
  155. package/components/svg/BlobbyIconSeeds.d.ts.map +1 -1
  156. package/components/svg/BlobbyIconSeeds.js +7 -9
  157. package/components/svg/BlobbyIconSite.d.ts +1 -1
  158. package/components/svg/BlobbyIconSite.d.ts.map +1 -1
  159. package/components/svg/BlobbyIconSite.js +7 -9
  160. package/components/svg/BlobbyIconSparkles.d.ts +1 -1
  161. package/components/svg/BlobbyIconSparkles.d.ts.map +1 -1
  162. package/components/svg/BlobbyIconSparkles.js +7 -9
  163. package/components/svg/BlobbyIconWrench.d.ts +1 -1
  164. package/components/svg/BlobbyIconWrench.d.ts.map +1 -1
  165. package/components/svg/BlobbyIconWrench.js +7 -9
  166. package/components/svg/Bug.d.ts +1 -1
  167. package/components/svg/Bug.d.ts.map +1 -1
  168. package/components/svg/Bug.js +7 -9
  169. package/components/svg/Calendar.d.ts +1 -1
  170. package/components/svg/Calendar.d.ts.map +1 -1
  171. package/components/svg/Calendar.js +7 -9
  172. package/components/svg/CaretDown.d.ts +1 -1
  173. package/components/svg/CaretDown.d.ts.map +1 -1
  174. package/components/svg/CaretDown.js +7 -9
  175. package/components/svg/CaretLeft.d.ts +1 -1
  176. package/components/svg/CaretLeft.d.ts.map +1 -1
  177. package/components/svg/CaretLeft.js +7 -9
  178. package/components/svg/CaretRight.d.ts +1 -1
  179. package/components/svg/CaretRight.d.ts.map +1 -1
  180. package/components/svg/CaretRight.js +7 -9
  181. package/components/svg/CaretUp.d.ts +1 -1
  182. package/components/svg/CaretUp.d.ts.map +1 -1
  183. package/components/svg/CaretUp.js +7 -9
  184. package/components/svg/ChevronDown.d.ts +1 -1
  185. package/components/svg/ChevronDown.d.ts.map +1 -1
  186. package/components/svg/ChevronDown.js +7 -9
  187. package/components/svg/ChevronUp.d.ts +1 -1
  188. package/components/svg/ChevronUp.d.ts.map +1 -1
  189. package/components/svg/ChevronUp.js +7 -9
  190. package/components/svg/Close.d.ts +1 -1
  191. package/components/svg/Close.d.ts.map +1 -1
  192. package/components/svg/Close.js +7 -9
  193. package/components/svg/Critical.d.ts +1 -1
  194. package/components/svg/Critical.d.ts.map +1 -1
  195. package/components/svg/Critical.js +7 -9
  196. package/components/svg/Edit.d.ts +1 -1
  197. package/components/svg/Edit.d.ts.map +1 -1
  198. package/components/svg/Edit.js +7 -9
  199. package/components/svg/Error.d.ts +1 -1
  200. package/components/svg/Error.d.ts.map +1 -1
  201. package/components/svg/Error.js +7 -9
  202. package/components/svg/Filter.d.ts +1 -1
  203. package/components/svg/Filter.d.ts.map +1 -1
  204. package/components/svg/Filter.js +7 -9
  205. package/components/svg/Folder.d.ts +1 -1
  206. package/components/svg/Folder.d.ts.map +1 -1
  207. package/components/svg/Folder.js +7 -9
  208. package/components/svg/Help.d.ts +1 -1
  209. package/components/svg/Help.d.ts.map +1 -1
  210. package/components/svg/Help.js +7 -9
  211. package/components/svg/Home.d.ts +1 -1
  212. package/components/svg/Home.d.ts.map +1 -1
  213. package/components/svg/Home.js +7 -9
  214. package/components/svg/IconAdd.d.ts +1 -1
  215. package/components/svg/IconAdd.d.ts.map +1 -1
  216. package/components/svg/IconAdd.js +7 -9
  217. package/components/svg/IconArrowRight.d.ts +1 -1
  218. package/components/svg/IconArrowRight.d.ts.map +1 -1
  219. package/components/svg/IconArrowRight.js +7 -9
  220. package/components/svg/IconBusinessNetwork.d.ts +1 -1
  221. package/components/svg/IconBusinessNetwork.d.ts.map +1 -1
  222. package/components/svg/IconBusinessNetwork.js +7 -9
  223. package/components/svg/IconCancel.d.ts +1 -1
  224. package/components/svg/IconCancel.d.ts.map +1 -1
  225. package/components/svg/IconCancel.js +7 -9
  226. package/components/svg/IconChargingBattery.d.ts +1 -1
  227. package/components/svg/IconChargingBattery.d.ts.map +1 -1
  228. package/components/svg/IconChargingBattery.js +7 -9
  229. package/components/svg/IconCheckmark.d.ts +1 -1
  230. package/components/svg/IconCheckmark.d.ts.map +1 -1
  231. package/components/svg/IconCheckmark.js +7 -9
  232. package/components/svg/IconCoinInHand.d.ts +1 -1
  233. package/components/svg/IconCoinInHand.d.ts.map +1 -1
  234. package/components/svg/IconCoinInHand.js +7 -9
  235. package/components/svg/IconColumns.d.ts +1 -1
  236. package/components/svg/IconColumns.d.ts.map +1 -1
  237. package/components/svg/IconColumns.js +7 -9
  238. package/components/svg/IconDashboard.d.ts +1 -1
  239. package/components/svg/IconDashboard.d.ts.map +1 -1
  240. package/components/svg/IconDashboard.js +7 -9
  241. package/components/svg/IconEdit.d.ts +1 -1
  242. package/components/svg/IconEdit.d.ts.map +1 -1
  243. package/components/svg/IconEdit.js +7 -9
  244. package/components/svg/IconExport.d.ts +1 -1
  245. package/components/svg/IconExport.d.ts.map +1 -1
  246. package/components/svg/IconExport.js +7 -9
  247. package/components/svg/IconFile.d.ts +1 -1
  248. package/components/svg/IconFile.d.ts.map +1 -1
  249. package/components/svg/IconFile.js +7 -9
  250. package/components/svg/IconFolder.d.ts +1 -1
  251. package/components/svg/IconFolder.d.ts.map +1 -1
  252. package/components/svg/IconFolder.js +7 -9
  253. package/components/svg/IconFullScreen.d.ts +1 -1
  254. package/components/svg/IconFullScreen.d.ts.map +1 -1
  255. package/components/svg/IconFullScreen.js +7 -9
  256. package/components/svg/IconFutures.d.ts +1 -1
  257. package/components/svg/IconFutures.d.ts.map +1 -1
  258. package/components/svg/IconFutures.js +7 -9
  259. package/components/svg/IconGraphReport.d.ts +1 -1
  260. package/components/svg/IconGraphReport.d.ts.map +1 -1
  261. package/components/svg/IconGraphReport.js +7 -9
  262. package/components/svg/IconHeartMonitor.d.ts +1 -1
  263. package/components/svg/IconHeartMonitor.d.ts.map +1 -1
  264. package/components/svg/IconHeartMonitor.js +7 -9
  265. package/components/svg/IconHistory.d.ts +1 -1
  266. package/components/svg/IconHistory.d.ts.map +1 -1
  267. package/components/svg/IconHistory.js +7 -9
  268. package/components/svg/IconImport.d.ts +1 -1
  269. package/components/svg/IconImport.d.ts.map +1 -1
  270. package/components/svg/IconImport.js +7 -9
  271. package/components/svg/IconLayers.d.ts +1 -1
  272. package/components/svg/IconLayers.d.ts.map +1 -1
  273. package/components/svg/IconLayers.js +7 -9
  274. package/components/svg/IconList.d.ts +1 -1
  275. package/components/svg/IconList.d.ts.map +1 -1
  276. package/components/svg/IconList.js +7 -9
  277. package/components/svg/IconLocations.d.ts +1 -1
  278. package/components/svg/IconLocations.d.ts.map +1 -1
  279. package/components/svg/IconLocations.js +7 -9
  280. package/components/svg/IconMail.d.ts +1 -1
  281. package/components/svg/IconMail.d.ts.map +1 -1
  282. package/components/svg/IconMail.js +7 -9
  283. package/components/svg/IconManager.d.ts +1 -1
  284. package/components/svg/IconManager.d.ts.map +1 -1
  285. package/components/svg/IconManager.js +7 -9
  286. package/components/svg/IconMarker.d.ts +1 -1
  287. package/components/svg/IconMarker.d.ts.map +1 -1
  288. package/components/svg/IconMarker.js +7 -9
  289. package/components/svg/IconMenu.d.ts +1 -1
  290. package/components/svg/IconMenu.d.ts.map +1 -1
  291. package/components/svg/IconMenu.js +7 -9
  292. package/components/svg/IconMenuHorizontal.d.ts +1 -1
  293. package/components/svg/IconMenuHorizontal.d.ts.map +1 -1
  294. package/components/svg/IconMenuHorizontal.js +7 -9
  295. package/components/svg/IconModule.d.ts +1 -1
  296. package/components/svg/IconModule.d.ts.map +1 -1
  297. package/components/svg/IconModule.js +7 -9
  298. package/components/svg/IconMyLocation.d.ts +1 -1
  299. package/components/svg/IconMyLocation.d.ts.map +1 -1
  300. package/components/svg/IconMyLocation.js +7 -9
  301. package/components/svg/IconNursery.d.ts +1 -1
  302. package/components/svg/IconNursery.d.ts.map +1 -1
  303. package/components/svg/IconNursery.js +7 -9
  304. package/components/svg/IconOrg.d.ts +1 -1
  305. package/components/svg/IconOrg.d.ts.map +1 -1
  306. package/components/svg/IconOrg.js +7 -9
  307. package/components/svg/IconParchment.d.ts +1 -1
  308. package/components/svg/IconParchment.d.ts.map +1 -1
  309. package/components/svg/IconParchment.js +7 -9
  310. package/components/svg/IconRedo.d.ts +1 -1
  311. package/components/svg/IconRedo.d.ts.map +1 -1
  312. package/components/svg/IconRedo.js +7 -9
  313. package/components/svg/IconRestorationSite.d.ts +1 -1
  314. package/components/svg/IconRestorationSite.d.ts.map +1 -1
  315. package/components/svg/IconRestorationSite.js +7 -9
  316. package/components/svg/IconSeedBank.d.ts +1 -1
  317. package/components/svg/IconSeedBank.d.ts.map +1 -1
  318. package/components/svg/IconSeedBank.js +7 -9
  319. package/components/svg/IconSeedling.d.ts +1 -1
  320. package/components/svg/IconSeedling.d.ts.map +1 -1
  321. package/components/svg/IconSeedling.js +7 -9
  322. package/components/svg/IconSlice.d.ts +1 -1
  323. package/components/svg/IconSlice.d.ts.map +1 -1
  324. package/components/svg/IconSlice.js +7 -9
  325. package/components/svg/IconSubmit.d.ts +1 -1
  326. package/components/svg/IconSubmit.d.ts.map +1 -1
  327. package/components/svg/IconSubmit.js +7 -9
  328. package/components/svg/IconSubtract.d.ts +1 -1
  329. package/components/svg/IconSubtract.d.ts.map +1 -1
  330. package/components/svg/IconSubtract.js +7 -9
  331. package/components/svg/IconSynced.d.ts +1 -1
  332. package/components/svg/IconSynced.d.ts.map +1 -1
  333. package/components/svg/IconSynced.js +7 -9
  334. package/components/svg/IconTrashCan.d.ts +1 -1
  335. package/components/svg/IconTrashCan.d.ts.map +1 -1
  336. package/components/svg/IconTrashCan.js +7 -9
  337. package/components/svg/IconTreasureMap.d.ts +1 -1
  338. package/components/svg/IconTreasureMap.d.ts.map +1 -1
  339. package/components/svg/IconTreasureMap.js +7 -9
  340. package/components/svg/IconUndo.d.ts +1 -1
  341. package/components/svg/IconUndo.d.ts.map +1 -1
  342. package/components/svg/IconUndo.js +7 -9
  343. package/components/svg/IconWifi.d.ts +1 -1
  344. package/components/svg/IconWifi.d.ts.map +1 -1
  345. package/components/svg/IconWifi.js +7 -9
  346. package/components/svg/Info.d.ts +1 -1
  347. package/components/svg/Info.d.ts.map +1 -1
  348. package/components/svg/Info.js +7 -9
  349. package/components/svg/Key.d.ts +1 -1
  350. package/components/svg/Key.d.ts.map +1 -1
  351. package/components/svg/Key.js +7 -9
  352. package/components/svg/Leaf.d.ts +1 -1
  353. package/components/svg/Leaf.d.ts.map +1 -1
  354. package/components/svg/Leaf.js +7 -9
  355. package/components/svg/Lock.d.ts +1 -1
  356. package/components/svg/Lock.d.ts.map +1 -1
  357. package/components/svg/Lock.js +7 -9
  358. package/components/svg/Logo.d.ts +1 -1
  359. package/components/svg/Logo.d.ts.map +1 -1
  360. package/components/svg/Logo.js +7 -9
  361. package/components/svg/MenuVertical.d.ts +1 -1
  362. package/components/svg/MenuVertical.d.ts.map +1 -1
  363. package/components/svg/MenuVertical.js +7 -9
  364. package/components/svg/Notification.d.ts +1 -1
  365. package/components/svg/Notification.d.ts.map +1 -1
  366. package/components/svg/Notification.js +7 -9
  367. package/components/svg/Person.d.ts +1 -1
  368. package/components/svg/Person.d.ts.map +1 -1
  369. package/components/svg/Person.js +7 -9
  370. package/components/svg/Plus.d.ts +1 -1
  371. package/components/svg/Plus.d.ts.map +1 -1
  372. package/components/svg/Plus.js +7 -9
  373. package/components/svg/RestorationSite.d.ts +1 -1
  374. package/components/svg/RestorationSite.d.ts.map +1 -1
  375. package/components/svg/RestorationSite.js +7 -9
  376. package/components/svg/Search.d.ts +1 -1
  377. package/components/svg/Search.d.ts.map +1 -1
  378. package/components/svg/Search.js +7 -9
  379. package/components/svg/Seeds.d.ts +1 -1
  380. package/components/svg/Seeds.d.ts.map +1 -1
  381. package/components/svg/Seeds.js +7 -9
  382. package/components/svg/Site.d.ts +1 -1
  383. package/components/svg/Site.d.ts.map +1 -1
  384. package/components/svg/Site.js +7 -9
  385. package/components/svg/Sparkles.d.ts +1 -1
  386. package/components/svg/Sparkles.d.ts.map +1 -1
  387. package/components/svg/Sparkles.js +7 -9
  388. package/components/svg/Species.d.ts +1 -1
  389. package/components/svg/Species.d.ts.map +1 -1
  390. package/components/svg/Species.js +7 -9
  391. package/components/svg/Species2.d.ts +1 -1
  392. package/components/svg/Species2.d.ts.map +1 -1
  393. package/components/svg/Species2.js +7 -9
  394. package/components/svg/Spinner.d.ts +1 -1
  395. package/components/svg/Spinner.d.ts.map +1 -1
  396. package/components/svg/Spinner.js +7 -9
  397. package/components/svg/Success.d.ts +1 -1
  398. package/components/svg/Success.d.ts.map +1 -1
  399. package/components/svg/Success.js +7 -9
  400. package/components/svg/Touchscreen.d.ts +1 -1
  401. package/components/svg/Touchscreen.d.ts.map +1 -1
  402. package/components/svg/Touchscreen.js +7 -9
  403. package/components/svg/UploadCloud.d.ts +1 -1
  404. package/components/svg/UploadCloud.d.ts.map +1 -1
  405. package/components/svg/UploadCloud.js +7 -9
  406. package/components/svg/Warning.d.ts +1 -1
  407. package/components/svg/Warning.d.ts.map +1 -1
  408. package/components/svg/Warning.js +7 -9
  409. package/components/svg/index.js +101 -101
  410. package/components/table/EnhancedTableToolbar.d.ts +1 -0
  411. package/components/table/EnhancedTableToolbar.d.ts.map +1 -1
  412. package/components/table/EnhancedTableToolbar.js +45 -45
  413. package/components/table/EnhancedTableToolbarV2.d.ts +2 -1
  414. package/components/table/EnhancedTableToolbarV2.d.ts.map +1 -1
  415. package/components/table/EnhancedTableToolbarV2.js +21 -22
  416. package/components/table/TableCellRenderer.js +70 -60
  417. package/components/table/TableHeader.js +27 -33
  418. package/components/table/TableHeaderItem.js +30 -33
  419. package/components/table/index.d.ts.map +1 -1
  420. package/components/table/index.js +145 -189
  421. package/components/table/sort.js +10 -16
  422. package/components/table/sort.test.js +12 -12
  423. package/index.d.ts +0 -2
  424. package/index.d.ts.map +1 -1
  425. package/index.js +50 -50
  426. package/license-report.html +1 -1
  427. package/package.json +8 -4
  428. package/stories/Autocomplete.stories.d.ts +2 -2
  429. package/stories/Autocomplete.stories.d.ts.map +1 -1
  430. package/stories/Badge.stories.d.ts +2 -1
  431. package/stories/Badge.stories.d.ts.map +1 -1
  432. package/stories/BusySpinner.stories.d.ts +1 -1
  433. package/stories/BusySpinner.stories.d.ts.map +1 -1
  434. package/stories/Button.stories.d.ts +1 -1
  435. package/stories/Button.stories.d.ts.map +1 -1
  436. package/stories/Checkbox.stories.d.ts +2 -2
  437. package/stories/Checkbox.stories.d.ts.map +1 -1
  438. package/stories/Confirm.stories.d.ts +5 -5
  439. package/stories/Confirm.stories.d.ts.map +1 -1
  440. package/stories/DatePicker.stories.d.ts +1 -5
  441. package/stories/DatePicker.stories.d.ts.map +1 -1
  442. package/stories/DialogBox.stories.d.ts +6 -6
  443. package/stories/DialogBox.stories.d.ts.map +1 -1
  444. package/stories/Divisor.stories.d.ts +1 -1
  445. package/stories/Divisor.stories.d.ts.map +1 -1
  446. package/stories/Dropdown.stories.d.ts +3 -3
  447. package/stories/Dropdown.stories.d.ts.map +1 -1
  448. package/stories/ErrorBox.stories.d.ts +1 -1
  449. package/stories/ErrorBox.stories.d.ts.map +1 -1
  450. package/stories/FileChooser.stories.d.ts +2 -2
  451. package/stories/FileChooser.stories.d.ts.map +1 -1
  452. package/stories/Icon.stories.d.ts +1 -1
  453. package/stories/Icon.stories.d.ts.map +1 -1
  454. package/stories/IconTooltip.stories.d.ts +2 -2
  455. package/stories/IconTooltip.stories.d.ts.map +1 -1
  456. package/stories/IntersectionObserver.stories.d.ts +1 -1
  457. package/stories/IntersectionObserver.stories.d.ts.map +1 -1
  458. package/stories/Message.stories.d.ts +2 -2
  459. package/stories/Message.stories.d.ts.map +1 -1
  460. package/stories/MultiSelect.stories.d.ts +2 -2
  461. package/stories/MultiSelect.stories.d.ts.map +1 -1
  462. package/stories/Navbar.stories.d.ts +2 -2
  463. package/stories/Navbar.stories.d.ts.map +1 -1
  464. package/stories/Note.stories.d.ts +1 -1
  465. package/stories/Note.stories.d.ts.map +1 -1
  466. package/stories/PageForm.stories.d.ts +2 -2
  467. package/stories/PageForm.stories.d.ts.map +1 -1
  468. package/stories/PhotoChooser.stories.d.ts +2 -2
  469. package/stories/PhotoChooser.stories.d.ts.map +1 -1
  470. package/stories/PillList.stories.d.ts +1 -1
  471. package/stories/PillList.stories.d.ts.map +1 -1
  472. package/stories/PopoverMenu.stories.d.ts +2 -2
  473. package/stories/PopoverMenu.stories.d.ts.map +1 -1
  474. package/stories/PopoverMultiSelect.stories.d.ts +1 -1
  475. package/stories/PopoverMultiSelect.stories.d.ts.map +1 -1
  476. package/stories/ProgressCircle.stories.d.ts +1 -1
  477. package/stories/ProgressCircle.stories.d.ts.map +1 -1
  478. package/stories/RadioButton.stories.d.ts +1 -1
  479. package/stories/RadioButton.stories.d.ts.map +1 -1
  480. package/stories/Select.stories.d.ts +4 -4
  481. package/stories/Select.stories.d.ts.map +1 -1
  482. package/stories/Separator.stories.d.ts +2 -2
  483. package/stories/Slider.stories.d.ts +2 -2
  484. package/stories/Slider.stories.d.ts.map +1 -1
  485. package/stories/SummaryBox.stories.d.ts +3 -3
  486. package/stories/SummaryBox.stories.d.ts.map +1 -1
  487. package/stories/Table.stories.d.ts +5 -5
  488. package/stories/Tabs.stories.d.ts +3 -2
  489. package/stories/Tabs.stories.d.ts.map +1 -1
  490. package/stories/TextTruncated.stories.d.ts +3 -3
  491. package/stories/TextTruncated.stories.d.ts.map +1 -1
  492. package/stories/TextfieldNew.stories.d.ts +5 -5
  493. package/stories/TextfieldNew.stories.d.ts.map +1 -1
  494. package/stories/Theme.stories.d.ts +1 -1
  495. package/stories/Theme.stories.d.ts.map +1 -1
  496. package/stories/Tooltip.stories.d.ts +1 -1
  497. package/stories/Tooltip.stories.d.ts.map +1 -1
  498. package/stories/ViewPhotosDialog.stories.d.ts +1 -1
  499. package/stories/ViewPhotosDialog.stories.d.ts.map +1 -1
  500. package/style-dictionary-dist/TerrawareTheme.js +2 -3
  501. package/theme.js +2 -4
  502. package/utils/date.d.ts +2 -21
  503. package/utils/date.d.ts.map +1 -1
  504. package/utils/date.js +26 -50
  505. package/utils/date.test.js +14 -51
  506. package/utils/date.v1.d.ts +5 -0
  507. package/utils/date.v1.d.ts.map +1 -0
  508. package/utils/date.v1.js +17 -0
  509. package/utils/index.d.ts +2 -2
  510. package/utils/index.d.ts.map +1 -1
  511. package/utils/index.js +7 -13
  512. package/utils/preventDefaultEvent.js +2 -5
  513. package/utils/text.js +10 -15
  514. package/utils/text.test.js +10 -10
  515. package/utils/useDeviceInfo.js +18 -18
@@ -6,607 +6,607 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  Object.defineProperty(exports, "BlobbyGrayIconImage", {
8
8
  enumerable: true,
9
- get: function get() {
9
+ get: function () {
10
10
  return _BlobbyGrayIconImage.default;
11
11
  }
12
12
  });
13
13
  Object.defineProperty(exports, "BlobbyGrayIconImport", {
14
14
  enumerable: true,
15
- get: function get() {
15
+ get: function () {
16
16
  return _BlobbyGrayIconImport.default;
17
17
  }
18
18
  });
19
19
  Object.defineProperty(exports, "BlobbyGrayIconUploadToTheCloud", {
20
20
  enumerable: true,
21
- get: function get() {
21
+ get: function () {
22
22
  return _BlobbyGrayIconUploadToTheCloud.default;
23
23
  }
24
24
  });
25
25
  Object.defineProperty(exports, "BlobbyIconCloudChecked", {
26
26
  enumerable: true,
27
- get: function get() {
27
+ get: function () {
28
28
  return _BlobbyIconCloudChecked.default;
29
29
  }
30
30
  });
31
31
  Object.defineProperty(exports, "BlobbyIconExportOrUploadPhoto", {
32
32
  enumerable: true,
33
- get: function get() {
33
+ get: function () {
34
34
  return _BlobbyIconExportOrUploadPhoto.default;
35
35
  }
36
36
  });
37
37
  Object.defineProperty(exports, "BlobbyIconFolder", {
38
38
  enumerable: true,
39
- get: function get() {
39
+ get: function () {
40
40
  return _BlobbyIconFolder.default;
41
41
  }
42
42
  });
43
43
  Object.defineProperty(exports, "BlobbyIconGraphReport", {
44
44
  enumerable: true,
45
- get: function get() {
45
+ get: function () {
46
46
  return _BlobbyIconGraphReport.default;
47
47
  }
48
48
  });
49
49
  Object.defineProperty(exports, "BlobbyIconHappy", {
50
50
  enumerable: true,
51
- get: function get() {
51
+ get: function () {
52
52
  return _BlobbyIconHappy.default;
53
53
  }
54
54
  });
55
55
  Object.defineProperty(exports, "BlobbyIconHeartMonitor", {
56
56
  enumerable: true,
57
- get: function get() {
57
+ get: function () {
58
58
  return _BlobbyIconHeartMonitor.default;
59
59
  }
60
60
  });
61
61
  Object.defineProperty(exports, "BlobbyIconLeaf", {
62
62
  enumerable: true,
63
- get: function get() {
63
+ get: function () {
64
64
  return _BlobbyIconLeaf.default;
65
65
  }
66
66
  });
67
67
  Object.defineProperty(exports, "BlobbyIconLibrary", {
68
68
  enumerable: true,
69
- get: function get() {
69
+ get: function () {
70
70
  return _BlobbyIconLibrary.default;
71
71
  }
72
72
  });
73
73
  Object.defineProperty(exports, "BlobbyIconNursery", {
74
74
  enumerable: true,
75
- get: function get() {
75
+ get: function () {
76
76
  return _BlobbyIconNursery.default;
77
77
  }
78
78
  });
79
79
  Object.defineProperty(exports, "BlobbyIconOrganization", {
80
80
  enumerable: true,
81
- get: function get() {
81
+ get: function () {
82
82
  return _BlobbyIconOrganization.default;
83
83
  }
84
84
  });
85
85
  Object.defineProperty(exports, "BlobbyIconParchment", {
86
86
  enumerable: true,
87
- get: function get() {
87
+ get: function () {
88
88
  return _BlobbyIconParchment.default;
89
89
  }
90
90
  });
91
91
  Object.defineProperty(exports, "BlobbyIconPeople", {
92
92
  enumerable: true,
93
- get: function get() {
93
+ get: function () {
94
94
  return _BlobbyIconPeople.default;
95
95
  }
96
96
  });
97
97
  Object.defineProperty(exports, "BlobbyIconSeedBank", {
98
98
  enumerable: true,
99
- get: function get() {
99
+ get: function () {
100
100
  return _BlobbyIconSeedBank.default;
101
101
  }
102
102
  });
103
103
  Object.defineProperty(exports, "BlobbyIconSeedling", {
104
104
  enumerable: true,
105
- get: function get() {
105
+ get: function () {
106
106
  return _BlobbyIconSeedling.default;
107
107
  }
108
108
  });
109
109
  Object.defineProperty(exports, "BlobbyIconSeeds", {
110
110
  enumerable: true,
111
- get: function get() {
111
+ get: function () {
112
112
  return _BlobbyIconSeeds.default;
113
113
  }
114
114
  });
115
115
  Object.defineProperty(exports, "BlobbyIconSite", {
116
116
  enumerable: true,
117
- get: function get() {
117
+ get: function () {
118
118
  return _BlobbyIconSite.default;
119
119
  }
120
120
  });
121
121
  Object.defineProperty(exports, "BlobbyIconSparkles", {
122
122
  enumerable: true,
123
- get: function get() {
123
+ get: function () {
124
124
  return _BlobbyIconSparkles.default;
125
125
  }
126
126
  });
127
127
  Object.defineProperty(exports, "BlobbyIconWrench", {
128
128
  enumerable: true,
129
- get: function get() {
129
+ get: function () {
130
130
  return _BlobbyIconWrench.default;
131
131
  }
132
132
  });
133
133
  Object.defineProperty(exports, "Bug", {
134
134
  enumerable: true,
135
- get: function get() {
135
+ get: function () {
136
136
  return _Bug.default;
137
137
  }
138
138
  });
139
139
  Object.defineProperty(exports, "Calendar", {
140
140
  enumerable: true,
141
- get: function get() {
141
+ get: function () {
142
142
  return _Calendar.default;
143
143
  }
144
144
  });
145
145
  Object.defineProperty(exports, "CaretDown", {
146
146
  enumerable: true,
147
- get: function get() {
147
+ get: function () {
148
148
  return _CaretDown.default;
149
149
  }
150
150
  });
151
151
  Object.defineProperty(exports, "CaretLeft", {
152
152
  enumerable: true,
153
- get: function get() {
153
+ get: function () {
154
154
  return _CaretLeft.default;
155
155
  }
156
156
  });
157
157
  Object.defineProperty(exports, "CaretRight", {
158
158
  enumerable: true,
159
- get: function get() {
159
+ get: function () {
160
160
  return _CaretRight.default;
161
161
  }
162
162
  });
163
163
  Object.defineProperty(exports, "CaretUp", {
164
164
  enumerable: true,
165
- get: function get() {
165
+ get: function () {
166
166
  return _CaretUp.default;
167
167
  }
168
168
  });
169
169
  Object.defineProperty(exports, "ChevronDown", {
170
170
  enumerable: true,
171
- get: function get() {
171
+ get: function () {
172
172
  return _ChevronDown.default;
173
173
  }
174
174
  });
175
175
  Object.defineProperty(exports, "ChevronUp", {
176
176
  enumerable: true,
177
- get: function get() {
177
+ get: function () {
178
178
  return _ChevronUp.default;
179
179
  }
180
180
  });
181
181
  Object.defineProperty(exports, "Close", {
182
182
  enumerable: true,
183
- get: function get() {
183
+ get: function () {
184
184
  return _Close.default;
185
185
  }
186
186
  });
187
187
  Object.defineProperty(exports, "Critical", {
188
188
  enumerable: true,
189
- get: function get() {
189
+ get: function () {
190
190
  return _Critical.default;
191
191
  }
192
192
  });
193
193
  Object.defineProperty(exports, "Edit", {
194
194
  enumerable: true,
195
- get: function get() {
195
+ get: function () {
196
196
  return _Edit.default;
197
197
  }
198
198
  });
199
199
  Object.defineProperty(exports, "Error", {
200
200
  enumerable: true,
201
- get: function get() {
201
+ get: function () {
202
202
  return _Error.default;
203
203
  }
204
204
  });
205
205
  Object.defineProperty(exports, "Filter", {
206
206
  enumerable: true,
207
- get: function get() {
207
+ get: function () {
208
208
  return _Filter.default;
209
209
  }
210
210
  });
211
211
  Object.defineProperty(exports, "Folder", {
212
212
  enumerable: true,
213
- get: function get() {
213
+ get: function () {
214
214
  return _Folder.default;
215
215
  }
216
216
  });
217
217
  Object.defineProperty(exports, "Help", {
218
218
  enumerable: true,
219
- get: function get() {
219
+ get: function () {
220
220
  return _Help.default;
221
221
  }
222
222
  });
223
223
  Object.defineProperty(exports, "Home", {
224
224
  enumerable: true,
225
- get: function get() {
225
+ get: function () {
226
226
  return _Home.default;
227
227
  }
228
228
  });
229
229
  Object.defineProperty(exports, "IconAdd", {
230
230
  enumerable: true,
231
- get: function get() {
231
+ get: function () {
232
232
  return _IconAdd.default;
233
233
  }
234
234
  });
235
235
  Object.defineProperty(exports, "IconArrowRight", {
236
236
  enumerable: true,
237
- get: function get() {
237
+ get: function () {
238
238
  return _IconArrowRight.default;
239
239
  }
240
240
  });
241
241
  Object.defineProperty(exports, "IconBusinessNetwork", {
242
242
  enumerable: true,
243
- get: function get() {
243
+ get: function () {
244
244
  return _IconBusinessNetwork.default;
245
245
  }
246
246
  });
247
247
  Object.defineProperty(exports, "IconCancel", {
248
248
  enumerable: true,
249
- get: function get() {
249
+ get: function () {
250
250
  return _IconCancel.default;
251
251
  }
252
252
  });
253
253
  Object.defineProperty(exports, "IconChargingBattery", {
254
254
  enumerable: true,
255
- get: function get() {
255
+ get: function () {
256
256
  return _IconChargingBattery.default;
257
257
  }
258
258
  });
259
259
  Object.defineProperty(exports, "IconCheckmark", {
260
260
  enumerable: true,
261
- get: function get() {
261
+ get: function () {
262
262
  return _IconCheckmark.default;
263
263
  }
264
264
  });
265
265
  Object.defineProperty(exports, "IconCoinInHand", {
266
266
  enumerable: true,
267
- get: function get() {
267
+ get: function () {
268
268
  return _IconCoinInHand.default;
269
269
  }
270
270
  });
271
271
  Object.defineProperty(exports, "IconColumns", {
272
272
  enumerable: true,
273
- get: function get() {
273
+ get: function () {
274
274
  return _IconColumns.default;
275
275
  }
276
276
  });
277
277
  Object.defineProperty(exports, "IconDashboard", {
278
278
  enumerable: true,
279
- get: function get() {
279
+ get: function () {
280
280
  return _IconDashboard.default;
281
281
  }
282
282
  });
283
283
  Object.defineProperty(exports, "IconEdit", {
284
284
  enumerable: true,
285
- get: function get() {
285
+ get: function () {
286
286
  return _IconEdit.default;
287
287
  }
288
288
  });
289
289
  Object.defineProperty(exports, "IconExport", {
290
290
  enumerable: true,
291
- get: function get() {
291
+ get: function () {
292
292
  return _IconExport.default;
293
293
  }
294
294
  });
295
295
  Object.defineProperty(exports, "IconFile", {
296
296
  enumerable: true,
297
- get: function get() {
297
+ get: function () {
298
298
  return _IconFile.default;
299
299
  }
300
300
  });
301
301
  Object.defineProperty(exports, "IconFolder", {
302
302
  enumerable: true,
303
- get: function get() {
303
+ get: function () {
304
304
  return _IconFolder.default;
305
305
  }
306
306
  });
307
307
  Object.defineProperty(exports, "IconFullScreen", {
308
308
  enumerable: true,
309
- get: function get() {
309
+ get: function () {
310
310
  return _IconFullScreen.default;
311
311
  }
312
312
  });
313
313
  Object.defineProperty(exports, "IconFutures", {
314
314
  enumerable: true,
315
- get: function get() {
315
+ get: function () {
316
316
  return _IconFutures.default;
317
317
  }
318
318
  });
319
319
  Object.defineProperty(exports, "IconGraphReport", {
320
320
  enumerable: true,
321
- get: function get() {
321
+ get: function () {
322
322
  return _IconGraphReport.default;
323
323
  }
324
324
  });
325
325
  Object.defineProperty(exports, "IconHeartMonitor", {
326
326
  enumerable: true,
327
- get: function get() {
327
+ get: function () {
328
328
  return _IconHeartMonitor.default;
329
329
  }
330
330
  });
331
331
  Object.defineProperty(exports, "IconHistory", {
332
332
  enumerable: true,
333
- get: function get() {
333
+ get: function () {
334
334
  return _IconHistory.default;
335
335
  }
336
336
  });
337
337
  Object.defineProperty(exports, "IconImport", {
338
338
  enumerable: true,
339
- get: function get() {
339
+ get: function () {
340
340
  return _IconImport.default;
341
341
  }
342
342
  });
343
343
  Object.defineProperty(exports, "IconLayers", {
344
344
  enumerable: true,
345
- get: function get() {
345
+ get: function () {
346
346
  return _IconLayers.default;
347
347
  }
348
348
  });
349
349
  Object.defineProperty(exports, "IconList", {
350
350
  enumerable: true,
351
- get: function get() {
351
+ get: function () {
352
352
  return _IconList.default;
353
353
  }
354
354
  });
355
355
  Object.defineProperty(exports, "IconMail", {
356
356
  enumerable: true,
357
- get: function get() {
357
+ get: function () {
358
358
  return _IconMail.default;
359
359
  }
360
360
  });
361
361
  Object.defineProperty(exports, "IconManager", {
362
362
  enumerable: true,
363
- get: function get() {
363
+ get: function () {
364
364
  return _IconManager.default;
365
365
  }
366
366
  });
367
367
  Object.defineProperty(exports, "IconMarker", {
368
368
  enumerable: true,
369
- get: function get() {
369
+ get: function () {
370
370
  return _IconMarker.default;
371
371
  }
372
372
  });
373
373
  Object.defineProperty(exports, "IconMenu", {
374
374
  enumerable: true,
375
- get: function get() {
375
+ get: function () {
376
376
  return _IconMenu.default;
377
377
  }
378
378
  });
379
379
  Object.defineProperty(exports, "IconMenuHorizontal", {
380
380
  enumerable: true,
381
- get: function get() {
381
+ get: function () {
382
382
  return _IconMenuHorizontal.default;
383
383
  }
384
384
  });
385
385
  Object.defineProperty(exports, "IconModule", {
386
386
  enumerable: true,
387
- get: function get() {
387
+ get: function () {
388
388
  return _IconModule.default;
389
389
  }
390
390
  });
391
391
  Object.defineProperty(exports, "IconMyLocation", {
392
392
  enumerable: true,
393
- get: function get() {
393
+ get: function () {
394
394
  return _IconMyLocation.default;
395
395
  }
396
396
  });
397
397
  Object.defineProperty(exports, "IconNursery", {
398
398
  enumerable: true,
399
- get: function get() {
399
+ get: function () {
400
400
  return _IconNursery.default;
401
401
  }
402
402
  });
403
403
  Object.defineProperty(exports, "IconOrg", {
404
404
  enumerable: true,
405
- get: function get() {
405
+ get: function () {
406
406
  return _IconOrg.default;
407
407
  }
408
408
  });
409
409
  Object.defineProperty(exports, "IconParchment", {
410
410
  enumerable: true,
411
- get: function get() {
411
+ get: function () {
412
412
  return _IconParchment.default;
413
413
  }
414
414
  });
415
415
  Object.defineProperty(exports, "IconRedo", {
416
416
  enumerable: true,
417
- get: function get() {
417
+ get: function () {
418
418
  return _IconRedo.default;
419
419
  }
420
420
  });
421
421
  Object.defineProperty(exports, "IconRestorationSite", {
422
422
  enumerable: true,
423
- get: function get() {
423
+ get: function () {
424
424
  return _IconRestorationSite.default;
425
425
  }
426
426
  });
427
427
  Object.defineProperty(exports, "IconSeedBank", {
428
428
  enumerable: true,
429
- get: function get() {
429
+ get: function () {
430
430
  return _IconSeedBank.default;
431
431
  }
432
432
  });
433
433
  Object.defineProperty(exports, "IconSeedling", {
434
434
  enumerable: true,
435
- get: function get() {
435
+ get: function () {
436
436
  return _IconSeedling.default;
437
437
  }
438
438
  });
439
439
  Object.defineProperty(exports, "IconSlice", {
440
440
  enumerable: true,
441
- get: function get() {
441
+ get: function () {
442
442
  return _IconSlice.default;
443
443
  }
444
444
  });
445
445
  Object.defineProperty(exports, "IconSubmit", {
446
446
  enumerable: true,
447
- get: function get() {
447
+ get: function () {
448
448
  return _IconSubmit.default;
449
449
  }
450
450
  });
451
451
  Object.defineProperty(exports, "IconSubtract", {
452
452
  enumerable: true,
453
- get: function get() {
453
+ get: function () {
454
454
  return _IconSubtract.default;
455
455
  }
456
456
  });
457
457
  Object.defineProperty(exports, "IconSynced", {
458
458
  enumerable: true,
459
- get: function get() {
459
+ get: function () {
460
460
  return _IconSynced.default;
461
461
  }
462
462
  });
463
463
  Object.defineProperty(exports, "IconTrashCan", {
464
464
  enumerable: true,
465
- get: function get() {
465
+ get: function () {
466
466
  return _IconTrashCan.default;
467
467
  }
468
468
  });
469
469
  Object.defineProperty(exports, "IconTreasureMap", {
470
470
  enumerable: true,
471
- get: function get() {
471
+ get: function () {
472
472
  return _IconTreasureMap.default;
473
473
  }
474
474
  });
475
475
  Object.defineProperty(exports, "IconUndo", {
476
476
  enumerable: true,
477
- get: function get() {
477
+ get: function () {
478
478
  return _IconUndo.default;
479
479
  }
480
480
  });
481
481
  Object.defineProperty(exports, "IconWifi", {
482
482
  enumerable: true,
483
- get: function get() {
483
+ get: function () {
484
484
  return _IconWifi.default;
485
485
  }
486
486
  });
487
487
  Object.defineProperty(exports, "Info", {
488
488
  enumerable: true,
489
- get: function get() {
489
+ get: function () {
490
490
  return _Info.default;
491
491
  }
492
492
  });
493
493
  Object.defineProperty(exports, "Key", {
494
494
  enumerable: true,
495
- get: function get() {
495
+ get: function () {
496
496
  return _Key.default;
497
497
  }
498
498
  });
499
499
  Object.defineProperty(exports, "Leaf", {
500
500
  enumerable: true,
501
- get: function get() {
501
+ get: function () {
502
502
  return _Leaf.default;
503
503
  }
504
504
  });
505
505
  Object.defineProperty(exports, "Lock", {
506
506
  enumerable: true,
507
- get: function get() {
507
+ get: function () {
508
508
  return _Lock.default;
509
509
  }
510
510
  });
511
511
  Object.defineProperty(exports, "Logo", {
512
512
  enumerable: true,
513
- get: function get() {
513
+ get: function () {
514
514
  return _Logo.default;
515
515
  }
516
516
  });
517
517
  Object.defineProperty(exports, "MenuVertical", {
518
518
  enumerable: true,
519
- get: function get() {
519
+ get: function () {
520
520
  return _MenuVertical.default;
521
521
  }
522
522
  });
523
523
  Object.defineProperty(exports, "Notification", {
524
524
  enumerable: true,
525
- get: function get() {
525
+ get: function () {
526
526
  return _Notification.default;
527
527
  }
528
528
  });
529
529
  Object.defineProperty(exports, "Person", {
530
530
  enumerable: true,
531
- get: function get() {
531
+ get: function () {
532
532
  return _Person.default;
533
533
  }
534
534
  });
535
535
  Object.defineProperty(exports, "Plus", {
536
536
  enumerable: true,
537
- get: function get() {
537
+ get: function () {
538
538
  return _Plus.default;
539
539
  }
540
540
  });
541
541
  Object.defineProperty(exports, "RestorationSite", {
542
542
  enumerable: true,
543
- get: function get() {
543
+ get: function () {
544
544
  return _RestorationSite.default;
545
545
  }
546
546
  });
547
547
  Object.defineProperty(exports, "Search", {
548
548
  enumerable: true,
549
- get: function get() {
549
+ get: function () {
550
550
  return _Search.default;
551
551
  }
552
552
  });
553
553
  Object.defineProperty(exports, "Seeds", {
554
554
  enumerable: true,
555
- get: function get() {
555
+ get: function () {
556
556
  return _Seeds.default;
557
557
  }
558
558
  });
559
559
  Object.defineProperty(exports, "Site", {
560
560
  enumerable: true,
561
- get: function get() {
561
+ get: function () {
562
562
  return _Site.default;
563
563
  }
564
564
  });
565
565
  Object.defineProperty(exports, "Sparkles", {
566
566
  enumerable: true,
567
- get: function get() {
567
+ get: function () {
568
568
  return _Sparkles.default;
569
569
  }
570
570
  });
571
571
  Object.defineProperty(exports, "Species", {
572
572
  enumerable: true,
573
- get: function get() {
573
+ get: function () {
574
574
  return _Species.default;
575
575
  }
576
576
  });
577
577
  Object.defineProperty(exports, "Species2", {
578
578
  enumerable: true,
579
- get: function get() {
579
+ get: function () {
580
580
  return _Species2.default;
581
581
  }
582
582
  });
583
583
  Object.defineProperty(exports, "Spinner", {
584
584
  enumerable: true,
585
- get: function get() {
585
+ get: function () {
586
586
  return _Spinner.default;
587
587
  }
588
588
  });
589
589
  Object.defineProperty(exports, "Success", {
590
590
  enumerable: true,
591
- get: function get() {
591
+ get: function () {
592
592
  return _Success.default;
593
593
  }
594
594
  });
595
595
  Object.defineProperty(exports, "Touchscreen", {
596
596
  enumerable: true,
597
- get: function get() {
597
+ get: function () {
598
598
  return _Touchscreen.default;
599
599
  }
600
600
  });
601
601
  Object.defineProperty(exports, "UploadCloud", {
602
602
  enumerable: true,
603
- get: function get() {
603
+ get: function () {
604
604
  return _UploadCloud.default;
605
605
  }
606
606
  });
607
607
  Object.defineProperty(exports, "Warning", {
608
608
  enumerable: true,
609
- get: function get() {
609
+ get: function () {
610
610
  return _Warning.default;
611
611
  }
612
612
  });