@veeqo/ui 9.4.0 → 9.5.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 (333) hide show
  1. package/README.md +1 -1
  2. package/dist/components/Accordion/Accordion.js +21 -21
  3. package/dist/components/Accordion/Accordion.js.map +1 -1
  4. package/dist/components/ActionMenu/ActionMenu.js +4 -4
  5. package/dist/components/ActionMenu/ActionMenu.js.map +1 -1
  6. package/dist/components/Alerts/Alert/Alert.js +11 -11
  7. package/dist/components/Alerts/Alert/Alert.js.map +1 -1
  8. package/dist/components/Alerts/MiniAlert/MiniAlert.js +4 -4
  9. package/dist/components/Alerts/MiniAlert/MiniAlert.js.map +1 -1
  10. package/dist/components/Anchor/Anchor.js +2 -2
  11. package/dist/components/Anchor/Anchor.js.map +1 -1
  12. package/dist/components/AnimatedDropdown/AnimatedDropdown.js +5 -5
  13. package/dist/components/AnimatedDropdown/AnimatedDropdown.js.map +1 -1
  14. package/dist/components/AnimatedDropdown/components/BasicDropdown.js +2 -2
  15. package/dist/components/AnimatedDropdown/components/BasicDropdown.js.map +1 -1
  16. package/dist/components/Avatar/Avatar.js +2 -2
  17. package/dist/components/Avatar/Avatar.js.map +1 -1
  18. package/dist/components/Badge/Badge.js +4 -4
  19. package/dist/components/Badge/Badge.js.map +1 -1
  20. package/dist/components/Banner/Banner.js +7 -7
  21. package/dist/components/Banner/Banner.js.map +1 -1
  22. package/dist/components/Breadcrumbs/Breadcrumbs.js +5 -5
  23. package/dist/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  24. package/dist/components/Breadcrumbs/components/Breadcrumb.js +4 -4
  25. package/dist/components/Breadcrumbs/components/Breadcrumb.js.map +1 -1
  26. package/dist/components/Button/Button.js +7 -7
  27. package/dist/components/Button/Button.js.map +1 -1
  28. package/dist/components/Calendars/components/Calendar/Calendar.js +4 -4
  29. package/dist/components/Calendars/components/Calendar/Calendar.js.map +1 -1
  30. package/dist/components/Calendars/components/RangeCalendar/RangeCalendar.js +4 -4
  31. package/dist/components/Calendars/components/RangeCalendar/RangeCalendar.js.map +1 -1
  32. package/dist/components/Calendars/components/subcomponents/CalendarGrid/CalendarGrid.js +4 -4
  33. package/dist/components/Calendars/components/subcomponents/CalendarGrid/CalendarGrid.js.map +1 -1
  34. package/dist/components/Calendars/components/subcomponents/CalendarGrid/subCalendars/DodecadeCalendar.js +2 -2
  35. package/dist/components/Calendars/components/subcomponents/CalendarGrid/subCalendars/DodecadeCalendar.js.map +1 -1
  36. package/dist/components/Calendars/components/subcomponents/CalendarGrid/subCalendars/MonthCalendar.js +4 -4
  37. package/dist/components/Calendars/components/subcomponents/CalendarGrid/subCalendars/MonthCalendar.js.map +1 -1
  38. package/dist/components/Calendars/components/subcomponents/CalendarGrid/subCalendars/YearCalendar.js +2 -2
  39. package/dist/components/Calendars/components/subcomponents/CalendarGrid/subCalendars/YearCalendar.js.map +1 -1
  40. package/dist/components/Calendars/components/subcomponents/CalendarHeader.js +9 -9
  41. package/dist/components/Calendars/components/subcomponents/CalendarHeader.js.map +1 -1
  42. package/dist/components/Calendars/components/subcomponents/CalendarHeading.js +2 -2
  43. package/dist/components/Calendars/components/subcomponents/CalendarHeading.js.map +1 -1
  44. package/dist/components/Card/Card.js +6 -6
  45. package/dist/components/Card/Card.js.map +1 -1
  46. package/dist/components/CardHeader/CardHeader.js +8 -8
  47. package/dist/components/CardHeader/CardHeader.js.map +1 -1
  48. package/dist/components/Checkbox/Checkbox.js +3 -3
  49. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  50. package/dist/components/Choice/Choice.js +14 -14
  51. package/dist/components/Choice/Choice.js.map +1 -1
  52. package/dist/components/ChoiceList/ChoiceList.js +4 -4
  53. package/dist/components/ChoiceList/ChoiceList.js.map +1 -1
  54. package/dist/components/CopyToClipboard/CopyToClipboard.js +4 -4
  55. package/dist/components/CopyToClipboard/CopyToClipboard.js.map +1 -1
  56. package/dist/components/DataTable/DataTable.js +34 -34
  57. package/dist/components/DataTable/DataTable.js.map +1 -1
  58. package/dist/components/DataTable/components/ActionBar.js +3 -3
  59. package/dist/components/DataTable/components/ActionBar.js.map +1 -1
  60. package/dist/components/DataTable/components/ColumnDivider.js +2 -2
  61. package/dist/components/DataTable/components/ColumnDivider.js.map +1 -1
  62. package/dist/components/DataTable/components/ColumnMenu.cjs +1 -1
  63. package/dist/components/DataTable/components/ColumnMenu.cjs.map +1 -1
  64. package/dist/components/DataTable/components/ColumnMenu.js +11 -11
  65. package/dist/components/DataTable/components/ColumnMenu.js.map +1 -1
  66. package/dist/components/DataTable/components/SelectionCell.js +5 -5
  67. package/dist/components/DataTable/components/SelectionCell.js.map +1 -1
  68. package/dist/components/DataTable/components/SelectionHeader.js +4 -4
  69. package/dist/components/DataTable/components/SelectionHeader.js.map +1 -1
  70. package/dist/components/DataTable/components/StickyHead.js +4 -4
  71. package/dist/components/DataTable/components/StickyHead.js.map +1 -1
  72. package/dist/components/DataTable/hooks/useSelection.js +3 -3
  73. package/dist/components/DataTable/hooks/useSelection.js.map +1 -1
  74. package/dist/components/DataTable/renderers/renderFooter.js +2 -2
  75. package/dist/components/DataTable/renderers/renderFooter.js.map +1 -1
  76. package/dist/components/DataTable/renderers/renderHeader.js +8 -8
  77. package/dist/components/DataTable/renderers/renderHeader.js.map +1 -1
  78. package/dist/components/DataTable/renderers/renderLoadingCell.js +3 -3
  79. package/dist/components/DataTable/renderers/renderLoadingCell.js.map +1 -1
  80. package/dist/components/DataTable/renderers/renderNestedCell.js +2 -2
  81. package/dist/components/DataTable/renderers/renderNestedCell.js.map +1 -1
  82. package/dist/components/DataTable/utils/GetSortIcon.cjs +2 -2
  83. package/dist/components/DataTable/utils/GetSortIcon.cjs.map +1 -1
  84. package/dist/components/DataTable/utils/GetSortIcon.js +5 -5
  85. package/dist/components/DataTable/utils/GetSortIcon.js.map +1 -1
  86. package/dist/components/DateInputField/DateInputField.js +11 -11
  87. package/dist/components/DateInputField/DateInputField.js.map +1 -1
  88. package/dist/components/DatePicker/DatePicker.js +9 -9
  89. package/dist/components/DatePicker/DatePicker.js.map +1 -1
  90. package/dist/components/DateRangePicker/DateRangePicker.js +12 -12
  91. package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -1
  92. package/dist/components/DateRangePicker/components/ComparePreviousPeriod.js +5 -5
  93. package/dist/components/DateRangePicker/components/ComparePreviousPeriod.js.map +1 -1
  94. package/dist/components/DescriptionList/DescriptionList.js +9 -9
  95. package/dist/components/DescriptionList/DescriptionList.js.map +1 -1
  96. package/dist/components/DetailPage/DetailPage.js +4 -4
  97. package/dist/components/DetailPage/DetailPage.js.map +1 -1
  98. package/dist/components/DimensionsInput/DimensionsInput.js +10 -10
  99. package/dist/components/DimensionsInput/DimensionsInput.js.map +1 -1
  100. package/dist/components/Dropdown/Dropdown.js +4 -4
  101. package/dist/components/Dropdown/Dropdown.js.map +1 -1
  102. package/dist/components/Dropdown/DropdownPopover.js +4 -4
  103. package/dist/components/Dropdown/DropdownPopover.js.map +1 -1
  104. package/dist/components/FilterTag/FilterTag.js +12 -12
  105. package/dist/components/FilterTag/FilterTag.js.map +1 -1
  106. package/dist/components/Image/Image.js +8 -8
  107. package/dist/components/Image/Image.js.map +1 -1
  108. package/dist/components/Image/components/PlaceholderImage.js +3 -3
  109. package/dist/components/Image/components/PlaceholderImage.js.map +1 -1
  110. package/dist/components/Indicator/Indicator.js +2 -2
  111. package/dist/components/Indicator/Indicator.js.map +1 -1
  112. package/dist/components/InputGroup/components/InputGroupLabel/InputGroupLabel.js +3 -3
  113. package/dist/components/InputGroup/components/InputGroupLabel/InputGroupLabel.js.map +1 -1
  114. package/dist/components/LegacyDataTable/LegacyDataTable.cjs +2 -2
  115. package/dist/components/LegacyDataTable/LegacyDataTable.cjs.map +1 -1
  116. package/dist/components/LegacyDataTable/LegacyDataTable.js +40 -40
  117. package/dist/components/LegacyDataTable/LegacyDataTable.js.map +1 -1
  118. package/dist/components/LegacyDataTable/SkeletonContent/SkeletonContent.js +3 -3
  119. package/dist/components/LegacyDataTable/SkeletonContent/SkeletonContent.js.map +1 -1
  120. package/dist/components/LegacyDataTable/SpecificState/SpecificState.js +5 -5
  121. package/dist/components/LegacyDataTable/SpecificState/SpecificState.js.map +1 -1
  122. package/dist/components/LegacyDataTable/StickyHeader.js +3 -3
  123. package/dist/components/LegacyDataTable/StickyHeader.js.map +1 -1
  124. package/dist/components/LegacyDataTable/cells/ClickableCell.js +3 -3
  125. package/dist/components/LegacyDataTable/cells/ClickableCell.js.map +1 -1
  126. package/dist/components/LegacyDataTable/cells/EditableCell.js +4 -4
  127. package/dist/components/LegacyDataTable/cells/EditableCell.js.map +1 -1
  128. package/dist/components/LegacyDataTable/cells/SkeletonCell.js +3 -3
  129. package/dist/components/LegacyDataTable/cells/SkeletonCell.js.map +1 -1
  130. package/dist/components/LegacyDataTable/cells/SkeletonHeaderCell.js +3 -3
  131. package/dist/components/LegacyDataTable/cells/SkeletonHeaderCell.js.map +1 -1
  132. package/dist/components/LegacyDataTable/utils/constants.js +3 -3
  133. package/dist/components/LegacyDataTable/utils/constants.js.map +1 -1
  134. package/dist/components/Loader/Grid.js +20 -20
  135. package/dist/components/Loader/Grid.js.map +1 -1
  136. package/dist/components/Loader/Loader.js +4 -4
  137. package/dist/components/Loader/Loader.js.map +1 -1
  138. package/dist/components/Loader/TailSpin.js +13 -13
  139. package/dist/components/Loader/TailSpin.js.map +1 -1
  140. package/dist/components/Loader/ThreeDots.js +11 -11
  141. package/dist/components/Loader/ThreeDots.js.map +1 -1
  142. package/dist/components/LoginWithAmazonButton/LoginWithAmazonButton.js +3 -3
  143. package/dist/components/LoginWithAmazonButton/LoginWithAmazonButton.js.map +1 -1
  144. package/dist/components/Modal/Modal.js +11 -11
  145. package/dist/components/Modal/Modal.js.map +1 -1
  146. package/dist/components/Modal/components/Dialog/Dialog.js +2 -2
  147. package/dist/components/Modal/components/Dialog/Dialog.js.map +1 -1
  148. package/dist/components/Pagination/Pagination.js +9 -9
  149. package/dist/components/Pagination/Pagination.js.map +1 -1
  150. package/dist/components/Pagination/components.js +6 -6
  151. package/dist/components/Pagination/components.js.map +1 -1
  152. package/dist/components/Popover/Popover.js +4 -4
  153. package/dist/components/Popover/Popover.js.map +1 -1
  154. package/dist/components/Portal/Portal.cjs +32 -21
  155. package/dist/components/Portal/Portal.cjs.map +1 -1
  156. package/dist/components/Portal/Portal.d.ts +13 -2
  157. package/dist/components/Portal/Portal.js +33 -22
  158. package/dist/components/Portal/Portal.js.map +1 -1
  159. package/dist/components/Portal/utils.cjs.map +1 -1
  160. package/dist/components/Portal/utils.d.ts +1 -1
  161. package/dist/components/Portal/utils.js.map +1 -1
  162. package/dist/components/PriceInput/PriceInput.js +6 -6
  163. package/dist/components/PriceInput/PriceInput.js.map +1 -1
  164. package/dist/components/Radio/Radio.js +3 -3
  165. package/dist/components/Radio/Radio.js.map +1 -1
  166. package/dist/components/ScreenReaderOnly/ScreenReaderOnly.js +2 -2
  167. package/dist/components/ScreenReaderOnly/ScreenReaderOnly.js.map +1 -1
  168. package/dist/components/Search/Search.js +9 -9
  169. package/dist/components/Search/Search.js.map +1 -1
  170. package/dist/components/SegmentedControl/SegmentedControl.js +2 -2
  171. package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
  172. package/dist/components/Select/Select.js +3 -3
  173. package/dist/components/Select/Select.js.map +1 -1
  174. package/dist/components/ShortcutKeys/ShortcutKeys.js +6 -6
  175. package/dist/components/ShortcutKeys/ShortcutKeys.js.map +1 -1
  176. package/dist/components/SimpleTable/SimpleTable.js +2 -2
  177. package/dist/components/SimpleTable/SimpleTable.js.map +1 -1
  178. package/dist/components/Slider/Slider.js +6 -6
  179. package/dist/components/Slider/Slider.js.map +1 -1
  180. package/dist/components/Stepper/Stepper.js +6 -6
  181. package/dist/components/Stepper/Stepper.js.map +1 -1
  182. package/dist/components/TextField/TextField.js +3 -3
  183. package/dist/components/TextField/TextField.js.map +1 -1
  184. package/dist/components/ToastsLayout/ToastsLayout.js +4 -4
  185. package/dist/components/ToastsLayout/ToastsLayout.js.map +1 -1
  186. package/dist/components/ToastsLayout/components/Toast.js +10 -10
  187. package/dist/components/ToastsLayout/components/Toast.js.map +1 -1
  188. package/dist/components/Toggle/Toggle.js +6 -6
  189. package/dist/components/Toggle/Toggle.js.map +1 -1
  190. package/dist/components/ToggleButton/ToggleButton.js +2 -2
  191. package/dist/components/ToggleButton/ToggleButton.js.map +1 -1
  192. package/dist/components/Tooltip/Tooltip.js +5 -5
  193. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  194. package/dist/components/Tooltip/components/TooltipPopover.js +4 -4
  195. package/dist/components/Tooltip/components/TooltipPopover.js.map +1 -1
  196. package/dist/components/UploadFile/UploadFile.js +13 -13
  197. package/dist/components/UploadFile/UploadFile.js.map +1 -1
  198. package/dist/components/UploadFile/UploadGraphic.js +4 -4
  199. package/dist/components/UploadFile/UploadGraphic.js.map +1 -1
  200. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.js +4 -4
  201. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.js.map +1 -1
  202. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.js +4 -4
  203. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.js.map +1 -1
  204. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.js +4 -4
  205. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.js.map +1 -1
  206. package/dist/components/VideoModal/VideoModal.js +6 -6
  207. package/dist/components/VideoModal/VideoModal.js.map +1 -1
  208. package/dist/components/VideoModal/components/Popup.js +7 -7
  209. package/dist/components/VideoModal/components/Popup.js.map +1 -1
  210. package/dist/components/View/View.js +9 -9
  211. package/dist/components/View/View.js.map +1 -1
  212. package/dist/components/ViewTab/ViewTab.js +10 -10
  213. package/dist/components/ViewTab/ViewTab.js.map +1 -1
  214. package/dist/components/ViewsContainer/ViewsContainer.js +9 -9
  215. package/dist/components/ViewsContainer/ViewsContainer.js.map +1 -1
  216. package/dist/components/WeightInput/WeightInput.js +13 -13
  217. package/dist/components/WeightInput/WeightInput.js.map +1 -1
  218. package/dist/hoc/withDeprecated.js +2 -2
  219. package/dist/hoc/withDeprecated.js.map +1 -1
  220. package/dist/hoc/withLabels/withLabels.js +13 -13
  221. package/dist/hoc/withLabels/withLabels.js.map +1 -1
  222. package/dist/hooks/useFocusVisible.js +8 -8
  223. package/dist/hooks/useFocusVisible.js.map +1 -1
  224. package/dist/index.cjs +74 -0
  225. package/dist/index.cjs.map +1 -1
  226. package/dist/index.d.ts +1 -0
  227. package/dist/index.js +37 -0
  228. package/dist/index.js.map +1 -1
  229. package/dist/tempIcons/ActiveCheckboxIcon.cjs +14 -0
  230. package/dist/tempIcons/ActiveCheckboxIcon.cjs.map +1 -0
  231. package/dist/tempIcons/ActiveCheckboxIcon.js +8 -0
  232. package/dist/tempIcons/ActiveCheckboxIcon.js.map +1 -0
  233. package/dist/tempIcons/ActiveRadioIcon.cjs +14 -0
  234. package/dist/tempIcons/ActiveRadioIcon.cjs.map +1 -0
  235. package/dist/tempIcons/ActiveRadioIcon.js +8 -0
  236. package/dist/tempIcons/ActiveRadioIcon.js.map +1 -0
  237. package/dist/tempIcons/ArrowDownIcon.js +3 -3
  238. package/dist/tempIcons/ArrowDownIcon.js.map +1 -1
  239. package/dist/tempIcons/ArrowUpIcon.js +3 -3
  240. package/dist/tempIcons/ArrowUpIcon.js.map +1 -1
  241. package/dist/tempIcons/AttentionIcon.js +3 -3
  242. package/dist/tempIcons/AttentionIcon.js.map +1 -1
  243. package/dist/tempIcons/CalendarIcon.js +3 -3
  244. package/dist/tempIcons/CalendarIcon.js.map +1 -1
  245. package/dist/tempIcons/ClipboardIcon.js +3 -3
  246. package/dist/tempIcons/ClipboardIcon.js.map +1 -1
  247. package/dist/tempIcons/CrossIcon.js +3 -3
  248. package/dist/tempIcons/CrossIcon.js.map +1 -1
  249. package/dist/tempIcons/DashboardIcon.cjs +13 -0
  250. package/dist/tempIcons/DashboardIcon.cjs.map +1 -0
  251. package/dist/tempIcons/DashboardIcon.d.ts +2 -0
  252. package/dist/tempIcons/DashboardIcon.js +7 -0
  253. package/dist/tempIcons/DashboardIcon.js.map +1 -0
  254. package/dist/tempIcons/DestructiveIcon.cjs +30 -0
  255. package/dist/tempIcons/DestructiveIcon.cjs.map +1 -0
  256. package/dist/tempIcons/DestructiveIcon.js +8 -0
  257. package/dist/tempIcons/DestructiveIcon.js.map +1 -0
  258. package/dist/tempIcons/DoubleArrowAscIcon.js +4 -4
  259. package/dist/tempIcons/DoubleArrowAscIcon.js.map +1 -1
  260. package/dist/tempIcons/DoubleArrowDescIcon.js +4 -4
  261. package/dist/tempIcons/DoubleArrowDescIcon.js.map +1 -1
  262. package/dist/tempIcons/{DoubleArrowIconIcon.cjs → DoubleArrowIcon.cjs} +1 -1
  263. package/dist/tempIcons/DoubleArrowIcon.cjs.map +1 -0
  264. package/dist/tempIcons/DoubleArrowIcon.js +8 -0
  265. package/dist/tempIcons/DoubleArrowIcon.js.map +1 -0
  266. package/dist/tempIcons/DownArrowIcon.js +3 -3
  267. package/dist/tempIcons/DownArrowIcon.js.map +1 -1
  268. package/dist/tempIcons/DragIndicatorIcon.cjs +13 -0
  269. package/dist/tempIcons/DragIndicatorIcon.cjs.map +1 -0
  270. package/dist/tempIcons/DragIndicatorIcon.js +7 -0
  271. package/dist/tempIcons/DragIndicatorIcon.js.map +1 -0
  272. package/dist/tempIcons/DropdownIcon.js +3 -3
  273. package/dist/tempIcons/DropdownIcon.js.map +1 -1
  274. package/dist/tempIcons/EditIcon.js +3 -3
  275. package/dist/tempIcons/EditIcon.js.map +1 -1
  276. package/dist/tempIcons/EndArrowIcon.js +4 -4
  277. package/dist/tempIcons/EndArrowIcon.js.map +1 -1
  278. package/dist/tempIcons/FailIcon.js +3 -3
  279. package/dist/tempIcons/FailIcon.js.map +1 -1
  280. package/dist/tempIcons/HelpIcon.js +3 -3
  281. package/dist/tempIcons/HelpIcon.js.map +1 -1
  282. package/dist/tempIcons/InactiveCheckboxIcon.cjs +14 -0
  283. package/dist/tempIcons/InactiveCheckboxIcon.cjs.map +1 -0
  284. package/dist/tempIcons/InactiveCheckboxIcon.js +8 -0
  285. package/dist/tempIcons/InactiveCheckboxIcon.js.map +1 -0
  286. package/dist/tempIcons/InactiveRadioIcon.cjs +14 -0
  287. package/dist/tempIcons/InactiveRadioIcon.cjs.map +1 -0
  288. package/dist/tempIcons/InactiveRadioIcon.js +8 -0
  289. package/dist/tempIcons/InactiveRadioIcon.js.map +1 -0
  290. package/dist/tempIcons/InfoIcon.js +5 -5
  291. package/dist/tempIcons/InfoIcon.js.map +1 -1
  292. package/dist/tempIcons/LeftArrowIcon.js +3 -3
  293. package/dist/tempIcons/LeftArrowIcon.js.map +1 -1
  294. package/dist/tempIcons/MergeIcon.js +3 -3
  295. package/dist/tempIcons/MergeIcon.js.map +1 -1
  296. package/dist/tempIcons/PlusIcon.cjs +30 -0
  297. package/dist/tempIcons/PlusIcon.cjs.map +1 -0
  298. package/dist/tempIcons/PlusIcon.js +8 -0
  299. package/dist/tempIcons/PlusIcon.js.map +1 -0
  300. package/dist/tempIcons/RecommendIcon.js +5 -5
  301. package/dist/tempIcons/RecommendIcon.js.map +1 -1
  302. package/dist/tempIcons/ReorderIcon.js +3 -3
  303. package/dist/tempIcons/ReorderIcon.js.map +1 -1
  304. package/dist/tempIcons/RightArrowIcon.js +3 -3
  305. package/dist/tempIcons/RightArrowIcon.js.map +1 -1
  306. package/dist/tempIcons/SearchIcon.js +3 -3
  307. package/dist/tempIcons/SearchIcon.js.map +1 -1
  308. package/dist/tempIcons/StartArrowIcon.js +4 -4
  309. package/dist/tempIcons/StartArrowIcon.js.map +1 -1
  310. package/dist/tempIcons/SuccessIcon.js +3 -3
  311. package/dist/tempIcons/SuccessIcon.js.map +1 -1
  312. package/dist/tempIcons/ThreeDotsIcon.js +3 -3
  313. package/dist/tempIcons/ThreeDotsIcon.js.map +1 -1
  314. package/dist/tempIcons/UpArrowIcon.js +3 -3
  315. package/dist/tempIcons/UpArrowIcon.js.map +1 -1
  316. package/dist/tempIcons/VisibilityIcon.cjs +2 -2
  317. package/dist/tempIcons/VisibilityIcon.cjs.map +1 -1
  318. package/dist/tempIcons/VisibilityIcon.d.ts +1 -1
  319. package/dist/tempIcons/VisibilityIcon.js +4 -4
  320. package/dist/tempIcons/VisibilityIcon.js.map +1 -1
  321. package/dist/tempIcons/VisibilityOffIcon.cjs +2 -2
  322. package/dist/tempIcons/VisibilityOffIcon.cjs.map +1 -1
  323. package/dist/tempIcons/VisibilityOffIcon.d.ts +1 -1
  324. package/dist/tempIcons/VisibilityOffIcon.js +4 -4
  325. package/dist/tempIcons/VisibilityOffIcon.js.map +1 -1
  326. package/dist/tempIcons/WarningIcon.js +4 -4
  327. package/dist/tempIcons/WarningIcon.js.map +1 -1
  328. package/dist/tempIcons/index.d.ts +37 -0
  329. package/package.json +1 -1
  330. package/dist/tempIcons/DoubleArrowIconIcon.cjs.map +0 -1
  331. package/dist/tempIcons/DoubleArrowIconIcon.d.ts +0 -2
  332. package/dist/tempIcons/DoubleArrowIconIcon.js +0 -8
  333. package/dist/tempIcons/DoubleArrowIconIcon.js.map +0 -1
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+
3
+ // Less icon from old lib
4
+ const DestructiveIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 11H7V13H11H13H17V11H13H11ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z", fill: "currentColor" })));
6
+
7
+ export { DestructiveIcon };
8
+ //# sourceMappingURL=DestructiveIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DestructiveIcon.js","sources":["../../src/tempIcons/DestructiveIcon.tsx"],"sourcesContent":["import * as React from 'react';\n\n// Less icon from old lib\nexport const DestructiveIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 11H7V13H11H13H17V11H13H11ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;AAEA;MACa,eAAe,GAAG,CAAC,KAAU,MACxC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,wNAAwN,EAC1N,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const DoubleArrowAscIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10L8 13L11 10H5Z", fill: "#959FA8" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6L8 3L5 6L11 6Z", fill: "#0079D1" })));
3
+ const DoubleArrowAscIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10L8 13L11 10H5Z", fill: "#959FA8" }),
5
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6L8 3L5 6L11 6Z", fill: "#0079D1" })));
6
6
 
