@department-of-veterans-affairs/css-library 0.20.0 → 0.21.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.
@@ -158,14 +158,14 @@ h6 {
158
158
  font-size: 0.8125rem;
159
159
  font-weight: 400;
160
160
  line-height: 1.5;
161
- text-transform: uppercase;
161
+ text-transform: none;
162
162
  font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
163
163
  }
164
164
  h6 a {
165
165
  font-size: 0.8125rem;
166
166
  font-weight: 400;
167
167
  line-height: 1.5;
168
- text-transform: uppercase;
168
+ text-transform: none;
169
169
  font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
170
170
  }
171
171
 
@@ -45,11 +45,6 @@
45
45
  margin: 0 0 1em 1.25em !important;
46
46
  padding: 0;
47
47
  }
48
- .process ul li {
49
- list-style: square;
50
- margin: 0;
51
- padding: 0.1em 0;
52
- }
53
48
 
54
49
  .process-step {
55
50
  border-left: 8px solid #aeb0b5;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 11 Mar 2025 21:20:35 GMT
3
+ * Generated on Tue, 01 Apr 2025 19:06:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 11 Mar 2025 21:20:35 GMT
3
+ // Generated on Tue, 01 Apr 2025 19:06:46 GMT
4
4
 
5
5
  $xsmall-screen: 320px;
6
6
  $small-screen: 481px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.20.0",
3
+ "version": "0.21.1",
4
4
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
5
5
  "packageManager": "yarn@3.2.0",
6
6
  "files": [
@@ -1,57 +0,0 @@
1
- /*
2
- Original: @import "~uswds/src/stylesheets/elements/labels";
3
- ***THIS IS USWDS v1***
4
- */
5
- /**
6
- Variables ported over from Formation so that we can keep those stylesheets
7
- working while we work on deprecation.
8
- **/
9
- /**
10
- /uswds/dist/scss/lib/addons/_margin.scss
11
- **/
12
- /**
13
- uswds/src/stylesheets/lib/helpers/_directional-values.scss
14
- **/
15
- /**
16
- Variables ported over from Formation so that we can keep those stylesheets
17
- working while we work on deprecation.
18
- **/
19
- /*
20
- Original: @import "~uswds/src/stylesheets/core/utilities";
21
- ***THIS IS USWDS v1***
22
- */
23
- /*
24
- Original: @import "~uswds/src/stylesheets/elements/labels";
25
- ***THIS IS USWDS v1***
26
- */
27
- .usa-sr-only {
28
- position: absolute;
29
- left: -999em;
30
- }
31
-
32
- ul,
33
- ol {
34
- margin-top: 1em;
35
- margin-bottom: 1em;
36
- padding-left: 1.94em;
37
- }
38
-
39
- li {
40
- line-height: 1.5;
41
- margin-bottom: 0.5em;
42
- }
43
- li:last-child {
44
- margin-bottom: 0;
45
- }
46
-
47
- .usa-unstyled-list {
48
- margin-top: 0;
49
- margin-bottom: 0;
50
- list-style-type: none;
51
- padding-left: 0;
52
- }
53
- .usa-unstyled-list > li {
54
- margin-bottom: 0;
55
- }
56
-
57
- /*# sourceMappingURL=lists.css.map */