@coinbase/cds-common 9.17.1 → 9.18.0
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
CHANGED
|
@@ -8,6 +8,18 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
|
|
9
9
|
<!-- template-start -->
|
|
10
10
|
|
|
11
|
+
## 9.18.0 ((8/19/2026, 02:37 PM PST))
|
|
12
|
+
|
|
13
|
+
This is an artificial version bump with no new change.
|
|
14
|
+
|
|
15
|
+
## 9.17.2 ((8/19/2026, 12:36 PM PST))
|
|
16
|
+
|
|
17
|
+
This is an artificial version bump with no new change.
|
|
18
|
+
|
|
19
|
+
#### 📘 Misc
|
|
20
|
+
|
|
21
|
+
- Docs: correct deprecation notices referencing the incorrect CDS version.
|
|
22
|
+
|
|
11
23
|
## 9.17.1 ((8/17/2026, 02:53 PM PST))
|
|
12
24
|
|
|
13
25
|
This is an artificial version bump with no new change.
|
|
@@ -7,7 +7,7 @@ type GetMediaChipSpacingPropsParams = {
|
|
|
7
7
|
/**
|
|
8
8
|
* Retained for backward compatibility; when `size` is omitted it is derived from `compact`.
|
|
9
9
|
* @deprecated Pass `size` instead. This will be removed in a future major release.
|
|
10
|
-
* @deprecationExpectedRemoval
|
|
10
|
+
* @deprecationExpectedRemoval v11
|
|
11
11
|
*/
|
|
12
12
|
compact?: boolean;
|
|
13
13
|
size?: ChipSizeCommon;
|
|
@@ -11,7 +11,7 @@ export type SharedInputProps = {
|
|
|
11
11
|
* Enables compact variation
|
|
12
12
|
* @default false
|
|
13
13
|
* @deprecated This will be removed in a future major release.
|
|
14
|
-
* @deprecationExpectedRemoval
|
|
14
|
+
* @deprecationExpectedRemoval v11
|
|
15
15
|
*/
|
|
16
16
|
compact?: boolean;
|
|
17
17
|
/** Short messageArea indicating purpose of input */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-common",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.18.0",
|
|
4
4
|
"description": "Coinbase Design System - Common",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@coinbase/cds-icons": "^5.21.0",
|
|
41
41
|
"@coinbase/cds-illustrations": "^4.48.0",
|
|
42
|
-
"@coinbase/cds-mcp-server": "^9.
|
|
42
|
+
"@coinbase/cds-mcp-server": "^9.18.0",
|
|
43
43
|
"@coinbase/cds-utils": "^2.3.5",
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.13.1",
|
|
45
45
|
"d3-array": "^3.2.4",
|