@terraware/web-components 2.14.1-rc.3 → 2.15.1-rc.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 (506) 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.js +25 -31
  17. package/components/DialogBox/DialogBox.js +31 -25
  18. package/components/Divisor.d.ts +1 -0
  19. package/components/Divisor.d.ts.map +1 -1
  20. package/components/Divisor.js +3 -2
  21. package/components/Dropdown.d.ts +1 -0
  22. package/components/Dropdown.d.ts.map +1 -1
  23. package/components/Dropdown.js +39 -51
  24. package/components/ErrorBox/ErrorBox.d.ts +1 -0
  25. package/components/ErrorBox/ErrorBox.d.ts.map +1 -1
  26. package/components/ErrorBox/ErrorBox.js +11 -8
  27. package/components/FileChooser/index.d.ts +1 -0
  28. package/components/FileChooser/index.d.ts.map +1 -1
  29. package/components/FileChooser/index.js +58 -62
  30. package/components/FormBottomBar/index.d.ts +1 -0
  31. package/components/FormBottomBar/index.d.ts.map +1 -1
  32. package/components/FormBottomBar/index.js +55 -68
  33. package/components/Icon/Icon.d.ts +2 -1
  34. package/components/Icon/Icon.d.ts.map +1 -1
  35. package/components/Icon/Icon.js +16 -19
  36. package/components/Icon/icons/index.js +2 -3
  37. package/components/IconTooltip/index.d.ts +1 -0
  38. package/components/IconTooltip/index.d.ts.map +1 -1
  39. package/components/IconTooltip/index.js +32 -39
  40. package/components/Message/Message.d.ts +1 -0
  41. package/components/Message/Message.d.ts.map +1 -1
  42. package/components/Message/Message.js +21 -17
  43. package/components/MultiSelect/MultiSelect.test.js +16 -30
  44. package/components/MultiSelect/index.d.ts +1 -0
  45. package/components/MultiSelect/index.d.ts.map +1 -1
  46. package/components/MultiSelect/index.js +32 -42
  47. package/components/Navbar/NavFooter.js +3 -1
  48. package/components/Navbar/NavItem.js +19 -23
  49. package/components/Navbar/NavSection.d.ts +1 -0
  50. package/components/Navbar/NavSection.d.ts.map +1 -1
  51. package/components/Navbar/NavSection.js +4 -3
  52. package/components/Navbar/Navbar.js +26 -27
  53. package/components/Navbar/SubNavbar.js +3 -1
  54. package/components/Note.d.ts +1 -0
  55. package/components/Note.d.ts.map +1 -1
  56. package/components/Note.js +12 -12
  57. package/components/PageForm/index.js +18 -39
  58. package/components/PhotoChooser/index.d.ts +1 -0
  59. package/components/PhotoChooser/index.d.ts.map +1 -1
  60. package/components/PhotoChooser/index.js +57 -72
  61. package/components/Pill/index.d.ts +1 -0
  62. package/components/Pill/index.d.ts.map +1 -1
  63. package/components/Pill/index.js +12 -10
  64. package/components/PillList/index.d.ts +1 -0
  65. package/components/PillList/index.d.ts.map +1 -1
  66. package/components/PillList/index.js +15 -15
  67. package/components/PopoverMenu/Popover.js +25 -28
  68. package/components/PopoverMenu/index.js +26 -30
  69. package/components/PopoverMultiSelect/index.d.ts +1 -0
  70. package/components/PopoverMultiSelect/index.d.ts.map +1 -1
  71. package/components/PopoverMultiSelect/index.js +19 -26
  72. package/components/ProgressCircle/ProgressCircle.d.ts +1 -0
  73. package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -1
  74. package/components/ProgressCircle/ProgressCircle.js +7 -6
  75. package/components/RadioButton.js +1 -1
  76. package/components/Select/Select.d.ts +1 -0
  77. package/components/Select/Select.d.ts.map +1 -1
  78. package/components/Select/Select.js +3 -9
  79. package/components/Select/SelectT.js +65 -81
  80. package/components/Separator/index.d.ts +1 -1
  81. package/components/Separator/index.d.ts.map +1 -1
  82. package/components/Separator/index.js +2 -3
  83. package/components/Slider/index.d.ts +1 -0
  84. package/components/Slider/index.d.ts.map +1 -1
  85. package/components/Slider/index.js +13 -11
  86. package/components/SummaryBox.d.ts +1 -0
  87. package/components/SummaryBox.d.ts.map +1 -1
  88. package/components/SummaryBox.js +45 -46
  89. package/components/Tabs/index.js +33 -41
  90. package/components/TextTruncated/index.js +52 -62
  91. package/components/Textfield/Textfield.d.ts +1 -0
  92. package/components/Textfield/Textfield.d.ts.map +1 -1
  93. package/components/Textfield/Textfield.js +38 -38
  94. package/components/Textfield/TruncatedTextArea.d.ts +1 -1
  95. package/components/Textfield/TruncatedTextArea.d.ts.map +1 -1
  96. package/components/Textfield/TruncatedTextArea.js +29 -42
  97. package/components/Tooltip/Tooltip.d.ts +1 -0
  98. package/components/Tooltip/Tooltip.d.ts.map +1 -1
  99. package/components/Tooltip/Tooltip.js +24 -28
  100. package/components/ViewPhotosDialog/index.js +41 -65
  101. package/components/svg/BlobbyGrayIconImage.d.ts +1 -1
  102. package/components/svg/BlobbyGrayIconImage.d.ts.map +1 -1
  103. package/components/svg/BlobbyGrayIconImage.js +7 -9
  104. package/components/svg/BlobbyGrayIconImport.d.ts +1 -1
  105. package/components/svg/BlobbyGrayIconImport.d.ts.map +1 -1
  106. package/components/svg/BlobbyGrayIconImport.js +7 -9
  107. package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts +1 -1
  108. package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -1
  109. package/components/svg/BlobbyGrayIconUploadToTheCloud.js +7 -9
  110. package/components/svg/BlobbyIconCloudChecked.d.ts +1 -1
  111. package/components/svg/BlobbyIconCloudChecked.d.ts.map +1 -1
  112. package/components/svg/BlobbyIconCloudChecked.js +7 -9
  113. package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts +1 -1
  114. package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts.map +1 -1
  115. package/components/svg/BlobbyIconExportOrUploadPhoto.js +7 -9
  116. package/components/svg/BlobbyIconFolder.d.ts +1 -1
  117. package/components/svg/BlobbyIconFolder.d.ts.map +1 -1
  118. package/components/svg/BlobbyIconFolder.js +7 -9
  119. package/components/svg/BlobbyIconGraphReport.d.ts +1 -1
  120. package/components/svg/BlobbyIconGraphReport.d.ts.map +1 -1
  121. package/components/svg/BlobbyIconGraphReport.js +7 -9
  122. package/components/svg/BlobbyIconHappy.d.ts +1 -1
  123. package/components/svg/BlobbyIconHappy.d.ts.map +1 -1
  124. package/components/svg/BlobbyIconHappy.js +7 -9
  125. package/components/svg/BlobbyIconHeartMonitor.d.ts +1 -1
  126. package/components/svg/BlobbyIconHeartMonitor.d.ts.map +1 -1
  127. package/components/svg/BlobbyIconHeartMonitor.js +7 -9
  128. package/components/svg/BlobbyIconLeaf.d.ts +1 -1
  129. package/components/svg/BlobbyIconLeaf.d.ts.map +1 -1
  130. package/components/svg/BlobbyIconLeaf.js +7 -9
  131. package/components/svg/BlobbyIconLibrary.d.ts +1 -1
  132. package/components/svg/BlobbyIconLibrary.d.ts.map +1 -1
  133. package/components/svg/BlobbyIconLibrary.js +7 -9
  134. package/components/svg/BlobbyIconNursery.d.ts +1 -1
  135. package/components/svg/BlobbyIconNursery.d.ts.map +1 -1
  136. package/components/svg/BlobbyIconNursery.js +7 -9
  137. package/components/svg/BlobbyIconOrganization.d.ts +1 -1
  138. package/components/svg/BlobbyIconOrganization.d.ts.map +1 -1
  139. package/components/svg/BlobbyIconOrganization.js +7 -9
  140. package/components/svg/BlobbyIconParchment.d.ts +1 -1
  141. package/components/svg/BlobbyIconParchment.d.ts.map +1 -1
  142. package/components/svg/BlobbyIconParchment.js +7 -9
  143. package/components/svg/BlobbyIconPeople.d.ts +1 -1
  144. package/components/svg/BlobbyIconPeople.d.ts.map +1 -1
  145. package/components/svg/BlobbyIconPeople.js +7 -9
  146. package/components/svg/BlobbyIconSeedBank.d.ts +1 -1
  147. package/components/svg/BlobbyIconSeedBank.d.ts.map +1 -1
  148. package/components/svg/BlobbyIconSeedBank.js +7 -9
  149. package/components/svg/BlobbyIconSeedling.d.ts +1 -1
  150. package/components/svg/BlobbyIconSeedling.d.ts.map +1 -1
  151. package/components/svg/BlobbyIconSeedling.js +7 -9
  152. package/components/svg/BlobbyIconSeeds.d.ts +1 -1
  153. package/components/svg/BlobbyIconSeeds.d.ts.map +1 -1
  154. package/components/svg/BlobbyIconSeeds.js +7 -9
  155. package/components/svg/BlobbyIconSite.d.ts +1 -1
  156. package/components/svg/BlobbyIconSite.d.ts.map +1 -1
  157. package/components/svg/BlobbyIconSite.js +7 -9
  158. package/components/svg/BlobbyIconSparkles.d.ts +1 -1
  159. package/components/svg/BlobbyIconSparkles.d.ts.map +1 -1
  160. package/components/svg/BlobbyIconSparkles.js +7 -9
  161. package/components/svg/BlobbyIconWrench.d.ts +1 -1
  162. package/components/svg/BlobbyIconWrench.d.ts.map +1 -1
  163. package/components/svg/BlobbyIconWrench.js +7 -9
  164. package/components/svg/Bug.d.ts +1 -1
  165. package/components/svg/Bug.d.ts.map +1 -1
  166. package/components/svg/Bug.js +7 -9
  167. package/components/svg/Calendar.d.ts +1 -1
  168. package/components/svg/Calendar.d.ts.map +1 -1
  169. package/components/svg/Calendar.js +7 -9
  170. package/components/svg/CaretDown.d.ts +1 -1
  171. package/components/svg/CaretDown.d.ts.map +1 -1
  172. package/components/svg/CaretDown.js +7 -9
  173. package/components/svg/CaretLeft.d.ts +1 -1
  174. package/components/svg/CaretLeft.d.ts.map +1 -1
  175. package/components/svg/CaretLeft.js +7 -9
  176. package/components/svg/CaretRight.d.ts +1 -1
  177. package/components/svg/CaretRight.d.ts.map +1 -1
  178. package/components/svg/CaretRight.js +7 -9
  179. package/components/svg/CaretUp.d.ts +1 -1
  180. package/components/svg/CaretUp.d.ts.map +1 -1
  181. package/components/svg/CaretUp.js +7 -9
  182. package/components/svg/ChevronDown.d.ts +1 -1
  183. package/components/svg/ChevronDown.d.ts.map +1 -1
  184. package/components/svg/ChevronDown.js +7 -9
  185. package/components/svg/ChevronUp.d.ts +1 -1
  186. package/components/svg/ChevronUp.d.ts.map +1 -1
  187. package/components/svg/ChevronUp.js +7 -9
  188. package/components/svg/Close.d.ts +1 -1
  189. package/components/svg/Close.d.ts.map +1 -1
  190. package/components/svg/Close.js +7 -9
  191. package/components/svg/Critical.d.ts +1 -1
  192. package/components/svg/Critical.d.ts.map +1 -1
  193. package/components/svg/Critical.js +7 -9
  194. package/components/svg/Edit.d.ts +1 -1
  195. package/components/svg/Edit.d.ts.map +1 -1
  196. package/components/svg/Edit.js +7 -9
  197. package/components/svg/Error.d.ts +1 -1
  198. package/components/svg/Error.d.ts.map +1 -1
  199. package/components/svg/Error.js +7 -9
  200. package/components/svg/Filter.d.ts +1 -1
  201. package/components/svg/Filter.d.ts.map +1 -1
  202. package/components/svg/Filter.js +7 -9
  203. package/components/svg/Folder.d.ts +1 -1
  204. package/components/svg/Folder.d.ts.map +1 -1
  205. package/components/svg/Folder.js +7 -9
  206. package/components/svg/Help.d.ts +1 -1
  207. package/components/svg/Help.d.ts.map +1 -1
  208. package/components/svg/Help.js +7 -9
  209. package/components/svg/Home.d.ts +1 -1
  210. package/components/svg/Home.d.ts.map +1 -1
  211. package/components/svg/Home.js +7 -9
  212. package/components/svg/IconAdd.d.ts +1 -1
  213. package/components/svg/IconAdd.d.ts.map +1 -1
  214. package/components/svg/IconAdd.js +7 -9
  215. package/components/svg/IconArrowRight.d.ts +1 -1
  216. package/components/svg/IconArrowRight.d.ts.map +1 -1
  217. package/components/svg/IconArrowRight.js +7 -9
  218. package/components/svg/IconBusinessNetwork.d.ts +1 -1
  219. package/components/svg/IconBusinessNetwork.d.ts.map +1 -1
  220. package/components/svg/IconBusinessNetwork.js +7 -9
  221. package/components/svg/IconCancel.d.ts +1 -1
  222. package/components/svg/IconCancel.d.ts.map +1 -1
  223. package/components/svg/IconCancel.js +7 -9
  224. package/components/svg/IconChargingBattery.d.ts +1 -1
  225. package/components/svg/IconChargingBattery.d.ts.map +1 -1
  226. package/components/svg/IconChargingBattery.js +7 -9
  227. package/components/svg/IconCheckmark.d.ts +1 -1
  228. package/components/svg/IconCheckmark.d.ts.map +1 -1
  229. package/components/svg/IconCheckmark.js +7 -9
  230. package/components/svg/IconCoinInHand.d.ts +1 -1
  231. package/components/svg/IconCoinInHand.d.ts.map +1 -1
  232. package/components/svg/IconCoinInHand.js +7 -9
  233. package/components/svg/IconColumns.d.ts +1 -1
  234. package/components/svg/IconColumns.d.ts.map +1 -1
  235. package/components/svg/IconColumns.js +7 -9
  236. package/components/svg/IconDashboard.d.ts +1 -1
  237. package/components/svg/IconDashboard.d.ts.map +1 -1
  238. package/components/svg/IconDashboard.js +7 -9
  239. package/components/svg/IconEdit.d.ts +1 -1
  240. package/components/svg/IconEdit.d.ts.map +1 -1
  241. package/components/svg/IconEdit.js +7 -9
  242. package/components/svg/IconExport.d.ts +1 -1
  243. package/components/svg/IconExport.d.ts.map +1 -1
  244. package/components/svg/IconExport.js +7 -9
  245. package/components/svg/IconFile.d.ts +1 -1
  246. package/components/svg/IconFile.d.ts.map +1 -1
  247. package/components/svg/IconFile.js +7 -9
  248. package/components/svg/IconFolder.d.ts +1 -1
  249. package/components/svg/IconFolder.d.ts.map +1 -1
  250. package/components/svg/IconFolder.js +7 -9
  251. package/components/svg/IconFullScreen.d.ts +1 -1
  252. package/components/svg/IconFullScreen.d.ts.map +1 -1
  253. package/components/svg/IconFullScreen.js +7 -9
  254. package/components/svg/IconFutures.d.ts +1 -1
  255. package/components/svg/IconFutures.d.ts.map +1 -1
  256. package/components/svg/IconFutures.js +7 -9
  257. package/components/svg/IconGraphReport.d.ts +1 -1
  258. package/components/svg/IconGraphReport.d.ts.map +1 -1
  259. package/components/svg/IconGraphReport.js +7 -9
  260. package/components/svg/IconHeartMonitor.d.ts +1 -1
  261. package/components/svg/IconHeartMonitor.d.ts.map +1 -1
  262. package/components/svg/IconHeartMonitor.js +7 -9
  263. package/components/svg/IconHistory.d.ts +1 -1
  264. package/components/svg/IconHistory.d.ts.map +1 -1
  265. package/components/svg/IconHistory.js +7 -9
  266. package/components/svg/IconImport.d.ts +1 -1
  267. package/components/svg/IconImport.d.ts.map +1 -1
  268. package/components/svg/IconImport.js +7 -9
  269. package/components/svg/IconLayers.d.ts +1 -1
  270. package/components/svg/IconLayers.d.ts.map +1 -1
  271. package/components/svg/IconLayers.js +7 -9
  272. package/components/svg/IconList.d.ts +1 -1
  273. package/components/svg/IconList.d.ts.map +1 -1
  274. package/components/svg/IconList.js +7 -9
  275. package/components/svg/IconLocations.d.ts +1 -1
  276. package/components/svg/IconLocations.d.ts.map +1 -1
  277. package/components/svg/IconLocations.js +7 -9
  278. package/components/svg/IconMail.d.ts +1 -1
  279. package/components/svg/IconMail.d.ts.map +1 -1
  280. package/components/svg/IconMail.js +7 -9
  281. package/components/svg/IconManager.d.ts +1 -1
  282. package/components/svg/IconManager.d.ts.map +1 -1
  283. package/components/svg/IconManager.js +7 -9
  284. package/components/svg/IconMarker.d.ts +1 -1
  285. package/components/svg/IconMarker.d.ts.map +1 -1
  286. package/components/svg/IconMarker.js +7 -9
  287. package/components/svg/IconMenu.d.ts +1 -1
  288. package/components/svg/IconMenu.d.ts.map +1 -1
  289. package/components/svg/IconMenu.js +7 -9
  290. package/components/svg/IconMenuHorizontal.d.ts +1 -1
  291. package/components/svg/IconMenuHorizontal.d.ts.map +1 -1
  292. package/components/svg/IconMenuHorizontal.js +7 -9
  293. package/components/svg/IconModule.d.ts +1 -1
  294. package/components/svg/IconModule.d.ts.map +1 -1
  295. package/components/svg/IconModule.js +7 -9
  296. package/components/svg/IconMyLocation.d.ts +1 -1
  297. package/components/svg/IconMyLocation.d.ts.map +1 -1
  298. package/components/svg/IconMyLocation.js +7 -9
  299. package/components/svg/IconNursery.d.ts +1 -1
  300. package/components/svg/IconNursery.d.ts.map +1 -1
  301. package/components/svg/IconNursery.js +7 -9
  302. package/components/svg/IconOrg.d.ts +1 -1
  303. package/components/svg/IconOrg.d.ts.map +1 -1
  304. package/components/svg/IconOrg.js +7 -9
  305. package/components/svg/IconParchment.d.ts +1 -1
  306. package/components/svg/IconParchment.d.ts.map +1 -1
  307. package/components/svg/IconParchment.js +7 -9
  308. package/components/svg/IconRedo.d.ts +1 -1
  309. package/components/svg/IconRedo.d.ts.map +1 -1
  310. package/components/svg/IconRedo.js +7 -9
  311. package/components/svg/IconRestorationSite.d.ts +1 -1
  312. package/components/svg/IconRestorationSite.d.ts.map +1 -1
  313. package/components/svg/IconRestorationSite.js +7 -9
  314. package/components/svg/IconSeedBank.d.ts +1 -1
  315. package/components/svg/IconSeedBank.d.ts.map +1 -1
  316. package/components/svg/IconSeedBank.js +7 -9
  317. package/components/svg/IconSeedling.d.ts +1 -1
  318. package/components/svg/IconSeedling.d.ts.map +1 -1
  319. package/components/svg/IconSeedling.js +7 -9
  320. package/components/svg/IconSlice.d.ts +1 -1
  321. package/components/svg/IconSlice.d.ts.map +1 -1
  322. package/components/svg/IconSlice.js +7 -9
  323. package/components/svg/IconSubmit.d.ts +1 -1
  324. package/components/svg/IconSubmit.d.ts.map +1 -1
  325. package/components/svg/IconSubmit.js +7 -9
  326. package/components/svg/IconSubtract.d.ts +1 -1
  327. package/components/svg/IconSubtract.d.ts.map +1 -1
  328. package/components/svg/IconSubtract.js +7 -9
  329. package/components/svg/IconSynced.d.ts +1 -1
  330. package/components/svg/IconSynced.d.ts.map +1 -1
  331. package/components/svg/IconSynced.js +7 -9
  332. package/components/svg/IconTrashCan.d.ts +1 -1
  333. package/components/svg/IconTrashCan.d.ts.map +1 -1
  334. package/components/svg/IconTrashCan.js +7 -9
  335. package/components/svg/IconTreasureMap.d.ts +1 -1
  336. package/components/svg/IconTreasureMap.d.ts.map +1 -1
  337. package/components/svg/IconTreasureMap.js +7 -9
  338. package/components/svg/IconUndo.d.ts +1 -1
  339. package/components/svg/IconUndo.d.ts.map +1 -1
  340. package/components/svg/IconUndo.js +7 -9
  341. package/components/svg/IconWifi.d.ts +1 -1
  342. package/components/svg/IconWifi.d.ts.map +1 -1
  343. package/components/svg/IconWifi.js +7 -9
  344. package/components/svg/Info.d.ts +1 -1
  345. package/components/svg/Info.d.ts.map +1 -1
  346. package/components/svg/Info.js +7 -9
  347. package/components/svg/Key.d.ts +1 -1
  348. package/components/svg/Key.d.ts.map +1 -1
  349. package/components/svg/Key.js +7 -9
  350. package/components/svg/Leaf.d.ts +1 -1
  351. package/components/svg/Leaf.d.ts.map +1 -1
  352. package/components/svg/Leaf.js +7 -9
  353. package/components/svg/Lock.d.ts +1 -1
  354. package/components/svg/Lock.d.ts.map +1 -1
  355. package/components/svg/Lock.js +7 -9
  356. package/components/svg/Logo.d.ts +1 -1
  357. package/components/svg/Logo.d.ts.map +1 -1
  358. package/components/svg/Logo.js +7 -9
  359. package/components/svg/MenuVertical.d.ts +1 -1
  360. package/components/svg/MenuVertical.d.ts.map +1 -1
  361. package/components/svg/MenuVertical.js +7 -9
  362. package/components/svg/Notification.d.ts +1 -1
  363. package/components/svg/Notification.d.ts.map +1 -1
  364. package/components/svg/Notification.js +7 -9
  365. package/components/svg/Person.d.ts +1 -1
  366. package/components/svg/Person.d.ts.map +1 -1
  367. package/components/svg/Person.js +7 -9
  368. package/components/svg/Plus.d.ts +1 -1
  369. package/components/svg/Plus.d.ts.map +1 -1
  370. package/components/svg/Plus.js +7 -9
  371. package/components/svg/RestorationSite.d.ts +1 -1
  372. package/components/svg/RestorationSite.d.ts.map +1 -1
  373. package/components/svg/RestorationSite.js +7 -9
  374. package/components/svg/Search.d.ts +1 -1
  375. package/components/svg/Search.d.ts.map +1 -1
  376. package/components/svg/Search.js +7 -9
  377. package/components/svg/Seeds.d.ts +1 -1
  378. package/components/svg/Seeds.d.ts.map +1 -1
  379. package/components/svg/Seeds.js +7 -9
  380. package/components/svg/Site.d.ts +1 -1
  381. package/components/svg/Site.d.ts.map +1 -1
  382. package/components/svg/Site.js +7 -9
  383. package/components/svg/Sparkles.d.ts +1 -1
  384. package/components/svg/Sparkles.d.ts.map +1 -1
  385. package/components/svg/Sparkles.js +7 -9
  386. package/components/svg/Species.d.ts +1 -1
  387. package/components/svg/Species.d.ts.map +1 -1
  388. package/components/svg/Species.js +7 -9
  389. package/components/svg/Species2.d.ts +1 -1
  390. package/components/svg/Species2.d.ts.map +1 -1
  391. package/components/svg/Species2.js +7 -9
  392. package/components/svg/Spinner.d.ts +1 -1
  393. package/components/svg/Spinner.d.ts.map +1 -1
  394. package/components/svg/Spinner.js +7 -9
  395. package/components/svg/Success.d.ts +1 -1
  396. package/components/svg/Success.d.ts.map +1 -1
  397. package/components/svg/Success.js +7 -9
  398. package/components/svg/Touchscreen.d.ts +1 -1
  399. package/components/svg/Touchscreen.d.ts.map +1 -1
  400. package/components/svg/Touchscreen.js +7 -9
  401. package/components/svg/UploadCloud.d.ts +1 -1
  402. package/components/svg/UploadCloud.d.ts.map +1 -1
  403. package/components/svg/UploadCloud.js +7 -9
  404. package/components/svg/Warning.d.ts +1 -1
  405. package/components/svg/Warning.d.ts.map +1 -1
  406. package/components/svg/Warning.js +7 -9
  407. package/components/svg/index.js +101 -101
  408. package/components/table/EnhancedTableToolbar.d.ts +1 -0
  409. package/components/table/EnhancedTableToolbar.d.ts.map +1 -1
  410. package/components/table/EnhancedTableToolbar.js +45 -45
  411. package/components/table/EnhancedTableToolbarV2.d.ts +2 -1
  412. package/components/table/EnhancedTableToolbarV2.d.ts.map +1 -1
  413. package/components/table/EnhancedTableToolbarV2.js +21 -22
  414. package/components/table/TableCellRenderer.js +70 -60
  415. package/components/table/TableHeader.js +27 -33
  416. package/components/table/TableHeaderItem.js +30 -33
  417. package/components/table/index.d.ts.map +1 -1
  418. package/components/table/index.js +145 -189
  419. package/components/table/sort.js +10 -16
  420. package/components/table/sort.test.js +12 -12
  421. package/index.js +50 -50
  422. package/license-report.html +1 -1
  423. package/package.json +5 -5
  424. package/stories/Autocomplete.stories.d.ts +2 -2
  425. package/stories/Autocomplete.stories.d.ts.map +1 -1
  426. package/stories/Badge.stories.d.ts +2 -1
  427. package/stories/Badge.stories.d.ts.map +1 -1
  428. package/stories/BusySpinner.stories.d.ts +1 -1
  429. package/stories/BusySpinner.stories.d.ts.map +1 -1
  430. package/stories/Button.stories.d.ts +1 -1
  431. package/stories/Button.stories.d.ts.map +1 -1
  432. package/stories/Checkbox.stories.d.ts +2 -2
  433. package/stories/Checkbox.stories.d.ts.map +1 -1
  434. package/stories/Confirm.stories.d.ts +5 -5
  435. package/stories/Confirm.stories.d.ts.map +1 -1
  436. package/stories/DatePicker.stories.d.ts +5 -5
  437. package/stories/DatePicker.stories.d.ts.map +1 -1
  438. package/stories/DialogBox.stories.d.ts +6 -6
  439. package/stories/DialogBox.stories.d.ts.map +1 -1
  440. package/stories/Divisor.stories.d.ts +1 -1
  441. package/stories/Divisor.stories.d.ts.map +1 -1
  442. package/stories/Dropdown.stories.d.ts +3 -3
  443. package/stories/Dropdown.stories.d.ts.map +1 -1
  444. package/stories/ErrorBox.stories.d.ts +1 -1
  445. package/stories/ErrorBox.stories.d.ts.map +1 -1
  446. package/stories/FileChooser.stories.d.ts +2 -2
  447. package/stories/FileChooser.stories.d.ts.map +1 -1
  448. package/stories/Icon.stories.d.ts +1 -1
  449. package/stories/Icon.stories.d.ts.map +1 -1
  450. package/stories/IconTooltip.stories.d.ts +2 -2
  451. package/stories/IconTooltip.stories.d.ts.map +1 -1
  452. package/stories/IntersectionObserver.stories.d.ts +1 -1
  453. package/stories/IntersectionObserver.stories.d.ts.map +1 -1
  454. package/stories/Message.stories.d.ts +2 -2
  455. package/stories/Message.stories.d.ts.map +1 -1
  456. package/stories/MultiSelect.stories.d.ts +2 -2
  457. package/stories/MultiSelect.stories.d.ts.map +1 -1
  458. package/stories/Navbar.stories.d.ts +2 -2
  459. package/stories/Navbar.stories.d.ts.map +1 -1
  460. package/stories/Note.stories.d.ts +1 -1
  461. package/stories/Note.stories.d.ts.map +1 -1
  462. package/stories/PageForm.stories.d.ts +2 -2
  463. package/stories/PageForm.stories.d.ts.map +1 -1
  464. package/stories/PhotoChooser.stories.d.ts +2 -2
  465. package/stories/PhotoChooser.stories.d.ts.map +1 -1
  466. package/stories/PillList.stories.d.ts +1 -1
  467. package/stories/PillList.stories.d.ts.map +1 -1
  468. package/stories/PopoverMenu.stories.d.ts +2 -2
  469. package/stories/PopoverMenu.stories.d.ts.map +1 -1
  470. package/stories/PopoverMultiSelect.stories.d.ts +1 -1
  471. package/stories/PopoverMultiSelect.stories.d.ts.map +1 -1
  472. package/stories/ProgressCircle.stories.d.ts +1 -1
  473. package/stories/ProgressCircle.stories.d.ts.map +1 -1
  474. package/stories/RadioButton.stories.d.ts +1 -1
  475. package/stories/RadioButton.stories.d.ts.map +1 -1
  476. package/stories/Select.stories.d.ts +4 -4
  477. package/stories/Select.stories.d.ts.map +1 -1
  478. package/stories/Separator.stories.d.ts +2 -2
  479. package/stories/Slider.stories.d.ts +2 -2
  480. package/stories/Slider.stories.d.ts.map +1 -1
  481. package/stories/SummaryBox.stories.d.ts +3 -3
  482. package/stories/SummaryBox.stories.d.ts.map +1 -1
  483. package/stories/Table.stories.d.ts +5 -5
  484. package/stories/Tabs.stories.d.ts +3 -2
  485. package/stories/Tabs.stories.d.ts.map +1 -1
  486. package/stories/TextTruncated.stories.d.ts +3 -3
  487. package/stories/TextTruncated.stories.d.ts.map +1 -1
  488. package/stories/TextfieldNew.stories.d.ts +5 -5
  489. package/stories/TextfieldNew.stories.d.ts.map +1 -1
  490. package/stories/Theme.stories.d.ts +1 -1
  491. package/stories/Theme.stories.d.ts.map +1 -1
  492. package/stories/Tooltip.stories.d.ts +1 -1
  493. package/stories/Tooltip.stories.d.ts.map +1 -1
  494. package/stories/ViewPhotosDialog.stories.d.ts +1 -1
  495. package/stories/ViewPhotosDialog.stories.d.ts.map +1 -1
  496. package/style-dictionary-dist/TerrawareTheme.js +2 -3
  497. package/theme.js +2 -4
  498. package/utils/date.d.ts +1 -1
  499. package/utils/date.d.ts.map +1 -1
  500. package/utils/date.js +14 -17
  501. package/utils/date.test.js +22 -22
  502. package/utils/index.js +7 -7
  503. package/utils/preventDefaultEvent.js +2 -5
  504. package/utils/text.js +10 -15
  505. package/utils/text.test.js +10 -10
  506. package/utils/useDeviceInfo.js +18 -18
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconLeaf = function SvgBlobbyIconLeaf(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconLeaf = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconLeaf = function SvgBlobbyIconLeaf(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconLeaf;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconLeaf;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconLibrary;
8
8
  //# sourceMappingURL=BlobbyIconLibrary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconLibrary.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconLibrary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,oBAAoB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAyH9F,CAAC;AACF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconLibrary.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconLibrary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,oBAAoB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAyH9F,CAAC;AACF,eAAe,oBAAoB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconLibrary = function SvgBlobbyIconLibrary(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconLibrary = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconLibrary = function SvgBlobbyIconLibrary(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconLibrary;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconLibrary;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconNursery: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconNursery: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconNursery;
8
8
  //# sourceMappingURL=BlobbyIconNursery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconNursery.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconNursery.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,oBAAoB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgJ9F,CAAC;AACF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconNursery.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconNursery.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,oBAAoB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAgJ9F,CAAC;AACF,eAAe,oBAAoB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconNursery = function SvgBlobbyIconNursery(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconNursery = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -156,5 +155,4 @@ var SvgBlobbyIconNursery = function SvgBlobbyIconNursery(_ref) {
156
155
  d: "M0 0h200v128H0z"
157
156
  }))));