7
7
  export { DoubleArrowAscIcon };
8
8
  //# sourceMappingURL=DoubleArrowAscIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DoubleArrowAscIcon.js","sources":["../../src/tempIcons/DoubleArrowAscIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DoubleArrowAscIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 10L8 13L11 10H5Z\" fill=\"#959FA8\" />\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 6L8 3L5 6L11 6Z\" fill=\"#0079D1\" />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,kBAAkB,GAAG,CAAC,KAAU,MAC3C,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA;AACrF,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA,CACjF;;;;"}
1
+ {"version":3,"file":"DoubleArrowAscIcon.js","sources":["../../src/tempIcons/DoubleArrowAscIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DoubleArrowAscIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 10L8 13L11 10H5Z\" fill=\"#959FA8\" />\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 6L8 3L5 6L11 6Z\" fill=\"#0079D1\" />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,kBAAkB,GAAG,CAAC,KAAU,MAC3CA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA;AACrF,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA,CACjF;;;;"}
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const DoubleArrowDescIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10L8 13L11 10H5Z", fill: "#0079D1" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6L8 3L5 6L11 6Z", fill: "#959FA8" })));
3
+ const DoubleArrowDescIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10L8 13L11 10H5Z", fill: "#0079D1" }),
5
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6L8 3L5 6L11 6Z", fill: "#959FA8" })));
6
6
 
7
7
  export { DoubleArrowDescIcon };
8
8
  //# sourceMappingURL=DoubleArrowDescIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DoubleArrowDescIcon.js","sources":["../../src/tempIcons/DoubleArrowDescIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DoubleArrowDescIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 10L8 13L11 10H5Z\" fill=\"#0079D1\" />\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 6L8 3L5 6L11 6Z\" fill=\"#959FA8\" />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,mBAAmB,GAAG,CAAC,KAAU,MAC5C,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA;AACrF,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA,CACjF;;;;"}
1
+ {"version":3,"file":"DoubleArrowDescIcon.js","sources":["../../src/tempIcons/DoubleArrowDescIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DoubleArrowDescIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 10L8 13L11 10H5Z\" fill=\"#0079D1\" />\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 6L8 3L5 6L11 6Z\" fill=\"#959FA8\" />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,mBAAmB,GAAG,CAAC,KAAU,MAC5CA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA;AACrF,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,EAAG,CAAA,CACjF;;;;"}
@@ -11,4 +11,4 @@ const DoubleArrowIcon = (props) => (React__default.default.createElement("svg",
11
11
  React__default.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6L8 3L5 6L11 6Z", fill: "currentColor" })));
12
12
 
13
13
  exports.DoubleArrowIcon = DoubleArrowIcon;
14
- //# sourceMappingURL=DoubleArrowIconIcon.cjs.map
14
+ //# sourceMappingURL=DoubleArrowIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DoubleArrowIcon.cjs","sources":["../../src/tempIcons/DoubleArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DoubleArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 10L8 13L11 10H5Z\" fill=\"currentColor\" />\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 6L8 3L5 6L11 6Z\" fill=\"currentColor\" />\n </svg>\n);\n"],"names":["React"],"mappings":";;;;;;;;MAEa,eAAe,GAAG,CAAC,KAAU,MACxCA,sBAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,sBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA;AAC1F,IAAAA,sBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,CACtF;;;;"}
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ const DoubleArrowIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10L8 13L11 10H5Z", fill: "currentColor" }),
5
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6L8 3L5 6L11 6Z", fill: "currentColor" })));
6
+
7
+ export { DoubleArrowIcon };
8
+ //# sourceMappingURL=DoubleArrowIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DoubleArrowIcon.js","sources":["../../src/tempIcons/DoubleArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DoubleArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 10L8 13L11 10H5Z\" fill=\"currentColor\" />\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 6L8 3L5 6L11 6Z\" fill=\"currentColor\" />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,eAAe,GAAG,CAAC,KAAU,MACxCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA;AAC1F,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,CACtF;;;;"}
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
  import { sizes } from '../theme/modules/sizes.js';
3
3
 
4
- const DownArrowIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "presentation", height: sizes.md, ...props },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0302 5.52997L7.97021 8.5833L4.91021 5.52997L3.97021 6.46997L7.97021 10.47L11.9702 6.46997L11.0302 5.52997Z", fill: "currentColor" })));
4
+ const DownArrowIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "presentation", height: sizes.md, ...props },
5
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0302 5.52997L7.97021 8.5833L4.91021 5.52997L3.97021 6.46997L7.97021 10.47L11.9702 6.46997L11.0302 5.52997Z", fill: "currentColor" })));
6
6
 
7
7
  export { DownArrowIcon };
8
8
  //# sourceMappingURL=DownArrowIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DownArrowIcon.js","sources":["../../src/tempIcons/DownArrowIcon.tsx"],"sourcesContent":["import React from 'react';\nimport { sizes } from '../theme/modules/sizes';\n\nexport const DownArrowIcon = (props: any) => (\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n role=\"presentation\"\n height={sizes.md}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0302 5.52997L7.97021 8.5833L4.91021 5.52997L3.97021 6.46997L7.97021 10.47L11.9702 6.46997L11.0302 5.52997Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;;AAGO,MAAM,aAAa,GAAG,CAAC,KAAU,MACtC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,IAAI,EAAC,cAAc,EACnB,MAAM,EAAE,KAAK,CAAC,EAAE,KACZ,KAAK,EAAA;AAET,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gHAAgH,EAClH,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"DownArrowIcon.js","sources":["../../src/tempIcons/DownArrowIcon.tsx"],"sourcesContent":["import React from 'react';\nimport { sizes } from '../theme/modules/sizes';\n\nexport const DownArrowIcon = (props: any) => (\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n role=\"presentation\"\n height={sizes.md}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0302 5.52997L7.97021 8.5833L4.91021 5.52997L3.97021 6.46997L7.97021 10.47L11.9702 6.46997L11.0302 5.52997Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;;AAGO,MAAM,aAAa,GAAG,CAAC,KAAU,MACtCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,IAAI,EAAC,cAAc,EACnB,MAAM,EAAE,KAAK,CAAC,EAAE,KACZ,KAAK,EAAA;AAET,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gHAAgH,EAClH,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+
5
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
6
+
7
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
8
+
9
+ const DragIndicatorIcon = (props) => (React__default.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "drag-icon", ...props },
10
+ React__default.default.createElement("path", { d: "M11 18C11 19.1 10.1 20 9 20C7.9 20 7 19.1 7 18C7 16.9 7.9 16 9 16C10.1 16 11 16.9 11 18ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 8C16.1 8 17 7.1 17 6C17 4.9 16.1 4 15 4C13.9 4 13 4.9 13 6C13 7.1 13.9 8 15 8ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16Z", fill: "currentColor" })));
11
+
12
+ exports.DragIndicatorIcon = DragIndicatorIcon;
13
+ //# sourceMappingURL=DragIndicatorIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragIndicatorIcon.cjs","sources":["../../src/tempIcons/DragIndicatorIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DragIndicatorIcon = (props: any) => (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"drag-icon\"\n {...props}\n >\n <path\n d=\"M11 18C11 19.1 10.1 20 9 20C7.9 20 7 19.1 7 18C7 16.9 7.9 16 9 16C10.1 16 11 16.9 11 18ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 8C16.1 8 17 7.1 17 6C17 4.9 16.1 4 15 4C13.9 4 13 4.9 13 6C13 7.1 13.9 8 15 8ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;;;;;;;AAEO,MAAM,iBAAiB,GAAG,CAAC,KAAU,MAC1CA,sBAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EACtB,aAAA,EAAA,WAAW,KACnB,KAAK,EAAA;IAETA,sBACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,2gBAA2gB,EAC7gB,IAAI,EAAC,cAAc,EAAA,CACnB,CACE;;;;"}
@@ -0,0 +1,7 @@
1
+ import React__default from 'react';
2
+
3
+ const DragIndicatorIcon = (props) => (React__default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "drag-icon", ...props },
4
+ React__default.createElement("path", { d: "M11 18C11 19.1 10.1 20 9 20C7.9 20 7 19.1 7 18C7 16.9 7.9 16 9 16C10.1 16 11 16.9 11 18ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 8C16.1 8 17 7.1 17 6C17 4.9 16.1 4 15 4C13.9 4 13 4.9 13 6C13 7.1 13.9 8 15 8ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16Z", fill: "currentColor" })));
5
+
6
+ export { DragIndicatorIcon };
7
+ //# sourceMappingURL=DragIndicatorIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragIndicatorIcon.js","sources":["../../src/tempIcons/DragIndicatorIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DragIndicatorIcon = (props: any) => (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"drag-icon\"\n {...props}\n >\n <path\n d=\"M11 18C11 19.1 10.1 20 9 20C7.9 20 7 19.1 7 18C7 16.9 7.9 16 9 16C10.1 16 11 16.9 11 18ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 8C16.1 8 17 7.1 17 6C17 4.9 16.1 4 15 4C13.9 4 13 4.9 13 6C13 7.1 13.9 8 15 8ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;AAEO,MAAM,iBAAiB,GAAG,CAAC,KAAU,MAC1CA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EACtB,aAAA,EAAA,WAAW,KACnB,KAAK,EAAA;IAETA,cACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,2gBAA2gB,EAC7gB,IAAI,EAAC,cAAc,EAAA,CACnB,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const DropdownIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L8 10L12 6H4Z", fill: "currentColor" })));
3
+ const DropdownIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L8 10L12 6H4Z", fill: "currentColor" })));
5
5
 
