@zonos/amino 5.4.36 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/CountryMultiSelectExpandedOption-920c1ec2.js +1 -0
  2. package/{DateControlsWrapper-d09e2e06.js → DateControlsWrapper-4900e6bb.js} +1 -1
  3. package/all.d.ts +1 -4
  4. package/components/avatar/AvatarBase.js +1 -1
  5. package/components/avatar/ImageAvatar.js +1 -1
  6. package/components/avatar/UserAvatar.js +1 -1
  7. package/components/badge/Badge.js +1 -1
  8. package/components/banner/Banner.d.ts +2 -2
  9. package/components/banner/Banner.js +1 -1
  10. package/components/button/Button.d.ts +1 -1
  11. package/components/button/Button.js +1 -1
  12. package/components/button/ButtonIcon.js +1 -1
  13. package/components/button/MenuButton.js +1 -1
  14. package/components/button/RippleGroup.d.ts +1 -1
  15. package/components/button/RippleGroup.js +1 -1
  16. package/components/button/_Ripple.d.ts +2 -2
  17. package/components/button/_Ripple.js +1 -1
  18. package/components/button/button-group/ButtonGroup.js +1 -1
  19. package/components/card/Card.js +1 -1
  20. package/components/checkbox/Checkbox.d.ts +1 -1
  21. package/components/checkbox/Checkbox.js +1 -1
  22. package/components/connection-map/ConnectionMap.js +1 -1
  23. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +2 -16
  24. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  25. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +23 -0
  26. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -0
  27. package/components/cover-sheet/CoverSheet.js +1 -1
  28. package/components/cover-sheet/CoverSheetActions.js +1 -1
  29. package/components/currency/Currency.js +1 -1
  30. package/components/currency/DualCurrency.js +1 -1
  31. package/components/danger-zone/DangerZone.js +1 -1
  32. package/components/dialog/BaseDialog.d.ts +1 -1
  33. package/components/dialog/BaseDialog.js +1 -1
  34. package/components/dialog/Dialog.d.ts +3 -3
  35. package/components/dialog/Dialog.js +1 -1
  36. package/components/dialog/DismissableDialog.d.ts +2 -2
  37. package/components/dialog/DismissableDialog.js +1 -1
  38. package/components/dialog/alert/AlertContext.js +1 -1
  39. package/components/dialog/alert/AlertDialog.d.ts +1 -1
  40. package/components/dialog/alert/AlertDialog.js +1 -1
  41. package/components/dialog/alert/useAlert.js +1 -1
  42. package/components/dialog/announcement/AnnouncementDialog.d.ts +1 -1
  43. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  44. package/components/dialog/confirm/ConfirmContext.js +1 -1
  45. package/components/dialog/confirm/ConfirmDialog.d.ts +2 -2
  46. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  47. package/components/dialog/confirm/useConfirm.js +1 -1
  48. package/components/drop-zone/DropZone.d.ts +2 -2
  49. package/components/drop-zone/DropZone.js +1 -1
  50. package/components/file-upload/FileUpload.d.ts +1 -1
  51. package/components/file-upload/FileUpload.js +1 -1
  52. package/components/filter/FilterWrapper.d.ts +2 -2
  53. package/components/filter/FilterWrapper.js +1 -1
  54. package/components/filter/filter-amount/FilterAmount.js +1 -1
  55. package/components/filter/filter-amount/filterAmountReducer.js +1 -1
  56. package/components/filter/filter-date/DateControls.d.ts +2 -2
  57. package/components/filter/filter-date/DateControls.js +1 -1
  58. package/components/filter/filter-date/DateControlsWrapper.d.ts +1 -1
  59. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  60. package/components/filter/filter-date/FilterDate.js +1 -1
  61. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  62. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  63. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  64. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  65. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  66. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  67. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  68. package/components/filter/filter-date/filterDateReducer.js +1 -1
  69. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +1 -1
  70. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  71. package/components/filter/filter-select/FilterSelect.d.ts +3 -3
  72. package/components/filter/filter-select/FilterSelect.js +1 -1
  73. package/components/filter/filter-text/FilterText.d.ts +1 -1
  74. package/components/filter/filter-text/FilterText.js +1 -1
  75. package/components/filter/useFilterWrapper.js +1 -1
  76. package/components/flex/Flex.js +1 -1
  77. package/components/glow/GlowWrapper.js +1 -1
  78. package/components/help-text/HelpText.js +1 -1
  79. package/components/input/Input.js +1 -1
  80. package/components/input/MultiInput.d.ts +2 -2
  81. package/components/input/MultiInput.js +1 -1
  82. package/components/input/input-type/_DateInput.d.ts +1 -1
  83. package/components/input/input-type/_DateInput.js +1 -1
  84. package/components/input/input-type/_FloatLabelInput.d.ts +1 -1
  85. package/components/input/input-type/_FloatLabelInput.js +1 -1
  86. package/components/input/input-type/_NumberInput.d.ts +1 -1
  87. package/components/input/input-type/_NumberInput.js +1 -1
  88. package/components/input/input-type/_PasswordInput.d.ts +1 -1
  89. package/components/input/input-type/_PasswordInput.js +1 -1
  90. package/components/input/input-type/_TimeInput.d.ts +1 -1
  91. package/components/input/input-type/_TimeInput.js +1 -1
  92. package/components/layout/Layout.js +1 -1
  93. package/components/lightbox/LightBox.js +1 -1
  94. package/components/list/CollapsibleList.js +1 -1
  95. package/components/list-item/ListItem.js +1 -1
  96. package/components/nested-data-table/NestedDataTable.d.ts +1 -1
  97. package/components/nested-data-table/NestedDataTable.js +1 -1
  98. package/components/nested-data-table/NestedDataTableHasura.d.ts +2 -2
  99. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  100. package/components/nested-data-table/_Filter.js +1 -1
  101. package/components/nested-data-table/_TableData.js +1 -1
  102. package/components/pivot-table/PivotTable.d.ts +2 -2
  103. package/components/pivot-table/PivotTable.js +1 -1
  104. package/components/progress-bar/ProgressBar.d.ts +1 -1
  105. package/components/progress-bar/ProgressBar.js +1 -1
  106. package/components/radio/Radio.d.ts +1 -1
  107. package/components/radio/Radio.js +1 -1
  108. package/components/radio/RadioGroup.js +1 -1
  109. package/components/rest-state/RestState.js +1 -1
  110. package/components/rich-card-select/RichCardStateSelect.d.ts +1 -1
  111. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  112. package/components/rich-checkbox/RichCheckbox.js +1 -1
  113. package/components/rich-radio/RichRadio.d.ts +1 -1
  114. package/components/rich-radio/RichRadio.js +1 -1
  115. package/components/rounded-icon/RoundedIcon.js +1 -1
  116. package/components/section/HSection.js +1 -1
  117. package/components/section/VSection.js +1 -1
  118. package/components/section/_SectionHeader.js +1 -1
  119. package/components/section/_SectionSubheader.js +1 -1
  120. package/components/select/CountryMultiSelect.d.ts +1 -1
  121. package/components/select/CountryMultiSelect.js +1 -1
  122. package/components/select/CountrySelect.d.ts +1 -1
  123. package/components/select/CountrySelect.js +1 -1
  124. package/components/select/MultiSelect.js +1 -1
  125. package/components/select/Select.d.ts +9 -9
  126. package/components/select/Select.js +1 -1
  127. package/components/select/_StyledReactSelect.d.ts +1 -1
  128. package/components/select/_StyledReactSelect.js +1 -1
  129. package/components/simple-table/SimpleTable.d.ts +18 -18
  130. package/components/simple-table/SimpleTable.js +1 -1
  131. package/components/skeleton/Skeleton.js +1 -1
  132. package/components/slide-over/SlideOver.js +1 -1
  133. package/components/spinner/Spinner.js +1 -1
  134. package/components/split-panel/SplitPanel.js +1 -1
  135. package/components/stack/HStack.js +1 -1
  136. package/components/stack/Stack.d.ts +1 -1
  137. package/components/stack/Stack.js +1 -1
  138. package/components/stack/VStack.js +1 -1
  139. package/components/switch/Switch.d.ts +1 -1
  140. package/components/switch/Switch.js +1 -1
  141. package/components/table/TableCell.js +1 -1
  142. package/components/table/TableRowCollapse.js +1 -1
  143. package/components/tabs/Tabs.d.ts +1 -1
  144. package/components/tabs/Tabs.js +1 -1
  145. package/components/tag/Tag.d.ts +1 -1
  146. package/components/text/Text.d.ts +1 -1
  147. package/components/text/Text.js +1 -1
  148. package/components/text-avatar/TextAvatar.js +1 -1
  149. package/components/textarea/Textarea.js +1 -1
  150. package/components/theme-select/ThemeSelect.js +1 -1
  151. package/components/thumbnail/Thumbnail.js +1 -1
  152. package/components/toast/Toast.d.ts +2 -2
  153. package/components/toast/Toast.js +1 -1
  154. package/components/toast/ToastContext.d.ts +1 -1
  155. package/components/toast/ToastContext.js +1 -1
  156. package/components/toggle/Toggle.d.ts +1 -1
  157. package/components/toggle/Toggle.js +1 -1
  158. package/components/tooltip/Tooltip.d.ts +1 -1
  159. package/components/tooltip/Tooltip.js +1 -1
  160. package/icons/AIDuotoneIcon.d.ts +1 -1
  161. package/icons/ArrowSwapDuotoneIcon.d.ts +1 -1
  162. package/icons/BagDuotoneIcon.d.ts +1 -1
  163. package/icons/BankDuotoneIcon.d.ts +1 -1
  164. package/icons/BellDuotoneIcon.d.ts +1 -1
  165. package/icons/BellOffDuotoneIcon.d.ts +1 -1
  166. package/icons/BookDuotoneIcon.d.ts +1 -1
  167. package/icons/BookmarkAddDuotoneIcon.d.ts +1 -1
  168. package/icons/BookmarkCheckDuotoneIcon.d.ts +1 -1
  169. package/icons/BookmarkOffDuotoneIcon.d.ts +1 -1
  170. package/icons/BookmarkRemoveDuotoneIcon.d.ts +1 -1
  171. package/icons/BookmarkSubtractDuotoneIcon.d.ts +1 -1
  172. package/icons/BoxesDuotoneIcon.d.ts +1 -1
  173. package/icons/BufferDuotoneIcon.d.ts +1 -1
  174. package/icons/CalculatorDuotoneIcon.d.ts +1 -1
  175. package/icons/CalendarDuotoneIcon.d.ts +1 -1
  176. package/icons/CardDuotoneIcon.d.ts +1 -1
  177. package/icons/CartDuotoneIcon.d.ts +1 -1
  178. package/icons/ChartDuotoneIcon.d.ts +1 -1
  179. package/icons/CheckCircleDuotoneIcon.d.ts +1 -1
  180. package/icons/CheckoutDuotoneIcon.d.ts +1 -1
  181. package/icons/ChevronDownCircleDuotoneIcon.d.ts +1 -1
  182. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +1 -1
  183. package/icons/ChevronRightCircleDuotoneIcon.d.ts +1 -1
  184. package/icons/ClassifyDuotoneIcon.d.ts +1 -1
  185. package/icons/ClearDuotoneIcon.d.ts +1 -1
  186. package/icons/ClockDuotoneIcon.d.ts +1 -1
  187. package/icons/CodeCircleDuotoneIcon.d.ts +1 -1
  188. package/icons/CodeDuotoneIcon.d.ts +1 -1
  189. package/icons/CoinsDuotoneIcon.d.ts +1 -1
  190. package/icons/CollectDuotoneIcon.d.ts +1 -1
  191. package/icons/CommentDuotoneIcon.d.ts +1 -1
  192. package/icons/CopilotDuotoneIcon.d.ts +1 -1
  193. package/icons/CopyDuotoneIcon.d.ts +1 -1
  194. package/icons/CubeDuotoneIcon.d.ts +1 -1
  195. package/icons/DashboardDuotoneIcon.d.ts +1 -1
  196. package/icons/DislikeDuotoneIcon.d.ts +1 -1
  197. package/icons/DocsDuotoneIcon.d.ts +1 -1
  198. package/icons/DollarDuotoneIcon.d.ts +1 -1
  199. package/icons/DoubleChevronDuotoneIcon.d.ts +1 -1
  200. package/icons/DragDuotoneIcon.d.ts +1 -1
  201. package/icons/EditDuotoneIcon.d.ts +1 -1
  202. package/icons/ExclamationMarkDuotoneIcon.d.ts +1 -1
  203. package/icons/ExportDuotoneIcon.d.ts +1 -1
  204. package/icons/ExternalDuotoneIcon.d.ts +1 -1
  205. package/icons/EyeDuotoneIcon.d.ts +1 -1
  206. package/icons/EyeOffDuotoneIcon.d.ts +1 -1
  207. package/icons/FileDuotoneIcon.d.ts +1 -1
  208. package/icons/FileUploadDuotoneIcon.d.ts +1 -1
  209. package/icons/FilterDuotoneIcon.d.ts +1 -1
  210. package/icons/FolderListDuotoneIcon.d.ts +1 -1
  211. package/icons/FolderUploadDuotoneIcon.d.ts +1 -1
  212. package/icons/FusionDuotoneIcon.d.ts +1 -1
  213. package/icons/GlobeDuotoneIcon.d.ts +1 -1
  214. package/icons/GridDuotoneIcon.d.ts +1 -1
  215. package/icons/HelloDuotoneIcon.d.ts +1 -1
  216. package/icons/HelpDuotoneIcon.d.ts +1 -1
  217. package/icons/HomeDuotoneIcon.d.ts +1 -1
  218. package/icons/ImageDuotoneIcon.d.ts +1 -1
  219. package/icons/ImportDuotoneIcon.d.ts +1 -1
  220. package/icons/InfoDuotoneIcon.d.ts +1 -1
  221. package/icons/IntegrationDuotoneIcon.d.ts +1 -1
  222. package/icons/LandedCostDuotoneIcon.d.ts +1 -1
  223. package/icons/LaptopDuotoneIcon.d.ts +1 -1
  224. package/icons/LeftPanelClosedDuotoneIcon.d.ts +1 -1
  225. package/icons/LeftPanelOpenDuotoneIcon.d.ts +1 -1
  226. package/icons/LightDuotoneIcon.d.ts +1 -1
  227. package/icons/LikeDuotoneIcon.d.ts +1 -1
  228. package/icons/LineDownDuotoneIcon.d.ts +1 -1
  229. package/icons/LineUpDuotoneIcon.d.ts +1 -1
  230. package/icons/LinkDuotoneIcon.d.ts +1 -1
  231. package/icons/LocationDuotoneIcon.d.ts +1 -1
  232. package/icons/LockDuotoneIcon.d.ts +1 -1
  233. package/icons/LoginDuotoneIcon.d.ts +1 -1
  234. package/icons/LogoutDuotoneIcon.d.ts +1 -1
  235. package/icons/MailDuotoneIcon.d.ts +1 -1
  236. package/icons/MaximizeDuotoneIcon.d.ts +1 -1
  237. package/icons/MenuDuotoneIcon.d.ts +1 -1
  238. package/icons/MinimizeDuotoneIcon.d.ts +1 -1
  239. package/icons/MinusCircleDuotoneIcon.d.ts +1 -1
  240. package/icons/MobileDuotoneIcon.d.ts +1 -1
  241. package/icons/MoneyDuotoneIcon.d.ts +1 -1
  242. package/icons/MonitorDuotoneIcon.d.ts +1 -1
  243. package/icons/PaletteDuotoneIcon.d.ts +1 -1
  244. package/icons/PauseCircleDuotoneIcon.d.ts +1 -1
  245. package/icons/PenDuotoneIcon.d.ts +1 -1
  246. package/icons/PercentBadgeDuotoneIcon.d.ts +1 -1
  247. package/icons/PercentDuotoneIcon.d.ts +1 -1
  248. package/icons/PlaneDuotoneIcon.d.ts +1 -1
  249. package/icons/PlayCircleDuotoneIcon.d.ts +1 -1
  250. package/icons/PlusCircleDuotoneIcon.d.ts +1 -1
  251. package/icons/PrepayDuotoneIcon.d.ts +1 -1
  252. package/icons/PrinterDuotoneIcon.d.ts +1 -1
  253. package/icons/RateDuotoneIcon.d.ts +1 -1
  254. package/icons/ReceiptDuotoneIcon.d.ts +1 -1
  255. package/icons/RefreshDuotoneIcon.d.ts +1 -1
  256. package/icons/RemoveCircleDuotoneIcon.d.ts +1 -1
  257. package/icons/RestrictDuotoneIcon.d.ts +1 -1
  258. package/icons/RightPanelClosedDuotoneIcon.d.ts +1 -1
  259. package/icons/RightPanelOpenDuotoneIcon.d.ts +1 -1
  260. package/icons/RocketDuotoneIcon.d.ts +1 -1
  261. package/icons/ScanDuotoneIcon.d.ts +1 -1
  262. package/icons/ScreenDuotoneIcon.d.ts +1 -1
  263. package/icons/SearchDuotoneIcon.d.ts +1 -1
  264. package/icons/SendDuotoneIcon.d.ts +1 -1
  265. package/icons/SettingsDuotoneIcon.d.ts +1 -1
  266. package/icons/ShoppingListDuotoneIcon.d.ts +1 -1
  267. package/icons/ShoppingTagDuotoneIcon.d.ts +1 -1
  268. package/icons/StarOffDuotoneIcon.d.ts +1 -1
  269. package/icons/StarsDuotoneIcon.d.ts +1 -1
  270. package/icons/SunnyDuotoneIcon.d.ts +1 -1
  271. package/icons/TagDuotoneIcon.d.ts +1 -1
  272. package/icons/TaxDuotoneIcon.d.ts +1 -1
  273. package/icons/TotalLandedCostDuotoneIcon.d.ts +1 -1
  274. package/icons/TrashCanDuotoneIcon.d.ts +1 -1
  275. package/icons/TruckDuotoneIcon.d.ts +1 -1
  276. package/icons/UFODuotoneIcon.d.ts +1 -1
  277. package/icons/UserDuotoneIcon.d.ts +1 -1
  278. package/icons/WarningDuotoneIcon.d.ts +1 -1
  279. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  280. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  281. package/icons/custom/products/ClearColorIcon.js +1 -1
  282. package/icons/custom/products/CollectColorIcon.js +1 -1
  283. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  284. package/icons/custom/products/DashboardColorIcon.js +1 -1
  285. package/icons/custom/products/HelloColorIcon.js +1 -1
  286. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  287. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  288. package/icons/custom/products/PrepayColorIcon.js +1 -1
  289. package/icons/custom/products/RateColorIcon.js +1 -1
  290. package/icons/custom/products/RestrictColorIcon.js +1 -1
  291. package/icons/custom/products/ScreenColorIcon.js +1 -1
  292. package/icons/custom/products/TaxColorIcon.js +1 -1
  293. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  294. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  295. package/icons/flag-icon/FlagIcon.d.ts +1 -1
  296. package/icons/flag-icon/FlagIcon.js +1 -1
  297. package/icons/flag-icon/_FlagIconBase.js +1 -1
  298. package/icons/flag-icon/useStableUniqueId.js +1 -1
  299. package/icons/flags/AF.js +1 -1
  300. package/icons/flags/AG.js +1 -1
  301. package/icons/flags/AL.js +1 -1
  302. package/icons/flags/AR.js +1 -1
  303. package/icons/flags/AS.js +1 -1
  304. package/icons/flags/AX.js +1 -1
  305. package/icons/flags/BA.js +1 -1
  306. package/icons/flags/BB.js +1 -1
  307. package/icons/flags/BH.js +1 -1
  308. package/icons/flags/BI.js +1 -1
  309. package/icons/flags/BS.js +1 -1
  310. package/icons/flags/BV.js +1 -1
  311. package/icons/flags/CF.js +1 -1
  312. package/icons/flags/CG.js +1 -1
  313. package/icons/flags/CL.js +1 -1
  314. package/icons/flags/CN.js +1 -1
  315. package/icons/flags/CU.js +1 -1
  316. package/icons/flags/CV.js +1 -1
  317. package/icons/flags/CW.js +1 -1
  318. package/icons/flags/CX.js +1 -1
  319. package/icons/flags/CY.js +1 -1
  320. package/icons/flags/CZ.js +1 -1
  321. package/icons/flags/DJ.js +1 -1
  322. package/icons/flags/DO.js +1 -1
  323. package/icons/flags/EH.js +1 -1
  324. package/icons/flags/ET.js +1 -1
  325. package/icons/flags/FM.js +1 -1
  326. package/icons/flags/FO.js +1 -1
  327. package/icons/flags/GB.js +1 -1
  328. package/icons/flags/GD.js +1 -1
  329. package/icons/flags/GG.js +1 -1
  330. package/icons/flags/GI.js +1 -1
  331. package/icons/flags/GM.js +1 -1
  332. package/icons/flags/GR.js +1 -1
  333. package/icons/flags/HK.js +1 -1
  334. package/icons/flags/HN.js +1 -1
  335. package/icons/flags/IL.js +1 -1
  336. package/icons/flags/IN.js +1 -1
  337. package/icons/flags/IO.js +1 -1
  338. package/icons/flags/IS.js +1 -1
  339. package/icons/flags/JE.js +1 -1
  340. package/icons/flags/JO.js +1 -1
  341. package/icons/flags/JP.js +1 -1
  342. package/icons/flags/KE.js +1 -1
  343. package/icons/flags/KG.js +1 -1
  344. package/icons/flags/KI.js +1 -1
  345. package/icons/flags/KM.js +1 -1
  346. package/icons/flags/KN.js +1 -1
  347. package/icons/flags/KP.js +1 -1
  348. package/icons/flags/KR.js +1 -1
  349. package/icons/flags/KW.js +1 -1
  350. package/icons/flags/LA.js +1 -1
  351. package/icons/flags/LB.js +1 -1
  352. package/icons/flags/LR.js +1 -1
  353. package/icons/flags/LY.js +1 -1
  354. package/icons/flags/MO.js +1 -1
  355. package/icons/flags/MP.js +1 -1
  356. package/icons/flags/MR.js +1 -1
  357. package/icons/flags/MY.js +1 -1
  358. package/icons/flags/NA.js +1 -1
  359. package/icons/flags/NP.js +1 -1
  360. package/icons/flags/NR.js +1 -1
  361. package/icons/flags/NU.js +1 -1
  362. package/icons/flags/NZ.js +1 -1
  363. package/icons/flags/OM.js +1 -1
  364. package/icons/flags/PA.js +1 -1
  365. package/icons/flags/PF.js +1 -1
  366. package/icons/flags/PK.js +1 -1
  367. package/icons/flags/PR.js +1 -1
  368. package/icons/flags/PS.js +1 -1
  369. package/icons/flags/PW.js +1 -1
  370. package/icons/flags/RW.js +1 -1
  371. package/icons/flags/SA.js +1 -1
  372. package/icons/flags/SB.js +1 -1
  373. package/icons/flags/SC.js +1 -1
  374. package/icons/flags/SD.js +1 -1
  375. package/icons/flags/SG.js +1 -1
  376. package/icons/flags/SI.js +1 -1
  377. package/icons/flags/SO.js +1 -1
  378. package/icons/flags/ST.js +1 -1
  379. package/icons/flags/SZ.js +1 -1
  380. package/icons/flags/TF.js +1 -1
  381. package/icons/flags/TG.js +1 -1
  382. package/icons/flags/TJ.js +1 -1
  383. package/icons/flags/TL.js +1 -1
  384. package/icons/flags/TN.js +1 -1
  385. package/icons/flags/TV.js +1 -1
  386. package/icons/flags/TW.js +1 -1
  387. package/icons/flags/TZ.js +1 -1
  388. package/icons/flags/UM.js +1 -1
  389. package/icons/flags/UY.js +1 -1
  390. package/icons/flags/UZ.js +1 -1
  391. package/icons/flags/VE.js +1 -1
  392. package/icons/flags/VI.js +1 -1
  393. package/icons/flags/VN.js +1 -1
  394. package/icons/flags/ZA.js +1 -1
  395. package/icons/flags/ZW.js +1 -1
  396. package/icons/icon-base/_StateIconBase.d.ts +1 -1
  397. package/package.json +3 -9
  398. package/theme.css +2 -1
  399. package/tslib.es6-5672428a.js +1 -0
  400. package/utils/_extractQueryParams.js +1 -1
  401. package/utils/addIndex.js +1 -1
  402. package/utils/flattenRow.js +1 -1
  403. package/utils/formatCurrency.js +1 -1
  404. package/utils/getAminoColor.d.ts +1 -1
  405. package/utils/getFuzzySearch.d.ts +1 -1
  406. package/utils/getIsInternalLink.js +1 -1
  407. package/utils/getProductDetails.js +1 -1
  408. package/utils/handleFetch.d.ts +10 -6
  409. package/utils/handleFetch.js +1 -1
  410. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  411. package/utils/hooks/useAminoTheme.d.ts +1 -1
  412. package/utils/hooks/useCountryOptions.d.ts +2 -2
  413. package/utils/hooks/useCountryOptions.js +1 -1
  414. package/utils/hooks/useDropdown.js +1 -1
  415. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  416. package/utils/hooks/useNotify.d.ts +1 -1
  417. package/utils/hooks/useNotify.js +1 -1
  418. package/utils/hooks/usePrevious.d.ts +1 -1
  419. package/utils/hooks/useStateUrl.js +1 -1
  420. package/utils/hooks/useStorage.d.ts +3 -3
  421. package/utils/hooks/useSwrt.d.ts +9 -1
  422. package/utils/hooks/useSwrt.js +1 -1
  423. package/utils/jsonParse.d.ts +1 -1
  424. package/utils/prepCountryOptions.js +1 -1
  425. package/utils/prepRegionCountryOptions.js +1 -1
  426. package/utils/setupNestedData.js +1 -1
  427. package/utils/storage.d.ts +4 -4
  428. package/utils/useCopyText.js +1 -1
  429. package/_tslib-bd4862e8.js +0 -1
  430. package/components/slider/Slider.d.ts +0 -21
  431. package/components/slider/Slider.js +0 -1
  432. package/components/sortable-list/SortableList.d.ts +0 -10
  433. package/components/sortable-list/SortableList.js +0 -1
  434. package/components/sortable-list/SortableListDeps.d.ts +0 -2
  435. package/components/sortable-list/SortableListDeps.js +0 -1
  436. package/components/sortable-list/SortableListItem.d.ts +0 -10
  437. package/components/sortable-list/SortableListItem.js +0 -1
  438. package/types/FetcherError.d.ts +0 -5
  439. package/types/JsonError.d.ts +0 -5
  440. package/types/NoInfer.d.ts +0 -5
  441. package/types/SwrtParams.d.ts +0 -4
  442. package/types/index.d.ts +0 -9
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const GridDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const HelloDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const HelpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const HomeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ImageDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ImportDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const InfoDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const IntegrationDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LandedCostDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LaptopDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LeftPanelClosedDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LeftPanelOpenDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LightDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LikeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LineDownDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LineUpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LinkDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LocationDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LockDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LoginDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const LogoutDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MailDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MaximizeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MenuDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MinimizeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MinusCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MobileDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MoneyDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const MonitorDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PaletteDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PauseCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PenDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PercentBadgeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PercentDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PlaneDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PlayCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PlusCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PrepayDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const PrinterDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RateDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ReceiptDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RefreshDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RemoveCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RestrictDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RightPanelClosedDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RightPanelOpenDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const RocketDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ScanDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ScreenDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const SearchDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const SendDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const SettingsDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ShoppingListDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ShoppingTagDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const StarOffDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const StarsDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const SunnyDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const TagDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const TaxDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const TotalLandedCostDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const TrashCanDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const TruckDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const UFODuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const UserDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color } from "../types";
2
+ import type { Color } from "../types/Color";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const WarningDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../flag-icon/useStableUniqueId.js"),i=require("../../icon-base/_IconBase.js");require("../../../_tslib-bd4862e8.js"),require("uuid"),require("../../../styles/constants/theme.js");var l=s.forwardRef((function(s,l){var t=s.className,a=s.color,o=s.inlineBlock,c=s.size,n=r.useStableUniqueId(5);return e.jsxs(i.IconBase,{ref:l,className:t,color:a,inlineBlock:o,size:c,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"19",x:"3",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M6.257 2.5h9.386c.49 0 .944.263 1.188.686l4.693 8.128c.244.423.244.949 0 1.372l-4.693 8.128a1.377 1.377 0 0 1-1.188.686H6.257c-.492 0-.945-.263-1.189-.686l-.548-.948a1.371 1.371 0 0 1 .217-1.657l.589-.589A7.928 7.928 0 0 1 3 12a7.93 7.93 0 0 1 2.326-5.62l-.589-.589a1.378 1.378 0 0 1-.217-1.657l.548-.948A1.377 1.377 0 0 1 6.257 2.5Z",fill:"#FFE37D",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[e.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906Z",fill:"url(#".concat(n[1],")")}),e.jsx("path",{d:"M15.646 2.5h-9.39c-.49 0-.94.263-1.188.686l-.548.948a1.378 1.378 0 0 0 .217 1.657L7.796 8.85A4.439 4.439 0 0 0 6.489 12c0 1.23.5 2.346 1.307 3.15l-3.059 3.06a1.371 1.371 0 0 0-.217 1.657l.548.948c.244.423.697.686 1.189.686h9.386c.49 0 .94-.263 1.188-.686l4.693-8.128a1.377 1.377 0 0 0 0-1.372L16.83 3.186a1.373 1.373 0 0 0-1.188-.686h.003Z",fill:"url(#".concat(n[2],")")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(n[3],")"),children:e.jsx("path",{d:"M11.903 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906Z",fill:"#4F1D0A"})}),e.jsx("g",{filter:"url(#".concat(n[4],")"),children:e.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906Z",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[1]),x1:"8.638",x2:"4.04",y1:"11.973",y2:"11.92",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[2]),x1:"11.715",x2:"23.44",y1:"12",y2:"12",children:[e.jsx("stop",{stopColor:"#E7910A"}),e.jsx("stop",{offset:"1",stopColor:"#DF2B76"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.907",id:"".concat(n[3]),width:"21.907",x:".95",y:"1.046",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.907",id:"".concat(n[4]),width:"19.907",x:"1",y:"2.046",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1"})]})]})]})}));exports.CheckoutColorIcon=l;
1
+ "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../flag-icon/useStableUniqueId.js"),i=require("../../icon-base/_IconBase.js");require("../../../tslib.es6-5672428a.js"),require("uuid"),require("../../../styles/constants/theme.js");var l=s.forwardRef((function(s,l){var t=s.className,a=s.color,o=s.inlineBlock,c=s.size,n=r.useStableUniqueId(5);return e.jsxs(i.IconBase,{ref:l,className:t,color:a,inlineBlock:o,size:c,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"19",x:"3",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M6.257 2.5h9.386c.49 0 .944.263 1.188.686l4.693 8.128c.244.423.244.949 0 1.372l-4.693 8.128a1.377 1.377 0 0 1-1.188.686H6.257c-.492 0-.945-.263-1.189-.686l-.548-.948a1.371 1.371 0 0 1 .217-1.657l.589-.589A7.928 7.928 0 0 1 3 12a7.93 7.93 0 0 1 2.326-5.62l-.589-.589a1.378 1.378 0 0 1-.217-1.657l.548-.948A1.377 1.377 0 0 1 6.257 2.5Z",fill:"#FFE37D",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[e.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906Z",fill:"url(#".concat(n[1],")")}),e.jsx("path",{d:"M15.646 2.5h-9.39c-.49 0-.94.263-1.188.686l-.548.948a1.378 1.378 0 0 0 .217 1.657L7.796 8.85A4.439 4.439 0 0 0 6.489 12c0 1.23.5 2.346 1.307 3.15l-3.059 3.06a1.371 1.371 0 0 0-.217 1.657l.548.948c.244.423.697.686 1.189.686h9.386c.49 0 .94-.263 1.188-.686l4.693-8.128a1.377 1.377 0 0 0 0-1.372L16.83 3.186a1.373 1.373 0 0 0-1.188-.686h.003Z",fill:"url(#".concat(n[2],")")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(n[3],")"),children:e.jsx("path",{d:"M11.903 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906Z",fill:"#4F1D0A"})}),e.jsx("g",{filter:"url(#".concat(n[4],")"),children:e.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906Z",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[1]),x1:"8.638",x2:"4.04",y1:"11.973",y2:"11.92",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[2]),x1:"11.715",x2:"23.44",y1:"12",y2:"12",children:[e.jsx("stop",{stopColor:"#E7910A"}),e.jsx("stop",{offset:"1",stopColor:"#DF2B76"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.907",id:"".concat(n[3]),width:"21.907",x:".95",y:"1.046",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.907",id:"".concat(n[4]),width:"19.907",x:"1",y:"2.046",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1"})]})]})]})}));exports.CheckoutColorIcon=l;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../flag-icon/useStableUniqueId.js"),i=require("../../icon-base/_IconBase.js");require("../../../_tslib-bd4862e8.js"),require("uuid"),require("../../../styles/constants/theme.js");var t=s.forwardRef((function(s,t){var c=s.className,l=s.color,o=s.inlineBlock,a=s.size,n=r.useStableUniqueId(5);return e.jsxs(i.IconBase,{ref:t,className:c,color:l,inlineBlock:o,size:a,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"21",x:"2",y:"2",children:e.jsx("path",{d:"m14.063 3.257 8.758 15.98v.003c.529.962-.179 2.132-1.283 2.132H3.462c-1.442 0-2.01-1.847-.812-2.644l1.58-.85a7.934 7.934 0 0 1-1.273-4.32c0-4.438 3.635-8.035 8.12-8.035h.245V3.946c0-1.497 2.018-2.005 2.741-.689Z",fill:"#D9D9D9"})}),e.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[e.jsx("path",{d:"M19.197 13.557c0 3.79-2.652 6.968-6.222 7.81H9.179c-3.57-.842-6.222-4.02-6.222-7.81 0-4.436 3.636-8.034 8.12-8.034 2.006 0 3.842.72 5.257 1.916l2.797 5.106c.042.331.066.67.066 1.012Z",fill:"url(#".concat(n[1],")")}),e.jsx("path",{d:"M22.821 19.236 14.063 3.257c-.723-1.316-2.741-.808-2.741.689v4.929c-2.621 0-4.745 2.1-4.745 4.694 0 .97.296 1.866.805 2.616L2.65 18.728c-1.198.797-.63 2.644.812 2.644h18.076c1.104 0 1.812-1.17 1.283-2.132v-.004Z",fill:"url(#".concat(n[2],")")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(n[3],")"),children:e.jsx("path",{d:"M11.987 21.75c4.065 0 7.361-3.26 7.361-7.283 0-4.023-3.296-7.283-7.361-7.283-4.066 0-7.362 3.26-7.362 7.283 0 4.023 3.296 7.284 7.362 7.284Z",fill:"#3B093F"})}),e.jsx("g",{filter:"url(#".concat(n[4],")"),children:e.jsx("path",{d:"M11.121 20.885c4.066 0 7.362-3.26 7.362-7.283 0-4.023-3.296-7.284-7.362-7.284-4.065 0-7.361 3.261-7.361 7.284 0 4.022 3.296 7.283 7.361 7.283Z",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[1]),x1:"9.696",x2:"5.586",y1:"12.734",y2:"10.232",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[2]),x1:"17.439",x2:".75",y1:"18.101",y2:"6.817",children:[e.jsx("stop",{offset:".01",stopColor:"#AA2DC9"}),e.jsx("stop",{offset:"1",stopColor:"#9297FA"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"20.567",id:"".concat(n[3]),width:"20.723",x:"1.625",y:"4.184",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"18.567",id:"".concat(n[4]),width:"18.723",x:"1.76",y:"4.318",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1"})]})]})]})}));exports.ClassifyColorIcon=t;
1
+ "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../../flag-icon/useStableUniqueId.js"),i=require("../../icon-base/_IconBase.js");require("../../../tslib.es6-5672428a.js"),require("uuid"),require("../../../styles/constants/theme.js");var t=s.forwardRef((function(s,t){var c=s.className,l=s.color,o=s.inlineBlock,a=s.size,n=r.useStableUniqueId(5);return e.jsxs(i.IconBase,{ref:t,className:c,color:l,inlineBlock:o,size:a,viewBox:"0 0 24 24",children:[e.jsx("mask",{height:"20",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"21",x:"2",y:"2",children:e.jsx("path",{d:"m14.063 3.257 8.758 15.98v.003c.529.962-.179 2.132-1.283 2.132H3.462c-1.442 0-2.01-1.847-.812-2.644l1.58-.85a7.934 7.934 0 0 1-1.273-4.32c0-4.438 3.635-8.035 8.12-8.035h.245V3.946c0-1.497 2.018-2.005 2.741-.689Z",fill:"#D9D9D9"})}),e.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[e.jsx("path",{d:"M19.197 13.557c0 3.79-2.652 6.968-6.222 7.81H9.179c-3.57-.842-6.222-4.02-6.222-7.81 0-4.436 3.636-8.034 8.12-8.034 2.006 0 3.842.72 5.257 1.916l2.797 5.106c.042.331.066.67.066 1.012Z",fill:"url(#".concat(n[1],")")}),e.jsx("path",{d:"M22.821 19.236 14.063 3.257c-.723-1.316-2.741-.808-2.741.689v4.929c-2.621 0-4.745 2.1-4.745 4.694 0 .97.296 1.866.805 2.616L2.65 18.728c-1.198.797-.63 2.644.812 2.644h18.076c1.104 0 1.812-1.17 1.283-2.132v-.004Z",fill:"url(#".concat(n[2],")")}),e.jsxs("g",{opacity:".5",children:[e.jsx("g",{filter:"url(#".concat(n[3],")"),children:e.jsx("path",{d:"M11.987 21.75c4.065 0 7.361-3.26 7.361-7.283 0-4.023-3.296-7.283-7.361-7.283-4.066 0-7.362 3.26-7.362 7.283 0 4.023 3.296 7.284 7.362 7.284Z",fill:"#3B093F"})}),e.jsx("g",{filter:"url(#".concat(n[4],")"),children:e.jsx("path",{d:"M11.121 20.885c4.066 0 7.362-3.26 7.362-7.283 0-4.023-3.296-7.284-7.362-7.284-4.065 0-7.361 3.261-7.361 7.284 0 4.022 3.296 7.283 7.361 7.283Z",fill:"#FFE37D"})})]})]}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[1]),x1:"9.696",x2:"5.586",y1:"12.734",y2:"10.232",children:[e.jsx("stop",{stopColor:"#fff"}),e.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),e.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n[2]),x1:"17.439",x2:".75",y1:"18.101",y2:"6.817",children:[e.jsx("stop",{offset:".01",stopColor:"#AA2DC9"}),e.jsx("stop",{offset:"1",stopColor:"#9297FA"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"20.567",id:"".concat(n[3]),width:"20.723",x:"1.625",y:"4.184",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1.5"})]}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"18.567",id:"".concat(n[4]),width:"18.723",x:"1.76",y:"4.318",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1"})]})]})]})}));exports.ClassifyColorIcon=t;