@department-of-veterans-affairs/css-library 0.16.1-rc1 → 0.17.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.svg +0 -0
- package/dist/img/info.svg +0 -0
- package/dist/img/success.svg +0 -0
- package/dist/img/warning.svg +0 -0
- package/dist/stylesheets/base/va.css +1 -1
- package/dist/stylesheets/core.css +2 -2
- package/dist/stylesheets/formation-overrides/elements/typography.css +1 -1
- package/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/package.json +2 -2
package/dist/img/correct8.png
CHANGED
|
File without changes
|
package/dist/img/correct8.svg
CHANGED
|
File without changes
|
package/dist/img/error.svg
CHANGED
|
File without changes
|
package/dist/img/info.svg
CHANGED
|
File without changes
|
package/dist/img/success.svg
CHANGED
|
File without changes
|
package/dist/img/warning.svg
CHANGED
|
File without changes
|
|
@@ -4852,7 +4852,7 @@ caption {
|
|
|
4852
4852
|
*/
|
|
4853
4853
|
html {
|
|
4854
4854
|
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
4855
|
-
font-size:
|
|
4855
|
+
font-size: 100%;
|
|
4856
4856
|
}
|
|
4857
4857
|
|
|
4858
4858
|
body {
|
|
@@ -6049,7 +6049,7 @@ body {
|
|
|
6049
6049
|
}
|
|
6050
6050
|
|
|
6051
6051
|
html {
|
|
6052
|
-
font-size:
|
|
6052
|
+
font-size: 100%;
|
|
6053
6053
|
font-weight: 500;
|
|
6054
6054
|
}
|
|
6055
6055
|
|
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.17.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
|
+
}
|