@praxisui/table 8.0.0-beta.87 → 8.0.0-beta.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -208,6 +208,8 @@ Para garantir que a tabela, filtros e editores reflitam o tema do app host:
208
208
  Observação: tokens `--md-sys-*` e `--mdc-theme-*` continuam aceitos quando presentes.
209
209
  Nota: a classe de tema é decisão do host (`.dark-theme` ou `.theme-dark`/`.theme-light`); mantenha tokens e componentes no mesmo escopo.
210
210
 
211
+ Surface stacking is owned by `@praxisui/table`: when toolbar, grid and paginator are rendered as one table surface, the runtime flattens the internal join corners and keeps only the outer corners rounded. Host apps should theme the table through Material/Praxis tokens instead of targeting internal descendants such as `.mat-mdc-table`, `.mat-mdc-paginator` or `.praxis-toolbar` to repair border radius joins.
212
+
211
213
  ## ✨ Características Principais
212
214
 
213
215
  ### 🏗️ Arquitetura Unificada