From 59ad631cf5c57f084115bf0d42a947a0424e38c0 Mon Sep 17 00:00:00 2001 From: johnn1sbo3s <49643446+johnn1sbo3s@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:16:51 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20documenta=C3=A7=C3=A3o=20do=20PageCon?= =?UTF-8?q?tainer=20(#820)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [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 --- package.json | 2 +- src/stories/components/PageContainer.stories.mdx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 83cf3f9f6..30911bc53 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/stories/components/PageContainer.stories.mdx b/src/stories/components/PageContainer.stories.mdx index 9d84740aa..aebc45ab1 100644 --- a/src/stories/components/PageContainer.stories.mdx +++ b/src/stories/components/PageContainer.stories.mdx @@ -57,9 +57,6 @@ export const Template = (args) => ({ { Template.bind({}) }