@coinbase/cds-mobile 8.17.4 → 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,12 @@ 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
+
11
17
  ## 8.17.4 (10/27/2025 PST)
12
18
 
13
19
  This is an artificial version bump with no new change.
@@ -4,8 +4,8 @@ import { type CellBaseProps, type CellProps } from './Cell';
4
4
  import { type CellAccessoryType } from './CellAccessory';
5
5
  import { type CellDetailProps } from './CellDetail';
6
6
  export declare const condensedInnerSpacing: {
7
- readonly paddingX: 2;
8
- readonly paddingY: 0.5;
7
+ readonly paddingX: 3;
8
+ readonly paddingY: 1;
9
9
  readonly marginX: 0;
10
10
  };
11
11
  export declare const condensedOuterSpacing: {
@@ -10,8 +10,8 @@ import { CellAccessory } from './CellAccessory';
10
10
  import { CellDetail } from './CellDetail';
11
11
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
12
  export const condensedInnerSpacing = {
13
- paddingX: 2,
14
- paddingY: 0.5,
13
+ paddingX: 3,
14
+ paddingY: 1,
15
15
  marginX: 0
16
16
  };
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.17.4",
3
+ "version": "8.17.5",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -150,7 +150,7 @@
150
150
  "react-native-svg": "^14.1.0"
151
151
  },
152
152
  "dependencies": {
153
- "@coinbase/cds-common": "^8.17.4",
153
+ "@coinbase/cds-common": "^8.17.5",
154
154
  "@coinbase/cds-icons": "^5.5.0",
155
155
  "@coinbase/cds-illustrations": "^4.25.0",
156
156
  "@coinbase/cds-lottie-files": "^3.3.2",