@terraware/web-components 2.13.1-rc.4 → 2.14.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 (507) hide show
  1. package/components/Autocomplete/Autocomplete.d.ts +0 -1
  2. package/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  3. package/components/Autocomplete/Autocomplete.js +44 -42
  4. package/components/Badge/index.d.ts +0 -1
  5. package/components/Badge/index.d.ts.map +1 -1
  6. package/components/Badge/index.js +8 -7
  7. package/components/BusySpinner/index.d.ts +0 -1
  8. package/components/BusySpinner/index.d.ts.map +1 -1
  9. package/components/BusySpinner/index.js +3 -5
  10. package/components/Button/Button.d.ts +1 -2
  11. package/components/Button/Button.d.ts.map +1 -1
  12. package/components/Button/Button.js +24 -23
  13. package/components/Button/button.test.js +4 -4
  14. package/components/Checkbox.js +27 -25
  15. package/components/Confirm/index.js +28 -28
  16. package/components/DatePicker/DatePicker.js +24 -18
  17. package/components/DialogBox/DialogBox.js +25 -31
  18. package/components/Divisor.d.ts +0 -1
  19. package/components/Divisor.d.ts.map +1 -1
  20. package/components/Divisor.js +2 -3
  21. package/components/Dropdown.d.ts +2 -1
  22. package/components/Dropdown.d.ts.map +1 -1
  23. package/components/Dropdown.js +51 -39
  24. package/components/ErrorBox/ErrorBox.d.ts +0 -1
  25. package/components/ErrorBox/ErrorBox.d.ts.map +1 -1
  26. package/components/ErrorBox/ErrorBox.js +8 -11
  27. package/components/FileChooser/index.d.ts +0 -1
  28. package/components/FileChooser/index.d.ts.map +1 -1
  29. package/components/FileChooser/index.js +62 -58
  30. package/components/FormBottomBar/index.d.ts +0 -1
  31. package/components/FormBottomBar/index.d.ts.map +1 -1
  32. package/components/FormBottomBar/index.js +68 -55
  33. package/components/Icon/Icon.d.ts +3 -4
  34. package/components/Icon/Icon.d.ts.map +1 -1
  35. package/components/Icon/Icon.js +19 -16
  36. package/components/Icon/icons/index.js +3 -2
  37. package/components/IconTooltip/index.d.ts +0 -1
  38. package/components/IconTooltip/index.d.ts.map +1 -1
  39. package/components/IconTooltip/index.js +39 -32
  40. package/components/Message/Message.d.ts +0 -1
  41. package/components/Message/Message.d.ts.map +1 -1
  42. package/components/Message/Message.js +17 -21
  43. package/components/MultiSelect/MultiSelect.test.js +30 -16
  44. package/components/MultiSelect/index.d.ts +0 -1
  45. package/components/MultiSelect/index.d.ts.map +1 -1
  46. package/components/MultiSelect/index.js +42 -32
  47. package/components/Navbar/NavFooter.js +1 -3
  48. package/components/Navbar/NavItem.js +23 -19
  49. package/components/Navbar/NavSection.d.ts +0 -1
  50. package/components/Navbar/NavSection.d.ts.map +1 -1
  51. package/components/Navbar/NavSection.js +3 -4
  52. package/components/Navbar/Navbar.js +27 -26
  53. package/components/Navbar/SubNavbar.js +1 -3
  54. package/components/Note.d.ts +0 -1
  55. package/components/Note.d.ts.map +1 -1
  56. package/components/Note.js +12 -12
  57. package/components/PageForm/index.js +39 -18
  58. package/components/PhotoChooser/index.d.ts +0 -1
  59. package/components/PhotoChooser/index.d.ts.map +1 -1
  60. package/components/PhotoChooser/index.js +72 -57
  61. package/components/Pill/index.d.ts +0 -1
  62. package/components/Pill/index.d.ts.map +1 -1
  63. package/components/Pill/index.js +10 -12
  64. package/components/PillList/index.d.ts +0 -1
  65. package/components/PillList/index.d.ts.map +1 -1
  66. package/components/PillList/index.js +15 -15
  67. package/components/PopoverMenu/Popover.js +28 -25
  68. package/components/PopoverMenu/index.js +30 -26
  69. package/components/PopoverMultiSelect/index.d.ts +0 -1
  70. package/components/PopoverMultiSelect/index.d.ts.map +1 -1
  71. package/components/PopoverMultiSelect/index.js +26 -19
  72. package/components/ProgressCircle/ProgressCircle.d.ts +0 -1
  73. package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -1
  74. package/components/ProgressCircle/ProgressCircle.js +6 -7
  75. package/components/RadioButton.js +1 -1
  76. package/components/Select/Select.d.ts +14 -13
  77. package/components/Select/Select.d.ts.map +1 -1
  78. package/components/Select/Select.js +9 -3
  79. package/components/Select/SelectT.d.ts +23 -15
  80. package/components/Select/SelectT.d.ts.map +1 -1
  81. package/components/Select/SelectT.js +93 -69
  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 +3 -2
  85. package/components/Slider/index.d.ts +0 -1
  86. package/components/Slider/index.d.ts.map +1 -1
  87. package/components/Slider/index.js +11 -13
  88. package/components/SummaryBox.d.ts +0 -1
  89. package/components/SummaryBox.d.ts.map +1 -1
  90. package/components/SummaryBox.js +46 -45
  91. package/components/Tabs/index.js +41 -33
  92. package/components/TextTruncated/index.js +62 -52
  93. package/components/Textfield/Textfield.d.ts +0 -1
  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 +42 -29
  99. package/components/Tooltip/Tooltip.d.ts +0 -1
  100. package/components/Tooltip/Tooltip.d.ts.map +1 -1
  101. package/components/Tooltip/Tooltip.js +28 -24
  102. package/components/ViewPhotosDialog/index.js +65 -41
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  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 +9 -7
  409. package/components/svg/index.js +101 -101
  410. package/components/table/EnhancedTableToolbar.d.ts +0 -1
  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 +1 -2
  414. package/components/table/EnhancedTableToolbarV2.d.ts.map +1 -1
  415. package/components/table/EnhancedTableToolbarV2.js +22 -21
  416. package/components/table/TableCellRenderer.js +60 -70
  417. package/components/table/TableHeader.js +33 -27
  418. package/components/table/TableHeaderItem.js +33 -30
  419. package/components/table/index.d.ts.map +1 -1
  420. package/components/table/index.js +189 -145
  421. package/components/table/sort.js +16 -10
  422. package/components/table/sort.test.js +12 -12
  423. package/index.js +50 -50
  424. package/license-report.html +1 -1
  425. package/package.json +3 -3
  426. package/stories/Autocomplete.stories.d.ts +2 -2
  427. package/stories/Autocomplete.stories.d.ts.map +1 -1
  428. package/stories/Badge.stories.d.ts +1 -2
  429. package/stories/Badge.stories.d.ts.map +1 -1
  430. package/stories/BusySpinner.stories.d.ts +1 -1
  431. package/stories/BusySpinner.stories.d.ts.map +1 -1
  432. package/stories/Button.stories.d.ts +1 -1
  433. package/stories/Button.stories.d.ts.map +1 -1
  434. package/stories/Checkbox.stories.d.ts +2 -2
  435. package/stories/Checkbox.stories.d.ts.map +1 -1
  436. package/stories/Confirm.stories.d.ts +5 -5
  437. package/stories/Confirm.stories.d.ts.map +1 -1
  438. package/stories/DatePicker.stories.d.ts +1 -1
  439. package/stories/DatePicker.stories.d.ts.map +1 -1
  440. package/stories/DialogBox.stories.d.ts +6 -6
  441. package/stories/DialogBox.stories.d.ts.map +1 -1
  442. package/stories/Divisor.stories.d.ts +1 -1
  443. package/stories/Divisor.stories.d.ts.map +1 -1
  444. package/stories/Dropdown.stories.d.ts +3 -3
  445. package/stories/Dropdown.stories.d.ts.map +1 -1
  446. package/stories/ErrorBox.stories.d.ts +1 -1
  447. package/stories/ErrorBox.stories.d.ts.map +1 -1
  448. package/stories/FileChooser.stories.d.ts +2 -2
  449. package/stories/FileChooser.stories.d.ts.map +1 -1
  450. package/stories/Icon.stories.d.ts +1 -1
  451. package/stories/Icon.stories.d.ts.map +1 -1
  452. package/stories/IconTooltip.stories.d.ts +2 -2
  453. package/stories/IconTooltip.stories.d.ts.map +1 -1
  454. package/stories/IntersectionObserver.stories.d.ts +1 -1
  455. package/stories/IntersectionObserver.stories.d.ts.map +1 -1
  456. package/stories/Message.stories.d.ts +2 -2
  457. package/stories/Message.stories.d.ts.map +1 -1
  458. package/stories/MultiSelect.stories.d.ts +2 -2
  459. package/stories/MultiSelect.stories.d.ts.map +1 -1
  460. package/stories/Navbar.stories.d.ts +2 -2
  461. package/stories/Navbar.stories.d.ts.map +1 -1
  462. package/stories/Note.stories.d.ts +1 -1
  463. package/stories/Note.stories.d.ts.map +1 -1
  464. package/stories/PageForm.stories.d.ts +2 -2
  465. package/stories/PageForm.stories.d.ts.map +1 -1
  466. package/stories/PhotoChooser.stories.d.ts +2 -2
  467. package/stories/PhotoChooser.stories.d.ts.map +1 -1
  468. package/stories/PillList.stories.d.ts +1 -1
  469. package/stories/PillList.stories.d.ts.map +1 -1
  470. package/stories/PopoverMenu.stories.d.ts +2 -2
  471. package/stories/PopoverMenu.stories.d.ts.map +1 -1
  472. package/stories/PopoverMultiSelect.stories.d.ts +1 -1
  473. package/stories/PopoverMultiSelect.stories.d.ts.map +1 -1
  474. package/stories/ProgressCircle.stories.d.ts +1 -1
  475. package/stories/ProgressCircle.stories.d.ts.map +1 -1
  476. package/stories/RadioButton.stories.d.ts +1 -1
  477. package/stories/RadioButton.stories.d.ts.map +1 -1
  478. package/stories/Select.stories.d.ts +4 -3
  479. package/stories/Select.stories.d.ts.map +1 -1
  480. package/stories/Separator.stories.d.ts +2 -2
  481. package/stories/Slider.stories.d.ts +2 -2
  482. package/stories/Slider.stories.d.ts.map +1 -1
  483. package/stories/SummaryBox.stories.d.ts +3 -3
  484. package/stories/SummaryBox.stories.d.ts.map +1 -1
  485. package/stories/Table.stories.d.ts +5 -5
  486. package/stories/Tabs.stories.d.ts +2 -3
  487. package/stories/Tabs.stories.d.ts.map +1 -1
  488. package/stories/TextTruncated.stories.d.ts +3 -3
  489. package/stories/TextTruncated.stories.d.ts.map +1 -1
  490. package/stories/TextfieldNew.stories.d.ts +5 -5
  491. package/stories/TextfieldNew.stories.d.ts.map +1 -1
  492. package/stories/Theme.stories.d.ts +1 -1
  493. package/stories/Theme.stories.d.ts.map +1 -1
  494. package/stories/Tooltip.stories.d.ts +1 -1
  495. package/stories/Tooltip.stories.d.ts.map +1 -1
  496. package/stories/ViewPhotosDialog.stories.d.ts +1 -1
  497. package/stories/ViewPhotosDialog.stories.d.ts.map +1 -1
  498. package/style-dictionary-dist/TerrawareTheme.js +3 -2
  499. package/theme.js +4 -2
  500. package/utils/date.js +18 -15
  501. package/utils/date.test.js +14 -14
  502. package/utils/date.v1.js +8 -5
  503. package/utils/index.js +6 -6
  504. package/utils/preventDefaultEvent.js +5 -2
  505. package/utils/text.js +15 -10
  506. package/utils/text.test.js +10 -10
  507. package/utils/useDeviceInfo.js +18 -18
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconManager = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconManager = function SvgIconManager(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconManager = _ref => {
22
23
  d: "M11.992 2.993a.5.5 0 0 0-.492.507v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.508-.507ZM6.935 4.935a.5.5 0 0 0-.35.858l2.122 2.121a.5.5 0 1 0 .707-.707L7.293 5.086a.5.5 0 0 0-.358-.151Zm10.116 0a.5.5 0 0 0-.344.15l-2.121 2.122a.5.5 0 1 0 .707.707l2.121-2.121a.5.5 0 0 0-.363-.858ZM12 8c-.77 0-1.444.316-1.873.799A2.547 2.547 0 0 0 9.5 10.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799.77 0 1.444-.316 1.873-.799.43-.483.627-1.097.627-1.701 0-.604-.198-1.218-.627-1.701C13.443 8.316 12.771 8 12 8Zm0 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705 0 .27-.094.532-.248.705-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 11 10.5c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295ZM4.5 11c-.77 0-1.444.316-1.873.799A2.547 2.547 0 0 0 2 13.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799.77 0 1.444-.316 1.873-.799.43-.483.627-1.097.627-1.701 0-.604-.198-1.218-.627-1.701C5.943 11.316 5.271 11 4.5 11Zm15 0c-.77 0-1.444.316-1.873.799A2.547 2.547 0 0 0 17 13.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799.77 0 1.444-.316 1.873-.799.43-.483.627-1.097.627-1.701 0-.604-.198-1.218-.627-1.701-.43-.483-1.102-.799-1.873-.799Zm-15 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705 0 .27-.094.532-.248.705-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 3.5 13.5c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295Zm15 0c.396 0 .598.121.752.295.154.173.248.434.248.705 0 .27-.094.532-.248.705-.154.174-.356.295-.752.295s-.598-.121-.752-.295a1.08 1.08 0 0 1-.248-.705c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295ZM9.026 14c-.834 0-1.526.692-1.526 1.526v1.485c-.01 0-.016-.011-.026-.011H1.526C.692 17 0 17.692 0 18.526v.949c0 .914.577 1.701 1.385 2.216.807.515 1.878.81 3.115.81 1.237 0 2.307-.295 3.114-.81.258-.164.436-.396.636-.61.2.214.377.446.635.61.807.515 1.878.81 3.115.81 1.237 0 2.307-.295 3.114-.81.258-.164.436-.396.636-.61.2.214.377.446.635.61.807.515 1.878.81 3.115.81 1.237 0 2.307-.295 3.114-.81.808-.514 1.386-1.302 1.386-2.216v-.949c0-.834-.692-1.526-1.526-1.526h-5.948c-.01 0-.016.01-.026.01v-1.484c0-.834-.692-1.526-1.526-1.526H9.026Zm0 1.5h5.948c.023 0 .026.003.026.026v3.949c0 .276-.181.627-.691.952-.51.325-1.315.574-2.309.574-.994 0-1.799-.249-2.309-.574C9.181 20.1 9 19.75 9 19.475v-3.949c0-.023.003-.026.026-.026Zm-7.5 3h5.948c.023 0 .026.003.026.026v.949c0 .276-.181.627-.691.952-.51.325-1.315.574-2.309.574-.994 0-1.799-.249-2.309-.574-.51-.326-.691-.676-.691-.952v-.949c0-.023.003-.026.026-.026Zm15 0h5.948c.023 0 .026.003.026.026v.949c0 .276-.181.627-.691.952-.51.325-1.315.574-2.309.574-.994 0-1.799-.249-2.309-.574-.51-.326-.691-.676-.691-.952v-.949c0-.023.003-.026.026-.026Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconManager;
26
+ var _default = SvgIconManager;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconMarker: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconMarker: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconMarker;
8
8
  //# sourceMappingURL=IconMarker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMarker.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMarker.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,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKvF,CAAC;AACF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"IconMarker.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMarker.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,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKvF,CAAC;AACF,eAAe,aAAa,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconMarker = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconMarker = function SvgIconMarker(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconMarker = _ref => {
22
23
  d: "M12 2c-4.685 0-8.5 3.815-8.5 8.5 0 2.103.772 4.032 2.04 5.516l.003.004.003.003s3.616 4.127 4.903 5.355a2.258 2.258 0 0 0 3.1 0c1.468-1.4 4.906-5.357 4.906-5.357l.002-.002.003-.003A8.466 8.466 0 0 0 20.5 10.5C20.5 5.815 16.685 2 12 2Zm0 1.5c3.875 0 7 3.125 7 7a6.95 6.95 0 0 1-1.68 4.541c-.008.008-3.525 4.03-4.805 5.252a.731.731 0 0 1-1.03 0c-1.07-1.021-4.794-5.24-4.805-5.252l-.001-.001A6.954 6.954 0 0 1 5 10.5c0-3.875 3.125-7 7-7Zm0 4c-.938 0-1.736.379-2.248.955C9.239 9.032 9 9.771 9 10.5c0 .73.24 1.468.752 2.045.512.576 1.31.955 2.248.955.938 0 1.736-.379 2.248-.955.513-.577.752-1.316.752-2.045 0-.73-.24-1.468-.752-2.045C13.736 7.88 12.938 7.5 12 7.5ZM12 9c.563 0 .89.184 1.127.451s.373.653.373 1.049c0 .396-.136.782-.373 1.049-.238.267-.565.451-1.127.451-.563 0-.89-.184-1.127-.451s-.373-.653-.373-1.049c0-.396.136-.782.373-1.049C11.111 9.184 11.438 9 12 9Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconMarker;
26
+ var _default = SvgIconMarker;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconMenu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconMenu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconMenu;
8
8
  //# sourceMappingURL=IconMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMenu.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMenu.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"}
1
+ {"version":3,"file":"IconMenu.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMenu.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,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconMenu = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconMenu = function SvgIconMenu(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconMenu = _ref => {
22
23
  d: "M2.75 4.5a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5H2.75Zm0 6.75a.751.751 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5H2.75Zm0 6.75a.751.751 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5H2.75Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconMenu;
26
+ var _default = SvgIconMenu;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconMenuHorizontal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconMenuHorizontal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconMenuHorizontal;
8
8
  //# sourceMappingURL=IconMenuHorizontal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMenuHorizontal.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMenuHorizontal.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,4CAK/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"IconMenuHorizontal.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMenuHorizontal.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,gBAK/F,CAAC;AACF,eAAe,qBAAqB,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconMenuHorizontal = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconMenuHorizontal = function SvgIconMenuHorizontal(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconMenuHorizontal = _ref => {
22
23
  d: "M7.5 12a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm6 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm6 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconMenuHorizontal;
26
+ var _default = SvgIconMenuHorizontal;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconModule: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconModule: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconModule;
8
8
  //# sourceMappingURL=IconModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconModule.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconModule.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,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKvF,CAAC;AACF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"IconModule.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconModule.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,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKvF,CAAC;AACF,eAAe,aAAa,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconModule = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconModule = function SvgIconModule(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconModule = _ref => {
22
23
  d: "M11.979 1a.75.75 0 0 0-.32.082L2.91 5.538a.75.75 0 0 0-.409.668v10.395a.75.75 0 0 0 .343.63l8.75 5.649a.75.75 0 0 0 .814 0l8.75-5.649a.75.75 0 0 0 .343-.63V6.206a.75.75 0 0 0-.41-.668l-8.75-4.456A.75.75 0 0 0 11.98 1ZM12 2.592l7.208 3.67-2.518 1.524-4.35-2.215a.75.75 0 0 0-.68 0L7.31 7.786 4.793 6.263 12 2.592Zm0 4.489 3.179 1.62L12 10.622 8.821 8.7 12 7.081Zm-8 .456L6.5 9.05v5.373a.75.75 0 0 0 .343.63l4.407 2.844v2.976L4 16.193V7.536Zm16 0v8.655l-7.25 4.681v-2.976l4.407-2.844a.75.75 0 0 0 .343-.63V9.05L20 7.537ZM8 9.957l3.25 1.966v4.19L8 14.012V9.958Zm8 0v4.057l-3.25 2.098v-4.19L16 9.958Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconModule;
26
+ var _default = SvgIconModule;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconMyLocation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconMyLocation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconMyLocation;
8
8
  //# sourceMappingURL=IconMyLocation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMyLocation.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMyLocation.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,4CAK3F,CAAC;AACF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"IconMyLocation.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMyLocation.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,gBAK3F,CAAC;AACF,eAAe,iBAAiB,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconMyLocation = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconMyLocation = function SvgIconMyLocation(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconMyLocation = _ref => {
22
23
  d: "M11.988 1.49a.75.75 0 0 0-.738.76v.788a9.006 9.006 0 0 0-8.212 8.212H2.25a.75.75 0 1 0 0 1.5h.788a9.006 9.006 0 0 0 8.212 8.212v.788a.752.752 0 0 0 1.284.537.75.75 0 0 0 .216-.537v-.788a8.955 8.955 0 0 0 4.97-2.02 8.991 8.991 0 0 0 3.242-6.192h.788c.025 0 .05 0 .075-.003a.75.75 0 0 0-.075-1.497h-.788c-.005-.056-.003-.113-.009-.169a9.009 9.009 0 0 0-3.925-6.542 8.942 8.942 0 0 0-4.278-1.5V2.25a.75.75 0 0 0-.762-.76Zm-.738 3.048v.712a.751.751 0 1 0 1.5 0v-.712a7.459 7.459 0 0 1 3.447 1.24 7.465 7.465 0 0 1 3.264 5.453v.019h-.711a.75.75 0 1 0 0 1.5h.712a7.49 7.49 0 0 1-.298 1.483 7.49 7.49 0 0 1-6.395 5.228h-.019v-.711a.75.75 0 1 0-1.5 0v.712a7.487 7.487 0 0 1-6.712-6.712h.712c.025 0 .05 0 .075-.003a.75.75 0 0 0-.075-1.497h-.712l.001-.019a7.485 7.485 0 0 1 6.711-6.693ZM12 9.5c-.77 0-1.444.316-1.873.799A2.547 2.547 0 0 0 9.5 12c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799.77 0 1.444-.316 1.873-.799.43-.483.627-1.097.627-1.701 0-.604-.198-1.218-.627-1.701-.43-.483-1.102-.799-1.873-.799Zm0 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705 0 .27-.094.532-.248.705-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.079 1.079 0 0 1 11 12c0-.068.005-.135.017-.2.033-.196.115-.375.231-.505.154-.174.356-.295.752-.295Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconMyLocation;
26
+ var _default = SvgIconMyLocation;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconNursery: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconNursery: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconNursery;
8
8
  //# sourceMappingURL=IconNursery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconNursery.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconNursery.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,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CASxF,CAAC;AACF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"IconNursery.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconNursery.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,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBASxF,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconNursery = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconNursery = function SvgIconNursery(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -24,4 +25,5 @@ const SvgIconNursery = _ref => {
24
25
  clipRule: "evenodd"
25
26
  }));
