@mrshmllw/smores-react 4.0.1 → 6.0.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 (743) hide show
  1. package/README.md +0 -2
  2. package/dist/.gitkeep +0 -0
  3. package/dist/Accordion/Accordion.js +90 -32
  4. package/dist/ActionDropdown/ActionDropdown.js +65 -25
  5. package/dist/ActionDropdown/List.js +8 -6
  6. package/dist/Banner/BannerContainer.js +40 -31
  7. package/dist/Banner/BannerItem.js +112 -54
  8. package/dist/Banner/hooks.js +7 -5
  9. package/dist/Banner/types.d.ts +2 -1
  10. package/dist/Box/Box.js +7 -5
  11. package/dist/BrandCard/BrandCard.js +61 -24
  12. package/dist/Button/Button.d.ts +2 -1
  13. package/dist/Button/Button.js +110 -40
  14. package/dist/Card/Card.d.ts +2 -1
  15. package/dist/Card/Card.js +86 -34
  16. package/dist/CheckBox/CheckBox.js +41 -20
  17. package/dist/CheckBoxGroup/CheckBoxGroup.js +22 -6
  18. package/dist/Chip/Chip.d.ts +3 -2
  19. package/dist/Chip/Chip.js +60 -26
  20. package/dist/CurrencyInput/CurrencyInput.js +89 -50
  21. package/dist/Datepicker/Datepicker.js +130 -83
  22. package/dist/Datepicker/DatesList.js +42 -26
  23. package/dist/Divider/Divider.js +17 -11
  24. package/dist/Dropdown/Dropdown.d.ts +2 -1
  25. package/dist/Dropdown/Dropdown.js +101 -54
  26. package/dist/Emoji/Emoji.js +27 -6
  27. package/dist/Icon/Icon.d.ts +2 -7
  28. package/dist/Icon/Icon.js +38 -851
  29. package/dist/Icon/iconsList.d.ts +631 -0
  30. package/dist/Icon/iconsList.js +422 -0
  31. package/dist/Icon/svgAssets/Aa.svg.js +5 -0
  32. package/dist/Icon/svgAssets/AaInverted.svg.js +5 -0
  33. package/dist/Icon/svgAssets/AccidentalDamage.svg.js +5 -0
  34. package/dist/Icon/svgAssets/AccountBreakdown.svg.js +5 -0
  35. package/dist/Icon/svgAssets/AccountMlp.svg.js +5 -0
  36. package/dist/Icon/svgAssets/ActivityClipboard.svg.js +5 -0
  37. package/dist/Icon/svgAssets/AddOns.svg.js +5 -0
  38. package/dist/Icon/svgAssets/AddressMta.svg.js +5 -0
  39. package/dist/Icon/svgAssets/AlbumAudio.svg.js +5 -0
  40. package/dist/Icon/svgAssets/Alert.svg.js +5 -0
  41. package/dist/Icon/svgAssets/AlertEngine.svg.js +5 -0
  42. package/dist/Icon/svgAssets/Amex.svg.js +5 -0
  43. package/dist/Icon/svgAssets/ApplePay.svg.js +5 -0
  44. package/dist/Icon/svgAssets/ApprovedFile.svg.js +5 -0
  45. package/dist/Icon/svgAssets/Arrow.svg.js +5 -0
  46. package/dist/Icon/svgAssets/At.svg.js +5 -0
  47. package/dist/Icon/svgAssets/Axa.svg.js +5 -0
  48. package/dist/Icon/svgAssets/Bank.svg.js +5 -0
  49. package/dist/Icon/svgAssets/Basket.svg.js +5 -0
  50. package/dist/Icon/svgAssets/Bicycle.svg.js +5 -0
  51. package/dist/Icon/svgAssets/Boost.svg.js +5 -0
  52. package/dist/Icon/svgAssets/Breakdown.svg.js +5 -0
  53. package/dist/Icon/svgAssets/BreakdownAlt.svg.js +5 -0
  54. package/dist/Icon/svgAssets/Briefcase.svg.js +5 -0
  55. package/dist/Icon/svgAssets/Burger.svg.js +5 -0
  56. package/dist/Icon/svgAssets/Calendar.svg.js +5 -0
  57. package/dist/Icon/svgAssets/Camera.svg.js +5 -0
  58. package/dist/Icon/svgAssets/Cancel.svg.js +5 -0
  59. package/dist/Icon/svgAssets/CancelBw.svg.js +5 -0
  60. package/dist/Icon/svgAssets/Car.svg.js +5 -0
  61. package/dist/Icon/svgAssets/CarMta.svg.js +5 -0
  62. package/dist/Icon/svgAssets/CarRepairs.svg.js +5 -0
  63. package/dist/Icon/svgAssets/CarReplacement.svg.js +5 -0
  64. package/dist/Icon/svgAssets/CarUsage.svg.js +5 -0
  65. package/dist/Icon/svgAssets/Card.svg.js +5 -0
  66. package/dist/Icon/svgAssets/Caret.svg.js +5 -0
  67. package/dist/Icon/svgAssets/Charge.svg.js +5 -0
  68. package/dist/Icon/svgAssets/Chat.svg.js +5 -0
  69. package/dist/Icon/svgAssets/ChatBubble.svg.js +5 -0
  70. package/dist/Icon/svgAssets/Checkout.svg.js +5 -0
  71. package/dist/Icon/svgAssets/CheckoutWithText.svg.js +5 -0
  72. package/dist/Icon/svgAssets/CircleTick.svg.js +5 -0
  73. package/dist/Icon/svgAssets/City.svg.js +5 -0
  74. package/dist/Icon/svgAssets/Claim.svg.js +5 -0
  75. package/dist/Icon/svgAssets/ClaimLine.svg.js +5 -0
  76. package/dist/Icon/svgAssets/Clipboard.svg.js +5 -0
  77. package/dist/Icon/svgAssets/ClipboardCheck.svg.js +5 -0
  78. package/dist/Icon/svgAssets/Clock.svg.js +5 -0
  79. package/dist/Icon/svgAssets/ClosePanel.svg.js +5 -0
  80. package/dist/Icon/svgAssets/Collapse.svg.js +5 -0
  81. package/dist/Icon/svgAssets/Confused.svg.js +5 -0
  82. package/dist/Icon/svgAssets/ConfusedBlue.svg.js +5 -0
  83. package/dist/Icon/svgAssets/ContactEmail.svg.js +5 -0
  84. package/dist/Icon/svgAssets/Copy.svg.js +5 -0
  85. package/dist/Icon/svgAssets/Crop.svg.js +5 -0
  86. package/dist/Icon/svgAssets/Cross.svg.js +5 -0
  87. package/dist/Icon/svgAssets/DashboardHigh.svg.js +5 -0
  88. package/dist/Icon/svgAssets/DirectDebit.svg.js +5 -0
  89. package/dist/Icon/svgAssets/DocDownload.svg.js +5 -0
  90. package/dist/Icon/svgAssets/DocUpload.svg.js +5 -0
  91. package/dist/Icon/svgAssets/Download.svg.js +5 -0
  92. package/dist/Icon/svgAssets/Earth.svg.js +5 -0
  93. package/dist/Icon/svgAssets/Edit.svg.js +5 -0
  94. package/dist/Icon/svgAssets/EditContact.svg.js +5 -0
  95. package/dist/Icon/svgAssets/EditOutline.svg.js +5 -0
  96. package/dist/Icon/svgAssets/EmailFilled.svg.js +5 -0
  97. package/dist/Icon/svgAssets/Engine.svg.js +5 -0
  98. package/dist/Icon/svgAssets/Europe.svg.js +5 -0
  99. package/dist/Icon/svgAssets/Excluded.svg.js +5 -0
  100. package/dist/Icon/svgAssets/Expand.svg.js +5 -0
  101. package/dist/Icon/svgAssets/Facebook.svg.js +5 -0
  102. package/dist/Icon/svgAssets/FallingItems.svg.js +5 -0
  103. package/dist/Icon/svgAssets/Fence.svg.js +5 -0
  104. package/dist/Icon/svgAssets/File.svg.js +5 -0
  105. package/dist/Icon/svgAssets/FileBadge2.svg.js +5 -0
  106. package/dist/Icon/svgAssets/FileCabinet.svg.js +5 -0
  107. package/dist/Icon/svgAssets/Filter.svg.js +5 -0
  108. package/dist/Icon/svgAssets/Fire.svg.js +5 -0
  109. package/dist/Icon/svgAssets/Flag.svg.js +5 -0
  110. package/dist/Icon/svgAssets/Folder.svg.js +5 -0
  111. package/dist/Icon/svgAssets/FraudAlert.svg.js +5 -0
  112. package/dist/Icon/svgAssets/FreezerFood.svg.js +5 -0
  113. package/dist/Icon/svgAssets/Fuel.svg.js +5 -0
  114. package/dist/Icon/svgAssets/Globe.svg.js +5 -0
  115. package/dist/Icon/svgAssets/GooglePlayBadge.svg.js +5 -0
  116. package/dist/Icon/svgAssets/Gpay.svg.js +5 -0
  117. package/dist/Icon/svgAssets/HelpAboutus.svg.js +5 -0
  118. package/dist/Icon/svgAssets/HelpBuypolicy.svg.js +5 -0
  119. package/dist/Icon/svgAssets/HelpCenter.svg.js +5 -0
  120. package/dist/Icon/svgAssets/HelpIdcheck.svg.js +5 -0
  121. package/dist/Icon/svgAssets/HelpManagePolicy.svg.js +5 -0
  122. package/dist/Icon/svgAssets/HelpNcd.svg.js +5 -0
  123. package/dist/Icon/svgAssets/HelpVerification.svg.js +5 -0
  124. package/dist/Icon/svgAssets/HomeExcluded.svg.js +5 -0
  125. package/dist/Icon/svgAssets/House.svg.js +5 -0
  126. package/dist/Icon/svgAssets/HouseTree.svg.js +5 -0
  127. package/dist/Icon/svgAssets/Id.svg.js +5 -0
  128. package/dist/Icon/svgAssets/Inbox.svg.js +5 -0
  129. package/dist/Icon/svgAssets/Included.svg.js +5 -0
  130. package/dist/Icon/svgAssets/Info.svg.js +5 -0
  131. package/dist/Icon/svgAssets/Injury.svg.js +5 -0
  132. package/dist/Icon/svgAssets/Instagram.svg.js +5 -0
  133. package/dist/Icon/svgAssets/Intercom.svg.js +5 -0
  134. package/dist/Icon/svgAssets/Intercom2.svg.js +5 -0
  135. package/dist/Icon/svgAssets/IosStoreBadge.svg.js +5 -0
  136. package/dist/Icon/svgAssets/Iphone.svg.js +5 -0
  137. package/dist/Icon/svgAssets/Jewellery.svg.js +5 -0
  138. package/dist/Icon/svgAssets/Key.svg.js +5 -0
  139. package/dist/Icon/svgAssets/Laptop.svg.js +5 -0
  140. package/dist/Icon/svgAssets/Leaks.svg.js +5 -0
  141. package/dist/Icon/svgAssets/Lightbulb.svg.js +5 -0
  142. package/dist/Icon/svgAssets/Link.svg.js +5 -0
  143. package/dist/Icon/svgAssets/Linkedin.svg.js +5 -0
  144. package/dist/Icon/svgAssets/LiveChat.svg.js +5 -0
  145. package/dist/Icon/svgAssets/LiveChat2.svg.js +5 -0
  146. package/dist/Icon/svgAssets/Location.svg.js +5 -0
  147. package/dist/Icon/svgAssets/LogOut.svg.js +5 -0
  148. package/dist/Icon/svgAssets/ManageDrivers.svg.js +5 -0
  149. package/dist/Icon/svgAssets/ManagePolicy.svg.js +5 -0
  150. package/dist/Icon/svgAssets/Marshmallow.svg.js +5 -0
  151. package/dist/Icon/svgAssets/Mastercard.svg.js +5 -0
  152. package/dist/Icon/svgAssets/Maximise.svg.js +5 -0
  153. package/dist/Icon/svgAssets/MaximiseWindow.svg.js +5 -0
  154. package/dist/Icon/svgAssets/Medical.svg.js +5 -0
  155. package/dist/Icon/svgAssets/Minimise.svg.js +5 -0
  156. package/dist/Icon/svgAssets/Minus.svg.js +5 -0
  157. package/dist/Icon/svgAssets/MinusCircle.svg.js +5 -0
  158. package/dist/Icon/svgAssets/MoneyBag.svg.js +5 -0
  159. package/dist/Icon/svgAssets/MoneyHeart.svg.js +5 -0
  160. package/dist/Icon/svgAssets/MoreDots.svg.js +5 -0
  161. package/dist/Icon/svgAssets/Mulsanne.svg.js +5 -0
  162. package/dist/Icon/svgAssets/NewWindow.svg.js +5 -0
  163. package/dist/Icon/svgAssets/NoExcess.svg.js +5 -0
  164. package/dist/Icon/svgAssets/Notes.svg.js +5 -0
  165. package/dist/Icon/svgAssets/Notification.svg.js +5 -0
  166. package/dist/Icon/svgAssets/Onfido.svg.js +5 -0
  167. package/dist/Icon/svgAssets/OpenPanel.svg.js +5 -0
  168. package/dist/Icon/svgAssets/Other.svg.js +5 -0
  169. package/dist/Icon/svgAssets/OutOfHome.svg.js +5 -0
  170. package/dist/Icon/svgAssets/Padlock.svg.js +5 -0
  171. package/dist/Icon/svgAssets/PadlockOutline.svg.js +5 -0
  172. package/dist/Icon/svgAssets/People.svg.js +5 -0
  173. package/dist/Icon/svgAssets/Person.svg.js +5 -0
  174. package/dist/Icon/svgAssets/PhoneFilled.svg.js +5 -0
  175. package/dist/Icon/svgAssets/PhoneOutline.svg.js +5 -0
  176. package/dist/Icon/svgAssets/Photo.svg.js +5 -0
  177. package/dist/Icon/svgAssets/PinCode.svg.js +5 -0
  178. package/dist/Icon/svgAssets/Plus.svg.js +5 -0
  179. package/dist/Icon/svgAssets/PlusCircle.svg.js +5 -0
  180. package/dist/Icon/svgAssets/Policy.svg.js +5 -0
  181. package/dist/Icon/svgAssets/PolicyDetails.svg.js +5 -0
  182. package/dist/Icon/svgAssets/PolicyDoc.svg.js +5 -0
  183. package/dist/Icon/svgAssets/PolicyDocs.svg.js +5 -0
  184. package/dist/Icon/svgAssets/PoundBold.svg.js +5 -0
  185. package/dist/Icon/svgAssets/PoundFilledCircle.svg.js +5 -0
  186. package/dist/Icon/svgAssets/PoundMedium.svg.js +5 -0
  187. package/dist/Icon/svgAssets/PoundOutline.svg.js +5 -0
  188. package/dist/Icon/svgAssets/PoundRegular.svg.js +5 -0
  189. package/dist/Icon/svgAssets/Premfina.svg.js +5 -0
  190. package/dist/Icon/svgAssets/Profile.svg.js +5 -0
  191. package/dist/Icon/svgAssets/Prohibited.svg.js +5 -0
  192. package/dist/Icon/svgAssets/Property.svg.js +5 -0
  193. package/dist/Icon/svgAssets/QuestionHelp.svg.js +5 -0
  194. package/dist/Icon/svgAssets/Rac.svg.js +5 -0
  195. package/dist/Icon/svgAssets/Ravelin.svg.js +5 -0
  196. package/dist/Icon/svgAssets/ReferAFriend.svg.js +5 -0
  197. package/dist/Icon/svgAssets/Refund.svg.js +5 -0
  198. package/dist/Icon/svgAssets/RegPlate.svg.js +5 -0
  199. package/dist/Icon/svgAssets/Renewal.svg.js +5 -0
  200. package/dist/Icon/svgAssets/RenewalLine.svg.js +5 -0
  201. package/dist/Icon/svgAssets/RepeatCharge.svg.js +5 -0
  202. package/dist/Icon/svgAssets/Return.svg.js +5 -0
  203. package/dist/Icon/svgAssets/ScheduleQuote.svg.js +5 -0
  204. package/dist/Icon/svgAssets/Search.svg.js +5 -0
  205. package/dist/Icon/svgAssets/Security.svg.js +5 -0
  206. package/dist/Icon/svgAssets/SendMessage.svg.js +5 -0
  207. package/dist/Icon/svgAssets/Settings.svg.js +5 -0
  208. package/dist/Icon/svgAssets/Shield.svg.js +5 -0
  209. package/dist/Icon/svgAssets/ShieldCheck.svg.js +5 -0
  210. package/dist/Icon/svgAssets/Shopping.svg.js +5 -0
  211. package/dist/Icon/svgAssets/Sofa.svg.js +5 -0
  212. package/dist/Icon/svgAssets/Stack.svg.js +5 -0
  213. package/dist/Icon/svgAssets/Storm.svg.js +5 -0
  214. package/dist/Icon/svgAssets/Stripe.svg.js +5 -0
  215. package/dist/Icon/svgAssets/Subsidence.svg.js +5 -0
  216. package/dist/Icon/svgAssets/Theft.svg.js +5 -0
  217. package/dist/Icon/svgAssets/ThumbsUp.svg.js +5 -0
  218. package/dist/Icon/svgAssets/Tick.svg.js +5 -0
  219. package/dist/Icon/svgAssets/TowTruck.svg.js +5 -0
  220. package/dist/Icon/svgAssets/TraceAndAccess.svg.js +5 -0
  221. package/dist/Icon/svgAssets/Training.svg.js +5 -0
  222. package/dist/Icon/svgAssets/Trash.svg.js +5 -0
  223. package/dist/Icon/svgAssets/Twitter.svg.js +5 -0
  224. package/dist/Icon/svgAssets/UpDown.svg.js +5 -0
  225. package/dist/Icon/svgAssets/Upload.svg.js +5 -0
  226. package/dist/Icon/svgAssets/UploadDocuments.svg.js +5 -0
  227. package/dist/Icon/svgAssets/UploadEmail.svg.js +5 -0
  228. package/dist/Icon/svgAssets/Vandalism.svg.js +5 -0
  229. package/dist/Icon/svgAssets/Village.svg.js +5 -0
  230. package/dist/Icon/svgAssets/Visa.svg.js +5 -0
  231. package/dist/Icon/svgAssets/Warning.svg.js +5 -0
  232. package/dist/Icon/svgAssets/Watch.svg.js +5 -0
  233. package/dist/Icon/svgAssets/Wave.svg.js +5 -0
  234. package/dist/Icon/svgAssets/Wellbeing.svg.js +5 -0
  235. package/dist/Icon/svgAssets/WheelFlat.svg.js +5 -0
  236. package/dist/Icon/svgAssets/Windscreen.svg.js +5 -0
  237. package/dist/Icon/svgAssets/WindscreenRepair.svg.js +5 -0
  238. package/dist/Icon/svgAssets/WindscreenReplacement.svg.js +5 -0
  239. package/dist/IconStrict/IconStrict.d.ts +2 -1
  240. package/dist/IconStrict/IconStrict.js +67 -38
  241. package/dist/IconWrapper/IconWrapper.d.ts +2 -1
  242. package/dist/IconWrapper/IconWrapper.js +28 -12
  243. package/dist/LabelledText/LabelledText.js +16 -8
  244. package/dist/Link/Link.d.ts +2 -1
  245. package/dist/Link/Link.js +87 -47
  246. package/dist/Loader/Loader.js +38 -12
  247. package/dist/Logo/Logo.js +154 -44
  248. package/dist/Modal/Modal.js +73 -27
  249. package/dist/Modal/useBodyScrollLock.js +23 -19
  250. package/dist/NumberInput/NumberInput.js +125 -78
  251. package/dist/Pagination/Pagination.js +144 -103
  252. package/dist/RadioGroup/RadioElement.js +33 -18
  253. package/dist/RadioGroup/RadioGroup.d.ts +3 -2
  254. package/dist/RadioGroup/RadioGroup.js +64 -33
  255. package/dist/RadioGroup/RadioItem.d.ts +2 -1
  256. package/dist/RadioGroup/RadioItem.js +79 -47
  257. package/dist/RadioGroup/constants.js +3 -2
  258. package/dist/Row/Row.d.ts +3 -2
  259. package/dist/Row/Row.js +68 -27
  260. package/dist/SearchInput/SearchInput.js +102 -45
  261. package/dist/SearchInput/SearchOptions.js +18 -14
  262. package/dist/Snackbar/SnackbarContainer.js +49 -31
  263. package/dist/Snackbar/SnackbarItem.js +37 -17
  264. package/dist/Snackbar/hooks.js +7 -5
  265. package/dist/Snackbar/types.d.ts +2 -1
  266. package/dist/SupportMessage/SupportMessage.js +79 -52
  267. package/dist/Table/Table.js +73 -50
  268. package/dist/Table/components/RowActions.js +83 -44
  269. package/dist/Table/components/TableHeader.js +40 -7
  270. package/dist/Table/components/TableRow.js +112 -70
  271. package/dist/Table/components/commonComponents.js +31 -46
  272. package/dist/Table/helpers.js +14 -10
  273. package/dist/Tag/Tag.js +28 -9
  274. package/dist/Text/Text.js +53 -33
  275. package/dist/Text/fontMapping.js +19 -17
  276. package/dist/TextInput/TextInput.js +65 -16
  277. package/dist/Textarea/Textarea.js +50 -16
  278. package/dist/Toggle/Toggle.js +32 -16
  279. package/dist/Tooltip/Tooltip.js +202 -178
  280. package/dist/fields/Field/Field.js +7 -5
  281. package/dist/fields/Fieldset/Fieldset.js +21 -5
  282. package/dist/fields/commonFieldTypes.d.ts +4 -3
  283. package/dist/fields/components/CommonInput.d.ts +3 -2
  284. package/dist/fields/components/CommonInput.js +17 -21
  285. package/dist/fields/components/InternalField.js +77 -29
  286. package/dist/fontStyle.js +5 -3
  287. package/dist/hooks/useClickOutside/index.js +30 -22
  288. package/dist/hooks/useEventListener/index.js +19 -12
  289. package/dist/hooks/useScript/index.js +16 -11
  290. package/dist/hooks/useTimeout/index.js +13 -11
  291. package/dist/index.d.ts +1 -1
  292. package/dist/index.js +49 -43
  293. package/dist/theme.js +87 -57
  294. package/dist/utils/date.js +8 -7
  295. package/dist/utils/debounce.js +13 -18
  296. package/dist/utils/flex.js +47 -30
  297. package/dist/utils/focusOutline.js +8 -4
  298. package/dist/utils/id.js +10 -8
  299. package/dist/utils/isReactElement.js +5 -3
  300. package/dist/utils/measure.js +11 -10
  301. package/dist/utils/responsiveProp.js +16 -17
  302. package/dist/utils/space.js +78 -62
  303. package/dist/utils/useControlledState.js +20 -12
  304. package/dist/utils/visuallyHidden.js +3 -6
  305. package/package.json +20 -17
  306. package/dist/Accordion/Accordion.js.map +0 -1
  307. package/dist/Accordion/Accordion.stories.d.ts +0 -9
  308. package/dist/Accordion/Accordion.stories.js +0 -11
  309. package/dist/Accordion/Accordion.stories.js.map +0 -1
  310. package/dist/Accordion/Collection.d.ts +0 -2
  311. package/dist/Accordion/Collection.js +0 -52
  312. package/dist/Accordion/Collection.js.map +0 -1
  313. package/dist/Accordion/__tests__/Accordion.d.ts +0 -1
  314. package/dist/Accordion/__tests__/Accordion.js +0 -9
  315. package/dist/Accordion/__tests__/Accordion.js.map +0 -1
  316. package/dist/Accordion/index.js +0 -2
  317. package/dist/Accordion/index.js.map +0 -1
  318. package/dist/ActionDropdown/ActionDropdown.js.map +0 -1
  319. package/dist/ActionDropdown/ActionDropdown.stories.d.ts +0 -7
  320. package/dist/ActionDropdown/ActionDropdown.stories.js +0 -13
  321. package/dist/ActionDropdown/ActionDropdown.stories.js.map +0 -1
  322. package/dist/ActionDropdown/Container.d.ts +0 -2
  323. package/dist/ActionDropdown/Container.js +0 -51
  324. package/dist/ActionDropdown/Container.js.map +0 -1
  325. package/dist/ActionDropdown/List.js.map +0 -1
  326. package/dist/ActionDropdown/__tests__/ActionDropdown.d.ts +0 -1
  327. package/dist/ActionDropdown/__tests__/ActionDropdown.js +0 -23
  328. package/dist/ActionDropdown/__tests__/ActionDropdown.js.map +0 -1
  329. package/dist/ActionDropdown/index.js +0 -2
  330. package/dist/ActionDropdown/index.js.map +0 -1
  331. package/dist/Banner/Banner.stories.d.ts +0 -9
  332. package/dist/Banner/Banner.stories.js +0 -86
  333. package/dist/Banner/Banner.stories.js.map +0 -1
  334. package/dist/Banner/BannerContainer.js.map +0 -1
  335. package/dist/Banner/BannerItem.js.map +0 -1
  336. package/dist/Banner/hooks.js.map +0 -1
  337. package/dist/Banner/index.js +0 -3
  338. package/dist/Banner/index.js.map +0 -1
  339. package/dist/Banner/types.js +0 -2
  340. package/dist/Banner/types.js.map +0 -1
  341. package/dist/Box/Box.js.map +0 -1
  342. package/dist/Box/Box.stories.d.ts +0 -7
  343. package/dist/Box/Box.stories.js +0 -38
  344. package/dist/Box/Box.stories.js.map +0 -1
  345. package/dist/Box/__tests__/Box.d.ts +0 -1
  346. package/dist/Box/__tests__/Box.js +0 -9
  347. package/dist/Box/__tests__/Box.js.map +0 -1
  348. package/dist/Box/index.js +0 -2
  349. package/dist/Box/index.js.map +0 -1
  350. package/dist/BrandCard/BrandCard.js.map +0 -1
  351. package/dist/BrandCard/BrandCard.stories.d.ts +0 -11
  352. package/dist/BrandCard/BrandCard.stories.js +0 -54
  353. package/dist/BrandCard/BrandCard.stories.js.map +0 -1
  354. package/dist/BrandCard/__tests__/BrandCard.d.ts +0 -1
  355. package/dist/BrandCard/__tests__/BrandCard.js +0 -9
  356. package/dist/BrandCard/__tests__/BrandCard.js.map +0 -1
  357. package/dist/BrandCard/index.js +0 -2
  358. package/dist/BrandCard/index.js.map +0 -1
  359. package/dist/Button/Button.js.map +0 -1
  360. package/dist/Button/Button.stories.d.ts +0 -16
  361. package/dist/Button/Button.stories.js +0 -28
  362. package/dist/Button/Button.stories.js.map +0 -1
  363. package/dist/Button/Collection.d.ts +0 -4
  364. package/dist/Button/Collection.js +0 -53
  365. package/dist/Button/Collection.js.map +0 -1
  366. package/dist/Button/InteractivePlayground.d.ts +0 -2
  367. package/dist/Button/InteractivePlayground.js +0 -17
  368. package/dist/Button/InteractivePlayground.js.map +0 -1
  369. package/dist/Button/__tests__/Button.d.ts +0 -1
  370. package/dist/Button/__tests__/Button.js +0 -9
  371. package/dist/Button/__tests__/Button.js.map +0 -1
  372. package/dist/Button/index.js +0 -2
  373. package/dist/Button/index.js.map +0 -1
  374. package/dist/Card/Card.js.map +0 -1
  375. package/dist/Card/Card.stories.d.ts +0 -17
  376. package/dist/Card/Card.stories.js +0 -92
  377. package/dist/Card/Card.stories.js.map +0 -1
  378. package/dist/Card/__tests__/Card.d.ts +0 -1
  379. package/dist/Card/__tests__/Card.js +0 -9
  380. package/dist/Card/__tests__/Card.js.map +0 -1
  381. package/dist/Card/index.js +0 -2
  382. package/dist/Card/index.js.map +0 -1
  383. package/dist/CheckBox/CheckBox.js.map +0 -1
  384. package/dist/CheckBox/CheckBox.stories.d.ts +0 -10
  385. package/dist/CheckBox/CheckBox.stories.js +0 -22
  386. package/dist/CheckBox/CheckBox.stories.js.map +0 -1
  387. package/dist/CheckBox/Container.d.ts +0 -2
  388. package/dist/CheckBox/Container.js +0 -7
  389. package/dist/CheckBox/Container.js.map +0 -1
  390. package/dist/CheckBox/__tests__/CheckBox.d.ts +0 -1
  391. package/dist/CheckBox/__tests__/CheckBox.js +0 -8
  392. package/dist/CheckBox/__tests__/CheckBox.js.map +0 -1
  393. package/dist/CheckBox/index.js +0 -2
  394. package/dist/CheckBox/index.js.map +0 -1
  395. package/dist/CheckBoxGroup/CheckBoxGroup.js.map +0 -1
  396. package/dist/CheckBoxGroup/CheckBoxGroup.stories.d.ts +0 -14
  397. package/dist/CheckBoxGroup/CheckBoxGroup.stories.js +0 -40
  398. package/dist/CheckBoxGroup/CheckBoxGroup.stories.js.map +0 -1
  399. package/dist/CheckBoxGroup/index.js +0 -2
  400. package/dist/CheckBoxGroup/index.js.map +0 -1
  401. package/dist/Chip/Chip.js.map +0 -1
  402. package/dist/Chip/Chip.stories.d.ts +0 -16
  403. package/dist/Chip/Chip.stories.js +0 -35
  404. package/dist/Chip/Chip.stories.js.map +0 -1
  405. package/dist/Chip/index.js +0 -2
  406. package/dist/Chip/index.js.map +0 -1
  407. package/dist/CurrencyInput/Collection.d.ts +0 -2
  408. package/dist/CurrencyInput/Collection.js +0 -65
  409. package/dist/CurrencyInput/Collection.js.map +0 -1
  410. package/dist/CurrencyInput/CurrencyInput.js.map +0 -1
  411. package/dist/CurrencyInput/CurrencyInput.stories.d.ts +0 -16
  412. package/dist/CurrencyInput/CurrencyInput.stories.js +0 -33
  413. package/dist/CurrencyInput/CurrencyInput.stories.js.map +0 -1
  414. package/dist/CurrencyInput/Example.d.ts +0 -2
  415. package/dist/CurrencyInput/Example.js +0 -8
  416. package/dist/CurrencyInput/Example.js.map +0 -1
  417. package/dist/CurrencyInput/__tests__/CurrencyInput.d.ts +0 -1
  418. package/dist/CurrencyInput/__tests__/CurrencyInput.js +0 -17
  419. package/dist/CurrencyInput/__tests__/CurrencyInput.js.map +0 -1
  420. package/dist/CurrencyInput/index.js +0 -2
  421. package/dist/CurrencyInput/index.js.map +0 -1
  422. package/dist/Datepicker/Datepicker.js.map +0 -1
  423. package/dist/Datepicker/Datepicker.stories.d.ts +0 -13
  424. package/dist/Datepicker/Datepicker.stories.js +0 -18
  425. package/dist/Datepicker/Datepicker.stories.js.map +0 -1
  426. package/dist/Datepicker/DatesList.js.map +0 -1
  427. package/dist/Datepicker/index.js +0 -2
  428. package/dist/Datepicker/index.js.map +0 -1
  429. package/dist/Datepicker/types.js +0 -2
  430. package/dist/Datepicker/types.js.map +0 -1
  431. package/dist/Divider/Divider.js.map +0 -1
  432. package/dist/Divider/Divier.stories.d.ts +0 -8
  433. package/dist/Divider/Divier.stories.js +0 -10
  434. package/dist/Divider/Divier.stories.js.map +0 -1
  435. package/dist/Divider/index.js +0 -2
  436. package/dist/Divider/index.js.map +0 -1
  437. package/dist/Dropdown/Collection.d.ts +0 -2
  438. package/dist/Dropdown/Collection.js +0 -101
  439. package/dist/Dropdown/Collection.js.map +0 -1
  440. package/dist/Dropdown/Container.d.ts +0 -2
  441. package/dist/Dropdown/Container.js +0 -98
  442. package/dist/Dropdown/Container.js.map +0 -1
  443. package/dist/Dropdown/Dropdown.js.map +0 -1
  444. package/dist/Dropdown/Dropdown.stories.d.ts +0 -15
  445. package/dist/Dropdown/Dropdown.stories.js +0 -54
  446. package/dist/Dropdown/Dropdown.stories.js.map +0 -1
  447. package/dist/Dropdown/index.js +0 -2
  448. package/dist/Dropdown/index.js.map +0 -1
  449. package/dist/Emoji/Emoji.js.map +0 -1
  450. package/dist/Emoji/Emoji.stories.d.ts +0 -8
  451. package/dist/Emoji/Emoji.stories.js +0 -18
  452. package/dist/Emoji/Emoji.stories.js.map +0 -1
  453. package/dist/Emoji/__tests__/Emoji.d.ts +0 -1
  454. package/dist/Emoji/__tests__/Emoji.js +0 -9
  455. package/dist/Emoji/__tests__/Emoji.js.map +0 -1
  456. package/dist/Emoji/index.js +0 -2
  457. package/dist/Emoji/index.js.map +0 -1
  458. package/dist/Icon/Container.d.ts +0 -2
  459. package/dist/Icon/Container.js +0 -638
  460. package/dist/Icon/Container.js.map +0 -1
  461. package/dist/Icon/Icon.js.map +0 -1
  462. package/dist/Icon/Icon.stories.d.ts +0 -9
  463. package/dist/Icon/Icon.stories.js +0 -31
  464. package/dist/Icon/Icon.stories.js.map +0 -1
  465. package/dist/Icon/__tests__/Icon.d.ts +0 -1
  466. package/dist/Icon/__tests__/Icon.js +0 -9
  467. package/dist/Icon/__tests__/Icon.js.map +0 -1
  468. package/dist/Icon/index.js +0 -2
  469. package/dist/Icon/index.js.map +0 -1
  470. package/dist/IconStrict/IconStrict.js.map +0 -1
  471. package/dist/IconStrict/IconStrict.stories.d.ts +0 -11
  472. package/dist/IconStrict/IconStrict.stories.js +0 -33
  473. package/dist/IconStrict/IconStrict.stories.js.map +0 -1
  474. package/dist/IconStrict/__tests__/IconStrict.d.ts +0 -1
  475. package/dist/IconStrict/__tests__/IconStrict.js +0 -9
  476. package/dist/IconStrict/__tests__/IconStrict.js.map +0 -1
  477. package/dist/IconStrict/index.js +0 -2
  478. package/dist/IconStrict/index.js.map +0 -1
  479. package/dist/IconWrapper/IconWrapper.js.map +0 -1
  480. package/dist/IconWrapper/IconWrapper.stories.d.ts +0 -13
  481. package/dist/IconWrapper/IconWrapper.stories.js +0 -45
  482. package/dist/IconWrapper/IconWrapper.stories.js.map +0 -1
  483. package/dist/IconWrapper/__tests__/IconWrapper.d.ts +0 -1
  484. package/dist/IconWrapper/__tests__/IconWrapper.js +0 -19
  485. package/dist/IconWrapper/__tests__/IconWrapper.js.map +0 -1
  486. package/dist/IconWrapper/index.js +0 -2
  487. package/dist/IconWrapper/index.js.map +0 -1
  488. package/dist/LabelledText/LabelledText.js.map +0 -1
  489. package/dist/LabelledText/LabelledText.stories.d.ts +0 -8
  490. package/dist/LabelledText/LabelledText.stories.js +0 -12
  491. package/dist/LabelledText/LabelledText.stories.js.map +0 -1
  492. package/dist/LabelledText/__tests__/LabelledText.d.ts +0 -1
  493. package/dist/LabelledText/__tests__/LabelledText.js +0 -9
  494. package/dist/LabelledText/__tests__/LabelledText.js.map +0 -1
  495. package/dist/LabelledText/index.js +0 -2
  496. package/dist/LabelledText/index.js.map +0 -1
  497. package/dist/Link/Link.js.map +0 -1
  498. package/dist/Link/Link.stories.d.ts +0 -16
  499. package/dist/Link/Link.stories.js +0 -38
  500. package/dist/Link/Link.stories.js.map +0 -1
  501. package/dist/Link/index.js +0 -2
  502. package/dist/Link/index.js.map +0 -1
  503. package/dist/Loader/Loader.js.map +0 -1
  504. package/dist/Loader/Loader.stories.d.ts +0 -9
  505. package/dist/Loader/Loader.stories.js +0 -17
  506. package/dist/Loader/Loader.stories.js.map +0 -1
  507. package/dist/Loader/__tests__/Loader.d.ts +0 -1
  508. package/dist/Loader/__tests__/Loader.js +0 -9
  509. package/dist/Loader/__tests__/Loader.js.map +0 -1
  510. package/dist/Loader/index.js +0 -2
  511. package/dist/Loader/index.js.map +0 -1
  512. package/dist/Logo/Collection.d.ts +0 -4
  513. package/dist/Logo/Collection.js +0 -33
  514. package/dist/Logo/Collection.js.map +0 -1
  515. package/dist/Logo/Logo.js.map +0 -1
  516. package/dist/Logo/Logo.stories.d.ts +0 -13
  517. package/dist/Logo/Logo.stories.js +0 -28
  518. package/dist/Logo/Logo.stories.js.map +0 -1
  519. package/dist/Logo/index.js +0 -2
  520. package/dist/Logo/index.js.map +0 -1
  521. package/dist/Modal/Modal.js.map +0 -1
  522. package/dist/Modal/Modal.stories.d.ts +0 -13
  523. package/dist/Modal/Modal.stories.js +0 -28
  524. package/dist/Modal/Modal.stories.js.map +0 -1
  525. package/dist/Modal/__tests__/Modal.d.ts +0 -1
  526. package/dist/Modal/__tests__/Modal.js +0 -9
  527. package/dist/Modal/__tests__/Modal.js.map +0 -1
  528. package/dist/Modal/index.js +0 -2
  529. package/dist/Modal/index.js.map +0 -1
  530. package/dist/Modal/useBodyScrollLock.js.map +0 -1
  531. package/dist/NumberInput/Collection.d.ts +0 -2
  532. package/dist/NumberInput/Collection.js +0 -97
  533. package/dist/NumberInput/Collection.js.map +0 -1
  534. package/dist/NumberInput/Container.d.ts +0 -2
  535. package/dist/NumberInput/Container.js +0 -10
  536. package/dist/NumberInput/Container.js.map +0 -1
  537. package/dist/NumberInput/NumberInput.js.map +0 -1
  538. package/dist/NumberInput/NumberInput.stories.d.ts +0 -16
  539. package/dist/NumberInput/NumberInput.stories.js +0 -33
  540. package/dist/NumberInput/NumberInput.stories.js.map +0 -1
  541. package/dist/NumberInput/__tests__/NumberInput.d.ts +0 -1
  542. package/dist/NumberInput/__tests__/NumberInput.js +0 -33
  543. package/dist/NumberInput/__tests__/NumberInput.js.map +0 -1
  544. package/dist/NumberInput/index.js +0 -2
  545. package/dist/NumberInput/index.js.map +0 -1
  546. package/dist/Pagination/Pagination.js.map +0 -1
  547. package/dist/Pagination/Pagination.stories.d.ts +0 -14
  548. package/dist/Pagination/Pagination.stories.js +0 -26
  549. package/dist/Pagination/Pagination.stories.js.map +0 -1
  550. package/dist/Pagination/__tests__/Pagination.d.ts +0 -1
  551. package/dist/Pagination/__tests__/Pagination.js +0 -9
  552. package/dist/Pagination/__tests__/Pagination.js.map +0 -1
  553. package/dist/Pagination/index.js +0 -2
  554. package/dist/Pagination/index.js.map +0 -1
  555. package/dist/RadioGroup/RadioElement.js.map +0 -1
  556. package/dist/RadioGroup/RadioGroup.js.map +0 -1
  557. package/dist/RadioGroup/RadioGroup.stories.d.ts +0 -33
  558. package/dist/RadioGroup/RadioGroup.stories.js +0 -76
  559. package/dist/RadioGroup/RadioGroup.stories.js.map +0 -1
  560. package/dist/RadioGroup/RadioItem.js.map +0 -1
  561. package/dist/RadioGroup/constants.js.map +0 -1
  562. package/dist/RadioGroup/index.js +0 -2
  563. package/dist/RadioGroup/index.js.map +0 -1
  564. package/dist/RadioGroup/types.js +0 -2
  565. package/dist/RadioGroup/types.js.map +0 -1
  566. package/dist/Row/Row.js.map +0 -1
  567. package/dist/Row/Row.stories.d.ts +0 -20
  568. package/dist/Row/Row.stories.js +0 -63
  569. package/dist/Row/Row.stories.js.map +0 -1
  570. package/dist/Row/__tests__/Row.d.ts +0 -1
  571. package/dist/Row/__tests__/Row.js +0 -10
  572. package/dist/Row/__tests__/Row.js.map +0 -1
  573. package/dist/Row/index.js +0 -2
  574. package/dist/Row/index.js.map +0 -1
  575. package/dist/SearchInput/Container.d.ts +0 -3
  576. package/dist/SearchInput/Container.js +0 -36
  577. package/dist/SearchInput/Container.js.map +0 -1
  578. package/dist/SearchInput/SearchInput.js.map +0 -1
  579. package/dist/SearchInput/SearchInput.stories.d.ts +0 -9
  580. package/dist/SearchInput/SearchInput.stories.js +0 -16
  581. package/dist/SearchInput/SearchInput.stories.js.map +0 -1
  582. package/dist/SearchInput/SearchOptions.js.map +0 -1
  583. package/dist/SearchInput/index.js +0 -2
  584. package/dist/SearchInput/index.js.map +0 -1
  585. package/dist/Snackbar/Snackbar.stories.d.ts +0 -9
  586. package/dist/Snackbar/Snackbar.stories.js +0 -26
  587. package/dist/Snackbar/Snackbar.stories.js.map +0 -1
  588. package/dist/Snackbar/SnackbarContainer.js.map +0 -1
  589. package/dist/Snackbar/SnackbarItem.js.map +0 -1
  590. package/dist/Snackbar/hooks.js.map +0 -1
  591. package/dist/Snackbar/index.js +0 -3
  592. package/dist/Snackbar/index.js.map +0 -1
  593. package/dist/Snackbar/types.js +0 -2
  594. package/dist/Snackbar/types.js.map +0 -1
  595. package/dist/SupportMessage/Collection.d.ts +0 -2
  596. package/dist/SupportMessage/Collection.js +0 -63
  597. package/dist/SupportMessage/Collection.js.map +0 -1
  598. package/dist/SupportMessage/SupportMessage.js.map +0 -1
  599. package/dist/SupportMessage/SupportMessage.stories.d.ts +0 -11
  600. package/dist/SupportMessage/SupportMessage.stories.js +0 -33
  601. package/dist/SupportMessage/SupportMessage.stories.js.map +0 -1
  602. package/dist/SupportMessage/SupportMessage.test.d.ts +0 -1
  603. package/dist/SupportMessage/SupportMessage.test.js +0 -29
  604. package/dist/SupportMessage/SupportMessage.test.js.map +0 -1
  605. package/dist/SupportMessage/index.js +0 -2
  606. package/dist/SupportMessage/index.js.map +0 -1
  607. package/dist/Table/Table.js.map +0 -1
  608. package/dist/Table/Table.stories.d.ts +0 -21
  609. package/dist/Table/Table.stories.js +0 -173
  610. package/dist/Table/Table.stories.js.map +0 -1
  611. package/dist/Table/components/RowActions.js.map +0 -1
  612. package/dist/Table/components/TableHeader.js.map +0 -1
  613. package/dist/Table/components/TableRow.js.map +0 -1
  614. package/dist/Table/components/commonComponents.js.map +0 -1
  615. package/dist/Table/helpers.js.map +0 -1
  616. package/dist/Table/index.js +0 -3
  617. package/dist/Table/index.js.map +0 -1
  618. package/dist/Table/storyUtils.d.ts +0 -68
  619. package/dist/Table/storyUtils.js +0 -204
  620. package/dist/Table/storyUtils.js.map +0 -1
  621. package/dist/Table/types.js +0 -2
  622. package/dist/Table/types.js.map +0 -1
  623. package/dist/Tag/Collection.d.ts +0 -2
  624. package/dist/Tag/Collection.js +0 -77
  625. package/dist/Tag/Collection.js.map +0 -1
  626. package/dist/Tag/Tag.js.map +0 -1
  627. package/dist/Tag/Tag.stories.d.ts +0 -9
  628. package/dist/Tag/Tag.stories.js +0 -22
  629. package/dist/Tag/Tag.stories.js.map +0 -1
  630. package/dist/Tag/__tests__/Tag.d.ts +0 -1
  631. package/dist/Tag/__tests__/Tag.js +0 -9
  632. package/dist/Tag/__tests__/Tag.js.map +0 -1
  633. package/dist/Tag/index.js +0 -2
  634. package/dist/Tag/index.js.map +0 -1
  635. package/dist/Text/Text.js.map +0 -1
  636. package/dist/Text/Text.stories.d.ts +0 -12
  637. package/dist/Text/Text.stories.js +0 -60
  638. package/dist/Text/Text.stories.js.map +0 -1
  639. package/dist/Text/__tests__/Text.d.ts +0 -1
  640. package/dist/Text/__tests__/Text.js +0 -9
  641. package/dist/Text/__tests__/Text.js.map +0 -1
  642. package/dist/Text/fontMapping.js.map +0 -1
  643. package/dist/Text/index.js +0 -2
  644. package/dist/Text/index.js.map +0 -1
  645. package/dist/TextInput/Collection.d.ts +0 -2
  646. package/dist/TextInput/Collection.js +0 -80
  647. package/dist/TextInput/Collection.js.map +0 -1
  648. package/dist/TextInput/Container.d.ts +0 -2
  649. package/dist/TextInput/Container.js +0 -8
  650. package/dist/TextInput/Container.js.map +0 -1
  651. package/dist/TextInput/TextInput.js.map +0 -1
  652. package/dist/TextInput/TextInput.stories.d.ts +0 -17
  653. package/dist/TextInput/TextInput.stories.js +0 -44
  654. package/dist/TextInput/TextInput.stories.js.map +0 -1
  655. package/dist/TextInput/__tests__/TextInput.d.ts +0 -1
  656. package/dist/TextInput/__tests__/TextInput.js +0 -9
  657. package/dist/TextInput/__tests__/TextInput.js.map +0 -1
  658. package/dist/TextInput/index.js +0 -2
  659. package/dist/TextInput/index.js.map +0 -1
  660. package/dist/Textarea/Container.d.ts +0 -2
  661. package/dist/Textarea/Container.js +0 -8
  662. package/dist/Textarea/Container.js.map +0 -1
  663. package/dist/Textarea/Textarea.js.map +0 -1
  664. package/dist/Textarea/Textarea.stories.d.ts +0 -13
  665. package/dist/Textarea/Textarea.stories.js +0 -66
  666. package/dist/Textarea/Textarea.stories.js.map +0 -1
  667. package/dist/Textarea/index.js +0 -2
  668. package/dist/Textarea/index.js.map +0 -1
  669. package/dist/Toggle/Container.d.ts +0 -2
  670. package/dist/Toggle/Container.js +0 -7
  671. package/dist/Toggle/Container.js.map +0 -1
  672. package/dist/Toggle/Toggle.js.map +0 -1
  673. package/dist/Toggle/Toggle.stories.d.ts +0 -11
  674. package/dist/Toggle/Toggle.stories.js +0 -10
  675. package/dist/Toggle/Toggle.stories.js.map +0 -1
  676. package/dist/Toggle/__tests__/Toggle.d.ts +0 -1
  677. package/dist/Toggle/__tests__/Toggle.js +0 -9
  678. package/dist/Toggle/__tests__/Toggle.js.map +0 -1
  679. package/dist/Toggle/index.js +0 -2
  680. package/dist/Toggle/index.js.map +0 -1
  681. package/dist/Tooltip/Tooltip.js.map +0 -1
  682. package/dist/Tooltip/Tooltip.stories.d.ts +0 -12
  683. package/dist/Tooltip/Tooltip.stories.js +0 -87
  684. package/dist/Tooltip/Tooltip.stories.js.map +0 -1
  685. package/dist/Tooltip/index.js +0 -2
  686. package/dist/Tooltip/index.js.map +0 -1
  687. package/dist/colors.stories.d.ts +0 -7
  688. package/dist/colors.stories.js +0 -100
  689. package/dist/colors.stories.js.map +0 -1
  690. package/dist/fields/Field/Field.js.map +0 -1
  691. package/dist/fields/Field/index.js +0 -2
  692. package/dist/fields/Field/index.js.map +0 -1
  693. package/dist/fields/Fieldset/Fieldset.js.map +0 -1
  694. package/dist/fields/Fieldset/Fieldset.stories.d.ts +0 -11
  695. package/dist/fields/Fieldset/Fieldset.stories.js +0 -34
  696. package/dist/fields/Fieldset/Fieldset.stories.js.map +0 -1
  697. package/dist/fields/Fieldset/index.js +0 -2
  698. package/dist/fields/Fieldset/index.js.map +0 -1
  699. package/dist/fields/commonFieldTypes.js +0 -2
  700. package/dist/fields/commonFieldTypes.js.map +0 -1
  701. package/dist/fields/components/CommonInput.js.map +0 -1
  702. package/dist/fields/components/InternalField.js.map +0 -1
  703. package/dist/fields/components/Placeholder.js +0 -25
  704. package/dist/fields/components/Placeholder.js.map +0 -1
  705. package/dist/fontStyle.js.map +0 -1
  706. package/dist/hooks/index.js +0 -5
  707. package/dist/hooks/index.js.map +0 -1
  708. package/dist/hooks/useClickOutside/index.js.map +0 -1
  709. package/dist/hooks/useClickOutside/useClickOutside.test.js +0 -46
  710. package/dist/hooks/useClickOutside/useClickOutside.test.js.map +0 -1
  711. package/dist/hooks/useEventListener/index.js.map +0 -1
  712. package/dist/hooks/useEventListener/useEventLitener.test.js +0 -36
  713. package/dist/hooks/useEventListener/useEventLitener.test.js.map +0 -1
  714. package/dist/hooks/useScript/index.js.map +0 -1
  715. package/dist/hooks/useScript/useScript.test.js +0 -17
  716. package/dist/hooks/useScript/useScript.test.js.map +0 -1
  717. package/dist/hooks/useTimeout/index.js.map +0 -1
  718. package/dist/index.js.map +0 -1
  719. package/dist/setupTests.d.ts +0 -1
  720. package/dist/setupTests.js +0 -2
  721. package/dist/setupTests.js.map +0 -1
  722. package/dist/theme.js.map +0 -1
  723. package/dist/tokenTest.spec.js +0 -8
  724. package/dist/tokenTest.spec.js.map +0 -1
  725. package/dist/types.js +0 -2
  726. package/dist/types.js.map +0 -1
  727. package/dist/utils/date.js.map +0 -1
  728. package/dist/utils/debounce.js.map +0 -1
  729. package/dist/utils/deprecated.js +0 -30
  730. package/dist/utils/deprecated.js.map +0 -1
  731. package/dist/utils/flex.js.map +0 -1
  732. package/dist/utils/focusOutline.js.map +0 -1
  733. package/dist/utils/id.js.map +0 -1
  734. package/dist/utils/id.test.js +0 -21
  735. package/dist/utils/id.test.js.map +0 -1
  736. package/dist/utils/isReactElement.js.map +0 -1
  737. package/dist/utils/measure.js.map +0 -1
  738. package/dist/utils/noop.js +0 -3
  739. package/dist/utils/noop.js.map +0 -1
  740. package/dist/utils/responsiveProp.js.map +0 -1
  741. package/dist/utils/space.js.map +0 -1
  742. package/dist/utils/useControlledState.js.map +0 -1
  743. package/dist/utils/visuallyHidden.js.map +0 -1
