@coinbase/cds-mobile 9.2.0 → 9.2.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 +6 -0
- package/dts/alpha/index.d.ts +1 -0
- package/dts/alpha/index.d.ts.map +1 -1
- package/dts/alpha/tabbed-chips/index.d.ts +2 -0
- package/dts/alpha/tabbed-chips/index.d.ts.map +1 -0
- package/esm/alpha/index.js +2 -1
- package/esm/alpha/tabbed-chips/index.js +1 -0
- package/package.json +6 -2
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
|
+
## 9.2.1 (6/9/2026 PST)
|
|
12
|
+
|
|
13
|
+
#### 🐞 Fixes
|
|
14
|
+
|
|
15
|
+
- Fix: add tabbed-chips to exports in web/mobile packages.
|
|
16
|
+
|
|
11
17
|
## 9.2.0 (5/28/2026 PST)
|
|
12
18
|
|
|
13
19
|
#### 🚀 Updates
|
package/dts/alpha/index.d.ts
CHANGED
package/dts/alpha/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/alpha/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/alpha/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/alpha/tabbed-chips/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
package/esm/alpha/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TabbedChips';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-mobile",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.1",
|
|
4
4
|
"description": "Coinbase Design System - Mobile",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,6 +37,10 @@
|
|
|
37
37
|
"types": "./dts/alpha/select-chip/index.d.ts",
|
|
38
38
|
"default": "./esm/alpha/select-chip/index.js"
|
|
39
39
|
},
|
|
40
|
+
"./alpha/tabbed-chips": {
|
|
41
|
+
"types": "./dts/alpha/tabbed-chips/index.d.ts",
|
|
42
|
+
"default": "./esm/alpha/tabbed-chips/index.js"
|
|
43
|
+
},
|
|
40
44
|
"./animation": {
|
|
41
45
|
"types": "./dts/animation/index.d.ts",
|
|
42
46
|
"default": "./esm/animation/index.js"
|
|
@@ -202,7 +206,7 @@
|
|
|
202
206
|
"react-native-worklets": "0.5.2"
|
|
203
207
|
},
|
|
204
208
|
"dependencies": {
|
|
205
|
-
"@coinbase/cds-common": "^9.2.
|
|
209
|
+
"@coinbase/cds-common": "^9.2.1",
|
|
206
210
|
"@coinbase/cds-icons": "^5.18.0",
|
|
207
211
|
"@coinbase/cds-illustrations": "^4.40.1",
|
|
208
212
|
"@coinbase/cds-lottie-files": "^3.3.4",
|