Skip to content

feat(components): implementa help adicional ao p-help#2348

Merged
pedrodominguesp merged 1 commit intomasterfrom
components/DTHfUI-10443
Jan 31, 2025
Merged

feat(components): implementa help adicional ao p-help#2348
pedrodominguesp merged 1 commit intomasterfrom
components/DTHfUI-10443

Conversation

@anabye
Copy link
Contributor

@anabye anabye commented Jan 8, 2025

DTHFUI-10443


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)

Qual o novo comportamento?
Implementa help adicional ao p-help, permitindo exibir um tooltip ou disparar um evento.

Simulação
Labs

Custom:

po-input po-field-container-bottom,
po-checkbox po-field-container-bottom,
po-checkbox-group po-field-container-bottom,
po-combo po-field-container-bottom,
po-datepicker po-field-container-bottom,
po-datepicker-range po-field-container-bottom,
po-lookup po-field-container-bottom,
po-multiselect po-field-container-bottom,
po-number po-field-container-bottom,
po-password po-field-container-bottom,
po-radio-group po-field-container-bottom,
po-rich-text po-field-container-bottom,
po-select po-field-container-bottom,
po-switch po-field-container-bottom,
po-textarea po-field-container-bottom,
po-upload po-field-container-bottom {
  /* Help text */
  --font-size: 20px;
  --line-height: 24px;
  --text-color-help: gold;

  /* Disabled */
  --text-color-help-disabled: blue;

  /* Error */
  --text-color-error: green;
  --color-icon-error: purple;
}

@anabye anabye force-pushed the components/DTHfUI-10443 branch 6 times, most recently from 313ad3a to 626868f Compare January 24, 2025 18:17
@anabye anabye force-pushed the components/DTHfUI-10443 branch 2 times, most recently from 36dd76c to c2dd703 Compare January 31, 2025 15:29
Implementa help adicional ao p-help, permitindo exibir um tooltip ou disparar um evento.

fixes DTHFUI-10443
@pedrodominguesp pedrodominguesp merged commit 7d5d32a into master Jan 31, 2025
8 checks passed
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