@max-ts/kit 0.13.1 → 0.14.0

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 (972) hide show
  1. package/README.md +84 -0
  2. package/lib/index.mjs +3232 -1
  3. package/lib/src/components/Accordion/Accordion.d.ts +9 -0
  4. package/lib/src/components/Accordion/Accordion.d.ts.map +1 -0
  5. package/lib/src/components/Accordion/index.d.ts +3 -0
  6. package/lib/src/components/Accordion/index.d.ts.map +1 -0
  7. package/lib/src/components/Accordion/styles.css.d.ts +10 -0
  8. package/lib/src/components/Accordion/styles.css.d.ts.map +1 -0
  9. package/lib/src/components/Accordion/types.d.ts +18 -0
  10. package/lib/src/components/Accordion/types.d.ts.map +1 -0
  11. package/lib/src/components/AlertDialog/AlertDialog.d.ts +15 -0
  12. package/lib/src/components/AlertDialog/AlertDialog.d.ts.map +1 -0
  13. package/lib/src/components/AlertDialog/index.d.ts +3 -0
  14. package/lib/src/components/AlertDialog/index.d.ts.map +1 -0
  15. package/lib/src/components/AlertDialog/styles.css.d.ts +8 -0
  16. package/lib/src/components/AlertDialog/styles.css.d.ts.map +1 -0
  17. package/lib/src/components/AlertDialog/types.d.ts +36 -0
  18. package/lib/src/components/AlertDialog/types.d.ts.map +1 -0
  19. package/lib/src/components/Badge/Badge.d.ts +8 -0
  20. package/lib/src/components/Badge/Badge.d.ts.map +1 -0
  21. package/lib/src/components/Badge/index.d.ts +2 -0
  22. package/lib/src/components/Badge/index.d.ts.map +1 -0
  23. package/lib/src/components/Badge/styles.css.d.ts +4 -0
  24. package/lib/src/components/Badge/styles.css.d.ts.map +1 -0
  25. package/lib/src/components/Badge/types.d.ts +2 -0
  26. package/lib/src/components/Badge/types.d.ts.map +1 -0
  27. package/lib/src/components/Button/Button.d.ts +14 -0
  28. package/lib/src/components/Button/Button.d.ts.map +1 -0
  29. package/lib/src/components/Button/Content/Content.d.ts +3 -0
  30. package/lib/src/components/Button/Content/Content.d.ts.map +1 -0
  31. package/lib/src/components/Button/Content/index.d.ts +2 -0
  32. package/lib/src/components/Button/Content/index.d.ts.map +1 -0
  33. package/lib/src/components/Button/Content/styles.css.d.ts +6 -0
  34. package/lib/src/components/Button/Content/styles.css.d.ts.map +1 -0
  35. package/lib/src/components/Button/button.css.d.ts +10 -0
  36. package/lib/src/components/Button/button.css.d.ts.map +1 -0
  37. package/lib/src/components/Button/index.d.ts +2 -0
  38. package/lib/src/components/Button/index.d.ts.map +1 -0
  39. package/lib/src/components/Button/types.d.ts +3 -0
  40. package/lib/src/components/Button/types.d.ts.map +1 -0
  41. package/lib/src/components/ButtonGroup/ButtonGroup.d.ts +21 -0
  42. package/lib/src/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  43. package/lib/src/components/ButtonGroup/buttonGroup.css.d.ts +5 -0
  44. package/lib/src/components/ButtonGroup/buttonGroup.css.d.ts.map +1 -0
  45. package/lib/src/components/ButtonGroup/index.d.ts +2 -0
  46. package/lib/src/components/ButtonGroup/index.d.ts.map +1 -0
  47. package/lib/src/components/Calendar/Calendar.d.ts +8 -0
  48. package/lib/src/components/Calendar/Calendar.d.ts.map +1 -0
  49. package/lib/src/components/Calendar/DayButton/DayButton.d.ts +7 -0
  50. package/lib/src/components/Calendar/DayButton/DayButton.d.ts.map +1 -0
  51. package/lib/src/components/Calendar/DayButton/index.d.ts +2 -0
  52. package/lib/src/components/Calendar/DayButton/index.d.ts.map +1 -0
  53. package/lib/src/components/Calendar/DayButton/styles.css.d.ts +4 -0
  54. package/lib/src/components/Calendar/DayButton/styles.css.d.ts.map +1 -0
  55. package/lib/src/components/Calendar/Dropdown/Dropdown.d.ts +6 -0
  56. package/lib/src/components/Calendar/Dropdown/Dropdown.d.ts.map +1 -0
  57. package/lib/src/components/Calendar/Dropdown/index.d.ts +2 -0
  58. package/lib/src/components/Calendar/Dropdown/index.d.ts.map +1 -0
  59. package/lib/src/components/Calendar/Dropdown/styles.css.d.ts +2 -0
  60. package/lib/src/components/Calendar/Dropdown/styles.css.d.ts.map +1 -0
  61. package/lib/src/components/Calendar/index.d.ts +2 -0
  62. package/lib/src/components/Calendar/index.d.ts.map +1 -0
  63. package/lib/src/components/Calendar/styles.css.d.ts +8 -0
  64. package/lib/src/components/Calendar/styles.css.d.ts.map +1 -0
  65. package/lib/src/components/Card/Card.d.ts +12 -0
  66. package/lib/src/components/Card/Card.d.ts.map +1 -0
  67. package/lib/src/components/Card/card.css.d.ts +7 -0
  68. package/lib/src/components/Card/card.css.d.ts.map +1 -0
  69. package/lib/src/components/Card/index.d.ts +2 -0
  70. package/lib/src/components/Card/index.d.ts.map +1 -0
  71. package/lib/src/components/Carousel/Buttons/Buttons.d.ts +3 -0
  72. package/lib/src/components/Carousel/Buttons/Buttons.d.ts.map +1 -0
  73. package/lib/src/components/Carousel/Buttons/index.d.ts +2 -0
  74. package/lib/src/components/Carousel/Buttons/index.d.ts.map +1 -0
  75. package/lib/src/components/Carousel/Buttons/styles.css.d.ts +4 -0
  76. package/lib/src/components/Carousel/Buttons/styles.css.d.ts.map +1 -0
  77. package/lib/src/components/Carousel/Carousel.d.ts +18 -0
  78. package/lib/src/components/Carousel/Carousel.d.ts.map +1 -0
  79. package/lib/src/components/Carousel/CarouselContext.d.ts +17 -0
  80. package/lib/src/components/Carousel/CarouselContext.d.ts.map +1 -0
  81. package/lib/src/components/Carousel/Content/Content.d.ts +2 -0
  82. package/lib/src/components/Carousel/Content/Content.d.ts.map +1 -0
  83. package/lib/src/components/Carousel/Content/index.d.ts +2 -0
  84. package/lib/src/components/Carousel/Content/index.d.ts.map +1 -0
  85. package/lib/src/components/Carousel/Content/styles.css.d.ts +3 -0
  86. package/lib/src/components/Carousel/Content/styles.css.d.ts.map +1 -0
  87. package/lib/src/components/Carousel/Dots/Dots.d.ts +6 -0
  88. package/lib/src/components/Carousel/Dots/Dots.d.ts.map +1 -0
  89. package/lib/src/components/Carousel/Dots/index.d.ts +2 -0
  90. package/lib/src/components/Carousel/Dots/index.d.ts.map +1 -0
  91. package/lib/src/components/Carousel/Dots/styles.css.d.ts +4 -0
  92. package/lib/src/components/Carousel/Dots/styles.css.d.ts.map +1 -0
  93. package/lib/src/components/Carousel/Dots/useLogic/index.d.ts +2 -0
  94. package/lib/src/components/Carousel/Dots/useLogic/index.d.ts.map +1 -0
  95. package/lib/src/components/Carousel/Dots/useLogic/useLogic.d.ts +7 -0
  96. package/lib/src/components/Carousel/Dots/useLogic/useLogic.d.ts.map +1 -0
  97. package/lib/src/components/Carousel/Item/Item.d.ts +2 -0
  98. package/lib/src/components/Carousel/Item/Item.d.ts.map +1 -0
  99. package/lib/src/components/Carousel/Item/index.d.ts +2 -0
  100. package/lib/src/components/Carousel/Item/index.d.ts.map +1 -0
  101. package/lib/src/components/Carousel/Item/styles.css.d.ts +2 -0
  102. package/lib/src/components/Carousel/Item/styles.css.d.ts.map +1 -0
  103. package/lib/src/components/Carousel/index.d.ts +2 -0
  104. package/lib/src/components/Carousel/index.d.ts.map +1 -0
  105. package/lib/src/components/Carousel/styles.css.d.ts +2 -0
  106. package/lib/src/components/Carousel/styles.css.d.ts.map +1 -0
  107. package/lib/src/components/Carousel/types.d.ts +7 -0
  108. package/lib/src/components/Carousel/types.d.ts.map +1 -0
  109. package/lib/src/components/Carousel/useLogic/index.d.ts +2 -0
  110. package/lib/src/components/Carousel/useLogic/index.d.ts.map +1 -0
  111. package/lib/src/components/Carousel/useLogic/useLogic.d.ts +20 -0
  112. package/lib/src/components/Carousel/useLogic/useLogic.d.ts.map +1 -0
  113. package/lib/src/components/Checkbox/Checkbox.d.ts +4 -0
  114. package/lib/src/components/Checkbox/Checkbox.d.ts.map +1 -0
  115. package/lib/src/components/Checkbox/checkbox.css.d.ts +4 -0
  116. package/lib/src/components/Checkbox/checkbox.css.d.ts.map +1 -0
  117. package/lib/src/components/Checkbox/index.d.ts +2 -0
  118. package/lib/src/components/Checkbox/index.d.ts.map +1 -0
  119. package/lib/src/components/CircularProgress/CircularProgress.d.ts +11 -0
  120. package/lib/src/components/CircularProgress/CircularProgress.d.ts.map +1 -0
  121. package/lib/src/components/CircularProgress/index.d.ts +2 -0
  122. package/lib/src/components/CircularProgress/index.d.ts.map +1 -0
  123. package/lib/src/components/CircularProgress/styles.css.d.ts +6 -0
  124. package/lib/src/components/CircularProgress/styles.css.d.ts.map +1 -0
  125. package/lib/src/components/ConfirmAction/ConfirmAction.d.ts +40 -0
  126. package/lib/src/components/ConfirmAction/ConfirmAction.d.ts.map +1 -0
  127. package/lib/src/components/ConfirmAction/index.d.ts +2 -0
  128. package/lib/src/components/ConfirmAction/index.d.ts.map +1 -0
  129. package/lib/src/components/ConfirmAction/styles.css.d.ts +5 -0
  130. package/lib/src/components/ConfirmAction/styles.css.d.ts.map +1 -0
  131. package/lib/src/components/ConfirmAction/useLogic.d.ts +10 -0
  132. package/lib/src/components/ConfirmAction/useLogic.d.ts.map +1 -0
  133. package/lib/src/components/ContentState/ContentState.d.ts +35 -0
  134. package/lib/src/components/ContentState/ContentState.d.ts.map +1 -0
  135. package/lib/src/components/ContentState/index.d.ts +3 -0
  136. package/lib/src/components/ContentState/index.d.ts.map +1 -0
  137. package/lib/src/components/ContentState/styles.css.d.ts +2 -0
  138. package/lib/src/components/ContentState/styles.css.d.ts.map +1 -0
  139. package/lib/src/components/ContentState/types.d.ts +25 -0
  140. package/lib/src/components/ContentState/types.d.ts.map +1 -0
  141. package/lib/src/components/CopyTypography/CopyTypography.d.ts +18 -0
  142. package/lib/src/components/CopyTypography/CopyTypography.d.ts.map +1 -0
  143. package/lib/src/components/CopyTypography/enums.d.ts +6 -0
  144. package/lib/src/components/CopyTypography/enums.d.ts.map +1 -0
  145. package/lib/src/components/CopyTypography/index.d.ts +2 -0
  146. package/lib/src/components/CopyTypography/index.d.ts.map +1 -0
  147. package/lib/src/components/CopyTypography/styles.css.d.ts +3 -0
  148. package/lib/src/components/CopyTypography/styles.css.d.ts.map +1 -0
  149. package/lib/src/components/CopyTypography/useLogic/index.d.ts +2 -0
  150. package/lib/src/components/CopyTypography/useLogic/index.d.ts.map +1 -0
  151. package/lib/src/components/CopyTypography/useLogic/useLogic.d.ts +13 -0
  152. package/lib/src/components/CopyTypography/useLogic/useLogic.d.ts.map +1 -0
  153. package/lib/src/components/DashboardLayout/DashboardContext.d.ts +6 -0
  154. package/lib/src/components/DashboardLayout/DashboardContext.d.ts.map +1 -0
  155. package/lib/src/components/DashboardLayout/DashboardLayout.d.ts +10 -0
  156. package/lib/src/components/DashboardLayout/DashboardLayout.d.ts.map +1 -0
  157. package/lib/src/components/DashboardLayout/Main/Main.d.ts +7 -0
  158. package/lib/src/components/DashboardLayout/Main/Main.d.ts.map +1 -0
  159. package/lib/src/components/DashboardLayout/Main/index.d.ts +2 -0
  160. package/lib/src/components/DashboardLayout/Main/index.d.ts.map +1 -0
  161. package/lib/src/components/DashboardLayout/Main/styles.css.d.ts +2 -0
  162. package/lib/src/components/DashboardLayout/Main/styles.css.d.ts.map +1 -0
  163. package/lib/src/components/DashboardLayout/Sidebar/Sidebar.d.ts +11 -0
  164. package/lib/src/components/DashboardLayout/Sidebar/Sidebar.d.ts.map +1 -0
  165. package/lib/src/components/DashboardLayout/Sidebar/constants.d.ts +2 -0
  166. package/lib/src/components/DashboardLayout/Sidebar/constants.d.ts.map +1 -0
  167. package/lib/src/components/DashboardLayout/Sidebar/index.d.ts +2 -0
  168. package/lib/src/components/DashboardLayout/Sidebar/index.d.ts.map +1 -0
  169. package/lib/src/components/DashboardLayout/Sidebar/styles.css.d.ts +8 -0
  170. package/lib/src/components/DashboardLayout/Sidebar/styles.css.d.ts.map +1 -0
  171. package/lib/src/components/DashboardLayout/constants.d.ts +2 -0
  172. package/lib/src/components/DashboardLayout/constants.d.ts.map +1 -0
  173. package/lib/src/components/DashboardLayout/hooks/index.d.ts +3 -0
  174. package/lib/src/components/DashboardLayout/hooks/index.d.ts.map +1 -0
  175. package/lib/src/components/DashboardLayout/hooks/useDashboard.d.ts +6 -0
  176. package/lib/src/components/DashboardLayout/hooks/useDashboard.d.ts.map +1 -0
  177. package/lib/src/components/DashboardLayout/hooks/useLogic.d.ts +5 -0
  178. package/lib/src/components/DashboardLayout/hooks/useLogic.d.ts.map +1 -0
  179. package/lib/src/components/DashboardLayout/index.d.ts +3 -0
  180. package/lib/src/components/DashboardLayout/index.d.ts.map +1 -0
  181. package/lib/src/components/DashboardLayout/styles.css.d.ts +2 -0
  182. package/lib/src/components/DashboardLayout/styles.css.d.ts.map +1 -0
  183. package/lib/src/components/DataGrid/Body/Body.d.ts +6 -0
  184. package/lib/src/components/DataGrid/Body/Body.d.ts.map +1 -0
  185. package/lib/src/components/DataGrid/Body/index.d.ts +2 -0
  186. package/lib/src/components/DataGrid/Body/index.d.ts.map +1 -0
  187. package/lib/src/components/DataGrid/Body/styles.css.d.ts +2 -0
  188. package/lib/src/components/DataGrid/Body/styles.css.d.ts.map +1 -0
  189. package/lib/src/components/DataGrid/Cell/Cell.d.ts +9 -0
  190. package/lib/src/components/DataGrid/Cell/Cell.d.ts.map +1 -0
  191. package/lib/src/components/DataGrid/Cell/index.d.ts +2 -0
  192. package/lib/src/components/DataGrid/Cell/index.d.ts.map +1 -0
  193. package/lib/src/components/DataGrid/Cell/styles.css.d.ts +3 -0
  194. package/lib/src/components/DataGrid/Cell/styles.css.d.ts.map +1 -0
  195. package/lib/src/components/DataGrid/DataGrid.d.ts +24 -0
  196. package/lib/src/components/DataGrid/DataGrid.d.ts.map +1 -0
  197. package/lib/src/components/DataGrid/Footer/Footer.d.ts +5 -0
  198. package/lib/src/components/DataGrid/Footer/Footer.d.ts.map +1 -0
  199. package/lib/src/components/DataGrid/Footer/index.d.ts +2 -0
  200. package/lib/src/components/DataGrid/Footer/index.d.ts.map +1 -0
  201. package/lib/src/components/DataGrid/Footer/styles.css.d.ts +2 -0
  202. package/lib/src/components/DataGrid/Footer/styles.css.d.ts.map +1 -0
  203. package/lib/src/components/DataGrid/Header/Header.d.ts +10 -0
  204. package/lib/src/components/DataGrid/Header/Header.d.ts.map +1 -0
  205. package/lib/src/components/DataGrid/Header/index.d.ts +2 -0
  206. package/lib/src/components/DataGrid/Header/index.d.ts.map +1 -0
  207. package/lib/src/components/DataGrid/Header/styles.css.d.ts +2 -0
  208. package/lib/src/components/DataGrid/Header/styles.css.d.ts.map +1 -0
  209. package/lib/src/components/DataGrid/HeaderCell/HeaderCell.d.ts +9 -0
  210. package/lib/src/components/DataGrid/HeaderCell/HeaderCell.d.ts.map +1 -0
  211. package/lib/src/components/DataGrid/HeaderCell/index.d.ts +2 -0
  212. package/lib/src/components/DataGrid/HeaderCell/index.d.ts.map +1 -0
  213. package/lib/src/components/DataGrid/HeaderCell/styles.css.d.ts +2 -0
  214. package/lib/src/components/DataGrid/HeaderCell/styles.css.d.ts.map +1 -0
  215. package/lib/src/components/DataGrid/Row/Row.d.ts +12 -0
  216. package/lib/src/components/DataGrid/Row/Row.d.ts.map +1 -0
  217. package/lib/src/components/DataGrid/Row/index.d.ts +2 -0
  218. package/lib/src/components/DataGrid/Row/index.d.ts.map +1 -0
  219. package/lib/src/components/DataGrid/Row/styles.css.d.ts +3 -0
  220. package/lib/src/components/DataGrid/Row/styles.css.d.ts.map +1 -0
  221. package/lib/src/components/DataGrid/State/State.d.ts +11 -0
  222. package/lib/src/components/DataGrid/State/State.d.ts.map +1 -0
  223. package/lib/src/components/DataGrid/State/index.d.ts +2 -0
  224. package/lib/src/components/DataGrid/State/index.d.ts.map +1 -0
  225. package/lib/src/components/DataGrid/State/styles.css.d.ts +3 -0
  226. package/lib/src/components/DataGrid/State/styles.css.d.ts.map +1 -0
  227. package/lib/src/components/DataGrid/constants.d.ts +2 -0
  228. package/lib/src/components/DataGrid/constants.d.ts.map +1 -0
  229. package/lib/src/components/DataGrid/index.d.ts +3 -0
  230. package/lib/src/components/DataGrid/index.d.ts.map +1 -0
  231. package/lib/src/components/DataGrid/styles.css.d.ts +7 -0
  232. package/lib/src/components/DataGrid/styles.css.d.ts.map +1 -0
  233. package/lib/src/components/DataGrid/types.d.ts +25 -0
  234. package/lib/src/components/DataGrid/types.d.ts.map +1 -0
  235. package/lib/src/components/DataGridActionCell/DataGridActionCell.d.ts +23 -0
  236. package/lib/src/components/DataGridActionCell/DataGridActionCell.d.ts.map +1 -0
  237. package/lib/src/components/DataGridActionCell/MainAction/MainAction.d.ts +23 -0
  238. package/lib/src/components/DataGridActionCell/MainAction/MainAction.d.ts.map +1 -0
  239. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.d.ts +22 -0
  240. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.d.ts.map +1 -0
  241. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/index.d.ts +2 -0
  242. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/index.d.ts.map +1 -0
  243. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/index.d.ts +2 -0
  244. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/index.d.ts.map +1 -0
  245. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/useLogic.d.ts +11 -0
  246. package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/useLogic.d.ts.map +1 -0
  247. package/lib/src/components/DataGridActionCell/MainAction/index.d.ts +2 -0
  248. package/lib/src/components/DataGridActionCell/MainAction/index.d.ts.map +1 -0
  249. package/lib/src/components/DataGridActionCell/SecondaryAction/SecondaryAction.d.ts +23 -0
  250. package/lib/src/components/DataGridActionCell/SecondaryAction/SecondaryAction.d.ts.map +1 -0
  251. package/lib/src/components/DataGridActionCell/SecondaryAction/index.d.ts +2 -0
  252. package/lib/src/components/DataGridActionCell/SecondaryAction/index.d.ts.map +1 -0
  253. package/lib/src/components/DataGridActionCell/index.d.ts +2 -0
  254. package/lib/src/components/DataGridActionCell/index.d.ts.map +1 -0
  255. package/lib/src/components/DataGridActionCell/styles.css.d.ts +2 -0
  256. package/lib/src/components/DataGridActionCell/styles.css.d.ts.map +1 -0
  257. package/lib/src/components/DataGridActionCell/types.d.ts +101 -0
  258. package/lib/src/components/DataGridActionCell/types.d.ts.map +1 -0
  259. package/lib/src/components/DataGridActionCell/useLogic/index.d.ts +2 -0
  260. package/lib/src/components/DataGridActionCell/useLogic/index.d.ts.map +1 -0
  261. package/lib/src/components/DataGridActionCell/useLogic/useLogic.d.ts +11 -0
  262. package/lib/src/components/DataGridActionCell/useLogic/useLogic.d.ts.map +1 -0
  263. package/lib/src/components/DataGridSortHeader/DataGridSortHeader.d.ts +10 -0
  264. package/lib/src/components/DataGridSortHeader/DataGridSortHeader.d.ts.map +1 -0
  265. package/lib/src/components/DataGridSortHeader/index.d.ts +3 -0
  266. package/lib/src/components/DataGridSortHeader/index.d.ts.map +1 -0
  267. package/lib/src/components/DataGridSortHeader/styles.css.d.ts +3 -0
  268. package/lib/src/components/DataGridSortHeader/styles.css.d.ts.map +1 -0
  269. package/lib/src/components/DataGridSortHeader/types.d.ts +5 -0
  270. package/lib/src/components/DataGridSortHeader/types.d.ts.map +1 -0
  271. package/lib/src/components/DataList/DataList.d.ts +57 -0
  272. package/lib/src/components/DataList/DataList.d.ts.map +1 -0
  273. package/lib/src/components/DataList/EndData/EndData.d.ts +6 -0
  274. package/lib/src/components/DataList/EndData/EndData.d.ts.map +1 -0
  275. package/lib/src/components/DataList/EndData/constants.d.ts +2 -0
  276. package/lib/src/components/DataList/EndData/constants.d.ts.map +1 -0
  277. package/lib/src/components/DataList/EndData/index.d.ts +2 -0
  278. package/lib/src/components/DataList/EndData/index.d.ts.map +1 -0
  279. package/lib/src/components/DataList/EndData/styles.css.d.ts +2 -0
  280. package/lib/src/components/DataList/EndData/styles.css.d.ts.map +1 -0
  281. package/lib/src/components/DataList/ErrorState/ErrorState.d.ts +6 -0
  282. package/lib/src/components/DataList/ErrorState/ErrorState.d.ts.map +1 -0
  283. package/lib/src/components/DataList/ErrorState/constants.d.ts +2 -0
  284. package/lib/src/components/DataList/ErrorState/constants.d.ts.map +1 -0
  285. package/lib/src/components/DataList/ErrorState/index.d.ts +2 -0
  286. package/lib/src/components/DataList/ErrorState/index.d.ts.map +1 -0
  287. package/lib/src/components/DataList/ErrorState/styles.css.d.ts +2 -0
  288. package/lib/src/components/DataList/ErrorState/styles.css.d.ts.map +1 -0
  289. package/lib/src/components/DataList/Loader/Loader.d.ts +2 -0
  290. package/lib/src/components/DataList/Loader/Loader.d.ts.map +1 -0
  291. package/lib/src/components/DataList/Loader/index.d.ts +2 -0
  292. package/lib/src/components/DataList/Loader/index.d.ts.map +1 -0
  293. package/lib/src/components/DataList/Loader/styles.css.d.ts +2 -0
  294. package/lib/src/components/DataList/Loader/styles.css.d.ts.map +1 -0
  295. package/lib/src/components/DataList/NoData/NoData.d.ts +6 -0
  296. package/lib/src/components/DataList/NoData/NoData.d.ts.map +1 -0
  297. package/lib/src/components/DataList/NoData/constants.d.ts +2 -0
  298. package/lib/src/components/DataList/NoData/constants.d.ts.map +1 -0
  299. package/lib/src/components/DataList/NoData/index.d.ts +2 -0
  300. package/lib/src/components/DataList/NoData/index.d.ts.map +1 -0
  301. package/lib/src/components/DataList/ScrollToTopButton/ScrollToTopButton.d.ts +6 -0
  302. package/lib/src/components/DataList/ScrollToTopButton/ScrollToTopButton.d.ts.map +1 -0
  303. package/lib/src/components/DataList/ScrollToTopButton/index.d.ts +2 -0
  304. package/lib/src/components/DataList/ScrollToTopButton/index.d.ts.map +1 -0
  305. package/lib/src/components/DataList/ScrollToTopButton/styles.css.d.ts +3 -0
  306. package/lib/src/components/DataList/ScrollToTopButton/styles.css.d.ts.map +1 -0
  307. package/lib/src/components/DataList/constants.d.ts +3 -0
  308. package/lib/src/components/DataList/constants.d.ts.map +1 -0
  309. package/lib/src/components/DataList/index.d.ts +2 -0
  310. package/lib/src/components/DataList/index.d.ts.map +1 -0
  311. package/lib/src/components/DataList/styles.css.d.ts +3 -0
  312. package/lib/src/components/DataList/styles.css.d.ts.map +1 -0
  313. package/lib/src/components/DatePicker/DatePicker.d.ts +12 -0
  314. package/lib/src/components/DatePicker/DatePicker.d.ts.map +1 -0
  315. package/lib/src/components/DatePicker/index.d.ts +2 -0
  316. package/lib/src/components/DatePicker/index.d.ts.map +1 -0
  317. package/lib/src/components/Description/Description.d.ts +36 -0
  318. package/lib/src/components/Description/Description.d.ts.map +1 -0
  319. package/lib/src/components/Description/DescriptionContext/DescriptionContext.d.ts +7 -0
  320. package/lib/src/components/Description/DescriptionContext/DescriptionContext.d.ts.map +1 -0
  321. package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/DescriptionContextProvider.d.ts +8 -0
  322. package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/DescriptionContextProvider.d.ts.map +1 -0
  323. package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/index.d.ts +2 -0
  324. package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/index.d.ts.map +1 -0
  325. package/lib/src/components/Description/DescriptionContext/index.d.ts +3 -0
  326. package/lib/src/components/Description/DescriptionContext/index.d.ts.map +1 -0
  327. package/lib/src/components/Description/Name/Name.d.ts +4 -0
  328. package/lib/src/components/Description/Name/Name.d.ts.map +1 -0
  329. package/lib/src/components/Description/Name/index.d.ts +2 -0
  330. package/lib/src/components/Description/Name/index.d.ts.map +1 -0
  331. package/lib/src/components/Description/Name/styles.css.d.ts +4 -0
  332. package/lib/src/components/Description/Name/styles.css.d.ts.map +1 -0
  333. package/lib/src/components/Description/Value/Value.d.ts +23 -0
  334. package/lib/src/components/Description/Value/Value.d.ts.map +1 -0
  335. package/lib/src/components/Description/Value/index.d.ts +2 -0
  336. package/lib/src/components/Description/Value/index.d.ts.map +1 -0
  337. package/lib/src/components/Description/Value/styles.css.d.ts +4 -0
  338. package/lib/src/components/Description/Value/styles.css.d.ts.map +1 -0
  339. package/lib/src/components/Description/Value/useLogic/index.d.ts +2 -0
  340. package/lib/src/components/Description/Value/useLogic/index.d.ts.map +1 -0
  341. package/lib/src/components/Description/Value/useLogic/useLogic.d.ts +10 -0
  342. package/lib/src/components/Description/Value/useLogic/useLogic.d.ts.map +1 -0
  343. package/lib/src/components/Description/constants.d.ts +4 -0
  344. package/lib/src/components/Description/constants.d.ts.map +1 -0
  345. package/lib/src/components/Description/index.d.ts +3 -0
  346. package/lib/src/components/Description/index.d.ts.map +1 -0
  347. package/lib/src/components/Description/styles.css.d.ts +4 -0
  348. package/lib/src/components/Description/styles.css.d.ts.map +1 -0
  349. package/lib/src/components/Description/useLogic/index.d.ts +2 -0
  350. package/lib/src/components/Description/useLogic/index.d.ts.map +1 -0
  351. package/lib/src/components/Description/useLogic/useLogic.d.ts +10 -0
  352. package/lib/src/components/Description/useLogic/useLogic.d.ts.map +1 -0
  353. package/lib/src/components/Dialog/Dialog.d.ts +11 -0
  354. package/lib/src/components/Dialog/Dialog.d.ts.map +1 -0
  355. package/lib/src/components/Dialog/index.d.ts +2 -0
  356. package/lib/src/components/Dialog/index.d.ts.map +1 -0
  357. package/lib/src/components/Dialog/styles.css.d.ts +10 -0
  358. package/lib/src/components/Dialog/styles.css.d.ts.map +1 -0
  359. package/lib/src/components/Drawer/Drawer.d.ts +12 -0
  360. package/lib/src/components/Drawer/Drawer.d.ts.map +1 -0
  361. package/lib/src/components/Drawer/index.d.ts +2 -0
  362. package/lib/src/components/Drawer/index.d.ts.map +1 -0
  363. package/lib/src/components/Drawer/styles.css.d.ts +8 -0
  364. package/lib/src/components/Drawer/styles.css.d.ts.map +1 -0
  365. package/lib/src/components/DropdownMenu/DropdownMenu.d.ts +25 -0
  366. package/lib/src/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
  367. package/lib/src/components/DropdownMenu/index.d.ts +2 -0
  368. package/lib/src/components/DropdownMenu/index.d.ts.map +1 -0
  369. package/lib/src/components/DropdownMenu/styles.css.d.ts +13 -0
  370. package/lib/src/components/DropdownMenu/styles.css.d.ts.map +1 -0
  371. package/lib/src/components/ImageCarousel/ImageCarousel.d.ts +11 -0
  372. package/lib/src/components/ImageCarousel/ImageCarousel.d.ts.map +1 -0
  373. package/lib/src/components/ImageCarousel/index.d.ts +2 -0
  374. package/lib/src/components/ImageCarousel/index.d.ts.map +1 -0
  375. package/lib/src/components/ImageCarousel/styles.css.d.ts +10 -0
  376. package/lib/src/components/ImageCarousel/styles.css.d.ts.map +1 -0
  377. package/lib/src/components/Input/Input.d.ts +12 -0
  378. package/lib/src/components/Input/Input.d.ts.map +1 -0
  379. package/lib/src/components/Input/index.d.ts +2 -0
  380. package/lib/src/components/Input/index.d.ts.map +1 -0
  381. package/lib/src/components/Input/styles.css.d.ts +13 -0
  382. package/lib/src/components/Input/styles.css.d.ts.map +1 -0
  383. package/lib/src/components/InputOTP/InputOTP.d.ts +7 -0
  384. package/lib/src/components/InputOTP/InputOTP.d.ts.map +1 -0
  385. package/lib/src/components/InputOTP/Separator/Separator.d.ts +5 -0
  386. package/lib/src/components/InputOTP/Separator/Separator.d.ts.map +1 -0
  387. package/lib/src/components/InputOTP/Separator/index.d.ts +2 -0
  388. package/lib/src/components/InputOTP/Separator/index.d.ts.map +1 -0
  389. package/lib/src/components/InputOTP/Separator/styles.css.d.ts +2 -0
  390. package/lib/src/components/InputOTP/Separator/styles.css.d.ts.map +1 -0
  391. package/lib/src/components/InputOTP/Slot/Slot.d.ts +3 -0
  392. package/lib/src/components/InputOTP/Slot/Slot.d.ts.map +1 -0
  393. package/lib/src/components/InputOTP/Slot/index.d.ts +2 -0
  394. package/lib/src/components/InputOTP/Slot/index.d.ts.map +1 -0
  395. package/lib/src/components/InputOTP/Slot/styles.css.d.ts +6 -0
  396. package/lib/src/components/InputOTP/Slot/styles.css.d.ts.map +1 -0
  397. package/lib/src/components/InputOTP/index.d.ts +2 -0
  398. package/lib/src/components/InputOTP/index.d.ts.map +1 -0
  399. package/lib/src/components/InputOTP/styles.css.d.ts +5 -0
  400. package/lib/src/components/InputOTP/styles.css.d.ts.map +1 -0
  401. package/lib/src/components/Label/Label.d.ts +8 -0
  402. package/lib/src/components/Label/Label.d.ts.map +1 -0
  403. package/lib/src/components/Label/index.d.ts +2 -0
  404. package/lib/src/components/Label/index.d.ts.map +1 -0
  405. package/lib/src/components/Label/label.css.d.ts +5 -0
  406. package/lib/src/components/Label/label.css.d.ts.map +1 -0
  407. package/lib/src/components/MaskField/MaskField.d.ts +7 -0
  408. package/lib/src/components/MaskField/MaskField.d.ts.map +1 -0
  409. package/lib/src/components/MaskField/index.d.ts +2 -0
  410. package/lib/src/components/MaskField/index.d.ts.map +1 -0
  411. package/lib/src/components/PageLayout/Aside/Aside.d.ts +7 -0
  412. package/lib/src/components/PageLayout/Aside/Aside.d.ts.map +1 -0
  413. package/lib/src/components/PageLayout/Aside/index.d.ts +2 -0
  414. package/lib/src/components/PageLayout/Aside/index.d.ts.map +1 -0
  415. package/lib/src/components/PageLayout/Aside/styles.css.d.ts +2 -0
  416. package/lib/src/components/PageLayout/Aside/styles.css.d.ts.map +1 -0
  417. package/lib/src/components/PageLayout/Content/Content.d.ts +14 -0
  418. package/lib/src/components/PageLayout/Content/Content.d.ts.map +1 -0
  419. package/lib/src/components/PageLayout/Content/index.d.ts +2 -0
  420. package/lib/src/components/PageLayout/Content/index.d.ts.map +1 -0
  421. package/lib/src/components/PageLayout/Content/styles.css.d.ts +3 -0
  422. package/lib/src/components/PageLayout/Content/styles.css.d.ts.map +1 -0
  423. package/lib/src/components/PageLayout/Footer/Footer.d.ts +7 -0
  424. package/lib/src/components/PageLayout/Footer/Footer.d.ts.map +1 -0
  425. package/lib/src/components/PageLayout/Footer/index.d.ts +2 -0
  426. package/lib/src/components/PageLayout/Footer/index.d.ts.map +1 -0
  427. package/lib/src/components/PageLayout/Footer/styles.css.d.ts +2 -0
  428. package/lib/src/components/PageLayout/Footer/styles.css.d.ts.map +1 -0
  429. package/lib/src/components/PageLayout/Header/Header.d.ts +46 -0
  430. package/lib/src/components/PageLayout/Header/Header.d.ts.map +1 -0
  431. package/lib/src/components/PageLayout/Header/index.d.ts +2 -0
  432. package/lib/src/components/PageLayout/Header/index.d.ts.map +1 -0
  433. package/lib/src/components/PageLayout/Header/styles.css.d.ts +9 -0
  434. package/lib/src/components/PageLayout/Header/styles.css.d.ts.map +1 -0
  435. package/lib/src/components/PageLayout/PageLayout.d.ts +13 -0
  436. package/lib/src/components/PageLayout/PageLayout.d.ts.map +1 -0
  437. package/lib/src/components/PageLayout/constants.d.ts +6 -0
  438. package/lib/src/components/PageLayout/constants.d.ts.map +1 -0
  439. package/lib/src/components/PageLayout/index.d.ts +2 -0
  440. package/lib/src/components/PageLayout/index.d.ts.map +1 -0
  441. package/lib/src/components/PageLayout/styles.css.d.ts +2 -0
  442. package/lib/src/components/PageLayout/styles.css.d.ts.map +1 -0
  443. package/lib/src/components/Pagination/Pagination.d.ts +13 -0
  444. package/lib/src/components/Pagination/Pagination.d.ts.map +1 -0
  445. package/lib/src/components/Pagination/index.d.ts +2 -0
  446. package/lib/src/components/Pagination/index.d.ts.map +1 -0
  447. package/lib/src/components/Pagination/styles.css.d.ts +3 -0
  448. package/lib/src/components/Pagination/styles.css.d.ts.map +1 -0
  449. package/lib/src/components/Pagination/useLogic.d.ts +10 -0
  450. package/lib/src/components/Pagination/useLogic.d.ts.map +1 -0
  451. package/lib/src/components/PeriodPicker/PeriodPicker.d.ts +11 -0
  452. package/lib/src/components/PeriodPicker/PeriodPicker.d.ts.map +1 -0
  453. package/lib/src/components/PeriodPicker/YearsDropdown/YearsDropdown.d.ts +9 -0
  454. package/lib/src/components/PeriodPicker/YearsDropdown/YearsDropdown.d.ts.map +1 -0
  455. package/lib/src/components/PeriodPicker/YearsDropdown/index.d.ts +2 -0
  456. package/lib/src/components/PeriodPicker/YearsDropdown/index.d.ts.map +1 -0
  457. package/lib/src/components/PeriodPicker/constants.d.ts +3 -0
  458. package/lib/src/components/PeriodPicker/constants.d.ts.map +1 -0
  459. package/lib/src/components/PeriodPicker/index.d.ts +2 -0
  460. package/lib/src/components/PeriodPicker/index.d.ts.map +1 -0
  461. package/lib/src/components/PeriodPicker/styles.css.d.ts +4 -0
  462. package/lib/src/components/PeriodPicker/styles.css.d.ts.map +1 -0
  463. package/lib/src/components/PeriodPicker/utils.d.ts +4 -0
  464. package/lib/src/components/PeriodPicker/utils.d.ts.map +1 -0
  465. package/lib/src/components/Placeholder/Image/Image.d.ts +7 -0
  466. package/lib/src/components/Placeholder/Image/Image.d.ts.map +1 -0
  467. package/lib/src/components/Placeholder/Image/index.d.ts +2 -0
  468. package/lib/src/components/Placeholder/Image/index.d.ts.map +1 -0
  469. package/lib/src/components/Placeholder/Image/styles.css.d.ts +4 -0
  470. package/lib/src/components/Placeholder/Image/styles.css.d.ts.map +1 -0
  471. package/lib/src/components/Placeholder/Placeholder.d.ts +41 -0
  472. package/lib/src/components/Placeholder/Placeholder.d.ts.map +1 -0
  473. package/lib/src/components/Placeholder/constants.d.ts +23 -0
  474. package/lib/src/components/Placeholder/constants.d.ts.map +1 -0
  475. package/lib/src/components/Placeholder/index.d.ts +4 -0
  476. package/lib/src/components/Placeholder/index.d.ts.map +1 -0
  477. package/lib/src/components/Placeholder/styles.css.d.ts +7 -0
  478. package/lib/src/components/Placeholder/styles.css.d.ts.map +1 -0
  479. package/lib/src/components/Placeholder/types.d.ts +2 -0
  480. package/lib/src/components/Placeholder/types.d.ts.map +1 -0
  481. package/lib/src/components/Popover/Popover.d.ts +3 -0
  482. package/lib/src/components/Popover/Popover.d.ts.map +1 -0
  483. package/lib/src/components/Popover/PopoverContent.d.ts +4 -0
  484. package/lib/src/components/Popover/PopoverContent.d.ts.map +1 -0
  485. package/lib/src/components/Popover/index.d.ts +3 -0
  486. package/lib/src/components/Popover/index.d.ts.map +1 -0
  487. package/lib/src/components/Popover/styles.css.d.ts +2 -0
  488. package/lib/src/components/Popover/styles.css.d.ts.map +1 -0
  489. package/lib/src/components/RadioGroup/RadioGroup.d.ts +4 -0
  490. package/lib/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  491. package/lib/src/components/RadioGroup/RadioGroupItem.d.ts +6 -0
  492. package/lib/src/components/RadioGroup/RadioGroupItem.d.ts.map +1 -0
  493. package/lib/src/components/RadioGroup/index.d.ts +3 -0
  494. package/lib/src/components/RadioGroup/index.d.ts.map +1 -0
  495. package/lib/src/components/RadioGroup/styles.css.d.ts +6 -0
  496. package/lib/src/components/RadioGroup/styles.css.d.ts.map +1 -0
  497. package/lib/src/components/RangeInput/RangeInput.d.ts +17 -0
  498. package/lib/src/components/RangeInput/RangeInput.d.ts.map +1 -0
  499. package/lib/src/components/RangeInput/index.d.ts +2 -0
  500. package/lib/src/components/RangeInput/index.d.ts.map +1 -0
  501. package/lib/src/components/RangeInput/styles.css.d.ts +7 -0
  502. package/lib/src/components/RangeInput/styles.css.d.ts.map +1 -0
  503. package/lib/src/components/RangeInput/useLogic/index.d.ts +2 -0
  504. package/lib/src/components/RangeInput/useLogic/index.d.ts.map +1 -0
  505. package/lib/src/components/RangeInput/useLogic/useLogic.d.ts +14 -0
  506. package/lib/src/components/RangeInput/useLogic/useLogic.d.ts.map +1 -0
  507. package/lib/src/components/ScrollTopButton/ScrollTopButton.d.ts +5 -0
  508. package/lib/src/components/ScrollTopButton/ScrollTopButton.d.ts.map +1 -0
  509. package/lib/src/components/ScrollTopButton/index.d.ts +2 -0
  510. package/lib/src/components/ScrollTopButton/index.d.ts.map +1 -0
  511. package/lib/src/components/ScrollTopButton/styles.css.d.ts +3 -0
  512. package/lib/src/components/ScrollTopButton/styles.css.d.ts.map +1 -0
  513. package/lib/src/components/Select/Select.d.ts +22 -0
  514. package/lib/src/components/Select/Select.d.ts.map +1 -0
  515. package/lib/src/components/Select/index.d.ts +2 -0
  516. package/lib/src/components/Select/index.d.ts.map +1 -0
  517. package/lib/src/components/Select/styles.css.d.ts +12 -0
  518. package/lib/src/components/Select/styles.css.d.ts.map +1 -0
  519. package/lib/src/components/Slider/Slider.d.ts +4 -0
  520. package/lib/src/components/Slider/Slider.d.ts.map +1 -0
  521. package/lib/src/components/Slider/index.d.ts +2 -0
  522. package/lib/src/components/Slider/index.d.ts.map +1 -0
  523. package/lib/src/components/Slider/styles.css.d.ts +5 -0
  524. package/lib/src/components/Slider/styles.css.d.ts.map +1 -0
  525. package/lib/src/components/Tabs/Tabs.d.ts +9 -0
  526. package/lib/src/components/Tabs/Tabs.d.ts.map +1 -0
  527. package/lib/src/components/Tabs/TabsContent.d.ts +4 -0
  528. package/lib/src/components/Tabs/TabsContent.d.ts.map +1 -0
  529. package/lib/src/components/Tabs/TabsList.d.ts +4 -0
  530. package/lib/src/components/Tabs/TabsList.d.ts.map +1 -0
  531. package/lib/src/components/Tabs/TabsTrigger.d.ts +6 -0
  532. package/lib/src/components/Tabs/TabsTrigger.d.ts.map +1 -0
  533. package/lib/src/components/Tabs/index.d.ts +2 -0
  534. package/lib/src/components/Tabs/index.d.ts.map +1 -0
  535. package/lib/src/components/Tabs/styles.css.d.ts +5 -0
  536. package/lib/src/components/Tabs/styles.css.d.ts.map +1 -0
  537. package/lib/src/components/TextField/TextField.d.ts +8 -0
  538. package/lib/src/components/TextField/TextField.d.ts.map +1 -0
  539. package/lib/src/components/TextField/index.d.ts +2 -0
  540. package/lib/src/components/TextField/index.d.ts.map +1 -0
  541. package/lib/src/components/TextField/styles.css.d.ts +7 -0
  542. package/lib/src/components/TextField/styles.css.d.ts.map +1 -0
  543. package/lib/src/components/Tooltip/Tooltip.d.ts +14 -0
  544. package/lib/src/components/Tooltip/Tooltip.d.ts.map +1 -0
  545. package/lib/src/components/Tooltip/index.d.ts +2 -0
  546. package/lib/src/components/Tooltip/index.d.ts.map +1 -0
  547. package/lib/src/components/Tooltip/styles.css.d.ts +4 -0
  548. package/lib/src/components/Tooltip/styles.css.d.ts.map +1 -0
  549. package/lib/src/components/Typography/Typography.d.ts +16 -0
  550. package/lib/src/components/Typography/Typography.d.ts.map +1 -0
  551. package/lib/src/components/Typography/index.d.ts +2 -0
  552. package/lib/src/components/Typography/index.d.ts.map +1 -0
  553. package/lib/src/components/Typography/styles.css.d.ts +10 -0
  554. package/lib/src/components/Typography/styles.css.d.ts.map +1 -0
  555. package/lib/src/components/Typography/types.d.ts +4 -0
  556. package/lib/src/components/Typography/types.d.ts.map +1 -0
  557. package/lib/src/components/index.d.ts +43 -0
  558. package/lib/src/components/index.d.ts.map +1 -0
  559. package/lib/src/form/Form/Form.d.ts +46 -0
  560. package/lib/src/form/Form/Form.d.ts.map +1 -0
  561. package/lib/src/form/Form/index.d.ts +2 -0
  562. package/lib/src/form/Form/index.d.ts.map +1 -0
  563. package/lib/src/form/FormMaskField/FormMaskField.d.ts +5 -0
  564. package/lib/src/form/FormMaskField/FormMaskField.d.ts.map +1 -0
  565. package/lib/src/form/FormMaskField/index.d.ts +3 -0
  566. package/lib/src/form/FormMaskField/index.d.ts.map +1 -0
  567. package/lib/src/form/FormMaskField/types.d.ts +5 -0
  568. package/lib/src/form/FormMaskField/types.d.ts.map +1 -0
  569. package/lib/src/form/FormSubmitButton/FormSubmitButton.d.ts +7 -0
  570. package/lib/src/form/FormSubmitButton/FormSubmitButton.d.ts.map +1 -0
  571. package/lib/src/form/FormSubmitButton/index.d.ts +2 -0
  572. package/lib/src/form/FormSubmitButton/index.d.ts.map +1 -0
  573. package/lib/src/form/FormTextField/FormTextField.d.ts +8 -0
  574. package/lib/src/form/FormTextField/FormTextField.d.ts.map +1 -0
  575. package/lib/src/form/FormTextField/index.d.ts +3 -0
  576. package/lib/src/form/FormTextField/index.d.ts.map +1 -0
  577. package/lib/src/form/FormTextField/types.d.ts +5 -0
  578. package/lib/src/form/FormTextField/types.d.ts.map +1 -0
  579. package/lib/src/form/external.d.ts +2 -0
  580. package/lib/src/form/external.d.ts.map +1 -0
  581. package/lib/src/form/hooks/index.d.ts +3 -0
  582. package/lib/src/form/hooks/index.d.ts.map +1 -0
  583. package/lib/src/form/hooks/useForm/index.d.ts +2 -0
  584. package/lib/src/form/hooks/useForm/index.d.ts.map +1 -0
  585. package/lib/src/form/hooks/useForm/useForm.d.ts +5 -0
  586. package/lib/src/form/hooks/useForm/useForm.d.ts.map +1 -0
  587. package/lib/src/form/hooks/useFormContext/index.d.ts +2 -0
  588. package/lib/src/form/hooks/useFormContext/index.d.ts.map +1 -0
  589. package/lib/src/form/index.d.ts +8 -0
  590. package/lib/src/form/index.d.ts.map +1 -0
  591. package/lib/src/form/types.d.ts +8 -0
  592. package/lib/src/form/types.d.ts.map +1 -0
  593. package/lib/src/index.d.ts +4 -0
  594. package/lib/src/index.d.ts.map +1 -0
  595. package/lib/src/theme/index.d.ts +3 -0
  596. package/lib/src/theme/index.d.ts.map +1 -0
  597. package/lib/src/theme/reset.css.d.ts +2 -0
  598. package/lib/src/theme/reset.css.d.ts.map +1 -0
  599. package/lib/src/theme/theme.css.d.ts +80 -0
  600. package/lib/src/theme/theme.css.d.ts.map +1 -0
  601. package/lib/src/utils.d.ts +11 -0
  602. package/lib/src/utils.d.ts.map +1 -0
  603. package/lib/stories/Accordion.stories.d.ts +12 -0
  604. package/lib/stories/Accordion.stories.d.ts.map +1 -0
  605. package/lib/stories/AlertDialog.stories.d.ts +15 -0
  606. package/lib/stories/AlertDialog.stories.d.ts.map +1 -0
  607. package/lib/stories/Badge.stories.d.ts +12 -0
  608. package/lib/stories/Badge.stories.d.ts.map +1 -0
  609. package/lib/stories/Button.stories.d.ts +20 -0
  610. package/lib/stories/Button.stories.d.ts.map +1 -0
  611. package/lib/stories/ButtonGroup.stories.d.ts +29 -0
  612. package/lib/stories/ButtonGroup.stories.d.ts.map +1 -0
  613. package/lib/stories/Calendar.stories.d.ts +15 -0
  614. package/lib/stories/Calendar.stories.d.ts.map +1 -0
  615. package/lib/stories/Card.stories.d.ts +13 -0
  616. package/lib/stories/Card.stories.d.ts.map +1 -0
  617. package/lib/stories/Carousel.stories.d.ts +13 -0
  618. package/lib/stories/Carousel.stories.d.ts.map +1 -0
  619. package/lib/stories/Checkbox.stories.d.ts +11 -0
  620. package/lib/stories/Checkbox.stories.d.ts.map +1 -0
  621. package/lib/stories/CircularProgress.stories.d.ts +19 -0
  622. package/lib/stories/CircularProgress.stories.d.ts.map +1 -0
  623. package/lib/stories/ConfirmAction.stories.d.ts +20 -0
  624. package/lib/stories/ConfirmAction.stories.d.ts.map +1 -0
  625. package/lib/stories/CopyTypography.stories.d.ts +25 -0
  626. package/lib/stories/CopyTypography.stories.d.ts.map +1 -0
  627. package/lib/stories/DashboardLayout.stories.d.ts +15 -0
  628. package/lib/stories/DashboardLayout.stories.d.ts.map +1 -0
  629. package/lib/stories/DataGrid.stories.d.ts +18 -0
  630. package/lib/stories/DataGrid.stories.d.ts.map +1 -0
  631. package/lib/stories/DataGridActionCell.stories.d.ts +14 -0
  632. package/lib/stories/DataGridActionCell.stories.d.ts.map +1 -0
  633. package/lib/stories/DataList.stories.d.ts +20 -0
  634. package/lib/stories/DataList.stories.d.ts.map +1 -0
  635. package/lib/stories/DatePicker.stories.d.ts +6 -0
  636. package/lib/stories/DatePicker.stories.d.ts.map +1 -0
  637. package/lib/stories/Description.stories.d.ts +51 -0
  638. package/lib/stories/Description.stories.d.ts.map +1 -0
  639. package/lib/stories/Dialog.stories.d.ts +6 -0
  640. package/lib/stories/Dialog.stories.d.ts.map +1 -0
  641. package/lib/stories/Drawer.stories.d.ts +6 -0
  642. package/lib/stories/Drawer.stories.d.ts.map +1 -0
  643. package/lib/stories/DropdownMenu.stories.d.ts +6 -0
  644. package/lib/stories/DropdownMenu.stories.d.ts.map +1 -0
  645. package/lib/stories/Input.stories.d.ts +11 -0
  646. package/lib/stories/Input.stories.d.ts.map +1 -0
  647. package/lib/stories/InputOTP.stories.d.ts +6 -0
  648. package/lib/stories/InputOTP.stories.d.ts.map +1 -0
  649. package/lib/stories/MaskField.stories.d.ts +7 -0
  650. package/lib/stories/MaskField.stories.d.ts.map +1 -0
  651. package/lib/stories/Pagination.stories.d.ts +6 -0
  652. package/lib/stories/Pagination.stories.d.ts.map +1 -0
  653. package/lib/stories/PeriodPicker.stories.d.ts +7 -0
  654. package/lib/stories/PeriodPicker.stories.d.ts.map +1 -0
  655. package/lib/stories/Popover.stories.d.ts +6 -0
  656. package/lib/stories/Popover.stories.d.ts.map +1 -0
  657. package/lib/stories/RadioGroup.stories.d.ts +6 -0
  658. package/lib/stories/RadioGroup.stories.d.ts.map +1 -0
  659. package/lib/stories/RangeInput.stories.d.ts +6 -0
  660. package/lib/stories/RangeInput.stories.d.ts.map +1 -0
  661. package/lib/stories/Select.stories.d.ts +8 -0
  662. package/lib/stories/Select.stories.d.ts.map +1 -0
  663. package/lib/stories/Slider.stories.d.ts +6 -0
  664. package/lib/stories/Slider.stories.d.ts.map +1 -0
  665. package/lib/stories/Tabs.stories.d.ts +8 -0
  666. package/lib/stories/Tabs.stories.d.ts.map +1 -0
  667. package/lib/stories/TextField.stories.d.ts +9 -0
  668. package/lib/stories/TextField.stories.d.ts.map +1 -0
  669. package/lib/stories/Tooltip.stories.d.ts +7 -0
  670. package/lib/stories/Tooltip.stories.d.ts.map +1 -0
  671. package/lib/stories/Typography.stories.d.ts +17 -0
  672. package/lib/stories/Typography.stories.d.ts.map +1 -0
  673. package/lib/styles.css +3414 -1
  674. package/package.json +38 -26
  675. package/lib/components/Accordion/Accordion.d.ts +0 -11
  676. package/lib/components/Accordion/accordion.css.d.ts +0 -5
  677. package/lib/components/Accordion/index.d.ts +0 -1
  678. package/lib/components/Badge/Badge.d.ts +0 -7
  679. package/lib/components/Badge/index.d.ts +0 -1
  680. package/lib/components/Badge/styles.css.d.ts +0 -3
  681. package/lib/components/Badge/types.d.ts +0 -1
  682. package/lib/components/Button/Button.d.ts +0 -13
  683. package/lib/components/Button/Content/Content.d.ts +0 -2
  684. package/lib/components/Button/Content/index.d.ts +0 -1
  685. package/lib/components/Button/Content/styles.css.d.ts +0 -5
  686. package/lib/components/Button/button.css.d.ts +0 -9
  687. package/lib/components/Button/index.d.ts +0 -1
  688. package/lib/components/Button/types.d.ts +0 -2
  689. package/lib/components/ButtonGroup/ButtonGroup.d.ts +0 -20
  690. package/lib/components/ButtonGroup/buttonGroup.css.d.ts +0 -4
  691. package/lib/components/ButtonGroup/index.d.ts +0 -1
  692. package/lib/components/Calendar/Calendar.d.ts +0 -7
  693. package/lib/components/Calendar/DayButton/DayButton.d.ts +0 -6
  694. package/lib/components/Calendar/DayButton/index.d.ts +0 -1
  695. package/lib/components/Calendar/DayButton/styles.css.d.ts +0 -3
  696. package/lib/components/Calendar/Dropdown/Dropdown.d.ts +0 -5
  697. package/lib/components/Calendar/Dropdown/index.d.ts +0 -1
  698. package/lib/components/Calendar/Dropdown/styles.css.d.ts +0 -1
  699. package/lib/components/Calendar/index.d.ts +0 -1
  700. package/lib/components/Calendar/styles.css.d.ts +0 -7
  701. package/lib/components/Card/Card.d.ts +0 -11
  702. package/lib/components/Card/card.css.d.ts +0 -6
  703. package/lib/components/Card/index.d.ts +0 -1
  704. package/lib/components/Carousel/Buttons/Buttons.d.ts +0 -2
  705. package/lib/components/Carousel/Buttons/index.d.ts +0 -1
  706. package/lib/components/Carousel/Buttons/styles.css.d.ts +0 -3
  707. package/lib/components/Carousel/Carousel.d.ts +0 -17
  708. package/lib/components/Carousel/CarouselContext.d.ts +0 -16
  709. package/lib/components/Carousel/Content/Content.d.ts +0 -1
  710. package/lib/components/Carousel/Content/index.d.ts +0 -1
  711. package/lib/components/Carousel/Content/styles.css.d.ts +0 -2
  712. package/lib/components/Carousel/Dots/Dots.d.ts +0 -5
  713. package/lib/components/Carousel/Dots/index.d.ts +0 -1
  714. package/lib/components/Carousel/Dots/styles.css.d.ts +0 -3
  715. package/lib/components/Carousel/Dots/useLogic/index.d.ts +0 -1
  716. package/lib/components/Carousel/Dots/useLogic/useLogic.d.ts +0 -6
  717. package/lib/components/Carousel/Item/Item.d.ts +0 -1
  718. package/lib/components/Carousel/Item/index.d.ts +0 -1
  719. package/lib/components/Carousel/Item/styles.css.d.ts +0 -1
  720. package/lib/components/Carousel/index.d.ts +0 -1
  721. package/lib/components/Carousel/styles.css.d.ts +0 -1
  722. package/lib/components/Carousel/types.d.ts +0 -6
  723. package/lib/components/Carousel/useLogic/index.d.ts +0 -1
  724. package/lib/components/Carousel/useLogic/useLogic.d.ts +0 -19
  725. package/lib/components/Checkbox/Checkbox.d.ts +0 -3
  726. package/lib/components/Checkbox/checkbox.css.d.ts +0 -3
  727. package/lib/components/Checkbox/index.d.ts +0 -1
  728. package/lib/components/CircularProgress/CircularProgress.d.ts +0 -10
  729. package/lib/components/CircularProgress/index.d.ts +0 -1
  730. package/lib/components/CircularProgress/styles.css.d.ts +0 -5
  731. package/lib/components/ConfirmAction/ConfirmAction.d.ts +0 -39
  732. package/lib/components/ConfirmAction/index.d.ts +0 -1
  733. package/lib/components/ConfirmAction/styles.css.d.ts +0 -4
  734. package/lib/components/ConfirmAction/useLogic.d.ts +0 -9
  735. package/lib/components/ContentState/ContentState.d.ts +0 -34
  736. package/lib/components/ContentState/index.d.ts +0 -2
  737. package/lib/components/ContentState/styles.css.d.ts +0 -1
  738. package/lib/components/ContentState/types.d.ts +0 -24
  739. package/lib/components/CopyTypography/CopyTypography.d.ts +0 -17
  740. package/lib/components/CopyTypography/enums.d.ts +0 -5
  741. package/lib/components/CopyTypography/index.d.ts +0 -1
  742. package/lib/components/CopyTypography/styles.css.d.ts +0 -2
  743. package/lib/components/CopyTypography/useLogic/index.d.ts +0 -1
  744. package/lib/components/CopyTypography/useLogic/useLogic.d.ts +0 -12
  745. package/lib/components/DashboardLayout/DashboardContext.d.ts +0 -5
  746. package/lib/components/DashboardLayout/DashboardLayout.d.ts +0 -9
  747. package/lib/components/DashboardLayout/Main/Main.d.ts +0 -6
  748. package/lib/components/DashboardLayout/Main/index.d.ts +0 -1
  749. package/lib/components/DashboardLayout/Main/styles.css.d.ts +0 -1
  750. package/lib/components/DashboardLayout/Sidebar/Sidebar.d.ts +0 -10
  751. package/lib/components/DashboardLayout/Sidebar/constants.d.ts +0 -1
  752. package/lib/components/DashboardLayout/Sidebar/index.d.ts +0 -1
  753. package/lib/components/DashboardLayout/Sidebar/styles.css.d.ts +0 -7
  754. package/lib/components/DashboardLayout/constants.d.ts +0 -1
  755. package/lib/components/DashboardLayout/hooks/index.d.ts +0 -2
  756. package/lib/components/DashboardLayout/hooks/useDashboard.d.ts +0 -5
  757. package/lib/components/DashboardLayout/hooks/useLogic.d.ts +0 -4
  758. package/lib/components/DashboardLayout/index.d.ts +0 -2
  759. package/lib/components/DashboardLayout/styles.css.d.ts +0 -1
  760. package/lib/components/DataGrid/Body/Body.d.ts +0 -5
  761. package/lib/components/DataGrid/Body/index.d.ts +0 -1
  762. package/lib/components/DataGrid/Body/styles.css.d.ts +0 -1
  763. package/lib/components/DataGrid/Cell/Cell.d.ts +0 -8
  764. package/lib/components/DataGrid/Cell/index.d.ts +0 -1
  765. package/lib/components/DataGrid/Cell/styles.css.d.ts +0 -2
  766. package/lib/components/DataGrid/DataGrid.d.ts +0 -23
  767. package/lib/components/DataGrid/Footer/Footer.d.ts +0 -4
  768. package/lib/components/DataGrid/Footer/index.d.ts +0 -1
  769. package/lib/components/DataGrid/Footer/styles.css.d.ts +0 -1
  770. package/lib/components/DataGrid/Header/Header.d.ts +0 -9
  771. package/lib/components/DataGrid/Header/index.d.ts +0 -1
  772. package/lib/components/DataGrid/Header/styles.css.d.ts +0 -1
  773. package/lib/components/DataGrid/HeaderCell/HeaderCell.d.ts +0 -8
  774. package/lib/components/DataGrid/HeaderCell/index.d.ts +0 -1
  775. package/lib/components/DataGrid/HeaderCell/styles.css.d.ts +0 -1
  776. package/lib/components/DataGrid/Row/Row.d.ts +0 -11
  777. package/lib/components/DataGrid/Row/index.d.ts +0 -1
  778. package/lib/components/DataGrid/Row/styles.css.d.ts +0 -2
  779. package/lib/components/DataGrid/State/State.d.ts +0 -10
  780. package/lib/components/DataGrid/State/index.d.ts +0 -1
  781. package/lib/components/DataGrid/State/styles.css.d.ts +0 -2
  782. package/lib/components/DataGrid/constants.d.ts +0 -1
  783. package/lib/components/DataGrid/index.d.ts +0 -2
  784. package/lib/components/DataGrid/styles.css.d.ts +0 -6
  785. package/lib/components/DataGrid/types.d.ts +0 -24
  786. package/lib/components/DataGridActionCell/DataGridActionCell.d.ts +0 -22
  787. package/lib/components/DataGridActionCell/MainAction/MainAction.d.ts +0 -22
  788. package/lib/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.d.ts +0 -21
  789. package/lib/components/DataGridActionCell/MainAction/MainIconButton/index.d.ts +0 -1
  790. package/lib/components/DataGridActionCell/MainAction/MainIconButton/useLogic/index.d.ts +0 -1
  791. package/lib/components/DataGridActionCell/MainAction/MainIconButton/useLogic/useLogic.d.ts +0 -10
  792. package/lib/components/DataGridActionCell/MainAction/index.d.ts +0 -1
  793. package/lib/components/DataGridActionCell/SecondaryAction/SecondaryAction.d.ts +0 -22
  794. package/lib/components/DataGridActionCell/SecondaryAction/index.d.ts +0 -1
  795. package/lib/components/DataGridActionCell/index.d.ts +0 -1
  796. package/lib/components/DataGridActionCell/styles.css.d.ts +0 -1
  797. package/lib/components/DataGridActionCell/types.d.ts +0 -100
  798. package/lib/components/DataGridActionCell/useLogic/index.d.ts +0 -1
  799. package/lib/components/DataGridActionCell/useLogic/useLogic.d.ts +0 -10
  800. package/lib/components/DataGridSortHeader/DataGridSortHeader.d.ts +0 -9
  801. package/lib/components/DataGridSortHeader/index.d.ts +0 -2
  802. package/lib/components/DataGridSortHeader/styles.css.d.ts +0 -2
  803. package/lib/components/DataGridSortHeader/types.d.ts +0 -4
  804. package/lib/components/DataList/DataList.d.ts +0 -56
  805. package/lib/components/DataList/EndData/EndData.d.ts +0 -5
  806. package/lib/components/DataList/EndData/constants.d.ts +0 -1
  807. package/lib/components/DataList/EndData/index.d.ts +0 -1
  808. package/lib/components/DataList/EndData/styles.css.d.ts +0 -1
  809. package/lib/components/DataList/ErrorState/ErrorState.d.ts +0 -5
  810. package/lib/components/DataList/ErrorState/constants.d.ts +0 -1
  811. package/lib/components/DataList/ErrorState/index.d.ts +0 -1
  812. package/lib/components/DataList/ErrorState/styles.css.d.ts +0 -1
  813. package/lib/components/DataList/Loader/Loader.d.ts +0 -1
  814. package/lib/components/DataList/Loader/index.d.ts +0 -1
  815. package/lib/components/DataList/Loader/styles.css.d.ts +0 -1
  816. package/lib/components/DataList/NoData/NoData.d.ts +0 -5
  817. package/lib/components/DataList/NoData/constants.d.ts +0 -1
  818. package/lib/components/DataList/NoData/index.d.ts +0 -1
  819. package/lib/components/DataList/ScrollToTopButton/ScrollToTopButton.d.ts +0 -5
  820. package/lib/components/DataList/ScrollToTopButton/index.d.ts +0 -1
  821. package/lib/components/DataList/ScrollToTopButton/styles.css.d.ts +0 -2
  822. package/lib/components/DataList/constants.d.ts +0 -2
  823. package/lib/components/DataList/index.d.ts +0 -1
  824. package/lib/components/DataList/styles.css.d.ts +0 -2
  825. package/lib/components/DatePicker/DatePicker.d.ts +0 -11
  826. package/lib/components/DatePicker/index.d.ts +0 -1
  827. package/lib/components/Description/Description.d.ts +0 -35
  828. package/lib/components/Description/DescriptionContext/DescriptionContext.d.ts +0 -6
  829. package/lib/components/Description/DescriptionContext/DescriptionContextProvider/DescriptionContextProvider.d.ts +0 -7
  830. package/lib/components/Description/DescriptionContext/DescriptionContextProvider/index.d.ts +0 -1
  831. package/lib/components/Description/DescriptionContext/index.d.ts +0 -2
  832. package/lib/components/Description/Name/Name.d.ts +0 -3
  833. package/lib/components/Description/Name/index.d.ts +0 -1
  834. package/lib/components/Description/Name/styles.css.d.ts +0 -3
  835. package/lib/components/Description/Value/Value.d.ts +0 -22
  836. package/lib/components/Description/Value/index.d.ts +0 -1
  837. package/lib/components/Description/Value/styles.css.d.ts +0 -3
  838. package/lib/components/Description/Value/useLogic/index.d.ts +0 -1
  839. package/lib/components/Description/Value/useLogic/useLogic.d.ts +0 -9
  840. package/lib/components/Description/constants.d.ts +0 -3
  841. package/lib/components/Description/index.d.ts +0 -2
  842. package/lib/components/Description/styles.css.d.ts +0 -3
  843. package/lib/components/Description/useLogic/index.d.ts +0 -1
  844. package/lib/components/Description/useLogic/useLogic.d.ts +0 -9
  845. package/lib/components/Dialog/Dialog.d.ts +0 -10
  846. package/lib/components/Dialog/index.d.ts +0 -1
  847. package/lib/components/Dialog/styles.css.d.ts +0 -9
  848. package/lib/components/Drawer/Drawer.d.ts +0 -11
  849. package/lib/components/Drawer/index.d.ts +0 -1
  850. package/lib/components/Drawer/styles.css.d.ts +0 -7
  851. package/lib/components/DropdownMenu/DropdownMenu.d.ts +0 -24
  852. package/lib/components/DropdownMenu/index.d.ts +0 -1
  853. package/lib/components/DropdownMenu/styles.css.d.ts +0 -12
  854. package/lib/components/ImageCarousel/ImageCarousel.d.ts +0 -10
  855. package/lib/components/ImageCarousel/index.d.ts +0 -1
  856. package/lib/components/ImageCarousel/styles.css.d.ts +0 -9
  857. package/lib/components/Input/Input.d.ts +0 -11
  858. package/lib/components/Input/index.d.ts +0 -1
  859. package/lib/components/Input/styles.css.d.ts +0 -12
  860. package/lib/components/InputOTP/InputOTP.d.ts +0 -6
  861. package/lib/components/InputOTP/Separator/Separator.d.ts +0 -4
  862. package/lib/components/InputOTP/Separator/index.d.ts +0 -1
  863. package/lib/components/InputOTP/Separator/styles.css.d.ts +0 -1
  864. package/lib/components/InputOTP/Slot/Slot.d.ts +0 -2
  865. package/lib/components/InputOTP/Slot/index.d.ts +0 -1
  866. package/lib/components/InputOTP/Slot/styles.css.d.ts +0 -5
  867. package/lib/components/InputOTP/index.d.ts +0 -1
  868. package/lib/components/InputOTP/styles.css.d.ts +0 -4
  869. package/lib/components/Label/Label.d.ts +0 -7
  870. package/lib/components/Label/index.d.ts +0 -1
  871. package/lib/components/Label/label.css.d.ts +0 -4
  872. package/lib/components/MaskField/MaskField.d.ts +0 -6
  873. package/lib/components/MaskField/index.d.ts +0 -1
  874. package/lib/components/PageLayout/Aside/Aside.d.ts +0 -6
  875. package/lib/components/PageLayout/Aside/index.d.ts +0 -1
  876. package/lib/components/PageLayout/Aside/styles.css.d.ts +0 -1
  877. package/lib/components/PageLayout/Content/Content.d.ts +0 -13
  878. package/lib/components/PageLayout/Content/index.d.ts +0 -1
  879. package/lib/components/PageLayout/Content/styles.css.d.ts +0 -2
  880. package/lib/components/PageLayout/Footer/Footer.d.ts +0 -6
  881. package/lib/components/PageLayout/Footer/index.d.ts +0 -1
  882. package/lib/components/PageLayout/Footer/styles.css.d.ts +0 -1
  883. package/lib/components/PageLayout/Header/Header.d.ts +0 -45
  884. package/lib/components/PageLayout/Header/index.d.ts +0 -1
  885. package/lib/components/PageLayout/Header/styles.css.d.ts +0 -8
  886. package/lib/components/PageLayout/PageLayout.d.ts +0 -12
  887. package/lib/components/PageLayout/constants.d.ts +0 -5
  888. package/lib/components/PageLayout/index.d.ts +0 -1
  889. package/lib/components/PageLayout/styles.css.d.ts +0 -1
  890. package/lib/components/Pagination/Pagination.d.ts +0 -12
  891. package/lib/components/Pagination/index.d.ts +0 -1
  892. package/lib/components/Pagination/styles.css.d.ts +0 -2
  893. package/lib/components/Pagination/useLogic.d.ts +0 -9
  894. package/lib/components/PeriodPicker/PeriodPicker.d.ts +0 -10
  895. package/lib/components/PeriodPicker/YearsDropdown/YearsDropdown.d.ts +0 -8
  896. package/lib/components/PeriodPicker/YearsDropdown/index.d.ts +0 -1
  897. package/lib/components/PeriodPicker/constants.d.ts +0 -2
  898. package/lib/components/PeriodPicker/index.d.ts +0 -1
  899. package/lib/components/PeriodPicker/styles.css.d.ts +0 -3
  900. package/lib/components/PeriodPicker/utils.d.ts +0 -3
  901. package/lib/components/Placeholder/Image/Image.d.ts +0 -6
  902. package/lib/components/Placeholder/Image/index.d.ts +0 -1
  903. package/lib/components/Placeholder/Image/styles.css.d.ts +0 -3
  904. package/lib/components/Placeholder/Placeholder.d.ts +0 -40
  905. package/lib/components/Placeholder/constants.d.ts +0 -22
  906. package/lib/components/Placeholder/index.d.ts +0 -3
  907. package/lib/components/Placeholder/styles.css.d.ts +0 -6
  908. package/lib/components/Placeholder/types.d.ts +0 -1
  909. package/lib/components/Popover/Popover.d.ts +0 -2
  910. package/lib/components/Popover/PopoverContent.d.ts +0 -3
  911. package/lib/components/Popover/index.d.ts +0 -2
  912. package/lib/components/Popover/styles.css.d.ts +0 -1
  913. package/lib/components/RadioGroup/RadioGroup.d.ts +0 -3
  914. package/lib/components/RadioGroup/RadioGroupItem.d.ts +0 -5
  915. package/lib/components/RadioGroup/index.d.ts +0 -2
  916. package/lib/components/RadioGroup/styles.css.d.ts +0 -5
  917. package/lib/components/RangeInput/RangeInput.d.ts +0 -16
  918. package/lib/components/RangeInput/index.d.ts +0 -1
  919. package/lib/components/RangeInput/styles.css.d.ts +0 -6
  920. package/lib/components/RangeInput/useLogic/index.d.ts +0 -1
  921. package/lib/components/RangeInput/useLogic/useLogic.d.ts +0 -12
  922. package/lib/components/ScrollTopButton/ScrollTopButton.d.ts +0 -4
  923. package/lib/components/ScrollTopButton/index.d.ts +0 -1
  924. package/lib/components/ScrollTopButton/styles.css.d.ts +0 -2
  925. package/lib/components/Select/Select.d.ts +0 -21
  926. package/lib/components/Select/index.d.ts +0 -1
  927. package/lib/components/Select/styles.css.d.ts +0 -11
  928. package/lib/components/Slider/Slider.d.ts +0 -3
  929. package/lib/components/Slider/index.d.ts +0 -1
  930. package/lib/components/Slider/styles.css.d.ts +0 -4
  931. package/lib/components/Tabs/Tabs.d.ts +0 -8
  932. package/lib/components/Tabs/TabsContent.d.ts +0 -3
  933. package/lib/components/Tabs/TabsList.d.ts +0 -3
  934. package/lib/components/Tabs/TabsTrigger.d.ts +0 -5
  935. package/lib/components/Tabs/index.d.ts +0 -1
  936. package/lib/components/Tabs/styles.css.d.ts +0 -4
  937. package/lib/components/TextField/TextField.d.ts +0 -7
  938. package/lib/components/TextField/index.d.ts +0 -1
  939. package/lib/components/TextField/styles.css.d.ts +0 -6
  940. package/lib/components/Tooltip/Tooltip.d.ts +0 -13
  941. package/lib/components/Tooltip/index.d.ts +0 -1
  942. package/lib/components/Tooltip/styles.css.d.ts +0 -3
  943. package/lib/components/Typography/Typography.d.ts +0 -15
  944. package/lib/components/Typography/index.d.ts +0 -1
  945. package/lib/components/Typography/styles.css.d.ts +0 -9
  946. package/lib/components/Typography/types.d.ts +0 -3
  947. package/lib/components/index.d.ts +0 -39
  948. package/lib/form/Form/Form.d.ts +0 -45
  949. package/lib/form/Form/index.d.ts +0 -1
  950. package/lib/form/FormMaskField/FormMaskField.d.ts +0 -4
  951. package/lib/form/FormMaskField/index.d.ts +0 -2
  952. package/lib/form/FormMaskField/types.d.ts +0 -4
  953. package/lib/form/FormSubmitButton/FormSubmitButton.d.ts +0 -6
  954. package/lib/form/FormSubmitButton/index.d.ts +0 -1
  955. package/lib/form/FormTextField/FormTextField.d.ts +0 -7
  956. package/lib/form/FormTextField/index.d.ts +0 -2
  957. package/lib/form/FormTextField/types.d.ts +0 -4
  958. package/lib/form/external.d.ts +0 -1
  959. package/lib/form/hooks/index.d.ts +0 -2
  960. package/lib/form/hooks/useForm/index.d.ts +0 -1
  961. package/lib/form/hooks/useForm/useForm.d.ts +0 -4
  962. package/lib/form/hooks/useFormContext/index.d.ts +0 -1
  963. package/lib/form/index.d.ts +0 -7
  964. package/lib/form/types.d.ts +0 -7
  965. package/lib/hooks/index.d.ts +0 -1
  966. package/lib/hooks/useLocalStorage.d.ts +0 -10
  967. package/lib/index.d.ts +0 -3
  968. package/lib/styles/index.d.ts +0 -3
  969. package/lib/styles/reset.css.d.ts +0 -1
  970. package/lib/styles/theme.css.d.ts +0 -78
  971. package/lib/styles/utils.d.ts +0 -2
  972. package/src/index.ts +0 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/styles.css.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,OAAO,QAclB,CAAC;AAYH,eAAO,MAAM,OAAO,QA+BlB,CAAC;AAEH,eAAO,MAAM,WAAW,QA8BtB,CAAC;AAOH,eAAO,MAAM,SAAS,QAUpB,CAAC;AAEH,eAAO,MAAM,MAAM,QAWjB,CAAC;AAEH,eAAO,MAAM,cAAc,QAEzB,CAAC;AAEH,eAAO,MAAM,MAAM,QAYjB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAGtB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type * as React from 'react';
