feat(pagination): paginate pages and tables (#113)
* feat(pagination): paginate pages and tables
Componente que sera utilizado para realizar paginacao
* fix(pagination): stories fixed
* fix(pagination): add proptypes
* fix(pagination): add callback to setPage
remoçao do estado interno e adiçao de uma callback para controlar o setPage. Adicao de flexbox no em
botao para centralizar numero dentro
* fix(pagination): testing change height of textfield
* fix(pagination): fixing input
* fix(pagination): fixing margin and changing fontSizes to array in themes
falta modificar o comportamento do input do textfield
* feat(pagination): pagination Input without layout
* fix(pagiantion): layout of pagination input
* fix(pagination): removing alignItems and justifyContent
Essa responsabilidade deve ser do componente que chamara a paginacao
* fix(pagination): styling one button
* refactor(pagination): useRed instead getElementByID and
* refactor(pagination): change setTimeOut for useDebounce
* fix(pagination): doesn't allow the negative page
* refactor(pagination): change variant to variant = 'input'
* fix(pagination): change ref to inputRef
* feat(pagination): function to do the map
* fix(pagination): fix array error
* refactor(pagination): adding variables into dependency array
* refactor(pagination): removing ref and magic numbers
* fix(pagination): stories fixed
* fix(pagination): add proptypes
* fix(pagination): add callback to setPage
remoçao do estado interno e adiçao de uma callback para controlar o setPage. Adicao de flexbox no em
botao para centralizar numero dentro
* fix(pagination): testing change height of textfield
* feat(pagination): pagination Input without layout
* fix(pagiantion): layout of pagination input
* refactor(pagination): useRed instead getElementByID and
* refactor(pagination): change setTimeOut for useDebounce
* fix(pagination): doesn't allow the negative page
* refactor(pagination): change variant to variant = 'input'
* fix(pagination): change ref to inputRef
* feat(pagination): function to do the map
* fix(pagination): fix array error
* refactor(pagination): adding variables into dependency array
* refactor(pagination): change stories to storybook 6
* refactor(pagination): fix rebase errors
* refactor(pagination): change debounced effect
remove a necessidade de setar novamente a pagina
* feat(stories pagination): change the stories to use controls
* refactor(pagination): change design request
troca de Typography por Paragraph com variant 'sm', troca de cores
* fix(pagination): fix margin between buttons