@coinbase/cds-web 8.17.3 → 8.17.5

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.17.5 (10/27/2025 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix: correct padding. [[#133](https://github.com/coinbase/cds/pull/133)]
16
+
17
+ ## 8.17.4 (10/27/2025 PST)
18
+
19
+ This is an artificial version bump with no new change.
20
+
11
21
  ## 8.17.3 (10/14/2025 PST)
12
22
 
13
23
  #### 🐞 Fixes
@@ -6,8 +6,8 @@ import { type CellDetailProps } from './CellDetail';
6
6
  export declare const listCellDefaultElement = 'div';
7
7
  export type ListCellDefaultElement = typeof listCellDefaultElement;
8
8
  export declare const condensedInnerSpacing: {
9
- readonly paddingX: 2;
10
- readonly paddingY: 0.5;
9
+ readonly paddingX: 3;
10
+ readonly paddingY: 1;
11
11
  readonly marginX: 0;
12
12
  };
13
13
  export declare const condensedOuterSpacing: {
@@ -19,8 +19,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
19
19
  const overflowCss = "overflowCss-onthvgs";
20
20
  export const listCellDefaultElement = 'div';
21
21
  export const condensedInnerSpacing = {
22
- paddingX: 2,
23
- paddingY: 0.5,
22
+ paddingX: 3,
23
+ paddingY: 1,
24
24
  marginX: 0
25
25
  };
26
26
  // no padding outside of the pressable area
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-web",
3
- "version": "8.17.3",
3
+ "version": "8.17.5",
4
4
  "description": "Coinbase Design System - Web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -147,9 +147,9 @@
147
147
  "react-dom": "^18.3.1"
148
148
  },
149
149
  "dependencies": {
150
- "@coinbase/cds-common": "^8.17.3",
151
- "@coinbase/cds-icons": "^5.4.2",
152
- "@coinbase/cds-illustrations": "^4.24.0",
150
+ "@coinbase/cds-common": "^8.17.5",
151
+ "@coinbase/cds-icons": "^5.5.0",
152
+ "@coinbase/cds-illustrations": "^4.25.0",
153
153
  "@coinbase/cds-lottie-files": "^3.3.2",
154
154
  "@coinbase/cds-utils": "^2.3.3",
155
155
  "@floating-ui/react-dom": "^2.1.1",