@cfpb/cfpb-design-system 4.3.1 → 4.3.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 CHANGED
@@ -2,7 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [4.3.1](https://github.com/cfpb/design-system/compare/v4.3.0..v4.3.1) - December 30, 2025
5
+ ## [4.3.2](https://github.com/cfpb/design-system/compare/v4.3.1..v4.3.2) - December 30, 2025
6
+
7
+ ### General
8
+
9
+ - Force source sans (#2472) - ([706b8e8](https://github.com/cfpb/design-system/commit/706b8e80c9a6985dd60e1c15e89e8341f45cdffe)) - itsmedavep
10
+ - Re-generate assets - ([ee2de2c](https://github.com/cfpb/design-system/commit/ee2de2ce107f97ce208425c4fcce622f84179688)) - Ans
11
+
12
+ ## [4.3.1](https://github.com/cfpb/design-system/compare/v4.3.0..vv4.3.1) - December 30, 2025
6
13
 
7
14
  ### PRs in this release
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfpb/cfpb-design-system",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "CFPB's UI framework",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  :root {
24
- --font-stack: 'Source Sans 3 Variable', arial, sans-serif;
24
+ --font-stack: 'Source Sans 3 Variable', arial, sans-serif !important;
25
25
  }
26
26
  }
27
27
  }