6
6
  export { DropdownIcon };
7
7
  //# sourceMappingURL=DropdownIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownIcon.js","sources":["../../src/tempIcons/DropdownIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DropdownIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 6L8 10L12 6H4Z\" fill=\"currentColor\" />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,YAAY,GAAG,CAAC,KAAU,MACrC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,mBAAmB,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,CACpF;;;;"}
1
+ {"version":3,"file":"DropdownIcon.js","sources":["../../src/tempIcons/DropdownIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const DropdownIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 6L8 10L12 6H4Z\" fill=\"currentColor\" />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,YAAY,GAAG,CAAC,KAAU,MACrCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,mBAAmB,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,CACpF;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const EditIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 18.0418V21.9996H6.95778L18.6306 10.3273L14.6728 6.36952L3 18.0418ZM21.6913 7.2661C22.1029 6.85501 22.1029 6.19011 21.6913 5.7785L19.2216 3.30831C18.81 2.89723 18.1451 2.89723 17.7335 3.30831L15.8021 5.23971L19.7599 9.19749L21.6913 7.2661Z", fill: "currentColor" })));
3
+ const EditIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 18.0418V21.9996H6.95778L18.6306 10.3273L14.6728 6.36952L3 18.0418ZM21.6913 7.2661C22.1029 6.85501 22.1029 6.19011 21.6913 5.7785L19.2216 3.30831C18.81 2.89723 18.1451 2.89723 17.7335 3.30831L15.8021 5.23971L19.7599 9.19749L21.6913 7.2661Z", fill: "currentColor" })));
5
5
 
