@cfpb/cfpb-design-system 3.9.0 → 3.10.0

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.9.0",
3
+ "version": "3.10.0",
4
4
  "description": "CFPB's UI framework",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
@@ -169,7 +169,6 @@ input.a-btn::-moz-focus-inner {
169
169
  &--full-on-xs {
170
170
  // Mobile only.
171
171
  @include respond-to-max($bp-xs-max) {
172
- display: block;
173
172
  width: 100%;
174
173
  }
175
174
  }
@@ -18,17 +18,6 @@
18
18
  }
19
19
  }
20
20
 
21
- //
22
- // Spaced list modifier
23
- //
24
-
25
- .m-list--spaced {
26
- .m-list--spaced,
27
- .m-list__item + .m-list__item {
28
- margin-top: math.div(24px, $base-font-size-px) + em;
29
- }
30
- }
31
-
32
21
  //
33
22
  // Horizontal list modifier
34
23
  //