@@ -0,0 +1,631 @@
1
+ /// <reference types="react" />
2
+ export declare const iconList: {
3
+ 'aa-inverted': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
+ title?: string | undefined;
5
+ }>;
6
+ 'accidental-damage': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
7
+ title?: string | undefined;
8
+ }>;
9
+ 'account-breakdown': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
10
+ title?: string | undefined;
11
+ }>;
12
+ 'account-mlp': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
13
+ title?: string | undefined;
14
+ }>;
15
+ 'activity-clipboard': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
+ title?: string | undefined;
17
+ }>;
18
+ 'add-ons': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
19
+ title?: string | undefined;
20
+ }>;
21
+ 'address-mta': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
22
+ title?: string | undefined;
23
+ }>;
24
+ 'album-audio': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
+ title?: string | undefined;
26
+ }>;
27
+ 'alert-engine': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
+ title?: string | undefined;
29
+ }>;
30
+ 'apple-pay': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
31
+ title?: string | undefined;
32
+ }>;
33
+ 'approved-file': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
34
+ title?: string | undefined;
35
+ }>;
36
+ 'breakdown-alt': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
37
+ title?: string | undefined;
38
+ }>;
39
+ 'cancel-bw': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
+ title?: string | undefined;
41
+ }>;
42
+ 'car-mta': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
43
+ title?: string | undefined;
44
+ }>;
45
+ 'car-repairs': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
46
+ title?: string | undefined;
47
+ }>;
48
+ 'car-replacement': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
49
+ title?: string | undefined;
50
+ }>;
51
+ 'car-usage': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
+ title?: string | undefined;
53
+ }>;
54
+ 'chat-bubble': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
55
+ title?: string | undefined;
56
+ }>;
57
+ 'checkout-with-text': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
58
+ title?: string | undefined;
59
+ }>;
60
+ 'circle-tick': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
61
+ title?: string | undefined;
62
+ }>;
63
+ 'claim-line': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
+ title?: string | undefined;
65
+ }>;
66
+ 'clipboard-check': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
67
+ title?: string | undefined;
68
+ }>;
69
+ 'close-panel': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
70
+ title?: string | undefined;
71
+ }>;
72
+ 'confused-blue': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
73
+ title?: string | undefined;
74
+ }>;
75
+ 'contact-email': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
+ title?: string | undefined;
77
+ }>;
78
+ 'dashboard-high': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
79
+ title?: string | undefined;
80
+ }>;
81
+ 'direct-debit': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
82
+ title?: string | undefined;
83
+ }>;
84
+ 'doc-download': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
85
+ title?: string | undefined;
86
+ }>;
87
+ 'doc-upload': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
+ title?: string | undefined;
89
+ }>;
90
+ 'edit-contact': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
91
+ title?: string | undefined;
92
+ }>;
93
+ 'edit-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
94
+ title?: string | undefined;
95
+ }>;
96
+ 'email-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
97
+ title?: string | undefined;
98
+ }>;
99
+ 'falling-items': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
+ title?: string | undefined;
101
+ }>;
102
+ 'file-badge-2': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
103
+ title?: string | undefined;
104
+ }>;
105
+ 'file-cabinet': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
106
+ title?: string | undefined;
107
+ }>;
108
+ 'fraud-alert': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
109
+ title?: string | undefined;
110
+ }>;
111
+ 'freezer-food': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
+ title?: string | undefined;
113
+ }>;
114
+ 'google-play-badge': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
115
+ title?: string | undefined;
116
+ }>;
117
+ 'help-aboutus': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
118
+ title?: string | undefined;
119
+ }>;
120
+ 'help-buypolicy': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
121
+ title?: string | undefined;
122
+ }>;
123
+ 'help-center': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
+ title?: string | undefined;
125
+ }>;
126
+ 'help-idcheck': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
127
+ title?: string | undefined;
128
+ }>;
129
+ 'help-manage-policy': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
130
+ title?: string | undefined;
131
+ }>;
132
+ 'help-ncd': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
133
+ title?: string | undefined;
134
+ }>;
135
+ 'help-verification': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
+ title?: string | undefined;
137
+ }>;
138
+ 'home-excluded': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
139
+ title?: string | undefined;
140
+ }>;
141
+ 'house-tree': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
142
+ title?: string | undefined;
143
+ }>;
144
+ 'ios-store-badge': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
145
+ title?: string | undefined;
146
+ }>;
147
+ 'live-chat': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
+ title?: string | undefined;
149
+ }>;
150
+ 'live-chat2': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
151
+ title?: string | undefined;
152
+ }>;
153
+ 'log-out': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
154
+ title?: string | undefined;
155
+ }>;
156
+ 'manage-drivers': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
157
+ title?: string | undefined;
158
+ }>;
159
+ 'manage-policy': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
+ title?: string | undefined;
161
+ }>;
162
+ 'maximise-window': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
163
+ title?: string | undefined;
164
+ }>;
165
+ 'minus-circle': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
166
+ title?: string | undefined;
167
+ }>;
168
+ 'money-bag': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
169
+ title?: string | undefined;
170
+ }>;
171
+ 'money-heart': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
+ title?: string | undefined;
173
+ }>;
174
+ 'more-dots': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
175
+ title?: string | undefined;
176
+ }>;
177
+ 'new-window': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
178
+ title?: string | undefined;
179
+ }>;
180
+ 'no-excess': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
181
+ title?: string | undefined;
182
+ }>;
183
+ 'open-panel': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
+ title?: string | undefined;
185
+ }>;
186
+ 'out-of-home': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
187
+ title?: string | undefined;
188
+ }>;
189
+ 'padlock-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
190
+ title?: string | undefined;
191
+ }>;
192
+ 'phone-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
193
+ title?: string | undefined;
194
+ }>;
195
+ 'phone-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
+ title?: string | undefined;
197
+ }>;
198
+ 'pin-code': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
199
+ title?: string | undefined;
200
+ }>;
201
+ 'plus-circle': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
202
+ title?: string | undefined;
203
+ }>;
204
+ 'policy-details': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
205
+ title?: string | undefined;
206
+ }>;
207
+ 'policy-doc': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
+ title?: string | undefined;
209
+ }>;
210
+ 'policy-docs': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
211
+ title?: string | undefined;
212
+ }>;
213
+ 'pound-bold': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
214
+ title?: string | undefined;
215
+ }>;
216
+ 'pound-filled-circle': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
217
+ title?: string | undefined;
218
+ }>;
219
+ 'pound-medium': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
+ title?: string | undefined;
221
+ }>;
222
+ 'pound-outline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
223
+ title?: string | undefined;
224
+ }>;
225
+ 'pound-regular': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
226
+ title?: string | undefined;
227
+ }>;
228
+ 'question-help': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
229
+ title?: string | undefined;
230
+ }>;
231
+ 'refer-a-friend': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
+ title?: string | undefined;
233
+ }>;
234
+ 'reg-plate': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
235
+ title?: string | undefined;
236
+ }>;
237
+ 'renewal-line': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
238
+ title?: string | undefined;
239
+ }>;
240
+ 'repeat-charge': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
241
+ title?: string | undefined;
242
+ }>;
243
+ 'schedule-quote': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
+ title?: string | undefined;
245
+ }>;
246
+ 'send-message': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
247
+ title?: string | undefined;
248
+ }>;
249
+ 'shield-check': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
250
+ title?: string | undefined;
251
+ }>;
252
+ 'thumbs-up': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
253
+ title?: string | undefined;
254
+ }>;
255
+ 'tow-truck': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
256
+ title?: string | undefined;
257
+ }>;
258
+ 'trace-and-access': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
259
+ title?: string | undefined;
260
+ }>;
261
+ 'up-down': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
262
+ title?: string | undefined;
263
+ }>;
264
+ 'upload-documents': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
265
+ title?: string | undefined;
266
+ }>;
267
+ 'upload-email': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
268
+ title?: string | undefined;
269
+ }>;
270
+ 'wheel-flat': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
271
+ title?: string | undefined;
272
+ }>;
273
+ 'windscreen-repair': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
274
+ title?: string | undefined;
275
+ }>;
276
+ 'windscreen-replacement': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
277
+ title?: string | undefined;
278
+ }>;
279
+ aa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
280
+ title?: string | undefined;
281
+ }>;
282
+ addons: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
283
+ title?: string | undefined;
284
+ }>;
285
+ alert: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
286
+ title?: string | undefined;
287
+ }>;
288
+ amex: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
289
+ title?: string | undefined;
290
+ }>;
291
+ arrow: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
292
+ title?: string | undefined;
293
+ }>;
294
+ at: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
295
+ title?: string | undefined;
296
+ }>;
297
+ axa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
298
+ title?: string | undefined;
299
+ }>;
300
+ bank: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
301
+ title?: string | undefined;
302
+ }>;
303
+ basket: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
304
+ title?: string | undefined;
305
+ }>;
306
+ bicycle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
307
+ title?: string | undefined;
308
+ }>;
309
+ boost: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
310
+ title?: string | undefined;
311
+ }>;
312
+ breakdown: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
313
+ title?: string | undefined;
314
+ }>;
315
+ briefcase: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
316
+ title?: string | undefined;
317
+ }>;
318
+ burger: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
319
+ title?: string | undefined;
320
+ }>;
321
+ calendar: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
322
+ title?: string | undefined;
323
+ }>;
324
+ camera: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
325
+ title?: string | undefined;
326
+ }>;
327
+ cancel: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
328
+ title?: string | undefined;
329
+ }>;
330
+ car: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
331
+ title?: string | undefined;
332
+ }>;
333
+ card: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
334
+ title?: string | undefined;
335
+ }>;
336
+ caret: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
337
+ title?: string | undefined;
338
+ }>;
339
+ charge: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
340
+ title?: string | undefined;
341
+ }>;
342
+ chat: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
343
+ title?: string | undefined;
344
+ }>;
345
+ checkout: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
346
+ title?: string | undefined;
347
+ }>;
348
+ city: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
349
+ title?: string | undefined;
350
+ }>;
351
+ claim: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
352
+ title?: string | undefined;
353
+ }>;
354
+ clipboard: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
355
+ title?: string | undefined;
356
+ }>;
357
+ clock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
358
+ title?: string | undefined;
359
+ }>;
360
+ collpase: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
361
+ title?: string | undefined;
362
+ }>;
363
+ confused: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
364
+ title?: string | undefined;
365
+ }>;
366
+ copy: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
367
+ title?: string | undefined;
368
+ }>;
369
+ crop: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
370
+ title?: string | undefined;
371
+ }>;
372
+ cross: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
373
+ title?: string | undefined;
374
+ }>;
375
+ download: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
376
+ title?: string | undefined;
377
+ }>;
378
+ earth: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
379
+ title?: string | undefined;
380
+ }>;
381
+ edit: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
382
+ title?: string | undefined;
383
+ }>;
384
+ engine: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
385
+ title?: string | undefined;
386
+ }>;
387
+ europe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
388
+ title?: string | undefined;
389
+ }>;
390
+ excluded: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
391
+ title?: string | undefined;
392
+ }>;
393
+ expand: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
394
+ title?: string | undefined;
395
+ }>;
396
+ facebook: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
397
+ title?: string | undefined;
398
+ }>;
399
+ fence: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
400
+ title?: string | undefined;
401
+ }>;
402
+ file: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
403
+ title?: string | undefined;
404
+ }>;
405
+ filter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
406
+ title?: string | undefined;
407
+ }>;
408
+ fire: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
409
+ title?: string | undefined;
410
+ }>;
411
+ flag: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
412
+ title?: string | undefined;
413
+ }>;
414
+ folder: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
415
+ title?: string | undefined;
416
+ }>;
417
+ fuel: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
418
+ title?: string | undefined;
419
+ }>;
420
+ globe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
421
+ title?: string | undefined;
422
+ }>;
423
+ gpay: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
424
+ title?: string | undefined;
425
+ }>;
426
+ house: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
427
+ title?: string | undefined;
428
+ }>;
429
+ id: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
430
+ title?: string | undefined;
431
+ }>;
432
+ inbox: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
433
+ title?: string | undefined;
434
+ }>;
435
+ included: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
436
+ title?: string | undefined;
437
+ }>;
438
+ info: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
439
+ title?: string | undefined;
440
+ }>;
441
+ injury: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
442
+ title?: string | undefined;
443
+ }>;
444
+ instagram: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
445
+ title?: string | undefined;
446
+ }>;
447
+ intercom: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
448
+ title?: string | undefined;
449
+ }>;
450
+ intercom2: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
451
+ title?: string | undefined;
452
+ }>;
453
+ iphone: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
454
+ title?: string | undefined;
455
+ }>;
456
+ jewellery: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
457
+ title?: string | undefined;
458
+ }>;
459
+ key: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
460
+ title?: string | undefined;
461
+ }>;
462
+ laptop: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
463
+ title?: string | undefined;
464
+ }>;
465
+ leaks: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
466
+ title?: string | undefined;
467
+ }>;
468
+ lightbulb: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
469
+ title?: string | undefined;
470
+ }>;
471
+ link: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
472
+ title?: string | undefined;
473
+ }>;
474
+ linkedin: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
475
+ title?: string | undefined;
476
+ }>;
477
+ location: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
478
+ title?: string | undefined;
479
+ }>;
480
+ marshmallow: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
481
+ title?: string | undefined;
482
+ }>;
483
+ mastercard: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
484
+ title?: string | undefined;
485
+ }>;
486
+ maximise: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
487
+ title?: string | undefined;
488
+ }>;
489
+ medical: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
490
+ title?: string | undefined;
491
+ }>;
492
+ minimise: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
493
+ title?: string | undefined;
494
+ }>;
495
+ minus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
496
+ title?: string | undefined;
497
+ }>;
498
+ mulsanne: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
499
+ title?: string | undefined;
500
+ }>;
501
+ notes: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
502
+ title?: string | undefined;
503
+ }>;
504
+ notification: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
505
+ title?: string | undefined;
506
+ }>;
507
+ onfido: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
508
+ title?: string | undefined;
509
+ }>;
510
+ other: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
511
+ title?: string | undefined;
512
+ }>;
513
+ padlock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
514
+ title?: string | undefined;
515
+ }>;
516
+ people: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
517
+ title?: string | undefined;
518
+ }>;
519
+ person: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
520
+ title?: string | undefined;
521
+ }>;
522
+ photo: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
523
+ title?: string | undefined;
524
+ }>;
525
+ plus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
526
+ title?: string | undefined;
527
+ }>;
528
+ policy: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
529
+ title?: string | undefined;
530
+ }>;
531
+ premfina: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
532
+ title?: string | undefined;
533
+ }>;
534
+ profile: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
535
+ title?: string | undefined;
536
+ }>;
537
+ prohibited: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
538
+ title?: string | undefined;
539
+ }>;
540
+ property: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
541
+ title?: string | undefined;
542
+ }>;
543
+ rac: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
544
+ title?: string | undefined;
545
+ }>;
546
+ ravelin: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
547
+ title?: string | undefined;
548
+ }>;
549
+ refund: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
550
+ title?: string | undefined;
551
+ }>;
552
+ renewal: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
553
+ title?: string | undefined;
554
+ }>;
555
+ return: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
556
+ title?: string | undefined;
557
+ }>;
558
+ search: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
559
+ title?: string | undefined;
560
+ }>;
561
+ security: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
562
+ title?: string | undefined;
563
+ }>;
564
+ settings: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
565
+ title?: string | undefined;
566
+ }>;
567
+ shield: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
568
+ title?: string | undefined;
569
+ }>;
570
+ shopping: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
571
+ title?: string | undefined;
572
+ }>;
573
+ sofa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
574
+ title?: string | undefined;
575
+ }>;
576
+ stack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
577
+ title?: string | undefined;
578
+ }>;
579
+ storm: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
580
+ title?: string | undefined;
581
+ }>;
582
+ stripe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
583
+ title?: string | undefined;
584
+ }>;
585
+ subsidence: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
586
+ title?: string | undefined;
587
+ }>;
588
+ theft: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
589
+ title?: string | undefined;
590
+ }>;
591
+ tick: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
592
+ title?: string | undefined;
593
+ }>;
594
+ training: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
595
+ title?: string | undefined;
596
+ }>;
597
+ trash: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
598
+ title?: string | undefined;
599
+ }>;
600
+ twitter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
601
+ title?: string | undefined;
602
+ }>;
603
+ upload: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
604
+ title?: string | undefined;
605
+ }>;
606
+ vandalism: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
607
+ title?: string | undefined;
608
+ }>;
609
+ village: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
610
+ title?: string | undefined;
611
+ }>;
612
+ visa: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
613
+ title?: string | undefined;
614
+ }>;
615
+ warning: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
616
+ title?: string | undefined;
617
+ }>;
618
+ watch: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
619
+ title?: string | undefined;
620
+ }>;
621
+ wave: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
622
+ title?: string | undefined;
623
+ }>;
624
+ wellbeing: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
625
+ title?: string | undefined;
626
+ }>;
627
+ windscreen: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
628
+ title?: string | undefined;
629
+ }>;
630
+ };
631
+ export type Icons = keyof typeof iconList;