@department-of-veterans-affairs/css-library 0.12.2 → 0.13.1

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.
@@ -3575,8 +3575,8 @@ dfn {
3575
3575
 
3576
3576
  .usa-alert-success {
3577
3577
  background-color: #ecf3ec;
3578
- background-image: url("/img/alerts/success.png");
3579
- background-image: url("/img/alerts/success.svg");
3578
+ background-image: url("/img/success.png");
3579
+ background-image: url("/img/success.svg");
3580
3580
  }
3581
3581
  .usa-alert-success::before {
3582
3582
  background-color: #008817;
@@ -3587,8 +3587,8 @@ dfn {
3587
3587
 
3588
3588
  .usa-alert-warning {
3589
3589
  background-color: #fef0c8;
3590
- background-image: url("/img/alerts/warning.png");
3591
- background-image: url("/img/alerts/warning.svg");
3590
+ background-image: url("/img/warning.png");
3591
+ background-image: url("/img/warning.svg");
3592
3592
  }
3593
3593
  .usa-alert-warning::before {
3594
3594
  background-color: #ffbe2e;
@@ -3599,8 +3599,8 @@ dfn {
3599
3599
 
3600
3600
  .usa-alert-error {
3601
3601
  background-color: #f8dfe2;
3602
- background-image: url("/img/alerts/error.png");
3603
- background-image: url("/img/alerts/error.svg");
3602
+ background-image: url("/img/error.png");
3603
+ background-image: url("/img/error.svg");
3604
3604
  }
3605
3605
  .usa-alert-error::before {
3606
3606
  background-color: #d83933;
@@ -3611,8 +3611,8 @@ dfn {
3611
3611
 
3612
3612
  .usa-alert-info {
3613
3613
  background-color: #e1f3f8;
3614
- background-image: url("/img/alerts/info.png");
3615
- background-image: url("/img/alerts/info.svg");
3614
+ background-image: url("/img/info.png");
3615
+ background-image: url("/img/info.svg");
3616
3616
  }
3617
3617
  .usa-alert-info::before {
3618
3618
  background-color: #00bde3;
@@ -1398,29 +1398,36 @@ a.vads-c-action-link--blue, a.vads-c-action-link--green, a.vads-c-action-link--w
1398
1398
  display: inline-block;
1399
1399
  }
1400
1400
  a.vads-c-action-link--blue:before, a.vads-c-action-link--green:before, a.vads-c-action-link--white:before {
1401
- font-family: "Font Awesome 5 Free";
1402
- font-weight: 900;
1403
- font-size: 175%;
1404
- content: "\f138";
1405
- content: "\f138"/"";
1401
+ background-image: url("/img/arrow-right-white.svg");
1402
+ background-size: 18px 18px;
1403
+ background-repeat: no-repeat;
1404
+ background-position: center;
1405
+ border-radius: 50%;
1406
+ content: "";
1407
+ height: 30px;
1408
+ width: 30px;
1406
1409
  position: absolute;
1407
- left: 0px;
1408
- top: -4px;
1410
+ top: 2px;
1411
+ left: 0;
1412
+ font-family: unset;
1413
+ font-weight: unset;
1414
+ font-size: unset;
1409
1415
  }
1410
1416
 
1411
1417
  a.vads-c-action-link--blue:before {
1412
- color: #005ea2;
1418
+ background-color: #005ea2;
1413
1419
  }
1414
1420
 
1415
1421
  a.vads-c-action-link--green:before {
1416
- color: #008817;
1422
+ background-color: #008817;
1417
1423
  }
1418
1424
 
1419
1425
  a.vads-c-action-link--white {
1420
1426
  color: #ffffff;
1421
1427
  }
1422
1428
  a.vads-c-action-link--white:before {
1423
- color: #ffffff;
1429
+ background-image: url("/img/arrow-right.svg");
1430
+ background-color: #ffffff;
1424
1431
  -webkit-transition-duration: 0.3s;
1425
1432
  transition-duration: 0.3s;
1426
1433
  -webkit-transition-timing-function: ease-in-out;
@@ -1434,7 +1441,7 @@ a.vads-c-action-link--white:hover {
1434
1441
  background-color: transparent;
1435
1442
  }
1436
1443
  a.vads-c-action-link--white:hover:before {
1437
- color: #face00;
1444
+ background-color: #face00;
1438
1445
  }
1439
1446
 
1440
1447
  /*# sourceMappingURL=m-action-link.css.map */
@@ -22,14 +22,23 @@
22
22
  width: 100%;
23
23
  }
24
24
  .usa-alert::before {
25
- display: block;
26
- width: auto;
27
- background: none;
28
- font-family: "Font Awesome 5 Free";
29
- font-size: 1.25rem;
30
- margin-right: units(2);
25
+ background-image: url("/img/info.svg");
26
+ background-size: 35px 35px;
27
+ background-repeat: no-repeat;
28
+ background-position: center;
29
+ background-color: unset;
30
+ border-radius: 50%;
31
+ content: "";
32
+ height: 31px;
33
+ width: 31px;
34
+ top: 2px;
35
+ left: 0;
36
+ font-family: unset;
37
+ font-weight: unset;
38
+ font-size: unset;
39
+ margin-right: 1rem;
31
40
  position: static;
32
- font-weight: 900;
41
+ display: block;
33
42
  }
34
43
  .usa-alert .usa-alert-body {
35
44
  display: table-cell;
@@ -66,7 +75,7 @@
66
75
  border-left-color: #00a6d2;
67
76
  }
68
77
  .usa-alert-info::before {
69
- content: "\f05a";
78
+ background-image: url("/img/info.svg");
70
79
  }
71
80
  .usa-alert-info.background-color-only {
72
81
  background-color: #e1f3f8;
@@ -75,8 +84,7 @@
75
84
  border-left-color: #cd2026;
76
85
  }
77
86
  .usa-alert-error::before {
78
- color: #cd2026;
79
- content: "\f06a";
87
+ background-image: url("/img/error.svg");
80
88
  }
81
89
  .usa-alert-error.background-color-only {
82
90
  background-color: #f9dede;
@@ -85,8 +93,7 @@
85
93
  border-left-color: #008817;
86
94
  }
87
95
  .usa-alert-success::before {
88
- color: #008817;
89
- content: "\f00c";
96
+ background-image: url("/img/success.svg");
90
97
  }
91
98
  .usa-alert-success.background-color-only {
92
99
  background-color: #e7f4e4;
@@ -95,7 +102,7 @@
95
102
  border-left-color: #fdb81e;
96
103
  }
97
104
  .usa-alert-warning::before {
98
- content: "\f071";
105
+ background-image: url("/img/warning.svg");
99
106
  }
100
107
  .usa-alert-warning.background-color-only {
101
108
  background-color: #fff1d2;
@@ -103,10 +110,6 @@
103
110
  .usa-alert-continue {
104
111
  border-left-color: #008817;
105
112
  }
106
- .usa-alert-continue::before {
107
- color: #008817;
108
- content: "\f023";
109
- }
110
113
  .usa-alert.background-color-only {
111
114
  border-left: none;
112
115
  padding: 1.25rem;
@@ -243,12 +246,7 @@ p.usa-alert-heading {
243
246
  border-top: 0.625rem solid #00a6d2;
244
247
  }
245
248
  .usa-alert-full-width-info .usa-alert:before, .usa-alert-full-width-information .usa-alert:before {
246
- content: "\f05a";
247
249
  background: none;
248
- font-size: 1.25rem;
249
- margin-right: 0.9375rem;
250
- position: static;
251
- font-weight: 900;
252
250
  }
253
251
 
254
252
  /*# sourceMappingURL=m-alert.css.map */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 07 Oct 2024 15:37:16 GMT
3
+ * Generated on Thu, 31 Oct 2024 19:50:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 07 Oct 2024 15:37:16 GMT
3
+ // Generated on Thu, 31 Oct 2024 19:50:57 GMT
4
4
 
5
5
  $xsmall-screen: 320px;
6
6
  $small-screen: 481px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.12.2",
3
+ "version": "0.13.1",
4
4
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
5
5
  "packageManager": "yarn@3.2.0",
6
6
  "files": [