158
157
  };
159
- var _default = SvgBlobbyIconNursery;
160
- exports.default = _default;
158
+ var _default = exports.default = SvgBlobbyIconNursery;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconOrganization: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconOrganization: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconOrganization;
8
8
  //# sourceMappingURL=BlobbyIconOrganization.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconOrganization.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconOrganization.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,yBAAyB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBA8InG,CAAC;AACF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconOrganization.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconOrganization.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,yBAAyB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CA8InG,CAAC;AACF,eAAe,yBAAyB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconOrganization = function SvgBlobbyIconOrganization(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconOrganization = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconOrganization = function SvgBlobbyIconOrganization(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconOrganization;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconOrganization;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconParchment: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconParchment: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconParchment;
8
8
  //# sourceMappingURL=BlobbyIconParchment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconParchment.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconParchment.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,sBAAsB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgIhG,CAAC;AACF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconParchment.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconParchment.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,sBAAsB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAgIhG,CAAC;AACF,eAAe,sBAAsB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconParchment = function SvgBlobbyIconParchment(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconParchment = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconParchment = function SvgBlobbyIconParchment(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconParchment;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconParchment;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconPeople: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconPeople: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconPeople;
8
8
  //# sourceMappingURL=BlobbyIconPeople.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconPeople.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconPeople.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAyH7F,CAAC;AACF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconPeople.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconPeople.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAyH7F,CAAC;AACF,eAAe,mBAAmB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconPeople = function SvgBlobbyIconPeople(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconPeople = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconPeople = function SvgBlobbyIconPeople(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconPeople;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconPeople;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconSeedBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconSeedBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconSeedBank;
