Skip to content

feat: messagesource/sourcelist/responsestatus#10079

Open
yihuiliao wants to merge 15 commits into
setup-ai-components-packagefrom
ai-disclosure-components
Open

feat: messagesource/sourcelist/responsestatus#10079
yihuiliao wants to merge 15 commits into
setup-ai-components-packagefrom
ai-disclosure-components

Conversation

@yihuiliao
Copy link
Copy Markdown
Member

Closes

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

@rspbot
Copy link
Copy Markdown

rspbot commented May 19, 2026

@rspbot
Copy link
Copy Markdown

rspbot commented May 19, 2026

@rspbot
Copy link
Copy Markdown

rspbot commented May 21, 2026

@yihuiliao yihuiliao changed the title wip: messagesource/sourcelist wip: messagesource/sourcelist/responsestatus May 28, 2026
@yihuiliao yihuiliao force-pushed the ai-disclosure-components branch from e7e3628 to e12e9b1 Compare May 28, 2026 17:53
@yihuiliao yihuiliao changed the base branch from main to setup-ai-components-package May 28, 2026 17:53
@rspbot
Copy link
Copy Markdown

rspbot commented May 28, 2026

@rspbot
Copy link
Copy Markdown

rspbot commented May 29, 2026

@yihuiliao yihuiliao changed the title wip: messagesource/sourcelist/responsestatus feat: messagesource/sourcelist/responsestatus May 29, 2026
@yihuiliao yihuiliao marked this pull request as ready for review May 29, 2026 23:02
@rspbot
Copy link
Copy Markdown

rspbot commented May 29, 2026

@rspbot
Copy link
Copy Markdown

rspbot commented May 29, 2026

## API Changes

@react-spectrum/s2

/@react-spectrum/s2:DisclosureTitle

 DisclosureTitle {
   UNSAFE_className?: UnsafeClassName
   UNSAFE_style?: CSSProperties
   children: React.ReactNode
   id?: string
   level?: number = 3
+  styles?: StylesPropWithFont
 }

@react-spectrum/s2-ai

/@react-spectrum/s2-ai:Asset

+Asset {
+
+}

/@react-spectrum/s2-ai:AssetList

+AssetList {
+
+}

/@react-spectrum/s2-ai:BasicHorizontalCard

+BasicHorizontalCard {
+  UNSAFE_className?: UnsafeClassName
+  UNSAFE_style?: CSSProperties
+  children: ReactNode | (CardRenderProps) => ReactNode
+  density?: 'compact' | 'regular' | 'spacious' = 'regular'
+  download?: boolean | string
+  href?: Href
+  hrefLang?: string
+  id?: Key
+  isDisabled?: boolean
+  onAction?: () => void
+  onPress?: (PressEvent) => void
+  onPressChange?: (boolean) => void
+  onPressEnd?: (PressEvent) => void
+  onPressStart?: (PressEvent) => void
+  onPressUp?: (PressEvent) => void
+  ping?: string
+  referrerPolicy?: HTMLAttributeReferrerPolicy
+  rel?: string
+  routerOptions?: RouterOptions
+  size?: 'XS' | 'S' | 'M' | 'L' | 'XL' = 'M'
+  styles?: StylesProp
+  target?: HTMLAttributeAnchorTarget
+  textValue?: string
+  value?: T
+  variant?: 'primary' | 'secondary' | 'tertiary' | 'quiet' = 'primary'
+}

/@react-spectrum/s2-ai:HorizontalCard

+HorizontalCard {
+  UNSAFE_className?: UnsafeClassName
+  UNSAFE_style?: CSSProperties
+  children: ReactNode | (CardRenderProps) => ReactNode
+  density?: 'compact' | 'regular' | 'spacious' = 'regular'
+  download?: boolean | string
+  href?: Href
+  hrefLang?: string
+  id?: Key
+  isDisabled?: boolean
+  onAction?: () => void
+  onPress?: (PressEvent) => void
+  onPressChange?: (boolean) => void
+  onPressEnd?: (PressEvent) => void
+  onPressStart?: (PressEvent) => void
+  onPressUp?: (PressEvent) => void
+  ping?: string
+  referrerPolicy?: HTMLAttributeReferrerPolicy
+  rel?: string
+  routerOptions?: RouterOptions
+  size?: 'XS' | 'S' | 'M' | 'L' | 'XL' = 'M'
+  styles?: StylesProp
+  target?: HTMLAttributeAnchorTarget
+  textValue?: string
+  value?: T
+  variant?: 'primary' | 'secondary' | 'tertiary' | 'quiet' = 'primary'
+}

@rspbot
Copy link
Copy Markdown

rspbot commented May 29, 2026

Agent Skills Changes

Modified (22)
Install

React Spectrum S2:

npx skills add https://d1pzu54gtk2aed.cloudfront.net/pr/d9708d2119a397f3a9b90888a7bddd0357cbcf24/

React Aria:

npx skills add https://d5iwopk28bdhl.cloudfront.net/pr/d9708d2119a397f3a9b90888a7bddd0357cbcf24/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants