@pedidopago/ui 1.7.13 → 1.7.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (406) 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/index.d.ts.map +1 -1
  50. package/dist/components/ComposeIcon/index.js +7 -1
  51. package/dist/components/ComposeIcon/styles.d.ts +10 -10
  52. package/dist/components/ComposeIcon/styles.d.ts.map +1 -1
  53. package/dist/components/ComposeIcon/styles.js +13 -4
  54. package/dist/components/ComposeIcon/types.d.ts +11 -9
  55. package/dist/components/ComposeIcon/types.d.ts.map +1 -1
  56. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  57. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  58. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
  59. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
  60. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  61. package/dist/components/DateInput/index.d.ts +3 -3
  62. package/dist/components/DateInput/styles.d.ts +10 -10
  63. package/dist/components/DateInput/types.d.ts +18 -18
  64. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  65. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  66. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  67. package/dist/components/DatePicker/index.d.ts +4 -4
  68. package/dist/components/DatePicker/styles.d.ts +77 -77
  69. package/dist/components/DatePicker/types.d.ts +69 -69
  70. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  71. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  72. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  73. package/dist/components/Dialog/index.d.ts +3 -3
  74. package/dist/components/Dialog/styles.d.ts +25 -25
  75. package/dist/components/Dialog/types.d.ts +30 -30
  76. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  77. package/dist/components/Dropzone/index.d.ts +4 -4
  78. package/dist/components/Dropzone/styles.d.ts +60 -60
  79. package/dist/components/Dropzone/types.d.ts +27 -27
  80. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  81. package/dist/components/EmojiPicker/Emote/index.d.ts +3 -3
  82. package/dist/components/EmojiPicker/Emote/styles.d.ts +12 -12
  83. package/dist/components/EmojiPicker/Emote/types.d.ts +31 -31
  84. package/dist/components/EmojiPicker/EmotePickerData/constants.d.ts +9 -9
  85. package/dist/components/EmojiPicker/EmotePickerData/index.d.ts +3 -3
  86. package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts +17 -17
  87. package/dist/components/EmojiPicker/EmotePickerData/types.d.ts +9 -9
  88. package/dist/components/EmojiPicker/EmotePickerData/utils.d.ts +4 -4
  89. package/dist/components/EmojiPicker/Example/EmotePickerExample.d.ts +3 -3
  90. package/dist/components/EmojiPicker/animation.d.ts +3 -3
  91. package/dist/components/EmojiPicker/index.d.ts +3 -3
  92. package/dist/components/EmojiPicker/styles.d.ts +517 -517
  93. package/dist/components/EmojiPicker/types.d.ts +20 -20
  94. package/dist/components/Flex/flex.test.d.ts +1 -1
  95. package/dist/components/Flex/index.d.ts +4 -4
  96. package/dist/components/Flex/styles.d.ts +296 -296
  97. package/dist/components/Flex/types.d.ts +175 -175
  98. package/dist/components/Grid/grid.test.d.ts +1 -1
  99. package/dist/components/Grid/index.d.ts +4 -4
  100. package/dist/components/Grid/styles.d.ts +288 -288
  101. package/dist/components/Grid/types.d.ts +88 -88
  102. package/dist/components/Icon/data/beauty.d.ts +8 -8
  103. package/dist/components/Icon/data/dash.d.ts +8 -8
  104. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  105. package/dist/components/Icon/data/form.d.ts +8 -8
  106. package/dist/components/Icon/data/health.d.ts +8 -8
  107. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  108. package/dist/components/Icon/data/men.d.ts +8 -8
  109. package/dist/components/Icon/data/payment.d.ts +8 -8
  110. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  111. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  112. package/dist/components/Icon/data/social.d.ts +8 -8
  113. package/dist/components/Icon/data/status.d.ts +8 -8
  114. package/dist/components/Icon/data/summer.d.ts +8 -8
  115. package/dist/components/Icon/data/woman.d.ts +8 -8
  116. package/dist/components/Icon/icon.test.d.ts +1 -1
  117. package/dist/components/Icon/index.d.ts +4 -4
  118. package/dist/components/Icon/scripts/build.d.ts +5 -5
  119. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  120. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  121. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  122. package/dist/components/Icon/styles.d.ts +13 -13
  123. package/dist/components/Icon/types.d.ts +8 -8
  124. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  125. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  126. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  127. package/dist/components/IconItem/index.d.ts +4 -4
  128. package/dist/components/IconItem/styles.d.ts +18 -18
  129. package/dist/components/IconItem/types.d.ts +22 -22
  130. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  131. package/dist/components/Illustration/index.d.ts +4 -4
  132. package/dist/components/Illustration/styles.d.ts +10 -10
  133. package/dist/components/Illustration/types.d.ts +11 -11
  134. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  135. package/dist/components/ImageItem/index.d.ts +4 -4
  136. package/dist/components/ImageItem/input.test.d.ts +1 -1
  137. package/dist/components/ImageItem/styles.d.ts +26 -26
  138. package/dist/components/ImageItem/types.d.ts +25 -25
  139. package/dist/components/Input/index.d.ts +4 -4
  140. package/dist/components/Input/index.d.ts.map +1 -1
  141. package/dist/components/Input/index.js +5 -3
  142. package/dist/components/Input/input.test.d.ts +1 -1
  143. package/dist/components/Input/styles.d.ts +69 -69
  144. package/dist/components/Input/styles.d.ts.map +1 -1
  145. package/dist/components/Input/styles.js +5 -7
  146. package/dist/components/Input/types.d.ts +28 -28
  147. package/dist/components/Label/index.d.ts +3 -3
  148. package/dist/components/Label/label.test.d.ts +1 -1
  149. package/dist/components/Label/styles.d.ts +6 -6
  150. package/dist/components/Label/types.d.ts +17 -17
  151. package/dist/components/List/index.d.ts +4 -4
  152. package/dist/components/List/list.test.d.ts +1 -1
  153. package/dist/components/List/styles.d.ts +15 -15
  154. package/dist/components/List/types.d.ts +8 -8
  155. package/dist/components/Modal/ModalExample.d.ts +7 -7
  156. package/dist/components/Modal/index.d.ts +3 -3
  157. package/dist/components/Modal/modal.test.d.ts +1 -1
  158. package/dist/components/Modal/styles.d.ts +538 -538
  159. package/dist/components/Modal/types.d.ts +37 -37
  160. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  161. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  162. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  163. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  164. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  165. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  166. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  167. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  168. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  169. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  170. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  171. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  172. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  173. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  174. package/dist/components/MultipleSelect/index.d.ts +5 -5
  175. package/dist/components/MultipleSelect/types.d.ts +44 -44
  176. package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
  177. package/dist/components/NewSelect/Examples/index.d.ts +4 -4
  178. package/dist/components/NewSelect/Examples/index.d.ts.map +1 -1
  179. package/dist/components/NewSelect/Examples/index.js +4 -6
  180. package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
  181. package/dist/components/NewSelect/components/Chip/index.d.ts.map +1 -1
  182. package/dist/components/NewSelect/components/Chip/index.js +2 -2
  183. package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
  184. package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
  185. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
  186. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts.map +1 -1
  187. package/dist/components/NewSelect/components/OptionsSelect/styles.js +1 -1
  188. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +22 -26
  189. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts.map +1 -1
  190. package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
  191. package/dist/components/NewSelect/components/SelectInputSearch/index.js +1 -3
  192. package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
  193. package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
  194. package/dist/components/NewSelect/components/SelectItem/index.js +1 -1
  195. package/dist/components/NewSelect/components/SelectItem/styles.d.ts +8 -9
  196. package/dist/components/NewSelect/components/SelectItem/styles.d.ts.map +1 -1
  197. package/dist/components/NewSelect/components/SelectItem/styles.js +3 -3
  198. package/dist/components/NewSelect/components/SelectItem/types.d.ts +2 -5
  199. package/dist/components/NewSelect/components/SelectItem/types.d.ts.map +1 -1
  200. package/dist/components/NewSelect/index.d.ts +3 -6
  201. package/dist/components/NewSelect/index.d.ts.map +1 -1
  202. package/dist/components/NewSelect/index.js +11 -247
  203. package/dist/components/NewSelect/multiple/index.d.ts +4 -0
  204. package/dist/components/NewSelect/multiple/index.d.ts.map +1 -0
  205. package/dist/components/NewSelect/multiple/index.js +236 -0
  206. package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
  207. package/dist/components/NewSelect/single/index.d.ts +4 -0
  208. package/dist/components/NewSelect/single/index.d.ts.map +1 -0
  209. package/dist/components/NewSelect/single/index.js +174 -0
  210. package/dist/components/NewSelect/styles.d.ts +24 -24
  211. package/dist/components/NewSelect/styles.d.ts.map +1 -1
  212. package/dist/components/NewSelect/styles.js +3 -3
  213. package/dist/components/NewSelect/types.d.ts +44 -43
  214. package/dist/components/NewSelect/types.d.ts.map +1 -1
  215. package/dist/components/Observer/index.d.ts +6 -6
  216. package/dist/components/Observer/observer.test.d.ts +1 -1
  217. package/dist/components/Observer/types.d.ts +6 -6
  218. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  219. package/dist/components/Pagination/index.d.ts +3 -3
  220. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  221. package/dist/components/Pagination/styles.d.ts +34 -34
  222. package/dist/components/Pagination/types.d.ts +28 -28
  223. package/dist/components/Progress/Circle/index.d.ts +3 -3
  224. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  225. package/dist/components/Progress/Circle/types.d.ts +18 -18
  226. package/dist/components/Progress/Linear/index.d.ts +3 -3
  227. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  228. package/dist/components/Progress/Linear/types.d.ts +13 -13
  229. package/dist/components/Progress/getSteps.d.ts +1 -1
  230. package/dist/components/Progress/index.d.ts +4 -4
  231. package/dist/components/Progress/progress.test.d.ts +1 -1
  232. package/dist/components/Progress/types.d.ts +27 -27
  233. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  234. package/dist/components/RadioInput/index.d.ts +4 -4
  235. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  236. package/dist/components/RadioInput/styles.d.ts +30 -30
  237. package/dist/components/RadioInput/types.d.ts +32 -32
  238. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  239. package/dist/components/Rating/index.d.ts +3 -3
  240. package/dist/components/Rating/rating.test.d.ts +1 -1
  241. package/dist/components/Rating/styles.d.ts +18 -18
  242. package/dist/components/Rating/types.d.ts +19 -19
  243. package/dist/components/ReactPortal/index.d.ts +7 -7
  244. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  245. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  246. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  247. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  248. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  249. package/dist/components/Select/index.d.ts +4 -4
  250. package/dist/components/Select/select.test.d.ts +1 -1
  251. package/dist/components/Select/styles.d.ts +20 -20
  252. package/dist/components/Select/types.d.ts +26 -26
  253. package/dist/components/Skeleton/index.d.ts +4 -4
  254. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  255. package/dist/components/Skeleton/styles.d.ts +7 -7
  256. package/dist/components/Skeleton/types.d.ts +40 -40
  257. package/dist/components/Slider/SliderExample.d.ts +3 -3
  258. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  259. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  260. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  261. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  262. package/dist/components/Slider/index.d.ts +19 -19
  263. package/dist/components/Slider/slider.test.d.ts +1 -1
  264. package/dist/components/Slider/styles.d.ts +65 -65
  265. package/dist/components/Slider/types.d.ts +40 -40
  266. package/dist/components/Spinner/index.d.ts +4 -4
  267. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  268. package/dist/components/Spinner/styles.d.ts +288 -288
  269. package/dist/components/Spinner/types.d.ts +11 -11
  270. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  271. package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
  272. package/dist/components/Steps/index.d.ts +4 -4
  273. package/dist/components/Steps/steps.test.d.ts +1 -1
  274. package/dist/components/Steps/styles.d.ts +45 -45
  275. package/dist/components/Steps/types.d.ts +20 -20
  276. package/dist/components/Steps/utils.d.ts +7 -7
  277. package/dist/components/Switch/index.d.ts +4 -4
  278. package/dist/components/Switch/styles.d.ts +18 -18
  279. package/dist/components/Switch/switch.test.d.ts +1 -1
  280. package/dist/components/Switch/types.d.ts +14 -14
  281. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  282. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  283. package/dist/components/Table/index.d.ts +3 -3
  284. package/dist/components/Table/styles.d.ts +34 -34
  285. package/dist/components/Table/table.test.d.ts +1 -1
  286. package/dist/components/Table/types.d.ts +53 -53
  287. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  288. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  289. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  290. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  291. package/dist/components/Tabs/index.d.ts +3 -3
  292. package/dist/components/Tabs/styles.d.ts +41 -41
  293. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  294. package/dist/components/Tabs/types.d.ts +50 -50
  295. package/dist/components/Tag/index.d.ts +4 -4
  296. package/dist/components/Tag/styles.d.ts +869 -869
  297. package/dist/components/Tag/tag.test.d.ts +1 -1
  298. package/dist/components/Tag/types.d.ts +9 -9
  299. package/dist/components/TextAreaInput/index.d.ts +4 -4
  300. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  301. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  302. package/dist/components/TextAreaInput/types.d.ts +26 -26
  303. package/dist/components/Thumbnail/index.d.ts +3 -3
  304. package/dist/components/Thumbnail/styles.d.ts +38 -38
  305. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  306. package/dist/components/Thumbnail/types.d.ts +28 -28
  307. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  308. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  309. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  310. package/dist/components/TimeInput/constants.d.ts +4 -4
  311. package/dist/components/TimeInput/index.d.ts +4 -4
  312. package/dist/components/TimeInput/styles.d.ts +16 -16
  313. package/dist/components/TimeInput/types.d.ts +4 -4
  314. package/dist/components/TimeInput/utils.d.ts +8 -8
  315. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  316. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  317. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  318. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  319. package/dist/components/Timeline/index.d.ts +4 -4
  320. package/dist/components/Timeline/styles.d.ts +31 -31
  321. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  322. package/dist/components/Timeline/types.d.ts +20 -20
  323. package/dist/components/Toast/button-example.d.ts +6 -6
  324. package/dist/components/Toast/components/Toast.d.ts +4 -4
  325. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  326. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  327. package/dist/components/Toast/index.d.ts +3 -3
  328. package/dist/components/Toast/styles.d.ts +22 -22
  329. package/dist/components/Toast/toast.test.d.ts +1 -1
  330. package/dist/components/Toast/types.d.ts +29 -29
  331. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  332. package/dist/components/Tooltip/example.d.ts +2 -2
  333. package/dist/components/Tooltip/index.d.ts +4 -4
  334. package/dist/components/Tooltip/styles.d.ts +13 -13
  335. package/dist/components/Tooltip/types.d.ts +26 -26
  336. package/dist/components/Typography/index.d.ts +4 -4
  337. package/dist/components/Typography/styles.d.ts +21 -21
  338. package/dist/components/Typography/types.d.ts +16 -16
  339. package/dist/components/Typography/typography.test.d.ts +1 -1
  340. package/dist/index.d.ts +65 -65
  341. package/dist/shared/animations/opacityAnimation.d.ts +2 -2
  342. package/dist/shared/assets/emotes.d.ts +5007 -5007
  343. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  344. package/dist/shared/formatters/format-number.d.ts +5 -5
  345. package/dist/shared/formatters/types.d.ts +5 -5
  346. package/dist/shared/hooks/devices.d.ts +8 -8
  347. package/dist/shared/hooks/useBreakpoints.d.ts +25 -25
  348. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  349. package/dist/shared/hooks/useDevices.d.ts +8 -8
  350. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  351. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  352. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  353. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  354. package/dist/shared/hooks/useObserver.d.ts +10 -10
  355. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  356. package/dist/shared/hooks/useReposition/index.d.ts +3 -3
  357. package/dist/shared/hooks/useReposition/types.d.ts +29 -29
  358. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  359. package/dist/shared/tests/test-utils.d.ts +4 -4
  360. package/dist/shared/tests/types.d.ts +4 -4
  361. package/dist/shared/theme/button-example.d.ts +2 -2
  362. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  363. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  364. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  365. package/dist/shared/theme/hooks/useTheme.d.ts +284 -284
  366. package/dist/shared/theme/index.d.ts +7 -7
  367. package/dist/shared/theme/theme.d.ts +282 -282
  368. package/dist/shared/theme/theme.test.d.ts +1 -1
  369. package/dist/shared/theme/theme.types.d.ts +14 -14
  370. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  371. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  372. package/dist/shared/types/credit-card.d.ts +5 -5
  373. package/dist/shared/types/file.d.ts +11 -11
  374. package/dist/shared/types/name.d.ts +3 -3
  375. package/dist/utils/GenerateKey.d.ts +10 -10
  376. package/dist/utils/brightnessColorChange.d.ts +8 -8
  377. package/dist/utils/colorCheck.d.ts +40 -40
  378. package/dist/utils/colorFunctions.d.ts +2 -2
  379. package/dist/utils/colorToGray.d.ts +5 -5
  380. package/dist/utils/file.d.ts +26 -26
  381. package/dist/utils/formatters/bytes.d.ts +7 -7
  382. package/dist/utils/formatters/capitalize.d.ts +6 -6
  383. package/dist/utils/formatters/cep.d.ts +12 -12
  384. package/dist/utils/formatters/cnpj.d.ts +18 -18
  385. package/dist/utils/formatters/color.d.ts +15 -15
  386. package/dist/utils/formatters/cpf.d.ts +18 -18
  387. package/dist/utils/formatters/credit-card.d.ts +26 -26
  388. package/dist/utils/formatters/email.d.ts +1 -1
  389. package/dist/utils/formatters/index.d.ts +15 -15
  390. package/dist/utils/formatters/name.d.ts +20 -20
  391. package/dist/utils/formatters/number.d.ts +6 -6
  392. package/dist/utils/formatters/passport.d.ts +24 -24
  393. package/dist/utils/formatters/phone.d.ts +59 -59
  394. package/dist/utils/formatters/price.d.ts +11 -11
  395. package/dist/utils/formatters/rg.d.ts +12 -12
  396. package/dist/utils/formatters/strings.d.ts +19 -19
  397. package/dist/utils/fuctionsColors.d.ts +2 -2
  398. package/dist/utils/generateUUID.d.ts +1 -1
  399. package/dist/utils/getColorValue.d.ts +12 -12
  400. package/dist/utils/getSvg.d.ts +10 -10
  401. package/dist/utils/getValuesBySize.d.ts +6 -6
  402. package/dist/utils/invertColor.d.ts +7 -7
  403. package/package.json +1 -1
  404. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +0 -4
  405. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts.map +0 -1
  406. package/dist/components/NewSelect/components/OptionsSelect/index.js +0 -56
