@zonos/amino 4.4.12 → 4.4.15

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 (864) hide show
  1. package/components/alert-dialog/AlertContext.js +1 -1
  2. package/components/alert-dialog/AlertDialog.d.ts +5 -5
  3. package/components/alert-dialog/AlertDialog.js +1 -1
  4. package/components/announcement-dialog/AnnouncementDialog.d.ts +8 -8
  5. package/components/announcement-dialog/AnnouncementDialog.js +1 -1
  6. package/components/avatar/AvatarBase.d.ts +4 -4
  7. package/components/avatar/AvatarBase.js +1 -1
  8. package/components/avatar/UserAvatar.d.ts +1 -1
  9. package/components/avatar/UserAvatar.js +1 -1
  10. package/components/badge/Badge.d.ts +2 -2
  11. package/components/badge/Badge.js +1 -1
  12. package/components/banner/Banner.d.ts +2 -2
  13. package/components/banner/Banner.js +1 -1
  14. package/components/button/Button.js +1 -1
  15. package/components/button/RippleGroup.js +1 -1
  16. package/components/button/_Ripple.d.ts +3 -3
  17. package/components/button/_Ripple.js +1 -1
  18. package/components/button/useRipple.d.ts +2 -2
  19. package/components/button/useRipple.js +1 -1
  20. package/components/card/Card.js +1 -1
  21. package/components/checkbox/Checkbox.d.ts +1 -1
  22. package/components/checkbox/Checkbox.js +1 -1
  23. package/components/collapse/Collapse.d.ts +7 -7
  24. package/components/collapse/Collapse.js +1 -1
  25. package/components/confirm-dialog/ConfirmContext.js +1 -1
  26. package/components/confirm-dialog/ConfirmDialog.d.ts +6 -6
  27. package/components/confirm-dialog/ConfirmDialog.js +1 -1
  28. package/components/connection-map/ConnectionMap.d.ts +2 -2
  29. package/components/connection-map/ConnectionMap.js +1 -1
  30. package/components/cover-sheet/CoverSheet.d.ts +6 -6
  31. package/components/cover-sheet/CoverSheet.js +1 -1
  32. package/components/currency/Currency.js +1 -1
  33. package/components/currency/DualCurrency.d.ts +1 -1
  34. package/components/currency/DualCurrency.js +1 -1
  35. package/components/dialog/Dialog.d.ts +8 -8
  36. package/components/dialog/Dialog.js +1 -1
  37. package/components/dialog/_BaseDialog.d.ts +4 -4
  38. package/components/dialog/_BaseDialog.js +1 -1
  39. package/components/drop-zone/DropZone.d.ts +9 -9
  40. package/components/drop-zone/DropZone.js +1 -1
  41. package/components/emoji/Emoji.js +1 -1
  42. package/components/file-upload/FileUpload.d.ts +5 -5
  43. package/components/file-upload/FileUpload.js +1 -1
  44. package/components/graph-matrix/GraphMatrix.d.ts +3 -3
  45. package/components/graph-matrix/GraphMatrix.js +1 -1
  46. package/components/help-text/HelpText.js +1 -1
  47. package/components/input/Input.d.ts +4 -4
  48. package/components/input/Input.js +1 -1
  49. package/components/input/SearchInput.d.ts +10 -10
  50. package/components/input/input-type/_DateInput.js +1 -1
  51. package/components/input/input-type/_FloatLabelInput.d.ts +33 -33
  52. package/components/input/input-type/_FloatLabelInput.js +1 -1
  53. package/components/input/input-type/_NumberInput.js +1 -1
  54. package/components/input/input-type/_PasswordInput.js +1 -1
  55. package/components/input/input-type/_TimeInput.js +1 -1
  56. package/components/layout/Layout.d.ts +5 -5
  57. package/components/layout/Layout.js +1 -1
  58. package/components/layout/NavigationGroup.d.ts +6 -6
  59. package/components/layout/NavigationGroup.js +1 -1
  60. package/components/lightbox/LightBox.d.ts +7 -7
  61. package/components/lightbox/LightBox.js +1 -1
  62. package/components/list/CollapsibleList.d.ts +2 -2
  63. package/components/list/CollapsibleList.js +1 -1
  64. package/components/list/List.d.ts +2 -2
  65. package/components/list/List.js +1 -1
  66. package/components/list-item/ListItem.d.ts +5 -5
  67. package/components/list-item/ListItem.js +1 -1
  68. package/components/mdx/mdx-anchor/MdxAnchor.d.ts +2 -2
  69. package/components/mdx/mdx-anchor/MdxAnchor.js +1 -1
  70. package/components/mdx/mdx-button/MdxButton.d.ts +1 -1
  71. package/components/mdx/mdx-button/MdxButton.js +1 -1
  72. package/components/mdx/mdx-card/MdxCard.d.ts +7 -7
  73. package/components/mdx/mdx-card/MdxCard.js +1 -1
  74. package/components/mdx/mdx-card-grid/MdxCardGrid.d.ts +2 -2
  75. package/components/mdx/mdx-card-grid/MdxCardGrid.js +1 -1
  76. package/components/mdx/mdx-code-block/MdxCodeBlock.d.ts +3 -3
  77. package/components/mdx/mdx-code-block/MdxCodeBlock.js +1 -1
  78. package/components/mdx/mdx-collapse/MdxCollapse.d.ts +3 -3
  79. package/components/mdx/mdx-collapse/MdxCollapse.js +1 -1
  80. package/components/mdx/mdx-copy-value/MdxCopyValue.js +1 -1
  81. package/components/mdx/mdx-image/MdxImage.d.ts +2 -2
  82. package/components/mdx/mdx-image/MdxImage.js +1 -1
  83. package/components/mdx/mdx-progress-checkbox/MdxProgressCheckbox.d.ts +2 -2
  84. package/components/mdx/mdx-progress-checkbox/MdxProgressCheckbox.js +1 -1
  85. package/components/mdx/mdx-related-content/MdxRelatedContent.d.ts +2 -2
  86. package/components/mdx/mdx-related-content/MdxRelatedContent.js +1 -1
  87. package/components/mdx/mdx-section/MdxSection.js +1 -1
  88. package/components/mdx/mdx-tabs/MdxTabs.js +1 -1
  89. package/components/mdx/mdx-video-guide/MdxVideoGuide.js +1 -1
  90. package/components/nested-data-table/NestedDataTable.d.ts +3 -3
  91. package/components/nested-data-table/NestedDataTable.js +1 -1
  92. package/components/nested-data-table/NestedDataTableHasura.d.ts +2 -2
  93. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  94. package/components/nested-data-table/_Filter.js +1 -1
  95. package/components/nested-data-table/_TableData.d.ts +4 -4
  96. package/components/nested-data-table/_TableData.js +1 -1
  97. package/components/ownership-block/OwnershipBlock.d.ts +1 -1
  98. package/components/ownership-block/OwnershipBlock.js +1 -1
  99. package/components/pivot-table/PivotTable.d.ts +2 -2
  100. package/components/pivot-table/PivotTable.js +1 -1
  101. package/components/profile-icon/ProfileIcon.js +1 -1
  102. package/components/radio/Radio.d.ts +3 -3
  103. package/components/radio/Radio.js +1 -1
  104. package/components/radio/RadioGroup.js +1 -1
  105. package/components/rest-state/RestState.d.ts +4 -4
  106. package/components/rest-state/RestState.js +1 -1
  107. package/components/rich-checkbox/RichCheckbox.d.ts +1 -1
  108. package/components/rich-checkbox/RichCheckbox.js +1 -1
  109. package/components/rich-radio/RichRadio.d.ts +1 -1
  110. package/components/rich-radio/RichRadio.js +1 -1
  111. package/components/rounded-icon/RoundedIcon.js +1 -1
  112. package/components/section/HSection.d.ts +8 -8
  113. package/components/section/HSection.js +1 -1
  114. package/components/section/_SectionHeader.d.ts +2 -2
  115. package/components/section/_SectionHeader.js +1 -1
  116. package/components/section/_SectionInnerWrapper.d.ts +2 -2
  117. package/components/section/_SectionInnerWrapper.js +1 -1
  118. package/components/section/_SectionSubheader.d.ts +2 -2
  119. package/components/section/_SectionSubheader.js +1 -1
  120. package/components/select/CountryMultiSelect.d.ts +3 -3
  121. package/components/select/CountryMultiSelect.js +1 -1
  122. package/components/select/CountryPhoneSelect.d.ts +1 -1
  123. package/components/select/CountryPhoneSelect.js +1 -1
  124. package/components/select/CountrySelect.d.ts +1 -1
  125. package/components/select/CountrySelect.js +1 -1
  126. package/components/select/MultiSelect.js +1 -1
  127. package/components/select/Select.d.ts +8 -8
  128. package/components/select/Select.js +1 -1
  129. package/components/select/_StyledReactSelect.d.ts +2 -2
  130. package/components/select/_StyledReactSelect.js +1 -1
  131. package/components/skeleton/Skeleton.d.ts +4 -4
  132. package/components/skeleton/Skeleton.js +1 -1
  133. package/components/slide-over/SlideOver.d.ts +5 -5
  134. package/components/slide-over/SlideOver.js +1 -1
  135. package/components/slider/Slider.d.ts +3 -3
  136. package/components/slider/Slider.js +1 -1
  137. package/components/sortable-list/SortableList.d.ts +2 -2
  138. package/components/sortable-list/SortableList.js +1 -1
  139. package/components/sortable-list/SortableListItem.d.ts +3 -3
  140. package/components/sortable-list/SortableListItem.js +1 -1
  141. package/components/spinner/Spinner.d.ts +3 -3
  142. package/components/spinner/Spinner.js +1 -1
  143. package/components/split-panel/SplitPanel.d.ts +9 -9
  144. package/components/split-panel/SplitPanel.js +1 -1
  145. package/components/stack/Stack.d.ts +2 -2
  146. package/components/stack/Stack.js +1 -1
  147. package/components/surface/Surface.d.ts +2 -2
  148. package/components/surface/Surface.js +1 -1
  149. package/components/switch/Switch.d.ts +1 -1
  150. package/components/switch/Switch.js +1 -1
  151. package/components/table/TableCell.d.ts +1 -1
  152. package/components/table/TableCell.js +1 -1
  153. package/components/table/TableRow.d.ts +2 -2
  154. package/components/table/TableRow.js +1 -1
  155. package/components/table/TableRowCollapse.d.ts +3 -3
  156. package/components/table/TableRowCollapse.js +1 -1
  157. package/components/tabs/Tabs.d.ts +9 -9
  158. package/components/tabs/Tabs.js +1 -1
  159. package/components/tag/Tag.js +1 -1
  160. package/components/text/LegacyText.d.ts +2 -2
  161. package/components/text/LegacyText.js +1 -1
  162. package/components/text/Text.d.ts +1 -1
  163. package/components/text/Text.js +1 -1
  164. package/components/text-avatar/TextAvatar.js +1 -1
  165. package/components/textarea/Textarea.js +1 -1
  166. package/components/theme-select/ThemeSelect.js +1 -1
  167. package/components/thumbnail/Thumbnail.d.ts +7 -7
  168. package/components/thumbnail/Thumbnail.js +1 -1
  169. package/components/toast/Toast.d.ts +2 -2
  170. package/components/toast/Toast.js +1 -1
  171. package/components/toast/ToastContext.js +1 -1
  172. package/components/tooltip/Tooltip.d.ts +2 -2
  173. package/components/tooltip/Tooltip.js +1 -1
  174. package/icons/ArrowDownDuotoneIcon.js +1 -1
  175. package/icons/ArrowDownIcon.js +1 -1
  176. package/icons/ArrowDownWhiteIcon.js +1 -1
  177. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  178. package/icons/ArrowLeftIcon.js +1 -1
  179. package/icons/ArrowLeftWhiteIcon.js +1 -1
  180. package/icons/ArrowRightDuotoneIcon.js +1 -1
  181. package/icons/ArrowRightIcon.js +1 -1
  182. package/icons/ArrowRightWhiteIcon.js +1 -1
  183. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  184. package/icons/ArrowSwapIcon.js +1 -1
  185. package/icons/ArrowSwapWhiteIcon.js +1 -1
  186. package/icons/ArrowUpDuotoneIcon.js +1 -1
  187. package/icons/ArrowUpIcon.js +1 -1
  188. package/icons/ArrowUpWhiteIcon.js +1 -1
  189. package/icons/BagDuotoneIcon.js +1 -1
  190. package/icons/BagIcon.js +1 -1
  191. package/icons/BagWhiteIcon.js +1 -1
  192. package/icons/BankDuotoneIcon.js +1 -1
  193. package/icons/BankIcon.js +1 -1
  194. package/icons/BankWhiteIcon.js +1 -1
  195. package/icons/BellDuotoneIcon.js +1 -1
  196. package/icons/BellIcon.js +1 -1
  197. package/icons/BellOffDuotoneIcon.js +1 -1
  198. package/icons/BellOffIcon.js +1 -1
  199. package/icons/BellOffWhiteIcon.js +1 -1
  200. package/icons/BellWhiteIcon.js +1 -1
  201. package/icons/BookDuotoneIcon.js +1 -1
  202. package/icons/BookIcon.js +1 -1
  203. package/icons/BookWhiteIcon.js +1 -1
  204. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  205. package/icons/BookmarkAddIcon.js +1 -1
  206. package/icons/BookmarkAddWhiteIcon.js +1 -1
  207. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  208. package/icons/BookmarkCheckIcon.js +1 -1
  209. package/icons/BookmarkCheckWhiteIcon.js +1 -1
  210. package/icons/BookmarkDuotoneIcon.js +1 -1
  211. package/icons/BookmarkIcon.js +1 -1
  212. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  213. package/icons/BookmarkOffIcon.js +1 -1
  214. package/icons/BookmarkOffWhiteIcon.js +1 -1
  215. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  216. package/icons/BookmarkRemoveIcon.js +1 -1
  217. package/icons/BookmarkRemoveWhiteIcon.js +1 -1
  218. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  219. package/icons/BookmarkSubtractIcon.js +1 -1
  220. package/icons/BookmarkSubtractWhiteIcon.js +1 -1
  221. package/icons/BookmarkWhiteIcon.js +1 -1
  222. package/icons/BoxesDuotoneIcon.js +1 -1
  223. package/icons/BoxesIcon.js +1 -1
  224. package/icons/BoxesWhiteIcon.js +1 -1
  225. package/icons/BufferDuotoneIcon.js +1 -1
  226. package/icons/BufferIcon.js +1 -1
  227. package/icons/BufferWhiteIcon.js +1 -1
  228. package/icons/CalculatorDuotoneIcon.js +1 -1
  229. package/icons/CalculatorIcon.js +1 -1
  230. package/icons/CalculatorWhiteIcon.js +1 -1
  231. package/icons/CalendarDuotoneIcon.js +1 -1
  232. package/icons/CalendarIcon.js +1 -1
  233. package/icons/CalendarWhiteIcon.js +1 -1
  234. package/icons/CardDuotoneIcon.js +1 -1
  235. package/icons/CardIcon.js +1 -1
  236. package/icons/CardWhiteIcon.js +1 -1
  237. package/icons/CaretDownDuotoneIcon.js +1 -1
  238. package/icons/CaretDownIcon.js +1 -1
  239. package/icons/CaretDownWhiteIcon.js +1 -1
  240. package/icons/CaretLeftDuotoneIcon.js +1 -1
  241. package/icons/CaretLeftIcon.js +1 -1
  242. package/icons/CaretLeftWhiteIcon.js +1 -1
  243. package/icons/CaretRightDuotoneIcon.js +1 -1
  244. package/icons/CaretRightIcon.js +1 -1
  245. package/icons/CaretRightWhiteIcon.js +1 -1
  246. package/icons/CaretUpDuotoneIcon.js +1 -1
  247. package/icons/CaretUpIcon.js +1 -1
  248. package/icons/CaretUpWhiteIcon.js +1 -1
  249. package/icons/CartDuotoneIcon.js +1 -1
  250. package/icons/CartIcon.js +1 -1
  251. package/icons/CartWhiteIcon.js +1 -1
  252. package/icons/ChartDuotoneIcon.js +1 -1
  253. package/icons/ChartIcon.js +1 -1
  254. package/icons/ChartWhiteIcon.js +1 -1
  255. package/icons/CheckCircleDuotoneIcon.js +1 -1
  256. package/icons/CheckCircleIcon.js +1 -1
  257. package/icons/CheckCircleWhiteIcon.js +1 -1
  258. package/icons/CheckmarkDuotoneIcon.js +1 -1
  259. package/icons/CheckmarkIcon.js +1 -1
  260. package/icons/CheckmarkWhiteIcon.js +1 -1
  261. package/icons/CheckoutDuotoneIcon.js +1 -1
  262. package/icons/CheckoutIcon.js +1 -1
  263. package/icons/CheckoutWhiteIcon.js +1 -1
  264. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  265. package/icons/ChevronDownCircleIcon.js +1 -1
  266. package/icons/ChevronDownCircleWhiteIcon.js +1 -1
  267. package/icons/ChevronDownDuotoneIcon.js +1 -1
  268. package/icons/ChevronDownIcon.js +1 -1
  269. package/icons/ChevronDownWhiteIcon.js +1 -1
  270. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  271. package/icons/ChevronLeftCircleIcon.js +1 -1
  272. package/icons/ChevronLeftCircleWhiteIcon.js +1 -1
  273. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  274. package/icons/ChevronLeftIcon.js +1 -1
  275. package/icons/ChevronLeftWhiteIcon.js +1 -1
  276. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  277. package/icons/ChevronRightCircleIcon.js +1 -1
  278. package/icons/ChevronRightCircleWhiteIcon.js +1 -1
  279. package/icons/ChevronRightDuotoneIcon.js +1 -1
  280. package/icons/ChevronRightIcon.js +1 -1
  281. package/icons/ChevronRightWhiteIcon.js +1 -1
  282. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  283. package/icons/ChevronUpCircleIcon.js +1 -1
  284. package/icons/ChevronUpCircleWhiteIcon.js +1 -1
  285. package/icons/ChevronUpDuotoneIcon.js +1 -1
  286. package/icons/ChevronUpIcon.js +1 -1
  287. package/icons/ChevronUpWhiteIcon.js +1 -1
  288. package/icons/CircleDuotoneIcon.js +1 -1
  289. package/icons/CircleIcon.js +1 -1
  290. package/icons/CircleWhiteIcon.js +1 -1
  291. package/icons/ClassifyDuotoneIcon.js +1 -1
  292. package/icons/ClassifyIcon.js +1 -1
  293. package/icons/ClassifyWhiteIcon.js +1 -1
  294. package/icons/ClearDuotoneIcon.js +1 -1
  295. package/icons/ClearIcon.js +1 -1
  296. package/icons/ClearWhiteIcon.js +1 -1
  297. package/icons/ClockDuotoneIcon.js +1 -1
  298. package/icons/ClockIcon.js +1 -1
  299. package/icons/ClockWhiteIcon.js +1 -1
  300. package/icons/CodeCircleDuotoneIcon.js +1 -1
  301. package/icons/CodeCircleIcon.js +1 -1
  302. package/icons/CodeCircleWhiteIcon.js +1 -1
  303. package/icons/CodeDuotoneIcon.js +1 -1
  304. package/icons/CodeIcon.js +1 -1
  305. package/icons/CodeWhiteIcon.js +1 -1
  306. package/icons/CoinsDuotoneIcon.js +1 -1
  307. package/icons/CoinsIcon.js +1 -1
  308. package/icons/CoinsWhiteIcon.js +1 -1
  309. package/icons/CommentDuotoneIcon.js +1 -1
  310. package/icons/CommentIcon.js +1 -1
  311. package/icons/CommentWhiteIcon.js +1 -1
  312. package/icons/CopyDuotoneIcon.js +1 -1
  313. package/icons/CopyIcon.js +1 -1
  314. package/icons/CopyWhiteIcon.js +1 -1
  315. package/icons/CubeDuotoneIcon.js +1 -1
  316. package/icons/CubeIcon.js +1 -1
  317. package/icons/CubeWhiteIcon.js +1 -1
  318. package/icons/DashboardDuotoneIcon.js +1 -1
  319. package/icons/DashboardIcon.js +1 -1
  320. package/icons/DashboardWhiteIcon.js +1 -1
  321. package/icons/DiamondDuotoneIcon.js +1 -1
  322. package/icons/DiamondIcon.js +1 -1
  323. package/icons/DiamondWhiteIcon.js +1 -1
  324. package/icons/DislikeDuotoneIcon.js +1 -1
  325. package/icons/DislikeIcon.js +1 -1
  326. package/icons/DislikeWhiteIcon.js +1 -1
  327. package/icons/DocsDuotoneIcon.js +1 -1
  328. package/icons/DocsIcon.js +1 -1
  329. package/icons/DocsWhiteIcon.js +1 -1
  330. package/icons/DollarDuotoneIcon.js +1 -1
  331. package/icons/DollarIcon.js +1 -1
  332. package/icons/DollarWhiteIcon.js +1 -1
  333. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  334. package/icons/DoubleChevronIcon.js +1 -1
  335. package/icons/DoubleChevronWhiteIcon.js +1 -1
  336. package/icons/DragDuotoneIcon.js +1 -1
  337. package/icons/DragIcon.js +1 -1
  338. package/icons/DragWhiteIcon.js +1 -1
  339. package/icons/EditDuotoneIcon.js +1 -1
  340. package/icons/EditIcon.js +1 -1
  341. package/icons/EditWhiteIcon.js +1 -1
  342. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  343. package/icons/ExclamationMarkIcon.js +1 -1
  344. package/icons/ExclamationMarkWhiteIcon.js +1 -1
  345. package/icons/ExportDuotoneIcon.js +1 -1
  346. package/icons/ExportIcon.js +1 -1
  347. package/icons/ExportWhiteIcon.js +1 -1
  348. package/icons/ExternalDuotoneIcon.js +1 -1
  349. package/icons/ExternalIcon.js +1 -1
  350. package/icons/ExternalWhiteIcon.js +1 -1
  351. package/icons/EyeDuotoneIcon.js +1 -1
  352. package/icons/EyeIcon.js +1 -1
  353. package/icons/EyeOffDuotoneIcon.js +1 -1
  354. package/icons/EyeOffIcon.js +1 -1
  355. package/icons/EyeOffWhiteIcon.js +1 -1
  356. package/icons/EyeWhiteIcon.js +1 -1
  357. package/icons/FileDuotoneIcon.js +1 -1
  358. package/icons/FileIcon.js +1 -1
  359. package/icons/FileUploadDuotoneIcon.js +1 -1
  360. package/icons/FileUploadIcon.js +1 -1
  361. package/icons/FileUploadWhiteIcon.js +1 -1
  362. package/icons/FileWhiteIcon.js +1 -1
  363. package/icons/FilterDuotoneIcon.js +1 -1
  364. package/icons/FilterIcon.js +1 -1
  365. package/icons/FilterWhiteIcon.js +1 -1
  366. package/icons/FolderListDuotoneIcon.js +1 -1
  367. package/icons/FolderListIcon.js +1 -1
  368. package/icons/FolderListWhiteIcon.js +1 -1
  369. package/icons/FolderUploadDuotoneIcon.js +1 -1
  370. package/icons/FolderUploadIcon.js +1 -1
  371. package/icons/FolderUploadWhiteIcon.js +1 -1
  372. package/icons/GridDuotoneIcon.js +1 -1
  373. package/icons/GridIcon.js +1 -1
  374. package/icons/GridWhiteIcon.js +1 -1
  375. package/icons/HelloDuotoneIcon.js +1 -1
  376. package/icons/HelloIcon.js +1 -1
  377. package/icons/HelloWhiteIcon.js +1 -1
  378. package/icons/HelpDuotoneIcon.js +1 -1
  379. package/icons/HelpIcon.js +1 -1
  380. package/icons/HelpWhiteIcon.js +1 -1
  381. package/icons/HexagonDuotoneIcon.js +1 -1
  382. package/icons/HexagonIcon.js +1 -1
  383. package/icons/HexagonWhiteIcon.js +1 -1
  384. package/icons/HomeDuotoneIcon.js +1 -1
  385. package/icons/HomeIcon.js +1 -1
  386. package/icons/HomeWhiteIcon.js +1 -1
  387. package/icons/ImageDuotoneIcon.js +1 -1
  388. package/icons/ImageIcon.js +1 -1
  389. package/icons/ImageWhiteIcon.js +1 -1
  390. package/icons/ImportDuotoneIcon.js +1 -1
  391. package/icons/ImportIcon.js +1 -1
  392. package/icons/ImportWhiteIcon.js +1 -1
  393. package/icons/InfoDuotoneIcon.js +1 -1
  394. package/icons/InfoIcon.js +1 -1
  395. package/icons/InfoWhiteIcon.js +1 -1
  396. package/icons/IntegrationDuotoneIcon.js +1 -1
  397. package/icons/IntegrationIcon.js +1 -1
  398. package/icons/IntegrationWhiteIcon.js +1 -1
  399. package/icons/LandedCostDuotoneIcon.js +1 -1
  400. package/icons/LandedCostIcon.js +1 -1
  401. package/icons/LandedCostWhiteIcon.js +1 -1
  402. package/icons/LaptopDuotoneIcon.js +1 -1
  403. package/icons/LaptopIcon.js +1 -1
  404. package/icons/LaptopWhiteIcon.js +1 -1
  405. package/icons/LightDuotoneIcon.js +1 -1
  406. package/icons/LightIcon.js +1 -1
  407. package/icons/LightWhiteIcon.js +1 -1
  408. package/icons/LikeDuotoneIcon.js +1 -1
  409. package/icons/LikeIcon.js +1 -1
  410. package/icons/LikeWhiteIcon.js +1 -1
  411. package/icons/LineDownDuotoneIcon.js +1 -1
  412. package/icons/LineDownIcon.js +1 -1
  413. package/icons/LineDownWhiteIcon.js +1 -1
  414. package/icons/LineUpDuotoneIcon.js +1 -1
  415. package/icons/LineUpIcon.js +1 -1
  416. package/icons/LineUpWhiteIcon.js +1 -1
  417. package/icons/LinkDuotoneIcon.js +1 -1
  418. package/icons/LinkIcon.js +1 -1
  419. package/icons/LinkWhiteIcon.js +1 -1
  420. package/icons/LocationDuotoneIcon.js +1 -1
  421. package/icons/LocationIcon.js +1 -1
  422. package/icons/LocationWhiteIcon.js +1 -1
  423. package/icons/LockDuotoneIcon.js +1 -1
  424. package/icons/LockIcon.js +1 -1
  425. package/icons/LockWhiteIcon.js +1 -1
  426. package/icons/LoginDuotoneIcon.js +1 -1
  427. package/icons/LoginIcon.js +1 -1
  428. package/icons/LoginWhiteIcon.js +1 -1
  429. package/icons/LogoutDuotoneIcon.js +1 -1
  430. package/icons/LogoutIcon.js +1 -1
  431. package/icons/LogoutWhiteIcon.js +1 -1
  432. package/icons/MailDuotoneIcon.js +1 -1
  433. package/icons/MailIcon.js +1 -1
  434. package/icons/MailWhiteIcon.js +1 -1
  435. package/icons/MenuDuotoneIcon.js +1 -1
  436. package/icons/MenuIcon.js +1 -1
  437. package/icons/MenuWhiteIcon.js +1 -1
  438. package/icons/MinusCircleDuotoneIcon.js +1 -1
  439. package/icons/MinusCircleIcon.js +1 -1
  440. package/icons/MinusCircleWhiteIcon.js +1 -1
  441. package/icons/MinusDuotoneIcon.js +1 -1
  442. package/icons/MinusIcon.js +1 -1
  443. package/icons/MinusWhiteIcon.js +1 -1
  444. package/icons/MobileDuotoneIcon.js +1 -1
  445. package/icons/MobileIcon.js +1 -1
  446. package/icons/MobileWhiteIcon.js +1 -1
  447. package/icons/MoneyDuotoneIcon.js +1 -1
  448. package/icons/MoneyIcon.js +1 -1
  449. package/icons/MoneyWhiteIcon.js +1 -1
  450. package/icons/MonitorDuotoneIcon.js +1 -1
  451. package/icons/MonitorIcon.js +1 -1
  452. package/icons/MonitorWhiteIcon.js +1 -1
  453. package/icons/NightDuotoneIcon.js +1 -1
  454. package/icons/NightIcon.js +1 -1
  455. package/icons/NightWhiteIcon.js +1 -1
  456. package/icons/PauseCircleDuotoneIcon.js +1 -1
  457. package/icons/PauseCircleIcon.js +1 -1
  458. package/icons/PauseCircleWhiteIcon.js +1 -1
  459. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  460. package/icons/PercentBadgeIcon.js +1 -1
  461. package/icons/PercentBadgeWhiteIcon.js +1 -1
  462. package/icons/PercentDuotoneIcon.js +1 -1
  463. package/icons/PercentIcon.js +1 -1
  464. package/icons/PercentWhiteIcon.js +1 -1
  465. package/icons/PlayCircleDuotoneIcon.js +1 -1
  466. package/icons/PlayCircleIcon.js +1 -1
  467. package/icons/PlayCircleWhiteIcon.js +1 -1
  468. package/icons/PlayDuotoneIcon.js +1 -1
  469. package/icons/PlayIcon.js +1 -1
  470. package/icons/PlayWhiteIcon.js +1 -1
  471. package/icons/PlusCircleDuotoneIcon.js +1 -1
  472. package/icons/PlusCircleIcon.js +1 -1
  473. package/icons/PlusCircleWhiteIcon.js +1 -1
  474. package/icons/PlusDuotoneIcon.js +1 -1
  475. package/icons/PlusIcon.js +1 -1
  476. package/icons/PlusWhiteIcon.js +1 -1
  477. package/icons/PrinterDuotoneIcon.js +1 -1
  478. package/icons/PrinterIcon.js +1 -1
  479. package/icons/PrinterWhiteIcon.js +1 -1
  480. package/icons/RateDuotoneIcon.js +1 -1
  481. package/icons/RateIcon.js +1 -1
  482. package/icons/RateWhiteIcon.js +1 -1
  483. package/icons/ReceiptDuotoneIcon.js +1 -1
  484. package/icons/ReceiptIcon.js +1 -1
  485. package/icons/ReceiptWhiteIcon.js +1 -1
  486. package/icons/RefreshDuotoneIcon.js +1 -1
  487. package/icons/RefreshIcon.js +1 -1
  488. package/icons/RefreshWhiteIcon.js +1 -1
  489. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  490. package/icons/RemoveCircleIcon.js +1 -1
  491. package/icons/RemoveCircleWhiteIcon.js +1 -1
  492. package/icons/RemoveDuotoneIcon.js +1 -1
  493. package/icons/RemoveIcon.js +1 -1
  494. package/icons/RemoveWhiteIcon.js +1 -1
  495. package/icons/RestrictDuotoneIcon.js +1 -1
  496. package/icons/RestrictIcon.js +1 -1
  497. package/icons/RestrictWhiteIcon.js +1 -1
  498. package/icons/RocketDuotoneIcon.js +1 -1
  499. package/icons/RocketIcon.js +1 -1
  500. package/icons/RocketWhiteIcon.js +1 -1
  501. package/icons/ScanDuotoneIcon.js +1 -1
  502. package/icons/ScanIcon.js +1 -1
  503. package/icons/ScanWhiteIcon.js +1 -1
  504. package/icons/ScreenDuotoneIcon.js +1 -1
  505. package/icons/ScreenIcon.js +1 -1
  506. package/icons/ScreenWhiteIcon.js +1 -1
  507. package/icons/SearchDuotoneIcon.js +1 -1
  508. package/icons/SearchIcon.js +1 -1
  509. package/icons/SearchWhiteIcon.js +1 -1
  510. package/icons/SendDuotoneIcon.js +1 -1
  511. package/icons/SendIcon.js +1 -1
  512. package/icons/SendWhiteIcon.js +1 -1
  513. package/icons/SettingsDuotoneIcon.js +1 -1
  514. package/icons/SettingsIcon.js +1 -1
  515. package/icons/SettingsWhiteIcon.js +1 -1
  516. package/icons/ShoppingListDuotoneIcon.js +1 -1
  517. package/icons/ShoppingListIcon.js +1 -1
  518. package/icons/ShoppingListWhiteIcon.js +1 -1
  519. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  520. package/icons/ShoppingTagIcon.js +1 -1
  521. package/icons/ShoppingTagWhiteIcon.js +1 -1
  522. package/icons/SquareDuotoneIcon.js +1 -1
  523. package/icons/SquareIcon.js +1 -1
  524. package/icons/SquareWhiteIcon.js +1 -1
  525. package/icons/StarDuotoneIcon.js +1 -1
  526. package/icons/StarIcon.js +1 -1
  527. package/icons/StarOffDuotoneIcon.js +1 -1
  528. package/icons/StarOffIcon.js +1 -1
  529. package/icons/StarOffWhiteIcon.js +1 -1
  530. package/icons/StarWhiteIcon.js +1 -1
  531. package/icons/StarsDuotoneIcon.js +1 -1
  532. package/icons/StarsIcon.js +1 -1
  533. package/icons/StarsWhiteIcon.js +1 -1
  534. package/icons/SunnyDuotoneIcon.js +1 -1
  535. package/icons/SunnyIcon.js +1 -1
  536. package/icons/SunnyWhiteIcon.js +1 -1
  537. package/icons/TagDuotoneIcon.js +1 -1
  538. package/icons/TagIcon.js +1 -1
  539. package/icons/TagWhiteIcon.js +1 -1
  540. package/icons/ThreeDotDuotoneIcon.js +1 -1
  541. package/icons/ThreeDotIcon.js +1 -1
  542. package/icons/ThreeDotWhiteIcon.js +1 -1
  543. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  544. package/icons/TotalLandedCostIcon.js +1 -1
  545. package/icons/TotalLandedCostWhiteIcon.js +1 -1
  546. package/icons/TrashCanDuotoneIcon.js +1 -1
  547. package/icons/TrashCanIcon.js +1 -1
  548. package/icons/TrashCanWhiteIcon.js +1 -1
  549. package/icons/TriangleDuotoneIcon.js +1 -1
  550. package/icons/TriangleIcon.js +1 -1
  551. package/icons/TriangleWhiteIcon.js +1 -1
  552. package/icons/TruckDuotoneIcon.js +1 -1
  553. package/icons/TruckIcon.js +1 -1
  554. package/icons/TruckWhiteIcon.js +1 -1
  555. package/icons/UserDuotoneIcon.js +1 -1
  556. package/icons/UserIcon.js +1 -1
  557. package/icons/UserWhiteIcon.js +1 -1
  558. package/icons/UtahDuotoneIcon.js +1 -1
  559. package/icons/UtahIcon.js +1 -1
  560. package/icons/UtahWhiteIcon.js +1 -1
  561. package/icons/WarningDuotoneIcon.js +1 -1
  562. package/icons/WarningIcon.js +1 -1
  563. package/icons/WarningWhiteIcon.js +1 -1
  564. package/icons/custom/AvatarIcon.js +1 -1
  565. package/icons/custom/ZonosIcon.js +1 -1
  566. package/icons/custom/ZonosLogoIcon.js +1 -1
  567. package/icons/custom/products/CheckoutIcon.js +1 -1
  568. package/icons/custom/products/ClassifyIcon.js +1 -1
  569. package/icons/custom/products/ClearIcon.js +1 -1
  570. package/icons/custom/products/DashboardIcon.js +1 -1
  571. package/icons/custom/products/HelloIcon.js +1 -1
  572. package/icons/custom/products/LandedCostIcon.js +1 -1
  573. package/icons/custom/products/RateIcon.js +1 -1
  574. package/icons/custom/products/RestrictIcon.js +1 -1
  575. package/icons/custom/products/ScreenIcon.js +1 -1
  576. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  577. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  578. package/icons/flag-icon/FlagIcon.js +1 -1
  579. package/icons/flag-icon/_FlagIconBase.d.ts +1 -1
  580. package/icons/flag-icon/_FlagIconBase.js +1 -1
  581. package/icons/flags/AD.js +1 -1
  582. package/icons/flags/AE.js +1 -1
  583. package/icons/flags/AF.js +1 -1
  584. package/icons/flags/AG.js +1 -1
  585. package/icons/flags/AI.js +1 -1
  586. package/icons/flags/AL.js +1 -1
  587. package/icons/flags/AM.js +1 -1
  588. package/icons/flags/AO.js +1 -1
  589. package/icons/flags/AR.js +1 -1
  590. package/icons/flags/AS.js +1 -1
  591. package/icons/flags/AT.js +1 -1
  592. package/icons/flags/AU.js +1 -1
  593. package/icons/flags/AW.js +1 -1
  594. package/icons/flags/AX.js +1 -1
  595. package/icons/flags/AZ.js +1 -1
  596. package/icons/flags/BA.js +1 -1
  597. package/icons/flags/BB.js +1 -1
  598. package/icons/flags/BD.js +1 -1
  599. package/icons/flags/BE.js +1 -1
  600. package/icons/flags/BF.js +1 -1
  601. package/icons/flags/BG.js +1 -1
  602. package/icons/flags/BH.js +1 -1
  603. package/icons/flags/BI.js +1 -1
  604. package/icons/flags/BJ.js +1 -1
  605. package/icons/flags/BL.js +1 -1
  606. package/icons/flags/BM.js +1 -1
  607. package/icons/flags/BN.js +1 -1
  608. package/icons/flags/BO.js +1 -1
  609. package/icons/flags/BQ.js +1 -1
  610. package/icons/flags/BR.js +1 -1
  611. package/icons/flags/BS.js +1 -1
  612. package/icons/flags/BT.js +1 -1
  613. package/icons/flags/BW.js +1 -1
  614. package/icons/flags/BY.js +1 -1
  615. package/icons/flags/BZ.js +1 -1
  616. package/icons/flags/CA.js +1 -1
  617. package/icons/flags/CD.js +1 -1
  618. package/icons/flags/CF.js +1 -1
  619. package/icons/flags/CG.js +1 -1
  620. package/icons/flags/CH.js +1 -1
  621. package/icons/flags/CI.js +1 -1
  622. package/icons/flags/CK.js +1 -1
  623. package/icons/flags/CL.js +1 -1
  624. package/icons/flags/CM.js +1 -1
  625. package/icons/flags/CN.js +1 -1
  626. package/icons/flags/CO.js +1 -1
  627. package/icons/flags/CR.js +1 -1
  628. package/icons/flags/CU.js +1 -1
  629. package/icons/flags/CV.js +1 -1
  630. package/icons/flags/CW.js +1 -1
  631. package/icons/flags/CY.js +1 -1
  632. package/icons/flags/CZ.js +1 -1
  633. package/icons/flags/DE.js +1 -1
  634. package/icons/flags/DJ.js +1 -1
  635. package/icons/flags/DK.js +1 -1
  636. package/icons/flags/DM.js +1 -1
  637. package/icons/flags/DO.js +1 -1
  638. package/icons/flags/DZ.js +1 -1
  639. package/icons/flags/Default.js +1 -1
  640. package/icons/flags/EC.js +1 -1
  641. package/icons/flags/EE.js +1 -1
  642. package/icons/flags/EG.js +1 -1
  643. package/icons/flags/EH.js +1 -1
  644. package/icons/flags/ER.js +1 -1
  645. package/icons/flags/ES.js +1 -1
  646. package/icons/flags/ET.js +1 -1
  647. package/icons/flags/FI.js +1 -1
  648. package/icons/flags/FJ.js +1 -1
  649. package/icons/flags/FK.js +1 -1
  650. package/icons/flags/FM.js +1 -1
  651. package/icons/flags/FO.js +1 -1
  652. package/icons/flags/FR.js +1 -1
  653. package/icons/flags/GA.js +1 -1
  654. package/icons/flags/GB.js +1 -1
  655. package/icons/flags/GD.js +1 -1
  656. package/icons/flags/GE.js +1 -1
  657. package/icons/flags/GF.js +1 -1
  658. package/icons/flags/GG.js +1 -1
  659. package/icons/flags/GH.js +1 -1
  660. package/icons/flags/GI.js +1 -1
  661. package/icons/flags/GL.js +1 -1
  662. package/icons/flags/GM.js +1 -1
  663. package/icons/flags/GN.js +1 -1
  664. package/icons/flags/GP.js +1 -1
  665. package/icons/flags/GQ.js +1 -1
  666. package/icons/flags/GR.js +1 -1
  667. package/icons/flags/GT.js +1 -1
  668. package/icons/flags/GU.js +1 -1
  669. package/icons/flags/GW.js +1 -1
  670. package/icons/flags/GY.js +1 -1
  671. package/icons/flags/HK.js +1 -1
  672. package/icons/flags/HM.js +1 -1
  673. package/icons/flags/HN.js +1 -1
  674. package/icons/flags/HR.js +1 -1
  675. package/icons/flags/HT.js +1 -1
  676. package/icons/flags/HU.js +1 -1
  677. package/icons/flags/IC.js +1 -1
  678. package/icons/flags/ID.js +1 -1
  679. package/icons/flags/IE.js +1 -1
  680. package/icons/flags/IL.js +1 -1
  681. package/icons/flags/IM.js +1 -1
  682. package/icons/flags/IN.js +1 -1
  683. package/icons/flags/IQ.js +1 -1
  684. package/icons/flags/IR.js +1 -1
  685. package/icons/flags/IS.js +1 -1
  686. package/icons/flags/IT.js +1 -1
  687. package/icons/flags/JE.js +1 -1
  688. package/icons/flags/JM.js +1 -1
  689. package/icons/flags/JO.js +1 -1
  690. package/icons/flags/JP.js +1 -1
  691. package/icons/flags/KE.js +1 -1
  692. package/icons/flags/KG.js +1 -1
  693. package/icons/flags/KH.js +1 -1
  694. package/icons/flags/KI.js +1 -1
  695. package/icons/flags/KM.js +1 -1
  696. package/icons/flags/KN.js +1 -1
  697. package/icons/flags/KP.js +1 -1
  698. package/icons/flags/KR.js +1 -1
  699. package/icons/flags/KW.js +1 -1
  700. package/icons/flags/KY.js +1 -1
  701. package/icons/flags/KZ.js +1 -1
  702. package/icons/flags/LA.js +1 -1
  703. package/icons/flags/LB.js +1 -1
  704. package/icons/flags/LC.js +1 -1
  705. package/icons/flags/LI.js +1 -1
  706. package/icons/flags/LK.js +1 -1
  707. package/icons/flags/LR.js +1 -1
  708. package/icons/flags/LS.js +1 -1
  709. package/icons/flags/LT.js +1 -1
  710. package/icons/flags/LU.js +1 -1
  711. package/icons/flags/LV.js +1 -1
  712. package/icons/flags/LY.js +1 -1
  713. package/icons/flags/MA.js +1 -1
  714. package/icons/flags/MC.js +1 -1
  715. package/icons/flags/MD.js +1 -1
  716. package/icons/flags/ME.js +1 -1
  717. package/icons/flags/MF.js +1 -1
  718. package/icons/flags/MG.js +1 -1
  719. package/icons/flags/MH.js +1 -1
  720. package/icons/flags/MK.js +1 -1
  721. package/icons/flags/ML.js +1 -1
  722. package/icons/flags/MM.js +1 -1
  723. package/icons/flags/MN.js +1 -1
  724. package/icons/flags/MO.js +1 -1
  725. package/icons/flags/MP.js +1 -1
  726. package/icons/flags/MQ.js +1 -1
  727. package/icons/flags/MR.js +1 -1
  728. package/icons/flags/MS.js +1 -1
  729. package/icons/flags/MT.js +1 -1
  730. package/icons/flags/MU.js +1 -1
  731. package/icons/flags/MV.js +1 -1
  732. package/icons/flags/MW.js +1 -1
  733. package/icons/flags/MX.js +1 -1
  734. package/icons/flags/MY.js +1 -1
  735. package/icons/flags/MZ.js +1 -1
  736. package/icons/flags/NA.js +1 -1
  737. package/icons/flags/NC.js +1 -1
  738. package/icons/flags/NE.js +1 -1
  739. package/icons/flags/NF.js +1 -1
  740. package/icons/flags/NG.js +1 -1
  741. package/icons/flags/NI.js +1 -1
  742. package/icons/flags/NL.js +1 -1
  743. package/icons/flags/NO.js +1 -1
  744. package/icons/flags/NP.js +1 -1
  745. package/icons/flags/NR.js +1 -1
  746. package/icons/flags/NU.js +1 -1
  747. package/icons/flags/NZ.js +1 -1
  748. package/icons/flags/OM.js +1 -1
  749. package/icons/flags/PA.js +1 -1
  750. package/icons/flags/PE.js +1 -1
  751. package/icons/flags/PF.js +1 -1
  752. package/icons/flags/PG.js +1 -1
  753. package/icons/flags/PH.js +1 -1
  754. package/icons/flags/PK.js +1 -1
  755. package/icons/flags/PL.js +1 -1
  756. package/icons/flags/PM.js +1 -1
  757. package/icons/flags/PN.js +1 -1
  758. package/icons/flags/PR.js +1 -1
  759. package/icons/flags/PS.js +1 -1
  760. package/icons/flags/PT.js +1 -1
  761. package/icons/flags/PW.js +1 -1
  762. package/icons/flags/PY.js +1 -1
  763. package/icons/flags/QA.js +1 -1
  764. package/icons/flags/RE.js +1 -1
  765. package/icons/flags/RO.js +1 -1
  766. package/icons/flags/RS.js +1 -1
  767. package/icons/flags/RU.js +1 -1
  768. package/icons/flags/RW.js +1 -1
  769. package/icons/flags/SA.js +1 -1
  770. package/icons/flags/SB.js +1 -1
  771. package/icons/flags/SC.js +1 -1
  772. package/icons/flags/SD.js +1 -1
  773. package/icons/flags/SE.js +1 -1
  774. package/icons/flags/SG.js +1 -1
  775. package/icons/flags/SH.js +1 -1
  776. package/icons/flags/SI.js +1 -1
  777. package/icons/flags/SJ.js +1 -1
  778. package/icons/flags/SK.js +1 -1
  779. package/icons/flags/SL.js +1 -1
  780. package/icons/flags/SM.js +1 -1
  781. package/icons/flags/SN.js +1 -1
  782. package/icons/flags/SO.js +1 -1
  783. package/icons/flags/SR.js +1 -1
  784. package/icons/flags/SS.js +1 -1
  785. package/icons/flags/ST.js +1 -1
  786. package/icons/flags/SV.js +1 -1
  787. package/icons/flags/SX.js +1 -1
  788. package/icons/flags/SY.js +1 -1
  789. package/icons/flags/SZ.js +1 -1
  790. package/icons/flags/TC.js +1 -1
  791. package/icons/flags/TD.js +1 -1
  792. package/icons/flags/TF.js +1 -1
  793. package/icons/flags/TG.js +1 -1
  794. package/icons/flags/TH.js +1 -1
  795. package/icons/flags/TJ.js +1 -1
  796. package/icons/flags/TK.js +1 -1
  797. package/icons/flags/TL.js +1 -1
  798. package/icons/flags/TM.js +1 -1
  799. package/icons/flags/TN.js +1 -1
  800. package/icons/flags/TO.js +1 -1
  801. package/icons/flags/TR.js +1 -1
  802. package/icons/flags/TT.js +1 -1
  803. package/icons/flags/TV.js +1 -1
  804. package/icons/flags/TW.js +1 -1
  805. package/icons/flags/TZ.js +1 -1
  806. package/icons/flags/UA.js +1 -1
  807. package/icons/flags/UG.js +1 -1
  808. package/icons/flags/UM.js +1 -1
  809. package/icons/flags/US.js +1 -1
  810. package/icons/flags/UY.js +1 -1
  811. package/icons/flags/UZ.js +1 -1
  812. package/icons/flags/VA.js +1 -1
  813. package/icons/flags/VC.js +1 -1
  814. package/icons/flags/VE.js +1 -1
  815. package/icons/flags/VG.js +1 -1
  816. package/icons/flags/VI.js +1 -1
  817. package/icons/flags/VN.js +1 -1
  818. package/icons/flags/VU.js +1 -1
  819. package/icons/flags/WF.js +1 -1
  820. package/icons/flags/WS.js +1 -1
  821. package/icons/flags/YE.js +1 -1
  822. package/icons/flags/YT.js +1 -1
  823. package/icons/flags/ZA.js +1 -1
  824. package/icons/flags/ZM.js +1 -1
  825. package/icons/flags/ZW.js +1 -1
  826. package/icons/icon-base/_IconBase.js +1 -1
  827. package/icons/icon-base/_ThemeIconBase.d.ts +1 -1
  828. package/icons/icon-base/_ThemeIconBase.js +1 -1
  829. package/package.json +1 -1
  830. package/styles/devices.d.ts +6 -6
  831. package/styles/devices.js +1 -1
  832. package/types/AlertDialogOpts.d.ts +2 -2
  833. package/types/ConfirmDialogOpts.d.ts +3 -3
  834. package/types/ICountry.d.ts +1 -1
  835. package/types/IGeoJsonWorld.d.ts +4 -4
  836. package/types/IconProps.d.ts +2 -2
  837. package/utils/_extractQueryParams.d.ts +2 -2
  838. package/utils/_extractQueryParams.js +1 -1
  839. package/utils/_graphiqlFetcher.d.ts +3 -3
  840. package/utils/_graphiqlFetcher.js +1 -1
  841. package/utils/flattenRow.d.ts +2 -2
  842. package/utils/flattenRow.js +1 -1
  843. package/utils/getFuzzySearch.d.ts +2 -2
  844. package/utils/getFuzzySearch.js +1 -1
  845. package/utils/getIsInternalLink.d.ts +3 -3
  846. package/utils/getIsInternalLink.js +1 -1
  847. package/utils/getProductDetails.d.ts +1 -1
  848. package/utils/getProductDetails.js +1 -1
  849. package/utils/handleFetch.js +1 -1
  850. package/utils/hooks/_useGraphiqlExplorer.d.ts +8 -8
  851. package/utils/hooks/_useGraphiqlExplorer.js +1 -1
  852. package/utils/hooks/_useGraphiqlFetcher.d.ts +5 -5
  853. package/utils/hooks/_useGraphiqlFetcher.js +1 -1
  854. package/utils/hooks/_useGraphiqlStorage.js +1 -1
  855. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +3 -3
  856. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  857. package/utils/hooks/useDropdown.js +1 -1
  858. package/utils/hooks/useStorage.js +1 -1
  859. package/utils/hooks/useSwrt.js +1 -1
  860. package/utils/prepCountryOptions.d.ts +1 -1
  861. package/utils/storage.d.ts +4 -4
  862. package/utils/storage.js +1 -1
  863. package/utils/useCopyText.d.ts +2 -2
  864. package/utils/useCopyText.js +1 -1
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-fe391a2e.js"),n=require("react/jsx-runtime"),t=require("../../icons/custom/theme/ThemeDarkIcon.js"),i=require("../../icons/custom/theme/ThemeLightIcon.js"),r=require("../../icons/NightIcon.js"),s=require("../../icons/SunnyIcon.js"),o=require("../../styles/constants/theme.js"),a=require("../../utils/hooks/useAminoTheme.js"),c=require("styled-components"),l=require("../card/Card.js"),u=require("../select/Select.js"),d=require("../stack/HStack.js"),h=require("../text/Text.js");function m(e){return e&&e.__esModule?e:{default:e}}require("react"),require("../../icons/flag-icon/useStableUniqueId.js"),require("uuid"),require("../../icons/icon-base/_ThemeIconBase.js"),require("../../icons/icon-base/_IconBase.js"),require("../../utils/hooks/useStorage.js"),require("../../utils/storage.js"),require("swr"),require("../../utils/hooks/useSwr.js"),require("../stack/Stack.js"),require("../help-text/HelpText.js"),require("../select/_StyledReactSelect.js"),require("react-select"),require("../checkbox/Checkbox.js"),require("framer-motion"),require("../../icons/CheckmarkIcon.js"),require("../../utils/getTestId.js"),require("../../icons/CheckCircleIcon.js"),require("../../icons/DoubleChevronIcon.js"),require("../../icons/RemoveCircleIcon.js"),require("../../icons/RemoveIcon.js");var p,x,g,b,j,k,f,y=m(c),q=y.default.button(p||(p=e.__makeTemplateObject(["\n border: ",";\n color: ",";\n border-radius: ",";\n\n &:not([disabled]) {\n &:active,\n &:focus {\n outline: none;\n }\n }\n"],["\n border: ",";\n color: ",";\n border-radius: ",";\n\n &:not([disabled]) {\n &:active,\n &:focus {\n outline: none;\n }\n }\n"])),(function(e){return"2px solid ".concat(e.isActive?o.theme.blue400:"transparent")}),(function(e){return e.isActive?o.theme.primary:o.theme.textColor}),o.theme.radius8),_=y.default(l.Card)(x||(x=e.__makeTemplateObject(["\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: ",";\n\n svg {\n height: 64px;\n width: 110px;\n box-shadow: ",";\n margin-bottom: ",";\n }\n"],["\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: ",";\n\n svg {\n height: 64px;\n width: 110px;\n box-shadow: ",";\n margin-bottom: ",";\n }\n"])),o.theme.gray0,o.theme.space16,o.theme.v3ShadowLarge,o.theme.space16),v=y.default.div(g||(g=e.__makeTemplateObject(["\n background: ",";\n height: 28px;\n width: 28px;\n border-radius: 50%;\n transition: ",";\n position: absolute;\n top: 2px;\n left: ",";\n"],["\n background: ",";\n height: 28px;\n width: 28px;\n border-radius: 50%;\n transition: ",";\n position: absolute;\n top: 2px;\n left: ",";\n"])),o.theme.primary,o.theme.transition,(function(e){return e.checked?"calc(100% - 30px)":"2px"})),w=y.default(s.SunnyIcon)(b||(b=e.__makeTemplateObject(["\n position: absolute;\n top: 6px;\n right: 5.8px;\n color: ",";\n"],["\n position: absolute;\n top: 6px;\n right: 5.8px;\n color: ",";\n"])),(function(e){return e.isActive?o.theme.gray0:o.theme.gray1200})),T=y.default(r.NightIcon)(j||(j=e.__makeTemplateObject(["\n position: absolute;\n top: 6px;\n left: 6px;\n color: ",";\n"],["\n position: absolute;\n top: 6px;\n left: 6px;\n color: ",";\n"])),(function(e){return e.isActive?o.theme.gray0:o.theme.gray1200})),I=y.default.div(k||(k=e.__makeTemplateObject(["\n margin-right: ",";\n width: 62px;\n height: 32px;\n min-width: 24px;\n min-height: 16px;\n line-height: 16px;\n border-radius: 20px;\n background: ",";\n box-shadow: ",";\n display: block;\n user-select: none;\n position: relative;\n"],["\n margin-right: ",";\n width: 62px;\n height: 32px;\n min-width: 24px;\n min-height: 16px;\n line-height: 16px;\n border-radius: 20px;\n background: ",";\n box-shadow: ",";\n display: block;\n user-select: none;\n position: relative;\n"])),o.theme.space16,o.theme.gray50,o.theme.v3ShadowInset),S=y.default.label(f||(f=e.__makeTemplateObject(["\n display: flex;\n flex-direction: row;\n cursor: pointer;\n\n &.disabled {\n "," {\n background: ",";\n }\n cursor: not-allowed;\n }\n"],["\n display: flex;\n flex-direction: row;\n cursor: pointer;\n\n &.disabled {\n "," {\n background: ",";\n }\n cursor: not-allowed;\n }\n"])),I,(function(e){return e.checked?o.theme.gray300:""})),C=[{label:"Light",value:"day"},{label:"Dark",value:"night"}];exports.ThemeSelect=function(o){var c=o.className,l=o.disabled,m=void 0!==l&&l,p=o.type,x=void 0===p?"select":p,g=a.useAminoTheme(),b=g.aminoTheme,j=g.setAminoTheme,k="day"===b;return n.jsxs(n.Fragment,{children:["cards"===x&&n.jsxs(d.HStack,e.__assign({className:c},{children:[n.jsx(q,e.__assign({onClick:function(){return j("day")},type:"button","data-theme":"day",isActive:"day"===b},{children:n.jsxs(_,{children:[n.jsx(i.ThemeLightIcon,{}),n.jsx(h.Text,e.__assign({type:"bold-label"},{children:"Light"}))]})})),n.jsx(q,e.__assign({onClick:function(){return j("night")},type:"button","data-theme":"night",isActive:"night"===b},{children:n.jsxs(_,{children:[n.jsx(t.ThemeDarkIcon,{}),n.jsx(h.Text,e.__assign({type:"bold-label"},{children:"Dark"}))]})}))]})),"select"===x&&n.jsx(u.Select,{className:c,value:C.filter((function(e){return e.value===b})),options:C,icon:function(){switch(b){case"day":default:return n.jsx(s.SunnyIcon,{});case"night":return n.jsx(r.NightIcon,{})}}(),onChange:function(e){return j((null==e?void 0:e.value)||"day")},isDisabled:m,isClearable:!1}),"toggle"===x&&n.jsx(S,e.__assign({className:"".concat(c," ").concat(m?"disabled":""),checked:k,onClick:function(){return!m&&j("day"===b?"night":"day")}},{children:n.jsxs(I,e.__assign({checked:k},{children:[n.jsx(v,{checked:k,id:"amino-theme-switch"}),n.jsx(w,{size:20,isActive:"day"===b}),n.jsx(T,{size:20,isActive:"night"===b})]}))}))]})};
1
+ "use strict";var e=require("../../_tslib-fe391a2e.js"),n=require("react/jsx-runtime"),t=require("../../icons/custom/theme/ThemeDarkIcon.js"),i=require("../../icons/custom/theme/ThemeLightIcon.js"),r=require("../../icons/NightIcon.js"),s=require("../../icons/SunnyIcon.js"),o=require("../../styles/constants/theme.js"),a=require("../../utils/hooks/useAminoTheme.js"),c=require("styled-components"),l=require("../card/Card.js"),u=require("../select/Select.js"),d=require("../stack/HStack.js"),h=require("../text/Text.js");function m(e){return e&&e.__esModule?e:{default:e}}require("react"),require("../../icons/flag-icon/useStableUniqueId.js"),require("uuid"),require("../../icons/icon-base/_ThemeIconBase.js"),require("../../icons/icon-base/_IconBase.js"),require("../../utils/hooks/useStorage.js"),require("../../utils/storage.js"),require("swr"),require("../../utils/hooks/useSwr.js"),require("../stack/Stack.js"),require("../help-text/HelpText.js"),require("../select/_StyledReactSelect.js"),require("react-select"),require("../checkbox/Checkbox.js"),require("framer-motion"),require("../../icons/CheckmarkIcon.js"),require("../../utils/getTestId.js"),require("../../icons/CheckCircleIcon.js"),require("../../icons/DoubleChevronIcon.js"),require("../../icons/RemoveCircleIcon.js"),require("../../icons/RemoveIcon.js");var p,x,g,b,j,k,f,y=m(c),q=y.default.button(p||(p=e.__makeTemplateObject(["\n border: ",";\n color: ",";\n border-radius: ",";\n\n &:not([disabled]) {\n &:active,\n &:focus {\n outline: none;\n }\n }\n"],["\n border: ",";\n color: ",";\n border-radius: ",";\n\n &:not([disabled]) {\n &:active,\n &:focus {\n outline: none;\n }\n }\n"])),(function(e){return"2px solid ".concat(e.isActive?o.theme.blue400:"transparent")}),(function(e){return e.isActive?o.theme.primary:o.theme.textColor}),o.theme.radius8),_=y.default(l.Card)(x||(x=e.__makeTemplateObject(["\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: ",";\n\n svg {\n height: 64px;\n width: 110px;\n box-shadow: ",";\n margin-bottom: ",";\n }\n"],["\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: ",";\n\n svg {\n height: 64px;\n width: 110px;\n box-shadow: ",";\n margin-bottom: ",";\n }\n"])),o.theme.gray0,o.theme.space16,o.theme.v3ShadowLarge,o.theme.space16),v=y.default.div(g||(g=e.__makeTemplateObject(["\n background: ",";\n height: 28px;\n width: 28px;\n border-radius: 50%;\n transition: ",";\n position: absolute;\n top: 2px;\n left: ",";\n"],["\n background: ",";\n height: 28px;\n width: 28px;\n border-radius: 50%;\n transition: ",";\n position: absolute;\n top: 2px;\n left: ",";\n"])),o.theme.primary,o.theme.transition,(function(e){return e.checked?"calc(100% - 30px)":"2px"})),w=y.default(s.SunnyIcon)(b||(b=e.__makeTemplateObject(["\n position: absolute;\n top: 6px;\n right: 5.8px;\n color: ",";\n"],["\n position: absolute;\n top: 6px;\n right: 5.8px;\n color: ",";\n"])),(function(e){return e.isActive?o.theme.gray0:o.theme.gray1200})),T=y.default(r.NightIcon)(j||(j=e.__makeTemplateObject(["\n position: absolute;\n top: 6px;\n left: 6px;\n color: ",";\n"],["\n position: absolute;\n top: 6px;\n left: 6px;\n color: ",";\n"])),(function(e){return e.isActive?o.theme.gray0:o.theme.gray1200})),I=y.default.div(k||(k=e.__makeTemplateObject(["\n margin-right: ",";\n width: 62px;\n height: 32px;\n min-width: 24px;\n min-height: 16px;\n line-height: 16px;\n border-radius: 20px;\n background: ",";\n box-shadow: ",";\n display: block;\n user-select: none;\n position: relative;\n"],["\n margin-right: ",";\n width: 62px;\n height: 32px;\n min-width: 24px;\n min-height: 16px;\n line-height: 16px;\n border-radius: 20px;\n background: ",";\n box-shadow: ",";\n display: block;\n user-select: none;\n position: relative;\n"])),o.theme.space16,o.theme.gray50,o.theme.v3ShadowInset),S=y.default.label(f||(f=e.__makeTemplateObject(["\n display: flex;\n flex-direction: row;\n cursor: pointer;\n\n &.disabled {\n "," {\n background: ",";\n }\n cursor: not-allowed;\n }\n"],["\n display: flex;\n flex-direction: row;\n cursor: pointer;\n\n &.disabled {\n "," {\n background: ",";\n }\n cursor: not-allowed;\n }\n"])),I,(function(e){return e.checked?o.theme.gray300:""})),C=[{label:"Light",value:"day"},{label:"Dark",value:"night"}];exports.ThemeSelect=function(o){var c=o.className,l=o.disabled,m=void 0!==l&&l,p=o.type,x=void 0===p?"select":p,g=a.useAminoTheme(),b=g.aminoTheme,j=g.setAminoTheme,k="day"===b;return n.jsxs(n.Fragment,{children:["cards"===x&&n.jsxs(d.HStack,e.__assign({className:c},{children:[n.jsx(q,e.__assign({"data-theme":"day",isActive:"day"===b,onClick:function(){return j("day")},type:"button"},{children:n.jsxs(_,{children:[n.jsx(i.ThemeLightIcon,{}),n.jsx(h.Text,e.__assign({type:"bold-label"},{children:"Light"}))]})})),n.jsx(q,e.__assign({"data-theme":"night",isActive:"night"===b,onClick:function(){return j("night")},type:"button"},{children:n.jsxs(_,{children:[n.jsx(t.ThemeDarkIcon,{}),n.jsx(h.Text,e.__assign({type:"bold-label"},{children:"Dark"}))]})}))]})),"select"===x&&n.jsx(u.Select,{className:c,icon:function(){switch(b){case"day":default:return n.jsx(s.SunnyIcon,{});case"night":return n.jsx(r.NightIcon,{})}}(),isClearable:!1,isDisabled:m,onChange:function(e){return j((null==e?void 0:e.value)||"day")},options:C,value:C.filter((function(e){return e.value===b}))}),"toggle"===x&&n.jsx(S,e.__assign({checked:k,className:"".concat(c," ").concat(m?"disabled":""),onClick:function(){return!m&&j("day"===b?"night":"day")}},{children:n.jsxs(I,e.__assign({checked:k},{children:[n.jsx(v,{checked:k,id:"amino-theme-switch"}),n.jsx(w,{isActive:"day"===b,size:20}),n.jsx(T,{isActive:"night"===b,size:20})]}))}))]})};
@@ -7,15 +7,15 @@ declare const thumbnailShapes: {
7
7
  readonly square: "0px";
8
8
  };
