Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tabs): implementa definiçoes do animaliaDS #1953

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

jcorrea97
Copy link
Contributor

@jcorrea97 jcorrea97 commented Feb 5, 2024

Tabs

DTHFUI-8229


PR Checklist [Revisor]

  • Padrão de Commit (Coeso, de acordo com o que está sendo realizado)
  • Código (Boas práticas, nome de variavéis/métodos, etc.)
  • Testes unitários (Cobre a situação implementada e coverage está mantido)
  • Documentação (Clara, objetiva e com exemplos caso necessário)
  • Samples (A implementação possui exemplo no Labs/Caso de uso)
  • Rodado em navegadores suportados (Chrome, FireFox, Edge)

Simulação
testar portal e app
app:
app.zip

Style: po-ui/po-style#495
theme: totvs/po-theme-totvs#294

custom:

@import url('https://fonts.googleapis.com/css2?family=Lumanosimo&family=Playfair+Display+SC&display=swap');

/* po-tabs {
  --background: white;
  --color-baseline: rgb(18, 21, 220);
}

po-tab-button {
  --font-family: 'Lumanosimo', cursive;
  --font-weight: 400;
  --color: red;
  --border-radius: 50px;

  --background-item-selected: green;

  --color-hover: pink;
  --background-item-hover: gold;

  --outline-color-focused: orange;

  --color-disabled: rgb(108, 216, 31);
  --background-item-disabled: rgb(209, 102, 102);
} */

Implementa definições do animaliaDS no componenete tabs

fixes DTHFUI-8229
@anderson-gregorio-totvs anderson-gregorio-totvs merged commit 1c6a6b3 into master Feb 12, 2024
7 checks passed
@anderson-gregorio-totvs anderson-gregorio-totvs deleted the tabs/DTHFUI-8229 branch February 12, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants