Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 29, 2025

The Textarea component now includes field-sizing: content for auto-sizing behavior, but the snapshot test wasn't updated to reflect this CSS property addition.

Changes

  • Updated snapshot test to include field-sizing: content in the expected CSS output for Textarea component

The snapshot now correctly validates:

.emotion-0 {
  /* ... existing styles ... */
  background-color: transparent;
  field-sizing: content;
}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Dec 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
theme-ui Error Error Dec 29, 2025 2:38pm
theme-ui-next Error Error Dec 29, 2025 2:38pm

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 29, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ec65813:

Sandbox Source
next-theme-ui-example Configuration
gatsby-plugin-theme-ui-example Configuration

Copy link
Contributor Author

Copilot AI commented Dec 29, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • download.cypress.io
    • Triggering command: /usr/local/bin/node node index.js --exec install (dns block)
  • unpkg.com
    • Triggering command: /usr/local/bin/node node scripts/postinstall.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update textarea component to enable field-sizing: content Update Textarea snapshot for field-sizing: content Dec 29, 2025
Copilot AI requested a review from hasparus December 29, 2025 14:39
@hasparus hasparus marked this pull request as ready for review December 29, 2025 17:00
@hasparus hasparus merged commit 822161f into lachlanjc-patch-2 Dec 29, 2025
4 of 8 checks passed
@hasparus hasparus deleted the copilot/sub-pr-2553 branch December 29, 2025 17:00
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.

2 participants