@pedidopago/ui 1.7.9 → 1.7.11

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 (416) 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/styles.d.ts +25 -25
  9. package/dist/components/Avatar/types.d.ts +15 -15
  10. package/dist/components/Badge/badge.test.d.ts +1 -1
  11. package/dist/components/Badge/index.d.ts +4 -4
  12. package/dist/components/Badge/styles.d.ts +16 -16
  13. package/dist/components/Badge/types.d.ts +11 -11
  14. package/dist/components/Button/Button.test.d.ts +1 -1
  15. package/dist/components/Button/index.d.ts +3 -3
  16. package/dist/components/Button/styles.d.ts +14 -14
  17. package/dist/components/Button/types.d.ts +92 -92
  18. package/dist/components/Card/card.test.d.ts +1 -1
  19. package/dist/components/Card/index.d.ts +3 -3
  20. package/dist/components/Card/styles.d.ts +6 -6
  21. package/dist/components/Card/types.d.ts +17 -17
  22. package/dist/components/CheckboxInput/checkbox-input.test.d.ts +1 -1
  23. package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +4 -4
  24. package/dist/components/CheckboxInput/index.d.ts +4 -4
  25. package/dist/components/CheckboxInput/styles.d.ts +31 -31
  26. package/dist/components/CheckboxInput/types.d.ts +27 -27
  27. package/dist/components/CollapseCard/ExpandButton/index.d.ts +3 -3
  28. package/dist/components/CollapseCard/ExpandButton/styles.d.ts +269 -269
  29. package/dist/components/CollapseCard/ExpandButton/types.d.ts +5 -5
  30. package/dist/components/CollapseCard/expand-button.test.d.ts +1 -1
  31. package/dist/components/CollapseCard/index.d.ts +3 -3
  32. package/dist/components/CollapseCard/styles.d.ts +268 -268
  33. package/dist/components/CollapseCard/types.d.ts +12 -12
  34. package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
  35. package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
  36. package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
  37. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
  38. package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
  39. package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
  40. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
  41. package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
  42. package/dist/components/ColorPicker/index.d.ts +4 -4
  43. package/dist/components/ColorPicker/styles.d.ts +44 -44
  44. package/dist/components/ColorPicker/types.d.ts +73 -73
  45. package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
  46. package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
  47. package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
  48. package/dist/components/ComposeIcon/index.d.ts +4 -4
  49. package/dist/components/ComposeIcon/styles.d.ts +10 -10
  50. package/dist/components/ComposeIcon/types.d.ts +9 -9
  51. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  52. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  53. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
  54. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
  55. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  56. package/dist/components/DateInput/index.d.ts +3 -3
  57. package/dist/components/DateInput/styles.d.ts +10 -10
  58. package/dist/components/DateInput/types.d.ts +18 -18
  59. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  60. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  61. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  62. package/dist/components/DatePicker/index.d.ts +4 -4
  63. package/dist/components/DatePicker/styles.d.ts +77 -77
  64. package/dist/components/DatePicker/types.d.ts +69 -69
  65. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  66. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  67. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  68. package/dist/components/Dialog/index.d.ts +3 -3
  69. package/dist/components/Dialog/styles.d.ts +25 -25
  70. package/dist/components/Dialog/types.d.ts +30 -30
  71. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  72. package/dist/components/Dropzone/index.d.ts +4 -4
  73. package/dist/components/Dropzone/styles.d.ts +60 -60
  74. package/dist/components/Dropzone/types.d.ts +27 -27
  75. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  76. package/dist/components/EmojiPicker/Emote/index.d.ts +3 -3
  77. package/dist/components/EmojiPicker/Emote/styles.d.ts +12 -12
  78. package/dist/components/EmojiPicker/Emote/types.d.ts +31 -31
  79. package/dist/components/EmojiPicker/EmotePickerData/constants.d.ts +9 -9
  80. package/dist/components/EmojiPicker/EmotePickerData/index.d.ts +3 -3
  81. package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts +17 -17
  82. package/dist/components/EmojiPicker/EmotePickerData/types.d.ts +9 -9
  83. package/dist/components/EmojiPicker/EmotePickerData/utils.d.ts +4 -4
  84. package/dist/components/EmojiPicker/Example/EmotePickerExample.d.ts +3 -3
  85. package/dist/components/EmojiPicker/animation.d.ts +3 -3
  86. package/dist/components/EmojiPicker/index.d.ts +3 -3
  87. package/dist/components/EmojiPicker/styles.d.ts +517 -517
  88. package/dist/components/EmojiPicker/types.d.ts +20 -20
  89. package/dist/components/Flex/flex.test.d.ts +1 -1
  90. package/dist/components/Flex/index.d.ts +4 -4
  91. package/dist/components/Flex/styles.d.ts +296 -296
  92. package/dist/components/Flex/types.d.ts +175 -175
  93. package/dist/components/Grid/grid.test.d.ts +1 -1
  94. package/dist/components/Grid/index.d.ts +4 -4
  95. package/dist/components/Grid/styles.d.ts +288 -288
  96. package/dist/components/Grid/types.d.ts +88 -88
  97. package/dist/components/Icon/data/beauty.d.ts +8 -8
  98. package/dist/components/Icon/data/dash.d.ts +8 -8
  99. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  100. package/dist/components/Icon/data/form.d.ts +8 -8
  101. package/dist/components/Icon/data/health.d.ts +8 -8
  102. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  103. package/dist/components/Icon/data/men.d.ts +8 -8
  104. package/dist/components/Icon/data/payment.d.ts +8 -8
  105. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  106. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  107. package/dist/components/Icon/data/social.d.ts +8 -8
  108. package/dist/components/Icon/data/status.d.ts +8 -8
  109. package/dist/components/Icon/data/summer.d.ts +8 -8
  110. package/dist/components/Icon/data/woman.d.ts +8 -8
  111. package/dist/components/Icon/icon.test.d.ts +1 -1
  112. package/dist/components/Icon/index.d.ts +4 -4
  113. package/dist/components/Icon/scripts/build.d.ts +5 -5
  114. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  115. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  116. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  117. package/dist/components/Icon/styles.d.ts +13 -13
  118. package/dist/components/Icon/types.d.ts +8 -8
  119. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  120. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  121. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  122. package/dist/components/IconItem/index.d.ts +4 -4
  123. package/dist/components/IconItem/styles.d.ts +18 -18
  124. package/dist/components/IconItem/types.d.ts +22 -22
  125. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  126. package/dist/components/Illustration/index.d.ts +4 -4
  127. package/dist/components/Illustration/styles.d.ts +10 -10
  128. package/dist/components/Illustration/types.d.ts +11 -11
  129. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  130. package/dist/components/ImageItem/index.d.ts +4 -4
  131. package/dist/components/ImageItem/input.test.d.ts +1 -1
  132. package/dist/components/ImageItem/styles.d.ts +26 -26
  133. package/dist/components/ImageItem/types.d.ts +25 -25
  134. package/dist/components/Input/index.d.ts +4 -4
  135. package/dist/components/Input/input.test.d.ts +1 -1
  136. package/dist/components/Input/styles.d.ts +69 -69
  137. package/dist/components/Input/types.d.ts +28 -28
  138. package/dist/components/Label/index.d.ts +3 -3
  139. package/dist/components/Label/label.test.d.ts +1 -1
  140. package/dist/components/Label/styles.d.ts +6 -6
  141. package/dist/components/Label/types.d.ts +17 -17
  142. package/dist/components/List/index.d.ts +4 -4
  143. package/dist/components/List/list.test.d.ts +1 -1
  144. package/dist/components/List/styles.d.ts +15 -15
  145. package/dist/components/List/types.d.ts +8 -8
  146. package/dist/components/Modal/ModalExample.d.ts +7 -7
  147. package/dist/components/Modal/index.d.ts +3 -3
  148. package/dist/components/Modal/modal.test.d.ts +1 -1
  149. package/dist/components/Modal/styles.d.ts +538 -538
  150. package/dist/components/Modal/types.d.ts +37 -37
  151. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  152. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  153. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  154. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  155. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  156. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  157. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  158. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  159. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  160. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  161. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  162. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  163. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  164. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  165. package/dist/components/MultipleSelect/index.d.ts +5 -5
  166. package/dist/components/MultipleSelect/types.d.ts +44 -44
  167. package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
  168. package/dist/components/NewSelect/Examples/index.d.ts +4 -4
  169. package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
  170. package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
  171. package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
  172. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +3 -3
  173. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
  174. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +26 -26
  175. package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
  176. package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
  177. package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
  178. package/dist/components/NewSelect/components/SelectItem/index.js +1 -0
  179. package/dist/components/NewSelect/components/SelectItem/styles.d.ts +9 -8
  180. package/dist/components/NewSelect/components/SelectItem/styles.d.ts.map +1 -1
  181. package/dist/components/NewSelect/components/SelectItem/types.d.ts +5 -5
  182. package/dist/components/NewSelect/components/SelectItem/types.d.ts.map +1 -1
  183. package/dist/components/NewSelect/index.d.ts +6 -6
  184. package/dist/components/NewSelect/index.d.ts.map +1 -1
  185. package/dist/components/NewSelect/index.js +4 -4
  186. package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
  187. package/dist/components/NewSelect/styles.d.ts +24 -24
  188. package/dist/components/NewSelect/types.d.ts +43 -43
  189. package/dist/components/Observer/index.d.ts +6 -6
  190. package/dist/components/Observer/observer.test.d.ts +1 -1
  191. package/dist/components/Observer/types.d.ts +6 -6
  192. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  193. package/dist/components/Pagination/index.d.ts +3 -3
  194. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  195. package/dist/components/Pagination/styles.d.ts +34 -34
  196. package/dist/components/Pagination/types.d.ts +28 -28
  197. package/dist/components/Progress/Circle/index.d.ts +3 -3
  198. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  199. package/dist/components/Progress/Circle/types.d.ts +18 -18
  200. package/dist/components/Progress/Linear/index.d.ts +3 -3
  201. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  202. package/dist/components/Progress/Linear/types.d.ts +13 -13
  203. package/dist/components/Progress/getSteps.d.ts +1 -1
  204. package/dist/components/Progress/index.d.ts +4 -4
  205. package/dist/components/Progress/progress.test.d.ts +1 -1
  206. package/dist/components/Progress/types.d.ts +27 -27
  207. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  208. package/dist/components/RadioInput/index.d.ts +4 -4
  209. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  210. package/dist/components/RadioInput/styles.d.ts +30 -30
  211. package/dist/components/RadioInput/types.d.ts +32 -32
  212. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  213. package/dist/components/Rating/index.d.ts +3 -3
  214. package/dist/components/Rating/rating.test.d.ts +1 -1
  215. package/dist/components/Rating/styles.d.ts +18 -18
  216. package/dist/components/Rating/types.d.ts +19 -19
  217. package/dist/components/ReactPortal/index.d.ts +7 -7
  218. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  219. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  220. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  221. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  222. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  223. package/dist/components/Select/index.d.ts +4 -4
  224. package/dist/components/Select/select.test.d.ts +1 -1
  225. package/dist/components/Select/styles.d.ts +20 -20
  226. package/dist/components/Select/types.d.ts +26 -26
  227. package/dist/components/Skeleton/index.d.ts +4 -4
  228. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  229. package/dist/components/Skeleton/styles.d.ts +7 -7
  230. package/dist/components/Skeleton/types.d.ts +40 -40
  231. package/dist/components/Slider/SliderExample.d.ts +3 -3
  232. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  233. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  234. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  235. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  236. package/dist/components/Slider/index.d.ts +19 -19
  237. package/dist/components/Slider/slider.test.d.ts +1 -1
  238. package/dist/components/Slider/styles.d.ts +65 -65
  239. package/dist/components/Slider/types.d.ts +40 -40
  240. package/dist/components/Spinner/index.d.ts +4 -4
  241. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  242. package/dist/components/Spinner/styles.d.ts +288 -288
  243. package/dist/components/Spinner/types.d.ts +11 -11
  244. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  245. package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
  246. package/dist/components/Steps/index.d.ts +4 -4
  247. package/dist/components/Steps/steps.test.d.ts +1 -1
  248. package/dist/components/Steps/styles.d.ts +45 -45
  249. package/dist/components/Steps/types.d.ts +20 -20
  250. package/dist/components/Steps/utils.d.ts +7 -7
  251. package/dist/components/Switch/index.d.ts +4 -4
  252. package/dist/components/Switch/styles.d.ts +18 -18
  253. package/dist/components/Switch/switch.test.d.ts +1 -1
  254. package/dist/components/Switch/types.d.ts +14 -14
  255. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  256. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  257. package/dist/components/Table/index.d.ts +3 -3
  258. package/dist/components/Table/styles.d.ts +34 -34
  259. package/dist/components/Table/table.test.d.ts +1 -1
  260. package/dist/components/Table/types.d.ts +53 -53
  261. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  262. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  263. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  264. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  265. package/dist/components/Tabs/index.d.ts +3 -3
  266. package/dist/components/Tabs/styles.d.ts +41 -41
  267. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  268. package/dist/components/Tabs/types.d.ts +50 -50
  269. package/dist/components/Tag/index.d.ts +4 -4
  270. package/dist/components/Tag/styles.d.ts +869 -869
  271. package/dist/components/Tag/tag.test.d.ts +1 -1
  272. package/dist/components/Tag/types.d.ts +9 -9
  273. package/dist/components/TextAreaInput/index.d.ts +4 -4
  274. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  275. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  276. package/dist/components/TextAreaInput/types.d.ts +26 -26
  277. package/dist/components/Thumbnail/index.d.ts +3 -3
  278. package/dist/components/Thumbnail/styles.d.ts +38 -38
  279. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  280. package/dist/components/Thumbnail/types.d.ts +28 -28
  281. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  282. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  283. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  284. package/dist/components/TimeInput/constants.d.ts +4 -4
  285. package/dist/components/TimeInput/index.d.ts +4 -4
  286. package/dist/components/TimeInput/styles.d.ts +16 -16
  287. package/dist/components/TimeInput/types.d.ts +4 -4
  288. package/dist/components/TimeInput/utils.d.ts +8 -8
  289. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  290. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  291. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  292. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  293. package/dist/components/Timeline/index.d.ts +4 -4
  294. package/dist/components/Timeline/styles.d.ts +31 -31
  295. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  296. package/dist/components/Timeline/types.d.ts +20 -20
  297. package/dist/components/Toast/button-example.d.ts +6 -6
  298. package/dist/components/Toast/components/Toast.d.ts +4 -4
  299. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  300. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  301. package/dist/components/Toast/index.d.ts +3 -3
  302. package/dist/components/Toast/styles.d.ts +22 -22
  303. package/dist/components/Toast/toast.test.d.ts +1 -1
  304. package/dist/components/Toast/types.d.ts +29 -29
  305. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  306. package/dist/components/Tooltip/example.d.ts +2 -2
  307. package/dist/components/Tooltip/index.d.ts +4 -4
  308. package/dist/components/Tooltip/styles.d.ts +13 -13
  309. package/dist/components/Tooltip/types.d.ts +26 -26
  310. package/dist/components/Typography/index.d.ts +4 -4
  311. package/dist/components/Typography/styles.d.ts +21 -21
  312. package/dist/components/Typography/types.d.ts +16 -16
  313. package/dist/components/Typography/typography.test.d.ts +1 -1
  314. package/dist/index.d.ts +65 -65
  315. package/dist/shared/animations/opacityAnimation.d.ts +2 -2
  316. package/dist/shared/assets/emotes.d.ts +5007 -5007
  317. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  318. package/dist/shared/formatters/format-number.d.ts +5 -5
  319. package/dist/shared/formatters/types.d.ts +5 -5
  320. package/dist/shared/hooks/devices.d.ts +8 -8
  321. package/dist/shared/hooks/useBreakpoints.d.ts +25 -25
  322. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  323. package/dist/shared/hooks/useDevices.d.ts +8 -8
  324. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  325. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  326. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  327. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  328. package/dist/shared/hooks/useObserver.d.ts +10 -10
  329. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  330. package/dist/shared/hooks/useReposition/index.d.ts +3 -3
  331. package/dist/shared/hooks/useReposition/types.d.ts +29 -29
  332. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  333. package/dist/shared/tests/test-utils.d.ts +4 -4
  334. package/dist/shared/tests/types.d.ts +4 -4
  335. package/dist/shared/theme/button-example.d.ts +2 -2
  336. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  337. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  338. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  339. package/dist/shared/theme/hooks/useTheme.d.ts +284 -284
  340. package/dist/shared/theme/index.d.ts +7 -7
  341. package/dist/shared/theme/theme.d.ts +282 -282
  342. package/dist/shared/theme/theme.test.d.ts +1 -1
  343. package/dist/shared/theme/theme.types.d.ts +14 -14
  344. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  345. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  346. package/dist/shared/types/credit-card.d.ts +5 -5
  347. package/dist/shared/types/file.d.ts +11 -11
  348. package/dist/shared/types/name.d.ts +3 -3
  349. package/dist/utils/GenerateKey.d.ts +10 -10
  350. package/dist/utils/brightnessColorChange.d.ts +8 -8
  351. package/dist/utils/colorCheck.d.ts +40 -40
  352. package/dist/utils/colorFunctions.d.ts +2 -2
  353. package/dist/utils/colorToGray.d.ts +5 -5
  354. package/dist/utils/file.d.ts +26 -26
  355. package/dist/utils/formatters/bytes.d.ts +7 -7
  356. package/dist/utils/formatters/capitalize.d.ts +6 -6
  357. package/dist/utils/formatters/cep.d.ts +12 -12
  358. package/dist/utils/formatters/cnpj.d.ts +18 -18
  359. package/dist/utils/formatters/color.d.ts +15 -15
  360. package/dist/utils/formatters/cpf.d.ts +18 -18
  361. package/dist/utils/formatters/credit-card.d.ts +26 -26
  362. package/dist/utils/formatters/email.d.ts +1 -1
  363. package/dist/utils/formatters/index.d.ts +15 -15
  364. package/dist/utils/formatters/name.d.ts +20 -20
  365. package/dist/utils/formatters/number.d.ts +6 -6
  366. package/dist/utils/formatters/passport.d.ts +24 -24
  367. package/dist/utils/formatters/phone.d.ts +59 -59
  368. package/dist/utils/formatters/price.d.ts +11 -11
  369. package/dist/utils/formatters/rg.d.ts +12 -12
  370. package/dist/utils/formatters/strings.d.ts +19 -19
  371. package/dist/utils/fuctionsColors.d.ts +2 -2
  372. package/dist/utils/generateUUID.d.ts +1 -1
  373. package/dist/utils/getColorValue.d.ts +12 -12
  374. package/dist/utils/getSvg.d.ts +10 -10
  375. package/dist/utils/getValuesBySize.d.ts +6 -6
  376. package/dist/utils/invertColor.d.ts +7 -7
  377. package/package.json +1 -1
  378. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +0 -5
  379. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +0 -1
  380. package/dist/components/Illustration/AlternativeOrderSvg/index.js +0 -107
  381. package/dist/components/Illustration/BoletoSvg/index.d.ts +0 -5
  382. package/dist/components/Illustration/BoletoSvg/index.d.ts.map +0 -1
  383. package/dist/components/Illustration/BoletoSvg/index.js +0 -168
  384. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +0 -5
  385. package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +0 -1
  386. package/dist/components/Illustration/BoxClosedSvg/index.js +0 -99
  387. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +0 -5
  388. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +0 -1
  389. package/dist/components/Illustration/BoxDeliverySvg/index.js +0 -111
  390. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +0 -5
  391. package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +0 -1
  392. package/dist/components/Illustration/BoxOpenSvg/index.js +0 -108
  393. package/dist/components/Illustration/CalendarSvg/index.d.ts +0 -5
  394. package/dist/components/Illustration/CalendarSvg/index.d.ts.map +0 -1
  395. package/dist/components/Illustration/CalendarSvg/index.js +0 -109
  396. package/dist/components/Illustration/CardSvg/index.d.ts +0 -5
  397. package/dist/components/Illustration/CardSvg/index.d.ts.map +0 -1
  398. package/dist/components/Illustration/CardSvg/index.js +0 -110
  399. package/dist/components/Illustration/CollaboratorSvg/index.d.ts +0 -5
  400. package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +0 -1
  401. package/dist/components/Illustration/CollaboratorSvg/index.js +0 -99
  402. package/dist/components/Illustration/InquirySvg/index.d.ts +0 -5
  403. package/dist/components/Illustration/InquirySvg/index.d.ts.map +0 -1
  404. package/dist/components/Illustration/InquirySvg/index.js +0 -219
  405. package/dist/components/Illustration/OrderSvg/index.d.ts +0 -5
  406. package/dist/components/Illustration/OrderSvg/index.d.ts.map +0 -1
  407. package/dist/components/Illustration/OrderSvg/index.js +0 -135
  408. package/dist/components/Illustration/PixSvg/index.d.ts +0 -5
  409. package/dist/components/Illustration/PixSvg/index.d.ts.map +0 -1
  410. package/dist/components/Illustration/PixSvg/index.js +0 -93
  411. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +0 -5
  412. package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +0 -1
  413. package/dist/components/Illustration/PrescriptionSvg/index.js +0 -81
  414. package/dist/components/Illustration/TransportSvg/index.d.ts +0 -5
  415. package/dist/components/Illustration/TransportSvg/index.d.ts.map +0 -1
  416. package/dist/components/Illustration/TransportSvg/index.js +0 -102