2
+ import { type DialogProps } from 'vaul';
3
+ export type DrawerProps = DialogProps & {
4
+ title: string;
5
+ description?: string;
6
+ trigger?: React.ReactNode;
7
+ className?: string;
8
+ footer?: React.ReactNode;
9
+ closeButton?: React.ReactNode;
10
+ };
11
+ export declare const Drawer: ({ children, trigger, className, title, description, footer, closeButton, ...props }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=Drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/components/Drawer/Drawer.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,KAAK,WAAW,EAAmC,MAAM,MAAM,CAAC;AAGzE,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,qFASpB,WAAW,4CA6Cb,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Drawer';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Drawer/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const overlay: string;
2
+ export declare const content: string;
3
+ export declare const dragHandle: string;
4
+ export declare const header: string;
5
+ export declare const footer: string;
6
+ export declare const title: string;
7
+ export declare const description: string;
8
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Drawer/styles.css.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,OAAO,QAclB,CAAC;AAEH,eAAO,MAAM,OAAO,QA6DlB,CAAC;AAEH,eAAO,MAAM,UAAU,QAgBrB,CAAC;AAEH,eAAO,MAAM,MAAM,QAmBjB,CAAC;AAEH,eAAO,MAAM,MAAM,QAMjB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAItB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
2
+ import type { ComponentPropsWithoutRef, HTMLAttributes } from 'react';
3
+ declare const DropdownMenu: import("react").FC<DropdownMenuPrimitive.DropdownMenuProps>;
4
+ declare const DropdownMenuTrigger: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
5
+ declare const DropdownMenuGroup: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ declare const DropdownMenuPortal: import("react").FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
7
+ declare const DropdownMenuSub: import("react").FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
8
+ declare const DropdownMenuRadioGroup: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ declare const DropdownMenuSubTrigger: ({ className, inset, children, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubTrigger> & {
10
+ inset?: boolean;
11
+ }) => import("react/jsx-runtime").JSX.Element;
12
+ declare const DropdownMenuSubContent: ({ className, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubContent>) => import("react/jsx-runtime").JSX.Element;
13
+ declare const DropdownMenuContent: ({ className, sideOffset, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content>) => import("react/jsx-runtime").JSX.Element;
14
+ declare const DropdownMenuItem: ({ className, inset, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item> & {
15
+ inset?: boolean;
16
+ }) => import("react/jsx-runtime").JSX.Element;
17
+ declare const DropdownMenuCheckboxItem: ({ className, children, checked, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.CheckboxItem>) => import("react/jsx-runtime").JSX.Element;
18
+ declare const DropdownMenuRadioItem: ({ className, children, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioItem>) => import("react/jsx-runtime").JSX.Element;
19
+ declare const DropdownMenuLabel: ({ className, inset, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> & {
20
+ inset?: boolean;
21
+ }) => import("react/jsx-runtime").JSX.Element;
22
+ declare const DropdownMenuSeparator: ({ className, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Separator>) => import("react/jsx-runtime").JSX.Element;
23
+ declare const DropdownMenuShortcut: ({ className, ...props }: HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
24
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
25
+ //# sourceMappingURL=DropdownMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAIvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGtE,QAAA,MAAM,YAAY,6DAA6B,CAAC;AAEhD,QAAA,MAAM,mBAAmB,8IAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,yIAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,mEAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,gEAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,8IAAmC,CAAC;AAEhE,QAAA,MAAM,sBAAsB,GAAI,0CAK7B,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,GAAG;IACtE,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB,4CAQA,CAAC;AAEF,QAAA,MAAM,sBAAsB,GAAI,yBAG7B,KAAK,CAAC,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,4CAKzE,CAAC;AAEF,QAAA,MAAM,mBAAmB,GAAI,qCAI1B,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,4CAQhE,CAAC;AAEF,QAAA,MAAM,gBAAgB,GAAI,gCAIvB,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG;IAChE,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB,4CAKA,CAAC;AAEF,QAAA,MAAM,wBAAwB,GAAI,4CAK/B,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,YAAY,CAAC,4CAarE,CAAC;AAEF,QAAA,MAAM,qBAAqB,GAAI,mCAI5B,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,4CAYlE,CAAC;AAEF,QAAA,MAAM,iBAAiB,GAAI,gCAIxB,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,GAAG;IACjE,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB,4CAKA,CAAC;AAEF,QAAA,MAAM,qBAAqB,GAAI,yBAG5B,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,4CAKlE,CAAC;AAEF,QAAA,MAAM,oBAAoB,GAAI,yBAG3B,cAAc,CAAC,eAAe,CAAC,4CAEjC,CAAC;AAEF,OAAO,EACN,YAAY,EACZ,wBAAwB,EACxB,mBAAmB,EACnB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,mBAAmB,GACnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './DropdownMenu';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const subTrigger: string;
2
+ export declare const icon: string;
3
+ export declare const subContent: string;
4
+ export declare const content: string;
5
+ export declare const item: string;
6
+ export declare const checkboxItem: string;
7
+ export declare const radioItem: string;
8
+ export declare const checkboxItemIndicator: string;
9
+ export declare const radioItemIndicator: string;
10
+ export declare const label: string;
11
+ export declare const separator: string;
12
+ export declare const shortcut: string;
13
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/styles.css.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,UAAU,QAuBrB,CAAC;AAUH,eAAO,MAAM,IAAI,QAGf,CAAC;AAEH,eAAO,MAAM,UAAU,QAkBrB,CAAC;AAEH,eAAO,MAAM,OAAO,QAkBlB,CAAC;AAEH,eAAO,MAAM,IAAI,QA2Bf,CAAC;AASH,eAAO,MAAM,YAAY,QAuBvB,CAAC;AAEH,eAAO,MAAM,SAAS,QAuBpB,CAAC;AAEH,eAAO,MAAM,qBAAqB,QAQhC,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAQ7B,CAAC;AAEH,eAAO,MAAM,KAAK,QAWhB,CAAC;AAEH,eAAO,MAAM,SAAS,QAIpB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAKnB,CAAC"}
@@ -0,0 +1,11 @@
1
+ type ImageCarouselProps = {
2
+ images: {
3
+ src: string;
4
+ alt: string;
5
+ }[];
6
+ autoPlay?: boolean;
7
+ interval?: number;
8
+ };
9
+ export declare const ImageCarousel: ({ images, autoPlay, interval, }: ImageCarouselProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=ImageCarousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageCarousel/ImageCarousel.tsx"],"names":[],"mappings":"AAKA,KAAK,kBAAkB,GAAG;IACzB,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,iCAI3B,kBAAkB,4CAqFpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ImageCarousel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageCarousel/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const carousel: string;
2
+ export declare const carouselInner: string;
3
+ export declare const slide: string;
4
+ export declare const image: string;
5
+ export declare const arrow: string;
6
+ export declare const arrowLeft: string;
7
+ export declare const arrowRight: string;
8
+ export declare const indicators: string;
9
+ export declare const indicator: string;
10
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/ImageCarousel/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,QAOnB,CAAC;AAEH,eAAO,MAAM,aAAa,QAKxB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC;AAEH,eAAO,MAAM,KAAK,QAsBhB,CAAC;AAEH,eAAO,MAAM,SAAS,QAEpB,CAAC;AAEH,eAAO,MAAM,UAAU,QAErB,CAAC;AAEH,eAAO,MAAM,UAAU,QAOrB,CAAC;AAEH,eAAO,MAAM,SAAS,QAiBpB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type React from 'react';
2
+ export type InputProps = Omit<React.ComponentProps<'input'>, 'size'> & {
3
+ variant?: 'outlined' | 'standard';
4
+ size?: 'sm' | 'md' | 'lg';
5
+ error?: boolean;
6
+ startAdornment?: React.ReactNode;
7
+ endAdornment?: React.ReactNode;
8
+ disabled?: boolean;
9
+ fullWidth?: boolean;
10
+ };
11
+ export declare const Input: ({ error, variant, size, startAdornment, endAdornment, className, disabled, fullWidth, value, ref, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IACtE,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IAClC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AACF,eAAO,MAAM,KAAK,GAAI,8GAYnB,UAAU,4CA2BZ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Input';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const container: string;
2
+ export declare const variants: Record<"outlined" | "standard", string>;
3
+ export declare const fullWidthClass: string;
4
+ export declare const containerHover: string;
5
+ export declare const containerFocusWithin: string;
6
+ export declare const disabledClass: string;
7
+ export declare const errorClass: string;
8
+ export declare const input: string;
9
+ export declare const sizes: Record<"sm" | "lg" | "md", string>;
10
+ export declare const adornment: string;
11
+ export declare const withStartAdornment: string;
12
+ export declare const withEndAdornment: string;
13
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/styles.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,QAarB,CAAC;AAEF,eAAO,MAAM,QAAQ,yCASnB,CAAC;AAEH,eAAO,MAAM,cAAc,QAEzB,CAAC;AAEH,eAAO,MAAM,cAAc,QAOzB,CAAC;AAEH,eAAO,MAAM,oBAAoB,QAM/B,CAAC;AAEH,eAAO,MAAM,aAAa,QAGxB,CAAC;AAEH,eAAO,MAAM,UAAU,QASrB,CAAC;AAGH,eAAO,MAAM,KAAK,QAmBhB,CAAC;AAGH,eAAO,MAAM,KAAK,oCAgBhB,CAAC;AAEH,eAAO,MAAM,SAAS,QAKpB,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAE7B,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAE3B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { OTPInput } from 'input-otp';
2
+ import type { ComponentProps } from 'react';
3
+ export type InputOTPProps = Omit<ComponentProps<typeof OTPInput>, 'render' | 'children'> & {
4
+ containerClassName?: string;
5
+ };
6
+ export declare const InputOTP: ({ className, containerClassName, disabled, ...props }: InputOTPProps) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=InputOTP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputOTP.d.ts","sourceRoot":"","sources":["../../../../src/components/InputOTP/InputOTP.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,MAAM,aAAa,GAAG,IAAI,CAC/B,cAAc,CAAC,OAAO,QAAQ,CAAC,EAC/B,QAAQ,GAAG,UAAU,CACrB,GAAG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,uDAKtB,aAAa,4CAuCf,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ComponentProps } from 'react';
2
+ export declare const Separator: ({ separator, ...props }: ComponentProps<"div"> & {
3
+ separator?: string;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=Separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputOTP/Separator/Separator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,SAAS,GAAI,yBAGvB,cAAc,CAAC,KAAK,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CAIhD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Separator';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputOTP/Separator/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const separatorClass: string;
2
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputOTP/Separator/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,QAOzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SlotProps } from 'input-otp';
2
+ export declare const Slot: ({ char, hasFakeCaret, isActive, ...props }: SlotProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Slot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slot.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputOTP/Slot/Slot.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAG3C,eAAO,MAAM,IAAI,GAAI,4CAA4C,SAAS,4CAczE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Slot';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputOTP/Slot/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const slot: string;
2
+ export declare const active: string;
3
+ export declare const caretContainer: string;
4
+ export declare const caretBlink: string;
5
+ export declare const caret: string;
6
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputOTP/Slot/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAoBf,CAAC;AAEH,eAAO,MAAM,MAAM,QAKjB,CAAC;AAEH,eAAO,MAAM,cAAc,QAOzB,CAAC;AAEH,eAAO,MAAM,UAAU,QAIrB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './InputOTP';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/InputOTP/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const container: string;
2
+ export declare const input: string;
3
+ export declare const group: string;
4
+ export declare const disabled: string;
5
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/InputOTP/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,QAIpB,CAAC;AAMH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,KAAK,QAGhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAGnB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type LabelProps as LabelPrimitiveProps } from '@radix-ui/react-label';
2
+ export type LabelProps = LabelPrimitiveProps & {
3
+ disabled?: boolean;
4
+ error?: boolean;
5
+ required?: boolean;
6
+ };
7
+ export declare const Label: ({ className, disabled, ...props }: LabelProps) => import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=Label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,UAAU,IAAI,mBAAmB,EAEtC,MAAM,uBAAuB,CAAC;AAI/B,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AACF,eAAO,MAAM,KAAK,GAAI,mCAAmC,UAAU,4CAalE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Label';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const root: string;
2
+ export declare const disabled: string;
3
+ export declare const error: string;
4
+ export declare const required: string;
5
+ //# sourceMappingURL=label.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/label.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAQhB,CAAC;AAEF,eAAO,MAAM,QAAQ,QAGnB,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAQnB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { type MaskOptions } from '@react-input/mask';
2
+ import { type TextFieldProps } from '../TextField';
3
+ export type MaskFieldProps = TextFieldProps & {
4
+ maskProps: MaskOptions;
5
+ };
6
+ export declare const MaskField: ({ maskProps, ref, ...textFieldProps }: MaskFieldProps) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=MaskField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskField.d.ts","sourceRoot":"","sources":["../../../../src/components/MaskField/MaskField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAW,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9D,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG;IAC7C,SAAS,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,uCAIvB,cAAc,4CAoBhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './MaskField';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/MaskField/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PageAsideProps = {
3
+ children: ReactNode;
4
+ className?: string;
5
+ };
6
+ export declare const Aside: ({ children, className }: PageAsideProps) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=Aside.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Aside.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Aside/Aside.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,MAAM,cAAc,GAAG;IAC5B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,yBAAyB,cAAc,4CAM5D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Aside';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Aside/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const rootClass: string;
2
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Aside/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,QAUrB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PageContentProps = {
3
+ children: ReactNode;
4
+ /**
5
+ * Флаг, растягивающий контейнер на 100% высоты
6
+ */
7
+ isFullHeight?: boolean;
8
+ /**
9
+ * Название класса, применяется к корневому компоненту
10
+ */
11
+ className?: string;
12
+ };
13
+ export declare const Content: (props: PageContentProps) => import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=Content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Content/Content.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,MAAM,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,OAAO,gBAAgB,4CAe9C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Content';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Content/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const rootClass: string;
2
+ export declare const fullHeightClass: string;
3
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Content/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,QAOpB,CAAC;AAEH,eAAO,MAAM,eAAe,QAE1B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PageLayoutFooterProps = {
3
+ className?: string;
4
+ children: ReactNode;
5
+ };
6
+ export declare const Footer: (props: PageLayoutFooterProps) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Footer/Footer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,qBAAqB,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,OAAO,qBAAqB,4CAIlD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Footer';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Footer/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const rootClass: string;
2
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Footer/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,QAcpB,CAAC"}
@@ -0,0 +1,46 @@
1
+ import { type ReactNode } from 'react';
2
+ import { type ButtonProps } from '../../index.ts';
3
+ export type PageHeaderProps = {
4
+ /**
5
+ * Заголовок страницы
6
+ * @example <PageHeader title="Заголовок страницы" />
7
+ */
8
+ title: ReactNode | string;
9
+ /**
10
+ * Описание страницы
11
+ * @example <PageHeader description="Описание страницы" />
12
+ */
13
+ subtitle?: ReactNode | string;
14
+ /**
15
+ * Хлебные крошки
16
+ * @example <PageHeader breadcrumbs={
17
+ * <Breadcrumbs>
18
+ * <Link>Первая ссылка</Link>,
19
+ * <Link>Вторая ссылка</Link>,
20
+ * <>Текст</>
21
+ * </Breadcrumbs>
22
+ * } />
23
+ */
24
+ breadcrumbs?: ReactNode;
25
+ /**
26
+ * Набор дополнительных действий
27
+ * @example <PageHeader actions={<Button variant='link'>Перейти к счету</Button>} />
28
+ */
29
+ actions?: ReactNode;
30
+ /**
31
+ * Название класса, применяется к корневому компоненту
32
+ */
33
+ className?: string;
34
+ /**
35
+ * Кнопка возврата на предыдущий экран
36
+ * @example
37
+ * <PageHeader
38
+ * backButton={{
39
+ * onClick: () => {},
40
+ * }}
41
+ * />
42
+ */
43
+ backButton?: Omit<ButtonProps, 'children' | 'variant'>;
44
+ };
45
+ export declare const Header: (props: PageHeaderProps) => import("react/jsx-runtime").JSX.Element;
46
+ //# sourceMappingURL=Header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Header/Header.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAa,MAAM,OAAO,CAAC;AAClD,OAAO,EAEN,KAAK,WAAW,EAIhB,MAAM,cAAc,CAAC;AAatB,MAAM,MAAM,eAAe,GAAG;IAC7B;;;OAGG;IACH,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;IAE1B;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAE9B;;;;;;;;;OASG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;CACvD,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,OAAO,eAAe,4CAmD5C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Header';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Header/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const breadcrumbsClass: string;
2
+ export declare const rootClass: string;
3
+ export declare const buttonsClass: string;
4
+ export declare const actionsClass: string;
5
+ export declare const titleClass: string;
6
+ export declare const titleContainerClass: string;
7
+ export declare const subtitleClass: string;
8
+ export declare const subtitleContainerClass: string;
9
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageLayout/Header/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,QAQ5B,CAAC;AAEF,eAAO,MAAM,SAAS,QAWpB,CAAC;AAOH,eAAO,MAAM,YAAY,QAKvB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC;AAEH,eAAO,MAAM,UAAU,QAMrB,CAAC;AAEH,eAAO,MAAM,mBAAmB,QAK9B,CAAC;AAEH,eAAO,MAAM,aAAa,QAMxB,CAAC;AAEH,eAAO,MAAM,sBAAsB,QAKjC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PageLayoutProps = {
3
+ children: ReactNode;
4
+ className?: string;
5
+ };
6
+ export declare const PageLayout: {
7
+ ({ children, className }: PageLayoutProps): import("react/jsx-runtime").JSX.Element;
8
+ Header: (props: import("./Header").PageHeaderProps) => import("react/jsx-runtime").JSX.Element;
9
+ Content: (props: import("./Content").PageContentProps) => import("react/jsx-runtime").JSX.Element;
10
+ Footer: (props: import("./Footer").PageLayoutFooterProps) => import("react/jsx-runtime").JSX.Element;
11
+ Aside: ({ children, className }: import("./Aside").PageAsideProps) => import("react/jsx-runtime").JSX.Element;
12
+ };
13
+ //# sourceMappingURL=PageLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/PageLayout/PageLayout.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,MAAM,MAAM,eAAe,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,UAAU;8BAA6B,eAAe;;;;;CAElE,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const PAGE_CONTENT_WRAPPER_CLASSNAME = "page-content__wrapper";
2
+ export declare const PAGE_CONTENT_CLASSNAME = "page-content";
3
+ export declare const PAGE_HEADER_ACTIONS_CLASSNAME = "page_header_actions";
4
+ export declare const PAGE_HEADER_CLASSNAME = "page_header";
5
+ export declare const PAGE_ASIDE_CLASSNAME = "page_aside";
6
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/PageLayout/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,8BAA8B,0BAA0B,CAAC;AAEtE,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AAErD,eAAO,MAAM,6BAA6B,wBAAwB,CAAC;AAEnE,eAAO,MAAM,qBAAqB,gBAAgB,CAAC;AAEnD,eAAO,MAAM,oBAAoB,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './PageLayout';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PageLayout/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const rootClass: string;
2
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/PageLayout/styles.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,QAoBpB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { ButtonSize } from '../Button/types';
2
+ type Props = {
3
+ onPageChange: (page: number) => void;
4
+ totalCount: number;
5
+ siblingCount?: number;
6
+ currentPage: number;
7
+ pageSize: number;
8
+ className?: string;
9
+ size?: ButtonSize;
10
+ };
11
+ export declare function Pagination(props: Props): import("react/jsx-runtime").JSX.Element | null;
12
+ export {};
13
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIlD,KAAK,KAAK,GAAG;IACZ,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,kDAqEtC"}
@@ -0,0 +1,2 @@
1
+ export * from './Pagination';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const paginationContainer: string;
2
+ export declare const ellipsisSpan: string;
3
+ //# sourceMappingURL=styles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/styles.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,QAK9B,CAAC;AAEH,eAAO,MAAM,YAAY,QAEvB,CAAC"}