6
6
  export { EditIcon };
7
7
  //# sourceMappingURL=EditIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditIcon.js","sources":["../../src/tempIcons/EditIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const EditIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 18.0418V21.9996H6.95778L18.6306 10.3273L14.6728 6.36952L3 18.0418ZM21.6913 7.2661C22.1029 6.85501 22.1029 6.19011 21.6913 5.7785L19.2216 3.30831C18.81 2.89723 18.1451 2.89723 17.7335 3.30831L15.8021 5.23971L19.7599 9.19749L21.6913 7.2661Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,mPAAmP,EACrP,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"EditIcon.js","sources":["../../src/tempIcons/EditIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const EditIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 18.0418V21.9996H6.95778L18.6306 10.3273L14.6728 6.36952L3 18.0418ZM21.6913 7.2661C22.1029 6.85501 22.1029 6.19011 21.6913 5.7785L19.2216 3.30831C18.81 2.89723 18.1451 2.89723 17.7335 3.30831L15.8021 5.23971L19.7599 9.19749L21.6913 7.2661Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,mPAAmP,EACrP,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const EndArrowIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33661 11.06L7.38994 8L4.33661 4.94L5.27661 4L9.27661 8L5.27661 12L4.33661 11.06Z", fill: "currentColor" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.67 4L11.67 12L10.3367 12L10.3367 4L11.67 4Z", fill: "currentColor" })));