@@ -1,60 +1,60 @@
1
- /**
2
- * Formats phone numbers with a default ddi of +55.
3
- * @param {string} phone - The phone number to be formatted.
4
- * @param {string} [ddi='+55'] - The default ddi to use.
5
- * @returns {string} The formatted phone number.
6
- */
7
- export declare function formatPhone(phone: string, ddi?: string): string;
8
- /**
9
- * Formats phone numbers with a default ddi of +55 and adds a country prefix if needed.
10
- * @param {string} phone - The phone number to be formatted.
11
- * @param {string} [ddi='+55'] - The default ddi to use.
12
- * @returns {string} The formatted phone number with prefix.
13
- */
14
- export declare function formatPhoneWithPrefix(phone?: string, ddi?: string): string;
15
- /**
16
- * Sanitizes phone numbers by removing all non-digit characters and leading zeroes.
17
- * @param {string} phone - The phone number to be sanitized.
18
- * @returns {string} The sanitized phone number.
19
- */
20
- export declare function sanitizePhone(phone: string): string;
21
- /**
22
- * Validates if a phone number is valid according to Brazilian phone number rules.
23
- * @param {string} phone - The phone number to be validated.
24
- * @returns {boolean} - Returns true if the phone number is valid or false otherwise.
25
- */
26
- export declare function phoneValidator(phone: string): boolean;
27
- /**
28
- * Parses a Brazilian phone number to add the ninth digit if needed or removes it if specified.
29
- * @param {string} phone - The phone number to be parsed.
30
- * @param {boolean} [remove] - If true, removes the ninth digit from the phone number. Defaults to false.
31
- * @returns {string} - Returns the parsed phone number.
32
- */
33
- export declare function phoneNineDigitParser(phone: string, remove?: boolean): string;
34
- /**
35
- * Verifies if a Brazilian phone number has the ninth digit added.
36
- * @param {string} phone - The phone number to be verified.
37
- * @param {object} [options] - The options to customize the error message. Default values: { errorMessage: 'Please include the digit "9" at the beginning of the number' }.
38
- * @returns {boolean|string} - Returns true if first digit is nine, or an error message if the phone number is invalid.
39
- */
40
- export declare function verifyNineDigit(phone: string, { errorMessage, }: {
41
- errorMessage?: string;
42
- }): boolean | string;
43
- /**
44
- * Returns a formatted phone number based on provided options.
45
- * @param {string} phone - The phone number to be formatted.
46
- * @param {object} options - The options to customize the format. Default values: { ddi: undefined, withDDI: false, keepDDI: false }.
47
- * @returns {string} The formatted phone number.
48
- */
49
- export declare function formatedPhone(phone: string, options?: {
50
- ddi?: string;
51
- withDDI?: boolean;
52
- keepDDI?: boolean;
53
- }): string;
54
- /**
55
- * Returns the DDI (international dialing code) of a phone number.
56
- * @param {string} number - The phone number to get the DDI from.
57
- * @returns {string|null} The DDI.
58
- */
59
- export declare function getDDI(number?: string): string | null;
1
+ /**
2
+ * Formats phone numbers with a default ddi of +55.
3
+ * @param {string} phone - The phone number to be formatted.
4
+ * @param {string} [ddi='+55'] - The default ddi to use.
5
+ * @returns {string} The formatted phone number.
6
+ */
7
+ export declare function formatPhone(phone: string, ddi?: string): string;
8
+ /**
9
+ * Formats phone numbers with a default ddi of +55 and adds a country prefix if needed.
10
+ * @param {string} phone - The phone number to be formatted.
11
+ * @param {string} [ddi='+55'] - The default ddi to use.
12
+ * @returns {string} The formatted phone number with prefix.
13
+ */
14
+ export declare function formatPhoneWithPrefix(phone?: string, ddi?: string): string;
15
+ /**
16
+ * Sanitizes phone numbers by removing all non-digit characters and leading zeroes.
17
+ * @param {string} phone - The phone number to be sanitized.
18
+ * @returns {string} The sanitized phone number.
19
+ */
20
+ export declare function sanitizePhone(phone: string): string;
21
+ /**
22
+ * Validates if a phone number is valid according to Brazilian phone number rules.
23
+ * @param {string} phone - The phone number to be validated.
24
+ * @returns {boolean} - Returns true if the phone number is valid or false otherwise.
25
+ */
26
+ export declare function phoneValidator(phone: string): boolean;
27
+ /**
28
+ * Parses a Brazilian phone number to add the ninth digit if needed or removes it if specified.
29
+ * @param {string} phone - The phone number to be parsed.
30
+ * @param {boolean} [remove] - If true, removes the ninth digit from the phone number. Defaults to false.
31
+ * @returns {string} - Returns the parsed phone number.
32
+ */
33
+ export declare function phoneNineDigitParser(phone: string, remove?: boolean): string;
34
+ /**
35
+ * Verifies if a Brazilian phone number has the ninth digit added.
36
+ * @param {string} phone - The phone number to be verified.
37
+ * @param {object} [options] - The options to customize the error message. Default values: { errorMessage: 'Please include the digit "9" at the beginning of the number' }.
38
+ * @returns {boolean|string} - Returns true if first digit is nine, or an error message if the phone number is invalid.
39
+ */
40
+ export declare function verifyNineDigit(phone: string, { errorMessage, }: {
41
+ errorMessage?: string;
42
+ }): boolean | string;
43
+ /**
44
+ * Returns a formatted phone number based on provided options.
45
+ * @param {string} phone - The phone number to be formatted.
46
+ * @param {object} options - The options to customize the format. Default values: { ddi: undefined, withDDI: false, keepDDI: false }.
47
+ * @returns {string} The formatted phone number.
48
+ */
49
+ export declare function formatedPhone(phone: string, options?: {
50
+ ddi?: string;
51
+ withDDI?: boolean;
52
+ keepDDI?: boolean;
53
+ }): string;
54
+ /**
55
+ * Returns the DDI (international dialing code) of a phone number.
56
+ * @param {string} number - The phone number to get the DDI from.
57
+ * @returns {string|null} The DDI.
58
+ */
59
+ export declare function getDDI(number?: string): string | null;
60
60
  //# sourceMappingURL=phone.d.ts.map
