@pedidopago/ui 1.7.0-0 → 1.7.2

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 (380) hide show
  1. package/dist/@types/index.d.ts +6 -6
  2. package/dist/components/Alert/alert.test.d.ts +1 -1
  3. package/dist/components/Alert/index.d.ts +4 -4
  4. package/dist/components/Alert/styles.d.ts +24 -24
  5. package/dist/components/Alert/types.d.ts +44 -44
  6. package/dist/components/Avatar/avatar.test.d.ts +1 -1
  7. package/dist/components/Avatar/index.d.ts +4 -4
  8. package/dist/components/Avatar/index.js +3 -3
  9. package/dist/components/Avatar/styles.d.ts +25 -25
  10. package/dist/components/Avatar/types.d.ts +15 -15
  11. package/dist/components/Avatar/types.d.ts.map +1 -1
  12. package/dist/components/Badge/badge.test.d.ts +1 -1
  13. package/dist/components/Badge/index.d.ts +4 -4
  14. package/dist/components/Badge/styles.d.ts +16 -16
  15. package/dist/components/Badge/types.d.ts +11 -11
  16. package/dist/components/Button/Button.test.d.ts +1 -1
  17. package/dist/components/Button/index.d.ts +3 -3
  18. package/dist/components/Button/styles.d.ts +14 -14
  19. package/dist/components/Button/types.d.ts +92 -92
  20. package/dist/components/Card/card.test.d.ts +1 -1
  21. package/dist/components/Card/index.d.ts +3 -3
  22. package/dist/components/Card/styles.d.ts +6 -6
  23. package/dist/components/Card/types.d.ts +17 -17
  24. package/dist/components/CheckboxInput/checkbox-input.test.d.ts +1 -1
  25. package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +4 -4
  26. package/dist/components/CheckboxInput/index.d.ts +4 -4
  27. package/dist/components/CheckboxInput/styles.d.ts +31 -31
  28. package/dist/components/CheckboxInput/types.d.ts +27 -27
  29. package/dist/components/CollapseCard/ExpandButton/index.d.ts +3 -3
  30. package/dist/components/CollapseCard/ExpandButton/styles.d.ts +269 -269
  31. package/dist/components/CollapseCard/ExpandButton/types.d.ts +5 -5
  32. package/dist/components/CollapseCard/expand-button.test.d.ts +1 -1
  33. package/dist/components/CollapseCard/index.d.ts +3 -3
  34. package/dist/components/CollapseCard/styles.d.ts +268 -268
  35. package/dist/components/CollapseCard/types.d.ts +12 -12
  36. package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
  37. package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
  38. package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
  39. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
  40. package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
  41. package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
  42. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
  43. package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
  44. package/dist/components/ColorPicker/index.d.ts +4 -4
  45. package/dist/components/ColorPicker/styles.d.ts +44 -44
  46. package/dist/components/ColorPicker/types.d.ts +73 -73
  47. package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
  48. package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
  49. package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
  50. package/dist/components/ComposeIcon/index.d.ts +4 -4
  51. package/dist/components/ComposeIcon/styles.d.ts +10 -10
  52. package/dist/components/ComposeIcon/types.d.ts +9 -9
  53. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  54. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  55. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
  56. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
  57. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  58. package/dist/components/DateInput/index.d.ts +3 -3
  59. package/dist/components/DateInput/styles.d.ts +10 -10
  60. package/dist/components/DateInput/types.d.ts +18 -18
  61. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  62. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  63. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  64. package/dist/components/DatePicker/index.d.ts +4 -4
  65. package/dist/components/DatePicker/styles.d.ts +77 -77
  66. package/dist/components/DatePicker/types.d.ts +69 -69
  67. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  68. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  69. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  70. package/dist/components/Dialog/index.d.ts +3 -3
  71. package/dist/components/Dialog/styles.d.ts +25 -25
  72. package/dist/components/Dialog/types.d.ts +30 -30
  73. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  74. package/dist/components/Dropzone/index.d.ts +4 -4
  75. package/dist/components/Dropzone/styles.d.ts +60 -60
  76. package/dist/components/Dropzone/types.d.ts +27 -27
  77. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  78. package/dist/components/Flex/flex.test.d.ts +1 -1
  79. package/dist/components/Flex/index.d.ts +4 -4
  80. package/dist/components/Flex/styles.d.ts +296 -296
  81. package/dist/components/Flex/types.d.ts +175 -175
  82. package/dist/components/Grid/grid.test.d.ts +1 -1
  83. package/dist/components/Grid/index.d.ts +4 -4
  84. package/dist/components/Grid/styles.d.ts +288 -288
  85. package/dist/components/Grid/types.d.ts +88 -88
  86. package/dist/components/Icon/data/beauty.d.ts +8 -8
  87. package/dist/components/Icon/data/dash.d.ts +8 -8
  88. package/dist/components/Icon/data/dash.d.ts.map +1 -1
  89. package/dist/components/Icon/data/dash.js +1 -1
  90. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  91. package/dist/components/Icon/data/form.d.ts +8 -8
  92. package/dist/components/Icon/data/health.d.ts +8 -8
  93. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  94. package/dist/components/Icon/data/illustrations.d.ts.map +1 -1
  95. package/dist/components/Icon/data/illustrations.js +7 -0
  96. package/dist/components/Icon/data/men.d.ts +8 -8
  97. package/dist/components/Icon/data/payment.d.ts +8 -8
  98. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  99. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  100. package/dist/components/Icon/data/social.d.ts +8 -8
  101. package/dist/components/Icon/data/status.d.ts +8 -8
  102. package/dist/components/Icon/data/summer.d.ts +8 -8
  103. package/dist/components/Icon/data/woman.d.ts +8 -8
  104. package/dist/components/Icon/icon.test.d.ts +1 -1
  105. package/dist/components/Icon/index.d.ts +4 -4
  106. package/dist/components/Icon/scripts/build.d.ts +5 -5
  107. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  108. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  109. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  110. package/dist/components/Icon/styles.d.ts +13 -13
  111. package/dist/components/Icon/types.d.ts +8 -8
  112. package/dist/components/Icon/types.d.ts.map +1 -1
  113. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  114. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  115. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  116. package/dist/components/IconItem/index.d.ts +4 -4
  117. package/dist/components/IconItem/styles.d.ts +18 -18
  118. package/dist/components/IconItem/types.d.ts +22 -22
  119. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +4 -4
  120. package/dist/components/Illustration/AlternativeOrderSvg/index.js +0 -2
  121. package/dist/components/Illustration/BoletoSvg/index.d.ts +4 -4
  122. package/dist/components/Illustration/BoletoSvg/index.js +0 -2
  123. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +4 -4
  124. package/dist/components/Illustration/BoxClosedSvg/index.js +0 -2
  125. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +4 -4
  126. package/dist/components/Illustration/BoxDeliverySvg/index.js +0 -2
  127. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +4 -4
  128. package/dist/components/Illustration/BoxOpenSvg/index.js +0 -2
  129. package/dist/components/Illustration/CalendarSvg/index.d.ts +4 -4
  130. package/dist/components/Illustration/CalendarSvg/index.js +0 -2
  131. package/dist/components/Illustration/CardSvg/index.d.ts +4 -4
  132. package/dist/components/Illustration/CardSvg/index.js +0 -2
  133. package/dist/components/Illustration/CollaboratorSvg/index.d.ts +4 -4
  134. package/dist/components/Illustration/CollaboratorSvg/index.js +0 -2
  135. package/dist/components/Illustration/InquirySvg/index.d.ts +4 -4
  136. package/dist/components/Illustration/InquirySvg/index.js +0 -2
  137. package/dist/components/Illustration/OrderSvg/index.d.ts +4 -4
  138. package/dist/components/Illustration/OrderSvg/index.js +0 -2
  139. package/dist/components/Illustration/PixSvg/index.d.ts +4 -4
  140. package/dist/components/Illustration/PixSvg/index.js +0 -2
  141. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +4 -4
  142. package/dist/components/Illustration/PrescriptionSvg/index.js +0 -2
  143. package/dist/components/Illustration/TransportSvg/index.d.ts +4 -4
  144. package/dist/components/Illustration/TransportSvg/index.js +0 -2
  145. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  146. package/dist/components/Illustration/index.d.ts +4 -4
  147. package/dist/components/Illustration/styles.d.ts +10 -10
  148. package/dist/components/Illustration/types.d.ts +11 -11
  149. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  150. package/dist/components/ImageItem/index.d.ts +4 -4
  151. package/dist/components/ImageItem/input.test.d.ts +1 -1
  152. package/dist/components/ImageItem/styles.d.ts +26 -26
  153. package/dist/components/ImageItem/types.d.ts +25 -25
  154. package/dist/components/Input/index.d.ts +4 -4
  155. package/dist/components/Input/input.test.d.ts +1 -1
  156. package/dist/components/Input/styles.d.ts +69 -69
  157. package/dist/components/Input/types.d.ts +28 -28
  158. package/dist/components/Label/index.d.ts +3 -3
  159. package/dist/components/Label/label.test.d.ts +1 -1
  160. package/dist/components/Label/styles.d.ts +6 -6
  161. package/dist/components/Label/types.d.ts +17 -17
  162. package/dist/components/List/index.d.ts +4 -4
  163. package/dist/components/List/list.test.d.ts +1 -1
  164. package/dist/components/List/styles.d.ts +15 -15
  165. package/dist/components/List/types.d.ts +8 -8
  166. package/dist/components/Modal/ModalExample.d.ts +7 -7
  167. package/dist/components/Modal/index.d.ts +3 -3
  168. package/dist/components/Modal/modal.test.d.ts +1 -1
  169. package/dist/components/Modal/styles.d.ts +538 -538
  170. package/dist/components/Modal/types.d.ts +37 -37
  171. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  172. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  173. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  174. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  175. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  176. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  177. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  178. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  179. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  180. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  181. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  182. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  183. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  184. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  185. package/dist/components/MultipleSelect/index.d.ts +5 -5
  186. package/dist/components/MultipleSelect/types.d.ts +44 -44
  187. package/dist/components/Observer/index.d.ts +6 -6
  188. package/dist/components/Observer/observer.test.d.ts +1 -1
  189. package/dist/components/Observer/types.d.ts +6 -6
  190. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  191. package/dist/components/Pagination/index.d.ts +3 -3
  192. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  193. package/dist/components/Pagination/styles.d.ts +34 -34
  194. package/dist/components/Pagination/types.d.ts +28 -28
  195. package/dist/components/Progress/Circle/index.d.ts +3 -3
  196. package/dist/components/Progress/Circle/index.d.ts.map +1 -1
  197. package/dist/components/Progress/Circle/index.js +14 -6
  198. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  199. package/dist/components/Progress/Circle/styles.js +1 -1
  200. package/dist/components/Progress/Circle/types.d.ts +18 -18
  201. package/dist/components/Progress/Circle/types.d.ts.map +1 -1
  202. package/dist/components/Progress/Linear/index.d.ts +3 -3
  203. package/dist/components/Progress/Linear/index.d.ts.map +1 -1
  204. package/dist/components/Progress/Linear/index.js +8 -3
  205. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  206. package/dist/components/Progress/Linear/styles.js +1 -1
  207. package/dist/components/Progress/Linear/types.d.ts +13 -13
  208. package/dist/components/Progress/Linear/types.d.ts.map +1 -1
  209. package/dist/components/Progress/getSteps.d.ts +1 -1
  210. package/dist/components/Progress/index.d.ts +4 -4
  211. package/dist/components/Progress/progress.test.d.ts +1 -1
  212. package/dist/components/Progress/types.d.ts +27 -27
  213. package/dist/components/Progress/types.d.ts.map +1 -1
  214. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  215. package/dist/components/RadioInput/index.d.ts +4 -4
  216. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  217. package/dist/components/RadioInput/styles.d.ts +30 -30
  218. package/dist/components/RadioInput/types.d.ts +32 -32
  219. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  220. package/dist/components/Rating/index.d.ts +3 -3
  221. package/dist/components/Rating/rating.test.d.ts +1 -1
  222. package/dist/components/Rating/styles.d.ts +18 -18
  223. package/dist/components/Rating/types.d.ts +19 -19
  224. package/dist/components/ReactPortal/index.d.ts +7 -7
  225. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  226. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  227. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  228. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  229. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  230. package/dist/components/Select/index.d.ts +4 -4
  231. package/dist/components/Select/select.test.d.ts +1 -1
  232. package/dist/components/Select/styles.d.ts +20 -20
  233. package/dist/components/Select/types.d.ts +26 -26
  234. package/dist/components/Skeleton/index.d.ts +4 -4
  235. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  236. package/dist/components/Skeleton/styles.d.ts +7 -7
  237. package/dist/components/Skeleton/types.d.ts +40 -40
  238. package/dist/components/Slider/SliderExample.d.ts +3 -3
  239. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  240. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  241. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  242. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  243. package/dist/components/Slider/index.d.ts +19 -19
  244. package/dist/components/Slider/slider.test.d.ts +1 -1
  245. package/dist/components/Slider/styles.d.ts +65 -65
  246. package/dist/components/Slider/types.d.ts +40 -40
  247. package/dist/components/Spinner/index.d.ts +4 -4
  248. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  249. package/dist/components/Spinner/styles.d.ts +288 -288
  250. package/dist/components/Spinner/types.d.ts +11 -11
  251. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  252. package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
  253. package/dist/components/Steps/index.d.ts +4 -4
  254. package/dist/components/Steps/steps.test.d.ts +1 -1
  255. package/dist/components/Steps/styles.d.ts +45 -45
  256. package/dist/components/Steps/types.d.ts +20 -20
  257. package/dist/components/Steps/utils.d.ts +7 -7
  258. package/dist/components/Switch/index.d.ts +4 -4
  259. package/dist/components/Switch/styles.d.ts +18 -18
  260. package/dist/components/Switch/switch.test.d.ts +1 -1
  261. package/dist/components/Switch/types.d.ts +14 -14
  262. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  263. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  264. package/dist/components/Table/index.d.ts +3 -3
  265. package/dist/components/Table/styles.d.ts +34 -34
  266. package/dist/components/Table/table.test.d.ts +1 -1
  267. package/dist/components/Table/types.d.ts +53 -53
  268. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  269. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  270. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  271. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  272. package/dist/components/Tabs/index.d.ts +3 -3
  273. package/dist/components/Tabs/styles.d.ts +41 -41
  274. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  275. package/dist/components/Tabs/types.d.ts +50 -50
  276. package/dist/components/Tag/index.d.ts +4 -4
  277. package/dist/components/Tag/styles.d.ts +869 -869
  278. package/dist/components/Tag/tag.test.d.ts +1 -1
  279. package/dist/components/Tag/types.d.ts +9 -9
  280. package/dist/components/TextAreaInput/index.d.ts +4 -4
  281. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  282. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  283. package/dist/components/TextAreaInput/types.d.ts +26 -26
  284. package/dist/components/Thumbnail/index.d.ts +3 -3
  285. package/dist/components/Thumbnail/styles.d.ts +38 -38
  286. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  287. package/dist/components/Thumbnail/types.d.ts +28 -28
  288. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  289. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  290. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  291. package/dist/components/TimeInput/constants.d.ts +4 -4
  292. package/dist/components/TimeInput/index.d.ts +4 -4
  293. package/dist/components/TimeInput/styles.d.ts +16 -16
  294. package/dist/components/TimeInput/types.d.ts +4 -4
  295. package/dist/components/TimeInput/utils.d.ts +8 -8
  296. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  297. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  298. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  299. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  300. package/dist/components/Timeline/index.d.ts +4 -4
  301. package/dist/components/Timeline/styles.d.ts +31 -31
  302. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  303. package/dist/components/Timeline/types.d.ts +20 -20
  304. package/dist/components/Toast/button-example.d.ts +6 -6
  305. package/dist/components/Toast/components/Toast.d.ts +4 -4
  306. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  307. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  308. package/dist/components/Toast/index.d.ts +3 -3
  309. package/dist/components/Toast/styles.d.ts +22 -22
  310. package/dist/components/Toast/toast.test.d.ts +1 -1
  311. package/dist/components/Toast/types.d.ts +29 -29
  312. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  313. package/dist/components/Tooltip/example.d.ts +2 -2
  314. package/dist/components/Tooltip/index.d.ts +4 -4
  315. package/dist/components/Tooltip/styles.d.ts +13 -13
  316. package/dist/components/Tooltip/types.d.ts +26 -26
  317. package/dist/components/Typography/index.d.ts +4 -4
  318. package/dist/components/Typography/styles.d.ts +21 -21
  319. package/dist/components/Typography/types.d.ts +16 -16
  320. package/dist/components/Typography/typography.test.d.ts +1 -1
  321. package/dist/index.d.ts +60 -60
  322. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  323. package/dist/shared/formatters/format-number.d.ts +5 -5
  324. package/dist/shared/formatters/types.d.ts +5 -5
  325. package/dist/shared/hooks/devices.d.ts +8 -8
  326. package/dist/shared/hooks/useBreakpoints.d.ts +25 -25
  327. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  328. package/dist/shared/hooks/useDevices.d.ts +8 -8
  329. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  330. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  331. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  332. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  333. package/dist/shared/hooks/useObserver.d.ts +10 -10
  334. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  335. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  336. package/dist/shared/tests/test-utils.d.ts +4 -4
  337. package/dist/shared/tests/types.d.ts +4 -4
  338. package/dist/shared/theme/button-example.d.ts +2 -2
  339. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  340. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  341. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  342. package/dist/shared/theme/hooks/useTheme.d.ts +284 -284
  343. package/dist/shared/theme/index.d.ts +7 -7
  344. package/dist/shared/theme/theme.d.ts +282 -282
  345. package/dist/shared/theme/theme.test.d.ts +1 -1
  346. package/dist/shared/theme/theme.types.d.ts +14 -14
  347. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  348. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  349. package/dist/shared/types/credit-card.d.ts +5 -5
  350. package/dist/shared/types/file.d.ts +11 -11
  351. package/dist/shared/types/name.d.ts +3 -3
  352. package/dist/utils/GenerateKey.d.ts +10 -10
  353. package/dist/utils/brightnessColorChange.d.ts +8 -8
  354. package/dist/utils/colorCheck.d.ts +40 -40
  355. package/dist/utils/colorFunctions.d.ts +2 -2
  356. package/dist/utils/colorToGray.d.ts +5 -5
  357. package/dist/utils/file.d.ts +26 -26
  358. package/dist/utils/formatters/bytes.d.ts +7 -7
  359. package/dist/utils/formatters/capitalize.d.ts +6 -6
  360. package/dist/utils/formatters/cep.d.ts +12 -12
  361. package/dist/utils/formatters/cnpj.d.ts +18 -18
  362. package/dist/utils/formatters/color.d.ts +15 -15
  363. package/dist/utils/formatters/cpf.d.ts +18 -18
  364. package/dist/utils/formatters/credit-card.d.ts +26 -26
  365. package/dist/utils/formatters/email.d.ts +1 -1
  366. package/dist/utils/formatters/index.d.ts +15 -15
  367. package/dist/utils/formatters/name.d.ts +20 -20
  368. package/dist/utils/formatters/number.d.ts +6 -6
  369. package/dist/utils/formatters/passport.d.ts +24 -24
  370. package/dist/utils/formatters/phone.d.ts +59 -59
  371. package/dist/utils/formatters/price.d.ts +11 -11
  372. package/dist/utils/formatters/rg.d.ts +12 -12
  373. package/dist/utils/formatters/strings.d.ts +19 -19
  374. package/dist/utils/fuctionsColors.d.ts +2 -2
  375. package/dist/utils/generateUUID.d.ts +1 -1
  376. package/dist/utils/getColorValue.d.ts +12 -12
  377. package/dist/utils/getSvg.d.ts +10 -10
  378. package/dist/utils/getValuesBySize.d.ts +6 -6
  379. package/dist/utils/invertColor.d.ts +7 -7
  380. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- export declare const ecommerceIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const ecommerceIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=ecommerce.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const formIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const formIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=form.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const healthIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const healthIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=health.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const illustrationsIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const illustrationsIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=illustrations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"illustrations.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/data/illustrations.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;GAiU9B,CAAC"}
1
+ {"version":3,"file":"illustrations.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/data/illustrations.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;GAyU9B,CAAC"}
@@ -126,6 +126,13 @@ var illustrationsIcons = [{
126
126
  viewBox: '0 0 176 192',
127
127
  html: '<path d="M175.876 108.347C175.876 120.623 173.185 132.284 168.35 142.761C155.25 171.232 126.379 191.002 92.8765 191.002C59.3736 191.002 30.5031 171.232 17.4025 142.761C12.5684 132.284 9.87646 120.623 9.87646 108.347C9.87646 62.6972 47.0358 25.6924 92.8765 25.6924C138.717 25.6924 175.876 62.6972 175.876 108.347Z" fill="#EAEFED"/><mask id="mask0_7028_17342" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="10" y="11" width="166" height="180"><path d="M10 11H176V108.5C176 154.063 138.563 191 93 191C47.4365 191 10 154.063 10 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_7028_17342)"><path fill-rule="evenodd" clip-rule="evenodd" d="M77.9106 56.5914C68.6102 56.4017 57.8213 55.9631 47.3069 55.084L49.2323 58.0892C39.9263 62.5969 21.892 78.0736 24.2025 103.918C26.4469 129.024 28.2671 181.684 28.9576 206.942C28.9945 208.292 29.6955 209.535 30.9133 210.12C39.0325 214.016 60.9628 219.967 98.329 218.867C98.329 218.808 98.329 218.749 98.329 218.691C123.969 217.745 139.627 213.186 146.18 209.999C147.387 209.412 148.082 208.175 148.118 206.833C148.797 181.601 150.59 128.969 152.801 103.878C155.076 78.0549 137.317 62.5908 128.153 58.0867L130.049 55.084C114.988 56.3618 99.3549 56.7082 88.4936 56.7123C85.5204 56.7056 82.2241 56.6741 78.7031 56.607C78.427 56.6 78.1627 56.5928 77.9104 56.5854L77.9106 56.5914Z" fill="url(#paint0_linear_7028_17342)"/><path opacity="0.56" fill-rule="evenodd" clip-rule="evenodd" d="M63.6553 56.1237C58.2963 55.878 52.7646 55.5403 47.3069 55.084L49.2323 58.0892C39.9263 62.5969 21.892 78.0737 24.2025 103.918C26.4205 128.729 28.2243 180.451 28.9327 206.041C28.9862 207.972 30.0573 209.767 31.9924 210.613C35.5051 212.149 41.0128 213.926 48.604 215.448C48.102 215.247 47.6311 215.05 47.1914 214.856C45.2607 214.005 44.1944 212.211 44.1412 210.281C43.4159 184.017 41.5637 130.784 39.2856 105.262C36.9152 78.7064 55.4179 62.8037 64.9656 58.1719L63.6553 56.1237Z" fill="#34423D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M144.49 33.1397C144.578 33.0614 144.623 32.9823 144.623 32.9026C144.623 31.0339 119.871 29.519 89.3375 29.519C58.804 29.519 34.0518 31.0339 34.0518 32.9026C34.0518 32.9823 34.0968 33.0614 34.1853 33.1397L37.8646 53.2042C37.8646 55.0729 60.9098 56.5877 89.3375 56.5877C117.765 56.5877 140.81 55.0729 140.81 53.2042L144.49 33.1397Z" fill="url(#paint1_linear_7028_17342)"/><ellipse cx="89.3375" cy="32.5267" rx="55.2857" ry="4.51145" fill="#A3B8B0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M137.805 25.2183C137.883 25.1487 137.922 25.0785 137.922 25.0076C137.922 23.3466 116.17 22 89.3378 22C62.5054 22 40.7534 23.3466 40.7534 25.0076C40.7534 25.0785 40.793 25.1487 40.8708 25.2183L44.1041 31.0229C44.1041 32.684 64.3559 34.0305 89.3378 34.0305C114.32 34.0305 134.572 32.684 134.572 31.0229L137.805 25.2183Z" fill="url(#paint2_linear_7028_17342)"/><ellipse cx="89.3378" cy="25.0076" rx="48.5844" ry="3.00763" fill="#A3B8B0"/><rect x="56" y="96" width="65" height="87" rx="8" fill="#EAEFED"/><path d="M104.5 166.347C111.913 162.066 114.453 152.587 110.173 145.173L102.423 131.75L75.5763 147.25L83.3263 160.673C87.6065 168.087 97.0861 170.627 104.5 166.347Z" fill="#709085"/><path d="M73.4996 112.653C80.913 108.373 90.3926 110.913 94.6728 118.326L102.423 131.75L75.5762 147.25L67.8262 133.826C63.546 126.413 66.0861 116.933 73.4996 112.653Z" fill="#C0D1CA"/><path opacity="0.24" fill-rule="evenodd" clip-rule="evenodd" d="M101.481 167.687C94.6807 169.874 87.0429 167.111 83.326 160.674L75.576 147.25L67.826 133.827C64.1091 127.389 65.5354 119.393 70.83 114.597C70.2323 117.18 70.5746 119.988 72.005 122.465L83.63 142.6L95.255 162.735C96.6854 165.213 98.9453 166.913 101.481 167.687Z" fill="#465953"/></g><defs><linearGradient id="paint0_linear_7028_17342" x1="88.5" y1="55.084" x2="88.5" y2="219" gradientUnits="userSpaceOnUse"><stop stop-color="#5A6B64"/><stop offset="1" stop-color="#6F857C"/></linearGradient><linearGradient id="paint1_linear_7028_17342" x1="14.5" y1="41.5" x2="162" y2="42.5" gradientUnits="userSpaceOnUse"><stop stop-color="#C0D1CA"/><stop offset="0.500437" stop-color="#EAEFED"/><stop offset="1" stop-color="#C0D1CA"/></linearGradient><linearGradient id="paint2_linear_7028_17342" x1="23.5716" y1="27.3249" x2="153.175" y2="29.0622" gradientUnits="userSpaceOnUse"><stop stop-color="#C0D1CA"/><stop offset="0.500437" stop-color="#EAEFED"/><stop offset="1" stop-color="#C0D1CA"/></linearGradient></defs>',
128
128
  xmlns: 'http://www.w3.org/2000/svg'
129
+ }, {
130
+ name: 'illust-formula',
131
+ width: 167,
132
+ height: 192,
133
+ viewBox: '0 0 167 192',
134
+ html: '<path d="M166.876 108.347C166.876 120.623 164.184 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8762 191.002C50.3734 191.002 21.5028 171.232 8.4023 142.761C3.56811 132.284 0.876221 120.623 0.876221 108.347C0.876221 62.6972 38.0355 25.6924 83.8762 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_102_44" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_102_44)"><path d="M51.0835 70.7934C51.0835 64.5572 56.1705 59.5018 62.4456 59.5018H105.22C111.495 59.5018 116.582 64.5572 116.582 70.7934V70.7934C116.582 77.0295 111.495 82.0849 105.22 82.0849H62.4456C56.1705 82.0849 51.0835 77.0295 51.0835 70.7934V70.7934Z" fill="#64D1E1"/><path fill-rule="evenodd" clip-rule="evenodd" d="M62.4456 59.5018C56.1706 59.5018 51.0835 64.5573 51.0835 70.7934C51.0835 77.0294 56.1706 82.0849 62.4456 82.0849H73.1392C66.8643 82.0849 61.7772 77.0294 61.7772 70.7934C61.7772 64.5573 66.8643 59.5018 73.1392 59.5018H62.4456Z" fill="#00BAD4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M62.8868 82.0849H83.8329H84.1671H105.113V101.015C105.113 110.49 115.261 121.241 125.908 132.519C137.651 144.96 150 158.041 150 170.756C150 188.358 133.043 195 125.728 195H105.113H104.116H100.79H84.1671H83.8329H67.2102H63.8841H62.8868H42.2722C34.9569 195 18 188.358 18 170.756C18 158.041 30.3489 144.96 42.0921 132.519C52.7388 121.241 62.8868 110.49 62.8868 101.015V82.0849Z" fill="#B3E8F0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M73.2463 82.0849H62.8868V101.015C62.8868 110.49 52.7388 121.241 42.0921 132.519C30.3489 144.96 18 158.041 18 170.756C18 188.358 34.9569 195 42.2722 195H52.6317C45.3164 195 28.3595 188.358 28.3595 170.756C28.3595 158.041 40.7084 144.96 52.4516 132.519C63.0983 121.241 73.2463 110.49 73.2463 101.015V82.0849Z" fill="#64D1E1"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.0022 142.528H84.5013H113C116.123 142.528 119.089 143.883 121.12 146.239L135.735 163.183C137.176 164.855 137.97 166.986 137.97 169.189C137.97 176.107 132.325 181.716 125.365 181.716H84.5013H43.6377C36.6761 181.716 31.0329 176.107 31.0329 169.189C31.0329 166.986 31.8266 164.855 33.269 163.183L47.8828 146.239C49.9139 143.883 52.8797 142.528 56.0022 142.528Z" fill="#36D39A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M66.0275 142.528H56.0022C52.8797 142.528 49.9139 143.883 47.8828 146.239L33.269 163.183C31.8266 164.855 31.0329 166.986 31.0329 169.189C31.0329 176.107 36.6761 181.716 43.6377 181.716H53.663C46.7014 181.716 41.0582 176.107 41.0582 169.189C41.0582 166.986 41.8519 164.855 43.2943 163.183L57.9081 146.239C59.9392 143.883 62.9051 142.528 66.0275 142.528Z" fill="#01A45C"/><path d="M87.1747 122.601C87.1747 127.003 83.5839 130.572 79.1544 130.572C74.725 130.572 71.1342 127.003 71.1342 122.601C71.1342 118.2 74.725 114.631 79.1544 114.631C83.5839 114.631 87.1747 118.2 87.1747 122.601Z" fill="#36D39A"/><path d="M105.22 25.6273C105.22 31.4966 100.433 36.2546 94.5266 36.2546C88.6206 36.2546 83.8329 31.4966 83.8329 25.6273C83.8329 19.758 88.6206 15 94.5266 15C100.433 15 105.22 19.758 105.22 25.6273Z" fill="#36D39A"/><path d="M95.8633 100.018C95.8633 103.32 93.1702 105.996 89.8481 105.996C86.526 105.996 83.8329 103.32 83.8329 100.018C83.8329 96.717 86.526 94.0406 89.8481 94.0406C93.1702 94.0406 95.8633 96.717 95.8633 100.018Z" fill="#36D39A"/><path d="M79.1544 42.2325C79.1544 45.534 76.4613 48.2103 73.1392 48.2103C69.8171 48.2103 67.1241 45.534 67.1241 42.2325C67.1241 38.931 69.8171 36.2546 73.1392 36.2546C76.4613 36.2546 79.1544 38.931 79.1544 42.2325Z" fill="#36D39A"/></g>',
135
+ xmlns: 'http://www.w3.org/2000/svg'
129
136
  }, {
130
137
  name: 'illust-inclusion-order',
131
138
  width: 167,
@@ -1,9 +1,9 @@
1
- export declare const menIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const menIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=men.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const paymentIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const paymentIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=payment.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const pedidoPagoIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const pedidoPagoIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=pedidoPago.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const physicalPerfomanceIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const physicalPerfomanceIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=physicalPerfomance.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const socialIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const socialIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=social.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const statusIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const statusIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=status.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const summerIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const summerIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=summer.d.ts.map
@@ -1,9 +1,9 @@
1
- export declare const womanIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const womanIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=woman.d.ts.map
@@ -1,2 +1,2 @@
1
- import '@testing-library/jest-dom';
1
+ import '@testing-library/jest-dom';
2
2
  //# sourceMappingURL=icon.test.d.ts.map
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { IIconComponentProps } from './types';
3
- declare const Icon: FC<IIconComponentProps>;
4
- export default Icon;
1
+ import { FC } from 'react';
2
+ import { IIconComponentProps } from './types';
3
+ declare const Icon: FC<IIconComponentProps>;
4
+ export default Icon;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
- /**
2
- * Builds the icons and types files.
3
- */
4
- declare const builder: () => void;
5
- export default builder;
1
+ /**
2
+ * Builds the icons and types files.
3
+ */
4
+ declare const builder: () => void;
5
+ export default builder;
6
6
  //# sourceMappingURL=build.d.ts.map
@@ -1,16 +1,16 @@
1
- /**
2
- * Extractor is a function that extracts the svg content from the icon file.
3
- * @param files - The directory with the files to extract.
4
- * @param currentPath - The current path of the file
5
- * @returns Array of objects with the name and the content of the icon svg.
6
- */
7
- declare const extractor: (files: string[], currentPath: string) => {
8
- name: string;
9
- width: string;
10
- height: string;
11
- viewBox: string;
12
- xmlns: string;
13
- html: string;
14
- }[];
15
- export default extractor;
1
+ /**
2
+ * Extractor is a function that extracts the svg content from the icon file.
3
+ * @param files - The directory with the files to extract.
4
+ * @param currentPath - The current path of the file
5
+ * @returns Array of objects with the name and the content of the icon svg.
6
+ */
7
+ declare const extractor: (files: string[], currentPath: string) => {
8
+ name: string;
9
+ width: string;
10
+ height: string;
11
+ viewBox: string;
12
+ xmlns: string;
13
+ html: string;
14
+ }[];
15
+ export default extractor;
16
16
  //# sourceMappingURL=extractor.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=run-build.d.ts.map
@@ -1,23 +1,23 @@
1
- type iconsList = {
2
- name: string;
3
- width: string;
4
- height: string;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- };
9
- /**
10
- * This function generates the types file for the Icon component
11
- * @param iconsList - The list of icons
12
- * @param overwrite - If true, the file will be overwritten
13
- */
14
- export declare const writeTypesFile: (iconsList: iconsList[], overwrite?: boolean) => void;
15
- /**
16
- * This function generates the icons json file for the Icon component
17
- * @param iconsList - The list of icons
18
- * @param jsonFileName - The name of the json file
19
- * @param overwrite - If true, the file will be overwritten
20
- */
21
- export declare const writeIconsFile: (iconsList: iconsList[], jsonFileName: string, overwrite?: boolean) => void;
22
- export {};
1
+ type iconsList = {
2
+ name: string;
3
+ width: string;
4
+ height: string;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ };
9
+ /**
10
+ * This function generates the types file for the Icon component
11
+ * @param iconsList - The list of icons
12
+ * @param overwrite - If true, the file will be overwritten
13
+ */
14
+ export declare const writeTypesFile: (iconsList: iconsList[], overwrite?: boolean) => void;
15
+ /**
16
+ * This function generates the icons json file for the Icon component
17
+ * @param iconsList - The list of icons
18
+ * @param jsonFileName - The name of the json file
19
+ * @param overwrite - If true, the file will be overwritten
20
+ */
21
+ export declare const writeIconsFile: (iconsList: iconsList[], jsonFileName: string, overwrite?: boolean) => void;
22
+ export {};
23
23
  //# sourceMappingURL=writers.d.ts.map
@@ -1,14 +1,14 @@
1
- /// <reference types="react" />
2
- import { ExtendThemeProps } from '../../shared/theme';
3
- type StyledIconProps = {
4
- theme?: ExtendThemeProps;
5
- size?: number;
6
- colorText?: string;
7
- havePrimaryColor?: RegExpMatchArray | null;
8
- };
9
- export declare const IconComponent: import("@emotion/styled").StyledComponent<{
10
- theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
12
- } & StyledIconProps, import("react").SVGProps<SVGSVGElement>, {}>;
13
- export {};
1
+ /// <reference types="react" />
2
+ import { ExtendThemeProps } from '../../shared/theme';
3
+ type StyledIconProps = {
4
+ theme?: ExtendThemeProps;
5
+ size?: number;
6
+ colorText?: string;
7
+ havePrimaryColor?: RegExpMatchArray | null;
8
+ };
9
+ export declare const IconComponent: import("@emotion/styled").StyledComponent<{
10
+ theme?: import("@emotion/react").Theme | undefined;
11
+ as?: import("react").ElementType<any> | undefined;
12
+ } & StyledIconProps, import("react").SVGProps<SVGSVGElement>, {}>;
13
+ export {};
14
14
  //# sourceMappingURL=styles.d.ts.map
@@ -1,9 +1,9 @@
1
- import { GlobalColorsProps } from '../../shared/theme';
2
- export type IconName = 'activity' | 'adjustments-horizontal' | 'ai' | 'airplay' | 'alert-circle' | 'alert-octagon' | 'alert-triangle' | 'align-center' | 'align-justify' | 'align-left' | 'align-right' | 'anchor' | 'aperture' | 'archive' | 'arrow-down-circle' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-circle' | 'arrow-left' | 'arrow-right-circle' | 'arrow-right' | 'arrow-up-circle' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up' | 'at-sign' | 'award' | 'bank' | 'bar-chart-2' | 'bar-chart' | 'barcode' | 'barcode1' | 'battery-charging' | 'battery' | 'bell-off' | 'bell' | 'billet' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'bug' | 'bunny' | 'calendar' | 'camera-off' | 'camera' | 'capsules' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'champion' | 'check-circle-outlined' | 'check-circle' | 'check-outlined' | 'check-square' | 'check' | 'cheque' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up' | 'chrome' | 'circle' | 'clipboard' | 'clock' | 'cloud-drizzle' | 'cloud-off' | 'cloud-snow' | 'cloud' | 'code' | 'codepen' | 'codesandbox' | 'coffee' | 'coin' | 'cold' | 'color' | 'columns' | 'command' | 'compass' | 'connect' | 'copy' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'crop' | 'crosshair' | 'csv' | 'database' | 'delete' | 'desktop' | 'disc' | 'dislike' | 'dna' | 'dollar-sign' | 'double-check' | 'download-cloud' | 'download' | 'droplet' | 'duplicate' | 'edit-3' | 'edit' | 'editor-align-center' | 'editor-align-justify' | 'editor-align-left' | 'editor-align-right' | 'editor-blockquotes' | 'editor-bold' | 'editor-clear-marks' | 'editor-clear-nodes' | 'editor-code-block' | 'editor-h1' | 'editor-h2' | 'editor-h3' | 'editor-h4' | 'editor-h5' | 'editor-h6' | 'editor-hard-break' | 'editor-horizontal-rule' | 'editor-italic' | 'editor-ordered-list' | 'editor-paragraph' | 'editor-redo' | 'editor-strike' | 'editor-underline' | 'editor-undo' | 'editor-unordered-list' | 'equal' | 'expand' | 'external-link' | 'external' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'fi_youtube' | 'flag' | 'flask' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'fruit' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'heart-filled' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'ia' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'internal' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'like' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'machine-money' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'money' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'ordenation' | 'others' | 'package' | 'paperclip' | 'pause-2' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'pennant' | 'percent' | 'phone-call' | 'phone-incoming' | 'phone-msg' | 'phone-off' | 'phone-outgoing' | 'pie-chart' | 'pin' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'pp-extended' | 'pp' | 'printer' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue-plus' | 'revenue' | 'rewind' | 'robot' | 'rotate-ccw' | 'rotate-cw' | 'rotate' | 'rss' | 'save' | 'scissors' | 'search' | 'send' | 'server' | 'settings' | 'share-2' | 'share' | 'shield-off' | 'shield' | 'shop' | 'shopping-bag' | 'shopping-cart' | 'shuffle' | 'sidebar' | 'skip-back' | 'skip-forward' | 'slack' | 'slash' | 'sliders' | 'smartphone' | 'smile' | 'speaker' | 'square' | 'star' | 'stop-circle' | 'sun' | 'sunrise' | 'sunset' | 'sync' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'toggle-left' | 'toggle-right' | 'tool' | 'transfer' | 'trash-2' | 'trash' | 'trello' | 'trending-down' | 'trending-up' | 'triangle' | 'truck' | 'tv' | 'twitch' | 'twitter' | 'type' | 'umbrella' | 'underline' | 'unlock' | 'upload-cloud' | 'upload' | 'user-check' | 'user-minus' | 'user-plus' | 'user-x' | 'user' | 'user2-out' | 'users' | 'video-off' | 'video' | 'vigora' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | 'wifi2' | 'wind' | 'x-circle' | 'x-octagon' | 'x-square' | 'x' | 'xls' | 'zap-off' | 'zap' | 'zoom-in' | 'zoom-out' | 'zoom' | 'ecc-budget' | 'ecc-card' | 'ecc-cart' | 'ecc-client' | 'ecc-logout' | 'ecc-loock' | 'ecc-medical' | 'ecc-star' | 'ecc-table' | 'ecc-truck' | 'ecc-user' | 'ecc-www' | 'scl-facebook' | 'scl-google' | 'pmt-amex' | 'pmt-aura' | 'pmt-billet' | 'pmt-dinersclub' | 'pmt-discover' | 'pmt-elo' | 'pmt-hipercard' | 'pmt-jcb' | 'pmt-mastercard' | 'pmt-paypal' | 'pmt-pix' | 'pmt-visa' | 'illust-alternative-order' | 'illust-banking-billet' | 'illust-boleto' | 'illust-box-closed' | 'illust-box-delivery' | 'illust-box-open' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-calendar' | 'illust-card' | 'illust-check-prescription' | 'illust-collaborator' | 'illust-date' | 'illust-error-prescription' | 'illust-flask' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-inquiry' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-order' | 'illust-payment-billet' | 'illust-payment-card' | 'illust-payment-cheque' | 'illust-payment-deposit' | 'illust-payment-money' | 'illust-payment-other' | 'illust-payment-pix' | 'illust-payment-tefpos' | 'illust-pix' | 'illust-preparation-order' | 'illust-prescription' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | 'illust-transport' | 'bty-baldness' | 'bty-beard' | 'bty-beauty' | 'bty-blue-light' | 'bty-breasts-and-ass' | 'bty-dandruff' | 'bty-deodorants' | 'bty-eyebags-darkcircles' | 'bty-eyebrows-lashes' | 'bty-filler' | 'bty-hair-growth' | 'bty-hair-loss' | 'bty-hair-strengthener' | 'bty-hand-sanitizer' | 'bty-illuminator' | 'bty-moisturizer' | 'bty-mycosis-chilblains' | 'bty-nail-strengthener' | 'bty-neck-arms' | 'bty-pimples' | 'bty-repellent' | 'bty-sunscreen' | 'bty-varicose-veins' | 'bty-warts' | 'bty-white-hair' | 'bty-whitening' | 'bty-wound-healing' | 'bty-wrinkles' | 'hlt-ansiety-stress' | 'hlt-antiemetic' | 'hlt-bach-florals' | 'hlt-bacillus-lacto' | 'hlt-bad-breath' | 'hlt-builder-vase' | 'hlt-cholesterol' | 'hlt-depression' | 'hlt-diabetes' | 'hlt-digestion-reflux' | 'hlt-diuretics' | 'hlt-gases' | 'hlt-gastric-protector' | 'hlt-hangover' | 'hlt-health' | 'hlt-heart-health' | 'hlt-high-pressure' | 'hlt-homeopathy' | 'hlt-immunity' | 'hlt-intestinal-health' | 'hlt-intimate-hygiene' | 'hlt-libido' | 'hlt-live-protector' | 'hlt-longevity' | 'hlt-memory' | 'hlt-menopause' | 'hlt-nutritional-supplement' | 'hlt-pms-cramps' | 'hlt-prostate' | 'hlt-roast' | 'hlt-sexual-health' | 'hlt-sleep-well' | 'hlt-stress' | 'hlt-urinary-tract' | 'hlt-vitamins-minerals' | 'men-baldness' | 'men-beard' | 'men-dough' | 'men-gynecomastia' | 'men-libido' | 'men-men' | 'wmn-breasts-and-ass' | 'wmn-cellulite' | 'wmn-eyelashes-brows' | 'wmn-filler' | 'wmn-hair-growth' | 'wmn-hair-strengthener' | 'wmn-menopause' | 'wmn-pms-cramps' | 'wmn-whitening' | 'wmn-woman' | 'smr-dry-belly' | 'smr-hair' | 'smr-moisturizer' | 'smr-summer' | 'smr-sunscreen' | 'smr-tanning' | 'sts-budget-analysis' | 'sts-budget-available' | 'sts-budget-expired' | 'sts-budget-incomplete' | 'sts-inclusion-order' | 'sts-medication-performed' | 'sts-order-canceled' | 'sts-order-preparation' | 'sts-order-sent' | 'sts-order-withdrawal' | 'sts-revenue-check' | 'sts-revenue-retention' | 'sts-waiting-billet' | 'sts-waiting-card' | 'sts-waiting-repeat-date' | 'ppe-accelerate-metabolism' | 'ppe-articulations' | 'ppe-binge-eating' | 'ppe-bones' | 'ppe-bruises' | 'ppe-candy-will' | 'ppe-carbohydrate-blocker' | 'ppe-carbohydrate-blocker2' | 'ppe-cellulite-stretch-marks' | 'ppe-cellulite' | 'ppe-conductive-vessel' | 'ppe-detox' | 'ppe-dough' | 'ppe-dry-belly' | 'ppe-energy' | 'ppe-fatty-acids' | 'ppe-fibers' | 'ppe-gh' | 'ppe-gynecomastia' | 'ppe-increase-satiety' | 'ppe-increased-appetite' | 'ppe-inhibit-appetite' | 'ppe-laxative' | 'ppe-lipolitical-action' | 'ppe-localized-fat' | 'ppe-muscle-definition' | 'ppe-pain' | 'ppe-physical-perfomance' | 'ppe-post-workout' | 'ppe-pre-workout' | 'ppe-pro-hormonal' | 'ppe-reduction-measures' | 'ppe-slimming-chocolates' | 'ppe-slimming-gums' | 'ppe-slimming' | 'ppe-strength' | 'ppe-tcp' | 'ppe-thermogenic' | 'ppe-vasodilation' | 'form-bar' | 'form-capsule' | 'form-chocolate' | 'form-cookie' | 'form-cream' | 'form-enamel' | 'form-eyedrop' | 'form-eyeliner' | 'form-floral' | 'form-foam' | 'form-gel' | 'form-gum' | 'form-homeopathy' | 'form-lipstick' | 'form-lollipop' | 'form-lotion' | 'form-oil' | 'form-oralfilm' | 'form-oralpaste' | 'form-others' | 'form-patch' | 'form-pomade' | 'form-pot' | 'form-sachet' | 'form-serum' | 'form-shampoo' | 'form-soapshampoo' | 'form-spray' | 'form-sublingual' | 'form-sunscreen' | 'form-syringe' | 'form-syrup' | 'form-tablet' | 'form-units' | 'pp-colored-extended' | 'pp-colored';
3
- export type IIconComponentProps = {
4
- name: IconName;
5
- size?: number | string;
6
- color?: GlobalColorsProps | (string & {});
7
- secondColor?: GlobalColorsProps | (string & {});
8
- };
1
+ import { GlobalColorsProps } from '../../shared/theme';
2
+ export type IconName = 'activity' | 'adjustments-horizontal' | 'ai' | 'airplay' | 'alert-circle' | 'alert-octagon' | 'alert-triangle' | 'align-center' | 'align-justify' | 'align-left' | 'align-right' | 'anchor' | 'aperture' | 'archive' | 'arrow-down-circle' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-circle' | 'arrow-left' | 'arrow-right-circle' | 'arrow-right' | 'arrow-up-circle' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up' | 'at-sign' | 'award' | 'bank' | 'bar-chart-2' | 'bar-chart' | 'barcode' | 'barcode1' | 'battery-charging' | 'battery' | 'bell-off' | 'bell' | 'billet' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'bug' | 'bunny' | 'calendar' | 'camera-off' | 'camera' | 'capsules' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'champion' | 'check-circle-outlined' | 'check-circle' | 'check-outlined' | 'check-square' | 'check' | 'cheque' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up' | 'chrome' | 'circle' | 'clipboard' | 'clock' | 'cloud-drizzle' | 'cloud-off' | 'cloud-snow' | 'cloud' | 'code' | 'codepen' | 'codesandbox' | 'coffee' | 'coin' | 'cold' | 'color' | 'columns' | 'command' | 'compass' | 'connect' | 'copy' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'crop' | 'crosshair' | 'csv' | 'database' | 'delete' | 'desktop' | 'disc' | 'dislike' | 'dna' | 'dollar-sign' | 'double-check' | 'download-cloud' | 'download' | 'droplet' | 'duplicate' | 'edit-3' | 'edit' | 'editor-align-center' | 'editor-align-justify' | 'editor-align-left' | 'editor-align-right' | 'editor-blockquotes' | 'editor-bold' | 'editor-clear-marks' | 'editor-clear-nodes' | 'editor-code-block' | 'editor-h1' | 'editor-h2' | 'editor-h3' | 'editor-h4' | 'editor-h5' | 'editor-h6' | 'editor-hard-break' | 'editor-horizontal-rule' | 'editor-italic' | 'editor-ordered-list' | 'editor-paragraph' | 'editor-redo' | 'editor-strike' | 'editor-underline' | 'editor-undo' | 'editor-unordered-list' | 'equal' | 'expand' | 'external-link' | 'external' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'fi_youtube' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'flag' | 'flask' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'fruit' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'headset' | 'heart-filled' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'ia' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'internal' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'like' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'machine-money' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'money' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'ordenation' | 'others' | 'package' | 'paperclip' | 'pause-2' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'pencil' | 'pennant' | 'percent' | 'phone-call' | 'phone-incoming' | 'phone-msg' | 'phone-off' | 'phone-outgoing' | 'pie-chart' | 'pin' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'pp-extended' | 'pp' | 'printer' | 'qrcode' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue-plus' | 'revenue' | 'rewind' | 'robot-off' | 'robot' | 'rotate-ccw' | 'rotate-cw' | 'rotate' | 'rss' | 'save' | 'scissors' | 'search' | 'send' | 'server' | 'settings' | 'share-2' | 'share' | 'shield-off' | 'shield' | 'shop' | 'shopping-bag' | 'shopping-cart' | 'shuffle' | 'sidebar' | 'skip-back' | 'skip-forward' | 'slack' | 'slash' | 'sliders' | 'smartphone' | 'smile' | 'speaker' | 'square' | 'star' | 'stop-circle' | 'sun' | 'sunrise' | 'sunset' | 'sync' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'toggle-left' | 'toggle-right' | 'tool' | 'transfer' | 'trash-2' | 'trash' | 'trello' | 'trending-down' | 'trending-up' | 'triangle' | 'truck' | 'tv' | 'twitch' | 'twitter' | 'type' | 'umbrella' | 'underline' | 'unlock' | 'upload-cloud' | 'upload' | 'user-check' | 'user-minus' | 'user-plus' | 'user-x' | 'user' | 'user2-out' | 'users' | 'video-off' | 'video' | 'vigora' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | 'wifi2' | 'wind' | 'x-circle' | 'x-octagon' | 'x-square' | 'x' | 'xls' | 'zap-off' | 'zap' | 'zoom-in' | 'zoom-out' | 'zoom' | 'ecc-budget' | 'ecc-card' | 'ecc-cart' | 'ecc-client' | 'ecc-logout' | 'ecc-loock' | 'ecc-medical' | 'ecc-star' | 'ecc-table' | 'ecc-truck' | 'ecc-user' | 'ecc-www' | 'scl-facebook' | 'scl-google' | 'pmt-amex' | 'pmt-aura' | 'pmt-billet' | 'pmt-dinersclub' | 'pmt-discover' | 'pmt-elo' | 'pmt-hipercard' | 'pmt-jcb' | 'pmt-mastercard' | 'pmt-paypal' | 'pmt-pix' | 'pmt-visa' | 'illust-alternative-order' | 'illust-banking-billet' | 'illust-boleto' | 'illust-box-closed' | 'illust-box-delivery' | 'illust-box-open' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-calendar' | 'illust-card' | 'illust-check-prescription' | 'illust-collaborator' | 'illust-date' | 'illust-error-prescription' | 'illust-flask' | 'illust-formula' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-inquiry' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-order' | 'illust-payment-billet' | 'illust-payment-card' | 'illust-payment-cheque' | 'illust-payment-deposit' | 'illust-payment-money' | 'illust-payment-other' | 'illust-payment-pix' | 'illust-payment-tefpos' | 'illust-pix' | 'illust-preparation-order' | 'illust-prescription' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | 'illust-transport' | 'bty-baldness' | 'bty-beard' | 'bty-beauty' | 'bty-blue-light' | 'bty-breasts-and-ass' | 'bty-dandruff' | 'bty-deodorants' | 'bty-eyebags-darkcircles' | 'bty-eyebrows-lashes' | 'bty-filler' | 'bty-hair-growth' | 'bty-hair-loss' | 'bty-hair-strengthener' | 'bty-hand-sanitizer' | 'bty-illuminator' | 'bty-moisturizer' | 'bty-mycosis-chilblains' | 'bty-nail-strengthener' | 'bty-neck-arms' | 'bty-pimples' | 'bty-repellent' | 'bty-sunscreen' | 'bty-varicose-veins' | 'bty-warts' | 'bty-white-hair' | 'bty-whitening' | 'bty-wound-healing' | 'bty-wrinkles' | 'hlt-ansiety-stress' | 'hlt-antiemetic' | 'hlt-bach-florals' | 'hlt-bacillus-lacto' | 'hlt-bad-breath' | 'hlt-builder-vase' | 'hlt-cholesterol' | 'hlt-depression' | 'hlt-diabetes' | 'hlt-digestion-reflux' | 'hlt-diuretics' | 'hlt-gases' | 'hlt-gastric-protector' | 'hlt-hangover' | 'hlt-health' | 'hlt-heart-health' | 'hlt-high-pressure' | 'hlt-homeopathy' | 'hlt-immunity' | 'hlt-intestinal-health' | 'hlt-intimate-hygiene' | 'hlt-libido' | 'hlt-live-protector' | 'hlt-longevity' | 'hlt-memory' | 'hlt-menopause' | 'hlt-nutritional-supplement' | 'hlt-pms-cramps' | 'hlt-prostate' | 'hlt-roast' | 'hlt-sexual-health' | 'hlt-sleep-well' | 'hlt-stress' | 'hlt-urinary-tract' | 'hlt-vitamins-minerals' | 'men-baldness' | 'men-beard' | 'men-dough' | 'men-gynecomastia' | 'men-libido' | 'men-men' | 'wmn-breasts-and-ass' | 'wmn-cellulite' | 'wmn-eyelashes-brows' | 'wmn-filler' | 'wmn-hair-growth' | 'wmn-hair-strengthener' | 'wmn-menopause' | 'wmn-pms-cramps' | 'wmn-whitening' | 'wmn-woman' | 'smr-dry-belly' | 'smr-hair' | 'smr-moisturizer' | 'smr-summer' | 'smr-sunscreen' | 'smr-tanning' | 'sts-budget-analysis' | 'sts-budget-available' | 'sts-budget-expired' | 'sts-budget-incomplete' | 'sts-inclusion-order' | 'sts-medication-performed' | 'sts-order-canceled' | 'sts-order-preparation' | 'sts-order-sent' | 'sts-order-withdrawal' | 'sts-revenue-check' | 'sts-revenue-retention' | 'sts-waiting-billet' | 'sts-waiting-card' | 'sts-waiting-repeat-date' | 'ppe-accelerate-metabolism' | 'ppe-articulations' | 'ppe-binge-eating' | 'ppe-bones' | 'ppe-bruises' | 'ppe-candy-will' | 'ppe-carbohydrate-blocker' | 'ppe-carbohydrate-blocker2' | 'ppe-cellulite-stretch-marks' | 'ppe-cellulite' | 'ppe-conductive-vessel' | 'ppe-detox' | 'ppe-dough' | 'ppe-dry-belly' | 'ppe-energy' | 'ppe-fatty-acids' | 'ppe-fibers' | 'ppe-gh' | 'ppe-gynecomastia' | 'ppe-increase-satiety' | 'ppe-increased-appetite' | 'ppe-inhibit-appetite' | 'ppe-laxative' | 'ppe-lipolitical-action' | 'ppe-localized-fat' | 'ppe-muscle-definition' | 'ppe-pain' | 'ppe-physical-perfomance' | 'ppe-post-workout' | 'ppe-pre-workout' | 'ppe-pro-hormonal' | 'ppe-reduction-measures' | 'ppe-slimming-chocolates' | 'ppe-slimming-gums' | 'ppe-slimming' | 'ppe-strength' | 'ppe-tcp' | 'ppe-thermogenic' | 'ppe-vasodilation' | 'form-bar' | 'form-capsule' | 'form-chocolate' | 'form-cookie' | 'form-cream' | 'form-enamel' | 'form-eyedrop' | 'form-eyeliner' | 'form-floral' | 'form-foam' | 'form-gel' | 'form-gum' | 'form-homeopathy' | 'form-lipstick' | 'form-lollipop' | 'form-lotion' | 'form-oil' | 'form-oralfilm' | 'form-oralpaste' | 'form-others' | 'form-patch' | 'form-pomade' | 'form-pot' | 'form-sachet' | 'form-serum' | 'form-shampoo' | 'form-soapshampoo' | 'form-spray' | 'form-sublingual' | 'form-sunscreen' | 'form-syringe' | 'form-syrup' | 'form-tablet' | 'form-units' | 'pp-colored-extended' | 'pp-colored';
3
+ export type IIconComponentProps = {
4
+ name: IconName;
5
+ size?: number | string;
6
+ color?: GlobalColorsProps | (string & {});
7
+ secondColor?: GlobalColorsProps | (string & {});
8
+ };
9
9
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/types.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
- export declare const allIcons: {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- }[];
1
+ export declare const allIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
9
  //# sourceMappingURL=allIcons.d.ts.map
@@ -1,5 +1,5 @@
1
- import { IconName } from '../types';
2
- type IconProp = IconName | (string & {});
3
- export declare function iconExists(iconName: IconProp): boolean;
4
- export {};
1
+ import { IconName } from '../types';
2
+ type IconProp = IconName | (string & {});
3
+ export declare function iconExists(iconName: IconProp): boolean;
4
+ export {};
5
5
  //# sourceMappingURL=iconExists.d.ts.map
@@ -1,2 +1,2 @@
1
- import '@testing-library/jest-dom';
1
+ import '@testing-library/jest-dom';
2
2
  //# sourceMappingURL=IconItem.test.d.ts.map
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { IconItemProps } from './types';
3
- declare const IconItem: FC<IconItemProps>;
4
- export default IconItem;
1
+ import { FC } from 'react';
2
+ import { IconItemProps } from './types';
3
+ declare const IconItem: FC<IconItemProps>;
4
+ export default IconItem;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,19 +1,19 @@
1
- /// <reference types="react" />
2
- import { StyledItemIcon, StyledSkeletonItemIcon } from './types';
3
- export declare const IconItemSkeleton: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & StyledSkeletonItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const IconItemContainer: import("@emotion/styled").StyledComponent<{
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any> | undefined;
10
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
- export declare const IconItemIcon: import("@emotion/styled").StyledComponent<{
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- } & StyledItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
- export declare const IconItemTexts: import("@emotion/styled").StyledComponent<{
16
- theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
18
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { StyledItemIcon, StyledSkeletonItemIcon } from './types';
3
+ export declare const IconItemSkeleton: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & StyledSkeletonItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
+ export declare const IconItemContainer: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
+ export declare const IconItemIcon: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme | undefined;
13
+ as?: import("react").ElementType<any> | undefined;
14
+ } & StyledItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
+ export declare const IconItemTexts: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
19
  //# sourceMappingURL=styles.d.ts.map