@loja-integrada/admin-components 0.19.4 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (612) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +7 -72
  3. package/dist/chunk-3IB6AR7I.js +8 -0
  4. package/dist/chunk-AYBQ5B4L.js +1 -0
  5. package/dist/chunk-C3ECJWEX.js +7 -0
  6. package/dist/chunk-LTWCICTK.js +1 -0
  7. package/dist/chunk-QCTWLTAA.js +1 -0
  8. package/dist/chunk-W64HPITJ.js +8 -0
  9. package/dist/components/Button/Button.d.ts +52 -0
  10. package/dist/components/Button/Button.js +3 -0
  11. package/dist/components/Button/index.d.ts +6 -0
  12. package/dist/components/Button/index.js +4 -0
  13. package/dist/components/Icon/Icon.d.ts +127 -0
  14. package/dist/components/Icon/Icon.js +1 -0
  15. package/dist/components/Icon/index.d.ts +3 -0
  16. package/dist/components/Icon/index.js +2 -0
  17. package/dist/{Icons → components}/IconCircular/IconCircular.d.ts +22 -19
  18. package/dist/components/IconCircular/IconCircular.js +3 -0
  19. package/dist/components/IconCircular/index.d.ts +4 -0
  20. package/dist/components/IconCircular/index.js +4 -0
  21. package/dist/index.css +1 -0
  22. package/dist/index.d.ts +243 -6
  23. package/dist/index.js +17 -6
  24. package/package.json +95 -139
  25. package/dist/Components/Button/Button.d.ts +0 -42
  26. package/dist/Components/Button/Button.spec.d.ts +0 -1
  27. package/dist/Components/Button/Button.stories.d.ts +0 -11
  28. package/dist/Components/Button/index.d.ts +0 -1
  29. package/dist/Components/HelpLink/HelpLink.spec.d.ts +0 -1
  30. package/dist/Components/HelpLink/HelpLink.stories.d.ts +0 -6
  31. package/dist/Components/HelpLink/index.d.ts +0 -28
  32. package/dist/Components/LoadingPlaceholder/LoadingPlaceholder.d.ts +0 -5
  33. package/dist/Components/LoadingPlaceholder/LoadingPlaceholder.stories.d.ts +0 -4
  34. package/dist/Components/LoadingPlaceholder/index.d.ts +0 -1
  35. package/dist/Components/Modal/Modal.d.ts +0 -48
  36. package/dist/Components/Modal/Modal.spec.d.ts +0 -1
  37. package/dist/Components/Modal/Modal.stories.d.ts +0 -7
  38. package/dist/Components/Modal/index.d.ts +0 -1
  39. package/dist/Components/SidebarFixed/SidebarFixed.d.ts +0 -30
  40. package/dist/Components/SidebarFixed/SidebarFixed.spec.d.ts +0 -1
  41. package/dist/Components/SidebarFixed/SidebarFixed.stories.d.ts +0 -4
  42. package/dist/Components/SidebarFixed/index.d.ts +0 -1
  43. package/dist/Components/Table/Table.d.ts +0 -81
  44. package/dist/Components/Table/Table.stories.d.ts +0 -8
  45. package/dist/Components/Table/index.d.ts +0 -1
  46. package/dist/Components/TableList/TableList.d.ts +0 -38
  47. package/dist/Components/TableList/TableList.spec.d.ts +0 -1
  48. package/dist/Components/TableList/TableList.stories.d.ts +0 -7
  49. package/dist/Components/TableList/TableListItem.d.ts +0 -3
  50. package/dist/Components/TableList/TableListItem.interface.d.ts +0 -68
  51. package/dist/Components/TableList/TableListItem.spec.d.ts +0 -1
  52. package/dist/Components/TableList/TableListItem.stories.d.ts +0 -4
  53. package/dist/Components/TableList/TableListItemLoading.d.ts +0 -3
  54. package/dist/Components/TableList/TableListItemLoading.spec.d.ts +0 -1
  55. package/dist/Components/TableList/TableListItemLoading.stories.d.ts +0 -4
  56. package/dist/Components/TableList/TableListItemWrapper.d.ts +0 -12
  57. package/dist/Components/TableList/TableListItemWrapper.spec.d.ts +0 -1
  58. package/dist/Components/TableList/TableListItemWrapper.stories.d.ts +0 -4
  59. package/dist/Components/TableList/index.d.ts +0 -4
  60. package/dist/Components/Tabs/Tabs.d.ts +0 -21
  61. package/dist/Components/Tabs/Tabs.spec.d.ts +0 -1
  62. package/dist/Components/Tabs/Tabs.stories.d.ts +0 -5
  63. package/dist/Components/Tabs/TabsItem.d.ts +0 -14
  64. package/dist/Components/Tabs/TabsItem.interface.d.ts +0 -19
  65. package/dist/Components/Tabs/index.d.ts +0 -1
  66. package/dist/Components/Timeline/Timeline.d.ts +0 -25
  67. package/dist/Components/Timeline/Timeline.spec.d.ts +0 -1
  68. package/dist/Components/Timeline/Timeline.stories.d.ts +0 -7
  69. package/dist/Components/Timeline/TimelineItem.d.ts +0 -6
  70. package/dist/Components/Timeline/TimelineItem.interface.d.ts +0 -32
  71. package/dist/Components/Timeline/index.d.ts +0 -1
  72. package/dist/Components/index.d.ts +0 -8
  73. package/dist/Forms/Checkbox/Checkbox.d.ts +0 -27
  74. package/dist/Forms/Checkbox/Checkbox.spec.d.ts +0 -1
  75. package/dist/Forms/Checkbox/Checkbox.stories.d.ts +0 -10
  76. package/dist/Forms/Checkbox/index.d.ts +0 -1
  77. package/dist/Forms/Dropdown/Dropdown.d.ts +0 -168
  78. package/dist/Forms/Dropdown/Dropdown.spec.d.ts +0 -1
  79. package/dist/Forms/Dropdown/Dropdown.stories.d.ts +0 -19
  80. package/dist/Forms/Dropdown/index.d.ts +0 -1
  81. package/dist/Forms/FloatingLabelInput/FloatingLabelInput.d.ts +0 -11
  82. package/dist/Forms/FloatingLabelInput/FloatingLabelInput.spec.d.ts +0 -1
  83. package/dist/Forms/FloatingLabelInput/FloatingLabelInput.stories.d.ts +0 -10
  84. package/dist/Forms/FloatingLabelInput/index.d.ts +0 -1
  85. package/dist/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.d.ts +0 -49
  86. package/dist/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.spec.d.ts +0 -1
  87. package/dist/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.stories.d.ts +0 -10
  88. package/dist/Forms/FloatingLabelInputCurrency/index.d.ts +0 -1
  89. package/dist/Forms/FloatingLabelInputMask/FloatingLabelInputMask.d.ts +0 -18
  90. package/dist/Forms/FloatingLabelInputMask/FloatingLabelInputMask.spec.d.ts +0 -1
  91. package/dist/Forms/FloatingLabelInputMask/FloatingLabelInputMask.stories.d.ts +0 -19
  92. package/dist/Forms/FloatingLabelInputMask/index.d.ts +0 -1
  93. package/dist/Forms/Input/Input.d.ts +0 -36
  94. package/dist/Forms/Input/Input.spec.d.ts +0 -1
  95. package/dist/Forms/Input/Input.stories.d.ts +0 -21
  96. package/dist/Forms/Input/index.d.ts +0 -1
  97. package/dist/Forms/InputCurrency/InputCurrency.d.ts +0 -47
  98. package/dist/Forms/InputCurrency/InputCurrency.spec.d.ts +0 -1
  99. package/dist/Forms/InputCurrency/InputCurrency.stories.d.ts +0 -8
  100. package/dist/Forms/InputCurrency/index.d.ts +0 -1
  101. package/dist/Forms/InputCurrency/utils.d.ts +0 -22
  102. package/dist/Forms/InputHelpText/InputHelpText.d.ts +0 -16
  103. package/dist/Forms/InputHelpText/InputHelpText.spec.d.ts +0 -1
  104. package/dist/Forms/InputHelpText/InputHelpText.stories.d.ts +0 -4
  105. package/dist/Forms/InputHelpText/index.d.ts +0 -1
  106. package/dist/Forms/InputLabel/InputLabel.d.ts +0 -28
  107. package/dist/Forms/InputLabel/InputLabel.spec.d.ts +0 -1
  108. package/dist/Forms/InputLabel/InputLabel.stories.d.ts +0 -5
  109. package/dist/Forms/InputLabel/index.d.ts +0 -1
  110. package/dist/Forms/InputMask/InputMask.d.ts +0 -18
  111. package/dist/Forms/InputMask/InputMask.spec.d.ts +0 -1
  112. package/dist/Forms/InputMask/InputMask.stories.d.ts +0 -17
  113. package/dist/Forms/InputMask/index.d.ts +0 -1
  114. package/dist/Forms/InputMask/maskDate.d.ts +0 -7
  115. package/dist/Forms/InputMask/utils.d.ts +0 -65
  116. package/dist/Forms/RadioButton/RadioButton.d.ts +0 -24
  117. package/dist/Forms/RadioButton/RadioButton.spec.d.ts +0 -1
  118. package/dist/Forms/RadioButton/RadioButton.stories.d.ts +0 -6
  119. package/dist/Forms/RadioButton/index.d.ts +0 -1
  120. package/dist/Forms/Select/Select.d.ts +0 -31
  121. package/dist/Forms/Select/Select.spec.d.ts +0 -1
  122. package/dist/Forms/Select/Select.stories.d.ts +0 -8
  123. package/dist/Forms/Select/index.d.ts +0 -1
  124. package/dist/Forms/Toggle/Toggle.d.ts +0 -5
  125. package/dist/Forms/Toggle/Toggle.spec.d.ts +0 -1
  126. package/dist/Forms/Toggle/Toggle.stories.d.ts +0 -8
  127. package/dist/Forms/Toggle/index.d.ts +0 -1
  128. package/dist/Forms/ToggleButton/ToggleButton.d.ts +0 -24
  129. package/dist/Forms/ToggleButton/ToggleButton.spec.d.ts +0 -1
  130. package/dist/Forms/ToggleButton/ToggleButton.stories.d.ts +0 -7
  131. package/dist/Forms/ToggleButton/index.d.ts +0 -1
  132. package/dist/Forms/commonStyles.d.ts +0 -16
  133. package/dist/Forms/index.d.ts +0 -14
  134. package/dist/Icons/Icon/Icon.d.ts +0 -34
  135. package/dist/Icons/Icon/Icon.spec.d.ts +0 -1
  136. package/dist/Icons/Icon/Icon.stories.d.ts +0 -9
  137. package/dist/Icons/Icon/index.d.ts +0 -1
  138. package/dist/Icons/IconCircular/IconCircular.spec.d.ts +0 -1
  139. package/dist/Icons/IconCircular/IconCircular.stories.d.ts +0 -6
  140. package/dist/Icons/IconCircular/index.d.ts +0 -1
  141. package/dist/Icons/IconList.d.ts +0 -3
  142. package/dist/Icons/icons-path/Adjust.d.ts +0 -2
  143. package/dist/Icons/icons-path/AngleDiagonal.d.ts +0 -2
  144. package/dist/Icons/icons-path/AngleDown.d.ts +0 -2
  145. package/dist/Icons/icons-path/AngleHeight.d.ts +0 -2
  146. package/dist/Icons/icons-path/AngleLeft.d.ts +0 -2
  147. package/dist/Icons/icons-path/AngleRight.d.ts +0 -2
  148. package/dist/Icons/icons-path/AngleWidth.d.ts +0 -2
  149. package/dist/Icons/icons-path/App.d.ts +0 -2
  150. package/dist/Icons/icons-path/Arrow.d.ts +0 -2
  151. package/dist/Icons/icons-path/ArrowLeft.d.ts +0 -2
  152. package/dist/Icons/icons-path/ArrowRight.d.ts +0 -2
  153. package/dist/Icons/icons-path/Back.d.ts +0 -2
  154. package/dist/Icons/icons-path/Ban.d.ts +0 -2
  155. package/dist/Icons/icons-path/BarcodeRead.d.ts +0 -2
  156. package/dist/Icons/icons-path/Bell.d.ts +0 -2
  157. package/dist/Icons/icons-path/Blog.d.ts +0 -2
  158. package/dist/Icons/icons-path/Bullhorn.d.ts +0 -2
  159. package/dist/Icons/icons-path/Calculator.d.ts +0 -2
  160. package/dist/Icons/icons-path/CalendarAlt.d.ts +0 -2
  161. package/dist/Icons/icons-path/Camera.d.ts +0 -2
  162. package/dist/Icons/icons-path/Check.d.ts +0 -2
  163. package/dist/Icons/icons-path/CheckCircle.d.ts +0 -2
  164. package/dist/Icons/icons-path/Clock.d.ts +0 -2
  165. package/dist/Icons/icons-path/Clockwise.d.ts +0 -2
  166. package/dist/Icons/icons-path/Close.d.ts +0 -2
  167. package/dist/Icons/icons-path/Cog.d.ts +0 -2
  168. package/dist/Icons/icons-path/Copy.d.ts +0 -2
  169. package/dist/Icons/icons-path/CreditCard.d.ts +0 -2
  170. package/dist/Icons/icons-path/DashedCircle.d.ts +0 -2
  171. package/dist/Icons/icons-path/DefaultCursor.d.ts +0 -2
  172. package/dist/Icons/icons-path/Desktop.d.ts +0 -2
  173. package/dist/Icons/icons-path/Discount.d.ts +0 -2
  174. package/dist/Icons/icons-path/DotsThree.d.ts +0 -2
  175. package/dist/Icons/icons-path/Download.d.ts +0 -2
  176. package/dist/Icons/icons-path/Edit.d.ts +0 -2
  177. package/dist/Icons/icons-path/Envelope.d.ts +0 -2
  178. package/dist/Icons/icons-path/Exchange.d.ts +0 -2
  179. package/dist/Icons/icons-path/ExchangeY.d.ts +0 -2
  180. package/dist/Icons/icons-path/Exclamation.d.ts +0 -2
  181. package/dist/Icons/icons-path/ExclamationCircle.d.ts +0 -2
  182. package/dist/Icons/icons-path/ExclamationTriangle.d.ts +0 -2
  183. package/dist/Icons/icons-path/ExternalLink.d.ts +0 -2
  184. package/dist/Icons/icons-path/Eye.d.ts +0 -2
  185. package/dist/Icons/icons-path/EyeSlash.d.ts +0 -2
  186. package/dist/Icons/icons-path/Filter.d.ts +0 -2
  187. package/dist/Icons/icons-path/HalfBack.d.ts +0 -2
  188. package/dist/Icons/icons-path/Hashtag.d.ts +0 -2
  189. package/dist/Icons/icons-path/Home.d.ts +0 -2
  190. package/dist/Icons/icons-path/IconSolidEnviali.d.ts +0 -2
  191. package/dist/Icons/icons-path/IconSolidLI.d.ts +0 -2
  192. package/dist/Icons/icons-path/IdentificationBadge.d.ts +0 -2
  193. package/dist/Icons/icons-path/Image.d.ts +0 -2
  194. package/dist/Icons/icons-path/InfoCircle.d.ts +0 -2
  195. package/dist/Icons/icons-path/Lightbulb.d.ts +0 -2
  196. package/dist/Icons/icons-path/Link.d.ts +0 -2
  197. package/dist/Icons/icons-path/ListItems.d.ts +0 -2
  198. package/dist/Icons/icons-path/Loading.d.ts +0 -2
  199. package/dist/Icons/icons-path/Minus.d.ts +0 -2
  200. package/dist/Icons/icons-path/MinusCircle.d.ts +0 -2
  201. package/dist/Icons/icons-path/MinusCircleSolid.d.ts +0 -2
  202. package/dist/Icons/icons-path/Mobile.d.ts +0 -2
  203. package/dist/Icons/icons-path/MoneyBill.d.ts +0 -2
  204. package/dist/Icons/icons-path/Move.d.ts +0 -2
  205. package/dist/Icons/icons-path/Nav.d.ts +0 -2
  206. package/dist/Icons/icons-path/Order.d.ts +0 -2
  207. package/dist/Icons/icons-path/Pagali.d.ts +0 -2
  208. package/dist/Icons/icons-path/PaperList.d.ts +0 -2
  209. package/dist/Icons/icons-path/PieChart.d.ts +0 -2
  210. package/dist/Icons/icons-path/Pix.d.ts +0 -2
  211. package/dist/Icons/icons-path/Plus.d.ts +0 -2
  212. package/dist/Icons/icons-path/PlusCircle.d.ts +0 -2
  213. package/dist/Icons/icons-path/Print.d.ts +0 -2
  214. package/dist/Icons/icons-path/Product.d.ts +0 -2
  215. package/dist/Icons/icons-path/QuestionCircle.d.ts +0 -2
  216. package/dist/Icons/icons-path/Reload.d.ts +0 -2
  217. package/dist/Icons/icons-path/Rocket.d.ts +0 -2
  218. package/dist/Icons/icons-path/Search.d.ts +0 -2
  219. package/dist/Icons/icons-path/ShoppingCart.d.ts +0 -2
  220. package/dist/Icons/icons-path/SortDown.d.ts +0 -2
  221. package/dist/Icons/icons-path/Store.d.ts +0 -2
  222. package/dist/Icons/icons-path/Sync.d.ts +0 -2
  223. package/dist/Icons/icons-path/ThinAngleRight.d.ts +0 -2
  224. package/dist/Icons/icons-path/TimesCircle.d.ts +0 -2
  225. package/dist/Icons/icons-path/Trash.d.ts +0 -2
  226. package/dist/Icons/icons-path/Trophy.d.ts +0 -2
  227. package/dist/Icons/icons-path/Truck.d.ts +0 -2
  228. package/dist/Icons/icons-path/Tv.d.ts +0 -2
  229. package/dist/Icons/icons-path/Upload.d.ts +0 -2
  230. package/dist/Icons/icons-path/UsdCircle.d.ts +0 -2
  231. package/dist/Icons/icons-path/User.d.ts +0 -2
  232. package/dist/Icons/icons-path/WhatsApp.d.ts +0 -2
  233. package/dist/Icons/icons-path/index.d.ts +0 -96
  234. package/dist/Icons/index.d.ts +0 -2
  235. package/dist/Indicators/Alert/Alert.d.ts +0 -48
  236. package/dist/Indicators/Alert/Alert.spec.d.ts +0 -1
  237. package/dist/Indicators/Alert/Alert.stories.d.ts +0 -5
  238. package/dist/Indicators/Alert/index.d.ts +0 -1
  239. package/dist/Indicators/Badge/Badge.d.ts +0 -45
  240. package/dist/Indicators/Badge/Badge.spec.d.ts +0 -1
  241. package/dist/Indicators/Badge/Badge.stories.d.ts +0 -6
  242. package/dist/Indicators/Badge/index.d.ts +0 -1
  243. package/dist/Indicators/InformationBox/InformationBox.d.ts +0 -26
  244. package/dist/Indicators/InformationBox/InformationBox.spec.d.ts +0 -1
  245. package/dist/Indicators/InformationBox/InformationBoxt.stories.d.ts +0 -4
  246. package/dist/Indicators/InformationBox/index.d.ts +0 -1
  247. package/dist/Indicators/Status/Status.d.ts +0 -25
  248. package/dist/Indicators/Status/Status.spec.d.ts +0 -1
  249. package/dist/Indicators/Status/Status.stories.d.ts +0 -4
  250. package/dist/Indicators/Status/index.d.ts +0 -1
  251. package/dist/Indicators/Tag/Tag.d.ts +0 -32
  252. package/dist/Indicators/Tag/Tag.spec.d.ts +0 -1
  253. package/dist/Indicators/Tag/Tag.stories.d.ts +0 -5
  254. package/dist/Indicators/Tag/index.d.ts +0 -1
  255. package/dist/Indicators/Toast/Toast.d.ts +0 -6
  256. package/dist/Indicators/Toast/Toast.spec.d.ts +0 -1
  257. package/dist/Indicators/Toast/Toast.stories.d.ts +0 -3
  258. package/dist/Indicators/Toast/index.d.ts +0 -1
  259. package/dist/Indicators/Tooltip/Tooltip.d.ts +0 -39
  260. package/dist/Indicators/Tooltip/Tooltip.spec.d.ts +0 -1
  261. package/dist/Indicators/Tooltip/Tooltip.stories.d.ts +0 -4
  262. package/dist/Indicators/Tooltip/index.d.ts +0 -1
  263. package/dist/Indicators/index.d.ts +0 -7
  264. package/dist/Layout/ActionBar/ActionBar.d.ts +0 -12
  265. package/dist/Layout/ActionBar/ActionBar.spec.d.ts +0 -1
  266. package/dist/Layout/ActionBar/ActionBar.stories.d.ts +0 -5
  267. package/dist/Layout/ActionBar/index.d.ts +0 -1
  268. package/dist/Layout/Box/Box.d.ts +0 -33
  269. package/dist/Layout/Box/Box.spec.d.ts +0 -1
  270. package/dist/Layout/Box/Box.stories.d.ts +0 -21
  271. package/dist/Layout/Box/Components/Content/BoxContent.d.ts +0 -9
  272. package/dist/Layout/Box/Components/Content/BoxContent.spec.d.ts +0 -1
  273. package/dist/Layout/Box/Components/Content/BoxContent.stories.d.ts +0 -4
  274. package/dist/Layout/Box/Components/Header/BoxHeader.d.ts +0 -22
  275. package/dist/Layout/Box/Components/Header/BoxHeader.spec.d.ts +0 -1
  276. package/dist/Layout/Box/Components/Header/BoxHeader.stories.d.ts +0 -7
  277. package/dist/Layout/Box/Components/Separator/BoxSeparator.d.ts +0 -2
  278. package/dist/Layout/Box/Components/Separator/BoxSeparator.spec.d.ts +0 -1
  279. package/dist/Layout/Box/Components/Separator/BoxSeparator.stories.d.ts +0 -4
  280. package/dist/Layout/Box/Components/utils.d.ts +0 -32
  281. package/dist/Layout/Box/index.d.ts +0 -1
  282. package/dist/Layout/Container/Container.d.ts +0 -16
  283. package/dist/Layout/Container/Container.spec.d.ts +0 -1
  284. package/dist/Layout/Container/Container.stories.d.ts +0 -5
  285. package/dist/Layout/Container/index.d.ts +0 -1
  286. package/dist/Layout/ListActions/ListActions.d.ts +0 -42
  287. package/dist/Layout/ListActions/ListActions.spec.d.ts +0 -1
  288. package/dist/Layout/ListActions/ListActions.stories.d.ts +0 -4
  289. package/dist/Layout/ListActions/index.d.ts +0 -1
  290. package/dist/Layout/Sidebar/Item.d.ts +0 -34
  291. package/dist/Layout/Sidebar/ItemSub.d.ts +0 -16
  292. package/dist/Layout/Sidebar/Sidebar.d.ts +0 -17
  293. package/dist/Layout/Sidebar/Sidebar.stories.d.ts +0 -4
  294. package/dist/Layout/Sidebar/index.d.ts +0 -3
  295. package/dist/Layout/Topbar/Topbar.d.ts +0 -21
  296. package/dist/Layout/Topbar/Topbar.stories.d.ts +0 -4
  297. package/dist/Layout/Topbar/index.d.ts +0 -1
  298. package/dist/Layout/constants.d.ts +0 -4
  299. package/dist/Layout/index.d.ts +0 -6
  300. package/dist/Navigation/Breadcrumb/Breadcrumb.spec.d.ts +0 -1
  301. package/dist/Navigation/Breadcrumb/Breadcrumb.stories.d.ts +0 -11
  302. package/dist/Navigation/Breadcrumb/index.d.ts +0 -45
  303. package/dist/Navigation/Pagination/Pagination.spec.d.ts +0 -1
  304. package/dist/Navigation/Pagination/Pagination.stories.d.ts +0 -6
  305. package/dist/Navigation/Pagination/PaginationInfo.d.ts +0 -24
  306. package/dist/Navigation/Pagination/PaginationNav.d.ts +0 -16
  307. package/dist/Navigation/Pagination/index.d.ts +0 -10
  308. package/dist/Navigation/Stepper/Stepper.spec.d.ts +0 -1
  309. package/dist/Navigation/Stepper/Stepper.stories.d.ts +0 -8
  310. package/dist/Navigation/Stepper/index.d.ts +0 -29
  311. package/dist/Navigation/index.d.ts +0 -2
  312. package/dist/admin-components.cjs.development.js +0 -49776
  313. package/dist/admin-components.cjs.development.js.map +0 -1
  314. package/dist/admin-components.cjs.production.min.js +0 -2
  315. package/dist/admin-components.cjs.production.min.js.map +0 -1
  316. package/dist/admin-components.esm.js +0 -49714
  317. package/dist/admin-components.esm.js.map +0 -1
  318. package/dist/utils/index.d.ts +0 -4
  319. package/dist/utils/testConstants.d.ts +0 -3
  320. package/src/Components/Button/Button.spec.tsx +0 -75
  321. package/src/Components/Button/Button.stories.tsx +0 -63
  322. package/src/Components/Button/Button.tsx +0 -194
  323. package/src/Components/Button/index.tsx +0 -1
  324. package/src/Components/HelpLink/HelpLink.spec.tsx +0 -33
  325. package/src/Components/HelpLink/HelpLink.stories.tsx +0 -39
  326. package/src/Components/HelpLink/index.tsx +0 -80
  327. package/src/Components/LoadingPlaceholder/LoadingPlaceholder.stories.tsx +0 -14
  328. package/src/Components/LoadingPlaceholder/LoadingPlaceholder.tsx +0 -17
  329. package/src/Components/LoadingPlaceholder/index.tsx +0 -1
  330. package/src/Components/Modal/Modal.spec.tsx +0 -15
  331. package/src/Components/Modal/Modal.stories.tsx +0 -129
  332. package/src/Components/Modal/Modal.tsx +0 -141
  333. package/src/Components/Modal/index.tsx +0 -1
  334. package/src/Components/SidebarFixed/SidebarFixed.spec.tsx +0 -36
  335. package/src/Components/SidebarFixed/SidebarFixed.stories.tsx +0 -39
  336. package/src/Components/SidebarFixed/SidebarFixed.tsx +0 -119
  337. package/src/Components/SidebarFixed/index.tsx +0 -1
  338. package/src/Components/Table/Table.stories.tsx +0 -188
  339. package/src/Components/Table/Table.tsx +0 -346
  340. package/src/Components/Table/index.tsx +0 -1
  341. package/src/Components/TableList/TableList.spec.tsx +0 -86
  342. package/src/Components/TableList/TableList.stories.tsx +0 -168
  343. package/src/Components/TableList/TableList.tsx +0 -169
  344. package/src/Components/TableList/TableListItem.interface.ts +0 -69
  345. package/src/Components/TableList/TableListItem.spec.tsx +0 -75
  346. package/src/Components/TableList/TableListItem.stories.tsx +0 -44
  347. package/src/Components/TableList/TableListItem.tsx +0 -79
  348. package/src/Components/TableList/TableListItemLoading.spec.tsx +0 -19
  349. package/src/Components/TableList/TableListItemLoading.stories.tsx +0 -22
  350. package/src/Components/TableList/TableListItemLoading.tsx +0 -40
  351. package/src/Components/TableList/TableListItemWrapper.spec.tsx +0 -33
  352. package/src/Components/TableList/TableListItemWrapper.stories.tsx +0 -38
  353. package/src/Components/TableList/TableListItemWrapper.tsx +0 -40
  354. package/src/Components/TableList/index.tsx +0 -4
  355. package/src/Components/Tabs/Tabs.spec.tsx +0 -38
  356. package/src/Components/Tabs/Tabs.stories.tsx +0 -62
  357. package/src/Components/Tabs/Tabs.tsx +0 -66
  358. package/src/Components/Tabs/TabsItem.interface.ts +0 -19
  359. package/src/Components/Tabs/TabsItem.tsx +0 -50
  360. package/src/Components/Tabs/index.tsx +0 -1
  361. package/src/Components/Timeline/Timeline.spec.tsx +0 -66
  362. package/src/Components/Timeline/Timeline.stories.tsx +0 -58
  363. package/src/Components/Timeline/Timeline.tsx +0 -75
  364. package/src/Components/Timeline/TimelineItem.interface.ts +0 -32
  365. package/src/Components/Timeline/TimelineItem.tsx +0 -65
  366. package/src/Components/Timeline/index.tsx +0 -1
  367. package/src/Components/index.ts +0 -8
  368. package/src/Forms/Checkbox/Checkbox.spec.tsx +0 -26
  369. package/src/Forms/Checkbox/Checkbox.stories.tsx +0 -65
  370. package/src/Forms/Checkbox/Checkbox.tsx +0 -166
  371. package/src/Forms/Checkbox/index.tsx +0 -1
  372. package/src/Forms/Dropdown/Dropdown.spec.tsx +0 -38
  373. package/src/Forms/Dropdown/Dropdown.stories.tsx +0 -152
  374. package/src/Forms/Dropdown/Dropdown.tsx +0 -433
  375. package/src/Forms/Dropdown/index.ts +0 -1
  376. package/src/Forms/FloatingLabelInput/FloatingLabelInput.spec.tsx +0 -26
  377. package/src/Forms/FloatingLabelInput/FloatingLabelInput.stories.tsx +0 -73
  378. package/src/Forms/FloatingLabelInput/FloatingLabelInput.tsx +0 -93
  379. package/src/Forms/FloatingLabelInput/index.ts +0 -1
  380. package/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.spec.tsx +0 -16
  381. package/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.stories.tsx +0 -72
  382. package/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.tsx +0 -251
  383. package/src/Forms/FloatingLabelInputCurrency/index.ts +0 -1
  384. package/src/Forms/FloatingLabelInputMask/FloatingLabelInputMask.spec.tsx +0 -66
  385. package/src/Forms/FloatingLabelInputMask/FloatingLabelInputMask.stories.tsx +0 -148
  386. package/src/Forms/FloatingLabelInputMask/FloatingLabelInputMask.tsx +0 -56
  387. package/src/Forms/FloatingLabelInputMask/index.ts +0 -1
  388. package/src/Forms/Input/Input.spec.tsx +0 -80
  389. package/src/Forms/Input/Input.stories.tsx +0 -170
  390. package/src/Forms/Input/Input.tsx +0 -158
  391. package/src/Forms/Input/index.ts +0 -1
  392. package/src/Forms/InputCurrency/InputCurrency.spec.tsx +0 -32
  393. package/src/Forms/InputCurrency/InputCurrency.stories.tsx +0 -45
  394. package/src/Forms/InputCurrency/InputCurrency.tsx +0 -224
  395. package/src/Forms/InputCurrency/index.ts +0 -1
  396. package/src/Forms/InputCurrency/utils.ts +0 -36
  397. package/src/Forms/InputHelpText/InputHelpText.spec.tsx +0 -22
  398. package/src/Forms/InputHelpText/InputHelpText.stories.tsx +0 -16
  399. package/src/Forms/InputHelpText/InputHelpText.tsx +0 -31
  400. package/src/Forms/InputHelpText/index.ts +0 -1
  401. package/src/Forms/InputLabel/InputLabel.spec.tsx +0 -30
  402. package/src/Forms/InputLabel/InputLabel.stories.tsx +0 -24
  403. package/src/Forms/InputLabel/InputLabel.tsx +0 -52
  404. package/src/Forms/InputLabel/index.ts +0 -1
  405. package/src/Forms/InputMask/InputMask.spec.tsx +0 -97
  406. package/src/Forms/InputMask/InputMask.stories.tsx +0 -126
  407. package/src/Forms/InputMask/InputMask.tsx +0 -51
  408. package/src/Forms/InputMask/index.ts +0 -1
  409. package/src/Forms/InputMask/maskDate.ts +0 -81
  410. package/src/Forms/InputMask/utils.ts +0 -154
  411. package/src/Forms/RadioButton/RadioButton.spec.tsx +0 -27
  412. package/src/Forms/RadioButton/RadioButton.stories.tsx +0 -40
  413. package/src/Forms/RadioButton/RadioButton.tsx +0 -80
  414. package/src/Forms/RadioButton/index.tsx +0 -1
  415. package/src/Forms/Select/Select.spec.tsx +0 -41
  416. package/src/Forms/Select/Select.stories.tsx +0 -58
  417. package/src/Forms/Select/Select.tsx +0 -148
  418. package/src/Forms/Select/index.ts +0 -1
  419. package/src/Forms/Toggle/Toggle.spec.tsx +0 -29
  420. package/src/Forms/Toggle/Toggle.stories.tsx +0 -43
  421. package/src/Forms/Toggle/Toggle.tsx +0 -85
  422. package/src/Forms/Toggle/index.tsx +0 -1
  423. package/src/Forms/ToggleButton/ToggleButton.spec.tsx +0 -29
  424. package/src/Forms/ToggleButton/ToggleButton.stories.tsx +0 -51
  425. package/src/Forms/ToggleButton/ToggleButton.tsx +0 -95
  426. package/src/Forms/ToggleButton/index.tsx +0 -1
  427. package/src/Forms/commonStyles.ts +0 -29
  428. package/src/Forms/index.ts +0 -14
  429. package/src/Icons/Icon/Icon.spec.tsx +0 -27
  430. package/src/Icons/Icon/Icon.stories.tsx +0 -12
  431. package/src/Icons/Icon/Icon.tsx +0 -56
  432. package/src/Icons/Icon/index.ts +0 -1
  433. package/src/Icons/IconCircular/IconCircular.spec.tsx +0 -24
  434. package/src/Icons/IconCircular/IconCircular.stories.tsx +0 -24
  435. package/src/Icons/IconCircular/IconCircular.tsx +0 -67
  436. package/src/Icons/IconCircular/index.ts +0 -1
  437. package/src/Icons/IconList.tsx +0 -27
  438. package/src/Icons/icons-path/Adjust.tsx +0 -16
  439. package/src/Icons/icons-path/AngleDiagonal.tsx +0 -20
  440. package/src/Icons/icons-path/AngleDown.tsx +0 -9
  441. package/src/Icons/icons-path/AngleHeight.tsx +0 -17
  442. package/src/Icons/icons-path/AngleLeft.tsx +0 -9
  443. package/src/Icons/icons-path/AngleRight.tsx +0 -9
  444. package/src/Icons/icons-path/AngleWidth.tsx +0 -17
  445. package/src/Icons/icons-path/App.tsx +0 -9
  446. package/src/Icons/icons-path/Arrow.tsx +0 -11
  447. package/src/Icons/icons-path/ArrowLeft.tsx +0 -9
  448. package/src/Icons/icons-path/ArrowRight.tsx +0 -9
  449. package/src/Icons/icons-path/Back.tsx +0 -5
  450. package/src/Icons/icons-path/Ban.tsx +0 -9
  451. package/src/Icons/icons-path/BarcodeRead.tsx +0 -9
  452. package/src/Icons/icons-path/Bell.tsx +0 -9
  453. package/src/Icons/icons-path/Blog.tsx +0 -9
  454. package/src/Icons/icons-path/Bullhorn.tsx +0 -9
  455. package/src/Icons/icons-path/Calculator.tsx +0 -9
  456. package/src/Icons/icons-path/CalendarAlt.tsx +0 -9
  457. package/src/Icons/icons-path/Camera.tsx +0 -9
  458. package/src/Icons/icons-path/Check.tsx +0 -9
  459. package/src/Icons/icons-path/CheckCircle.tsx +0 -9
  460. package/src/Icons/icons-path/Clock.tsx +0 -9
  461. package/src/Icons/icons-path/Clockwise.tsx +0 -22
  462. package/src/Icons/icons-path/Close.tsx +0 -9
  463. package/src/Icons/icons-path/Cog.tsx +0 -9
  464. package/src/Icons/icons-path/Copy.tsx +0 -9
  465. package/src/Icons/icons-path/CreditCard.tsx +0 -9
  466. package/src/Icons/icons-path/DashedCircle.tsx +0 -32
  467. package/src/Icons/icons-path/DefaultCursor.tsx +0 -14
  468. package/src/Icons/icons-path/Desktop.tsx +0 -9
  469. package/src/Icons/icons-path/Discount.tsx +0 -9
  470. package/src/Icons/icons-path/DotsThree.tsx +0 -9
  471. package/src/Icons/icons-path/Download.tsx +0 -9
  472. package/src/Icons/icons-path/Edit.tsx +0 -9
  473. package/src/Icons/icons-path/Envelope.tsx +0 -9
  474. package/src/Icons/icons-path/Exchange.tsx +0 -9
  475. package/src/Icons/icons-path/ExchangeY.tsx +0 -9
  476. package/src/Icons/icons-path/Exclamation.tsx +0 -17
  477. package/src/Icons/icons-path/ExclamationCircle.tsx +0 -9
  478. package/src/Icons/icons-path/ExclamationTriangle.tsx +0 -9
  479. package/src/Icons/icons-path/ExternalLink.tsx +0 -9
  480. package/src/Icons/icons-path/Eye.tsx +0 -9
  481. package/src/Icons/icons-path/EyeSlash.tsx +0 -9
  482. package/src/Icons/icons-path/Filter.tsx +0 -9
  483. package/src/Icons/icons-path/HalfBack.tsx +0 -12
  484. package/src/Icons/icons-path/Hashtag.tsx +0 -13
  485. package/src/Icons/icons-path/Home.tsx +0 -9
  486. package/src/Icons/icons-path/IconSolidEnviali.tsx +0 -9
  487. package/src/Icons/icons-path/IconSolidLI.tsx +0 -12
  488. package/src/Icons/icons-path/IdentificationBadge.tsx +0 -22
  489. package/src/Icons/icons-path/Image.tsx +0 -9
  490. package/src/Icons/icons-path/InfoCircle.tsx +0 -9
  491. package/src/Icons/icons-path/Lightbulb.tsx +0 -9
  492. package/src/Icons/icons-path/Link.tsx +0 -9
  493. package/src/Icons/icons-path/ListItems.tsx +0 -14
  494. package/src/Icons/icons-path/Loading.tsx +0 -19
  495. package/src/Icons/icons-path/Minus.tsx +0 -5
  496. package/src/Icons/icons-path/MinusCircle.tsx +0 -26
  497. package/src/Icons/icons-path/MinusCircleSolid.tsx +0 -30
  498. package/src/Icons/icons-path/Mobile.tsx +0 -9
  499. package/src/Icons/icons-path/MoneyBill.tsx +0 -9
  500. package/src/Icons/icons-path/Move.tsx +0 -9
  501. package/src/Icons/icons-path/Nav.tsx +0 -11
  502. package/src/Icons/icons-path/Order.tsx +0 -9
  503. package/src/Icons/icons-path/Pagali.tsx +0 -16
  504. package/src/Icons/icons-path/PaperList.tsx +0 -9
  505. package/src/Icons/icons-path/PieChart.tsx +0 -9
  506. package/src/Icons/icons-path/Pix.tsx +0 -8
  507. package/src/Icons/icons-path/Plus.tsx +0 -9
  508. package/src/Icons/icons-path/PlusCircle.tsx +0 -9
  509. package/src/Icons/icons-path/Print.tsx +0 -9
  510. package/src/Icons/icons-path/Product.tsx +0 -9
  511. package/src/Icons/icons-path/QuestionCircle.tsx +0 -9
  512. package/src/Icons/icons-path/Reload.tsx +0 -9
  513. package/src/Icons/icons-path/Rocket.tsx +0 -22
  514. package/src/Icons/icons-path/Search.tsx +0 -11
  515. package/src/Icons/icons-path/ShoppingCart.tsx +0 -11
  516. package/src/Icons/icons-path/SortDown.tsx +0 -9
  517. package/src/Icons/icons-path/Store.tsx +0 -9
  518. package/src/Icons/icons-path/Sync.tsx +0 -9
  519. package/src/Icons/icons-path/ThinAngleRight.tsx +0 -12
  520. package/src/Icons/icons-path/TimesCircle.tsx +0 -9
  521. package/src/Icons/icons-path/Trash.tsx +0 -9
  522. package/src/Icons/icons-path/Trophy.tsx +0 -22
  523. package/src/Icons/icons-path/Truck.tsx +0 -9
  524. package/src/Icons/icons-path/Tv.tsx +0 -9
  525. package/src/Icons/icons-path/Upload.tsx +0 -11
  526. package/src/Icons/icons-path/UsdCircle.tsx +0 -9
  527. package/src/Icons/icons-path/User.tsx +0 -9
  528. package/src/Icons/icons-path/WhatsApp.tsx +0 -9
  529. package/src/Icons/icons-path/index.ts +0 -186
  530. package/src/Icons/index.ts +0 -2
  531. package/src/Indicators/Alert/Alert.spec.tsx +0 -53
  532. package/src/Indicators/Alert/Alert.stories.tsx +0 -39
  533. package/src/Indicators/Alert/Alert.tsx +0 -141
  534. package/src/Indicators/Alert/index.tsx +0 -1
  535. package/src/Indicators/Badge/Badge.spec.tsx +0 -74
  536. package/src/Indicators/Badge/Badge.stories.tsx +0 -40
  537. package/src/Indicators/Badge/Badge.tsx +0 -75
  538. package/src/Indicators/Badge/index.tsx +0 -1
  539. package/src/Indicators/InformationBox/InformationBox.spec.tsx +0 -36
  540. package/src/Indicators/InformationBox/InformationBox.tsx +0 -98
  541. package/src/Indicators/InformationBox/InformationBoxt.stories.tsx +0 -29
  542. package/src/Indicators/InformationBox/index.tsx +0 -1
  543. package/src/Indicators/Status/Status.spec.tsx +0 -47
  544. package/src/Indicators/Status/Status.stories.tsx +0 -16
  545. package/src/Indicators/Status/Status.tsx +0 -65
  546. package/src/Indicators/Status/index.tsx +0 -1
  547. package/src/Indicators/Tag/Tag.spec.tsx +0 -39
  548. package/src/Indicators/Tag/Tag.stories.tsx +0 -33
  549. package/src/Indicators/Tag/Tag.tsx +0 -55
  550. package/src/Indicators/Tag/index.tsx +0 -1
  551. package/src/Indicators/Toast/Toast.spec.tsx +0 -18
  552. package/src/Indicators/Toast/Toast.stories.tsx +0 -32
  553. package/src/Indicators/Toast/Toast.tsx +0 -76
  554. package/src/Indicators/Toast/index.tsx +0 -1
  555. package/src/Indicators/Tooltip/Tooltip.spec.tsx +0 -18
  556. package/src/Indicators/Tooltip/Tooltip.stories.tsx +0 -33
  557. package/src/Indicators/Tooltip/Tooltip.tsx +0 -80
  558. package/src/Indicators/Tooltip/index.tsx +0 -1
  559. package/src/Indicators/Tooltip/style.scss +0 -72
  560. package/src/Indicators/index.ts +0 -7
  561. package/src/Layout/ActionBar/ActionBar.spec.tsx +0 -20
  562. package/src/Layout/ActionBar/ActionBar.stories.tsx +0 -42
  563. package/src/Layout/ActionBar/ActionBar.tsx +0 -89
  564. package/src/Layout/ActionBar/index.tsx +0 -1
  565. package/src/Layout/Box/Box.spec.tsx +0 -73
  566. package/src/Layout/Box/Box.stories.tsx +0 -165
  567. package/src/Layout/Box/Box.tsx +0 -81
  568. package/src/Layout/Box/Components/Content/BoxContent.spec.tsx +0 -20
  569. package/src/Layout/Box/Components/Content/BoxContent.stories.tsx +0 -23
  570. package/src/Layout/Box/Components/Content/BoxContent.tsx +0 -26
  571. package/src/Layout/Box/Components/Header/BoxHeader.spec.tsx +0 -22
  572. package/src/Layout/Box/Components/Header/BoxHeader.stories.tsx +0 -32
  573. package/src/Layout/Box/Components/Header/BoxHeader.tsx +0 -93
  574. package/src/Layout/Box/Components/Separator/BoxSeparator.spec.tsx +0 -20
  575. package/src/Layout/Box/Components/Separator/BoxSeparator.stories.tsx +0 -30
  576. package/src/Layout/Box/Components/Separator/BoxSeparator.tsx +0 -19
  577. package/src/Layout/Box/Components/utils.ts +0 -50
  578. package/src/Layout/Box/index.tsx +0 -1
  579. package/src/Layout/Container/Container.spec.tsx +0 -22
  580. package/src/Layout/Container/Container.stories.tsx +0 -51
  581. package/src/Layout/Container/Container.tsx +0 -42
  582. package/src/Layout/Container/index.tsx +0 -1
  583. package/src/Layout/ListActions/ListActions.spec.tsx +0 -23
  584. package/src/Layout/ListActions/ListActions.stories.tsx +0 -71
  585. package/src/Layout/ListActions/ListActions.tsx +0 -149
  586. package/src/Layout/ListActions/index.tsx +0 -1
  587. package/src/Layout/Sidebar/Item.tsx +0 -106
  588. package/src/Layout/Sidebar/ItemSub.tsx +0 -42
  589. package/src/Layout/Sidebar/Sidebar.stories.tsx +0 -25
  590. package/src/Layout/Sidebar/Sidebar.tsx +0 -51
  591. package/src/Layout/Sidebar/index.tsx +0 -3
  592. package/src/Layout/Topbar/Topbar.stories.tsx +0 -18
  593. package/src/Layout/Topbar/Topbar.tsx +0 -43
  594. package/src/Layout/Topbar/index.tsx +0 -1
  595. package/src/Layout/constants.ts +0 -4
  596. package/src/Layout/index.ts +0 -6
  597. package/src/Navigation/Breadcrumb/Breadcrumb.spec.tsx +0 -75
  598. package/src/Navigation/Breadcrumb/Breadcrumb.stories.tsx +0 -79
  599. package/src/Navigation/Breadcrumb/index.tsx +0 -153
  600. package/src/Navigation/Pagination/Pagination.spec.tsx +0 -45
  601. package/src/Navigation/Pagination/Pagination.stories.tsx +0 -39
  602. package/src/Navigation/Pagination/PaginationInfo.tsx +0 -70
  603. package/src/Navigation/Pagination/PaginationNav.tsx +0 -122
  604. package/src/Navigation/Pagination/index.tsx +0 -44
  605. package/src/Navigation/Stepper/Stepper.spec.tsx +0 -68
  606. package/src/Navigation/Stepper/Stepper.stories.tsx +0 -68
  607. package/src/Navigation/Stepper/index.tsx +0 -97
  608. package/src/Navigation/index.ts +0 -2
  609. package/src/index.ts +0 -6
  610. package/src/tailwind.scss +0 -9
  611. package/src/utils/index.ts +0 -19
  612. package/src/utils/testConstants.ts +0 -3
@@ -1,16 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Pagali = () => (
4
- <>
5
- <path
6
- fillRule="evenodd"
7
- d="M14.0624 12.5561C14.0624 12.9983 13.8506 13.4128 13.4821 13.6523C13.1321 13.8826 12.7452 13.8641 12.3491 13.8641H5.35775C5.21958 13.8641 5.08142 13.8641 4.95246 13.8365C4.43663 13.726 4.03133 13.293 3.94843 12.7772C3.93 12.6482 3.93 12.5193 3.93 12.3903V6.37536C3.93 6.18192 3.93922 5.9977 4.0037 5.82268C4.17871 5.30685 4.67612 4.95682 5.21958 4.94761H12.7636C13.0768 4.94761 13.3716 5.05815 13.6019 5.26079C13.7861 5.41739 13.9427 5.63846 13.9979 5.87795C14.0348 6.04375 14.044 6.20035 14.044 6.37536C14.044 6.66091 14.0901 6.99252 13.9979 7.26885C13.8874 7.60046 13.6111 7.82153 13.2795 7.90443C13.0123 7.96891 12.7176 7.93207 12.4504 7.93207C13.2518 8.73345 13.2518 10.0691 12.4504 10.8705C12.7268 10.8705 13.0123 10.8889 13.2887 10.8613C13.6019 10.8613 13.9427 10.7876 14.2374 10.6955C14.6151 10.5757 14.9928 10.3915 15.3152 10.1612C15.9323 9.72827 16.4205 9.11111 16.7061 8.41105C16.8903 7.95049 16.9824 7.45308 16.9824 6.95567C16.9824 6.63328 16.9916 6.32009 16.9732 5.9977C16.9363 5.35291 16.7521 4.70812 16.4297 4.14623C16.2455 3.81462 16.0152 3.51986 15.7481 3.25273C14.9651 2.43293 13.869 2 12.7452 2H5.3117C4.28003 2 3.276 2.33161 2.48383 3.01324C1.57192 3.78699 1.01924 4.94761 1.00082 6.14508V11.8653C1.00082 12.4456 0.982394 13.0167 1.12056 13.5878C1.44296 14.905 2.41014 16.0104 3.67209 16.5078C4.1695 16.7012 4.70375 16.8025 5.23801 16.8025H12.0636C12.4781 16.8025 12.8926 16.821 13.3071 16.7657C14.4217 16.6275 15.4533 16.0288 16.1442 15.1353C16.7337 14.3615 17.01 13.4312 17.01 12.4732C17.01 11.7547 17.01 11.0363 17.01 10.3178C17.01 10.1244 17.01 9.94013 17.01 9.74669C16.6508 10.2441 16.1994 10.677 15.6836 11.0086C15.4073 11.1836 15.1125 11.331 14.8085 11.4508C14.6519 11.5153 14.4861 11.5613 14.3203 11.6074L14.0808 11.6718L14.0624 11.6995V12.5561Z"
8
- clipRule="evenodd"
9
- />
10
- <path
11
- fillRule="evenodd"
12
- d="M10.8571 10.8426C11.6711 10.8426 12.3309 10.1828 12.3309 9.36882C12.3309 8.55486 11.6711 7.89502 10.8571 7.89502C10.0431 7.89502 9.3833 8.55486 9.3833 9.36882C9.3833 10.1828 10.0431 10.8426 10.8571 10.8426Z"
13
- clipRule="evenodd"
14
- />
15
- </>
16
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const PaperList = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M17 3c0-1.657-1.343-3-3-3H4C2.343 0 1 1.343 1 3v12c0 1.657 1.343 3 3 3h10c1.657 0 3-1.343 3-3V3Zm-3 13.5c.827 0 1.5-.673 1.5-1.5V3c0-.827-.673-1.5-1.5-1.5H4c-.827 0-1.5.673-1.5 1.5v12c0 .827.673 1.5 1.5 1.5h10ZM5 5h8V4H5v1Zm0 3h8V7H5v1Zm0 3h8v-1H5v1Zm0 3h8v-1H5v1Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const PieChart = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M14.74 3.26a6.651 6.651 0 011.784 3.266h-5.05v-5.05A6.647 6.647 0 0114.74 3.26zM10.075 1v5.926a1 1 0 001 1H17a1.004 1.004 0 00.989-1.165 8 8 0 00-6.75-6.75 1.008 1.008 0 00-1.165.99zM7.1 9c0 1.048.852 1.9 1.9 1.9h6.459a7.187 7.187 0 01-2.801 4.337 7.045 7.045 0 01-5.412 1.253A7.077 7.077 0 011.4 9.5c0-3.38 2.42-6.295 5.7-6.96V9zm.254-7.922C3.224 1.645 0 5.224 0 9.5V9.5c0 .49.043.99.13 1.495.61 3.48 3.396 6.265 6.875 6.874 4.908.86 9.285-2.62 9.917-7.223A1.005 1.005 0 0015.93 9.5H9a.5.5 0 01-.5-.5V2.07c0-.61-.542-1.075-1.146-.992z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,8 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Pix = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="m4.179688 3.6875-.53125.53125h.53125c.449218 0 .882812.113281 1.265624.324219.21875.117187.421876.269531.601563.453125l2.710937 2.707031c.195313.195313.515626.195313.710938 0l2.699219-2.699219c.144531-.144531.300781-.269531.472656-.375.414063-.261718.894531-.398437 1.398437-.398437h.324219L10.933594.800781c-1.066406-1.066406-2.800782-1.066406-3.867188 0Zm5.691406-1.824219c-.480469-.484375-1.261719-.484375-1.746094 0L6.535156 3.453125c.203125.140625.394532.300781.574219.480469L9.113281 5.9375l1.992188-1.992188c.144531-.144531.296875-.277343.457031-.394531Zm1.234375 12.191407L9.113281 12.0625l-2.003906 2.003906c-.179687.179688-.371094.339844-.574219.480469l1.59375 1.589844c.480469.484375 1.261719.484375 1.742188 0l1.691406-1.6875c-.160156-.117188-.3125-.25-.457031-.394531Zm1.535156-.683594c.414063.261718.894531.398437 1.398437.398437h.324219l-3.429687 3.429688c-1.066406 1.066406-2.800782 1.066406-3.867188 0L3.648438 13.78125h.53125c.449218 0 .882812-.113281 1.265624-.324219.21875-.117187.421876-.269531.601563-.453125l2.710937-2.707031c.191407-.191406.519532-.191406.710938 0l2.699219 2.699219c.144531.144531.300781.269531.472656.375Zm1.398437-.394532c-.488281 0-.964843-.199218-1.308593-.542968L10.03125 9.734375c-.246094-.246094-.582031-.367187-.917969-.367187-.335937 0-.671875.121093-.917969.367187l-2.707031 2.710937c-.34375.34375-.820312.539063-1.308593.539063H3.019531c-.046875 0-.09375.011719-.136719.03125L.800781 10.933594c-1.066406-1.066406-1.066406-2.800782 0-3.867188l2.082031-2.082031c.042969.019531.089844.03125.136719.03125h1.160157c.488281 0 .964843.195313 1.308593.539063l2.707031 2.710937c.253907.253906.585938.378906.917969.378906.332031 0 .664063-.125.917969-.378906l2.699219-2.699219c.34375-.34375.820312-.542968 1.308593-.542968h.941407c.050781 0 .101562-.011719.144531-.027344l2.074219 2.070312c1.066406 1.066406 1.066406 2.800782 0 3.867188L15.125 13.003906c-.042969-.015625-.09375-.027344-.144531-.027344Zm-.25-1.601562L11.417969 9l2.371093-2.375c.0625-.0625.160157-.101562.25-.101562h.496094l1.601563 1.605468c.484375.480469.484375 1.261719 0 1.742188l-1.601563 1.605468h-.496094c-.089843 0-.1875-.039062-.25-.101562ZM4.425781 6.617188 6.808594 9l-2.382813 2.382812c-.0625.0625-.15625.101563-.246093.101563h-.707032L1.863281 9.871094c-.484375-.480469-.484375-1.261719 0-1.742188l1.613281-1.613281h.703126c.089843 0 .183593.039063.246093.101563Zm0 0"
7
- />
8
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Plus = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M16.5 7.75h-6.25V1.5h-2.5v6.25H1.5v2.5h6.25v6.25h2.5v-6.25h6.25v-2.5Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const PlusCircle = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M16.5 9c0-4.137-3.363-7.5-7.5-7.5-4.137 0-7.5 3.363-7.5 7.5 0 4.137 3.363 7.5 7.5 7.5 4.137 0 7.5-3.363 7.5-7.5ZM18 9c0 4.973-4.027 9-9 9s-9-4.027-9-9 4.027-9 9-9 9 4.027 9 9Zm-8.25-.75H14v1.5H9.75V14h-1.5V9.75H4v-1.5h4.25V4h1.5Zm0 0"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Print = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M17 9.5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v3c0 .275.225.5.5.5h14c.275 0 .5-.225.5-.5v-3Zm-11.5 7h8v-2h-8v2ZM5.5 6h8V3.621L11.379 1.5H5.5V6Zm13 3.5v3a2 2 0 0 1-2 2H15v2a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 4 16.5v-2H2.5a2 2 0 0 1-2-2v-3A3.5 3.5 0 0 1 4 6V1.5A1.5 1.5 0 0 1 5.5 0H12l3 3v3a3.5 3.5 0 0 1 3.5 3.5ZM6 10.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Product = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="m16.5 5.872-6.75 2.78v7.562l6.453-2.868a.5.5 0 0 0 .297-.457V5.872ZM8.25 16.214V8.651L1.5 5.872v7.017a.5.5 0 0 0 .297.457l6.453 2.868ZM1.757 4.68 9 7.662l3.168-1.305-7.373-3.036-2.998 1.333c-.015.007-.026.018-.04.026Zm4.428-1.976 7.428 3.06 2.63-1.084c-.014-.008-.025-.019-.04-.026l-7-3.11a.507.507 0 0 0-.406 0l-2.612 1.16ZM18 5.111v7.778c0 .791-.466 1.506-1.188 1.828l-6.999 3.111a2.019 2.019 0 0 1-1.626 0l-7-3.11A2.002 2.002 0 0 1 0 12.888V5.111c0-.79.466-1.507 1.187-1.828l7-3.11a2.003 2.003 0 0 1 1.626 0l6.999 3.11A2 2 0 0 1 18 5.111Zm-7 9.077v-2l3.5-1.5v2l-3.5 1.5Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const QuestionCircle = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M10.25 12.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM11.75 6v.379c0 .592-.24 1.172-.659 1.591L9.97 9.091a.753.753 0 0 0-.22.53V10h-1.5v-.379c0-.592.24-1.172.659-1.591l1.121-1.121a.753.753 0 0 0 .22-.53V6a.75.75 0 0 0-.75-.75h-1a.75.75 0 0 0-.75.75v.5h-1.5V6c0-1.241 1.01-2.25 2.25-2.25h1c1.24 0 2.25 1.009 2.25 2.25ZM9 16.5c-4.136 0-7.5-3.364-7.5-7.5S4.864 1.5 9 1.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5ZM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Reload = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M14.787 4.728 13.27 6.382a.5.5 0 0 0 .369.838H17.5c.277 0 .5-.223.5-.5V2.506a.499.499 0 0 0-.868-.337l-1.2 1.31a9 9 0 1 0 2.057 6.187l-1.672-.083a7.326 7.326 0 1 1-1.53-4.855Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,22 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Rocket = () => (
4
- <>
5
- <path
6
- fillRule="evenodd"
7
- d="M16.784.869a.75.75 0 0 1 .546.545l.29 1.157a8.942 8.942 0 0 1-2.353 8.492l-.26.26a10.78 10.78 0 0 1-1.644 1.348l-3.416 2.277a.75.75 0 0 1-.946-.094L3.344 9.198a.75.75 0 0 1-.094-.947l2.278-3.416c.394-.59.845-1.141 1.347-1.643l.26-.26A8.942 8.942 0 0 1 15.627.579l1.157.29Zm-.8 1.346-.72-.18a7.442 7.442 0 0 0-7.068 1.957l-.26.26c-.433.433-.821.907-1.16 1.415L4.84 8.572l4.787 4.787 2.904-1.936a9.29 9.29 0 0 0 1.415-1.16l.26-.26a7.442 7.442 0 0 0 1.958-7.068l-.18-.72Z"
8
- clipRule="evenodd"
9
- />
10
- <path
11
- fillRule="evenodd"
12
- d="M13.49 8.597a2.75 2.75 0 1 1-3.889-3.889 2.75 2.75 0 0 1 3.89 3.89ZM10.769 7.43a1.1 1.1 0 1 0 1.556-1.555 1.1 1.1 0 0 0-1.556 1.555Z"
13
- clipRule="evenodd"
14
- />
15
- <path d="M2.063 13.661a.5.5 0 0 1 .707 0l.353.354a.5.5 0 0 1 0 .707l-.425.425a.5.5 0 0 1-.707 0l-.353-.354a.5.5 0 0 1 0-.707l.425-.425ZM3.477 15.075a.5.5 0 0 1 .707 0l.353.354a.5.5 0 0 1 0 .707l-1.3 1.3a.5.5 0 0 1-.706 0l-.354-.354a.5.5 0 0 1 0-.707l1.3-1.3Z" />
16
- <path
17
- fillRule="evenodd"
18
- d="m4.475 11.602.884-.883-1.061-1.061-1.06 1.06a1.25 1.25 0 0 0 0 1.768l2.474 2.475a1.25 1.25 0 0 0 1.768 0l1.06-1.06-1.06-1.061-.884.884-2.121-2.122ZM12.456 14.228l-.56-1.681 1.422-.475.707 2.122a.75.75 0 0 1-.18.767l-2.122 2.121a.75.75 0 0 1-1.22-.235l-1.06-2.474 1.378-.591.624 1.457 1.01-1.01ZM3.97 5.743l1.682.56.474-1.423-2.121-.707a.75.75 0 0 0-.768.182l-2.12 2.12a.75.75 0 0 0 .234 1.22l2.475 1.061.59-1.379-1.456-.624 1.01-1.01Z"
19
- clipRule="evenodd"
20
- />
21
- </>
22
- )
@@ -1,11 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Search = () => {
4
- return (
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M7.5 13.5c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6Zm7.014-.996a1.402 1.402 0 0 0-1.104-.397A7.465 7.465 0 0 0 15 7.5 7.5 7.5 0 0 0 7.5 0 7.5 7.5 0 0 0 0 7.5 7.5 7.5 0 0 0 7.5 15a7.46 7.46 0 0 0 4.607-1.59c-.028.396.094.799.397 1.102L15.995 18 18 15.996l-3.486-3.492Z"
9
- />
10
- )
11
- }
@@ -1,11 +0,0 @@
1
- import React from 'react'
2
-
3
- export const ShoppingCart = () => (
4
- <>
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M14.25 13.5C13.008 13.5 12 14.507 12 15.75C12 16.993 13.008 18 14.25 18C15.492 18 16.5 16.993 16.5 15.75C16.5 14.507 15.492 13.5 14.25 13.5ZM14.25 14.8C14.773 14.8 15.2 15.226 15.2 15.75C15.2 16.274 14.773 16.7 14.25 16.7C13.727 16.7 13.3 16.274 13.3 15.75C13.3 15.226 13.727 14.8 14.25 14.8ZM6.25 13.5C5.008 13.5 4 14.507 4 15.75C4 16.993 5.008 18 6.25 18C7.492 18 8.5 16.993 8.5 15.75C8.5 14.507 7.492 13.5 6.25 13.5ZM6.25 14.8C6.773 14.8 7.2 15.226 7.2 15.75C7.2 16.274 6.773 16.7 6.25 16.7C5.727 16.7 5.3 16.274 5.3 15.75C5.3 15.226 5.727 14.8 6.25 14.8ZM4.478 4.75L5.582 10.547C5.604 10.665 5.707 10.75 5.827 10.75H14.765C14.884 10.75 14.986 10.666 15.01 10.549L16.17 4.75H4.478ZM14.765 12.25H5.827C4.988 12.25 4.266 11.651 4.108 10.827L2.379 1.5H0V0H3.621L4.191 3.25H18L16.48 10.843C16.318 11.658 15.597 12.25 14.765 12.25Z"
9
- />
10
- </>
11
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const SortDown = () => (
4
- <path
5
- fillRule="evenodd"
6
- clipRule="evenodd"
7
- d="M12.5 6.75h-7a.75.75 0 0 0-.53 1.28l3.5 3.5c.146.147.338.22.53.22a.744.744 0 0 0 .53-.22l3.5-3.5a.749.749 0 0 0-.53-1.28Z"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Store = () => (
4
- <path
5
- fillRule="evenodd"
6
- clipRule="evenodd"
7
- d="M0.955934 3.35617C1.3861 1.95581 2.6796 1 4.14455 1H13.8564C15.3217 1 16.6155 1.95627 17.0453 3.35711L17.9585 6.33293C17.98 6.39765 17.9936 6.46595 17.9982 6.53671C17.9993 6.55356 17.9999 6.57042 18 6.58726L18 6.59546V7.95454C18 8.89486 17.6265 9.79666 16.9616 10.4616C16.8586 10.5645 16.7499 10.6605 16.6364 10.7492V16.1364C16.6364 16.5342 16.4783 16.9158 16.197 17.1971C15.9157 17.4784 15.5342 17.6364 15.1364 17.6364H2.86364C2.46581 17.6364 2.08428 17.4784 1.80298 17.1971C1.52167 16.9158 1.36364 16.5342 1.36364 16.1364V10.7492C1.25005 10.6605 1.1414 10.5645 1.03844 10.4616C0.373538 9.79665 0 8.89486 0 7.95454V6.59091C0 6.50049 0.0146675 6.41349 0.041753 6.33217L0.955934 3.35617ZM2.6771 9.65472C2.62304 9.61355 2.56371 9.57895 2.50029 9.55213C2.39127 9.48081 2.28904 9.39799 2.19552 9.30447C1.8375 8.94645 1.63636 8.46087 1.63636 7.95454V7.40909H5.45454V7.95454C5.45454 8.46087 5.25341 8.94645 4.89538 9.30447C4.53736 9.6625 4.05178 9.86363 3.54545 9.86363C3.24073 9.86363 2.94351 9.79078 2.6771 9.65472ZM3 11.4578V16H15V11.4578C14.8206 11.4857 14.6383 11.5 14.4545 11.5C13.5142 11.5 12.6124 11.1265 11.9475 10.4616C11.8701 10.3841 11.7967 10.3035 11.7273 10.22C11.6579 10.3035 11.5844 10.3841 11.507 10.4616C10.8421 11.1265 9.94031 11.5 9 11.5C8.05968 11.5 7.15788 11.1265 6.49298 10.4616C6.41557 10.3841 6.34211 10.3035 6.27273 10.22C6.20334 10.3035 6.12988 10.3841 6.05247 10.4616C5.38757 11.1265 4.48577 11.5 3.54545 11.5C3.36167 11.5 3.17936 11.4857 3 11.4578ZM15.4997 9.55213C15.4363 9.57895 15.377 9.61355 15.3229 9.65472C15.0565 9.79078 14.7593 9.86363 14.4545 9.86363C13.9482 9.86363 13.4626 9.6625 13.1046 9.30447C12.7466 8.94645 12.5455 8.46086 12.5455 7.95454V7.40909H16.3636V7.95454C16.3636 8.46086 16.1625 8.94645 15.8045 9.30447C15.711 9.39799 15.6087 9.48081 15.4997 9.55213ZM16.0749 5.77273H11.7282L11.7273 5.77273L11.7264 5.77273H6.27362L6.27273 5.77273L6.27183 5.77273H1.92543L2.52016 3.83668C2.7393 3.12328 3.39825 2.63636 4.14455 2.63636L13.8564 2.63636C14.6029 2.63636 15.262 3.12352 15.481 3.83716L16.0749 5.77273ZM7.09091 7.40909H10.9091V7.95454C10.9091 8.46086 10.708 8.94645 10.3499 9.30447C9.9919 9.6625 9.50632 9.86363 9 9.86363C8.49368 9.86363 8.00809 9.6625 7.65007 9.30447C7.29204 8.94645 7.09091 8.46087 7.09091 7.95454V7.40909Z"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Sync = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="m17.1315 1.947-1.245 1.358C13.6965 1.011 11.4455 0 8.59449 0 4.42749 0 .0004883 3 .0004883 8.5H1.51549c0-4.5 3.561-6.945 7.079-6.945 2.45401 0 4.34101.858 6.25401 2.882l-1.58 1.725c-.294.32-.067.838.368.838h3.864c.276 0 .5-.224.5-.5V2.285c0-.456-.561-.674-.869-.338Zm-.646 7.553h1.515c0 5.5-4.428 8.5-8.59501 8.5-2.851 0-5.102-1.012-7.293-3.306L.868488 16.051c-.103.114-.235.164-.364.164-.257 0-.5039997-.198-.5039997-.501V11.5c0-.277.2229997-.5.4999997-.5H4.36149c.435 0 .662.517.369.838l-1.58 1.723c1.914 2.025 3.801 2.883 6.255 2.883 3.51801 0 7.08001-2.444 7.08001-6.944Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,12 +0,0 @@
1
- import React from 'react'
2
-
3
- export const ThinAngleRight = () => (
4
- <path
5
- d="M6.75 4.5L11.25 9L6.75 13.5"
6
- fill="none"
7
- stroke="currentColor"
8
- strokeWidth="1.4"
9
- strokeLinecap="round"
10
- strokeLinejoin="round"
11
- />
12
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const TimesCircle = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M13.53 5.53049l-3.47 3.47 3.47 3.46901-1.061 1.061L9 10.0605l-3.47 3.47-1.061-1.061 3.47-3.46901-3.47-3.47 1.061-1.061 3.47 3.47 3.469-3.47 1.061 1.061zM9 16.5005c-4.136 0-7.5-3.365-7.5-7.50001 0-4.136 3.364-7.5 7.5-7.5 4.135 0 7.5 3.364 7.5 7.5 0 4.13501-3.365 7.50001-7.5 7.50001zM9 .00048828c-4.971 0-9 4.02900172-9 9.00000172 0 4.97001 4.029 9.00001 9 9.00001 4.97 0 9-4.03 9-9.00001 0-4.971-4.03-9.00000172-9-9.00000172z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Trash = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="m11.899 7.55-.5 6.5a.651.651 0 0 1-1.297-.1l.5-6.5c.027-.357.346-.612.697-.598a.651.651 0 0 1 .6.698Zm-4.5-.1.5 6.5a.653.653 0 0 1-.6.699l-.05.002a.65.65 0 0 1-.647-.601l-.5-6.5a.65.65 0 0 1 1.296-.1Zm5.795 8.602a.498.498 0 0 1-.498.448H5.304a.499.499 0 0 1-.497-.448L3.663 5h10.674l-1.143 11.052ZM7.389 1.815a.497.497 0 0 1 .465-.315h2.292c.205 0 .388.123.464.315l.675 1.685h-4.57l.674-1.685ZM18 3.5h-5.1l-.898-2.242A1.998 1.998 0 0 0 10.146 0H7.854C7.036 0 6.3.498 5.997 1.258L5.1 3.5H0V5h2.155l1.16 11.206A1.999 1.999 0 0 0 5.302 18h7.394a2 2 0 0 0 1.989-1.794L15.845 5H18V3.5Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,22 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Trophy = () => (
4
- <>
5
- <g
6
- stroke="currentColor"
7
- strokeLinecap="round"
8
- strokeLinejoin="round"
9
- strokeWidth="1.5"
10
- clipPath="url(#a)"
11
- fill="none"
12
- >
13
- <path d="M6.75 15.75h4.5M9 12.937v2.813M4.078 9h-.703a2.25 2.25 0 0 1-2.25-2.25V5.625a.563.563 0 0 1 .563-.563h2.25M13.921 9h.703a2.25 2.25 0 0 0 2.25-2.25V5.625a.563.563 0 0 0-.563-.563h-2.25" />
14
- <path d="M4.5 3.375h9a.562.562 0 0 1 .563.563v3.874c0 2.791-2.233 5.104-5.024 5.125a5.063 5.063 0 0 1-5.101-5.062V3.937a.563.563 0 0 1 .562-.562Z" />
15
- </g>
16
- <defs>
17
- <clipPath id="a">
18
- <path d="M0 0h18v18H0z" />
19
- </clipPath>
20
- </defs>
21
- </>
22
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Truck = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M13.75 11.5c-.888 0-1.683.388-2.231 1H11v-4h5.5v4h-.519a2.986 2.986 0 0 0-2.231-1Zm0 4.9c-1.048 0-1.9-.852-1.9-1.9s.852-1.9 1.9-1.9 1.9.852 1.9 1.9-.852 1.9-1.9 1.9ZM11 4.5h1.879l3 3H11v-3ZM9.5 3v9.5H6.981a2.99 2.99 0 0 0-4.462 0H1.5v-10h8V3ZM4.75 16.4c-1.048 0-1.9-.852-1.9-1.9s.852-1.9 1.9-1.9 1.9.852 1.9 1.9-.852 1.9-1.9 1.9Zm12.811-9.339-3.622-3.622A1.5 1.5 0 0 0 12.879 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-8A1.5 1.5 0 0 0 0 2.5v10A1.5 1.5 0 0 0 1.5 14h.295a3.048 3.048 0 0 0-.045.5 3 3 0 1 0 6 0c0-.171-.018-.337-.045-.5h3.09a3.048 3.048 0 0 0-.045.5 3 3 0 1 0 5.952-.521A1.494 1.494 0 0 0 18 12.5V8.121a1.5 1.5 0 0 0-.439-1.06Z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const Tv = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M1.5 12h15V3h-15v9zm15-10.5h-15A1.5 1.5 0 000 3v9a1.5 1.5 0 001.5 1.5h6.75V15H6a1.5 1.5 0 00-1.5 1.5h9A1.5 1.5 0 0012 15H9.75v-1.5h6.75A1.5 1.5 0 0018 12V3a1.5 1.5 0 00-1.5-1.5z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,11 +0,0 @@
1
- import React from 'react'
2
-
3
- export function Upload() {
4
- return (
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M16.5 12.9847V15.9847C16.5 16.2607 16.276 16.4847 16 16.4847H2C1.724 16.4847 1.5 16.2607 1.5 15.9847V12.9847H0V15.9847C0 17.0887 0.896 17.9847 2 17.9847H16C17.104 17.9847 18 17.0887 18 15.9847V12.9847H16.5ZM3.442 5.75175C3.165 5.44375 3.19 4.96975 3.498 4.69275L8.498 0.19275C8.783 -0.06425 9.217 -0.06425 9.502 0.19275L14.502 4.69275C14.81 4.96975 14.835 5.44375 14.558 5.75175C14.409 5.91675 14.205 5.99975 14 5.99975C13.821 5.99975 13.642 5.93675 13.498 5.80775L9.75 2.43375V13.4847H8.25V2.43375L4.502 5.80775C4.193 6.08375 3.72 6.05975 3.442 5.75175Z"
9
- />
10
- )
11
- }
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const UsdCircle = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M16.5 9c0-4.136-3.364-7.5-7.5-7.5S1.5 4.864 1.5 9s3.364 7.5 7.5 7.5 7.5-3.364 7.5-7.5zM18 9a9 9 0 01-9 9 9 9 0 01-9-9 9 9 0 019-9 9 9 0 019 9zM6.65 7.5c0 .469.381.85.85.85h3c1.186 0 2.15.964 2.15 2.15s-.964 2.15-2.15 2.15h-.75v1.85h-1.5v-1.85H7c-.91 0-1.65-.74-1.65-1.65v-.5h1.3v.5c0 .193.157.35.35.35h3.5a.85.85 0 000-1.7h-3A2.152 2.152 0 015.35 7.5c0-1.186.964-2.15 2.15-2.15h.75V3.5h1.5v1.85h.75c1.186 0 2.15.964 2.15 2.15h-1.3a.85.85 0 00-.85-.85h-3a.85.85 0 00-.85.85z"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const User = () => (
4
- <path
5
- fillRule="evenodd"
6
- d="M10.707 0H7.293C5.803 0 4.644 1.295 4.809 2.776L5.253 6.776C5.394 8.042 6.464 9 7.737 9H10.263C11.536 9 12.606 8.042 12.747 6.776L13.191 2.776C13.356 1.295 12.196 0 10.707 0M10.707 1.5C11.096 1.5 11.341 1.709 11.452 1.833C11.563 1.958 11.743 2.224 11.701 2.61L11.256 6.61C11.2 7.118 10.772 7.5 10.263 7.5H7.737C7.228 7.5 6.8 7.118 6.743 6.61L6.299 2.61C6.256 2.224 6.436 1.958 6.548 1.833C6.659 1.709 6.904 1.5 7.293 1.5H10.707M14.012 11.5H3.988C1.658 11.5 0 13.228 0 15.807C0 17.578 0.783 18 2.02 18H15.979C17.43 18 18 17.152 18 15.807C18 13.231 16.342 11.5 14.012 11.5M14.012 13C14.716 13 15.367 13.285 15.846 13.801C16.324 14.318 16.504 14.84 16.504 15.692C16.504 16.158 16.384 16.5 15.979 16.5H2.02C1.723 16.5 1.496 16.267 1.496 15.692C1.496 14.974 1.675 14.318 2.154 13.801C2.633 13.285 3.284 13 3.988 13H14.012"
7
- clipRule="evenodd"
8
- />
9
- )
@@ -1,9 +0,0 @@
1
- import React from 'react'
2
-
3
- export const WhatsApp = () => (
4
- <path
5
- fillRule="evenodd"
6
- clipRule="evenodd"
7
- d="M1.68502 9.00599C1.68402 10.288 2.01902 11.539 2.65602 12.642L1.62402 16.412L5.48002 15.401C6.54202 15.98 7.73802 16.286 8.95602 16.286H8.95902C12.968 16.286 16.232 13.022 16.233 9.01199C16.234 7.06899 15.477 5.23999 14.105 3.86499C12.731 2.48999 10.904 1.73199 8.95902 1.73199C4.94902 1.73199 1.68602 4.99499 1.68502 9.00599ZM3.98102 12.452L3.83702 12.224C3.23202 11.262 2.91202 10.148 2.91202 9.00599C2.91402 5.67299 5.62702 2.96099 8.96102 2.96099C10.576 2.96099 12.093 3.59099 13.235 4.73299C14.377 5.87699 15.006 7.39499 15.005 9.01099C15.004 12.344 12.291 15.058 8.95902 15.058H8.95702C7.87102 15.057 6.80802 14.765 5.88002 14.215L5.65802 14.083L3.37002 14.684L3.98102 12.452ZM5.89902 5.87399C5.73202 6.05599 5.26202 6.49599 5.26202 7.39099C5.26202 8.28499 5.91402 9.14899 6.00502 9.27099C6.09602 9.39099 7.28602 11.227 9.11002 12.015C9.54402 12.202 9.88202 12.315 10.147 12.398C10.581 12.536 10.977 12.516 11.291 12.469C11.64 12.418 12.366 12.03 12.517 11.605C12.669 11.181 12.669 10.817 12.624 10.742C12.578 10.666 12.457 10.62 12.275 10.529C12.093 10.438 11.201 9.99799 11.033 9.93799C10.867 9.87699 10.745 9.84699 10.624 10.029C10.503 10.21 10.156 10.62 10.049 10.742C9.94302 10.862 9.83702 10.878 9.65502 10.787C9.47302 10.697 8.88702 10.504 8.19402 9.88499C7.65402 9.40199 7.28802 8.80699 7.18202 8.62599C7.07602 8.44399 7.17102 8.34599 7.26202 8.25499C7.34402 8.17299 7.44402 8.04199 7.53502 7.93599C7.62602 7.82999 7.65502 7.75299 7.71702 7.63299C7.77702 7.51099 7.74602 7.40499 7.70102 7.31399C7.65502 7.22299 7.29302 6.32899 7.14102 5.96499C7.01002 5.65199 6.87802 5.65299 6.77302 5.65399C6.75802 5.65399 6.74502 5.65399 6.73202 5.65299C6.62602 5.64799 6.50502 5.64699 6.38402 5.64699C6.26202 5.64699 6.06502 5.69299 5.89902 5.87399Z"
8
- />
9
- )
@@ -1,186 +0,0 @@
1
- import { Adjust } from './Adjust'
2
- import { AngleDiagonal } from './AngleDiagonal'
3
- import { AngleDown } from './AngleDown'
4
- import { AngleHeight } from './AngleHeight'
5
- import { AngleLeft } from './AngleLeft'
6
- import { AngleRight } from './AngleRight'
7
- import { AngleWidth } from './AngleWidth'
8
- import { App } from './App'
9
- import { Arrow } from './Arrow'
10
- import { ArrowLeft } from './ArrowLeft'
11
- import { ArrowRight } from './ArrowRight'
12
- import { Back } from './Back'
13
- import { Ban } from './Ban'
14
- import { BarcodeRead } from './BarcodeRead'
15
- import { Bell } from './Bell'
16
- import { Blog } from './Blog'
17
- import { Bullhorn } from './Bullhorn'
18
- import { Calculator } from './Calculator'
19
- import { CalendarAlt } from './CalendarAlt'
20
- import { Camera } from './Camera'
21
- import { Check } from './Check'
22
- import { CheckCircle } from './CheckCircle'
23
- import { Clock } from './Clock'
24
- import { Close } from './Close'
25
- import { Cog } from './Cog'
26
- import { Copy } from './Copy'
27
- import { CreditCard } from './CreditCard'
28
- import { Discount } from './Discount'
29
- import { Desktop } from './Desktop'
30
- import { Download } from './Download'
31
- import { Edit } from './Edit'
32
- import { Exchange } from './Exchange'
33
- import { Exclamation } from './Exclamation'
34
- import { ExclamationCircle } from './ExclamationCircle'
35
- import { ExclamationTriangle } from './ExclamationTriangle'
36
- import { ExternalLink } from './ExternalLink'
37
- import { Eye } from './Eye'
38
- import { EyeSlash } from './EyeSlash'
39
- import { Filter } from './Filter'
40
- import { HalfBack } from './HalfBack'
41
- import { Home } from './Home'
42
- import { IconSolidEnviali } from './IconSolidEnviali'
43
- import { IconSolidLI } from './IconSolidLI'
44
- import { Image } from './Image'
45
- import { InfoCircle } from './InfoCircle'
46
- import { Lightbulb } from './Lightbulb'
47
- import { Link } from './Link'
48
- import { Loading } from './Loading'
49
- import { Minus } from './Minus'
50
- import { Mobile } from './Mobile'
51
- import { MoneyBill } from './MoneyBill'
52
- import { Move } from './Move'
53
- import { Nav } from './Nav'
54
- import { Order } from './Order'
55
- import { Pagali } from './Pagali'
56
- import { PaperList } from './PaperList'
57
- import { PieChart } from './PieChart'
58
- import { Pix } from './Pix'
59
- import { Plus } from './Plus'
60
- import { PlusCircle } from './PlusCircle'
61
- import { Print } from './Print'
62
- import { Product } from './Product'
63
- import { QuestionCircle } from './QuestionCircle'
64
- import { Reload } from './Reload'
65
- import { Rocket } from './Rocket'
66
- import { Search } from './Search'
67
- import { ShoppingCart } from './ShoppingCart'
68
- import { SortDown } from './SortDown'
69
- import { Sync } from './Sync'
70
- import { ThinAngleRight } from './ThinAngleRight'
71
- import { TimesCircle } from './TimesCircle'
72
- import { Trash } from './Trash'
73
- import { Truck } from './Truck'
74
- import { Tv } from './Tv'
75
- import { Upload } from './Upload'
76
- import { UsdCircle } from './UsdCircle'
77
- import { User } from './User'
78
- import { WhatsApp } from './WhatsApp'
79
- import { Clockwise } from './Clockwise'
80
- import { DefaultCursor } from './DefaultCursor'
81
- import { Envelope } from './Envelope'
82
- import { ExchangeY } from './ExchangeY'
83
- import { Hashtag } from './Hashtag'
84
- import { IdentificationBadge } from './IdentificationBadge'
85
- import { ListItems } from './ListItems'
86
- import { Store } from './Store'
87
- import { Trophy } from './Trophy'
88
- import { DashedCircle } from './DashedCircle'
89
- import { MinusCircle } from './MinusCircle'
90
- import { MinusCircleSolid } from './MinusCircleSolid'
91
- import { DotsThree } from './DotsThree'
92
-
93
- export const icons = {
94
- adjust: Adjust,
95
- angleDiagonal: AngleDiagonal,
96
- angleDown: AngleDown,
97
- angleHeight: AngleHeight,
98
- angleLeft: AngleLeft,
99
- angleRight: AngleRight,
100
- angleWidth: AngleWidth,
101
- app: App,
102
- arrow: Arrow,
103
- arrowLeft: ArrowLeft,
104
- arrowRight: ArrowRight,
105
- back: Back,
106
- ban: Ban,
107
- barcodeRead: BarcodeRead,
108
- bell: Bell,
109
- blog: Blog,
110
- bullhorn: Bullhorn,
111
- calculator: Calculator,
112
- calendarAlt: CalendarAlt,
113
- camera: Camera,
114
- check: Check,
115
- checkCircle: CheckCircle,
116
- clock: Clock,
117
- close: Close,
118
- cog: Cog,
119
- copy: Copy,
120
- creditcard: CreditCard,
121
- discount: Discount,
122
- desktop: Desktop,
123
- download: Download,
124
- edit: Edit,
125
- exchange: Exchange,
126
- exclamation: Exclamation,
127
- exclamationCircle: ExclamationCircle,
128
- exclamationTriangle: ExclamationTriangle,
129
- externalLink: ExternalLink,
130
- eye: Eye,
131
- eyeSlash: EyeSlash,
132
- filter: Filter,
133
- halfBack: HalfBack,
134
- home: Home,
135
- iconSolidEnviali: IconSolidEnviali,
136
- iconSolidLI: IconSolidLI,
137
- image: Image,
138
- infoCircle: InfoCircle,
139
- lightbulb: Lightbulb,
140
- link: Link,
141
- loading: Loading,
142
- minus: Minus,
143
- mobile: Mobile,
144
- moneyBill: MoneyBill,
145
- move: Move,
146
- nav: Nav,
147
- order: Order,
148
- pagali: Pagali,
149
- paperList: PaperList,
150
- pieChart: PieChart,
151
- pix: Pix,
152
- plus: Plus,
153
- plusCircle: PlusCircle,
154
- print: Print,
155
- product: Product,
156
- questionCircle: QuestionCircle,
157
- reload: Reload,
158
- rocket: Rocket,
159
- search: Search,
160
- shoppingCart: ShoppingCart,
161
- sortDown: SortDown,
162
- sync: Sync,
163
- thinAngleRight: ThinAngleRight,
164
- times: Close,
165
- timesCircle: TimesCircle,
166
- trash: Trash,
167
- truck: Truck,
168
- tv: Tv,
169
- upload: Upload,
170
- usdCircle: UsdCircle,
171
- user: User,
172
- whatsapp: WhatsApp,
173
- clockwise: Clockwise,
174
- defaultCursor: DefaultCursor,
175
- envelope: Envelope,
176
- exchangeY: ExchangeY,
177
- hashtag: Hashtag,
178
- identificationBadge: IdentificationBadge,
179
- listItems: ListItems,
180
- store: Store,
181
- trophy: Trophy,
182
- dashedCircle: DashedCircle,
183
- minusCircle: MinusCircle,
184
- minusCircleSolid: MinusCircleSolid,
185
- dotsThree: DotsThree,
186
- }
@@ -1,2 +0,0 @@
1
- export * from './Icon'
2
- export * from './IconCircular'
@@ -1,53 +0,0 @@
1
- import * as React from "react"
2
- import { composeStories } from "@storybook/testing-react"
3
- import { mount } from "@cypress/react"
4
- import * as stories from "./Alert.stories"
5
-
6
- const { Default, WithActions } = composeStories(stories)
7
-
8
- const specTitle = require('cypress-sonarqube-reporter/specTitle');
9
- describe(specTitle('Alert tests'), () => {
10
-
11
- it('Default', () => {
12
- mount(<Default isOpen={false} />)
13
- cy.get('.alert').should('not.exist')
14
-
15
- const title = 'Example text'
16
- const subtitle = 'Example subtitle'
17
- mount(<Default title={title} subtitle={subtitle} />)
18
- cy.get('.alert .alert-title').contains(title)
19
- cy.get('.alert .alert-subtitle').contains(subtitle)
20
- cy.get('.alert .alert-icon').should('exist')
21
- cy.get('.alert .alert-close button').should('exist')
22
-
23
- mount(<Default hideIcon={true} showClose={false} />)
24
- cy.get('.alert .alert-icon').should('not.exist')
25
- cy.get('.alert .alert-close button').should('not.exist')
26
- })
27
-
28
- it('Variants', () => {
29
- mount(<Default type="success" />)
30
- cy.get('.alert').should('have.class', 'bg-success-light')
31
-
32
- mount(<Default type="warning" />)
33
- cy.get('.alert').should('have.class', 'bg-warning-light')
34
-
35
- mount(<Default type="danger" />)
36
- cy.get('.alert').should('have.class', 'bg-danger-light')
37
-
38
- mount(<Default type="info" />)
39
- cy.get('.alert').should('have.class', 'border-inverted-2')
40
-
41
- mount(<Default type="primary" />)
42
- cy.get('.alert').should('have.class', 'bg-primary-light')
43
- })
44
-
45
- it('WithActions', () => {
46
- mount(<WithActions />)
47
- cy.get('.alert .alert-actions *').should('exist')
48
- let alerted = ''
49
- cy.on('window:alert', msg => alerted = msg)
50
- cy.get('.alert .alert-close button').click().then(() => expect(alerted).to.match(/Alert closed/))
51
- })
52
-
53
- })
@@ -1,39 +0,0 @@
1
- import React from 'react'
2
- import { Story, Meta } from '@storybook/react'
3
-
4
- import { Alert, AlertProps } from './Alert'
5
-
6
- import { Button } from '../../Components/Button'
7
-
8
- export default {
9
- title: 'Indicators/Alert',
10
- component: Alert,
11
- parameters: {
12
- layout: 'padded',
13
- design: {
14
- type: 'figma',
15
- url: 'https://www.figma.com/file/Z2WDD4SH8zwaJC2K5wbtMO/Sistema-Integrado?node-id=95%3A6366',
16
- },
17
- },
18
- args: {
19
- title: 'O dinheiro só irá para a conta no mesmo dia se o saque for feito antes das 15h e em dias úteis.',
20
- subtitle: 'Apenas de segunda e sexta-feira',
21
- showClose: true,
22
- },
23
- } as Meta
24
-
25
- const Template: Story<AlertProps> = args => <div className="max-w-4xl mx-auto"><Alert {...args} /></div>
26
-
27
- export const Default = Template.bind({})
28
-
29
- export const WithActions = Template.bind({})
30
- WithActions.args = {
31
- actions: (
32
- <>
33
- <Button variant="secondary">Action</Button>
34
- <a href="#0" className="hover:underline text-f6">Link</a>
35
- </>
36
- ),
37
- showClose: false,
38
- onClose: () => alert('Alert closed'),
39
- }