@@ -1,46 +1,46 @@
1
- /// <reference types="react" />
2
- export declare const StepsContainer: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- } & {
6
- fullWidth?: boolean | undefined;
7
- isReducedSteps?: boolean | undefined;
8
- fitParent?: boolean | undefined;
9
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
- export declare const StepsCircle: import("@emotion/styled").StyledComponent<{
11
- theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any> | undefined;
13
- } & {
14
- activeColor: 'primary' | 'secondary' | 'tertiary' | 'error';
15
- isFinished?: boolean | undefined;
16
- isCurrent?: boolean | undefined;
17
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
- export declare const StepsSeparator: import("@emotion/styled").StyledComponent<{
19
- theme?: import("@emotion/react").Theme | undefined;
20
- as?: import("react").ElementType<any> | undefined;
21
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
- export declare const StepsItemContainer: import("@emotion/styled").StyledComponent<{
23
- theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any> | undefined;
25
- } & {
26
- isCurrent: boolean;
27
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
- export declare const ReducedStepsContainer: import("@emotion/styled").StyledComponent<{
29
- theme?: import("@emotion/react").Theme | undefined;
30
- as?: import("react").ElementType<any> | undefined;
31
- } & {
32
- fitParent?: boolean | undefined;
33
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
34
- export declare const StepsItemsDetailsContainer: import("@emotion/styled").StyledComponent<{
35
- theme?: import("@emotion/react").Theme | undefined;
36
- as?: import("react").ElementType<any> | undefined;
37
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
38
- export declare const StepsItemText: import("@emotion/styled").StyledComponent<{
39
- theme?: import("@emotion/react").Theme | undefined;
40
- as?: import("react").ElementType<any> | undefined;
41
- } & {
42
- isReducedSteps?: boolean | undefined;
43
- isDisabled?: boolean | undefined;
44
- isFinished?: boolean | undefined;
45
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
1
+ /// <reference types="react" />
2
+ export declare const StepsContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & {
6
+ fullWidth?: boolean | undefined;
7
+ isReducedSteps?: boolean | undefined;
8
+ fitParent?: boolean | undefined;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StepsCircle: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ as?: import("react").ElementType<any> | undefined;
13
+ } & {
14
+ activeColor: 'primary' | 'secondary' | 'tertiary' | 'error';
15
+ isFinished?: boolean | undefined;
16
+ isCurrent?: boolean | undefined;
17
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const StepsSeparator: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ as?: import("react").ElementType<any> | undefined;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
+ export declare const StepsItemContainer: import("@emotion/styled").StyledComponent<{
23
+ theme?: import("@emotion/react").Theme | undefined;
24
+ as?: import("react").ElementType<any> | undefined;
25
+ } & {
26
+ isCurrent: boolean;
27
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
+ export declare const ReducedStepsContainer: import("@emotion/styled").StyledComponent<{
29
+ theme?: import("@emotion/react").Theme | undefined;
30
+ as?: import("react").ElementType<any> | undefined;
31
+ } & {
32
+ fitParent?: boolean | undefined;
33
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
34
+ export declare const StepsItemsDetailsContainer: import("@emotion/styled").StyledComponent<{
35
+ theme?: import("@emotion/react").Theme | undefined;
36
+ as?: import("react").ElementType<any> | undefined;
37
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
38
+ export declare const StepsItemText: import("@emotion/styled").StyledComponent<{
39
+ theme?: import("@emotion/react").Theme | undefined;
40
+ as?: import("react").ElementType<any> | undefined;
41
+ } & {
42
+ isReducedSteps?: boolean | undefined;
43
+ isDisabled?: boolean | undefined;
44
+ isFinished?: boolean | undefined;
45
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
46
46
  //# sourceMappingURL=styles.d.ts.map
@@ -1,21 +1,21 @@
1
- export interface StepsControlled {
2
- name: string;
3
- isCompleted: boolean;
4
- }
5
- export type StepsItems = string | StepsControlled;
6
- export interface StepsProps {
7
- steps: StepsItems[];
8
- current: number;
9
- activeColor?: 'primary' | 'secondary' | 'tertiary' | 'error';
10
- fullWidth?: boolean;
11
- isReducedSteps?: boolean;
12
- enableCurrentStepChecked?: boolean;
13
- }
14
- export interface StepIconProps {
15
- isSelectedStep: boolean;
16
- hasStartGradient: boolean;
17
- hasEndGratient: boolean;
18
- stepPosition: string;
19
- activeColor: 'primary' | 'secondary' | 'tertiary' | 'error';
20
- }
1
+ export interface StepsControlled {
2
+ name: string;
3
+ isCompleted: boolean;
4
+ }
5
+ export type StepsItems = string | StepsControlled;
6
+ export interface StepsProps {
7
+ steps: StepsItems[];
8
+ current: number;
9
+ activeColor?: 'primary' | 'secondary' | 'tertiary' | 'error';
10
+ fullWidth?: boolean;
11
+ isReducedSteps?: boolean;
12
+ enableCurrentStepChecked?: boolean;
13
+ }
14
+ export interface StepIconProps {
15
+ isSelectedStep: boolean;
16
+ hasStartGradient: boolean;
17
+ hasEndGratient: boolean;
18
+ stepPosition: string;
19
+ activeColor: 'primary' | 'secondary' | 'tertiary' | 'error';
20
+ }
21
21
  //# sourceMappingURL=types.d.ts.map
@@ -1,8 +1,8 @@
1
- export declare const STEP_POSITION: {
2
- INITIAL: string;
3
- INITIAL_BEFORE_UNSELECTED: string;
4
- MIDDLE: string;
5
- MIDDLE_BEFORE_UNSELECTED: string;
6
- FINAL: string;
7
- };
1
+ export declare const STEP_POSITION: {
2
+ INITIAL: string;
3
+ INITIAL_BEFORE_UNSELECTED: string;
4
+ MIDDLE: string;
5
+ MIDDLE_BEFORE_UNSELECTED: string;
6
+ FINAL: string;
7
+ };
8
8
  //# sourceMappingURL=utils.d.ts.map
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { IInputProps } from './types';
3
- declare const SwitchInput: FC<IInputProps>;
4
- export default SwitchInput;
1
+ import { FC } from 'react';
2
+ import { IInputProps } from './types';
3
+ declare const SwitchInput: FC<IInputProps>;
4
+ export default SwitchInput;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,19 +1,19 @@
1
- /// <reference types="react" />
2
- import { IStyleProps } from './types';
3
- export declare const SwitchWrapper: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const Switch: import("@emotion/styled").StyledComponent<{
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any> | undefined;
10
- } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
- export declare const SwitchToken: import("@emotion/styled").StyledComponent<{
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
- export declare const HelpText: import("@emotion/styled").StyledComponent<{
16
- theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
18
- } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { IStyleProps } from './types';
3
+ export declare const SwitchWrapper: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
+ export declare const Switch: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
+ export declare const SwitchToken: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme | undefined;
13
+ as?: import("react").ElementType<any> | undefined;
14
+ } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
+ export declare const HelpText: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ } & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
19
19
  //# sourceMappingURL=styles.d.ts.map
@@ -1,2 +1,2 @@
1
- import '@testing-library/jest-dom/extend-expect';
1
+ import '@testing-library/jest-dom/extend-expect';
2
2
  //# sourceMappingURL=switch.test.d.ts.map
@@ -1,15 +1,15 @@
1
- import { Theme } from '@emotion/react';
2
- export type IStyleProps = {
3
- theme?: Theme;
4
- disabled?: boolean;
5
- isActive?: boolean;
6
- type?: 'success' | 'error' | 'warning' | 'informative' | 'critical' | 'success_secondary' | 'warning_secondary';
7
- };
8
- export type IInputProps = {
9
- disabled?: boolean;
10
- helperText?: string;
11
- type?: 'success' | 'error' | 'warning' | 'informative' | 'critical' | 'success_secondary' | 'warning_secondary';
12
- onChangeValue?: (value: boolean) => void;
13
- checked?: boolean;
14
- };
1
+ import { Theme } from '@emotion/react';
2
+ export type IStyleProps = {
3
+ theme?: Theme;
4
+ disabled?: boolean;
5
+ isActive?: boolean;
6
+ type?: 'success' | 'error' | 'warning' | 'informative' | 'critical' | 'success_secondary' | 'warning_secondary';
7
+ };
8
+ export type IInputProps = {
9
+ disabled?: boolean;
10
+ helperText?: string;
11
+ type?: 'success' | 'error' | 'warning' | 'informative' | 'critical' | 'success_secondary' | 'warning_secondary';
12
+ onChangeValue?: (value: boolean) => void;
13
+ checked?: boolean;
14
+ };
15
15
  //# sourceMappingURL=types.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { IMenuItem } from '../types';
3
- export declare function MenuItem({ items, isOpen, onClickOutside, top, right }: IMenuItem): JSX.Element;
1
+ /// <reference types="react" />
2
+ import { IMenuItem } from '../types';
3
+ export declare function MenuItem({ items, isOpen, onClickOutside, top, right }: IMenuItem): JSX.Element;
4
4
  //# sourceMappingURL=MenuItem.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { ITableSkeletonColumns } from '../types';
3
- export declare function TableSkeleton({ skeletonColumns, skeletonRows, skeletonHeight, }: ITableSkeletonColumns): JSX.Element[];
1
+ /// <reference types="react" />
2
+ import { ITableSkeletonColumns } from '../types';
3
+ export declare function TableSkeleton({ skeletonColumns, skeletonRows, skeletonHeight, }: ITableSkeletonColumns): JSX.Element[];
4
4
  //# sourceMappingURL=TableSkeleton.d.ts.map
@@ -1,4 +1,4 @@
1
- import { ComponentPropsWithoutRef } from 'react';
2
- import { ITableProps } from './types';
3
- export declare function Table({ selectable, primaryActions, secondaryActions, header, rows, isLoading, skeletonRows, skeletonHeight, ...rest }: ITableProps & ComponentPropsWithoutRef<'table'>): JSX.Element;
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import { ITableProps } from './types';
3
+ export declare function Table({ selectable, primaryActions, secondaryActions, header, rows, isLoading, skeletonRows, skeletonHeight, ...rest }: ITableProps & ComponentPropsWithoutRef<'table'>): JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,35 +1,35 @@
1
- /// <reference types="react" />
2
- import { GenericStyledProps } from '../../@types';
3
- export declare const StyledTable: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
7
- export declare const SelectedHeader: import("@emotion/styled").StyledComponent<{
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any> | undefined;
10
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
- export declare const ActionsButton: import("@emotion/styled").StyledComponent<{
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
15
- export declare const MenuItemWrapper: import("@emotion/styled").StyledComponent<{
16
- theme?: import("@emotion/react").Theme | undefined;
17
- as?: import("react").ElementType<any> | undefined;
18
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
- export declare const VerticalPointsButton: import("@emotion/styled").StyledComponent<{
20
- theme?: import("@emotion/react").Theme | undefined;
21
- as?: import("react").ElementType<any> | undefined;
22
- } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
23
- export declare const MenuItemContainer: import("@emotion/styled").StyledComponent<{
24
- theme?: import("@emotion/react").Theme | undefined;
25
- as?: import("react").ElementType<any> | undefined;
26
- } & GenericStyledProps & {
27
- isOpen?: boolean | undefined;
28
- posTop?: number | undefined;
29
- posRight?: number | undefined;
30
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
31
- export declare const MenuItemContent: import("@emotion/styled").StyledComponent<{
32
- theme?: import("@emotion/react").Theme | undefined;
33
- as?: import("react").ElementType<any> | undefined;
34
- } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { GenericStyledProps } from '../../@types';
3
+ export declare const StyledTable: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
7
+ export declare const SelectedHeader: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
+ export declare const ActionsButton: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme | undefined;
13
+ as?: import("react").ElementType<any> | undefined;
14
+ } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
15
+ export declare const MenuItemWrapper: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
+ export declare const VerticalPointsButton: import("@emotion/styled").StyledComponent<{
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ as?: import("react").ElementType<any> | undefined;
22
+ } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
23
+ export declare const MenuItemContainer: import("@emotion/styled").StyledComponent<{
24
+ theme?: import("@emotion/react").Theme | undefined;
25
+ as?: import("react").ElementType<any> | undefined;
26
+ } & GenericStyledProps & {
27
+ isOpen?: boolean | undefined;
28
+ posTop?: number | undefined;
29
+ posRight?: number | undefined;
30
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
31
+ export declare const MenuItemContent: import("@emotion/styled").StyledComponent<{
32
+ theme?: import("@emotion/react").Theme | undefined;
33
+ as?: import("react").ElementType<any> | undefined;
34
+ } & GenericStyledProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
35
35
  //# sourceMappingURL=styles.d.ts.map
@@ -1,2 +1,2 @@
1
- import '@testing-library/jest-dom/extend-expect';
1
+ import '@testing-library/jest-dom/extend-expect';
2
2
  //# sourceMappingURL=table.test.d.ts.map
@@ -1,54 +1,54 @@
1
- import { ReactNode } from 'react';
2
- export interface TableAction {
3
- label: ReactNode;
4
- handler: (selectedRows?: string[], allSelected?: boolean) => void;
5
- }
6
- export type TableRow = {
7
- items: ReactNode[];
8
- actions?: TableAction[];
9
- };
10
- /** Corresponds to the content displayed inside a table cell. */
11
- export type TableCell = ReactNode;
12
- export type MenuStateProps = {
13
- state: boolean;
14
- rowId: string;
15
- };
16
- export interface ITableProps {
17
- /** If the rows can be selected. Displays the checkbox at the start of the row. */
18
- selectable?: boolean;
19
- /** Primary actions displayed in the header for selected tables. */
20
- primaryActions?: TableAction[];
21
- /** Secondary actions displayed in a dropdown in the header for selected tables. */
22
- secondaryActions?: TableAction[];
23
- /** An array containing the labels of the columns to be displayed in the header. */
24
- header: string[];
25
- /** An array of TableCell's arrays each matching a row of the table. Each TableCell corresponds to the content displayed inside a table cell. */
26
- rows: TableRow[];
27
- /** A boolean that is used to determine if the table is loading. */
28
- isLoading?: boolean;
29
- /** Used to determine how many rows to display when the table is loading. */
30
- skeletonRows?: number;
31
- /** Used to determine how many columns to display when the table is loading. */
32
- skeletonHeight?: string | number;
33
- }
34
- export interface IMenuItem {
35
- /** Table row dropdown menu items. */
36
- items: TableAction[];
37
- /** Table row dropdown menu state. */
38
- isOpen: boolean;
39
- /** Table row dropdown handler to outside click */
40
- onClickOutside: () => void;
41
- /** The top position of the dropdown menu */
42
- top?: number;
43
- /** The left position of the dropdown menu */
44
- right?: number;
45
- }
46
- export interface ITableSkeletonColumns {
47
- /** Used to determine how many columns to display when the table is loading. */
48
- skeletonColumns: number;
49
- /** Used to determine how many rows to display when the table is loading. */
50
- skeletonRows: number;
51
- /** Used to determine how many columns to display when the table is loading. */
52
- skeletonHeight?: string | number;
53
- }
1
+ import { ReactNode } from 'react';
2
+ export interface TableAction {
3
+ label: ReactNode;
4
+ handler: (selectedRows?: string[], allSelected?: boolean) => void;
5
+ }
6
+ export type TableRow = {
7
+ items: ReactNode[];
8
+ actions?: TableAction[];
9
+ };
10
+ /** Corresponds to the content displayed inside a table cell. */
11
+ export type TableCell = ReactNode;
12
+ export type MenuStateProps = {
13
+ state: boolean;
14
+ rowId: string;
15
+ };
16
+ export interface ITableProps {
17
+ /** If the rows can be selected. Displays the checkbox at the start of the row. */
18
+ selectable?: boolean;
19
+ /** Primary actions displayed in the header for selected tables. */
20
+ primaryActions?: TableAction[];
21
+ /** Secondary actions displayed in a dropdown in the header for selected tables. */
22
+ secondaryActions?: TableAction[];
23
+ /** An array containing the labels of the columns to be displayed in the header. */
24
+ header: string[];
25
+ /** An array of TableCell's arrays each matching a row of the table. Each TableCell corresponds to the content displayed inside a table cell. */
26
+ rows: TableRow[];
27
+ /** A boolean that is used to determine if the table is loading. */
28
+ isLoading?: boolean;
29
+ /** Used to determine how many rows to display when the table is loading. */
30
+ skeletonRows?: number;
31
+ /** Used to determine how many columns to display when the table is loading. */
32
+ skeletonHeight?: string | number;
33
+ }
34
+ export interface IMenuItem {
35
+ /** Table row dropdown menu items. */
36
+ items: TableAction[];
37
+ /** Table row dropdown menu state. */
38
+ isOpen: boolean;
39
+ /** Table row dropdown handler to outside click */
40
+ onClickOutside: () => void;
41
+ /** The top position of the dropdown menu */
42
+ top?: number;
43
+ /** The left position of the dropdown menu */
44
+ right?: number;
45
+ }
46
+ export interface ITableSkeletonColumns {
47
+ /** Used to determine how many columns to display when the table is loading. */
48
+ skeletonColumns: number;
49
+ /** Used to determine how many rows to display when the table is loading. */
50
+ skeletonRows: number;
51
+ /** Used to determine how many columns to display when the table is loading. */
52
+ skeletonHeight?: string | number;
53
+ }
54
54
  //# sourceMappingURL=types.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { ITabsProps } from './types';
3
- export declare const TabsExample: ({ ...props }: ITabsProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { ITabsProps } from './types';
3
+ export declare const TabsExample: ({ ...props }: ITabsProps) => JSX.Element;
4
4
  //# sourceMappingURL=TabsExample.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { ITabProps } from '../types';
3
- export declare const Tab: ({ label, value, icon, iconPosition, disabled }: ITabProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { ITabProps } from '../types';
3
+ export declare const Tab: ({ label, value, icon, iconPosition, disabled }: ITabProps) => JSX.Element;
4
4
  //# sourceMappingURL=Tab.d.ts.map
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
2
- import { ITabPanelProps } from '../types';
3
- export declare const TabPanel: FC<ITabPanelProps>;
1
+ import { FC } from 'react';
2
+ import { ITabPanelProps } from '../types';
3
+ export declare const TabPanel: FC<ITabPanelProps>;
4
4
  //# sourceMappingURL=TabPanel.d.ts.map
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
- import { ITabsContextProps, ITabsProps } from '../types';
3
- export declare const TabsContext: import("react").Context<ITabsContextProps>;
4
- export declare const Tabs: FC<ITabsProps>;
1
+ import { FC } from 'react';
2
+ import { ITabsContextProps, ITabsProps } from '../types';
3
+ export declare const TabsContext: import("react").Context<ITabsContextProps>;
4
+ export declare const Tabs: FC<ITabsProps>;
5
5
  //# sourceMappingURL=Tabs.d.ts.map
@@ -1,4 +1,4 @@
1
- export { TabPanel } from './components/TabPanel';
2
- export { Tabs } from './components/Tabs';
3
- export { Tab } from './components/Tab';
1
+ export { TabPanel } from './components/TabPanel';
2
+ export { Tabs } from './components/Tabs';
3
+ export { Tab } from './components/Tab';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,42 +1,42 @@
1
- /// <reference types="react" />
2
- import { ITabButtonProps, GenericThemeProps, TabIndicatorProps, ITabsProps } from './types';
3
- export declare const TabsContainer: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & GenericThemeProps & {
7
- fullWidth?: boolean | undefined;
8
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
- export declare const TabButton: import("@emotion/styled").StyledComponent<{
10
- theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
12
- } & GenericThemeProps & import("react").HTMLAttributes<HTMLButtonElement> & {
13
- active: boolean;
14
- squeeze?: boolean | undefined;
15
- indicatorColor?: import("../..").GlobalColorsProps | (string & {}) | undefined;
16
- textColor?: import("../..").GlobalColorsProps | (string & {}) | undefined;
17
- }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
18
- export declare const TabButtonIcon: import("@emotion/styled").StyledComponent<{
19
- theme?: import("@emotion/react").Theme | undefined;
20
- as?: import("react").ElementType<any> | undefined;
21
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
22
- export declare const TabPanelWrapper: import("@emotion/styled").StyledComponent<{
23
- theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any> | undefined;
25
- } & {
26
- noPadding?: boolean | undefined;
27
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
- export declare const TabLoadingSkeleton: import("@emotion/styled").StyledComponent<{
29
- theme?: import("@emotion/react").Theme | undefined;
30
- as?: import("react").ElementType<any> | undefined;
31
- } & GenericThemeProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
- export declare const TabPanelContainer: import("@emotion/styled").StyledComponent<{
33
- theme?: import("@emotion/react").Theme | undefined;
34
- as?: import("react").ElementType<any> | undefined;
35
- } & {
36
- hidden: boolean;
37
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
38
- export declare const TabIndicator: import("@emotion/styled").StyledComponent<{
39
- theme?: import("@emotion/react").Theme | undefined;
40
- as?: import("react").ElementType<any> | undefined;
41
- } & TabIndicatorProps & Pick<ITabButtonProps, "theme" | "indicatorColor"> & Pick<ITabsProps, "isLoading">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1
+ /// <reference types="react" />
2
+ import { ITabButtonProps, GenericThemeProps, TabIndicatorProps, ITabsProps } from './types';
3
+ export declare const TabsContainer: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & GenericThemeProps & {
7
+ fullWidth?: boolean | undefined;
8
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
+ export declare const TabButton: import("@emotion/styled").StyledComponent<{
10
+ theme?: import("@emotion/react").Theme | undefined;
11
+ as?: import("react").ElementType<any> | undefined;
12
+ } & GenericThemeProps & import("react").HTMLAttributes<HTMLButtonElement> & {
13
+ active: boolean;
14
+ squeeze?: boolean | undefined;
15
+ indicatorColor?: import("../..").GlobalColorsProps | (string & {}) | undefined;
16
+ textColor?: import("../..").GlobalColorsProps | (string & {}) | undefined;
17
+ }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
18
+ export declare const TabButtonIcon: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ as?: import("react").ElementType<any> | undefined;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
22
+ export declare const TabPanelWrapper: import("@emotion/styled").StyledComponent<{
23
+ theme?: import("@emotion/react").Theme | undefined;
24
+ as?: import("react").ElementType<any> | undefined;
25
+ } & {
26
+ noPadding?: boolean | undefined;
27
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
+ export declare const TabLoadingSkeleton: import("@emotion/styled").StyledComponent<{
29
+ theme?: import("@emotion/react").Theme | undefined;
30
+ as?: import("react").ElementType<any> | undefined;
31
+ } & GenericThemeProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
+ export declare const TabPanelContainer: import("@emotion/styled").StyledComponent<{
33
+ theme?: import("@emotion/react").Theme | undefined;
34
+ as?: import("react").ElementType<any> | undefined;
35
+ } & {
36
+ hidden: boolean;
37
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
38
+ export declare const TabIndicator: import("@emotion/styled").StyledComponent<{
39
+ theme?: import("@emotion/react").Theme | undefined;
40
+ as?: import("react").ElementType<any> | undefined;
41
+ } & TabIndicatorProps & Pick<ITabButtonProps, "theme" | "indicatorColor"> & Pick<ITabsProps, "isLoading">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
42
42
  //# sourceMappingURL=styles.d.ts.map
@@ -1,2 +1,2 @@
1
- import '@testing-library/jest-dom';
1
+ import '@testing-library/jest-dom';
2
2
  //# sourceMappingURL=tabs.test.d.ts.map