d0f055f949
* feat(ui): add showPaginationLabel to type definitions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * feat(ui): wire showPaginationLabel through useTable and Table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * feat(ui): conditionally render pagination label based on showPaginationLabel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * chore(ui): add changeset and update API reports for showPaginationLabel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * Update .changeset/show-pagination-label.md Co-authored-by: Johan Persson <johanopersson@gmail.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * docs(ui): document showPaginationLabel prop in docs-ui Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * fix(ui): wrap component names in backticks in changeset Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * fix(ui): move pagination display options to inner useMemo dependency array Move showPageSizeOptions, getLabel, and showPaginationLabel from the outer useMemo dependency array to the inner pagination useMemo dependency array so that changes to these options correctly trigger a new pagination object reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> * chore(ui): remove backticks from changeset Signed-off-by: Johan Persson <johanopersson@gmail.com> * Revert "chore(ui): remove backticks from changeset" This reverts commit 9b7f8bb6e83c28587219b7734676b1c062661a8a. Signed-off-by: Johan Persson <johanopersson@gmail.com> --------- Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com> Signed-off-by: Johan Persson <johanopersson@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Johan Persson <johanopersson@gmail.com>