8
8
  //# sourceMappingURL=BlobbyIconSeedBank.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconSeedBank.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSeedBank.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,qBAAqB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgI/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconSeedBank.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSeedBank.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,qBAAqB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAgI/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconSeedBank = function SvgBlobbyIconSeedBank(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconSeedBank = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconSeedBank = function SvgBlobbyIconSeedBank(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconSeedBank;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconSeedBank;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconSeedling: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconSeedling: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconSeedling;
8
8
  //# sourceMappingURL=BlobbyIconSeedling.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconSeedling.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSeedling.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,qBAAqB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgI/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconSeedling.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSeedling.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,qBAAqB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAgI/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconSeedling = function SvgBlobbyIconSeedling(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconSeedling = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconSeedling = function SvgBlobbyIconSeedling(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconSeedling;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconSeedling;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconSeeds: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconSeeds: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconSeeds;
8
8
  //# sourceMappingURL=BlobbyIconSeeds.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconSeeds.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSeeds.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,kBAAkB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAyH5F,CAAC;AACF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconSeeds.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSeeds.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,kBAAkB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAyH5F,CAAC;AACF,eAAe,kBAAkB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconSeeds = function SvgBlobbyIconSeeds(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconSeeds = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconSeeds = function SvgBlobbyIconSeeds(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconSeeds;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconSeeds;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconSite;
8
8
  //# sourceMappingURL=BlobbyIconSite.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconSite.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSite.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBA+G3F,CAAC;AACF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconSite.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSite.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CA+G3F,CAAC;AACF,eAAe,iBAAiB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconSite = function SvgBlobbyIconSite(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconSite = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -157,5 +156,4 @@ var SvgBlobbyIconSite = function SvgBlobbyIconSite(_ref) {
157
156
  d: "M0 0h200v128H0z"
158
157
  }))));
159
158
  };
160
- var _default = SvgBlobbyIconSite;
161
- exports.default = _default;
159
+ var _default = exports.default = SvgBlobbyIconSite;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconSparkles: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconSparkles: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconSparkles;
8
8
  //# sourceMappingURL=BlobbyIconSparkles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconSparkles.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSparkles.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,qBAAqB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAyH/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconSparkles.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconSparkles.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,qBAAqB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAyH/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconSparkles = function SvgBlobbyIconSparkles(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconSparkles = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconSparkles = function SvgBlobbyIconSparkles(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconSparkles;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconSparkles;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBlobbyIconWrench: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBlobbyIconWrench: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBlobbyIconWrench;
8
8
  //# sourceMappingURL=BlobbyIconWrench.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlobbyIconWrench.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconWrench.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAyH7F,CAAC;AACF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"BlobbyIconWrench.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconWrench.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAyH7F,CAAC;AACF,eAAe,mBAAmB,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBlobbyIconWrench = function SvgBlobbyIconWrench(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBlobbyIconWrench = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  fill: "none",
