@zonos/amino 4.2.6 → 4.3.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 (530) hide show
  1. package/all.d.ts +1 -0
  2. package/components/alert-dialog/AlertContext.d.ts +3 -3
  3. package/components/alert-dialog/AlertDialog.d.ts +4 -4
  4. package/components/avatar/AvatarBase.d.ts +5 -5
  5. package/components/avatar/ImageAvatar.d.ts +2 -2
  6. package/components/avatar/UserAvatar.d.ts +2 -2
  7. package/components/badge/Badge.d.ts +4 -4
  8. package/components/banner/Banner.d.ts +3 -3
  9. package/components/button/Button.d.ts +11 -11
  10. package/components/button/MenuButton.d.ts +2 -2
  11. package/components/button/RippleGroup.d.ts +2 -2
  12. package/components/button/_Ripple.d.ts +1 -1
  13. package/components/button/useRipple.d.ts +3 -3
  14. package/components/card/Card.d.ts +2 -2
  15. package/components/checkbox/Checkbox.d.ts +2 -2
  16. package/components/collapse/Collapse.d.ts +2 -2
  17. package/components/confirm-dialog/ConfirmContext.d.ts +3 -3
  18. package/components/confirm-dialog/ConfirmDialog.d.ts +4 -4
  19. package/components/connection-map/ConnectionMap.d.ts +3 -3
  20. package/components/cover-sheet/CoverSheet.d.ts +2 -2
  21. package/components/cover-sheet/CoverSheetActions.d.ts +2 -2
  22. package/components/currency/Currency.d.ts +1 -1
  23. package/components/currency/DualCurrency.d.ts +2 -2
  24. package/components/dark-mode-wrapper/DarkModeWrapper.d.ts +2 -2
  25. package/components/dialog/Dialog.d.ts +3 -3
  26. package/components/dialog/_BaseDialog.d.ts +3 -3
  27. package/components/divider/Divider.d.ts +1 -1
  28. package/components/drop-zone/DropZone.d.ts +3 -3
  29. package/components/emoji/Emoji.d.ts +1 -1
  30. package/components/file-upload/FileUpload.d.ts +3 -3
  31. package/components/graph-matrix/GraphMatrix.d.ts +3 -3
  32. package/components/graph-matrix/GraphMatrix.js +1 -1
  33. package/components/graph-matrix/_GraphiqlContextWrapper.d.ts +4 -4
  34. package/components/graph-matrix/_LoadingIcon.js +1 -1
  35. package/components/help-text/HelpText.d.ts +2 -2
  36. package/components/input/Input.d.ts +6 -6
  37. package/components/input/SearchInput.d.ts +3 -3
  38. package/components/input/input-type/_FloatLabelInput.d.ts +6 -6
  39. package/components/layout/Layout.d.ts +3 -3
  40. package/components/layout/Layout.js +1 -1
  41. package/components/layout/NavigationGroup.d.ts +3 -3
  42. package/components/lightbox/LightBox.d.ts +3 -3
  43. package/components/list/CollapsibleList.d.ts +3 -3
  44. package/components/list/List.d.ts +2 -2
  45. package/components/list-item/ListItem.d.ts +2 -2
  46. package/components/mdx-anchor/MdxAnchor.d.ts +2 -2
  47. package/components/mdx-badge/MdxBadge.d.ts +1 -1
  48. package/components/mdx-banner/MdxBanner.d.ts +2 -2
  49. package/components/mdx-bread-crumbs/MdxBreadCrumbs.d.ts +2 -2
  50. package/components/mdx-button/MdxButton.d.ts +2 -2
  51. package/components/mdx-card/MdxCard.d.ts +3 -3
  52. package/components/mdx-card-grid/MdxCardGrid.d.ts +2 -2
  53. package/components/mdx-code-block/MdxCodeBlock.d.ts +2 -2
  54. package/components/mdx-collapse/MdxCollapse.d.ts +2 -2
  55. package/components/mdx-copy-value/MdxCopyValue.d.ts +1 -1
  56. package/components/mdx-hero/MdxHero.d.ts +2 -2
  57. package/components/mdx-image/MdxImage.d.ts +2 -2
  58. package/components/mdx-progress-checkbox/MdxProgressCheckbox.d.ts +2 -2
  59. package/components/mdx-related-content/MdxRelatedContent.d.ts +2 -2
  60. package/components/mdx-section/MdxSection.d.ts +2 -2
  61. package/components/mdx-subtitle/MdxSubtitle.d.ts +1 -1
  62. package/components/mdx-table/MdxTable.d.ts +1 -1
  63. package/components/mdx-tabs/MdxTab.d.ts +1 -1
  64. package/components/mdx-tabs/MdxTabs.d.ts +2 -2
  65. package/components/mdx-video-guide/MdxVideoGuide.d.ts +1 -1
  66. package/components/menu/MenuItem.d.ts +2 -2
  67. package/components/nested-data-table/NestedDataTable.d.ts +13 -5
  68. package/components/nested-data-table/NestedDataTable.js +1 -1
  69. package/components/nested-data-table/NestedDataTableHasura.d.ts +1 -1
  70. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  71. package/components/nested-data-table/_Filter.d.ts +2 -2
  72. package/components/nested-data-table/_Filter.js +1 -1
  73. package/components/nested-data-table/_TableData.d.ts +10 -3
  74. package/components/nested-data-table/_TableData.js +1 -1
  75. package/components/ownership-block/OwnershipBlock.d.ts +2 -2
  76. package/components/pivot-table/PivotTable.d.ts +8 -8
  77. package/components/profile-icon/ProfileIcon.d.ts +1 -1
  78. package/components/radio/Radio.d.ts +1 -1
  79. package/components/radio/RadioGroup.d.ts +2 -2
  80. package/components/rest-state/RestState.d.ts +2 -2
  81. package/components/rich-checkbox/RichCheckbox.d.ts +3 -3
  82. package/components/rich-radio/RichRadio.d.ts +3 -3
  83. package/components/rounded-icon/RoundedIcon.d.ts +5 -5
  84. package/components/section/HSection.d.ts +2 -2
  85. package/components/section/VSection.d.ts +2 -2
  86. package/components/section/_SectionHeader.d.ts +2 -2
  87. package/components/section/_SectionInnerWrapper.d.ts +2 -2
  88. package/components/section/_SectionSubheader.d.ts +2 -2
  89. package/components/select/CountryMultiSelect.d.ts +3 -3
  90. package/components/select/CountryMultiSelect.js +1 -1
  91. package/components/select/CountryPhoneSelect.d.ts +4 -4
  92. package/components/select/CountrySelect.d.ts +4 -4
  93. package/components/select/CountrySelect.js +1 -1
  94. package/components/select/MultiSelect.d.ts +5 -5
  95. package/components/select/MultiSelect.js +1 -1
  96. package/components/select/Select.d.ts +5 -5
  97. package/components/select/Select.js +1 -1
  98. package/components/select/_StyledReactSelect.d.ts +5 -5
  99. package/components/skeleton/Skeleton.d.ts +2 -2
  100. package/components/slide-over/SlideOver.d.ts +3 -3
  101. package/components/slider/Slider.d.ts +1 -1
  102. package/components/sortable-list/SortableList.d.ts +3 -3
  103. package/components/sortable-list/SortableListItem.d.ts +1 -1
  104. package/components/spinner/Spinner.d.ts +3 -3
  105. package/components/spinner/Spinner.js +1 -1
  106. package/components/split-panel/SplitPanel.d.ts +5 -5
  107. package/components/split-panel/SplitPanel.js +1 -1
  108. package/components/stack/GridSpacing.d.ts +2 -2
  109. package/components/stack/HStack.d.ts +1 -1
  110. package/components/stack/Stack.d.ts +3 -3
  111. package/components/stack/VStack.d.ts +1 -1
  112. package/components/surface/Surface.d.ts +3 -3
  113. package/components/switch/Switch.d.ts +2 -2
  114. package/components/table/Table.d.ts +2 -2
  115. package/components/table/TableBody.d.ts +2 -2
  116. package/components/table/TableCell.d.ts +3 -3
  117. package/components/table/TableFooter.d.ts +2 -2
  118. package/components/table/TableHead.d.ts +2 -2
  119. package/components/table/TableRow.d.ts +2 -2
  120. package/components/table/TableRowCollapse.d.ts +2 -2
  121. package/components/tabs/Tabs.d.ts +1 -1
  122. package/components/tag/Tag.d.ts +1 -1
  123. package/components/text/LegacyText.d.ts +3 -3
  124. package/components/text/Text.d.ts +10 -10
  125. package/components/text-avatar/TextAvatar.d.ts +1 -1
  126. package/components/textarea/Textarea.d.ts +3 -3
  127. package/components/thumbnail/Thumbnail.d.ts +4 -4
  128. package/components/toast/Toast.d.ts +3 -3
  129. package/components/toast/ToastContext.d.ts +5 -5
  130. package/components/tooltip/Tooltip.d.ts +3 -3
  131. package/icons/ArrowSwapDuotoneIcon.d.ts +1 -1
  132. package/icons/BagDuotoneIcon.d.ts +1 -1
  133. package/icons/BankDuotoneIcon.d.ts +1 -1
  134. package/icons/BellDuotoneIcon.d.ts +1 -1
  135. package/icons/BellOffDuotoneIcon.d.ts +1 -1
  136. package/icons/BookDuotoneIcon.d.ts +1 -1
  137. package/icons/BookmarkAddDuotoneIcon.d.ts +1 -1
  138. package/icons/BookmarkCheckDuotoneIcon.d.ts +1 -1
  139. package/icons/BookmarkOffDuotoneIcon.d.ts +1 -1
  140. package/icons/BookmarkRemoveDuotoneIcon.d.ts +1 -1
  141. package/icons/BookmarkSubtractDuotoneIcon.d.ts +1 -1
  142. package/icons/BoxesDuotoneIcon.d.ts +1 -1
  143. package/icons/BufferDuotoneIcon.d.ts +1 -1
  144. package/icons/CalculatorDuotoneIcon.d.ts +1 -1
  145. package/icons/CalendarDuotoneIcon.d.ts +1 -1
  146. package/icons/CardDuotoneIcon.d.ts +1 -1
  147. package/icons/CartDuotoneIcon.d.ts +1 -1
  148. package/icons/ChartDuotoneIcon.d.ts +1 -1
  149. package/icons/CheckCircleDuotoneIcon.d.ts +1 -1
  150. package/icons/CheckoutDuotoneIcon.d.ts +1 -1
  151. package/icons/ChevronDownCircleDuotoneIcon.d.ts +1 -1
  152. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +1 -1
  153. package/icons/ChevronRightCircleDuotoneIcon.d.ts +1 -1
  154. package/icons/ChevronUpCircleDuotoneIcon.d.ts +1 -1
  155. package/icons/ClassifyDuotoneIcon.d.ts +1 -1
  156. package/icons/ClearDuotoneIcon.d.ts +1 -1
  157. package/icons/ClockDuotoneIcon.d.ts +1 -1
  158. package/icons/CodeCircleDuotoneIcon.d.ts +1 -1
  159. package/icons/CodeDuotoneIcon.d.ts +1 -1
  160. package/icons/CoinsDuotoneIcon.d.ts +1 -1
  161. package/icons/CommentDuotoneIcon.d.ts +1 -1
  162. package/icons/CopyDuotoneIcon.d.ts +1 -1
  163. package/icons/CubeDuotoneIcon.d.ts +1 -1
  164. package/icons/DashboardDuotoneIcon.d.ts +1 -1
  165. package/icons/DislikeDuotoneIcon.d.ts +1 -1
  166. package/icons/DocsDuotoneIcon.d.ts +1 -1
  167. package/icons/DollarDuotoneIcon.d.ts +1 -1
  168. package/icons/DoubleChevronDuotoneIcon.d.ts +1 -1
  169. package/icons/DragDuotoneIcon.d.ts +1 -1
  170. package/icons/EditDuotoneIcon.d.ts +1 -1
  171. package/icons/ExclamationMarkDuotoneIcon.d.ts +1 -1
  172. package/icons/ExportDuotoneIcon.d.ts +1 -1
  173. package/icons/ExternalDuotoneIcon.d.ts +1 -1
  174. package/icons/EyeDuotoneIcon.d.ts +1 -1
  175. package/icons/EyeOffDuotoneIcon.d.ts +1 -1
  176. package/icons/FileDuotoneIcon.d.ts +1 -1
  177. package/icons/FileUploadDuotoneIcon.d.ts +1 -1
  178. package/icons/FolderListDuotoneIcon.d.ts +1 -1
  179. package/icons/FolderUploadDuotoneIcon.d.ts +1 -1
  180. package/icons/GridDuotoneIcon.d.ts +1 -1
  181. package/icons/HelloDuotoneIcon.d.ts +1 -1
  182. package/icons/HelpDuotoneIcon.d.ts +1 -1
  183. package/icons/HomeDuotoneIcon.d.ts +1 -1
  184. package/icons/ImageDuotoneIcon.d.ts +1 -1
  185. package/icons/ImportDuotoneIcon.d.ts +1 -1
  186. package/icons/InfoDuotoneIcon.d.ts +1 -1
  187. package/icons/IntegrationDuotoneIcon.d.ts +1 -1
  188. package/icons/LandedCostDuotoneIcon.d.ts +1 -1
  189. package/icons/LaptopDuotoneIcon.d.ts +1 -1
  190. package/icons/LightDuotoneIcon.d.ts +1 -1
  191. package/icons/LikeDuotoneIcon.d.ts +1 -1
  192. package/icons/LineDownDuotoneIcon.d.ts +1 -1
  193. package/icons/LineUpDuotoneIcon.d.ts +1 -1
  194. package/icons/LinkDuotoneIcon.d.ts +1 -1
  195. package/icons/LocationDuotoneIcon.d.ts +1 -1
  196. package/icons/LockDuotoneIcon.d.ts +1 -1
  197. package/icons/LoginDuotoneIcon.d.ts +1 -1
  198. package/icons/LogoutDuotoneIcon.d.ts +1 -1
  199. package/icons/MailDuotoneIcon.d.ts +1 -1
  200. package/icons/MenuDuotoneIcon.d.ts +1 -1
  201. package/icons/MinusCircleDuotoneIcon.d.ts +1 -1
  202. package/icons/MobileDuotoneIcon.d.ts +1 -1
  203. package/icons/MoneyDuotoneIcon.d.ts +1 -1
  204. package/icons/MonitorDuotoneIcon.d.ts +1 -1
  205. package/icons/PauseCircleDuotoneIcon.d.ts +1 -1
  206. package/icons/PercentBadgeDuotoneIcon.d.ts +1 -1
  207. package/icons/PercentDuotoneIcon.d.ts +1 -1
  208. package/icons/PlayCircleDuotoneIcon.d.ts +1 -1
  209. package/icons/PlusCircleDuotoneIcon.d.ts +1 -1
  210. package/icons/PrinterDuotoneIcon.d.ts +1 -1
  211. package/icons/RateDuotoneIcon.d.ts +1 -1
  212. package/icons/ReceiptDuotoneIcon.d.ts +1 -1
  213. package/icons/RefreshDuotoneIcon.d.ts +1 -1
  214. package/icons/RemoveCircleDuotoneIcon.d.ts +1 -1
  215. package/icons/RestrictDuotoneIcon.d.ts +1 -1
  216. package/icons/RocketDuotoneIcon.d.ts +1 -1
  217. package/icons/ScanDuotoneIcon.d.ts +1 -1
  218. package/icons/ScreenDuotoneIcon.d.ts +1 -1
  219. package/icons/SendDuotoneIcon.d.ts +1 -1
  220. package/icons/SettingsDuotoneIcon.d.ts +1 -1
  221. package/icons/ShoppingListDuotoneIcon.d.ts +1 -1
  222. package/icons/ShoppingTagDuotoneIcon.d.ts +1 -1
  223. package/icons/ShoppingTagIcon.d.ts +1 -1
  224. package/icons/StarOffDuotoneIcon.d.ts +1 -1
  225. package/icons/StarsDuotoneIcon.d.ts +1 -1
  226. package/icons/SunnyDuotoneIcon.d.ts +1 -1
  227. package/icons/TagDuotoneIcon.d.ts +1 -1
  228. package/icons/TagIcon.d.ts +1 -1
  229. package/icons/TrashCanDuotoneIcon.d.ts +1 -1
  230. package/icons/TruckDuotoneIcon.d.ts +1 -1
  231. package/icons/UserDuotoneIcon.d.ts +1 -1
  232. package/icons/WarningDuotoneIcon.d.ts +1 -1
  233. package/icons/custom/ZonosLogoIcon.d.ts +7 -0
  234. package/icons/custom/ZonosLogoIcon.js +1 -0
  235. package/icons/custom/products/CheckoutIcon.d.ts +1 -1
  236. package/icons/custom/products/ClassifyIcon.d.ts +1 -1
  237. package/icons/custom/products/ClearIcon.d.ts +1 -1
  238. package/icons/custom/products/DashboardIcon.d.ts +1 -1
  239. package/icons/custom/products/HelloIcon.d.ts +1 -1
  240. package/icons/custom/products/LandedCostIcon.d.ts +1 -1
  241. package/icons/custom/products/RateIcon.d.ts +1 -1
  242. package/icons/custom/products/RestrictIcon.d.ts +1 -1
  243. package/icons/custom/products/ScreenIcon.d.ts +1 -1
  244. package/icons/flag-icon/FlagIcon.d.ts +3 -3
  245. package/icons/flag-icon/_FlagIconBase.d.ts +2 -2
  246. package/icons/flags/AD.d.ts +1 -1
  247. package/icons/flags/AE.d.ts +1 -1
  248. package/icons/flags/AF.d.ts +1 -1
  249. package/icons/flags/AG.d.ts +1 -1
  250. package/icons/flags/AI.d.ts +1 -1
  251. package/icons/flags/AL.d.ts +1 -1
  252. package/icons/flags/AM.d.ts +1 -1
  253. package/icons/flags/AO.d.ts +1 -1
  254. package/icons/flags/AR.d.ts +1 -1
  255. package/icons/flags/AS.d.ts +1 -1
  256. package/icons/flags/AT.d.ts +1 -1
  257. package/icons/flags/AU.d.ts +1 -1
  258. package/icons/flags/AW.d.ts +1 -1
  259. package/icons/flags/AX.d.ts +1 -1
  260. package/icons/flags/AZ.d.ts +1 -1
  261. package/icons/flags/BA.d.ts +1 -1
  262. package/icons/flags/BB.d.ts +1 -1
  263. package/icons/flags/BD.d.ts +1 -1
  264. package/icons/flags/BE.d.ts +1 -1
  265. package/icons/flags/BF.d.ts +1 -1
  266. package/icons/flags/BG.d.ts +1 -1
  267. package/icons/flags/BH.d.ts +1 -1
  268. package/icons/flags/BI.d.ts +1 -1
  269. package/icons/flags/BJ.d.ts +1 -1
  270. package/icons/flags/BL.d.ts +1 -1
  271. package/icons/flags/BM.d.ts +1 -1
  272. package/icons/flags/BN.d.ts +1 -1
  273. package/icons/flags/BO.d.ts +1 -1
  274. package/icons/flags/BQ.d.ts +1 -1
  275. package/icons/flags/BR.d.ts +1 -1
  276. package/icons/flags/BS.d.ts +1 -1
  277. package/icons/flags/BT.d.ts +1 -1
  278. package/icons/flags/BW.d.ts +1 -1
  279. package/icons/flags/BY.d.ts +1 -1
  280. package/icons/flags/BZ.d.ts +1 -1
  281. package/icons/flags/CA.d.ts +1 -1
  282. package/icons/flags/CD.d.ts +1 -1
  283. package/icons/flags/CF.d.ts +1 -1
  284. package/icons/flags/CG.d.ts +1 -1
  285. package/icons/flags/CH.d.ts +1 -1
  286. package/icons/flags/CI.d.ts +1 -1
  287. package/icons/flags/CK.d.ts +1 -1
  288. package/icons/flags/CL.d.ts +1 -1
  289. package/icons/flags/CM.d.ts +1 -1
  290. package/icons/flags/CN.d.ts +1 -1
  291. package/icons/flags/CO.d.ts +1 -1
  292. package/icons/flags/CR.d.ts +1 -1
  293. package/icons/flags/CU.d.ts +1 -1
  294. package/icons/flags/CV.d.ts +1 -1
  295. package/icons/flags/CW.d.ts +1 -1
  296. package/icons/flags/CY.d.ts +1 -1
  297. package/icons/flags/CZ.d.ts +1 -1
  298. package/icons/flags/DE.d.ts +1 -1
  299. package/icons/flags/DJ.d.ts +1 -1
  300. package/icons/flags/DK.d.ts +1 -1
  301. package/icons/flags/DM.d.ts +1 -1
  302. package/icons/flags/DO.d.ts +1 -1
  303. package/icons/flags/DZ.d.ts +1 -1
  304. package/icons/flags/Default.d.ts +1 -1
  305. package/icons/flags/EC.d.ts +1 -1
  306. package/icons/flags/EE.d.ts +1 -1
  307. package/icons/flags/EG.d.ts +1 -1
  308. package/icons/flags/EH.d.ts +1 -1
  309. package/icons/flags/ER.d.ts +1 -1
  310. package/icons/flags/ES.d.ts +1 -1
  311. package/icons/flags/ET.d.ts +1 -1
  312. package/icons/flags/FI.d.ts +1 -1
  313. package/icons/flags/FJ.d.ts +1 -1
  314. package/icons/flags/FK.d.ts +1 -1
  315. package/icons/flags/FM.d.ts +1 -1
  316. package/icons/flags/FO.d.ts +1 -1
  317. package/icons/flags/FR.d.ts +1 -1
  318. package/icons/flags/GA.d.ts +1 -1
  319. package/icons/flags/GB.d.ts +1 -1
  320. package/icons/flags/GD.d.ts +1 -1
  321. package/icons/flags/GE.d.ts +1 -1
  322. package/icons/flags/GF.d.ts +1 -1
  323. package/icons/flags/GG.d.ts +1 -1
  324. package/icons/flags/GH.d.ts +1 -1
  325. package/icons/flags/GI.d.ts +1 -1
  326. package/icons/flags/GL.d.ts +1 -1
  327. package/icons/flags/GM.d.ts +1 -1
  328. package/icons/flags/GN.d.ts +1 -1
  329. package/icons/flags/GP.d.ts +1 -1
  330. package/icons/flags/GQ.d.ts +1 -1
  331. package/icons/flags/GR.d.ts +1 -1
  332. package/icons/flags/GT.d.ts +1 -1
  333. package/icons/flags/GU.d.ts +1 -1
  334. package/icons/flags/GW.d.ts +1 -1
  335. package/icons/flags/GY.d.ts +1 -1
  336. package/icons/flags/HK.d.ts +1 -1
  337. package/icons/flags/HM.d.ts +1 -1
  338. package/icons/flags/HN.d.ts +1 -1
  339. package/icons/flags/HR.d.ts +1 -1
  340. package/icons/flags/HT.d.ts +1 -1
  341. package/icons/flags/HU.d.ts +1 -1
  342. package/icons/flags/IC.d.ts +1 -1
  343. package/icons/flags/ID.d.ts +1 -1
  344. package/icons/flags/IE.d.ts +1 -1
  345. package/icons/flags/IL.d.ts +1 -1
  346. package/icons/flags/IM.d.ts +1 -1
  347. package/icons/flags/IN.d.ts +1 -1
  348. package/icons/flags/IQ.d.ts +1 -1
  349. package/icons/flags/IR.d.ts +1 -1
  350. package/icons/flags/IS.d.ts +1 -1
  351. package/icons/flags/IT.d.ts +1 -1
  352. package/icons/flags/JE.d.ts +1 -1
  353. package/icons/flags/JM.d.ts +1 -1
  354. package/icons/flags/JO.d.ts +1 -1
  355. package/icons/flags/JP.d.ts +1 -1
  356. package/icons/flags/KE.d.ts +1 -1
  357. package/icons/flags/KG.d.ts +1 -1
  358. package/icons/flags/KH.d.ts +1 -1
  359. package/icons/flags/KI.d.ts +1 -1
  360. package/icons/flags/KM.d.ts +1 -1
  361. package/icons/flags/KN.d.ts +1 -1
  362. package/icons/flags/KP.d.ts +1 -1
  363. package/icons/flags/KR.d.ts +1 -1
  364. package/icons/flags/KW.d.ts +1 -1
  365. package/icons/flags/KY.d.ts +1 -1
  366. package/icons/flags/KZ.d.ts +1 -1
  367. package/icons/flags/LA.d.ts +1 -1
  368. package/icons/flags/LB.d.ts +1 -1
  369. package/icons/flags/LC.d.ts +1 -1
  370. package/icons/flags/LI.d.ts +1 -1
  371. package/icons/flags/LK.d.ts +1 -1
  372. package/icons/flags/LR.d.ts +1 -1
  373. package/icons/flags/LS.d.ts +1 -1
  374. package/icons/flags/LT.d.ts +1 -1
  375. package/icons/flags/LU.d.ts +1 -1
  376. package/icons/flags/LV.d.ts +1 -1
  377. package/icons/flags/LY.d.ts +1 -1
  378. package/icons/flags/MA.d.ts +1 -1
  379. package/icons/flags/MC.d.ts +1 -1
  380. package/icons/flags/MD.d.ts +1 -1
  381. package/icons/flags/ME.d.ts +1 -1
  382. package/icons/flags/MF.d.ts +1 -1
  383. package/icons/flags/MG.d.ts +1 -1
  384. package/icons/flags/MH.d.ts +1 -1
  385. package/icons/flags/MK.d.ts +1 -1
  386. package/icons/flags/ML.d.ts +1 -1
  387. package/icons/flags/MM.d.ts +1 -1
  388. package/icons/flags/MN.d.ts +1 -1
  389. package/icons/flags/MO.d.ts +1 -1
  390. package/icons/flags/MP.d.ts +1 -1
  391. package/icons/flags/MQ.d.ts +1 -1
  392. package/icons/flags/MR.d.ts +1 -1
  393. package/icons/flags/MS.d.ts +1 -1
  394. package/icons/flags/MT.d.ts +1 -1
  395. package/icons/flags/MU.d.ts +1 -1
  396. package/icons/flags/MV.d.ts +1 -1
  397. package/icons/flags/MW.d.ts +1 -1
  398. package/icons/flags/MX.d.ts +1 -1
  399. package/icons/flags/MY.d.ts +1 -1
  400. package/icons/flags/MZ.d.ts +1 -1
  401. package/icons/flags/NA.d.ts +1 -1
  402. package/icons/flags/NC.d.ts +1 -1
  403. package/icons/flags/NE.d.ts +1 -1
  404. package/icons/flags/NF.d.ts +1 -1
  405. package/icons/flags/NG.d.ts +1 -1
  406. package/icons/flags/NI.d.ts +1 -1
  407. package/icons/flags/NL.d.ts +1 -1
  408. package/icons/flags/NO.d.ts +1 -1
  409. package/icons/flags/NP.d.ts +1 -1
  410. package/icons/flags/NR.d.ts +1 -1
  411. package/icons/flags/NU.d.ts +1 -1
  412. package/icons/flags/NZ.d.ts +1 -1
  413. package/icons/flags/OM.d.ts +1 -1
  414. package/icons/flags/PA.d.ts +1 -1
  415. package/icons/flags/PE.d.ts +1 -1
  416. package/icons/flags/PF.d.ts +1 -1
  417. package/icons/flags/PG.d.ts +1 -1
  418. package/icons/flags/PH.d.ts +1 -1
  419. package/icons/flags/PK.d.ts +1 -1
  420. package/icons/flags/PL.d.ts +1 -1
  421. package/icons/flags/PM.d.ts +1 -1
  422. package/icons/flags/PN.d.ts +1 -1
  423. package/icons/flags/PR.d.ts +1 -1
  424. package/icons/flags/PS.d.ts +1 -1
  425. package/icons/flags/PT.d.ts +1 -1
  426. package/icons/flags/PW.d.ts +1 -1
  427. package/icons/flags/PY.d.ts +1 -1
  428. package/icons/flags/QA.d.ts +1 -1
  429. package/icons/flags/RE.d.ts +1 -1
  430. package/icons/flags/RO.d.ts +1 -1
  431. package/icons/flags/RS.d.ts +1 -1
  432. package/icons/flags/RU.d.ts +1 -1
  433. package/icons/flags/RW.d.ts +1 -1
  434. package/icons/flags/SA.d.ts +1 -1
  435. package/icons/flags/SB.d.ts +1 -1
  436. package/icons/flags/SC.d.ts +1 -1
  437. package/icons/flags/SD.d.ts +1 -1
  438. package/icons/flags/SE.d.ts +1 -1
  439. package/icons/flags/SG.d.ts +1 -1
  440. package/icons/flags/SH.d.ts +1 -1
  441. package/icons/flags/SI.d.ts +1 -1
  442. package/icons/flags/SJ.d.ts +1 -1
  443. package/icons/flags/SK.d.ts +1 -1
  444. package/icons/flags/SL.d.ts +1 -1
  445. package/icons/flags/SM.d.ts +1 -1
  446. package/icons/flags/SN.d.ts +1 -1
  447. package/icons/flags/SO.d.ts +1 -1
  448. package/icons/flags/SR.d.ts +1 -1
  449. package/icons/flags/SS.d.ts +1 -1
  450. package/icons/flags/ST.d.ts +1 -1
  451. package/icons/flags/SV.d.ts +1 -1
  452. package/icons/flags/SX.d.ts +1 -1
  453. package/icons/flags/SY.d.ts +1 -1
  454. package/icons/flags/SZ.d.ts +1 -1
  455. package/icons/flags/TC.d.ts +1 -1
  456. package/icons/flags/TD.d.ts +1 -1
  457. package/icons/flags/TF.d.ts +1 -1
  458. package/icons/flags/TG.d.ts +1 -1
  459. package/icons/flags/TH.d.ts +1 -1
  460. package/icons/flags/TJ.d.ts +1 -1
  461. package/icons/flags/TK.d.ts +1 -1
  462. package/icons/flags/TL.d.ts +1 -1
  463. package/icons/flags/TM.d.ts +1 -1
  464. package/icons/flags/TN.d.ts +1 -1
  465. package/icons/flags/TO.d.ts +1 -1
  466. package/icons/flags/TR.d.ts +1 -1
  467. package/icons/flags/TT.d.ts +1 -1
  468. package/icons/flags/TV.d.ts +1 -1
  469. package/icons/flags/TW.d.ts +1 -1
  470. package/icons/flags/TZ.d.ts +1 -1
  471. package/icons/flags/UA.d.ts +1 -1
  472. package/icons/flags/UG.d.ts +1 -1
  473. package/icons/flags/UM.d.ts +1 -1
  474. package/icons/flags/US.d.ts +1 -1
  475. package/icons/flags/UY.d.ts +1 -1
  476. package/icons/flags/UZ.d.ts +1 -1
  477. package/icons/flags/VA.d.ts +1 -1
  478. package/icons/flags/VC.d.ts +1 -1
  479. package/icons/flags/VE.d.ts +1 -1
  480. package/icons/flags/VG.d.ts +1 -1
  481. package/icons/flags/VI.d.ts +1 -1
  482. package/icons/flags/VN.d.ts +1 -1
  483. package/icons/flags/VU.d.ts +1 -1
  484. package/icons/flags/WF.d.ts +1 -1
  485. package/icons/flags/WS.d.ts +1 -1
  486. package/icons/flags/YE.d.ts +1 -1
  487. package/icons/flags/YT.d.ts +1 -1
  488. package/icons/flags/ZA.d.ts +1 -1
  489. package/icons/flags/ZM.d.ts +1 -1
  490. package/icons/flags/ZW.d.ts +1 -1
  491. package/icons/icon-base/_IconBase.d.ts +1 -1
  492. package/package.json +3 -3
  493. package/styles/constants/theme.d.ts +2 -2
  494. package/types/AlertDialogOpts.d.ts +2 -2
  495. package/types/Color.d.ts +3 -3
  496. package/types/ConfirmDialogOpts.d.ts +2 -2
  497. package/types/Depth.d.ts +1 -1
  498. package/types/IAminoTheme.d.ts +1 -1
  499. package/types/ICountry.d.ts +2 -2
  500. package/types/IGeoJsonWorld.d.ts +5 -5
  501. package/types/IOption.d.ts +1 -1
  502. package/types/IconProps.d.ts +2 -2
  503. package/types/Intent.d.ts +1 -1
  504. package/types/NoInfer.d.ts +1 -1
  505. package/types/SectionLayout.d.ts +1 -1
  506. package/types/Size.d.ts +1 -1
  507. package/types/StyledProps.d.ts +1 -1
  508. package/types/Theme.d.ts +1 -1
  509. package/types/UploadedFile.d.ts +1 -1
  510. package/utils/_extractQueryParams.js +1 -1
  511. package/utils/_graphiqlFetcher.d.ts +9 -9
  512. package/utils/flattenRow.d.ts +5 -4
  513. package/utils/flattenRow.js +1 -1
  514. package/utils/getCountryCodeByName.d.ts +1 -1
  515. package/utils/getHashId.d.ts +1 -1
  516. package/utils/getProductDetails.d.ts +3 -3
  517. package/utils/getTestId.d.ts +1 -1
  518. package/utils/handleFetch.d.ts +3 -3
  519. package/utils/hooks/_useGraphiqlExplorer.d.ts +1 -1
  520. package/utils/hooks/_useGraphiqlExplorer.js +1 -1
  521. package/utils/hooks/_useGraphiqlFetcher.d.ts +2 -2
  522. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +1 -1
  523. package/utils/hooks/useStorage.d.ts +5 -5
  524. package/utils/hooks/useSwrt.d.ts +1 -1
  525. package/utils/hooks/useSwrt.js +1 -1
  526. package/utils/prepCountryOptions.d.ts +1 -1
  527. package/utils/prepRegionCountryOptions.d.ts +1 -1
  528. package/utils/setupNestedData.d.ts +1 -1
  529. package/utils/storage.d.ts +3 -3
  530. package/utils/truncateText.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const ShoppingTagIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const TagIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
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 { Color } from "../types";
2
+ import type { Color } from "../types";
3
3
  import type { IconProps } from "../types/IconProps";