9
9
  export type ThumbnailProps = {
10
- /** @default 32 */
11
- size?: ImageSize;
12
- /** @default 'round' */
13
- shape?: keyof typeof thumbnailShapes;
14
- /** @default 'gray' */
15
- color?: ColorPrefix;
16
10
  /** @default false */
17
11
  bordered?: boolean;
12
+ /** @default 'gray' */
13
+ color?: ColorPrefix;
18
14
  icon: ReactNode;
15
+ /** @default 'round' */
16
+ shape?: keyof typeof thumbnailShapes;
17
+ /** @default 32 */
18
+ size?: ImageSize;
19
19
  };
20
- export declare const Thumbnail: ({ icon, bordered, size, color, shape, }: ThumbnailProps) => JSX.Element;
20
+ export declare const Thumbnail: ({ bordered, color, icon, shape, size, }: ThumbnailProps) => JSX.Element;
21
21
  export {};
@@ -1 +1 @@
1
- "use strict";var n=require("../../_tslib-fe391a2e.js"),e=require("react/jsx-runtime"),r=require("../../styles/constants/theme.js"),t=require("styled-components");function o(n){return n&&n.__esModule?n:{default:n}}var i,c={round:"50%",rounded:"20%",square:"0px"},s=o(t).default.div(i||(i=n.__makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n width: ",";\n height: ",";\n border-radius: ",";\n border: ",";\n box-sizing: content-box;\n background-color: ",";\n\n svg {\n color: ",";\n\n width: 50%;\n height: 50%;\n\n path[data-is-secondary-color] {\n fill: ",";\n }\n }\n"],["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n width: ",";\n height: ",";\n border-radius: ",";\n border: ",";\n box-sizing: content-box;\n background-color: ",";\n\n svg {\n color: ",";\n\n width: 50%;\n height: 50%;\n\n path[data-is-secondary-color] {\n fill: ",";\n }\n }\n"])),(function(n){return"".concat(n.size,"px")}),(function(n){return"".concat(n.size,"px")}),(function(n){return c[n.shape]}),(function(n){return n.bordered?"".concat(n.size/16,"px solid ").concat(r.theme.gray0):void 0}),(function(n){return r.theme["".concat(n.color,"100")]}),(function(n){return r.theme["".concat(n.color,"800")]}),(function(n){return r.theme["".concat(n.color,"300")]}));exports.Thumbnail=function(r){var t=r.icon,o=r.bordered,i=void 0!==o&&o,c=r.size,a=void 0===c?32:c,d=r.color,u=void 0===d?"gray":d,l=r.shape,h=void 0===l?"round":l;return e.jsx(s,n.__assign({shape:h,color:u,size:a,bordered:i},{children:t}))};
1
+ "use strict";var n=require("../../_tslib-fe391a2e.js"),e=require("react/jsx-runtime"),r=require("../../styles/constants/theme.js"),t=require("styled-components");function o(n){return n&&n.__esModule?n:{default:n}}var i,c={round:"50%",rounded:"20%",square:"0px"},s=o(t).default.div(i||(i=n.__makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n width: ",";\n height: ",";\n border-radius: ",";\n border: ",";\n box-sizing: content-box;\n background-color: ",";\n\n svg {\n color: ",";\n\n width: 50%;\n height: 50%;\n\n path[data-is-secondary-color] {\n fill: ",";\n }\n }\n"],["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n width: ",";\n height: ",";\n border-radius: ",";\n border: ",";\n box-sizing: content-box;\n background-color: ",";\n\n svg {\n color: ",";\n\n width: 50%;\n height: 50%;\n\n path[data-is-secondary-color] {\n fill: ",";\n }\n }\n"])),(function(n){return"".concat(n.size,"px")}),(function(n){return"".concat(n.size,"px")}),(function(n){return c[n.shape]}),(function(n){return n.bordered?"".concat(n.size/16,"px solid ").concat(r.theme.gray0):void 0}),(function(n){return r.theme["".concat(n.color,"100")]}),(function(n){return r.theme["".concat(n.color,"800")]}),(function(n){return r.theme["".concat(n.color,"300")]}));exports.Thumbnail=function(r){var t=r.bordered,o=void 0!==t&&t,i=r.color,c=void 0===i?"gray":i,a=r.icon,d=r.shape,u=void 0===d?"round":d,l=r.size,h=void 0===l?32:l;return e.jsx(s,n.__assign({bordered:o,color:c,shape:u,size:h},{children:a}))};
@@ -2,9 +2,9 @@ import type { ReactNode } from 'react';
2
2
  import type { Intent } from "../../types";
3
3
  export type ToastProps = {
4
4
  children: ReactNode;
5
- toastKey: string;
6
- intent?: Extract<Intent, 'success' | 'warning' | 'error' | 'info'>;
7
5
  /** Dismiss delay (default 6000 ms) */
8
6
  duration?: number;
7
+ intent?: Extract<Intent, 'success' | 'warning' | 'error' | 'info'>;
8
+ toastKey: string;
9
9
  };
10
10
  export declare const Toast: ({ children, intent, toastKey }: ToastProps) => JSX.Element;
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-fe391a2e.js"),n=require("react/jsx-runtime"),o=require("framer-motion"),r=require("../../icons/CheckCircleDuotoneIcon.js"),a=require("../../icons/InfoDuotoneIcon.js"),t=require("../../icons/RemoveCircleDuotoneIcon.js"),c=require("../../icons/WarningDuotoneIcon.js"),s=require("../../styles/constants/theme.js"),l=require("styled-components");function i(e){return e&&e.__esModule?e:{default:e}}require("react"),require("../../icons/icon-base/_IconBase.js");var u,d,g,m,h,b=i(l),_=b.default(o.motion.div)(u||(u=e.__makeTemplateObject(["\n background: ",";\n z-index: 999999;\n border-radius: ",";\n color: ",";\n box-shadow: ",";\n padding: "," ",";\n display: flex;\n align-items: center;\n gap: ",";\n font-weight: 500;\n user-select: none;\n\n & + & {\n margin-top: ",";\n }\n"],["\n background: ",";\n z-index: 999999;\n border-radius: ",";\n color: ",";\n box-shadow: ",";\n padding: "," ",";\n display: flex;\n align-items: center;\n gap: ",";\n font-weight: 500;\n user-select: none;\n\n & + & {\n margin-top: ",";\n }\n"])),s.theme.gray100,s.theme.radius8,s.theme.gray1000,s.theme.v3ShadowLarge,s.theme.space16,s.theme.space24,s.theme.space8,s.theme.space24),j=b.default(_)(d||(d=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.green100,s.theme.green800),y=b.default(_)(g||(g=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.red100,s.theme.red800),p=b.default(_)(m||(m=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.orange100,s.theme.orange800),x=b.default(_)(h||(h=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.blue100,s.theme.blue800);exports.Toast=function(o){var s=o.children,l=o.intent,i={key:o.toastKey,initial:{opacity:0,translateX:10},animate:{opacity:1,translateX:0},exit:{opacity:0}};switch(l){case"success":return n.jsxs(j,e.__assign({layout:!0},i,{children:[n.jsx(r.CheckCircleDuotoneIcon,{color:"green900",secondaryColor:"green400"}),s]}));case"error":return n.jsxs(y,e.__assign({layout:!0},i,{children:[n.jsx(t.RemoveCircleDuotoneIcon,{color:"red900",secondaryColor:"red400"}),s]}));case"warning":return n.jsxs(p,e.__assign({layout:!0},i,{children:[n.jsx(c.WarningDuotoneIcon,{color:"orange900",secondaryColor:"orange400"}),s]}));case"info":return n.jsxs(x,e.__assign({layout:!0},i,{children:[n.jsx(a.InfoDuotoneIcon,{color:"blue900",secondaryColor:"blue400"}),s]}));default:return n.jsxs(_,e.__assign({layout:!0},i,{children:[n.jsx(a.InfoDuotoneIcon,{color:"gray900",secondaryColor:"gray400"}),s]}))}};
1
+ "use strict";var e=require("../../_tslib-fe391a2e.js"),n=require("react/jsx-runtime"),o=require("framer-motion"),r=require("../../icons/CheckCircleDuotoneIcon.js"),a=require("../../icons/InfoDuotoneIcon.js"),t=require("../../icons/RemoveCircleDuotoneIcon.js"),c=require("../../icons/WarningDuotoneIcon.js"),s=require("../../styles/constants/theme.js"),l=require("styled-components");function i(e){return e&&e.__esModule?e:{default:e}}require("react"),require("../../icons/icon-base/_IconBase.js");var u,d,g,m,h,b=i(l),_=b.default(o.motion.div)(u||(u=e.__makeTemplateObject(["\n background: ",";\n z-index: 999999;\n border-radius: ",";\n color: ",";\n box-shadow: ",";\n padding: "," ",";\n display: flex;\n align-items: center;\n gap: ",";\n font-weight: 500;\n user-select: none;\n\n & + & {\n margin-top: ",";\n }\n"],["\n background: ",";\n z-index: 999999;\n border-radius: ",";\n color: ",";\n box-shadow: ",";\n padding: "," ",";\n display: flex;\n align-items: center;\n gap: ",";\n font-weight: 500;\n user-select: none;\n\n & + & {\n margin-top: ",";\n }\n"])),s.theme.gray100,s.theme.radius8,s.theme.gray1000,s.theme.v3ShadowLarge,s.theme.space16,s.theme.space24,s.theme.space8,s.theme.space24),j=b.default(_)(d||(d=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.green100,s.theme.green800),y=b.default(_)(g||(g=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.red100,s.theme.red800),p=b.default(_)(m||(m=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.orange100,s.theme.orange800),x=b.default(_)(h||(h=e.__makeTemplateObject(["\n background-color: ",";\n color: ",";\n"],["\n background-color: ",";\n color: ",";\n"])),s.theme.blue100,s.theme.blue800);exports.Toast=function(o){var s=o.children,l=o.intent,i={animate:{opacity:1,translateX:0},exit:{opacity:0},initial:{opacity:0,translateX:10},key:o.toastKey};switch(l){case"success":return n.jsxs(j,e.__assign({layout:!0},i,{children:[n.jsx(r.CheckCircleDuotoneIcon,{color:"green900",secondaryColor:"green400"}),s]}));case"error":return n.jsxs(y,e.__assign({layout:!0},i,{children:[n.jsx(t.RemoveCircleDuotoneIcon,{color:"red900",secondaryColor:"red400"}),s]}));case"warning":return n.jsxs(p,e.__assign({layout:!0},i,{children:[n.jsx(c.WarningDuotoneIcon,{color:"orange900",secondaryColor:"orange400"}),s]}));case"info":return n.jsxs(x,e.__assign({layout:!0},i,{children:[n.jsx(a.InfoDuotoneIcon,{color:"blue900",secondaryColor:"blue400"}),s]}));default:return n.jsxs(_,e.__assign({layout:!0},i,{children:[n.jsx(a.InfoDuotoneIcon,{color:"gray900",secondaryColor:"gray400"}),s]}))}};
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),n=require("react"),t=require("framer-motion"),s=require("uuid"),i=require("./Toast.js");require("../../icons/CheckCircleDuotoneIcon.js"),require("../../icons/icon-base/_IconBase.js"),require("../../styles/constants/theme.js"),require("../../icons/InfoDuotoneIcon.js"),require("../../icons/RemoveCircleDuotoneIcon.js"),require("../../icons/WarningDuotoneIcon.js"),require("styled-components");var o=n.createContext((function(e,r){}));exports.ToastContext=o,exports.ToastContextProvider=function(a){var c=a.children,u=e.__read(n.useState([]),2),d=u[0],l=u[1],_=n.useCallback((function(r,n){l((function(t){return e.__spreadArray(e.__spreadArray([],e.__read(t),!1),[{toast:r,props:n,uuid:s.v4()}],!1)})),setTimeout((function(){return l((function(e){return e.slice(1)}))}),(null==n?void 0:n.duration)||6e3)}),[l]);return r.jsx(t.AnimatePresence,{children:r.jsxs(o.Provider,e.__assign({value:_},{children:[c,r.jsx("div",e.__assign({className:"toast-container"},{children:r.jsx("div",e.__assign({className:"toasts-wrapper"},{children:r.jsx(t.AnimatePresence,{children:d.map((function(n){var t=n.toast,s=n.props,o=n.uuid,a="toast-".concat(t,"-").concat(o);return r.jsx(i.Toast,e.__assign({toastKey:a,intent:null==s?void 0:s.intent},{children:t}),a)}))})}))}))]}))})};
1
+ "use strict";var e=require("../../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),n=require("react"),t=require("framer-motion"),s=require("uuid"),i=require("./Toast.js");require("../../icons/CheckCircleDuotoneIcon.js"),require("../../icons/icon-base/_IconBase.js"),require("../../styles/constants/theme.js"),require("../../icons/InfoDuotoneIcon.js"),require("../../icons/RemoveCircleDuotoneIcon.js"),require("../../icons/WarningDuotoneIcon.js"),require("styled-components");var o=n.createContext((function(e,r){}));exports.ToastContext=o,exports.ToastContextProvider=function(a){var c=a.children,u=e.__read(n.useState([]),2),d=u[0],l=u[1],_=n.useCallback((function(r,n){l((function(t){return e.__spreadArray(e.__spreadArray([],e.__read(t),!1),[{props:n,toast:r,uuid:s.v4()}],!1)})),setTimeout((function(){return l((function(e){return e.slice(1)}))}),(null==n?void 0:n.duration)||6e3)}),[l]);return r.jsx(t.AnimatePresence,{children:r.jsxs(o.Provider,e.__assign({value:_},{children:[c,r.jsx("div",e.__assign({className:"toast-container"},{children:r.jsx("div",e.__assign({className:"toasts-wrapper"},{children:r.jsx(t.AnimatePresence,{children:d.map((function(n){var t=n.props,s=n.toast,o=n.uuid,a="toast-".concat(s,"-").concat(o);return r.jsx(i.Toast,e.__assign({intent:null==t?void 0:t.intent,toastKey:a},{children:s}),a)}))})}))}))]}))})};
@@ -8,7 +8,7 @@ export type TooltipProps = {
8
8
  showTooltip: boolean;
9
9
  subtitle: ReactNode | string | null;
10
10
  tag?: 'div' | 'span';
11
- title?: string;
12
11
  themeOverride?: Theme;
12
+ title?: string;
13
13
  };
14
- export declare const Tooltip: ({ background, className, children, showTooltip, subtitle, tag, title, open, themeOverride, }: TooltipProps) => JSX.Element;
14
+ export declare const Tooltip: ({ background, children, className, open, showTooltip, subtitle, tag, themeOverride, title, }: TooltipProps) => JSX.Element;
@@ -1 +1 @@
1
- "use strict";var e=require("../../_tslib-fe391a2e.js"),t=require("react/jsx-runtime"),s=require("@mui/material/styles"),o=require("@mui/material/Tooltip"),n=require("../stack/VStack.js"),a=require("../text/Text.js"),i=require("../../styles/constants/theme.js"),r=require("../../utils/hooks/useAminoTheme.js"),l=require("styled-components");function d(e){return e&&e.__esModule?e:{default:e}}require("../stack/Stack.js"),require("react"),require("../../utils/hooks/useStorage.js"),require("../../utils/storage.js"),require("swr"),require("../../utils/hooks/useSwr.js");var p,u,c,m,h=d(o),g=d(l),_=g.default(n.VStack)(p||(p=e.__makeTemplateObject(["\n padding-top: 3px;\n"],["\n padding-top: 3px;\n"]))),j=g.default.div(u||(u=e.__makeTemplateObject([""],[""]))),b=g.default.span(c||(c=e.__makeTemplateObject(["\n display: none;\n"],["\n display: none;\n"]))),k=g.default.div(m||(m=e.__makeTemplateObject(["\n position: relative;\n [disabled] + "," {\n display: block;\n cursor: not-allowed;\n /** @desc avoid showing tooltip on top of dialog or coversheet */\n z-index: 10;\n\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n }\n"],["\n position: relative;\n [disabled] + "," {\n display: block;\n cursor: not-allowed;\n /** @desc avoid showing tooltip on top of dialog or coversheet */\n z-index: 10;\n\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n }\n"])),b),x=s.styled((function(s){var o=s.className,n=s.dataTheme,a=e.__rest(s,["className","dataTheme"]);return t.jsx(h.default,e.__assign({},a,{classes:{popper:o},PopperProps:e.__assign(e.__assign({},a.PopperProps),{"data-theme":n})}))}))((function(e){var t,s,n=e.background;return(t={})["& .".concat(o.tooltipClasses.tooltip)]={backgroundColor:n?i.theme[n]:i.theme.gray1200,boxShadow:i.theme.v3ShadowLarge},t["&[data-theme='night']"]=((s={})[".".concat(o.tooltipClasses.tooltip)]={backgroundColor:n?i.theme[n]:i.theme.gray50},s),t}));exports.Tooltip=function(s){var o=s.background,n=s.className,i=s.children,l=s.showTooltip,d=s.subtitle,p=s.tag,u=s.title,c=s.open,m=s.themeOverride,h=r.useAminoTheme().aminoTheme;return l?t.jsx(x,e.__assign({dataTheme:m||h,background:o,className:n,open:c,title:t.jsxs(_,e.__assign({spacing:8},{children:[u&&t.jsx(a.Text,e.__assign({type:"small-header",isUppercase:!1},{children:u})),"string"==typeof d?t.jsx(a.Text,e.__assign({type:"caption"},{children:d})):d]}))},{children:t.jsxs(k,e.__assign({as:p},{children:[i,t.jsx(b,{})]}))})):t.jsx(j,e.__assign({as:p},{children:i}))};
1
+ "use strict";var e=require("../../_tslib-fe391a2e.js"),t=require("react/jsx-runtime"),s=require("@mui/material/styles"),o=require("@mui/material/Tooltip"),n=require("../stack/VStack.js"),a=require("../text/Text.js"),i=require("../../styles/constants/theme.js"),r=require("../../utils/hooks/useAminoTheme.js"),l=require("styled-components");function d(e){return e&&e.__esModule?e:{default:e}}require("../stack/Stack.js"),require("react"),require("../../utils/hooks/useStorage.js"),require("../../utils/storage.js"),require("swr"),require("../../utils/hooks/useSwr.js");var p,u,c,m,h=d(o),g=d(l),_=g.default(n.VStack)(p||(p=e.__makeTemplateObject(["\n padding-top: 3px;\n"],["\n padding-top: 3px;\n"]))),j=g.default.div(u||(u=e.__makeTemplateObject([""],[""]))),b=g.default.span(c||(c=e.__makeTemplateObject(["\n display: none;\n"],["\n display: none;\n"]))),k=g.default.div(m||(m=e.__makeTemplateObject(["\n position: relative;\n [disabled] + "," {\n display: block;\n cursor: not-allowed;\n /** @desc avoid showing tooltip on top of dialog or coversheet */\n z-index: 10;\n\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n }\n"],["\n position: relative;\n [disabled] + "," {\n display: block;\n cursor: not-allowed;\n /** @desc avoid showing tooltip on top of dialog or coversheet */\n z-index: 10;\n\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n }\n"])),b),x=s.styled((function(s){var o=s.className,n=s.dataTheme,a=e.__rest(s,["className","dataTheme"]);return t.jsx(h.default,e.__assign({},a,{classes:{popper:o},PopperProps:e.__assign(e.__assign({},a.PopperProps),{"data-theme":n})}))}))((function(e){var t,s,n=e.background;return(t={})["& .".concat(o.tooltipClasses.tooltip)]={backgroundColor:n?i.theme[n]:i.theme.gray1200,boxShadow:i.theme.v3ShadowLarge},t["&[data-theme='night']"]=((s={})[".".concat(o.tooltipClasses.tooltip)]={backgroundColor:n?i.theme[n]:i.theme.gray50},s),t}));exports.Tooltip=function(s){var o=s.background,n=s.children,i=s.className,l=s.open,d=s.showTooltip,p=s.subtitle,u=s.tag,c=s.themeOverride,m=s.title,h=r.useAminoTheme().aminoTheme;return d?t.jsx(x,e.__assign({background:o,className:i,dataTheme:c||h,open:l,title:t.jsxs(_,e.__assign({spacing:8},{children:[m&&t.jsx(a.Text,e.__assign({isUppercase:!1,type:"small-header"},{children:m})),"string"==typeof p?t.jsx(a.Text,e.__assign({type:"caption"},{children:p})):p]}))},{children:t.jsxs(k,e.__assign({as:u},{children:[n,t.jsx(b,{})]}))})):t.jsx(j,e.__assign({as:u},{children:n}))};
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.size,l=s.color,n=s.className;return r.jsx(a.IconBase,e.__assign({ref:o,size:i,color:l||"gray400",className:n,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.707 14.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-3.646-3.647a1 1 0 1 1 1.414-1.414L11 16.586V5a1 1 0 1 1 2 0v11.586l2.293-2.293a1 1 0 0 1 1.414 0Z",clipRule:"evenodd"})}))}));exports.ArrowDownDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.className,l=s.color,n=s.size;return r.jsx(a.IconBase,e.__assign({ref:o,className:i,color:l||"gray400",size:n,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M16.707 14.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-3.646-3.647a1 1 0 1 1 1.414-1.414L11 16.586V5a1 1 0 1 1 2 0v11.586l2.293-2.293a1 1 0 0 1 1.414 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowDownDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=s.forwardRef((function(s,l){var o=s.size,i=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.778 14.222a1.1 1.1 0 0 1 0 1.556l-3.646 3.646a1.6 1.6 0 0 1-2.263 0l-3.647-3.646a1.1 1.1 0 1 1 1.556-1.556l2.122 2.122V5a1.1 1.1 0 0 1 2.2 0v11.344l2.122-2.122a1.1 1.1 0 0 1 1.556 0Z",clipRule:"evenodd"})}))}));exports.ArrowDownIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=s.forwardRef((function(s,l){var o=s.className,i=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M16.778 14.222a1.1 1.1 0 0 1 0 1.556l-3.646 3.646a1.6 1.6 0 0 1-2.263 0l-3.647-3.646a1.1 1.1 0 1 1 1.556-1.556l2.122 2.122V5a1.1 1.1 0 0 1 2.2 0v11.344l2.122-2.122a1.1 1.1 0 0 1 1.556 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowDownIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.size,l=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:o,color:l,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.707 14.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-3.646-3.647a1 1 0 1 1 1.414-1.414L11 16.586V5a1 1 0 1 1 2 0v11.586l2.293-2.293a1 1 0 0 1 1.414 0Z",clipRule:"evenodd"})}))}));exports.ArrowDownWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.className,l=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:o,color:l,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M16.707 14.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-3.646-3.647a1 1 0 1 1 1.414-1.414L11 16.586V5a1 1 0 1 1 2 0v11.586l2.293-2.293a1 1 0 0 1 1.414 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowDownWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.size,l=s.color,t=s.className;return r.jsx(a.IconBase,e.__assign({ref:o,size:i,color:l||"gray400",className:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.707 16.707a1 1 0 0 1-1.414 0l-3.647-3.646a1.5 1.5 0 0 1 0-2.122l3.647-3.646a1 1 0 0 1 1.414 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l2.293 2.293a1 1 0 0 1 0 1.414Z",clipRule:"evenodd"})}))}));exports.ArrowLeftDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.className,l=s.color,t=s.size;return r.jsx(a.IconBase,e.__assign({ref:o,className:i,color:l||"gray400",size:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M9.707 16.707a1 1 0 0 1-1.414 0l-3.647-3.646a1.5 1.5 0 0 1 0-2.122l3.647-3.646a1 1 0 0 1 1.414 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l2.293 2.293a1 1 0 0 1 0 1.414Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowLeftDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.size,l=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:o,color:l,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.778 16.778a1.1 1.1 0 0 1-1.556 0L4.576 13.13a1.6 1.6 0 0 1 0-2.262l3.646-3.647a1.1 1.1 0 0 1 1.556 1.556L7.656 10.9H19a1.1 1.1 0 0 1 0 2.2H7.656l2.122 2.122a1.1 1.1 0 0 1 0 1.556Z",clipRule:"evenodd"})}))}));exports.ArrowLeftIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.className,l=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:o,color:l,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M9.778 16.778a1.1 1.1 0 0 1-1.556 0L4.576 13.13a1.6 1.6 0 0 1 0-2.262l3.646-3.647a1.1 1.1 0 0 1 1.556 1.556L7.656 10.9H19a1.1 1.1 0 0 1 0 2.2H7.656l2.122 2.122a1.1 1.1 0 0 1 0 1.556Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowLeftIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var l=s.size,o=s.color,t=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:l,color:o,className:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.707 16.707a1 1 0 0 1-1.414 0l-3.647-3.646a1.5 1.5 0 0 1 0-2.122l3.647-3.646a1 1 0 0 1 1.414 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l2.293 2.293a1 1 0 0 1 0 1.414Z",clipRule:"evenodd"})}))}));exports.ArrowLeftWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var l=s.className,o=s.color,t=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:l,color:o,size:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M9.707 16.707a1 1 0 0 1-1.414 0l-3.647-3.646a1.5 1.5 0 0 1 0-2.122l3.647-3.646a1 1 0 0 1 1.414 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l2.293 2.293a1 1 0 0 1 0 1.414Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowLeftWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.size,l=s.color,t=s.className;return r.jsx(a.IconBase,e.__assign({ref:o,size:i,color:l||"gray400",className:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.293 7.293a1 1 0 0 1 1.414 0l3.647 3.646a1.5 1.5 0 0 1 0 2.122l-3.647 3.646a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})}))}));exports.ArrowRightDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.className,l=s.color,t=s.size;return r.jsx(a.IconBase,e.__assign({ref:o,className:i,color:l||"gray400",size:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M14.293 7.293a1 1 0 0 1 1.414 0l3.647 3.646a1.5 1.5 0 0 1 0 2.122l-3.647 3.646a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowRightDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var l=s.size,o=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:l,color:o,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.222 7.222a1.1 1.1 0 0 1 1.556 0l3.646 3.647a1.6 1.6 0 0 1 0 2.262l-3.646 3.647a1.1 1.1 0 1 1-1.556-1.556l2.122-2.122H5a1.1 1.1 0 0 1 0-2.2h11.344l-2.122-2.122a1.1 1.1 0 0 1 0-1.556Z",clipRule:"evenodd"})}))}));exports.ArrowRightIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var l=s.className,o=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:l,color:o,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M14.222 7.222a1.1 1.1 0 0 1 1.556 0l3.646 3.647a1.6 1.6 0 0 1 0 2.262l-3.646 3.647a1.1 1.1 0 1 1-1.556-1.556l2.122-2.122H5a1.1 1.1 0 0 1 0-2.2h11.344l-2.122-2.122a1.1 1.1 0 0 1 0-1.556Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowRightIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var l=s.size,o=s.color,t=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:l,color:o,className:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.293 7.293a1 1 0 0 1 1.414 0l3.647 3.646a1.5 1.5 0 0 1 0 2.122l-3.647 3.646a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})}))}));exports.ArrowRightWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var l=s.className,o=s.color,t=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:l,color:o,size:t,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M14.293 7.293a1 1 0 0 1 1.414 0l3.647 3.646a1.5 1.5 0 0 1 0 2.122l-3.647 3.646a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowRightWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),l=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),o=a.forwardRef((function(a,o){var c=a.size,i=a.color,t=a.className,n=a.secondaryColor;return r.jsxs(l.IconBase,e.__assign({ref:o,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(n?s.theme[n]:s.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M7.707 11.293a1 1 0 0 1 0 1.414L6.414 14H13a1 1 0 1 1 0 2H6.414l1.293 1.293a1 1 0 1 1-1.414 1.414l-2.647-2.646a1.5 1.5 0 0 1 0-2.122l2.647-2.646a1 1 0 0 1 1.414 0Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.293 5.293a1 1 0 0 1 1.414 0l2.647 2.646a1.5 1.5 0 0 1 0 2.122l-2.647 2.646a1 1 0 0 1-1.414-1.414L17.586 10H11a1 1 0 1 1 0-2h6.586l-1.293-1.293a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})]}))}));exports.ArrowSwapDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),l=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),o=a.forwardRef((function(a,o){var c=a.className,i=a.color,t=a.secondaryColor,n=a.size;return r.jsxs(l.IconBase,e.__assign({ref:o,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M7.707 11.293a1 1 0 0 1 0 1.414L6.414 14H13a1 1 0 1 1 0 2H6.414l1.293 1.293a1 1 0 1 1-1.414 1.414l-2.647-2.646a1.5 1.5 0 0 1 0-2.122l2.647-2.646a1 1 0 0 1 1.414 0Z","data-is-secondary-color":"true",fill:"".concat(t?s.theme[t]:s.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M16.293 5.293a1 1 0 0 1 1.414 0l2.647 2.646a1.5 1.5 0 0 1 0 2.122l-2.647 2.646a1 1 0 0 1-1.414-1.414L17.586 10H11a1 1 0 1 1 0-2h6.586l-1.293-1.293a1 1 0 0 1 0-1.414Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.ArrowSwapDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var i=a.size,o=a.color,c=a.className;return r.jsx(s.IconBase,e.__assign({ref:l,size:i,color:o,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.222 5.222a1.1 1.1 0 0 1 1.556 0l2.646 2.647a1.6 1.6 0 0 1 0 2.262l-2.646 2.647a1.1 1.1 0 1 1-1.556-1.556l1.122-1.122H11a1.1 1.1 0 1 1 0-2.2h6.344l-1.122-1.122a1.1 1.1 0 0 1 0-1.556Zm-8.444 6a1.1 1.1 0 0 1 0 1.556L6.655 13.9H13a1.1 1.1 0 0 1 0 2.2H6.655l1.123 1.122a1.1 1.1 0 1 1-1.556 1.556L3.576 16.13a1.6 1.6 0 0 1 0-2.262l2.646-2.647a1.1 1.1 0 0 1 1.556 0Z",clipRule:"evenodd"})}))}));exports.ArrowSwapIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var i=a.className,o=a.color,c=a.size;return r.jsx(s.IconBase,e.__assign({ref:l,className:i,color:o,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M16.222 5.222a1.1 1.1 0 0 1 1.556 0l2.646 2.647a1.6 1.6 0 0 1 0 2.262l-2.646 2.647a1.1 1.1 0 1 1-1.556-1.556l1.122-1.122H11a1.1 1.1 0 1 1 0-2.2h6.344l-1.122-1.122a1.1 1.1 0 0 1 0-1.556Zm-8.444 6a1.1 1.1 0 0 1 0 1.556L6.655 13.9H13a1.1 1.1 0 0 1 0 2.2H6.655l1.123 1.122a1.1 1.1 0 1 1-1.556 1.556L3.576 16.13a1.6 1.6 0 0 1 0-2.262l2.646-2.647a1.1 1.1 0 0 1 1.556 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowSwapIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var i=a.size,o=a.color,c=a.className;return r.jsx(s.IconBase,e.__assign({ref:l,size:i,color:o,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M16.293 5.293a1 1 0 0 1 1.414 0l2.646 2.646a1.5 1.5 0 0 1 0 2.122l-2.646 2.646a1 1 0 0 1-1.414-1.414L17.586 10H11a1 1 0 1 1 0-2h6.586l-1.293-1.293a1 1 0 0 1 0-1.414Zm-8.586 6a1 1 0 0 1 0 1.414L6.414 14H13a1 1 0 1 1 0 2H6.414l1.293 1.293a1 1 0 1 1-1.414 1.414l-2.647-2.646a1.5 1.5 0 0 1 0-2.122l2.647-2.646a1 1 0 0 1 1.414 0Z",clipRule:"evenodd"})}))}));exports.ArrowSwapWhiteIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var i=a.className,o=a.color,c=a.size;return r.jsx(s.IconBase,e.__assign({ref:l,className:i,color:o,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M16.293 5.293a1 1 0 0 1 1.414 0l2.646 2.646a1.5 1.5 0 0 1 0 2.122l-2.646 2.646a1 1 0 0 1-1.414-1.414L17.586 10H11a1 1 0 1 1 0-2h6.586l-1.293-1.293a1 1 0 0 1 0-1.414Zm-8.586 6a1 1 0 0 1 0 1.414L6.414 14H13a1 1 0 1 1 0 2H6.414l1.293 1.293a1 1 0 1 1-1.414 1.414l-2.647-2.646a1.5 1.5 0 0 1 0-2.122l2.647-2.646a1 1 0 0 1 1.414 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowSwapWhiteIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.size,l=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:o,size:i,color:l||"gray400",className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.293 9.707a1 1 0 0 1 0-1.414l3.646-3.647a1.5 1.5 0 0 1 2.122 0l3.646 3.647a1 1 0 0 1-1.414 1.414L13 7.414V19a1 1 0 1 1-2 0V7.414L8.707 9.707a1 1 0 0 1-1.414 0Z",clipRule:"evenodd"})}))}));exports.ArrowUpDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=s.forwardRef((function(s,o){var i=s.className,l=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:o,className:i,color:l||"gray400",size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M7.293 9.707a1 1 0 0 1 0-1.414l3.646-3.647a1.5 1.5 0 0 1 2.122 0l3.646 3.647a1 1 0 0 1-1.414 1.414L13 7.414V19a1 1 0 1 1-2 0V7.414L8.707 9.707a1 1 0 0 1-1.414 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowUpDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.size,l=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:o,color:l,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.222 9.778a1.1 1.1 0 0 1 0-1.556l3.646-3.646a1.6 1.6 0 0 1 2.263 0l3.647 3.646a1.1 1.1 0 1 1-1.556 1.556L13.1 7.656V19a1.1 1.1 0 0 1-2.2 0V7.656L8.778 9.778a1.1 1.1 0 0 1-1.556 0Z",clipRule:"evenodd"})}))}));exports.ArrowUpIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.className,l=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:o,color:l,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M7.222 9.778a1.1 1.1 0 0 1 0-1.556l3.646-3.646a1.6 1.6 0 0 1 2.263 0l3.647 3.646a1.1 1.1 0 1 1-1.556 1.556L13.1 7.656V19a1.1 1.1 0 0 1-2.2 0V7.656L8.778 9.778a1.1 1.1 0 0 1-1.556 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowUpIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.size,l=s.color,c=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:o,color:l,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.293 9.707a1 1 0 0 1 0-1.414l3.646-3.647a1.5 1.5 0 0 1 2.122 0l3.646 3.647a1 1 0 0 1-1.414 1.414L13 7.414V19a1 1 0 1 1-2 0V7.414L8.707 9.707a1 1 0 0 1-1.414 0Z",clipRule:"evenodd"})}))}));exports.ArrowUpWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var o=s.className,l=s.color,c=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:o,color:l,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M7.293 9.707a1 1 0 0 1 0-1.414l3.646-3.647a1.5 1.5 0 0 1 2.122 0l3.646 3.647a1 1 0 0 1-1.414 1.414L13 7.414V19a1 1 0 1 1-2 0V7.414L8.707 9.707a1 1 0 0 1-1.414 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.ArrowUpWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var c=a.size,i=a.color,t=a.className,n=a.secondaryColor;return r.jsxs(s.IconBase,e.__assign({ref:l,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(n?o.theme[n]:o.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M4.537 9.841A3 3 0 0 1 7.533 7h8.934a3 3 0 0 1 2.996 2.841l.424 8A3 3 0 0 1 16.891 21H7.11a3 3 0 0 1-2.996-3.159l.424-8Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 5a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0V6a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v4a1 1 0 1 1-2 0V6a1 1 0 0 0-1-1h-2Z",clipRule:"evenodd"})]}))}));exports.BagDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var c=a.className,i=a.color,t=a.secondaryColor,n=a.size;return r.jsxs(s.IconBase,e.__assign({ref:l,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M4.537 9.841A3 3 0 0 1 7.533 7h8.934a3 3 0 0 1 2.996 2.841l.424 8A3 3 0 0 1 16.891 21H7.11a3 3 0 0 1-2.996-3.159l.424-8Z","data-is-secondary-color":"true",fill:"".concat(t?o.theme[t]:o.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M11 5a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0V6a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v4a1 1 0 1 1-2 0V6a1 1 0 0 0-1-1h-2Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BagDuotoneIcon=l;
package/icons/BagIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var i=a.size,o=a.color,c=a.className;return r.jsx(s.IconBase,e.__assign({ref:l,size:i,color:o,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 5.1a.9.9 0 0 0-.9.9v.9h3.8V6a.9.9 0 0 0-.9-.9h-2Zm5.1 1.8V6A3.1 3.1 0 0 0 13 2.9h-2A3.1 3.1 0 0 0 7.9 6v.9h-.367a3.1 3.1 0 0 0-3.096 2.936l-.424 8A3.1 3.1 0 0 0 7.11 21.1h9.782a3.1 3.1 0 0 0 3.096-3.264l-.424-8A3.1 3.1 0 0 0 16.466 6.9H16.1Zm-2.2 2.2v.9a1.1 1.1 0 0 0 2.2 0v-.9h.367a.9.9 0 0 1 .899.852l.424 8a.9.9 0 0 1-.899.948H7.11a.9.9 0 0 1-.899-.948l.424-8a.9.9 0 0 1 .9-.852H7.9v.9a1.1 1.1 0 0 0 2.2 0v-.9h3.8Z",clipRule:"evenodd"})}))}));exports.BagIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=a.forwardRef((function(a,l){var i=a.className,o=a.color,c=a.size;return r.jsx(s.IconBase,e.__assign({ref:l,className:i,color:o,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M11 5.1a.9.9 0 0 0-.9.9v.9h3.8V6a.9.9 0 0 0-.9-.9h-2Zm5.1 1.8V6A3.1 3.1 0 0 0 13 2.9h-2A3.1 3.1 0 0 0 7.9 6v.9h-.367a3.1 3.1 0 0 0-3.096 2.936l-.424 8A3.1 3.1 0 0 0 7.11 21.1h9.782a3.1 3.1 0 0 0 3.096-3.264l-.424-8A3.1 3.1 0 0 0 16.466 6.9H16.1Zm-2.2 2.2v.9a1.1 1.1 0 0 0 2.2 0v-.9h.367a.9.9 0 0 1 .899.852l.424 8a.9.9 0 0 1-.899.948H7.11a.9.9 0 0 1-.899-.948l.424-8a.9.9 0 0 1 .9-.852H7.9v.9a1.1 1.1 0 0 0 2.2 0v-.9h3.8Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BagIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=a.forwardRef((function(a,i){var l=a.size,o=a.color,c=a.className;return r.jsx(s.IconBase,e.__assign({ref:i,size:l,color:o,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 5a1 1 0 0 0-1 1v1h4V6a1 1 0 0 0-1-1h-2Zm5 2V6a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3v1h-.467a3 3 0 0 0-2.996 2.841l-.424 8A3 3 0 0 0 7.11 21h9.782a3 3 0 0 0 2.996-3.159l-.424-8A3 3 0 0 0 16.467 7H16Zm-2 2v1a1 1 0 1 0 2 0V9h.467a1 1 0 0 1 .999.947l.424 8a1 1 0 0 1-1 1.053H7.11a1 1 0 0 1-.999-1.053l.425-8A1 1 0 0 1 7.533 9H8v1a1 1 0 1 0 2 0V9h4Z",clipRule:"evenodd"})}))}));exports.BagWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=a.forwardRef((function(a,i){var l=a.className,o=a.color,c=a.size;return r.jsx(s.IconBase,e.__assign({ref:i,className:l,color:o,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M11 5a1 1 0 0 0-1 1v1h4V6a1 1 0 0 0-1-1h-2Zm5 2V6a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3v1h-.467a3 3 0 0 0-2.996 2.841l-.424 8A3 3 0 0 0 7.11 21h9.782a3 3 0 0 0 2.996-3.159l-.424-8A3 3 0 0 0 16.467 7H16Zm-2 2v1a1 1 0 1 0 2 0V9h.467a1 1 0 0 1 .999.947l.424 8a1 1 0 0 1-1 1.053H7.11a1 1 0 0 1-.999-1.053l.425-8A1 1 0 0 1 7.533 9H8v1a1 1 0 1 0 2 0V9h4Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BagWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var c=a.size,i=a.color,n=a.className,t=a.secondaryColor;return r.jsxs(s.IconBase,e.__assign({ref:l,size:c,color:i||"gray800",className:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(t?o.theme[t]:o.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M5 13V8h14v8a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2v-3Zm2 3h2v-4H7v4Zm4-4v4h2v-4h-2Zm4 0v4h2v-4h-2Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.298 3.195a2 2 0 0 1 1.404 0l7 2.625A2 2 0 0 1 21 7.693V8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-.307A2 2 0 0 1 4.298 5.82l7-2.625Z",clipRule:"evenodd"})]}))}));exports.BankDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var c=a.className,i=a.color,n=a.secondaryColor,t=a.size;return r.jsxs(s.IconBase,e.__assign({ref:l,className:c,color:i||"gray800",size:t,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M5 13V8h14v8a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2v-3Zm2 3h2v-4H7v4Zm4-4v4h2v-4h-2Zm4 0v4h2v-4h-2Z","data-is-secondary-color":"true",fill:"".concat(n?o.theme[n]:o.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M11.298 3.195a2 2 0 0 1 1.404 0l7 2.625A2 2 0 0 1 21 7.693V8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-.307A2 2 0 0 1 4.298 5.82l7-2.625Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BankDuotoneIcon=l;
package/icons/BankIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var v=s.size,l=s.color,o=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:v,color:l,className:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.262 3.102a2.1 2.1 0 0 1 1.475 0l7 2.625A2.1 2.1 0 0 1 21.1 7.693V9a2.1 2.1 0 0 1-2 2.098v3.804a2.1 2.1 0 0 1 2 2.098v2a2.1 2.1 0 0 1-2.1 2.1H5A2.1 2.1 0 0 1 2.9 19v-2a2.1 2.1 0 0 1 2-2.098v-3.804A2.1 2.1 0 0 1 2.9 9V7.693a2.1 2.1 0 0 1 1.363-1.966l7-2.625ZM7.1 11.1v3.8h1.8v-3.8H7.1Zm4 0v3.8h1.8v-3.8h-1.8Zm4 0v3.8h1.8v-3.8h-1.8ZM12 5.175 5.1 7.762V8.9h13.8V7.762L12 5.175ZM5.1 17.1v1.8h13.8v-1.8H5.1Z",clipRule:"evenodd"})}))}));exports.BankIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var v=s.className,l=s.color,o=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:v,color:l,size:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M11.262 3.102a2.1 2.1 0 0 1 1.475 0l7 2.625A2.1 2.1 0 0 1 21.1 7.693V9a2.1 2.1 0 0 1-2 2.098v3.804a2.1 2.1 0 0 1 2 2.098v2a2.1 2.1 0 0 1-2.1 2.1H5A2.1 2.1 0 0 1 2.9 19v-2a2.1 2.1 0 0 1 2-2.098v-3.804A2.1 2.1 0 0 1 2.9 9V7.693a2.1 2.1 0 0 1 1.363-1.966l7-2.625ZM7.1 11.1v3.8h1.8v-3.8H7.1Zm4 0v3.8h1.8v-3.8h-1.8Zm4 0v3.8h1.8v-3.8h-1.8ZM12 5.175 5.1 7.762V8.9h13.8V7.762L12 5.175ZM5.1 17.1v1.8h13.8v-1.8H5.1Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BankIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var v=s.size,l=s.color,o=s.className;return r.jsx(a.IconBase,e.__assign({ref:i,size:v,color:l,className:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.298 3.195a2 2 0 0 1 1.404 0l7 2.625A2 2 0 0 1 21 7.693V9a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2v-4a2 2 0 0 1-2-2V7.693A2 2 0 0 1 4.298 5.82l7-2.625ZM7 11v4h2v-4H7Zm4 0v4h2v-4h-2Zm4 0v4h2v-4h-2Zm4-3.307-7-2.625-7 2.625V9h14V7.693ZM5 17v2h14v-2H5Z",clipRule:"evenodd"})}))}));exports.BankWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=s.forwardRef((function(s,i){var v=s.className,l=s.color,o=s.size;return r.jsx(a.IconBase,e.__assign({ref:i,className:v,color:l,size:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M11.298 3.195a2 2 0 0 1 1.404 0l7 2.625A2 2 0 0 1 21 7.693V9a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2v-4a2 2 0 0 1-2-2V7.693A2 2 0 0 1 4.298 5.82l7-2.625ZM7 11v4h2v-4H7Zm4 0v4h2v-4h-2Zm4 0v4h2v-4h-2Zm4-3.307-7-2.625-7 2.625V9h14V7.693ZM5 17v2h14v-2H5Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BankWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),c=s.forwardRef((function(s,c){var t=s.size,l=s.color,i=s.className,n=s.secondaryColor;return r.jsxs(a.IconBase,e.__assign({ref:c,size:t,color:l||"gray800",className:i,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(n?o.theme[n]:o.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M6 10a6 6 0 1 1 12 0v1.099c0 .595.247 1.164.682 1.57A4.178 4.178 0 0 1 20 15.715C20 18.05 18.109 20 15.747 20H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V10Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",d:"M13 3a1 1 0 1 0-2 0v1.083a6.04 6.04 0 0 1 2 0V3Zm-3 17a2 2 0 1 0 4 0h-4Z"})]}))}));exports.BellDuotoneIcon=c;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),c=s.forwardRef((function(s,c){var t=s.className,l=s.color,i=s.secondaryColor,n=s.size;return r.jsxs(a.IconBase,e.__assign({ref:c,className:t,color:l||"gray800",size:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M6 10a6 6 0 1 1 12 0v1.099c0 .595.247 1.164.682 1.57A4.178 4.178 0 0 1 20 15.715C20 18.05 18.109 20 15.747 20H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V10Z","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{d:"M13 3a1 1 0 1 0-2 0v1.083a6.04 6.04 0 0 1 2 0V3Zm-3 17a2 2 0 1 0 4 0h-4Z",fill:"currentColor"})]}))}));exports.BellDuotoneIcon=c;
package/icons/BellIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=s.forwardRef((function(s,c){var i=s.size,l=s.color,o=s.className;return r.jsx(a.IconBase,e.__assign({ref:c,size:i,color:l,className:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1.9A1.1 1.1 0 0 1 13.1 3v.999c2.844.518 5 3.008 5 6v1.1c0 .567.235 1.11.65 1.497a4.278 4.278 0 0 1 1.35 3.119c0 2.39-1.935 4.385-4.353 4.385h-1.65a2.1 2.1 0 0 1-4.195 0H8.253c-2.418 0-4.353-1.995-4.353-4.385 0-1.173.485-2.313 1.35-3.12a2.05 2.05 0 0 0 .65-1.496v-1.1a6.102 6.102 0 0 1 5-6v-1A1.1 1.1 0 0 1 12 1.9Zm0 4.2A3.9 3.9 0 0 0 8.1 10v1.099a4.248 4.248 0 0 1-1.35 3.105c-.41.384-.65.938-.65 1.51 0 1.204.978 2.186 2.153 2.186h7.494c1.175 0 2.153-.982 2.153-2.185 0-.573-.24-1.127-.65-1.51a4.248 4.248 0 0 1-1.35-3.106v-1.1A3.9 3.9 0 0 0 12 6.1Z",clipRule:"evenodd"})}))}));exports.BellIcon=c;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=s.forwardRef((function(s,c){var i=s.className,l=s.color,o=s.size;return r.jsx(a.IconBase,e.__assign({ref:c,className:i,color:l,size:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M12 1.9A1.1 1.1 0 0 1 13.1 3v.999c2.844.518 5 3.008 5 6v1.1c0 .567.235 1.11.65 1.497a4.278 4.278 0 0 1 1.35 3.119c0 2.39-1.935 4.385-4.353 4.385h-1.65a2.1 2.1 0 0 1-4.195 0H8.253c-2.418 0-4.353-1.995-4.353-4.385 0-1.173.485-2.313 1.35-3.12a2.05 2.05 0 0 0 .65-1.496v-1.1a6.102 6.102 0 0 1 5-6v-1A1.1 1.1 0 0 1 12 1.9Zm0 4.2A3.9 3.9 0 0 0 8.1 10v1.099a4.248 4.248 0 0 1-1.35 3.105c-.41.384-.65.938-.65 1.51 0 1.204.978 2.186 2.153 2.186h7.494c1.175 0 2.153-.982 2.153-2.185 0-.573-.24-1.127-.65-1.51a4.248 4.248 0 0 1-1.35-3.106v-1.1A3.9 3.9 0 0 0 12 6.1Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BellIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js"),l=require("../styles/constants/theme.js"),o=a.forwardRef((function(a,o){var c=a.size,i=a.color,t=a.className,n=a.secondaryColor;return r.jsxs(s.IconBase,e.__assign({ref:o,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(n?l.theme[n]:l.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M12 2a1 1 0 0 1 1 1v1.083c2.838.476 5 2.944 5 5.917v1a1 1 0 1 1-2 0v-1a4 4 0 0 0-4-4h-2a1 1 0 0 1 0-2h1V3a1 1 0 0 1 1-1ZM6 4.586 21.414 20H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V4.586Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-18-18a1 1 0 0 1 0-1.414ZM12 22a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}))}));exports.BellOffDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js"),l=require("../styles/constants/theme.js"),o=a.forwardRef((function(a,o){var c=a.className,i=a.color,t=a.secondaryColor,n=a.size;return r.jsxs(s.IconBase,e.__assign({ref:o,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M12 2a1 1 0 0 1 1 1v1.083c2.838.476 5 2.944 5 5.917v1a1 1 0 1 1-2 0v-1a4 4 0 0 0-4-4h-2a1 1 0 0 1 0-2h1V3a1 1 0 0 1 1-1ZM6 4.586 21.414 20H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V4.586Z","data-is-secondary-color":"true",fill:"".concat(t?l.theme[t]:l.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-18-18a1 1 0 0 1 0-1.414ZM12 22a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BellOffDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=s.forwardRef((function(s,c){var i=s.size,l=s.color,o=s.className;return r.jsx(a.IconBase,e.__assign({ref:c,size:i,color:l,className:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.222 2.222a1.1 1.1 0 0 1 1.556 0l4 4 11.998 11.999.003.002 1.999 2a1.1 1.1 0 1 1-1.556 1.555L18.544 20.1h-4.446a2.1 2.1 0 0 1-4.196 0H8.253c-2.418 0-4.353-1.995-4.353-4.385 0-1.173.485-2.313 1.35-3.12a2.05 2.05 0 0 0 .65-1.496V7.456L2.222 3.778a1.1 1.1 0 0 1 0-1.556ZM8.1 9.656v1.443a4.248 4.248 0 0 1-1.35 3.105c-.41.384-.65.938-.65 1.51 0 1.204.978 2.186 2.153 2.186h8.091L8.1 9.656ZM12 1.9A1.1 1.1 0 0 1 13.1 3v.999c2.844.518 5 3.008 5 6v1a1.1 1.1 0 0 1-2.2 0v-1A3.9 3.9 0 0 0 12 6.1h-2a1.1 1.1 0 1 1 0-2.2h.9V3A1.1 1.1 0 0 1 12 1.9Z",clipRule:"evenodd"})}))}));exports.BellOffIcon=c;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=s.forwardRef((function(s,c){var i=s.className,l=s.color,o=s.size;return r.jsx(a.IconBase,e.__assign({ref:c,className:i,color:l,size:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M2.222 2.222a1.1 1.1 0 0 1 1.556 0l4 4 11.998 11.999.003.002 1.999 2a1.1 1.1 0 1 1-1.556 1.555L18.544 20.1h-4.446a2.1 2.1 0 0 1-4.196 0H8.253c-2.418 0-4.353-1.995-4.353-4.385 0-1.173.485-2.313 1.35-3.12a2.05 2.05 0 0 0 .65-1.496V7.456L2.222 3.778a1.1 1.1 0 0 1 0-1.556ZM8.1 9.656v1.443a4.248 4.248 0 0 1-1.35 3.105c-.41.384-.65.938-.65 1.51 0 1.204.978 2.186 2.153 2.186h8.091L8.1 9.656ZM12 1.9A1.1 1.1 0 0 1 13.1 3v.999c2.844.518 5 3.008 5 6v1a1.1 1.1 0 0 1-2.2 0v-1A3.9 3.9 0 0 0 12 6.1h-2a1.1 1.1 0 1 1 0-2.2h.9V3A1.1 1.1 0 0 1 12 1.9Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BellOffIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=a.forwardRef((function(a,i){var c=a.size,l=a.color,o=a.className;return r.jsx(s.IconBase,e.__assign({ref:i,size:c,color:l,className:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414L18.586 20H14a2 2 0 1 1-4 0H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V7.414L2.293 3.707a1 1 0 0 1 0-1.414ZM8 9.414V11.1c0 1.15-.477 2.248-1.318 3.032A2.178 2.178 0 0 0 6 15.715C6 16.972 7.021 18 8.253 18h8.333L8 9.414ZM11 4h-1a1 1 0 0 0 0 2h2a4 4 0 0 1 4 4v1a1 1 0 1 0 2 0v-1a6.002 6.002 0 0 0-5-5.917V3a1 1 0 1 0-2 0v1Z",clipRule:"evenodd"})}))}));exports.BellOffWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=a.forwardRef((function(a,i){var c=a.className,l=a.color,o=a.size;return r.jsx(s.IconBase,e.__assign({ref:i,className:c,color:l,size:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414L18.586 20H14a2 2 0 1 1-4 0H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V7.414L2.293 3.707a1 1 0 0 1 0-1.414ZM8 9.414V11.1c0 1.15-.477 2.248-1.318 3.032A2.178 2.178 0 0 0 6 15.715C6 16.972 7.021 18 8.253 18h8.333L8 9.414ZM11 4h-1a1 1 0 0 0 0 2h2a4 4 0 0 1 4 4v1a1 1 0 1 0 2 0v-1a6.002 6.002 0 0 0-5-5.917V3a1 1 0 1 0-2 0v1Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BellOffWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=s.forwardRef((function(s,c){var i=s.size,l=s.color,o=s.className;return r.jsx(a.IconBase,e.__assign({ref:c,size:i,color:l,className:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 2a1 1 0 0 1 1 1v1.083c2.838.476 5 2.944 5 5.917v1.099c0 .595.247 1.164.682 1.57A4.178 4.178 0 0 1 20 15.715C20 18.05 18.109 20 15.747 20H14a2 2 0 1 1-4 0H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V10a6.002 6.002 0 0 1 5-5.917V3a1 1 0 0 1 1-1Zm0 4a4 4 0 0 0-4 4v1.099c0 1.15-.477 2.248-1.318 3.032A2.178 2.178 0 0 0 6 15.715C6 16.972 7.021 18 8.253 18h7.494C16.979 18 18 16.972 18 15.715c0-.6-.25-1.18-.682-1.584A4.148 4.148 0 0 1 16 11.1V10a4 4 0 0 0-4-4Z",clipRule:"evenodd"})}))}));exports.BellWhiteIcon=c;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),s=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=s.forwardRef((function(s,c){var i=s.className,l=s.color,o=s.size;return r.jsx(a.IconBase,e.__assign({ref:c,className:i,color:l,size:o,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M12 2a1 1 0 0 1 1 1v1.083c2.838.476 5 2.944 5 5.917v1.099c0 .595.247 1.164.682 1.57A4.178 4.178 0 0 1 20 15.715C20 18.05 18.109 20 15.747 20H14a2 2 0 1 1-4 0H8.253C5.891 20 4 18.05 4 15.715c0-1.145.474-2.258 1.318-3.046.435-.406.682-.975.682-1.57V10a6.002 6.002 0 0 1 5-5.917V3a1 1 0 0 1 1-1Zm0 4a4 4 0 0 0-4 4v1.099c0 1.15-.477 2.248-1.318 3.032A2.178 2.178 0 0 0 6 15.715C6 16.972 7.021 18 8.253 18h7.494C16.979 18 18 16.972 18 15.715c0-.6-.25-1.18-.682-1.584A4.148 4.148 0 0 1 16 11.1V10a4 4 0 0 0-4-4Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BellWhiteIcon=c;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),l=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.size,i=r.color,t=r.className,n=r.secondaryColor;return l.jsxs(a.IconBase,e.__assign({ref:s,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[l.jsx("path",{fill:"".concat(n?o.theme[n]:o.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M12 4.962a17.63 17.63 0 0 1 7.25-.397l1.206.186A3 3 0 0 1 23 7.716v9.124a3 3 0 0 1-3.23 2.991l-2.158-.166a19.005 19.005 0 0 0-4.144.135L12 20.01l-1.468-.21a19.005 19.005 0 0 0-4.144-.135l-2.158.166A3 3 0 0 1 1 16.841V7.715A3 3 0 0 1 3.544 4.75l1.206-.186a17.63 17.63 0 0 1 7.25.397Zm-1 1.811a15.631 15.631 0 0 0-5.946-.231l-1.206.185A1 1 0 0 0 3 7.716v9.124a1 1 0 0 0 1.077.997l2.157-.166a21 21 0 0 1 4.58.15l.186.026V6.773Z",clipRule:"evenodd"}),l.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 6.773a15.631 15.631 0 0 0-5.946-.231l-1.206.185A1 1 0 0 0 3 7.716v9.124a1 1 0 0 0 1.077.997l2.157-.166a21 21 0 0 1 4.58.15l.186.026V6.773Z",clipRule:"evenodd"})]}))}));exports.BookDuotoneIcon=s;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),l=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,i=r.color,t=r.secondaryColor,n=r.size;return l.jsxs(a.IconBase,e.__assign({ref:s,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[l.jsx("path",{clipRule:"evenodd",d:"M12 4.962a17.63 17.63 0 0 1 7.25-.397l1.206.186A3 3 0 0 1 23 7.716v9.124a3 3 0 0 1-3.23 2.991l-2.158-.166a19.005 19.005 0 0 0-4.144.135L12 20.01l-1.468-.21a19.005 19.005 0 0 0-4.144-.135l-2.158.166A3 3 0 0 1 1 16.841V7.715A3 3 0 0 1 3.544 4.75l1.206-.186a17.63 17.63 0 0 1 7.25.397Zm-1 1.811a15.631 15.631 0 0 0-5.946-.231l-1.206.185A1 1 0 0 0 3 7.716v9.124a1 1 0 0 0 1.077.997l2.157-.166a21 21 0 0 1 4.58.15l.186.026V6.773Z","data-is-secondary-color":"true",fill:"".concat(t?o.theme[t]:o.theme.gray400),fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M11 6.773a15.631 15.631 0 0 0-5.946-.231l-1.206.185A1 1 0 0 0 3 7.716v9.124a1 1 0 0 0 1.077.997l2.157-.166a21 21 0 0 1 4.58.15l.186.026V6.773Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BookDuotoneIcon=s;
package/icons/BookIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),l=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var o=r.size,i=r.color,c=r.className;return a.jsx(l.IconBase,e.__assign({ref:s,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 4.859a17.731 17.731 0 0 1 7.265-.393l1.206.186A3.1 3.1 0 0 1 23.1 7.716v9.124a3.1 3.1 0 0 1-3.338 3.091l-2.157-.166a18.905 18.905 0 0 0-4.123.134L12 20.111l-1.482-.212a18.905 18.905 0 0 0-4.123-.134l-2.157.166A3.1 3.1 0 0 1 .9 16.841V7.715a3.1 3.1 0 0 1 2.629-3.064l1.206-.186A17.731 17.731 0 0 1 12 4.86Zm-1.1 1.993a15.53 15.53 0 0 0-5.83-.211l-1.207.185a.9.9 0 0 0-.763.89v9.124a.9.9 0 0 0 .969.898l2.158-.166a21.105 21.105 0 0 1 4.602.15l.07.01V6.852Zm2.2 10.88.071-.01a21.105 21.105 0 0 1 4.602-.15l2.158.166a.9.9 0 0 0 .969-.898V7.716a.9.9 0 0 0-.763-.89l-1.207-.185a15.53 15.53 0 0 0-5.83.211v10.88Z",clipRule:"evenodd"})}))}));exports.BookIcon=s;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),l=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var o=r.className,i=r.color,c=r.size;return a.jsx(l.IconBase,e.__assign({ref:s,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M12 4.859a17.731 17.731 0 0 1 7.265-.393l1.206.186A3.1 3.1 0 0 1 23.1 7.716v9.124a3.1 3.1 0 0 1-3.338 3.091l-2.157-.166a18.905 18.905 0 0 0-4.123.134L12 20.111l-1.482-.212a18.905 18.905 0 0 0-4.123-.134l-2.157.166A3.1 3.1 0 0 1 .9 16.841V7.715a3.1 3.1 0 0 1 2.629-3.064l1.206-.186A17.731 17.731 0 0 1 12 4.86Zm-1.1 1.993a15.53 15.53 0 0 0-5.83-.211l-1.207.185a.9.9 0 0 0-.763.89v9.124a.9.9 0 0 0 .969.898l2.158-.166a21.105 21.105 0 0 1 4.602.15l.07.01V6.852Zm2.2 10.88.071-.01a21.105 21.105 0 0 1 4.602-.15l2.158.166a.9.9 0 0 0 .969-.898V7.716a.9.9 0 0 0-.763-.89l-1.207-.185a15.53 15.53 0 0 0-5.83.211v10.88Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookIcon=s;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),l=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=a.forwardRef((function(a,s){var i=a.size,o=a.color,c=a.className;return r.jsx(l.IconBase,e.__assign({ref:s,size:i,color:o,className:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 4.962a17.63 17.63 0 0 1 7.25-.397l1.206.186A3 3 0 0 1 23 7.716v9.124a3 3 0 0 1-3.23 2.991l-2.158-.166a19.005 19.005 0 0 0-4.144.135L12 20.01l-1.468-.21a19.005 19.005 0 0 0-4.144-.135l-2.158.166A3 3 0 0 1 1 16.841V7.715A3 3 0 0 1 3.544 4.75l1.206-.186a17.63 17.63 0 0 1 7.25.397Zm-1 1.811a15.631 15.631 0 0 0-5.946-.231l-1.206.185A1 1 0 0 0 3 7.716v9.124a1 1 0 0 0 1.077.997l2.157-.166a21 21 0 0 1 4.58.15l.186.026V6.773Zm2 11.074.185-.027a21 21 0 0 1 4.58-.149l2.158.166A1 1 0 0 0 21 16.84V7.716a1 1 0 0 0-.848-.989l-1.206-.185c-1.981-.305-4-.226-5.946.231v11.074Z",clipRule:"evenodd"})}))}));exports.BookWhiteIcon=s;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),l=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=a.forwardRef((function(a,s){var i=a.className,o=a.color,c=a.size;return r.jsx(l.IconBase,e.__assign({ref:s,className:i,color:o,size:c,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M12 4.962a17.63 17.63 0 0 1 7.25-.397l1.206.186A3 3 0 0 1 23 7.716v9.124a3 3 0 0 1-3.23 2.991l-2.158-.166a19.005 19.005 0 0 0-4.144.135L12 20.01l-1.468-.21a19.005 19.005 0 0 0-4.144-.135l-2.158.166A3 3 0 0 1 1 16.841V7.715A3 3 0 0 1 3.544 4.75l1.206-.186a17.63 17.63 0 0 1 7.25.397Zm-1 1.811a15.631 15.631 0 0 0-5.946-.231l-1.206.185A1 1 0 0 0 3 7.716v9.124a1 1 0 0 0 1.077.997l2.157-.166a21 21 0 0 1 4.58.15l.186.026V6.773Zm2 11.074.185-.027a21 21 0 0 1 4.58-.149l2.158.166A1 1 0 0 0 21 16.84V7.716a1 1 0 0 0-.848-.989l-1.206-.185c-1.981-.305-4-.226-5.946.231v11.074Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookWhiteIcon=s;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=r.forwardRef((function(r,l){var c=r.size,i=r.color,t=r.className,n=r.secondaryColor;return a.jsxs(o.IconBase,e.__assign({ref:l,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[a.jsx("path",{fill:"".concat(n?s.theme[n]:s.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z",clipRule:"evenodd"}),a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 7a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1V8a1 1 0 0 1 1-1Z",clipRule:"evenodd"})]}))}));exports.BookmarkAddDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=r.forwardRef((function(r,l){var c=r.className,i=r.color,t=r.secondaryColor,n=r.size;return a.jsxs(o.IconBase,e.__assign({ref:l,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[a.jsx("path",{clipRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z","data-is-secondary-color":"true",fill:"".concat(t?s.theme[t]:s.theme.gray400),fillRule:"evenodd"}),a.jsx("path",{clipRule:"evenodd",d:"M12 7a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1V8a1 1 0 0 1 1-1Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BookmarkAddDuotoneIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5ZM12 6.9A1.1 1.1 0 0 1 13.1 8v.9h.9a1.1 1.1 0 0 1 0 2.2h-.9v.9a1.1 1.1 0 0 1-2.2 0v-.9H10a1.1 1.1 0 0 1 0-2.2h.9V8A1.1 1.1 0 0 1 12 6.9Z",clipRule:"evenodd"})}))}));exports.BookmarkAddIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5ZM12 6.9A1.1 1.1 0 0 1 13.1 8v.9h.9a1.1 1.1 0 0 1 0 2.2h-.9v.9a1.1 1.1 0 0 1-2.2 0v-.9H10a1.1 1.1 0 0 1 0-2.2h.9V8A1.1 1.1 0 0 1 12 6.9Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkAddIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=r.forwardRef((function(r,i){var o=r.size,l=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:i,size:o,color:l,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm8 2a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1V8a1 1 0 0 1 1-1Z",clipRule:"evenodd"})}))}));exports.BookmarkAddWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=r.forwardRef((function(r,i){var o=r.className,l=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:i,className:o,color:l,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm8 2a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1V8a1 1 0 0 1 1-1Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkAddWhiteIcon=i;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=r.forwardRef((function(r,l){var c=r.size,i=r.color,t=r.className,n=r.secondaryColor;return a.jsxs(o.IconBase,e.__assign({ref:l,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[a.jsx("path",{fill:"".concat(n?s.theme[n]:s.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z",clipRule:"evenodd"}),a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M15.707 7.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-1.646-1.647a1 1 0 0 1 1.414-1.414L11 10.586l3.293-3.293a1 1 0 0 1 1.414 0Z",clipRule:"evenodd"})]}))}));exports.BookmarkCheckDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=r.forwardRef((function(r,l){var c=r.className,i=r.color,t=r.secondaryColor,n=r.size;return a.jsxs(o.IconBase,e.__assign({ref:l,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[a.jsx("path",{clipRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z","data-is-secondary-color":"true",fill:"".concat(t?s.theme[t]:s.theme.gray400),fillRule:"evenodd"}),a.jsx("path",{clipRule:"evenodd",d:"M15.707 7.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-1.646-1.647a1 1 0 0 1 1.414-1.414L11 10.586l3.293-3.293a1 1 0 0 1 1.414 0Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BookmarkCheckDuotoneIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Zm11.878 2.222a1.1 1.1 0 0 1 0 1.556l-3.647 3.646a1.6 1.6 0 0 1-2.262 0l-1.647-1.646a1.1 1.1 0 1 1 1.556-1.556L11 10.444l3.222-3.222a1.1 1.1 0 0 1 1.556 0Z",clipRule:"evenodd"})}))}));exports.BookmarkCheckIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Zm11.878 2.222a1.1 1.1 0 0 1 0 1.556l-3.647 3.646a1.6 1.6 0 0 1-2.262 0l-1.647-1.646a1.1 1.1 0 1 1 1.556-1.556L11 10.444l3.222-3.222a1.1 1.1 0 0 1 1.556 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkCheckIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var i=r.size,o=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:i,color:o,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm11.707 2.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-1.646-1.647a1 1 0 0 1 1.414-1.414L11 10.586l3.293-3.293a1 1 0 0 1 1.414 0Z",clipRule:"evenodd"})}))}));exports.BookmarkCheckWhiteIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var i=r.className,o=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:i,color:o,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm11.707 2.293a1 1 0 0 1 0 1.414l-3.646 3.647a1.5 1.5 0 0 1-2.122 0l-1.646-1.647a1 1 0 0 1 1.414-1.414L11 10.586l3.293-3.293a1 1 0 0 1 1.414 0Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkCheckWhiteIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=a.forwardRef((function(a,o){var i=a.size,c=a.color,l=a.className;return r.jsx(s.IconBase,e.__assign({ref:o,size:i,color:c||"gray400",className:l,viewBox:"0 0 24 24"},{children:r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z",clipRule:"evenodd"})}))}));exports.BookmarkDuotoneIcon=o;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var o=a.forwardRef((function(a,o){var i=a.className,c=a.color,l=a.size;return r.jsx(s.IconBase,e.__assign({ref:o,className:i,color:c||"gray400",size:l,viewBox:"0 0 24 24"},{children:r.jsx("path",{clipRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkDuotoneIcon=o;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Z",clipRule:"evenodd"})}))}));exports.BookmarkIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var c=a.size,i=a.color,t=a.className,n=a.secondaryColor;return r.jsxs(o.IconBase,e.__assign({ref:l,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(n?s.theme[n]:s.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M8 3a1 1 0 0 1 1-1h8a3 3 0 0 1 3 3v7a1 1 0 1 1-2 0V5a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1Zm-4-.414 15.293 15.293A2.414 2.414 0 0 1 17.586 22h-.758a3 3 0 0 1-2.12-.879l-2-2a1 1 0 0 0-1.415 0l-2 2A3 3 0 0 1 7.172 22H7a3 3 0 0 1-3-3V2.586Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-18-18a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})]}))}));exports.BookmarkOffDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var c=a.className,i=a.color,t=a.secondaryColor,n=a.size;return r.jsxs(o.IconBase,e.__assign({ref:l,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M8 3a1 1 0 0 1 1-1h8a3 3 0 0 1 3 3v7a1 1 0 1 1-2 0V5a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1Zm-4-.414 15.293 15.293A2.414 2.414 0 0 1 17.586 22h-.758a3 3 0 0 1-2.12-.879l-2-2a1 1 0 0 0-1.415 0l-2 2A3 3 0 0 1 7.172 22H7a3 3 0 0 1-3-3V2.586Z","data-is-secondary-color":"true",fill:"".concat(t?s.theme[t]:s.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-18-18a1 1 0 0 1 0-1.414Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BookmarkOffDuotoneIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.222 2.222a1.1 1.1 0 0 1 1.556 0l18 18a1.1 1.1 0 1 1-1.556 1.556l-.82-.82A3.094 3.094 0 0 1 17 22.1h-.172a3.1 3.1 0 0 1-2.192-.908l-2-2a.9.9 0 0 0-1.272 0l-2 2a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19v-7a1.1 1.1 0 0 1 2.2 0v7a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l2-2a3.1 3.1 0 0 1 4.384 0l2 2a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .819-.526L2.222 3.778a1.1 1.1 0 0 1 0-1.556ZM9 1.9h8A3.1 3.1 0 0 1 20.1 5v7a1.1 1.1 0 0 1-2.2 0V5a.9.9 0 0 0-.9-.9H9a1.1 1.1 0 1 1 0-2.2Z",clipRule:"evenodd"})}))}));exports.BookmarkOffIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M2.222 2.222a1.1 1.1 0 0 1 1.556 0l18 18a1.1 1.1 0 1 1-1.556 1.556l-.82-.82A3.094 3.094 0 0 1 17 22.1h-.172a3.1 3.1 0 0 1-2.192-.908l-2-2a.9.9 0 0 0-1.272 0l-2 2a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19v-7a1.1 1.1 0 0 1 2.2 0v7a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l2-2a3.1 3.1 0 0 1 4.384 0l2 2a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .819-.526L2.222 3.778a1.1 1.1 0 0 1 0-1.556ZM9 1.9h8A3.1 3.1 0 0 1 20.1 5v7a1.1 1.1 0 0 1-2.2 0V5a.9.9 0 0 0-.9-.9H9a1.1 1.1 0 1 1 0-2.2Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkOffIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var i=r.size,o=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:i,color:o,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-.899-.899A2.995 2.995 0 0 1 17 22h-.172a3 3 0 0 1-2.12-.879l-2-2a1 1 0 0 0-1.415 0l-2 2A3 3 0 0 1 7.172 22H7a3 3 0 0 1-3-3v-7a1 1 0 1 1 2 0v7a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l2-2a3 3 0 0 1 4.242 0l2 2a1 1 0 0 0 .707.293H17a1 1 0 0 0 .937-.65L2.293 3.708a1 1 0 0 1 0-1.414ZM8 3a1 1 0 0 1 1-1h8a3 3 0 0 1 3 3v7a1 1 0 1 1-2 0V5a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1Z",clipRule:"evenodd"})}))}));exports.BookmarkOffWhiteIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var i=r.className,o=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:i,color:o,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M2.293 2.293a1 1 0 0 1 1.414 0l18 18a1 1 0 0 1-1.414 1.414l-.899-.899A2.995 2.995 0 0 1 17 22h-.172a3 3 0 0 1-2.12-.879l-2-2a1 1 0 0 0-1.415 0l-2 2A3 3 0 0 1 7.172 22H7a3 3 0 0 1-3-3v-7a1 1 0 1 1 2 0v7a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l2-2a3 3 0 0 1 4.242 0l2 2a1 1 0 0 0 .707.293H17a1 1 0 0 0 .937-.65L2.293 3.708a1 1 0 0 1 0-1.414ZM8 3a1 1 0 0 1 1-1h8a3 3 0 0 1 3 3v7a1 1 0 1 1-2 0V5a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkOffWhiteIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=r.forwardRef((function(r,l){var c=r.size,i=r.color,t=r.className,n=r.secondaryColor;return a.jsxs(o.IconBase,e.__assign({ref:l,size:c,color:i||"gray800",className:t,viewBox:"0 0 24 24"},{children:[a.jsx("path",{fill:"".concat(n?s.theme[n]:s.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z",clipRule:"evenodd"}),a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M9.293 7.293a1 1 0 0 1 1.414 0L12 8.586l1.293-1.293a1 1 0 1 1 1.414 1.414L13.414 10l1.293 1.293a1 1 0 0 1-1.414 1.414L12 11.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L10.586 10 9.293 8.707a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})]}))}));exports.BookmarkRemoveDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=r.forwardRef((function(r,l){var c=r.className,i=r.color,t=r.secondaryColor,n=r.size;return a.jsxs(o.IconBase,e.__assign({ref:l,className:c,color:i||"gray800",size:n,viewBox:"0 0 24 24"},{children:[a.jsx("path",{clipRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z","data-is-secondary-color":"true",fill:"".concat(t?s.theme[t]:s.theme.gray400),fillRule:"evenodd"}),a.jsx("path",{clipRule:"evenodd",d:"M9.293 7.293a1 1 0 0 1 1.414 0L12 8.586l1.293-1.293a1 1 0 1 1 1.414 1.414L13.414 10l1.293 1.293a1 1 0 0 1-1.414 1.414L12 11.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L10.586 10 9.293 8.707a1 1 0 0 1 0-1.414Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BookmarkRemoveDuotoneIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Zm5.322 2.222a1.1 1.1 0 0 1 1.556 0L12 8.444l1.222-1.222a1.1 1.1 0 1 1 1.556 1.556L13.555 10l1.223 1.222a1.1 1.1 0 1 1-1.556 1.556L12 11.555l-1.222 1.223a1.1 1.1 0 1 1-1.556-1.556L10.444 10 9.222 8.778a1.1 1.1 0 0 1 0-1.556Z",clipRule:"evenodd"})}))}));exports.BookmarkRemoveIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Zm5.322 2.222a1.1 1.1 0 0 1 1.556 0L12 8.444l1.222-1.222a1.1 1.1 0 1 1 1.556 1.556L13.555 10l1.223 1.222a1.1 1.1 0 1 1-1.556 1.556L12 11.555l-1.222 1.223a1.1 1.1 0 1 1-1.556-1.556L10.444 10 9.222 8.778a1.1 1.1 0 0 1 0-1.556Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkRemoveIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm5.293 2.293a1 1 0 0 1 1.414 0L12 8.586l1.293-1.293a1 1 0 1 1 1.414 1.414L13.414 10l1.293 1.293a1 1 0 0 1-1.414 1.414L12 11.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L10.586 10 9.293 8.707a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})}))}));exports.BookmarkRemoveWhiteIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm5.293 2.293a1 1 0 0 1 1.414 0L12 8.586l1.293-1.293a1 1 0 1 1 1.414 1.414L13.414 10l1.293 1.293a1 1 0 0 1-1.414 1.414L12 11.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L10.586 10 9.293 8.707a1 1 0 0 1 0-1.414Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkRemoveWhiteIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var t=a.size,c=a.color,i=a.className,n=a.secondaryColor;return r.jsxs(o.IconBase,e.__assign({ref:l,size:t,color:c||"gray800",className:i,viewBox:"0 0 24 24"},{children:[r.jsx("path",{fill:"".concat(n?s.theme[n]:s.theme.gray400),"data-is-secondary-color":"true",fillRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z",clipRule:"evenodd"}),r.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M9 10a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z",clipRule:"evenodd"})]}))}));exports.BookmarkSubtractDuotoneIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),r=require("react/jsx-runtime"),a=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var t=a.className,c=a.color,i=a.secondaryColor,n=a.size;return r.jsxs(o.IconBase,e.__assign({ref:l,className:t,color:c||"gray800",size:n,viewBox:"0 0 24 24"},{children:[r.jsx("path",{clipRule:"evenodd",d:"M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Z","data-is-secondary-color":"true",fill:"".concat(i?s.theme[i]:s.theme.gray400),fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M9 10a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z",fill:"currentColor",fillRule:"evenodd"})]}))}));exports.BookmarkSubtractDuotoneIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.size,i=r.color,c=r.className;return a.jsx(s.IconBase,e.__assign({ref:l,size:o,color:i,className:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Zm5 5A1.1 1.1 0 0 1 10 8.9h4a1.1 1.1 0 0 1 0 2.2h-4A1.1 1.1 0 0 1 8.9 10Z",clipRule:"evenodd"})}))}));exports.BookmarkSubtractIcon=l;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var l=r.forwardRef((function(r,l){var o=r.className,i=r.color,c=r.size;return a.jsx(s.IconBase,e.__assign({ref:l,className:o,color:i,size:c,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4.1a.9.9 0 0 0-.9.9v14a.9.9 0 0 0 .9.9h.171a.9.9 0 0 0 .637-.264l1.828-1.828a3.1 3.1 0 0 1 2.192-.908h.344a3.1 3.1 0 0 1 2.191.908l1.829 1.828a.9.9 0 0 0 .636.264H17a.9.9 0 0 0 .9-.9V5a.9.9 0 0 0-.9-.9H7ZM3.9 5A3.1 3.1 0 0 1 7 1.9h10A3.1 3.1 0 0 1 20.1 5v14a3.1 3.1 0 0 1-3.1 3.1h-.172a3.1 3.1 0 0 1-2.192-.908l-1.828-1.829a.9.9 0 0 0-.636-.263h-.344a.9.9 0 0 0-.636.263l-1.828 1.829a3.1 3.1 0 0 1-2.193.908H7A3.1 3.1 0 0 1 3.9 19V5Zm5 5A1.1 1.1 0 0 1 10 8.9h4a1.1 1.1 0 0 1 0 2.2h-4A1.1 1.1 0 0 1 8.9 10Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkSubtractIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=r.forwardRef((function(r,i){var o=r.size,l=r.color,t=r.className;return a.jsx(s.IconBase,e.__assign({ref:i,size:o,color:l,className:t,viewBox:"0 0 24 24"},{children:a.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm5 5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z",clipRule:"evenodd"})}))}));exports.BookmarkSubtractWhiteIcon=i;
1
+ "use strict";var e=require("../_tslib-fe391a2e.js"),a=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var i=r.forwardRef((function(r,i){var o=r.className,l=r.color,t=r.size;return a.jsx(s.IconBase,e.__assign({ref:i,className:o,color:l,size:t,viewBox:"0 0 24 24"},{children:a.jsx("path",{clipRule:"evenodd",d:"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h.172a1 1 0 0 0 .707-.293l1.828-1.828A3 3 0 0 1 11.828 17h.344a3 3 0 0 1 2.12.879l1.83 1.828a1 1 0 0 0 .706.293H17a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7ZM4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-.172a3 3 0 0 1-2.12-.879l-1.83-1.828a1 1 0 0 0-.706-.293h-.344a1 1 0 0 0-.707.293L9.293 21.12a3 3 0 0 1-2.121.88H7a3 3 0 0 1-3-3V5Zm5 5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z",fill:"currentColor",fillRule:"evenodd"})}))}));exports.BookmarkSubtractWhiteIcon=i;