@coinbase/cds-mobile 8.49.0 → 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,12 @@ 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 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix: spread tabs props at end for Tabs. [[#472](https://github.com/coinbase/cds/pull/472)]
16
+
11
17
  ## 8.49.0 (2/26/2026 PST)
12
18
 
13
19
  #### 🚀 Updates
package/esm/tabs/Tabs.js CHANGED
@@ -125,10 +125,9 @@ const TabsComponent = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref2, ref) =>
125
125
  registerRef: registerRef,
126
126
  children: /*#__PURE__*/_jsx(RenderedTab, _extends({
127
127
  disabled: tabDisabled,
128
- id: id
129
- }, props, {
128
+ id: id,
130
129
  style: styles == null ? void 0 : styles.tab
131
- }))
130
+ }, props))
132
131
  }, id);
133
132
  })]
134
133
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.49.0",
3
+ "version": "8.49.1",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -198,9 +198,9 @@
198
198
  "react-native-svg": "^14.1.0"
199
199
  },
200
200
  "dependencies": {
201
- "@coinbase/cds-common": "^8.49.0",
202
- "@coinbase/cds-icons": "^5.11.0",
203
- "@coinbase/cds-illustrations": "^4.31.0",
201
+ "@coinbase/cds-common": "^8.49.1",
202
+ "@coinbase/cds-icons": "^5.12.0",
203
+ "@coinbase/cds-illustrations": "^4.32.0",
204
204
  "@coinbase/cds-lottie-files": "^3.3.4",
205
205
  "@coinbase/cds-utils": "^2.3.5",
206
206
  "@floating-ui/react-native": "^0.10.5",