@coinbase/cds-common 8.48.3 → 8.49.1

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
+ ## 8.49.1 ((3/5/2026, 03:13 PM PST))
12
+
13
+ This is an artificial version bump with no new change.
14
+
15
+ #### 📘 Misc
16
+
17
+ - Improve jsdocs. [[#446](https://github.com/coinbase/cds/pull/446)]
18
+
19
+ ## 8.49.0 ((2/26/2026, 04:03 PM PST))
20
+
21
+ This is an artificial version bump with no new change.
22
+
11
23
  ## 8.48.3 ((2/25/2026, 08:36 PM PST))
12
24
 
13
25
  This is an artificial version bump with no new change.
@@ -2,7 +2,7 @@
2
2
  * These are the core CDS Theme variable types used across mobile and web.
3
3
  */
4
4
  /**
5
- * This utility type makes the final intellisense into human-redable literal values.
5
+ * This utility type makes the final intellisense into human-readable literal values.
6
6
  */
7
7
  type Prettify<T> = {
8
8
  [K in keyof T]: T[K];
package/esm/core/theme.js CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /* eslint-disable no-restricted-syntax, @typescript-eslint/no-empty-object-type */
5
5
  /**
6
- * This utility type makes the final intellisense into human-redable literal values.
6
+ * This utility type makes the final intellisense into human-readable literal values.
7
7
  */
8
8
  /**
9
9
  * This is the default set of Theme variables available to all CDS components.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-common",
3
- "version": "8.48.3",
3
+ "version": "8.49.1",
4
4
  "description": "Coinbase Design System - Common",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,9 +38,9 @@
38
38
  "react-dom": "^18.3.1"
39
39
  },
40
40
  "dependencies": {
41
- "@coinbase/cds-icons": "^5.11.0",
42
- "@coinbase/cds-illustrations": "^4.31.0",
43
- "@coinbase/cds-mcp-server": "^8.48.3",
41
+ "@coinbase/cds-icons": "^5.12.0",
42
+ "@coinbase/cds-illustrations": "^4.32.0",
43
+ "@coinbase/cds-mcp-server": "^8.49.1",
44
44
  "@coinbase/cds-utils": "^2.3.5",
45
45
  "@modelcontextprotocol/sdk": "^1.13.1",
46
46
  "d3-array": "^3.2.4",