Skip to content

refactor(form): migrate drag handle, text input, presence and diff chrome to vanilla-extract - #14990

Draft
stipsan wants to merge 1 commit into
cody/ve-lite2-04-releases-inventory-0ee6from
cody/ve-lite2-05-form-chrome-diffs-0ee6
Draft

stipsan wants to merge 1 commit into
cody/ve-lite2-04-releases-inventory-0ee6from
cody/ve-lite2-05-form-chrome-diffs-0ee6

Conversation

@stipsan

@stipsan stipsan commented Sep 24, 2026 •

Copy link
Copy Markdown
Member

Description

Layer 5/10 of a second low-risk cherry-pick stack from the styled-components to vanilla-extract migration in #14566 (the 12-PR ve-stack series, #14616 to #14627). The first stack (#14905 to #14914) took the purely static rules and has merged; this one takes the lowest-risk tier that is left, in the same shape: at most 20 files per layer, one commit each, every file copied verbatim from the reference tip, whose merge base with main is 455717e. On top of static rules and && overrides, this tier allows attribute and pseudo selectors, keyframes, globalStyle scoped under a local class, closed-set styleVariants, a few prop- or theme-driven values (createVar with assignInlineVars, or useTheme_v2) and a few media or container queries with default-theme literal breakpoints. Layers are ordered by risk, lowest first, so the stack can be merged bottom-up and stopped at any layer. Based on #14989.

This layer covers form chrome: the array drag handle, the text input's textarea, the hotspot image, field presence, the browser-test form harness, three diff components and the media-library video input.

What to review

  • DragHandle: the css branches become styleVariants, and the button mirrors its touch-action in data-touch-action because jsdom cannot compute vanilla-extract styles; DragHandle.test.tsx asserts on that attribute instead of toHaveStyle.
  • TextInput uses &&[data-as='textarea'] (0,3,0) over TextArea's own (0,2,0) rule, which the original tied; the portable text diff Header uses &&:not([hidden]) because the original also targeted :not([hidden]).
  • VideoInput/styles.ts becomes styles.tsx; its display stays single-class on purpose because Box's (0,2,0) rule beat the original too. test/browser/TestForm is browser-test harness only.
  • Package: sanity (core/form, core/field, core/presence, media-library, test/browser).

Testing

Each layer passes oxfmt --check and a type-aware oxlint --type-check of its files plus every file importing them, on its own commit. At the stack tip pnpm check:oxlint passes, the packages build with the migrated rules in lib/bundle.css, and pnpm vitest run --project=sanity --changed origin/main passes (227 files, 1885 tests, rebased on main at 4cebde0), as does the exports snapshot test, so no public export changes shape. Every Storybook story that renders a file from this stack (17 stories) was screenshotted on main and at the tip and compared pixel by pixel: all 17 are identical, while a one-value negative control produced 42,739 changed pixels. For this layer, the FieldDiffChrome (MetaInfo) and ArrayItemLayouts (FieldPresence) stories are pixel-identical.

Notes for release

N/A – Internal styling migration.


Open in Web Open in Cursor 

@vercel

vercel Bot commented Sep 24, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated
auth-test-studio Ready Ready Preview Sep 25, 2026 7:49am UTC
page-building-studio Ready Ready Preview Sep 25, 2026 7:49am UTC
studio-diagnostics Ready Ready Preview Sep 25, 2026 7:49am UTC
studio-radar Ready Ready Preview Sep 25, 2026 7:49am UTC
studio-storybook Ready Ready Preview Sep 25, 2026 7:49am UTC
test-studio Ready Ready Preview Sep 25, 2026 7:49am UTC
test-studio-preview-iframe Ready Ready Preview Sep 25, 2026 7:49am UTC

Request Review

@stipsan stipsan added the 🤖 bot label Sep 24, 2026 — with Cursor
@stipsan
stipsan added this pull request to stack #14991 September 24, 2026 16:37
@github-actions

github-actions Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

📦 Bundle Stats — sanity

Compared against cody/ve-lite2-04-releases-inventory-0ee6 (a16cc688) · v6.16.0 (npm)

sanity