@@ -1,12 +1,12 @@
1
- /**
2
- * Formats a number or string into Brazilian Real currency format.
3
- * @param {number | string} value - The value to format.
4
- * @returns {string} The formatted value in BRL currency format.
5
- */
6
- export declare function formatPrice(value: number | string): string;
7
- /**
8
- * Converts a number of cents to a string representation of a price with the Brazilian Real currency symbol and format.
9
- * @param {number} cents - The amount of cents to format.
10
- */
11
- export declare function localeCents(cents: number): string;
1
+ /**
2
+ * Formats a number or string into Brazilian Real currency format.
3
+ * @param {number | string} value - The value to format.
4
+ * @returns {string} The formatted value in BRL currency format.
5
+ */
6
+ export declare function formatPrice(value: number | string): string;
7
+ /**
8
+ * Converts a number of cents to a string representation of a price with the Brazilian Real currency symbol and format.
9
+ * @param {number} cents - The amount of cents to format.
10
+ */
11
+ export declare function localeCents(cents: number): string;
12
12
  //# sourceMappingURL=price.d.ts.map
@@ -1,13 +1,13 @@
1
- /**
2
- * Formats the given RG string by removing any character that is not a number, comma, dot or space.
3
- * @param {string} rg - The RG string to be formatted.
4
- * @returns {string} - The formatted RG string.
5
- */
6
- export declare function formatRG(rg: string): string;
7
- /**
8
- * Sanitizes the given RG string by removing dots and dashes and converting all characters to uppercase.
9
- * @param {string} rg - The RG string to be sanitized.
10
- * @returns {string} - The sanitized RG string.
11
- */
12
- export declare function sanitizeRG(rg: string): string;
1
+ /**
2
+ * Formats the given RG string by removing any character that is not a number, comma, dot or space.
3
+ * @param {string} rg - The RG string to be formatted.
4
+ * @returns {string} - The formatted RG string.
5
+ */
6
+ export declare function formatRG(rg: string): string;
7
+ /**
8
+ * Sanitizes the given RG string by removing dots and dashes and converting all characters to uppercase.
9
+ * @param {string} rg - The RG string to be sanitized.
10
+ * @returns {string} - The sanitized RG string.
11
+ */
12
+ export declare function sanitizeRG(rg: string): string;
13
13
  //# sourceMappingURL=rg.d.ts.map
