@coinbase/cds-mobile 8.38.1 → 8.38.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/esm/accordion/__figma__/Accordion.figma.js +1 -1
- package/esm/buttons/__figma__/AvatarButton.figma.js +1 -1
- package/esm/buttons/__figma__/Button.figma.js +1 -1
- package/esm/buttons/__figma__/IconButton.figma.js +1 -1
- package/esm/buttons/__figma__/SlideButton.figma.js +1 -1
- package/esm/cards/ContentCard/__figma__/ContentCard.figma.js +1 -1
- package/esm/cards/ContentCard/__figma__/ContentCardBody.figma.js +1 -1
- package/esm/cards/ContentCard/__figma__/ContentCardFooter.figma.js +5 -5
- package/esm/cards/ContentCard/__figma__/ContentCardHeader.figma.js +1 -1
- package/esm/cards/__figma__/AnnouncementCard.figma.js +1 -1
- package/esm/cards/__figma__/ContainedAssetCard.figma.js +1 -1
- package/esm/cards/__figma__/FloatingAssetCard.figma.js +1 -1
- package/esm/cards/__figma__/NudgeCard.figma.js +1 -1
- package/esm/cards/__figma__/UpsellCard.figma.js +1 -1
- package/esm/cells/__figma__/ContentCell.figma.js +1 -1
- package/esm/cells/__figma__/ListCell.figma.js +2 -2
- package/esm/chips/__figma__/TabbedChips.figma.js +1 -1
- package/esm/coachmark/__figma__/Coachmark.figma.js +1 -1
- package/esm/controls/__figma__/CheckboxGroup.figma.js +1 -1
- package/esm/controls/__figma__/RadioGroup.figma.js +1 -1
- package/esm/controls/__figma__/SearchInput.figma.js +1 -1
- package/esm/controls/__figma__/SelectOption.figma.js +1 -1
- package/esm/controls/__figma__/Switch.figma.js +1 -1
- package/esm/controls/__figma__/TextInput.figma.js +2 -2
- package/esm/dates/__figma__/DatePicker.figma.js +1 -1
- package/esm/dots/__figma__/DotCount.figma.js +1 -1
- package/esm/dots/__figma__/DotStatusColor.figma.js +1 -1
- package/esm/dots/__figma__/DotSymbol.figma.js +1 -1
- package/esm/icons/__figma__/Icon.figma.js +423 -423
- package/esm/icons/__figma__/LogoMark.figma.js +1 -1
- package/esm/icons/__figma__/LogoWordmark.figma.js +2 -2
- package/esm/icons/__figma__/SubBrandLogoMark.figma.js +1 -1
- package/esm/icons/__figma__/SubBrandLogoWordmark.figma.js +1 -1
- package/esm/illustrations/__figma__/HeroSquare.figma.js +350 -350
- package/esm/illustrations/__figma__/Pictogram.figma.js +295 -295
- package/esm/illustrations/__figma__/SpotIcon.figma.js +56 -56
- package/esm/illustrations/__figma__/SpotRectangle.figma.js +183 -183
- package/esm/illustrations/__figma__/SpotSquare.figma.js +198 -198
- package/esm/layout/__figma__/Divider.figma.js +2 -2
- package/esm/layout/__figma__/Fallback.figma.js +1 -1
- package/esm/multi-content-module/__figma__/MultiContentModule.figma.js +1 -1
- package/esm/navigation/__figma__/BrowserBar.figma.js +1 -1
- package/esm/navigation/__figma__/TopNavBar.figma.js +6 -6
- package/esm/numpad/__figma__/Numpad.figma.js +1 -1
- package/esm/overlays/__figma__/Toast.figma.js +1 -1
- package/esm/overlays/modal/__figma__/Modal.figma.js +1 -1
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +2 -2
- package/esm/overlays/tray/__figma__/Tray.figma.js +5 -5
- package/esm/page/__figma__/PageFooter.figma.js +1 -1
- package/esm/page/__figma__/PageHeader.figma.js +1 -1
- package/esm/section-header/__figma__/SectionHeader.figma.js +1 -1
- package/esm/sticky-footer/__figma__/StickyFooter.figma.js +1 -1
- package/esm/system/__figma__/AndroidNavigationBar.figma.js +1 -1
- package/esm/tabs/__figma__/SegmentedTabs.figma.js +3 -3
- package/esm/tabs/__figma__/TabNavigation.figma.js +1 -1
- package/esm/tag/__figma__/Tag.figma.js +2 -2
- package/esm/typography/__figma__/Link.figma.js +1 -1
- package/esm/visualizations/__figma__/ProgressBar.figma.js +2 -2
- package/esm/visualizations/__figma__/ProgressCircle.figma.js +1 -1
- package/package.json +2 -2
- package/dts/controls/__figma__/Select.figma.d.ts +0 -2
- package/dts/controls/__figma__/Select.figma.d.ts.map +0 -1
- package/esm/controls/__figma__/Select.figma.js +0 -62
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
|
|
9
9
|
<!-- template-start -->
|
|
10
10
|
|
|
11
|
+
## 8.38.2 ((1/22/2026, 09:16 AM PST))
|
|
12
|
+
|
|
13
|
+
This is an artificial version bump with no new change.
|
|
14
|
+
|
|
11
15
|
## 8.38.1 (1/15/2026 PST)
|
|
12
16
|
|
|
13
17
|
#### 🐞 Fixes
|
|
@@ -16,6 +20,10 @@ All notable changes to this project will be documented in this file.
|
|
|
16
20
|
|
|
17
21
|
#### 📘 Misc
|
|
18
22
|
|
|
23
|
+
- Internal: code connect file lint fixes. [[#311](https://github.com/coinbase/cds/pull/311)]
|
|
24
|
+
|
|
25
|
+
#### 📘 Misc
|
|
26
|
+
|
|
19
27
|
- Internal: update figma code connect config and some mapping files. [[#304](https://github.com/coinbase/cds/pull/304)]
|
|
20
28
|
|
|
21
29
|
## 8.38.0 (1/14/2026 PST)
|
|
@@ -7,7 +7,7 @@ import { Accordion } from '../Accordion';
|
|
|
7
7
|
import { AccordionItem } from '../AccordionItem';
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
figma.connect(Accordion, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=148%3A2954', {
|
|
10
|
-
imports: ["import { Accordion } from '@coinbase/cds-mobile/accordion/Accordion'
|
|
10
|
+
imports: ["import { Accordion } from '@coinbase/cds-mobile/accordion/Accordion'", "import { AccordionItem } from '@coinbase/cds-mobile/accordion/AccordionItem'"],
|
|
11
11
|
props: {
|
|
12
12
|
subtitle: figma.boolean('show subtitle', {
|
|
13
13
|
true: figma.string('subtitle'),
|
|
@@ -3,7 +3,7 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { AvatarButton } from '../AvatarButton';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(AvatarButton, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=276-23400&m=dev', {
|
|
6
|
-
imports: ["import {AvatarButton} from '@coinbase/cds-mobile/buttons/AvatarButton'
|
|
6
|
+
imports: ["import {AvatarButton} from '@coinbase/cds-mobile/buttons/AvatarButton'"],
|
|
7
7
|
props: {
|
|
8
8
|
// state: figma.enum('state', {
|
|
9
9
|
// active: 'active',
|
|
@@ -5,7 +5,7 @@ import { figma } from '@figma/code-connect';
|
|
|
5
5
|
import { Button } from '../Button';
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
figma.connect(Button, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=89-3096&m=dev', {
|
|
8
|
-
imports: ["import { Button } from '@coinbase/cds-mobile/buttons/Button'
|
|
8
|
+
imports: ["import { Button } from '@coinbase/cds-mobile/buttons/Button'"],
|
|
9
9
|
props: {
|
|
10
10
|
variant: figma.enum('variant', {
|
|
11
11
|
primary: 'primary',
|
|
@@ -4,7 +4,7 @@ import { figma } from '@figma/code-connect';
|
|
|
4
4
|
import { IconButton } from '../IconButton';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
figma.connect(IconButton, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=47-358&m=dev', {
|
|
7
|
-
imports: ["import {IconButton} from '@coinbase/cds-mobile/buttons/IconButton'
|
|
7
|
+
imports: ["import {IconButton} from '@coinbase/cds-mobile/buttons/IconButton'"],
|
|
8
8
|
props: {
|
|
9
9
|
variant: figma.enum('variant', {
|
|
10
10
|
primary: 'primary',
|
|
@@ -5,7 +5,7 @@ import { figma } from '@figma/code-connect';
|
|
|
5
5
|
import { SlideButton } from '../SlideButton';
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
figma.connect(SlideButton, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/%E2%9C%A8-CDS-Components?node-id=49598-10283&m=dev', {
|
|
8
|
-
imports: ["import { SlideButton } from '@coinbase/cds-mobile/buttons/SlideButton'
|
|
8
|
+
imports: ["import { SlideButton } from '@coinbase/cds-mobile/buttons/SlideButton'"],
|
|
9
9
|
props: {
|
|
10
10
|
checked: figma.enum('Position', {
|
|
11
11
|
// TODO: fix falsy values returning undefined. This is an existing issue in code connect https://github.com/figma/code-connect/issues/193
|
|
@@ -6,7 +6,7 @@ import { figma } from '@figma/code-connect';
|
|
|
6
6
|
import { ContentCard } from '../ContentCard';
|
|
7
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
figma.connect(ContentCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705%3A22920', {
|
|
9
|
-
imports: ["import { ContentCard } from '@coinbase/cds-mobile/cards/ContentCard/ContentCard'
|
|
9
|
+
imports: ["import { ContentCard } from '@coinbase/cds-mobile/cards/ContentCard/ContentCard'"],
|
|
10
10
|
props: {
|
|
11
11
|
header: figma.boolean('show card header', {
|
|
12
12
|
true: figma.children('.📦 ContentCardHeader'),
|
|
@@ -7,7 +7,7 @@ import { figma } from '@figma/code-connect';
|
|
|
7
7
|
import { ContentCardBody } from '../ContentCardBody';
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
figma.connect(ContentCardBody, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705-24336', {
|
|
10
|
-
imports: ["import { ContentCardBody } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardBody'
|
|
10
|
+
imports: ["import { ContentCardBody } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardBody'"],
|
|
11
11
|
props: {
|
|
12
12
|
body: figma.string('body'),
|
|
13
13
|
label: figma.string('label'),
|
|
@@ -15,7 +15,7 @@ import { ContentCardFooter } from '../ContentCardFooter';
|
|
|
15
15
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
16
|
const URL = 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705-24360';
|
|
17
17
|
figma.connect(ContentCardFooter, URL, {
|
|
18
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'
|
|
18
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'"],
|
|
19
19
|
variant: {
|
|
20
20
|
type: 'button'
|
|
21
21
|
},
|
|
@@ -35,7 +35,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
figma.connect(ContentCardFooter, URL, {
|
|
38
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'
|
|
38
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'", "import { RemoteImageGroup } from '@coinbase/cds-mobile/media/RemoteImageGroup'"],
|
|
39
39
|
variant: {
|
|
40
40
|
type: 'media + button'
|
|
41
41
|
},
|
|
@@ -53,7 +53,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
55
|
figma.connect(ContentCardFooter, URL, {
|
|
56
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'
|
|
56
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'", "import { Avatar } from '@coinbase/cds-mobile/media/Avatar'", "import { VStack } from '@coinbase/cds-mobile/layout/VStack'", "import { HStack } from '@coinbase/cds-mobile/layout/HStack'", "import { Text } from '@coinbase/cds-mobile/typography/Text'", "import { Text } from '@coinbase/cds-mobile/typography/Text'"],
|
|
57
57
|
variant: {
|
|
58
58
|
type: 'custom'
|
|
59
59
|
},
|
|
@@ -86,7 +86,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
86
86
|
}
|
|
87
87
|
});
|
|
88
88
|
figma.connect(ContentCardFooter, URL, {
|
|
89
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'
|
|
89
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'", "import { IconCounterButton } from '@coinbase/cds-mobile/buttons/IconCounterButton'", "import { HStack } from '@coinbase/cds-mobile/layout/HStack'"],
|
|
90
90
|
variant: {
|
|
91
91
|
type: 'engagement + button'
|
|
92
92
|
},
|
|
@@ -116,7 +116,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
118
|
figma.connect(ContentCardFooter, URL, {
|
|
119
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'
|
|
119
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardFooter'", "import { IconCounterButton } from '@coinbase/cds-mobile/buttons/IconCounterButton'", "import { HStack } from '@coinbase/cds-mobile/layout/HStack'"],
|
|
120
120
|
variant: {
|
|
121
121
|
type: 'engagement'
|
|
122
122
|
},
|
|
@@ -5,7 +5,7 @@ import { figma } from '@figma/code-connect';
|
|
|
5
5
|
import { ContentCardHeader } from '../ContentCardHeader';
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
figma.connect(ContentCardHeader, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705%3A24320', {
|
|
8
|
-
imports: ["import { ContentCardHeader } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardHeader'
|
|
8
|
+
imports: ["import { ContentCardHeader } from '@coinbase/cds-mobile/cards/ContentCard/ContentCardHeader'"],
|
|
9
9
|
props: {
|
|
10
10
|
title: figma.string('metadata label'),
|
|
11
11
|
meta: figma.string('metadata'),
|
|
@@ -2,7 +2,7 @@ import { figma } from '@figma/code-connect';
|
|
|
2
2
|
import { AnnouncementCard } from '../AnnouncementCard';
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
figma.connect(AnnouncementCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=61%3A956', {
|
|
5
|
-
imports: ["import { AnnouncementCard } from '@coinbase/cds-mobile/cards/AnnouncementCard'
|
|
5
|
+
imports: ["import { AnnouncementCard } from '@coinbase/cds-mobile/cards/AnnouncementCard'"],
|
|
6
6
|
props: {
|
|
7
7
|
showtopdivider29390: figma.boolean('show top divider'),
|
|
8
8
|
illustration5960: figma.instance('illustration'),
|
|
@@ -5,7 +5,7 @@ import { figma } from '@figma/code-connect';
|
|
|
5
5
|
import { ContainedAssetCard } from '../ContainedAssetCard';
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
figma.connect(ContainedAssetCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10084%3A2875', {
|
|
8
|
-
imports: ["import { ContainedAssetCard } from '@coinbase/cds-mobile/cards/ContainedAssetCard'
|
|
8
|
+
imports: ["import { ContainedAssetCard } from '@coinbase/cds-mobile/cards/ContainedAssetCard'"],
|
|
9
9
|
props: {
|
|
10
10
|
// showverified1025912: figma.boolean('↳ show verified'),
|
|
11
11
|
header: figma.instance('header'),
|
|
@@ -4,7 +4,7 @@ import { figma } from '@figma/code-connect';
|
|
|
4
4
|
import { FloatingAssetCard } from '../FloatingAssetCard';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
figma.connect(FloatingAssetCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10085%3A3012', {
|
|
7
|
-
imports: ["import { FloatingAssetCard } from '@coinbase/cds-mobile/cards/FloatingAssetCard'
|
|
7
|
+
imports: ["import { FloatingAssetCard } from '@coinbase/cds-mobile/cards/FloatingAssetCard'"],
|
|
8
8
|
props: {
|
|
9
9
|
// showverified1025919: figma.boolean('↳ show verified'),
|
|
10
10
|
title: figma.string('title'),
|
|
@@ -5,7 +5,7 @@ import { figma } from '@figma/code-connect';
|
|
|
5
5
|
import { NudgeCard } from '../NudgeCard';
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
figma.connect(NudgeCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10085%3A4433', {
|
|
8
|
-
imports: ["import { NudgeCard } from '@coinbase/cds-mobile/cards/NudgeCard'
|
|
8
|
+
imports: ["import { NudgeCard } from '@coinbase/cds-mobile/cards/NudgeCard'"],
|
|
9
9
|
props: {
|
|
10
10
|
// onActionPress: figma.boolean('compact', {
|
|
11
11
|
// true: undefined,
|
|
@@ -6,7 +6,7 @@ import { useTheme } from '../../hooks/useTheme';
|
|
|
6
6
|
import { UpsellCard } from '../UpsellCard';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
figma.connect(UpsellCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10085%3A6279', {
|
|
9
|
-
imports: ["import { useTheme } from '@coinbase/cds-mobile/hooks/useTheme'
|
|
9
|
+
imports: ["import { useTheme } from '@coinbase/cds-mobile/hooks/useTheme'", "import { UpsellCard } from '@coinbase/cds-mobile/cards/UpsellCard'"],
|
|
10
10
|
props: {
|
|
11
11
|
media: figma.instance('media'),
|
|
12
12
|
title: figma.nestedProps('string.upsell', {
|
|
@@ -3,7 +3,7 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { ContentCell } from '../ContentCell';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(ContentCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=237-16238&m=dev', {
|
|
6
|
-
imports: ["import { ContentCell } from '@coinbase/cds-mobile/cells/ContentCell
|
|
6
|
+
imports: ["import { ContentCell } from '@coinbase/cds-mobile/cells/ContentCell"],
|
|
7
7
|
props: {
|
|
8
8
|
selected: figma.enum('state', {
|
|
9
9
|
selected: true
|
|
@@ -3,7 +3,7 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { ListCell } from '../ListCell';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(ListCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=236-27897&m=dev', {
|
|
6
|
-
imports: ["import { ListCell } from '@coinbase/cds-mobile/cells/ListCell'
|
|
6
|
+
imports: ["import { ListCell } from '@coinbase/cds-mobile/cells/ListCell'"],
|
|
7
7
|
props: {
|
|
8
8
|
selected: figma.enum('state', {
|
|
9
9
|
selected: true
|
|
@@ -34,7 +34,7 @@ figma.connect(ListCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨
|
|
|
34
34
|
example: props => /*#__PURE__*/_jsx(ListCell, _extends({}, props))
|
|
35
35
|
});
|
|
36
36
|
figma.connect(ListCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=236-28162&m=dev', {
|
|
37
|
-
imports: ["import { ListCell } from '@coinbase/cds-mobile/cells/ListCell'
|
|
37
|
+
imports: ["import { ListCell } from '@coinbase/cds-mobile/cells/ListCell'"],
|
|
38
38
|
props: {
|
|
39
39
|
selected: figma.enum('state', {
|
|
40
40
|
selected: true
|
|
@@ -4,7 +4,7 @@ import { figma } from '@figma/code-connect';
|
|
|
4
4
|
import { TabbedChips } from '../TabbedChips';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
figma.connect(TabbedChips, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10188%3A4476', {
|
|
7
|
-
imports: ["import { TabbedChips } from '@coinbase/cds-mobile/chips/TabbedChips'
|
|
7
|
+
imports: ["import { TabbedChips } from '@coinbase/cds-mobile/chips/TabbedChips'"],
|
|
8
8
|
props: {
|
|
9
9
|
overflow: figma.boolean('overflowing'),
|
|
10
10
|
platform: figma.enum('platform', {
|
|
@@ -7,7 +7,7 @@ import { Checkbox } from '../../controls';
|
|
|
7
7
|
import { Coachmark } from '../Coachmark';
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
figma.connect(Coachmark, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=24997-8568', {
|
|
10
|
-
imports: ["import { Coachmark } from '@coinbase/cds-mobile/tour/Coachmark'
|
|
10
|
+
imports: ["import { Coachmark } from '@coinbase/cds-mobile/tour/Coachmark'"],
|
|
11
11
|
props: {
|
|
12
12
|
// onClose: figma.boolean('dismissable', {
|
|
13
13
|
// true: () => {},
|
|
@@ -6,7 +6,7 @@ import { figma } from '@figma/code-connect';
|
|
|
6
6
|
import { CheckboxGroup } from '../CheckboxGroup';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
figma.connect(CheckboxGroup, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A10032', {
|
|
9
|
-
imports: ["import { CheckboxGroup } from '@coinbase/cds-mobile/controls/CheckboxGroup'
|
|
9
|
+
imports: ["import { CheckboxGroup } from '@coinbase/cds-mobile/controls/CheckboxGroup'"],
|
|
10
10
|
props: {
|
|
11
11
|
children: figma.children('*')
|
|
12
12
|
},
|
|
@@ -5,7 +5,7 @@ import { Radio } from '../Radio';
|
|
|
5
5
|
import { RadioGroup } from '../RadioGroup';
|
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
7
|
figma.connect(RadioGroup, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=355-14414&m=dev', {
|
|
8
|
-
imports: ["import { ControlGroup } from '@coinbase/cds-mobile/controls/ControlGroup'
|
|
8
|
+
imports: ["import { ControlGroup } from '@coinbase/cds-mobile/controls/ControlGroup'", "import { Radio } from '@coinbase/cds-mobile/controls/Radio'"],
|
|
9
9
|
props: {
|
|
10
10
|
options: figma.enum('quantity', {
|
|
11
11
|
'1': [{
|
|
@@ -6,7 +6,7 @@ import { figma } from '@figma/code-connect';
|
|
|
6
6
|
import { SearchInput } from '../SearchInput';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
figma.connect(SearchInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=252-12575&m=dev', {
|
|
9
|
-
imports: ["import { SearchInput } from '@coinbase/cds-mobile/controls/SearchInput'
|
|
9
|
+
imports: ["import { SearchInput } from '@coinbase/cds-mobile/controls/SearchInput'"],
|
|
10
10
|
props: {
|
|
11
11
|
compact: figma.boolean('compact'),
|
|
12
12
|
disabled: figma.boolean('disabled'),
|
|
@@ -4,7 +4,7 @@ import { figma } from '@figma/code-connect';
|
|
|
4
4
|
import { SelectOption } from '../SelectOption';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
figma.connect(SelectOption, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=244-11050&m=dev', {
|
|
7
|
-
imports: ["import { SelectOption } from '@coinbase/cds-mobile/controls/SelectOption'
|
|
7
|
+
imports: ["import { SelectOption } from '@coinbase/cds-mobile/controls/SelectOption'"],
|
|
8
8
|
props: {
|
|
9
9
|
disabled: figma.boolean('disabled'),
|
|
10
10
|
compact: figma.boolean('compact'),
|
|
@@ -3,7 +3,7 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { Switch } from '../Switch';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(Switch, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A9924', {
|
|
6
|
-
imports: ["import { Switch } from '@coinbase/cds-mobile/controls/Switch'
|
|
6
|
+
imports: ["import { Switch } from '@coinbase/cds-mobile/controls/Switch'"],
|
|
7
7
|
props: {
|
|
8
8
|
children: figma.boolean('show label', {
|
|
9
9
|
true: figma.string('↳ label'),
|
|
@@ -8,7 +8,7 @@ import { Link } from '../../typography';
|
|
|
8
8
|
import { TextInput } from '../TextInput';
|
|
9
9
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(TextInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=252%3A16679', {
|
|
11
|
-
imports: ["import { TextInput } from '@coinbase/cds-mobile/controls/TextInput'
|
|
11
|
+
imports: ["import { TextInput } from '@coinbase/cds-mobile/controls/TextInput'"],
|
|
12
12
|
props: {
|
|
13
13
|
align: figma.boolean('right align text', {
|
|
14
14
|
true: 'end',
|
|
@@ -63,7 +63,7 @@ figma.connect(TextInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/
|
|
|
63
63
|
}
|
|
64
64
|
});
|
|
65
65
|
figma.connect(TextInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=252%3A16679', {
|
|
66
|
-
imports: ["import { TextInput } from '@coinbase/cds-mobile/controls/TextInput'
|
|
66
|
+
imports: ["import { TextInput } from '@coinbase/cds-mobile/controls/TextInput'"],
|
|
67
67
|
variant: {
|
|
68
68
|
'show end': true,
|
|
69
69
|
'↳ show suffix': true
|
|
@@ -8,7 +8,7 @@ import { figma } from '@figma/code-connect';
|
|
|
8
8
|
import { DatePicker } from '../DatePicker';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(DatePicker, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14743-53206&m=dev', {
|
|
11
|
-
imports: ["import { DatePicker } from '@coinbase/cds-mobile/dates/DatePicker'
|
|
11
|
+
imports: ["import { DatePicker } from '@coinbase/cds-mobile/dates/DatePicker'"],
|
|
12
12
|
props: {
|
|
13
13
|
disabled: figma.boolean('disabled'),
|
|
14
14
|
compact: figma.boolean('compact'),
|
|
@@ -4,7 +4,7 @@ import { figma } from '@figma/code-connect';
|
|
|
4
4
|
import { DotCount } from '../DotCount';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
figma.connect(DotCount, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A11976', {
|
|
7
|
-
imports: ["import { DotCount } from '@coinbase/cds-mobile/dots/DotCount'
|
|
7
|
+
imports: ["import { DotCount } from '@coinbase/cds-mobile/dots/DotCount'"],
|
|
8
8
|
props: {
|
|
9
9
|
count: figma.enum('type', {
|
|
10
10
|
'single digit': 1,
|
|
@@ -4,7 +4,7 @@ import { figma } from '@figma/code-connect';
|
|
|
4
4
|
import { DotStatusColor } from '../DotStatusColor';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
figma.connect(DotStatusColor, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A11983', {
|
|
7
|
-
imports: ["import { DotStatusColor } from '@coinbase/cds-mobile/dots/DotStatusColor'
|
|
7
|
+
imports: ["import { DotStatusColor } from '@coinbase/cds-mobile/dots/DotStatusColor'"],
|
|
8
8
|
props: {
|
|
9
9
|
variant: figma.enum('variant', {
|
|
10
10
|
positive: 'positive',
|
|
@@ -6,7 +6,7 @@ import { figma } from '@figma/code-connect';
|
|
|
6
6
|
import { DotSymbol } from '../DotSymbol';
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
figma.connect(DotSymbol, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A12033', {
|
|
9
|
-
imports: ["import { DotSymbol } from'@coinbase/cds-mobile/dots/DotSymbol'
|
|
9
|
+
imports: ["import { DotSymbol } from'@coinbase/cds-mobile/dots/DotSymbol'"],
|
|
10
10
|
props: {
|
|
11
11
|
children: figma.enum('symbol size', {
|
|
12
12
|
l: figma.instance('48 media'),
|