Metric Value vs cody/ve-lite2-04-releases-inventory-0ee6 (a16cc68) vs v6.16.0
Internal (raw) 4.47 MB +2.0 KB, +0.0% +33.1 KB, +0.7%
Internal (gzip) 1.11 MB +417 B, +0.0% +10.2 KB, +0.9%
Bundled (raw) 13.29 MB +1.9 KB, +0.0% +30.8 KB, +0.2%
Bundled (gzip) 3.14 MB +242 B, +0.0% +8.8 KB, +0.3%
Import time 1.75s +29ms, +1.7% +82ms, +4.9%

bin:sanity

Metric Value vs cody/ve-lite2-04-releases-inventory-0ee6 (a16cc68) vs v6.16.0
Internal (raw) 7.1 KB - -
Internal (gzip) 2.9 KB - -
Bundled (raw) 7.1 KB - -
Bundled (gzip) 2.8 KB - -
Import time 4ms +0ms, +0.5% +0ms, +2.1%

🗺️ View treemap · Artifacts

Details
  • Import time regressions over 10% are flagged with ⚠️
  • Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.

@github-actions

github-actions Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Visual regression coverage

93 changed UI files: 20 covered, 0 pending, 73 uncovered.

Per-file coverage (93)
File Status Evidence
packages/sanity/src/core/comments-v2/components/avatars/CommentsAvatar.css.ts uncovered
packages/sanity/src/core/comments-v2/components/avatars/CommentsAvatar.tsx uncovered
packages/sanity/src/core/comments-v2/components/list/CommentOriginBadge.css.ts covered packages/sanity/src/core/comments-v2/components/list/__tests__/CommentOriginBadge.stories.tsx
packages/sanity/src/core/comments-v2/components/list/CommentOriginBadge.tsx covered packages/sanity/src/core/comments-v2/components/list/__tests__/CommentOriginBadge.stories.tsx
packages/sanity/src/core/comments-v2/components/list/CommentsListItemContextMenu.css.ts uncovered
packages/sanity/src/core/comments-v2/components/list/CommentsListItemContextMenu.tsx uncovered
packages/sanity/src/core/comments-v2/components/mentions/MentionsMenu.css.ts covered packages/sanity/src/core/comments-v2/components/mentions/__tests__/MentionsMenu.stories.tsx
packages/sanity/src/core/comments-v2/components/mentions/MentionsMenu.tsx covered packages/sanity/src/core/comments-v2/components/mentions/__tests__/MentionsMenu.stories.tsx
packages/sanity/src/core/comments-v2/components/onboarding/CommentsOnboardingPopover.css.ts uncovered
packages/sanity/src/core/comments-v2/components/onboarding/CommentsOnboardingPopover.tsx uncovered
packages/sanity/src/core/comments-v2/plugin/inspector/CommentsInspector.css.ts uncovered
packages/sanity/src/core/comments-v2/plugin/inspector/CommentsInspector.tsx uncovered
packages/sanity/src/core/comments/components/avatars/CommentsAvatar.css.ts uncovered
packages/sanity/src/core/comments/components/avatars/CommentsAvatar.tsx uncovered
packages/sanity/src/core/comments/components/list/CommentsListItemContextMenu.css.ts uncovered
packages/sanity/src/core/comments/components/list/CommentsListItemContextMenu.tsx uncovered
packages/sanity/src/core/comments/components/mentions/MentionsMenu.css.ts covered packages/sanity/src/core/comments/components/mentions/__tests__/MentionsMenu.stories.tsx
packages/sanity/src/core/comments/components/mentions/MentionsMenu.tsx covered packages/sanity/src/core/comments/components/mentions/__tests__/MentionsMenu.stories.tsx
packages/sanity/src/core/comments/components/mentions/MentionsMenuItem.tsx uncovered
packages/sanity/src/core/comments/components/onboarding/CommentsOnboardingPopover.css.ts uncovered
packages/sanity/src/core/comments/components/onboarding/CommentsOnboardingPopover.tsx uncovered
packages/sanity/src/core/comments/components/pte/blocks/NormalBlock.css.ts uncovered
packages/sanity/src/core/comments/components/pte/blocks/NormalBlock.tsx uncovered
packages/sanity/src/core/comments/components/reactions/TransparentCard.css.ts uncovered
packages/sanity/src/core/comments/components/reactions/TransparentCard.styled.tsx uncovered
packages/sanity/src/core/comments/plugin/field/CommentsFieldButton.css.ts uncovered
packages/sanity/src/core/comments/plugin/field/CommentsFieldButton.tsx uncovered
packages/sanity/src/core/comments/plugin/input/components/FloatingButtonPopover.css.ts uncovered
packages/sanity/src/core/comments/plugin/input/components/FloatingButtonPopover.tsx uncovered
packages/sanity/src/core/comments/plugin/input/components/InlineCommentInputPopover.css.ts covered packages/sanity/src/core/comments/components/pte/comment-input/__tests__/InlineComposerMentions.browser.test.tsx (browser test)
packages/sanity/src/core/comments/plugin/input/components/InlineCommentInputPopover.tsx covered packages/sanity/src/core/comments/components/pte/comment-input/__tests__/InlineComposerMentions.browser.test.tsx (browser test)
packages/sanity/src/core/comments/plugin/inspector/CommentsInspector.css.ts uncovered
packages/sanity/src/core/comments/plugin/inspector/CommentsInspector.tsx uncovered
packages/sanity/src/core/comments/plugin/inspector/CommentsInspectorHeader.css.ts uncovered
packages/sanity/src/core/comments/plugin/inspector/CommentsInspectorHeader.tsx uncovered
packages/sanity/src/core/documentGroupInventory/components/CreateVariant/SelectBundle.css.ts uncovered
packages/sanity/src/core/documentGroupInventory/components/CreateVariant/SelectBundle.tsx uncovered
packages/sanity/src/core/documentGroupInventory/components/DocumentGroupInventoryAction.css.ts uncovered
packages/sanity/src/core/documentGroupInventory/components/DocumentGroupInventoryAction.tsx uncovered
packages/sanity/src/core/documentGroupInventory/components/VariantSet/VariantCheckbox.css.ts uncovered
packages/sanity/src/core/documentGroupInventory/components/VariantSet/VariantCheckbox.tsx uncovered
packages/sanity/src/core/documentGroupInventory/components/VariantSet/VariantSet.css.ts uncovered
packages/sanity/src/core/documentGroupInventory/components/VariantSet/VariantSet.tsx uncovered
packages/sanity/src/core/field/diff/components/DiffInspectWrapper.css.ts uncovered
packages/sanity/src/core/field/diff/components/DiffInspectWrapper.tsx uncovered
packages/sanity/src/core/field/diff/components/MetaInfo.css.ts covered packages/sanity/src/core/field/diff/components/__tests__/FieldDiffChrome.stories.tsx
packages/sanity/src/core/field/diff/components/MetaInfo.tsx covered packages/sanity/src/core/field/diff/components/__tests__/FieldDiffChrome.stories.tsx
packages/sanity/src/core/field/types/portableText/diff/components/Header.css.ts uncovered
packages/sanity/src/core/field/types/portableText/diff/components/Header.tsx uncovered
packages/sanity/src/core/form/inputs/TextInput.css.ts uncovered
packages/sanity/src/core/form/inputs/TextInput.tsx uncovered
packages/sanity/src/core/form/inputs/arrays/common/DragHandle.css.ts uncovered
packages/sanity/src/core/form/inputs/arrays/common/DragHandle.tsx uncovered
packages/sanity/src/core/form/inputs/files/ImageToolInput/imagetool/HotspotImage.css.ts uncovered
packages/sanity/src/core/form/inputs/files/ImageToolInput/imagetool/HotspotImage.styles.tsx uncovered
packages/sanity/src/core/presence/FieldPresence.styled.css.ts covered packages/sanity/src/core/form/inputs/arrays/__tests__/ArrayItemLayouts.stories.tsx
packages/sanity/src/core/presence/FieldPresence.styled.tsx covered packages/sanity/src/core/form/inputs/arrays/__tests__/ArrayItemLayouts.stories.tsx
packages/sanity/src/core/releases/components/documentHeader/contextMenu/CopyToReleaseMenuGroup.css.ts uncovered
packages/sanity/src/core/releases/components/documentHeader/contextMenu/CopyToReleaseMenuGroup.tsx uncovered
packages/sanity/src/core/releases/components/documentHeader/styles.css.ts uncovered
packages/sanity/src/core/releases/components/documentHeader/styles.tsx uncovered
packages/sanity/src/core/releases/tool/components/Table/TableHeader.css.ts covered packages/sanity/src/core/releases/tool/components/Table/__tests__/Table.browser.test.tsx (browser test)
packages/sanity/src/core/releases/tool/components/Table/TableHeader.tsx covered packages/sanity/src/core/releases/tool/components/Table/__tests__/Table.browser.test.tsx (browser test)
packages/sanity/src/core/releases/tool/detail/ReleaseTypePicker.css.ts uncovered
packages/sanity/src/core/releases/tool/detail/ReleaseTypePicker.tsx uncovered
packages/sanity/src/core/releases/tool/detail/documentTable/DocumentTableColumnDefs.css.ts uncovered
packages/sanity/src/core/releases/tool/detail/documentTable/DocumentTableColumnDefs.tsx uncovered
packages/sanity/src/core/studio/components/navbar/free-trial/FreeTrialButton.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/free-trial/FreeTrialButton.tsx uncovered
packages/sanity/src/core/studio/components/navbar/free-trial/PopoverContent.css.ts covered packages/sanity/src/core/studio/components/navbar/free-trial/__tests__/FreeTrialPopoverContent.stories.tsx
packages/sanity/src/core/studio/components/navbar/free-trial/PopoverContent.tsx covered packages/sanity/src/core/studio/components/navbar/free-trial/__tests__/FreeTrialPopoverContent.stories.tsx
packages/sanity/src/core/studio/components/navbar/new-document/NewDocumentList.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/new-document/NewDocumentList.tsx uncovered
packages/sanity/src/core/studio/components/navbar/presence/PresenceMenu.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/presence/PresenceMenu.tsx uncovered
packages/sanity/src/core/studio/components/navbar/resources/DiagnosticsReport.css.ts covered packages/sanity/src/core/studio/components/navbar/resources/__tests__/DiagnosticsReport.stories.tsx
packages/sanity/src/core/studio/components/navbar/resources/DiagnosticsReport.tsx covered packages/sanity/src/core/studio/components/navbar/resources/__tests__/DiagnosticsReport.stories.tsx
packages/sanity/src/core/studio/components/navbar/search/SearchDialog.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/search/SearchDialog.tsx uncovered
packages/sanity/src/core/studio/components/navbar/search/components/common/FilterPill.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/search/components/common/FilterPill.tsx uncovered
packages/sanity/src/core/studio/components/navbar/search/components/filters/filter/FilterPopoverContent.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/search/components/filters/filter/FilterPopoverContent.tsx uncovered
packages/sanity/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/CalendarMonth.css.ts uncovered
packages/sanity/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/CalendarMonth.tsx uncovered
packages/sanity/src/core/studio/components/navbar/workspace/WorkspaceAuth/Layout.css.ts covered packages/sanity/src/core/studio/components/navbar/workspace/WorkspaceAuth/__tests__/WorkspaceAuthLayout.stories.tsx
packages/sanity/src/core/studio/components/navbar/workspace/WorkspaceAuth/Layout.tsx covered packages/sanity/src/core/studio/components/navbar/workspace/WorkspaceAuth/__tests__/WorkspaceAuthLayout.stories.tsx
packages/sanity/src/core/tasks/components/activity/helpers/index.css.ts uncovered
packages/sanity/src/core/tasks/components/activity/helpers/index.tsx uncovered
packages/sanity/src/core/tasks/plugin/TasksFooterOpenTasks.css.ts uncovered
packages/sanity/src/core/tasks/plugin/TasksFooterOpenTasks.tsx uncovered
packages/sanity/src/media-library/plugin/VideoInput/styles.css.ts uncovered
packages/sanity/src/media-library/plugin/VideoInput/styles.tsx uncovered

