@department-of-veterans-affairs/css-library 0.20.0 → 0.21.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/dist/img/correct8.png +0 -0
- package/dist/img/correct8.svg +0 -0
- package/dist/img/error.png +0 -0
- package/dist/img/error.svg +0 -0
- package/dist/img/info.png +0 -0
- package/dist/img/info.svg +0 -0
- package/dist/img/success.png +0 -0
- package/dist/img/success.svg +0 -0
- package/dist/img/warning.png +0 -0
- package/dist/img/warning.svg +0 -0
- package/dist/stylesheets/base/utils.css +1 -1
- package/dist/stylesheets/base/va.css +0 -17
- package/dist/stylesheets/core.css +2771 -87
- package/dist/stylesheets/elements/lists.css +2786 -0
- package/dist/stylesheets/formation-overrides/elements/typography.css +2 -2
- package/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/package.json +2 -2
- package/dist/stylesheets/formation-overrides/elements/lists.css +0 -57
|
@@ -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:
|
|
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:
|
|
168
|
+
text-transform: none;
|
|
169
169
|
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
170
170
|
}
|
|
171
171
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@department-of-veterans-affairs/css-library",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
|
|
5
5
|
"packageManager": "yarn@3.2.0",
|
|
6
6
|
"files": [
|
|
@@ -30,4 +30,4 @@
|
|
|
30
30
|
"@uswds/uswds": "^3.9.0",
|
|
31
31
|
"rimraf": "^5.0.5"
|
|
32
32
|
}
|
|
33
|
-
}
|
|
33
|
+
}
|
|
@@ -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 */
|