26
27
  };
27
- var _default = exports.default = SvgIconNursery;
28
+ var _default = SvgIconNursery;
29
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconOrg: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconOrg: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconOrg;
8
8
  //# sourceMappingURL=IconOrg.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconOrg.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconOrg.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,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKpF,CAAC;AACF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"IconOrg.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconOrg.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,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKpF,CAAC;AACF,eAAe,UAAU,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconOrg = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconOrg = function SvgIconOrg(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconOrg = _ref => {
22
23
  d: "M3.25 2a.75.75 0 1 0 0 1.5h.25v6.018C2.653 9.64 2 10.37 2 11.25v5.5c0 .414.336.75.75.75H5.5V16h-2v-4.75a.25.25 0 0 1 .25-.25h.5a.75.75 0 0 0 .75-.75V3.5h9.5v2H16v-2h.25a.75.75 0 1 0 0-1.5h-13Zm5.488 4.49a.75.75 0 0 0-.108.01h-.88a.75.75 0 1 0 0 1.5H8v6.05c-.837.129-1.5.83-1.5 1.7v5.5a.75.75 0 0 0 .75.75h14a.75.75 0 0 0 .75-.75v-5.5c0-.87-.663-1.571-1.5-1.7V8h.25a.75.75 0 1 0 0-1.5h-.877a.75.75 0 0 0-.243 0H8.873a.75.75 0 0 0-.135-.01ZM9.5 8H19v6.75a.75.75 0 0 0 .75.75h.5c.148 0 .25.102.25.25v4.75h-5v-3a.5.5 0 0 0-.5-.5h-1.5a.5.5 0 0 0-.5.5v3H8v-4.75c0-.148.102-.25.25-.25h.5a.75.75 0 0 0 .75-.75V8Zm2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm3.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM12 13.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm3.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM10 17a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm7.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconOrg;