covered: a committed *.stories.tsx (snapshotted by the "sanity studio" Chromatic project) or *.browser.test.tsx (end state snapshotted by "sanity studio vitest") imports the file, directly or through its *Story.tsx harness. pending: an open PR adds such a story; do not open a duplicate. uncovered: no story or browser test renders this file. How to add one: .agents/skills/sanity-visual-coverage/SKILL.md.

@github-actions

github-actions Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

❌ E2E Tests

🟢 131 passed • 🔴 17 failed • 🟡 71 flaky • (⚪ 91 skipped) • view full report • view run

🤖 Share with an AI agent:

Fix the failing e2e tests. The failure report with error messages and page snapshots is at https://e2e-studio-5zugys79v.sanity.dev/agent-report.md
Debug failing tests locally
SANITY_E2E_PROJECT_ID=ittbm412 \
SANITY_E2E_BASE_URL=https://e2e-studio-m2ukh7mmx.sanity.dev \
SANITY_E2E_DATASET=pr-14990-chromium-36109500683 \
SANITY_E2E_DATASET_CHROMIUM=pr-14990-chromium-36109500683 \
SANITY_E2E_DATASET_FIREFOX=pr-14990-firefox-36109500683 \
pnpm test:e2e --headed \
  e2e/tests/desk/defaultPanes.spec.ts \
  e2e/tests/desk/documentTypeListContextMenu.spec.ts \
  e2e/tests/document-actions/delete.spec.ts \
  e2e/tests/enhanced-object-dialog/smoke.spec.ts \
  e2e/tests/expanded-document/expanded.spec.ts \
  e2e/tests/plugins/media.spec.ts \
  e2e/tests/pte/FullScreenEscape.spec.ts \
  e2e/tests/variants/variantTool.spec.ts \
  e2e/tests/vision/vision.spec.ts

Studio: https://e2e-studio-m2ukh7mmx.sanity.dev

@github-actions

github-actions Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 49.84% 40072 / 80398
🔵 Statements 45.02% 53258 / 118280
🔵 Functions 45.06% 8141 / 18066
🔵 Branches 40.02% 30760 / 76843
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/sanity/src/core/field/diff/components/DiffInspectWrapper.css.ts 0% 0% 0% 0%
packages/sanity/src/core/field/diff/components/DiffInspectWrapper.tsx 2.7% 0% 0% 1.88% 31-44, 70-63, 77-107
packages/sanity/src/core/field/diff/components/MetaInfo.css.ts 0% 0% 0% 0%
packages/sanity/src/core/field/diff/components/MetaInfo.tsx 0% 0% 0% 0% 18-48
packages/sanity/src/core/field/types/portableText/diff/components/Header.css.ts 0% 0% 0% 0%
packages/sanity/src/core/field/types/portableText/diff/components/Header.tsx 11.11% 0% 0% 20% 15-19
packages/sanity/src/core/form/inputs/TextInput.css.ts 0% 0% 0% 0%
packages/sanity/src/core/form/inputs/TextInput.tsx 0% 0% 0% 0% 20-31
packages/sanity/src/core/form/inputs/arrays/common/DragHandle.css.ts 0% 0% 0% 0%
packages/sanity/src/core/form/inputs/arrays/common/DragHandle.tsx 100% 54.16% 100% 100%
packages/sanity/src/core/form/inputs/files/ImageToolInput/imagetool/HotspotImage.css.ts 0% 0% 0% 0%
packages/sanity/src/core/form/inputs/files/ImageToolInput/imagetool/HotspotImage.styles.tsx 0% 0% 0% 0% 7-8
packages/sanity/src/core/presence/FieldPresence.styled.css.ts 0% 0% 0% 0%
packages/sanity/src/core/presence/FieldPresence.styled.tsx 90.47% 72.72% 100% 100% 9-14
packages/sanity/src/media-library/plugin/VideoInput/styles.css.ts 0% 0% 0% 0%
packages/sanity/src/media-library/plugin/VideoInput/styles.tsx 92.3% 66.66% 100% 100% 10
Generated in workflow #71941 for commit cbbc685 by the Vitest Coverage Report Action