3
+ const EndArrowIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33661 11.06L7.38994 8L4.33661 4.94L5.27661 4L9.27661 8L5.27661 12L4.33661 11.06Z", fill: "currentColor" }),
5
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.67 4L11.67 12L10.3367 12L10.3367 4L11.67 4Z", fill: "currentColor" })));
6
6
 
7
7
  export { EndArrowIcon };
8
8
  //# sourceMappingURL=EndArrowIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EndArrowIcon.js","sources":["../../src/tempIcons/EndArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const EndArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.33661 11.06L7.38994 8L4.33661 4.94L5.27661 4L9.27661 8L5.27661 12L4.33661 11.06Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.67 4L11.67 12L10.3367 12L10.3367 4L11.67 4Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,YAAY,GAAG,CAAC,KAAU,MACrC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qFAAqF,EACvF,IAAI,EAAC,cAAc,EACnB,CAAA;AACF,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iDAAiD,EACnD,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"EndArrowIcon.js","sources":["../../src/tempIcons/EndArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const EndArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.33661 11.06L7.38994 8L4.33661 4.94L5.27661 4L9.27661 8L5.27661 12L4.33661 11.06Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.67 4L11.67 12L10.3367 12L10.3367 4L11.67 4Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,YAAY,GAAG,CAAC,KAAU,MACrCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qFAAqF,EACvF,IAAI,EAAC,cAAc,EACnB,CAAA;AACF,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iDAAiD,EACnD,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const FailIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12.0001 20.1818C16.5187 20.1818 20.1819 16.5187 20.1819 12C20.1819 7.4813 16.5187 3.81818 12.0001 3.81818C7.48136 3.81818 3.81824 7.4813 3.81824 12C3.81824 16.5187 7.48136 20.1818 12.0001 20.1818ZM16.3536 8.80575L13.1593 12L16.3536 15.1943L15.1943 16.3536L12 13.1593L8.80575 16.3536L7.64648 15.1943L10.8408 12L7.64648 8.80575L8.80575 7.64648L12 10.8408L15.1943 7.64648L16.3536 8.80575ZM8.80571 16L8.80575 16L12 12.8058L12 12.8057L8.80571 16ZM15.1943 16L15.1943 16L16 15.1943L16 15.1943L15.1943 16ZM16 8.80575L12.8058 12L12.8057 12L16 8.80571L16 8.80575Z", fill: "currentColor" })));
