@pedidopago/ui 1.7.19 → 1.7.20

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 (434) 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 +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 +11 -11
  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 +55 -55
  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/dash.d.ts.map +1 -1
  100. package/dist/components/Icon/data/dash.js +1 -1
  101. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  102. package/dist/components/Icon/data/form.d.ts +8 -8
  103. package/dist/components/Icon/data/health.d.ts +8 -8
  104. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  105. package/dist/components/Icon/data/men.d.ts +8 -8
  106. package/dist/components/Icon/data/payment.d.ts +8 -8
  107. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  108. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  109. package/dist/components/Icon/data/social.d.ts +8 -8
  110. package/dist/components/Icon/data/status.d.ts +8 -8
  111. package/dist/components/Icon/data/summer.d.ts +8 -8
  112. package/dist/components/Icon/data/woman.d.ts +8 -8
  113. package/dist/components/Icon/icon.test.d.ts +1 -1
  114. package/dist/components/Icon/index.d.ts +4 -4
  115. package/dist/components/Icon/scripts/build.d.ts +5 -5
  116. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  117. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  118. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  119. package/dist/components/Icon/styles.d.ts +13 -13
  120. package/dist/components/Icon/types.d.ts +8 -8
  121. package/dist/components/Icon/types.d.ts.map +1 -1
  122. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  123. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  124. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  125. package/dist/components/IconItem/index.d.ts +4 -4
  126. package/dist/components/IconItem/styles.d.ts +18 -18
  127. package/dist/components/IconItem/types.d.ts +22 -22
  128. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +5 -0
  129. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +1 -0
  130. package/dist/components/Illustration/AlternativeOrderSvg/index.js +107 -0
  131. package/dist/components/Illustration/BoletoSvg/index.d.ts +5 -0
  132. package/dist/components/Illustration/BoletoSvg/index.d.ts.map +1 -0
  133. package/dist/components/Illustration/BoletoSvg/index.js +168 -0
  134. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +5 -0
  135. package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +1 -0
  136. package/dist/components/Illustration/BoxClosedSvg/index.js +99 -0
  137. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +5 -0
  138. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +1 -0
  139. package/dist/components/Illustration/BoxDeliverySvg/index.js +111 -0
  140. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +5 -0
  141. package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +1 -0
  142. package/dist/components/Illustration/BoxOpenSvg/index.js +108 -0
  143. package/dist/components/Illustration/CalendarSvg/index.d.ts +5 -0
  144. package/dist/components/Illustration/CalendarSvg/index.d.ts.map +1 -0
  145. package/dist/components/Illustration/CalendarSvg/index.js +109 -0
  146. package/dist/components/Illustration/CardSvg/index.d.ts +5 -0
  147. package/dist/components/Illustration/CardSvg/index.d.ts.map +1 -0
  148. package/dist/components/Illustration/CardSvg/index.js +110 -0
  149. package/dist/components/Illustration/CollaboratorSvg/index.d.ts +5 -0
  150. package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +1 -0
  151. package/dist/components/Illustration/CollaboratorSvg/index.js +99 -0
  152. package/dist/components/Illustration/InquirySvg/index.d.ts +5 -0
  153. package/dist/components/Illustration/InquirySvg/index.d.ts.map +1 -0
  154. package/dist/components/Illustration/InquirySvg/index.js +219 -0
  155. package/dist/components/Illustration/OrderSvg/index.d.ts +5 -0
  156. package/dist/components/Illustration/OrderSvg/index.d.ts.map +1 -0
  157. package/dist/components/Illustration/OrderSvg/index.js +135 -0
  158. package/dist/components/Illustration/PixSvg/index.d.ts +5 -0
  159. package/dist/components/Illustration/PixSvg/index.d.ts.map +1 -0
  160. package/dist/components/Illustration/PixSvg/index.js +93 -0
  161. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +5 -0
  162. package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +1 -0
  163. package/dist/components/Illustration/PrescriptionSvg/index.js +81 -0
  164. package/dist/components/Illustration/TransportSvg/index.d.ts +5 -0
  165. package/dist/components/Illustration/TransportSvg/index.d.ts.map +1 -0
  166. package/dist/components/Illustration/TransportSvg/index.js +102 -0
  167. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  168. package/dist/components/Illustration/index.d.ts +4 -4
  169. package/dist/components/Illustration/styles.d.ts +10 -10
  170. package/dist/components/Illustration/types.d.ts +11 -11
  171. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  172. package/dist/components/ImageItem/index.d.ts +4 -4
  173. package/dist/components/ImageItem/input.test.d.ts +1 -1
  174. package/dist/components/ImageItem/styles.d.ts +26 -26
  175. package/dist/components/ImageItem/types.d.ts +25 -25
  176. package/dist/components/Input/index.d.ts +4 -4
  177. package/dist/components/Input/input.test.d.ts +1 -1
  178. package/dist/components/Input/styles.d.ts +69 -69
  179. package/dist/components/Input/types.d.ts +30 -30
  180. package/dist/components/Label/index.d.ts +3 -3
  181. package/dist/components/Label/label.test.d.ts +1 -1
  182. package/dist/components/Label/styles.d.ts +6 -6
  183. package/dist/components/Label/types.d.ts +17 -17
  184. package/dist/components/List/index.d.ts +4 -4
  185. package/dist/components/List/list.test.d.ts +1 -1
  186. package/dist/components/List/styles.d.ts +15 -15
  187. package/dist/components/List/types.d.ts +8 -8
  188. package/dist/components/Modal/ModalExample.d.ts +7 -7
  189. package/dist/components/Modal/index.d.ts +3 -3
  190. package/dist/components/Modal/modal.test.d.ts +1 -1
  191. package/dist/components/Modal/styles.d.ts +538 -538
  192. package/dist/components/Modal/types.d.ts +37 -37
  193. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  194. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  195. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  196. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  197. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  198. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  199. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  200. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  201. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  202. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  203. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  204. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  205. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  206. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  207. package/dist/components/MultipleSelect/index.d.ts +5 -5
  208. package/dist/components/MultipleSelect/types.d.ts +44 -44
  209. package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
  210. package/dist/components/NewSelect/Examples/index.d.ts +4 -4
  211. package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
  212. package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
  213. package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
  214. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +4 -0
  215. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts.map +1 -0
  216. package/dist/components/NewSelect/components/OptionsSelect/index.js +56 -0
  217. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
  218. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +22 -22
  219. package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
  220. package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
  221. package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
  222. package/dist/components/NewSelect/components/SelectItem/styles.d.ts +8 -8
  223. package/dist/components/NewSelect/components/SelectItem/types.d.ts +2 -2
  224. package/dist/components/NewSelect/index.d.ts +3 -3
  225. package/dist/components/NewSelect/multiple/index.d.ts +3 -3
  226. package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
  227. package/dist/components/NewSelect/single/index.d.ts +3 -3
  228. package/dist/components/NewSelect/styles.d.ts +24 -24
  229. package/dist/components/NewSelect/types.d.ts +44 -44
  230. package/dist/components/Observer/index.d.ts +6 -6
  231. package/dist/components/Observer/observer.test.d.ts +1 -1
  232. package/dist/components/Observer/types.d.ts +6 -6
  233. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  234. package/dist/components/Pagination/index.d.ts +3 -3
  235. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  236. package/dist/components/Pagination/styles.d.ts +34 -34
  237. package/dist/components/Pagination/types.d.ts +28 -28
  238. package/dist/components/Progress/Circle/index.d.ts +3 -3
  239. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  240. package/dist/components/Progress/Circle/types.d.ts +18 -18
  241. package/dist/components/Progress/Linear/index.d.ts +3 -3
  242. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  243. package/dist/components/Progress/Linear/types.d.ts +13 -13
  244. package/dist/components/Progress/getSteps.d.ts +1 -1
  245. package/dist/components/Progress/index.d.ts +4 -4
  246. package/dist/components/Progress/progress.test.d.ts +1 -1
  247. package/dist/components/Progress/types.d.ts +27 -27
  248. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  249. package/dist/components/RadioInput/index.d.ts +4 -4
  250. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  251. package/dist/components/RadioInput/styles.d.ts +30 -30
  252. package/dist/components/RadioInput/types.d.ts +26 -26
  253. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  254. package/dist/components/Rating/index.d.ts +3 -3
  255. package/dist/components/Rating/rating.test.d.ts +1 -1
  256. package/dist/components/Rating/styles.d.ts +18 -18
  257. package/dist/components/Rating/types.d.ts +19 -19
  258. package/dist/components/ReactPortal/index.d.ts +7 -7
  259. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  260. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  261. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  262. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  263. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  264. package/dist/components/Select/index.d.ts +4 -4
  265. package/dist/components/Select/select.test.d.ts +1 -1
  266. package/dist/components/Select/styles.d.ts +20 -20
  267. package/dist/components/Select/types.d.ts +26 -26
  268. package/dist/components/Skeleton/index.d.ts +4 -4
  269. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  270. package/dist/components/Skeleton/styles.d.ts +7 -7
  271. package/dist/components/Skeleton/types.d.ts +40 -40
  272. package/dist/components/Slider/SliderExample.d.ts +3 -3
  273. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  274. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  275. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  276. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  277. package/dist/components/Slider/index.d.ts +19 -19
  278. package/dist/components/Slider/slider.test.d.ts +1 -1
  279. package/dist/components/Slider/styles.d.ts +65 -65
  280. package/dist/components/Slider/types.d.ts +40 -40
  281. package/dist/components/Spinner/index.d.ts +4 -4
  282. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  283. package/dist/components/Spinner/styles.d.ts +288 -288
  284. package/dist/components/Spinner/types.d.ts +11 -11
  285. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  286. package/dist/components/Steps/components/StepIcon/index.d.ts.map +1 -1
  287. package/dist/components/Steps/components/StepIcon/index.js +39 -115
  288. package/dist/components/Steps/components/StepIcon/styles.d.ts +23 -0
  289. package/dist/components/Steps/components/StepIcon/styles.d.ts.map +1 -0
  290. package/dist/components/Steps/components/StepIcon/styles.js +42 -0
  291. package/dist/components/Steps/components/StepIcon/types.d.ts +16 -0
  292. package/dist/components/Steps/components/StepIcon/types.d.ts.map +1 -0
  293. package/dist/components/Steps/components/StepIcon/types.js +1 -0
  294. package/dist/components/Steps/components/StepIcon/utils.d.ts +5 -0
  295. package/dist/components/Steps/components/StepIcon/utils.d.ts.map +1 -0
  296. package/dist/components/Steps/components/StepIcon/utils.js +22 -0
  297. package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
  298. package/dist/components/Steps/index.d.ts +4 -4
  299. package/dist/components/Steps/index.d.ts.map +1 -1
  300. package/dist/components/Steps/index.js +16 -41
  301. package/dist/components/Steps/steps.test.d.ts +1 -1
  302. package/dist/components/Steps/styles.d.ts +47 -45
  303. package/dist/components/Steps/styles.d.ts.map +1 -1
  304. package/dist/components/Steps/styles.js +23 -12
  305. package/dist/components/Steps/types.d.ts +20 -20
  306. package/dist/components/Steps/utils.d.ts +8 -8
  307. package/dist/components/Switch/index.d.ts +4 -4
  308. package/dist/components/Switch/styles.d.ts +18 -18
  309. package/dist/components/Switch/switch.test.d.ts +1 -1
  310. package/dist/components/Switch/types.d.ts +14 -14
  311. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  312. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  313. package/dist/components/Table/index.d.ts +3 -3
  314. package/dist/components/Table/styles.d.ts +34 -34
  315. package/dist/components/Table/table.test.d.ts +1 -1
  316. package/dist/components/Table/types.d.ts +53 -53
  317. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  318. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  319. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  320. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  321. package/dist/components/Tabs/index.d.ts +3 -3
  322. package/dist/components/Tabs/styles.d.ts +41 -41
  323. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  324. package/dist/components/Tabs/types.d.ts +50 -50
  325. package/dist/components/Tag/index.d.ts +4 -4
  326. package/dist/components/Tag/styles.d.ts +869 -869
  327. package/dist/components/Tag/tag.test.d.ts +1 -1
  328. package/dist/components/Tag/types.d.ts +9 -9
  329. package/dist/components/TextAreaInput/index.d.ts +4 -4
  330. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  331. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  332. package/dist/components/TextAreaInput/types.d.ts +26 -26
  333. package/dist/components/Thumbnail/index.d.ts +3 -3
  334. package/dist/components/Thumbnail/styles.d.ts +38 -38
  335. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  336. package/dist/components/Thumbnail/types.d.ts +28 -28
  337. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  338. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  339. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  340. package/dist/components/TimeInput/constants.d.ts +4 -4
  341. package/dist/components/TimeInput/index.d.ts +4 -4
  342. package/dist/components/TimeInput/styles.d.ts +16 -16
  343. package/dist/components/TimeInput/types.d.ts +4 -4
  344. package/dist/components/TimeInput/utils.d.ts +9 -9
  345. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  346. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  347. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  348. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  349. package/dist/components/Timeline/index.d.ts +4 -4
  350. package/dist/components/Timeline/styles.d.ts +31 -31
  351. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  352. package/dist/components/Timeline/types.d.ts +20 -20
  353. package/dist/components/Toast/button-example.d.ts +6 -6
  354. package/dist/components/Toast/components/Toast.d.ts +4 -4
  355. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  356. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  357. package/dist/components/Toast/index.d.ts +3 -3
  358. package/dist/components/Toast/styles.d.ts +22 -22
  359. package/dist/components/Toast/toast.test.d.ts +1 -1
  360. package/dist/components/Toast/types.d.ts +29 -29
  361. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  362. package/dist/components/Tooltip/example.d.ts +2 -2
  363. package/dist/components/Tooltip/index.d.ts +4 -4
  364. package/dist/components/Tooltip/styles.d.ts +13 -13
  365. package/dist/components/Tooltip/types.d.ts +26 -26
  366. package/dist/components/Typography/index.d.ts +4 -4
  367. package/dist/components/Typography/styles.d.ts +21 -21
  368. package/dist/components/Typography/types.d.ts +16 -16
  369. package/dist/components/Typography/typography.test.d.ts +1 -1
  370. package/dist/index.d.ts +65 -65
  371. package/dist/shared/animations/opacityAnimation.d.ts +2 -2
  372. package/dist/shared/assets/emotes.d.ts +5007 -5007
  373. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  374. package/dist/shared/formatters/format-number.d.ts +5 -5
  375. package/dist/shared/formatters/types.d.ts +5 -5
  376. package/dist/shared/hooks/devices.d.ts +8 -8
  377. package/dist/shared/hooks/useBreakpoints.d.ts +25 -25
  378. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  379. package/dist/shared/hooks/useDevices.d.ts +8 -8
  380. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  381. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  382. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  383. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  384. package/dist/shared/hooks/useObserver.d.ts +10 -10
  385. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  386. package/dist/shared/hooks/useReposition/index.d.ts +3 -3
  387. package/dist/shared/hooks/useReposition/types.d.ts +29 -29
  388. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  389. package/dist/shared/tests/test-utils.d.ts +4 -4
  390. package/dist/shared/tests/types.d.ts +4 -4
  391. package/dist/shared/theme/button-example.d.ts +2 -2
  392. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  393. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  394. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  395. package/dist/shared/theme/hooks/useTheme.d.ts +284 -284
  396. package/dist/shared/theme/index.d.ts +7 -7
  397. package/dist/shared/theme/theme.d.ts +282 -282
  398. package/dist/shared/theme/theme.test.d.ts +1 -1
  399. package/dist/shared/theme/theme.types.d.ts +14 -14
  400. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  401. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  402. package/dist/shared/types/credit-card.d.ts +5 -5
  403. package/dist/shared/types/file.d.ts +11 -11
  404. package/dist/shared/types/name.d.ts +3 -3
  405. package/dist/shared/types/phone.d.ts +7 -7
  406. package/dist/utils/GenerateKey.d.ts +10 -10
  407. package/dist/utils/brightnessColorChange.d.ts +8 -8
  408. package/dist/utils/colorCheck.d.ts +40 -40
  409. package/dist/utils/colorFunctions.d.ts +2 -2
  410. package/dist/utils/colorToGray.d.ts +5 -5
  411. package/dist/utils/file.d.ts +26 -26
  412. package/dist/utils/formatters/bytes.d.ts +7 -7
  413. package/dist/utils/formatters/capitalize.d.ts +6 -6
  414. package/dist/utils/formatters/cep.d.ts +12 -12
  415. package/dist/utils/formatters/cnpj.d.ts +18 -18
  416. package/dist/utils/formatters/color.d.ts +15 -15
  417. package/dist/utils/formatters/cpf.d.ts +18 -18
  418. package/dist/utils/formatters/credit-card.d.ts +26 -26
  419. package/dist/utils/formatters/email.d.ts +1 -1
  420. package/dist/utils/formatters/index.d.ts +15 -15
  421. package/dist/utils/formatters/name.d.ts +20 -20
  422. package/dist/utils/formatters/number.d.ts +6 -6
  423. package/dist/utils/formatters/passport.d.ts +24 -24
  424. package/dist/utils/formatters/phone.d.ts +71 -71
  425. package/dist/utils/formatters/price.d.ts +11 -11
  426. package/dist/utils/formatters/rg.d.ts +12 -12
  427. package/dist/utils/formatters/strings.d.ts +19 -19
  428. package/dist/utils/fuctionsColors.d.ts +2 -2
  429. package/dist/utils/generateUUID.d.ts +1 -1
  430. package/dist/utils/getColorValue.d.ts +12 -12
  431. package/dist/utils/getSvg.d.ts +10 -10
  432. package/dist/utils/getValuesBySize.d.ts +6 -6
  433. package/dist/utils/invertColor.d.ts +7 -7
  434. package/package.json +1 -1
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,107 @@
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
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function BoletoSvg({ 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/BoletoSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA+JrD"}
@@ -0,0 +1,168 @@
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
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function BoxClosedSvg({ 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/BoxClosedSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAsFxD"}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.BoxClosedSvg = BoxClosedSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function BoxClosedSvg(_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: "M175.876 108.347C175.876 120.623 173.185 132.284 168.35 142.761C155.25 171.232 126.379 191.002 92.8765 191.002C59.3736 191.002 30.5031 171.232 17.4025 142.761C12.5684 132.284 9.87646 120.623 9.87646 108.347C9.87646 62.6972 47.0358 25.6924 92.8765 25.6924C138.717 25.6924 175.876 62.6972 175.876 108.347Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_3287_4118",
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_3287_4118)",
34
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
35
+ filter: "url(#filter0_d_3287_4118)",
36
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M22.5713 81.1386C22.5689 80.4619 22.9572 79.8447 23.5682 79.5539L91.6033 47.1697C92.0778 46.9439 92.6287 46.9434 93.1036 47.1685L161.431 79.5565C162.041 79.8458 162.43 80.4608 162.43 81.1363V161.678C162.43 162.353 162.042 162.967 161.433 163.257L93.3959 195.642C92.9206 195.868 92.3685 195.868 91.8932 195.642L23.8518 163.255C23.2448 162.966 22.8573 162.355 22.8549 161.683L22.5713 81.1386Z",
38
+ fill: "#FFE17D"
39
+ })
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
41
+ d: "M92.5 114.413L161.59 80.1561C161.977 79.9641 162.431 80.2459 162.431 80.6782V161.677C162.431 162.352 162.043 162.967 161.433 163.257L92.5 196V114.413Z",
42
+ fill: "#FFD164"
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
44
+ d: "M92.5 114.366L23.4029 81.3038C23.016 81.1187 22.5686 81.4006 22.5686 81.8295V161.437C22.5686 162.11 22.955 162.724 23.5622 163.014L92.5 196V114.366Z",
45
+ fill: "#FFC350"
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
47
+ d: "M120.181 101.301L138.829 92.2683V119.071C138.829 119.965 138.318 120.78 137.514 121.169L122.691 128.349C121.53 128.911 120.181 128.066 120.181 126.776V101.301Z",
48
+ fill: "#FB923C"
49
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
50
+ d: "M68.6067 58.1766L138.83 92.2682L120.181 101.301L50.104 67.2094L68.6067 58.1766Z",
51
+ fill: "#FBAE6E"
52
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
53
+ d: "M99.0316 169.141C98.4619 167.987 98.9359 166.589 100.09 166.019L120.327 156.032C121.481 155.462 122.879 155.936 123.449 157.09V157.09C124.019 158.245 123.545 159.643 122.39 160.212L102.154 170.2C100.999 170.77 99.6014 170.296 99.0316 169.141V169.141Z",
54
+ fill: "#FFF6D8"
55
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
56
+ d: "M99.0316 180.354C98.4619 179.2 98.9359 177.802 100.09 177.233L110.628 172.032C111.783 171.462 113.181 171.936 113.75 173.09V173.09C114.32 174.245 113.846 175.643 112.692 176.212L102.154 181.413C100.999 181.983 99.6014 181.509 99.0316 180.354V180.354Z",
57
+ fill: "#FFE17D"
58
+ })]
59
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
60
+ 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",
61
+ fill: color
62
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
63
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
64
+ id: "filter0_d_3287_4118",
65
+ x: "18.5713",
66
+ y: "45",
67
+ width: "147.859",
68
+ height: "156.812",
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: "2"
81
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
82
+ stdDeviation: "2"
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.08 0"
86
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
87
+ mode: "normal",
88
+ in2: "BackgroundImageFix",
89
+ result: "effect1_dropShadow_3287_4118"
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
91
+ mode: "normal",
92
+ in: "SourceGraphic",
93
+ in2: "effect1_dropShadow_3287_4118",
94
+ result: "shape"
95
+ })]
96
+ })
97
+ })]
98
+ });
99
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function BoxDeliverySvg({ 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/BoxDeliverySvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAmG1D"}
@@ -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