4
4
  export declare const WarningDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
5
5
  secondaryColor?: Color | undefined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import type { Color } from "../../types";
3
+ export declare const ZonosLogoIcon: ({ className, size, color, }: {
4
+ className?: string | undefined;
5
+ size?: number | undefined;
6
+ color?: Color | undefined;
7
+ }) => JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";var C=require("../../_tslib-fe391a2e.js"),e=require("react/jsx-runtime");exports.ZonosLogoIcon=function(o){var r=o.className,s=o.size,l=o.color,i=void 0===l?"black":l;return e.jsx("svg",C.__assign({className:r,width:s||24,height:s||24,viewBox:"0 0 24 24",fill:"none",color:i,xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.70652C6.45314 2.70652 1.95652 7.20314 1.95652 12.75C1.95652 13.6981 2.08777 14.6149 2.33286 15.4835C2.34822 15.5379 2.40598 15.5682 2.45967 15.5504L3.78186 15.1136C3.91144 15.0708 4.05141 15.1398 4.09634 15.2687L4.17028 15.4807C5.29925 18.7181 8.37911 21.0399 12 21.0399C13.4738 21.0399 14.8565 20.6557 16.0547 19.9823C18.5833 18.5615 20.2899 15.8547 20.2899 12.75C20.2899 10.4843 19.3814 8.43124 17.9077 6.9344C17.8673 6.89343 17.8008 6.89572 17.7628 6.93884L16.8474 7.97673C16.7561 8.08031 16.598 8.0902 16.4945 7.99881L16.3233 7.8477C15.1708 6.83047 13.658 6.21377 12 6.21377C8.39014 6.21377 5.46377 9.14014 5.46377 12.75C5.46377 15.0367 6.63788 17.0497 8.41786 18.2182C8.46636 18.25 8.53149 18.2329 8.55898 18.1819L9.21255 16.967C9.27782 16.8457 9.42892 16.8001 9.55045 16.8649L9.75116 16.9721C10.421 17.3297 11.1861 17.5326 12 17.5326C14.6414 17.5326 16.7826 15.3914 16.7826 12.75C16.7826 10.3078 14.9521 8.29314 12.5883 8.00321C12.5296 7.99601 12.4783 8.04229 12.4783 8.10143V8.70414C12.4783 8.75478 12.5163 8.79731 12.5665 8.80444C14.4993 9.07946 15.9855 10.7412 15.9855 12.75C15.9855 14.9511 14.2011 16.7355 12 16.7355C9.79887 16.7355 8.01449 14.9511 8.01449 12.75C8.01449 10.7412 9.5007 9.07946 11.4335 8.80444C11.4837 8.79731 11.5217 8.75478 11.5217 8.70414V7.26087C11.5217 7.1228 11.6337 7.01087 11.7717 7.01087H12C15.1696 7.01087 17.7391 9.58037 17.7391 12.75C17.7391 15.9196 15.1696 18.4891 12 18.4891C11.2271 18.4891 10.489 18.3361 9.81515 18.0585C9.76719 18.0387 9.71181 18.0579 9.68723 18.1036L9.00819 19.3658C8.94288 19.4872 8.79161 19.5328 8.67007 19.4678L8.46925 19.3603C6.11233 18.0989 4.50725 15.6123 4.50725 12.75C4.50725 8.61187 7.86187 5.25725 12 5.25725C13.6942 5.25725 15.2578 5.82002 16.513 6.76832C16.5551 6.80014 16.6147 6.79455 16.6496 6.75497L17.5921 5.68631C17.6834 5.58273 17.8415 5.57285 17.945 5.66424L18.1162 5.81534C20.035 7.50891 21.2464 9.98829 21.2464 12.75C21.2464 16.0156 19.5533 18.8851 16.999 20.5298C16.9553 20.5579 16.9398 20.6147 16.9638 20.6609L17.2403 21.1933C17.2671 21.2449 17.3324 21.2629 17.3815 21.2316C20.1849 19.4491 22.0435 16.3163 22.0435 12.75C22.0435 7.20314 17.5469 2.70652 12 2.70652ZM15.9982 21.0895C16.0473 21.0659 16.1064 21.0852 16.1315 21.1335L16.7815 22.3852C16.8464 22.5101 17.0016 22.5569 17.1247 22.4886L17.3298 22.3747C20.7103 20.4989 23 16.8922 23 12.75C23 6.67487 18.0751 1.75 12 1.75C5.92487 1.75 1 6.67487 1 12.75C1 14.008 1.21137 15.2176 1.60091 16.3447L1.67446 16.5575C1.71913 16.6868 1.85933 16.7561 1.98917 16.7132L3.34475 16.2654C3.39469 16.2489 3.44887 16.2741 3.46921 16.3226C4.86635 19.6548 8.15917 21.9964 12 21.9964C13.4314 21.9964 14.7878 21.6708 15.9982 21.0895ZM12 9.72101C10.3271 9.72101 8.97101 11.0771 8.97101 12.75C8.97101 14.4229 10.3271 15.779 12 15.779C13.6729 15.779 15.029 14.4229 15.029 12.75C15.029 11.0771 13.6729 9.72101 12 9.72101Z",fill:"currentColor"})}))};
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  size?: number;
4
4
  viewBox?: string;
5
5
  };
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import * as flags from '../flags/FlagIndex';
3
- export declare type IFlag = keyof typeof flags;
4
- export declare type IFlagScale = 'small' | 'medium' | 'large';
5
- export declare type FlagIconProps = {
3
+ export type IFlag = keyof typeof flags;
4
+ export type IFlagScale = 'small' | 'medium' | 'large';
5
+ export type FlagIconProps = {
6
6
  iconScale: IFlagScale;
7
7
  } & {
8
8
  code: IFlag;
@@ -1,5 +1,5 @@
1
- import { ReactNode } from 'react';
2
- declare type FlagIconBaseProps = {
1
+ import { type ReactNode } from 'react';
2
+ type FlagIconBaseProps = {
3
3
  children: ReactNode;
4
4
  height: number;
5
5
  width: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type Props = {
2
+ type Props = {
3
3
  height: number;
4
4
  width: number;
5
5
  };