3
+ const FailIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12.0001 20.1818C16.5187 20.1818 20.1819 16.5187 20.1819 12C20.1819 7.4813 16.5187 3.81818 12.0001 3.81818C7.48136 3.81818 3.81824 7.4813 3.81824 12C3.81824 16.5187 7.48136 20.1818 12.0001 20.1818ZM16.3536 8.80575L13.1593 12L16.3536 15.1943L15.1943 16.3536L12 13.1593L8.80575 16.3536L7.64648 15.1943L10.8408 12L7.64648 8.80575L8.80575 7.64648L12 10.8408L15.1943 7.64648L16.3536 8.80575ZM8.80571 16L8.80575 16L12 12.8058L12 12.8057L8.80571 16ZM15.1943 16L15.1943 16L16 15.1943L16 15.1943L15.1943 16ZM16 8.80575L12.8058 12L12.8057 12L16 8.80571L16 8.80575Z", fill: "currentColor" })));
5
5
 
6
6
  export { FailIcon };
7
7
  //# sourceMappingURL=FailIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FailIcon.js","sources":["../../src/tempIcons/FailIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const FailIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12.0001 20.1818C16.5187 20.1818 20.1819 16.5187 20.1819 12C20.1819 7.4813 16.5187 3.81818 12.0001 3.81818C7.48136 3.81818 3.81824 7.4813 3.81824 12C3.81824 16.5187 7.48136 20.1818 12.0001 20.1818ZM16.3536 8.80575L13.1593 12L16.3536 15.1943L15.1943 16.3536L12 13.1593L8.80575 16.3536L7.64648 15.1943L10.8408 12L7.64648 8.80575L8.80575 7.64648L12 10.8408L15.1943 7.64648L16.3536 8.80575ZM8.80571 16L8.80575 16L12 12.8058L12 12.8057L8.80571 16ZM15.1943 16L15.1943 16L16 15.1943L16 15.1943L15.1943 16ZM16 8.80575L12.8058 12L12.8057 12L16 8.80571L16 8.80575Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6pBAA6pB,EAC/pB,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"FailIcon.js","sources":["../../src/tempIcons/FailIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const FailIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12.0001 20.1818C16.5187 20.1818 20.1819 16.5187 20.1819 12C20.1819 7.4813 16.5187 3.81818 12.0001 3.81818C7.48136 3.81818 3.81824 7.4813 3.81824 12C3.81824 16.5187 7.48136 20.1818 12.0001 20.1818ZM16.3536 8.80575L13.1593 12L16.3536 15.1943L15.1943 16.3536L12 13.1593L8.80575 16.3536L7.64648 15.1943L10.8408 12L7.64648 8.80575L8.80575 7.64648L12 10.8408L15.1943 7.64648L16.3536 8.80575ZM8.80571 16L8.80575 16L12 12.8058L12 12.8057L8.80571 16ZM15.1943 16L15.1943 16L16 15.1943L16 15.1943L15.1943 16ZM16 8.80575L12.8058 12L12.8057 12L16 8.80571L16 8.80575Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6pBAA6pB,EAC/pB,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const HelpIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z", fill: "currentColor" })));
3
+ const HelpIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z", fill: "currentColor" })));
5
5
 
6
6
  export { HelpIcon };
7
7
  //# sourceMappingURL=HelpIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpIcon.js","sources":["../../src/tempIcons/HelpIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const HelpIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qVAAqV,EACvV,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"HelpIcon.js","sources":["../../src/tempIcons/HelpIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const HelpIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qVAAqV,EACvV,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+
5
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
6
+
7
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
8
+
9
+ const InactiveCheckboxIcon = (props) => (React__default.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "inactive-checkbox-icon", ...props },
10
+ React__default.default.createElement("rect", { x: "4", y: "4", width: "16", height: "16", fill: "none" }),
11
+ React__default.default.createElement("path", { d: "M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z", fill: "#959FA8" })));
12
+
13
+ exports.InactiveCheckboxIcon = InactiveCheckboxIcon;
14
+ //# sourceMappingURL=InactiveCheckboxIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InactiveCheckboxIcon.cjs","sources":["../../src/tempIcons/InactiveCheckboxIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const InactiveCheckboxIcon = (props: any) => (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"inactive-checkbox-icon\"\n {...props}\n >\n <rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" fill=\"none\" />\n <path\n d=\"M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z\"\n fill=\"#959FA8\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;;;;;;;AAEO,MAAM,oBAAoB,GAAG,CAAC,KAAU,MAC7CA,sBAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EACtB,aAAA,EAAA,wBAAwB,KAChC,KAAK,EAAA;AAET,IAAAA,sBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,MAAM,EAAG,CAAA;IACvDA,sBACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,8GAA8G,EAChH,IAAI,EAAC,SAAS,EAAA,CACd,CACE;;;;"}
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ const InactiveCheckboxIcon = (props) => (React__default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "inactive-checkbox-icon", ...props },
4
+ React__default.createElement("rect", { x: "4", y: "4", width: "16", height: "16", fill: "none" }),
5
+ React__default.createElement("path", { d: "M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z", fill: "#959FA8" })));
6
+
7
+ export { InactiveCheckboxIcon };
8
+ //# sourceMappingURL=InactiveCheckboxIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InactiveCheckboxIcon.js","sources":["../../src/tempIcons/InactiveCheckboxIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const InactiveCheckboxIcon = (props: any) => (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"inactive-checkbox-icon\"\n {...props}\n >\n <rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" fill=\"none\" />\n <path\n d=\"M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z\"\n fill=\"#959FA8\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;AAEO,MAAM,oBAAoB,GAAG,CAAC,KAAU,MAC7CA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EACtB,aAAA,EAAA,wBAAwB,KAChC,KAAK,EAAA;AAET,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,MAAM,EAAG,CAAA;IACvDA,cACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,8GAA8G,EAChH,IAAI,EAAC,SAAS,EAAA,CACd,CACE;;;;"}
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+
5
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
6
+
7
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
8
+
9
+ const InactiveRadioIcon = (props) => (React__default.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "inactive-radio-icon", ...props },
10
+ React__default.default.createElement("circle", { cx: "12", cy: "12", r: "7", fill: "none" }),
11
+ React__default.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z", fill: "#637381" })));
12
+
13
+ exports.InactiveRadioIcon = InactiveRadioIcon;
14
+ //# sourceMappingURL=InactiveRadioIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InactiveRadioIcon.cjs","sources":["../../src/tempIcons/InactiveRadioIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const InactiveRadioIcon = (props: any) => (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"inactive-radio-icon\"\n {...props}\n >\n <circle cx=\"12\" cy=\"12\" r=\"7\" fill=\"none\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z\"\n fill=\"#637381\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;;;;;;;AAEO,MAAM,iBAAiB,GAAG,CAAC,KAAU,MAC1CA,sBAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EACtB,aAAA,EAAA,qBAAqB,KAC7B,KAAK,EAAA;AAET,IAAAA,sBAAA,CAAA,aAAA,CAAA,QAAA,EAAA,EAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,MAAM,EAAG,CAAA;AAC5C,IAAAA,sBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAC,SAAS,EACd,CAAA,CACE;;;;"}
@@ -0,0 +1,8 @@
1
+ import React__default from 'react';
2
+
3
+ const InactiveRadioIcon = (props) => (React__default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "inactive-radio-icon", ...props },
4
+ React__default.createElement("circle", { cx: "12", cy: "12", r: "7", fill: "none" }),
5
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z", fill: "#637381" })));
6
+
7
+ export { InactiveRadioIcon };
8
+ //# sourceMappingURL=InactiveRadioIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InactiveRadioIcon.js","sources":["../../src/tempIcons/InactiveRadioIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const InactiveRadioIcon = (props: any) => (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"inactive-radio-icon\"\n {...props}\n >\n <circle cx=\"12\" cy=\"12\" r=\"7\" fill=\"none\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z\"\n fill=\"#637381\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;AAEO,MAAM,iBAAiB,GAAG,CAAC,KAAU,MAC1CA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EACtB,aAAA,EAAA,qBAAqB,KAC7B,KAAK,EAAA;AAET,IAAAA,cAAA,CAAA,aAAA,CAAA,QAAA,EAAA,EAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,MAAM,EAAG,CAAA;AAC5C,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAC,SAAS,EACd,CAAA,CACE;;;;"}
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const InfoIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z", fill: "currentColor" }),
5
- React.createElement("circle", { cx: "12", cy: "7", r: "1", fill: "currentColor" }),
6
- React.createElement("path", { d: "M10 16H11V11H10V10H13V16H14V17H10V16Z", fill: "currentColor" })));
3
+ const InfoIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z", fill: "currentColor" }),
5
+ React__default.createElement("circle", { cx: "12", cy: "7", r: "1", fill: "currentColor" }),
6
+ React__default.createElement("path", { d: "M10 16H11V11H10V10H13V16H14V17H10V16Z", fill: "currentColor" })));
7
7
 
