@coinbase/cds-mobile 8.31.0 → 8.31.2
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 +10 -0
- package/dts/banner/index.d.ts +2 -0
- package/dts/banner/index.d.ts.map +1 -0
- package/dts/chips/index.d.ts +7 -0
- package/dts/chips/index.d.ts.map +1 -0
- package/dts/coachmark/index.d.ts +2 -0
- package/dts/coachmark/index.d.ts.map +1 -0
- package/dts/dates/index.d.ts +3 -0
- package/dts/dates/index.d.ts.map +1 -0
- package/dts/multi-content-module/index.d.ts +2 -0
- package/dts/multi-content-module/index.d.ts.map +1 -0
- package/dts/page/index.d.ts +3 -0
- package/dts/page/index.d.ts.map +1 -0
- package/dts/section-header/index.d.ts +2 -0
- package/dts/section-header/index.d.ts.map +1 -0
- package/dts/tag/index.d.ts +2 -0
- package/dts/tag/index.d.ts.map +1 -0
- package/esm/banner/index.js +1 -0
- package/esm/chips/index.js +6 -0
- package/esm/coachmark/index.js +1 -0
- package/esm/dates/index.js +2 -0
- package/esm/multi-content-module/index.js +1 -0
- package/esm/page/index.js +2 -0
- package/esm/section-header/index.js +1 -0
- package/esm/tag/index.js +1 -0
- package/package.json +2 -2
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.31.2 ((12/15/2025, 01:12 PM PST))
|
|
12
|
+
|
|
13
|
+
This is an artificial version bump with no new change.
|
|
14
|
+
|
|
15
|
+
## 8.31.1 (12/15/2025 PST)
|
|
16
|
+
|
|
17
|
+
#### 🐞 Fixes
|
|
18
|
+
|
|
19
|
+
- Chore: add barrel files to web/mobile components. [[#251](https://github.com/coinbase/cds/pull/251)]
|
|
20
|
+
|
|
11
21
|
## 8.31.0 (12/12/2025 PST)
|
|
12
22
|
|
|
13
23
|
#### 🚀 Updates
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/banner/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/chips/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/coachmark/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dates/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/multi-content-module/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/page/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/section-header/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tag/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Banner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Coachmark';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MultiContentModule';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SectionHeader';
|
package/esm/tag/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Tag';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-mobile",
|
|
3
|
-
"version": "8.31.
|
|
3
|
+
"version": "8.31.2",
|
|
4
4
|
"description": "Coinbase Design System - Mobile",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"react-native-svg": "^14.1.0"
|
|
155
155
|
},
|
|
156
156
|
"dependencies": {
|
|
157
|
-
"@coinbase/cds-common": "^8.31.
|
|
157
|
+
"@coinbase/cds-common": "^8.31.2",
|
|
158
158
|
"@coinbase/cds-icons": "^5.8.0",
|
|
159
159
|
"@coinbase/cds-illustrations": "^4.29.0",
|
|
160
160
|
"@coinbase/cds-lottie-files": "^3.3.3",
|