@pedidopago/ui 1.8.1 → 1.8.3

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 (465) 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 +10 -10
  5. package/dist/components/Alert/types.d.ts +42 -42
  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 +12 -12
  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 +30 -30
  26. package/dist/components/CheckboxInput/types.d.ts +27 -27
  27. package/dist/components/ChoiceList/index.d.ts +5 -4
  28. package/dist/components/ChoiceList/index.d.ts.map +1 -1
  29. package/dist/components/ChoiceList/index.js +1 -1
  30. package/dist/components/ChoiceList/styles.d.ts +21 -21
  31. package/dist/components/ChoiceList/types.d.ts +23 -23
  32. package/dist/components/ChoiceList/types.d.ts.map +1 -1
  33. package/dist/components/CollapseCard/ExpandButton/index.d.ts +3 -3
  34. package/dist/components/CollapseCard/ExpandButton/styles.d.ts +269 -269
  35. package/dist/components/CollapseCard/ExpandButton/types.d.ts +5 -5
  36. package/dist/components/CollapseCard/expand-button.test.d.ts +1 -1
  37. package/dist/components/CollapseCard/index.d.ts +3 -3
  38. package/dist/components/CollapseCard/styles.d.ts +268 -268
  39. package/dist/components/CollapseCard/types.d.ts +12 -12
  40. package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
  41. package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
  42. package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
  43. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
  44. package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
  45. package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
  46. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
  47. package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
  48. package/dist/components/ColorPicker/index.d.ts +4 -4
  49. package/dist/components/ColorPicker/styles.d.ts +44 -44
  50. package/dist/components/ColorPicker/types.d.ts +73 -73
  51. package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
  52. package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
  53. package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
  54. package/dist/components/ComposeIcon/index.d.ts +4 -4
  55. package/dist/components/ComposeIcon/styles.d.ts +10 -10
  56. package/dist/components/ComposeIcon/types.d.ts +11 -11
  57. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  58. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  59. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
  60. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
  61. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  62. package/dist/components/DateInput/index.d.ts +3 -3
  63. package/dist/components/DateInput/styles.d.ts +10 -10
  64. package/dist/components/DateInput/types.d.ts +18 -18
  65. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  66. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  67. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  68. package/dist/components/DatePicker/index.d.ts +4 -4
  69. package/dist/components/DatePicker/styles.d.ts +77 -77
  70. package/dist/components/DatePicker/types.d.ts +69 -69
  71. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  72. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  73. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  74. package/dist/components/Dialog/index.d.ts +3 -3
  75. package/dist/components/Dialog/styles.d.ts +23 -23
  76. package/dist/components/Dialog/types.d.ts +30 -30
  77. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  78. package/dist/components/Dropzone/index.d.ts +4 -4
  79. package/dist/components/Dropzone/styles.d.ts +55 -55
  80. package/dist/components/Dropzone/types.d.ts +27 -27
  81. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  82. package/dist/components/EmojiPicker/Emote/index.d.ts +3 -3
  83. package/dist/components/EmojiPicker/Emote/styles.d.ts +12 -12
  84. package/dist/components/EmojiPicker/Emote/types.d.ts +31 -31
  85. package/dist/components/EmojiPicker/EmotePickerData/constants.d.ts +9 -9
  86. package/dist/components/EmojiPicker/EmotePickerData/index.d.ts +3 -3
  87. package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts +17 -17
  88. package/dist/components/EmojiPicker/EmotePickerData/types.d.ts +9 -9
  89. package/dist/components/EmojiPicker/EmotePickerData/utils.d.ts +4 -4
  90. package/dist/components/EmojiPicker/Example/EmotePickerExample.d.ts +3 -3
  91. package/dist/components/EmojiPicker/animation.d.ts +3 -3
  92. package/dist/components/EmojiPicker/index.d.ts +3 -3
  93. package/dist/components/EmojiPicker/styles.d.ts +517 -517
  94. package/dist/components/EmojiPicker/types.d.ts +20 -20
  95. package/dist/components/Flex/flex.test.d.ts +1 -1
  96. package/dist/components/Flex/index.d.ts +4 -4
  97. package/dist/components/Flex/styles.d.ts +464 -464
  98. package/dist/components/Flex/types.d.ts +175 -175
  99. package/dist/components/Grid/grid.test.d.ts +1 -1
  100. package/dist/components/Grid/index.d.ts +4 -4
  101. package/dist/components/Grid/styles.d.ts +456 -456
  102. package/dist/components/Grid/types.d.ts +88 -88
  103. package/dist/components/Icon/data/beauty.d.ts +8 -8
  104. package/dist/components/Icon/data/dash.d.ts +8 -8
  105. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  106. package/dist/components/Icon/data/form.d.ts +8 -8
  107. package/dist/components/Icon/data/health.d.ts +8 -8
  108. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  109. package/dist/components/Icon/data/men.d.ts +8 -8
  110. package/dist/components/Icon/data/payment.d.ts +8 -8
  111. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  112. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  113. package/dist/components/Icon/data/social.d.ts +8 -8
  114. package/dist/components/Icon/data/status.d.ts +8 -8
  115. package/dist/components/Icon/data/summer.d.ts +8 -8
  116. package/dist/components/Icon/data/woman.d.ts +8 -8
  117. package/dist/components/Icon/icon.test.d.ts +1 -1
  118. package/dist/components/Icon/index.d.ts +4 -4
  119. package/dist/components/Icon/scripts/build.d.ts +5 -5
  120. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  121. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  122. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  123. package/dist/components/Icon/styles.d.ts +13 -13
  124. package/dist/components/Icon/types.d.ts +8 -8
  125. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  126. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  127. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  128. package/dist/components/IconItem/index.d.ts +4 -4
  129. package/dist/components/IconItem/styles.d.ts +18 -18
  130. package/dist/components/IconItem/types.d.ts +22 -22
  131. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +5 -0
  132. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +1 -0
  133. package/dist/components/Illustration/AlternativeOrderSvg/index.js +107 -0
  134. package/dist/components/Illustration/BoletoSvg/index.d.ts +5 -0
  135. package/dist/components/Illustration/BoletoSvg/index.d.ts.map +1 -0
  136. package/dist/components/Illustration/BoletoSvg/index.js +168 -0
  137. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +5 -0
  138. package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +1 -0
  139. package/dist/components/Illustration/BoxClosedSvg/index.js +99 -0
  140. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +5 -0
  141. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +1 -0
  142. package/dist/components/Illustration/BoxDeliverySvg/index.js +111 -0
  143. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +5 -0
  144. package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +1 -0
  145. package/dist/components/Illustration/BoxOpenSvg/index.js +108 -0
  146. package/dist/components/Illustration/CalendarSvg/index.d.ts +5 -0
  147. package/dist/components/Illustration/CalendarSvg/index.d.ts.map +1 -0
  148. package/dist/components/Illustration/CalendarSvg/index.js +109 -0
  149. package/dist/components/Illustration/CardSvg/index.d.ts +5 -0
  150. package/dist/components/Illustration/CardSvg/index.d.ts.map +1 -0
  151. package/dist/components/Illustration/CardSvg/index.js +110 -0
  152. package/dist/components/Illustration/CollaboratorSvg/index.d.ts +5 -0
  153. package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +1 -0
  154. package/dist/components/Illustration/CollaboratorSvg/index.js +99 -0
  155. package/dist/components/Illustration/InquirySvg/index.d.ts +5 -0
  156. package/dist/components/Illustration/InquirySvg/index.d.ts.map +1 -0
  157. package/dist/components/Illustration/InquirySvg/index.js +219 -0
  158. package/dist/components/Illustration/OrderSvg/index.d.ts +5 -0
  159. package/dist/components/Illustration/OrderSvg/index.d.ts.map +1 -0
  160. package/dist/components/Illustration/OrderSvg/index.js +135 -0
  161. package/dist/components/Illustration/PixSvg/index.d.ts +5 -0
  162. package/dist/components/Illustration/PixSvg/index.d.ts.map +1 -0
  163. package/dist/components/Illustration/PixSvg/index.js +93 -0
  164. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +5 -0
  165. package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +1 -0
  166. package/dist/components/Illustration/PrescriptionSvg/index.js +81 -0
  167. package/dist/components/Illustration/TransportSvg/index.d.ts +5 -0
  168. package/dist/components/Illustration/TransportSvg/index.d.ts.map +1 -0
  169. package/dist/components/Illustration/TransportSvg/index.js +102 -0
  170. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  171. package/dist/components/Illustration/index.d.ts +4 -4
  172. package/dist/components/Illustration/styles.d.ts +10 -10
  173. package/dist/components/Illustration/types.d.ts +11 -11
  174. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  175. package/dist/components/ImageItem/index.d.ts +4 -4
  176. package/dist/components/ImageItem/input.test.d.ts +1 -1
  177. package/dist/components/ImageItem/styles.d.ts +26 -26
  178. package/dist/components/ImageItem/types.d.ts +25 -25
  179. package/dist/components/Input/index.d.ts +4 -4
  180. package/dist/components/Input/input.test.d.ts +1 -1
  181. package/dist/components/Input/styles.d.ts +65 -65
  182. package/dist/components/Input/types.d.ts +30 -30
  183. package/dist/components/Label/index.d.ts +3 -3
  184. package/dist/components/Label/label.test.d.ts +1 -1
  185. package/dist/components/Label/styles.d.ts +6 -6
  186. package/dist/components/Label/types.d.ts +17 -17
  187. package/dist/components/LegacyRadio/index.d.ts +5 -0
  188. package/dist/components/LegacyRadio/index.d.ts.map +1 -0
  189. package/dist/components/LegacyRadio/index.js +1 -0
  190. package/dist/components/LegacyRadio/legacy-radio.test.d.ts +2 -0
  191. package/dist/components/LegacyRadio/legacy-radio.test.d.ts.map +1 -0
  192. package/dist/components/LegacyRadio/legacy-radio.test.js +1 -0
  193. package/dist/components/LegacyRadio/styles.d.ts +34 -0
  194. package/dist/components/LegacyRadio/styles.d.ts.map +1 -0
  195. package/dist/components/LegacyRadio/styles.js +11 -0
  196. package/dist/components/LegacyRadio/types.d.ts +28 -0
  197. package/dist/components/LegacyRadio/types.d.ts.map +1 -0
  198. package/dist/components/LegacyRadio/types.js +1 -0
  199. package/dist/components/List/index.d.ts +4 -4
  200. package/dist/components/List/list.test.d.ts +1 -1
  201. package/dist/components/List/styles.d.ts +15 -15
  202. package/dist/components/List/types.d.ts +8 -8
  203. package/dist/components/Modal/ModalExample.d.ts +7 -7
  204. package/dist/components/Modal/index.d.ts +3 -3
  205. package/dist/components/Modal/modal.test.d.ts +1 -1
  206. package/dist/components/Modal/styles.d.ts +538 -538
  207. package/dist/components/Modal/types.d.ts +37 -37
  208. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  209. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  210. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  211. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  212. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  213. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  214. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  215. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  216. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  217. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  218. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  219. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  220. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  221. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  222. package/dist/components/MultipleSelect/index.d.ts +5 -5
  223. package/dist/components/MultipleSelect/types.d.ts +44 -44
  224. package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
  225. package/dist/components/NewSelect/Examples/index.d.ts +4 -4
  226. package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
  227. package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
  228. package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
  229. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +4 -0
  230. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts.map +1 -0
  231. package/dist/components/NewSelect/components/OptionsSelect/index.js +56 -0
  232. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
  233. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +22 -22
  234. package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
  235. package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
  236. package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
  237. package/dist/components/NewSelect/components/SelectItem/styles.d.ts +8 -8
  238. package/dist/components/NewSelect/components/SelectItem/types.d.ts +2 -2
  239. package/dist/components/NewSelect/index.d.ts +3 -3
  240. package/dist/components/NewSelect/multiple/index.d.ts +3 -3
  241. package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
  242. package/dist/components/NewSelect/single/index.d.ts +3 -3
  243. package/dist/components/NewSelect/styles.d.ts +24 -24
  244. package/dist/components/NewSelect/types.d.ts +44 -44
  245. package/dist/components/Observer/index.d.ts +6 -6
  246. package/dist/components/Observer/observer.test.d.ts +1 -1
  247. package/dist/components/Observer/types.d.ts +6 -6
  248. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  249. package/dist/components/Pagination/index.d.ts +3 -3
  250. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  251. package/dist/components/Pagination/styles.d.ts +34 -34
  252. package/dist/components/Pagination/types.d.ts +28 -28
  253. package/dist/components/Progress/Circle/index.d.ts +3 -3
  254. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  255. package/dist/components/Progress/Circle/types.d.ts +18 -18
  256. package/dist/components/Progress/Linear/index.d.ts +3 -3
  257. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  258. package/dist/components/Progress/Linear/types.d.ts +13 -13
  259. package/dist/components/Progress/getSteps.d.ts +1 -1
  260. package/dist/components/Progress/index.d.ts +4 -4
  261. package/dist/components/Progress/progress.test.d.ts +1 -1
  262. package/dist/components/Progress/types.d.ts +27 -27
  263. package/dist/components/Radio/components/RadioGroup/index.d.ts +4 -4
  264. package/dist/components/Radio/components/RadioGroup/styles.d.ts +18 -18
  265. package/dist/components/Radio/components/RadioGroup/types.d.ts +16 -16
  266. package/dist/components/Radio/index.d.ts +4 -4
  267. package/dist/components/Radio/styles.d.ts +9 -9
  268. package/dist/components/Radio/types.d.ts +5 -5
  269. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  270. package/dist/components/RadioInput/components/ChoiceList/index.d.ts.map +1 -1
  271. package/dist/components/RadioInput/components/ChoiceList/index.js +2 -3
  272. package/dist/components/RadioInput/index.d.ts +4 -4
  273. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  274. package/dist/components/RadioInput/styles.d.ts +30 -33
  275. package/dist/components/RadioInput/styles.d.ts.map +1 -1
  276. package/dist/components/RadioInput/styles.js +5 -16
  277. package/dist/components/RadioInput/types.d.ts +26 -27
  278. package/dist/components/RadioInput/types.d.ts.map +1 -1
  279. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  280. package/dist/components/Rating/index.d.ts +3 -3
  281. package/dist/components/Rating/rating.test.d.ts +1 -1
  282. package/dist/components/Rating/styles.d.ts +18 -18
  283. package/dist/components/Rating/types.d.ts +19 -19
  284. package/dist/components/ReactPortal/index.d.ts +7 -7
  285. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  286. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  287. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  288. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  289. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  290. package/dist/components/Select/index.d.ts +4 -4
  291. package/dist/components/Select/select.test.d.ts +1 -1
  292. package/dist/components/Select/styles.d.ts +20 -20
  293. package/dist/components/Select/types.d.ts +26 -26
  294. package/dist/components/Skeleton/index.d.ts +4 -4
  295. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  296. package/dist/components/Skeleton/styles.d.ts +7 -7
  297. package/dist/components/Skeleton/types.d.ts +40 -40
  298. package/dist/components/Slider/SliderExample.d.ts +3 -3
  299. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  300. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  301. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  302. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  303. package/dist/components/Slider/index.d.ts +19 -19
  304. package/dist/components/Slider/slider.test.d.ts +1 -1
  305. package/dist/components/Slider/styles.d.ts +65 -65
  306. package/dist/components/Slider/types.d.ts +40 -40
  307. package/dist/components/Spinner/index.d.ts +4 -4
  308. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  309. package/dist/components/Spinner/styles.d.ts +456 -456
  310. package/dist/components/Spinner/types.d.ts +11 -11
  311. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  312. package/dist/components/Steps/components/StepIcon/styles.d.ts +22 -22
  313. package/dist/components/Steps/components/StepIcon/types.d.ts +15 -15
  314. package/dist/components/Steps/components/StepIcon/utils.d.ts +4 -4
  315. package/dist/components/Steps/components/StepIconMobile/index.d.ts +4 -0
  316. package/dist/components/Steps/components/StepIconMobile/index.d.ts.map +1 -0
  317. package/dist/components/Steps/components/StepIconMobile/index.js +126 -0
  318. package/dist/components/Steps/index.d.ts +4 -4
  319. package/dist/components/Steps/steps.test.d.ts +1 -1
  320. package/dist/components/Steps/styles.d.ts +47 -47
  321. package/dist/components/Steps/types.d.ts +20 -20
  322. package/dist/components/Steps/utils.d.ts +8 -8
  323. package/dist/components/Switch/index.d.ts +4 -4
  324. package/dist/components/Switch/styles.d.ts +18 -18
  325. package/dist/components/Switch/switch.test.d.ts +1 -1
  326. package/dist/components/Switch/types.d.ts +14 -14
  327. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  328. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  329. package/dist/components/Table/components/animations.d.ts +2 -2
  330. package/dist/components/Table/index.d.ts +3 -3
  331. package/dist/components/Table/styles.d.ts +33 -33
  332. package/dist/components/Table/table.test.d.ts +1 -1
  333. package/dist/components/Table/types.d.ts +55 -55
  334. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  335. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  336. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  337. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  338. package/dist/components/Tabs/index.d.ts +3 -3
  339. package/dist/components/Tabs/styles.d.ts +41 -41
  340. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  341. package/dist/components/Tabs/types.d.ts +50 -50
  342. package/dist/components/Tag/index.d.ts +4 -4
  343. package/dist/components/Tag/styles.d.ts +1374 -1374
  344. package/dist/components/Tag/tag.test.d.ts +1 -1
  345. package/dist/components/Tag/types.d.ts +10 -10
  346. package/dist/components/TextAreaInput/index.d.ts +4 -4
  347. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  348. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  349. package/dist/components/TextAreaInput/types.d.ts +26 -26
  350. package/dist/components/Thumbnail/index.d.ts +3 -3
  351. package/dist/components/Thumbnail/styles.d.ts +38 -38
  352. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  353. package/dist/components/Thumbnail/types.d.ts +20 -20
  354. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  355. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  356. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  357. package/dist/components/TimeInput/constants.d.ts +4 -4
  358. package/dist/components/TimeInput/index.d.ts +4 -4
  359. package/dist/components/TimeInput/styles.d.ts +16 -16
  360. package/dist/components/TimeInput/types.d.ts +4 -4
  361. package/dist/components/TimeInput/utils.d.ts +9 -9
  362. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  363. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  364. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  365. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  366. package/dist/components/Timeline/index.d.ts +4 -4
  367. package/dist/components/Timeline/styles.d.ts +31 -31
  368. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  369. package/dist/components/Timeline/types.d.ts +19 -19
  370. package/dist/components/Toast/button-example.d.ts +6 -6
  371. package/dist/components/Toast/components/Toast.d.ts +4 -4
  372. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  373. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  374. package/dist/components/Toast/index.d.ts +3 -3
  375. package/dist/components/Toast/styles.d.ts +22 -22
  376. package/dist/components/Toast/toast.test.d.ts +1 -1
  377. package/dist/components/Toast/types.d.ts +29 -29
  378. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  379. package/dist/components/Tooltip/example.d.ts +2 -2
  380. package/dist/components/Tooltip/index.d.ts +4 -4
  381. package/dist/components/Tooltip/styles.d.ts +13 -13
  382. package/dist/components/Tooltip/types.d.ts +26 -26
  383. package/dist/components/Typography/index.d.ts +4 -4
  384. package/dist/components/Typography/styles.d.ts +21 -21
  385. package/dist/components/Typography/types.d.ts +16 -16
  386. package/dist/components/Typography/typography.test.d.ts +1 -1
  387. package/dist/index.d.ts +70 -69
  388. package/dist/index.d.ts.map +1 -1
  389. package/dist/index.js +1 -1
  390. package/dist/shared/animations/opacityAnimation.d.ts +2 -2
  391. package/dist/shared/assets/emotes.d.ts +5007 -5007
  392. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  393. package/dist/shared/formatters/format-number.d.ts +5 -5
  394. package/dist/shared/formatters/types.d.ts +5 -5
  395. package/dist/shared/hooks/devices.d.ts +8 -8
  396. package/dist/shared/hooks/useBreakpoints.d.ts +17 -25
  397. package/dist/shared/hooks/useBreakpoints.d.ts.map +1 -1
  398. package/dist/shared/hooks/useBreakpoints.js +1 -1
  399. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  400. package/dist/shared/hooks/useDevices.d.ts +8 -8
  401. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  402. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  403. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  404. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  405. package/dist/shared/hooks/useObserver.d.ts +10 -10
  406. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  407. package/dist/shared/hooks/useReposition/index.d.ts +3 -3
  408. package/dist/shared/hooks/useReposition/types.d.ts +29 -29
  409. package/dist/shared/hooks/useSystemTheme.d.ts +4 -4
  410. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  411. package/dist/shared/tests/test-utils.d.ts +4 -4
  412. package/dist/shared/tests/types.d.ts +4 -4
  413. package/dist/shared/theme/button-example.d.ts +2 -2
  414. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  415. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  416. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  417. package/dist/shared/theme/hooks/useTheme.d.ts +452 -452
  418. package/dist/shared/theme/index.d.ts +7 -7
  419. package/dist/shared/theme/objects/breakpoints.d.ts +8 -8
  420. package/dist/shared/theme/objects/colors.d.ts +170 -170
  421. package/dist/shared/theme/objects/shadows.d.ts +12 -12
  422. package/dist/shared/theme/objects/sizes.d.ts +22 -22
  423. package/dist/shared/theme/objects/spaces.d.ts +130 -130
  424. package/dist/shared/theme/objects/transitions.d.ts +3 -3
  425. package/dist/shared/theme/objects/typography.d.ts +13 -13
  426. package/dist/shared/theme/objects/z-indexes.d.ts +13 -13
  427. package/dist/shared/theme/theme.d.ts +450 -450
  428. package/dist/shared/theme/theme.test.d.ts +1 -1
  429. package/dist/shared/theme/theme.types.d.ts +22 -22
  430. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  431. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  432. package/dist/shared/types/credit-card.d.ts +5 -5
  433. package/dist/shared/types/file.d.ts +11 -11
  434. package/dist/shared/types/name.d.ts +3 -3
  435. package/dist/shared/types/phone.d.ts +7 -7
  436. package/dist/utils/GenerateKey.d.ts +10 -10
  437. package/dist/utils/brightnessColorChange.d.ts +8 -8
  438. package/dist/utils/colorCheck.d.ts +40 -40
  439. package/dist/utils/colorFunctions.d.ts +2 -2
  440. package/dist/utils/colorToGray.d.ts +5 -5
  441. package/dist/utils/customColorMode.d.ts +1 -1
  442. package/dist/utils/file.d.ts +26 -26
  443. package/dist/utils/formatters/bytes.d.ts +7 -7
  444. package/dist/utils/formatters/capitalize.d.ts +6 -6
  445. package/dist/utils/formatters/cep.d.ts +12 -12
  446. package/dist/utils/formatters/cnpj.d.ts +18 -18
  447. package/dist/utils/formatters/color.d.ts +15 -15
  448. package/dist/utils/formatters/cpf.d.ts +18 -18
  449. package/dist/utils/formatters/credit-card.d.ts +26 -26
  450. package/dist/utils/formatters/email.d.ts +1 -1
  451. package/dist/utils/formatters/index.d.ts +15 -15
  452. package/dist/utils/formatters/name.d.ts +20 -20
  453. package/dist/utils/formatters/number.d.ts +6 -6
  454. package/dist/utils/formatters/passport.d.ts +24 -24
  455. package/dist/utils/formatters/phone.d.ts +71 -71
  456. package/dist/utils/formatters/price.d.ts +11 -11
  457. package/dist/utils/formatters/rg.d.ts +12 -12
  458. package/dist/utils/formatters/strings.d.ts +19 -19
  459. package/dist/utils/fuctionsColors.d.ts +2 -2
  460. package/dist/utils/generateUUID.d.ts +1 -1
  461. package/dist/utils/getColorValue.d.ts +12 -12
  462. package/dist/utils/getSvg.d.ts +10 -10
  463. package/dist/utils/getValuesBySize.d.ts +6 -6
  464. package/dist/utils/invertColor.d.ts +7 -7
  465. package/package.json +1 -1
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.BoxDeliverySvg = BoxDeliverySvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function BoxDeliverySvg(_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.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_3287_4120",
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_3287_4120)",
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
35
+ filter: "url(#filter0_d_3287_4120)",
36
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M41.01 101.835C27.8076 101.835 32.3656 104.507 22.4638 104.979C17.1091 104.979 5.74702 98.6467 -1.26275 94.2377C-3.04421 93.1172 -5.26382 92.9199 -7.18882 93.7705C-9.41825 94.7556 -10.8564 96.9634 -10.8564 99.4008V133.313C-10.8564 135.694 -9.51104 137.871 -7.38116 138.936L44.19 164.722C47.1427 166.198 50.734 165.052 52.2851 162.137L52.5271 161.683C53.7745 159.339 53.1598 156.438 51.0689 154.802L56.7902 157.908C59.7054 159.49 63.3516 158.407 64.9299 155.489C66.285 152.984 65.6925 149.872 63.5118 148.04L63.3282 147.886L69.2551 151.225C72.1386 152.85 75.7935 151.815 77.397 148.919L77.5464 148.65C79.0023 146.021 78.1407 142.713 75.5876 141.128L81.3901 144.07C84.3226 145.557 87.904 144.327 89.3039 141.352C90.6711 138.447 89.4386 134.986 86.5387 133.608C76.5275 128.85 62.2726 122.094 55.4013 118.897C54.0946 118.289 53.9738 116.565 55.3235 116.06C57.8414 115.116 60.8646 114.73 63.6875 114.645C67.4768 114.53 70.8724 111.623 70.8724 107.832C70.8724 104.366 68.0289 101.574 64.563 101.626C57.9007 101.726 48.627 101.835 41.01 101.835Z",
38
+ fill: "#FCAD97"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ d: "M8.94678 48.7113C8.94678 44.5448 12.3244 41.1671 16.491 41.1671H138.456C142.622 41.1671 146 44.5448 146 48.7113V147.415C146 151.581 142.622 154.959 138.456 154.959H16.491C12.3244 154.959 8.94678 151.581 8.94678 147.415V48.7113Z",
41
+ fill: "#FFD164"
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
43
+ d: "M102.306 130.018C102.306 128.689 103.384 127.611 104.713 127.611H128.011C129.34 127.611 130.418 128.689 130.418 130.018V130.018C130.418 131.347 129.34 132.424 128.011 132.424H104.713C103.384 132.424 102.306 131.347 102.306 130.018V130.018Z",
44
+ fill: "#FFF6D8"
45
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
46
+ d: "M102.883 139.86C102.883 138.531 103.961 137.454 105.29 137.454H117.422C118.751 137.454 119.829 138.531 119.829 139.86V139.86C119.829 141.19 118.751 142.267 117.422 142.267H105.29C103.961 142.267 102.883 141.19 102.883 139.86V139.86Z",
47
+ fill: "#FFE17D"
48
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
49
+ d: "M59.8701 41.1671H94.4477V72.6013C94.4477 76.7678 91.0701 80.1455 86.9035 80.1455H67.4143C63.2478 80.1455 59.8701 76.7678 59.8701 72.6013V41.1671Z",
50
+ fill: "#FB923C"
51
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
52
+ d: "M37.8664 114.409C24.664 114.409 29.222 117.081 19.3202 117.552C13.9655 117.552 2.60346 111.22 -4.40631 106.811C-6.18776 105.691 -8.40738 105.494 -10.3324 106.344C-12.5618 107.329 -14 109.537 -14 111.974V145.887C-14 148.268 -12.6546 150.445 -10.5247 151.51L41.0464 177.295C43.9991 178.772 47.5905 177.625 49.1415 174.711L49.3835 174.257C50.631 171.913 50.0162 169.012 47.9253 167.375L53.6466 170.481C56.5618 172.064 60.208 170.98 61.7863 168.063C63.1414 165.558 62.5489 162.446 60.3682 160.614L60.1847 160.46L66.1115 163.799C68.9951 165.423 72.6499 164.388 74.2535 161.493L74.4028 161.223C75.8587 158.595 74.9971 155.286 72.444 153.701L78.2466 156.644C81.1791 158.13 84.7604 156.9 86.1604 153.925C87.5275 151.02 86.295 147.559 83.3951 146.181C73.384 141.423 59.1291 134.667 52.2578 131.47C50.951 130.862 50.8303 129.139 52.18 128.633C54.6979 127.69 57.721 127.304 60.5439 127.219C64.3333 127.104 67.7289 124.197 67.7289 120.406C67.7289 116.94 64.8853 114.148 61.4194 114.2C54.7572 114.3 45.4834 114.409 37.8664 114.409Z",
53
+ fill: "#FCC1B0"
54
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
55
+ d: "M38.1631 127.67C38.8478 126.249 40.5551 125.651 41.9766 126.336L83.5756 146.373C86.4184 147.743 87.613 151.157 86.2436 154V154L39.4972 131.484C38.0757 130.799 37.4785 129.092 38.1631 127.67V127.67Z",
56
+ fill: "#FCAD97"
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
58
+ d: "M41.3067 141.815C41.9914 140.394 43.6987 139.797 45.1201 140.481L71.936 153.398C74.7789 154.767 75.9734 158.182 74.6041 161.025V161.025L42.6407 145.629C41.2193 144.944 40.622 143.237 41.3067 141.815V141.815Z",
59
+ fill: "#FCAD97"
60
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
61
+ d: "M37.1744 152.483C37.859 151.061 39.5664 150.464 40.9878 151.149L59.3617 159.999C62.2045 161.368 63.3991 164.783 62.0297 167.626V167.626L38.5084 156.296C37.0869 155.612 36.4897 153.904 37.1744 152.483V152.483Z",
62
+ fill: "#FCAD97"
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
64
+ d: "M30.3125 161.835C30.9972 160.414 32.7045 159.816 34.126 160.501L46.7888 166.6C49.6316 167.97 50.8262 171.384 49.4568 174.227V174.227L31.6466 165.648C30.2251 164.964 29.6279 163.256 30.3125 161.835V161.835Z",
65
+ fill: "#FCAD97"
66
+ })]
67
+ })
68
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
69
+ d: "M167 154C167 158.01 166.124 161.819 164.552 165.241C160.29 174.542 150.899 181 140 181C129.101 181 119.71 174.542 115.448 165.241C113.876 161.819 113 158.01 113 154C113 139.088 125.088 127 140 127C154.912 127 167 139.088 167 154Z",
70
+ fill: color
71
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
72
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
73
+ id: "filter0_d_3287_4120",
74
+ x: "-18",
75
+ y: "39.1671",
76
+ width: "168",
77
+ height: "144.772",
78
+ filterUnits: "userSpaceOnUse",
79
+ colorInterpolationFilters: "sRGB",
80
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
81
+ floodOpacity: "0",
82
+ result: "BackgroundImageFix"
83
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
84
+ in: "SourceAlpha",
85
+ type: "matrix",
86
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
87
+ result: "hardAlpha"
88
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
89
+ dy: "2"
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
91
+ stdDeviation: "2"
92
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
93
+ in2: "hardAlpha",
94
+ operator: "out"
95
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
96
+ type: "matrix",
97
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
98
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
99
+ mode: "normal",
100
+ in2: "BackgroundImageFix",
101
+ result: "effect1_dropShadow_3287_4120"
102
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
103
+ mode: "normal",
104
+ in: "SourceGraphic",
105
+ in2: "effect1_dropShadow_3287_4120",
106
+ result: "shape"
107
+ })]
108
+ })
109
+ })]
110
+ });
111
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function BoxOpenSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoxOpenSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAkGtD"}
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.BoxOpenSvg = BoxOpenSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function BoxOpenSvg(_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.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_3287_4119",
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.jsxs)("g", {
33
+ mask: "url(#mask0_3287_4119)",
34
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
35
+ filter: "url(#filter0_d_3287_4119)",
36
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M19.7197 89.5752C19.7175 88.9526 20.0748 88.3846 20.637 88.117L83.2407 58.3181C83.6773 58.1103 84.1843 58.1099 84.6212 58.317L147.494 88.1194C148.055 88.3856 148.413 88.9515 148.413 89.5731V163.685C148.413 164.306 148.056 164.871 147.496 165.138L84.8902 194.938C84.4528 195.146 83.9448 195.146 83.5074 194.938L20.898 165.136C20.3395 164.87 19.9829 164.308 19.9807 163.689L19.7197 89.5752Z",
38
+ fill: "#FFC350"
39
+ })
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
41
+ d: "M84.0659 120.193L147.64 88.6712C147.997 88.4945 148.415 88.7538 148.415 89.1517V163.684C148.415 164.305 148.057 164.871 147.496 165.137L84.0659 195.267V120.193Z",
42
+ fill: "#FFD164"
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
44
+ d: "M84.0659 120.15L20.485 89.7271C20.1291 89.5568 19.7173 89.8163 19.7173 90.2108V163.463C19.7173 164.083 20.0729 164.647 20.6317 164.914L84.0659 195.267V120.15Z",
45
+ fill: "#FFC350"
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
47
+ d: "M90.0758 170.552C89.5515 169.49 89.9876 168.204 91.0499 167.679L109.671 158.489C110.733 157.965 112.019 158.401 112.544 159.464V159.464C113.068 160.526 112.632 161.812 111.57 162.336L92.9485 171.526C91.8862 172.051 90.6 171.615 90.0758 170.552V170.552Z",
48
+ fill: "#FFF6D8"
49
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
50
+ d: "M90.0758 180.87C89.5515 179.808 89.9876 178.522 91.0499 177.998L100.747 173.212C101.809 172.688 103.095 173.124 103.619 174.186V174.186C104.144 175.248 103.708 176.535 102.645 177.059L92.9485 181.845C91.8862 182.369 90.6 181.933 90.0758 180.87V180.87Z",
51
+ fill: "#FFE17D"
52
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
53
+ d: "M19.6538 88.5275L83.6054 58.162L84.0655 120.273L19.6538 89.9077V88.5275Z",
54
+ fill: "#EBB34A"
55
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
56
+ d: "M84.0659 120.273L148.018 88.5275L156.123 101.888C161.107 110.103 157.777 120.826 149.017 124.774L113.426 140.814C106.184 144.078 97.643 141.534 93.3673 134.838L84.0659 120.273Z",
57
+ fill: "#FFE17D"
58
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
59
+ d: "M148.019 88.5269L83.6058 58.162L93.3888 45.0076C97.8597 38.9959 105.904 36.8915 112.746 39.9436L148.257 55.7846C157.692 59.9932 160.724 71.9065 154.45 80.1139L148.019 88.5269Z",
60
+ fill: "#FFE17D"
61
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
62
+ d: "M83.6057 58.1623L19.6542 88.5275L13.4017 80.0857C7.30352 71.8522 10.4077 60.0884 19.7744 55.9358L55.0406 40.3007C61.9515 37.2368 70.0639 39.4279 74.4925 45.5546L83.6057 58.1623Z",
63
+ fill: "#FFE17D"
64
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
65
+ d: "M84.0658 120.273L19.6541 88.5275L12.4212 98.9577C6.68441 107.231 9.92201 118.683 19.1411 122.727L55.2417 138.565C62.137 141.591 70.2086 139.399 74.6265 133.301L84.0658 120.273Z",
66
+ fill: "#FFE17D"
67
+ })]
68
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
69
+ d: "M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z",
70
+ fill: color
71
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
72
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
73
+ id: "filter0_d_3287_4119",
74
+ x: "15.7197",
75
+ y: "56.162",
76
+ width: "136.694",
77
+ height: "144.932",
78
+ filterUnits: "userSpaceOnUse",
79
+ colorInterpolationFilters: "sRGB",
80
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
81
+ floodOpacity: "0",
82
+ result: "BackgroundImageFix"
83
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
84
+ in: "SourceAlpha",
85
+ type: "matrix",
86
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
87
+ result: "hardAlpha"
88
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
89
+ dy: "2"
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
91
+ stdDeviation: "2"
92
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
93
+ type: "matrix",
94
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
95
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
96
+ mode: "normal",
97
+ in2: "BackgroundImageFix",
98
+ result: "effect1_dropShadow_3287_4119"
99
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
100
+ mode: "normal",
101
+ in: "SourceGraphic",
102
+ in2: "effect1_dropShadow_3287_4119",
103
+ result: "shape"
104
+ })]
105
+ })
106
+ })]
107
+ });
108
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function CalendarSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/CalendarSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA0FvD"}
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CalendarSvg = CalendarSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function CalendarSvg(_ref) {
11
+ var color = _ref.color;
12
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
+ width: "176",
14
+ height: "192",
15
+ viewBox: "0 0 176 192",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M176 108.347C176 120.623 173.308 132.284 168.474 142.761C155.373 171.232 126.503 191.002 93 191.002C59.4972 191.002 30.6266 171.232 17.5261 142.761C12.6919 132.284 10 120.623 10 108.347C10 62.6972 47.1593 25.6924 93 25.6924C138.841 25.6924 176 62.6972 176 108.347Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_3278_3356",
23
+ maskUnits: "userSpaceOnUse",
24
+ x: "10",
25
+ y: "11",
26
+ width: "166",
27
+ height: "180",
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ d: "M10 11H176V108.5C176 154.063 138.563 191 93 191V191C47.4365 191 10 154.063 10 108.5V11Z",
30
+ fill: "#C4C4C4"
31
+ })
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
33
+ mask: "url(#mask0_3278_3356)",
34
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
35
+ filter: "url(#filter0_d_3278_3356)",
36
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M26.4277 54.8691C26.4277 51.1821 29.4166 48.1932 33.1036 48.1932H151.448C155.135 48.1932 158.124 51.1821 158.124 54.8691V113.131H26.4277V54.8691Z",
38
+ fill: "#3B82F6"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ d: "M26.2762 113.131H157.972L169.46 163.521C170.414 167.704 167.23 171.689 162.939 171.68L21.4173 171.409C17.1404 171.401 13.9742 167.429 14.9193 163.258L26.2762 113.131Z",
41
+ fill: "url(#paint0_linear_3278_3356)"
42
+ })]
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
44
+ d: "M55.8618 111.213C55.8618 101.638 57.4734 94.1664 60.6966 88.7978C63.9753 83.3739 69.5881 80.662 77.535 80.662C85.4818 80.662 91.0668 83.3739 94.29 88.7978C97.5687 94.1664 99.2081 101.638 99.2081 111.213C99.2081 120.898 97.5687 128.481 94.29 133.96C91.0668 139.384 85.4818 142.096 77.535 142.096C69.5881 142.096 63.9753 139.384 60.6966 133.96C57.4734 128.481 55.8618 120.898 55.8618 111.213ZM89.872 111.213C89.872 106.73 89.5663 102.939 88.955 99.8393C88.3993 96.7399 87.2323 94.2217 85.454 92.2846C83.6757 90.2922 81.036 89.2959 77.535 89.2959C74.0339 89.2959 71.3942 90.2922 69.6159 92.2846C67.8376 94.2217 66.6428 96.7399 66.0315 99.8393C65.4758 102.939 65.1979 106.73 65.1979 111.213C65.1979 115.862 65.4758 119.764 66.0315 122.918C66.5872 126.073 67.7543 128.619 69.5326 130.556C71.3664 132.493 74.0339 133.462 77.535 133.462C81.036 133.462 83.6757 132.493 85.454 130.556C87.2879 128.619 88.4827 126.073 89.0384 122.918C89.5941 119.764 89.872 115.862 89.872 111.213Z",
45
+ fill: "white"
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
47
+ d: "M108.013 90.3752V81.7412H125.351V142.262H115.765V90.3752H108.013Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
50
+ d: "M66.0273 45.4621C66.0273 42.4454 68.4728 40 71.4894 40V40C74.506 40 76.9515 42.4454 76.9515 45.4621V55.1724C76.9515 58.189 74.506 60.6344 71.4894 60.6344V60.6344C68.4728 60.6344 66.0273 58.189 66.0273 55.1724V45.4621Z",
51
+ fill: "#CAD6D1"
52
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
53
+ d: "M107.297 45.4621C107.297 42.4454 109.742 40 112.759 40V40C115.776 40 118.221 42.4454 118.221 45.4621V55.1724C118.221 58.189 115.776 60.6344 112.759 60.6344V60.6344C109.742 60.6344 107.297 58.189 107.297 55.1724V45.4621Z",
54
+ fill: "#CAD6D1"
55
+ })]
56
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
57
+ d: "M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z",
58
+ fill: color
59
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
60
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
61
+ id: "filter0_d_3278_3356",
62
+ x: "10.7515",
63
+ y: "46.1932",
64
+ width: "162.878",
65
+ height: "131.487",
66
+ filterUnits: "userSpaceOnUse",
67
+ colorInterpolationFilters: "sRGB",
68
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
69
+ floodOpacity: "0",
70
+ result: "BackgroundImageFix"
71
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
72
+ in: "SourceAlpha",
73
+ type: "matrix",
74
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
75
+ result: "hardAlpha"
76
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
77
+ dy: "2"
78
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
79
+ stdDeviation: "2"
80
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
81
+ type: "matrix",
82
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
83
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
84
+ mode: "normal",
85
+ in2: "BackgroundImageFix",
86
+ result: "effect1_dropShadow_3278_3356"
87
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
88
+ mode: "normal",
89
+ in: "SourceGraphic",
90
+ in2: "effect1_dropShadow_3278_3356",
91
+ result: "shape"
92
+ })]
93
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
94
+ id: "paint0_linear_3278_3356",
95
+ x1: "97",
96
+ y1: "109",
97
+ x2: "120.5",
98
+ y2: "155",
99
+ gradientUnits: "userSpaceOnUse",
100
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
101
+ stopColor: "#3574DB"
102
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
103
+ offset: "1",
104
+ stopColor: "#3B82F6"
105
+ })]
106
+ })]
107
+ })]
108
+ });
109
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function CardSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/CardSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA0FnD"}
@@ -0,0 +1,110 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CardSvg = CardSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function CardSvg(_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_3287_4121",
23
+ maskUnits: "userSpaceOnUse",
24
+ x: "1",
25
+ y: "0",
26
+ width: "166",
27
+ height: "191",
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ d: "M167 45.2368C167 57.5122 164.308 132.281 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C-6.4998 106.5 7 102.5 1 45.2368C1 -0.413273 38.1593 0.000130831 84 0.000130831C129.841 0.000130831 167 -0.413273 167 45.2368Z",
30
+ fill: "#F0F1F2"
31
+ })
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
33
+ mask: "url(#mask0_3287_4121)",
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
35
+ filter: "url(#filter0_d_3287_4121)",
36
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M8.93018 63.2659C8.93018 57.5962 13.5264 53 19.1961 53H148.803C154.473 53 159.069 57.5962 159.069 63.2659V153.734C159.069 159.404 154.473 164 148.803 164H19.1961C13.5264 164 8.93018 159.404 8.93018 153.734V63.2659Z",
38
+ fill: "url(#paint0_linear_3287_4121)"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M134 87.2808C132.607 85.8887 130.351 85.8887 128.958 87.2808C127.566 88.6728 127.566 90.9298 128.958 92.3218C133.21 96.5733 135.599 102.34 135.599 108.352C135.599 114.365 133.21 120.131 128.958 124.383C127.566 125.775 127.566 128.032 128.958 129.424C130.351 130.816 132.607 130.816 134 129.424C139.588 123.835 142.728 116.256 142.728 108.352C142.728 100.449 139.588 92.8693 134 87.2808ZM125.884 95.3967C124.492 94.0047 122.235 94.0047 120.843 95.3967C119.451 96.7888 119.451 99.0457 120.843 100.438C122.942 102.537 124.121 105.384 124.121 108.352C124.121 111.321 122.942 114.168 120.843 116.267C119.451 117.659 119.451 119.916 120.843 121.308C122.235 122.7 124.492 122.7 125.884 121.308C129.32 117.872 131.25 113.211 131.25 108.352C131.25 103.493 129.32 98.8327 125.884 95.3967Z",
43
+ fill: "white"
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
45
+ d: "M24.9707 99.4927C24.9707 96.4923 27.403 94.0599 30.4035 94.0599H57.5672C60.5677 94.0599 63 96.4923 63 99.4927V117.756C63 120.756 60.5677 123.189 57.5672 123.189H30.4035C27.403 123.189 24.9707 120.756 24.9707 117.756V99.4927Z",
46
+ fill: "#FFD064"
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
48
+ fillRule: "evenodd",
49
+ clipRule: "evenodd",
50
+ d: "M30.4035 94.0599C27.403 94.0599 24.9707 96.4923 24.9707 99.4927V117.828C24.9707 120.829 27.403 123.261 30.4035 123.261H35.3835C35.6135 123.261 35.8401 123.247 36.0626 123.219C33.3827 122.885 31.3089 120.599 31.3089 117.828V99.4927C31.3089 96.7222 33.3827 94.4361 36.0626 94.102C35.8401 94.0742 35.6135 94.0599 35.3835 94.0599H30.4035Z",
51
+ fill: "#FFC250"
52
+ })]
53
+ })
54
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
55
+ 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",
56
+ fill: color
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
58
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
59
+ id: "filter0_d_3287_4121",
60
+ x: "2.93018",
61
+ y: "49",
62
+ width: "162.139",
63
+ height: "123",
64
+ filterUnits: "userSpaceOnUse",
65
+ colorInterpolationFilters: "sRGB",
66
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
67
+ floodOpacity: "0",
68
+ result: "BackgroundImageFix"
69
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
70
+ in: "SourceAlpha",
71
+ type: "matrix",
72
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
73
+ result: "hardAlpha"
74
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
75
+ dy: "2"
76
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
77
+ stdDeviation: "3"
78
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
79
+ in2: "hardAlpha",
80
+ operator: "out"
81
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
82
+ type: "matrix",
83
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
84
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
85
+ mode: "normal",
86
+ in2: "BackgroundImageFix",
87
+ result: "effect1_dropShadow_3287_4121"
88
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
89
+ mode: "normal",
90
+ in: "SourceGraphic",
91
+ in2: "effect1_dropShadow_3287_4121",
92
+ result: "shape"
93
+ })]
94
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
95
+ id: "paint0_linear_3287_4121",
96
+ x1: "88.6616",
97
+ y1: "45.1683",
98
+ x2: "143.646",
99
+ y2: "100.202",
100
+ gradientUnits: "userSpaceOnUse",
101
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
102
+ stopColor: "#3574DB"
103
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
104
+ offset: "1",
105
+ stopColor: "#3B82F6"
106
+ })]
107
+ })]
108
+ })]
109
+ });
110
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function CollaboratorSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/CollaboratorSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAwF3D"}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CollaboratorSvg = CollaboratorSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function CollaboratorSvg(_ref) {
11
+ var color = _ref.color;
12
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
+ width: "148",
14
+ height: "148",
15
+ viewBox: "0 0 148 148",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M143.639 74C143.639 114.9 111.514 148 71.8195 148C32.1247 148 0 114.9 0 74C0 33.1 32.1247 0 71.8195 0C111.514 0 143.639 33.1 143.639 74Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
22
+ filter: "url(#filter0_d_0_4)",
23
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M140.739 18H16.8475C15.0549 18 13.5875 19.8 13.5875 22V126C13.5875 128.2 15.0549 130 16.8485 130H140.739C142.533 130 144 128.2 144 126V22C144 19.8 142.533 18 140.739 18Z",
25
+ fill: "white"
26
+ })
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ d: "M16.8602 18C14.725 18 12.9781 19.8 12.9781 22V126C12.9781 128.2 14.725 130 16.8602 130H90.6208V18H16.8602Z",
29
+ fill: "".concat(color, "45")
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
+ d: "M12.9781 81.488V22C12.9781 19.8 14.725 18 16.8602 18H90.6208V84.799C81.0775 94.678 67.8676 100.793 53.2717 100.793C37.1084 100.793 22.6436 93.293 12.9781 81.488Z",
32
+ fill: "".concat(color, "55")
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ fillRule: "evenodd",
35
+ clipRule: "evenodd",
36
+ d: "M32.0831 104.589L45.3959 110.108L57.3966 117.372L59.029 89.608C59.029 89.608 73.7239 93.483 75.9813 89.353C77.8564 85.926 75.4242 83.745 76.6277 83.165C77.3401 82.821 78.5329 80.433 77.0547 79.243C78.1369 78.745 77.9632 76.958 77.771 76.407C77.4876 75.6 76.7519 75.887 77.2644 74.537C77.6555 73.509 79.482 73.505 79.417 71.451C79.3539 69.397 73.8015 64.102 72.9601 62.219C72.4263 61.028 72.0895 55.468 71.0258 53.152C69.173 49.118 65.9887 46.236 62.6928 44.573C61.0285 43.729 59.238 43.1806 57.3966 42.951C55.5351 42.73 53.5076 42.569 51.6413 42.681C47.0982 42.958 42.7813 45.144 39.2738 48.088C36.2904 50.597 33.7068 53.768 32.4597 57.55C30.9088 62.25 31.6008 67.635 34.0446 71.898C35.7197 74.82 44.5506 78.069 45.3891 81.363L32.0831 104.589Z",
37
+ fill: "#975D48"
38
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M18.8013 130H69.269C69.269 130 56.1668 91 35.7856 97.5L18.8013 130Z",
42
+ fill: "#465953"
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
44
+ fillRule: "evenodd",
45
+ clipRule: "evenodd",
46
+ d: "M23.6537 91.5C29.9622 95.5 36.7802 100.378 55.4737 100.378V84.064C55.4737 80.301 51.873 74.838 50.7607 72.515C50.1183 71.169 49.6369 69.541 50.3143 68.216C50.6569 67.55 51.247 67.058 51.838 66.607C55.1379 64.092 58.9297 62.184 61.7385 59.099C64.5258 56.035 66.1398 51.886 66.2291 47.704C71.2283 50.828 72.2969 58.37 72.3085 58.405C73.5799 57.251 75.0726 55.961 75.0726 53.322C75.0726 43.47 52.4174 29.132 34.0443 44.638C15.8681 59.976 23.6537 91.5 23.6537 91.5Z",
47
+ fill: "#EAEFED"
48
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
49
+ d: "M133.324 70H100.326C99.2584 70 98.3849 69.1 98.3849 68C98.3849 66.9 99.2584 66 100.326 66H133.324C134.392 66 135.265 66.9 135.265 68C135.265 69.1 134.392 70 133.324 70ZM133.324 60H100.326C99.2584 60 98.3849 59.1 98.3849 58C98.3849 56.9 99.2584 56 100.326 56H133.324C134.392 56 135.265 56.9 135.265 58C135.265 59.1 134.392 60 133.324 60Z",
50
+ fill: "#CAD6D1"
51
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
52
+ d: "M122.648 88H103.238C100.52 88 98.3849 85.8 98.3849 83C98.3849 80.2 100.52 78 103.238 78H122.648C125.366 78 127.501 80.2 127.501 83C127.501 85.8 125.366 88 122.648 88Z",
53
+ fill: "".concat(color, "95")
54
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
55
+ d: "M129.816 40C130.799 41.9575 131.697 43.9596 132.506 46H101.297C99.6466 46 98.3849 44.7 98.3849 43C98.3849 41.3 99.6466 40 101.297 40H129.816Z",
56
+ fill: "#CAD6D1"
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
58
+ cx: "116.5",
59
+ cy: "122.5",
60
+ r: "22.5",
61
+ fill: color
62
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
63
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
64
+ id: "filter0_d_0_4",
65
+ x: "8.58747",
66
+ y: "14",
67
+ width: "140.413",
68
+ height: "122",
69
+ filterUnits: "userSpaceOnUse",
70
+ colorInterpolationFilters: "sRGB",
71
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
72
+ floodOpacity: "0",
73
+ result: "BackgroundImageFix"
74
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
75
+ in: "SourceAlpha",
76
+ type: "matrix",
77
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
78
+ result: "hardAlpha"
79
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
80
+ dy: "1"
81
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
82
+ stdDeviation: "2.5"
83
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
84
+ type: "matrix",
85
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"
86
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
87
+ mode: "normal",
88
+ in2: "BackgroundImageFix",
89
+ result: "effect1_dropShadow_0_4"
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
91
+ mode: "normal",
92
+ in: "SourceGraphic",
93
+ in2: "effect1_dropShadow_0_4",
94
+ result: "shape"
95
+ })]
96
+ })
97
+ })]
98
+ });
99
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function InquirySvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/InquirySvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAiQtD"}