@@ -1,20 +1,20 @@
1
- /**
2
- * Truncates a string to a given character limit and adds ellipses at the end if necessary.
3
- * @param {string} data - The string to truncate.
4
- * @param {number} limit - The maximum number of characters the string can have.
5
- * @returns {string} The truncated string.
6
- */
7
- export declare function truncateString(data: string, limit: number): string;
8
- /**
9
- * Removes line breaks from a given string.
10
- * @param {string} lineBreaks - The string to remove line breaks from.
11
- * @returns {string} The string without line breaks.
12
- */
13
- export declare function removeLineBreaks(lineBreaks: string): string;
14
- /**
15
- * Replaces multiple consecutive spaces in a string with a single space and trims the string.
16
- * @param {string} string - The string to replace unnecessary spaces in.
17
- * @returns {string} The string without unnecessary spaces.
18
- */
19
- export declare function replaceUnecessarySpaces(string: string): string;
1
+ /**
2
+ * Truncates a string to a given character limit and adds ellipses at the end if necessary.
3
+ * @param {string} data - The string to truncate.
4
+ * @param {number} limit - The maximum number of characters the string can have.
5
+ * @returns {string} The truncated string.
6
+ */
7
+ export declare function truncateString(data: string, limit: number): string;
8
+ /**
9
+ * Removes line breaks from a given string.
10
+ * @param {string} lineBreaks - The string to remove line breaks from.
11
+ * @returns {string} The string without line breaks.
12
+ */
13
+ export declare function removeLineBreaks(lineBreaks: string): string;
14
+ /**
15
+ * Replaces multiple consecutive spaces in a string with a single space and trims the string.
16
+ * @param {string} string - The string to replace unnecessary spaces in.
17
+ * @returns {string} The string without unnecessary spaces.
18
+ */
19
+ export declare function replaceUnecessarySpaces(string: string): string;
20
20
  //# sourceMappingURL=strings.d.ts.map
