Skip to content

feat: Release disableFooterPaddings for all systems#4527

Draft
gethinwebster wants to merge 1 commit into
mainfrom
feat/release-container-disable-footer-paddings
Draft

feat: Release disableFooterPaddings for all systems#4527
gethinwebster wants to merge 1 commit into
mainfrom
feat/release-container-disable-footer-paddings

Conversation

@gethinwebster
Copy link
Copy Markdown
Member

Description

Remove @awsuiSystem core annotation from container.disableFooterPaddings, making it available for all systems.

This is a simple boolean prop with no runtime risk. No new code — only the JSDoc annotation is removed.

Related links, issue #, if available: n/a

How has this been tested?

  • Existing unit and integration tests continue to pass
  • Snapshot tests updated via npx jest -c jest.unit.config.js -u documenter
Review checklist

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible.
  • Changes do not include unsupported browser features.
  • N/A for accessibility (annotation-only change).

Security

  • N/A (no URL handling changes).

Testing

  • Existing tests cover this prop.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Remove @awsuiSystem core annotation from disableFooterPaddings prop,
making it available to console and all other systems.

This is a simple boolean prop that removes default footer padding.
No API changes, no new dependencies.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.42%. Comparing base (f2240cf) to head (cb409ae).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4527   +/-   ##
=======================================
  Coverage   97.42%   97.42%           
=======================================
  Files         936      936           
  Lines       29626    29626           
  Branches    10764    10764           
=======================================
  Hits        28864    28864           
  Misses        755      755           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant