@coinbase/cds-mobile 8.32.1 → 8.32.3

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.32.3 (12/18/2025 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix: update package exports. [[#261](https://github.com/coinbase/cds/pull/261)]
16
+
17
+ ## 8.32.2 (12/18/2025 PST)
18
+
19
+ #### 🐞 Fixes
20
+
21
+ - Add fuse.js dependency. [[#256](https://github.com/coinbase/cds/pull/256)]
22
+
11
23
  ## 8.32.1 (12/17/2025 PST)
12
24
 
13
25
  #### 🐞 Fixes
@@ -0,0 +1,3 @@
1
+ export * from './Combobox';
2
+ export * from './DefaultComboboxControl';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/alpha/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './combobox';
2
+ export * from './select';
3
+ export * from './select-chip';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/alpha/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Combobox';
2
+ export * from './DefaultComboboxControl';
@@ -0,0 +1,3 @@
1
+ export * from './combobox';
2
+ export * from './select';
3
+ export * from './select-chip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.32.1",
3
+ "version": "8.32.3",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,10 +25,26 @@
25
25
  "types": "./dts/alpha/index.d.ts",
26
26
  "default": "./esm/alpha/index.js"
27
27
  },
28
+ "./alpha/combobox": {
29
+ "types": "./dts/alpha/combobox/index.d.ts",
30
+ "default": "./esm/alpha/combobox/index.js"
31
+ },
32
+ "./alpha/select": {
33
+ "types": "./dts/alpha/select/index.d.ts",
34
+ "default": "./esm/alpha/select/index.js"
35
+ },
36
+ "./alpha/select-chip": {
37
+ "types": "./dts/alpha/select-chip/index.d.ts",
38
+ "default": "./esm/alpha/select-chip/index.js"
39
+ },
28
40
  "./animation": {
29
41
  "types": "./dts/animation/index.d.ts",
30
42
  "default": "./esm/animation/index.js"
31
43
  },
44
+ "./banner": {
45
+ "types": "./dts/banner/index.d.ts",
46
+ "default": "./esm/banner/index.js"
47
+ },
32
48
  "./buttons": {
33
49
  "types": "./dts/buttons/index.d.ts",
34
50
  "default": "./esm/buttons/index.js"
@@ -53,6 +69,10 @@
53
69
  "types": "./dts/chips/index.d.ts",
54
70
  "default": "./esm/chips/index.js"
55
71
  },
72
+ "./coachmark": {
73
+ "types": "./dts/coachmark/index.d.ts",
74
+ "default": "./esm/coachmark/index.js"
75
+ },
56
76
  "./collapsible": {
57
77
  "types": "./dts/collapsible/index.d.ts",
58
78
  "default": "./esm/collapsible/index.js"
@@ -93,6 +113,10 @@
93
113
  "types": "./dts/media/Carousel/index.d.ts",
94
114
  "default": "./esm/media/Carousel/index.js"
95
115
  },
116
+ "./multi-content-module": {
117
+ "types": "./dts/multi-content-module/index.d.ts",
118
+ "default": "./esm/multi-content-module/index.js"
119
+ },
96
120
  "./navigation": {
97
121
  "types": "./dts/navigation/index.d.ts",
98
122
  "default": "./esm/navigation/index.js"
@@ -109,6 +133,18 @@
109
133
  "types": "./dts/overlays/index.d.ts",
110
134
  "default": "./esm/overlays/index.js"
111
135
  },
136
+ "./page": {
137
+ "types": "./dts/page/index.d.ts",
138
+ "default": "./esm/page/index.js"
139
+ },
140
+ "./section-header": {
141
+ "types": "./dts/section-header/index.d.ts",
142
+ "default": "./esm/section-header/index.js"
143
+ },
144
+ "./stepper": {
145
+ "types": "./dts/stepper/index.d.ts",
146
+ "default": "./esm/stepper/index.js"
147
+ },
112
148
  "./system": {
113
149
  "types": "./dts/system/index.d.ts",
114
150
  "default": "./esm/system/index.js"
@@ -117,6 +153,10 @@
117
153
  "types": "./dts/tabs/index.d.ts",
118
154
  "default": "./esm/tabs/index.js"
119
155
  },
156
+ "./tag": {
157
+ "types": "./dts/tag/index.d.ts",
158
+ "default": "./esm/tag/index.js"
159
+ },
120
160
  "./tour": {
121
161
  "types": "./dts/tour/index.d.ts",
122
162
  "default": "./esm/tour/index.js"
@@ -158,13 +198,14 @@
158
198
  "react-native-svg": "^14.1.0"
159
199
  },
160
200
  "dependencies": {
161
- "@coinbase/cds-common": "^8.32.1",
201
+ "@coinbase/cds-common": "^8.32.3",
162
202
  "@coinbase/cds-icons": "^5.8.0",
163
203
  "@coinbase/cds-illustrations": "^4.29.0",
164
204
  "@coinbase/cds-lottie-files": "^3.3.4",
165
205
  "@coinbase/cds-utils": "^2.3.5",
166
206
  "@floating-ui/react-native": "^0.10.5",
167
207
  "@react-spring/native": "^9.7.4",
208
+ "fuse.js": "^7.1.0",
168
209
  "lodash": "^4.17.21",
169
210
  "type-fest": "^2.19.0"
170
211
  },