@cfpb/cfpb-design-system 3.2.3 → 3.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfpb/cfpb-design-system",
3
- "version": "3.2.3",
3
+ "version": "3.2.5",
4
4
  "description": "CFPB's UI framework",
5
5
  "main": "src/index.js",
6
6
  "author": {
@@ -9,7 +9,9 @@
9
9
  "url": "https://cfpb.github.io/design-system"
10
10
  },
11
11
  "publishConfig": {
12
- "access": "public"
12
+ "access": "public",
13
+ "registry": "https://registry.npmjs.org/",
14
+ "tag": "next"
13
15
  },
14
16
  "license": "SEE LICENSE IN TERMS.md",
15
17
  "repository": {
@@ -20,5 +22,16 @@
20
22
  "url": "https://github.com/cfpb/design-system/issues"
21
23
  },
22
24
  "gitHead": "d9b9862ef0a34a0ca6f4835347ac7f202ed50e3e",
23
- "type": "module"
25
+ "type": "module",
26
+ "devDependencies": {
27
+ "auto-changelog": "2.5.0"
28
+ },
29
+ "auto-changelog": {
30
+ "commitLimit": false,
31
+ "ignoreCommitPattern": "^Update \".+\" page",
32
+ "output": "./CHANGELOG.md",
33
+ "startingVersion": "v3",
34
+ "template": "./changelog-template.hbs",
35
+ "unreleased": true
36
+ }
24
37
  }
@@ -94,26 +94,4 @@
94
94
  margin-bottom: math.div(30px, $base-font-size-px) + em;
95
95
  }
96
96
  }
97
-
98
- .o-table--entry-header-on-small {
99
- & > tbody td:first-child {
100
- padding-bottom: 0.75em;
101
- border-bottom: 1px solid $table-border;
102
- margin-bottom: math.div(10px, $base-font-size-px) + em;
103
- margin-top: 0;
104
- background-color: $table-head-bg;
105
- font-size: 1.125em;
106
- font-weight: 400;
107
- line-height: 1.22222222;
108
- }
109
-
110
- & > tbody td:first-child::before {
111
- display: none;
112
- }
113
-
114
- & > tbody > tr {
115
- border-bottom: none;
116
- margin-bottom: math.div(30px, $base-font-size-px) + em;
117
- }
118
- }
119
97
  }