@department-of-veterans-affairs/css-library 0.14.0-rc7 → 0.15.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/stylesheets/_mixins.scss +3 -2
- package/dist/stylesheets/base/headings.css +1 -1
- package/dist/stylesheets/base/utils.css +2 -2
- package/dist/stylesheets/base/va.css +1530 -87
- package/dist/stylesheets/core.css +3556 -3959
- package/dist/stylesheets/formation-overrides/_variables.scss +1 -1
- package/dist/stylesheets/formation-overrides/core/base.css +6 -6
- package/dist/stylesheets/formation-overrides/elements/buttons.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/inputs.css +5 -5
- package/dist/stylesheets/formation-overrides/elements/typography.css +4 -4
- package/dist/stylesheets/modules/m-alert.css +5 -9
- package/dist/stylesheets/modules/m-emergency-banner.css +1 -1
- package/dist/stylesheets/modules/m-form-process.css +1 -1
- package/dist/stylesheets/modules/m-loading-indicator.css +5 -9
- package/dist/stylesheets/modules/m-maintenance-banner.css +1 -1
- package/dist/stylesheets/modules/m-megamenu.css +2 -2
- package/dist/stylesheets/modules/m-modal.css +6 -10
- package/dist/stylesheets/modules/m-nav-sidebar.css +4 -8
- package/dist/stylesheets/shame.css +4 -5
- package/dist/stylesheets/utilities.css +23 -1
- package/dist/tokens/css/variables.css +6 -4
- package/dist/tokens/json/variables.json +46 -8
- package/dist/tokens/scss/variables.scss +6 -4
- package/package.json +2 -2
|
@@ -108,7 +108,7 @@ $lead-max-width: scale-rem(77rem);
|
|
|
108
108
|
$site-margins-mobile: scale-rem(1.5rem);
|
|
109
109
|
$nav-width: 951px;
|
|
110
110
|
$site-margins: scale-rem(3rem);
|
|
111
|
-
$site-max-width:
|
|
111
|
+
$site-max-width: 1040px;
|
|
112
112
|
|
|
113
113
|
$sidenav-current-border-width: scale-rem(0.4rem);
|
|
114
114
|
|
|
@@ -44,21 +44,21 @@ input:not([disabled]):focus,
|
|
|
44
44
|
select:not([disabled]):focus,
|
|
45
45
|
textarea:not([disabled]):focus,
|
|
46
46
|
button:not([disabled]):focus {
|
|
47
|
-
outline: 2px
|
|
48
|
-
outline-offset:
|
|
47
|
+
outline: 2px dotted #aeb0b5;
|
|
48
|
+
outline-offset: 3px;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
iframe:focus,
|
|
52
52
|
[href]:focus,
|
|
53
53
|
[tabindex]:focus,
|
|
54
54
|
[contentEditable=true]:focus {
|
|
55
|
-
outline: 2px
|
|
56
|
-
outline-offset:
|
|
55
|
+
outline: 2px dotted #aeb0b5;
|
|
56
|
+
outline-offset: 3px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.usa-focus {
|
|
60
|
-
outline: 2px
|
|
61
|
-
outline-offset:
|
|
60
|
+
outline: 2px dotted #aeb0b5;
|
|
61
|
+
outline-offset: 3px;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
/*# sourceMappingURL=base.css.map */
|
|
@@ -47,7 +47,7 @@ button,
|
|
|
47
47
|
color: #ffffff;
|
|
48
48
|
cursor: pointer;
|
|
49
49
|
display: inline-block;
|
|
50
|
-
font-family: "Source Sans Pro
|
|
50
|
+
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
51
51
|
font-size: 16px;
|
|
52
52
|
font-weight: 700;
|
|
53
53
|
line-height: 1;
|
|
@@ -160,7 +160,7 @@ legend {
|
|
|
160
160
|
|
|
161
161
|
.usa-form-hint {
|
|
162
162
|
color: #757575;
|
|
163
|
-
font-family: "Source Sans Pro
|
|
163
|
+
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
164
164
|
margin-bottom: 0;
|
|
165
165
|
}
|
|
166
166
|
|
|
@@ -233,8 +233,8 @@ legend {
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
[type=radio]:focus + label::before {
|
|
236
|
-
outline: 2px
|
|
237
|
-
outline-offset:
|
|
236
|
+
outline: 2px dotted #aeb0b5;
|
|
237
|
+
outline-offset: 6px;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
[type=checkbox]:disabled + label {
|
|
@@ -242,8 +242,8 @@ legend {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
[type=checkbox]:focus + label::before {
|
|
245
|
-
outline: 2px
|
|
246
|
-
outline-offset:
|
|
245
|
+
outline: 2px dotted #aeb0b5;
|
|
246
|
+
outline-offset: 3px;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
[type=checkbox]:disabled + label::before,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
html {
|
|
33
|
-
font-family: "Source Sans Pro
|
|
33
|
+
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
34
34
|
font-size: 16px;
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -52,8 +52,8 @@ a:hover, a:active {
|
|
|
52
52
|
color: #1a4480;
|
|
53
53
|
}
|
|
54
54
|
a:focus {
|
|
55
|
-
outline: 2px
|
|
56
|
-
outline-offset:
|
|
55
|
+
outline: 2px dotted #aeb0b5;
|
|
56
|
+
outline-offset: 3px;
|
|
57
57
|
}
|
|
58
58
|
a:visited {
|
|
59
59
|
color: #54278f;
|
|
@@ -190,7 +190,7 @@ dfn {
|
|
|
190
190
|
.usa-sans a,
|
|
191
191
|
.usa-sans li,
|
|
192
192
|
.usa-sans span {
|
|
193
|
-
font-family: "Source Sans Pro
|
|
193
|
+
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
194
194
|
}
|
|
195
195
|
.usa-sans a {
|
|
196
196
|
border-bottom: none;
|
|
@@ -6,10 +6,6 @@
|
|
|
6
6
|
Variables ported over from Formation so that we can keep those stylesheets
|
|
7
7
|
working while we work on deprecation.
|
|
8
8
|
**/
|
|
9
|
-
/**
|
|
10
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
11
|
-
working while we work on deprecation.
|
|
12
|
-
**/
|
|
13
9
|
/**
|
|
14
10
|
/uswds/dist/scss/lib/addons/_margin.scss
|
|
15
11
|
**/
|
|
@@ -22,7 +18,7 @@
|
|
|
22
18
|
border-left-style: solid;
|
|
23
19
|
border-left-width: 10px;
|
|
24
20
|
display: table;
|
|
25
|
-
padding:
|
|
21
|
+
padding: units(4) units(8) units(4) units(3);
|
|
26
22
|
width: 100%;
|
|
27
23
|
}
|
|
28
24
|
.usa-alert::before {
|
|
@@ -57,7 +53,7 @@
|
|
|
57
53
|
padding-top: 0;
|
|
58
54
|
}
|
|
59
55
|
.usa-alert-text {
|
|
60
|
-
margin-top:
|
|
56
|
+
margin-top: units(2.5);
|
|
61
57
|
}
|
|
62
58
|
.usa-alert-text:only-child {
|
|
63
59
|
margin: 0;
|
|
@@ -70,10 +66,10 @@
|
|
|
70
66
|
margin-bottom: 0;
|
|
71
67
|
}
|
|
72
68
|
.usa-alert-text .usa-alert-heading + p:only-of-type {
|
|
73
|
-
margin-top:
|
|
69
|
+
margin-top: units(2.5);
|
|
74
70
|
}
|
|
75
71
|
.usa-alert-text ul {
|
|
76
|
-
padding-left:
|
|
72
|
+
padding-left: units(2.5);
|
|
77
73
|
}
|
|
78
74
|
.usa-alert-info {
|
|
79
75
|
border-left-color: #00a6d2;
|
|
@@ -128,7 +124,7 @@
|
|
|
128
124
|
font-size: 1.40625rem;
|
|
129
125
|
padding: 0;
|
|
130
126
|
position: absolute;
|
|
131
|
-
margin:
|
|
127
|
+
margin: units(2);
|
|
132
128
|
right: 0;
|
|
133
129
|
top: 0;
|
|
134
130
|
width: auto;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
margin-right: -22.5px;
|
|
15
15
|
}
|
|
16
16
|
.vads-c-emergency-banner .usa-alert .usa-alert-heading {
|
|
17
|
-
font-family: "Source Sans Pro
|
|
17
|
+
font-family: "Source Sans Pro";
|
|
18
18
|
font-size: 1rem;
|
|
19
19
|
margin-top: 4px;
|
|
20
20
|
margin-left: 30.5px;
|
|
@@ -2,23 +2,19 @@
|
|
|
2
2
|
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
3
|
working while we work on deprecation.
|
|
4
4
|
**/
|
|
5
|
-
/**
|
|
6
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
7
|
-
working while we work on deprecation.
|
|
8
|
-
**/
|
|
9
5
|
.loading-indicator-container {
|
|
10
6
|
text-align: center;
|
|
11
7
|
}
|
|
12
8
|
.loading-indicator-container .loading-indicator {
|
|
13
9
|
display: block;
|
|
14
|
-
height:
|
|
15
|
-
margin-top:
|
|
10
|
+
height: units(8);
|
|
11
|
+
margin-top: units(2);
|
|
16
12
|
}
|
|
17
13
|
.loading-indicator-container .loading-indicator:after {
|
|
18
14
|
content: " ";
|
|
19
15
|
display: inline-block;
|
|
20
|
-
width:
|
|
21
|
-
height:
|
|
16
|
+
width: units(7);
|
|
17
|
+
height: units(7);
|
|
22
18
|
margin: 1px;
|
|
23
19
|
border-radius: 50%;
|
|
24
20
|
border: 8px solid #005ea2;
|
|
@@ -30,7 +26,7 @@
|
|
|
30
26
|
}
|
|
31
27
|
|
|
32
28
|
.async-loader {
|
|
33
|
-
padding-bottom:
|
|
29
|
+
padding-bottom: units(1);
|
|
34
30
|
}
|
|
35
31
|
|
|
36
32
|
@keyframes spin {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
margin-right: -22.5px;
|
|
15
15
|
}
|
|
16
16
|
.vads-c-maintenance-banner .usa-alert .usa-alert-heading {
|
|
17
|
-
font-family: "Source Sans Pro
|
|
17
|
+
font-family: "Source Sans Pro";
|
|
18
18
|
font-size: 1rem;
|
|
19
19
|
margin-top: 4px;
|
|
20
20
|
margin-left: 30.5px;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
.mega-menu .vetnav-panel--submenu:not([hidden]) h3 {
|
|
109
109
|
display: block;
|
|
110
110
|
color: #000000;
|
|
111
|
-
font-family:
|
|
111
|
+
font-family: Source Sans Pro, sans serif;
|
|
112
112
|
font-size: 16px;
|
|
113
113
|
font-weight: bold;
|
|
114
114
|
margin-top: 4px;
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
#mega-menu .vetnav-panel--submenu:not([hidden]) h3,
|
|
265
265
|
.mega-menu .vetnav-panel--submenu:not([hidden]) h3 {
|
|
266
|
-
font-family:
|
|
266
|
+
font-family: Source Sans Pro, sans serif;
|
|
267
267
|
font-size: 16px;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -6,10 +6,6 @@
|
|
|
6
6
|
Variables ported over from Formation so that we can keep those stylesheets
|
|
7
7
|
working while we work on deprecation.
|
|
8
8
|
**/
|
|
9
|
-
/**
|
|
10
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
11
|
-
working while we work on deprecation.
|
|
12
|
-
**/
|
|
13
9
|
/**
|
|
14
10
|
/uswds/dist/scss/lib/addons/_margin.scss
|
|
15
11
|
**/
|
|
@@ -37,14 +33,14 @@
|
|
|
37
33
|
}
|
|
38
34
|
}
|
|
39
35
|
.va-modal .va-modal-body {
|
|
40
|
-
margin-right:
|
|
36
|
+
margin-right: units(2.5);
|
|
41
37
|
}
|
|
42
38
|
.va-modal .va-modal-body p:first-of-type {
|
|
43
39
|
margin-top: 0;
|
|
44
40
|
}
|
|
45
41
|
.va-modal-title {
|
|
46
42
|
margin: 0;
|
|
47
|
-
margin-bottom:
|
|
43
|
+
margin-bottom: units(2);
|
|
48
44
|
}
|
|
49
45
|
.va-modal-inner {
|
|
50
46
|
background: #ffffff;
|
|
@@ -66,17 +62,17 @@
|
|
|
66
62
|
max-width: 37.5rem;
|
|
67
63
|
}
|
|
68
64
|
.va-modal-alert .alert-actions {
|
|
69
|
-
margin-top:
|
|
65
|
+
margin-top: units(3);
|
|
70
66
|
}
|
|
71
67
|
.va-modal-alert .alert-actions button {
|
|
72
68
|
margin: 0;
|
|
73
69
|
}
|
|
74
70
|
.va-modal-alert .alert-actions button + button {
|
|
75
|
-
margin-left:
|
|
71
|
+
margin-left: units(2.5);
|
|
76
72
|
}
|
|
77
73
|
.va-modal-body {
|
|
78
74
|
overflow-wrap: break-word;
|
|
79
|
-
padding:
|
|
75
|
+
padding: units(2.5);
|
|
80
76
|
word-break: break-word;
|
|
81
77
|
word-wrap: break-word;
|
|
82
78
|
}
|
|
@@ -103,7 +99,7 @@ button.va-modal-close {
|
|
|
103
99
|
font-size: 1.40625rem;
|
|
104
100
|
padding: 0;
|
|
105
101
|
position: absolute;
|
|
106
|
-
margin:
|
|
102
|
+
margin: units(2);
|
|
107
103
|
right: 0;
|
|
108
104
|
top: 0;
|
|
109
105
|
width: auto;
|
|
@@ -7,10 +7,6 @@
|
|
|
7
7
|
Variables ported over from Formation so that we can keep those stylesheets
|
|
8
8
|
working while we work on deprecation.
|
|
9
9
|
**/
|
|
10
|
-
/**
|
|
11
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
12
|
-
working while we work on deprecation.
|
|
13
|
-
**/
|
|
14
10
|
/**
|
|
15
11
|
/uswds/dist/scss/lib/addons/_margin.scss
|
|
16
12
|
**/
|
|
@@ -237,7 +233,7 @@
|
|
|
237
233
|
font-size: 15px;
|
|
238
234
|
}
|
|
239
235
|
.va-sidebarnav .usa-sidenav-sub_list a:focus {
|
|
240
|
-
outline: 2px
|
|
236
|
+
outline: 2px dotted #aeb0b5;
|
|
241
237
|
outline-offset: 0px;
|
|
242
238
|
}
|
|
243
239
|
.va-sidebarnav .usa-sidenav-sub_list a:hover, .va-sidebarnav .usa-sidenav-sub_list a:focus {
|
|
@@ -309,13 +305,13 @@
|
|
|
309
305
|
.va-btn-sidebarnav-trigger .button-wrapper {
|
|
310
306
|
position: absolute;
|
|
311
307
|
width: 100%;
|
|
312
|
-
padding:
|
|
308
|
+
padding: units(1) units(1) units(2);
|
|
313
309
|
}
|
|
314
310
|
.va-btn-sidebarnav-trigger button {
|
|
315
311
|
background-color: #ffffff;
|
|
316
312
|
color: #005ea2;
|
|
317
313
|
margin: 0;
|
|
318
|
-
padding:
|
|
314
|
+
padding: units(1.5);
|
|
319
315
|
border: 1px solid #005ea2;
|
|
320
316
|
border-radius: 4px;
|
|
321
317
|
width: 100%;
|
|
@@ -324,7 +320,7 @@
|
|
|
324
320
|
justify-content: space-between;
|
|
325
321
|
}
|
|
326
322
|
.va-btn-sidebarnav-trigger button strong {
|
|
327
|
-
line-height:
|
|
323
|
+
line-height: units(2.5);
|
|
328
324
|
}
|
|
329
325
|
.va-btn-sidebarnav-trigger button svg {
|
|
330
326
|
fill: #005ea2;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
**/
|
|
19
19
|
@media screen and (min-width: 768px), print and (min-width: 768px) {
|
|
20
20
|
[type=submit] {
|
|
21
|
-
margin-top: calc(
|
|
21
|
+
margin-top: calc(3rem - 0.2em);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -30,7 +30,7 @@ fieldset {
|
|
|
30
30
|
|
|
31
31
|
@media screen and (min-width: 768px), print and (min-width: 768px) {
|
|
32
32
|
.usa-form {
|
|
33
|
-
max-width:
|
|
33
|
+
max-width: 20rem;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -48,7 +48,7 @@ fieldset {
|
|
|
48
48
|
|
|
49
49
|
.usa-form-note {
|
|
50
50
|
float: right;
|
|
51
|
-
font-family: "Source Sans Pro
|
|
51
|
+
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
52
52
|
font-size: 0.9375rem;
|
|
53
53
|
margin: 0 0 scale(1.5rem);
|
|
54
54
|
}
|
|
@@ -152,7 +152,6 @@ fieldset {
|
|
|
152
152
|
**/
|
|
153
153
|
body .row {
|
|
154
154
|
max-width: 62.5em;
|
|
155
|
-
margin: 0 auto;
|
|
156
155
|
}
|
|
157
156
|
body .row-padded {
|
|
158
157
|
max-width: 62.5rem;
|
|
@@ -162,7 +161,7 @@ body .row-padded {
|
|
|
162
161
|
|
|
163
162
|
@media screen and (min-width: 768px), print and (min-width: 768px) {
|
|
164
163
|
.form-panel {
|
|
165
|
-
max-width:
|
|
164
|
+
max-width: 20rem;
|
|
166
165
|
}
|
|
167
166
|
}
|
|
168
167
|
|
|
@@ -5796,13 +5796,17 @@ through all possible variants
|
|
|
5796
5796
|
}
|
|
5797
5797
|
|
|
5798
5798
|
.vads-u-font-family--sans {
|
|
5799
|
-
font-family: Source Sans Pro
|
|
5799
|
+
font-family: Source Sans Pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
|
|
5800
5800
|
}
|
|
5801
5801
|
|
|
5802
5802
|
.vads-u-font-family--serif {
|
|
5803
5803
|
font-family: Bitter, Georgia, Cambria, Times New Roman, Times, serif !important;
|
|
5804
5804
|
}
|
|
5805
5805
|
|
|
5806
|
+
.vads-u-font-size--source-sans-normalized {
|
|
5807
|
+
font-size: 1.063rem !important;
|
|
5808
|
+
}
|
|
5809
|
+
|
|
5806
5810
|
.vads-u-font-size--sm {
|
|
5807
5811
|
font-size: 0.938rem !important;
|
|
5808
5812
|
}
|
|
@@ -7561,6 +7565,9 @@ through all possible variants
|
|
|
7561
7565
|
.mobile\:vads-u-order--initial {
|
|
7562
7566
|
order: 0 !important;
|
|
7563
7567
|
}
|
|
7568
|
+
.mobile\:vads-u-font-size--source-sans-normalized {
|
|
7569
|
+
font-size: 1.063rem !important;
|
|
7570
|
+
}
|
|
7564
7571
|
.mobile\:vads-u-font-size--sm {
|
|
7565
7572
|
font-size: 0.938rem !important;
|
|
7566
7573
|
}
|
|
@@ -8948,6 +8955,9 @@ through all possible variants
|
|
|
8948
8955
|
.mobile-lg\:vads-u-order--initial {
|
|
8949
8956
|
order: 0 !important;
|
|
8950
8957
|
}
|
|
8958
|
+
.mobile-lg\:vads-u-font-size--source-sans-normalized {
|
|
8959
|
+
font-size: 1.063rem !important;
|
|
8960
|
+
}
|
|
8951
8961
|
.mobile-lg\:vads-u-font-size--sm {
|
|
8952
8962
|
font-size: 0.938rem !important;
|
|
8953
8963
|
}
|
|
@@ -10335,6 +10345,9 @@ through all possible variants
|
|
|
10335
10345
|
.tablet\:vads-u-order--initial {
|
|
10336
10346
|
order: 0 !important;
|
|
10337
10347
|
}
|
|
10348
|
+
.tablet\:vads-u-font-size--source-sans-normalized {
|
|
10349
|
+
font-size: 1.063rem !important;
|
|
10350
|
+
}
|
|
10338
10351
|
.tablet\:vads-u-font-size--sm {
|
|
10339
10352
|
font-size: 0.938rem !important;
|
|
10340
10353
|
}
|
|
@@ -11722,6 +11735,9 @@ through all possible variants
|
|
|
11722
11735
|
.desktop\:vads-u-order--initial {
|
|
11723
11736
|
order: 0 !important;
|
|
11724
11737
|
}
|
|
11738
|
+
.desktop\:vads-u-font-size--source-sans-normalized {
|
|
11739
|
+
font-size: 1.063rem !important;
|
|
11740
|
+
}
|
|
11725
11741
|
.desktop\:vads-u-font-size--sm {
|
|
11726
11742
|
font-size: 0.938rem !important;
|
|
11727
11743
|
}
|
|
@@ -13109,6 +13125,9 @@ through all possible variants
|
|
|
13109
13125
|
.desktop-lg\:vads-u-order--initial {
|
|
13110
13126
|
order: 0 !important;
|
|
13111
13127
|
}
|
|
13128
|
+
.desktop-lg\:vads-u-font-size--source-sans-normalized {
|
|
13129
|
+
font-size: 1.063rem !important;
|
|
13130
|
+
}
|
|
13112
13131
|
.desktop-lg\:vads-u-font-size--sm {
|
|
13113
13132
|
font-size: 0.938rem !important;
|
|
13114
13133
|
}
|
|
@@ -14496,6 +14515,9 @@ through all possible variants
|
|
|
14496
14515
|
.medium-screen\:vads-u-order--initial {
|
|
14497
14516
|
order: 0 !important;
|
|
14498
14517
|
}
|
|
14518
|
+
.medium-screen\:vads-u-font-size--source-sans-normalized {
|
|
14519
|
+
font-size: 1.063rem !important;
|
|
14520
|
+
}
|
|
14499
14521
|
.medium-screen\:vads-u-font-size--sm {
|
|
14500
14522
|
font-size: 0.938rem !important;
|
|
14501
14523
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 18 Nov 2024 18:52:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -111,16 +111,16 @@
|
|
|
111
111
|
--vads-color-background-default-on-dark: #171716;
|
|
112
112
|
--vads-color-forms-surface-active-on-light: #ecf1f7;
|
|
113
113
|
--vads-color-forms-surface-active-on-dark: #252f3e;
|
|
114
|
-
--font-family-sans: 'Source Sans Pro
|
|
114
|
+
--font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
115
115
|
--font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
116
116
|
--font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
117
|
-
--font-source-sans: 'Source Sans Pro
|
|
117
|
+
--font-source-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
118
118
|
--font-weight-normal: 400;
|
|
119
119
|
--font-weight-bold: 700;
|
|
120
120
|
--font-style-normal: normal;
|
|
121
121
|
--font-style-italic: italic;
|
|
122
122
|
--font-size-sm: 0.938rem;
|
|
123
|
-
--font-size-
|
|
123
|
+
--font-size-root: 1rem;
|
|
124
124
|
--font-size-md: 1.063rem;
|
|
125
125
|
--font-size-lg: 1.25rem;
|
|
126
126
|
--font-size-xl: 1.875rem;
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
--vads-font-line-height-body-lead: 1.75;
|
|
136
136
|
--vads-font-line-height-default: 1.5;
|
|
137
137
|
--vads-font-line-height-heading: 1.2;
|
|
138
|
+
--vads-font-size-source-sans-normalized: 1.06rem;
|
|
139
|
+
--vads-font-size-root: 1rem;
|
|
138
140
|
--vads-font-size-body-large: 20px;
|
|
139
141
|
--vads-font-size-body-lead: 20px;
|
|
140
142
|
--vads-font-size-body-medium: 17px;
|
|
@@ -1993,11 +1993,11 @@
|
|
|
1993
1993
|
"font": {
|
|
1994
1994
|
"family": {
|
|
1995
1995
|
"sans": {
|
|
1996
|
-
"value": "'Source Sans Pro
|
|
1996
|
+
"value": "'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif",
|
|
1997
1997
|
"filePath": "tokens/fonts.json",
|
|
1998
1998
|
"isSource": true,
|
|
1999
1999
|
"original": {
|
|
2000
|
-
"value": "'Source Sans Pro
|
|
2000
|
+
"value": "'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif"
|
|
2001
2001
|
},
|
|
2002
2002
|
"name": "font-family-sans",
|
|
2003
2003
|
"attributes": {
|
|
@@ -2050,11 +2050,11 @@
|
|
|
2050
2050
|
},
|
|
2051
2051
|
"source": {
|
|
2052
2052
|
"sans": {
|
|
2053
|
-
"value": "'Source Sans Pro
|
|
2053
|
+
"value": "'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif",
|
|
2054
2054
|
"filePath": "tokens/fonts.json",
|
|
2055
2055
|
"isSource": true,
|
|
2056
2056
|
"original": {
|
|
2057
|
-
"value": "'Source Sans Pro
|
|
2057
|
+
"value": "'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif"
|
|
2058
2058
|
},
|
|
2059
2059
|
"name": "font-source-sans",
|
|
2060
2060
|
"attributes": {
|
|
@@ -2169,23 +2169,23 @@
|
|
|
2169
2169
|
"sm"
|
|
2170
2170
|
]
|
|
2171
2171
|
},
|
|
2172
|
-
"
|
|
2172
|
+
"root": {
|
|
2173
2173
|
"value": "1rem",
|
|
2174
2174
|
"filePath": "tokens/fonts.json",
|
|
2175
2175
|
"isSource": true,
|
|
2176
2176
|
"original": {
|
|
2177
2177
|
"value": "1rem"
|
|
2178
2178
|
},
|
|
2179
|
-
"name": "font-size-
|
|
2179
|
+
"name": "font-size-root",
|
|
2180
2180
|
"attributes": {
|
|
2181
2181
|
"category": "font",
|
|
2182
2182
|
"type": "size",
|
|
2183
|
-
"item": "
|
|
2183
|
+
"item": "root"
|
|
2184
2184
|
},
|
|
2185
2185
|
"path": [
|
|
2186
2186
|
"font",
|
|
2187
2187
|
"size",
|
|
2188
|
-
"
|
|
2188
|
+
"root"
|
|
2189
2189
|
]
|
|
2190
2190
|
},
|
|
2191
2191
|
"md": {
|
|
@@ -2464,6 +2464,44 @@
|
|
|
2464
2464
|
}
|
|
2465
2465
|
},
|
|
2466
2466
|
"size": {
|
|
2467
|
+
"source-sans-normalized": {
|
|
2468
|
+
"value": "1.06rem",
|
|
2469
|
+
"filePath": "tokens/fonts.json",
|
|
2470
|
+
"isSource": true,
|
|
2471
|
+
"original": {
|
|
2472
|
+
"value": "1.06rem"
|
|
2473
|
+
},
|
|
2474
|
+
"name": "vads-font-size-source-sans-normalized",
|
|
2475
|
+
"attributes": {
|
|
2476
|
+
"category": "vads-font",
|
|
2477
|
+
"type": "size",
|
|
2478
|
+
"item": "source-sans-normalized"
|
|
2479
|
+
},
|
|
2480
|
+
"path": [
|
|
2481
|
+
"vads-font",
|
|
2482
|
+
"size",
|
|
2483
|
+
"source-sans-normalized"
|
|
2484
|
+
]
|
|
2485
|
+
},
|
|
2486
|
+
"root": {
|
|
2487
|
+
"value": "1rem",
|
|
2488
|
+
"filePath": "tokens/fonts.json",
|
|
2489
|
+
"isSource": true,
|
|
2490
|
+
"original": {
|
|
2491
|
+
"value": "1rem"
|
|
2492
|
+
},
|
|
2493
|
+
"name": "vads-font-size-root",
|
|
2494
|
+
"attributes": {
|
|
2495
|
+
"category": "vads-font",
|
|
2496
|
+
"type": "size",
|
|
2497
|
+
"item": "root"
|
|
2498
|
+
},
|
|
2499
|
+
"path": [
|
|
2500
|
+
"vads-font",
|
|
2501
|
+
"size",
|
|
2502
|
+
"root"
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2467
2505
|
"body": {
|
|
2468
2506
|
"large": {
|
|
2469
2507
|
"value": "20px",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 18 Nov 2024 18:52:29 GMT
|
|
4
4
|
|
|
5
5
|
$xsmall-screen: 320px;
|
|
6
6
|
$small-screen: 481px;
|
|
@@ -109,16 +109,16 @@ $vads-color-feedback-border-warning-on-dark: #face00;
|
|
|
109
109
|
$vads-color-background-default-on-dark: #171716;
|
|
110
110
|
$vads-color-forms-surface-active-on-light: #ecf1f7;
|
|
111
111
|
$vads-color-forms-surface-active-on-dark: #252f3e;
|
|
112
|
-
$font-family-sans: 'Source Sans Pro
|
|
112
|
+
$font-family-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
113
113
|
$font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
114
114
|
$font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
115
|
-
$font-source-sans: 'Source Sans Pro
|
|
115
|
+
$font-source-sans: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
116
116
|
$font-weight-normal: 400;
|
|
117
117
|
$font-weight-bold: 700;
|
|
118
118
|
$font-style-normal: normal;
|
|
119
119
|
$font-style-italic: italic;
|
|
120
120
|
$font-size-sm: 0.938rem;
|
|
121
|
-
$font-size-
|
|
121
|
+
$font-size-root: 1rem;
|
|
122
122
|
$font-size-md: 1.063rem;
|
|
123
123
|
$font-size-lg: 1.25rem;
|
|
124
124
|
$font-size-xl: 1.875rem;
|
|
@@ -133,6 +133,8 @@ $v3-font-base-size: 16px;
|
|
|
133
133
|
$vads-font-line-height-body-lead: 1.75;
|
|
134
134
|
$vads-font-line-height-default: 1.5;
|
|
135
135
|
$vads-font-line-height-heading: 1.2;
|
|
136
|
+
$vads-font-size-source-sans-normalized: 1.06rem;
|
|
137
|
+
$vads-font-size-root: 1rem;
|
|
136
138
|
$vads-font-size-body-large: 20px;
|
|
137
139
|
$vads-font-size-body-lead: 20px;
|
|
138
140
|
$vads-font-size-body-medium: 17px;
|
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.15.0",
|
|
4
4
|
"description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
|
|
5
5
|
"packageManager": "yarn@3.2.0",
|
|
6
6
|
"files": [
|
|
@@ -29,4 +29,4 @@
|
|
|
29
29
|
"@uswds/uswds": "^3.9.0",
|
|
30
30
|
"rimraf": "^5.0.5"
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|