@department-of-veterans-affairs/css-library 0.20.0-rc1 → 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/stylesheets/modules/m-action-link.css +2 -2
- package/dist/stylesheets/modules/m-dropdown.css +2 -2
- package/dist/stylesheets/modules/m-hub-page-link-list.css +1 -1
- package/dist/stylesheets/modules/m-nav-sidebar.css +3 -3
- package/dist/stylesheets/site/_m-crisis-line.scss +121 -0
- package/dist/stylesheets/site/_m-vet-nav.scss +469 -0
- package/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/package.json +3 -3
- package/dist/stylesheets/formation-overrides/elements/lists.css +0 -57
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": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"build:minify-core": "sass --style compressed dist/core.css:dist/core.min.css",
|
|
18
18
|
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets && yarn copy:scss-files",
|
|
19
19
|
"clean-dist": "rimraf dist/*",
|
|
20
|
-
"copy:scss-files": "cp -rv src/stylesheets/_override-function.scss dist/stylesheets/_override-function.scss && cp -rv src/stylesheets/_mixins.scss dist/stylesheets/_mixins.scss && cp -rv src/stylesheets/_functions.scss dist/stylesheets/_functions.scss && cp -rv src/stylesheets/formation-overrides/_variables.scss dist/stylesheets/formation-overrides/_variables.scss",
|
|
20
|
+
"copy:scss-files": "cp -rv src/stylesheets/_override-function.scss dist/stylesheets/_override-function.scss && cp -rv src/stylesheets/_mixins.scss dist/stylesheets/_mixins.scss && cp -rv src/stylesheets/_functions.scss dist/stylesheets/_functions.scss && cp -rv src/stylesheets/formation-overrides/_variables.scss dist/stylesheets/formation-overrides/_variables.scss && mkdir dist/stylesheets/site && cp -rv src/stylesheets/site/* dist/stylesheets/site",
|
|
21
21
|
"copy-assets": "cp -rv src/assets/fonts dist/fonts/ && cp -rv src/assets/img dist/img/",
|
|
22
22
|
"copy": "node ./copy-uswds-color-tokens.js && yarn run copy-assets"
|
|
23
23
|
},
|
|
@@ -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 */
|