@pedidopago/ui 1.7.7 → 1.7.8

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 (421) hide show
  1. package/dist/@types/index.d.ts +6 -6
  2. package/dist/components/Alert/alert.test.d.ts +1 -1
  3. package/dist/components/Alert/index.d.ts +4 -4
  4. package/dist/components/Alert/styles.d.ts +24 -24
  5. package/dist/components/Alert/types.d.ts +44 -44
  6. package/dist/components/Avatar/avatar.test.d.ts +1 -1
  7. package/dist/components/Avatar/index.d.ts +4 -4
  8. package/dist/components/Avatar/styles.d.ts +25 -25
  9. package/dist/components/Avatar/types.d.ts +15 -15
  10. package/dist/components/Badge/badge.test.d.ts +1 -1
  11. package/dist/components/Badge/index.d.ts +4 -4
  12. package/dist/components/Badge/styles.d.ts +16 -16
  13. package/dist/components/Badge/types.d.ts +11 -11
  14. package/dist/components/Button/Button.test.d.ts +1 -1
  15. package/dist/components/Button/index.d.ts +3 -3
  16. package/dist/components/Button/styles.d.ts +14 -14
  17. package/dist/components/Button/types.d.ts +92 -92
  18. package/dist/components/Card/card.test.d.ts +1 -1
  19. package/dist/components/Card/index.d.ts +3 -3
  20. package/dist/components/Card/styles.d.ts +6 -6
  21. package/dist/components/Card/types.d.ts +17 -17
  22. package/dist/components/CheckboxInput/checkbox-input.test.d.ts +1 -1
  23. package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +4 -4
  24. package/dist/components/CheckboxInput/index.d.ts +4 -4
  25. package/dist/components/CheckboxInput/styles.d.ts +31 -31
  26. package/dist/components/CheckboxInput/types.d.ts +27 -27
  27. package/dist/components/CollapseCard/ExpandButton/index.d.ts +3 -3
  28. package/dist/components/CollapseCard/ExpandButton/styles.d.ts +269 -269
  29. package/dist/components/CollapseCard/ExpandButton/types.d.ts +5 -5
  30. package/dist/components/CollapseCard/expand-button.test.d.ts +1 -1
  31. package/dist/components/CollapseCard/index.d.ts +3 -3
  32. package/dist/components/CollapseCard/styles.d.ts +268 -268
  33. package/dist/components/CollapseCard/types.d.ts +12 -12
  34. package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
  35. package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
  36. package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
  37. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
  38. package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
  39. package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
  40. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
  41. package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
  42. package/dist/components/ColorPicker/index.d.ts +4 -4
  43. package/dist/components/ColorPicker/styles.d.ts +44 -44
  44. package/dist/components/ColorPicker/types.d.ts +73 -73
  45. package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
  46. package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
  47. package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
  48. package/dist/components/ComposeIcon/index.d.ts +4 -4
  49. package/dist/components/ComposeIcon/styles.d.ts +10 -10
  50. package/dist/components/ComposeIcon/types.d.ts +9 -9
  51. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  52. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  53. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
  54. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
  55. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  56. package/dist/components/DateInput/index.d.ts +3 -3
  57. package/dist/components/DateInput/styles.d.ts +10 -10
  58. package/dist/components/DateInput/types.d.ts +18 -18
  59. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  60. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  61. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  62. package/dist/components/DatePicker/index.d.ts +4 -4
  63. package/dist/components/DatePicker/styles.d.ts +77 -77
  64. package/dist/components/DatePicker/types.d.ts +69 -69
  65. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  66. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  67. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  68. package/dist/components/Dialog/index.d.ts +3 -3
  69. package/dist/components/Dialog/styles.d.ts +25 -25
  70. package/dist/components/Dialog/types.d.ts +30 -30
  71. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  72. package/dist/components/Dropzone/index.d.ts +4 -4
  73. package/dist/components/Dropzone/styles.d.ts +60 -60
  74. package/dist/components/Dropzone/types.d.ts +27 -27
  75. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  76. package/dist/components/EmojiPicker/Emote/index.d.ts +3 -3
  77. package/dist/components/EmojiPicker/Emote/styles.d.ts +12 -12
  78. package/dist/components/EmojiPicker/Emote/types.d.ts +31 -31
  79. package/dist/components/EmojiPicker/EmotePickerData/constants.d.ts +9 -9
  80. package/dist/components/EmojiPicker/EmotePickerData/index.d.ts +3 -3
  81. package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts +17 -17
  82. package/dist/components/EmojiPicker/EmotePickerData/types.d.ts +9 -9
  83. package/dist/components/EmojiPicker/EmotePickerData/utils.d.ts +4 -4
  84. package/dist/components/EmojiPicker/Example/EmotePickerExample.d.ts +3 -3
  85. package/dist/components/EmojiPicker/animation.d.ts +3 -3
  86. package/dist/components/EmojiPicker/index.d.ts +3 -3
  87. package/dist/components/EmojiPicker/styles.d.ts +517 -517
  88. package/dist/components/EmojiPicker/types.d.ts +20 -20
  89. package/dist/components/Flex/flex.test.d.ts +1 -1
  90. package/dist/components/Flex/index.d.ts +4 -4
  91. package/dist/components/Flex/styles.d.ts +296 -296
  92. package/dist/components/Flex/types.d.ts +175 -175
  93. package/dist/components/Grid/grid.test.d.ts +1 -1
  94. package/dist/components/Grid/index.d.ts +4 -4
  95. package/dist/components/Grid/styles.d.ts +288 -288
  96. package/dist/components/Grid/types.d.ts +88 -88
  97. package/dist/components/Icon/data/beauty.d.ts +8 -8
  98. package/dist/components/Icon/data/dash.d.ts +8 -8
  99. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  100. package/dist/components/Icon/data/form.d.ts +8 -8
  101. package/dist/components/Icon/data/health.d.ts +8 -8
  102. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  103. package/dist/components/Icon/data/men.d.ts +8 -8
  104. package/dist/components/Icon/data/payment.d.ts +8 -8
  105. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  106. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  107. package/dist/components/Icon/data/social.d.ts +8 -8
  108. package/dist/components/Icon/data/status.d.ts +8 -8
  109. package/dist/components/Icon/data/summer.d.ts +8 -8
  110. package/dist/components/Icon/data/woman.d.ts +8 -8
  111. package/dist/components/Icon/icon.test.d.ts +1 -1
  112. package/dist/components/Icon/index.d.ts +4 -4
  113. package/dist/components/Icon/scripts/build.d.ts +5 -5
  114. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  115. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  116. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  117. package/dist/components/Icon/styles.d.ts +13 -13
  118. package/dist/components/Icon/types.d.ts +8 -8
  119. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  120. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  121. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  122. package/dist/components/IconItem/index.d.ts +4 -4
  123. package/dist/components/IconItem/styles.d.ts +18 -18
  124. package/dist/components/IconItem/types.d.ts +22 -22
  125. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +5 -0
  126. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +1 -0
  127. package/dist/components/Illustration/AlternativeOrderSvg/index.js +107 -0
  128. package/dist/components/Illustration/BoletoSvg/index.d.ts +5 -0
  129. package/dist/components/Illustration/BoletoSvg/index.d.ts.map +1 -0
  130. package/dist/components/Illustration/BoletoSvg/index.js +168 -0
  131. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +5 -0
  132. package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +1 -0
  133. package/dist/components/Illustration/BoxClosedSvg/index.js +99 -0
  134. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +5 -0
  135. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +1 -0
  136. package/dist/components/Illustration/BoxDeliverySvg/index.js +111 -0
  137. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +5 -0
  138. package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +1 -0
  139. package/dist/components/Illustration/BoxOpenSvg/index.js +108 -0
  140. package/dist/components/Illustration/CalendarSvg/index.d.ts +5 -0
  141. package/dist/components/Illustration/CalendarSvg/index.d.ts.map +1 -0
  142. package/dist/components/Illustration/CalendarSvg/index.js +109 -0
  143. package/dist/components/Illustration/CardSvg/index.d.ts +5 -0
  144. package/dist/components/Illustration/CardSvg/index.d.ts.map +1 -0
  145. package/dist/components/Illustration/CardSvg/index.js +110 -0
  146. package/dist/components/Illustration/CollaboratorSvg/index.d.ts +5 -0
  147. package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +1 -0
  148. package/dist/components/Illustration/CollaboratorSvg/index.js +99 -0
  149. package/dist/components/Illustration/InquirySvg/index.d.ts +5 -0
  150. package/dist/components/Illustration/InquirySvg/index.d.ts.map +1 -0
  151. package/dist/components/Illustration/InquirySvg/index.js +219 -0
  152. package/dist/components/Illustration/OrderSvg/index.d.ts +5 -0
  153. package/dist/components/Illustration/OrderSvg/index.d.ts.map +1 -0
  154. package/dist/components/Illustration/OrderSvg/index.js +135 -0
  155. package/dist/components/Illustration/PixSvg/index.d.ts +5 -0
  156. package/dist/components/Illustration/PixSvg/index.d.ts.map +1 -0
  157. package/dist/components/Illustration/PixSvg/index.js +93 -0
  158. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +5 -0
  159. package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +1 -0
  160. package/dist/components/Illustration/PrescriptionSvg/index.js +81 -0
  161. package/dist/components/Illustration/TransportSvg/index.d.ts +5 -0
  162. package/dist/components/Illustration/TransportSvg/index.d.ts.map +1 -0
  163. package/dist/components/Illustration/TransportSvg/index.js +102 -0
  164. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  165. package/dist/components/Illustration/index.d.ts +4 -4
  166. package/dist/components/Illustration/styles.d.ts +10 -10
  167. package/dist/components/Illustration/types.d.ts +11 -11
  168. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  169. package/dist/components/ImageItem/index.d.ts +4 -4
  170. package/dist/components/ImageItem/input.test.d.ts +1 -1
  171. package/dist/components/ImageItem/styles.d.ts +26 -26
  172. package/dist/components/ImageItem/types.d.ts +25 -25
  173. package/dist/components/Input/index.d.ts +4 -4
  174. package/dist/components/Input/input.test.d.ts +1 -1
  175. package/dist/components/Input/styles.d.ts +69 -69
  176. package/dist/components/Input/types.d.ts +28 -28
  177. package/dist/components/Label/index.d.ts +3 -3
  178. package/dist/components/Label/label.test.d.ts +1 -1
  179. package/dist/components/Label/styles.d.ts +6 -6
  180. package/dist/components/Label/types.d.ts +17 -17
  181. package/dist/components/List/index.d.ts +4 -4
  182. package/dist/components/List/list.test.d.ts +1 -1
  183. package/dist/components/List/styles.d.ts +15 -15
  184. package/dist/components/List/types.d.ts +8 -8
  185. package/dist/components/Modal/ModalExample.d.ts +7 -7
  186. package/dist/components/Modal/index.d.ts +3 -3
  187. package/dist/components/Modal/modal.test.d.ts +1 -1
  188. package/dist/components/Modal/styles.d.ts +538 -538
  189. package/dist/components/Modal/types.d.ts +37 -37
  190. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  191. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  192. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  193. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  194. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  195. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  196. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  197. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  198. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  199. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  200. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  201. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  202. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  203. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  204. package/dist/components/MultipleSelect/index.d.ts +5 -5
  205. package/dist/components/MultipleSelect/types.d.ts +44 -44
  206. package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
  207. package/dist/components/NewSelect/Examples/index.d.ts +4 -4
  208. package/dist/components/NewSelect/Examples/index.d.ts.map +1 -1
  209. package/dist/components/NewSelect/Examples/index.js +59 -45
  210. package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
  211. package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
  212. package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
  213. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +3 -3
  214. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
  215. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +26 -26
  216. package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
  217. package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
  218. package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
  219. package/dist/components/NewSelect/components/SelectItem/index.d.ts.map +1 -1
  220. package/dist/components/NewSelect/components/SelectItem/index.js +4 -7
  221. package/dist/components/NewSelect/components/SelectItem/styles.d.ts +8 -8
  222. package/dist/components/NewSelect/components/SelectItem/styles.d.ts.map +1 -1
  223. package/dist/components/NewSelect/components/SelectItem/styles.js +2 -2
  224. package/dist/components/NewSelect/components/SelectItem/types.d.ts +5 -5
  225. package/dist/components/NewSelect/components/SelectItem/types.d.ts.map +1 -1
  226. package/dist/components/NewSelect/index.d.ts +6 -6
  227. package/dist/components/NewSelect/index.js +10 -7
  228. package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
  229. package/dist/components/NewSelect/newSelect.test.js +4 -4
  230. package/dist/components/NewSelect/styles.d.ts +24 -24
  231. package/dist/components/NewSelect/types.d.ts +43 -43
  232. package/dist/components/NewSelect/types.d.ts.map +1 -1
  233. package/dist/components/Observer/index.d.ts +6 -6
  234. package/dist/components/Observer/observer.test.d.ts +1 -1
  235. package/dist/components/Observer/types.d.ts +6 -6
  236. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  237. package/dist/components/Pagination/index.d.ts +3 -3
  238. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  239. package/dist/components/Pagination/styles.d.ts +34 -34
  240. package/dist/components/Pagination/types.d.ts +28 -28
  241. package/dist/components/Progress/Circle/index.d.ts +3 -3
  242. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  243. package/dist/components/Progress/Circle/types.d.ts +18 -18
  244. package/dist/components/Progress/Linear/index.d.ts +3 -3
  245. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  246. package/dist/components/Progress/Linear/types.d.ts +13 -13
  247. package/dist/components/Progress/getSteps.d.ts +1 -1
  248. package/dist/components/Progress/index.d.ts +4 -4
  249. package/dist/components/Progress/progress.test.d.ts +1 -1
  250. package/dist/components/Progress/types.d.ts +27 -27
  251. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  252. package/dist/components/RadioInput/index.d.ts +4 -4
  253. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  254. package/dist/components/RadioInput/styles.d.ts +30 -30
  255. package/dist/components/RadioInput/types.d.ts +32 -32
  256. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  257. package/dist/components/Rating/index.d.ts +3 -3
  258. package/dist/components/Rating/rating.test.d.ts +1 -1
  259. package/dist/components/Rating/styles.d.ts +18 -18
  260. package/dist/components/Rating/types.d.ts +19 -19
  261. package/dist/components/ReactPortal/index.d.ts +7 -7
  262. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  263. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  264. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  265. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  266. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  267. package/dist/components/Select/index.d.ts +4 -4
  268. package/dist/components/Select/select.test.d.ts +1 -1
  269. package/dist/components/Select/styles.d.ts +20 -20
  270. package/dist/components/Select/types.d.ts +26 -26
  271. package/dist/components/Skeleton/index.d.ts +4 -4
  272. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  273. package/dist/components/Skeleton/styles.d.ts +7 -7
  274. package/dist/components/Skeleton/types.d.ts +40 -40
  275. package/dist/components/Slider/SliderExample.d.ts +3 -3
  276. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  277. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  278. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  279. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  280. package/dist/components/Slider/index.d.ts +19 -19
  281. package/dist/components/Slider/slider.test.d.ts +1 -1
  282. package/dist/components/Slider/styles.d.ts +65 -65
  283. package/dist/components/Slider/types.d.ts +40 -40
  284. package/dist/components/Spinner/index.d.ts +4 -4
  285. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  286. package/dist/components/Spinner/styles.d.ts +288 -288
  287. package/dist/components/Spinner/types.d.ts +11 -11
  288. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  289. package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
  290. package/dist/components/Steps/index.d.ts +4 -4
  291. package/dist/components/Steps/steps.test.d.ts +1 -1
  292. package/dist/components/Steps/styles.d.ts +45 -45
  293. package/dist/components/Steps/types.d.ts +20 -20
  294. package/dist/components/Steps/utils.d.ts +7 -7
  295. package/dist/components/Switch/index.d.ts +4 -4
  296. package/dist/components/Switch/styles.d.ts +18 -18
  297. package/dist/components/Switch/switch.test.d.ts +1 -1
  298. package/dist/components/Switch/types.d.ts +14 -14
  299. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  300. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  301. package/dist/components/Table/index.d.ts +3 -3
  302. package/dist/components/Table/styles.d.ts +34 -34
  303. package/dist/components/Table/table.test.d.ts +1 -1
  304. package/dist/components/Table/types.d.ts +53 -53
  305. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  306. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  307. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  308. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  309. package/dist/components/Tabs/index.d.ts +3 -3
  310. package/dist/components/Tabs/styles.d.ts +41 -41
  311. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  312. package/dist/components/Tabs/types.d.ts +50 -50
  313. package/dist/components/Tag/index.d.ts +4 -4
  314. package/dist/components/Tag/styles.d.ts +869 -869
  315. package/dist/components/Tag/tag.test.d.ts +1 -1
  316. package/dist/components/Tag/types.d.ts +9 -9
  317. package/dist/components/TextAreaInput/index.d.ts +4 -4
  318. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  319. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  320. package/dist/components/TextAreaInput/types.d.ts +26 -26
  321. package/dist/components/Thumbnail/index.d.ts +3 -3
  322. package/dist/components/Thumbnail/styles.d.ts +38 -38
  323. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  324. package/dist/components/Thumbnail/types.d.ts +28 -28
  325. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  326. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  327. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  328. package/dist/components/TimeInput/constants.d.ts +4 -4
  329. package/dist/components/TimeInput/index.d.ts +4 -4
  330. package/dist/components/TimeInput/styles.d.ts +16 -16
  331. package/dist/components/TimeInput/types.d.ts +4 -4
  332. package/dist/components/TimeInput/utils.d.ts +8 -8
  333. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  334. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  335. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  336. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  337. package/dist/components/Timeline/index.d.ts +4 -4
  338. package/dist/components/Timeline/styles.d.ts +31 -31
  339. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  340. package/dist/components/Timeline/types.d.ts +20 -20
  341. package/dist/components/Toast/button-example.d.ts +6 -6
  342. package/dist/components/Toast/components/Toast.d.ts +4 -4
  343. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  344. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  345. package/dist/components/Toast/index.d.ts +3 -3
  346. package/dist/components/Toast/styles.d.ts +22 -22
  347. package/dist/components/Toast/toast.test.d.ts +1 -1
  348. package/dist/components/Toast/types.d.ts +29 -29
  349. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  350. package/dist/components/Tooltip/example.d.ts +2 -2
  351. package/dist/components/Tooltip/index.d.ts +4 -4
  352. package/dist/components/Tooltip/styles.d.ts +13 -13
  353. package/dist/components/Tooltip/types.d.ts +26 -26
  354. package/dist/components/Typography/index.d.ts +4 -4
  355. package/dist/components/Typography/styles.d.ts +21 -21
  356. package/dist/components/Typography/types.d.ts +16 -16
  357. package/dist/components/Typography/typography.test.d.ts +1 -1
  358. package/dist/index.d.ts +65 -65
  359. package/dist/shared/animations/opacityAnimation.d.ts +2 -2
  360. package/dist/shared/assets/emotes.d.ts +5007 -5007
  361. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  362. package/dist/shared/formatters/format-number.d.ts +5 -5
  363. package/dist/shared/formatters/types.d.ts +5 -5
  364. package/dist/shared/hooks/devices.d.ts +8 -8
  365. package/dist/shared/hooks/useBreakpoints.d.ts +25 -25
  366. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  367. package/dist/shared/hooks/useDevices.d.ts +8 -8
  368. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  369. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  370. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  371. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  372. package/dist/shared/hooks/useObserver.d.ts +10 -10
  373. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  374. package/dist/shared/hooks/useReposition/index.d.ts +3 -3
  375. package/dist/shared/hooks/useReposition/types.d.ts +29 -29
  376. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  377. package/dist/shared/tests/test-utils.d.ts +4 -4
  378. package/dist/shared/tests/types.d.ts +4 -4
  379. package/dist/shared/theme/button-example.d.ts +2 -2
  380. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  381. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  382. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  383. package/dist/shared/theme/hooks/useTheme.d.ts +284 -284
  384. package/dist/shared/theme/index.d.ts +7 -7
  385. package/dist/shared/theme/theme.d.ts +282 -282
  386. package/dist/shared/theme/theme.test.d.ts +1 -1
  387. package/dist/shared/theme/theme.types.d.ts +14 -14
  388. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  389. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  390. package/dist/shared/types/credit-card.d.ts +5 -5
  391. package/dist/shared/types/file.d.ts +11 -11
  392. package/dist/shared/types/name.d.ts +3 -3
  393. package/dist/utils/GenerateKey.d.ts +10 -10
  394. package/dist/utils/brightnessColorChange.d.ts +8 -8
  395. package/dist/utils/colorCheck.d.ts +40 -40
  396. package/dist/utils/colorFunctions.d.ts +2 -2
  397. package/dist/utils/colorToGray.d.ts +5 -5
  398. package/dist/utils/file.d.ts +26 -26
  399. package/dist/utils/formatters/bytes.d.ts +7 -7
  400. package/dist/utils/formatters/capitalize.d.ts +6 -6
  401. package/dist/utils/formatters/cep.d.ts +12 -12
  402. package/dist/utils/formatters/cnpj.d.ts +18 -18
  403. package/dist/utils/formatters/color.d.ts +15 -15
  404. package/dist/utils/formatters/cpf.d.ts +18 -18
  405. package/dist/utils/formatters/credit-card.d.ts +26 -26
  406. package/dist/utils/formatters/email.d.ts +1 -1
  407. package/dist/utils/formatters/index.d.ts +15 -15
  408. package/dist/utils/formatters/name.d.ts +20 -20
  409. package/dist/utils/formatters/number.d.ts +6 -6
  410. package/dist/utils/formatters/passport.d.ts +24 -24
  411. package/dist/utils/formatters/phone.d.ts +59 -59
  412. package/dist/utils/formatters/price.d.ts +11 -11
  413. package/dist/utils/formatters/rg.d.ts +12 -12
  414. package/dist/utils/formatters/strings.d.ts +19 -19
  415. package/dist/utils/fuctionsColors.d.ts +2 -2
  416. package/dist/utils/generateUUID.d.ts +1 -1
  417. package/dist/utils/getColorValue.d.ts +12 -12
  418. package/dist/utils/getSvg.d.ts +10 -10
  419. package/dist/utils/getValuesBySize.d.ts +6 -6
  420. package/dist/utils/invertColor.d.ts +7 -7
  421. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { SelectItemProps } from './types';
3
- export declare function SelectItem({ ...buttonProps }: SelectItemProps): JSX.Element;
1
+ /// <reference types="react" />
2
+ import { SelectItemProps } from './types';
3
+ export declare function SelectItem(props: SelectItemProps): JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/NewSelect/components/SelectItem/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,wBAAgB,UAAU,CAAC,EAAE,GAAG,WAAW,EAAE,EAAE,eAAe,eAM7D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/NewSelect/components/SelectItem/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,eAMhD"}
@@ -1,24 +1,21 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
7
6
  exports.SelectItem = SelectItem;
8
7
  var _styles = require("./styles");
9
8
  var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
10
10
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
11
11
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
12
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
15
- function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
16
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
17
- function SelectItem(_ref) {
18
- var buttonProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
15
+ function SelectItem(props) {
19
16
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.SelectItemContainer, _objectSpread(_objectSpread({
20
17
  className: "select-item"
21
- }, buttonProps), {}, {
22
- children: buttonProps.children
18
+ }, props), {}, {
19
+ children: props.children
23
20
  }));
24
21
  }
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
2
- import { SizeSelect } from '../../types';
3
- export declare const SelectItemContainer: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & {
7
- sizeSelect?: SizeSelect | undefined;
8
- }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { SizeSelect } from '../../types';
3
+ export declare const SelectItemContainer: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & {
7
+ sizeSelect?: SizeSelect | undefined;
8
+ }, import("react").DetailedHTMLProps<import("react").OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, {}>;
9
9
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/NewSelect/components/SelectItem/styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,eAAO,MAAM,mBAAmB;;;;;qHA6B/B,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/NewSelect/components/SelectItem/styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,eAAO,MAAM,mBAAmB;;;;;qHA8B/B,CAAC"}
@@ -9,11 +9,11 @@ var _styled = _interopRequireDefault(require("@emotion/styled"));
9
9
  var _templateObject;
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
11
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
12
- var SelectItemContainer = _styled.default.button(function (_ref) {
12
+ var SelectItemContainer = _styled.default.option(function (_ref) {
13
13
  var _ref$sizeSelect = _ref.sizeSelect,
14
14
  sizeSelect = _ref$sizeSelect === void 0 ? 'md' : _ref$sizeSelect,
15
15
  theme = _ref.theme;
16
- return (0, _react.css)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n outline: none;\n // When 'options' prop of Select is deprecated, remove this prop 'sizeSelect'\n padding: ", ";\n text-align: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n transition: all ease 0.2s;\n cursor: pointer;\n background: none;\n border: none;\n font-family: inherit;\n\n &.selected {\n background: ", "50;\n\n &:hover {\n filter: brightness(0.9);\n }\n }\n\n &:hover {\n background: ", ";\n }\n "])), {
16
+ return (0, _react.css)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n outline: none;\n // When 'options' prop of Select is deprecated, remove this prop 'sizeSelect'\n padding: ", ";\n text-align: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n transition: all ease 0.2s;\n cursor: pointer;\n background: none;\n border: none;\n font-family: inherit;\n min-height: auto;\n\n &.selected {\n background: ", "50;\n\n &:hover {\n filter: brightness(0.9);\n }\n }\n\n &:hover {\n background: ", ";\n }\n "])), {
17
17
  sm: '0.5rem',
18
18
  md: '1rem 2rem'
19
19
  }[sizeSelect], {
@@ -1,6 +1,6 @@
1
- import { HTMLAttributes, ReactNode } from 'react';
2
- export type SelectItemProps = Omit<HTMLAttributes<HTMLButtonElement>, 'value'> & {
3
- children: ReactNode;
4
- optionValue: string | boolean | number;
5
- };
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export type SelectItemProps = HTMLAttributes<HTMLOptionElement> & {
3
+ children: ReactNode;
4
+ value: string | readonly string[] | number | undefined;
5
+ };
6
6
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/NewSelect/components/SelectItem/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC,GAAG;IAC/E,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;CACxC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/NewSelect/components/SelectItem/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IAChE,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,GAAG,MAAM,GAAG,SAAS,CAAC;CACxD,CAAC"}
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- import { SelectProps } from './types';
3
- export declare function NewSelect({ label, placeholder, alert, helperText, variant, children, value, onClose, onOpen, multiple, renderOptions, onChange, ...rest }: SelectProps): JSX.Element;
4
- export declare namespace NewSelect {
5
- var displayName: string;
6
- }
1
+ /// <reference types="react" />
2
+ import { SelectProps } from './types';
3
+ export declare function NewSelect({ label, placeholder, alert, helperText, variant, children, value, onClose, onOpen, multiple, renderOptions, onChange, ...rest }: SelectProps): JSX.Element;
4
+ export declare namespace NewSelect {
5
+ var displayName: string;
6
+ }
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -85,7 +85,7 @@ function NewSelect(_ref) {
85
85
  validChildrenOptions.forEach(function (child, index) {
86
86
  var _buttonOptions$index;
87
87
  options.push({
88
- value: child.props.optionValue,
88
+ value: child.props.value,
89
89
  label: buttonOptions === null || buttonOptions === void 0 ? void 0 : (_buttonOptions$index = buttonOptions[index]) === null || _buttonOptions$index === void 0 ? void 0 : _buttonOptions$index.textContent
90
90
  });
91
91
  });
@@ -221,26 +221,29 @@ function NewSelect(_ref) {
221
221
  },
222
222
  children: _react.Children.map(children, function (child) {
223
223
  var isSelectedOption = multipleSelectedOptions.find(function (option) {
224
- return option.value === child.props.optionValue;
224
+ var _child$props;
225
+ return option.value === ((_child$props = child.props) === null || _child$props === void 0 ? void 0 : _child$props.value);
225
226
  });
226
- var isSelectItemElement = Object.hasOwn(child.props, 'optionValue');
227
+ var isSelectItemElement = child.props && Object.hasOwn(child.props, 'value');
227
228
  var className = (0, _classnames.default)(isSelectItemElement ? 'select-item' : '', {
228
229
  selected: isSelectedOption
229
230
  });
230
231
  return /*#__PURE__*/(0, _react.cloneElement)(child, {
231
232
  onClick: function onClick(event) {
232
- var _child$props$onClick, _child$props;
233
+ var _child$props4, _child$props4$onClick;
233
234
  if (event.currentTarget.classList.contains('select-item')) {
234
235
  if (multiple) {
235
- changeMultipleOption(event, child.props.optionValue);
236
+ var _child$props2;
237
+ changeMultipleOption(event, (_child$props2 = child.props) === null || _child$props2 === void 0 ? void 0 : _child$props2.value);
236
238
  } else {
239
+ var _child$props3;
237
240
  setIsOpenOptions(false);
238
- onChange(child.props.optionValue);
241
+ onChange((_child$props3 = child.props) === null || _child$props3 === void 0 ? void 0 : _child$props3.value);
239
242
  }
240
243
  }
241
244
 
242
245
  // Call onClick() inside of children
243
- (_child$props$onClick = (_child$props = child.props).onClick) === null || _child$props$onClick === void 0 ? void 0 : _child$props$onClick.call(_child$props);
246
+ (_child$props4 = child.props) === null || _child$props4 === void 0 ? void 0 : (_child$props4$onClick = _child$props4.onClick) === null || _child$props4$onClick === void 0 ? void 0 : _child$props4$onClick.call(_child$props4);
244
247
  },
245
248
  className: className
246
249
  });
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=newSelect.test.d.ts.map
@@ -20,7 +20,7 @@ describe('Select', function () {
20
20
  onChange: handleClick,
21
21
  children: optionsSelect.map(function (option) {
22
22
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectItem.SelectItem, {
23
- optionValue: option.value,
23
+ value: option.value,
24
24
  children: option.label
25
25
  }, option.value);
26
26
  })
@@ -43,7 +43,7 @@ describe('Select', function () {
43
43
  onChange: handleClick,
44
44
  children: optionsSelect.map(function (option) {
45
45
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectItem.SelectItem, {
46
- optionValue: option.value,
46
+ value: option.value,
47
47
  children: option.label
48
48
  }, option.value);
49
49
  })
@@ -64,7 +64,7 @@ describe('MultipleSelect', function () {
64
64
  onChange: handleClick,
65
65
  children: optionsSelect.map(function (option) {
66
66
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectItem.SelectItem, {
67
- optionValue: option.value,
67
+ value: option.value,
68
68
  children: option.label
69
69
  }, option.value);
70
70
  })
@@ -93,7 +93,7 @@ describe('MultipleSelect', function () {
93
93
  onChange: handleClick,
94
94
  children: optionsSelect.map(function (option) {
95
95
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SelectItem.SelectItem, {
96
- optionValue: option.value,
96
+ value: option.value,
97
97
  children: option.label
98
98
  }, option.value);
99
99
  })
@@ -1,25 +1,25 @@
1
- /// <reference types="react" />
2
- import { InputProps } from '../Input/types';
3
- import { SelectContainerProps } from './types';
4
- export declare const SelectContainer: import("@emotion/styled").StyledComponent<{
5
- theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
7
- } & SelectContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
- export declare const OptionPlaceholder: import("@emotion/styled").StyledComponent<import("../List/types").ListProps & {
9
- theme?: import("@emotion/react").Theme | undefined;
10
- }, {}, {}>;
11
- export declare const HelperText: import("@emotion/styled").StyledComponent<{
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- } & InputProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
15
- export declare const SelectMultipleOption: import("@emotion/styled").StyledComponent<{
16
- theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
18
- }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
19
- export declare const SelectedOptionSpan: import("@emotion/styled").StyledComponent<{
20
- theme?: import("@emotion/react").Theme | undefined;
21
- as?: import("react").ElementType<any> | undefined;
22
- } & {
23
- hasSelectedOption: boolean;
24
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { InputProps } from '../Input/types';
3
+ import { SelectContainerProps } from './types';
4
+ export declare const SelectContainer: import("@emotion/styled").StyledComponent<{
5
+ theme?: import("@emotion/react").Theme | undefined;
6
+ as?: import("react").ElementType<any> | undefined;
7
+ } & SelectContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
+ export declare const OptionPlaceholder: import("@emotion/styled").StyledComponent<import("../List/types").ListProps & {
9
+ theme?: import("@emotion/react").Theme | undefined;
10
+ }, {}, {}>;
11
+ export declare const HelperText: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme | undefined;
13
+ as?: import("react").ElementType<any> | undefined;
14
+ } & InputProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
15
+ export declare const SelectMultipleOption: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
19
+ export declare const SelectedOptionSpan: import("@emotion/styled").StyledComponent<{
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ as?: import("react").ElementType<any> | undefined;
22
+ } & {
23
+ hasSelectedOption: boolean;
24
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
25
25
  //# sourceMappingURL=styles.d.ts.map
@@ -1,44 +1,44 @@
1
- import { ComponentType, InputHTMLAttributes, ReactElement, ReactNode } from 'react';
2
- import { SelectInputSearchProps } from './components/SelectInputSearch/types';
3
- import { SelectItemProps } from './components/SelectItem/types';
4
- export type SelectAlertType = 'success' | 'error' | 'warning' | 'informative' | 'critical' | 'success_secondary' | 'warning_secondary';
5
- export interface SelectOption {
6
- label: string;
7
- value: string | boolean | number;
8
- }
9
- export type SizeSelect = 'sm' | 'md';
10
- export type SelectValue = string | boolean | number;
11
- interface SelectPropsBase extends Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value'> {
12
- label?: string;
13
- variant?: 'unstyled' | 'default';
14
- helperText?: string;
15
- alert?: SelectAlertType;
16
- placeholder?: string;
17
- children?: ReactNode | ReactNode[];
18
- onOpen?: () => void;
19
- onClose?: () => void;
20
- multiple?: boolean;
21
- renderOptions?: (option: SelectOption, remove: (removeOption: SelectOption) => void) => ReactNode | ReactNode[];
22
- }
23
- interface SelectPropsSingleSelect extends SelectPropsBase {
24
- multiple?: false;
25
- onChange: (value: string | number | boolean) => void;
26
- value: SelectValue;
27
- }
28
- interface SelectPropsMultipleSelect extends SelectPropsBase {
29
- multiple: true;
30
- value: SelectValue[];
31
- onChange: (value: (string | number | boolean)[]) => void;
32
- }
33
- export type SelectProps = SelectPropsSingleSelect | SelectPropsMultipleSelect;
34
- export interface SelectContainerProps {
35
- alert?: SelectAlertType;
36
- size?: SizeSelect;
37
- }
38
- export type ChangeOption = {
39
- event: React.MouseEvent;
40
- value: string | boolean | number;
41
- };
42
- export type SelectChildType = ReactElement<SelectInputSearchProps & SelectItemProps, ComponentType>;
43
- export {};
1
+ import { ComponentType, InputHTMLAttributes, ReactElement, ReactNode } from 'react';
2
+ import { SelectInputSearchProps } from './components/SelectInputSearch/types';
3
+ import { SelectItemProps } from './components/SelectItem/types';
4
+ export type SelectAlertType = 'success' | 'error' | 'warning' | 'informative' | 'critical' | 'success_secondary' | 'warning_secondary';
5
+ export type SizeSelect = 'sm' | 'md';
6
+ export type SelectValue = string | readonly string[] | boolean | number | undefined;
7
+ export interface SelectOption {
8
+ label: string;
9
+ value: SelectValue;
10
+ }
11
+ interface SelectPropsBase extends Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value'> {
12
+ label?: string;
13
+ variant?: 'unstyled' | 'default';
14
+ helperText?: string;
15
+ alert?: SelectAlertType;
16
+ placeholder?: string;
17
+ children?: ReactNode | ReactNode[];
18
+ onOpen?: () => void;
19
+ onClose?: () => void;
20
+ multiple?: boolean;
21
+ renderOptions?: (option: SelectOption, remove: (removeOption: SelectOption) => void) => ReactNode | ReactNode[];
22
+ }
23
+ interface SelectPropsSingleSelect extends SelectPropsBase {
24
+ multiple?: false;
25
+ onChange: (value: SelectValue) => void;
26
+ value: SelectValue;
27
+ }
28
+ interface SelectPropsMultipleSelect extends SelectPropsBase {
29
+ multiple: true;
30
+ value: SelectValue[];
31
+ onChange: (value: SelectValue[]) => void;
32
+ }
33
+ export type SelectProps = SelectPropsSingleSelect | SelectPropsMultipleSelect;
34
+ export interface SelectContainerProps {
35
+ alert?: SelectAlertType;
36
+ size?: SizeSelect;
37
+ }
38
+ export type ChangeOption = {
39
+ event: React.MouseEvent;
40
+ value: string | boolean | number;
41
+ };
42
+ export type SelectChildType = ReactElement<SelectInputSearchProps & SelectItemProps, ComponentType>;
43
+ export {};
44
44
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/NewSelect/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,MAAM,eAAe,GACvB,SAAS,GACT,OAAO,GACP,SAAS,GACT,aAAa,GACb,UAAU,GACV,mBAAmB,GACnB,mBAAmB,CAAC;AAExB,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;CAClC;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,CAAC;AAErC,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAEpD,UAAU,eACR,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IACzE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,CACd,MAAM,EAAE,YAAY,EACpB,MAAM,EAAE,CAAC,YAAY,EAAE,YAAY,KAAK,IAAI,KACzC,SAAS,GAAG,SAAS,EAAE,CAAC;CAC9B;AAGD,UAAU,uBAAwB,SAAQ,eAAe;IACvD,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACrD,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,UAAU,yBAA0B,SAAQ,eAAe;IACzD,QAAQ,EAAE,IAAI,CAAC;IACf,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC;CAC1D;AAGD,MAAM,MAAM,WAAW,GAAG,uBAAuB,GAAG,yBAAyB,CAAC;AAE9E,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,sBAAsB,GAAG,eAAe,EAAE,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/NewSelect/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,MAAM,eAAe,GACvB,SAAS,GACT,OAAO,GACP,SAAS,GACT,aAAa,GACb,UAAU,GACV,mBAAmB,GACnB,mBAAmB,CAAC;AAExB,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,CAAC;AAErC,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,SAAS,MAAM,EAAE,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAEpF,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,UAAU,eACR,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IACzE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,CACd,MAAM,EAAE,YAAY,EACpB,MAAM,EAAE,CAAC,YAAY,EAAE,YAAY,KAAK,IAAI,KACzC,SAAS,GAAG,SAAS,EAAE,CAAC;CAC9B;AAGD,UAAU,uBAAwB,SAAQ,eAAe;IACvD,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IACvC,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,UAAU,yBAA0B,SAAQ,eAAe;IACzD,QAAQ,EAAE,IAAI,CAAC;IACf,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,KAAK,IAAI,CAAC;CAC1C;AAGD,MAAM,MAAM,WAAW,GAAG,uBAAuB,GAAG,yBAAyB,CAAC;AAE9E,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,sBAAsB,GAAG,eAAe,EAAE,aAAa,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- import { ObserverProps } from './types';
3
- export declare function Observer({ onObserved, observerOptions, children, ...props }: ObserverProps): JSX.Element;
4
- export declare namespace Observer {
5
- var displayName: string;
6
- }
1
+ /// <reference types="react" />
2
+ import { ObserverProps } from './types';
3
+ export declare function Observer({ onObserved, observerOptions, children, ...props }: ObserverProps): JSX.Element;
4
+ export declare namespace Observer {
5
+ var displayName: string;
6
+ }
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=observer.test.d.ts.map
@@ -1,7 +1,7 @@
1
- import { HTMLAttributes, ReactNode } from 'react';
2
- export type ObserverProps = HTMLAttributes<HTMLDivElement> & {
3
- onObserved: () => void;
4
- children: ReactNode;
5
- observerOptions?: IntersectionObserverInit | undefined;
6
- };
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export type ObserverProps = HTMLAttributes<HTMLDivElement> & {
3
+ onObserved: () => void;
4
+ children: ReactNode;
5
+ observerOptions?: IntersectionObserverInit | undefined;
6
+ };
7
7
  //# sourceMappingURL=types.d.ts.map
@@ -1,4 +1,4 @@
1
- import { IPaginationHook } from '../types';
2
- export declare const DOTS = "...";
3
- export declare const usePagination: ({ count, activePage }: IPaginationHook) => (string | number)[] | undefined;
1
+ import { IPaginationHook } from '../types';
2
+ export declare const DOTS = "...";
3
+ export declare const usePagination: ({ count, activePage }: IPaginationHook) => (string | number)[] | undefined;
4
4
  //# sourceMappingURL=usePagination.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { IPaginationProps } from './types';
3
- export declare function Pagination({ count, onChange, previousButtonIcon, nextButtonIcon, isDisabled, defaultPage, size, shape, variant, color, }: IPaginationProps): JSX.Element | null;
1
+ /// <reference types="react" />
2
+ import { IPaginationProps } from './types';
3
+ export declare function Pagination({ count, onChange, previousButtonIcon, nextButtonIcon, isDisabled, defaultPage, size, shape, variant, color, }: IPaginationProps): JSX.Element | null;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- import '@testing-library/jest-dom';
1
+ import '@testing-library/jest-dom';
2
2
  //# sourceMappingURL=pagination.test.d.ts.map
@@ -1,35 +1,35 @@
1
- /// <reference types="react" />
2
- import { IStyledPagination } from './types';
3
- export declare const PaginationList: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
7
- export declare const PaginationItem: import("@emotion/styled").StyledComponent<{
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any> | undefined;
10
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
11
- export declare const PaginationButton: import("@emotion/styled").StyledComponent<{
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
15
- export declare const PreviousNavigationButton: import("@emotion/styled").StyledComponent<{
16
- theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
18
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
19
- export declare const NextNavigationButton: import("@emotion/styled").StyledComponent<{
20
- theme?: import("@emotion/react").Theme | undefined;
21
- as?: import("react").ElementType<any> | undefined;
22
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
23
- export declare const SmallPageInfo: import("@emotion/styled").StyledComponent<{
24
- theme?: import("@emotion/react").Theme | undefined;
25
- as?: import("react").ElementType<any> | undefined;
26
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
27
- export declare const PageWrap: import("@emotion/styled").StyledComponent<{
28
- theme?: import("@emotion/react").Theme | undefined;
29
- as?: import("react").ElementType<any> | undefined;
30
- } & IStyledPagination, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
31
- export declare const LargeViewWrap: import("@emotion/styled").StyledComponent<{
32
- theme?: import("@emotion/react").Theme | undefined;
33
- as?: import("react").ElementType<any> | undefined;
34
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { IStyledPagination } from './types';
3
+ export declare const PaginationList: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
7
+ export declare const PaginationItem: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
11
+ export declare const PaginationButton: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme | undefined;
13
+ as?: import("react").ElementType<any> | undefined;
14
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
15
+ export declare const PreviousNavigationButton: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
19
+ export declare const NextNavigationButton: import("@emotion/styled").StyledComponent<{
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ as?: import("react").ElementType<any> | undefined;
22
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
23
+ export declare const SmallPageInfo: import("@emotion/styled").StyledComponent<{
24
+ theme?: import("@emotion/react").Theme | undefined;
25
+ as?: import("react").ElementType<any> | undefined;
26
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
27
+ export declare const PageWrap: import("@emotion/styled").StyledComponent<{
28
+ theme?: import("@emotion/react").Theme | undefined;
29
+ as?: import("react").ElementType<any> | undefined;
30
+ } & IStyledPagination, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
31
+ export declare const LargeViewWrap: import("@emotion/styled").StyledComponent<{
32
+ theme?: import("@emotion/react").Theme | undefined;
33
+ as?: import("react").ElementType<any> | undefined;
34
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
35
35
  //# sourceMappingURL=styles.d.ts.map
@@ -1,29 +1,29 @@
1
- import { ExtendThemeProps } from 'src';
2
- import { IconName } from '../Icon/types';
3
- export interface IPaginationProps {
4
- count: number;
5
- defaultPage?: number;
6
- variant?: 'outlined' | 'text';
7
- shape?: 'circular' | 'rounded';
8
- size?: 'small' | 'large';
9
- previousButtonIcon?: IconName;
10
- nextButtonIcon?: IconName;
11
- color?: string;
12
- isDisabled?: boolean;
13
- onChange?: (value: number) => void;
14
- }
15
- export interface IPaginationHook {
16
- count: number;
17
- activePage: number;
18
- }
19
- export interface IStyledPagination {
20
- theme?: ExtendThemeProps;
21
- isActivePage?: boolean;
22
- variant?: 'outlined' | 'text';
23
- shape?: 'circular' | 'rounded';
24
- size?: 'small' | 'large';
25
- numberOfPageColor?: string;
26
- grayColor?: string;
27
- saturationColor?: string;
28
- }
1
+ import { ExtendThemeProps } from 'src';
2
+ import { IconName } from '../Icon/types';
3
+ export interface IPaginationProps {
4
+ count: number;
5
+ defaultPage?: number;
6
+ variant?: 'outlined' | 'text';
7
+ shape?: 'circular' | 'rounded';
8
+ size?: 'small' | 'large';
9
+ previousButtonIcon?: IconName;
10
+ nextButtonIcon?: IconName;
11
+ color?: string;
12
+ isDisabled?: boolean;
13
+ onChange?: (value: number) => void;
14
+ }
15
+ export interface IPaginationHook {
16
+ count: number;
17
+ activePage: number;
18
+ }
19
+ export interface IStyledPagination {
20
+ theme?: ExtendThemeProps;
21
+ isActivePage?: boolean;
22
+ variant?: 'outlined' | 'text';
23
+ shape?: 'circular' | 'rounded';
24
+ size?: 'small' | 'large';
25
+ numberOfPageColor?: string;
26
+ grayColor?: string;
27
+ saturationColor?: string;
28
+ }
29
29
  //# sourceMappingURL=types.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { CircleProps } from './types';
3
- export declare function CircleProgress({ percent, isAnimated, percentBarColor, size, stroke, circleBody, showValue, steps, }: CircleProps): JSX.Element;
1
+ /// <reference types="react" />
2
+ import { CircleProps } from './types';
3
+ export declare function CircleProgress({ percent, isAnimated, percentBarColor, size, stroke, circleBody, showValue, steps, }: CircleProps): JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map