26
+ var _default = SvgIconOrg;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconParchment: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconParchment: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconParchment;
8
8
  //# sourceMappingURL=IconParchment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconParchment.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconParchment.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,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK1F,CAAC;AACF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"IconParchment.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconParchment.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,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAK1F,CAAC;AACF,eAAe,gBAAgB,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconParchment = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconParchment = function SvgIconParchment(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconParchment = _ref => {
22
23
  d: "M7.75 2.5A3.262 3.262 0 0 0 4.5 5.75v1.877a.75.75 0 0 0 0 .243V16H3.25c-.957 0-1.75.793-1.75 1.75v.5a3.262 3.262 0 0 0 3.25 3.25h11v-.045c1.497-.009 2.75-1.2 2.75-2.705v-4.877a.751.751 0 0 0 0-.243v-3.257a.751.751 0 0 0 0-.243V8.5h2.25c.957 0 1.75-.793 1.75-1.75V5.336c0-1.41-1.034-2.685-2.482-2.823a2.753 2.753 0 0 0-.268-.012V2.5h-12Zm0 1.5h9.56c-.196.376-.31.8-.31 1.25V9.5h-1.75a.75.75 0 1 0 0 1.5H17v2h-2.75a.751.751 0 1 0 0 1.5H17v4.25c0 .74-.608 1.317-1.375 1.244-.632-.06-1.125-.65-1.125-1.33v-.914c0-.957-.793-1.75-1.75-1.75H6V8.5h1.75a.75.75 0 1 0 0-1.5H6V5.75C6 4.775 6.775 4 7.75 4Zm12.125.006c.632.06 1.125.65 1.125 1.33V6.75c0 .148-.102.25-.25.25H18.5V5.25c0-.74.608-1.317 1.375-1.244ZM3.25 17.5h9.5c.148 0 .25.102.25.25v.914c0 .482.156.926.373 1.336H4.75A1.74 1.74 0 0 1 3 18.25v-.5c0-.148.102-.25.25-.25Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconParchment;
