Skip to content

Commit e1c91ca

Browse files
updates + docs
1 parent 35cc1fe commit e1c91ca

File tree

98 files changed

+7658
-1073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+7658
-1073
lines changed

apps/# Card Components Architecture.md

Lines changed: 1070 additions & 0 deletions
Large diffs are not rendered by default.

apps/docs/docgen.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = {
4545
*/
4646
sourceFiles: [
4747
'alpha/combobox/Combobox',
48+
'alpha/data-card/DataCard',
4849
'alpha/select/Select',
4950
'alpha/select-chip/SelectChip',
5051
'alpha/tabbed-chips/TabbedChips',
@@ -65,6 +66,8 @@ module.exports = {
6566
'cards/ContentCard/ContentCardBody',
6667
'cards/ContentCard/ContentCardFooter',
6768
'cards/FloatingAssetCard',
69+
'cards/MediaCard/index',
70+
'cards/MessagingCard/index',
6871
'cards/NudgeCard',
6972
'cards/UpsellCard',
7073
'carousel/Carousel',

apps/docs/docs/components/cards/ContainedAssetCard/mobileMetadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"import": "import { ContainedAssetCard } from '@coinbase/cds-mobile/cards/ContainedAssetCard'",
33
"source": "https://github.com/coinbase/cds/blob/master/packages/mobile/src/cards/ContainedAssetCard.tsx",
44
"figma": "https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/%E2%9C%A8-CDS-Components?node-id=10084-2760&t=DIcYU9WAXkBUimkN-0",
5-
"description": "Asset Cards display current and potential future assets, offering a straightforward method to view and manage a customer's holdings. They provide a clear visual and informative overview, simplifying asset management and investment considerations.",
5+
"description": "Asset Cards display current and potential future assets, offering a straightforward method to view and manage a customer's holdings.",
6+
"warning": "This component is deprecated. Please use MediaCard instead.",
67
"relatedComponents": [
78
{
8-
"label": "FloatingAssetCard",
9-
"url": "/components/cards/FloatingAssetCard/"
9+
"label": "MediaCard",
10+
"url": "/components/cards/MediaCard/"
1011
}
1112
],
1213
"dependencies": []

apps/docs/docs/components/cards/ContainedAssetCard/webMetadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"storybook": "https://cds-storybook.coinbase.com/?path=/story/components-cards-containedassetcard--default",
55
"figma": "https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/%E2%9C%A8-CDS-Components?node-id=10084-2760&t=DIcYU9WAXkBUimkN-0",
66
"description": "A card component for displaying and managing asset holdings.",
7+
"warning": "This component is deprecated. Please use MediaCard instead.",
78
"relatedComponents": [
89
{
9-
"label": "FloatingAssetCard",
10-
"url": "/components/cards/FloatingAssetCard/"
10+
"label": "MediaCard",
11+
"url": "/components/cards/MediaCard/"
1112
}
1213
],
1314
"dependencies": []

0 commit comments

Comments
 (0)