feat: made the migration smoother by still supporting the "dot" expor… #5834
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
…ts but adjusting the main compound component
Closes #
📝 Description
⛳️ Current behavior (updates)
🚀 New behavior
💣 Is this a breaking change (Yes/No):
📝 Additional Information
Note
Introduce RSC‑compatible compound component API: main parts now use
.Root(with continued named exports), and migrate docs, stories, and demos accordingly; add smarter build directives and update changelog to v3.0.0‑alpha.35..Rootfor main compound components with slot-style namespace exports (e.g.,Accordion.Root,Alert.Root, etc.).RootPropstypes and slot exports; update indexes across components (Accordion,Alert,Avatar,Card,Disclosure,Fieldset,Kbd,Link,Popover,RadioGroup,Slider,Switch,Tabs,Tooltip)..Rootpattern and new slot names; update API tables and examples for all affected components.LinkRootwrappers in docs app).v3.0.0-alpha.35: RSC support for compound components, React 19 improvements, breaking change requiring.Rootfor main component, and a minor Calendar fix."use client"for files compiled from.tsxand"use strict"for.tssources.Written by Cursor Bugbot for commit b34e672. This will update automatically on new commits. Configure here.