@cfpb/cfpb-design-system 3.4.1 → 3.4.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 +22 -2
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/index.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [3.4.
|
|
5
|
+
## [3.4.3](https://github.com/cfpb/design-system/compare/v3.4.2..3.4.3) - 2024-11-07
|
|
6
|
+
|
|
7
|
+
### PRs in this release
|
|
8
|
+
|
|
9
|
+
- PR #[2104](https://github.com/cfpb/design-system/pull/2104): Fix npm badge image URL - Ans
|
|
10
|
+
|
|
11
|
+
### General
|
|
12
|
+
|
|
13
|
+
- Fix badge URL - ([ce2a58a](https://github.com/cfpb/design-system/commit/ce2a58a6b4b82b6dee28725e502462bd8ed67e47)) - Ans
|
|
14
|
+
|
|
15
|
+
## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..v3.4.2) - 2024-11-07
|
|
16
|
+
|
|
17
|
+
### PRs in this release
|
|
18
|
+
|
|
19
|
+
- PR #[2102](https://github.com/cfpb/design-system/pull/2102): Remove extraneous button-with-icon.scss reference - Ans
|
|
20
|
+
|
|
21
|
+
### General
|
|
22
|
+
|
|
23
|
+
- Remove button-with-icon reference - ([ee36f36](https://github.com/cfpb/design-system/commit/ee36f3676c2160415c8e75cf0c8affffad9a7f22)) - Ans
|
|
24
|
+
|
|
25
|
+
## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..v3.4.1) - 2024-11-07
|
|
6
26
|
|
|
7
27
|
### PRs in this release
|
|
8
28
|
|
|
@@ -359,7 +379,7 @@ All notable changes to this project will be documented in this file.
|
|
|
359
379
|
- Create root package index.scss - ([b4ae5d0](https://github.com/cfpb/design-system/commit/b4ae5d08c7bee7f09ef478743038b02e7bb4d55d)) - Ans
|
|
360
380
|
- V3.0.1 - ([dbcf5b3](https://github.com/cfpb/design-system/commit/dbcf5b3bcc5b64fa7760011f05c7d7fa8517406a)) - Ans
|
|
361
381
|
|
|
362
|
-
## [3.0.0] - 2024
|
|
382
|
+
## [3.0.0] - August 16, 2024
|
|
363
383
|
|
|
364
384
|
### PRs in this release
|
|
365
385
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CFPB's Design System [](https://www.npmjs.com/package/@cfpb/cfpb-design-system)
|
|
1
|
+
# CFPB's Design System [](https://www.npmjs.com/package/@cfpb/cfpb-design-system)
|
|
2
2
|
|
|
3
3
|
This UI library was developed at the
|
|
4
4
|
[Consumer Financial Protection Bureau](https://consumerfinance.gov).
|
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
@forward 'components/cfpb-buttons/button';
|
|
7
7
|
@forward 'components/cfpb-buttons/button-group';
|
|
8
8
|
@forward 'components/cfpb-buttons/button-link';
|
|
9
|
-
@forward 'components/cfpb-buttons/button-with-icon';
|
|
10
9
|
|
|
11
10
|
// Expandables.
|
|
12
11
|
@forward 'components/cfpb-expandables/vars';
|