8
8
  export { InfoIcon };
9
9
  //# sourceMappingURL=InfoIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoIcon.js","sources":["../../src/tempIcons/InfoIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const InfoIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\" />\n <path d=\"M10 16H11V11H10V10H13V16H14V17H10V16Z\" fill=\"currentColor\" />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0LAA0L,EAC5L,IAAI,EAAC,cAAc,EACnB,CAAA;AACF,IAAA,KAAA,CAAA,aAAA,CAAA,QAAA,EAAA,EAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA;IACnD,KAAM,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,uCAAuC,EAAC,IAAI,EAAC,cAAc,EAAA,CAAG,CAClE;;;;"}
1
+ {"version":3,"file":"InfoIcon.js","sources":["../../src/tempIcons/InfoIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const InfoIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\" />\n <path d=\"M10 16H11V11H10V10H13V16H14V17H10V16Z\" fill=\"currentColor\" />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,QAAQ,GAAG,CAAC,KAAU,MACjCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0LAA0L,EAC5L,IAAI,EAAC,cAAc,EACnB,CAAA;AACF,IAAAA,cAAA,CAAA,aAAA,CAAA,QAAA,EAAA,EAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA;IACnDA,cAAM,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,uCAAuC,EAAC,IAAI,EAAC,cAAc,EAAA,CAAG,CAClE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const LeftArrowIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.44 11.06L7.38667 8L10.44 4.94L9.5 4L5.5 8L9.5 12L10.44 11.06Z", fill: "currentColor" })));
3
+ const LeftArrowIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.44 11.06L7.38667 8L10.44 4.94L9.5 4L5.5 8L9.5 12L10.44 11.06Z", fill: "currentColor" })));
5
5
 
6
6
  export { LeftArrowIcon };
7
7
  //# sourceMappingURL=LeftArrowIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LeftArrowIcon.js","sources":["../../src/tempIcons/LeftArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const LeftArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.44 11.06L7.38667 8L10.44 4.94L9.5 4L5.5 8L9.5 12L10.44 11.06Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,aAAa,GAAG,CAAC,KAAU,MACtC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,mEAAmE,EACrE,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"LeftArrowIcon.js","sources":["../../src/tempIcons/LeftArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const LeftArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.44 11.06L7.38667 8L10.44 4.94L9.5 4L5.5 8L9.5 12L10.44 11.06Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,aAAa,GAAG,CAAC,KAAU,MACtCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,mEAAmE,EACrE,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const MergeIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9887 6.82229H6.84911L12.1714 1.5L17.4937 6.82229H13.3541V14.4036L6.25774 21.5L4.59009 19.8323L10.9887 13.4338V6.82229ZM19.7527 19.8323L18.0851 21.5L14.0519 17.4669L15.7196 15.7992L19.7527 19.8323Z", fill: "currentColor" })));
3
+ const MergeIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9887 6.82229H6.84911L12.1714 1.5L17.4937 6.82229H13.3541V14.4036L6.25774 21.5L4.59009 19.8323L10.9887 13.4338V6.82229ZM19.7527 19.8323L18.0851 21.5L14.0519 17.4669L15.7196 15.7992L19.7527 19.8323Z", fill: "currentColor" })));
5
5
 
6
6
  export { MergeIcon };
7
7
  //# sourceMappingURL=MergeIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MergeIcon.js","sources":["../../src/tempIcons/MergeIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const MergeIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.9887 6.82229H6.84911L12.1714 1.5L17.4937 6.82229H13.3541V14.4036L6.25774 21.5L4.59009 19.8323L10.9887 13.4338V6.82229ZM19.7527 19.8323L18.0851 21.5L14.0519 17.4669L15.7196 15.7992L19.7527 19.8323Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,SAAS,GAAG,CAAC,KAAU,MAClC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0MAA0M,EAC5M,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"MergeIcon.js","sources":["../../src/tempIcons/MergeIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const MergeIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.9887 6.82229H6.84911L12.1714 1.5L17.4937 6.82229H13.3541V14.4036L6.25774 21.5L4.59009 19.8323L10.9887 13.4338V6.82229ZM19.7527 19.8323L18.0851 21.5L14.0519 17.4669L15.7196 15.7992L19.7527 19.8323Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,SAAS,GAAG,CAAC,KAAU,MAClCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0MAA0M,EAC5M,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === 'object' && 'default' in e) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+
23
+ var React__namespace = /*#__PURE__*/_interopNamespaceCompat(React);
24
+
25
+ // Add icon from old lib
26
+ const PlusIcon = (props) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M21 13.286h-7.714V21h-2.572v-7.714H3v-2.572h7.714V3h2.572v7.714H21v2.572Z" })));
28
+
29
+ exports.PlusIcon = PlusIcon;
30
+ //# sourceMappingURL=PlusIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlusIcon.cjs","sources":["../../src/tempIcons/PlusIcon.tsx"],"sourcesContent":["import * as React from 'react';\n\n// Add icon from old lib\nexport const PlusIcon = (props: any) => (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M21 13.286h-7.714V21h-2.572v-7.714H3v-2.572h7.714V3h2.572v7.714H21v2.572Z\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAEA;MACa,QAAQ,GAAG,CAAC,KAAU,MACjCA,gBAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAA,GAAK,KAAK,EAAA;IAC/EA,gBACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,2EAA2E,EAAA,CAC7E,CACE;;;;"}
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+
3
+ // Add icon from old lib
4
+ const PlusIcon = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M21 13.286h-7.714V21h-2.572v-7.714H3v-2.572h7.714V3h2.572v7.714H21v2.572Z" })));
6
+
7
+ export { PlusIcon };
8
+ //# sourceMappingURL=PlusIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlusIcon.js","sources":["../../src/tempIcons/PlusIcon.tsx"],"sourcesContent":["import * as React from 'react';\n\n// Add icon from old lib\nexport const PlusIcon = (props: any) => (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M21 13.286h-7.714V21h-2.572v-7.714H3v-2.572h7.714V3h2.572v7.714H21v2.572Z\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;AAEA;MACa,QAAQ,GAAG,CAAC,KAAU,MACjC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAA,GAAK,KAAK,EAAA;IAC/E,KACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,2EAA2E,EAAA,CAC7E,CACE;;;;"}
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const RecommendIcon = (props) => (React.createElement("svg", { viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { d: "M18 8L19.25 5.25L22 4L19.25 2.75L18 0L16.75 2.75L14 4L16.75 5.25L18 8Z", fill: "#694090" }),
5
- React.createElement("path", { d: "M18 14L16.75 16.75L14 18L16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14Z", fill: "#694090" }),
6
- React.createElement("path", { d: "M10.5 8.5L8 3L5.5 8.5L0 11L5.5 13.5L8 19L10.5 13.5L16 11L10.5 8.5ZM8.99 11.99L8 14.17L7.01 11.99L4.83 11L7.01 10.01L8 7.83L8.99 10.01L11.17 11L8.99 11.99Z", fill: "#694090" })));
3
+ const RecommendIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { d: "M18 8L19.25 5.25L22 4L19.25 2.75L18 0L16.75 2.75L14 4L16.75 5.25L18 8Z", fill: "#694090" }),
5
+ React__default.createElement("path", { d: "M18 14L16.75 16.75L14 18L16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14Z", fill: "#694090" }),
6
+ React__default.createElement("path", { d: "M10.5 8.5L8 3L5.5 8.5L0 11L5.5 13.5L8 19L10.5 13.5L16 11L10.5 8.5ZM8.99 11.99L8 14.17L7.01 11.99L4.83 11L7.01 10.01L8 7.83L8.99 10.01L11.17 11L8.99 11.99Z", fill: "#694090" })));
7
7
 
8
8
  export { RecommendIcon };