…rome to vanilla-extract

Layer 5/10 of the second low-risk cherry-pick series from the styled-components to
vanilla-extract migration in #14566. Files are taken from the tip of that stack.
Copilot AI balanced review requested due to automatic review settings September 25, 2026 07:47
@stipsan
stipsan force-pushed the cody/ve-lite2-05-form-chrome-diffs-0ee6 branch from 9a52943 to cbbc685 Compare September 25, 2026 07:47
@github-actions

Copy link
Copy Markdown
Contributor

📚 TypeDoc Generation Result

✅ TypeDoc generated successfully!

  • File size: 8.7M
  • Total exports: 1105
  • Artifact: sanity-typedoc-d664aa8791ab31d0e381f2f2b769015bc86288f7

The TypeDoc JSON file has been generated and validated. All documentation scripts completed successfully.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Several specificity-sensitive migrated components lack direct browser or Chromatic regression coverage.

Get a fresh assessment by requesting another Copilot review.

Review effort: Balanced
Findings: 4 Low severity

Open (4)
What changed in this PR

Migrates form-related UI chrome from styled-components to vanilla-extract while preserving existing rendering and specificity.

Changes:

  • Replaces styled wrappers with vanilla-extract classes and React wrappers.
  • Preserves cascade behavior through variants, doubled selectors, and scoped global styles.
  • Updates DragHandle tests for vanilla-extract’s jsdom limitations.