26
+ var _default = SvgIconParchment;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconRedo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconRedo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconRedo;
8
8
  //# sourceMappingURL=IconRedo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconRedo.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconRedo.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"}
1
+ {"version":3,"file":"IconRedo.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconRedo.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,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconRedo = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconRedo = function SvgIconRedo(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconRedo = _ref => {
22
23
  d: "M15.242 2.992a.75.75 0 0 0-.522 1.288L18.44 8H9.5C5.92 8 3 10.92 3 14.5S5.92 21 9.5 21h3.75a.751.751 0 1 0 0-1.5H9.5c-2.77 0-5-2.23-5-5s2.23-5 5-5h8.94l-3.72 3.72a.75.75 0 1 0 1.06 1.06l5-5a.75.75 0 0 0 0-1.06l-5-5a.75.75 0 0 0-.538-.228Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconRedo;
26
+ var _default = SvgIconRedo;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconRestorationSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconRestorationSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconRestorationSite;
8
8
  //# sourceMappingURL=IconRestorationSite.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconRestorationSite.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconRestorationSite.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,4CAKhG,CAAC;AACF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"IconRestorationSite.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconRestorationSite.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,gBAKhG,CAAC;AACF,eAAe,sBAAsB,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconRestorationSite = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconRestorationSite = function SvgIconRestorationSite(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconRestorationSite = _ref => {
22
23
  d: "M12 1.5c-.775 0-1.495.247-1.999.751a2.445 2.445 0 0 0-.54.86c-.226-.069-.453-.139-.679-.134a2.467 2.467 0 0 0-1.596.653c-.597.537-.94 1.374-.897 2.264-.848.058-1.617.463-2.065 1.12-.476.698-.55 1.655-.162 2.54-.35.19-.648.453-.876.752a3.378 3.378 0 0 0-.686 2.046c0 .941.404 1.882 1.185 2.513.614.498 1.493.68 2.459.633.144.748.429 1.445.966 1.953.718.678 1.734 1.049 2.89 1.049v.75c0 .366-.122 1.021-.404 1.485-.282.465-.618.765-1.346.765a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5c-.728 0-1.064-.3-1.346-.765-.282-.464-.404-1.119-.404-1.485v-.75c1.156 0 2.172-.37 2.89-1.049.537-.508.822-1.205.966-1.953.966.047 1.845-.135 2.46-.633a3.228 3.228 0 0 0 1.184-2.513c0-.722-.23-1.45-.686-2.046a2.766 2.766 0 0 0-.877-.752c.39-.885.315-1.842-.16-2.54-.45-.657-1.218-1.062-2.066-1.12.043-.89-.3-1.727-.896-2.264a2.467 2.467 0 0 0-1.597-.653c-.226-.005-.454.066-.679.133a2.445 2.445 0 0 0-.54-.859C13.495 1.747 12.775 1.5 12 1.5ZM12 3c.475 0 .755.128.938.312.183.183.312.463.312.938a.75.75 0 0 0 1.28.53c.25-.25.454-.307.659-.303a.978.978 0 0 1 .621.268c.39.35.624.96.27 1.67a.75.75 0 0 0 .934 1.037c.701-.263 1.244 0 1.522.408s.357.937-.316 1.61a.75.75 0 0 0 .53 1.28c.376 0 .641.163.873.467.232.303.377.751.377 1.135 0 .51-.22 1.018-.628 1.348-.407.33-1.012.528-1.959.318a.751.751 0 0 0-.913.732c0 .696-.233 1.227-.64 1.611-.407.385-1.016.639-1.86.639v-.75a.751.751 0 1 0-1.5 0v3c0 .63.146 1.468.616 2.25h-2.232c.47-.782.616-1.62.616-2.25v-3a.75.75 0 1 0-1.5 0V17c-.844 0-1.453-.254-1.86-.639-.407-.384-.64-.915-.64-1.611a.75.75 0 0 0-.913-.732c-.947.21-1.552.012-1.96-.318A1.738 1.738 0 0 1 4 12.352c0-.384.145-.832.377-1.135.232-.304.497-.467.873-.467a.75.75 0 0 0 .53-1.28c-.673-.673-.594-1.202-.316-1.61.278-.407.82-.671 1.522-.408a.75.75 0 0 0 .935-1.037c-.355-.71-.12-1.32.268-1.67a.978.978 0 0 1 .623-.268c.204-.004.408.053.658.303a.75.75 0 0 0 1.28-.53c0-.475.129-.755.312-.938.183-.184.463-.312.938-.312Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconRestorationSite;
26
+ var _default = SvgIconRestorationSite;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconSeedBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconSeedBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconSeedBank;
8
8
  //# sourceMappingURL=IconSeedBank.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconSeedBank.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSeedBank.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKzF,CAAC;AACF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconSeedBank.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSeedBank.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKzF,CAAC;AACF,eAAe,eAAe,CAAC"}
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
3
4
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
- const SvgIconSeedBank = _ref => {
10
- let {
11
- title,
12
- titleId,
13
- ...props
14
- } = _ref;
11
+ var _excluded = ["title", "titleId"];
12
+ var SvgIconSeedBank = function SvgIconSeedBank(_ref) {
13
+ var title = _ref.title,
14
+ titleId = _ref.titleId,
15
+ props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
15
16
  return /*#__PURE__*/React.createElement("svg", Object.assign({
16
17
  xmlns: "http://www.w3.org/2000/svg",
17
18
  viewBox: "0 0 24 24",
@@ -22,4 +23,5 @@ const SvgIconSeedBank = _ref => {
22
23
  d: "M8.25 2.75c-1.837 0-3.433 1.166-4.521 2.873C2.64 7.33 2 9.614 2 12.125c0 2.511.64 4.795 1.729 6.502C4.817 20.334 6.413 21.5 8.25 21.5c.52 0 1.027-.093 1.507-.269a.742.742 0 0 0 .102-.046c1.424.718 3.171.611 4.838-.062 1.885-.761 3.735-2.246 5.163-4.275 1.425-2.024 2.225-4.245 2.332-6.26.108-2.014-.505-3.892-2.01-4.951-1.06-.746-2.344-.951-3.675-.742-1.077.169-2.183.613-3.224 1.258-.48-.926-.997-1.747-1.749-2.362-.823-.673-1.91-1.041-3.284-1.041Zm0 1.5c1.126 0 1.785.252 2.335.702.541.443.992 1.143 1.47 2.091a13.255 13.255 0 0 0-2.415 2.61c-.21.296-.306.614-.488.918-.261-1.174.222-1.905.222-1.905a.75.75 0 1 0-1.248-.832s-1.203 1.938-.047 4.251c.04.08.092.154.157.216-.51 1.223-.866 2.447-.928 3.61-.083 1.54.258 3 1.095 4.075-.051.003-.101.014-.153.014-1.2 0-2.355-.765-3.257-2.18-.902-1.415-1.493-3.443-1.493-5.695 0-2.253.59-4.28 1.493-5.695.902-1.415 2.056-2.18 3.257-2.18Zm9.36 2.089c.178.006.352.023.519.052.446.076.85.233 1.19.472.978.69 1.465 1.974 1.375 3.646-.089 1.672-.783 3.66-2.06 5.475-1.274 1.81-2.93 3.115-4.498 3.748-1.568.634-2.975.594-3.954-.095-.98-.69-1.466-1.974-1.376-3.646.089-1.672.783-3.66 2.06-5.475a11.609 11.609 0 0 1 2.578-2.666c1.415-1.04 2.916-1.553 4.165-1.511Zm.128 1.15a.75.75 0 0 0-.723.908s.212 1.144 0 2.205c-.107.531-.312 1.01-.639 1.336-.327.328-.782.562-1.626.562-1.27 0-2.246.37-2.896.987-.649.617-.935 1.419-1.043 2.154-.217 1.469.222 2.828.222 2.828a.75.75 0 1 0 1.434-.438s-.325-1.14-.173-2.172c.076-.515.256-.963.594-1.284.338-.32.868-.575 1.862-.575 1.156 0 2.076-.39 2.686-1.001.61-.61.905-1.382 1.05-2.101.287-1.44 0-2.795 0-2.795a.75.75 0 0 0-.748-.614Z"
23
24
  }));
24
25
  };
25
- var _default = exports.default = SvgIconSeedBank;
26
+ var _default = SvgIconSeedBank;
27
+ exports.default = _default;
@@ -3,6 +3,6 @@ interface SVGRProps {
3
3
  title?: string;
4
4
  titleId?: string;
5
5
  }
6
- declare const SvgIconSeedling: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const SvgIconSeedling: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
7
7
  export default SvgIconSeedling;
8
8
  //# sourceMappingURL=IconSeedling.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconSeedling.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSeedling.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKzF,CAAC;AACF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"IconSeedling.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSeedling.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKzF,CAAC;AACF,eAAe,eAAe,CAAC"}