Skip to content

Commit

Permalink
Corrige documentação do PageContainer (#820)
Browse files Browse the repository at this point in the history
- [x] A implementação feita possui testes (Caso haja um motivo para não
haver testes/haver apenas testes de snapshot, descrever abaixo)
- [x] A documentação no mdx foi feita ou atualizada, caso necessário
- [x] O eslint passou localmente

### 1 - Resumo
Corrige documentação do PageContainer, removendo prop text que não era
usada.

### 2 - Tipo de pull request

- [ ] 🧱 Novo componente
- [ ] ✨ Nova feature ou melhoria
- [x] 🐛 Fix
- [ ] 👨‍💻 Refatoração
- [ ] 📝 Documentação
- [ ] 🎨 Estilo
- [ ] 🤖 Build ou CI/CD


### 3 - Esse PR fecha alguma issue? Favor referenciá-la
#782

### 4 - Quais são os passos para avaliar o pull request?
Acesse a documentação do **PageContainer** e verifique a prop _text_ já
não existe mais.

### 6 - Esse pull request adiciona _breaking changes_?
- [ ] Sim
- [x] Não
  • Loading branch information
johnn1sbo3s authored Feb 7, 2025
1 parent 853f941 commit 59ad631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.79.3",
"version": "3.79.4",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down
3 changes: 0 additions & 3 deletions src/stories/components/PageContainer.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export const Template = (args) => ({
<Canvas>
<Story
name="PageContainer"
args={{
text: 'Texto do tooltip'
}}
>
{ Template.bind({}) }
</Story>
Expand Down

0 comments on commit 59ad631

Please sign in to comment.