File Description
packages/​sanity/​test/​browser/​TestForm.tsx Migrates the test scroller wrapper.
packages/​sanity/​test/​browser/​TestForm.css.ts Adds scroller styles.
packages/​sanity/​src/​media-library/​plugin/​VideoInput/​styles.tsx Adds the RatioBox wrapper.
packages/​sanity/​src/​media-library/​plugin/​VideoInput/​styles.ts Removes styled-components implementation.
packages/​sanity/​src/​media-library/​plugin/​VideoInput/​styles.css.ts Adds video ratio and portrait styles.
packages/​sanity/​src/​core/​presence/​FieldPresence.styled.tsx Migrates presence wrappers.
packages/​sanity/​src/​core/​presence/​FieldPresence.styled.css.ts Adds presence layout styles.
packages/​sanity/​src/​core/​form/​inputs/​TextInput.tsx Applies the extracted textarea class.
packages/​sanity/​src/​core/​form/​inputs/​TextInput.css.ts Preserves vertical textarea resizing.
packages/​sanity/​src/​core/​form/​inputs/​files/​ImageToolInput/​imagetool/​HotspotImage.styles.tsx Migrates the hotspot container.
packages/​sanity/​src/​core/​form/​inputs/​files/​ImageToolInput/​imagetool/​HotspotImage.css.ts Adds hotspot container styles.
packages/​sanity/​src/​core/​form/​inputs/​arrays/​common/​DragHandle.tsx Converts drag states to style variants.
packages/​sanity/​src/​core/​form/​inputs/​arrays/​common/​DragHandle.test.tsx Updates touch-action assertions.
packages/​sanity/​src/​core/​form/​inputs/​arrays/​common/​DragHandle.css.ts Defines drag-handle variants.
packages/​sanity/​src/​core/​field/​types/​portableText/​diff/​components/​Header.tsx Applies extracted heading styles.
packages/​sanity/​src/​core/​field/​types/​portableText/​diff/​components/​Header.css.ts Migrates heading reset rules.
packages/​sanity/​src/​core/​field/​diff/​components/​MetaInfo.tsx Migrates metadata text styling.
packages/​sanity/​src/​core/​field/​diff/​components/​MetaInfo.css.ts Preserves inherited text color.
packages/​sanity/​src/​core/​field/​diff/​components/​DiffInspectWrapper.tsx Migrates inspector wrappers.
packages/​sanity/​src/​core/​field/​diff/​components/​DiffInspectWrapper.css.ts Adds inspector positioning styles.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread packages/sanity/src/core/form/inputs/TextInput.css.ts
Comment thread packages/sanity/src/media-library/plugin/VideoInput/styles.css.ts

This branch was successfully deployed

7 active deployments
Preview – studio-storybook — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Preview – test-studio — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Preview – studio-radar — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Preview – page-building-studio — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Preview – test-studio-preview-iframe — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Preview – auth-test-studio — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Preview – studio-diagnostics — cbbc6857 Deployed Sep 25, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants