@zonos/amino 5.5.28 → 5.5.30

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 (1607) hide show
  1. package/CountryMultiSelectExpandedOption-e473f7c0.js +1 -0
  2. package/DateControlsWrapper-4385a75c.js +1 -0
  3. package/_rollupPluginBabelHelpers-77a6284f.js +1 -0
  4. package/components/avatar/AvatarBase.js +1 -1
  5. package/components/avatar/ImageAvatar.js +1 -1
  6. package/components/avatar/UserAvatar.js +1 -1
  7. package/components/badge/Badge.js +1 -1
  8. package/components/banner/Banner.js +1 -1
  9. package/components/button/Button.js +1 -1
  10. package/components/button/ButtonIcon.js +1 -1
  11. package/components/button/MenuButton.js +1 -1
  12. package/components/button/RippleGroup.js +1 -1
  13. package/components/button/_Ripple.js +1 -1
  14. package/components/button/button-group/ButtonGroup.js +1 -1
  15. package/components/card/Card.js +1 -1
  16. package/components/checkbox/Checkbox.js +1 -1
  17. package/components/collapse/Collapse.js +1 -1
  18. package/components/connection-map/ConnectionMap.js +1 -1
  19. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  20. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -1
  21. package/components/cover-sheet/CoverSheet.js +1 -1
  22. package/components/cover-sheet/CoverSheetActions.js +1 -1
  23. package/components/currency/Currency.js +1 -1
  24. package/components/currency/DualCurrency.js +1 -1
  25. package/components/danger-zone/DangerZone.js +1 -1
  26. package/components/dialog/BaseDialog.js +1 -1
  27. package/components/dialog/Dialog.js +1 -1
  28. package/components/dialog/DismissableDialog.js +1 -1
  29. package/components/dialog/alert/AlertContext.js +1 -1
  30. package/components/dialog/alert/AlertDialog.js +1 -1
  31. package/components/dialog/alert/useAlert.js +1 -1
  32. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  33. package/components/dialog/confirm/ConfirmContext.js +1 -1
  34. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  35. package/components/dialog/confirm/useConfirm.js +1 -1
  36. package/components/divider/Divider.js +1 -1
  37. package/components/drop-zone/DropZone.js +1 -1
  38. package/components/file-upload/FileUpload.js +1 -1
  39. package/components/filter/FilterWrapper.js +1 -1
  40. package/components/filter/filter-amount/FilterAmount.js +1 -1
  41. package/components/filter/filter-amount/filterAmountReducer.js +1 -1
  42. package/components/filter/filter-date/DateControls.js +1 -1
  43. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  44. package/components/filter/filter-date/FilterDate.js +1 -1
  45. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  46. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  47. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  48. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  49. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  50. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  51. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  52. package/components/filter/filter-date/filterDateReducer.js +1 -1
  53. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  54. package/components/filter/filter-select/FilterSelect.js +1 -1
  55. package/components/filter/filter-text/FilterText.js +1 -1
  56. package/components/filter/useFilterWrapper.js +1 -1
  57. package/components/flex/Flex.js +1 -1
  58. package/components/glow/GlowWrapper.js +1 -1
  59. package/components/help-text/HelpText.js +1 -1
  60. package/components/input/Input.js +1 -1
  61. package/components/input/MultiInput.js +1 -1
  62. package/components/input/input-simple/InputSimple.js +1 -1
  63. package/components/input/input-simple/input-type/_DateInput.js +1 -1
  64. package/components/input/input-simple/input-type/_InputBase.js +1 -1
  65. package/components/input/input-simple/input-type/_NumberInput.js +1 -1
  66. package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
  67. package/components/input/input-simple/input-type/_TimeInput.js +1 -1
  68. package/components/input/input-type/_DateInput.js +1 -1
  69. package/components/input/input-type/_FloatLabelInput.js +1 -1
  70. package/components/input/input-type/_NumberInput.js +1 -1
  71. package/components/input/input-type/_PasswordInput.js +1 -1
  72. package/components/input/input-type/_TimeInput.js +1 -1
  73. package/components/layout/Layout.js +1 -1
  74. package/components/layout/NavigationGroup.js +1 -1
  75. package/components/lightbox/LightBox.js +1 -1
  76. package/components/list/CollapsibleList.js +1 -1
  77. package/components/list/List.js +1 -1
  78. package/components/list-item/ListItem.js +1 -1
  79. package/components/menu/Menu.js +1 -1
  80. package/components/menu/MenuItem.js +1 -1
  81. package/components/nested-data-table/NestedDataTable.js +1 -1
  82. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  83. package/components/nested-data-table/_Filter.js +1 -1
  84. package/components/nested-data-table/_TableData.js +1 -1
  85. package/components/pivot-table/PivotTable.js +1 -1
  86. package/components/progress-bar/ProgressBar.js +1 -1
  87. package/components/radio/Radio.js +1 -1
  88. package/components/radio/RadioGroup.js +1 -1
  89. package/components/rest-state/RestState.js +1 -1
  90. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  91. package/components/rich-checkbox/RichCheckbox.js +1 -1
  92. package/components/rich-radio/RichRadio.js +1 -1
  93. package/components/rounded-icon/RoundedIcon.js +1 -1
  94. package/components/section/HSection.js +1 -1
  95. package/components/section/VSection.js +1 -1
  96. package/components/section/_SectionHeader.js +1 -1
  97. package/components/section/_SectionInnerWrapper.js +1 -1
  98. package/components/section/_SectionSubheader.js +1 -1
  99. package/components/select/CountryMultiSelect.js +1 -1
  100. package/components/select/CountrySelect.js +1 -1
  101. package/components/select/MultiSelect.js +1 -1
  102. package/components/select/Select.js +1 -1
  103. package/components/select/_StyledReactSelect.js +1 -1
  104. package/components/simple-table/SimpleTable.js +1 -1
  105. package/components/simple-table/SimpleTableRow.js +1 -1
  106. package/components/skeleton/Skeleton.js +1 -1
  107. package/components/slide-over/SlideOver.js +1 -1
  108. package/components/spinner/Spinner.js +1 -1
  109. package/components/split-panel/SplitPanel.js +1 -1
  110. package/components/stack/HStack.js +1 -1
  111. package/components/stack/Stack.js +1 -1
  112. package/components/stack/VStack.js +1 -1
  113. package/components/surface/Surface.js +1 -1
  114. package/components/switch/Switch.js +1 -1
  115. package/components/table/Table.js +1 -1
  116. package/components/table/TableBody.js +1 -1
  117. package/components/table/TableCell.js +1 -1
  118. package/components/table/TableFooter.js +1 -1
  119. package/components/table/TableHead.js +1 -1
  120. package/components/table/TableRow.js +1 -1
  121. package/components/table/TableRowCollapse.js +1 -1
  122. package/components/tabs/Tabs.js +1 -1
  123. package/components/tag/Tag.js +1 -1
  124. package/components/text/Text.js +1 -1
  125. package/components/text-avatar/TextAvatar.js +1 -1
  126. package/components/textarea/Textarea.js +1 -1
  127. package/components/theme-select/ThemeSelect.js +1 -1
  128. package/components/thumbnail/Thumbnail.js +1 -1
  129. package/components/toast/Toast.js +1 -1
  130. package/components/toast/ToastContext.js +1 -1
  131. package/components/toggle/Toggle.js +1 -1
  132. package/components/tooltip/Tooltip.js +1 -1
  133. package/icons/AIDuotoneIcon.js +1 -1
  134. package/icons/AIIcon.js +1 -1
  135. package/icons/ArrowDownDuotoneIcon.js +1 -1
  136. package/icons/ArrowDownIcon.js +1 -1
  137. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  138. package/icons/ArrowLeftIcon.js +1 -1
  139. package/icons/ArrowRightDuotoneIcon.js +1 -1
  140. package/icons/ArrowRightIcon.js +1 -1
  141. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  142. package/icons/ArrowSwapIcon.js +1 -1
  143. package/icons/ArrowUpDuotoneIcon.js +1 -1
  144. package/icons/ArrowUpIcon.js +1 -1
  145. package/icons/BagDuotoneIcon.js +1 -1
  146. package/icons/BagIcon.js +1 -1
  147. package/icons/BankDuotoneIcon.js +1 -1
  148. package/icons/BankIcon.js +1 -1
  149. package/icons/BellDuotoneIcon.js +1 -1
  150. package/icons/BellIcon.js +1 -1
  151. package/icons/BellOffDuotoneIcon.js +1 -1
  152. package/icons/BellOffIcon.js +1 -1
  153. package/icons/BookDuotoneIcon.js +1 -1
  154. package/icons/BookIcon.js +1 -1
  155. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  156. package/icons/BookmarkAddIcon.js +1 -1
  157. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  158. package/icons/BookmarkCheckIcon.js +1 -1
  159. package/icons/BookmarkDuotoneIcon.js +1 -1
  160. package/icons/BookmarkIcon.js +1 -1
  161. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  162. package/icons/BookmarkOffIcon.js +1 -1
  163. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  164. package/icons/BookmarkRemoveIcon.js +1 -1
  165. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  166. package/icons/BookmarkSubtractIcon.js +1 -1
  167. package/icons/BoxesDuotoneIcon.js +1 -1
  168. package/icons/BoxesIcon.js +1 -1
  169. package/icons/BufferDuotoneIcon.js +1 -1
  170. package/icons/BufferIcon.js +1 -1
  171. package/icons/CalculatorDuotoneIcon.js +1 -1
  172. package/icons/CalculatorIcon.js +1 -1
  173. package/icons/CalendarDuotoneIcon.js +1 -1
  174. package/icons/CalendarIcon.js +1 -1
  175. package/icons/CardDuotoneIcon.js +1 -1
  176. package/icons/CardIcon.js +1 -1
  177. package/icons/CaretDownDuotoneIcon.js +1 -1
  178. package/icons/CaretDownIcon.js +1 -1
  179. package/icons/CaretLeftDuotoneIcon.js +1 -1
  180. package/icons/CaretLeftIcon.js +1 -1
  181. package/icons/CaretRightDuotoneIcon.js +1 -1
  182. package/icons/CaretRightIcon.js +1 -1
  183. package/icons/CaretUpDuotoneIcon.js +1 -1
  184. package/icons/CaretUpIcon.js +1 -1
  185. package/icons/CartDuotoneIcon.js +1 -1
  186. package/icons/CartIcon.js +1 -1
  187. package/icons/ChartDuotoneIcon.js +1 -1
  188. package/icons/ChartIcon.js +1 -1
  189. package/icons/CheckCircleDuotoneIcon.js +1 -1
  190. package/icons/CheckCircleIcon.js +1 -1
  191. package/icons/CheckmarkDuotoneIcon.js +1 -1
  192. package/icons/CheckmarkIcon.js +1 -1
  193. package/icons/CheckoutDuotoneIcon.js +1 -1
  194. package/icons/CheckoutIcon.js +1 -1
  195. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  196. package/icons/ChevronDownCircleIcon.js +1 -1
  197. package/icons/ChevronDownDuotoneIcon.js +1 -1
  198. package/icons/ChevronDownIcon.js +1 -1
  199. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  200. package/icons/ChevronLeftCircleIcon.js +1 -1
  201. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  202. package/icons/ChevronLeftIcon.js +1 -1
  203. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  204. package/icons/ChevronRightCircleIcon.js +1 -1
  205. package/icons/ChevronRightDuotoneIcon.js +1 -1
  206. package/icons/ChevronRightIcon.js +1 -1
  207. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  208. package/icons/ChevronUpCircleIcon.js +1 -1
  209. package/icons/ChevronUpDuotoneIcon.js +1 -1
  210. package/icons/ChevronUpIcon.js +1 -1
  211. package/icons/CircleDuotoneIcon.js +1 -1
  212. package/icons/CircleIcon.js +1 -1
  213. package/icons/ClassifyDuotoneIcon.js +1 -1
  214. package/icons/ClassifyIcon.js +1 -1
  215. package/icons/ClearDuotoneIcon.js +1 -1
  216. package/icons/ClearIcon.js +1 -1
  217. package/icons/ClockDuotoneIcon.js +1 -1
  218. package/icons/ClockIcon.js +1 -1
  219. package/icons/CodeCircleDuotoneIcon.js +1 -1
  220. package/icons/CodeCircleIcon.js +1 -1
  221. package/icons/CodeDuotoneIcon.js +1 -1
  222. package/icons/CodeIcon.js +1 -1
  223. package/icons/CoinsDuotoneIcon.js +1 -1
  224. package/icons/CoinsIcon.js +1 -1
  225. package/icons/CollectDuotoneIcon.js +1 -1
  226. package/icons/CollectIcon.js +1 -1
  227. package/icons/CommentDuotoneIcon.js +1 -1
  228. package/icons/CommentIcon.js +1 -1
  229. package/icons/CopilotDuotoneIcon.js +1 -1
  230. package/icons/CopilotIcon.js +1 -1
  231. package/icons/CopyDuotoneIcon.js +1 -1
  232. package/icons/CopyIDIcon.js +1 -1
  233. package/icons/CopyIcon.js +1 -1
  234. package/icons/CubeDuotoneIcon.js +1 -1
  235. package/icons/CubeIcon.js +1 -1
  236. package/icons/DashboardDuotoneIcon.js +1 -1
  237. package/icons/DashboardIcon.js +1 -1
  238. package/icons/DiamondDuotoneIcon.js +1 -1
  239. package/icons/DiamondIcon.js +1 -1
  240. package/icons/DislikeDuotoneIcon.js +1 -1
  241. package/icons/DislikeIcon.js +1 -1
  242. package/icons/DocsDuotoneIcon.js +1 -1
  243. package/icons/DocsIcon.js +1 -1
  244. package/icons/DollarDuotoneIcon.js +1 -1
  245. package/icons/DollarIcon.js +1 -1
  246. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  247. package/icons/DoubleChevronIcon.js +1 -1
  248. package/icons/DragDuotoneIcon.js +1 -1
  249. package/icons/DragIcon.js +1 -1
  250. package/icons/EditDuotoneIcon.js +1 -1
  251. package/icons/EditIcon.js +1 -1
  252. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  253. package/icons/ExclamationMarkIcon.js +1 -1
  254. package/icons/ExportDuotoneIcon.js +1 -1
  255. package/icons/ExportIcon.js +1 -1
  256. package/icons/ExternalDuotoneIcon.js +1 -1
  257. package/icons/ExternalIcon.js +1 -1
  258. package/icons/EyeDuotoneIcon.js +1 -1
  259. package/icons/EyeIcon.js +1 -1
  260. package/icons/EyeOffDuotoneIcon.js +1 -1
  261. package/icons/EyeOffIcon.js +1 -1
  262. package/icons/FileDuotoneIcon.js +1 -1
  263. package/icons/FileIcon.js +1 -1
  264. package/icons/FileUploadDuotoneIcon.js +1 -1
  265. package/icons/FileUploadIcon.js +1 -1
  266. package/icons/FilterDuotoneIcon.js +1 -1
  267. package/icons/FilterIcon.js +1 -1
  268. package/icons/FolderListDuotoneIcon.js +1 -1
  269. package/icons/FolderListIcon.js +1 -1
  270. package/icons/FolderUploadDuotoneIcon.js +1 -1
  271. package/icons/FolderUploadIcon.js +1 -1
  272. package/icons/FusionDuotoneIcon.js +1 -1
  273. package/icons/FusionIcon.js +1 -1
  274. package/icons/GlobeDuotoneIcon.js +1 -1
  275. package/icons/GlobeIcon.js +1 -1
  276. package/icons/GraphQLDuotoneIcon.js +1 -1
  277. package/icons/GraphQLIcon.js +1 -1
  278. package/icons/GridDuotoneIcon.js +1 -1
  279. package/icons/GridIcon.js +1 -1
  280. package/icons/HelloDuotoneIcon.js +1 -1
  281. package/icons/HelloIcon.js +1 -1
  282. package/icons/HelpDuotoneIcon.js +1 -1
  283. package/icons/HelpIcon.js +1 -1
  284. package/icons/HexagonDuotoneIcon.js +1 -1
  285. package/icons/HexagonIcon.js +1 -1
  286. package/icons/HomeDuotoneIcon.js +1 -1
  287. package/icons/HomeIcon.js +1 -1
  288. package/icons/ImageDuotoneIcon.js +1 -1
  289. package/icons/ImageIcon.js +1 -1
  290. package/icons/ImportDuotoneIcon.js +1 -1
  291. package/icons/ImportIcon.js +1 -1
  292. package/icons/InfoDuotoneIcon.js +1 -1
  293. package/icons/InfoIcon.js +1 -1
  294. package/icons/IntegrationDuotoneIcon.js +1 -1
  295. package/icons/IntegrationIcon.js +1 -1
  296. package/icons/LandedCostDuotoneIcon.js +1 -1
  297. package/icons/LandedCostIcon.js +1 -1
  298. package/icons/LaptopDuotoneIcon.js +1 -1
  299. package/icons/LaptopIcon.js +1 -1
  300. package/icons/LeftPanelClosedDuotoneIcon.js +1 -1
  301. package/icons/LeftPanelClosedIcon.js +1 -1
  302. package/icons/LeftPanelOpenDuotoneIcon.js +1 -1
  303. package/icons/LeftPanelOpenIcon.js +1 -1
  304. package/icons/LightDuotoneIcon.js +1 -1
  305. package/icons/LightIcon.js +1 -1
  306. package/icons/LikeDuotoneIcon.js +1 -1
  307. package/icons/LikeIcon.js +1 -1
  308. package/icons/LineDownDuotoneIcon.js +1 -1
  309. package/icons/LineDownIcon.js +1 -1
  310. package/icons/LineUpDuotoneIcon.js +1 -1
  311. package/icons/LineUpIcon.js +1 -1
  312. package/icons/LinkDuotoneIcon.js +1 -1
  313. package/icons/LinkIcon.js +1 -1
  314. package/icons/LocationDuotoneIcon.js +1 -1
  315. package/icons/LocationIcon.js +1 -1
  316. package/icons/LockDuotoneIcon.js +1 -1
  317. package/icons/LockIcon.js +1 -1
  318. package/icons/LoginDuotoneIcon.js +1 -1
  319. package/icons/LoginIcon.js +1 -1
  320. package/icons/LogoutDuotoneIcon.js +1 -1
  321. package/icons/LogoutIcon.js +1 -1
  322. package/icons/MailDuotoneIcon.js +1 -1
  323. package/icons/MailIcon.js +1 -1
  324. package/icons/MaximizeDuotoneIcon.js +1 -1
  325. package/icons/MaximizeIcon.js +1 -1
  326. package/icons/MenuDuotoneIcon.js +1 -1
  327. package/icons/MenuIcon.js +1 -1
  328. package/icons/MinimizeDuotoneIcon.js +1 -1
  329. package/icons/MinimizeIcon.js +1 -1
  330. package/icons/MinusCircleDuotoneIcon.js +1 -1
  331. package/icons/MinusCircleIcon.js +1 -1
  332. package/icons/MinusDuotoneIcon.js +1 -1
  333. package/icons/MinusIcon.js +1 -1
  334. package/icons/MobileDuotoneIcon.js +1 -1
  335. package/icons/MobileIcon.js +1 -1
  336. package/icons/MoneyDuotoneIcon.js +1 -1
  337. package/icons/MoneyIcon.js +1 -1
  338. package/icons/MonitorDuotoneIcon.js +1 -1
  339. package/icons/MonitorIcon.js +1 -1
  340. package/icons/NightDuotoneIcon.js +1 -1
  341. package/icons/NightIcon.js +1 -1
  342. package/icons/NoteIcon.js +1 -1
  343. package/icons/PaletteDuotoneIcon.js +1 -1
  344. package/icons/PaletteIcon.js +1 -1
  345. package/icons/PauseCircleDuotoneIcon.js +1 -1
  346. package/icons/PauseCircleIcon.js +1 -1
  347. package/icons/PenDuotoneIcon.js +1 -1
  348. package/icons/PenIcon.js +1 -1
  349. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  350. package/icons/PercentBadgeIcon.js +1 -1
  351. package/icons/PercentDuotoneIcon.js +1 -1
  352. package/icons/PercentIcon.js +1 -1
  353. package/icons/PlaneDuotoneIcon.js +1 -1
  354. package/icons/PlaneIcon.js +1 -1
  355. package/icons/PlayCircleDuotoneIcon.js +1 -1
  356. package/icons/PlayCircleIcon.js +1 -1
  357. package/icons/PlayDuotoneIcon.js +1 -1
  358. package/icons/PlayIcon.js +1 -1
  359. package/icons/PlusCircleDuotoneIcon.js +1 -1
  360. package/icons/PlusCircleIcon.js +1 -1
  361. package/icons/PlusDuotoneIcon.js +1 -1
  362. package/icons/PlusIcon.js +1 -1
  363. package/icons/PrepayDuotoneIcon.js +1 -1
  364. package/icons/PrepayIcon.js +1 -1
  365. package/icons/PrinterDuotoneIcon.js +1 -1
  366. package/icons/PrinterIcon.js +1 -1
  367. package/icons/RadioIcon.js +1 -1
  368. package/icons/RateDuotoneIcon.js +1 -1
  369. package/icons/RateIcon.js +1 -1
  370. package/icons/ReceiptDuotoneIcon.js +1 -1
  371. package/icons/ReceiptIcon.js +1 -1
  372. package/icons/RefreshDuotoneIcon.js +1 -1
  373. package/icons/RefreshIcon.js +1 -1
  374. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  375. package/icons/RemoveCircleIcon.js +1 -1
  376. package/icons/RemoveDuotoneIcon.js +1 -1
  377. package/icons/RemoveIcon.js +1 -1
  378. package/icons/RestrictDuotoneIcon.js +1 -1
  379. package/icons/RestrictIcon.js +1 -1
  380. package/icons/RightPanelClosedDuotoneIcon.js +1 -1
  381. package/icons/RightPanelClosedIcon.js +1 -1
  382. package/icons/RightPanelOpenDuotoneIcon.js +1 -1
  383. package/icons/RightPanelOpenIcon.js +1 -1
  384. package/icons/RocketDuotoneIcon.js +1 -1
  385. package/icons/RocketIcon.js +1 -1
  386. package/icons/RulesIcon.js +1 -1
  387. package/icons/ScanDuotoneIcon.js +1 -1
  388. package/icons/ScanIcon.js +1 -1
  389. package/icons/ScreenDuotoneIcon.js +1 -1
  390. package/icons/ScreenIcon.js +1 -1
  391. package/icons/SearchDuotoneIcon.js +1 -1
  392. package/icons/SearchIcon.js +1 -1
  393. package/icons/SendDuotoneIcon.js +1 -1
  394. package/icons/SendIcon.js +1 -1
  395. package/icons/SettingsDuotoneIcon.js +1 -1
  396. package/icons/SettingsIcon.js +1 -1
  397. package/icons/ShoppingListDuotoneIcon.js +1 -1
  398. package/icons/ShoppingListIcon.js +1 -1
  399. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  400. package/icons/ShoppingTagIcon.js +1 -1
  401. package/icons/SquareDuotoneIcon.js +1 -1
  402. package/icons/SquareIcon.js +1 -1
  403. package/icons/StarDuotoneIcon.js +1 -1
  404. package/icons/StarIcon.js +1 -1
  405. package/icons/StarOffDuotoneIcon.js +1 -1
  406. package/icons/StarOffIcon.js +1 -1
  407. package/icons/StarsDuotoneIcon.js +1 -1
  408. package/icons/StarsIcon.js +1 -1
  409. package/icons/SunnyDuotoneIcon.js +1 -1
  410. package/icons/SunnyIcon.js +1 -1
  411. package/icons/TagDuotoneIcon.js +1 -1
  412. package/icons/TagIcon.js +1 -1
  413. package/icons/TaxDuotoneIcon.js +1 -1
  414. package/icons/TaxIcon.js +1 -1
  415. package/icons/ThreeDotDuotoneIcon.js +1 -1
  416. package/icons/ThreeDotIcon.js +1 -1
  417. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  418. package/icons/TotalLandedCostIcon.js +1 -1
  419. package/icons/TrashCanDuotoneIcon.js +1 -1
  420. package/icons/TrashCanIcon.js +1 -1
  421. package/icons/TriangleDuotoneIcon.js +1 -1
  422. package/icons/TriangleIcon.js +1 -1
  423. package/icons/TruckDuotoneIcon.js +1 -1
  424. package/icons/TruckIcon.js +1 -1
  425. package/icons/UFODuotoneIcon.js +1 -1
  426. package/icons/UFOIcon.js +1 -1
  427. package/icons/UserDuotoneIcon.js +1 -1
  428. package/icons/UserIcon.js +1 -1
  429. package/icons/UsersIcon.js +1 -1
  430. package/icons/UtahDuotoneIcon.js +1 -1
  431. package/icons/UtahIcon.js +1 -1
  432. package/icons/WarningDuotoneIcon.js +1 -1
  433. package/icons/WarningIcon.js +1 -1
  434. package/icons/custom/AvatarIcon.js +1 -1
  435. package/icons/custom/logo/ZonosIcon.js +1 -0
  436. package/icons/custom/logo/ZonosLogoIcon.js +1 -0
  437. package/icons/custom/logo/ZonosWordmark.js +1 -0
  438. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  439. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  440. package/icons/custom/products/ClearColorIcon.js +1 -1
  441. package/icons/custom/products/CollectColorIcon.js +1 -1
  442. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  443. package/icons/custom/products/DashboardColorIcon.js +1 -1
  444. package/icons/custom/products/HelloColorIcon.js +1 -1
  445. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  446. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  447. package/icons/custom/products/PrepayColorIcon.js +1 -1
  448. package/icons/custom/products/RateColorIcon.js +1 -1
  449. package/icons/custom/products/RestrictColorIcon.js +1 -1
  450. package/icons/custom/products/ScreenColorIcon.js +1 -1
  451. package/icons/custom/products/TaxColorIcon.js +1 -1
  452. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  453. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  454. package/icons/custom/us-states/AlabamaIcon.js +1 -1
  455. package/icons/custom/us-states/AlaskaIcon.js +1 -1
  456. package/icons/custom/us-states/ArizonaIcon.js +1 -1
  457. package/icons/custom/us-states/ArkansasIcon.js +1 -1
  458. package/icons/custom/us-states/CaliforniaIcon.js +1 -1
  459. package/icons/custom/us-states/ColoradoIcon.js +1 -1
  460. package/icons/custom/us-states/ConnecticutIcon.js +1 -1
  461. package/icons/custom/us-states/DelawareIcon.js +1 -1
  462. package/icons/custom/us-states/FloridaIcon.js +1 -1
  463. package/icons/custom/us-states/GeorgiaIcon.js +1 -1
  464. package/icons/custom/us-states/HawaiiIcon.js +1 -1
  465. package/icons/custom/us-states/IdahoIcon.js +1 -1
  466. package/icons/custom/us-states/IllinoisIcon.js +1 -1
  467. package/icons/custom/us-states/IndianaIcon.js +1 -1
  468. package/icons/custom/us-states/IowaIcon.js +1 -1
  469. package/icons/custom/us-states/KansasIcon.js +1 -1
  470. package/icons/custom/us-states/KentuckyIcon.js +1 -1
  471. package/icons/custom/us-states/LouisianaIcon.js +1 -1
  472. package/icons/custom/us-states/MaineIcon.js +1 -1
  473. package/icons/custom/us-states/MarylandIcon.js +1 -1
  474. package/icons/custom/us-states/MassachusettsIcon.js +1 -1
  475. package/icons/custom/us-states/MichiganIcon.js +1 -1
  476. package/icons/custom/us-states/MinnesotaIcon.js +1 -1
  477. package/icons/custom/us-states/MississippiIcon.js +1 -1
  478. package/icons/custom/us-states/MissouriIcon.js +1 -1
  479. package/icons/custom/us-states/MontanaIcon.js +1 -1
  480. package/icons/custom/us-states/NebraskaIcon.js +1 -1
  481. package/icons/custom/us-states/NevadaIcon.js +1 -1
  482. package/icons/custom/us-states/NewHampshireIcon.js +1 -1
  483. package/icons/custom/us-states/NewJerseyIcon.js +1 -1
  484. package/icons/custom/us-states/NewMexicoIcon.js +1 -1
  485. package/icons/custom/us-states/NewYorkIcon.js +1 -1
  486. package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
  487. package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
  488. package/icons/custom/us-states/OhioIcon.js +1 -1
  489. package/icons/custom/us-states/OklahomaIcon.js +1 -1
  490. package/icons/custom/us-states/OregonIcon.js +1 -1
  491. package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
  492. package/icons/custom/us-states/PuertoRicoIcon.js +1 -1
  493. package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
  494. package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
  495. package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
  496. package/icons/custom/us-states/TennesseeIcon.js +1 -1
  497. package/icons/custom/us-states/TexasIcon.js +1 -1
  498. package/icons/custom/us-states/UtahIcon.js +1 -1
  499. package/icons/custom/us-states/VermontIcon.js +1 -1
  500. package/icons/custom/us-states/VirginiaIcon.js +1 -1
  501. package/icons/custom/us-states/WashingtonIcon.js +1 -1
  502. package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
  503. package/icons/custom/us-states/WisconsinIcon.js +1 -1
  504. package/icons/custom/us-states/WyomingIcon.js +1 -1
  505. package/icons/flag-icon/FlagIcon.js +1 -1
  506. package/icons/flag-icon/_FlagIconBase.js +1 -1
  507. package/icons/flags/AD.js +1 -1
  508. package/icons/flags/AE.js +1 -1
  509. package/icons/flags/AF.js +1 -1
  510. package/icons/flags/AG.js +1 -1
  511. package/icons/flags/AI.js +1 -1
  512. package/icons/flags/AL.js +1 -1
  513. package/icons/flags/AM.js +1 -1
  514. package/icons/flags/AO.js +1 -1
  515. package/icons/flags/AQ.js +1 -1
  516. package/icons/flags/AR.js +1 -1
  517. package/icons/flags/AS.js +1 -1
  518. package/icons/flags/AT.js +1 -1
  519. package/icons/flags/AU.js +1 -1
  520. package/icons/flags/AW.js +1 -1
  521. package/icons/flags/AX.js +1 -1
  522. package/icons/flags/AZ.js +1 -1
  523. package/icons/flags/BA.js +1 -1
  524. package/icons/flags/BB.js +1 -1
  525. package/icons/flags/BD.js +1 -1
  526. package/icons/flags/BE.js +1 -1
  527. package/icons/flags/BF.js +1 -1
  528. package/icons/flags/BG.js +1 -1
  529. package/icons/flags/BH.js +1 -1
  530. package/icons/flags/BI.js +1 -1
  531. package/icons/flags/BJ.js +1 -1
  532. package/icons/flags/BL.js +1 -1
  533. package/icons/flags/BM.js +1 -1
  534. package/icons/flags/BN.js +1 -1
  535. package/icons/flags/BO.js +1 -1
  536. package/icons/flags/BQ.js +1 -1
  537. package/icons/flags/BR.js +1 -1
  538. package/icons/flags/BS.js +1 -1
  539. package/icons/flags/BT.js +1 -1
  540. package/icons/flags/BV.js +1 -1
  541. package/icons/flags/BW.js +1 -1
  542. package/icons/flags/BY.js +1 -1
  543. package/icons/flags/BZ.js +1 -1
  544. package/icons/flags/CA.js +1 -1
  545. package/icons/flags/CC.js +1 -1
  546. package/icons/flags/CD.js +1 -1
  547. package/icons/flags/CF.js +1 -1
  548. package/icons/flags/CG.js +1 -1
  549. package/icons/flags/CH.js +1 -1
  550. package/icons/flags/CI.js +1 -1
  551. package/icons/flags/CK.js +1 -1
  552. package/icons/flags/CL.js +1 -1
  553. package/icons/flags/CM.js +1 -1
  554. package/icons/flags/CN.js +1 -1
  555. package/icons/flags/CO.js +1 -1
  556. package/icons/flags/CR.js +1 -1
  557. package/icons/flags/CU.js +1 -1
  558. package/icons/flags/CV.js +1 -1
  559. package/icons/flags/CW.js +1 -1
  560. package/icons/flags/CX.js +1 -1
  561. package/icons/flags/CY.js +1 -1
  562. package/icons/flags/CZ.js +1 -1
  563. package/icons/flags/DE.js +1 -1
  564. package/icons/flags/DJ.js +1 -1
  565. package/icons/flags/DK.js +1 -1
  566. package/icons/flags/DM.js +1 -1
  567. package/icons/flags/DO.js +1 -1
  568. package/icons/flags/DZ.js +1 -1
  569. package/icons/flags/Default.js +1 -1
  570. package/icons/flags/EC.js +1 -1
  571. package/icons/flags/EE.js +1 -1
  572. package/icons/flags/EG.js +1 -1
  573. package/icons/flags/EH.js +1 -1
  574. package/icons/flags/ER.js +1 -1
  575. package/icons/flags/ES.js +1 -1
  576. package/icons/flags/ET.js +1 -1
  577. package/icons/flags/FI.js +1 -1
  578. package/icons/flags/FJ.js +1 -1
  579. package/icons/flags/FK.js +1 -1
  580. package/icons/flags/FM.js +1 -1
  581. package/icons/flags/FO.js +1 -1
  582. package/icons/flags/FR.js +1 -1
  583. package/icons/flags/GA.js +1 -1
  584. package/icons/flags/GB.js +1 -1
  585. package/icons/flags/GD.js +1 -1
  586. package/icons/flags/GE.js +1 -1
  587. package/icons/flags/GF.js +1 -1
  588. package/icons/flags/GG.js +1 -1
  589. package/icons/flags/GH.js +1 -1
  590. package/icons/flags/GI.js +1 -1
  591. package/icons/flags/GL.js +1 -1
  592. package/icons/flags/GM.js +1 -1
  593. package/icons/flags/GN.js +1 -1
  594. package/icons/flags/GP.js +1 -1
  595. package/icons/flags/GQ.js +1 -1
  596. package/icons/flags/GR.js +1 -1
  597. package/icons/flags/GS.js +1 -1
  598. package/icons/flags/GT.js +1 -1
  599. package/icons/flags/GU.js +1 -1
  600. package/icons/flags/GW.js +1 -1
  601. package/icons/flags/GY.js +1 -1
  602. package/icons/flags/HK.js +1 -1
  603. package/icons/flags/HM.js +1 -1
  604. package/icons/flags/HN.js +1 -1
  605. package/icons/flags/HR.js +1 -1
  606. package/icons/flags/HT.js +1 -1
  607. package/icons/flags/HU.js +1 -1
  608. package/icons/flags/IC.js +1 -1
  609. package/icons/flags/ID.js +1 -1
  610. package/icons/flags/IE.js +1 -1
  611. package/icons/flags/IL.js +1 -1
  612. package/icons/flags/IM.js +1 -1
  613. package/icons/flags/IN.js +1 -1
  614. package/icons/flags/IO.js +1 -1
  615. package/icons/flags/IQ.js +1 -1
  616. package/icons/flags/IR.js +1 -1
  617. package/icons/flags/IS.js +1 -1
  618. package/icons/flags/IT.js +1 -1
  619. package/icons/flags/JE.js +1 -1
  620. package/icons/flags/JM.js +1 -1
  621. package/icons/flags/JO.js +1 -1
  622. package/icons/flags/JP.js +1 -1
  623. package/icons/flags/KE.js +1 -1
  624. package/icons/flags/KG.js +1 -1
  625. package/icons/flags/KH.js +1 -1
  626. package/icons/flags/KI.js +1 -1
  627. package/icons/flags/KM.js +1 -1
  628. package/icons/flags/KN.js +1 -1
  629. package/icons/flags/KP.js +1 -1
  630. package/icons/flags/KR.js +1 -1
  631. package/icons/flags/KW.js +1 -1
  632. package/icons/flags/KY.js +1 -1
  633. package/icons/flags/KZ.js +1 -1
  634. package/icons/flags/LA.js +1 -1
  635. package/icons/flags/LB.js +1 -1
  636. package/icons/flags/LC.js +1 -1
  637. package/icons/flags/LI.js +1 -1
  638. package/icons/flags/LK.js +1 -1
  639. package/icons/flags/LR.js +1 -1
  640. package/icons/flags/LS.js +1 -1
  641. package/icons/flags/LT.js +1 -1
  642. package/icons/flags/LU.js +1 -1
  643. package/icons/flags/LV.js +1 -1
  644. package/icons/flags/LY.js +1 -1
  645. package/icons/flags/MA.js +1 -1
  646. package/icons/flags/MC.js +1 -1
  647. package/icons/flags/MD.js +1 -1
  648. package/icons/flags/ME.js +1 -1
  649. package/icons/flags/MF.js +1 -1
  650. package/icons/flags/MG.js +1 -1
  651. package/icons/flags/MH.js +1 -1
  652. package/icons/flags/MK.js +1 -1
  653. package/icons/flags/ML.js +1 -1
  654. package/icons/flags/MM.js +1 -1
  655. package/icons/flags/MN.js +1 -1
  656. package/icons/flags/MO.js +1 -1
  657. package/icons/flags/MP.js +1 -1
  658. package/icons/flags/MQ.js +1 -1
  659. package/icons/flags/MR.js +1 -1
  660. package/icons/flags/MS.js +1 -1
  661. package/icons/flags/MT.js +1 -1
  662. package/icons/flags/MU.js +1 -1
  663. package/icons/flags/MV.js +1 -1
  664. package/icons/flags/MW.js +1 -1
  665. package/icons/flags/MX.js +1 -1
  666. package/icons/flags/MY.js +1 -1
  667. package/icons/flags/MZ.js +1 -1
  668. package/icons/flags/NA.js +1 -1
  669. package/icons/flags/NC.js +1 -1
  670. package/icons/flags/NE.js +1 -1
  671. package/icons/flags/NF.js +1 -1
  672. package/icons/flags/NG.js +1 -1
  673. package/icons/flags/NI.js +1 -1
  674. package/icons/flags/NL.js +1 -1
  675. package/icons/flags/NO.js +1 -1
  676. package/icons/flags/NP.js +1 -1
  677. package/icons/flags/NR.js +1 -1
  678. package/icons/flags/NU.js +1 -1
  679. package/icons/flags/NZ.js +1 -1
  680. package/icons/flags/OM.js +1 -1
  681. package/icons/flags/PA.js +1 -1
  682. package/icons/flags/PE.js +1 -1
  683. package/icons/flags/PF.js +1 -1
  684. package/icons/flags/PG.js +1 -1
  685. package/icons/flags/PH.js +1 -1
  686. package/icons/flags/PK.js +1 -1
  687. package/icons/flags/PL.js +1 -1
  688. package/icons/flags/PM.js +1 -1
  689. package/icons/flags/PN.js +1 -1
  690. package/icons/flags/PR.js +1 -1
  691. package/icons/flags/PS.js +1 -1
  692. package/icons/flags/PT.js +1 -1
  693. package/icons/flags/PW.js +1 -1
  694. package/icons/flags/PY.js +1 -1
  695. package/icons/flags/QA.js +1 -1
  696. package/icons/flags/RE.js +1 -1
  697. package/icons/flags/RO.js +1 -1
  698. package/icons/flags/RS.js +1 -1
  699. package/icons/flags/RU.js +1 -1
  700. package/icons/flags/RW.js +1 -1
  701. package/icons/flags/SA.js +1 -1
  702. package/icons/flags/SB.js +1 -1
  703. package/icons/flags/SC.js +1 -1
  704. package/icons/flags/SD.js +1 -1
  705. package/icons/flags/SE.js +1 -1
  706. package/icons/flags/SG.js +1 -1
  707. package/icons/flags/SH.js +1 -1
  708. package/icons/flags/SI.js +1 -1
  709. package/icons/flags/SJ.js +1 -1
  710. package/icons/flags/SK.js +1 -1
  711. package/icons/flags/SL.js +1 -1
  712. package/icons/flags/SM.js +1 -1
  713. package/icons/flags/SN.js +1 -1
  714. package/icons/flags/SO.js +1 -1
  715. package/icons/flags/SR.js +1 -1
  716. package/icons/flags/SS.js +1 -1
  717. package/icons/flags/ST.js +1 -1
  718. package/icons/flags/SV.js +1 -1
  719. package/icons/flags/SX.js +1 -1
  720. package/icons/flags/SY.js +1 -1
  721. package/icons/flags/SZ.js +1 -1
  722. package/icons/flags/TC.js +1 -1
  723. package/icons/flags/TD.js +1 -1
  724. package/icons/flags/TF.js +1 -1
  725. package/icons/flags/TG.js +1 -1
  726. package/icons/flags/TH.js +1 -1
  727. package/icons/flags/TJ.js +1 -1
  728. package/icons/flags/TK.js +1 -1
  729. package/icons/flags/TL.js +1 -1
  730. package/icons/flags/TM.js +1 -1
  731. package/icons/flags/TN.js +1 -1
  732. package/icons/flags/TO.js +1 -1
  733. package/icons/flags/TR.js +1 -1
  734. package/icons/flags/TT.js +1 -1
  735. package/icons/flags/TV.js +1 -1
  736. package/icons/flags/TW.js +1 -1
  737. package/icons/flags/TZ.js +1 -1
  738. package/icons/flags/UA.js +1 -1
  739. package/icons/flags/UG.js +1 -1
  740. package/icons/flags/UM.js +1 -1
  741. package/icons/flags/US.js +1 -1
  742. package/icons/flags/UY.js +1 -1
  743. package/icons/flags/UZ.js +1 -1
  744. package/icons/flags/VA.js +1 -1
  745. package/icons/flags/VC.js +1 -1
  746. package/icons/flags/VE.js +1 -1
  747. package/icons/flags/VG.js +1 -1
  748. package/icons/flags/VI.js +1 -1
  749. package/icons/flags/VN.js +1 -1
  750. package/icons/flags/VU.js +1 -1
  751. package/icons/flags/WF.js +1 -1
  752. package/icons/flags/WS.js +1 -1
  753. package/icons/flags/YE.js +1 -1
  754. package/icons/flags/YT.js +1 -1
  755. package/icons/flags/ZA.js +1 -1
  756. package/icons/flags/ZM.js +1 -1
  757. package/icons/flags/ZW.js +1 -1
  758. package/icons/icon-base/_IconBase.js +1 -1
  759. package/icons/icon-base/_StateIconBase.js +1 -1
  760. package/icons/icon-base/_ThemeIconBase.js +1 -1
  761. package/package.json +3 -1
  762. package/tsconfig.emitDeclarationOnly.tsbuildinfo +1 -0
  763. package/tsconfig.tsbuildinfo +1 -0
  764. package/tslib.es6-8c21e256.js +1 -0
  765. package/utils/_extractQueryParams.js +1 -1
  766. package/utils/addIndex.js +1 -1
  767. package/utils/flattenRow.js +1 -1
  768. package/utils/formatCurrency.js +1 -1
  769. package/utils/getIsInternalLink.js +1 -1
  770. package/utils/getProductDetails.js +1 -1
  771. package/utils/handleFetch.js +1 -1
  772. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  773. package/utils/hooks/useCountryOptions.js +1 -1
  774. package/utils/hooks/useDropdown.js +1 -1
  775. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  776. package/utils/hooks/useNotify.js +1 -1
  777. package/utils/hooks/useStateUrl.js +1 -1
  778. package/utils/hooks/useSwrt.js +1 -1
  779. package/utils/prepCountryOptions.js +1 -1
  780. package/utils/prepRegionCountryOptions.js +1 -1
  781. package/utils/setupNestedData.js +1 -1
  782. package/utils/unitedStates.js +1 -1
  783. package/utils/useCopyText.js +1 -1
  784. package/CountryMultiSelectExpandedOption-920c1ec2.js +0 -1
  785. package/DateControlsWrapper-4900e6bb.js +0 -1
  786. package/all.d.ts +0 -767
  787. package/components/avatar/AvatarBase.d.ts +0 -36
  788. package/components/avatar/ImageAvatar.d.ts +0 -5
  789. package/components/avatar/UserAvatar.d.ts +0 -3
  790. package/components/badge/Badge.d.ts +0 -26
  791. package/components/banner/Banner.d.ts +0 -12
  792. package/components/button/Button.d.ts +0 -52
  793. package/components/button/ButtonIcon.d.ts +0 -5
  794. package/components/button/MenuButton.d.ts +0 -19
  795. package/components/button/RippleGroup.d.ts +0 -21
  796. package/components/button/_Ripple.d.ts +0 -15
  797. package/components/button/button-group/ButtonGroup.d.ts +0 -9
  798. package/components/button/useRipple.d.ts +0 -17
  799. package/components/card/Card.d.ts +0 -12
  800. package/components/checkbox/Checkbox.d.ts +0 -14
  801. package/components/collapse/Collapse.d.ts +0 -17
  802. package/components/connection-map/ConnectionMap.d.ts +0 -12
  803. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +0 -29
  804. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +0 -23
  805. package/components/cover-sheet/CoverSheet.d.ts +0 -12
  806. package/components/cover-sheet/CoverSheetActions.d.ts +0 -11
  807. package/components/currency/Currency.d.ts +0 -7
  808. package/components/currency/DualCurrency.d.ts +0 -33
  809. package/components/danger-zone/DangerZone.d.ts +0 -6
  810. package/components/dialog/BaseDialog.d.ts +0 -49
  811. package/components/dialog/Dialog.d.ts +0 -28
  812. package/components/dialog/DismissableDialog.d.ts +0 -21
  813. package/components/dialog/alert/AlertContext.d.ts +0 -12
  814. package/components/dialog/alert/AlertDialog.d.ts +0 -6
  815. package/components/dialog/alert/useAlert.d.ts +0 -1
  816. package/components/dialog/announcement/AnnouncementDialog.d.ts +0 -28
  817. package/components/dialog/confirm/ConfirmContext.d.ts +0 -13
  818. package/components/dialog/confirm/ConfirmDialog.d.ts +0 -8
  819. package/components/dialog/confirm/useConfirm.d.ts +0 -1
  820. package/components/divider/Divider.d.ts +0 -13
  821. package/components/drop-zone/DropZone.d.ts +0 -33
  822. package/components/file-upload/FileUpload.d.ts +0 -34
  823. package/components/filter/FilterWrapper.d.ts +0 -18
  824. package/components/filter/filter-amount/FilterAmount.d.ts +0 -9
  825. package/components/filter/filter-amount/filterAmountReducer.d.ts +0 -20
  826. package/components/filter/filter-date/DateControls.d.ts +0 -11
  827. package/components/filter/filter-date/DateControlsWrapper.d.ts +0 -13
  828. package/components/filter/filter-date/FilterDate.d.ts +0 -11
  829. package/components/filter/filter-date/_DateControls/_IsAfter.d.ts +0 -2
  830. package/components/filter/filter-date/_DateControls/_IsBefore.d.ts +0 -2
  831. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.d.ts +0 -2
  832. package/components/filter/filter-date/_DateControls/_IsBetween.d.ts +0 -3
  833. package/components/filter/filter-date/_DateControls/_IsEqualTo.d.ts +0 -2
  834. package/components/filter/filter-date/_DateControls/_IsInTheLast.d.ts +0 -2
  835. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.d.ts +0 -2
  836. package/components/filter/filter-date/filterDateReducer.d.ts +0 -24
  837. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +0 -8
  838. package/components/filter/filter-select/FilterSelect.d.ts +0 -17
  839. package/components/filter/filter-text/FilterText.d.ts +0 -6
  840. package/components/filter/useFilterWrapper.d.ts +0 -29
  841. package/components/flex/Flex.d.ts +0 -42
  842. package/components/glow/GlowWrapper.d.ts +0 -27
  843. package/components/help-text/HelpText.d.ts +0 -19
  844. package/components/input/Input.d.ts +0 -19
  845. package/components/input/MultiInput.d.ts +0 -12
  846. package/components/input/input-simple/InputSimple.d.ts +0 -19
  847. package/components/input/input-simple/input-type/_DateInput.d.ts +0 -21
  848. package/components/input/input-simple/input-type/_InputBase.d.ts +0 -79
  849. package/components/input/input-simple/input-type/_NumberInput.d.ts +0 -22
  850. package/components/input/input-simple/input-type/_PasswordInput.d.ts +0 -21
  851. package/components/input/input-simple/input-type/_TimeInput.d.ts +0 -21
  852. package/components/input/input-type/_DateInput.d.ts +0 -21
  853. package/components/input/input-type/_FloatLabelInput.d.ts +0 -80
  854. package/components/input/input-type/_NumberInput.d.ts +0 -22
  855. package/components/input/input-type/_PasswordInput.d.ts +0 -21
  856. package/components/input/input-type/_TimeInput.d.ts +0 -21
  857. package/components/layout/Layout.d.ts +0 -12
  858. package/components/layout/NavigationGroup.d.ts +0 -21
  859. package/components/lightbox/LightBox.d.ts +0 -5
  860. package/components/list/CollapsibleList.d.ts +0 -12
  861. package/components/list/List.d.ts +0 -8
  862. package/components/list-item/ListItem.d.ts +0 -13
  863. package/components/menu/Menu.d.ts +0 -5
  864. package/components/menu/MenuItem.d.ts +0 -10
  865. package/components/nested-data-table/NestedDataTable.d.ts +0 -28
  866. package/components/nested-data-table/NestedDataTableHasura.d.ts +0 -19
  867. package/components/nested-data-table/_Filter.d.ts +0 -7
  868. package/components/nested-data-table/_TableData.d.ts +0 -16
  869. package/components/pivot-table/PivotTable.d.ts +0 -34
  870. package/components/progress-bar/ProgressBar.d.ts +0 -7
  871. package/components/radio/Radio.d.ts +0 -10
  872. package/components/radio/RadioGroup.d.ts +0 -13
  873. package/components/rest-state/RestState.d.ts +0 -9
  874. package/components/rich-card-select/RichCardStateSelect.d.ts +0 -7
  875. package/components/rich-checkbox/RichCheckbox.d.ts +0 -15
  876. package/components/rich-radio/RichRadio.d.ts +0 -25
  877. package/components/rounded-icon/RoundedIcon.d.ts +0 -11
  878. package/components/section/HSection.d.ts +0 -18
  879. package/components/section/VSection.d.ts +0 -11
  880. package/components/section/_SectionHeader.d.ts +0 -9
  881. package/components/section/_SectionInnerWrapper.d.ts +0 -7
  882. package/components/section/_SectionSubheader.d.ts +0 -7
  883. package/components/select/CountryMultiSelect.d.ts +0 -16
  884. package/components/select/CountrySelect.d.ts +0 -15
  885. package/components/select/MultiSelect.d.ts +0 -27
  886. package/components/select/Select.d.ts +0 -33
  887. package/components/select/_StyledReactSelect.d.ts +0 -22
  888. package/components/simple-table/SimpleTable.d.ts +0 -154
  889. package/components/simple-table/SimpleTableRow.d.ts +0 -17
  890. package/components/skeleton/Skeleton.d.ts +0 -15
  891. package/components/slide-over/SlideOver.d.ts +0 -10
  892. package/components/spinner/Spinner.d.ts +0 -13
  893. package/components/split-panel/SplitPanel.d.ts +0 -30
  894. package/components/stack/HStack.d.ts +0 -8
  895. package/components/stack/Stack.d.ts +0 -18
  896. package/components/stack/VStack.d.ts +0 -8
  897. package/components/surface/Surface.d.ts +0 -13
  898. package/components/switch/Switch.d.ts +0 -14
  899. package/components/table/Table.d.ts +0 -7
  900. package/components/table/TableBody.d.ts +0 -6
  901. package/components/table/TableCell.d.ts +0 -11
  902. package/components/table/TableFooter.d.ts +0 -6
  903. package/components/table/TableHead.d.ts +0 -6
  904. package/components/table/TableRow.d.ts +0 -15
  905. package/components/table/TableRowCollapse.d.ts +0 -19
  906. package/components/tabs/Tabs.d.ts +0 -24
  907. package/components/tag/Tag.d.ts +0 -16
  908. package/components/text/Text.d.ts +0 -110
  909. package/components/text-avatar/TextAvatar.d.ts +0 -6
  910. package/components/textarea/Textarea.d.ts +0 -40
  911. package/components/theme-select/ThemeSelect.d.ts +0 -9
  912. package/components/thumbnail/Thumbnail.d.ts +0 -27
  913. package/components/toast/Toast.d.ts +0 -22
  914. package/components/toast/ToastContext.d.ts +0 -17
  915. package/components/toggle/Toggle.d.ts +0 -18
  916. package/components/tooltip/Tooltip.d.ts +0 -37
  917. package/icons/AIDuotoneIcon.d.ts +0 -6
  918. package/icons/AIIcon.d.ts +0 -3
  919. package/icons/ArrowDownDuotoneIcon.d.ts +0 -3
  920. package/icons/ArrowDownIcon.d.ts +0 -3
  921. package/icons/ArrowLeftDuotoneIcon.d.ts +0 -3
  922. package/icons/ArrowLeftIcon.d.ts +0 -3
  923. package/icons/ArrowRightDuotoneIcon.d.ts +0 -3
  924. package/icons/ArrowRightIcon.d.ts +0 -3
  925. package/icons/ArrowSwapDuotoneIcon.d.ts +0 -6
  926. package/icons/ArrowSwapIcon.d.ts +0 -3
  927. package/icons/ArrowUpDuotoneIcon.d.ts +0 -3
  928. package/icons/ArrowUpIcon.d.ts +0 -3
  929. package/icons/BagDuotoneIcon.d.ts +0 -6
  930. package/icons/BagIcon.d.ts +0 -3
  931. package/icons/BankDuotoneIcon.d.ts +0 -6
  932. package/icons/BankIcon.d.ts +0 -3
  933. package/icons/BellDuotoneIcon.d.ts +0 -6
  934. package/icons/BellIcon.d.ts +0 -3
  935. package/icons/BellOffDuotoneIcon.d.ts +0 -6
  936. package/icons/BellOffIcon.d.ts +0 -3
  937. package/icons/BookDuotoneIcon.d.ts +0 -6
  938. package/icons/BookIcon.d.ts +0 -3
  939. package/icons/BookmarkAddDuotoneIcon.d.ts +0 -6
  940. package/icons/BookmarkAddIcon.d.ts +0 -3
  941. package/icons/BookmarkCheckDuotoneIcon.d.ts +0 -6
  942. package/icons/BookmarkCheckIcon.d.ts +0 -3
  943. package/icons/BookmarkDuotoneIcon.d.ts +0 -3
  944. package/icons/BookmarkIcon.d.ts +0 -3
  945. package/icons/BookmarkOffDuotoneIcon.d.ts +0 -6
  946. package/icons/BookmarkOffIcon.d.ts +0 -3
  947. package/icons/BookmarkRemoveDuotoneIcon.d.ts +0 -6
  948. package/icons/BookmarkRemoveIcon.d.ts +0 -3
  949. package/icons/BookmarkSubtractDuotoneIcon.d.ts +0 -6
  950. package/icons/BookmarkSubtractIcon.d.ts +0 -3
  951. package/icons/BoxesDuotoneIcon.d.ts +0 -6
  952. package/icons/BoxesIcon.d.ts +0 -3
  953. package/icons/BufferDuotoneIcon.d.ts +0 -6
  954. package/icons/BufferIcon.d.ts +0 -3
  955. package/icons/CalculatorDuotoneIcon.d.ts +0 -6
  956. package/icons/CalculatorIcon.d.ts +0 -3
  957. package/icons/CalendarDuotoneIcon.d.ts +0 -6
  958. package/icons/CalendarIcon.d.ts +0 -3
  959. package/icons/CardDuotoneIcon.d.ts +0 -6
  960. package/icons/CardIcon.d.ts +0 -3
  961. package/icons/CaretDownDuotoneIcon.d.ts +0 -3
  962. package/icons/CaretDownIcon.d.ts +0 -3
  963. package/icons/CaretLeftDuotoneIcon.d.ts +0 -3
  964. package/icons/CaretLeftIcon.d.ts +0 -3
  965. package/icons/CaretRightDuotoneIcon.d.ts +0 -3
  966. package/icons/CaretRightIcon.d.ts +0 -3
  967. package/icons/CaretUpDuotoneIcon.d.ts +0 -3
  968. package/icons/CaretUpIcon.d.ts +0 -3
  969. package/icons/CartDuotoneIcon.d.ts +0 -6
  970. package/icons/CartIcon.d.ts +0 -3
  971. package/icons/ChartDuotoneIcon.d.ts +0 -6
  972. package/icons/ChartIcon.d.ts +0 -3
  973. package/icons/CheckCircleDuotoneIcon.d.ts +0 -6
  974. package/icons/CheckCircleIcon.d.ts +0 -3
  975. package/icons/CheckmarkDuotoneIcon.d.ts +0 -3
  976. package/icons/CheckmarkIcon.d.ts +0 -3
  977. package/icons/CheckoutDuotoneIcon.d.ts +0 -6
  978. package/icons/CheckoutIcon.d.ts +0 -3
  979. package/icons/ChevronDownCircleDuotoneIcon.d.ts +0 -6
  980. package/icons/ChevronDownCircleIcon.d.ts +0 -3
  981. package/icons/ChevronDownDuotoneIcon.d.ts +0 -3
  982. package/icons/ChevronDownIcon.d.ts +0 -3
  983. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +0 -6
  984. package/icons/ChevronLeftCircleIcon.d.ts +0 -3
  985. package/icons/ChevronLeftDuotoneIcon.d.ts +0 -3
  986. package/icons/ChevronLeftIcon.d.ts +0 -3
  987. package/icons/ChevronRightCircleDuotoneIcon.d.ts +0 -6
  988. package/icons/ChevronRightCircleIcon.d.ts +0 -3
  989. package/icons/ChevronRightDuotoneIcon.d.ts +0 -3
  990. package/icons/ChevronRightIcon.d.ts +0 -3
  991. package/icons/ChevronUpCircleDuotoneIcon.d.ts +0 -3
  992. package/icons/ChevronUpCircleIcon.d.ts +0 -3
  993. package/icons/ChevronUpDuotoneIcon.d.ts +0 -3
  994. package/icons/ChevronUpIcon.d.ts +0 -3
  995. package/icons/CircleDuotoneIcon.d.ts +0 -3
  996. package/icons/CircleIcon.d.ts +0 -3
  997. package/icons/ClassifyDuotoneIcon.d.ts +0 -6
  998. package/icons/ClassifyIcon.d.ts +0 -3
  999. package/icons/ClearDuotoneIcon.d.ts +0 -6
  1000. package/icons/ClearIcon.d.ts +0 -3
  1001. package/icons/ClockDuotoneIcon.d.ts +0 -6
  1002. package/icons/ClockIcon.d.ts +0 -3
  1003. package/icons/CodeCircleDuotoneIcon.d.ts +0 -6
  1004. package/icons/CodeCircleIcon.d.ts +0 -3
  1005. package/icons/CodeDuotoneIcon.d.ts +0 -6
  1006. package/icons/CodeIcon.d.ts +0 -3
  1007. package/icons/CoinsDuotoneIcon.d.ts +0 -6
  1008. package/icons/CoinsIcon.d.ts +0 -3
  1009. package/icons/CollectDuotoneIcon.d.ts +0 -6
  1010. package/icons/CollectIcon.d.ts +0 -3
  1011. package/icons/CommentDuotoneIcon.d.ts +0 -6
  1012. package/icons/CommentIcon.d.ts +0 -3
  1013. package/icons/CopilotDuotoneIcon.d.ts +0 -6
  1014. package/icons/CopilotIcon.d.ts +0 -3
  1015. package/icons/CopyDuotoneIcon.d.ts +0 -6
  1016. package/icons/CopyIDIcon.d.ts +0 -3
  1017. package/icons/CopyIcon.d.ts +0 -3
  1018. package/icons/CubeDuotoneIcon.d.ts +0 -6
  1019. package/icons/CubeIcon.d.ts +0 -3
  1020. package/icons/DashboardDuotoneIcon.d.ts +0 -6
  1021. package/icons/DashboardIcon.d.ts +0 -3
  1022. package/icons/DiamondDuotoneIcon.d.ts +0 -3
  1023. package/icons/DiamondIcon.d.ts +0 -3
  1024. package/icons/DislikeDuotoneIcon.d.ts +0 -6
  1025. package/icons/DislikeIcon.d.ts +0 -3
  1026. package/icons/DocsDuotoneIcon.d.ts +0 -6
  1027. package/icons/DocsIcon.d.ts +0 -3
  1028. package/icons/DollarDuotoneIcon.d.ts +0 -6
  1029. package/icons/DollarIcon.d.ts +0 -3
  1030. package/icons/DoubleChevronDuotoneIcon.d.ts +0 -6
  1031. package/icons/DoubleChevronIcon.d.ts +0 -3
  1032. package/icons/DragDuotoneIcon.d.ts +0 -6
  1033. package/icons/DragIcon.d.ts +0 -3
  1034. package/icons/EditDuotoneIcon.d.ts +0 -6
  1035. package/icons/EditIcon.d.ts +0 -3
  1036. package/icons/ExclamationMarkDuotoneIcon.d.ts +0 -6
  1037. package/icons/ExclamationMarkIcon.d.ts +0 -3
  1038. package/icons/ExportDuotoneIcon.d.ts +0 -6
  1039. package/icons/ExportIcon.d.ts +0 -3
  1040. package/icons/ExternalDuotoneIcon.d.ts +0 -6
  1041. package/icons/ExternalIcon.d.ts +0 -3
  1042. package/icons/EyeDuotoneIcon.d.ts +0 -6
  1043. package/icons/EyeIcon.d.ts +0 -3
  1044. package/icons/EyeOffDuotoneIcon.d.ts +0 -6
  1045. package/icons/EyeOffIcon.d.ts +0 -3
  1046. package/icons/FileDuotoneIcon.d.ts +0 -6
  1047. package/icons/FileIcon.d.ts +0 -3
  1048. package/icons/FileUploadDuotoneIcon.d.ts +0 -6
  1049. package/icons/FileUploadIcon.d.ts +0 -3
  1050. package/icons/FilterDuotoneIcon.d.ts +0 -6
  1051. package/icons/FilterIcon.d.ts +0 -3
  1052. package/icons/FolderListDuotoneIcon.d.ts +0 -6
  1053. package/icons/FolderListIcon.d.ts +0 -3
  1054. package/icons/FolderUploadDuotoneIcon.d.ts +0 -6
  1055. package/icons/FolderUploadIcon.d.ts +0 -3
  1056. package/icons/FusionDuotoneIcon.d.ts +0 -6
  1057. package/icons/FusionIcon.d.ts +0 -3
  1058. package/icons/GlobeDuotoneIcon.d.ts +0 -6
  1059. package/icons/GlobeIcon.d.ts +0 -3
  1060. package/icons/GraphQLDuotoneIcon.d.ts +0 -3
  1061. package/icons/GraphQLIcon.d.ts +0 -3
  1062. package/icons/GridDuotoneIcon.d.ts +0 -6
  1063. package/icons/GridIcon.d.ts +0 -3
  1064. package/icons/HelloDuotoneIcon.d.ts +0 -6
  1065. package/icons/HelloIcon.d.ts +0 -3
  1066. package/icons/HelpDuotoneIcon.d.ts +0 -6
  1067. package/icons/HelpIcon.d.ts +0 -3
  1068. package/icons/HexagonDuotoneIcon.d.ts +0 -3
  1069. package/icons/HexagonIcon.d.ts +0 -3
  1070. package/icons/HomeDuotoneIcon.d.ts +0 -6
  1071. package/icons/HomeIcon.d.ts +0 -3
  1072. package/icons/ImageDuotoneIcon.d.ts +0 -6
  1073. package/icons/ImageIcon.d.ts +0 -3
  1074. package/icons/ImportDuotoneIcon.d.ts +0 -6
  1075. package/icons/ImportIcon.d.ts +0 -3
  1076. package/icons/InfoDuotoneIcon.d.ts +0 -6
  1077. package/icons/InfoIcon.d.ts +0 -3
  1078. package/icons/IntegrationDuotoneIcon.d.ts +0 -6
  1079. package/icons/IntegrationIcon.d.ts +0 -3
  1080. package/icons/LandedCostDuotoneIcon.d.ts +0 -6
  1081. package/icons/LandedCostIcon.d.ts +0 -3
  1082. package/icons/LaptopDuotoneIcon.d.ts +0 -6
  1083. package/icons/LaptopIcon.d.ts +0 -3
  1084. package/icons/LeftPanelClosedDuotoneIcon.d.ts +0 -6
  1085. package/icons/LeftPanelClosedIcon.d.ts +0 -3
  1086. package/icons/LeftPanelOpenDuotoneIcon.d.ts +0 -6
  1087. package/icons/LeftPanelOpenIcon.d.ts +0 -3
  1088. package/icons/LightDuotoneIcon.d.ts +0 -6
  1089. package/icons/LightIcon.d.ts +0 -3
  1090. package/icons/LikeDuotoneIcon.d.ts +0 -6
  1091. package/icons/LikeIcon.d.ts +0 -3
  1092. package/icons/LineDownDuotoneIcon.d.ts +0 -6
  1093. package/icons/LineDownIcon.d.ts +0 -3
  1094. package/icons/LineUpDuotoneIcon.d.ts +0 -6
  1095. package/icons/LineUpIcon.d.ts +0 -3
  1096. package/icons/LinkDuotoneIcon.d.ts +0 -6
  1097. package/icons/LinkIcon.d.ts +0 -3
  1098. package/icons/LocationDuotoneIcon.d.ts +0 -6
  1099. package/icons/LocationIcon.d.ts +0 -3
  1100. package/icons/LockDuotoneIcon.d.ts +0 -6
  1101. package/icons/LockIcon.d.ts +0 -3
  1102. package/icons/LoginDuotoneIcon.d.ts +0 -6
  1103. package/icons/LoginIcon.d.ts +0 -3
  1104. package/icons/LogoutDuotoneIcon.d.ts +0 -6
  1105. package/icons/LogoutIcon.d.ts +0 -3
  1106. package/icons/MailDuotoneIcon.d.ts +0 -6
  1107. package/icons/MailIcon.d.ts +0 -3
  1108. package/icons/MaximizeDuotoneIcon.d.ts +0 -6
  1109. package/icons/MaximizeIcon.d.ts +0 -3
  1110. package/icons/MenuDuotoneIcon.d.ts +0 -6
  1111. package/icons/MenuIcon.d.ts +0 -3
  1112. package/icons/MinimizeDuotoneIcon.d.ts +0 -6
  1113. package/icons/MinimizeIcon.d.ts +0 -3
  1114. package/icons/MinusCircleDuotoneIcon.d.ts +0 -6
  1115. package/icons/MinusCircleIcon.d.ts +0 -3
  1116. package/icons/MinusDuotoneIcon.d.ts +0 -3
  1117. package/icons/MinusIcon.d.ts +0 -3
  1118. package/icons/MobileDuotoneIcon.d.ts +0 -6
  1119. package/icons/MobileIcon.d.ts +0 -3
  1120. package/icons/MoneyDuotoneIcon.d.ts +0 -6
  1121. package/icons/MoneyIcon.d.ts +0 -3
  1122. package/icons/MonitorDuotoneIcon.d.ts +0 -6
  1123. package/icons/MonitorIcon.d.ts +0 -3
  1124. package/icons/NightDuotoneIcon.d.ts +0 -3
  1125. package/icons/NightIcon.d.ts +0 -3
  1126. package/icons/NoteIcon.d.ts +0 -3
  1127. package/icons/PaletteDuotoneIcon.d.ts +0 -6
  1128. package/icons/PaletteIcon.d.ts +0 -3
  1129. package/icons/PauseCircleDuotoneIcon.d.ts +0 -6
  1130. package/icons/PauseCircleIcon.d.ts +0 -3
  1131. package/icons/PenDuotoneIcon.d.ts +0 -6
  1132. package/icons/PenIcon.d.ts +0 -3
  1133. package/icons/PercentBadgeDuotoneIcon.d.ts +0 -6
  1134. package/icons/PercentBadgeIcon.d.ts +0 -3
  1135. package/icons/PercentDuotoneIcon.d.ts +0 -6
  1136. package/icons/PercentIcon.d.ts +0 -3
  1137. package/icons/PlaneDuotoneIcon.d.ts +0 -6
  1138. package/icons/PlaneIcon.d.ts +0 -3
  1139. package/icons/PlayCircleDuotoneIcon.d.ts +0 -6
  1140. package/icons/PlayCircleIcon.d.ts +0 -3
  1141. package/icons/PlayDuotoneIcon.d.ts +0 -3
  1142. package/icons/PlayIcon.d.ts +0 -3
  1143. package/icons/PlusCircleDuotoneIcon.d.ts +0 -6
  1144. package/icons/PlusCircleIcon.d.ts +0 -3
  1145. package/icons/PlusDuotoneIcon.d.ts +0 -3
  1146. package/icons/PlusIcon.d.ts +0 -3
  1147. package/icons/PrepayDuotoneIcon.d.ts +0 -6
  1148. package/icons/PrepayIcon.d.ts +0 -3
  1149. package/icons/PrinterDuotoneIcon.d.ts +0 -6
  1150. package/icons/PrinterIcon.d.ts +0 -3
  1151. package/icons/RadioIcon.d.ts +0 -3
  1152. package/icons/RateDuotoneIcon.d.ts +0 -6
  1153. package/icons/RateIcon.d.ts +0 -3
  1154. package/icons/ReceiptDuotoneIcon.d.ts +0 -6
  1155. package/icons/ReceiptIcon.d.ts +0 -3
  1156. package/icons/RefreshDuotoneIcon.d.ts +0 -6
  1157. package/icons/RefreshIcon.d.ts +0 -3
  1158. package/icons/RemoveCircleDuotoneIcon.d.ts +0 -6
  1159. package/icons/RemoveCircleIcon.d.ts +0 -3
  1160. package/icons/RemoveDuotoneIcon.d.ts +0 -3
  1161. package/icons/RemoveIcon.d.ts +0 -3
  1162. package/icons/RestrictDuotoneIcon.d.ts +0 -6
  1163. package/icons/RestrictIcon.d.ts +0 -3
  1164. package/icons/RightPanelClosedDuotoneIcon.d.ts +0 -6
  1165. package/icons/RightPanelClosedIcon.d.ts +0 -3
  1166. package/icons/RightPanelOpenDuotoneIcon.d.ts +0 -6
  1167. package/icons/RightPanelOpenIcon.d.ts +0 -3
  1168. package/icons/RocketDuotoneIcon.d.ts +0 -6
  1169. package/icons/RocketIcon.d.ts +0 -3
  1170. package/icons/RulesIcon.d.ts +0 -3
  1171. package/icons/ScanDuotoneIcon.d.ts +0 -6
  1172. package/icons/ScanIcon.d.ts +0 -3
  1173. package/icons/ScreenDuotoneIcon.d.ts +0 -6
  1174. package/icons/ScreenIcon.d.ts +0 -3
  1175. package/icons/SearchDuotoneIcon.d.ts +0 -6
  1176. package/icons/SearchIcon.d.ts +0 -3
  1177. package/icons/SendDuotoneIcon.d.ts +0 -6
  1178. package/icons/SendIcon.d.ts +0 -3
  1179. package/icons/SettingsDuotoneIcon.d.ts +0 -6
  1180. package/icons/SettingsIcon.d.ts +0 -3
  1181. package/icons/ShoppingListDuotoneIcon.d.ts +0 -6
  1182. package/icons/ShoppingListIcon.d.ts +0 -3
  1183. package/icons/ShoppingTagDuotoneIcon.d.ts +0 -6
  1184. package/icons/ShoppingTagIcon.d.ts +0 -3
  1185. package/icons/SquareDuotoneIcon.d.ts +0 -3
  1186. package/icons/SquareIcon.d.ts +0 -3
  1187. package/icons/StarDuotoneIcon.d.ts +0 -3
  1188. package/icons/StarIcon.d.ts +0 -3
  1189. package/icons/StarOffDuotoneIcon.d.ts +0 -6
  1190. package/icons/StarOffIcon.d.ts +0 -3
  1191. package/icons/StarsDuotoneIcon.d.ts +0 -6
  1192. package/icons/StarsIcon.d.ts +0 -3
  1193. package/icons/SunnyDuotoneIcon.d.ts +0 -6
  1194. package/icons/SunnyIcon.d.ts +0 -3
  1195. package/icons/TagDuotoneIcon.d.ts +0 -6
  1196. package/icons/TagIcon.d.ts +0 -3
  1197. package/icons/TaxDuotoneIcon.d.ts +0 -6
  1198. package/icons/TaxIcon.d.ts +0 -3
  1199. package/icons/ThreeDotDuotoneIcon.d.ts +0 -3
  1200. package/icons/ThreeDotIcon.d.ts +0 -3
  1201. package/icons/TotalLandedCostDuotoneIcon.d.ts +0 -6
  1202. package/icons/TotalLandedCostIcon.d.ts +0 -3
  1203. package/icons/TrashCanDuotoneIcon.d.ts +0 -6
  1204. package/icons/TrashCanIcon.d.ts +0 -3
  1205. package/icons/TriangleDuotoneIcon.d.ts +0 -3
  1206. package/icons/TriangleIcon.d.ts +0 -3
  1207. package/icons/TruckDuotoneIcon.d.ts +0 -6
  1208. package/icons/TruckIcon.d.ts +0 -3
  1209. package/icons/UFODuotoneIcon.d.ts +0 -6
  1210. package/icons/UFOIcon.d.ts +0 -3
  1211. package/icons/UserDuotoneIcon.d.ts +0 -6
  1212. package/icons/UserIcon.d.ts +0 -3
  1213. package/icons/UsersIcon.d.ts +0 -3
  1214. package/icons/UtahDuotoneIcon.d.ts +0 -3
  1215. package/icons/UtahIcon.d.ts +0 -3
  1216. package/icons/WarningDuotoneIcon.d.ts +0 -6
  1217. package/icons/WarningIcon.d.ts +0 -3
  1218. package/icons/custom/AvatarIcon.d.ts +0 -3
  1219. package/icons/custom/ZonosIcon.d.ts +0 -3
  1220. package/icons/custom/ZonosIcon.js +0 -1
  1221. package/icons/custom/ZonosLogoIcon.d.ts +0 -3
  1222. package/icons/custom/ZonosLogoIcon.js +0 -1
  1223. package/icons/custom/products/CheckoutColorIcon.d.ts +0 -3
  1224. package/icons/custom/products/ClassifyColorIcon.d.ts +0 -3
  1225. package/icons/custom/products/ClearColorIcon.d.ts +0 -3
  1226. package/icons/custom/products/CollectColorIcon.d.ts +0 -3
  1227. package/icons/custom/products/CounterCompanionColorIcon.d.ts +0 -3
  1228. package/icons/custom/products/DashboardColorIcon.d.ts +0 -3
  1229. package/icons/custom/products/HelloColorIcon.d.ts +0 -3
  1230. package/icons/custom/products/InclusivePricingColorIcon.d.ts +0 -3
  1231. package/icons/custom/products/LandedCostColorIcon.d.ts +0 -3
  1232. package/icons/custom/products/PrepayColorIcon.d.ts +0 -3
  1233. package/icons/custom/products/RateColorIcon.d.ts +0 -3
  1234. package/icons/custom/products/RestrictColorIcon.d.ts +0 -3
  1235. package/icons/custom/products/ScreenColorIcon.d.ts +0 -3
  1236. package/icons/custom/products/TaxColorIcon.d.ts +0 -3
  1237. package/icons/custom/theme/ThemeDarkIcon.d.ts +0 -4
  1238. package/icons/custom/theme/ThemeLightIcon.d.ts +0 -4
  1239. package/icons/custom/us-states/AlabamaIcon.d.ts +0 -3
  1240. package/icons/custom/us-states/AlaskaIcon.d.ts +0 -3
  1241. package/icons/custom/us-states/ArizonaIcon.d.ts +0 -3
  1242. package/icons/custom/us-states/ArkansasIcon.d.ts +0 -3
  1243. package/icons/custom/us-states/CaliforniaIcon.d.ts +0 -3
  1244. package/icons/custom/us-states/ColoradoIcon.d.ts +0 -3
  1245. package/icons/custom/us-states/ConnecticutIcon.d.ts +0 -3
  1246. package/icons/custom/us-states/DelawareIcon.d.ts +0 -3
  1247. package/icons/custom/us-states/FloridaIcon.d.ts +0 -3
  1248. package/icons/custom/us-states/GeorgiaIcon.d.ts +0 -3
  1249. package/icons/custom/us-states/HawaiiIcon.d.ts +0 -3
  1250. package/icons/custom/us-states/IdahoIcon.d.ts +0 -3
  1251. package/icons/custom/us-states/IllinoisIcon.d.ts +0 -3
  1252. package/icons/custom/us-states/IndianaIcon.d.ts +0 -3
  1253. package/icons/custom/us-states/IowaIcon.d.ts +0 -3
  1254. package/icons/custom/us-states/KansasIcon.d.ts +0 -3
  1255. package/icons/custom/us-states/KentuckyIcon.d.ts +0 -3
  1256. package/icons/custom/us-states/LouisianaIcon.d.ts +0 -3
  1257. package/icons/custom/us-states/MaineIcon.d.ts +0 -3
  1258. package/icons/custom/us-states/MarylandIcon.d.ts +0 -3
  1259. package/icons/custom/us-states/MassachusettsIcon.d.ts +0 -3
  1260. package/icons/custom/us-states/MichiganIcon.d.ts +0 -3
  1261. package/icons/custom/us-states/MinnesotaIcon.d.ts +0 -3
  1262. package/icons/custom/us-states/MississippiIcon.d.ts +0 -3
  1263. package/icons/custom/us-states/MissouriIcon.d.ts +0 -3
  1264. package/icons/custom/us-states/MontanaIcon.d.ts +0 -3
  1265. package/icons/custom/us-states/NebraskaIcon.d.ts +0 -3
  1266. package/icons/custom/us-states/NevadaIcon.d.ts +0 -3
  1267. package/icons/custom/us-states/NewHampshireIcon.d.ts +0 -3
  1268. package/icons/custom/us-states/NewJerseyIcon.d.ts +0 -3
  1269. package/icons/custom/us-states/NewMexicoIcon.d.ts +0 -3
  1270. package/icons/custom/us-states/NewYorkIcon.d.ts +0 -3
  1271. package/icons/custom/us-states/NorthCarolinaIcon.d.ts +0 -3
  1272. package/icons/custom/us-states/NorthDakotaIcon.d.ts +0 -3
  1273. package/icons/custom/us-states/OhioIcon.d.ts +0 -3
  1274. package/icons/custom/us-states/OklahomaIcon.d.ts +0 -3
  1275. package/icons/custom/us-states/OregonIcon.d.ts +0 -3
  1276. package/icons/custom/us-states/PennsylvaniaIcon.d.ts +0 -3
  1277. package/icons/custom/us-states/PuertoRicoIcon.d.ts +0 -3
  1278. package/icons/custom/us-states/RhodeIslandIcon.d.ts +0 -3
  1279. package/icons/custom/us-states/SouthCarolinaIcon.d.ts +0 -3
  1280. package/icons/custom/us-states/SouthDakotaIcon.d.ts +0 -3
  1281. package/icons/custom/us-states/TennesseeIcon.d.ts +0 -3
  1282. package/icons/custom/us-states/TexasIcon.d.ts +0 -3
  1283. package/icons/custom/us-states/UtahIcon.d.ts +0 -3
  1284. package/icons/custom/us-states/VermontIcon.d.ts +0 -3
  1285. package/icons/custom/us-states/VirginiaIcon.d.ts +0 -3
  1286. package/icons/custom/us-states/WashingtonIcon.d.ts +0 -3
  1287. package/icons/custom/us-states/WestVirginiaIcon.d.ts +0 -3
  1288. package/icons/custom/us-states/WisconsinIcon.d.ts +0 -3
  1289. package/icons/custom/us-states/WyomingIcon.d.ts +0 -3
  1290. package/icons/flag-icon/FlagIcon.d.ts +0 -14
  1291. package/icons/flag-icon/_FlagIconBase.d.ts +0 -10
  1292. package/icons/flags/AD.d.ts +0 -8
  1293. package/icons/flags/AE.d.ts +0 -8
  1294. package/icons/flags/AF.d.ts +0 -8
  1295. package/icons/flags/AG.d.ts +0 -8
  1296. package/icons/flags/AI.d.ts +0 -8
  1297. package/icons/flags/AL.d.ts +0 -8
  1298. package/icons/flags/AM.d.ts +0 -8
  1299. package/icons/flags/AO.d.ts +0 -8
  1300. package/icons/flags/AQ.d.ts +0 -8
  1301. package/icons/flags/AR.d.ts +0 -8
  1302. package/icons/flags/AS.d.ts +0 -8
  1303. package/icons/flags/AT.d.ts +0 -8
  1304. package/icons/flags/AU.d.ts +0 -8
  1305. package/icons/flags/AW.d.ts +0 -8
  1306. package/icons/flags/AX.d.ts +0 -8
  1307. package/icons/flags/AZ.d.ts +0 -8
  1308. package/icons/flags/BA.d.ts +0 -8
  1309. package/icons/flags/BB.d.ts +0 -8
  1310. package/icons/flags/BD.d.ts +0 -8
  1311. package/icons/flags/BE.d.ts +0 -8
  1312. package/icons/flags/BF.d.ts +0 -8
  1313. package/icons/flags/BG.d.ts +0 -8
  1314. package/icons/flags/BH.d.ts +0 -8
  1315. package/icons/flags/BI.d.ts +0 -8
  1316. package/icons/flags/BJ.d.ts +0 -8
  1317. package/icons/flags/BL.d.ts +0 -8
  1318. package/icons/flags/BM.d.ts +0 -8
  1319. package/icons/flags/BN.d.ts +0 -8
  1320. package/icons/flags/BO.d.ts +0 -8
  1321. package/icons/flags/BQ.d.ts +0 -8
  1322. package/icons/flags/BR.d.ts +0 -8
  1323. package/icons/flags/BS.d.ts +0 -8
  1324. package/icons/flags/BT.d.ts +0 -8
  1325. package/icons/flags/BV.d.ts +0 -8
  1326. package/icons/flags/BW.d.ts +0 -8
  1327. package/icons/flags/BY.d.ts +0 -8
  1328. package/icons/flags/BZ.d.ts +0 -8
  1329. package/icons/flags/CA.d.ts +0 -8
  1330. package/icons/flags/CC.d.ts +0 -8
  1331. package/icons/flags/CD.d.ts +0 -8
  1332. package/icons/flags/CF.d.ts +0 -8
  1333. package/icons/flags/CG.d.ts +0 -8
  1334. package/icons/flags/CH.d.ts +0 -8
  1335. package/icons/flags/CI.d.ts +0 -8
  1336. package/icons/flags/CK.d.ts +0 -8
  1337. package/icons/flags/CL.d.ts +0 -8
  1338. package/icons/flags/CM.d.ts +0 -8
  1339. package/icons/flags/CN.d.ts +0 -8
  1340. package/icons/flags/CO.d.ts +0 -8
  1341. package/icons/flags/CR.d.ts +0 -8
  1342. package/icons/flags/CU.d.ts +0 -8
  1343. package/icons/flags/CV.d.ts +0 -8
  1344. package/icons/flags/CW.d.ts +0 -8
  1345. package/icons/flags/CX.d.ts +0 -8
  1346. package/icons/flags/CY.d.ts +0 -8
  1347. package/icons/flags/CZ.d.ts +0 -8
  1348. package/icons/flags/DE.d.ts +0 -8
  1349. package/icons/flags/DJ.d.ts +0 -8
  1350. package/icons/flags/DK.d.ts +0 -8
  1351. package/icons/flags/DM.d.ts +0 -8
  1352. package/icons/flags/DO.d.ts +0 -8
  1353. package/icons/flags/DZ.d.ts +0 -8
  1354. package/icons/flags/Default.d.ts +0 -8
  1355. package/icons/flags/EC.d.ts +0 -8
  1356. package/icons/flags/EE.d.ts +0 -8
  1357. package/icons/flags/EG.d.ts +0 -8
  1358. package/icons/flags/EH.d.ts +0 -8
  1359. package/icons/flags/ER.d.ts +0 -8
  1360. package/icons/flags/ES.d.ts +0 -8
  1361. package/icons/flags/ET.d.ts +0 -8
  1362. package/icons/flags/FI.d.ts +0 -8
  1363. package/icons/flags/FJ.d.ts +0 -8
  1364. package/icons/flags/FK.d.ts +0 -8
  1365. package/icons/flags/FM.d.ts +0 -8
  1366. package/icons/flags/FO.d.ts +0 -8
  1367. package/icons/flags/FR.d.ts +0 -8
  1368. package/icons/flags/GA.d.ts +0 -8
  1369. package/icons/flags/GB.d.ts +0 -8
  1370. package/icons/flags/GD.d.ts +0 -8
  1371. package/icons/flags/GE.d.ts +0 -8
  1372. package/icons/flags/GF.d.ts +0 -8
  1373. package/icons/flags/GG.d.ts +0 -8
  1374. package/icons/flags/GH.d.ts +0 -8
  1375. package/icons/flags/GI.d.ts +0 -8
  1376. package/icons/flags/GL.d.ts +0 -8
  1377. package/icons/flags/GM.d.ts +0 -8
  1378. package/icons/flags/GN.d.ts +0 -8
  1379. package/icons/flags/GP.d.ts +0 -8
  1380. package/icons/flags/GQ.d.ts +0 -8
  1381. package/icons/flags/GR.d.ts +0 -8
  1382. package/icons/flags/GS.d.ts +0 -8
  1383. package/icons/flags/GT.d.ts +0 -8
  1384. package/icons/flags/GU.d.ts +0 -8
  1385. package/icons/flags/GW.d.ts +0 -8
  1386. package/icons/flags/GY.d.ts +0 -8
  1387. package/icons/flags/HK.d.ts +0 -8
  1388. package/icons/flags/HM.d.ts +0 -8
  1389. package/icons/flags/HN.d.ts +0 -8
  1390. package/icons/flags/HR.d.ts +0 -8
  1391. package/icons/flags/HT.d.ts +0 -8
  1392. package/icons/flags/HU.d.ts +0 -8
  1393. package/icons/flags/IC.d.ts +0 -8
  1394. package/icons/flags/ID.d.ts +0 -8
  1395. package/icons/flags/IE.d.ts +0 -8
  1396. package/icons/flags/IL.d.ts +0 -8
  1397. package/icons/flags/IM.d.ts +0 -8
  1398. package/icons/flags/IN.d.ts +0 -8
  1399. package/icons/flags/IO.d.ts +0 -8
  1400. package/icons/flags/IQ.d.ts +0 -8
  1401. package/icons/flags/IR.d.ts +0 -8
  1402. package/icons/flags/IS.d.ts +0 -8
  1403. package/icons/flags/IT.d.ts +0 -8
  1404. package/icons/flags/JE.d.ts +0 -8
  1405. package/icons/flags/JM.d.ts +0 -8
  1406. package/icons/flags/JO.d.ts +0 -8
  1407. package/icons/flags/JP.d.ts +0 -8
  1408. package/icons/flags/KE.d.ts +0 -8
  1409. package/icons/flags/KG.d.ts +0 -8
  1410. package/icons/flags/KH.d.ts +0 -8
  1411. package/icons/flags/KI.d.ts +0 -8
  1412. package/icons/flags/KM.d.ts +0 -8
  1413. package/icons/flags/KN.d.ts +0 -8
  1414. package/icons/flags/KP.d.ts +0 -8
  1415. package/icons/flags/KR.d.ts +0 -8
  1416. package/icons/flags/KW.d.ts +0 -8
  1417. package/icons/flags/KY.d.ts +0 -8
  1418. package/icons/flags/KZ.d.ts +0 -8
  1419. package/icons/flags/LA.d.ts +0 -8
  1420. package/icons/flags/LB.d.ts +0 -8
  1421. package/icons/flags/LC.d.ts +0 -8
  1422. package/icons/flags/LI.d.ts +0 -8
  1423. package/icons/flags/LK.d.ts +0 -8
  1424. package/icons/flags/LR.d.ts +0 -8
  1425. package/icons/flags/LS.d.ts +0 -8
  1426. package/icons/flags/LT.d.ts +0 -8
  1427. package/icons/flags/LU.d.ts +0 -8
  1428. package/icons/flags/LV.d.ts +0 -8
  1429. package/icons/flags/LY.d.ts +0 -8
  1430. package/icons/flags/MA.d.ts +0 -8
  1431. package/icons/flags/MC.d.ts +0 -8
  1432. package/icons/flags/MD.d.ts +0 -8
  1433. package/icons/flags/ME.d.ts +0 -8
  1434. package/icons/flags/MF.d.ts +0 -8
  1435. package/icons/flags/MG.d.ts +0 -8
  1436. package/icons/flags/MH.d.ts +0 -8
  1437. package/icons/flags/MK.d.ts +0 -8
  1438. package/icons/flags/ML.d.ts +0 -8
  1439. package/icons/flags/MM.d.ts +0 -8
  1440. package/icons/flags/MN.d.ts +0 -8
  1441. package/icons/flags/MO.d.ts +0 -8
  1442. package/icons/flags/MP.d.ts +0 -8
  1443. package/icons/flags/MQ.d.ts +0 -8
  1444. package/icons/flags/MR.d.ts +0 -8
  1445. package/icons/flags/MS.d.ts +0 -8
  1446. package/icons/flags/MT.d.ts +0 -8
  1447. package/icons/flags/MU.d.ts +0 -8
  1448. package/icons/flags/MV.d.ts +0 -8
  1449. package/icons/flags/MW.d.ts +0 -8
  1450. package/icons/flags/MX.d.ts +0 -8
  1451. package/icons/flags/MY.d.ts +0 -8
  1452. package/icons/flags/MZ.d.ts +0 -8
  1453. package/icons/flags/NA.d.ts +0 -8
  1454. package/icons/flags/NC.d.ts +0 -8
  1455. package/icons/flags/NE.d.ts +0 -8
  1456. package/icons/flags/NF.d.ts +0 -8
  1457. package/icons/flags/NG.d.ts +0 -8
  1458. package/icons/flags/NI.d.ts +0 -8
  1459. package/icons/flags/NL.d.ts +0 -8
  1460. package/icons/flags/NO.d.ts +0 -8
  1461. package/icons/flags/NP.d.ts +0 -8
  1462. package/icons/flags/NR.d.ts +0 -8
  1463. package/icons/flags/NU.d.ts +0 -8
  1464. package/icons/flags/NZ.d.ts +0 -8
  1465. package/icons/flags/OM.d.ts +0 -8
  1466. package/icons/flags/PA.d.ts +0 -8
  1467. package/icons/flags/PE.d.ts +0 -8
  1468. package/icons/flags/PF.d.ts +0 -8
  1469. package/icons/flags/PG.d.ts +0 -8
  1470. package/icons/flags/PH.d.ts +0 -8
  1471. package/icons/flags/PK.d.ts +0 -8
  1472. package/icons/flags/PL.d.ts +0 -8
  1473. package/icons/flags/PM.d.ts +0 -8
  1474. package/icons/flags/PN.d.ts +0 -8
  1475. package/icons/flags/PR.d.ts +0 -8
  1476. package/icons/flags/PS.d.ts +0 -8
  1477. package/icons/flags/PT.d.ts +0 -8
  1478. package/icons/flags/PW.d.ts +0 -8
  1479. package/icons/flags/PY.d.ts +0 -8
  1480. package/icons/flags/QA.d.ts +0 -8
  1481. package/icons/flags/RE.d.ts +0 -8
  1482. package/icons/flags/RO.d.ts +0 -8
  1483. package/icons/flags/RS.d.ts +0 -8
  1484. package/icons/flags/RU.d.ts +0 -8
  1485. package/icons/flags/RW.d.ts +0 -8
  1486. package/icons/flags/SA.d.ts +0 -8
  1487. package/icons/flags/SB.d.ts +0 -8
  1488. package/icons/flags/SC.d.ts +0 -8
  1489. package/icons/flags/SD.d.ts +0 -8
  1490. package/icons/flags/SE.d.ts +0 -8
  1491. package/icons/flags/SG.d.ts +0 -8
  1492. package/icons/flags/SH.d.ts +0 -8
  1493. package/icons/flags/SI.d.ts +0 -8
  1494. package/icons/flags/SJ.d.ts +0 -8
  1495. package/icons/flags/SK.d.ts +0 -8
  1496. package/icons/flags/SL.d.ts +0 -8
  1497. package/icons/flags/SM.d.ts +0 -8
  1498. package/icons/flags/SN.d.ts +0 -8
  1499. package/icons/flags/SO.d.ts +0 -8
  1500. package/icons/flags/SR.d.ts +0 -8
  1501. package/icons/flags/SS.d.ts +0 -8
  1502. package/icons/flags/ST.d.ts +0 -8
  1503. package/icons/flags/SV.d.ts +0 -8
  1504. package/icons/flags/SX.d.ts +0 -8
  1505. package/icons/flags/SY.d.ts +0 -8
  1506. package/icons/flags/SZ.d.ts +0 -8
  1507. package/icons/flags/TC.d.ts +0 -8
  1508. package/icons/flags/TD.d.ts +0 -8
  1509. package/icons/flags/TF.d.ts +0 -8
  1510. package/icons/flags/TG.d.ts +0 -8
  1511. package/icons/flags/TH.d.ts +0 -8
  1512. package/icons/flags/TJ.d.ts +0 -8
  1513. package/icons/flags/TK.d.ts +0 -8
  1514. package/icons/flags/TL.d.ts +0 -8
  1515. package/icons/flags/TM.d.ts +0 -8
  1516. package/icons/flags/TN.d.ts +0 -8
  1517. package/icons/flags/TO.d.ts +0 -8
  1518. package/icons/flags/TR.d.ts +0 -8
  1519. package/icons/flags/TT.d.ts +0 -8
  1520. package/icons/flags/TV.d.ts +0 -8
  1521. package/icons/flags/TW.d.ts +0 -8
  1522. package/icons/flags/TZ.d.ts +0 -8
  1523. package/icons/flags/UA.d.ts +0 -8
  1524. package/icons/flags/UG.d.ts +0 -8
  1525. package/icons/flags/UM.d.ts +0 -8
  1526. package/icons/flags/US.d.ts +0 -8
  1527. package/icons/flags/UY.d.ts +0 -8
  1528. package/icons/flags/UZ.d.ts +0 -8
  1529. package/icons/flags/VA.d.ts +0 -8
  1530. package/icons/flags/VC.d.ts +0 -8
  1531. package/icons/flags/VE.d.ts +0 -8
  1532. package/icons/flags/VG.d.ts +0 -8
  1533. package/icons/flags/VI.d.ts +0 -8
  1534. package/icons/flags/VN.d.ts +0 -8
  1535. package/icons/flags/VU.d.ts +0 -8
  1536. package/icons/flags/WF.d.ts +0 -8
  1537. package/icons/flags/WS.d.ts +0 -8
  1538. package/icons/flags/YE.d.ts +0 -8
  1539. package/icons/flags/YT.d.ts +0 -8
  1540. package/icons/flags/ZA.d.ts +0 -8
  1541. package/icons/flags/ZM.d.ts +0 -8
  1542. package/icons/flags/ZW.d.ts +0 -8
  1543. package/icons/flags/_FlagIndex.d.ts +0 -251
  1544. package/icons/icon-base/_IconBase.d.ts +0 -6
  1545. package/icons/icon-base/_StateIconBase.d.ts +0 -6
  1546. package/icons/icon-base/_ThemeIconBase.d.ts +0 -8
  1547. package/styles/constants/theme.d.ts +0 -534
  1548. package/styles/devices.d.ts +0 -10
  1549. package/tslib.es6-5672428a.js +0 -1
  1550. package/types/BaseProps.d.ts +0 -7
  1551. package/types/Color.d.ts +0 -5
  1552. package/types/Depth.d.ts +0 -1
  1553. package/types/GeoJsonWorld.d.ts +0 -21
  1554. package/types/GridSpacing.d.ts +0 -2
  1555. package/types/IconProps.d.ts +0 -10
  1556. package/types/Intent.d.ts +0 -1
  1557. package/types/ReactComponent.d.ts +0 -2
  1558. package/types/SectionLayout.d.ts +0 -1
  1559. package/types/SelectOption.d.ts +0 -12
  1560. package/types/Size.d.ts +0 -1
  1561. package/types/Theme.d.ts +0 -3
  1562. package/types/UnitedStates.d.ts +0 -12
  1563. package/types/UploadedFile.d.ts +0 -5
  1564. package/types/Variant.d.ts +0 -1
  1565. package/types/deep/Deep.test-d.d.ts +0 -1
  1566. package/types/deep/DeepKeyof.d.ts +0 -18
  1567. package/types/deep/DeepKeyofAtIndex.d.ts +0 -12
  1568. package/types/deep/DeepKeyofAtIndex.test-d.d.ts +0 -1
  1569. package/types/deep/DeepReducerActions.d.ts +0 -25
  1570. package/types/deep/deep.d.ts +0 -4
  1571. package/utils/_extractQueryParams.d.ts +0 -5
  1572. package/utils/addIndex.d.ts +0 -6
  1573. package/utils/changeDeepProperty.d.ts +0 -44
  1574. package/utils/changeDeepPropertyAtIndex.d.ts +0 -68
  1575. package/utils/countryPhoneCodes.d.ts +0 -4
  1576. package/utils/flattenRow.d.ts +0 -8
  1577. package/utils/formatCurrency.d.ts +0 -49
  1578. package/utils/getAminoColor.d.ts +0 -2
  1579. package/utils/getCountryCodeByName.d.ts +0 -2
  1580. package/utils/getCountryUrls.d.ts +0 -1
  1581. package/utils/getFuzzySearch.d.ts +0 -8
  1582. package/utils/getHashId.d.ts +0 -2
  1583. package/utils/getIsInternalLink.d.ts +0 -8
  1584. package/utils/getProductDetails.d.ts +0 -19
  1585. package/utils/getTestId.d.ts +0 -5
  1586. package/utils/handleFetch.d.ts +0 -23
  1587. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +0 -13
  1588. package/utils/hooks/useAminoTheme.d.ts +0 -12
  1589. package/utils/hooks/useCountryOptions.d.ts +0 -71
  1590. package/utils/hooks/useDropdown.d.ts +0 -32
  1591. package/utils/hooks/useHeightAdjustTextarea.d.ts +0 -15
  1592. package/utils/hooks/useNotify.d.ts +0 -5
  1593. package/utils/hooks/usePrevious.d.ts +0 -1
  1594. package/utils/hooks/useStateUrl.d.ts +0 -24
  1595. package/utils/hooks/useStorage.d.ts +0 -19
  1596. package/utils/hooks/useSwr.d.ts +0 -1
  1597. package/utils/hooks/useSwrt.d.ts +0 -29
  1598. package/utils/isKeyInObj.d.ts +0 -5
  1599. package/utils/jsonParse.d.ts +0 -1
  1600. package/utils/multiinput/parseStringIntoTags.d.ts +0 -2
  1601. package/utils/prepCountryOptions.d.ts +0 -19
  1602. package/utils/prepRegionCountryOptions.d.ts +0 -5
  1603. package/utils/setupNestedData.d.ts +0 -2
  1604. package/utils/storage.d.ts +0 -21
  1605. package/utils/truncateText.d.ts +0 -25
  1606. package/utils/unitedStates.d.ts +0 -2
  1607. package/utils/useCopyText.d.ts +0 -13
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var c=r.className,l=r.color,i=r.inlineBlock,n=r.secondaryColor,t=r.size;return e.jsxs(a.IconBase,{ref:s,className:c,color:l||"gray800",inlineBlock:i,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M4 6.75A2.75 2.75 0 0 1 6.75 4h10.5A2.75 2.75 0 0 1 20 6.75v4.75a.75.75 0 0 1-1.5 0V6.75c0-.69-.56-1.25-1.25-1.25H6.75c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h3.75a.75.75 0 0 1 0 1.5H6.75A2.75 2.75 0 0 1 4 17.25z","data-is-secondary-color":"true",fill:"".concat(n?o.theme[n]:o.theme.gray400),fillRule:"evenodd"}),e.jsx("path",{d:"M7.75 8.75A.75.75 0 0 1 8.5 8h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m0 4A.75.75 0 0 1 8.5 12h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m12.092 2.61a.75.75 0 0 0-1.184-.92l-2.978 3.829-1.4-1.4a.75.75 0 1 0-1.06 1.061l1.8 1.8a1 1 0 0 0 1.496-.093z",fill:"currentColor"})]})}));exports.ShoppingListDuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var o=e.className,t=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:c,className:o,color:t||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M4 6.75A2.75 2.75 0 0 1 6.75 4h10.5A2.75 2.75 0 0 1 20 6.75v4.75a.75.75 0 0 1-1.5 0V6.75c0-.69-.56-1.25-1.25-1.25H6.75c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h3.75a.75.75 0 0 1 0 1.5H6.75A2.75 2.75 0 0 1 4 17.25z","data-is-secondary-color":"true",fill:"".concat(n?r.theme[n]:r.theme.gray400),fillRule:"evenodd"}),React.createElement("path",{d:"M7.75 8.75A.75.75 0 0 1 8.5 8h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m0 4A.75.75 0 0 1 8.5 12h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m12.092 2.61a.75.75 0 0 0-1.184-.92l-2.978 3.829-1.4-1.4a.75.75 0 1 0-1.06 1.061l1.8 1.8a1 1 0 0 0 1.496-.093z",fill:"currentColor"}))}));exports.ShoppingListDuotoneIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var c=r.className,i=r.color,o=r.inlineBlock,l=r.size;return e.jsxs(a.IconBase,{ref:s,className:c,color:i,inlineBlock:o,size:l,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M6.75 4A2.75 2.75 0 0 0 4 6.75v10.5A2.75 2.75 0 0 0 6.75 20h3.75a.75.75 0 0 0 0-1.5H6.75c-.69 0-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.75a.75.75 0 0 0 1.5 0V6.75A2.75 2.75 0 0 0 17.25 4z",fill:"currentColor"}),e.jsx("path",{d:"M8.5 8a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5zm-.75 4.75A.75.75 0 0 1 8.5 12h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m12.092 2.61a.75.75 0 0 0-1.184-.92l-2.978 3.829-1.4-1.4a.75.75 0 1 0-1.06 1.061l1.8 1.8a1 1 0 0 0 1.496-.093z",fill:"currentColor"})]})}));exports.ShoppingListIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,t=e.color,l=e.inlineBlock,o=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:t,inlineBlock:l,size:o,viewBox:"0 0 24 24"},React.createElement("path",{d:"M6.75 4A2.75 2.75 0 0 0 4 6.75v10.5A2.75 2.75 0 0 0 6.75 20h3.75a.75.75 0 0 0 0-1.5H6.75c-.69 0-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.75a.75.75 0 0 0 1.5 0V6.75A2.75 2.75 0 0 0 17.25 4z",fill:"currentColor"}),React.createElement("path",{d:"M8.5 8a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5zm-.75 4.75A.75.75 0 0 1 8.5 12h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m12.092 2.61a.75.75 0 0 0-1.184-.92l-2.978 3.829-1.4-1.4a.75.75 0 1 0-1.06 1.061l1.8 1.8a1 1 0 0 0 1.496-.093z",fill:"currentColor"}))}));exports.ShoppingListIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),l=require("../styles/constants/theme.js"),o=r.forwardRef((function(r,o){var s=r.className,c=r.color,n=r.inlineBlock,i=r.secondaryColor,t=r.size;return e.jsxs(a.IconBase,{ref:o,className:s,color:c||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M18 7.821A1.82 1.82 0 0 0 16.179 6h-4.223a1.82 1.82 0 0 0-1.287.533l-5.822 5.822a2.89 2.89 0 0 0 0 4.09l2.708 2.708a2.89 2.89 0 0 0 4.09 0l5.822-5.822A1.82 1.82 0 0 0 18 12.044z","data-is-secondary-color":"true",fill:"".concat(i?l.theme[i]:l.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M19.371 3.936a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-1.06-1.06l5.5-5.5a.75.75 0 0 1 1.06 0m-7.84 13.445a.75.75 0 0 1-1.061 0l-3.85-3.85a.75.75 0 1 1 1.06-1.061l3.85 3.85a.75.75 0 0 1 0 1.06",fill:"currentColor",fillRule:"evenodd"})]})}));exports.ShoppingTagDuotoneIcon=o;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),l=require("../styles/constants/theme.js"),r=e.forwardRef((function(e,r){var o=e.className,t=e.color,c=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:r,className:o,color:t||"gray800",inlineBlock:c,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M18 7.821A1.82 1.82 0 0 0 16.179 6h-4.223a1.82 1.82 0 0 0-1.287.533l-5.822 5.822a2.89 2.89 0 0 0 0 4.09l2.708 2.708a2.89 2.89 0 0 0 4.09 0l5.822-5.822A1.82 1.82 0 0 0 18 12.044z","data-is-secondary-color":"true",fill:"".concat(n?l.theme[n]:l.theme.gray400)}),React.createElement("path",{clipRule:"evenodd",d:"M19.371 3.936a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-1.06-1.06l5.5-5.5a.75.75 0 0 1 1.06 0m-7.84 13.445a.75.75 0 0 1-1.061 0l-3.85-3.85a.75.75 0 1 1 1.06-1.061l3.85 3.85a.75.75 0 0 1 0 1.06",fill:"currentColor",fillRule:"evenodd"}))}));exports.ShoppingTagDuotoneIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var s=r.className,i=r.color,o=r.inlineBlock,c=r.size;return e.jsx(a.IconBase,{ref:l,className:s,color:i,inlineBlock:o,size:c,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M19.78 4.22a.75.75 0 0 1 0 1.06l-1.897 1.898q.115.301.117.643v4.223c0 .483-.192.946-.533 1.287l-5.822 5.822a2.89 2.89 0 0 1-4.09 0l-2.708-2.708a2.89 2.89 0 0 1 0-4.09l5.822-5.822A1.82 1.82 0 0 1 11.956 6h4.223q.342.002.643.117L18.72 4.22a.75.75 0 0 1 1.06 0M15.44 7.5h-3.484a.32.32 0 0 0-.227.094l-4.4 4.4 4.677 4.676 4.4-4.4a.32.32 0 0 0 .094-.226V8.56l-2.22 2.22a.75.75 0 1 1-1.06-1.061zm-4.494 10.231-4.677-4.677-.361.362a1.39 1.39 0 0 0 0 1.968l2.708 2.708a1.39 1.39 0 0 0 1.968 0z",fill:"currentColor",fillRule:"evenodd"})})}));exports.ShoppingTagIcon=l;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=e.forwardRef((function(e,l){var r=e.className,c=e.color,o=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:l,className:r,color:c,inlineBlock:o,size:n,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M19.78 4.22a.75.75 0 0 1 0 1.06l-1.897 1.898q.115.301.117.643v4.223c0 .483-.192.946-.533 1.287l-5.822 5.822a2.89 2.89 0 0 1-4.09 0l-2.708-2.708a2.89 2.89 0 0 1 0-4.09l5.822-5.822A1.82 1.82 0 0 1 11.956 6h4.223q.342.002.643.117L18.72 4.22a.75.75 0 0 1 1.06 0M15.44 7.5h-3.484a.32.32 0 0 0-.227.094l-4.4 4.4 4.677 4.676 4.4-4.4a.32.32 0 0 0 .094-.226V8.56l-2.22 2.22a.75.75 0 1 1-1.06-1.061zm-4.494 10.231-4.677-4.677-.361.362a1.39 1.39 0 0 0 0 1.968l2.708 2.708a1.39 1.39 0 0 0 1.968 0z",fill:"currentColor",fillRule:"evenodd"}))}));exports.ShoppingTagIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=r.forwardRef((function(r,o){var a=r.className,c=r.color,i=r.inlineBlock,n=r.size;return e.jsx(s.IconBase,{ref:o,className:a,color:c||"gray400",inlineBlock:i,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{d:"M6.75 4A2.75 2.75 0 0 0 4 6.75v10.5A2.75 2.75 0 0 0 6.75 20h10.5A2.75 2.75 0 0 0 20 17.25V6.75A2.75 2.75 0 0 0 17.25 4z",fill:"currentColor"})})}));exports.SquareDuotoneIcon=o;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var c=e.className,o=e.color,t=e.inlineBlock,s=e.size;return React.createElement(r.IconBase,{ref:a,className:c,color:o||"gray400",inlineBlock:t,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M6.75 4A2.75 2.75 0 0 0 4 6.75v10.5A2.75 2.75 0 0 0 6.75 20h10.5A2.75 2.75 0 0 0 20 17.25V6.75A2.75 2.75 0 0 0 17.25 4z",fill:"currentColor"}))}));exports.SquareDuotoneIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var i=r.className,o=r.color,l=r.inlineBlock,n=r.size;return e.jsx(c.IconBase,{ref:s,className:i,color:o,inlineBlock:l,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M4 6.75A2.75 2.75 0 0 1 6.75 4h10.5A2.75 2.75 0 0 1 20 6.75v10.5A2.75 2.75 0 0 1 17.25 20H6.75A2.75 2.75 0 0 1 4 17.25zM6.75 5.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z",fill:"currentColor",fillRule:"evenodd"})})}));exports.SquareIcon=s;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var a=e.className,l=e.color,o=e.inlineBlock,n=e.size;return React.createElement(r.IconBase,{ref:c,className:a,color:l,inlineBlock:o,size:n,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M4 6.75A2.75 2.75 0 0 1 6.75 4h10.5A2.75 2.75 0 0 1 20 6.75v10.5A2.75 2.75 0 0 1 17.25 20H6.75A2.75 2.75 0 0 1 4 17.25zM6.75 5.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25z",fill:"currentColor",fillRule:"evenodd"}))}));exports.SquareIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var o=r.className,c=r.color,i=r.inlineBlock,n=r.size;return e.jsx(a.IconBase,{ref:s,className:o,color:c||"gray400",inlineBlock:i,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{d:"M12.647 4.37a.75.75 0 0 0-1.293 0L9.01 8.353 4.56 9.525a.75.75 0 0 0-.36 1.235l2.98 3.21-1.161 5.114a.75.75 0 0 0 1.053.843L12 17.581l4.928 2.346a.75.75 0 0 0 1.053-.843L16.82 13.97l2.98-3.21a.75.75 0 0 0-.358-1.235L14.99 8.353z",fill:"currentColor"})})}));exports.StarDuotoneIcon=s;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var t=e.className,c=e.color,o=e.inlineBlock,s=e.size;return React.createElement(r.IconBase,{ref:a,className:t,color:c||"gray400",inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12.647 4.37a.75.75 0 0 0-1.293 0L9.01 8.353 4.56 9.525a.75.75 0 0 0-.36 1.235l2.98 3.21-1.161 5.114a.75.75 0 0 0 1.053.843L12 17.581l4.928 2.346a.75.75 0 0 0 1.053-.843L16.82 13.97l2.98-3.21a.75.75 0 0 0-.358-1.235L14.99 8.353z",fill:"currentColor"}))}));exports.StarDuotoneIcon=a;
package/icons/StarIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var s=r.className,i=r.color,o=r.inlineBlock,c=r.size;return e.jsx(a.IconBase,{ref:l,className:s,color:i,inlineBlock:o,size:c,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M12 4a.75.75 0 0 1 .646.37l2.344 3.983 4.45 1.172a.75.75 0 0 1 .36 1.235l-2.98 3.21 1.161 5.114a.75.75 0 0 1-1.053.843L12 17.581l-4.928 2.346a.75.75 0 0 1-1.053-.843L7.18 13.97 4.2 10.76a.75.75 0 0 1 .358-1.235L9.01 8.353l2.344-3.983A.75.75 0 0 1 12 4m0 2.23-1.801 3.06a1 1 0 0 1-.608.46l-3.44.906 2.309 2.486a1 1 0 0 1 .242.902l-.878 3.863 3.746-1.784a1 1 0 0 1 .86 0l3.746 1.784-.878-3.863a1 1 0 0 1 .242-.902l2.309-2.486-3.44-.905a1 1 0 0 1-.608-.46z",fill:"currentColor",fillRule:"evenodd"})})}));exports.StarIcon=l;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=e.forwardRef((function(e,l){var r=e.className,c=e.color,o=e.inlineBlock,t=e.size;return React.createElement(a.IconBase,{ref:l,className:r,color:c,inlineBlock:o,size:t,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 4a.75.75 0 0 1 .646.37l2.344 3.983 4.45 1.172a.75.75 0 0 1 .36 1.235l-2.98 3.21 1.161 5.114a.75.75 0 0 1-1.053.843L12 17.581l-4.928 2.346a.75.75 0 0 1-1.053-.843L7.18 13.97 4.2 10.76a.75.75 0 0 1 .358-1.235L9.01 8.353l2.344-3.983A.75.75 0 0 1 12 4m0 2.23-1.801 3.06a1 1 0 0 1-.608.46l-3.44.906 2.309 2.486a1 1 0 0 1 .242.902l-.878 3.863 3.746-1.784a1 1 0 0 1 .86 0l3.746 1.784-.878-3.863a1 1 0 0 1 .242-.902l2.309-2.486-3.44-.905a1 1 0 0 1-.608-.46z",fill:"currentColor",fillRule:"evenodd"}))}));exports.StarIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),a=require("react"),r=require("./icon-base/_IconBase.js"),l=require("../styles/constants/theme.js"),o=a.forwardRef((function(a,o){var s=a.className,c=a.color,n=a.inlineBlock,t=a.secondaryColor,i=a.size;return e.jsxs(r.IconBase,{ref:o,className:s,color:c||"gray800",inlineBlock:n,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M12.647 4.37a.75.75 0 0 0-1.293 0L9.01 8.353 4.56 9.525a.75.75 0 0 0-.36 1.235l2.438 2.625a.75.75 0 1 0 1.1-1.02L6.15 10.657l3.44-.905a1 1 0 0 0 .608-.46L12 6.228l.604 1.026a.75.75 0 1 0 1.293-.76zm2.638 4.061a.75.75 0 0 0-.727.2l-7.875 8.031a.75.75 0 0 0-.196.36l-.468 2.062a.75.75 0 0 0 1.053.843L12 17.581l4.928 2.346a.75.75 0 0 0 1.053-.843L16.82 13.97l2.98-3.21a.75.75 0 0 0-.358-1.235z","data-is-secondary-color":"true",fill:"".concat(t?l.theme[t]:l.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M19.78 4.22a.75.75 0 0 1 0 1.06l-14.5 14.5a.75.75 0 0 1-1.06-1.06l14.5-14.5a.75.75 0 0 1 1.06 0",fill:"currentColor",fillRule:"evenodd"})]})}));exports.StarOffDuotoneIcon=o;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),l=require("../styles/constants/theme.js"),r=e.forwardRef((function(e,r){var t=e.className,o=e.color,c=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:r,className:t,color:o||"gray800",inlineBlock:c,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12.647 4.37a.75.75 0 0 0-1.293 0L9.01 8.353 4.56 9.525a.75.75 0 0 0-.36 1.235l2.438 2.625a.75.75 0 1 0 1.1-1.02L6.15 10.657l3.44-.905a1 1 0 0 0 .608-.46L12 6.228l.604 1.026a.75.75 0 1 0 1.293-.76zm2.638 4.061a.75.75 0 0 0-.727.2l-7.875 8.031a.75.75 0 0 0-.196.36l-.468 2.062a.75.75 0 0 0 1.053.843L12 17.581l4.928 2.346a.75.75 0 0 0 1.053-.843L16.82 13.97l2.98-3.21a.75.75 0 0 0-.358-1.235z","data-is-secondary-color":"true",fill:"".concat(n?l.theme[n]:l.theme.gray400)}),React.createElement("path",{clipRule:"evenodd",d:"M19.78 4.22a.75.75 0 0 1 0 1.06l-14.5 14.5a.75.75 0 0 1-1.06-1.06l14.5-14.5a.75.75 0 0 1 1.06 0",fill:"currentColor",fillRule:"evenodd"}))}));exports.StarOffDuotoneIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=l.forwardRef((function(l,r){var s=l.className,o=l.color,i=l.inlineBlock,c=l.size;return e.jsxs(a.IconBase,{ref:r,className:s,color:o,inlineBlock:i,size:c,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M12.647 4.37a.75.75 0 0 0-1.293 0L9.01 8.353 4.56 9.525a.75.75 0 0 0-.36 1.235l2.438 2.625a.75.75 0 1 0 1.1-1.02L6.15 10.657l3.44-.905a1 1 0 0 0 .608-.46L12 6.228l.604 1.026a.75.75 0 1 0 1.293-.76z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M19.78 4.22a.75.75 0 0 1 0 1.06l-3.43 3.431 3.09.814a.75.75 0 0 1 .36 1.235l-2.98 3.21 1.161 5.114a.75.75 0 0 1-1.053.843L12 17.581l-4.928 2.346a.75.75 0 0 1-1.053-.843l.012-.054-.75.75a.75.75 0 0 1-1.061-1.06l14.5-14.5a.75.75 0 0 1 1.06 0M7.964 17.097l7.158-7.158 2.727.718-2.309 2.486a1 1 0 0 0-.242.902l.878 3.863-3.746-1.784a1 1 0 0 0-.86 0l-3.746 1.784.126-.554a.8.8 0 0 0 .014-.257",fill:"currentColor",fillRule:"evenodd"})]})}));exports.StarOffIcon=r;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=e.forwardRef((function(e,l){var r=e.className,t=e.color,c=e.inlineBlock,o=e.size;return React.createElement(a.IconBase,{ref:l,className:r,color:t,inlineBlock:c,size:o,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12.647 4.37a.75.75 0 0 0-1.293 0L9.01 8.353 4.56 9.525a.75.75 0 0 0-.36 1.235l2.438 2.625a.75.75 0 1 0 1.1-1.02L6.15 10.657l3.44-.905a1 1 0 0 0 .608-.46L12 6.228l.604 1.026a.75.75 0 1 0 1.293-.76z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M19.78 4.22a.75.75 0 0 1 0 1.06l-3.43 3.431 3.09.814a.75.75 0 0 1 .36 1.235l-2.98 3.21 1.161 5.114a.75.75 0 0 1-1.053.843L12 17.581l-4.928 2.346a.75.75 0 0 1-1.053-.843l.012-.054-.75.75a.75.75 0 0 1-1.061-1.06l14.5-14.5a.75.75 0 0 1 1.06 0M7.964 17.097l7.158-7.158 2.727.718-2.309 2.486a1 1 0 0 0-.242.902l.878 3.863-3.746-1.784a1 1 0 0 0-.86 0l-3.746 1.784.126-.554a.8.8 0 0 0 .014-.257",fill:"currentColor",fillRule:"evenodd"}))}));exports.StarOffIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),c=r.forwardRef((function(r,c){var o=r.className,t=r.color,n=r.inlineBlock,i=r.secondaryColor,l=r.size;return e.jsxs(a.IconBase,{ref:c,className:o,color:t||"gray800",inlineBlock:n,size:l,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M10.75 4.75a.75.75 0 0 0-1.5 0c0 1.101-.535 2.231-1.402 3.098S5.851 9.25 4.75 9.25a.75.75 0 0 0 0 1.5c1.101 0 2.231.535 3.098 1.402S9.25 14.149 9.25 15.25a.75.75 0 0 0 1.5 0c0-1.101.535-2.231 1.402-3.098s1.997-1.402 3.098-1.402a.75.75 0 0 0 0-1.5c-1.101 0-2.231-.535-3.098-1.402S10.75 5.851 10.75 4.75","data-is-secondary-color":"true",fill:"".concat(i?s.theme[i]:s.theme.gray400)}),e.jsx("path",{d:"M18.25 12a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m-7 7a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M17 14a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 17 14",fill:"currentColor"})]})}));exports.StarsDuotoneIcon=c;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var t=e.className,o=e.color,s=e.inlineBlock,n=e.secondaryColor,l=e.size;return React.createElement(a.IconBase,{ref:c,className:t,color:o||"gray800",inlineBlock:s,size:l,viewBox:"0 0 24 24"},React.createElement("path",{d:"M10.75 4.75a.75.75 0 0 0-1.5 0c0 1.101-.535 2.231-1.402 3.098S5.851 9.25 4.75 9.25a.75.75 0 0 0 0 1.5c1.101 0 2.231.535 3.098 1.402S9.25 14.149 9.25 15.25a.75.75 0 0 0 1.5 0c0-1.101.535-2.231 1.402-3.098s1.997-1.402 3.098-1.402a.75.75 0 0 0 0-1.5c-1.101 0-2.231-.535-3.098-1.402S10.75 5.851 10.75 4.75","data-is-secondary-color":"true",fill:"".concat(n?r.theme[n]:r.theme.gray400)}),React.createElement("path",{d:"M18.25 12a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m-7 7a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M17 14a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 17 14",fill:"currentColor"}))}));exports.StarsDuotoneIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var c=r.className,l=r.color,o=r.inlineBlock,i=r.size;return e.jsxs(a.IconBase,{ref:s,className:c,color:l,inlineBlock:o,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M10 4a.75.75 0 0 1 .75.75c0 1.101.535 2.231 1.402 3.098S14.149 9.25 15.25 9.25a.75.75 0 0 1 0 1.5c-1.101 0-2.231.535-3.098 1.402s-1.402 1.997-1.402 3.098a.75.75 0 0 1-1.5 0c0-1.101-.535-2.231-1.402-3.098S5.851 10.75 4.75 10.75a.75.75 0 0 1 0-1.5c1.101 0 2.231-.535 3.098-1.402S9.25 5.851 9.25 4.75A.75.75 0 0 1 10 4m0 3.477A6.7 6.7 0 0 1 8.909 8.91 6.7 6.7 0 0 1 7.477 10 6.7 6.7 0 0 1 10 12.523a6.7 6.7 0 0 1 1.091-1.432A6.7 6.7 0 0 1 12.523 10a6.7 6.7 0 0 1-1.432-1.091A6.7 6.7 0 0 1 10 7.477",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M19 11.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 19a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M17 14a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 17 14",fill:"currentColor"})]})}));exports.StarsIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,t=e.color,l=e.inlineBlock,o=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:t,inlineBlock:l,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M10 4a.75.75 0 0 1 .75.75c0 1.101.535 2.231 1.402 3.098S14.149 9.25 15.25 9.25a.75.75 0 0 1 0 1.5c-1.101 0-2.231.535-3.098 1.402s-1.402 1.997-1.402 3.098a.75.75 0 0 1-1.5 0c0-1.101-.535-2.231-1.402-3.098S5.851 10.75 4.75 10.75a.75.75 0 0 1 0-1.5c1.101 0 2.231-.535 3.098-1.402S9.25 5.851 9.25 4.75A.75.75 0 0 1 10 4m0 3.477A6.7 6.7 0 0 1 8.909 8.91 6.7 6.7 0 0 1 7.477 10 6.7 6.7 0 0 1 10 12.523a6.7 6.7 0 0 1 1.091-1.432A6.7 6.7 0 0 1 12.523 10a6.7 6.7 0 0 1-1.432-1.091A6.7 6.7 0 0 1 10 7.477",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M19 11.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 19a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M17 14a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 17 14",fill:"currentColor"}))}));exports.StarsIcon=r;
@@ -1 +1 @@
1
- "use strict";var a=require("react/jsx-runtime"),e=require("react"),r=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=e.forwardRef((function(e,s){var c=e.className,n=e.color,t=e.inlineBlock,l=e.secondaryColor,i=e.size;return a.jsxs(r.IconBase,{ref:s,className:c,color:n||"gray800",inlineBlock:t,size:i,viewBox:"0 0 24 24",children:[a.jsx("path",{d:"M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8","data-is-secondary-color":"true",fill:"".concat(l?o.theme[l]:o.theme.gray400)}),a.jsx("path",{d:"M12.75 3.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zm5.03 3.53a.75.75 0 1 0-1.06-1.06l-1.184 1.184a.75.75 0 1 0 1.06 1.06zM18 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 18 12m-1.404 3.536a.75.75 0 1 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061zM12 18a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 12 18m-3.536-1.404a.75.75 0 0 0-1.06-1.06L6.22 16.72a.75.75 0 1 0 1.06 1.06zM3 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 12m4.28-5.78a.75.75 0 1 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061z",fill:"currentColor"})]})}));exports.SunnyDuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),t=e.forwardRef((function(e,t){var c=e.className,o=e.color,n=e.inlineBlock,l=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:t,className:c,color:o||"gray800",inlineBlock:n,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8","data-is-secondary-color":"true",fill:"".concat(l?r.theme[l]:r.theme.gray400)}),React.createElement("path",{d:"M12.75 3.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zm5.03 3.53a.75.75 0 1 0-1.06-1.06l-1.184 1.184a.75.75 0 1 0 1.06 1.06zM18 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 18 12m-1.404 3.536a.75.75 0 1 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061zM12 18a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 12 18m-3.536-1.404a.75.75 0 0 0-1.06-1.06L6.22 16.72a.75.75 0 1 0 1.06 1.06zM3 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 12m4.28-5.78a.75.75 0 1 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061z",fill:"currentColor"}))}));exports.SunnyDuotoneIcon=t;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),a=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var s=a.className,o=a.color,n=a.inlineBlock,i=a.size;return e.jsxs(r.IconBase,{ref:l,className:s,color:o,inlineBlock:n,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M12 3a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 12 3",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M8 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M17.78 7.28a.75.75 0 1 0-1.06-1.06l-1.184 1.184a.75.75 0 1 0 1.06 1.06zM18 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 18 12m-1.404 3.536a.75.75 0 1 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061zM12 18a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 12 18m-3.536-1.404a.75.75 0 0 0-1.06-1.06L6.22 16.72a.75.75 0 1 0 1.06 1.06zM3 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 12m4.28-5.78a.75.75 0 0 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061z",fill:"currentColor"})]})}));exports.SunnyIcon=l;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var l=e.className,t=e.color,c=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:r,className:l,color:t,inlineBlock:c,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12 3a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 12 3",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M8 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M17.78 7.28a.75.75 0 1 0-1.06-1.06l-1.184 1.184a.75.75 0 1 0 1.06 1.06zM18 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 18 12m-1.404 3.536a.75.75 0 1 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061zM12 18a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 12 18m-3.536-1.404a.75.75 0 0 0-1.06-1.06L6.22 16.72a.75.75 0 1 0 1.06 1.06zM3 12a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 12m4.28-5.78a.75.75 0 0 0-1.06 1.06l1.184 1.185a.75.75 0 0 0 1.06-1.061z",fill:"currentColor"}))}));exports.SunnyIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var a=r.className,l=r.color,i=r.inlineBlock,n=r.secondaryColor,t=r.size;return e.jsxs(c.IconBase,{ref:s,className:a,color:l||"gray800",inlineBlock:i,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M12.803 4a2.75 2.75 0 0 0-1.901.763l-6.043 5.782a2.75 2.75 0 0 0-.043 3.931l4.708 4.708a2.75 2.75 0 0 0 3.932-.043l5.781-6.042A2.75 2.75 0 0 0 20 11.197V5.75A1.75 1.75 0 0 0 18.25 4z","data-is-secondary-color":"true",fill:"".concat(n?o.theme[n]:o.theme.gray400)}),e.jsx("circle",{cx:"14.45",cy:"9.55",fill:"currentColor",r:"1.25"})]})}));exports.TagDuotoneIcon=s;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var t=e.className,o=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(r.IconBase,{ref:c,className:t,color:o||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12.803 4a2.75 2.75 0 0 0-1.901.763l-6.043 5.782a2.75 2.75 0 0 0-.043 3.931l4.708 4.708a2.75 2.75 0 0 0 3.932-.043l5.781-6.042A2.75 2.75 0 0 0 20 11.197V5.75A1.75 1.75 0 0 0 18.25 4z","data-is-secondary-color":"true",fill:"".concat(n?a.theme[n]:a.theme.gray400)}),React.createElement("circle",{cx:"14.45",cy:"9.55",fill:"currentColor",r:"1.25"}))}));exports.TagDuotoneIcon=c;
package/icons/TagIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),l=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=r.forwardRef((function(r,a){var s=r.className,o=r.color,c=r.inlineBlock,i=r.size;return e.jsxs(l.IconBase,{ref:a,className:s,color:o,inlineBlock:c,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M14.45 10.8a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M12.803 4a2.75 2.75 0 0 0-1.901.763l-6.043 5.782a2.75 2.75 0 0 0-.043 3.931l4.708 4.708a2.75 2.75 0 0 0 3.932-.043l5.781-6.042A2.75 2.75 0 0 0 20 11.197V5.75A1.75 1.75 0 0 0 18.25 4zm-.864 1.847a1.25 1.25 0 0 1 .864-.347h5.447a.25.25 0 0 1 .25.25v5.447c0 .322-.124.632-.347.865l-5.781 6.042a1.25 1.25 0 0 1-1.787.02l-4.709-4.708a1.25 1.25 0 0 1 .02-1.788z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.TagIcon=a;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=e.forwardRef((function(e,l){var r=e.className,c=e.color,t=e.inlineBlock,o=e.size;return React.createElement(a.IconBase,{ref:l,className:r,color:c,inlineBlock:t,size:o,viewBox:"0 0 24 24"},React.createElement("path",{d:"M14.45 10.8a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M12.803 4a2.75 2.75 0 0 0-1.901.763l-6.043 5.782a2.75 2.75 0 0 0-.043 3.931l4.708 4.708a2.75 2.75 0 0 0 3.932-.043l5.781-6.042A2.75 2.75 0 0 0 20 11.197V5.75A1.75 1.75 0 0 0 18.25 4zm-.864 1.847a1.25 1.25 0 0 1 .864-.347h5.447a.25.25 0 0 1 .25.25v5.447c0 .322-.124.632-.347.865l-5.781 6.042a1.25 1.25 0 0 1-1.787.02l-4.709-4.708a1.25 1.25 0 0 1 .02-1.788z",fill:"currentColor",fillRule:"evenodd"}))}));exports.TagIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),a=r.forwardRef((function(r,a){var s=r.className,l=r.color,n=r.inlineBlock,i=r.secondaryColor,t=r.size;return e.jsxs(c.IconBase,{ref:a,className:s,color:l||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M10.906 19.437c.464.955 1.885.62 1.885-.443v-4.521a3.76 3.76 0 0 0 2.98-3.692c0-.62-.149-1.206-.412-1.723l4.246-3.253c.759-.581.352-1.805-.6-1.805H4.995c-.736 0-1.216.78-.892 1.448z","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400),fillRule:"evenodd"}),e.jsx("path",{d:"M14.778 16.39a.76.76 0 0 0-.32 1.016.74.74 0 0 0 1.005.323 7.54 7.54 0 0 0 4.033-6.697 7.6 7.6 0 0 0-.333-2.232.743.743 0 0 0-.932-.497.755.755 0 0 0-.491.943c.172.563.266 1.163.266 1.786a6.04 6.04 0 0 1-3.228 5.359",fill:"currentColor"})]})}));exports.TaxDuotoneIcon=a;
1
+ "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),r=e.forwardRef((function(e,r){var o=e.className,t=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(c.IconBase,{ref:r,className:o,color:t||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M10.906 19.437c.464.955 1.885.62 1.885-.443v-4.521a3.76 3.76 0 0 0 2.98-3.692c0-.62-.149-1.206-.412-1.723l4.246-3.253c.759-.581.352-1.805-.6-1.805H4.995c-.736 0-1.216.78-.892 1.448z","data-is-secondary-color":"true",fill:"".concat(n?a.theme[n]:a.theme.gray400),fillRule:"evenodd"}),React.createElement("path",{d:"M14.778 16.39a.76.76 0 0 0-.32 1.016.74.74 0 0 0 1.005.323 7.54 7.54 0 0 0 4.033-6.697 7.6 7.6 0 0 0-.333-2.232.743.743 0 0 0-.932-.497.755.755 0 0 0-.491.943c.172.563.266 1.163.266 1.786a6.04 6.04 0 0 1-3.228 5.359",fill:"currentColor"}))}));exports.TaxDuotoneIcon=r;
package/icons/TaxIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var s=r.className,a=r.color,o=r.inlineBlock,i=r.size;return e.jsxs(c.IconBase,{ref:l,className:s,color:a,inlineBlock:o,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M10.906 19.437c.464.955 1.885.62 1.885-.443v-4.521a3.76 3.76 0 0 0 2.98-3.692c0-.62-.149-1.206-.412-1.723l4.246-3.253c.759-.581.352-1.805-.6-1.805H4.995c-.736 0-1.216.78-.892 1.448zm.395-5.391v2.788L5.792 5.507h11.734l-3.413 2.615c-.46.352-.497.975-.218 1.39.244.361.386.797.386 1.27a2.25 2.25 0 0 1-2.048 2.252c-.484.04-.932.442-.932 1.012",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M14.778 16.39a.76.76 0 0 0-.32 1.016.74.74 0 0 0 1.005.323 7.54 7.54 0 0 0 4.033-6.697 7.6 7.6 0 0 0-.333-2.232.744.744 0 0 0-.932-.497.755.755 0 0 0-.491.943c.172.563.266 1.163.266 1.786a6.04 6.04 0 0 1-3.228 5.358",fill:"currentColor"})]})}));exports.TaxIcon=l;
1
+ "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var a=e.className,l=e.color,t=e.inlineBlock,o=e.size;return React.createElement(c.IconBase,{ref:r,className:a,color:l,inlineBlock:t,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M10.906 19.437c.464.955 1.885.62 1.885-.443v-4.521a3.76 3.76 0 0 0 2.98-3.692c0-.62-.149-1.206-.412-1.723l4.246-3.253c.759-.581.352-1.805-.6-1.805H4.995c-.736 0-1.216.78-.892 1.448zm.395-5.391v2.788L5.792 5.507h11.734l-3.413 2.615c-.46.352-.497.975-.218 1.39.244.361.386.797.386 1.27a2.25 2.25 0 0 1-2.048 2.252c-.484.04-.932.442-.932 1.012",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M14.778 16.39a.76.76 0 0 0-.32 1.016.74.74 0 0 0 1.005.323 7.54 7.54 0 0 0 4.033-6.697 7.6 7.6 0 0 0-.333-2.232.744.744 0 0 0-.932-.497.755.755 0 0 0-.491.943c.172.563.266 1.163.266 1.786a6.04 6.04 0 0 1-3.228 5.358",fill:"currentColor"}))}));exports.TaxIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=r.forwardRef((function(r,o){var a=r.className,c=r.color,i=r.inlineBlock,n=r.size;return e.jsx(s.IconBase,{ref:o,className:a,color:c||"gray400",inlineBlock:i,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{d:"M8.75 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m4.5 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.25 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",fill:"currentColor"})})}));exports.ThreeDotDuotoneIcon=o;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var o=e.className,t=e.color,c=e.inlineBlock,s=e.size;return React.createElement(r.IconBase,{ref:a,className:o,color:t||"gray400",inlineBlock:c,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M8.75 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m4.5 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.25 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",fill:"currentColor"}))}));exports.ThreeDotDuotoneIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=r.forwardRef((function(r,o){var i=r.className,a=r.color,c=r.inlineBlock,l=r.size;return e.jsx(s.IconBase,{ref:o,className:i,color:a,inlineBlock:c,size:l,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M8.75 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m4.5 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.25 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",fill:"currentColor",fillRule:"evenodd"})})}));exports.ThreeDotIcon=o;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var c=e.className,o=e.color,l=e.inlineBlock,t=e.size;return React.createElement(r.IconBase,{ref:a,className:c,color:o,inlineBlock:l,size:t,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M8.75 12a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m4.5 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.25 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",fill:"currentColor",fillRule:"evenodd"}))}));exports.ThreeDotIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var c=r.className,l=r.color,n=r.inlineBlock,t=r.secondaryColor,i=r.size;return e.jsxs(o.IconBase,{ref:s,className:c,color:l||"gray800",inlineBlock:n,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M13.145 4.512a1 1 0 0 0-1.79 0l-2.845 5.69a1 1 0 0 0 .895 1.448h5.69a1 1 0 0 0 .895-1.447z",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M7.5 13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m7.25 0A1.75 1.75 0 0 0 13 14.75v3.5c0 .966.784 1.75 1.75 1.75h3.5A1.75 1.75 0 0 0 20 18.25v-3.5A1.75 1.75 0 0 0 18.25 13z","data-is-secondary-color":"true",fill:"".concat(t?a.theme[t]:a.theme.gray400)})]})}));exports.TotalLandedCostDuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),o=e.forwardRef((function(e,o){var t=e.className,c=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:o,className:t,color:c||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M13.145 4.512a1 1 0 0 0-1.79 0l-2.845 5.69a1 1 0 0 0 .895 1.448h5.69a1 1 0 0 0 .895-1.447z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M7.5 13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m7.25 0A1.75 1.75 0 0 0 13 14.75v3.5c0 .966.784 1.75 1.75 1.75h3.5A1.75 1.75 0 0 0 20 18.25v-3.5A1.75 1.75 0 0 0 18.25 13z","data-is-secondary-color":"true",fill:"".concat(n?r.theme[n]:r.theme.gray400)}))}));exports.TotalLandedCostDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var c=r.className,o=r.color,l=r.inlineBlock,i=r.size;return e.jsx(a.IconBase,{ref:s,className:c,color:o,inlineBlock:l,size:i,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M11.356 4.512a1 1 0 0 1 1.788 0l2.846 5.69a1 1 0 0 1-.895 1.448h-5.69a1 1 0 0 1-.895-1.447zm.894 1.565-2.037 4.073h4.074zM13 14.75c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 18.25 20h-3.5A1.75 1.75 0 0 1 13 18.25zm1.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25zM7.5 13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0",fill:"currentColor",fillRule:"evenodd"})})}));exports.TotalLandedCostIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,o=e.inlineBlock,t=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:o,size:t,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M11.356 4.512a1 1 0 0 1 1.788 0l2.846 5.69a1 1 0 0 1-.895 1.448h-5.69a1 1 0 0 1-.895-1.447zm.894 1.565-2.037 4.073h4.074zM13 14.75c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 18.25 20h-3.5A1.75 1.75 0 0 1 13 18.25zm1.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25zM7.5 13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0",fill:"currentColor",fillRule:"evenodd"}))}));exports.TotalLandedCostIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var c=r.className,l=r.color,n=r.inlineBlock,t=r.secondaryColor,i=r.size;return e.jsxs(a.IconBase,{ref:s,className:c,color:l||"gray800",inlineBlock:n,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M18.817 6.75H5.184l.913 10.733A2.75 2.75 0 0 0 8.837 20h6.326a2.75 2.75 0 0 0 2.74-2.517z","data-is-secondary-color":"true",fill:"".concat(t?o.theme[t]:o.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M4.75 8.25a.75.75 0 0 1 0-1.5h3.761a2.75 2.75 0 0 1 2.739-2.5h1.5a2.75 2.75 0 0 1 2.739 2.5h3.761a.75.75 0 0 1 0 1.5zm9.225-1.5c-.116-.57-.62-1-1.225-1h-1.5c-.605 0-1.11.43-1.225 1z",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M10.5 13a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m3.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z",fill:"currentColor"})]})}));exports.TrashCanDuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),t=e.forwardRef((function(e,t){var c=e.className,o=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:t,className:c,color:o||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M18.817 6.75H5.184l.913 10.733A2.75 2.75 0 0 0 8.837 20h6.326a2.75 2.75 0 0 0 2.74-2.517z","data-is-secondary-color":"true",fill:"".concat(n?r.theme[n]:r.theme.gray400)}),React.createElement("path",{clipRule:"evenodd",d:"M4.75 8.25a.75.75 0 0 1 0-1.5h3.761a2.75 2.75 0 0 1 2.739-2.5h1.5a2.75 2.75 0 0 1 2.739 2.5h3.761a.75.75 0 0 1 0 1.5zm9.225-1.5c-.116-.57-.62-1-1.225-1h-1.5c-.605 0-1.11.43-1.225 1z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M10.5 13a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m3.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z",fill:"currentColor"}))}));exports.TrashCanDuotoneIcon=t;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var l=r.className,c=r.color,o=r.inlineBlock,i=r.size;return e.jsxs(a.IconBase,{ref:s,className:l,color:c,inlineBlock:o,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M10.5 13a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m3.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M15.489 6.75h3.761a.75.75 0 0 1 0 1.5h-.561l-.786 9.233A2.75 2.75 0 0 1 15.163 20H8.837a2.75 2.75 0 0 1-2.74-2.517L5.31 8.25h-.56a.75.75 0 0 1 0-1.5h3.761a2.75 2.75 0 0 1 2.739-2.5h1.5a2.75 2.75 0 0 1 2.739 2.5m-8.672 1.5.775 9.106A1.25 1.25 0 0 0 8.837 18.5h6.326c.65 0 1.19-.497 1.245-1.144l.775-9.106zm7.158-1.5c-.116-.57-.62-1-1.225-1h-1.5c-.605 0-1.11.43-1.225 1z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.TrashCanIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,t=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:t,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M10.5 13a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m3.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M15.489 6.75h3.761a.75.75 0 0 1 0 1.5h-.561l-.786 9.233A2.75 2.75 0 0 1 15.163 20H8.837a2.75 2.75 0 0 1-2.74-2.517L5.31 8.25h-.56a.75.75 0 0 1 0-1.5h3.761a2.75 2.75 0 0 1 2.739-2.5h1.5a2.75 2.75 0 0 1 2.739 2.5m-8.672 1.5.775 9.106A1.25 1.25 0 0 0 8.837 18.5h6.326c.65 0 1.19-.497 1.245-1.144l.775-9.106zm7.158-1.5c-.116-.57-.62-1-1.225-1h-1.5c-.605 0-1.11.43-1.225 1z",fill:"currentColor",fillRule:"evenodd"}))}));exports.TrashCanIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=r.forwardRef((function(r,c){var o=r.className,i=r.color,n=r.inlineBlock,a=r.size;return e.jsx(s.IconBase,{ref:c,className:o,color:i||"gray400",inlineBlock:n,size:a,viewBox:"0 0 24 24",children:e.jsx("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z",fill:"currentColor"})})}));exports.TriangleDuotoneIcon=c;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var a=e.className,o=e.color,t=e.inlineBlock,n=e.size;return React.createElement(r.IconBase,{ref:c,className:a,color:o||"gray400",inlineBlock:t,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z",fill:"currentColor"}))}));exports.TriangleDuotoneIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var i=r.className,l=r.color,n=r.inlineBlock,o=r.size;return e.jsx(c.IconBase,{ref:s,className:i,color:l,inlineBlock:n,size:o,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M13.118 6.163c-.46-.921-1.776-.921-2.236 0L5.618 16.691A1.25 1.25 0 0 0 6.736 18.5h10.528a1.25 1.25 0 0 0 1.118-1.809zm-3.578-.67c1.014-2.028 3.906-2.028 4.92 0l5.264 10.527c.914 1.829-.416 3.98-2.46 3.98H6.736c-2.044 0-3.374-2.151-2.46-3.98z",fill:"currentColor",fillRule:"evenodd"})})}));exports.TriangleIcon=s;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var l=e.className,a=e.color,n=e.inlineBlock,o=e.size;return React.createElement(r.IconBase,{ref:c,className:l,color:a,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M13.118 6.163c-.46-.921-1.776-.921-2.236 0L5.618 16.691A1.25 1.25 0 0 0 6.736 18.5h10.528a1.25 1.25 0 0 0 1.118-1.809zm-3.578-.67c1.014-2.028 3.906-2.028 4.92 0l5.264 10.527c.914 1.829-.416 3.98-2.46 3.98H6.736c-2.044 0-3.374-2.151-2.46-3.98z",fill:"currentColor",fillRule:"evenodd"}))}));exports.TriangleIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var c=r.className,t=r.color,n=r.inlineBlock,i=r.secondaryColor,l=r.size;return e.jsxs(a.IconBase,{ref:s,className:c,color:t||"gray800",inlineBlock:n,size:l,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M20.317 11.105 17.68 9.077l-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.526 1.254 2.75 2.765 2.75H18.25A2.75 2.75 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400)}),e.jsx("path",{d:"M15.041 6.75a.25.25 0 0 1 .246.205l.249 1.366a1 1 0 0 1-.984 1.179H11.75a.25.25 0 0 1-.25-.25v-2.4a.1.1 0 0 1 .1-.1zm-10.02 9.157a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687m8.5 0a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687",fill:"currentColor"})]})}));exports.TruckDuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var t=e.className,o=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:c,className:t,color:o||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M20.317 11.105 17.68 9.077l-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.526 1.254 2.75 2.765 2.75H18.25A2.75 2.75 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387","data-is-secondary-color":"true",fill:"".concat(n?r.theme[n]:r.theme.gray400)}),React.createElement("path",{d:"M15.041 6.75a.25.25 0 0 1 .246.205l.249 1.366a1 1 0 0 1-.984 1.179H11.75a.25.25 0 0 1-.25-.25v-2.4a.1.1 0 0 1 .1-.1zm-10.02 9.157a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687m8.5 0a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687",fill:"currentColor"}))}));exports.TruckDuotoneIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=r.forwardRef((function(r,c){var s=r.className,l=r.color,i=r.inlineBlock,o=r.size;return e.jsx(a.IconBase,{ref:c,className:s,color:l,inlineBlock:i,size:o,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M5.75 6.5c-.69 0-1.25.56-1.25 1.25V14c0 .498.302.934.736 1.134a2.75 2.75 0 0 1 5.076.116h3.376a2.75 2.75 0 0 1 5.076-.116c.434-.2.736-.636.736-1.134v-1.508a.25.25 0 0 0-.098-.198l-2.657-2.044H13.5a2.75 2.75 0 0 1-2.75-2.75v-1zm6.5 0v1c0 .69.56 1.25 1.25 1.25h2.585l-.41-2.049a.25.25 0 0 0-.245-.201zm5.43 2.577-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.27.868 2.33 2.029 2.65a2.75 2.75 0 0 0 5.426.1h3.09a2.75 2.75 0 0 0 5.426-.1A2.76 2.76 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387zm-.19 7.008.001.017q.009.072.009.148a1.25 1.25 0 1 1-.01-.165m-10.981.017a1.25 1.25 0 1 0 2.483.296 1.25 1.25 0 0 0-2.483-.296",fill:"currentColor",fillRule:"evenodd"})})}));exports.TruckIcon=c;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var r=e.className,l=e.color,o=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:c,className:r,color:l,inlineBlock:o,size:n,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M5.75 6.5c-.69 0-1.25.56-1.25 1.25V14c0 .498.302.934.736 1.134a2.75 2.75 0 0 1 5.076.116h3.376a2.75 2.75 0 0 1 5.076-.116c.434-.2.736-.636.736-1.134v-1.508a.25.25 0 0 0-.098-.198l-2.657-2.044H13.5a2.75 2.75 0 0 1-2.75-2.75v-1zm6.5 0v1c0 .69.56 1.25 1.25 1.25h2.585l-.41-2.049a.25.25 0 0 0-.245-.201zm5.43 2.577-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.27.868 2.33 2.029 2.65a2.75 2.75 0 0 0 5.426.1h3.09a2.75 2.75 0 0 0 5.426-.1A2.76 2.76 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387zm-.19 7.008.001.017q.009.072.009.148a1.25 1.25 0 1 1-.01-.165m-10.981.017a1.25 1.25 0 1 0 2.483.296 1.25 1.25 0 0 0-2.483-.296",fill:"currentColor",fillRule:"evenodd"}))}));exports.TruckIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var l=r.className,c=r.color,n=r.inlineBlock,i=r.secondaryColor,t=r.size;return e.jsxs(a.IconBase,{ref:s,className:l,color:c||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M7.284 7.049C7.96 5.373 9.747 4.25 11.75 4.25s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313-1.396.747-3.272 1.187-5.304 1.187s-3.908-.44-5.304-1.187C5.082 13.332 4 12.196 4 10.75c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400),fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M7.156 7.415C7.707 5.539 9.604 4.25 11.75 4.25s4.043 1.289 4.594 3.165q.154.521.156 1.085c0 .603-.141 1.143-.428 1.603a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035C7.14 9.643 7 9.103 7 8.5q.002-.563.156-1.085",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M9.25 16a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0v-2.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor"})]})}));exports.UFODuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),c=require("../styles/constants/theme.js"),r=e.forwardRef((function(e,r){var l=e.className,t=e.color,o=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:r,className:l,color:t||"gray800",inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M7.284 7.049C7.96 5.373 9.747 4.25 11.75 4.25s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313-1.396.747-3.272 1.187-5.304 1.187s-3.908-.44-5.304-1.187C5.082 13.332 4 12.196 4 10.75c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366","data-is-secondary-color":"true",fill:"".concat(n?c.theme[n]:c.theme.gray400),fillRule:"evenodd"}),React.createElement("path",{clipRule:"evenodd",d:"M7.156 7.415C7.707 5.539 9.604 4.25 11.75 4.25s4.043 1.289 4.594 3.165q.154.521.156 1.085c0 .603-.141 1.143-.428 1.603a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035C7.14 9.643 7 9.103 7 8.5q.002-.563.156-1.085",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M9.25 16a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0v-2.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor"}))}));exports.UFODuotoneIcon=r;
package/icons/UFOIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),a=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=a.forwardRef((function(a,r){var s=a.className,i=a.color,o=a.inlineBlock,l=a.size;return e.jsx(c.IconBase,{ref:r,className:s,color:i,inlineBlock:o,size:l,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M12 5.5c-1.583 0-2.819.943-3.155 2.088a2.3 2.3 0 0 0-.095.662c0 .363.083.62.201.81.12.192.303.36.572.502.56.297 1.411.438 2.477.438s1.917-.141 2.477-.438c.269-.142.452-.31.572-.502.118-.19.201-.447.201-.81q-.001-.344-.095-.662C14.819 6.443 13.583 5.5 12 5.5M7.534 6.799C8.21 5.123 9.997 4 12 4s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313C15.908 14.56 14.032 15 12 15s-3.908-.44-5.304-1.187C5.332 13.082 4.25 11.946 4.25 10.5c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366m-.269 1.787c-.354.203-.65.423-.884.651-.445.436-.631.866-.631 1.263 0 .625.485 1.364 1.654 1.99 1.138.61 2.762 1.01 4.596 1.01s3.458-.4 4.596-1.01c1.169-.626 1.654-1.365 1.654-1.99 0-.397-.186-.827-.63-1.263a4.4 4.4 0 0 0-.885-.65c-.044.468-.18.893-.413 1.266a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035 2.9 2.9 0 0 1-.413-1.267M9.5 15.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0V16.5a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor",fillRule:"evenodd"})})}));exports.UFOIcon=r;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var r=e.className,s=e.color,l=e.inlineBlock,o=e.size;return React.createElement(a.IconBase,{ref:c,className:r,color:s,inlineBlock:l,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 5.5c-1.583 0-2.819.943-3.155 2.088a2.3 2.3 0 0 0-.095.662c0 .363.083.62.201.81.12.192.303.36.572.502.56.297 1.411.438 2.477.438s1.917-.141 2.477-.438c.269-.142.452-.31.572-.502.118-.19.201-.447.201-.81q-.001-.344-.095-.662C14.819 6.443 13.583 5.5 12 5.5M7.534 6.799C8.21 5.123 9.997 4 12 4s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313C15.908 14.56 14.032 15 12 15s-3.908-.44-5.304-1.187C5.332 13.082 4.25 11.946 4.25 10.5c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366m-.269 1.787c-.354.203-.65.423-.884.651-.445.436-.631.866-.631 1.263 0 .625.485 1.364 1.654 1.99 1.138.61 2.762 1.01 4.596 1.01s3.458-.4 4.596-1.01c1.169-.626 1.654-1.365 1.654-1.99 0-.397-.186-.827-.63-1.263a4.4 4.4 0 0 0-.885-.65c-.044.468-.18.893-.413 1.266a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035 2.9 2.9 0 0 1-.413-1.267M9.5 15.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0V16.5a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor",fillRule:"evenodd"}))}));exports.UFOIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),c=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var a=r.className,l=r.color,n=r.inlineBlock,i=r.secondaryColor,t=r.size;return e.jsxs(o.IconBase,{ref:s,className:a,color:l||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M12 13.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64","data-is-secondary-color":"true",fill:"".concat(i?c.theme[i]:c.theme.gray400)})]})}));exports.UserDuotoneIcon=s;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),c=require("../styles/constants/theme.js"),a=e.forwardRef((function(e,a){var o=e.className,t=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(r.IconBase,{ref:a,className:o,color:t||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M12 13.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64","data-is-secondary-color":"true",fill:"".concat(n?c.theme[n]:c.theme.gray400)}))}));exports.UserDuotoneIcon=a;
package/icons/UserIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var a=r.className,i=r.color,o=r.inlineBlock,l=r.size;return e.jsx(c.IconBase,{ref:s,className:a,color:i,inlineBlock:o,size:l,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8M9.5 8a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0m2.5 5.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64m-6.426 4.376c.693-1.23 2.338-2.876 6.426-2.876s5.733 1.645 6.426 2.876c.12.211.086.37-.041.521-.155.183-.473.353-.892.353H6.507c-.418 0-.736-.17-.891-.352-.128-.151-.16-.31-.042-.522",fill:"currentColor",fillRule:"evenodd"})})}));exports.UserIcon=s;
1
+ "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var a=e.className,s=e.color,l=e.inlineBlock,o=e.size;return React.createElement(c.IconBase,{ref:r,className:a,color:s,inlineBlock:l,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8M9.5 8a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0m2.5 5.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64m-6.426 4.376c.693-1.23 2.338-2.876 6.426-2.876s5.733 1.645 6.426 2.876c.12.211.086.37-.041.521-.155.183-.473.353-.892.353H6.507c-.418 0-.736-.17-.891-.352-.128-.151-.16-.31-.042-.522",fill:"currentColor",fillRule:"evenodd"}))}));exports.UserIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),c=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=c.forwardRef((function(c,s){var a=c.className,l=c.color,o=c.inlineBlock,i=c.size;return e.jsxs(r.IconBase,{ref:s,className:a,color:l,inlineBlock:o,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{clipRule:"evenodd",d:"M9.429 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m0 3.75c-1.893 0-3.557 1.508-3.926 3.633v.027a.1.1 0 0 0 .02.03c.028.03.083.06.156.06h7.5c.073 0 .127-.03.155-.06a.1.1 0 0 0 .02-.03v-.027c-.368-2.125-2.033-3.633-3.925-3.633m-5.404 3.376c.473-2.722 2.665-4.876 5.404-4.876s4.93 2.154 5.403 4.876c.19 1.092-.73 1.874-1.653 1.874h-7.5c-.924 0-1.843-.782-1.654-1.874",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M13.679 14a.75.75 0 0 1 .75-.75c1.7 0 3.013.509 3.936 1.44.91.917 1.358 2.16 1.505 3.478.118 1.052-.753 1.832-1.69 1.832h-1.813a.75.75 0 0 1 0-1.5h1.813a.23.23 0 0 0 .164-.065.12.12 0 0 0 .037-.1c-.124-1.105-.482-1.987-1.08-2.59-.584-.589-1.483-.995-2.871-.995a.75.75 0 0 1-.75-.75m-.001-9.25a.75.75 0 0 1 .75-.75c1.049 0 1.983.322 2.66.956.683.64 1.04 1.534 1.04 2.544s-.357 1.905-1.04 2.544c-.677.634-1.611.956-2.66.956a.75.75 0 0 1 0-1.5c.745 0 1.287-.225 1.635-.551.344-.322.565-.802.565-1.449s-.221-1.127-.565-1.449c-.348-.326-.89-.551-1.635-.551a.75.75 0 0 1-.75-.75",fill:"currentColor",fillRule:"evenodd"})]})}));exports.UsersIcon=s;
1
+ "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var r=e.className,l=e.color,o=e.inlineBlock,s=e.size;return React.createElement(c.IconBase,{ref:a,className:r,color:l,inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M9.429 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m0 3.75c-1.893 0-3.557 1.508-3.926 3.633v.027a.1.1 0 0 0 .02.03c.028.03.083.06.156.06h7.5c.073 0 .127-.03.155-.06a.1.1 0 0 0 .02-.03v-.027c-.368-2.125-2.033-3.633-3.925-3.633m-5.404 3.376c.473-2.722 2.665-4.876 5.404-4.876s4.93 2.154 5.403 4.876c.19 1.092-.73 1.874-1.653 1.874h-7.5c-.924 0-1.843-.782-1.654-1.874",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{clipRule:"evenodd",d:"M13.679 14a.75.75 0 0 1 .75-.75c1.7 0 3.013.509 3.936 1.44.91.917 1.358 2.16 1.505 3.478.118 1.052-.753 1.832-1.69 1.832h-1.813a.75.75 0 0 1 0-1.5h1.813a.23.23 0 0 0 .164-.065.12.12 0 0 0 .037-.1c-.124-1.105-.482-1.987-1.08-2.59-.584-.589-1.483-.995-2.871-.995a.75.75 0 0 1-.75-.75m-.001-9.25a.75.75 0 0 1 .75-.75c1.049 0 1.983.322 2.66.956.683.64 1.04 1.534 1.04 2.544s-.357 1.905-1.04 2.544c-.677.634-1.611.956-2.66.956a.75.75 0 0 1 0-1.5c.745 0 1.287-.225 1.635-.551.344-.322.565-.802.565-1.449s-.221-1.127-.565-1.449c-.348-.326-.89-.551-1.635-.551a.75.75 0 0 1-.75-.75",fill:"currentColor",fillRule:"evenodd"}))}));exports.UsersIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var o=r.className,c=r.color,i=r.inlineBlock,n=r.size;return e.jsx(a.IconBase,{ref:s,className:o,color:c||"gray400",inlineBlock:i,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{d:"M7.617 4a2.75 2.75 0 0 0-2.744 2.56l-.724 10.5A2.75 2.75 0 0 0 6.893 20h10.263a2.75 2.75 0 0 0 2.747-2.876l-.316-6.91a2.75 2.75 0 0 0-2.747-2.625h-2.09a.25.25 0 0 1-.25-.25V5.75A1.75 1.75 0 0 0 12.75 4z",fill:"currentColor"})})}));exports.UtahDuotoneIcon=s;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var t=e.className,c=e.color,o=e.inlineBlock,s=e.size;return React.createElement(r.IconBase,{ref:a,className:t,color:c||"gray400",inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M7.617 4a2.75 2.75 0 0 0-2.744 2.56l-.724 10.5A2.75 2.75 0 0 0 6.893 20h10.263a2.75 2.75 0 0 0 2.747-2.876l-.316-6.91a2.75 2.75 0 0 0-2.747-2.625h-2.09a.25.25 0 0 1-.25-.25V5.75A1.75 1.75 0 0 0 12.75 4z",fill:"currentColor"}))}));exports.UtahDuotoneIcon=a;
package/icons/UtahIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var s=r.className,c=r.color,i=r.inlineBlock,o=r.size;return e.jsx(a.IconBase,{ref:l,className:s,color:c,inlineBlock:i,size:o,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M7.617 5.5A1.25 1.25 0 0 0 6.37 6.664l-.724 10.5A1.25 1.25 0 0 0 6.893 18.5h10.263a1.25 1.25 0 0 0 1.249-1.307l-.317-6.91a1.25 1.25 0 0 0-1.248-1.194h-2.09A1.75 1.75 0 0 1 13 7.34V5.75a.25.25 0 0 0-.25-.25zM4.873 6.56A2.75 2.75 0 0 1 7.617 4h5.133c.966 0 1.75.784 1.75 1.75v1.59c0 .137.112.25.25.25h2.09a2.75 2.75 0 0 1 2.747 2.623l.316 6.911A2.75 2.75 0 0 1 17.156 20H6.893a2.75 2.75 0 0 1-2.744-2.94z",fill:"currentColor",fillRule:"evenodd"})})}));exports.UtahIcon=l;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,o=e.inlineBlock,t=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:o,size:t,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M7.617 5.5A1.25 1.25 0 0 0 6.37 6.664l-.724 10.5A1.25 1.25 0 0 0 6.893 18.5h10.263a1.25 1.25 0 0 0 1.249-1.307l-.317-6.91a1.25 1.25 0 0 0-1.248-1.194h-2.09A1.75 1.75 0 0 1 13 7.34V5.75a.25.25 0 0 0-.25-.25zM4.873 6.56A2.75 2.75 0 0 1 7.617 4h5.133c.966 0 1.75.784 1.75 1.75v1.59c0 .137.112.25.25.25h2.09a2.75 2.75 0 0 1 2.747 2.623l.316 6.911A2.75 2.75 0 0 1 17.156 20H6.893a2.75 2.75 0 0 1-2.744-2.94z",fill:"currentColor",fillRule:"evenodd"}))}));exports.UtahIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var c=r.className,n=r.color,t=r.inlineBlock,i=r.secondaryColor,l=r.size;return e.jsxs(a.IconBase,{ref:s,className:c,color:n||"gray800",inlineBlock:t,size:l,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400)}),e.jsx("path",{d:"M12.75 10a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zm0 5.5a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0z",fill:"currentColor"})]})}));exports.WarningDuotoneIcon=s;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var t=e.className,o=e.color,n=e.inlineBlock,s=e.secondaryColor,l=e.size;return React.createElement(a.IconBase,{ref:c,className:t,color:o||"gray800",inlineBlock:n,size:l,viewBox:"0 0 24 24"},React.createElement("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z","data-is-secondary-color":"true",fill:"".concat(s?r.theme[s]:r.theme.gray400)}),React.createElement("path",{d:"M12.75 10a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zm0 5.5a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0z",fill:"currentColor"}))}));exports.WarningDuotoneIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=r.forwardRef((function(r,c){var s=r.className,l=r.color,i=r.inlineBlock,n=r.size;return e.jsxs(a.IconBase,{ref:c,className:s,color:l,inlineBlock:i,size:n,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M12 9.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m0 5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98zm-3.578.671c.46-.921 1.775-.921 2.236 0l5.264 10.528a1.25 1.25 0 0 1-1.118 1.809H6.736a1.25 1.25 0 0 1-1.118-1.809z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.WarningIcon=c;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,t=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:t,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12 9.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m0 5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98zm-3.578.671c.46-.921 1.775-.921 2.236 0l5.264 10.528a1.25 1.25 0 0 1-1.118 1.809H6.736a1.25 1.25 0 0 1-1.118-1.809z",fill:"currentColor",fillRule:"evenodd"}))}));exports.WarningIcon=r;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("../icon-base/_IconBase.js");require("../../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var c=r.className,i=r.color,o=r.inlineBlock,l=r.size;return e.jsx(a.IconBase,{ref:s,className:c,color:i,inlineBlock:o,size:l,viewBox:"0 0 42 44",children:e.jsx("path",{clipRule:"evenodd",d:"M21 18.45a8.95 8.95 0 0 0 6.364-2.665A9.15 9.15 0 0 0 30 9.35a9.15 9.15 0 0 0-2.636-6.435A8.95 8.95 0 0 0 21 .25a8.95 8.95 0 0 0-6.364 2.665A9.15 9.15 0 0 0 12 9.35c0 2.414.948 4.728 2.636 6.435A8.95 8.95 0 0 0 21 18.45M0 45.75c0-2.788.543-5.55 1.599-8.126a21.3 21.3 0 0 1 4.552-6.888 21 21 0 0 1 6.813-4.603 20.8 20.8 0 0 1 16.072 0 21 21 0 0 1 6.813 4.603 21.3 21.3 0 0 1 4.553 6.888A21.4 21.4 0 0 1 42 45.75z",fill:"currentColor",fillRule:"evenodd"})})}));exports.AvatarIcon=s;
1
+ "use strict";var e=require("react"),r=require("../icon-base/_IconBase.js");require("../../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var c=e.className,l=e.color,o=e.inlineBlock,t=e.size;return React.createElement(r.IconBase,{ref:a,className:c,color:l,inlineBlock:o,size:t,viewBox:"0 0 42 44"},React.createElement("path",{clipRule:"evenodd",d:"M21 18.45a8.95 8.95 0 0 0 6.364-2.665A9.15 9.15 0 0 0 30 9.35a9.15 9.15 0 0 0-2.636-6.435A8.95 8.95 0 0 0 21 .25a8.95 8.95 0 0 0-6.364 2.665A9.15 9.15 0 0 0 12 9.35c0 2.414.948 4.728 2.636 6.435A8.95 8.95 0 0 0 21 18.45M0 45.75c0-2.788.543-5.55 1.599-8.126a21.3 21.3 0 0 1 4.552-6.888 21 21 0 0 1 6.813-4.603 20.8 20.8 0 0 1 16.072 0 21 21 0 0 1 6.813 4.603 21.3 21.3 0 0 1 4.553 6.888A21.4 21.4 0 0 1 42 45.75z",fill:"currentColor",fillRule:"evenodd"}))}));exports.AvatarIcon=a;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),l=require("../../icon-base/_IconBase.js"),c=require("../../../utils/hooks/useAminoTheme.js");require("../../../styles/constants/theme.js"),require("zod"),require("../../../utils/hooks/useStorage.js"),require("../../../utils/storage.js"),require("dayjs");var a=e.forwardRef((function(e,a){var t=e.className,r=e.color,o=e.inlineBlock,n=e.size,h=c.useAminoTheme().aminoTheme;return React.createElement(l.IconBase,{ref:a,className:t,color:r,inlineBlock:o,size:n,viewBox:"0 0 1020 280"},"night"===h?React.createElement(React.Fragment,null,React.createElement("path",{d:"M464 63H354a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19l-68.571 92.69a7.999 7.999 0 0 0-1.569 4.758V213a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4h-64.533c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 468 84.362V67a4 4 0 0 0-4-4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M532 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M626 68.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-93.028c0-4.675 2.716-8.925 6.959-10.89l30-13.888C702.911 92.008 712 97.816 712 106.579v106.917a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V106.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H630a4 4 0 0 0-4 4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M808 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M945.254 63h34.015C1001.76 63 1020 81.236 1020 103.731a3.701 3.701 0 0 1-3.24 3.674l-25.256 3.157a3.117 3.117 0 0 1-3.504-3.093C988 100.583 982.417 95 975.531 95h-28.229C939.955 95 934 100.955 934 108.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022c20.12 4.416 34.45 22.236 34.45 42.832 0 24.219-19.63 43.852-43.852 43.852h-33.417C920.236 217 902 198.764 902 176.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C915.329 143.186 902 125.967 902 106.254 902 82.365 921.365 63 945.254 63ZM22 145C22 79.83 74.83 27 140 27s118 52.83 118 118c0 42.17-22.119 79.184-55.414 100.055a1.973 1.973 0 0 1-2.792-.764l-2.809-5.331a2.029 2.029 0 0 1 .721-2.654C227.921 217.171 248 183.435 248 145c0-32.105-14.017-60.944-36.243-80.716l-2.246-1.999a4 4 0 0 0-5.654.337l-12.219 13.801a2.036 2.036 0 0 1-2.711.29C175.15 66.826 158.249 61 140 61c-46.392 0-84 37.608-84 84 0 32.342 18.28 60.403 45.039 74.436l2.657 1.393a3.999 3.999 0 0 0 5.399-1.684l8.662-16.509c.471-.898 1.537-1.297 2.494-.964A59.917 59.917 0 0 0 140 205c33.137 0 60-26.863 60-60s-26.863-60-60-60h-3a4 4 0 0 0-4 4v19.036c0 .955-.678 1.771-1.606 1.999C115.668 113.893 104 128.084 104 145c0 10.819 4.781 20.53 12.322 27.118A35.887 35.887 0 0 0 140 181c19.882 0 36-16.118 36-36 0-16.916-11.668-31.107-27.394-34.965-.928-.228-1.606-1.044-1.606-1.999v-6.178c0-1.225 1.093-2.165 2.293-1.919C170.243 104.237 186 122.778 186 145c0 25.405-20.595 46-46 46-7.704 0-14.946-1.888-21.309-5.221l-2.656-1.391a4 4 0 0 0-5.398 1.685l-8.104 15.446c-.55 1.048-1.886 1.394-2.853.711C81.716 189.55 70 168.639 70 145c0-38.66 31.34-70 70-70 17.872 0 34.165 6.689 46.539 17.71l2.247 2.002a4 4 0 0 0 5.655-.336L206.09 81.22c.773-.872 2.125-.904 2.916-.049C224.526 97.94 234 120.36 234 145c0 36.205-20.467 67.642-50.494 83.35C170.505 235.151 155.712 239 140 239c-40.006 0-74.192-24.995-87.76-60.245l-1.073-2.788a3.999 3.999 0 0 0-5.154-2.302l-16.54 6.286a1.973 1.973 0 0 1-2.599-1.271C23.704 168.014 22 156.711 22 145Z",fill:"currentColor"}),React.createElement("path",{d:"M118 145c0-12.15 9.85-22 22-22s22 9.85 22 22-9.85 22-22 22a21.886 21.886 0 0 1-14.466-5.425C120.906 157.532 118 151.61 118 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm145.748 43.659a2.029 2.029 0 0 0-2.586-.911C169.076 249.986 154.883 253 140 253c-42.851 0-79.86-24.954-97.312-61.103a2.03 2.03 0 0 0-2.542-1.026l-17.187 6.532a4 4 0 0 1-5.155-2.305l-1.072-2.791C11.09 177.612 8 161.658 8 145 8 72.098 67.098 13 140 13s132 59.098 132 132c0 50.831-28.733 94.939-70.811 116.99l-2.651 1.389a4 4 0 0 1-5.395-1.678l-8.567-16.259Z",fill:"currentColor",fillRule:"evenodd"})):React.createElement(React.Fragment,null,React.createElement("path",{d:"M464 63H354a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19l-68.571 92.69a7.999 7.999 0 0 0-1.569 4.758V213a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4h-64.533c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 468 84.362V67a4 4 0 0 0-4-4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M532 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M626 68.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-93.028c0-4.675 2.716-8.925 6.959-10.89l30-13.888C702.911 92.008 712 97.816 712 106.579v106.917a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V106.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H630a4 4 0 0 0-4 4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M808 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M945.254 63h34.015C1001.76 63 1020 81.236 1020 103.731a3.701 3.701 0 0 1-3.24 3.674l-25.256 3.157a3.117 3.117 0 0 1-3.504-3.093C988 100.583 982.417 95 975.531 95h-28.229C939.955 95 934 100.955 934 108.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022c20.12 4.416 34.45 22.236 34.45 42.832 0 24.219-19.63 43.852-43.852 43.852h-33.417C920.236 217 902 198.764 902 176.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C915.329 143.186 902 125.967 902 106.254 902 82.365 921.365 63 945.254 63ZM20 145C20 78.726 73.726 25 140 25s120 53.726 120 120c0 43.67-23.326 81.899-58.218 102.895a1.973 1.973 0 0 1-2.762-.782l-4.672-8.868a2.03 2.03 0 0 1 .751-2.674C225.613 216.97 246 183.369 246 145c0-31.51-13.755-59.814-35.572-79.222l-.749-.666a4 4 0 0 0-5.653.337l-13.351 15.08C176.728 69.551 159.124 63 140 63c-45.287 0-82 36.713-82 82 0 31.57 17.842 58.964 43.968 72.665l.886.464a3.999 3.999 0 0 0 5.399-1.684l8.545-16.287c.482-.918 1.585-1.312 2.554-.943A57.874 57.874 0 0 0 140 203c32.033 0 58-25.967 58-58s-25.967-58-58-58h-1a4 4 0 0 0-4 4v18.638c0 .992-.729 1.828-1.702 2.022C117.73 114.773 106 128.516 106 145c0 10.218 4.513 19.387 11.638 25.612A33.891 33.891 0 0 0 140 179c18.778 0 34-15.222 34-34 0-16.484-11.73-30.227-27.298-33.34-.973-.194-1.702-1.03-1.702-2.022V99.475c0-1.186 1.027-2.115 2.2-1.939C170.294 101.01 188 120.938 188 145c0 26.51-21.49 48-48 48-8.035 0-15.594-1.97-22.237-5.449l-.885-.464a4 4 0 0 0-5.398 1.685l-8.218 15.663c-.538 1.026-1.836 1.383-2.804.746C80.898 192.302 68 170.154 68 145c0-39.765 32.235-72 72-72 18.381 0 35.144 6.882 47.869 18.217l.749.667a4 4 0 0 0 5.656-.335l11.766-13.29c.76-.859 2.088-.905 2.886-.081C225.69 95.465 236 119.026 236 145c0 36.979-20.906 69.082-51.567 85.122C171.152 237.069 156.043 241 140 241c-40.86 0-75.771-25.53-89.626-61.527l-.358-.929a4 4 0 0 0-5.154-2.302l-16.673 6.336a1.973 1.973 0 0 1-2.589-1.237C21.963 169.883 20 157.675 20 145Z",fill:"currentColor"}),React.createElement("path",{d:"M116 145c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24c-6.047 0-11.56-2.23-15.782-5.918C119.174 158.675 116 152.211 116 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm146.654 41.089a2.027 2.027 0 0 0-2.618-.897C169.753 247.778 155.247 251 140 251c-42.695 0-79.483-25.24-96.278-61.597a2.03 2.03 0 0 0-2.558-1.058l-17.052 6.48a4 4 0 0 1-5.155-2.305l-.358-.93C13.043 177.12 10 161.409 10 145 10 73.203 68.203 15 140 15s130 58.203 130 130c0 50.058-28.294 93.499-69.739 115.218l-.884.463a4 4 0 0 1-5.395-1.678l-8.5-16.131Z",fill:"currentColor",fillRule:"evenodd"})))}));exports.ZonosIcon=a;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),l=require("../../icon-base/_IconBase.js"),c=require("../../../utils/hooks/useAminoTheme.js");require("../../../styles/constants/theme.js"),require("zod"),require("../../../utils/hooks/useStorage.js"),require("../../../utils/storage.js"),require("dayjs");var a=e.forwardRef((function(e,a){var r=e.className,t=e.color,o=e.inlineBlock,s=e.size,n=c.useAminoTheme().aminoTheme;return React.createElement(l.IconBase,{ref:a,className:r,color:t,inlineBlock:o,size:s,viewBox:"0 0 280 280"},"night"===n?React.createElement(React.Fragment,null,React.createElement("path",{d:"M22 145C22 79.83 74.83 27 140 27s118 52.83 118 118c0 42.17-22.119 79.184-55.414 100.055a1.973 1.973 0 0 1-2.792-.764l-2.809-5.331a2.029 2.029 0 0 1 .721-2.654C227.921 217.171 248 183.435 248 145c0-32.105-14.017-60.944-36.243-80.716l-2.246-1.999a4 4 0 0 0-5.654.337l-12.219 13.801a2.036 2.036 0 0 1-2.711.29C175.15 66.826 158.249 61 140 61c-46.392 0-84 37.608-84 84 0 32.342 18.28 60.403 45.039 74.436l2.657 1.393a3.999 3.999 0 0 0 5.399-1.684l8.662-16.509c.471-.898 1.537-1.297 2.494-.964A59.917 59.917 0 0 0 140 205c33.137 0 60-26.863 60-60s-26.863-60-60-60h-3a4 4 0 0 0-4 4v19.036c0 .955-.678 1.771-1.606 1.999C115.668 113.893 104 128.084 104 145c0 10.819 4.781 20.53 12.322 27.118A35.887 35.887 0 0 0 140 181c19.882 0 36-16.118 36-36 0-16.916-11.668-31.107-27.394-34.965-.928-.228-1.606-1.044-1.606-1.999v-6.178c0-1.225 1.093-2.165 2.293-1.919C170.243 104.237 186 122.778 186 145c0 25.405-20.595 46-46 46-7.704 0-14.946-1.888-21.309-5.221l-2.656-1.391a4 4 0 0 0-5.398 1.685l-8.104 15.446c-.55 1.048-1.886 1.394-2.853.711C81.716 189.55 70 168.639 70 145c0-38.66 31.34-70 70-70 17.872 0 34.165 6.689 46.539 17.71l2.247 2.002a4 4 0 0 0 5.655-.336L206.09 81.22c.773-.872 2.125-.904 2.916-.049C224.526 97.94 234 120.36 234 145c0 36.205-20.467 67.642-50.494 83.35C170.505 235.151 155.712 239 140 239c-40.006 0-74.192-24.995-87.76-60.245l-1.073-2.788a3.999 3.999 0 0 0-5.154-2.302l-16.54 6.286a1.973 1.973 0 0 1-2.599-1.271C23.704 168.014 22 156.711 22 145Z",fill:"currentColor"}),React.createElement("path",{d:"M118 145c0-12.15 9.85-22 22-22s22 9.85 22 22-9.85 22-22 22a21.886 21.886 0 0 1-14.466-5.425C120.906 157.532 118 151.61 118 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm145.748 43.659a2.029 2.029 0 0 0-2.586-.911C169.076 249.986 154.883 253 140 253c-42.851 0-79.86-24.954-97.312-61.103a2.03 2.03 0 0 0-2.542-1.026l-17.187 6.532a4 4 0 0 1-5.155-2.305l-1.072-2.791C11.09 177.612 8 161.658 8 145 8 72.098 67.098 13 140 13s132 59.098 132 132c0 50.831-28.733 94.939-70.811 116.99l-2.651 1.389a4 4 0 0 1-5.395-1.678l-8.567-16.259Z",fill:"currentColor",fillRule:"evenodd"})):React.createElement(React.Fragment,null,React.createElement("path",{d:"M20 145C20 78.726 73.726 25 140 25s120 53.726 120 120c0 43.67-23.326 81.899-58.218 102.895a1.973 1.973 0 0 1-2.762-.782l-4.672-8.868a2.03 2.03 0 0 1 .751-2.674C225.613 216.97 246 183.369 246 145c0-31.51-13.755-59.814-35.572-79.222l-.749-.666a4 4 0 0 0-5.653.337l-13.351 15.08C176.728 69.551 159.124 63 140 63c-45.287 0-82 36.713-82 82 0 31.57 17.842 58.964 43.968 72.665l.886.464a3.999 3.999 0 0 0 5.399-1.684l8.545-16.287c.482-.918 1.585-1.312 2.554-.943A57.874 57.874 0 0 0 140 203c32.033 0 58-25.967 58-58s-25.967-58-58-58h-1a4 4 0 0 0-4 4v18.638c0 .992-.729 1.828-1.702 2.022C117.73 114.773 106 128.516 106 145c0 10.218 4.513 19.387 11.638 25.612A33.891 33.891 0 0 0 140 179c18.778 0 34-15.222 34-34 0-16.484-11.73-30.227-27.298-33.34-.973-.194-1.702-1.03-1.702-2.022V99.475c0-1.186 1.027-2.115 2.2-1.939C170.294 101.01 188 120.938 188 145c0 26.51-21.49 48-48 48-8.035 0-15.594-1.97-22.237-5.449l-.885-.464a4 4 0 0 0-5.398 1.685l-8.218 15.663c-.538 1.026-1.836 1.383-2.804.746C80.898 192.302 68 170.154 68 145c0-39.765 32.235-72 72-72 18.381 0 35.144 6.882 47.869 18.217l.749.667a4 4 0 0 0 5.656-.335l11.766-13.29c.76-.859 2.088-.905 2.886-.081C225.69 95.465 236 119.026 236 145c0 36.979-20.906 69.082-51.567 85.122C171.152 237.069 156.043 241 140 241c-40.86 0-75.771-25.53-89.626-61.527l-.358-.929a4 4 0 0 0-5.154-2.302l-16.673 6.336a1.973 1.973 0 0 1-2.589-1.237C21.963 169.883 20 157.675 20 145Z",fill:"currentColor"}),React.createElement("path",{d:"M116 145c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24c-6.047 0-11.56-2.23-15.782-5.918C119.174 158.675 116 152.211 116 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm146.654 41.089a2.027 2.027 0 0 0-2.618-.897C169.753 247.778 155.247 251 140 251c-42.695 0-79.483-25.24-96.278-61.597a2.03 2.03 0 0 0-2.558-1.058l-17.052 6.48a4 4 0 0 1-5.155-2.305l-.358-.93C13.043 177.12 10 161.409 10 145 10 73.203 68.203 15 140 15s130 58.203 130 130c0 50.058-28.294 93.499-69.739 115.218l-.884.463a4 4 0 0 1-5.395-1.678l-8.5-16.131Z",fill:"currentColor",fillRule:"evenodd"})))}));exports.ZonosLogoIcon=a;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),c=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var l=e.className,r=e.color,t=e.inlineBlock,o=e.size;return React.createElement(c.IconBase,{ref:a,className:l,color:r,inlineBlock:t,size:o,viewBox:"0 0 670 156"},React.createElement("path",{d:"M114 1H4a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19L1.57 128.88A8 8 0 0 0 0 133.638V151a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4H49.467c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 118 22.362V5a4 4 0 0 0-4-4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M182 0c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44V44c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M276 6.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V58.468a12 12 0 0 1 6.959-10.89l30-13.888C352.911 30.008 362 35.816 362 44.58v106.916a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V44.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H280a4 4 0 0 0-4 4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M458 0c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44V44c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M595.254 1h34.015C651.764 1 670 19.236 670 41.731a3.703 3.703 0 0 1-3.244 3.674l-25.252 3.157A3.117 3.117 0 0 1 638 45.469C638 38.583 632.417 33 625.531 33h-28.229C589.955 33 584 38.955 584 46.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022C655.667 72.732 670 90.552 670 111.148 670 135.367 650.367 155 626.148 155h-33.417C570.236 155 552 136.764 552 114.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C565.329 81.187 552 63.967 552 44.254 552 20.365 571.365 1 595.254 1Z",fill:"currentColor"}))}));exports.ZonosWordmark=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var l=s.forwardRef((function(l,i){var t=l.className,a=l.color,o=l.inlineBlock,c=l.size,n=s.useId();return e.jsxs(r.IconBase,{ref:i,className:t,color:a,inlineBlock:o,size:c,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(n,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"19",x:"3",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M6.257 2.5h9.386c.49 0 .944.263 1.188.686l4.693 8.128c.244.423.244.949 0 1.372l-4.693 8.128a1.38 1.38 0 0 1-1.188.686H6.257c-.492 0-.945-.263-1.189-.686l-.548-.948a1.37 1.37 0 0 1 .217-1.657l.589-.589A7.93 7.93 0 0 1 3 12a7.93 7.93 0 0 1 2.326-5.62l-.589-.589a1.38 1.38 0 0 1-.217-1.657l.548-.948A1.38 1.38 0 0 1 6.257 2.5",fill:"#FFE37D",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(n,"-0)"),children:[e.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"url(#".concat(n,"-1)")}),e.jsx("path",{d:"M15.646 2.5h-9.39c-.49 0-.94.263-1.188.686l-.548.948a1.38 1.38 0 0 0 .217 1.657L7.796 8.85A4.44 4.44 0 0 0 6.489 12c0 1.23.5 2.346 1.307 3.15l-3.059 3.06a1.37 1.37 0 0 0-.217 1.657l.548.948c.244.423.697.686 1.189.686h9.386c.49 0 .94-.263 1.188-.686l4.693-8.128a1.38 1.38 0 0 0 0-1.372L16.83 3.186a1.37 1.37 0 0 0-1.188-.686h.003Z",fill:"url(#".concat(n,"-2)")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(n,"-3)"),children:e.jsx("path",{d:"M11.903 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#4F1D0A"})}),e.jsx("g",{filter:"url(#".concat(n,"-4)"),children:e.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-1"),x1:"8.638",x2:"4.04",y1:"11.973",y2:"11.92",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-2"),x1:"11.715",x2:"23.44",y1:"12",y2:"12",children:[e.jsx("stop",{stopColor:"#E7910A"}),e.jsx("stop",{offset:"1",stopColor:"#DF2B76"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.907",id:"".concat(n,"-3"),width:"21.907",x:".95",y:"1.046",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.907",id:"".concat(n,"-4"),width:"19.907",x:"1",y:"2.046",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1"})]})]})]})}));exports.CheckoutColorIcon=l;
1
+ "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"20",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"19",x:"3",y:"2"},React.createElement("path",{clipRule:"evenodd",d:"M6.257 2.5h9.386c.49 0 .944.263 1.188.686l4.693 8.128c.244.423.244.949 0 1.372l-4.693 8.128a1.38 1.38 0 0 1-1.188.686H6.257c-.492 0-.945-.263-1.189-.686l-.548-.948a1.37 1.37 0 0 1 .217-1.657l.589-.589A7.93 7.93 0 0 1 3 12a7.93 7.93 0 0 1 2.326-5.62l-.589-.589a1.38 1.38 0 0 1-.217-1.657l.548-.948A1.38 1.38 0 0 1 6.257 2.5",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M15.646 2.5h-9.39c-.49 0-.94.263-1.188.686l-.548.948a1.38 1.38 0 0 0 .217 1.657L7.796 8.85A4.44 4.44 0 0 0 6.489 12c0 1.23.5 2.346 1.307 3.15l-3.059 3.06a1.37 1.37 0 0 0-.217 1.657l.548.948c.244.423.697.686 1.189.686h9.386c.49 0 .94-.263 1.188-.686l4.693-8.128a1.38 1.38 0 0 0 0-1.372L16.83 3.186a1.37 1.37 0 0 0-1.188-.686h.003Z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M11.903 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#4F1D0A"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"8.638",x2:"4.04",y1:"11.973",y2:"11.92"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"11.715",x2:"23.44",y1:"12",y2:"12"},React.createElement("stop",{stopColor:"#E7910A"}),React.createElement("stop",{offset:"1",stopColor:"#DF2B76"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.907",id:"".concat(i,"-3"),width:"21.907",x:".95",y:"1.046"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.907",id:"".concat(i,"-4"),width:"19.907",x:"1",y:"2.046"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1"}))))}));exports.CheckoutColorIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var i=s.forwardRef((function(i,t){var c=i.className,l=i.color,o=i.inlineBlock,a=i.size,n=s.useId();return e.jsxs(r.IconBase,{ref:t,className:c,color:l,inlineBlock:o,size:a,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(n,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"21",x:"2",y:"2",children:e.jsx("path",{d:"m14.063 3.257 8.758 15.98v.003c.529.962-.179 2.132-1.283 2.132H3.462c-1.442 0-2.01-1.847-.812-2.644l1.58-.85a7.93 7.93 0 0 1-1.273-4.32c0-4.438 3.635-8.035 8.12-8.035h.245V3.946c0-1.497 2.018-2.005 2.741-.689",fill:"#D9D9D9"})}),e.jsxs("g",{mask:"url(#".concat(n,"-0)"),children:[e.jsx("path",{d:"M19.197 13.557c0 3.79-2.652 6.968-6.222 7.81H9.179c-3.57-.842-6.222-4.02-6.222-7.81 0-4.436 3.636-8.034 8.12-8.034 2.006 0 3.842.72 5.257 1.916l2.797 5.106q.064.498.066 1.012",fill:"url(#".concat(n,"-1)")}),e.jsx("path",{d:"M22.821 19.236 14.063 3.257c-.723-1.316-2.741-.808-2.741.689v4.929c-2.621 0-4.745 2.1-4.745 4.694 0 .97.296 1.866.805 2.616L2.65 18.728c-1.198.797-.63 2.644.812 2.644h18.076c1.104 0 1.812-1.17 1.283-2.132z",fill:"url(#".concat(n,"-2)")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(n,"-3)"),children:e.jsx("path",{d:"M11.987 21.75c4.065 0 7.361-3.26 7.361-7.283s-3.296-7.283-7.361-7.283c-4.066 0-7.362 3.26-7.362 7.283s3.296 7.284 7.362 7.284Z",fill:"#3B093F"})}),e.jsx("g",{filter:"url(#".concat(n,"-4)"),children:e.jsx("path",{d:"M11.121 20.885c4.066 0 7.362-3.26 7.362-7.283s-3.296-7.284-7.362-7.284c-4.065 0-7.361 3.261-7.361 7.284s3.296 7.283 7.361 7.283",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-1"),x1:"9.696",x2:"5.586",y1:"12.734",y2:"10.232",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-2"),x1:"17.439",x2:".75",y1:"18.101",y2:"6.817",children:[e.jsx("stop",{offset:".01",stopColor:"#AA2DC9"}),e.jsx("stop",{offset:"1",stopColor:"#9297FA"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"20.567",id:"".concat(n,"-3"),width:"20.723",x:"1.625",y:"4.184",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"18.567",id:"".concat(n,"-4"),width:"18.723",x:"1.76",y:"4.318",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1"})]})]})]})}));exports.ClassifyColorIcon=i;
1
+ "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var r=a.className,l=a.color,n=a.inlineBlock,o=a.size,s=e.useId();return React.createElement(t.IconBase,{ref:c,className:r,color:l,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"20",id:"".concat(s,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"21",x:"2",y:"2"},React.createElement("path",{d:"m14.063 3.257 8.758 15.98v.003c.529.962-.179 2.132-1.283 2.132H3.462c-1.442 0-2.01-1.847-.812-2.644l1.58-.85a7.93 7.93 0 0 1-1.273-4.32c0-4.438 3.635-8.035 8.12-8.035h.245V3.946c0-1.497 2.018-2.005 2.741-.689",fill:"#D9D9D9"})),React.createElement("g",{mask:"url(#".concat(s,"-0)")},React.createElement("path",{d:"M19.197 13.557c0 3.79-2.652 6.968-6.222 7.81H9.179c-3.57-.842-6.222-4.02-6.222-7.81 0-4.436 3.636-8.034 8.12-8.034 2.006 0 3.842.72 5.257 1.916l2.797 5.106q.064.498.066 1.012",fill:"url(#".concat(s,"-1)")}),React.createElement("path",{d:"M22.821 19.236 14.063 3.257c-.723-1.316-2.741-.808-2.741.689v4.929c-2.621 0-4.745 2.1-4.745 4.694 0 .97.296 1.866.805 2.616L2.65 18.728c-1.198.797-.63 2.644.812 2.644h18.076c1.104 0 1.812-1.17 1.283-2.132z",fill:"url(#".concat(s,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(s,"-3)")},React.createElement("path",{d:"M11.987 21.75c4.065 0 7.361-3.26 7.361-7.283s-3.296-7.283-7.361-7.283c-4.066 0-7.362 3.26-7.362 7.283s3.296 7.284 7.362 7.284Z",fill:"#3B093F"})),React.createElement("g",{filter:"url(#".concat(s,"-4)")},React.createElement("path",{d:"M11.121 20.885c4.066 0 7.362-3.26 7.362-7.283s-3.296-7.284-7.362-7.284c-4.065 0-7.361 3.261-7.361 7.284s3.296 7.283 7.361 7.283",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(s,"-1"),x1:"9.696",x2:"5.586",y1:"12.734",y2:"10.232"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(s,"-2"),x1:"17.439",x2:".75",y1:"18.101",y2:"6.817"},React.createElement("stop",{offset:".01",stopColor:"#AA2DC9"}),React.createElement("stop",{offset:"1",stopColor:"#9297FA"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"20.567",id:"".concat(s,"-3"),width:"20.723",x:"1.625",y:"4.184"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"18.567",id:"".concat(s,"-4"),width:"18.723",x:"1.76",y:"4.318"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1"}))))}));exports.ClassifyColorIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var i=s.forwardRef((function(i,t){var o=i.className,l=i.color,n=i.inlineBlock,a=i.size,c=s.useId();return e.jsxs(r.IconBase,{ref:t,className:o,color:l,inlineBlock:n,size:a,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"20",x:"2",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M11.963 4.267v-.934c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334h-.934V12a7.733 7.733 0 0 0-7.77-7.733",fill:"url(#".concat(c,"-1)"),fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[e.jsx("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"url(#".concat(c,"-2)")}),e.jsx("path",{d:"M16.333 12.022V12A4.334 4.334 0 0 0 12 7.667h-.037V3.333c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334z",fill:"url(#".concat(c,"-3)")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(c,"-4)"),children:e.jsx("path",{d:"M11 20.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#092642"})}),e.jsx("g",{filter:"url(#".concat(c,"-5)"),children:e.jsx("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637",children:[e.jsx("stop",{stopColor:"#00B9B7"}),e.jsx("stop",{offset:"1",stopColor:"#3122F6"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"12.689",x2:"16.8",y1:"11.426",y2:"7.974",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-3"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637",children:[e.jsx("stop",{stopColor:"#00B9B7"}),e.jsx("stop",{offset:"1",stopColor:"#3122F6"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.467",id:"".concat(c,"-4"),width:"21.467",x:".267",y:"2.267",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.467",id:"".concat(c,"-5"),width:"19.467",x:"2.267",y:"2.267",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1"})]})]})]})}));exports.ClearColorIcon=i;
1
+ "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var r=a.className,l=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:r,color:l,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"20",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"20",x:"2",y:"2"},React.createElement("path",{clipRule:"evenodd",d:"M11.963 4.267v-.934c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334h-.934V12a7.733 7.733 0 0 0-7.77-7.733",fill:"url(#".concat(i,"-1)"),fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"url(#".concat(i,"-2)")}),React.createElement("path",{d:"M16.333 12.022V12A4.334 4.334 0 0 0 12 7.667h-.037V3.333c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334z",fill:"url(#".concat(i,"-3)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M11 20.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#092642"})),React.createElement("g",{filter:"url(#".concat(i,"-5)")},React.createElement("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637"},React.createElement("stop",{stopColor:"#00B9B7"}),React.createElement("stop",{offset:"1",stopColor:"#3122F6"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"12.689",x2:"16.8",y1:"11.426",y2:"7.974"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-3"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637"},React.createElement("stop",{stopColor:"#00B9B7"}),React.createElement("stop",{offset:"1",stopColor:"#3122F6"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.467",id:"".concat(i,"-4"),width:"21.467",x:".267",y:"2.267"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.467",id:"".concat(i,"-5"),width:"19.467",x:"2.267",y:"2.267"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1"}))))}));exports.ClearColorIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var i=s.forwardRef((function(i,l){var t=i.className,a=i.color,o=i.inlineBlock,n=i.size,c=s.useId();return e.jsxs(r.IconBase,{ref:l,className:t,color:a,inlineBlock:o,size:n,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"22",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"1",children:e.jsx("path",{clipRule:"evenodd",d:"M12.542 21.416c0 .965-1.166 1.446-1.848.765l-8.876-8.872a1.083 1.083 0 0 1 0-1.533l9.955-9.958a1.083 1.083 0 0 1 1.533 0l8.873 8.875c.685.682.2 1.848-.765 1.848h-2.589a6.28 6.28 0 0 1-6.28 6.281h-.003z",fill:"#FFE37D",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[e.jsx("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"url(#".concat(c,"-1)")}),e.jsx("path",{d:"M10.694 22.18c.682.682 1.848.201 1.848-.764v-5.354a3.52 3.52 0 0 0 3.52-3.521h5.352c.966 0 1.45-1.166.765-1.848l-8.873-8.875a1.083 1.083 0 0 0-1.533 0l-9.955 9.958a1.083 1.083 0 0 0 0 1.533z",fill:"url(#".concat(c,"-2)")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(c,"-3)"),children:e.jsx("path",{d:"M12.545 5.137a6.28 6.28 0 0 0-6.28 6.282 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.282",fill:"#550B33"})}),e.jsx("g",{filter:"url(#".concat(c,"-4)"),children:e.jsx("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"13.314",x2:"16.343",y1:"13.181",y2:"15.698",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"11.5",x2:"18",y1:"11",y2:"18",children:[e.jsx("stop",{stopColor:"#DC2A54"}),e.jsx("stop",{offset:"1",stopColor:"#D078FC"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(c,"-3"),width:"16.56",x:"4.266",y:"3.137",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(c,"-4"),width:"16.56",x:"4.266",y:"4.259",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"})]})]})]})}));exports.CollectColorIcon=i;
1
+ "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"22",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"1"},React.createElement("path",{clipRule:"evenodd",d:"M12.542 21.416c0 .965-1.166 1.446-1.848.765l-8.876-8.872a1.083 1.083 0 0 1 0-1.533l9.955-9.958a1.083 1.083 0 0 1 1.533 0l8.873 8.875c.685.682.2 1.848-.765 1.848h-2.589a6.28 6.28 0 0 1-6.28 6.281h-.003z",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M10.694 22.18c.682.682 1.848.201 1.848-.764v-5.354a3.52 3.52 0 0 0 3.52-3.521h5.352c.966 0 1.45-1.166.765-1.848l-8.873-8.875a1.083 1.083 0 0 0-1.533 0l-9.955 9.958a1.083 1.083 0 0 0 0 1.533z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M12.545 5.137a6.28 6.28 0 0 0-6.28 6.282 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.282",fill:"#550B33"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"13.314",x2:"16.343",y1:"13.181",y2:"15.698"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"11.5",x2:"18",y1:"11",y2:"18"},React.createElement("stop",{stopColor:"#DC2A54"}),React.createElement("stop",{offset:"1",stopColor:"#D078FC"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(i,"-3"),width:"16.56",x:"4.266",y:"3.137"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(i,"-4"),width:"16.56",x:"4.266",y:"4.259"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"}))))}));exports.CollectColorIcon=a;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var i=s.forwardRef((function(i,l){var t=i.className,o=i.color,n=i.inlineBlock,a=i.size,c=s.useId();return e.jsxs(r.IconBase,{ref:l,className:t,color:o,inlineBlock:n,size:a,viewBox:"0 0 24 24",children:[e.jsxs("g",{clipPath:"url(#".concat(c,"-5)"),children:[e.jsx("mask",{height:"18",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M6.503 17.571a7.775 7.775 0 0 0 10.996 0l.002-.002.59.59c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l.592-.592Z",fill:"#FFE37D",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[e.jsx("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"url(#".concat(c,"-1)")}),e.jsx("path",{d:"M8.92 15.154a4.36 4.36 0 0 0 6.162 0l.002-.002 3.007 3.007c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l3.007-3.006z",fill:"url(#".concat(c,"-2)")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(c,"-3)"),children:e.jsx("path",{d:"M6.503 5.162A7.775 7.775 0 1 0 17.5 16.157 7.775 7.775 0 0 0 6.503 5.162",fill:"#3B093F"})}),e.jsx("g",{filter:"url(#".concat(c,"-4)"),children:e.jsx("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"#FFE37D"})})]})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"11.954",x2:"11.785",y1:"13.638",y2:"18.972",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"13.03",x2:"14.045",y1:"8.03",y2:"19.44",children:[e.jsx("stop",{offset:".01",stopColor:"#880DC2"}),e.jsx("stop",{offset:"1",stopColor:"#F229F7"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.55",id:"".concat(c,"-3"),width:"21.55",x:"1.226",y:"-.116",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.55",id:"".concat(c,"-4"),width:"19.55",x:"2.226",y:"2.299",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1"})]}),e.jsx("clipPath",{id:"".concat(c,"-5"),children:e.jsx("path",{d:"M24 0v24H0V0z",fill:"#fff"})})]})]})}));exports.CounterCompanionColorIcon=i;
1
+ "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("g",{clipPath:"url(#".concat(i,"-5)")},React.createElement("mask",{height:"18",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"2"},React.createElement("path",{clipRule:"evenodd",d:"M6.503 17.571a7.775 7.775 0 0 0 10.996 0l.002-.002.59.59c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l.592-.592Z",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M8.92 15.154a4.36 4.36 0 0 0 6.162 0l.002-.002 3.007 3.007c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l3.007-3.006z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M6.503 5.162A7.775 7.775 0 1 0 17.5 16.157 7.775 7.775 0 0 0 6.503 5.162",fill:"#3B093F"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"#FFE37D"}))))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"11.954",x2:"11.785",y1:"13.638",y2:"18.972"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"13.03",x2:"14.045",y1:"8.03",y2:"19.44"},React.createElement("stop",{offset:".01",stopColor:"#880DC2"}),React.createElement("stop",{offset:"1",stopColor:"#F229F7"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.55",id:"".concat(i,"-3"),width:"21.55",x:"1.226",y:"-.116"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.55",id:"".concat(i,"-4"),width:"19.55",x:"2.226",y:"2.299"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1"})),React.createElement("clipPath",{id:"".concat(i,"-5")},React.createElement("path",{d:"M24 0v24H0V0z",fill:"#fff"}))))}));exports.CounterCompanionColorIcon=a;