@coinbase/cds-common 8.72.0 → 8.74.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,16 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.74.0 ((5/13/2026, 01:19 PM PST))
12
+
13
+ This is an artificial version bump with no new change.
14
+
15
+ ## 8.73.0 (5/13/2026 PST)
16
+
17
+ #### 🚀 Updates
18
+
19
+ - Feat: support more props on TextInputBaseProps. [[#679](https://github.com/coinbase/cds/pull/679)]
20
+
11
21
  ## 8.72.0 ((5/12/2026, 02:00 PM PST))
12
22
 
13
23
  This is an artificial version bump with no new change.
@@ -1,3 +1,4 @@
1
+ import type { ThemeVars } from '../core/theme';
1
2
  export type InputVariant =
2
3
  | 'positive'
3
4
  | 'negative'
@@ -13,6 +14,10 @@ export type SharedInputProps = {
13
14
  compact?: boolean;
14
15
  /** Short messageArea indicating purpose of input */
15
16
  label?: string;
17
+ /** Typography token for the field label. */
18
+ labelFont?: ThemeVars.Font;
19
+ /** Color token for the field label. */
20
+ labelColor?: ThemeVars.Color;
16
21
  /** Placeholder text displayed inside of the input. Will be replaced if there is a value. */
17
22
  placeholder?: string;
18
23
  /**
@@ -21,5 +26,9 @@ export type SharedInputProps = {
21
26
  * showing positive/negative messages
22
27
  */
23
28
  helperText?: string | React.ReactNode;
29
+ /**
30
+ * When true, the value cannot be edited but the control may remain focusable (unlike `disabled`).
31
+ */
32
+ readOnly?: boolean;
24
33
  };
25
34
  //# sourceMappingURL=InputBaseProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputBaseProps.d.ts","sourceRoot":"","sources":["../../src/types/InputBaseProps.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GACpB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,SAAS,GACT,iBAAiB,GACjB,WAAW,CAAC;AAEhB,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4FAA4F;IAC5F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACvC,CAAC"}
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;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4CAA4C;IAC5C,SAAS,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAC3B,uCAAuC;IACvC,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": "8.72.0",
3
+ "version": "8.74.0",
4
4
  "description": "Coinbase Design System - Common",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@coinbase/cds-icons": "^5.16.0",
42
- "@coinbase/cds-illustrations": "^4.39.0",
43
- "@coinbase/cds-mcp-server": "^8.72.0",
42
+ "@coinbase/cds-illustrations": "^4.40.0",
43
+ "@coinbase/cds-mcp-server": "^8.74.0",
44
44
  "@coinbase/cds-utils": "^2.3.5",
45
45
  "@modelcontextprotocol/sdk": "^1.13.1",
46
46
  "d3-array": "^3.2.4",