@economic/taco 0.0.33-alpha.1 → 1.0.0-alpha.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 (409) hide show
  1. package/README.md +84 -84
  2. package/dist/components/Icon/components/{Minus.d.ts → CircleClose.d.ts} +0 -0
  3. package/dist/components/Icon/components/{PlusCircle.d.ts → CircleMinus.d.ts} +0 -0
  4. package/dist/components/Icon/components/{TickCircle.d.ts → CirclePlus.d.ts} +0 -0
  5. package/dist/components/Icon/components/CircleTick.d.ts +3 -0
  6. package/dist/components/Icon/components/index.d.ts +1 -1
  7. package/dist/components/Input/Input.d.ts +1 -1
  8. package/dist/components/Listbox/useMultiListbox.d.ts +1 -1
  9. package/dist/components/Menu/Menu.d.ts +2 -2
  10. package/dist/components/Menu/components/Item.d.ts +1 -1
  11. package/dist/components/Menu/components/Link.d.ts +1 -1
  12. package/dist/components/Select/useSelect.d.ts +13 -8
  13. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  14. package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
  15. package/dist/esm/components/Badge/Badge.js.map +1 -1
  16. package/dist/esm/components/Banner/Banner.js.map +1 -1
  17. package/dist/esm/components/Banner/util.js +1 -1
  18. package/dist/esm/components/Banner/util.js.map +1 -1
  19. package/dist/esm/components/Button/Button.js.map +1 -1
  20. package/dist/esm/components/Button/util.js +23 -18
  21. package/dist/esm/components/Button/util.js.map +1 -1
  22. package/dist/esm/components/Calendar/Calendar.js.map +1 -1
  23. package/dist/esm/components/Checkbox/Checkbox.js +1 -1
  24. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  25. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  26. package/dist/esm/components/Combobox/useCombobox.js +87 -67
  27. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  28. package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
  29. package/dist/esm/components/Datepicker/useDatepicker.js +34 -27
  30. package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
  31. package/dist/esm/components/Dialog/Context.js +4 -4
  32. package/dist/esm/components/Dialog/Context.js.map +1 -1
  33. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  34. package/dist/esm/components/Dialog/components/Content.js +44 -39
  35. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  36. package/dist/esm/components/Dialog/components/Drawer.js +3 -3
  37. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  38. package/dist/esm/components/Dialog/components/Extra.js +2 -2
  39. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  40. package/dist/esm/components/Dialog/components/Trigger.js +2 -2
  41. package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
  42. package/dist/esm/components/Field/Field.js.map +1 -1
  43. package/dist/esm/components/Form/Form.js.map +1 -1
  44. package/dist/esm/components/Group/Group.js.map +1 -1
  45. package/dist/esm/components/Hanger/Hanger.js.map +1 -1
  46. package/dist/esm/components/Icon/Icon.js.map +1 -1
  47. package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
  48. package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
  49. package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
  50. package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
  51. package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
  52. package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
  53. package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
  54. package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
  55. package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
  56. package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
  57. package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
  58. package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
  59. package/dist/esm/components/Icon/components/Attach.js.map +1 -1
  60. package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
  61. package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
  62. package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
  63. package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
  64. package/dist/esm/components/Icon/components/Basic.js.map +1 -1
  65. package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
  66. package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
  67. package/dist/esm/components/Icon/components/Book.js.map +1 -1
  68. package/dist/esm/components/Icon/components/Booking.js.map +1 -1
  69. package/dist/esm/components/Icon/components/Budget.js.map +1 -1
  70. package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
  71. package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
  72. package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
  73. package/dist/esm/components/Icon/components/Chat.js.map +1 -1
  74. package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
  75. package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
  76. package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
  77. package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
  78. package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
  79. package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
  80. package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
  81. package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
  82. package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
  83. package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
  84. package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
  85. package/dist/esm/components/Icon/components/CircleClose.js +19 -0
  86. package/dist/esm/components/Icon/components/CircleClose.js.map +1 -0
  87. package/dist/esm/components/Icon/components/{Minus.js → CircleMinus.js} +4 -4
  88. package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -0
  89. package/dist/esm/components/Icon/components/{PlusCircle.js → CirclePlus.js} +4 -4
  90. package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -0
  91. package/dist/esm/components/Icon/components/{TickCircle.js → CircleTick.js} +4 -4
  92. package/dist/esm/components/Icon/components/CircleTick.js.map +1 -0
  93. package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
  94. package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
  95. package/dist/esm/components/Icon/components/Close.js.map +1 -1
  96. package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
  97. package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
  98. package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
  99. package/dist/esm/components/Icon/components/Copy.js.map +1 -1
  100. package/dist/esm/components/Icon/components/Courses.js.map +1 -1
  101. package/dist/esm/components/Icon/components/Credit.js.map +1 -1
  102. package/dist/esm/components/Icon/components/Delete.js.map +1 -1
  103. package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
  104. package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
  105. package/dist/esm/components/Icon/components/Developer.js.map +1 -1
  106. package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
  107. package/dist/esm/components/Icon/components/Document.js.map +1 -1
  108. package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
  109. package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
  110. package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
  111. package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
  112. package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
  113. package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
  114. package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
  115. package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
  116. package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
  117. package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
  118. package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
  119. package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
  120. package/dist/esm/components/Icon/components/Download.js.map +1 -1
  121. package/dist/esm/components/Icon/components/Drag.js.map +1 -1
  122. package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
  123. package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
  124. package/dist/esm/components/Icon/components/Edit.js.map +1 -1
  125. package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
  126. package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
  127. package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
  128. package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
  129. package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
  130. package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
  131. package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
  132. package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
  133. package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
  134. package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
  135. package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
  136. package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
  137. package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
  138. package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
  139. package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
  140. package/dist/esm/components/Icon/components/Export.js.map +1 -1
  141. package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
  142. package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
  143. package/dist/esm/components/Icon/components/Filter.js.map +1 -1
  144. package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
  145. package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
  146. package/dist/esm/components/Icon/components/Hash.js.map +1 -1
  147. package/dist/esm/components/Icon/components/Home.js.map +1 -1
  148. package/dist/esm/components/Icon/components/Images.js.map +1 -1
  149. package/dist/esm/components/Icon/components/Import.js.map +1 -1
  150. package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
  151. package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
  152. package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
  153. package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
  154. package/dist/esm/components/Icon/components/Info.js.map +1 -1
  155. package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
  156. package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
  157. package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
  158. package/dist/esm/components/Icon/components/Layout.js.map +1 -1
  159. package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
  160. package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
  161. package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
  162. package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
  163. package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
  164. package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
  165. package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
  166. package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
  167. package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
  168. package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
  169. package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
  170. package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
  171. package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
  172. package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
  173. package/dist/esm/components/Icon/components/Line.js.map +1 -1
  174. package/dist/esm/components/Icon/components/List.js.map +1 -1
  175. package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
  176. package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
  177. package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
  178. package/dist/esm/components/Icon/components/Log.js.map +1 -1
  179. package/dist/esm/components/Icon/components/Market.js.map +1 -1
  180. package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
  181. package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
  182. package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
  183. package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
  184. package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
  185. package/dist/esm/components/Icon/components/More.js.map +1 -1
  186. package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
  187. package/dist/esm/components/Icon/components/Move.js.map +1 -1
  188. package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
  189. package/dist/esm/components/Icon/components/Note.js.map +1 -1
  190. package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
  191. package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
  192. package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
  193. package/dist/esm/components/Icon/components/Period.js.map +1 -1
  194. package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
  195. package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
  196. package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
  197. package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
  198. package/dist/esm/components/Icon/components/Play.js.map +1 -1
  199. package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
  200. package/dist/esm/components/Icon/components/Print.js.map +1 -1
  201. package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
  202. package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
  203. package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
  204. package/dist/esm/components/Icon/components/Projects.js.map +1 -1
  205. package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
  206. package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
  207. package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
  208. package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
  209. package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
  210. package/dist/esm/components/Icon/components/Report.js.map +1 -1
  211. package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
  212. package/dist/esm/components/Icon/components/Restore.js.map +1 -1
  213. package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
  214. package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
  215. package/dist/esm/components/Icon/components/Sales.js.map +1 -1
  216. package/dist/esm/components/Icon/components/Search.js.map +1 -1
  217. package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
  218. package/dist/esm/components/Icon/components/Secure.js.map +1 -1
  219. package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
  220. package/dist/esm/components/Icon/components/Settings.js.map +1 -1
  221. package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
  222. package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
  223. package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
  224. package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
  225. package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
  226. package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
  227. package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
  228. package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
  229. package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
  230. package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
  231. package/dist/esm/components/Icon/components/Star.js.map +1 -1
  232. package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
  233. package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
  234. package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
  235. package/dist/esm/components/Icon/components/Tag.js.map +1 -1
  236. package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
  237. package/dist/esm/components/Icon/components/Templates.js.map +1 -1
  238. package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
  239. package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
  240. package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
  241. package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
  242. package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
  243. package/dist/esm/components/Icon/components/Tick.js.map +1 -1
  244. package/dist/esm/components/Icon/components/Time.js.map +1 -1
  245. package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
  246. package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
  247. package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
  248. package/dist/esm/components/Icon/components/Undock.js.map +1 -1
  249. package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
  250. package/dist/esm/components/Icon/components/Warning.js.map +1 -1
  251. package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
  252. package/dist/esm/components/Icon/components/Website.js.map +1 -1
  253. package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
  254. package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
  255. package/dist/esm/components/Icon/components/index.js +12 -10
  256. package/dist/esm/components/Icon/components/index.js.map +1 -1
  257. package/dist/esm/components/IconButton/IconButton.js.map +1 -1
  258. package/dist/esm/components/Input/Input.js +1 -1
  259. package/dist/esm/components/Input/Input.js.map +1 -1
  260. package/dist/esm/components/Input/util.js +2 -2
  261. package/dist/esm/components/Input/util.js.map +1 -1
  262. package/dist/esm/components/Listbox/Listbox.js +25 -24
  263. package/dist/esm/components/Listbox/Listbox.js.map +1 -1
  264. package/dist/esm/components/Listbox/ScrollableList.js +83 -64
  265. package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
  266. package/dist/esm/components/Listbox/useListbox.js +61 -52
  267. package/dist/esm/components/Listbox/useListbox.js.map +1 -1
  268. package/dist/esm/components/Listbox/useMultiListbox.js +91 -63
  269. package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
  270. package/dist/esm/components/Listbox/useTypeahead.js +9 -10
  271. package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
  272. package/dist/esm/components/Listbox/util.js +86 -52
  273. package/dist/esm/components/Listbox/util.js.map +1 -1
  274. package/dist/esm/components/Menu/Context.js +2 -2
  275. package/dist/esm/components/Menu/Context.js.map +1 -1
  276. package/dist/esm/components/Menu/Menu.js +43 -20
  277. package/dist/esm/components/Menu/Menu.js.map +1 -1
  278. package/dist/esm/components/Menu/components/Checkbox.js +9 -8
  279. package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
  280. package/dist/esm/components/Menu/components/Content.js +13 -10
  281. package/dist/esm/components/Menu/components/Content.js.map +1 -1
  282. package/dist/esm/components/Menu/components/Header.js +4 -4
  283. package/dist/esm/components/Menu/components/Header.js.map +1 -1
  284. package/dist/esm/components/Menu/components/Item.js +35 -34
  285. package/dist/esm/components/Menu/components/Item.js.map +1 -1
  286. package/dist/esm/components/Menu/components/Link.js +11 -10
  287. package/dist/esm/components/Menu/components/Link.js.map +1 -1
  288. package/dist/esm/components/Menu/components/RadioGroup.js +18 -16
  289. package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
  290. package/dist/esm/components/Menu/components/Separator.js +4 -4
  291. package/dist/esm/components/Menu/components/Separator.js.map +1 -1
  292. package/dist/esm/components/Menu/components/Trigger.js +5 -5
  293. package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
  294. package/dist/esm/components/Navigation/Navigation.js +44 -35
  295. package/dist/esm/components/Navigation/Navigation.js.map +1 -1
  296. package/dist/esm/components/Pagination/PageNumbers.js +28 -23
  297. package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
  298. package/dist/esm/components/Pagination/Pagination.js +56 -39
  299. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  300. package/dist/esm/components/Pagination/usePagination.js +21 -7
  301. package/dist/esm/components/Pagination/usePagination.js.map +1 -1
  302. package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
  303. package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
  304. package/dist/esm/components/Popover/Popover.js +34 -29
  305. package/dist/esm/components/Popover/Popover.js.map +1 -1
  306. package/dist/esm/components/Popover/Primitives.js +8 -7
  307. package/dist/esm/components/Popover/Primitives.js.map +1 -1
  308. package/dist/esm/components/Progress/Progress.js +15 -11
  309. package/dist/esm/components/Progress/Progress.js.map +1 -1
  310. package/dist/esm/components/Provider/Provider.js +18 -13
  311. package/dist/esm/components/Provider/Provider.js.map +1 -1
  312. package/dist/esm/components/RadioGroup/RadioGroup.js +57 -45
  313. package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
  314. package/dist/esm/components/SearchInput/SearchInput.js +11 -10
  315. package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
  316. package/dist/esm/components/Select/Select.js +31 -30
  317. package/dist/esm/components/Select/Select.js.map +1 -1
  318. package/dist/esm/components/Select/useSelect.js +119 -82
  319. package/dist/esm/components/Select/useSelect.js.map +1 -1
  320. package/dist/esm/components/Spinner/Spinner.js +19 -12
  321. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  322. package/dist/esm/components/Switch/Switch.js +10 -9
  323. package/dist/esm/components/Switch/Switch.js.map +1 -1
  324. package/dist/esm/components/Table/components/BaseTable.js +30 -23
  325. package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
  326. package/dist/esm/components/Table/components/PaginatedTable.js +7 -3
  327. package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
  328. package/dist/esm/components/Table/components/Table.js +25 -18
  329. package/dist/esm/components/Table/components/Table.js.map +1 -1
  330. package/dist/esm/components/Table/components/WindowedTable.js +104 -88
  331. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  332. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +146 -122
  333. package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
  334. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +61 -57
  335. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
  336. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +36 -39
  337. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
  338. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +90 -80
  339. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
  340. package/dist/esm/components/Table/hooks/useRowCreation.js +64 -29
  341. package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
  342. package/dist/esm/components/Table/hooks/useTable.js +141 -119
  343. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  344. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +15 -12
  345. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
  346. package/dist/esm/components/Table/util/renderColumn.js +10 -10
  347. package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
  348. package/dist/esm/components/Table/util/renderRow.js +46 -37
  349. package/dist/esm/components/Table/util/renderRow.js.map +1 -1
  350. package/dist/esm/components/Table/util/rowIndexPath.js +16 -14
  351. package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
  352. package/dist/esm/components/Table/util/sortTypes.js +31 -23
  353. package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
  354. package/dist/esm/components/Table/util.js +41 -29
  355. package/dist/esm/components/Table/util.js.map +1 -1
  356. package/dist/esm/components/Tabs/Tabs.js +27 -25
  357. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  358. package/dist/esm/components/Textarea/Textarea.js +9 -11
  359. package/dist/esm/components/Textarea/Textarea.js.map +1 -1
  360. package/dist/esm/components/Toast/Toast.js +21 -20
  361. package/dist/esm/components/Toast/Toast.js.map +1 -1
  362. package/dist/esm/components/Toast/Toaster.js +118 -88
  363. package/dist/esm/components/Toast/Toaster.js.map +1 -1
  364. package/dist/esm/components/Toast/util.js +2 -2
  365. package/dist/esm/components/Toast/util.js.map +1 -1
  366. package/dist/esm/components/Tooltip/Tooltip.js +8 -7
  367. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  368. package/dist/esm/components/Tour/Tour.js +50 -44
  369. package/dist/esm/components/Tour/Tour.js.map +1 -1
  370. package/dist/esm/components/Treeview/Treeview.js +36 -26
  371. package/dist/esm/components/Treeview/Treeview.js.map +1 -1
  372. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js +1 -1
  373. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
  374. package/dist/esm/index.css +665 -665
  375. package/dist/esm/index.js +1 -1
  376. package/dist/esm/primitives/Button.js +13 -9
  377. package/dist/esm/primitives/Button.js.map +1 -1
  378. package/dist/esm/utils/date.js.map +1 -1
  379. package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
  380. package/dist/esm/utils/hooks/useDraggable.js +18 -16
  381. package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
  382. package/dist/esm/utils/hooks/useDropTarget.js +10 -7
  383. package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
  384. package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
  385. package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
  386. package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
  387. package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
  388. package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
  389. package/dist/esm/utils/hooks/useTimer.js +17 -9
  390. package/dist/esm/utils/hooks/useTimer.js.map +1 -1
  391. package/dist/esm/utils/input.js +11 -7
  392. package/dist/esm/utils/input.js.map +1 -1
  393. package/dist/esm/utils/mergeRefs.js +2 -2
  394. package/dist/esm/utils/mergeRefs.js.map +1 -1
  395. package/dist/esm/utils/taillwind.js +2 -2
  396. package/dist/esm/utils/taillwind.js.map +1 -1
  397. package/dist/index.css +665 -665
  398. package/dist/taco.cjs.development.js +2486 -2013
  399. package/dist/taco.cjs.development.js.map +1 -1
  400. package/dist/taco.cjs.production.min.js +1 -1
  401. package/dist/taco.cjs.production.min.js.map +1 -1
  402. package/dist/utils/tailwind.d.ts +1 -1
  403. package/package.json +2 -3
  404. package/plugins/tailwindcss-aria-attributes.js +73 -73
  405. package/tailwind.config.js +297 -297
  406. package/types.json +16 -12
  407. package/dist/esm/components/Icon/components/Minus.js.map +0 -1
  408. package/dist/esm/components/Icon/components/PlusCircle.js.map +0 -1
  409. package/dist/esm/components/Icon/components/TickCircle.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.js","sources":["../../../../../src/components/Dialog/components/Drawer.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport { motion } from 'framer-motion';\r\nimport cn from 'classnames';\r\nimport { DialogContext, useCurrentDialog } from '../Context';\r\n\r\nexport type DialogDrawerRenderProps = DialogContext['drawer'];\r\n\r\nexport type DialogDrawerProps = Omit<\r\n React.HTMLAttributes<HTMLDivElement>,\r\n 'onAnimationStart' | 'onDragStart' | 'onDragEnd' | 'onDrag'\r\n> & {\r\n children: Omit<React.ReactNode, 'Function'> | ((props: DialogDrawerRenderProps) => React.ReactNode);\r\n};\r\n\r\nconst Drawer = React.forwardRef(function DialogDrawer(props: DialogDrawerProps, ref: React.Ref<HTMLDivElement>) {\r\n const dialog = useCurrentDialog();\r\n const className = cn(\r\n 'absolute top-0 z-[998] -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left',\r\n props.className\r\n );\r\n\r\n return (\r\n <motion.div\r\n {...props}\r\n className={className}\r\n data-taco=\"dialog-drawer\"\r\n aria-hidden={!dialog.drawer?.open}\r\n variants={{\r\n visible: {\r\n left: '100%',\r\n display: 'block',\r\n transition: { ease: 'easeOut', duration: 0.2 },\r\n },\r\n hidden: {\r\n left: '0%',\r\n transition: { ease: 'easeOut', duration: 0.2 },\r\n transitionEnd: {\r\n display: 'none',\r\n },\r\n },\r\n }}\r\n animate={dialog.drawer?.open ? 'visible' : 'hidden'}\r\n ref={ref}\r\n >\r\n {typeof props.children === 'function' ? props.children(dialog.drawer) : props.children}\r\n </motion.div>\r\n );\r\n});\r\nDrawer.displayName = 'DialogDrawer';\r\n\r\nexport { Drawer };\r\n"],"names":["Drawer","React","DialogDrawer","props","ref","dialog","useCurrentDialog","className","cn","motion","div","drawer","open","variants","visible","left","display","transition","ease","duration","hidden","transitionEnd","animate","children","displayName"],"mappings":";;;;;MAcMA,MAAM,gBAAGC,UAAA,CAAiB,SAASC,YAAT,CAAsBC,KAAtB,EAAgDC,GAAhD;;;AAC5B,QAAMC,MAAM,GAAGC,gBAAgB,EAA/B;AACA,QAAMC,SAAS,GAAGC,EAAE,CAChB,wGADgB,EAEhBL,KAAK,CAACI,SAFU,CAApB;AAKA,SACIN,aAAA,CAACQ,MAAM,CAACC,GAAR,oBACQP;AACJI,IAAAA,SAAS,EAAEA;iBACD;mBACG,oBAACF,MAAM,CAACM,MAAR,2CAAC,eAAeC,IAAhB;AACbC,IAAAA,QAAQ,EAAE;AACNC,MAAAA,OAAO,EAAE;AACLC,QAAAA,IAAI,EAAE,MADD;AAELC,QAAAA,OAAO,EAAE,OAFJ;AAGLC,QAAAA,UAAU,EAAE;AAAEC,UAAAA,IAAI,EAAE,SAAR;AAAmBC,UAAAA,QAAQ,EAAE;AAA7B;AAHP,OADH;AAMNC,MAAAA,MAAM,EAAE;AACJL,QAAAA,IAAI,EAAE,IADF;AAEJE,QAAAA,UAAU,EAAE;AAAEC,UAAAA,IAAI,EAAE,SAAR;AAAmBC,UAAAA,QAAQ,EAAE;AAA7B,SAFR;AAGJE,QAAAA,aAAa,EAAE;AACXL,UAAAA,OAAO,EAAE;AADE;AAHX;AANF;AAcVM,IAAAA,OAAO,EAAE,mBAAAjB,MAAM,CAACM,MAAP,4DAAeC,IAAf,GAAsB,SAAtB,GAAkC;AAC3CR,IAAAA,GAAG,EAAEA;IApBT,EAsBK,OAAOD,KAAK,CAACoB,QAAb,KAA0B,UAA1B,GAAuCpB,KAAK,CAACoB,QAAN,CAAelB,MAAM,CAACM,MAAtB,CAAvC,GAAuER,KAAK,CAACoB,QAtBlF,CADJ;AA0BH,CAjCc;AAkCfvB,MAAM,CAACwB,WAAP,GAAqB,cAArB;;;;"}
1
+ {"version":3,"file":"Drawer.js","sources":["../../../../../src/components/Dialog/components/Drawer.tsx"],"sourcesContent":["import * as React from 'react';\nimport { motion } from 'framer-motion';\nimport cn from 'classnames';\nimport { DialogContext, useCurrentDialog } from '../Context';\n\nexport type DialogDrawerRenderProps = DialogContext['drawer'];\n\nexport type DialogDrawerProps = Omit<\n React.HTMLAttributes<HTMLDivElement>,\n 'onAnimationStart' | 'onDragStart' | 'onDragEnd' | 'onDrag'\n> & {\n children: Omit<React.ReactNode, 'Function'> | ((props: DialogDrawerRenderProps) => React.ReactNode);\n};\n\nconst Drawer = React.forwardRef(function DialogDrawer(props: DialogDrawerProps, ref: React.Ref<HTMLDivElement>) {\n const dialog = useCurrentDialog();\n const className = cn(\n 'absolute top-0 z-[998] -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left',\n props.className\n );\n\n return (\n <motion.div\n {...props}\n className={className}\n data-taco=\"dialog-drawer\"\n aria-hidden={!dialog.drawer?.open}\n variants={{\n visible: {\n left: '100%',\n display: 'block',\n transition: { ease: 'easeOut', duration: 0.2 },\n },\n hidden: {\n left: '0%',\n transition: { ease: 'easeOut', duration: 0.2 },\n transitionEnd: {\n display: 'none',\n },\n },\n }}\n animate={dialog.drawer?.open ? 'visible' : 'hidden'}\n ref={ref}\n >\n {typeof props.children === 'function' ? props.children(dialog.drawer) : props.children}\n </motion.div>\n );\n});\nDrawer.displayName = 'DialogDrawer';\n\nexport { Drawer };\n"],"names":["Drawer","React","DialogDrawer","props","ref","dialog","useCurrentDialog","className","cn","motion","div","drawer","open","variants","visible","left","display","transition","ease","duration","hidden","transitionEnd","animate","children","displayName"],"mappings":";;;;;IAcMA,MAAM,gBAAGC,UAAA,CAAiB,SAASC,YAAT,CAAsBC,KAAtB,EAAgDC,GAAhD;;;AAC5B,MAAMC,MAAM,GAAGC,gBAAgB,EAA/B;AACA,MAAMC,SAAS,GAAGC,EAAE,CAChB,wGADgB,EAEhBL,KAAK,CAACI,SAFU,CAApB;AAKA,SACIN,aAAA,CAACQ,MAAM,CAACC,GAAR,oBACQP;AACJI,IAAAA,SAAS,EAAEA;iBACD;mBACG,oBAACF,MAAM,CAACM,MAAR,2CAAC,eAAeC,IAAhB;AACbC,IAAAA,QAAQ,EAAE;AACNC,MAAAA,OAAO,EAAE;AACLC,QAAAA,IAAI,EAAE,MADD;AAELC,QAAAA,OAAO,EAAE,OAFJ;AAGLC,QAAAA,UAAU,EAAE;AAAEC,UAAAA,IAAI,EAAE,SAAR;AAAmBC,UAAAA,QAAQ,EAAE;AAA7B;AAHP,OADH;AAMNC,MAAAA,MAAM,EAAE;AACJL,QAAAA,IAAI,EAAE,IADF;AAEJE,QAAAA,UAAU,EAAE;AAAEC,UAAAA,IAAI,EAAE,SAAR;AAAmBC,UAAAA,QAAQ,EAAE;AAA7B,SAFR;AAGJE,QAAAA,aAAa,EAAE;AACXL,UAAAA,OAAO,EAAE;AADE;AAHX;AANF;AAcVM,IAAAA,OAAO,EAAE,mBAAAjB,MAAM,CAACM,MAAP,4DAAeC,IAAf,GAAsB,SAAtB,GAAkC;AAC3CR,IAAAA,GAAG,EAAEA;IApBT,EAsBK,OAAOD,KAAK,CAACoB,QAAb,KAA0B,UAA1B,GAAuCpB,KAAK,CAACoB,QAAN,CAAelB,MAAM,CAACM,MAAtB,CAAvC,GAAuER,KAAK,CAACoB,QAtBlF,CADJ;AA0BH,CAjCc;AAkCfvB,MAAM,CAACwB,WAAP,GAAqB,cAArB;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { forwardRef, createElement } from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const Extra = /*#__PURE__*/forwardRef(function DialogExtra(props, ref) {
5
- const className = cn('bg-grey-light yt-shadow-inset absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left', props.className);
4
+ var Extra = /*#__PURE__*/forwardRef(function DialogExtra(props, ref) {
5
+ var className = cn('bg-grey-light yt-shadow-inset absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left', props.className);
6
6
  return createElement("div", Object.assign({}, props, {
7
7
  className: className,
8
8
  "data-taco": "dialog-extra",
@@ -1 +1 @@
1
- {"version":3,"file":"Extra.js","sources":["../../../../../src/components/Dialog/components/Extra.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nexport type DialogExtraProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nconst Extra = React.forwardRef(function DialogExtra(props: DialogExtraProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = cn(\r\n 'bg-grey-light yt-shadow-inset absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left',\r\n props.className\r\n );\r\n\r\n return <div {...props} className={className} data-taco=\"dialog-extra\" ref={ref} />;\r\n});\r\nExtra.displayName = 'DialogExtra';\r\n\r\nexport { Extra };\r\n"],"names":["Extra","React","DialogExtra","props","ref","className","cn","displayName"],"mappings":";;;MAKMA,KAAK,gBAAGC,UAAA,CAAiB,SAASC,WAAT,CAAqBC,KAArB,EAA8CC,GAA9C;AAC3B,QAAMC,SAAS,GAAGC,EAAE,CAChB,6GADgB,EAEhBH,KAAK,CAACE,SAFU,CAApB;AAKA,SAAOJ,aAAA,MAAA,oBAASE;AAAOE,IAAAA,SAAS,EAAEA;iBAAqB;AAAeD,IAAAA,GAAG,EAAEA;IAApE,CAAP;AACH,CAPa;AAQdJ,KAAK,CAACO,WAAN,GAAoB,aAApB;;;;"}
1
+ {"version":3,"file":"Extra.js","sources":["../../../../../src/components/Dialog/components/Extra.tsx"],"sourcesContent":["import * as React from 'react';\nimport cn from 'classnames';\n\nexport type DialogExtraProps = React.HTMLAttributes<HTMLDivElement>;\n\nconst Extra = React.forwardRef(function DialogExtra(props: DialogExtraProps, ref: React.Ref<HTMLDivElement>) {\n const className = cn(\n 'bg-grey-light yt-shadow-inset absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left',\n props.className\n );\n\n return <div {...props} className={className} data-taco=\"dialog-extra\" ref={ref} />;\n});\nExtra.displayName = 'DialogExtra';\n\nexport { Extra };\n"],"names":["Extra","React","DialogExtra","props","ref","className","cn","displayName"],"mappings":";;;IAKMA,KAAK,gBAAGC,UAAA,CAAiB,SAASC,WAAT,CAAqBC,KAArB,EAA8CC,GAA9C;AAC3B,MAAMC,SAAS,GAAGC,EAAE,CAChB,6GADgB,EAEhBH,KAAK,CAACE,SAFU,CAApB;AAKA,SAAOJ,aAAA,MAAA,oBAASE;AAAOE,IAAAA,SAAS,EAAEA;iBAAqB;AAAeD,IAAAA,GAAG,EAAEA;IAApE,CAAP;AACH,CAPa;AAQdJ,KAAK,CAACO,WAAN,GAAoB,aAApB;;;;"}
@@ -3,8 +3,8 @@ import mergeRefs from '../../../utils/mergeRefs.js';
3
3
  import { Trigger as Trigger$1 } from '@radix-ui/react-dialog';
4
4
  import { useCurrentDialog } from '../Context.js';
5
5
 
6
- const Trigger = /*#__PURE__*/forwardRef(function DialogTrigger(props, ref) {
7
- const dialog = useCurrentDialog();
6
+ var Trigger = /*#__PURE__*/forwardRef(function DialogTrigger(props, ref) {
7
+ var dialog = useCurrentDialog();
8
8
  return createElement(Trigger$1, Object.assign({}, dialog.props, props, {
9
9
  ref: mergeRefs([dialog.ref, ref]),
10
10
  asChild: true
@@ -1 +1 @@
1
- {"version":3,"file":"Trigger.js","sources":["../../../../../src/components/Dialog/components/Trigger.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\r\nimport { useCurrentDialog } from '../Context';\r\nimport mergeRefs from '../../../utils/mergeRefs';\r\n\r\nexport type DialogTriggerProps = React.HTMLAttributes<HTMLButtonElement>;\r\n\r\nexport const Trigger = React.forwardRef(function DialogTrigger(props: DialogTriggerProps, ref: React.Ref<HTMLButtonElement>) {\r\n const dialog = useCurrentDialog();\r\n return <DialogPrimitive.Trigger {...dialog.props} {...props} ref={mergeRefs([dialog.ref, ref])} asChild />;\r\n});\r\n"],"names":["Trigger","React","DialogTrigger","props","ref","dialog","useCurrentDialog","DialogPrimitive","mergeRefs","asChild"],"mappings":";;;;;MAOaA,OAAO,gBAAGC,UAAA,CAAiB,SAASC,aAAT,CAAuBC,KAAvB,EAAkDC,GAAlD;AACpC,QAAMC,MAAM,GAAGC,gBAAgB,EAA/B;AACA,SAAOL,aAAA,CAACM,SAAD,oBAA6BF,MAAM,CAACF,OAAWA;AAAOC,IAAAA,GAAG,EAAEI,SAAS,CAAC,CAACH,MAAM,CAACD,GAAR,EAAaA,GAAb,CAAD;AAAqBK,IAAAA,OAAO;IAAhG,CAAP;AACH,CAHsB;;;;"}
1
+ {"version":3,"file":"Trigger.js","sources":["../../../../../src/components/Dialog/components/Trigger.tsx"],"sourcesContent":["import * as React from 'react';\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\nimport { useCurrentDialog } from '../Context';\nimport mergeRefs from '../../../utils/mergeRefs';\n\nexport type DialogTriggerProps = React.HTMLAttributes<HTMLButtonElement>;\n\nexport const Trigger = React.forwardRef(function DialogTrigger(props: DialogTriggerProps, ref: React.Ref<HTMLButtonElement>) {\n const dialog = useCurrentDialog();\n return <DialogPrimitive.Trigger {...dialog.props} {...props} ref={mergeRefs([dialog.ref, ref])} asChild />;\n});\n"],"names":["Trigger","React","DialogTrigger","props","ref","dialog","useCurrentDialog","DialogPrimitive","mergeRefs","asChild"],"mappings":";;;;;IAOaA,OAAO,gBAAGC,UAAA,CAAiB,SAASC,aAAT,CAAuBC,KAAvB,EAAkDC,GAAlD;AACpC,MAAMC,MAAM,GAAGC,gBAAgB,EAA/B;AACA,SAAOL,aAAA,CAACM,SAAD,oBAA6BF,MAAM,CAACF,OAAWA;AAAOC,IAAAA,GAAG,EAAEI,SAAS,CAAC,CAACH,MAAM,CAACD,GAAR,EAAaA,GAAb,CAAD;AAAqBK,IAAAA,OAAO;IAAhG,CAAP;AACH,CAHsB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Field.js","sources":["../../../../src/components/Field/Field.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nimport './Field.css';\r\n\r\nexport type FieldProps = React.LabelHTMLAttributes<HTMLLabelElement> & {\r\n /** Content of the field */\r\n children: React.ReactNode;\r\n /**\tChanges the style to indicate the element is disabled */\r\n disabled?: boolean;\r\n /* Whether the input is in an invalid state */\r\n invalid?: boolean;\r\n /**\r\n * Text displayed below the children of Field.\r\n * Should be a short text that indicates feedback for user.\r\n */\r\n message?: string;\r\n};\r\n\r\nexport const Field = React.forwardRef(function Field(props: FieldProps, ref: React.Ref<HTMLLabelElement>) {\r\n const { disabled, children, invalid = false, message, ...otherProps } = props;\r\n const className = cn(\r\n 'flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]',\r\n {\r\n 'text-grey-dark': disabled,\r\n },\r\n props.className\r\n );\r\n const messageClassName = cn(\r\n 'h-4 text-xs text-left leading-normal font-normal truncate -mb-4',\r\n {\r\n 'text-grey-darkest': !invalid,\r\n 'text-red': invalid,\r\n 'opacity-50': disabled,\r\n },\r\n props.className\r\n );\r\n\r\n return (\r\n <label {...otherProps} className={className} data-taco=\"label\" ref={ref}>\r\n {children}\r\n {message && (\r\n <span className={messageClassName} role={invalid ? 'alert' : undefined}>\r\n {message}\r\n </span>\r\n )}\r\n </label>\r\n );\r\n});\r\n"],"names":["Field","React","props","ref","disabled","children","invalid","message","otherProps","className","cn","messageClassName","role","undefined"],"mappings":";;;;;IAmBaA,KAAK,gBAAGC,UAAA,CAAiB,SAASD,KAAT,CAAeE,KAAf,EAAkCC,GAAlC;AAClC,MAAQC,QAAR,GAAwEF,KAAxE,CAAQE,QAAR;AAAA,MAAkBC,QAAlB,GAAwEH,KAAxE,CAAkBG,QAAlB;AAAA,uBAAwEH,KAAxE,CAA4BI,OAA5B;AAAA,MAA4BA,OAA5B,+BAAsC,KAAtC;AAAA,MAA6CC,OAA7C,GAAwEL,KAAxE,CAA6CK,OAA7C;AAAA,MAAyDC,UAAzD,iCAAwEN,KAAxE;;AACA,MAAMO,SAAS,GAAGC,EAAE,CAChB,8EADgB,EAEhB;AACI,sBAAkBN;AADtB,GAFgB,EAKhBF,KAAK,CAACO,SALU,CAApB;AAOA,MAAME,gBAAgB,GAAGD,EAAE,CACvB,iEADuB,EAEvB;AACI,yBAAqB,CAACJ,OAD1B;AAEI,gBAAYA,OAFhB;AAGI,kBAAcF;AAHlB,GAFuB,EAOvBF,KAAK,CAACO,SAPiB,CAA3B;AAUA,SACIR,aAAA,QAAA,oBAAWO;AAAYC,IAAAA,SAAS,EAAEA;iBAAqB;AAAQN,IAAAA,GAAG,EAAEA;IAApE,EACKE,QADL,EAEKE,OAAO,IACJN,aAAA,OAAA;AAAMQ,IAAAA,SAAS,EAAEE;AAAkBC,IAAAA,IAAI,EAAEN,OAAO,GAAG,OAAH,GAAaO;GAA7D,EACKN,OADL,CAHR,CADJ;AAUH,CA7BoB;;;;"}
1
+ {"version":3,"file":"Field.js","sources":["../../../../src/components/Field/Field.tsx"],"sourcesContent":["import * as React from 'react';\nimport cn from 'classnames';\n\nimport './Field.css';\n\nexport type FieldProps = React.LabelHTMLAttributes<HTMLLabelElement> & {\n /** Content of the field */\n children: React.ReactNode;\n /**\tChanges the style to indicate the element is disabled */\n disabled?: boolean;\n /* Whether the input is in an invalid state */\n invalid?: boolean;\n /**\n * Text displayed below the children of Field.\n * Should be a short text that indicates feedback for user.\n */\n message?: string;\n};\n\nexport const Field = React.forwardRef(function Field(props: FieldProps, ref: React.Ref<HTMLLabelElement>) {\n const { disabled, children, invalid = false, message, ...otherProps } = props;\n const className = cn(\n 'flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]',\n {\n 'text-grey-dark': disabled,\n },\n props.className\n );\n const messageClassName = cn(\n 'h-4 text-xs text-left leading-normal font-normal truncate -mb-4',\n {\n 'text-grey-darkest': !invalid,\n 'text-red': invalid,\n 'opacity-50': disabled,\n },\n props.className\n );\n\n return (\n <label {...otherProps} className={className} data-taco=\"label\" ref={ref}>\n {children}\n {message && (\n <span className={messageClassName} role={invalid ? 'alert' : undefined}>\n {message}\n </span>\n )}\n </label>\n );\n});\n"],"names":["Field","React","props","ref","disabled","children","invalid","message","otherProps","className","cn","messageClassName","role","undefined"],"mappings":";;;;;IAmBaA,KAAK,gBAAGC,UAAA,CAAiB,SAASD,KAAT,CAAeE,KAAf,EAAkCC,GAAlC;AAClC,MAAQC,QAAR,GAAwEF,KAAxE,CAAQE,QAAR;AAAA,MAAkBC,QAAlB,GAAwEH,KAAxE,CAAkBG,QAAlB;AAAA,uBAAwEH,KAAxE,CAA4BI,OAA5B;AAAA,MAA4BA,OAA5B,+BAAsC,KAAtC;AAAA,MAA6CC,OAA7C,GAAwEL,KAAxE,CAA6CK,OAA7C;AAAA,MAAyDC,UAAzD,iCAAwEN,KAAxE;;AACA,MAAMO,SAAS,GAAGC,EAAE,CAChB,8EADgB,EAEhB;AACI,sBAAkBN;AADtB,GAFgB,EAKhBF,KAAK,CAACO,SALU,CAApB;AAOA,MAAME,gBAAgB,GAAGD,EAAE,CACvB,iEADuB,EAEvB;AACI,yBAAqB,CAACJ,OAD1B;AAEI,gBAAYA,OAFhB;AAGI,kBAAcF;AAHlB,GAFuB,EAOvBF,KAAK,CAACO,SAPiB,CAA3B;AAUA,SACIR,aAAA,QAAA,oBAAWO;AAAYC,IAAAA,SAAS,EAAEA;iBAAqB;AAAQN,IAAAA,GAAG,EAAEA;IAApE,EACKE,QADL,EAEKE,OAAO,IACJN,aAAA,OAAA;AAAMQ,IAAAA,SAAS,EAAEE;AAAkBC,IAAAA,IAAI,EAAEN,OAAO,GAAG,OAAH,GAAaO;GAA7D,EACKN,OADL,CAHR,CADJ;AAUH,CA7BoB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Form.js","sources":["../../../../src/components/Form/Form.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport './Form.css';\r\n\r\nexport type FormProps = React.FormHTMLAttributes<HTMLFormElement> & {\r\n /** Content should be composed of other Taco form elements */\r\n children: React.ReactNode;\r\n /** Display the form fields in a horizontal layout */\r\n horizontal?: boolean;\r\n};\r\n\r\nexport const Form = React.forwardRef(function Form(props: FormProps, ref: React.Ref<HTMLFormElement>) {\r\n const { horizontal = false, ...otherProps } = props;\r\n const className = cn(\r\n 'yt-form',\r\n {\r\n 'yt-form--horizontal flex flex-wrap': horizontal,\r\n },\r\n props.className\r\n );\r\n\r\n return <form {...otherProps} className={className} data-taco=\"form\" ref={ref} />;\r\n});\r\n"],"names":["Form","React","props","ref","horizontal","otherProps","className","cn"],"mappings":";;;;;IAWaA,IAAI,gBAAGC,UAAA,CAAiB,SAASD,IAAT,CAAcE,KAAd,EAAgCC,GAAhC;AACjC,0BAA8CD,KAA9C,CAAQE,UAAR;AAAA,MAAQA,UAAR,kCAAqB,KAArB;AAAA,MAA+BC,UAA/B,iCAA8CH,KAA9C;;AACA,MAAMI,SAAS,GAAGC,EAAE,CAChB,SADgB,EAEhB;AACI,0CAAsCH;AAD1C,GAFgB,EAKhBF,KAAK,CAACI,SALU,CAApB;AAQA,SAAOL,aAAA,OAAA,oBAAUI;AAAYC,IAAAA,SAAS,EAAEA;iBAAqB;AAAOH,IAAAA,GAAG,EAAEA;IAAlE,CAAP;AACH,CAXmB;;;;"}
1
+ {"version":3,"file":"Form.js","sources":["../../../../src/components/Form/Form.tsx"],"sourcesContent":["import * as React from 'react';\nimport cn from 'classnames';\nimport './Form.css';\n\nexport type FormProps = React.FormHTMLAttributes<HTMLFormElement> & {\n /** Content should be composed of other Taco form elements */\n children: React.ReactNode;\n /** Display the form fields in a horizontal layout */\n horizontal?: boolean;\n};\n\nexport const Form = React.forwardRef(function Form(props: FormProps, ref: React.Ref<HTMLFormElement>) {\n const { horizontal = false, ...otherProps } = props;\n const className = cn(\n 'yt-form',\n {\n 'yt-form--horizontal flex flex-wrap': horizontal,\n },\n props.className\n );\n\n return <form {...otherProps} className={className} data-taco=\"form\" ref={ref} />;\n});\n"],"names":["Form","React","props","ref","horizontal","otherProps","className","cn"],"mappings":";;;;;IAWaA,IAAI,gBAAGC,UAAA,CAAiB,SAASD,IAAT,CAAcE,KAAd,EAAgCC,GAAhC;AACjC,0BAA8CD,KAA9C,CAAQE,UAAR;AAAA,MAAQA,UAAR,kCAAqB,KAArB;AAAA,MAA+BC,UAA/B,iCAA8CH,KAA9C;;AACA,MAAMI,SAAS,GAAGC,EAAE,CAChB,SADgB,EAEhB;AACI,0CAAsCH;AAD1C,GAFgB,EAKhBF,KAAK,CAACI,SALU,CAApB;AAQA,SAAOL,aAAA,OAAA,oBAAUI;AAAYC,IAAAA,SAAS,EAAEA;iBAAqB;AAAOH,IAAAA,GAAG,EAAEA;IAAlE,CAAP;AACH,CAXmB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Group.js","sources":["../../../../src/components/Group/Group.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport './Group.css';\r\n\r\nexport type GroupProps = React.HTMLAttributes<HTMLElement> & {\r\n /**\r\n * Change what html tag element will render.\r\n * Default value is `span`\r\n */\r\n as?: 'div' | 'span' | 'nav';\r\n /** Content should be composed of other Taco elements */\r\n children: React.ReactNode;\r\n};\r\n\r\nexport const Group = React.forwardRef(function Group(props: GroupProps, ref: React.Ref<HTMLDivElement>) {\r\n const { as: Tag = 'span', ...otherProps } = props;\r\n const className = cn('flex ', props.className);\r\n return <Tag {...otherProps} className={className} data-taco=\"group\" ref={ref} />;\r\n});\r\n"],"names":["Group","React","props","ref","as","Tag","otherProps","className","cn"],"mappings":";;;;;IAcaA,KAAK,gBAAGC,UAAA,CAAiB,SAASD,KAAT,CAAeE,KAAf,EAAkCC,GAAlC;AAClC,kBAA4CD,KAA5C,CAAQE,EAAR;AAAA,MAAYC,GAAZ,0BAAkB,MAAlB;AAAA,MAA6BC,UAA7B,iCAA4CJ,KAA5C;;AACA,MAAMK,SAAS,GAAGC,EAAE,CAAC,OAAD,EAAUN,KAAK,CAACK,SAAhB,CAApB;AACA,SAAON,aAAA,CAACI,GAAD,oBAASC;AAAYC,IAAAA,SAAS,EAAEA;iBAAqB;AAAQJ,IAAAA,GAAG,EAAEA;IAAlE,CAAP;AACH,CAJoB;;;;"}
1
+ {"version":3,"file":"Group.js","sources":["../../../../src/components/Group/Group.tsx"],"sourcesContent":["import * as React from 'react';\nimport cn from 'classnames';\nimport './Group.css';\n\nexport type GroupProps = React.HTMLAttributes<HTMLElement> & {\n /**\n * Change what html tag element will render.\n * Default value is `span`\n */\n as?: 'div' | 'span' | 'nav';\n /** Content should be composed of other Taco elements */\n children: React.ReactNode;\n};\n\nexport const Group = React.forwardRef(function Group(props: GroupProps, ref: React.Ref<HTMLDivElement>) {\n const { as: Tag = 'span', ...otherProps } = props;\n const className = cn('flex ', props.className);\n return <Tag {...otherProps} className={className} data-taco=\"group\" ref={ref} />;\n});\n"],"names":["Group","React","props","ref","as","Tag","otherProps","className","cn"],"mappings":";;;;;IAcaA,KAAK,gBAAGC,UAAA,CAAiB,SAASD,KAAT,CAAeE,KAAf,EAAkCC,GAAlC;AAClC,kBAA4CD,KAA5C,CAAQE,EAAR;AAAA,MAAYC,GAAZ,0BAAkB,MAAlB;AAAA,MAA6BC,UAA7B,iCAA4CJ,KAA5C;;AACA,MAAMK,SAAS,GAAGC,EAAE,CAAC,OAAD,EAAUN,KAAK,CAACK,SAAhB,CAApB;AACA,SAAON,aAAA,CAACI,GAAD,oBAASC;AAAYC,IAAAA,SAAS,EAAEA;iBAAqB;AAAQJ,IAAAA,GAAG,EAAEA;IAAlE,CAAP;AACH,CAJoB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Hanger.js","sources":["../../../../src/components/Hanger/Hanger.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport { Placement } from '../..';\r\nimport { UnstyledArrow, UnstyledContent } from '../Popover/Primitives';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport './Hanger.css';\r\nimport mergeRefs from '../../utils/mergeRefs';\r\n\r\ntype HangerContextValue = {\r\n props: any;\r\n ref: React.Ref<HTMLElement>;\r\n};\r\nconst HangerContext = React.createContext<HangerContextValue>({\r\n props: {},\r\n ref: null,\r\n});\r\n\r\nexport type HangerTexts = {\r\n /** Aria-label for the close icon button of hanger */\r\n close: string;\r\n};\r\n\r\nexport type HangerAnchorProps = React.HTMLAttributes<HTMLDivElement>;\r\nconst Anchor = React.forwardRef(function HangerAnchor(props: HangerAnchorProps, ref: React.Ref<HTMLDivElement>) {\r\n const context = React.useContext(HangerContext);\r\n let children = props.children;\r\n\r\n if (React.isValidElement(props.children) && typeof props.children?.type === 'function') {\r\n console.warn(\r\n `Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${props.children.type.name}' in React.forwardRef()? Taco has wrapped '${props.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`\r\n );\r\n children = <span>{props.children}</span>;\r\n }\r\n\r\n return (\r\n <PopoverPrimitive.Anchor {...context.props} {...props} children={children} ref={mergeRefs([context.ref, ref])} asChild />\r\n );\r\n});\r\n\r\nexport type HangerContentProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /** Set the position of the Hanger relative to its achor. Default value is `bottom` */\r\n placement?: Placement;\r\n};\r\n\r\nconst Content = React.forwardRef(function HangerContent(props: HangerContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const context = React.useContext(HangerContext);\r\n const { texts } = useLocalization();\r\n const className = cn(\r\n 'wcag-blue border border-transparent rounded p-3 pr-12 yt-shadow z-[996] focus:border-transparent',\r\n props.className\r\n );\r\n const handleInteractOutside = (event: CustomEvent): void => {\r\n event.preventDefault();\r\n };\r\n\r\n return (\r\n <UnstyledContent\r\n className={className}\r\n data-taco=\"hanger\"\r\n onInteractOutside={handleInteractOutside}\r\n placement={props.placement}\r\n ref={ref}\r\n >\r\n {props.children}\r\n <UnstyledArrow className=\"text-blue\" />\r\n <PopoverPrimitive.Close asChild>\r\n <IconButton\r\n appearance=\"primary\"\r\n aria-label={texts.hanger.close}\r\n className=\"absolute top-0 right-0 ml-2 mr-2 mt-2 text-white\"\r\n icon=\"close\"\r\n onClick={context.props.onClose}\r\n />\r\n </PopoverPrimitive.Close>\r\n </UnstyledContent>\r\n );\r\n});\r\n\r\nexport type HangerProps = React.PropsWithChildren<{\r\n /** An anchor to be used for the hanger, should not be set if `children` already contains an anchor */\r\n anchor?: JSX.Element;\r\n /**\r\n * Shows or hides hanger depending on the value\r\n * @defaultValue true\r\n */\r\n defaultOpen?: boolean;\r\n /** Handler called when user closes the hanger */\r\n onClose?: () => void;\r\n}>;\r\n\r\nexport type ForwardedHangerWithStatics = React.ForwardRefExoticComponent<HangerProps & React.RefAttributes<HTMLElement>> & {\r\n Anchor: React.ForwardRefExoticComponent<HangerAnchorProps>;\r\n Content: React.ForwardRefExoticComponent<HangerContentProps>;\r\n};\r\n\r\nexport const Hanger = React.forwardRef(function Hanger(props: HangerProps, ref: React.Ref<HTMLElement>) {\r\n const { anchor, children, defaultOpen = true, ...otherProps } = props;\r\n const context = React.useMemo(() => ({ props: otherProps, ref }), [otherProps]);\r\n\r\n // we do this to ensure hangers are mounted after their containers, e.g. if the container is another portal\r\n const [open, setOpen] = React.useState(false);\r\n React.useEffect(() => {\r\n if (defaultOpen) {\r\n setOpen(defaultOpen);\r\n }\r\n }, []);\r\n\r\n return (\r\n <HangerContext.Provider value={context}>\r\n <PopoverPrimitive.Root key={String(open)} defaultOpen={open}>\r\n {anchor && <Anchor>{anchor}</Anchor>}\r\n {children}\r\n </PopoverPrimitive.Root>\r\n </HangerContext.Provider>\r\n );\r\n}) as ForwardedHangerWithStatics;\r\nHanger.Anchor = Anchor;\r\nHanger.Content = Content;\r\n"],"names":["HangerContext","React","props","ref","Anchor","HangerAnchor","context","children","type","console","warn","name","PopoverPrimitive","mergeRefs","asChild","Content","HangerContent","useLocalization","texts","className","cn","handleInteractOutside","event","preventDefault","UnstyledContent","onInteractOutside","placement","UnstyledArrow","IconButton","appearance","hanger","close","icon","onClick","onClose","Hanger","anchor","defaultOpen","otherProps","open","setOpen","Provider","value","key","String"],"mappings":";;;;;;;;;;AAcA,IAAMA,aAAa,gBAAGC,aAAA,CAAwC;AAC1DC,EAAAA,KAAK,EAAE,EADmD;AAE1DC,EAAAA,GAAG,EAAE;AAFqD,CAAxC,CAAtB;AAWA,IAAMC,MAAM,gBAAGH,UAAA,CAAiB,SAASI,YAAT,CAAsBH,KAAtB,EAAgDC,GAAhD;;;AAC5B,MAAMG,OAAO,GAAGL,UAAA,CAAiBD,aAAjB,CAAhB;AACA,MAAIO,QAAQ,GAAGL,KAAK,CAACK,QAArB;;AAEA,MAAIN,cAAA,CAAqBC,KAAK,CAACK,QAA3B,KAAwC,2BAAOL,KAAK,CAACK,QAAb,oDAAO,gBAAgBC,IAAvB,MAAgC,UAA5E,EAAwF;AACpFC,IAAAA,OAAO,CAACC,IAAR,qHACsHR,KAAK,CAACK,QAAN,CAAeC,IAAf,CAAoBG,IAD1I,mDAC4LT,KAAK,CAACK,QAAN,CAAeC,IAAf,CAAoBG,IADhN;AAGAJ,IAAAA,QAAQ,GAAGN,aAAA,OAAA,MAAA,EAAOC,KAAK,CAACK,QAAb,CAAX;AACH;;AAED,SACIN,aAAA,CAACW,QAAD,oBAA6BN,OAAO,CAACJ,OAAWA;AAAOK,IAAAA,QAAQ,EAAEA;AAAUJ,IAAAA,GAAG,EAAEU,SAAS,CAAC,CAACP,OAAO,CAACH,GAAT,EAAcA,GAAd,CAAD;AAAsBW,IAAAA,OAAO;IAAtH,CADJ;AAGH,CAdc,CAAf;AAqBA,IAAMC,OAAO,gBAAGd,UAAA,CAAiB,SAASe,aAAT,CAAuBd,KAAvB,EAAkDC,GAAlD;AAC7B,MAAMG,OAAO,GAAGL,UAAA,CAAiBD,aAAjB,CAAhB;;AACA,yBAAkBiB,eAAe,EAAjC;AAAA,MAAQC,KAAR,oBAAQA,KAAR;;AACA,MAAMC,SAAS,GAAGC,EAAE,CAChB,kGADgB,EAEhBlB,KAAK,CAACiB,SAFU,CAApB;;AAIA,MAAME,qBAAqB,GAAG,SAAxBA,qBAAwB,CAACC,KAAD;AAC1BA,IAAAA,KAAK,CAACC,cAAN;AACH,GAFD;;AAIA,SACItB,aAAA,CAACuB,eAAD;AACIL,IAAAA,SAAS,EAAEA;iBACD;AACVM,IAAAA,iBAAiB,EAAEJ;AACnBK,IAAAA,SAAS,EAAExB,KAAK,CAACwB;AACjBvB,IAAAA,GAAG,EAAEA;GALT,EAOKD,KAAK,CAACK,QAPX,EAQIN,aAAA,CAAC0B,aAAD;AAAeR,IAAAA,SAAS,EAAC;GAAzB,CARJ,EASIlB,aAAA,CAACW,KAAD;AAAwBE,IAAAA,OAAO;GAA/B,EACIb,aAAA,CAAC2B,UAAD;AACIC,IAAAA,UAAU,EAAC;kBACCX,KAAK,CAACY,MAAN,CAAaC;AACzBZ,IAAAA,SAAS,EAAC;AACVa,IAAAA,IAAI,EAAC;AACLC,IAAAA,OAAO,EAAE3B,OAAO,CAACJ,KAAR,CAAcgC;GAL3B,CADJ,CATJ,CADJ;AAqBH,CAhCe,CAAhB;IAmDaC,MAAM,gBAAGlC,UAAA,CAAiB,SAASkC,MAAT,CAAgBjC,KAAhB,EAAoCC,GAApC;AACnC,MAAQiC,MAAR,GAAgElC,KAAhE,CAAQkC,MAAR;AAAA,MAAgB7B,QAAhB,GAAgEL,KAAhE,CAAgBK,QAAhB;AAAA,2BAAgEL,KAAhE,CAA0BmC,WAA1B;AAAA,MAA0BA,WAA1B,mCAAwC,IAAxC;AAAA,MAAiDC,UAAjD,iCAAgEpC,KAAhE;;AACA,MAAMI,OAAO,GAAGL,OAAA,CAAc;AAAA,WAAO;AAAEC,MAAAA,KAAK,EAAEoC,UAAT;AAAqBnC,MAAAA,GAAG,EAAHA;AAArB,KAAP;AAAA,GAAd,EAAkD,CAACmC,UAAD,CAAlD,CAAhB;;AAGA,wBAAwBrC,QAAA,CAAe,KAAf,CAAxB;AAAA,MAAOsC,IAAP;AAAA,MAAaC,OAAb;;AACAvC,EAAAA,SAAA,CAAgB;AACZ,QAAIoC,WAAJ,EAAiB;AACbG,MAAAA,OAAO,CAACH,WAAD,CAAP;AACH;AACJ,GAJD,EAIG,EAJH;AAMA,SACIpC,aAAA,CAACD,aAAa,CAACyC,QAAf;AAAwBC,IAAAA,KAAK,EAAEpC;GAA/B,EACIL,aAAA,CAACW,IAAD;AAAuB+B,IAAAA,GAAG,EAAEC,MAAM,CAACL,IAAD;AAAQF,IAAAA,WAAW,EAAEE;GAAvD,EACKH,MAAM,IAAInC,aAAA,CAACG,MAAD,MAAA,EAASgC,MAAT,CADf,EAEK7B,QAFL,CADJ,CADJ;AAQH,CApBqB;AAqBtB4B,MAAM,CAAC/B,MAAP,GAAgBA,MAAhB;AACA+B,MAAM,CAACpB,OAAP,GAAiBA,OAAjB;;;;"}
1
+ {"version":3,"file":"Hanger.js","sources":["../../../../src/components/Hanger/Hanger.tsx"],"sourcesContent":["import * as React from 'react';\nimport cn from 'classnames';\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\nimport { IconButton } from '../IconButton/IconButton';\nimport { Placement } from '../..';\nimport { UnstyledArrow, UnstyledContent } from '../Popover/Primitives';\nimport { useLocalization } from '../Provider/Provider';\nimport './Hanger.css';\nimport mergeRefs from '../../utils/mergeRefs';\n\ntype HangerContextValue = {\n props: any;\n ref: React.Ref<HTMLElement>;\n};\nconst HangerContext = React.createContext<HangerContextValue>({\n props: {},\n ref: null,\n});\n\nexport type HangerTexts = {\n /** Aria-label for the close icon button of hanger */\n close: string;\n};\n\nexport type HangerAnchorProps = React.HTMLAttributes<HTMLDivElement>;\nconst Anchor = React.forwardRef(function HangerAnchor(props: HangerAnchorProps, ref: React.Ref<HTMLDivElement>) {\n const context = React.useContext(HangerContext);\n let children = props.children;\n\n if (React.isValidElement(props.children) && typeof props.children?.type === 'function') {\n console.warn(\n `Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${props.children.type.name}' in React.forwardRef()? Taco has wrapped '${props.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`\n );\n children = <span>{props.children}</span>;\n }\n\n return (\n <PopoverPrimitive.Anchor {...context.props} {...props} children={children} ref={mergeRefs([context.ref, ref])} asChild />\n );\n});\n\nexport type HangerContentProps = React.HTMLAttributes<HTMLDivElement> & {\n /** Set the position of the Hanger relative to its achor. Default value is `bottom` */\n placement?: Placement;\n};\n\nconst Content = React.forwardRef(function HangerContent(props: HangerContentProps, ref: React.Ref<HTMLDivElement>) {\n const context = React.useContext(HangerContext);\n const { texts } = useLocalization();\n const className = cn(\n 'wcag-blue border border-transparent rounded p-3 pr-12 yt-shadow z-[996] focus:border-transparent',\n props.className\n );\n const handleInteractOutside = (event: CustomEvent): void => {\n event.preventDefault();\n };\n\n return (\n <UnstyledContent\n className={className}\n data-taco=\"hanger\"\n onInteractOutside={handleInteractOutside}\n placement={props.placement}\n ref={ref}\n >\n {props.children}\n <UnstyledArrow className=\"text-blue\" />\n <PopoverPrimitive.Close asChild>\n <IconButton\n appearance=\"primary\"\n aria-label={texts.hanger.close}\n className=\"absolute top-0 right-0 ml-2 mr-2 mt-2 text-white\"\n icon=\"close\"\n onClick={context.props.onClose}\n />\n </PopoverPrimitive.Close>\n </UnstyledContent>\n );\n});\n\nexport type HangerProps = React.PropsWithChildren<{\n /** An anchor to be used for the hanger, should not be set if `children` already contains an anchor */\n anchor?: JSX.Element;\n /**\n * Shows or hides hanger depending on the value\n * @defaultValue true\n */\n defaultOpen?: boolean;\n /** Handler called when user closes the hanger */\n onClose?: () => void;\n}>;\n\nexport type ForwardedHangerWithStatics = React.ForwardRefExoticComponent<HangerProps & React.RefAttributes<HTMLElement>> & {\n Anchor: React.ForwardRefExoticComponent<HangerAnchorProps>;\n Content: React.ForwardRefExoticComponent<HangerContentProps>;\n};\n\nexport const Hanger = React.forwardRef(function Hanger(props: HangerProps, ref: React.Ref<HTMLElement>) {\n const { anchor, children, defaultOpen = true, ...otherProps } = props;\n const context = React.useMemo(() => ({ props: otherProps, ref }), [otherProps]);\n\n // we do this to ensure hangers are mounted after their containers, e.g. if the container is another portal\n const [open, setOpen] = React.useState(false);\n React.useEffect(() => {\n if (defaultOpen) {\n setOpen(defaultOpen);\n }\n }, []);\n\n return (\n <HangerContext.Provider value={context}>\n <PopoverPrimitive.Root key={String(open)} defaultOpen={open}>\n {anchor && <Anchor>{anchor}</Anchor>}\n {children}\n </PopoverPrimitive.Root>\n </HangerContext.Provider>\n );\n}) as ForwardedHangerWithStatics;\nHanger.Anchor = Anchor;\nHanger.Content = Content;\n"],"names":["HangerContext","React","props","ref","Anchor","HangerAnchor","context","children","type","console","warn","name","PopoverPrimitive","mergeRefs","asChild","Content","HangerContent","useLocalization","texts","className","cn","handleInteractOutside","event","preventDefault","UnstyledContent","onInteractOutside","placement","UnstyledArrow","IconButton","appearance","hanger","close","icon","onClick","onClose","Hanger","anchor","defaultOpen","otherProps","open","setOpen","Provider","value","key","String"],"mappings":";;;;;;;;;;AAcA,IAAMA,aAAa,gBAAGC,aAAA,CAAwC;AAC1DC,EAAAA,KAAK,EAAE,EADmD;AAE1DC,EAAAA,GAAG,EAAE;AAFqD,CAAxC,CAAtB;AAWA,IAAMC,MAAM,gBAAGH,UAAA,CAAiB,SAASI,YAAT,CAAsBH,KAAtB,EAAgDC,GAAhD;;;AAC5B,MAAMG,OAAO,GAAGL,UAAA,CAAiBD,aAAjB,CAAhB;AACA,MAAIO,QAAQ,GAAGL,KAAK,CAACK,QAArB;;AAEA,MAAIN,cAAA,CAAqBC,KAAK,CAACK,QAA3B,KAAwC,2BAAOL,KAAK,CAACK,QAAb,oDAAO,gBAAgBC,IAAvB,MAAgC,UAA5E,EAAwF;AACpFC,IAAAA,OAAO,CAACC,IAAR,qHACsHR,KAAK,CAACK,QAAN,CAAeC,IAAf,CAAoBG,IAD1I,mDAC4LT,KAAK,CAACK,QAAN,CAAeC,IAAf,CAAoBG,IADhN;AAGAJ,IAAAA,QAAQ,GAAGN,aAAA,OAAA,MAAA,EAAOC,KAAK,CAACK,QAAb,CAAX;AACH;;AAED,SACIN,aAAA,CAACW,QAAD,oBAA6BN,OAAO,CAACJ,OAAWA;AAAOK,IAAAA,QAAQ,EAAEA;AAAUJ,IAAAA,GAAG,EAAEU,SAAS,CAAC,CAACP,OAAO,CAACH,GAAT,EAAcA,GAAd,CAAD;AAAsBW,IAAAA,OAAO;IAAtH,CADJ;AAGH,CAdc,CAAf;AAqBA,IAAMC,OAAO,gBAAGd,UAAA,CAAiB,SAASe,aAAT,CAAuBd,KAAvB,EAAkDC,GAAlD;AAC7B,MAAMG,OAAO,GAAGL,UAAA,CAAiBD,aAAjB,CAAhB;;AACA,yBAAkBiB,eAAe,EAAjC;AAAA,MAAQC,KAAR,oBAAQA,KAAR;;AACA,MAAMC,SAAS,GAAGC,EAAE,CAChB,kGADgB,EAEhBlB,KAAK,CAACiB,SAFU,CAApB;;AAIA,MAAME,qBAAqB,GAAG,SAAxBA,qBAAwB,CAACC,KAAD;AAC1BA,IAAAA,KAAK,CAACC,cAAN;AACH,GAFD;;AAIA,SACItB,aAAA,CAACuB,eAAD;AACIL,IAAAA,SAAS,EAAEA;iBACD;AACVM,IAAAA,iBAAiB,EAAEJ;AACnBK,IAAAA,SAAS,EAAExB,KAAK,CAACwB;AACjBvB,IAAAA,GAAG,EAAEA;GALT,EAOKD,KAAK,CAACK,QAPX,EAQIN,aAAA,CAAC0B,aAAD;AAAeR,IAAAA,SAAS,EAAC;GAAzB,CARJ,EASIlB,aAAA,CAACW,KAAD;AAAwBE,IAAAA,OAAO;GAA/B,EACIb,aAAA,CAAC2B,UAAD;AACIC,IAAAA,UAAU,EAAC;kBACCX,KAAK,CAACY,MAAN,CAAaC;AACzBZ,IAAAA,SAAS,EAAC;AACVa,IAAAA,IAAI,EAAC;AACLC,IAAAA,OAAO,EAAE3B,OAAO,CAACJ,KAAR,CAAcgC;GAL3B,CADJ,CATJ,CADJ;AAqBH,CAhCe,CAAhB;IAmDaC,MAAM,gBAAGlC,UAAA,CAAiB,SAASkC,MAAT,CAAgBjC,KAAhB,EAAoCC,GAApC;AACnC,MAAQiC,MAAR,GAAgElC,KAAhE,CAAQkC,MAAR;AAAA,MAAgB7B,QAAhB,GAAgEL,KAAhE,CAAgBK,QAAhB;AAAA,2BAAgEL,KAAhE,CAA0BmC,WAA1B;AAAA,MAA0BA,WAA1B,mCAAwC,IAAxC;AAAA,MAAiDC,UAAjD,iCAAgEpC,KAAhE;;AACA,MAAMI,OAAO,GAAGL,OAAA,CAAc;AAAA,WAAO;AAAEC,MAAAA,KAAK,EAAEoC,UAAT;AAAqBnC,MAAAA,GAAG,EAAHA;AAArB,KAAP;AAAA,GAAd,EAAkD,CAACmC,UAAD,CAAlD,CAAhB;;AAGA,wBAAwBrC,QAAA,CAAe,KAAf,CAAxB;AAAA,MAAOsC,IAAP;AAAA,MAAaC,OAAb;;AACAvC,EAAAA,SAAA,CAAgB;AACZ,QAAIoC,WAAJ,EAAiB;AACbG,MAAAA,OAAO,CAACH,WAAD,CAAP;AACH;AACJ,GAJD,EAIG,EAJH;AAMA,SACIpC,aAAA,CAACD,aAAa,CAACyC,QAAf;AAAwBC,IAAAA,KAAK,EAAEpC;GAA/B,EACIL,aAAA,CAACW,IAAD;AAAuB+B,IAAAA,GAAG,EAAEC,MAAM,CAACL,IAAD;AAAQF,IAAAA,WAAW,EAAEE;GAAvD,EACKH,MAAM,IAAInC,aAAA,CAACG,MAAD,MAAA,EAASgC,MAAT,CADf,EAEK7B,QAFL,CADJ,CADJ;AAQH,CApBqB;AAqBtB4B,MAAM,CAAC/B,MAAP,GAAgBA,MAAhB;AACA+B,MAAM,CAACpB,OAAP,GAAiBA,OAAjB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.js","sources":["../../../../src/components/Icon/Icon.tsx"],"sourcesContent":["import React from 'react';\r\nimport cn from 'classnames';\r\nimport { IconName, icons } from './components/index';\r\n\r\nexport { icons } from './components/index';\r\nexport type { IconName } from './components/index';\r\n\r\nexport type IconProps = React.SVGAttributes<SVGSVGElement> & {\r\n /** Set what svg icon should be rendered */\r\n name: IconName; // this dynamic type causes the type extraction for props to fail\r\n};\r\n\r\nexport const Icon = React.forwardRef(function Icon(props: IconProps, ref: React.Ref<SVGSVGElement>) {\r\n const { name, ...otherProps } = props;\r\n const Component = icons[name];\r\n /* 24x24 _at the base body font_ - must be em so that they scale with font size - tailwind spacing uses rem */\r\n const className = cn('inline-flex h-[1.715em] w-[1.715em]', props.className, {\r\n 'p-[3px]': props.className?.includes('rounded-full'),\r\n });\r\n\r\n return Component ? (\r\n <Component {...otherProps} className={className} data-taco=\"icon\" focusable=\"false\" ref={ref} role=\"img\" />\r\n ) : null;\r\n});\r\n"],"names":["Icon","React","forwardRef","props","ref","name","otherProps","Component","icons","className","cn","includes","focusable","role"],"mappings":";;;;;;;IAYaA,IAAI,gBAAGC,cAAK,CAACC,UAAN,CAAiB,SAASF,IAAT,CAAcG,KAAd,EAAgCC,GAAhC;;;AACjC,MAAQC,IAAR,GAAgCF,KAAhC,CAAQE,IAAR;AAAA,MAAiBC,UAAjB,iCAAgCH,KAAhC;;AACA,MAAMI,SAAS,GAAGC,KAAK,CAACH,IAAD,CAAvB;AACA;;AACA,MAAMI,SAAS,GAAGC,EAAE,CAAC,qCAAD,EAAwCP,KAAK,CAACM,SAA9C,EAAyD;AACzE,mCAAWN,KAAK,CAACM,SAAjB,qDAAW,iBAAiBE,QAAjB,CAA0B,cAA1B;AAD8D,GAAzD,CAApB;AAIA,SAAOJ,SAAS,GACZN,4BAAA,CAACM,SAAD,oBAAeD;AAAYG,IAAAA,SAAS,EAAEA;iBAAqB;AAAOG,IAAAA,SAAS,EAAC;AAAQR,IAAAA,GAAG,EAAEA;AAAKS,IAAAA,IAAI,EAAC;IAAnG,CADY,GAEZ,IAFJ;AAGH,CAXmB;;;;"}
1
+ {"version":3,"file":"Icon.js","sources":["../../../../src/components/Icon/Icon.tsx"],"sourcesContent":["import React from 'react';\nimport cn from 'classnames';\nimport { IconName, icons } from './components/index';\n\nexport { icons } from './components/index';\nexport type { IconName } from './components/index';\n\nexport type IconProps = React.SVGAttributes<SVGSVGElement> & {\n /** Set what svg icon should be rendered */\n name: IconName; // this dynamic type causes the type extraction for props to fail\n};\n\nexport const Icon = React.forwardRef(function Icon(props: IconProps, ref: React.Ref<SVGSVGElement>) {\n const { name, ...otherProps } = props;\n const Component = icons[name];\n /* 24x24 _at the base body font_ - must be em so that they scale with font size - tailwind spacing uses rem */\n const className = cn('inline-flex h-[1.715em] w-[1.715em]', props.className, {\n 'p-[3px]': props.className?.includes('rounded-full'),\n });\n\n return Component ? (\n <Component {...otherProps} className={className} data-taco=\"icon\" focusable=\"false\" ref={ref} role=\"img\" />\n ) : null;\n});\n"],"names":["Icon","React","forwardRef","props","ref","name","otherProps","Component","icons","className","cn","includes","focusable","role"],"mappings":";;;;;;;IAYaA,IAAI,gBAAGC,cAAK,CAACC,UAAN,CAAiB,SAASF,IAAT,CAAcG,KAAd,EAAgCC,GAAhC;;;AACjC,MAAQC,IAAR,GAAgCF,KAAhC,CAAQE,IAAR;AAAA,MAAiBC,UAAjB,iCAAgCH,KAAhC;;AACA,MAAMI,SAAS,GAAGC,KAAK,CAACH,IAAD,CAAvB;AACA;;AACA,MAAMI,SAAS,GAAGC,EAAE,CAAC,qCAAD,EAAwCP,KAAK,CAACM,SAA9C,EAAyD;AACzE,mCAAWN,KAAK,CAACM,SAAjB,qDAAW,iBAAiBE,QAAjB,CAA0B,cAA1B;AAD8D,GAAzD,CAApB;AAIA,SAAOJ,SAAS,GACZN,4BAAA,CAACM,SAAD,oBAAeD;AAAYG,IAAAA,SAAS,EAAEA;iBAAqB;AAAOG,IAAAA,SAAS,EAAC;AAAQR,IAAAA,GAAG,EAAEA;AAAKS,IAAAA,IAAI,EAAC;IAAnG,CADY,GAEZ,IAFJ;AAGH,CAXmB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AccountPreview.js","sources":["../../../../../src/components/Icon/components/AccountPreview.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAccountPreview(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccountPreview);\r\n"],"names":["IconAccountPreview","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,kBAAT,CAA4BC,KAA5B,EAAkEC,MAAlE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,kCAAeN,UAAA,CAAiBH,kBAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"AccountPreview.js","sources":["../../../../../src/components/Icon/components/AccountPreview.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAccountPreview(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAccountPreview);\n"],"names":["IconAccountPreview","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,kBAAT,CAA4BC,KAA5B,EAAkEC,MAAlE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,kCAAeN,UAAA,CAAiBH,kBAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Accounting.js","sources":["../../../../../src/components/Icon/components/Accounting.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAccounting(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccounting);\r\n"],"names":["IconAccounting","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Accounting.js","sources":["../../../../../src/components/Icon/components/Accounting.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAccounting(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAccounting);\n"],"names":["IconAccounting","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AccountingYear.js","sources":["../../../../../src/components/Icon/components/AccountingYear.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAccountingYear(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccountingYear);\r\n"],"names":["IconAccountingYear","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,kBAAT,CAA4BC,KAA5B,EAAkEC,MAAlE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,kCAAeN,UAAA,CAAiBH,kBAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"AccountingYear.js","sources":["../../../../../src/components/Icon/components/AccountingYear.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAccountingYear(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAccountingYear);\n"],"names":["IconAccountingYear","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,kBAAT,CAA4BC,KAA5B,EAAkEC,MAAlE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,kCAAeN,UAAA,CAAiBH,kBAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AccountingYearCancel.js","sources":["../../../../../src/components/Icon/components/AccountingYearCancel.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAccountingYearCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccountingYearCancel);\r\n"],"names":["IconAccountingYearCancel","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,wBAAT,CAAkCC,KAAlC,EAAwEC,MAAxE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,wCAAeN,UAAA,CAAiBH,wBAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"AccountingYearCancel.js","sources":["../../../../../src/components/Icon/components/AccountingYearCancel.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAccountingYearCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAccountingYearCancel);\n"],"names":["IconAccountingYearCancel","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,wBAAT,CAAkCC,KAAlC,EAAwEC,MAAxE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,wCAAeN,UAAA,CAAiBH,wBAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowBottom.js","sources":["../../../../../src/components/Icon/components/ArrowBottom.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowBottom(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowBottom);\r\n"],"names":["IconArrowBottom","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,+BAAeN,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowBottom.js","sources":["../../../../../src/components/Icon/components/ArrowBottom.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowBottom(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowBottom);\n"],"names":["IconArrowBottom","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,+BAAeN,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDown.js","sources":["../../../../../src/components/Icon/components/ArrowDown.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowDown);\r\n"],"names":["IconArrowDown","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowDown.js","sources":["../../../../../src/components/Icon/components/ArrowDown.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowDown);\n"],"names":["IconArrowDown","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowEnd.js","sources":["../../../../../src/components/Icon/components/ArrowEnd.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowEnd(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowEnd);\r\n"],"names":["IconArrowEnd","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowEnd.js","sources":["../../../../../src/components/Icon/components/ArrowEnd.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowEnd(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowEnd);\n"],"names":["IconArrowEnd","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowLeft.js","sources":["../../../../../src/components/Icon/components/ArrowLeft.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowLeft);\r\n"],"names":["IconArrowLeft","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowLeft.js","sources":["../../../../../src/components/Icon/components/ArrowLeft.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowLeft);\n"],"names":["IconArrowLeft","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowRight.js","sources":["../../../../../src/components/Icon/components/ArrowRight.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowRight);\r\n"],"names":["IconArrowRight","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowRight.js","sources":["../../../../../src/components/Icon/components/ArrowRight.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowRight);\n"],"names":["IconArrowRight","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowStart.js","sources":["../../../../../src/components/Icon/components/ArrowStart.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowStart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowStart);\r\n"],"names":["IconArrowStart","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowStart.js","sources":["../../../../../src/components/Icon/components/ArrowStart.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowStart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowStart);\n"],"names":["IconArrowStart","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowTop.js","sources":["../../../../../src/components/Icon/components/ArrowTop.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowTop(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowTop);\r\n"],"names":["IconArrowTop","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowTop.js","sources":["../../../../../src/components/Icon/components/ArrowTop.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowTop(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowTop);\n"],"names":["IconArrowTop","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUp.js","sources":["../../../../../src/components/Icon/components/ArrowUp.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconArrowUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowUp);\r\n"],"names":["IconArrowUp","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,WAAT,CAAqBC,KAArB,EAA2DC,MAA3D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,2BAAeN,UAAA,CAAiBH,WAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ArrowUp.js","sources":["../../../../../src/components/Icon/components/ArrowUp.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconArrowUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconArrowUp);\n"],"names":["IconArrowUp","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,WAAT,CAAqBC,KAArB,EAA2DC,MAA3D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,2BAAeN,UAAA,CAAiBH,WAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Attach.js","sources":["../../../../../src/components/Icon/components/Attach.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAttach(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAttach);\r\n"],"names":["IconAttach","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,UAAT,CAAoBC,KAApB,EAA0DC,MAA1D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,0BAAeN,UAAA,CAAiBH,UAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Attach.js","sources":["../../../../../src/components/Icon/components/Attach.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAttach(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAttach);\n"],"names":["IconAttach","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,UAAT,CAAoBC,KAApB,EAA0DC,MAA1D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,0BAAeN,UAAA,CAAiBH,UAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AttachAuto.js","sources":["../../../../../src/components/Icon/components/AttachAuto.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAttachAuto(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAttachAuto);\r\n"],"names":["IconAttachAuto","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"AttachAuto.js","sources":["../../../../../src/components/Icon/components/AttachAuto.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAttachAuto(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAttachAuto);\n"],"names":["IconAttachAuto","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,cAAT,CAAwBC,KAAxB,EAA8DC,MAA9D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,8BAAeN,UAAA,CAAiBH,cAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AttachCancel.js","sources":["../../../../../src/components/Icon/components/AttachCancel.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAttachCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAttachCancel);\r\n"],"names":["IconAttachCancel","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,gBAAT,CAA0BC,KAA1B,EAAgEC,MAAhE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,gCAAeN,UAAA,CAAiBH,gBAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"AttachCancel.js","sources":["../../../../../src/components/Icon/components/AttachCancel.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAttachCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAttachCancel);\n"],"names":["IconAttachCancel","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,gBAAT,CAA0BC,KAA1B,EAAgEC,MAAhE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,gCAAeN,UAAA,CAAiBH,gBAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Autotext.js","sources":["../../../../../src/components/Icon/components/Autotext.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAutotext(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAutotext);\r\n"],"names":["IconAutotext","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Autotext.js","sources":["../../../../../src/components/Icon/components/Autotext.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAutotext(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAutotext);\n"],"names":["IconAutotext","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AutotextInsert.js","sources":["../../../../../src/components/Icon/components/AutotextInsert.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAutotextInsert(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAutotextInsert);\r\n"],"names":["IconAutotextInsert","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,kBAAT,CAA4BC,KAA5B,EAAkEC,MAAlE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,kCAAeN,UAAA,CAAiBH,kBAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"AutotextInsert.js","sources":["../../../../../src/components/Icon/components/AutotextInsert.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconAutotextInsert(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconAutotextInsert);\n"],"names":["IconAutotextInsert","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,kBAAT,CAA4BC,KAA5B,EAAkEC,MAAlE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,kCAAeN,UAAA,CAAiBH,kBAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Basic.js","sources":["../../../../../src/components/Icon/components/Basic.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconBasic(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBasic);\r\n"],"names":["IconBasic","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,SAAT,CAAmBC,KAAnB,EAAyDC,MAAzD;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,yBAAeN,UAAA,CAAiBH,SAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Basic.js","sources":["../../../../../src/components/Icon/components/Basic.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconBasic(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconBasic);\n"],"names":["IconBasic","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,SAAT,CAAmBC,KAAnB,EAAyDC,MAAzD;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,yBAAeN,UAAA,CAAiBH,SAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"BasicTabs.js","sources":["../../../../../src/components/Icon/components/BasicTabs.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconBasicTabs(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBasicTabs);\r\n"],"names":["IconBasicTabs","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"BasicTabs.js","sources":["../../../../../src/components/Icon/components/BasicTabs.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconBasicTabs(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconBasicTabs);\n"],"names":["IconBasicTabs","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"BellSolid.js","sources":["../../../../../src/components/Icon/components/BellSolid.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconBellSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBellSolid);\r\n"],"names":["IconBellSolid","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"BellSolid.js","sources":["../../../../../src/components/Icon/components/BellSolid.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconBellSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconBellSolid);\n"],"names":["IconBellSolid","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Book.js","sources":["../../../../../src/components/Icon/components/Book.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconBook(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBook);\r\n"],"names":["IconBook","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,QAAT,CAAkBC,KAAlB,EAAwDC,MAAxD;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,wBAAeN,UAAA,CAAiBH,QAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Book.js","sources":["../../../../../src/components/Icon/components/Book.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconBook(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconBook);\n"],"names":["IconBook","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,QAAT,CAAkBC,KAAlB,EAAwDC,MAAxD;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,wBAAeN,UAAA,CAAiBH,QAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Booking.js","sources":["../../../../../src/components/Icon/components/Booking.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconBooking(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBooking);\r\n"],"names":["IconBooking","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,WAAT,CAAqBC,KAArB,EAA2DC,MAA3D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,2BAAeN,UAAA,CAAiBH,WAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Booking.js","sources":["../../../../../src/components/Icon/components/Booking.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconBooking(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconBooking);\n"],"names":["IconBooking","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,WAAT,CAAqBC,KAArB,EAA2DC,MAA3D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,2BAAeN,UAAA,CAAiBH,WAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Budget.js","sources":["../../../../../src/components/Icon/components/Budget.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconBudget(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBudget);\r\n"],"names":["IconBudget","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,UAAT,CAAoBC,KAApB,EAA0DC,MAA1D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,0BAAeN,UAAA,CAAiBH,UAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Budget.js","sources":["../../../../../src/components/Icon/components/Budget.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconBudget(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconBudget);\n"],"names":["IconBudget","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,UAAT,CAAoBC,KAApB,EAA0DC,MAA1D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,0BAAeN,UAAA,CAAiBH,UAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.js","sources":["../../../../../src/components/Icon/components/Calendar.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconCalendar(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCalendar);\r\n"],"names":["IconCalendar","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Calendar.js","sources":["../../../../../src/components/Icon/components/Calendar.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconCalendar(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconCalendar);\n"],"names":["IconCalendar","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,YAAT,CAAsBC,KAAtB,EAA4DC,MAA5D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,4BAAeN,UAAA,CAAiBH,YAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"CashAccount.js","sources":["../../../../../src/components/Icon/components/CashAccount.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconCashAccount(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCashAccount);\r\n"],"names":["IconCashAccount","props","svgRef","React","xmlns","viewBox","ref","d","fill"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;GAFT,CADJ,CADJ;AAQH;;AAED,+BAAeL,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"CashAccount.js","sources":["../../../../../src/components/Icon/components/CashAccount.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconCashAccount(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconCashAccount);\n"],"names":["IconCashAccount","props","svgRef","React","xmlns","viewBox","ref","d","fill"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;GAFT,CADJ,CADJ;AAQH;;AAED,+BAAeL,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"CashReports.js","sources":["../../../../../src/components/Icon/components/CashReports.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconCashReports(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCashReports);\r\n"],"names":["IconCashReports","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,+BAAeN,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"CashReports.js","sources":["../../../../../src/components/Icon/components/CashReports.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconCashReports(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconCashReports);\n"],"names":["IconCashReports","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,+BAAeN,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.js","sources":["../../../../../src/components/Icon/components/Chat.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconChat(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChat);\r\n"],"names":["IconChat","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,QAAT,CAAkBC,KAAlB,EAAwDC,MAAxD;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,wBAAeN,UAAA,CAAiBH,QAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"Chat.js","sources":["../../../../../src/components/Icon/components/Chat.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconChat(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconChat);\n"],"names":["IconChat","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,QAAT,CAAkBC,KAAlB,EAAwDC,MAAxD;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,wBAAeN,UAAA,CAAiBH,QAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatSolid.js","sources":["../../../../../src/components/Icon/components/ChatSolid.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconChatSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChatSolid);\r\n"],"names":["IconChatSolid","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ChatSolid.js","sources":["../../../../../src/components/Icon/components/ChatSolid.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconChatSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconChatSolid);\n"],"names":["IconChatSolid","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,aAAT,CAAuBC,KAAvB,EAA6DC,MAA7D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,6BAAeN,UAAA,CAAiBH,aAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDown.js","sources":["../../../../../src/components/Icon/components/ChevronDown.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconChevronDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronDown);\r\n"],"names":["IconChevronDown","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,+BAAeN,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ChevronDown.js","sources":["../../../../../src/components/Icon/components/ChevronDown.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconChevronDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconChevronDown);\n"],"names":["IconChevronDown","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,eAAT,CAAyBC,KAAzB,EAA+DC,MAA/D;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,+BAAeN,UAAA,CAAiBH,eAAjB,CAAf;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDownDouble.js","sources":["../../../../../src/components/Icon/components/ChevronDownDouble.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconChevronDownDouble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronDownDouble);\r\n"],"names":["IconChevronDownDouble","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,qBAAT,CAA+BC,KAA/B,EAAqEC,MAArE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,qCAAeN,UAAA,CAAiBH,qBAAjB,CAAf;;;;"}
1
+ {"version":3,"file":"ChevronDownDouble.js","sources":["../../../../../src/components/Icon/components/ChevronDownDouble.tsx"],"sourcesContent":["import * as React from 'react';\n\nfunction IconChevronDownDouble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\n <path\n d=\"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nexport default React.forwardRef(IconChevronDownDouble);\n"],"names":["IconChevronDownDouble","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule"],"mappings":";;AAEA,SAASA,qBAAT,CAA+BC,KAA/B,EAAqEC,MAArE;AACI,SACIC,aAAA,MAAA;AAAKC,IAAAA,KAAK,EAAC;AAA6BC,IAAAA,OAAO,EAAC;AAAYC,IAAAA,GAAG,EAAEJ;KAAYD,MAA7E,EACIE,aAAA,OAAA;AACII,IAAAA,CAAC,EAAC;AACFC,IAAAA,IAAI,EAAC;AACLC,IAAAA,QAAQ,EAAC;GAHb,CADJ,CADJ;AASH;;AAED,qCAAeN,UAAA,CAAiBH,qBAAjB,CAAf;;;;"}