@department-of-veterans-affairs/css-library 0.18.0 → 0.19.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/base/headings.css +1 -1
- package/dist/stylesheets/base/utils.css +1 -1
- package/dist/stylesheets/core.css +12 -97
- package/dist/stylesheets/formation-overrides/elements/buttons.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/inputs.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/typography.css +2 -2
- package/dist/stylesheets/modules/m-emergency-banner.css +1 -1
- package/dist/stylesheets/modules/m-maintenance-banner.css +1 -1
- package/dist/stylesheets/modules/m-megamenu.css +2 -2
- package/dist/stylesheets/shame.css +1 -1
- package/dist/stylesheets/utilities.css +1 -1
- package/dist/tokens/css/variables.css +3 -3
- package/dist/tokens/json/variables.json +4 -4
- package/dist/tokens/scss/variables.scss +3 -3
- package/package.json +1 -1
- package/dist/stylesheets/formation-overrides/elements/table.css +0 -78
|
@@ -1470,7 +1470,7 @@ h1, h2, h3, h4, h5 {
|
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
1472
|
h6 {
|
|
1473
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
1473
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
1474
1474
|
font-weight: 700;
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
font-weight: 400;
|
|
132
132
|
line-height: 1.5;
|
|
133
133
|
text-transform: uppercase;
|
|
134
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
134
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
/*# sourceMappingURL=utils.css.map */
|
|
@@ -2091,7 +2091,7 @@ template {
|
|
|
2091
2091
|
font-weight: 400;
|
|
2092
2092
|
line-height: 1.5;
|
|
2093
2093
|
text-transform: uppercase;
|
|
2094
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
2094
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
2095
2095
|
}
|
|
2096
2096
|
|
|
2097
2097
|
/*
|
|
@@ -2285,7 +2285,7 @@ button,
|
|
|
2285
2285
|
color: #ffffff;
|
|
2286
2286
|
cursor: pointer;
|
|
2287
2287
|
display: inline-block;
|
|
2288
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
2288
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
2289
2289
|
font-size: 16px;
|
|
2290
2290
|
font-weight: 700;
|
|
2291
2291
|
line-height: 1;
|
|
@@ -2966,7 +2966,7 @@ legend {
|
|
|
2966
2966
|
|
|
2967
2967
|
.usa-form-hint {
|
|
2968
2968
|
color: #757575;
|
|
2969
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
2969
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
2970
2970
|
margin-bottom: 0;
|
|
2971
2971
|
}
|
|
2972
2972
|
|
|
@@ -3282,91 +3282,6 @@ li:last-child {
|
|
|
3282
3282
|
margin-bottom: 0;
|
|
3283
3283
|
}
|
|
3284
3284
|
|
|
3285
|
-
/**
|
|
3286
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3287
|
-
working while we work on deprecation.
|
|
3288
|
-
**/
|
|
3289
|
-
/**
|
|
3290
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3291
|
-
working while we work on deprecation.
|
|
3292
|
-
**/
|
|
3293
|
-
/**
|
|
3294
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3295
|
-
working while we work on deprecation.
|
|
3296
|
-
**/
|
|
3297
|
-
/*
|
|
3298
|
-
Original: @import "~uswds/src/stylesheets/core/utilities";
|
|
3299
|
-
***THIS IS USWDS v1***
|
|
3300
|
-
*/
|
|
3301
|
-
/**
|
|
3302
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3303
|
-
working while we work on deprecation.
|
|
3304
|
-
**/
|
|
3305
|
-
/**
|
|
3306
|
-
/uswds/dist/scss/lib/addons/_margin.scss
|
|
3307
|
-
**/
|
|
3308
|
-
/**
|
|
3309
|
-
uswds/src/stylesheets/lib/helpers/_directional-values.scss
|
|
3310
|
-
**/
|
|
3311
|
-
/*
|
|
3312
|
-
Original: @import "~uswds/src/stylesheets/core/utilities";
|
|
3313
|
-
***THIS IS USWDS v1***
|
|
3314
|
-
*/
|
|
3315
|
-
.usa-sr-only {
|
|
3316
|
-
position: absolute;
|
|
3317
|
-
left: -999em;
|
|
3318
|
-
}
|
|
3319
|
-
|
|
3320
|
-
/*
|
|
3321
|
-
Original: @import "~uswds/src/stylesheets/elements/table";
|
|
3322
|
-
***THIS IS USWDS v1***
|
|
3323
|
-
*/
|
|
3324
|
-
table {
|
|
3325
|
-
border-spacing: 0;
|
|
3326
|
-
margin: 2em 0;
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
|
-
thead th {
|
|
3330
|
-
font-weight: 700;
|
|
3331
|
-
}
|
|
3332
|
-
thead th,
|
|
3333
|
-
thead td {
|
|
3334
|
-
background-color: #f0f0f0;
|
|
3335
|
-
}
|
|
3336
|
-
|
|
3337
|
-
th {
|
|
3338
|
-
text-align: left;
|
|
3339
|
-
}
|
|
3340
|
-
|
|
3341
|
-
th,
|
|
3342
|
-
td {
|
|
3343
|
-
background-color: #ffffff;
|
|
3344
|
-
border: 1px solid #565c65;
|
|
3345
|
-
font-weight: 400;
|
|
3346
|
-
padding: 0.625rem 0.9375rem;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
.usa-table-borderless thead th {
|
|
3350
|
-
background-color: transparent;
|
|
3351
|
-
border-top: 0;
|
|
3352
|
-
}
|
|
3353
|
-
.usa-table-borderless th,
|
|
3354
|
-
.usa-table-borderless td {
|
|
3355
|
-
border-left: 0;
|
|
3356
|
-
border-right: 0;
|
|
3357
|
-
}
|
|
3358
|
-
.usa-table-borderless th:first-child {
|
|
3359
|
-
padding-left: 0;
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
caption {
|
|
3363
|
-
font-size: 0.9375rem;
|
|
3364
|
-
font-weight: 700;
|
|
3365
|
-
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
3366
|
-
margin-bottom: 0.75rem;
|
|
3367
|
-
text-align: left;
|
|
3368
|
-
}
|
|
3369
|
-
|
|
3370
3285
|
/**
|
|
3371
3286
|
Variables ported over from Formation so that we can keep those stylesheets
|
|
3372
3287
|
working while we work on deprecation.
|
|
@@ -3407,7 +3322,7 @@ caption {
|
|
|
3407
3322
|
***THIS IS USWDS v1***
|
|
3408
3323
|
*/
|
|
3409
3324
|
html {
|
|
3410
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3325
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3411
3326
|
font-size: 100%;
|
|
3412
3327
|
}
|
|
3413
3328
|
|
|
@@ -3571,7 +3486,7 @@ dfn {
|
|
|
3571
3486
|
.usa-sans a,
|
|
3572
3487
|
.usa-sans li,
|
|
3573
3488
|
.usa-sans span {
|
|
3574
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3489
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3575
3490
|
}
|
|
3576
3491
|
.usa-sans a {
|
|
3577
3492
|
border-bottom: none;
|
|
@@ -3745,7 +3660,7 @@ dfn {
|
|
|
3745
3660
|
.usa-accordion > ul > li,
|
|
3746
3661
|
.usa-accordion-bordered > ul > li {
|
|
3747
3662
|
background-color: #f0f0f0;
|
|
3748
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3663
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3749
3664
|
list-style: none;
|
|
3750
3665
|
margin-bottom: 0.3125rem;
|
|
3751
3666
|
width: 100%;
|
|
@@ -3769,7 +3684,7 @@ dfn {
|
|
|
3769
3684
|
color: #212121;
|
|
3770
3685
|
cursor: pointer;
|
|
3771
3686
|
display: inline-block;
|
|
3772
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3687
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3773
3688
|
font-weight: 700;
|
|
3774
3689
|
margin: 0;
|
|
3775
3690
|
padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
|
|
@@ -3808,7 +3723,7 @@ dfn {
|
|
|
3808
3723
|
.usa-accordion > li,
|
|
3809
3724
|
.usa-accordion-bordered > li {
|
|
3810
3725
|
background-color: #f0f0f0;
|
|
3811
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3726
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3812
3727
|
list-style: none;
|
|
3813
3728
|
margin-bottom: 0.3125rem;
|
|
3814
3729
|
width: 100%;
|
|
@@ -3857,7 +3772,7 @@ dfn {
|
|
|
3857
3772
|
color: #212121;
|
|
3858
3773
|
cursor: pointer;
|
|
3859
3774
|
display: inline-block;
|
|
3860
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3775
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3861
3776
|
font-weight: 700;
|
|
3862
3777
|
margin: 0;
|
|
3863
3778
|
padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
|
|
@@ -3948,7 +3863,7 @@ dfn {
|
|
|
3948
3863
|
}
|
|
3949
3864
|
|
|
3950
3865
|
.usa-alert-text {
|
|
3951
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3866
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
3952
3867
|
margin-bottom: 0;
|
|
3953
3868
|
margin-top: 0;
|
|
3954
3869
|
}
|
|
@@ -4360,7 +4275,7 @@ fieldset {
|
|
|
4360
4275
|
|
|
4361
4276
|
.usa-form-note {
|
|
4362
4277
|
float: right;
|
|
4363
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
4278
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
4364
4279
|
font-size: 0.9375rem;
|
|
4365
4280
|
margin: 0 0 scale(1.5rem);
|
|
4366
4281
|
}
|
|
@@ -4508,7 +4423,7 @@ fieldset {
|
|
|
4508
4423
|
border: none;
|
|
4509
4424
|
color: #212121;
|
|
4510
4425
|
display: block;
|
|
4511
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
4426
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
4512
4427
|
line-height: 1.3;
|
|
4513
4428
|
padding: 0.53125rem 0.625rem 0.53125rem 0.5859375rem;
|
|
4514
4429
|
text-decoration: none;
|
|
@@ -47,7 +47,7 @@ button,
|
|
|
47
47
|
color: #ffffff;
|
|
48
48
|
cursor: pointer;
|
|
49
49
|
display: inline-block;
|
|
50
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
50
|
+
font-family: "Source Sans Pro Web", "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 Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
163
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
164
164
|
margin-bottom: 0;
|
|
165
165
|
}
|
|
166
166
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
html {
|
|
33
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
33
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
34
34
|
font-size: 100%;
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -194,7 +194,7 @@ dfn {
|
|
|
194
194
|
.usa-sans a,
|
|
195
195
|
.usa-sans li,
|
|
196
196
|
.usa-sans span {
|
|
197
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
197
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
198
198
|
}
|
|
199
199
|
.usa-sans a {
|
|
200
200
|
border-bottom: none;
|
|
@@ -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 Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
17
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
18
18
|
font-size: 1rem;
|
|
19
19
|
margin-top: 4px;
|
|
20
20
|
margin-left: 30.5px;
|
|
@@ -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 Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
17
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
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: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
111
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, 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: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
266
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
267
267
|
font-size: 16px;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -48,7 +48,7 @@ fieldset {
|
|
|
48
48
|
|
|
49
49
|
.usa-form-note {
|
|
50
50
|
float: right;
|
|
51
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
51
|
+
font-family: "Source Sans Pro Web", "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
|
}
|
|
@@ -5796,7 +5796,7 @@ through all possible variants
|
|
|
5796
5796
|
}
|
|
5797
5797
|
|
|
5798
5798
|
.vads-u-font-family--sans {
|
|
5799
|
-
font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
|
|
5799
|
+
font-family: Source Sans Pro Web, Source Sans Pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
|
|
5800
5800
|
}
|
|
5801
5801
|
|
|
5802
5802
|
.vads-u-font-family--serif {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 26 Feb 2025 18:27:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
--vads-input-tile-background-active-on-light: rgba(0, 94, 162, 0.1);
|
|
125
125
|
--vads-input-tile-border-active-on-light: #005ea2;
|
|
126
126
|
--vads-input-tile-border-on-light: rgba(27, 27, 27, 0.03);
|
|
127
|
-
--font-family-sans: 'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
127
|
+
--font-family-sans: 'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
128
128
|
--font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
129
129
|
--font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
130
|
-
--font-source-sans: 'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
130
|
+
--font-source-sans: 'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
131
131
|
--font-weight-normal: 400;
|
|
132
132
|
--font-weight-bold: 700;
|
|
133
133
|
--font-style-normal: normal;
|
|
@@ -2262,11 +2262,11 @@
|
|
|
2262
2262
|
"font": {
|
|
2263
2263
|
"family": {
|
|
2264
2264
|
"sans": {
|
|
2265
|
-
"value": "'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif",
|
|
2265
|
+
"value": "'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif",
|
|
2266
2266
|
"filePath": "tokens/fonts.json",
|
|
2267
2267
|
"isSource": true,
|
|
2268
2268
|
"original": {
|
|
2269
|
-
"value": "'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif"
|
|
2269
|
+
"value": "'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif"
|
|
2270
2270
|
},
|
|
2271
2271
|
"name": "font-family-sans",
|
|
2272
2272
|
"attributes": {
|
|
@@ -2319,11 +2319,11 @@
|
|
|
2319
2319
|
},
|
|
2320
2320
|
"source": {
|
|
2321
2321
|
"sans": {
|
|
2322
|
-
"value": "'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif",
|
|
2322
|
+
"value": "'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif",
|
|
2323
2323
|
"filePath": "tokens/fonts.json",
|
|
2324
2324
|
"isSource": true,
|
|
2325
2325
|
"original": {
|
|
2326
|
-
"value": "'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif"
|
|
2326
|
+
"value": "'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif"
|
|
2327
2327
|
},
|
|
2328
2328
|
"name": "font-source-sans",
|
|
2329
2329
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 26 Feb 2025 18:27:00 GMT
|
|
4
4
|
|
|
5
5
|
$xsmall-screen: 320px;
|
|
6
6
|
$small-screen: 481px;
|
|
@@ -122,10 +122,10 @@ $vads-input-suffix-color-text-on-light: #757575;
|
|
|
122
122
|
$vads-input-tile-background-active-on-light: rgba(0, 94, 162, 0.1);
|
|
123
123
|
$vads-input-tile-border-active-on-light: #005ea2;
|
|
124
124
|
$vads-input-tile-border-on-light: rgba(27, 27, 27, 0.03);
|
|
125
|
-
$font-family-sans: 'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
125
|
+
$font-family-sans: 'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
126
126
|
$font-family-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
127
127
|
$font-serif: Bitter, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
128
|
-
$font-source-sans: 'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
128
|
+
$font-source-sans: 'Source Sans Pro Web', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
|
129
129
|
$font-weight-normal: 400;
|
|
130
130
|
$font-weight-bold: 700;
|
|
131
131
|
$font-style-normal: normal;
|
package/package.json
CHANGED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Original: @import "~uswds/src/stylesheets/elements/table";
|
|
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
|
-
Original: @import "~uswds/src/stylesheets/core/utilities";
|
|
11
|
-
***THIS IS USWDS v1***
|
|
12
|
-
*/
|
|
13
|
-
/**
|
|
14
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
15
|
-
working while we work on deprecation.
|
|
16
|
-
**/
|
|
17
|
-
/**
|
|
18
|
-
/uswds/dist/scss/lib/addons/_margin.scss
|
|
19
|
-
**/
|
|
20
|
-
/**
|
|
21
|
-
uswds/src/stylesheets/lib/helpers/_directional-values.scss
|
|
22
|
-
**/
|
|
23
|
-
/*
|
|
24
|
-
Original: @import "~uswds/src/stylesheets/elements/table";
|
|
25
|
-
***THIS IS USWDS v1***
|
|
26
|
-
*/
|
|
27
|
-
.usa-sr-only {
|
|
28
|
-
position: absolute;
|
|
29
|
-
left: -999em;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
table {
|
|
33
|
-
border-spacing: 0;
|
|
34
|
-
margin: 2em 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
thead th {
|
|
38
|
-
font-weight: 700;
|
|
39
|
-
}
|
|
40
|
-
thead th,
|
|
41
|
-
thead td {
|
|
42
|
-
background-color: #f0f0f0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
th {
|
|
46
|
-
text-align: left;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
th,
|
|
50
|
-
td {
|
|
51
|
-
background-color: #ffffff;
|
|
52
|
-
border: 1px solid #565c65;
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
padding: 0.625rem 0.9375rem;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.usa-table-borderless thead th {
|
|
58
|
-
background-color: transparent;
|
|
59
|
-
border-top: 0;
|
|
60
|
-
}
|
|
61
|
-
.usa-table-borderless th,
|
|
62
|
-
.usa-table-borderless td {
|
|
63
|
-
border-left: 0;
|
|
64
|
-
border-right: 0;
|
|
65
|
-
}
|
|
66
|
-
.usa-table-borderless th:first-child {
|
|
67
|
-
padding-left: 0;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
caption {
|
|
71
|
-
font-size: 0.9375rem;
|
|
72
|
-
font-weight: 700;
|
|
73
|
-
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
74
|
-
margin-bottom: 0.75rem;
|
|
75
|
-
text-align: left;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/*# sourceMappingURL=table.css.map */
|