@coinbase/cds-common 9.19.0 → 9.21.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.21.0 ((8/21/2026, 09:28 AM PST))
|
|
12
|
+
|
|
13
|
+
This is an artificial version bump with no new change.
|
|
14
|
+
|
|
15
|
+
## 9.20.0 ((8/20/2026, 11:23 AM PST))
|
|
16
|
+
|
|
17
|
+
This is an artificial version bump with no new change.
|
|
18
|
+
|
|
19
|
+
#### 📘 Misc
|
|
20
|
+
|
|
21
|
+
- Docs: Update input props jsdocs.
|
|
22
|
+
|
|
11
23
|
## 9.19.0 ((8/20/2026, 10:00 AM PST))
|
|
12
24
|
|
|
13
25
|
This is an artificial version bump with no new change.
|
|
@@ -16,9 +16,15 @@ export type SharedInputProps = {
|
|
|
16
16
|
compact?: boolean;
|
|
17
17
|
/** Short messageArea indicating purpose of input */
|
|
18
18
|
label?: string;
|
|
19
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* Typography token for the field label.
|
|
21
|
+
* @default 'label2'
|
|
22
|
+
*/
|
|
20
23
|
labelFont?: ThemeVars.Font;
|
|
21
|
-
/**
|
|
24
|
+
/**
|
|
25
|
+
* Color token for the field label.
|
|
26
|
+
* @default 'fgMuted'
|
|
27
|
+
*/
|
|
22
28
|
labelColor?: ThemeVars.Color;
|
|
23
29
|
/** Placeholder text displayed inside of the input. Will be replaced if there is a value. */
|
|
24
30
|
placeholder?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputBaseProps.d.ts","sourceRoot":"","sources":["../../src/types/InputBaseProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,MAAM,YAAY,GACpB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,SAAS,GACT,iBAAiB,GACjB,WAAW,CAAC;AAEhB,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf
|
|
1
|
+
{"version":3,"file":"InputBaseProps.d.ts","sourceRoot":"","sources":["../../src/types/InputBaseProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,MAAM,YAAY,GACpB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,SAAS,GACT,iBAAiB,GACjB,WAAW,CAAC;AAEhB,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAC3B;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC;IAC7B,4FAA4F;IAC5F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-common",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.21.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.22.0",
|
|
41
41
|
"@coinbase/cds-illustrations": "^4.48.0",
|
|
42
|
-
"@coinbase/cds-mcp-server": "^9.
|
|
42
|
+
"@coinbase/cds-mcp-server": "^9.21.0",
|
|
43
43
|
"@coinbase/cds-utils": "^2.3.5",
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.13.1",
|
|
45
45
|
"d3-array": "^3.2.4",
|