@@ -1,3 +1,3 @@
1
- export declare function hoverFunction(col: string, amt?: number): string;
2
- export declare function focusFunction(col: string, amt?: number): string;
1
+ export declare function hoverFunction(col: string, amt?: number): string;
2
+ export declare function focusFunction(col: string, amt?: number): string;
3
3
  //# sourceMappingURL=fuctionsColors.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare function generateUUID(): string;
1
+ export declare function generateUUID(): string;
2
2
  //# sourceMappingURL=generateUUID.d.ts.map
@@ -1,13 +1,13 @@
1
- import { ExtendThemeProps } from '../shared/theme';
2
- /**
3
- * This function takes a color string and returns the color value related to the theme or the original color string
4
- * @param color : color value;
5
- * @param theme : theme object;
6
- * @param defaultValue : default value if color is not valid;
7
- * @returns color value;
8
- * @example
9
- * getColorValue('primary.default', props.theme); // returns '#22E0A1'
10
- */
11
- export declare const getColorValue: (color: string, theme?: ExtendThemeProps, defaultValue?: string) => string;
12
- export declare const getThemeHex: (path: string, obj: object, separator?: string) => any;
1
+ import { ExtendThemeProps } from '../shared/theme';
2
+ /**
3
+ * This function takes a color string and returns the color value related to the theme or the original color string
4
+ * @param color : color value;
5
+ * @param theme : theme object;
6
+ * @param defaultValue : default value if color is not valid;
7
+ * @returns color value;
8
+ * @example
9
+ * getColorValue('primary.default', props.theme); // returns '#22E0A1'
10
+ */
11
+ export declare const getColorValue: (color: string, theme?: ExtendThemeProps, defaultValue?: string) => string;
12
+ export declare const getThemeHex: (path: string, obj: object, separator?: string) => any;
13
13
  //# sourceMappingURL=getColorValue.d.ts.map
