You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Data Item component already exists, and we need to add a new :description :editable variant. While we aim to match the API as closely as possible with Figma, the current implementation uses a different prop for this, namely subtitle-type. For now, I would suggest keeping the existing prop name and adding the new variant to avoid unnecessary issues with existing usages. However, if you decide to update the API, please make sure to update all usages accordingly.
Additionally, it would be great if we could add the component schema and tests along with this change.
The text was updated successfully, but these errors were encountered:
Design
Figma: https://www.figma.com/design/WQZcp6S0EnzxdTL4taoKDv/Design-System-for-Mobile?node-id=38746-40049&m=dev
Description
The Data Item component already exists, and we need to add a new
:description :editable
variant. While we aim to match the API as closely as possible with Figma, the current implementation uses a different prop for this, namelysubtitle-type
. For now, I would suggest keeping the existing prop name and adding the new variant to avoid unnecessary issues with existing usages. However, if you decide to update the API, please make sure to update all usages accordingly.Additionally, it would be great if we could add the component schema and tests along with this change.
The text was updated successfully, but these errors were encountered: