@coinbase/cds-web 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 +10 -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__/TileButton.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__/NativeTextArea.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/dropdown/__figma__/Dropdown.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__/NavLink.figma.js +2 -2
- package/esm/navigation/__figma__/NavigationBar.figma.js +3 -3
- package/esm/navigation/__figma__/NavigationTitle.figma.js +1 -1
- package/esm/navigation/__figma__/Sidebar.figma.js +1 -1
- package/esm/overlays/FocusTrap.js +2 -2
- package/esm/overlays/__figma__/Toast.figma.js +1 -1
- package/esm/overlays/modal/__figma__/FullscreenModal.figma.js +3 -3
- package/esm/overlays/modal/__figma__/Modal.figma.js +1 -1
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +2 -2
- package/esm/page/__figma__/PageFooter.figma.js +1 -1
- package/esm/page/__figma__/PageHeader.figma.js +1 -1
- package/esm/pagination/__figma__/Pagination.figma.js +1 -1
- package/esm/section-header/__figma__/SectionHeader.figma.js +1 -1
- package/esm/tables/__figma__/TableCell.figma.js +2 -2
- 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 -47
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ 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 PST)
|
|
12
|
+
|
|
13
|
+
#### 🐞 Fixes
|
|
14
|
+
|
|
15
|
+
- FocusTrap supports single focusable child and updates to its tests. [[#306](https://github.com/coinbase/cds/pull/306)]
|
|
16
|
+
|
|
11
17
|
## 8.38.1 (1/15/2026 PST)
|
|
12
18
|
|
|
13
19
|
#### 🐞 Fixes
|
|
@@ -16,6 +22,10 @@ All notable changes to this project will be documented in this file.
|
|
|
16
22
|
|
|
17
23
|
#### 📘 Misc
|
|
18
24
|
|
|
25
|
+
- Internal: code connect file lint fixes. [[#311](https://github.com/coinbase/cds/pull/311)]
|
|
26
|
+
|
|
27
|
+
#### 📘 Misc
|
|
28
|
+
|
|
19
29
|
- Internal: update figma code connect config and some mapping files. [[#304](https://github.com/coinbase/cds/pull/304)]
|
|
20
30
|
|
|
21
31
|
## 8.38.0 (1/14/2026 PST)
|
|
@@ -12,7 +12,7 @@ import { Accordion } from '../Accordion';
|
|
|
12
12
|
import { AccordionItem } from '../AccordionItem';
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
figma.connect(Accordion, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=148%3A2954', {
|
|
15
|
-
imports: ["import { Accordion } from '@coinbase/cds-web/accordion/Accordion'
|
|
15
|
+
imports: ["import { Accordion } from '@coinbase/cds-web/accordion/Accordion'", "import { AccordionItem } from '@coinbase/cds-web/accordion/AccordionItem'"],
|
|
16
16
|
props: {
|
|
17
17
|
subtitle: figma.boolean('show subtitle', {
|
|
18
18
|
true: figma.string('subtitle'),
|
|
@@ -8,7 +8,7 @@ import { figma } from '@figma/code-connect';
|
|
|
8
8
|
import { AvatarButton } from '../AvatarButton';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(AvatarButton, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=276-23400&m=dev', {
|
|
11
|
-
imports: ["import {AvatarButton} from '@coinbase/cds-web/buttons/AvatarButton'
|
|
11
|
+
imports: ["import {AvatarButton} from '@coinbase/cds-web/buttons/AvatarButton'"],
|
|
12
12
|
props: {
|
|
13
13
|
// state: figma.enum('state', {
|
|
14
14
|
// active: 'active',
|
|
@@ -10,7 +10,7 @@ import { figma } from '@figma/code-connect';
|
|
|
10
10
|
import { Button } from '../Button';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
figma.connect(Button, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=89-3096&m=dev', {
|
|
13
|
-
imports: ["import { Button } from '@coinbase/cds-web/buttons/Button'
|
|
13
|
+
imports: ["import { Button } from '@coinbase/cds-web/buttons/Button'"],
|
|
14
14
|
props: {
|
|
15
15
|
variant: figma.enum('variant', {
|
|
16
16
|
primary: 'primary',
|
|
@@ -10,7 +10,7 @@ import { figma } from '@figma/code-connect';
|
|
|
10
10
|
import { IconButton } from '../IconButton';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
figma.connect(IconButton, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=47-358&m=dev', {
|
|
13
|
-
imports: ["import {IconButton} from '@coinbase/cds-web/buttons/IconButton'
|
|
13
|
+
imports: ["import {IconButton} from '@coinbase/cds-web/buttons/IconButton'"],
|
|
14
14
|
props: {
|
|
15
15
|
variant: figma.enum('variant', {
|
|
16
16
|
primary: 'primary',
|
|
@@ -11,7 +11,7 @@ import { figma } from '@figma/code-connect';
|
|
|
11
11
|
import { TileButton } from '../TileButton';
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(TileButton, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=286%3A18370', {
|
|
14
|
-
imports: ["import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
14
|
+
imports: ["import { TileButton } from '@coinbase/cds-web/buttons/TileButton'"],
|
|
15
15
|
props: {
|
|
16
16
|
title: figma.string('product text'),
|
|
17
17
|
children: figma.instance('product logo'),
|
|
@@ -11,7 +11,7 @@ import { figma } from '@figma/code-connect';
|
|
|
11
11
|
import { ContentCard } from '../ContentCard';
|
|
12
12
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(ContentCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705%3A22920', {
|
|
14
|
-
imports: ["import { ContentCard } from '@coinbase/cds-web/cards/ContentCard/ContentCard'
|
|
14
|
+
imports: ["import { ContentCard } from '@coinbase/cds-web/cards/ContentCard/ContentCard'"],
|
|
15
15
|
props: {
|
|
16
16
|
header: figma.boolean('show card header', {
|
|
17
17
|
true: figma.children('.📦 ContentCardHeader'),
|
|
@@ -11,7 +11,7 @@ import { figma } from '@figma/code-connect';
|
|
|
11
11
|
import { ContentCardBody } from '../ContentCardBody';
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(ContentCardBody, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705-24336', {
|
|
14
|
-
imports: ["import { ContentCardBody } from '@coinbase/cds-web/cards/ContentCard/ContentCardBody'
|
|
14
|
+
imports: ["import { ContentCardBody } from '@coinbase/cds-web/cards/ContentCard/ContentCardBody'"],
|
|
15
15
|
props: {
|
|
16
16
|
body: figma.string('body'),
|
|
17
17
|
label: figma.string('label'),
|
|
@@ -21,7 +21,7 @@ import { ContentCardFooter } from '../ContentCardFooter';
|
|
|
21
21
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
22
22
|
const URL = 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705-24360';
|
|
23
23
|
figma.connect(ContentCardFooter, URL, {
|
|
24
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'
|
|
24
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'"],
|
|
25
25
|
variant: {
|
|
26
26
|
type: 'button'
|
|
27
27
|
},
|
|
@@ -41,7 +41,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
43
|
figma.connect(ContentCardFooter, URL, {
|
|
44
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'
|
|
44
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'", "import { RemoteImageGroup } from '@coinbase/cds-web/media/RemoteImageGroup'"],
|
|
45
45
|
variant: {
|
|
46
46
|
type: 'media + button'
|
|
47
47
|
},
|
|
@@ -59,7 +59,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
61
|
figma.connect(ContentCardFooter, URL, {
|
|
62
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'
|
|
62
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'", "import { Avatar } from '@coinbase/cds-web/media/Avatar'", "import { VStack } from '@coinbase/cds-web/layout/VStack'", "import { HStack } from '@coinbase/cds-web/layout/HStack'", "import { Text } from '@coinbase/cds-web/typography/Text'", "import { Text } from '@coinbase/cds-web/typography/Text'"],
|
|
63
63
|
variant: {
|
|
64
64
|
type: 'custom'
|
|
65
65
|
},
|
|
@@ -94,7 +94,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
94
94
|
}
|
|
95
95
|
});
|
|
96
96
|
figma.connect(ContentCardFooter, URL, {
|
|
97
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'
|
|
97
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'", "import { IconCounterButton } from '@coinbase/cds-web/buttons/IconCounterButton'", "import { HStack } from '@coinbase/cds-web/layout/HStack'"],
|
|
98
98
|
variant: {
|
|
99
99
|
type: 'engagement + button'
|
|
100
100
|
},
|
|
@@ -124,7 +124,7 @@ figma.connect(ContentCardFooter, URL, {
|
|
|
124
124
|
}
|
|
125
125
|
});
|
|
126
126
|
figma.connect(ContentCardFooter, URL, {
|
|
127
|
-
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'
|
|
127
|
+
imports: ["import { ContentCardFooter } from '@coinbase/cds-web/cards/ContentCard/ContentCardFooter'", "import { IconCounterButton } from '@coinbase/cds-web/buttons/IconCounterButton'", "import { HStack } from '@coinbase/cds-web/layout/HStack'"],
|
|
128
128
|
variant: {
|
|
129
129
|
type: 'engagement'
|
|
130
130
|
},
|
|
@@ -9,7 +9,7 @@ import { figma } from '@figma/code-connect';
|
|
|
9
9
|
import { ContentCardHeader } from '../ContentCardHeader';
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
figma.connect(ContentCardHeader, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14705%3A24320', {
|
|
12
|
-
imports: ["import { ContentCardHeader } from '@coinbase/cds-web/cards/ContentCard/ContentCardHeader'
|
|
12
|
+
imports: ["import { ContentCardHeader } from '@coinbase/cds-web/cards/ContentCard/ContentCardHeader'"],
|
|
13
13
|
props: {
|
|
14
14
|
title: figma.string('metadata label'),
|
|
15
15
|
meta: figma.string('metadata'),
|
|
@@ -3,7 +3,7 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { AnnouncementCard } from '../AnnouncementCard';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(AnnouncementCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=61%3A956', {
|
|
6
|
-
imports: ["import { AnnouncementCard } from '@coinbase/cds-web/cards/AnnouncementCard'
|
|
6
|
+
imports: ["import { AnnouncementCard } from '@coinbase/cds-web/cards/AnnouncementCard'"],
|
|
7
7
|
props: {
|
|
8
8
|
showtopdivider29390: figma.boolean('show top divider'),
|
|
9
9
|
illustration5960: figma.instance('illustration'),
|
|
@@ -11,7 +11,7 @@ import { figma } from '@figma/code-connect';
|
|
|
11
11
|
import { ContainedAssetCard } from '../ContainedAssetCard';
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(ContainedAssetCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10084%3A2875', {
|
|
14
|
-
imports: ["import { ContainedAssetCard } from '@coinbase/cds-web/cards/ContainedAssetCard'
|
|
14
|
+
imports: ["import { ContainedAssetCard } from '@coinbase/cds-web/cards/ContainedAssetCard'"],
|
|
15
15
|
props: {
|
|
16
16
|
// showverified1025912: figma.boolean('↳ show verified'),
|
|
17
17
|
header: figma.instance('header'),
|
|
@@ -10,7 +10,7 @@ import { figma } from '@figma/code-connect';
|
|
|
10
10
|
import { FloatingAssetCard } from '../FloatingAssetCard';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
figma.connect(FloatingAssetCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10085%3A3012', {
|
|
13
|
-
imports: ["import { FloatingAssetCard } from '@coinbase/cds-web/cards/FloatingAssetCard'
|
|
13
|
+
imports: ["import { FloatingAssetCard } from '@coinbase/cds-web/cards/FloatingAssetCard'"],
|
|
14
14
|
props: {
|
|
15
15
|
// showverified1025919: figma.boolean('↳ show verified'),
|
|
16
16
|
title: figma.string('title'),
|
|
@@ -11,7 +11,7 @@ import { figma } from '@figma/code-connect';
|
|
|
11
11
|
import { NudgeCard } from '../NudgeCard';
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(NudgeCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10085%3A4433', {
|
|
14
|
-
imports: ["import { NudgeCard } from '@coinbase/cds-web/cards/NudgeCard'
|
|
14
|
+
imports: ["import { NudgeCard } from '@coinbase/cds-web/cards/NudgeCard'"],
|
|
15
15
|
props: {
|
|
16
16
|
// onActionPress: figma.boolean('compact', {
|
|
17
17
|
// true: undefined,
|
|
@@ -11,7 +11,7 @@ import { useTheme } from '../../hooks/useTheme';
|
|
|
11
11
|
import { UpsellCard } from '../UpsellCard';
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(UpsellCard, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=10085%3A6279', {
|
|
14
|
-
imports: ["import { useTheme } from '@coinbase/cds-web/hooks/useTheme'
|
|
14
|
+
imports: ["import { useTheme } from '@coinbase/cds-web/hooks/useTheme'", "import { UpsellCard } from '@coinbase/cds-web/cards/UpsellCard'"],
|
|
15
15
|
props: {
|
|
16
16
|
media: figma.instance('media'),
|
|
17
17
|
// onDismissPress: figma.boolean('show dismiss', {
|
|
@@ -8,7 +8,7 @@ import { figma } from '@figma/code-connect';
|
|
|
8
8
|
import { ContentCell } from '../ContentCell';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(ContentCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=237-16238&m=dev', {
|
|
11
|
-
imports: ["import { ContentCell } from '@coinbase/cds-web/cells/ContentCell'
|
|
11
|
+
imports: ["import { ContentCell } from '@coinbase/cds-web/cells/ContentCell'"],
|
|
12
12
|
props: {
|
|
13
13
|
selected: figma.enum('state', {
|
|
14
14
|
selected: true
|
|
@@ -8,7 +8,7 @@ import { figma } from '@figma/code-connect';
|
|
|
8
8
|
import { ListCell } from '../ListCell';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(ListCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=236-27897&m=dev', {
|
|
11
|
-
imports: ["import { ListCell } from '@coinbase/cds-web/cells/ListCell'
|
|
11
|
+
imports: ["import { ListCell } from '@coinbase/cds-web/cells/ListCell'"],
|
|
12
12
|
props: {
|
|
13
13
|
selected: figma.enum('state', {
|
|
14
14
|
selected: true
|
|
@@ -39,7 +39,7 @@ figma.connect(ListCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨
|
|
|
39
39
|
example: props => /*#__PURE__*/_jsx(ListCell, _objectSpread({}, props))
|
|
40
40
|
});
|
|
41
41
|
figma.connect(ListCell, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=236-28162&m=dev', {
|
|
42
|
-
imports: ["import { ListCell } from '@coinbase/cds-web/cells/ListCell'
|
|
42
|
+
imports: ["import { ListCell } from '@coinbase/cds-web/cells/ListCell'"],
|
|
43
43
|
props: {
|
|
44
44
|
selected: figma.enum('state', {
|
|
45
45
|
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-web/chips/TabbedChips'
|
|
7
|
+
imports: ["import { TabbedChips } from '@coinbase/cds-web/chips/TabbedChips'"],
|
|
8
8
|
props: {
|
|
9
9
|
overflow: figma.boolean('overflowing'),
|
|
10
10
|
platform: figma.enum('platform', {
|
|
@@ -12,7 +12,7 @@ import { Checkbox } from '../../controls';
|
|
|
12
12
|
import { Coachmark } from '../Coachmark';
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
figma.connect(Coachmark, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=24997-8568', {
|
|
15
|
-
imports: ["import { Coachmark } from '@coinbase/cds-web/tour/Coachmark'
|
|
15
|
+
imports: ["import { Coachmark } from '@coinbase/cds-web/tour/Coachmark'"],
|
|
16
16
|
props: {
|
|
17
17
|
// onClose: figma.boolean('dismissable', {
|
|
18
18
|
// true: () => {},
|
|
@@ -10,7 +10,7 @@ import { figma } from '@figma/code-connect';
|
|
|
10
10
|
import { CheckboxGroup } from '../CheckboxGroup';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
figma.connect(CheckboxGroup, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A10032', {
|
|
13
|
-
imports: ["import { CheckboxGroup } from '@coinbase/cds-web/controls/CheckboxGroup'
|
|
13
|
+
imports: ["import { CheckboxGroup } from '@coinbase/cds-web/controls/CheckboxGroup'"],
|
|
14
14
|
props: {
|
|
15
15
|
children: figma.children('*')
|
|
16
16
|
},
|
|
@@ -8,7 +8,7 @@ import { NativeTextArea } from '../NativeTextArea';
|
|
|
8
8
|
import { TextInput } from '../TextInput';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(NativeTextArea, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14089%3A46502', {
|
|
11
|
-
imports: ["import { TextInput } from '@coinbase/cds-web/controls/TextInput'
|
|
11
|
+
imports: ["import { TextInput } from '@coinbase/cds-web/controls/TextInput'", "import { NativeTextArea } from '@coinbase/cds-web/controls/NativeTextArea'"],
|
|
12
12
|
props: {
|
|
13
13
|
label: figma.boolean('show label', {
|
|
14
14
|
true: figma.string('↳ label string'),
|
|
@@ -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-web/controls/ControlGroup'
|
|
8
|
+
imports: ["import { ControlGroup } from '@coinbase/cds-web/controls/ControlGroup'", "import { Radio } from '@coinbase/cds-web/controls/Radio'"],
|
|
9
9
|
props: {
|
|
10
10
|
options: figma.enum('quantity', {
|
|
11
11
|
'1': [{
|
|
@@ -10,7 +10,7 @@ import { figma } from '@figma/code-connect';
|
|
|
10
10
|
import { SearchInput } from '../SearchInput';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
figma.connect(SearchInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=67-767&m=dev', {
|
|
13
|
-
imports: ["import { SearchInput } from '@coinbase/cds-web/controls/SearchInput'
|
|
13
|
+
imports: ["import { SearchInput } from '@coinbase/cds-web/controls/SearchInput'"],
|
|
14
14
|
props: {
|
|
15
15
|
// state: figma.enum('state', {
|
|
16
16
|
// active: 'active',
|
|
@@ -7,7 +7,7 @@ import { figma } from '@figma/code-connect';
|
|
|
7
7
|
import { SelectOption } from '../SelectOption';
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
figma.connect(SelectOption, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=244-11050&m=dev', {
|
|
10
|
-
imports: ["import { SelectOption } from '@coinbase/cds-web/controls'
|
|
10
|
+
imports: ["import { SelectOption } from '@coinbase/cds-web/controls'"],
|
|
11
11
|
props: {
|
|
12
12
|
disabled: figma.boolean('disabled'),
|
|
13
13
|
compact: figma.boolean('compact'),
|
|
@@ -7,7 +7,7 @@ import { figma } from '@figma/code-connect';
|
|
|
7
7
|
import { Switch } from '../Switch';
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
figma.connect(Switch, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A9924', {
|
|
10
|
-
imports: ["import { Switch } from '@coinbase/cds-web/controls/Switch'
|
|
10
|
+
imports: ["import { Switch } from '@coinbase/cds-web/controls/Switch'"],
|
|
11
11
|
props: {
|
|
12
12
|
children: figma.boolean('show label', {
|
|
13
13
|
true: figma.string('↳ label'),
|
|
@@ -13,7 +13,7 @@ import { Link } from '../../typography';
|
|
|
13
13
|
import { TextInput } from '../TextInput';
|
|
14
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
15
|
figma.connect(TextInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=252%3A16679', {
|
|
16
|
-
imports: ["import { TextInput } from '@coinbase/cds-web/controls/TextInput'
|
|
16
|
+
imports: ["import { TextInput } from '@coinbase/cds-web/controls/TextInput'"],
|
|
17
17
|
props: {
|
|
18
18
|
align: figma.boolean('right align text', {
|
|
19
19
|
true: 'end',
|
|
@@ -68,7 +68,7 @@ figma.connect(TextInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/
|
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
figma.connect(TextInput, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=252%3A16679', {
|
|
71
|
-
imports: ["import { TextInput } from '@coinbase/cds-web/controls/TextInput'
|
|
71
|
+
imports: ["import { TextInput } from '@coinbase/cds-web/controls/TextInput'"],
|
|
72
72
|
variant: {
|
|
73
73
|
'show end': true,
|
|
74
74
|
'↳ show suffix': true
|
|
@@ -11,7 +11,7 @@ import { figma } from '@figma/code-connect';
|
|
|
11
11
|
import { DatePicker } from '../DatePicker';
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
figma.connect(DatePicker, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=14743-53206&m=dev', {
|
|
14
|
-
imports: ["import { DatePicker } from '@coinbase/cds-web/dates/DatePicker'
|
|
14
|
+
imports: ["import { DatePicker } from '@coinbase/cds-web/dates/DatePicker'"],
|
|
15
15
|
props: {
|
|
16
16
|
disabled: figma.boolean('disabled'),
|
|
17
17
|
compact: figma.boolean('compact'),
|
|
@@ -7,7 +7,7 @@ import { figma } from '@figma/code-connect';
|
|
|
7
7
|
import { DotCount } from '../DotCount';
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
figma.connect(DotCount, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A11976', {
|
|
10
|
-
imports: ["import { DotCount } from '@coinbase/cds-web/dots/DotCount'
|
|
10
|
+
imports: ["import { DotCount } from '@coinbase/cds-web/dots/DotCount'"],
|
|
11
11
|
props: {
|
|
12
12
|
count: figma.enum('type', {
|
|
13
13
|
'single digit': 1,
|
|
@@ -8,7 +8,7 @@ import { figma } from '@figma/code-connect';
|
|
|
8
8
|
import { DotStatusColor } from '../DotStatusColor';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(DotStatusColor, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A11983', {
|
|
11
|
-
imports: ["import { DotStatusColor } from '@coinbase/cds-web/dots/DotStatusColor'
|
|
11
|
+
imports: ["import { DotStatusColor } from '@coinbase/cds-web/dots/DotStatusColor'"],
|
|
12
12
|
props: {
|
|
13
13
|
variant: figma.enum('variant', {
|
|
14
14
|
positive: 'positive',
|
|
@@ -10,7 +10,7 @@ import { figma } from '@figma/code-connect';
|
|
|
10
10
|
import { DotSymbol } from '../DotSymbol';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
figma.connect(DotSymbol, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=155%3A12033', {
|
|
13
|
-
imports: ["import { DotSymbol } from'@coinbase/cds-web/dots/DotSymbol'
|
|
13
|
+
imports: ["import { DotSymbol } from'@coinbase/cds-web/dots/DotSymbol'"],
|
|
14
14
|
props: {
|
|
15
15
|
children: figma.enum('symbol size', {
|
|
16
16
|
l: figma.instance('48 media'),
|
|
@@ -8,7 +8,7 @@ import { Button } from '../../buttons/Button';
|
|
|
8
8
|
import { Dropdown } from '../Dropdown';
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
figma.connect(Dropdown, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/✨-CDS-Components?node-id=696-13841&m=dev', {
|
|
11
|
-
imports: ["import { Dropdown } from '@coinbase/cds-web/dropdown'
|
|
11
|
+
imports: ["import { Dropdown } from '@coinbase/cds-web/dropdown'", "import {Button} from '@coinbase/cds-web/buttons/Button'"],
|
|
12
12
|
props: {
|
|
13
13
|
content: figma.children('*')
|
|
14
14
|
},
|