@coinbase/cds-mobile 8.38.0 → 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 +18 -0
- package/dts/controls/TextInput.d.ts.map +1 -1
- 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 -0
- 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__/InputChip.figma.js +10 -9
- package/esm/chips/__figma__/SelectChip.figma.js +7 -8
- package/esm/chips/__figma__/TabbedChips.figma.js +1 -1
- package/esm/coachmark/__figma__/Coachmark.figma.js +1 -1
- package/esm/controls/TextInput.js +17 -12
- package/esm/controls/__figma__/CheckboxCell.figma.js +2 -2
- package/esm/controls/__figma__/CheckboxGroup.figma.js +1 -1
- package/esm/controls/__figma__/RadioCell.figma.js +43 -3
- 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/controls/__stories__/TextInput.stories.js +80 -5
- package/esm/dates/__figma__/DatePicker.figma.js +1 -1
- package/esm/dates/__stories__/DateInput.stories.js +68 -1
- package/esm/dates/__stories__/DatePicker.stories.js +62 -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 +76 -69
- 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 +29 -32
- 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 -0
- 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 -3
- 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
|
@@ -3,337 +3,337 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { SpotIcon } from '../SpotIcon';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=7347-71', {
|
|
6
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
6
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
7
7
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
8
8
|
name: "outage"
|
|
9
9
|
})
|
|
10
10
|
});
|
|
11
11
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-702', {
|
|
12
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
12
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
13
13
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
14
14
|
name: "pieChart"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-703', {
|
|
18
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
18
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
19
19
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
20
20
|
name: "idVerification"
|
|
21
21
|
})
|
|
22
22
|
});
|
|
23
23
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-689', {
|
|
24
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
24
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
25
25
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
26
26
|
name: "email"
|
|
27
27
|
})
|
|
28
28
|
});
|
|
29
29
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-691', {
|
|
30
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
30
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
31
31
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
32
32
|
name: "delegate"
|
|
33
33
|
})
|
|
34
34
|
});
|
|
35
35
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-690', {
|
|
36
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
36
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
37
37
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
38
38
|
name: "wallet"
|
|
39
39
|
})
|
|
40
40
|
});
|
|
41
41
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-692', {
|
|
42
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
42
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
43
43
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
44
44
|
name: "bank"
|
|
45
45
|
})
|
|
46
46
|
});
|
|
47
47
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-693', {
|
|
48
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
48
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
49
49
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
50
50
|
name: "warning"
|
|
51
51
|
})
|
|
52
52
|
});
|
|
53
53
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-706', {
|
|
54
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
54
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
55
55
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
56
56
|
name: "send"
|
|
57
57
|
})
|
|
58
58
|
});
|
|
59
59
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-701', {
|
|
60
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
60
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
61
61
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
62
62
|
name: "recurringPurchases"
|
|
63
63
|
})
|
|
64
64
|
});
|
|
65
65
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-694', {
|
|
66
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
66
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
67
67
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
68
68
|
name: "chat"
|
|
69
69
|
})
|
|
70
70
|
});
|
|
71
71
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-695', {
|
|
72
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
72
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
73
73
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
74
74
|
name: "2fa"
|
|
75
75
|
})
|
|
76
76
|
});
|
|
77
77
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-705', {
|
|
78
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
78
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
79
79
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
80
80
|
name: "shield"
|
|
81
81
|
})
|
|
82
82
|
});
|
|
83
83
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-696', {
|
|
84
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
84
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
85
85
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
86
86
|
name: "multiCoin"
|
|
87
87
|
})
|
|
88
88
|
});
|
|
89
89
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-697', {
|
|
90
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
90
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
91
91
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
92
92
|
name: "fast"
|
|
93
93
|
})
|
|
94
94
|
});
|
|
95
95
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-699', {
|
|
96
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
96
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
97
97
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
98
98
|
name: "noFees"
|
|
99
99
|
})
|
|
100
100
|
});
|
|
101
101
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-700', {
|
|
102
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
102
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
103
103
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
104
104
|
name: "creditCard"
|
|
105
105
|
})
|
|
106
106
|
});
|
|
107
107
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-698', {
|
|
108
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
108
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
109
109
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
110
110
|
name: "done"
|
|
111
111
|
})
|
|
112
112
|
});
|
|
113
113
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-704', {
|
|
114
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
114
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
115
115
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
116
116
|
name: "error"
|
|
117
117
|
})
|
|
118
118
|
});
|
|
119
119
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4390-707', {
|
|
120
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
120
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
121
121
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
122
122
|
name: "authenticator"
|
|
123
123
|
})
|
|
124
124
|
});
|
|
125
125
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2428', {
|
|
126
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
126
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
127
127
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
128
128
|
name: "nodeProduct"
|
|
129
129
|
})
|
|
130
130
|
});
|
|
131
131
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2454', {
|
|
132
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
132
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
133
133
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
134
134
|
name: "base"
|
|
135
135
|
})
|
|
136
136
|
});
|
|
137
137
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2429', {
|
|
138
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
138
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
139
139
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
140
140
|
name: "advancedTradeProduct"
|
|
141
141
|
})
|
|
142
142
|
});
|
|
143
143
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2430', {
|
|
144
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
144
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
145
145
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
146
146
|
name: "paySDKProduct"
|
|
147
147
|
})
|
|
148
148
|
});
|
|
149
149
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2443', {
|
|
150
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
150
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
151
151
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
152
152
|
name: "walletAsAServiceProduct"
|
|
153
153
|
})
|
|
154
154
|
});
|
|
155
155
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2431', {
|
|
156
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
156
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
157
157
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
158
158
|
name: "signInProduct"
|
|
159
159
|
})
|
|
160
160
|
});
|
|
161
161
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2446', {
|
|
162
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
162
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
163
163
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
164
164
|
name: "rosettaProduct"
|
|
165
165
|
})
|
|
166
166
|
});
|
|
167
167
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2432', {
|
|
168
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
168
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
169
169
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
170
170
|
name: "exchangeProduct"
|
|
171
171
|
})
|
|
172
172
|
});
|
|
173
173
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2433', {
|
|
174
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
174
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
175
175
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
176
176
|
name: "commerceProduct"
|
|
177
177
|
})
|
|
178
178
|
});
|
|
179
179
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2434', {
|
|
180
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
180
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
181
181
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
182
182
|
name: "primeProduct"
|
|
183
183
|
})
|
|
184
184
|
});
|
|
185
185
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2435', {
|
|
186
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
186
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
187
187
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
188
188
|
name: "stakingProduct"
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2456', {
|
|
192
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
192
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
193
193
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
194
194
|
name: "delegateProduct"
|
|
195
195
|
})
|
|
196
196
|
});
|
|
197
197
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2450', {
|
|
198
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
198
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
199
199
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
200
200
|
name: "dataMarketplace"
|
|
201
201
|
})
|
|
202
202
|
});
|
|
203
203
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2436', {
|
|
204
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
204
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
205
205
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
206
206
|
name: "rewardsProduct"
|
|
207
207
|
})
|
|
208
208
|
});
|
|
209
209
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2452', {
|
|
210
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
210
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
211
211
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
212
212
|
name: "venturesProduct"
|
|
213
213
|
})
|
|
214
214
|
});
|
|
215
215
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2437', {
|
|
216
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
216
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
217
217
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
218
218
|
name: "assetManagementProduct"
|
|
219
219
|
})
|
|
220
220
|
});
|
|
221
221
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2453', {
|
|
222
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
222
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
223
223
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
224
224
|
name: "coinbaseOneProduct"
|
|
225
225
|
})
|
|
226
226
|
});
|
|
227
227
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2438', {
|
|
228
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
228
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
229
229
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
230
230
|
name: "coinbase"
|
|
231
231
|
})
|
|
232
232
|
});
|
|
233
233
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2441', {
|
|
234
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
234
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
235
235
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
236
236
|
name: "walletLogo"
|
|
237
237
|
})
|
|
238
238
|
});
|
|
239
239
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2440', {
|
|
240
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
240
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
241
241
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
242
242
|
name: "helpCenterProduct"
|
|
243
243
|
})
|
|
244
244
|
});
|
|
245
245
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=11813-51', {
|
|
246
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
246
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
247
247
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
248
248
|
name: "derivativesProduct"
|
|
249
249
|
})
|
|
250
250
|
});
|
|
251
251
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2448', {
|
|
252
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
252
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
253
253
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
254
254
|
name: "institutionalProduct"
|
|
255
255
|
})
|
|
256
256
|
});
|
|
257
257
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2445', {
|
|
258
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
258
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
259
259
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
260
260
|
name: "cloudProduct"
|
|
261
261
|
})
|
|
262
262
|
});
|
|
263
263
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2439', {
|
|
264
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
264
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
265
265
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
266
266
|
name: "assetHubProduct"
|
|
267
267
|
})
|
|
268
268
|
});
|
|
269
269
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2451', {
|
|
270
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
270
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
271
271
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
272
272
|
name: "nftProduct"
|
|
273
273
|
})
|
|
274
274
|
});
|
|
275
275
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2457', {
|
|
276
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
276
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
277
277
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
278
278
|
name: "learningRewardsProduct"
|
|
279
279
|
})
|
|
280
280
|
});
|
|
281
281
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2459', {
|
|
282
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
282
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
283
283
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
284
284
|
name: "borrowProduct"
|
|
285
285
|
})
|
|
286
286
|
});
|
|
287
287
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2447', {
|
|
288
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
288
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
289
289
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
290
290
|
name: "privateClientProduct"
|
|
291
291
|
})
|
|
292
292
|
});
|
|
293
293
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2449', {
|
|
294
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
294
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
295
295
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
296
296
|
name: "custodyProduct"
|
|
297
297
|
})
|
|
298
298
|
});
|
|
299
299
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2458', {
|
|
300
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
300
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
301
301
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
302
302
|
name: "internationalExchangeProduct"
|
|
303
303
|
})
|
|
304
304
|
});
|
|
305
305
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=4158-2455', {
|
|
306
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
306
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
307
307
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
308
308
|
name: "participateProduct"
|
|
309
309
|
})
|
|
310
310
|
});
|
|
311
311
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=3669-85', {
|
|
312
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
312
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
313
313
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
314
314
|
name: "productCompliance"
|
|
315
315
|
})
|
|
316
316
|
});
|
|
317
317
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=3669-86', {
|
|
318
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
318
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
319
319
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
320
320
|
name: "productEarn"
|
|
321
321
|
})
|
|
322
322
|
});
|
|
323
323
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=3669-83', {
|
|
324
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
324
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
325
325
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
326
326
|
name: "productCoinbaseCard"
|
|
327
327
|
})
|
|
328
328
|
});
|
|
329
329
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=3669-84', {
|
|
330
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
330
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
331
331
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
332
332
|
name: "productPro"
|
|
333
333
|
})
|
|
334
334
|
});
|
|
335
335
|
figma.connect(SpotIcon, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=3669-87', {
|
|
336
|
-
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'
|
|
336
|
+
imports: ["import { SpotIcon } from '@coinbase/cds-mobile/illustrations/SpotIcon'"],
|
|
337
337
|
example: () => /*#__PURE__*/_jsx(SpotIcon, {
|
|
338
338
|
name: "productWallet"
|
|
339
339
|
})
|