@@ -1,11 +1,11 @@
1
- type IconsObject = {
2
- name: string;
3
- width: number;
4
- height: number;
5
- viewBox: string;
6
- html: string;
7
- xmlns: string;
8
- };
9
- export declare const getSvg: (name: string, allIcons: IconsObject[]) => IconsObject;
10
- export {};
1
+ type IconsObject = {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ };
9
+ export declare const getSvg: (name: string, allIcons: IconsObject[]) => IconsObject;
10
+ export {};
11
11
  //# sourceMappingURL=getSvg.d.ts.map
@@ -1,7 +1,7 @@
1
- type SizeName = 'base' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | string;
2
- type Sizes = {
3
- [key in SizeName | string]: string | number;
4
- };
5
- export declare function getValuesBySize(sizes: Sizes, conditional?: SizeName): string | number;
6
- export {};
1
+ type SizeName = 'base' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | string;
2
+ type Sizes = {
3
+ [key in SizeName | string]: string | number;
4
+ };
5
+ export declare function getValuesBySize(sizes: Sizes, conditional?: SizeName): string | number;
6
+ export {};
7
7
  //# sourceMappingURL=getValuesBySize.d.ts.map
@@ -1,8 +1,8 @@
1
- /**
2
- * Invert the provided color or return black or white if the color is darken or lighten
3
- * @param hex : hex color
4
- * @param bw : black or white
5
- * @returns : hex color
6
- */
7
- export declare const invertColor: (hex: string, bw: boolean) => string;
1
+ /**
2
+ * Invert the provided color or return black or white if the color is darken or lighten
3
+ * @param hex : hex color
4
+ * @param bw : black or white
5
+ * @returns : hex color
6
+ */
7
+ export declare const invertColor: (hex: string, bw: boolean) => string;
8
8
  //# sourceMappingURL=invertColor.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pedidopago/ui",
3
- "version": "1.7.9",
3
+ "version": "1.7.11",
4
4
  "description": "Quick build beatiful Pedido Pago apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function AlternativeOrderSvg({ color }: {
3
- color: string;
4
- }): JSX.Element;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/AlternativeOrderSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA8E/D"}
@@ -1,107 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.AlternativeOrderSvg = AlternativeOrderSvg;
7
-
8
- var _jsxRuntime = require("react/jsx-runtime");
9
-
10
- function AlternativeOrderSvg(_ref) {
11
- var color = _ref.color;
12
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
- width: "168",
14
- height: "167",
15
- viewBox: "0 0 168 167",
16
- fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
- d: "M167.066 83.1856C167.066 95.5397 164.356 107.276 159.491 117.82C146.307 146.474 117.251 166.371 83.5328 166.371C49.8149 166.371 20.759 146.474 7.57439 117.82C2.70917 107.276 0 95.5397 0 83.1856C0 37.2424 37.3979 0 83.5328 0C129.668 0 167.066 37.2424 167.066 83.1856Z",
20
- fill: "#EAEFED"
21
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
22
- filter: "url(#filter0_d_3_37)",
23
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- d: "M8.1759 37.5051C8.1759 31.799 12.8016 27.1733 18.5077 27.1733H148.947C154.653 27.1733 159.278 31.799 159.278 37.5051V128.554C159.278 134.26 154.653 138.886 148.947 138.886H18.5077C12.8016 138.886 8.1759 134.26 8.1759 128.554V37.5051Z",
25
- fill: "white"
26
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
27
- cx: "84.1606",
28
- cy: "83.0296",
29
- rx: "39.7536",
30
- ry: "39.7536",
31
- fill: "#0FB075"
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
33
- cx: "87.1798",
34
- cy: "84.5392",
35
- rx: "37.7407",
36
- ry: "38.2439",
37
- fill: "url(#paint0_linear_3_37)"
38
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
39
- fillRule: "evenodd",
40
- clipRule: "evenodd",
41
- d: "M86.8013 68.9429C88.3337 68.9008 89.8497 69.2712 91.1905 70.0159C92.5466 70.7691 93.6725 71.8768 94.4474 73.2207C95.2341 74.585 94.7659 76.3287 93.4016 77.1154C92.0373 77.9021 90.2936 77.4339 89.5069 76.0696C89.2487 75.6219 88.8735 75.2526 88.4214 75.0015C87.9693 74.7504 87.4573 74.627 86.9403 74.6444C86.9084 74.6454 86.8764 74.646 86.8444 74.646H81.1414C80.3848 74.646 79.6594 74.9464 79.1247 75.481C78.5901 76.0155 78.2898 76.7403 78.2898 77.4959C78.2898 78.2515 78.5901 78.9763 79.1247 79.5108C79.6594 80.0453 80.3848 80.3458 81.1414 80.3458H86.8444C89.113 80.3458 91.2887 81.2467 92.8931 82.8506C94.4975 84.4545 95.399 86.6301 95.399 88.8987C95.399 91.1674 94.4975 93.3429 92.8931 94.9469C91.2887 96.5508 89.113 97.4517 86.8444 97.4517H81.1845C79.6521 97.4938 78.1361 97.1234 76.7953 96.3788C75.4391 95.6256 74.3133 94.5178 73.5384 93.1739C72.7517 91.8096 73.2199 90.0659 74.5842 89.2792C75.9484 88.4925 77.6922 88.9607 78.4789 90.325C78.737 90.7727 79.1122 91.142 79.5643 91.3931C80.0165 91.6442 80.5284 91.7677 81.0454 91.7503C81.0774 91.7492 81.1094 91.7486 81.1414 91.7486H86.8444C87.6009 91.7486 88.3263 91.4482 88.861 90.9136C89.3957 90.3791 89.6959 89.6543 89.6959 88.8987C89.6959 88.1432 89.3957 87.4184 88.861 86.8838C88.3263 86.3493 87.6009 86.0488 86.8444 86.0488H81.1414C78.8728 86.0488 76.697 85.1479 75.0927 83.544C73.4883 81.9401 72.5868 79.7645 72.5868 77.4959C72.5868 75.2272 73.4883 73.0517 75.0927 71.4477C76.697 69.8438 78.8728 68.9429 81.1414 68.9429H86.8013Z",
42
- fill: "white"
43
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
44
- fillRule: "evenodd",
45
- clipRule: "evenodd",
46
- d: "M83.9929 60.3851C85.5678 60.3851 86.8445 61.6617 86.8445 63.2366V69.8901C86.8445 71.465 85.5678 72.7417 83.9929 72.7417C82.4181 72.7417 81.1414 71.465 81.1414 69.8901V63.2366C81.1414 61.6617 82.4181 60.3851 83.9929 60.3851ZM83.9929 93.6528C85.5678 93.6528 86.8445 94.9295 86.8445 96.5043V103.158C86.8445 104.733 85.5678 106.009 83.9929 106.009C82.4181 106.009 81.1414 104.733 81.1414 103.158V96.5043C81.1414 94.9295 82.4181 93.6528 83.9929 93.6528Z",
47
- fill: "white"
48
- })]
49
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
50
- cx: "30.5001",
51
- cy: "135.203",
52
- r: "30.3756",
53
- fill: color
54
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
55
- children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
56
- id: "filter0_d_3_37",
57
- x: "2.1759",
58
- y: "23.1733",
59
- width: "163.103",
60
- height: "123.713",
61
- filterUnits: "userSpaceOnUse",
62
- colorInterpolationFilters: "sRGB",
63
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
64
- floodOpacity: "0",
65
- result: "BackgroundImageFix"
66
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
67
- in: "SourceAlpha",
68
- type: "matrix",
69
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
70
- result: "hardAlpha"
71
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
72
- dy: "2"
73
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
74
- stdDeviation: "3"
75
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
76
- in2: "hardAlpha",
77
- operator: "out"
78
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
79
- type: "matrix",
80
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
81
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
82
- mode: "normal",
83
- in2: "BackgroundImageFix",
84
- result: "effect1_dropShadow_3_37"
85
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
86
- mode: "normal",
87
- in: "SourceGraphic",
88
- in2: "effect1_dropShadow_3_37",
89
- result: "shape"
90
- })]
91
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
92
- id: "paint0_linear_3_37",
93
- x1: "59.9492",
94
- y1: "55.009",
95
- x2: "119.169",
96
- y2: "127.341",
97
- gradientUnits: "userSpaceOnUse",
98
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
99
- stopColor: "#10C281"
100
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
101
- offset: "1",
102
- stopColor: "#34D399"
103
- })]
104
- })]
105
- })]
106
- });
107
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function BoletoSvg({ color }: {
3
- color: string;
4
- }): JSX.Element;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoletoSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA+JrD"}
@@ -1,168 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.BoletoSvg = BoletoSvg;
7
-
8
- var _jsxRuntime = require("react/jsx-runtime");
9
-
10
- function BoletoSvg(_ref) {
11
- var color = _ref.color;
12
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
- width: "167",
14
- height: "192",
15
- viewBox: "0 0 167 192",
16
- fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
- d: "M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z",
20
- fill: "#EAEFED"
21
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
- id: "mask0_3288_3250",
23
- maskUnits: "userSpaceOnUse",
24
- x: "1",
25
- y: "11",
26
- width: "166",
27
- height: "180",
28
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
- d: "M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z",
30
- fill: "#C4C4C4"
31
- })
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
33
- mask: "url(#mask0_3288_3250)",
34
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
35
- filter: "url(#filter0_d_3288_3250)",
36
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
- d: "M7.25977 63.5434C7.25977 57.7204 11.9802 53 17.8031 53H150.913C156.736 53 161.456 57.7204 161.456 63.5434V156.457C161.456 162.28 156.736 167 150.913 167H17.8031C11.9802 167 7.25977 162.28 7.25977 156.457V63.5434Z",
38
- fill: "#CAD6D1"
39
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
40
- x: "25.0498",
41
- y: "68.9745",
42
- width: "8.83147",
43
- height: "81.6911",
44
- rx: "4.41573",
45
- fill: "#709085"
46
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
47
- x: "135.154",
48
- y: "68.9745",
49
- width: "8.83147",
50
- height: "81.6911",
51
- rx: "4.41573",
52
- fill: "#709085"
53
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
54
- x: "46.7798",
55
- y: "68.9745",
56
- width: "8.83147",
57
- height: "67.34",
58
- rx: "4.41573",
59
- fill: "#709085"
60
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
61
- x: "83.2393",
62
- y: "68.9745",
63
- width: "8.83147",
64
- height: "67.34",
65
- rx: "4.41573",
66
- fill: "#709085"
67
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
68
- x: "46.7798",
69
- y: "141.834",
70
- width: "8.83147",
71
- height: "8.83147",
72
- rx: "4.41573",
73
- fill: "#709085"
74
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
75
- x: "83.2393",
76
- y: "141.834",
77
- width: "8.83147",
78
- height: "8.83147",
79
- rx: "4.41573",
80
- fill: "#709085"
81
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
82
- x: "62.2354",
83
- y: "68.9745",
84
- width: "8.83147",
85
- height: "67.34",
86
- rx: "4.41573",
87
- fill: "#709085"
88
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
89
- x: "98.6943",
90
- y: "68.9745",
91
- width: "8.83147",
92
- height: "67.34",
93
- rx: "4.41573",
94
- fill: "#709085"
95
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
96
- x: "119.699",
97
- y: "68.9745",
98
- width: "8.83147",
99
- height: "67.34",
100
- rx: "4.41573",
101
- fill: "#709085"
102
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
103
- x: "62.2354",
104
- y: "141.834",
105
- width: "8.83147",
106
- height: "8.83147",
107
- rx: "4.41573",
108
- fill: "#709085"
109
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
110
- x: "98.6943",
111
- y: "141.834",
112
- width: "8.83147",
113
- height: "8.83147",
114
- rx: "4.41573",
115
- fill: "#709085"
116
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
117
- x: "119.699",
118
- y: "141.834",
119
- width: "8.83147",
120
- height: "8.83147",
121
- rx: "4.41573",
122
- fill: "#709085"
123
- })]
124
- })
125
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
126
- d: "M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z",
127
- fill: color
128
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
129
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
130
- id: "filter0_d_3288_3250",
131
- x: "1.25977",
132
- y: "49",
133
- width: "166.196",
134
- height: "126",
135
- filterUnits: "userSpaceOnUse",
136
- colorInterpolationFilters: "sRGB",
137
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
138
- floodOpacity: "0",
139
- result: "BackgroundImageFix"
140
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
141
- in: "SourceAlpha",
142
- type: "matrix",
143
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
144
- result: "hardAlpha"
145
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
146
- dy: "2"
147
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
148
- stdDeviation: "3"
149
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
150
- in2: "hardAlpha",
151
- operator: "out"
152
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
153
- type: "matrix",
154
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
155
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
156
- mode: "normal",
157
- in2: "BackgroundImageFix",
158
- result: "effect1_dropShadow_3288_3250"
159
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
160
- mode: "normal",
161
- in: "SourceGraphic",
162
- in2: "effect1_dropShadow_3288_3250",
163
- result: "shape"
164
- })]
165
- })
166
- })]
167
- });
168
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function BoxClosedSvg({ color }: {
3
- color: string;
4
- }): JSX.Element;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoxClosedSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAsFxD"}