@@ -154,5 +153,4 @@ var SvgBlobbyIconWrench = function SvgBlobbyIconWrench(_ref) {
154
153
  d: "M0 0h200v128H0z"
155
154
  }))));
156
155
  };
157
- var _default = SvgBlobbyIconWrench;
158
- exports.default = _default;
156
+ var _default = exports.default = SvgBlobbyIconWrench;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgBug: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgBug: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgBug;
8
8
  //# sourceMappingURL=Bug.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Bug.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Bug.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,MAAM,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKhF,CAAC;AACF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Bug.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Bug.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,MAAM,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKhF,CAAC;AACF,eAAe,MAAM,CAAC"}
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.default = void 0;
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
10
8
  var React = _interopRequireWildcard(require("react"));
11
- var _excluded = ["title", "titleId"];
12
- var SvgBug = function SvgBug(_ref) {
13
- var title = _ref.title,
14
- titleId = _ref.titleId,
15
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
9
+ const SvgBug = _ref => {
10
+ let {
11
+ title,
12
+ titleId,
13
+ ...props
14
+ } = _ref;
16
15
  return /*#__PURE__*/React.createElement("svg", Object.assign({
17
16
  xmlns: "http://www.w3.org/2000/svg",
18
17
  viewBox: "0 0 24 24",
@@ -23,5 +22,4 @@ var SvgBug = function SvgBug(_ref) {
23
22
  d: "M9.738 2.49A.75.75 0 0 0 9 3.25V4c0 .632.2 1.22.538 1.706A3.763 3.763 0 0 0 7.013 9H6.75A2.238 2.238 0 0 1 4.5 6.75v-1.5a.75.75 0 1 0-1.5 0v1.5a3.761 3.761 0 0 0 3.75 3.75H7v1.75H2.75a.75.75 0 1 0 0 1.5H7v1.604c0 .05.005.097.007.146H6.75A3.761 3.761 0 0 0 3 19.25v1.5a.75.75 0 1 0 1.5 0v-1.5c0-1.252.998-2.25 2.25-2.25h.521c.629 1.895 2.305 3.354 4.398 3.49 2.367.152 4.424-1.367 5.098-3.49h.483c1.252 0 2.25.998 2.25 2.25v1.5a.752.752 0 0 0 1.284.537.75.75 0 0 0 .216-.537v-1.5a3.761 3.761 0 0 0-3.75-3.75H17v-1.75h4.25a.751.751 0 1 0 0-1.5H17V10.5h.25A3.761 3.761 0 0 0 21 6.75v-1.5a.75.75 0 1 0-1.5 0v1.5c0 1.252-.998 2.25-2.25 2.25h-.263a3.763 3.763 0 0 0-2.525-3.294A2.976 2.976 0 0 0 15 4v-.75a.751.751 0 1 0-1.5 0V4c0 .837-.663 1.5-1.5 1.5A1.49 1.49 0 0 1 10.5 4v-.75a.75.75 0 0 0-.762-.76ZM10.75 7h2.5c1.252 0 2.25.998 2.25 2.25v.377a.752.752 0 0 0 0 .243v3.007a.752.752 0 0 0 0 .243v2.38a3.486 3.486 0 0 1-3.734 3.492c-1.849-.12-3.266-1.751-3.266-3.638v-2.231a.75.75 0 0 0 0-.243V9.873a.75.75 0 0 0 0-.243v-.38C8.5 7.998 9.498 7 10.75 7Z"
24
23
  }));
25
24
  };
26
- var _default = SvgBug;
27
- exports.default = _default;
25
+ var _default = exports.default = SvgBug;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
6
+ declare const SvgCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default SvgCalendar;
8
8
  //# sourceMappingURL=Calendar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Calendar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,WAAW,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKrF,CAAC;AACF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Calendar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,WAAW,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKrF,CAAC;AACF,eAAe,WAAW,CAAC"}