@coinbase/cds-web 8.31.0 → 8.31.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/AccessibilityAnnouncer/index.d.ts +2 -0
- package/dts/AccessibilityAnnouncer/index.d.ts.map +1 -0
- package/dts/banner/index.d.ts +2 -0
- package/dts/banner/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 +4 -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/pagination/index.d.ts +7 -0
- package/dts/pagination/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/AccessibilityAnnouncer/index.js +1 -0
- package/esm/banner/index.js +1 -0
- package/esm/coachmark/index.js +1 -0
- package/esm/dates/index.js +3 -0
- package/esm/multi-content-module/index.js +1 -0
- package/esm/page/index.js +2 -0
- package/esm/pagination/index.js +9 -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,12 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
|
|
9
9
|
<!-- template-start -->
|
|
10
10
|
|
|
11
|
+
## 8.31.1 (12/15/2025 PST)
|
|
12
|
+
|
|
13
|
+
#### 🐞 Fixes
|
|
14
|
+
|
|
15
|
+
- Chore: add barrel files to web/mobile components. [[#251](https://github.com/coinbase/cds/pull/251)]
|
|
16
|
+
|
|
11
17
|
## 8.31.0 (12/12/2025 PST)
|
|
12
18
|
|
|
13
19
|
#### 🚀 Updates
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/AccessibilityAnnouncer/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -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/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,YAAY,CAAC;AAC3B,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,7 @@
|
|
|
1
|
+
export * from './DefaultPaginationEllipsis';
|
|
2
|
+
export * from './DefaultPaginationNavigationButton';
|
|
3
|
+
export * from './DefaultPaginationNavigationTextButton';
|
|
4
|
+
export * from './DefaultPaginationPageButton';
|
|
5
|
+
export * from './Pagination';
|
|
6
|
+
export * from './usePagination';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/pagination/index.ts"],"names":[],"mappings":"AACA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,cAAc,CAAC;AAG7B,cAAc,iBAAiB,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 './AccessibilityAnnouncer';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Banner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Coachmark';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MultiContentModule';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// codegen:start {preset: barrel, include: ./*.tsx, exclude: ./*.stories.tsx}
|
|
2
|
+
export * from './DefaultPaginationEllipsis';
|
|
3
|
+
export * from './DefaultPaginationNavigationButton';
|
|
4
|
+
export * from './DefaultPaginationNavigationTextButton';
|
|
5
|
+
export * from './DefaultPaginationPageButton';
|
|
6
|
+
export * from './Pagination';
|
|
7
|
+
// codegen:end
|
|
8
|
+
|
|
9
|
+
export * from './usePagination';
|
|
@@ -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-web",
|
|
3
|
-
"version": "8.31.
|
|
3
|
+
"version": "8.31.1",
|
|
4
4
|
"description": "Coinbase Design System - Web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"react-dom": "^18.3.1"
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@coinbase/cds-common": "^8.31.
|
|
150
|
+
"@coinbase/cds-common": "^8.31.1",
|
|
151
151
|
"@coinbase/cds-icons": "^5.8.0",
|
|
152
152
|
"@coinbase/cds-illustrations": "^4.29.0",
|
|
153
153
|
"@coinbase/cds-lottie-files": "^3.3.3",
|