Skip to content

Conversation

@adrienzheng-cb
Copy link
Contributor

@adrienzheng-cb adrienzheng-cb commented Dec 12, 2025

What changed? Why?

Root cause (required for bugfixes)

UI changes

docs
storybook

Testing

How has it been tested?

  • Unit tests
  • Interaction tests
  • Pseudo State tests
  • Manual - Web
  • Manual - Android (Emulator / Device)
  • Manual - iOS (Emulator / Device)

Testing instructions

Illustrations/Icons Checklist

Required if this PR changes files under packages/illustrations/** or packages/icons/**

  • verified visreg changes with Terran (include link to visreg run/approval)
  • all illustration/icons names have been reviewed by Dom and/or Terran

Change management

type=routine
risk=low
impact=sev5

automerge=false

@adrienzheng-cb adrienzheng-cb force-pushed the adrien/data-card branch 2 times, most recently from 0faa084 to 3746651 Compare December 18, 2025 16:45
@adrienzheng-cb adrienzheng-cb force-pushed the adrien/content-card branch 2 times, most recently from 08b7d41 to c9ab6cd Compare December 19, 2025 15:42
@adrienzheng-cb adrienzheng-cb force-pushed the adrien/data-card branch 2 times, most recently from 5cae302 to f93bbc2 Compare December 19, 2025 19:38
@adrienzheng-cb adrienzheng-cb force-pushed the adrien/content-card branch 3 times, most recently from adf6f3d to 34c4fc0 Compare January 21, 2026 19:00
@adrienzheng-cb adrienzheng-cb marked this pull request as ready for review January 22, 2026 15:28
Copy link
Contributor

@cb-ekuersch cb-ekuersch left a comment

Choose a reason for hiding this comment

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

Nice job keeping things bw compatible here!

import { Pressable, type PressableProps } from '../../system';

export type ContentCardBaseProps = VStackProps;
export type ContentCardBaseProps = PressableProps & {
Copy link
Contributor

Choose a reason for hiding this comment

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

the types look off here. We should only assign base props to base props

*/
body?: React.ReactNode;
/** Use for supplemental data */
description?: React.ReactNode;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: add js doc


export type ContentCardBodyBaseProps = SharedProps & {
/** Main body copy */
title?: React.ReactNode;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: add js doc

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants