@pedidopago/ui 1.3.12 → 1.3.15

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 (367) hide show
  1. package/README.md +93 -93
  2. package/dist/@types/index.d.ts +6 -6
  3. package/dist/components/Alert/alert.test.d.ts +1 -1
  4. package/dist/components/Alert/index.d.ts +4 -4
  5. package/dist/components/Alert/styles.d.ts +24 -24
  6. package/dist/components/Alert/types.d.ts +44 -44
  7. package/dist/components/Avatar/avatar.test.d.ts +1 -1
  8. package/dist/components/Avatar/index.d.ts +4 -4
  9. package/dist/components/Avatar/styles.d.ts +25 -25
  10. package/dist/components/Avatar/types.d.ts +15 -15
  11. package/dist/components/Badge/badge.test.d.ts +1 -1
  12. package/dist/components/Badge/index.d.ts +4 -4
  13. package/dist/components/Badge/styles.d.ts +16 -16
  14. package/dist/components/Badge/types.d.ts +11 -11
  15. package/dist/components/Button/Button.test.d.ts +1 -1
  16. package/dist/components/Button/index.d.ts +3 -3
  17. package/dist/components/Button/styles.d.ts +14 -14
  18. package/dist/components/Button/styles.js +1 -1
  19. package/dist/components/Button/types.d.ts +101 -101
  20. package/dist/components/Card/card.test.tsx.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 +16 -16
  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 +26 -26
  29. package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
  30. package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
  31. package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
  32. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
  33. package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
  34. package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
  35. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
  36. package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
  37. package/dist/components/ColorPicker/index.d.ts +4 -4
  38. package/dist/components/ColorPicker/styles.d.ts +44 -44
  39. package/dist/components/ColorPicker/types.d.ts +73 -73
  40. package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
  41. package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
  42. package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
  43. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  44. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  45. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +264 -264
  46. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +13 -13
  47. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  48. package/dist/components/DateInput/index.d.ts +3 -3
  49. package/dist/components/DateInput/index.d.ts.map +1 -1
  50. package/dist/components/DateInput/index.js +2 -2
  51. package/dist/components/DateInput/styles.d.ts +266 -266
  52. package/dist/components/DateInput/types.d.ts +16 -16
  53. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  54. package/dist/components/DatePicker/components/DatePickerContent.d.ts.map +1 -1
  55. package/dist/components/DatePicker/components/DatePickerContent.js +14 -29
  56. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  57. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  58. package/dist/components/DatePicker/datepicker.test.js +0 -2
  59. package/dist/components/DatePicker/index.d.ts +4 -4
  60. package/dist/components/DatePicker/index.d.ts.map +1 -1
  61. package/dist/components/DatePicker/index.js +12 -9
  62. package/dist/components/DatePicker/styles.d.ts +74 -74
  63. package/dist/components/DatePicker/styles.d.ts.map +1 -1
  64. package/dist/components/DatePicker/styles.js +25 -21
  65. package/dist/components/DatePicker/types.d.ts +58 -58
  66. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  67. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  68. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  69. package/dist/components/Dialog/index.d.ts +3 -3
  70. package/dist/components/Dialog/styles.d.ts +25 -25
  71. package/dist/components/Dialog/types.d.ts +30 -30
  72. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  73. package/dist/components/Dropzone/index.d.ts +4 -4
  74. package/dist/components/Dropzone/styles.d.ts +46 -46
  75. package/dist/components/Dropzone/types.d.ts +19 -19
  76. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  77. package/dist/components/Flex/flex.test.d.ts +1 -1
  78. package/dist/components/Flex/index.d.ts +4 -4
  79. package/dist/components/Flex/styles.d.ts +296 -296
  80. package/dist/components/Flex/types.d.ts +175 -175
  81. package/dist/components/Grid/grid.test.d.ts +1 -1
  82. package/dist/components/Grid/index.d.ts +4 -4
  83. package/dist/components/Grid/styles.d.ts +288 -288
  84. package/dist/components/Grid/types.d.ts +88 -88
  85. package/dist/components/Icon/data/beauty.d.ts +8 -8
  86. package/dist/components/Icon/data/dash.d.ts +8 -8
  87. package/dist/components/Icon/data/dash.d.ts.map +1 -1
  88. package/dist/components/Icon/data/dash.js +1 -1
  89. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  90. package/dist/components/Icon/data/form.d.ts +8 -8
  91. package/dist/components/Icon/data/health.d.ts +8 -8
  92. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  93. package/dist/components/Icon/data/men.d.ts +8 -8
  94. package/dist/components/Icon/data/payment.d.ts +8 -8
  95. package/dist/components/Icon/data/payment.d.ts.map +1 -1
  96. package/dist/components/Icon/data/payment.js +5 -19
  97. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  98. package/dist/components/Icon/data/social.d.ts +8 -8
  99. package/dist/components/Icon/data/status.d.ts +8 -8
  100. package/dist/components/Icon/data/summer.d.ts +8 -8
  101. package/dist/components/Icon/data/woman.d.ts +8 -8
  102. package/dist/components/Icon/icon.test.d.ts +1 -1
  103. package/dist/components/Icon/index.d.ts +4 -4
  104. package/dist/components/Icon/scripts/build.d.ts +5 -5
  105. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  106. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  107. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  108. package/dist/components/Icon/styles.d.ts +13 -13
  109. package/dist/components/Icon/types.d.ts +8 -8
  110. package/dist/components/Icon/types.d.ts.map +1 -1
  111. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  112. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  113. package/dist/components/IconItem/index.d.ts +4 -4
  114. package/dist/components/IconItem/styles.d.ts +18 -18
  115. package/dist/components/IconItem/types.d.ts +22 -22
  116. package/dist/components/Illustration/BoletoSvg/index.d.ts +4 -4
  117. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +4 -4
  118. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +4 -4
  119. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +4 -4
  120. package/dist/components/Illustration/CalendarSvg/index.d.ts +4 -4
  121. package/dist/components/Illustration/CardSvg/index.d.ts +4 -4
  122. package/dist/components/Illustration/InquirySvg/index.d.ts +4 -4
  123. package/dist/components/Illustration/OrderSvg/index.d.ts +4 -4
  124. package/dist/components/Illustration/PixSvg/index.d.ts +4 -4
  125. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +4 -4
  126. package/dist/components/Illustration/TransportSvg/index.d.ts +4 -4
  127. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  128. package/dist/components/Illustration/index.d.ts +4 -4
  129. package/dist/components/Illustration/styles.d.ts +10 -10
  130. package/dist/components/Illustration/types.d.ts +6 -6
  131. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  132. package/dist/components/ImageItem/index.d.ts +4 -4
  133. package/dist/components/ImageItem/input.test.d.ts +1 -1
  134. package/dist/components/ImageItem/styles.d.ts +26 -26
  135. package/dist/components/ImageItem/types.d.ts +25 -25
  136. package/dist/components/Input/index.d.ts +4 -4
  137. package/dist/components/Input/input.test.d.ts +1 -1
  138. package/dist/components/Input/styles.d.ts +68 -68
  139. package/dist/components/Input/types.d.ts +26 -26
  140. package/dist/components/Label/index.d.ts +4 -4
  141. package/dist/components/Label/label.test.d.ts +1 -1
  142. package/dist/components/Label/styles.d.ts +6 -6
  143. package/dist/components/Label/types.d.ts +15 -15
  144. package/dist/components/List/index.d.ts +4 -4
  145. package/dist/components/List/list.test.d.ts +1 -1
  146. package/dist/components/List/styles.d.ts +15 -15
  147. package/dist/components/List/types.d.ts +7 -7
  148. package/dist/components/Modal/ModalExample.d.ts +3 -3
  149. package/dist/components/Modal/index.d.ts +3 -3
  150. package/dist/components/Modal/index.d.ts.map +1 -1
  151. package/dist/components/Modal/index.js +1 -4
  152. package/dist/components/Modal/modal.test.d.ts +1 -1
  153. package/dist/components/Modal/styles.d.ts +29 -27
  154. package/dist/components/Modal/styles.d.ts.map +1 -1
  155. package/dist/components/Modal/styles.js +1 -1
  156. package/dist/components/Modal/types.d.ts +35 -35
  157. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  158. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  159. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +15 -15
  160. package/dist/components/MultipleSelect/components/OptionsArea/index.js +10 -10
  161. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +19 -0
  162. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts.map +1 -0
  163. package/dist/components/MultipleSelect/components/OptionsArea/styles.js +101 -0
  164. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +10 -10
  165. package/dist/components/MultipleSelect/components/SelectArea/Label.d.ts +6 -6
  166. package/dist/components/MultipleSelect/components/SelectArea/Label.js +35 -35
  167. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  168. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +18 -18
  169. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts.map +1 -1
  170. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.js +1 -1
  171. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +17 -16
  172. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts.map +1 -1
  173. package/dist/components/MultipleSelect/components/SelectArea/index.js +8 -5
  174. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +11 -0
  175. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts.map +1 -0
  176. package/dist/components/MultipleSelect/components/SelectArea/styles.js +42 -0
  177. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  178. package/dist/components/MultipleSelect/index.d.ts +5 -5
  179. package/dist/components/MultipleSelect/index.js +2 -2
  180. package/dist/components/MultipleSelect/types.d.ts +36 -37
  181. package/dist/components/MultipleSelect/types.d.ts.map +1 -1
  182. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  183. package/dist/components/Pagination/index.d.ts +3 -3
  184. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  185. package/dist/components/Pagination/styles.d.ts +34 -34
  186. package/dist/components/Pagination/types.d.ts +28 -28
  187. package/dist/components/Progress/Circle/index.d.ts +3 -3
  188. package/dist/components/Progress/Linear/index.d.ts +3 -3
  189. package/dist/components/Progress/getSteps.d.ts +1 -1
  190. package/dist/components/Progress/index.d.ts +4 -4
  191. package/dist/components/Progress/progress.test.d.ts +1 -1
  192. package/dist/components/Progress/style.d.ts +38 -38
  193. package/dist/components/Progress/type.d.ts +69 -69
  194. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  195. package/dist/components/RadioInput/index.d.ts +4 -4
  196. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  197. package/dist/components/RadioInput/styles.d.ts +30 -30
  198. package/dist/components/RadioInput/types.d.ts +32 -32
  199. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  200. package/dist/components/Rating/components/GradientIcon/data/dash.d.ts +8 -8
  201. package/dist/components/Rating/components/GradientIcon/data/ecommerce.d.ts +8 -8
  202. package/dist/components/Rating/components/GradientIcon/index.d.ts +4 -4
  203. package/dist/components/Rating/components/GradientIcon/scripts/build.d.ts +7 -7
  204. package/dist/components/Rating/components/GradientIcon/scripts/extractor.d.ts +15 -15
  205. package/dist/components/Rating/components/GradientIcon/scripts/writers.d.ts +22 -22
  206. package/dist/components/Rating/components/GradientIcon/styles.d.ts +12 -12
  207. package/dist/components/Rating/components/GradientIcon/types.d.ts +15 -15
  208. package/dist/components/Rating/components/GradientIcon/utils/allIcons.d.ts +8 -8
  209. package/dist/components/Rating/components/RatingWithMultipleValues/RatingWithMultipleValues.d.ts +3 -3
  210. package/dist/components/Rating/components/RatingWithMultipleValues/styles.d.ts +6 -6
  211. package/dist/components/Rating/components/RatingWithMultipleValues/types.d.ts +16 -16
  212. package/dist/components/Rating/components/RatingWithSingleValue/RatingWithSingleValue.d.ts +3 -3
  213. package/dist/components/Rating/components/RatingWithSingleValue/icons/0.d.ts +3 -3
  214. package/dist/components/Rating/components/RatingWithSingleValue/icons/1.d.ts +3 -3
  215. package/dist/components/Rating/components/RatingWithSingleValue/icons/2.d.ts +3 -3
  216. package/dist/components/Rating/components/RatingWithSingleValue/icons/3.d.ts +3 -3
  217. package/dist/components/Rating/components/RatingWithSingleValue/icons/4.d.ts +3 -3
  218. package/dist/components/Rating/components/RatingWithSingleValue/icons/index.d.ts +6 -6
  219. package/dist/components/Rating/components/RatingWithSingleValue/styles.d.ts +6 -6
  220. package/dist/components/Rating/components/RatingWithSingleValue/types.d.ts +10 -10
  221. package/dist/components/Rating/index.d.ts +4 -4
  222. package/dist/components/Rating/rating.test.d.ts +1 -1
  223. package/dist/components/Rating/types.d.ts +28 -28
  224. package/dist/components/Rating/utils/IconObjectsController.d.ts +9 -9
  225. package/dist/components/Rating/utils/svgDataTratamentFunction.d.ts +9 -9
  226. package/dist/components/ReactPortal/index.d.ts +7 -7
  227. package/dist/components/ReactPortal/index.d.ts.map +1 -1
  228. package/dist/components/ReactPortal/index.js +1 -1
  229. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  230. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  231. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  232. package/dist/components/Select/components/OptionsSelect/styles.d.ts +264 -264
  233. package/dist/components/Select/components/OptionsSelect/types.d.ts +15 -15
  234. package/dist/components/Select/index.d.ts +4 -4
  235. package/dist/components/Select/index.d.ts.map +1 -1
  236. package/dist/components/Select/index.js +32 -22
  237. package/dist/components/Select/select.test.d.ts +1 -1
  238. package/dist/components/Select/styles.d.ts +17 -17
  239. package/dist/components/Select/styles.d.ts.map +1 -1
  240. package/dist/components/Select/styles.js +3 -3
  241. package/dist/components/Select/types.d.ts +24 -22
  242. package/dist/components/Select/types.d.ts.map +1 -1
  243. package/dist/components/Skeleton/index.d.ts +4 -4
  244. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  245. package/dist/components/Skeleton/styles.d.ts +7 -7
  246. package/dist/components/Skeleton/styles.d.ts.map +1 -1
  247. package/dist/components/Skeleton/styles.js +4 -4
  248. package/dist/components/Skeleton/types.d.ts +40 -35
  249. package/dist/components/Skeleton/types.d.ts.map +1 -1
  250. package/dist/components/Slider/SliderExample.d.ts +3 -3
  251. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  252. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  253. package/dist/components/Slider/components/SliderSelector.d.ts +3 -3
  254. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  255. package/dist/components/Slider/index.d.ts +4 -4
  256. package/dist/components/Slider/slider.test.d.ts +1 -1
  257. package/dist/components/Slider/styles.d.ts +65 -65
  258. package/dist/components/Slider/types.d.ts +38 -38
  259. package/dist/components/Spinner/index.d.ts +4 -4
  260. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  261. package/dist/components/Spinner/styles.d.ts +288 -288
  262. package/dist/components/Spinner/types.d.ts +11 -11
  263. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  264. package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
  265. package/dist/components/Steps/index.d.ts +4 -4
  266. package/dist/components/Steps/steps.test.d.ts +1 -1
  267. package/dist/components/Steps/styles.d.ts +45 -45
  268. package/dist/components/Steps/types.d.ts +20 -20
  269. package/dist/components/Steps/utils.d.ts +7 -7
  270. package/dist/components/Switch/index.d.ts +4 -4
  271. package/dist/components/Switch/styles.d.ts +18 -18
  272. package/dist/components/Switch/switch.test.d.ts +1 -1
  273. package/dist/components/Switch/types.d.ts +17 -17
  274. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  275. package/dist/components/Table/index.d.ts +3 -3
  276. package/dist/components/Table/styles.d.ts +34 -34
  277. package/dist/components/Table/table.test.d.ts +1 -1
  278. package/dist/components/Table/types.d.ts +39 -39
  279. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  280. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  281. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  282. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  283. package/dist/components/Tabs/index.d.ts +3 -3
  284. package/dist/components/Tabs/styles.d.ts +39 -39
  285. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  286. package/dist/components/Tabs/types.d.ts +49 -49
  287. package/dist/components/Tag/index.d.ts +4 -4
  288. package/dist/components/Tag/styles.d.ts +869 -869
  289. package/dist/components/Tag/tag.test.d.ts +1 -1
  290. package/dist/components/Tag/types.d.ts +9 -9
  291. package/dist/components/TextAreaInput/index.d.ts +4 -4
  292. package/dist/components/TextAreaInput/index.d.ts.map +1 -1
  293. package/dist/components/TextAreaInput/index.js +31 -21
  294. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  295. package/dist/components/TextAreaInput/styles.d.ts.map +1 -1
  296. package/dist/components/TextAreaInput/styles.js +15 -13
  297. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  298. package/dist/components/TextAreaInput/text-area-input.test.js +13 -13
  299. package/dist/components/TextAreaInput/types.d.ts +26 -25
  300. package/dist/components/TextAreaInput/types.d.ts.map +1 -1
  301. package/dist/components/Thumbnail/index.d.ts +3 -3
  302. package/dist/components/Thumbnail/styles.d.ts +42 -42
  303. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  304. package/dist/components/Thumbnail/types.d.ts +28 -28
  305. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  306. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  307. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  308. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  309. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  310. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  311. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  312. package/dist/components/Timeline/index.d.ts +4 -4
  313. package/dist/components/Timeline/styles.d.ts +31 -31
  314. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  315. package/dist/components/Timeline/types.d.ts +20 -20
  316. package/dist/components/Toast/button-example.d.ts +6 -6
  317. package/dist/components/Toast/components/Toast.d.ts +4 -4
  318. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  319. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  320. package/dist/components/Toast/index.d.ts +3 -3
  321. package/dist/components/Toast/styles.d.ts +22 -22
  322. package/dist/components/Toast/toast.test.d.ts +1 -1
  323. package/dist/components/Toast/types.d.ts +26 -26
  324. package/dist/components/Tooltip/components/TooltipLabel.d.ts +3 -3
  325. package/dist/components/Tooltip/index.d.ts +4 -4
  326. package/dist/components/Tooltip/index.d.ts.map +1 -1
  327. package/dist/components/Tooltip/index.js +12 -7
  328. package/dist/components/Tooltip/styles.d.ts +261 -261
  329. package/dist/components/Tooltip/styles.d.ts.map +1 -1
  330. package/dist/components/Tooltip/styles.js +2 -2
  331. package/dist/components/Tooltip/types.d.ts +22 -21
  332. package/dist/components/Tooltip/types.d.ts.map +1 -1
  333. package/dist/components/Typography/index.d.ts +4 -4
  334. package/dist/components/Typography/styles.d.ts +20 -20
  335. package/dist/components/Typography/types.d.ts +15 -15
  336. package/dist/components/Typography/typography.test.d.ts +1 -1
  337. package/dist/index.d.ts +46 -46
  338. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  339. package/dist/shared/hooks/breakpoints.d.ts +8 -8
  340. package/dist/shared/hooks/useBreakpoint.d.ts +8 -8
  341. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  342. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  343. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  344. package/dist/shared/hooks/useWindowSize.d.ts +4 -4
  345. package/dist/shared/tests/test-utils.d.ts +4 -4
  346. package/dist/shared/theme/button-example.d.ts +2 -2
  347. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  348. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  349. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  350. package/dist/shared/theme/hooks/useTheme.d.ts +284 -284
  351. package/dist/shared/theme/index.d.ts +7 -7
  352. package/dist/shared/theme/theme.d.ts +282 -282
  353. package/dist/shared/theme/theme.test.d.ts +1 -1
  354. package/dist/shared/theme/theme.types.d.ts +14 -14
  355. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  356. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  357. package/dist/utils/GenerateKey.d.ts +10 -10
  358. package/dist/utils/brightnessColorChange.d.ts +8 -8
  359. package/dist/utils/colorCheck.d.ts +40 -40
  360. package/dist/utils/colorFunctions.d.ts +2 -2
  361. package/dist/utils/colorToGray.d.ts +5 -5
  362. package/dist/utils/fuctionsColors.d.ts +2 -2
  363. package/dist/utils/generateUUID.d.ts +1 -1
  364. package/dist/utils/getColorValue.d.ts +291 -291
  365. package/dist/utils/getSvg.d.ts +10 -10
  366. package/dist/utils/invertColor.d.ts +7 -7
  367. 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,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 +1 @@
1
- {"version":3,"file":"payment.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/data/payment.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;GAiHxB,CAAC"}
1
+ {"version":3,"file":"payment.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/data/payment.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;GAiGxB,CAAC"}
@@ -21,25 +21,11 @@ var paymentIcons = [{
21
21
  html: '<path fill-rule="evenodd" clip-rule="evenodd" d="M0.0534523 4H23.9466V11.4298C21.0601 10.3073 11.8664 7.6882 0 11.0022V4H0.0534523Z" fill="#2C328C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.0534668 19.8218H23.9466V13.8351C19.6169 12.3919 11.9733 10.2539 0.0534668 13.3006V19.8218Z" fill="#FFF200"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.9466 13.8352C19.6169 12.392 11.9733 10.2539 0.0534668 13.3007V11.0022C11.9198 7.74164 21.1136 10.3608 24 11.4298L23.9466 13.8352Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.69727 9.61244C8.28524 7.95543 9.62154 6.56567 11.9734 6.56567C14.3253 6.56567 15.8754 7.90198 16.3031 9.6659C13.3097 9.39864 11.2786 9.34518 7.69727 9.61244Z" fill="#FFF200"/><path d="M5.39868 16.7751L7.00225 14.3698H7.59022L9.30069 16.7751H8.65926L8.17819 16.0268H6.41427L5.9332 16.7751H5.39868ZM6.62808 15.813H8.01784L7.59022 15.1715C7.48332 15.0112 7.37641 14.8508 7.26951 14.6905C7.21605 14.8508 7.1626 15.0112 7.0557 15.1715L6.62808 15.813ZM12.0802 16.7751V16.5078C11.8664 16.7216 11.5457 16.7751 11.1181 16.7751C10.9577 16.7751 10.7973 16.7751 10.637 16.7216C10.5301 16.7216 10.4232 16.6682 10.3163 16.5613C10.2628 16.5078 10.2094 16.4544 10.1559 16.3475C10.1559 16.2406 10.1025 16.1871 10.1025 16.0802V15.0112H10.637V15.9733C10.637 16.0802 10.637 16.1871 10.6904 16.294C10.7439 16.4009 10.7973 16.4544 10.9043 16.4544C11.0112 16.5078 11.1715 16.5078 11.2784 16.5078C11.4388 16.5078 11.5457 16.5078 11.706 16.4544C11.8129 16.4009 11.9198 16.3475 11.9733 16.294C12.0267 16.1871 12.0802 16.0802 12.0802 15.9733V15.0646H12.6147V16.7751H12.0802ZM13.7907 16.7751V15.0646H14.2717V15.3319C14.3786 15.225 14.4855 15.1715 14.5924 15.0646C14.6994 15.0112 14.8063 15.0112 14.9132 15.0112C15.0735 15.0112 15.2873 15.0646 15.4477 15.1181L15.2873 15.3853C15.1804 15.3319 15.0201 15.3319 14.9132 15.3319C14.8063 15.3319 14.6994 15.3319 14.5924 15.3853C14.539 15.4388 14.4321 15.4922 14.3786 15.5457C14.3252 15.6526 14.2717 15.7595 14.2717 15.8664V16.7751H13.7907ZM18.1737 16.5613C18.0134 16.6682 17.7996 16.7216 17.6392 16.7751C17.4789 16.8285 17.2651 16.8285 17.0512 16.8285C16.7305 16.8285 16.4633 16.7751 16.3029 16.6682C16.1426 16.5613 16.0357 16.4544 16.0357 16.294C16.0357 16.1871 16.0891 16.1337 16.1426 16.0802C16.196 16.0268 16.3029 15.9733 16.4098 15.9199C16.5167 15.8664 16.6771 15.8664 16.784 15.813C16.8909 15.813 17.0512 15.7595 17.2116 15.7595C17.5323 15.7595 17.7996 15.7061 18.1203 15.6526C18.1203 15.5991 18.1203 15.5991 18.1203 15.5991C18.1203 15.4922 18.0668 15.3853 17.9599 15.3319C17.7996 15.2784 17.5858 15.225 17.372 15.225C17.2116 15.225 16.9978 15.225 16.8374 15.2784C16.7305 15.3319 16.6236 15.4388 16.5702 15.5457L16.0891 15.4922C16.1426 15.3853 16.196 15.2784 16.3029 15.1715C16.4633 15.0646 16.5702 15.0112 16.7305 15.0112C16.9443 14.9577 17.2116 14.9577 17.4254 14.9577C17.6392 14.9577 17.853 14.9577 18.0668 15.0112C18.1737 15.0112 18.3341 15.0646 18.441 15.1181C18.4945 15.1715 18.5479 15.225 18.6014 15.3319C18.6014 15.4388 18.6548 15.4922 18.6014 15.5991V15.9733C18.6014 16.1337 18.6014 16.294 18.6548 16.5078C18.6548 16.5613 18.7083 16.6682 18.7617 16.7216H18.2272C18.2272 16.7216 18.1737 16.6682 18.1737 16.5613ZM18.1203 15.9199C17.853 15.9733 17.5858 16.0268 17.2651 16.0268C17.1047 16.0268 16.9443 16.0802 16.8374 16.0802C16.784 16.0802 16.6771 16.1337 16.6236 16.1871C16.5702 16.2406 16.5702 16.294 16.5702 16.3475C16.5702 16.4009 16.6236 16.5078 16.7305 16.5613C16.8909 16.6147 17.0512 16.6682 17.1581 16.6147C17.3185 16.6147 17.5323 16.6147 17.6927 16.5613C17.7996 16.5078 17.9599 16.4544 18.0134 16.3475C18.0668 16.2406 18.1203 16.1337 18.1203 16.0802V15.9199Z" fill="#2C328C" stroke="#2C328C" stroke-width="0.22" stroke-miterlimit="22.93"/>',
22
22
  xmlns: 'http://www.w3.org/2000/svg'
23
23
  }, {
24
- name: 'pmt-boleto',
25
- width: 24,
26
- height: 24,
27
- viewBox: '0 0 24 24',
28
- html: '<path d="M2 4.79414C2 4.35555 2.35555 4 2.79414 4C3.23273 4 3.58828 4.35555 3.58828 4.79414V17.2059C3.58828 17.6445 3.23273 18 2.79414 18C2.35555 18 2 17.6445 2 17.2059V4.79414Z" fill="#231F20"/><path d="M20 4.79414C20 4.35555 20.3555 4 20.7941 4C21.2327 4 21.5883 4.35555 21.5883 4.79414V17.2059C21.5883 17.6445 21.2327 18 20.7941 18C20.3555 18 20 17.6445 20 17.2059V4.79414Z" fill="#231F20"/><path d="M8 4.79414C8 4.35555 8.35555 4 8.79414 4C9.23273 4 9.58828 4.35555 9.58828 4.79414V14.6604C9.58828 15.099 9.23273 15.4545 8.79414 15.4545C8.35555 15.4545 8 15.099 8 14.6604V4.79414Z" fill="#231F20"/><path d="M5 4.79414C5 4.35555 5.35555 4 5.79414 4C6.23273 4 6.58828 4.35555 6.58828 4.79414V14.6604C6.58828 15.099 6.23273 15.4545 5.79414 15.4545C5.35555 15.4545 5 15.099 5 14.6604V4.79414Z" fill="#231F20"/><path d="M14 4.79414C14 4.35555 14.3555 4 14.7941 4C15.2327 4 15.5883 4.35555 15.5883 4.79414V14.6604C15.5883 15.099 15.2327 15.4545 14.7941 15.4545C14.3555 15.4545 14 15.099 14 14.6604V4.79414Z" fill="#231F20"/><path d="M17 4.79414C17 4.35555 17.3555 4 17.7941 4C18.2327 4 18.5883 4.35555 18.5883 4.79414V14.6604C18.5883 15.099 18.2327 15.4545 17.7941 15.4545C17.3555 15.4545 17 15.099 17 14.6604V4.79414Z" fill="#231F20"/><path d="M11 4.79414C11 4.35555 11.3555 4 11.7941 4C12.2327 4 12.5883 4.35555 12.5883 4.79414V14.6604C12.5883 15.099 12.2327 15.4545 11.7941 15.4545C11.3555 15.4545 11 15.099 11 14.6604V4.79414Z" fill="#231F20"/><path d="M5.17986 17.655C5.27653 17.5217 5.4082 17.4134 5.57486 17.33C5.74486 17.2434 5.9332 17.2 6.13986 17.2C6.3832 17.2 6.6032 17.2584 6.79986 17.375C6.99653 17.4917 7.15153 17.6584 7.26486 17.875C7.3782 18.0884 7.43486 18.3334 7.43486 18.61C7.43486 18.8867 7.3782 19.135 7.26486 19.355C7.15153 19.5717 6.99486 19.7417 6.79486 19.865C6.5982 19.985 6.37986 20.045 6.13986 20.045C5.92653 20.045 5.73653 20.0034 5.56986 19.92C5.40653 19.8367 5.27653 19.73 5.17986 19.6V19.715C5.17986 19.8724 5.05226 20 4.89486 20C4.73746 20 4.60986 19.8725 4.60986 19.715V16.585C4.60986 16.4276 4.73746 16.3 4.89486 16.3C5.05226 16.3 5.17986 16.4276 5.17986 16.585V17.655ZM6.85486 18.61C6.85486 18.42 6.81486 18.2567 6.73486 18.12C6.6582 17.98 6.55486 17.875 6.42486 17.805C6.2982 17.7317 6.16153 17.695 6.01486 17.695C5.87153 17.695 5.73486 17.7317 5.60486 17.805C5.4782 17.8784 5.37486 17.985 5.29486 18.125C5.2182 18.265 5.17986 18.43 5.17986 18.62C5.17986 18.81 5.2182 18.9767 5.29486 19.12C5.37486 19.26 5.4782 19.3667 5.60486 19.44C5.73486 19.5134 5.87153 19.55 6.01486 19.55C6.16153 19.55 6.2982 19.5134 6.42486 19.44C6.55486 19.3634 6.6582 19.2534 6.73486 19.11C6.81486 18.9667 6.85486 18.8 6.85486 18.61Z" fill="#231F20"/><path d="M9.09354 20.045C8.83354 20.045 8.59854 19.9867 8.38854 19.87C8.17854 19.75 8.01354 19.5834 7.89354 19.37C7.77354 19.1534 7.71354 18.9034 7.71354 18.62C7.71354 18.34 7.7752 18.0917 7.89854 17.875C8.02187 17.6584 8.1902 17.4917 8.40354 17.375C8.61687 17.2584 8.8552 17.2 9.11854 17.2C9.38187 17.2 9.6202 17.2584 9.83354 17.375C10.0469 17.4917 10.2152 17.6584 10.3385 17.875C10.4619 18.0917 10.5235 18.34 10.5235 18.62C10.5235 18.9 10.4602 19.1484 10.3335 19.365C10.2069 19.5817 10.0335 19.75 9.81354 19.87C9.59687 19.9867 9.35687 20.045 9.09354 20.045ZM9.09354 19.55C9.2402 19.55 9.37687 19.515 9.50354 19.445C9.63354 19.375 9.73854 19.27 9.81854 19.13C9.89854 18.99 9.93854 18.82 9.93854 18.62C9.93854 18.42 9.9002 18.2517 9.82354 18.115C9.74687 17.975 9.6452 17.87 9.51854 17.8C9.39187 17.73 9.2552 17.695 9.10854 17.695C8.96187 17.695 8.8252 17.73 8.69854 17.8C8.5752 17.87 8.47687 17.975 8.40354 18.115C8.3302 18.2517 8.29354 18.42 8.29354 18.62C8.29354 18.9167 8.36854 19.1467 8.51854 19.31C8.67187 19.47 8.86354 19.55 9.09354 19.55Z" fill="#231F20"/><path d="M11.272 16.3C11.4294 16.3 11.557 16.4276 11.557 16.585V19.715C11.557 19.8725 11.4294 20 11.272 20C11.1146 20 10.987 19.8725 10.987 19.715V16.585C10.987 16.4276 11.1146 16.3 11.272 16.3Z" fill="#231F20"/><path d="M14.7304 18.555C14.7304 18.717 14.5913 18.835 14.4294 18.835H12.6054C12.622 19.055 12.7037 19.2317 12.8504 19.365C12.997 19.4984 13.177 19.565 13.3904 19.565C13.6251 19.565 13.8071 19.4899 13.9364 19.3395C14.0125 19.2509 14.1144 19.18 14.2312 19.18C14.4402 19.18 14.5864 19.388 14.4587 19.5535C14.3868 19.6467 14.3007 19.7306 14.2004 19.805C13.9837 19.965 13.7137 20.045 13.3904 20.045C13.127 20.045 12.8904 19.9867 12.6804 19.87C12.4737 19.75 12.3104 19.5834 12.1904 19.37C12.0737 19.1534 12.0154 18.9034 12.0154 18.62C12.0154 18.3367 12.072 18.0884 12.1854 17.875C12.302 17.6584 12.4637 17.4917 12.6704 17.375C12.8804 17.2584 13.1204 17.2 13.3904 17.2C13.6504 17.2 13.882 17.2567 14.0854 17.37C14.2887 17.4834 14.447 17.6434 14.5604 17.85C14.6737 18.0534 14.7304 18.2884 14.7304 18.555ZM14.1354 18.375C14.132 18.165 14.057 17.9967 13.9104 17.87C13.7637 17.7434 13.582 17.68 13.3654 17.68C13.1687 17.68 13.0004 17.7434 12.8604 17.87C12.7204 17.9934 12.637 18.1617 12.6104 18.375H14.1354Z" fill="#231F20"/><path d="M15.8563 17.71V19.235C15.8563 19.3384 15.8796 19.4134 15.9263 19.46C15.9763 19.5034 16.0596 19.525 16.1763 19.525H16.2888C16.42 19.525 16.5263 19.6314 16.5263 19.7625C16.5263 19.8937 16.42 20 16.2888 20H16.0763C15.8196 20 15.623 19.94 15.4863 19.82C15.3496 19.7 15.2813 19.505 15.2813 19.235V17.71H15.1888C15.0604 17.71 14.9563 17.606 14.9563 17.4775C14.9563 17.3491 15.0604 17.245 15.1888 17.245H15.2813V16.8475C15.2813 16.6888 15.41 16.56 15.5688 16.56C15.7276 16.56 15.8563 16.6888 15.8563 16.8475V17.245H16.2938C16.4222 17.245 16.5263 17.3491 16.5263 17.4775C16.5263 17.606 16.4222 17.71 16.2938 17.71H15.8563Z" fill="#231F20"/><path d="M18.1467 20.045C17.8867 20.045 17.6517 19.9867 17.4417 19.87C17.2317 19.75 17.0667 19.5834 16.9467 19.37C16.8267 19.1534 16.7667 18.9034 16.7667 18.62C16.7667 18.34 16.8283 18.0917 16.9517 17.875C17.075 17.6584 17.2433 17.4917 17.4567 17.375C17.67 17.2584 17.9083 17.2 18.1717 17.2C18.435 17.2 18.6733 17.2584 18.8867 17.375C19.1 17.4917 19.2683 17.6584 19.3917 17.875C19.515 18.0917 19.5767 18.34 19.5767 18.62C19.5767 18.9 19.5133 19.1484 19.3867 19.365C19.26 19.5817 19.0867 19.75 18.8667 19.87C18.65 19.9867 18.41 20.045 18.1467 20.045ZM18.1467 19.55C18.2933 19.55 18.43 19.515 18.5567 19.445C18.6867 19.375 18.7917 19.27 18.8717 19.13C18.9517 18.99 18.9917 18.82 18.9917 18.62C18.9917 18.42 18.9533 18.2517 18.8767 18.115C18.8 17.975 18.6983 17.87 18.5717 17.8C18.445 17.73 18.3083 17.695 18.1617 17.695C18.015 17.695 17.8783 17.73 17.7517 17.8C17.6283 17.87 17.53 17.975 17.4567 18.115C17.3833 18.2517 17.3467 18.42 17.3467 18.62C17.3467 18.9167 17.4217 19.1467 17.5717 19.31C17.725 19.47 17.9167 19.55 18.1467 19.55Z" fill="#231F20"/>',
29
- xmlns: 'http://www.w3.org/2000/svg'
30
- }, {
31
- name: 'pmt-card',
32
- width: 26,
33
- height: 26,
34
- viewBox: '0 0 26 26',
35
- html: '<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1667 10.5C13.786 10.5 12.6667 11.6193 12.6667 13C12.6667 14.3807 13.786 15.5 15.1667 15.5C16.5475 15.5 17.6667 14.3807 17.6667 13C17.6667 11.6193 16.5475 10.5 15.1667 10.5ZM11.1667 13C11.1667 10.7909 12.9576 9 15.1667 9C17.3759 9 19.1667 10.7909 19.1667 13C19.1667 15.2091 17.3759 17 15.1667 17C12.9576 17 11.1667 15.2091 11.1667 13Z" fill="#231F20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.20001 9.34808C9.90515 9.03296 10.6864 8.92872 11.4495 9.04795C12.2126 9.16719 12.9249 9.50479 13.5003 10.02C13.8089 10.2963 13.835 10.7705 13.5587 11.0791C13.2824 11.3876 12.8083 11.4138 12.4997 11.1375C12.1401 10.8155 11.6949 10.6045 11.218 10.53C10.741 10.4555 10.2527 10.5206 9.81202 10.7176C9.37131 10.9145 8.99704 11.2348 8.73441 11.6399C8.47178 12.0449 8.33203 12.5173 8.33203 13C8.33203 13.4827 8.47178 13.9551 8.73441 14.3601C8.99704 14.7652 9.37131 15.0855 9.81202 15.2825C10.2527 15.4794 10.741 15.5446 11.218 15.47C11.6949 15.3955 12.1401 15.1845 12.4997 14.8625C12.8083 14.5862 13.2824 14.6124 13.5587 14.921C13.835 15.2295 13.8089 15.7037 13.5003 15.98C12.9249 16.4952 12.2126 16.8328 11.4495 16.9521C10.6864 17.0713 9.90515 16.967 9.20001 16.6519C8.49487 16.3368 7.89604 15.8243 7.47584 15.1762C7.05563 14.5282 6.83203 13.7724 6.83203 13C6.83203 12.2277 7.05563 11.4718 7.47584 10.8238C7.89604 10.1757 8.49487 9.66321 9.20001 9.34808Z" fill="#231F20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.41667 6.16663C4.63426 6.16663 4 6.80089 4 7.58329V18.4166C4 19.199 4.63426 19.8333 5.41667 19.8333H20.5833C21.3657 19.8333 22 19.199 22 18.4166V7.58329C22 6.80089 21.3657 6.16663 20.5833 6.16663H5.41667ZM2.5 7.58329C2.5 5.97246 3.80584 4.66663 5.41667 4.66663H20.5833C22.1942 4.66663 23.5 5.97246 23.5 7.58329V18.4166C23.5 20.0275 22.1942 21.3333 20.5833 21.3333H5.41667C3.80584 21.3333 2.5 20.0275 2.5 18.4166V7.58329Z" fill="#231F20"/>',
36
- xmlns: 'http://www.w3.org/2000/svg'
37
- }, {
38
- name: 'pmt-creditcard',
39
- width: 26,
40
- height: 26,
41
- viewBox: '0 0 26 26',
42
- html: '<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1667 10.5C13.786 10.5 12.6667 11.6193 12.6667 13C12.6667 14.3807 13.786 15.5 15.1667 15.5C16.5475 15.5 17.6667 14.3807 17.6667 13C17.6667 11.6193 16.5475 10.5 15.1667 10.5ZM11.1667 13C11.1667 10.7909 12.9576 9 15.1667 9C17.3759 9 19.1667 10.7909 19.1667 13C19.1667 15.2091 17.3759 17 15.1667 17C12.9576 17 11.1667 15.2091 11.1667 13Z" fill="#231F20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.20001 9.34808C9.90515 9.03296 10.6864 8.92872 11.4495 9.04795C12.2126 9.16719 12.9249 9.50479 13.5003 10.02C13.8089 10.2963 13.835 10.7705 13.5587 11.0791C13.2824 11.3876 12.8083 11.4138 12.4997 11.1375C12.1401 10.8155 11.6949 10.6045 11.218 10.53C10.741 10.4555 10.2527 10.5206 9.81202 10.7176C9.37131 10.9145 8.99704 11.2348 8.73441 11.6399C8.47178 12.0449 8.33203 12.5173 8.33203 13C8.33203 13.4827 8.47178 13.9551 8.73441 14.3601C8.99704 14.7652 9.37131 15.0855 9.81202 15.2825C10.2527 15.4794 10.741 15.5446 11.218 15.47C11.6949 15.3955 12.1401 15.1845 12.4997 14.8625C12.8083 14.5862 13.2824 14.6124 13.5587 14.921C13.835 15.2295 13.8089 15.7037 13.5003 15.98C12.9249 16.4952 12.2126 16.8328 11.4495 16.9521C10.6864 17.0713 9.90515 16.967 9.20001 16.6519C8.49487 16.3368 7.89604 15.8243 7.47584 15.1762C7.05563 14.5282 6.83203 13.7724 6.83203 13C6.83203 12.2277 7.05563 11.4718 7.47584 10.8238C7.89604 10.1757 8.49487 9.66321 9.20001 9.34808Z" fill="#231F20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.41667 6.16663C4.63426 6.16663 4 6.80089 4 7.58329V18.4166C4 19.199 4.63426 19.8333 5.41667 19.8333H20.5833C21.3657 19.8333 22 19.199 22 18.4166V7.58329C22 6.80089 21.3657 6.16663 20.5833 6.16663H5.41667ZM2.5 7.58329C2.5 5.97246 3.80584 4.66663 5.41667 4.66663H20.5833C22.1942 4.66663 23.5 5.97246 23.5 7.58329V18.4166C23.5 20.0275 22.1942 21.3333 20.5833 21.3333H5.41667C3.80584 21.3333 2.5 20.0275 2.5 18.4166V7.58329Z" fill="#231F20"/>',
24
+ name: 'pmt-billet',
25
+ width: 60,
26
+ height: 44,
27
+ viewBox: '0 0 60 44',
28
+ html: '<path d="M0 4.06936C0 1.82192 1.81943 0 4.06381 0H55.3695C57.6138 0 59.4333 1.82192 59.4333 4.06936V39.9306C59.4333 42.1781 57.6138 44 55.3695 44H4.06381C1.81943 44 0 42.1781 0 39.9306V4.06936Z" fill="#EAEFED"/><rect x="6.85742" y="6.16602" width="3.40399" height="31.5299" rx="1.70199" fill="#709085"/><rect x="49.2969" y="6.16602" width="3.40399" height="31.5299" rx="1.70199" fill="#709085"/><rect x="15.2324" y="6.16602" width="3.40398" height="25.9909" rx="1.70199" fill="#709085"/><rect x="28.2852" y="6.16602" width="3.40398" height="25.9909" rx="1.70199" fill="#709085"/><rect x="15.2324" y="34.2876" width="3.40398" height="3.40866" rx="1.70199" fill="#709085"/><rect x="28.2852" y="34.2876" width="3.40398" height="3.40866" rx="1.70199" fill="#709085"/><rect x="21.1914" y="6.16602" width="3.40399" height="25.9909" rx="1.702" fill="#709085"/><rect x="35.2441" y="6.16602" width="3.40399" height="25.9909" rx="1.702" fill="#709085"/><rect x="41.3398" y="6.16602" width="3.40399" height="25.9909" rx="1.702" fill="#709085"/><rect x="21.1914" y="34.2876" width="3.40399" height="3.40866" rx="1.702" fill="#709085"/><rect x="35.2441" y="34.2876" width="3.40399" height="3.40866" rx="1.702" fill="#709085"/><rect x="41.3398" y="34.2876" width="3.40399" height="3.40866" rx="1.702" fill="#709085"/>',
43
29
  xmlns: 'http://www.w3.org/2000/svg'
44
30
  }, {
45
31
  name: 'pmt-dinersclub',
@@ -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
- declare 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
+ declare 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
- declare 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
+ declare 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 declare type IconName = 'activity' | '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' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'calendar' | 'camera-off' | 'camera' | 'card-and-code' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'check-circle' | 'check-square' | 'check' | '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' | 'color' | 'columns' | 'command' | 'compass' | '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' | 'dna' | 'dollar-sign' | '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' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'fi_youtube' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'flag' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'package' | 'paperclip' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'percent' | 'phone-call' | 'pie-chart' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'printer' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue' | 'rewind' | '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' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'toggle-left' | 'toggle-right' | 'tool' | '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' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | '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-boleto' | 'pmt-card' | 'pmt-creditcard' | 'pmt-dinersclub' | 'pmt-discover' | 'pmt-elo' | 'pmt-hipercard' | 'pmt-jcb' | 'pmt-mastercard' | 'pmt-paypal' | 'pmt-pix' | 'pmt-visa' | 'illust-banking-billet' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-card' | 'illust-check-prescription' | 'illust-date' | 'illust-error-prescription' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-pix' | 'illust-preparation-order' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | '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';
3
- export declare 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 declare type IconName = 'activity' | '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' | 'calendar' | 'camera-off' | 'camera' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'check-circle' | 'check-square' | 'check' | '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' | 'color' | 'columns' | 'command' | 'compass' | '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' | 'dna' | 'dollar-sign' | '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' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'fi_youtube' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'flag' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'package' | 'paperclip' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'percent' | 'phone-call' | 'pie-chart' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'printer' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue' | 'rewind' | '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' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'toggle-left' | 'toggle-right' | 'tool' | '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' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | '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-banking-billet' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-card' | 'illust-check-prescription' | 'illust-date' | 'illust-error-prescription' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-pix' | 'illust-preparation-order' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | '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';
3
+ export declare 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,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