{"id":20851029,"url":"https://github.com/naveteam/saturn","last_synced_at":"2025-05-12T04:31:55.119Z","repository":{"id":38424929,"uuid":"193321370","full_name":"naveteam/saturn","owner":"naveteam","description":"Repositório de componentes React baseado no design system da Nave.","archived":false,"fork":false,"pushed_at":"2023-01-27T08:39:08.000Z","size":11563,"stargazers_count":27,"open_issues_count":37,"forks_count":14,"subscribers_count":15,"default_branch":"refactor-v2","last_synced_at":"2025-04-24T08:04:57.044Z","etag":null,"topics":["design-system","react","saturn-system","styled-component","styled-system"],"latest_commit_sha":null,"homepage":"https://saturn.nave.rs","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naveteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-23T07:57:13.000Z","updated_at":"2024-05-29T17:34:55.000Z","dependencies_parsed_at":"2023-02-15T07:15:59.465Z","dependency_job_id":null,"html_url":"https://github.com/naveteam/saturn","commit_stats":null,"previous_names":["naveteam/saturn-system"],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveteam%2Fsaturn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveteam%2Fsaturn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveteam%2Fsaturn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveteam%2Fsaturn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naveteam","download_url":"https://codeload.github.com/naveteam/saturn/tar.gz/refs/heads/refactor-v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253675501,"owners_count":21945931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-system","react","saturn-system","styled-component","styled-system"],"created_at":"2024-11-18T03:12:11.559Z","updated_at":"2025-05-12T04:31:54.751Z","avatar_url":"https://github.com/naveteam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Saturn](https://github.com/naveteam/saturn/blob/assets/header.png?raw=true)\n\n\u003cp align=\"center\"\u003eRepositório de componentes React baseado no \u003ca href='https://www.figma.com/file/O3bKxIcsj2rc1FNIRclJyT/Design-System'\u003edesign system\u003c/a\u003e da Nave.\u003c/p\u003e\n\n![stability-wip](https://img.shields.io/badge/stability-work_in_progress-lightgrey.svg)\n[![NPM](https://img.shields.io/npm/v/@naveteam/saturn.svg)](https://www.npmjs.com/package/@naveteam/saturn)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\n![ci](https://github.com/naveteam/saturn/workflows/ci/badge.svg)\n[![All Contributors](https://img.shields.io/github/all-contributors/naveteam/saturn/main)](#contributors-)\n\n## ❗️ Motivação\n\nDiversas vezes precisamos prototipar rapidamente novas aplicações e sempre precisamos recorrer à libs de componentes de layout como [Material UI](https://material-ui.com/pt/) ou [Ant Design](https://ant.design/).\n\nA criação de um design system próprio pode aumentar a familiaridade da equipe com determinado padrão de código, fazendo com que gradativamente esses protótipos sejam criados de forma mais rápida e homogênea, abstraindo a necessidade de se preocupar com o layout que a aplicação terá.\n\n## 🛠 Tecnologias utilizadas\n\nBaseamos nosso desenvolvimento em:\n\n- [React](https://reactjs.org/)\n- [Styled Components](https://www.styled-components.com/)\n- [Styled System](https://styled-system.com/)\n- [Storybook](https://github.com/storybooks/storybook)\n\n## 🚀 Instalação\n\nNo terminal, execute\n\n```shell\nyarn add @naveteam/saturn\n// ou npm install @naveteam/saturn\n```\n\n## 💡 Utilização\n\nCom a lib instalada, o seguinte código já é o suficiente para iniciar o desenvolvimento da aplicação\n\n```jsx\nimport React from 'react'\nimport ReactDOM from 'react-dom'\nimport { ThemeProvider, TextField } from '@naveteam/saturn'\n\nconst App = () =\u003e {\n  return (\n    \u003cSaturnProvider\u003e\n      \u003cTextField name='base' label='Label' message='Message' placeholder='Placeholder' /\u003e\n    \u003c/SaturnProvider\u003e\n  )\n}\n\nReactDOM.render(\u003cApp /\u003e, document.getElementById('root'))\n```\n\nVocê pode encontrar em nosso [Storybook](https://saturn.nave.rs) a documentação necessária de todos os componentes disponíveis no projeto.\n\n## 🤝 Contribuição\n\nSinta-se livre para contribuir com o projeto, criando novos componentes, abrindo PRs para ajustar bugs ou mesmo levantando dúvidas, sugestões ou pedidos de ajustes através de issues. Para contribuir com nosso projeto, por favor siga nosso guia de [CONTRIBUTING](CONTRIBUTING.md).\n\n## 📚 Links úteis\n\n- [Figma](https://www.figma.com/file/O3bKxIcsj2rc1FNIRclJyT/Design-System): Onde todo o design do projeto se encontra\n- [Chromatic](https://www.chromatic.com/builds?appId=5ee911f58891670022043e8a): Local onde ocorre a revisão dos componentes pelo time de degisn\n- [NPM](https://www.npmjs.com/package/@naveteam/saturn): Acesso ao pacote NPM do projeto\n- [Github](https://github.com/naveteam/saturn): Repositório da lib\n- [Storybook](https://saturn.nave.rs): Página com o projeto mais atualizado para referência\n- [Miro](https://miro.com/app/board/o9J_kqytVp0=): Resumo do Workflow de desenvolvimento de um componente\n- [Roadmap](https://github.com/naveteam/saturn/projects/2): Link do projeto do GitHub com o andamento do desenvolvimento\n\n## 🐛 Bugs Conhecidos\n\n### O Storybook não renderiza PropTypes passadas dinamicamente para meu componente\n\nIsso é uma limitação do Addon do Storybook responsável por criar a tela de Docs. Esse comportamento já foi reportado e existe uma issue aberta para tratar essa questão [aqui](https://github.com/storybookjs/storybook/issues/10536). Enquanto esse problema não é resolvido, você pode declarar as PropTypes do Styled System de forma estática, ou informar na descrição do componente quais módulos do Design System estão importados no componente.\n\n## Contribuidores ✨\n\nObrigado a essas maravilhosas pessoas que contribuíram de alguma maneira para o desenvolvimento da lib ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://bittencourt.dev\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/25224459?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEduardo Bittencourt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=eduardobittencourt\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=eduardobittencourt\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-eduardobittencourt\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-eduardobittencourt\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Aeduardobittencourt\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Aeduardobittencourt\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#example-eduardobittencourt\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#infra-eduardobittencourt\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#talk-eduardobittencourt\" title=\"Talks\"\u003e📢\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dpnunez\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/46852072?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel Pôrto Nuñez\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=dpnunez\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Adpnunez\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=dpnunez\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-dpnunez\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-dpnunez\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-dpnunez\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Adpnunez\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#research-dpnunez\" title=\"Research\"\u003e🔬\u003c/a\u003e \u003ca href=\"#projectManagement-dpnunez\" title=\"Project Management\"\u003e📆\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mathfigue\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/51998795?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus Figueiredo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=mathfigue\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-mathfigue\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-mathfigue\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Amathfigue\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/gabrieldocouto\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/40507979?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGabriel Do Couto Santos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=gabrieldocouto\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://caaiosb.github.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/34246280?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCaio Silva\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3ACaaioSB\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=CaaioSB\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#content-CaaioSB\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://thiagonunesbatista.github.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/67487679?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThiago Nunes Batista\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=thiagonunesbatista\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=thiagonunesbatista\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-thiagonunesbatista\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/rbschumacher\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/54547117?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRafael Schumacher\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=rbschumacher\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=rbschumacher\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-rbschumacher\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Arbschumacher\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/juliano-reis-2ab203142/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/30237272?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJuliano Reis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Ajulianoddreis\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/italonolasco\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/19333230?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eÍtalo Nolasco\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=italonolasco\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-italonolasco\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#talk-italonolasco\" title=\"Talks\"\u003e📢\u003c/a\u003e \u003ca href=\"#projectManagement-italonolasco\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Aitalonolasco\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#example-italonolasco\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-italonolasco\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/matheus-cruz-54204b185/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/33552730?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus Cruz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=devSiso\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=devSiso\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-devSiso\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#maintenance-devSiso\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3AdevSiso\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#business-devSiso\" title=\"Business development\"\u003e💼\u003c/a\u003e \u003ca href=\"#ideas-devSiso\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#projectManagement-devSiso\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"#talk-devSiso\" title=\"Talks\"\u003e📢\u003c/a\u003e \u003ca href=\"#infra-devSiso\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#research-devSiso\" title=\"Research\"\u003e🔬\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3AdevSiso\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/vitorwtavares\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/60239852?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVítor Tavares\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=vitorwtavares\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-vitorwtavares\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Avitorwtavares\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=vitorwtavares\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/coelhomariana/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/42039627?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMariana Coelho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=coelhomariana\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=coelhomariana\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/eduardaconde\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46696000?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEduarda Eisfeld Conde\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=eduardaconde\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=eduardaconde\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.twitter.com/jpbretanha\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7989125?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoão Pedro Bretanha\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=jpbretanha\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=jpbretanha\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-jpbretanha\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-jpbretanha\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Ajpbretanha\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://glauber@brack.com.br\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/57924169?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGlauber Brack\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=glauberbrack\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-glauberbrack\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Aglauberbrack\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/giuliane-oliveira-a3590316b/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38573412?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGiuliane\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-GiulianeOliveira\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3AGiulianeOliveira\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/igorcasconi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/37385365?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIgor Casconi de Oliveira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=igorcasconi\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=igorcasconi\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Aigorcasconi\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#projectManagement-igorcasconi\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"#maintenance-igorcasconi\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#research-igorcasconi\" title=\"Research\"\u003e🔬\u003c/a\u003e \u003ca href=\"#ideas-igorcasconi\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Aigorcasconi\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/gcdpinho\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12126109?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGustavo Pinho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=gcdpinho\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/commits?author=gcdpinho\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Agcdpinho\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#maintenance-gcdpinho\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#ideas-gcdpinho\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Agcdpinho\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/rickyalmeidadev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/60705947?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRicky Almeida\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Arickyalmeidadev\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Carrilhos\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48035917?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGabriel Oliveira Carrilhos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=Carrilhos\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-Carrilhos\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3ACarrilhos\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/gabriel-ribeiro-8737021a6/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45475094?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGabriel Ribeiro\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=ghblue\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-ghblue\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Aghblue\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/powilliam\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/55867831?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWilliam Porto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=powilliam\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-powilliam\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Apowilliam\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://Tessmer\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/70981644?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSamanta Tessmer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=Tessmer\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-Tessmer\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3ATessmer\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://ffzanini.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20977822?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFelipe Frantz Zanini\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=ffzanini\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-ffzanini\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/pulls?q=is%3Apr+reviewed-by%3Affzanini\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/YuriFarnesio\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45167583?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYuri Farnesio\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=YuriFarnesio\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-YuriFarnesio\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3AYuriFarnesio\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/matheusdoedev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58111490?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus do É Santos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/naveteam/saturn/commits?author=matheusdoedev\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-matheusdoedev\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/naveteam/saturn/issues?q=author%3Amatheusdoedev\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nEsse projeto segue a especificação de [all-contributors](https://github.com/all-contributors/all-contributors). Qualquer tipo de contribuição será bem-vinda!\n\n## Licença\n\nMIT © [Nave Team](https://github.com/naveteam)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaveteam%2Fsaturn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaveteam%2Fsaturn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaveteam%2Fsaturn/lists"}