9
9
  //# sourceMappingURL=RecommendIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RecommendIcon.js","sources":["../../src/tempIcons/RecommendIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const RecommendIcon = (props: any) => (\n <svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n d=\"M18 8L19.25 5.25L22 4L19.25 2.75L18 0L16.75 2.75L14 4L16.75 5.25L18 8Z\"\n fill=\"#694090\"\n />\n <path\n d=\"M18 14L16.75 16.75L14 18L16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14Z\"\n fill=\"#694090\"\n />\n <path\n d=\"M10.5 8.5L8 3L5.5 8.5L0 11L5.5 13.5L8 19L10.5 13.5L16 11L10.5 8.5ZM8.99 11.99L8 14.17L7.01 11.99L4.83 11L7.01 10.01L8 7.83L8.99 10.01L11.17 11L8.99 11.99Z\"\n fill=\"#694090\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,aAAa,GAAG,CAAC,KAAU,MACtC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,wEAAwE,EAC1E,IAAI,EAAC,SAAS,EACd,CAAA;AACF,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,iFAAiF,EACnF,IAAI,EAAC,SAAS,EACd,CAAA;IACF,KACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4JAA4J,EAC9J,IAAI,EAAC,SAAS,EAAA,CACd,CACE;;;;"}
1
+ {"version":3,"file":"RecommendIcon.js","sources":["../../src/tempIcons/RecommendIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const RecommendIcon = (props: any) => (\n <svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n d=\"M18 8L19.25 5.25L22 4L19.25 2.75L18 0L16.75 2.75L14 4L16.75 5.25L18 8Z\"\n fill=\"#694090\"\n />\n <path\n d=\"M18 14L16.75 16.75L14 18L16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14Z\"\n fill=\"#694090\"\n />\n <path\n d=\"M10.5 8.5L8 3L5.5 8.5L0 11L5.5 13.5L8 19L10.5 13.5L16 11L10.5 8.5ZM8.99 11.99L8 14.17L7.01 11.99L4.83 11L7.01 10.01L8 7.83L8.99 10.01L11.17 11L8.99 11.99Z\"\n fill=\"#694090\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,aAAa,GAAG,CAAC,KAAU,MACtCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,wEAAwE,EAC1E,IAAI,EAAC,SAAS,EACd,CAAA;AACF,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,iFAAiF,EACnF,IAAI,EAAC,SAAS,EACd,CAAA;IACFA,cACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4JAA4J,EAC9J,IAAI,EAAC,SAAS,EAAA,CACd,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const ReorderIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { d: "M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z", fill: "currentColor" })));
3
+ const ReorderIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { d: "M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z", fill: "currentColor" })));
5
5
 
6
6
  export { ReorderIcon };
7
7
  //# sourceMappingURL=ReorderIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReorderIcon.js","sources":["../../src/tempIcons/ReorderIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const ReorderIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n d=\"M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,WAAW,GAAG,CAAC,KAAU,MACpC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;IAC/E,KACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,kEAAkE,EACpE,IAAI,EAAC,cAAc,EAAA,CACnB,CACE;;;;"}
1
+ {"version":3,"file":"ReorderIcon.js","sources":["../../src/tempIcons/ReorderIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const ReorderIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n d=\"M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,WAAW,GAAG,CAAC,KAAU,MACpCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;IAC/EA,cACE,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,kEAAkE,EACpE,IAAI,EAAC,cAAc,EAAA,CACnB,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const RightArrowIcon = (props) => (React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99994 11.06L9.05327 8L5.99994 4.94L6.93994 4L10.9399 8L6.93994 12L5.99994 11.06Z", fill: "currentColor" })));
3
+ const RightArrowIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99994 11.06L9.05327 8L5.99994 4.94L6.93994 4L10.9399 8L6.93994 12L5.99994 11.06Z", fill: "currentColor" })));
5
5
 
6
6
  export { RightArrowIcon };
7
7
  //# sourceMappingURL=RightArrowIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RightArrowIcon.js","sources":["../../src/tempIcons/RightArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const RightArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.99994 11.06L9.05327 8L5.99994 4.94L6.93994 4L10.9399 8L6.93994 12L5.99994 11.06Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,cAAc,GAAG,CAAC,KAAU,MACvC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qFAAqF,EACvF,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"RightArrowIcon.js","sources":["../../src/tempIcons/RightArrowIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const RightArrowIcon = (props: any) => (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.99994 11.06L9.05327 8L5.99994 4.94L6.93994 4L10.9399 8L6.93994 12L5.99994 11.06Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,cAAc,GAAG,CAAC,KAAU,MACvCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qFAAqF,EACvF,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import React__default from 'react';
2
2
 
3
- const SearchIcon = (props) => (React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.3819 13.6918H15.1498L20 18.5517L18.5517 20L13.6918 15.1498V14.3819L13.4294 14.1098C12.3213 15.0623 10.8828 15.6358 9.3179 15.6358C5.82847 15.6358 3 12.8073 3 9.3179C3 5.82847 5.82847 3 9.3179 3C12.8073 3 15.6358 5.82847 15.6358 9.3179C15.6358 10.8828 15.0623 12.3213 14.1098 13.4294L14.3819 13.6918ZM4.94397 9.3179C4.94397 11.7381 6.89766 13.6918 9.3179 13.6918C11.7381 13.6918 13.6918 11.7381 13.6918 9.3179C13.6918 6.89766 11.7381 4.94397 9.3179 4.94397C6.89766 4.94397 4.94397 6.89766 4.94397 9.3179Z", fill: "currentColor" })));
3
+ const SearchIcon = (props) => (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
4
+ React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.3819 13.6918H15.1498L20 18.5517L18.5517 20L13.6918 15.1498V14.3819L13.4294 14.1098C12.3213 15.0623 10.8828 15.6358 9.3179 15.6358C5.82847 15.6358 3 12.8073 3 9.3179C3 5.82847 5.82847 3 9.3179 3C12.8073 3 15.6358 5.82847 15.6358 9.3179C15.6358 10.8828 15.0623 12.3213 14.1098 13.4294L14.3819 13.6918ZM4.94397 9.3179C4.94397 11.7381 6.89766 13.6918 9.3179 13.6918C11.7381 13.6918 13.6918 11.7381 13.6918 9.3179C13.6918 6.89766 11.7381 4.94397 9.3179 4.94397C6.89766 4.94397 4.94397 6.89766 4.94397 9.3179Z", fill: "currentColor" })));
5
5
 
6
6
  export { SearchIcon };
7
7
  //# sourceMappingURL=SearchIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchIcon.js","sources":["../../src/tempIcons/SearchIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const SearchIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.3819 13.6918H15.1498L20 18.5517L18.5517 20L13.6918 15.1498V14.3819L13.4294 14.1098C12.3213 15.0623 10.8828 15.6358 9.3179 15.6358C5.82847 15.6358 3 12.8073 3 9.3179C3 5.82847 5.82847 3 9.3179 3C12.8073 3 15.6358 5.82847 15.6358 9.3179C15.6358 10.8828 15.0623 12.3213 14.1098 13.4294L14.3819 13.6918ZM4.94397 9.3179C4.94397 11.7381 6.89766 13.6918 9.3179 13.6918C11.7381 13.6918 13.6918 11.7381 13.6918 9.3179C13.6918 6.89766 11.7381 4.94397 9.3179 4.94397C6.89766 4.94397 4.94397 6.89766 4.94397 9.3179Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":[],"mappings":";;MAEa,UAAU,GAAG,CAAC,KAAU,MACnC,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6fAA6f,EAC/f,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}
1
+ {"version":3,"file":"SearchIcon.js","sources":["../../src/tempIcons/SearchIcon.tsx"],"sourcesContent":["import React from 'react';\n\nexport const SearchIcon = (props: any) => (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.3819 13.6918H15.1498L20 18.5517L18.5517 20L13.6918 15.1498V14.3819L13.4294 14.1098C12.3213 15.0623 10.8828 15.6358 9.3179 15.6358C5.82847 15.6358 3 12.8073 3 9.3179C3 5.82847 5.82847 3 9.3179 3C12.8073 3 15.6358 5.82847 15.6358 9.3179C15.6358 10.8828 15.0623 12.3213 14.1098 13.4294L14.3819 13.6918ZM4.94397 9.3179C4.94397 11.7381 6.89766 13.6918 9.3179 13.6918C11.7381 13.6918 13.6918 11.7381 13.6918 9.3179C13.6918 6.89766 11.7381 4.94397 9.3179 4.94397C6.89766 4.94397 4.94397 6.89766 4.94397 9.3179Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["React"],"mappings":";;MAEa,UAAU,GAAG,CAAC,KAAU,MACnCA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,GAAK,KAAK,EAAA;AAC/E,IAAAA,cAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6fAA6f,EAC/f,IAAI,EAAC,cAAc,EACnB,CAAA,CACE;;;;"}